* {
  padding:0;
  margin:0;
}

td{
  border: none;
}

.mobile_logo{
  display: none;
}
.mobile_left_content{
  display: none;
}

.form-control{
  line-height: 24px;
  border: none;
  width: 75%;
}

.personen_label{
  width: 30px;
}

.footer_field{
  height: 100px;
}

.teilnehmer-label{
  display: block;
  width: 100%;
}

.teilnehmer_adressdaten{
  display: none;
}

.colored{
  color: #fff !important;
  background-color: #e5273c !important;
}

.bild_description{
  min-height: 230px;
}

/*.formular-detail label{
  margin-left: 10px;
}*/

.detail_content{
  margin-left: 100px;
  margin-right: 100px;
}

.text-left{
  float: left;
}

.text-right{
  float: right;
}

.tourbild img{
  height: 190px;
}

.detail-button{
  margin: 20px;
}

body, html {
    -webkit-text-size-adjust: 100%;
}

input, select, textarea {
	font-family:Helvetica, Verdana, sans-serif;
}
	

input[type=submit] {
-webkit-appearance: none;
}

div.csc-textpic-clear,
div.clear {
  clear:both;
  float:none;
  height:0px;
  overflow:hidden;
  margin:0px;
  padding:0px;
}
 
html {
	padding:0;
	margin:0;
	border:0;
	width:100%;
}

body {
	font-family:Helvetica, Verdana, sans-serif;
	font-size:100%; 
	background-color:#eef3f7;
	color:#666666;
	padding:0;
	margin:0;
	border:0;
	width:100%;
	background-repeat:repeat-x;  
	background-position:center 80px;
}

img {
  border:none;
}

a {
  color:#9c2a7f;
}

fieldset {
  border:0px;
}

#page {
  margin:0 auto;
  width:100%;
}

#main {  
}

.top_pad {
}

.bottom_pad {
  height:0px;
}

#header {
  position:relative;
  padding-top:70px;
}

#menu-mobile,
#haupt-navigation-mobile,
#faktische-navigation-mobile,
#language-navigation-mobile,
#toursearch-mobile,
#toursearchbar-mobile,
#footer-mobile {
  display:none;
}

#logo{
  position:absolute;
  left:40px;
  top:0px;
  padding:20px;
  z-index:10;
  background-color:#fff;
  box-shadow:0px 0px 7px #999;
}

#social-icons {
	position:absolute;
	right:40px;
	top:25px;
	z-index:11;
}

#social-icons a {
	display:inline-block;
	margin-left:20px;
}


#content {
  padding-bottom:40px;
}

.nav_wrap {
  width:100%;
  position:absolute;
  left:0px;
  top:25px;  
  z-index:2;  
  overflow:visible;  
}

#headertext {
  display:none;
}

#headertext a {
  text-decoration:none;
}

.headerimages {
  margin-bottom:25px;
  background-color:#e5273c;
  z-index:1;  
  overflow:hidden;
}

.headerimages img {
	width:100%;
	height:auto;
	display:block;
}

#einklinker {
	position:absolute;
	bottom:50px;
	right:1%;
	width:220px;
}

#einklinker img {
  width:100%;
  height:auto;
}


#content_wrap {
  padding-top:25px;
  width:95%;
  margin:auto;
}

.buchenlink{
  background-color: #e5273c;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12pt;
  /*border-radius: 5px;*/
}

.main_content_wrap {
  background-color: #fff;
  width:75%;
  float:right;
  
}

.main_content {
	background-color:#fff;
	padding:30px;
	padding-left:40px;
	padding-right:40px;
}

.left_content_wrap {
  width:23%;
  float:left;
}

.meta_wrap {
  padding-bottom:5px;
  width:95%;
  margin:auto;
}

.headerimages .headsearch {
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
	background-color: #e5273c;
	color:#fff;
	width:95%;
	margin:auto;
}

.headerimages .headsearch .frame-default {
	display:inline;
}

#breadcrumb .csc-default {
	float:left;
	padding-top:0px;
}



/* --------- Navigationen -----------------*/


#haupt-navigation {
  overflow:visible;
  padding-top:0px;
  padding-left:380px;
  float:left;  
  font-size:1.12rem;
  color:#666;
  text-transform:uppercase;
  font-family:Helvetica, Verdana, sans-serif;
}

#haupt-navigation ul {
  width:100%;
  overflow:visible;
}

#haupt-navigation li {
  display:block;
  float:left;
  list-style-type:none;
  position:relative;
  overflow:visible;
}

#haupt-navigation li:hover {
  color:#e5273c;
}

#haupt-navigation li.nav-aktiv {
  color:#e5273c;
}



#haupt-navigation li div {
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
  overflow:visible;
  cursor:default;
}

#haupt-navigation li ul {
  display:none;
  left:-16px;
  position:absolute;
  top:36px;
  width:250px;
  background-color:#fff;
  border:1px solid #D4D4D4;
  overflow:visible;
}


#haupt-navigation li:hover ul {
  display:block;
}

#haupt-navigation li:hover ul,
#haupt-navigation li.over ul {
  display:block;
}


#haupt-navigation li li {
  float:none;
  width:100%;
}

#haupt-navigation li li a {
  display:block;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  padding-left:30px;
  padding-right:10px;
  color:#666;
  font-size:1rem;
  font-weight:normal;
}

#haupt-navigation li li a:hover {
  background-color:#e5273c;
  color:#fff;
  font-weight:bold;
}


#haupt-navigation li li.nav-aktiv a {
  font-weight:bold;
  background-color:#e5273c;
  color:#fff;
}

/* ------------------------------------------------------------ */
.city_wrap {
	position:absolute;
	top:150px;
	left:20px;
	width:440px;
}

#city-navigation {
	color:#fff;
	padding:40px;	
	padding-top:170px;
	background-image:url(../Images/house_town_select.png);
	background-repeat:no-repeat;	
	background-position:0px 0px;
}

.city-dropdown-headline {
	font-weight:bold;
	font-family:Helvetica, Verdana, sans-serif;
	font-size:2.7rem;
	line-height:3.5rem;
	margin-bottom:2rem;
}

.city-dropdown-label {
	font-size:1.5rem;
	line-height:1rem;
	margin-bottom:1rem;
}

.city-dropdown {
	position: relative;
	display: inline-block;
	border:1px solid #fff;
	background-color:#e5273c;
}

.city-dropdown-button {
	background-color: #e5273c;
	color: #fff;
	padding: 1rem;
	font-size: 1.4rem;
	border: none;
	min-width: 360px;
	text-align:left;
	cursor:pointer;
	
	background-image:url(../Images/arrow_city_dropdown.png);
	background-repeat:no-repeat;	
	background-position:right 20px center;
}

.city-dropdown-content {
  display: none;
  position: absolute;
  left:-1px;
  min-width: 360px;
  z-index: 1;
  border:1px solid #fff;
}

/* Links inside the dropdown */
.city-dropdown-content a {
  color: #fff;
  padding: 0.8rem 1rem;
  text-decoration: none;
  display: block;
  background-color:#e5273c;
  font-size: 1.4rem;
}

/* Change color of dropdown links on hover */
.city-dropdown-content a:hover {background-color: #e5273c;}

/* Show the dropdown menu on hover */
.city-dropdown:hover .city-dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.city-dropdown:hover .city-dropdown-button {background-color: #e5273c;} 

/* ------------------------------------------------------------ */

#sub-navigation .container {
  background-color:#FFFFFF;
  margin-bottom:25px;
  font-size:1.2rem;
  color:#fff;
}

#sub-navigation .current h1,
#sub-navigation .current p {
  font-size:2.2rem;
  margin-bottom:14px;
}

#sub-navigation li {
  list-style-type:none;
}

#sub-navigation li a {
  display:block;
  padding:17px;
  padding-top:5px;
  padding-bottom:5px;
  text-decoration:none;
  color:#666;
}

#sub-navigation li a:hover {
  font-weight:normal;
  background-color:#e5273c;
  color:#fff;
}

#sub-navigation li.nav-aktiv a {
  font-weight:bold;
  background-color:#e5273c;
  color:#fff;
}

/* ------------------------------------------------------------ */

#faktische-navigation {
  float:right;
}

#faktische-navigation ul {
  float:right;
  text-align:right;
}

#faktische-navigation li {
  list-style-type: none; 
  display:block;
  float:left;
  color:#666;
  font-size:1.1rem;
  font-family:Helvetica, Verdana, sans-serif;
  text-transform:uppercase;
}

#faktische-navigation a {   
  text-decoration: none; 
  font-weight:normal;
  font-size:1rem;
  padding-right:5px;
  padding-left:5px;
  color:#666;
} 

#faktische-navigation a:hover { 
  color:#9c2a7f;
}

#faktische-navigation li.nav-aktiv a {
  color:#000;
  font-weight:bold;
}

/* ------------------------------------------------------------ */

#footer .topshadow {
	background-color:#9c2a7f;
	padding:30px;
	padding-left:40px;
}

#footer .topshadow img {
	margin-right:40px;
}

#footer .topshadow img:last-child {
	margin-right:0px;
}

#footer .footercontent {
  padding-top:40px;
  padding-left:40px;
  padding-right:35px;
  padding-bottom:40px;
  font-size:1rem;
  background-color:#d9d9d9;
}

#footer .footercontent-table {
  display: table;
  width:100%;
}

#footer .footercontent-row {
	display: table-row;
}

#footer .footercontent-cell {
	display: table-cell;
	vertical-align:top;
}

#footer .content {
}

#footer-navigation {
}

.footer-navigation-level0 {
	text-transform:uppercase;
	color:#9c2a7f;
	font-size:1.5rem;
	padding-bottom:0.8rem;
}

.footer-navigation ul li {
  margin-right:44px;
  list-style-type:none;
  font-size:1rem;
  border-bottom:1px solid #fff;
  margin-bottom:15px;
}

.footer-navigation ul li:last-child {
	border-bottom:0px solid #fff;
}

.footer-navigation ul li ul {
  display:inline-block;
}

.footer-navigation ul li a{
  text-decoration:none;
  color:#666;
}

.footer-navigation ul li a:hover {
  text-decoration:underline;
}

.footer-navigation ul li li.nav-aktiv a{
  font-weight:bold;
  color:#000;
}

.footer-navigation ul li li{
  margin-right:10px;
  font-weight:normal;
  display:inline-block;
  border-bottom:0px solid #fff;
  margin-bottom:10px;
}

.footer-navigation ul li li.column{
  margin-right:0px;
}

.footer-navigation ul li span.menu-divider {
  display:inline;
  width:auto;
  margin-left:10px;
}


.footer-navigation ul li.tours span {
  float:left;
  display:block;
}

.footer-navigation ul li.tours ul {
  display:block;
  float:left;
}

.footer-navigation ul li.tours li{
  display:block;
  width:7rem;
}

.footer-navigation ul li.tours li.column{
  display:block;
  float:left;
}

.footer-navigation ul li.tours span.menu-divider {
  display:none;
}

#footer .bottomshadow { 
	background-color:#333333;
	color:#fff;
}

.copyright {
	float:left;
	padding:15px;
	padding-left:40px;
}

.social-icons-footer {
	float:right;
	padding:10px;
	padding-right:25px;	
}

.social-icons-footer a {
	display:inline-block;
	margin-left:20px;
}


/* ------------------------------------------------------------ */

#breadcrumb {
  font-size:1rem;
  float:left;
}

#breadcrumb ul,
#breadcrumb li {
  display:inline;
  font-size:1rem;
}

#breadcrumb ul a,
#breadcrumb ul span {
  font-size:1rem;
  text-decoration:none;
  padding-left:3px;
  padding-right:3px;
  color:#666;
}

#breadcrumb ul a:hover {
	color:#9c2a7f;
}

#breadcrumb li.current span {
  color:#9c2a7f;
}

.knownby {
  display:none;
}

.knownby_partner {
  float:left;
}

.content .icon {
  text-align:right;
  padding-top:10px;
}

.content .icon img {
  margin-left:10px;
}

.main_content .activeTabContent {
  display:block;
}

object {
  
}

#page.giftcode .headsearch {
  display:none !important;
}




#msg_bg {
  background-color: #000000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

#msg {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#msg_content_wrap {
    background-color: #FFF8F0;
    border: 10px solid #D4D4D4;
    left: 20%;
    position: fixed;
    top: 30%;
    width: 60%;
}

#msg_content {
  padding:40px;
  text-align:center;
  font-size:1rem;
  line-height:24px;
}

#msg_content h2 {
  color:#000;
  font-weight:normal;
  font-size:2rem; 
}

#msg_content_wrap div.arrow_left,
#msg_content_wrap div.arrow_right {
  position:absolute;
  top:60px;
  left:20px;
  width:57px;
  height:57px;
  background-image:url(../Images/icon_arrow_forward.gif);
}

#msg_content_wrap div.arrow_right {
  right:20px;
  left:auto;
}


/* Bookingpage ------------------------------------------------------------ */

#page.booking #headertext,
#page.booking #tip-a-friend {
  display:none;
}

#page.booking .nav_wrap {
  display:none;
}

#page.booking #header {
  float:left;
}

#page.booking .meta_wrap {
  padding-top:10px;
}

#page.booking #breadcrumb {
	display:none;
}

#page.booking #content_wrap {
  padding-top:50px;
}

#page.booking .main_content {
	padding-left:0%;
	padding-right:0%;
	padding-top:0px;
}

#page.booking .left_content_wrap {
}

#page.booking .headerimages {
  display:none;
}

#page.booking .headerimages {
  display:none;
}

#page.booking #footer {
  display:none;
}

#page.booking #logo {
  left:25px;
  top:15px;
  box-shadow:none;
  padding-top:0px;
}


#page.booking #header {
  
}

#page.booking {
  background-color:#fff;
  padding-top:10px;
  margin-top:0px;
}

#back-to-top {
  position:fixed;
  bottom:0px;
  left:47%;
  width:120px;
  font-size:1rem;
  color:#fff;
  text-transform:uppercase;
  background-color:#e5273c;
  padding:10px;
  padding-left:15px;
  padding-right:15px;
  cursor:pointer;
}

#back-to-top span {
  display:block;
  background-image:url("../Images/arrow_top.png");
  background-repeat:no-repeat;
  background-position:right 3px;  
  padding-right:30px;  
}


.footercontent input.disabled {
  color:#999;
}

/* main menu, in 2 columns instead of 1 */
@media (max-height: 940px) {
    #haupt-navigation li:first-child ul { width: 400px; }
    #haupt-navigation li:first-child li { float: left; width: 200px; }
}

#cookieDisclaimer {
}

.privacy-link {
  color:#fff;
  text-decoration:underline;
  font-size:1rem;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Cookie Dialog */
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    padding: 20px;
    /*border-radius: 5px;*/
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
	background-color:#FFF;
	opacity:0;	
}

#gdpr-cookie-message.show {	
	opacity:1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.3s;
}
#gdpr-cookie-message h4 {
	font-size:1.2rem;
    font-weight: bold;
    margin-bottom: 0.8rem;
}
#gdpr-cookie-message h5 {
    font-weight: bold;
    margin-bottom: 0.8rem;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    line-height: 1.5rem;
	margin-bottom:0.8rem;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    text-decoration: none;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
    border: none;
    padding: 7px;
    /*border-radius: 3px;*/
    margin-left: 1rem;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
.color1 {
  color:#e5273c;
}

.color2 {
  color:#e5273c;
}

th, td {
  text-align:left;
  padding-right:5px;
  padding-bottom:3px;
  vertical-align:top;
  font-size:1rem;
}

.contenttable th {
  background-color:#470A0A;
  padding:5px;
  font-weight:bold;
  color:#FFFFFF;
}

.contenttable td {
  background-color:#d4d4d4;
  padding:3px;
  padding-left:5px;
  padding-right:5px;
}

.frame-space-before-extra-small {margin-top:1rem;}
.frame-space-before-small {margin-top:2rem;}
.frame-space-before-medium {margin-top:3rem;}
.frame-space-before-large {margin-top:4rem;}
.frame-space-before-extra-large {margin-top:5rem;}

.frame-space-after-extra-small {margin-bottom:1rem;}
.frame-space-after-small {margin-bottom:2rem;}
.frame-space-after-medium {margin-bottom:3rem;}
.frame-space-after-large {margin-bottom:4rem;}
.frame-space-after-extra-large {margin-bottom:5rem;}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.col_wrap {
  clear:both;
}

.col_wrap .col {
  float:left;
  overflow:hidden;
  min-height:1px;
}

.col_zwischen{
  width: 100%;
}

.col_wrap.two .col1 { width:48.5%; margin-right:3% }
.col_wrap.two .col2 { width:48.5%; margin:0% }

.col_wrap.two.two_66_33 .col1 { width:67%; }
.col_wrap.two.two_66_33 .col2 { width:30%; }

.col_wrap.two.two_33_66 .col1 { width:30%; }
.col_wrap.two.two_33_66 .col2 { width:67%; }

.col_wrap.three .col1 { width:32%; margin-right:1.5% }
.col_wrap.three .col2 { width:32%; margin-right:1.5% }
.col_wrap.three .col3 { width:32%; margin:0% }

.col_wrap.three.two_25_50_25 .col1 { width:23.5%; margin-right:1.5% }
.col_wrap.three.two_25_50_25 .col2 { width:50%; margin-right:1.5% }
.col_wrap.three.two_25_50_25 .col3 { width:23.5%; margin:0% }

.main_content h1 {
  font-size:2rem;
  line-height:2.4rem;
  margin-bottom:1rem;
  color:#e5273c;
  font-weight:normal;
  font-family:Helvetica, Verdana, sans-serif;
}


.main_content h2,
.main_content h3 {
  font-size:1.6rem;
  line-height:2rem;
  font-weight:normal;
  margin-bottom:0.5rem;
  font-family:Helvetica, Verdana, sans-serif;
}

.main_content h3 {
  font-size:1.3rem;
  line-height:1.6rem;
}



.main_content h4{
  font-size:1.3rem;
  line-height:1.6rem;
  margin-bottom:14px; 
  font-weight:bold;
  color:#9c2a7f;
}

.main_content h5 {
  font-size:1rem;
  font-weight:normal;
  margin-bottom:1rem;
  padding:0px;
}

.main_content h1 a,
.main_content h2 a,
.main_content h3 a,
.main_content h4 a {
  text-decoration:none;
}

.main_content p a {
  font-weight:normal;
}

.main_content b a,
.main_content strong a { 
  font-weight:bold;
}

.main_content p a:hover,
.main_content ul a:hover,
.main_content h1 a:hover,
.main_content h2 a:hover,
.main_content h3 a:hover,
.main_content a.linkArrow:hover {
  color:#c1289d;
}

.main_content p {
  padding-bottom:1rem;
  line-height:1.5rem;
}

.main_content ul {
  margin-left:30px;
  margin-bottom:20px;
  line-height:1.4rem;
}

.divider,
.trenner {
  padding:0px;
  display:block;
  height:1px;
  overflow:hidden;
  border-top:1px solid #d9d9d9;
  padding-bottom:20px;
}

.ce-div {
  border-width:0px;
  border-top:1px solid #d9d9d9;
  margin-bottom:20px;
}

.red a,
.red b,
.red i,
.red {
  color:#000;
}

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img {
  background-color:#FFFFFF;
  border:1px solid #d4d4d4;
  
}

div.csc-textpic-border div.csc-textpic-single-image {
  background-color:#FFFFFF;
  margin-bottom:10px;
}

div.csc-textpic div.csc-textpic-single-image img {
  margin-bottom:0px !important;
}

div.csc-textpic-imagewrap {
}

a.linkArrow,
.main_content p a.linkArrow,
.tx_tipafriend_response a
 {
  background-image:url(../Images/arrow_link_big.png);
  background-repeat:no-repeat;  
  background-position:0px 5px;
  padding-left:25px;  
  display:block;
  padding-top:1px;
  padding-bottom:6px;
  font-weight:bold;
}

a.button-link,
a.linkButton,
a.linkButtonSpecial {
  background-color:#e5273c;
  background-image:none;
  padding-top:4px;
  padding-bottom:5px;
  padding-left:2rem;
  padding-right:2rem;
  font-size:1rem;
  color:#fff;
  text-decoration:none;
  text-align:center;
  margin-top:2px;
  margin-bottom:2px; 
  /*border-radius: 15px;*/   
}

a.button-link:hover,
a.linkButton:hover,
a.linkButtonSpecial:hover {
  background-color:#e5273c;
  color:#fff !important;
}

a.linkButtonSpecial {
  background-color:#9c2a7f; 
}

a.linkButtonSpecial:hover {
  background-color:#9c2a7f;
}




/* Links -------------------------------------------------------------------------- */

.left_content .divider {
  padding-bottom:20px;
}

.left_content {
  font-size:1rem;
  line-height:1.3rem;
}

.left_content h1,
.left_content h5 {
  font-size:1.3rem;
  margin-bottom:14px; 
  font-weight:bold;
}

.left_content h5 {
  color:#9c2a7f;
}

.left_content p {
  padding-bottom:1rem;
}

.left_content ul {
  margin-bottom:1rem;
  padding-left: 20px;
}

.left_content li {
  line-height:1.4rem; 
}

.left_content .zrwshop-additionaldescription, 
.left_content .zrwshop-tourdetails {
  background-color:#fff;
}

/* Formulare -------------------------------------------------------------------------- */

input.radio {
  margin-top:3px;
}

.button:hover {
  cursor:pointer;
}

/* Footer -------------------------------------------------------------------------- */

.footercontent .additional-content h3 {
  text-transform:uppercase;
  color:#9c2a7f;
  font-size:1.5rem;
  padding-bottom:0.5rem;
  font-weight:normal;
}

.footercontent .additional-content p {
  padding-bottom:1rem;
  line-height:1.4rem; 
}

.footercontent .additional-content .divider,
.footercontent .additional-content .trenner,
.footercontent .additional-content .ce-div {
  border-top:1px solid #fff;
}

/* Zitate -------------------------------------------------------------------------- */

.zitatebox {
  margin-bottom:15px;
  position:relative;
  padding-top:20px;
  padding-bottom:20px;
}

.zitatebox .topshadow {
  background-image:url(../Images/zitat_header.png);
  background-repeat:no-repeat;
  background-position:top left; 
  height:28px;
  position:absolute;
  top:0px;
  left:15px;
  z-index:1;  
  height:34px;
  width:41px;
}


.zitatebox .content {
  padding:15px;
  padding-top:30px;
  padding-bottom:20px;
  background-color:#fff;
}

 
.zitatebox .bottomshadow {
  background-image:url(../Images/zitat_footer.png);
  background-repeat:no-repeat;
  background-position:right bottom; 
  height:28px;
  overflow:hidden;
  z-index:2;  
  height:34px;
  width:41px; 
  position:absolute;
  bottom:0px;
  right:15px  
}

.zitatebox p {
  padding-bottom:10px;
}

.zitatebox a {
  text-decoration:none;
}

.zitatebox a:hover {
  text-decoration:underline;
}

/* Sliderbox -------------------------------------------------------------------------- */

.sliderbox {
  background-image:url(../Images/icon_linie.gif);
  background-repeat:repeat-x;
  background-position:0px 0px;
}

.sliderbox .content {
  background-image:url(../Images/icon_linie.gif);
  background-repeat:repeat-x;
  background-position:0px bottom;
  padding-bottom:10px;
}


.sliderbox .csc-default {
  padding-bottom:5px;
  /* float:left;
  margin-right:20px;
  width:200px; */
}

#footer .sliderbox .content {
  float:none;
}

.sliderbox {
  padding-top:10px;
  
  margin-bottom:30px;
}



#footer .sliderbox h2 {
  font-size:0.9rem;
  font-weight:normal;
  cursor:pointer;
  padding-left:20px;
  background-image:url(../Images/icon_minus.gif);
  background-repeat:no-repeat;
  background-position:0px 0px;
  padding-bottom:20px;
  color:#FFFFFF;
}



#footer .sliderbox h2.closed {
  color:#ff8383;
  padding-bottom:0px;
  background-image:url(../Images/icon_plus.gif);
}

#content .sliderbox h2 {
  cursor:pointer;
  padding-left:20px;
  background-image:url(../Images/icon_minus_content.png);
  background-repeat:no-repeat;
  background-position:0px 4px;
  font-size: 1rem;
  margin: 0 0 8px;
}

#content .sliderbox h2.closed {
  background-image:url(../Images/icon_plus_content.png);
}

#content .sliderbox {
  border-top:1px solid #d9d9d9;
  border-bottom:1px solid #d9d9d9;
  background-image:none;
}

#content .sliderbox  .content{
  background-image:none;
}

#footer .sliderbox h2:hover {
  color:#FFFFFF;
}

#footer .sliderbox h3,
#footer .sliderbox h4 {
  color:#FFFFFF;
  font-size:1.1rem;
  /*padding-top:10px;*/
  padding-left:20px;
  padding-bottom:15px;
}

#footer .sliderbox p {
  color:#FFFFFF;
  /*padding-top:8px;*/
  padding-bottom:15px;
  font-size:0.9rem;
  padding-left:20px;
  line-height:17px;
}

#footer .sliderbox ul,
#footer .sliderbox ol {
  color:#FFFFFF;
  /*padding-top:8px;*/
  padding-bottom:15px;
  font-size:0.9rem;
  padding-left:35px;
  line-height:17px;
}

#footer .sliderbox .divider {
  clear:both;
  border-width:0px;
  padding-bottom:5px;
}

#footer .sliderbox a {
  color:#FFFFFF;
}

.contentbox {
  margin-bottom:15px;
}

.contentbox .header {
  font-size:1rem;
  text-transform:uppercase;
  padding:15px;
  padding-top:10px;
  padding-bottom:10px;
  background: #d4d4d4;
  font-family:Helvetica, Verdana, sans-serif;
}

.main_content .contentbox .header {
  font-size:1rem;
  padding-left:20px;
  padding-right:20px; 
}

.contentbox .content {
  padding:20px;
  background-color:#f3f3f3;
}

/* Rating-Teaser -------------------------------------------------------------------------- */

.rating-teaser-container {
  font-size:1rem;
}

.rating-teaser-container .rating-teaser-item {
  padding-bottom:16px;
}

.rating-teaser-container .rating-title {
  font-weight:bold;
  color:#e5273c;
}

.rating-teaser-container .rating-comment {
  padding-bottom:15px;
  font-style:italic 
}

.rating-teaser-container .rating-signature {
  font-size:0.8rem; 
}


.rating-teaser-container .divider {
  border-top:1px solid #e5273c;
  margin-right:20%;
  margin-left:20%;
}

/* Rating-List -------------------------------------------------------------------------- */

.rating-list-container {
  padding-bottom:30px;
}

.rating-list-mask {
  overflow:hidden;
}

.rating-list-container .rating-summary-stars {
  padding-bottom:10px;
}

.rating-list-container .rating-list-item {
  padding-bottom:0px;
}

.rating-list-container .rating-title {
  font-size:1.2rem;
  line-height:1.3rem;
  padding-bottom:10px;
  font-weight:bold;
}

.rating-list-container .rating-comment {
  padding-bottom:15px;
  font-size:1.1rem;
  font-style:italic;
}

.rating-list-container .rating-signature {
  padding-bottom:10px;
  font-size:0.9rem;
}

.rating-list-container .rating-summary {
  font-size:0.9rem;
  padding-bottom:30px;
}

.rating-list-container .rating-stars {
  font-size:0.8rem;
  padding-bottom:20px;
  
}

.rating-list-container .rating-stars img,
.rating-list-container .rating-stars span {
  vertical-align:middle;
}

.rating-list-more {
  padding:7px;
  background-color:#3dc1f4;
  cursor:pointer;
  margin-bottom:30px; 
  display:none; 
}

.rating-list-more-label {
  margin:auto;
  font-size:0.9rem;
  text-transform:uppercase;
  color:#fff;
  text-align:center;
}

.rating-list-all {
  font-size:0.9rem;
  text-decoration:underline;
  cursor:pointer;
  float:left;
  
  display:none; 
}

.rating-write {
  float:right;
}

.rating-form-container input.button,
.rating-write a {
  padding-right:20px;
  padding-left:20px;
  text-align:center;
  font-weight:normal;
  font-size:1rem;
  padding-top:6px;
  padding-bottom:6px;
  text-transform:uppercase;
  text-decoration:none;
  color:#fff; 
  border-width:0px;
  background: #e5273c;    
}

.rating-form-container input.button:hover,
.rating-write a:hover {
  background: #e5273c;
}

/* Rating-Form -------------------------------------------------------------------------- */

.rating-form-container fieldset {
  padding:25px;
  padding-top:25px;
  background-color:#f3f3f3;
  margin-bottom:20px;
}

.rating-form-container .rating-product {
  color:#000;
  font-size:2rem;
  padding-bottom:5px;
}

.rating-form-container .rating-date {
  font-size:1rem;
  font-weight:bold;
}

.rating-form-container .rating-star {
  padding-top:10px;
}

.rating-form-container .rating-current-star {
  color:#000;
  font-size:1rem;
  font-weight:bold;
  position:absolute;
  left:180px;
  top:40px;
}

.rating-form-container div.button {
  padding-top:0px;
}

.rating-form-container .col1 {
  float:left;
  width:48%;
}

.rating-form-container .col2 {
  float:right;
  width:48%;
}

.rating-form-container .fieldset-headline {
  background-color:#e5273c;
  width:192px;
  padding-top:2px;
  padding-bottom:4px;
  color:#ffffff;
  font-size:1rem;
  padding-left:20px;
}

.rating-form-container .row {
  padding-top:2px;
  padding-bottom:2px;
  clear:both;
  position:relative;
}

.rating-form-container label {
  display:block;
  padding-bottom:3px;
  font-size:1.2rem;
}

.rating-form-container .textfeld,
.rating-form-container select {
  border:1px solid #d4d4d4;
  border-left:3px solid #d4d4d4;
  padding:4px;
  font-size:1rem;
  color: #333;
    font-family:Helvetica, Verdana, sans-serif;
  width:97%;
}

.rating-form-container .tx-srfreecap-image {
  border:1px solid #d4d4d4;
  vertical-align:middle;
}


.rating-form-container .tx-srfreecap-cant-read {
  vertical-align:middle;
  display:block;
  font-size:0.8rem;
}

img.tx-srfreecap-image { margin-left: 0em; margin-right: 0em; vertical-align: middle;margin-bottom:10px; }

.tx-srfreecap-cant-read {
  width:auto;
}

.rating-detail-container .rating-summary-stars {
  padding-bottom:10px;
}

.rating-detail-container .rating-summary {
  color:#000;
  font-size:0.9rem;
}

.rating-detail-container .rating-summary a {
  background-image: url("../Images/arrow_link_big.png");
  background-repeat: no-repeat;
  background-position:0px 5px;
  display: block;
  padding-bottom: 6px;
  padding-left: 25px;
  padding-top: 1px; 
}
  

.zrw-tooltip {
  cursor:pointer;
  background-color:#e5273c;
  color:#fff;
  display:inline-block;
  padding:2px;
  padding-left:5px;
  padding-right:5px;
  font-weight:bold;
  font-size:0.9rem;
}
.tip { 
  width:295px; 
  background-color: #fff;
    padding: 10px;
  box-shadow: 0 0 5px #ccc;
  font-size:0.8rem;
}

#page .tip-initiated {
  display:none;
}

.csc-textpic-caption {
  font-weight:bold;
  font-size:1rem;
}

/* colorbox -------------------------------------------------------------------------- */

.colorbox {
  padding:2%;
}

.colorbox-1 {
  background-color:#e5273c;
  color:#fff;
}

.colorbox-2 {
  background-color:#e5273c;
  color:#fff;
}

.colorbox-3 {
  background-color:#f0f0f0;
}

.colorbox-1 h1,
.colorbox-1 h2,
.colorbox-1 h3,
.colorbox-1 h4,
.colorbox-2 h1,
.colorbox-2 h2,
.colorbox-2 h3,
.colorbox-2 h4 {
  color:#fff;
}

/* citygrid -------------------------------------------------------------------------- */

.frame.frame-outer {
  margin-left:-2.5%;
  margin-right:-2.5%; 
}


.citygrid {
  background-color:#e5273c;
}

.citygrid .header,
.citygrid .subheader {  
  text-align:center;
}

.citygrid h1,
.citygrid h2,
.citygrid h3,
.citygrid h4 {
  color:#fff;
}

.citygrid .header h1,
.citygrid .header h2,
.citygrid .header h3,
.citygrid .header h4 {
  font-family:Helvetica, Verdana, sans-serif; 
  font-size:2rem;
  line-height:2.4rem;
  font-weight:normal; 
  padding-top:1rem;
  padding-bottom:0;
  margin-bottom:0;
}

.citygrid .subheader {
  font-family:Helvetica, Verdana, sans-serif;
  color:#000;
  padding-bottom:1rem;
}

.citygrid .box-content {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  line-height: 0;
}


.citygrid .frame-default {
  width: 33.33333333%;
  position:relative;
  height:auto;
  min-height:100px;
}

.citygrid .frame-default header {
  position: absolute;
  top:50%;
  left:0px;
  right:0px;
  transform: translateY(-50%);
  text-align:center;
  z-index:20;
}

.citygrid .ce-textpic {
  overflow:visible; 
}

.citygrid .frame-default header h1,
.citygrid .frame-default header h2,
.citygrid .frame-default header h3,
.citygrid .frame-default header h4 {
  font-weight:bold;
}

.citygrid .frame-default header a {
  margin:0;
  padding:0;
  color:#fff;
}

.citygrid p {
  color:#000;
}

.citygrid .frame-default .ce-bodytext {
  color:#fff;
  text-align:center;
}

.citygrid .ce-intext.ce-right .ce-gallery, 
.citygrid .ce-intext.ce-left .ce-gallery, 
.citygrid .ce-above .ce-gallery {
  margin:0;
}
.citygrid .ce-gallery figure { display: block; }

.citygrid .frame-default img {
  width: 100%;
  height:auto;
    vertical-align: middle;
    transition: transform .5s;  
}

.citygrid .frame-default img:hover {
    transform: scale(1.1);
}

.citygrid .frame-default:last-child {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1000px){
  .citygrid .frame-default {
    height: auto;
    width: 50%;
  }
}

@media screen and (max-width: 760px){
  .citygrid .frame-default {
    width: 100%;
  }
  
  .citygrid .ce-left .ce-gallery, 
  .citygrid .ce-column {
    float:none;
  }
  
  .citygrid .ce-center .ce-inner {
    float:none;
  }
  
  .citygrid .ce-center .ce-inner,
  .citygrid .ce-center .ce-outer {
    float:none;
    right:auto;
  }
  

}


.frame-type-form_formframework {
  background-color:#f3f3f3;
  padding: 25px;
}

.frame-type-form_formframework .form-group {
  padding-top:2px;
  padding-bottom:2px;
}

.frame-type-form_formframework label {
  width:100%;
  display:block;
  font-size:1rem;
  font-weight:bold;
  vertical-align:middle;
  padding-top:5px;
  padding-bottom:5px;
}

.frame-type-form_formframework .input input {
  background-color:#FFFFFF;
  border:0px solid #d4d4d4;
  width:96%;
  font-size:1rem;
  font-family:Helvetica, Verdana, sans-serif;
  padding:6px;
  padding-left:2%;
  padding-right:2%;
  vertical-align:middle;
}

.frame-type-form_formframework .input textarea {
  background-color:#FFFFFF;
  border:0px solid #d4d4d4;
  font-size:1rem;
  font-family:Helvetica, Verdana, sans-serif; 
  padding:8px;
  padding-left:2%;
  padding-right:2%; 
  width:96%;
}


.frame-type-form_formframework .input select {
  background-color:#FFFFFF;
  border:0px solid #d4d4d4;
  width:auto;
  font-size:1rem;
  font-family:Helvetica, Verdana, sans-serif;
  padding:5px;
  padding-left:2%;
  padding-right:2%;
  width:100%;   
  vertical-align:middle;
}

.frame-type-form_formframework .input select option {
  padding-left:3px;
  padding-right:7px;
}

.frame-type-form_formframework .input.checkbox input {
  width:20px;
  height:20px;
  display:inline-block;
  margin-right:5px;
  vertical-align:middle;
  cursor:pointer;
}

.frame-type-form_formframework .input.checkbox label span {
  display:inline-block;
}

.frame-type-form_formframework .input.checkbox span.help-block {
  display:block;
  padding-top:5px;
  padding-bottom:15px;
}

.frame-type-form_formframework .btn {
  background-color:#e5273c; 
  color:#ffffff;
  font-size:1rem;
  cursor:pointer;
  padding-top:7px;
  padding-bottom:8px;
  text-transform:uppercase;
  padding-left:32px;
  padding-right:32px;
  border:0 none;
  text-align:center;
}

.col1 img {
  width:100%;
  height:auto;
}

.col2 img {
  width:100%;
  height:auto;
}

.col3 img {
  width:100%;
  height:auto;
}

.col4 img {
  width:100%;
  height:auto;
}
div.checkbox {
  display:inline-block;
  float:left;
}

div.checkbox input {
  vertical-align:middle;
  margin:0px;
  padding:0px;
}

div.checkbox-label {
  vertical-align:middle;
  margin: 0 0 10px 20px;
}

.zrwshop-product {
  margin-bottom:15px;
}

.zrwshop-product fieldset,
.zrwshop-product-detail fieldset {
  border:0px;
}

.zrwshop-teaser-img-mobile {
  display:none;
}

.col2.zrwshop-teaser-img-mobile {
  display:block;
}

.zrwshop-product .zrwshop-teaser-img {
  float:right;
}

.zrwshop-product .unit {
  margin-right:10px;
}

.zrwshop-product .two .col1 {
  width:430px;
}

.zrwshop-product .two .col2 {
  float:right;
  width:245px;
}

.zrwshop-product-detail .zrwshop-description-img {
  background-color:#FFFFFF;
  padding:10px;
  border:1px solid #D4D4D4;
  float:right;
  margin-bottom:20px;
}

.cart_teaser {
  background-color:#FFFFFF;
  margin-bottom:25px;
  padding:15px;
  padding-bottom:5px;
}


.zrwshop-product-detail {
}

.zrwshop-product-detail .zrwshop-detail {
}

.zrwshop-product-detail .zrwshop-stock {
}

.zrwshop-product-detail .detailcol {
}

.zrwshop-product-detail h2 {
  margin-bottom:25px;
}

.zrwshop-tour-price {
  margin-top:-10px;
  font-size:3rem;
  text-align:center;
  padding-bottom:10px;
}

.zrwshop-tour-price-unit {
  font-size:2rem;
}

.zrwshop-tour-price-from {
  font-size:1rem;
}

.zrwshop-tour-price-button .button,
.zrwshop-tour-ratings-button .button {
  background-color:#e5273c;
    color: #fff;
    display: block;
    font-size: 1rem;
    padding-bottom: 6px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
  text-transform:uppercase;
}

.zrwshop-tour-ratings-button .button {
  display:inline-block;
  padding-left:30px;
  padding-right:30px;
  margin-top:10px;
  margin-bottom:30px;
  text-transform:uppercase;
}

.zrwshop-tour-ratings-button .button:hover,
.zrwshop-tour-price-button .button:hover {
  background-color:#3dc1f4;
}

.zrwshop-description ul {
  margin-bottom:0px;
  margin-left:0px;
}

.zrwshop-description li {
  margin:0px;
    background-repeat: no-repeat; 
  background-position:0px 5px;
  list-style-type:none;
  font-size:1rem;
  padding:0px;
  padding-left:25px;
  padding-bottom:7px;
}

.zrwshop-additionaldescription,
.zrwshop-tourdetails {
  background-color:#f3f3f3;
  margin-bottom:20px;
  padding:20px;
}

.zrwshop-personalization {
  padding-bottom:20px;
}

.zrwshop-personalization-image {

}

.zrwshop-personalization-image img {
  margin-top:20px;
  margin-bottom:20px;
}

.zrwshop-personalization .preview-button {
  background-color: #d4d4d4;
    border: 0 none;
    cursor: pointer;
    text-align: center; 
    font-size: 1rem;
    font-weight: normal;
    padding: 6px 20px;
    text-align: center;
  margin-left:60px;
  margin-top:10px;
}

.tab-nav {
  margin-top:30px;
}

.tab-headline {
  background-color: #e5273c;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-nav .tab-headline {
  display:inline-block;
  cursor:pointer;
  margin-right:0.3%;
  width:24.7%;
  text-align:center;
  padding:0;
  padding-top:12px;
  padding-bottom:12px;
  text-transform:uppercase;
  background-color:transparent;
  font-size:0.9rem;
  color:#666666;
  font-weight:normal;           
  font-family:Helvetica, Verdana, sans-serif; 
  background-color:#d4d4d4;
}

.tab-nav .tab-headline:hover {
  color:#fff;
  background-color:#c1289d;
}

.tab-nav .tab-headline.on {
  color:#fff;
  background-color:#e5273c;
}


.zrwshop-additionaldescription p,
.zrwshop-tourdetails p {
}

.zrwshop-tourdetails ul {
  margin-right:20px;
}

.zrwshop-tourdetails li {
  font-size:11px;
  line-height:14px;
}

.zrwshop-control {
  margin-bottom:25px;
}

.zrwshop-control h1,
.zrwshop-control .zrwshop-dates-header {
  background-color:#9d0b18;
  padding:15px;
  padding-top:8px;
  padding-bottom:8px;
  font-size:15px;
  color:#f7fcf5;
  margin:0px;
  font-weight:bold;
}

.tourbild{
  float: right;
}

.buchungsdetails{
  background-color: #d4d4d4;
  text-align: center;
}

.buchungsdetail{
  background-color: #d4d4d4;
}

.zrwshop-dates {
  border:1px solid #d4d4d4;
  background-color:#f3f3f3;
  overflow:auto;
  position:relative;
}

.zrwshop-dates table {
  width:432px;
  width:100%;
}

.zrwshop-dates table.fixed-header {
  position:absolute;
  top:0px;
  left:0px;
}

.zrwshop-dates thead {
  background-color:#d4d4d4;
  /*color:#9d0b18;*/
}

.zrwshop-dates th {
  padding-top:8px;
  padding-bottom:8px;
  font-size:1rem;
  font-weight:normal;
}

.zrwshop-dates td {
  padding-top:5px;
  padding-bottom:5px;
  /*border-bottom:1px solid #d4d4d4;*/
  font-size:1rem;
  vertical-align:middle;
}

.zrwshop-dates .time,
.zrwshop-dates .places,
.zrwshop-dates .price,
.zrwshop-dates .lang,
.zrwshop-dates .book {
  text-align:center;  
}


.zrwshop-sponsor {
  padding-bottom:15px;
}

.zrwshop-sponsortext,
.zrwshop-sponsorimage {
  display:inline-block;
  vertical-align:middle;
  font-weight:bold;
  font-size: 12px;
  padding-bottom:5px;
}

.zrwshop-sponsortext {
  
}

.zrwshop-rating-stars {
  font-size:1rem;
  padding-bottom:15px;
}

.rating-stars img,
.zrwshop-rating-stars img {
  width:auto;
}

.zrwshop-rating-stars img,
.zrwshop-rating-stars span {
  vertical-align:middle;
}

.zrwshop-dates .date {
  padding-left:15px;
}



.tx-zrwshop-pi1 .zrwshop-files ul li,
.tx-zrwshop-pi1 .zrwshop-links ul li {
  list-style-type:disc;
}

.zrwshop-product-detail .zrwshop-more-details {
  padding:15px;
  padding-bottom:0px;
  padding-top:10px;
  color:#F9972A;
}



.zrwshop-cart-button {  
  border:0px solid #000000;
  color:#FFFFFF;
  padding-top:5px;
  padding-left:10px;
  padding-right:10px;
  font-size:1rem;
  padding-bottom:6px;
  cursor:pointer;
  text-transform:uppercase;
  background-color:#e5273c; 
}



.zrwshop-cart-button:hover {
  background-color:#3dc1f4;
}

#zrwshop-dates-buttons {
  padding-top:10px;
  padding-right:18px;
  text-align:right;
}

.zrwshop-dates-button {
  border:0px solid #000000;
  color:#FFFFFF;
  width:106px;
  background-color:transparent;
  padding-top:3px;
  font-size:11px;
  padding-bottom:2px;
  cursor:pointer;
  margin-right:10px;
  background-color:#e5273c;
}

.zrwshop-dates-button:hover {
  /*background-image:url("../Images/submit_btn_.gif");*/
  background-color:#e5273c;
}

.zrwshop-product-detail .zrwshop-price {
  padding-bottom:0px;
  padding-top:8px;
  font-size:12px;
  font-weight:bold;
  color:#666666;
}

.priceupgrade {
  font-size:10px;
  font-weight:bold;
  padding-top:5px;
}


.button a.zrw-shop-stepback {
  background-color:#d4d4d4;
  color:#666;
}

.button a.zrw-shop-stepback:hover {
  background-color:#e7e7e7;
}

/* --------------------------------------------------------------------------- */

.zrwshop-headline {
  background-color:#e5273c;
  color:#FFF8F0;
  font-size:1.3rem;
  padding:8px 25px;
}

.zrwshop-subheadline {
  background-color:#d4d4d4;
  color:#333;
  font-size:1.1rem;
  margin-bottom:10px;
  padding:8px 25px;
}

.zrwshop-summary {
  background-color:#e5273c;
  padding:8px 25px;
  color:#fff;
  font-size:1.3rem;
}


.zrwshop-nav {
  clear:both;
  margin-bottom:15px;
}

.zrwshop-nav span {
  display:block;
  background-color:#f3f3f3;
  width:33.3%;
  float:left;
  text-align:center;
  padding-top:6px;
  padding-bottom:6px;
  font-size:1rem;
}

.zrwshop-nav span.aktiv {
  color:#FFF;
  background-color:#e5273c;
}

.zrwshop-nav span.count {
  background-color:transparent;
}

.zrwshop-nav a {
  color:#333;   
  font-weight:normal;
}

.zrwshop-producttable {
  border:1px solid #d4d4d4;
}

.zrwshop-codeerror {
  padding-top:5px;
}

.zrwshop-producttable table {
  width:100%;
}

td {
  font-size:1rem;
}

.booking td {
  font-size:1rem;
}

.zrwshop-producttable thead td {
  background-color:#E8D1BF;
  font-weight:bold;
  padding-top:5px;
  padding-bottom:5px;
  color:#333;
}

.zrwshop-producttable tbody td {
  border-bottom:1px solid #d4d4d4;
  padding-top:10px;
  padding-bottom:10px;
}

.zrwshop-producttable .article {
  text-align:left;
  padding-left:25px;
  padding-right:10px;
}

#main-content .zrwshop-producttable .article a {
  font-weight:normal;
  color:#666666;
}


.zrwshop-producttable .quantity {
  text-align:left;
  padding-left:5px;
  padding-right:5px;  
  width:110px;
}

.zrwshop-producttable .individualtext {
  text-align:left;
  padding-left:15px;
  padding-right:10px; 
  border-bottom:4px solid #E8D1BF;
  padding-top:7px;
  font-size:10px;
}

.zrwshop-producttable .count {
  border:1px solid #d4d4d4;
  background-color:#FFFFFF;
  width:50px;
  padding:1px;
}


.zrwshop-basket .countdropdown,
.zrwshop-product .countdropdown {
  border:0px solid #d4d4d4;
  background-color:#FFFFFF;
  width:auto;
  font-size:1rem;
  padding:8px;
}

.zrwshop-producttable .delete {
  text-align:center;
  padding-left:5px;
  padding-right:5px;
  width:50px;
}

.zrwshop-producttable .delete img {
  width:auto;
}

.zrwshop-producttable .price {
  text-align:right;
  padding-right:20px;
  padding-left:10px;
  width:60px;
}

.zrwshop-producttable tr.zrwshop-summary1 td,
.zrwshop-producttable tr.zrwshop-summary2 td,
.zrwshop-producttable tr.zrwshop-summary3 td {
  background-color:#fdf2e5;
}

.zrwshop-producttable tbody .zrwshop-summary1 td {
  border-bottom:0px solid #E8D1BF;
  padding-bottom:0px;
}

.zrwshop-producttable tbody .zrwshop-summary2 td {
  border-bottom:1px solid #E8D1BF;
  padding-top:4px;
}

.zrwshop-producttable tbody .zrwshop-summary3 td {
  border-bottom:0px solid #E8D1BF;
}

.zrwshop-producttable tbody .zrwshop-summary3 td.article {
  color:#F9972A;
}


.zrwshop-agb {
  color:#F9972A;
  font-size:11px;
  padding-top:10px;
  padding-bottom:10px;
}


.zrwshop-agb .error{
  color:#FF0000;
  font-weight:bold;
}

#main-content .zrwshop-agb a {
  color:#F9972A;
  font-weight:normal; 
}

#main-content .zrwshop-agb .error a {
  color:#FF0000;
  font-weight:bold;
}

div.button {
  padding-top:35px;
  padding-bottom:35px;
}

.zrwshop-detail-link {
  display:inline-block;
  margin-right:1rem;
}

a.button-link,
.zrwshop-detail-link a.linkButton,
.zrwshop-detail-link a.linkButtonSpecial {
  background-color:#e5273c; 
  color:#ffffff;
  font-size:1rem;
  cursor:pointer;
  padding-top:7px;
  padding-bottom:8px;
  border:0 none;
  text-align:center;  
  display:inline-block;
  text-transform:uppercase;
}

a.button-link:hover,
.zrwshop-detail-link a.linkButton:hover {
  background-color:#3dc1f4; 
}

.zrwshop-detail-link a.linkButtonSpecial {
  background-color:#9c2a7f; 
}

.zrwshop-detail-link a.linkButtonSpecial:hover {
  background-color:#c1289d; 
}


div.topbutton {
  padding-top:0px;
}

.button .styled {
  background-color:#e5273c; 
  color:#ffffff;
  font-size:1rem;
  cursor:pointer;
  padding-top:7px;
  padding-bottom:8px;
  text-transform:uppercase;
  padding-left:32px;
  padding-right:32px;
  border:0 none;
  text-align:center;
}

.button .styled:hover {
  background-color:#3dc1f4;
}

.bottombutton .styled { 
}

.bottombutton .styled:hover {
  background-color:#3dc1f4;
}

.button a.styled {
  display:inline-block;
  text-decoration:none;
}

input.beige {
  background-color:#e5273c;
  color:#ffffff;
  font-size:1rem;
  cursor:pointer;
  padding-top:7px;
  padding-bottom:8px;
  text-transform:uppercase;
  padding-left:32px;
  padding-right:32px;
  border:0 none;
  text-align:center;
}

input.beige:hover {
  background-color:#c1289d;
}

input.refreshButton {
  border:1px solid #fff;
}

.button input.refreshCart {
  border:0px solid;
  background-color:transparent;
  width:34px;
  height:19px;
  cursor:pointer;
}

.button .sendButton {
}

.zrw-shop-link-button {
  margin-top:5px;
}


.selectedTourTitle h1 {
  margin-bottom:0px;
}

.selectedTourDate {
  font-size:1rem;
  margin-bottom:0px;  
}

.deadlinetext {
  padding-top:10px;
  font-size:0.9rem;
}

.zrwshop-basket .datedropdown,
.zrwshop-basket .langdropdown {
  background-color:#FFFFFF;
  border:1px solid #E8D1BF;
  width:auto;
  font-size:12px;
  padding:2px;
}

.zrwshop-orderInformation-bg .row {
  clear:both;
}

/* --------------------------------------------------------------------------- */

.tx-zrwshop-pi1 .textfeld {
  background-color:#FFFFFF;
  border:0px solid #d4d4d4;
  width:280px;
  font-size:1rem;
  font-family:Helvetica, Verdana, sans-serif;
  padding:6px;
  padding-left:12px;
  padding-right:12px;
  vertical-align:middle;
}

.tx-zrwshop-pi1 .textarea {
  background-color:#FFFFFF;
  border:0px solid #d4d4d4;
  font-size:1rem;
  font-family:Helvetica, Verdana, sans-serif; 
  padding:8px;
  color:#e5273c;
  width:400px;
}


.tx-zrwshop-pi1 .dropdown {
  background-color:#FFFFFF;
  border:0px solid #d4d4d4;
  width:auto;
  font-size:1rem;
  font-family:Helvetica, Verdana, sans-serif;
  padding:8px;
  padding-top:5px;
  padding-bottom:5px;
  vertical-align:middle;
}

.tx-zrwshop-pi1 option {
  padding-left:3px;
  padding-right:7px;
}


.headsearch .tx-zrwshop-pi1 .textfeld,
.headsearch .tx-zrwshop-pi1 .dropdown { 
  font-size:1.25rem;
  color:#e5273c;
}

.headsearch .tx-zrwshop-pi1 .dropdown[name="tx_zrwshop_shop[cat_uid]"] { 
  width:150px;
}

.headsearch .tx-zrwshop-pi1 .textfeld {
  padding:8px;
  padding-top:9px;
  padding-bottom:9px;
  
}

/* --------------------------------------------------------------------------- */

.zrwshop-orderInformation-bg {
  background-color:#f3f3f3;
  font-size:1rem;
}

.zrwshop-orderInformation-bg fieldset {
  border-width:0px;
  padding:25px;
  padding-top:5px;
}

.zrwshop-orderInformation-bg .headline {
  background-color:#d4d4d4;
  color:#333;
  font-size:13px;
  font-weight:bold;
  margin-bottom:10px;
  padding:13px 15px;
  padding-top:7px;
}

.btnBeige {
  display:block;
  float:right;
  font-weight:normal; 
}

#tx-zrwshop-paymentForm {
  border:1px solid #d4d4d4;
}

.zrwshop-additionalField {
  font-size:11px;
  margin-top:10px;
  margin-bottom:15px;
}

.row {
  margin-bottom:6px;
}

.zrwshop-orderInformation label {
  width:150px;
  display:inline-block;
  font-size:1rem;
  font-weight:bold;
  vertical-align:middle;
}

.zrwshop-Confirmation label {
  width:200px;
}

.zrwshop-orderInformation #r_ort,
.zrwshop-orderInformation #l_ort {
  width:190px;
}

.zrwshop-orderInformation #r_plz,
.zrwshop-orderInformation #l_plz {
  width:80px;
  margin-right:2px;
}

.zrwshop-orderInformation #r_strasse,
.zrwshop-orderInformation #l_strasse {
  width:200px;
  margin-right:2px;
}

.zrwshop-orderInformation #r_nr,
.zrwshop-orderInformation #l_nr {
  width:70px; 
}

.zrwshop-orderInformation #r_country,
.zrwshop-orderInformation #l_country {
  /* width:176px; */
}

input.error, select.error {
  color:#FFFFFF;
  background-color:#FF0000;
}


#zrwshop-orderInformation-payment,
#zrwshop-orderInformation-agb,
#zrwshop-orderInformation-additional {
  border:1px solid #d4d4d4;
}

.i-pay {
  float:left;
  padding-left:15px;  
}

.payment-types {
}

.ls-row {
  clear:both;
  float:left;
  width:220px;
}

.einzug {
  padding-left:17px;
}

.einzug label {
  font-weight:normal;
  width:103px;
}

.tx-zrwshop-pi1 .einzug .textfeld {
  width:200px;
  font-size:10px;
}

.paymenttypetitle {
  padding-bottom:0px; 
  font-weight:bold;
}

.footer-info {
  color:#333;
  font-size:0.9rem;
  font-style:italic;
  padding-top:6px;
}

.feldRadio {
  float:left;
}

.labelRadio {
  float:left;
}


/* ------------------------------------------------------------------- */

.zrwshop-Confirmation .zrwshop-orderInformation-bg {
  background-color:#f3f3f3;
  border:1px solid #d4d4d4;
}

.zrwshop-zahlungsart {
  margin-bottom:15px;
}

.zrwshop-Confirmation .zrwshop-producttable .article {
  padding-left:25px;
}

.zrwshop-Confirmation .row {
  margin-bottom:5px;
}


/* ------------------------------------------------------------------- */

ul.errors {
  color:#FF0000;
}

.error {
  color:#FF0000;
}


/* -------------------------------------------------------------------- */


.tx-zrwshop-pi1 .zrwshop-additionalField input,
.tx-zrwshop-pi1 .zrwshop-additionalField img,
.tx-zrwshopaccounts-pi1 .zrwshop-additionalField input,
.tx-zrwshopaccounts-pi1 .zrwshop-additionalField img {
  float:left;
  margin-top:0.2em;
}

.tx-zrwshop-pi1 .zrwshop-additionalField div.text,
.tx-zrwshopaccounts-pi1 .zrwshop-additionalField div.text {
  float:right;
  display:block;
  margin:0em; 
  width:39.4em;

}

.tx-zrwshop-pi1 .zrwshop-orderInformation-bg div.cro,
.tx-zrwshopaccounts-pi1 .zrwshop-orderInformation-bg div.cro {
  padding-bottom:0.5em;
}

.tx-zrwshop-pi1 .zrwshop-orderInformation-bg .zrwshop-additionalField {
  margin:0em;
  padding:0em;
}

.tx-zrwshop-pi1 .zrwshop-orderInformation-bg .zrwshop-additionalField div.text {
  float:right;
  display:block;
  margin:0em; 
  width:34.5em;
  padding-top:0.3em;

}

.tx-zrwshop-pi1 .zrwshop-additionalField div.zrwshop-unchecked  {
  float:left;
  height:20px;
  width:20px;
  background-position:0px 4px;
  /*background-image:url(../_img/dachmarke/shop/icon_unchecked.gif);*/
  background-repeat:no-repeat;
}

button.deliveryButton {
  /* background-image:url(/fileadmin/_img/ico/bgr-addbutton-150x17.gif); */
  width:150px;
  border:0pt none;
  cursor:pointer;
  font-weight:bold;
  padding:0em;
  padding-bottom:0.1em;
  text-align:center;
  background-color:transparent; 
  background-repeat:no-repeat;
  font-size:1em;
}



.tx-zrwshop-pi1 .error,
.tx-zrwshop-pi1 .einzug .error {
  background-color:#ff0000;
  color:#ffffff;
}

.tx-zrwshop-pi1 #zrwshop-orderInformation-agb .error {
  background-color:transparent;
  color:#ff0000;
}

.tx-zrwshop-pi1 #zrwshop-orderInformation-agb .error a {
  color:#ff0000;
}

/* ------------------------------------------------- */

.tx-srfeuserregister-pi1 fieldset span {
  display:inline;
  float:none;
  margin-right:0px;
}

.tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-error {
  padding-bottom:0.5em;
  padding-top:0em;
  padding-left:14.75em;
  color:#FF0000;
}


/* Accounts -------------------------------------------------------------------------- */

#main-content .tx-zrwshopaccounts-pi1 form {
}

#main-content .tx-zrwshopaccounts-pi1 fieldset {
  border:none;
}

#main-content .tx-zrwshopaccounts-pi1 .row {
  clear:both;
  float:none;
  padding-bottom:1px;
}

#main-content .tx-zrwshopaccounts-pi1,
.tx-zrwshopaccounts-pi1 input.textfeld, 
.tx-zrwshopaccounts-pi1 textarea, 
.tx-zrwshopaccounts-pi1 select {
  border:1px solid #F9972A;
}

#main-content .tx-zrwshopaccounts-pi1 {
  border-top:4px solid #F9972A;
  border-bottom:4px solid #F9972A;
}


.tx-zrwshopaccounts-pi1 input.radio {
  margin-top:3px;
}

.tx-zrwshopaccounts-pi1 form {
  background-color:#FDF2E5;
  padding:15px;
}


.tx-zrwshopaccounts-pi1 .col {
  float:left;
  width:300px;
}

.tx-zrwshopaccounts-pi1 .col2 {
  float:left;
  width:265px;
}

.tx-zrwshopaccounts-pi1 .feldRadio {
  float:left; 
  width:18px;
  height:20px;
}

.tx-zrwshopaccounts-pi1 .labelRadio label {
  font-size:11px;
  width:180px;
  font-weight:normal;
}


.tx-zrwshopaccounts-pi1 label {
  float:left;
  width:90px;
  padding-top:2px;
}

.tx-zrwshopaccounts-pi1 #l_street_no,
.tx-zrwshopaccounts-pi1 #street_no {
  width:80px;
}

.tx-zrwshopaccounts-pi1 #l_zipcode,
.tx-zrwshopaccounts-pi1 #zipcode {
  width:80px;
}

.tx-zrwshopaccounts-pi1 #l_city,
.tx-zrwshopaccounts-pi1 #city {
  width:310px;
}

.tx-zrwshopaccounts-pi1 #l_street,
.tx-zrwshopaccounts-pi1 #street {
  width:310px;
  
}

.tx-zrwshopaccounts-pi1 input.textfeld, 
.tx-zrwshopaccounts-pi1 select.dropdown, 
.tx-zrwshopaccounts-pi1 textarea.textarea{
  font-family:Helvetica, Verdana, sans-serif;
  font-size:12px;
  padding:2px;
}

.tx-zrwshopaccounts-pi1 input.textfeld  {
  width:400px;
}

.tx-zrwshopaccounts-pi1 textarea  {
  width:250px;
  height:210px;
  margin-top:4px;
  margin-bottom:4px;
}

.tx-zrwshopaccounts-pi1 select.dropdown  {
  background-color:#FFFFFF;
  width:150px;
}

.tx-zrwshopaccounts-pi1 .button {
  margin-left:90px;
  margin-top:15px;
  /* background-image:url(/fileadmin/demoshop/template/pix/btn_orange.gif); */
  border:none;
  display:block;
  width:153px;
  padding-top:2px;
  padding-bottom:2px;
  background-color:transparent;
  color:#ffffff;
  font-size:11px;
  cursor:pointer;
  text-align:center;
  text-decoration:none;
  font-weight:normal;
}

.tx-zrwshopaccounts-pi1 ul.fehlerliste {
  color:#ff0000;
}

.tx-zrwshopaccounts-pi1 .button:hover {
  cursor:pointer;
}


.tx-zrwshopaccounts-pi1 .button {
  background-image:url(/fileadmin/demoshop/template/pix/btn_orange.gif);
  border:none;
  display:block;
  width:153px;
  height:19px;
  background-color:transparent;
  color:#ffffff;
  font-size:11px;
  cursor:pointer;
  text-align:center;
  text-decoration:none;
  line-height:19px;
  font-weight:normal;
}

.tx-zrwshopaccounts-pi1 {
  margin-bottom:30px;
}


.tx-srfeuserregister-pi1 label {
  float:left;
  width:180px;
  padding-top:2px;
}

#main-content .tx-srfeuserregister-pi1 p.tx-srfeuserregister-pi1-error {
  padding-left:180px;
  padding-bottom:5px;
  margin-bottom:0px;
  margin-top:0px;
}

.tx-srfeuserregister-pi1 div.button {
  padding-left:180px;
}

.tx-srfeuserregister-pi1 a {
  background-image:none;
  padding-left:0px;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
  padding-left:0px;
  padding-top:10px;
}

.tx-srfeuserregister-pi1 form {
}

#main-content .tx-srfeuserregister-pi1 {
border-bottom:4px solid #F9972A;
border-top:4px solid #F9972A;
border-left:1px solid #F9972A;
border-right:1px solid #F9972A;
margin-bottom:25px;
  background-color:#FDF2E5;
  padding:15px;
}


#main-content .tx-zrwshopvirtual-pi1 {
border-bottom:4px solid #F9972A;
border-top:4px solid #F9972A;
border-left:1px solid #F9972A;
border-right:1px solid #F9972A;
margin-bottom:25px;
  background-color:#FDF2E5;
  padding:15px;
}

#main-content .tx-zrwshopvirtual-pi1 p {
  margin-bottom:5px;
}


#main-content .tx-zrwshoporder-pi1 {
border-bottom:4px solid #F9972A;
border-top:4px solid #F9972A;
border-left:1px solid #F9972A;
border-right:1px solid #F9972A;
margin-bottom:25px;
  background-color:#FDF2E5;
  padding:15px;
}

.tx-zrwshoporder-pi1 th {
  text-align:left;
  padding-bottom:3px;
}

.tx-zrwshoporder-pi1 .nr {
  width:40px;
}

.tx-zrwshoporder-pi1 .datum {
  width:100px;
}

.tx-zrwshoporder-pi1 .betrag {
  text-align:right;
  width:90px;
}

.tx-zrwshoporder-pi1 .artikel {
  width:65px;
}

.tx-zrwshoporder-pi1 .preis {
  text-align:right;
  width:60px;
}

p.transaction-error {
  padding:20px;
  background-color:#FF0000;
  color:#FFFFFF;
  font-weight:bold;
  margin-bottom:20px;
}

.payment-infotext {
  padding-left:19px;
  font-weight:normal;
  font-size:1rem;
}

.tx-zrwshop-pi1 .payment-infotext .label,
.zrwshop-Confirmation .payment-infotext label {
  width:130px;
  font-weight:normal;
}

.tx-zrwshop-pi1 .payment-infotext .textfeld {
  width:200px;
}

.tx-zrwshop-pi1 .payment-infotext .small {
  width:40px;
}

.payment-infotext dd {
  font-style:italic;  
  padding-bottom:10px;
}

.payment-infotext dt {
  font-weight:bold;   
}

.sepa-form {
  height:200px;
  overflow:auto;
  border:1px solid #e8d1bf;
  padding:5px;
  background-color:#fff;
}

.sepa-form p {
  padding-bottom:12px !important;
  line-height:14px !important;
}

/* Suche -------------------------------------------------------------------------- */

.search-info {
  border:1px solid #d4d4d4;
  background-color:#f3f3f3;
  margin-bottom:20px;
  margin-top:20px;
  padding-bottom:15px;
}

.search-info .headline {
  padding:15px;
  padding-top:10px;
  padding-bottom:10px;
  font-weight:bold;
  background-color:#d4d4d4;
}

.search-info table { 
  margin:15px;
  margin-bottom:0px;
}

.search-info td.head {
  font-weight:bold;
  padding-right:20px;
}

.search-info td {
  padding-top:2px;
  padding-bottom:2px;
}


.zrwshop-dates-search table {
  width:100%;
  margin-bottom:20px;
  background-color:#f3f3f3;
}

.zrwshop-dates-search h2 {
  font-size:1rem; 
  font-weight:bold;
}

.zrwshop-dates-search thead {
  background-color:#d4d4d4;
}

.zrwshop-dates-search th,
.zrwshop-dates-search td {
  padding-left:2px;
  padding-right:2px;
}

.zrwshop-dates-search th {
  padding-top:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ffffff;
}

.zrwshop-dates-search td {
  padding-top:4px;
  padding-bottom:4px;
  border-bottom:1px solid #d4d4d4;
  vertical-align:middle;
}

.zrwshop-dates-search .date {
  padding-left:10px;
}

.zrwshop-dates-search .time,
.zrwshop-dates-search .category,
.zrwshop-dates-search .title,
.zrwshop-dates-search .places,
.zrwshop-dates-search .lang,
.zrwshop-dates-search .book,
.zrwshop-dates-search .price {
  text-align:center;  
  font-size:1rem;
}

.zrwshop-dates-search .title a {
  font-weight:bold;
}

.zrwshop-dates-search .places {
  width:50px;
}

.zrwshop-dates-search .lang {
  width:70px;
}

.zrwshop-dates-search .price {
  width:65px;
}

.zrwshop-dates-search .time {
  width:50px;
}


.zrwshop-dates-search .book {
  width:110px;
}

.zrwshop-searchform {
}

.zrwshop-searchform label {
  display:block;
  float:left;
  width:100px;
  font-size:1rem;
  padding-top:3px;
}

.zrwshop-searchform img {
  vertical-align:middle;
}


.zrwshop-searchform .row {
  margin-bottom:3px;
}

.headerimages h1 {
  font-size:16px;
  margin-bottom:15px;
}

.headerimages p {
  font-size:16px;
  margin-bottom:15px;
  font-weight:bold;
}

.tx-zrwshop-pi1 .zrwshop-searchform .hasDatepicker {
  width:140px;
  background-image:url('../images/datepicker.png');
  background-repeat:no-repeat;  
  background-position:right center;    
}
.tx-zrwshop-pi1 .zrwshop-searchform .textfeld{
  width: 140px;
}

.zrwshop-searchform .col1 {
  float:left;
  width:220px;
  padding-top:5px;
}

.zrwshop-searchform .searchfield_label {  
  font-size:1.75rem;
  line-height:normal; 
  font-weight:bold;
  font-family:Helvetica, Verdana, sans-serif;
  display:inline-block;
  vertical-align:middle;
  padding-right:20px;
}

.zrwshop-searchform .searchfield {
  display:inline-block;
  vertical-align:middle;
  padding-right:5px;
}


.headsearch .zrwshop-searchform label {
  display:block; 
  float:none;
  padding-right:5px;
  font-size:1rem;
  font-family:Helvetica, Verdana, sans-serif;
}

.zrwshop-searchform .button .styled {
  width:110px;
  padding-right:0px;
  padding-left:0px;
  text-align:center;
  font-weight:normal;
  font-size:1.1rem;
  padding-top:10px;
  padding-bottom:9px;
  text-transform:uppercase;
  border:1px solid #fff;
  background-image:none;  
  background: #e5273c;
}

.zrwshop-searchform .button .styled:hover {
  background-color: #c1289d;
}

.zrwshop-searchform div.button {
  padding:0px;
}

.headsearch .zrwshop-searchform div.button {
  padding-left:5px;
  display:inline;
  vertical-align:middle;
}

.startsearch .zrwshop-searchform {
  
}

.startsearch {
  width:471px;
  padding-bottom:30px;
}

.startsearch h1,
.main_content .startsearch p {
  font-size:14px;
  margin-bottom:15px;
  color:#470A0A;
  margin-top:25px;
  line-height:normal;
  padding-bottom:0px;
  font-weight:bold;
}

.startsearch .zrwshop-searchform .button {
  padding-top:40px;
}

.startsearch .zrwshop-searchform .button .styled {
  width:164px;
  height:29px;
  padding-right:0px;
  padding-left:50px;
  font-weight:bold;
  text-align:left;
  padding-top:2px;
  color:#470A0A;
  text-transform:uppercase;
  /*
  background-repeat:no-repeat;
  background-image:url("../Images/btn_search_start.gif");
  */
  background: #e5273c;
}

.startsearch .zrwshop-searchform .button .styled:hover {
  background-color: #e5273c;
  /*
  background-image:url("../Images/btn_search_start_.gif");
  */
}

.zrwshop-dates-search .resulttitle {
  background-color:#e5273c;
  color:#fff;
  padding:10px;
  font-size:1.1rem;
}


.zrwshop-orderInformation-bg div.clickable {
  cursor:pointer;
  background-repeat:no-repeat;
  background-position:25px 10px;  
  padding-left:55px;
}

.zrwshop-orderInformation-bg div.active {
  background-image:url("../Images/icon_minus_order.gif"); 
}

.zrwshop-orderInformation-bg div.inactive {
  margin-bottom:1px;
  background-image:url("../Images/icon_plus_order.gif");  
}


.product-commendation .divider {
  padding-bottom:15px;
}

.zrwshop-commendation-img img {
  width:100%;
}

.zrwshop-commendation-img {
  margin-bottom:5px;  
}

.zrwshop-commendation-title a {
  font-size:1rem;
  text-decoration:none;
  color:#666;
}

.zrwshop-commendation-title {
  margin-bottom:5px;  
}

.zrwshop-commendation-rating {
  padding-bottom:15px;  
}

.zrwshop-header-img {
  padding-right:9px;
  float:left;
}

.zrwshop-header-img.last {
  padding-right:0px;
}

.zrwshop-control {
    margin-bottom: 5px;
}

.zrwshop-control .count {
  border:1px solid #d4d4d4;
  background-color:#FFFFFF;
  width:20px;
  padding:5px;
  font-size:1rem;
  text-align:center;
  margin-bottom:5px;
}

.zrwshop-price {
  padding-bottom:10px;
}

.zrwshop-producttable .count {
  border:1px solid #d4d4d4;
  
}

.zrwshop-producttable thead td {
  background-color:#d4d4d4;
  border-bottom:1px solid #d4d4d4;
}

.zrwshop-producttable tbody .zrwshop-summary3 td {
  background-color:transparent;
}

.zrwshop-cart .styled {
  color: #FFFFFF;
    font-size: 1rem;
    margin-top: 5px;
    padding: 4px 0 5px;
    text-align: center;
    text-decoration: none;
    width: 211px;
  font-weight:bold;
  
}

/*
.zrwshop-cart .styled:hover {
  background-color:#097902;
}
*/


.zrwshop-additionaldescription {
  background-color:transparent;
  border-width:0px;
  margin-bottom:0px;
}

.zrwshop-additionaldescription p {
  padding-left:0px;
  padding-bottom:0px;
}

.tip .zrwshop-additionaldescription p {
  padding:0px;
}

.zrwshop-product .two .col1 {
    width: 56%;
}

.zrwshop-product .two .col2 {
    float: right;
    width:40%;
}

.zrwshop-summary input.refreshButton {
  padding:2px;
  padding-left:5px;
  padding-right:5px;
  margin-top: 0px;
  margin-bottom: 0px; 
  border:1px solid #bf77aa;
  font-size:0.9rem;
}
iframe,
#schema-videoobject {
}


.zrwshop-product-detail .zrwshop-description-img,
.zrwshop-product .zrwshop-teaser-img {
  float:none;
  text-align:center;
}

.zrwshop-product-detail .zrwshop-description-img img ,
.zrwshop-product .zrwshop-teaser-img img {
  width:100%;
  height:auto;
}
  
.zrwshop-header-img1,
.zrwshop-header-img2 {  
  width:49.2%;
}

.zrwshop-header-img {  
  padding-right:0%;
}

.zrwshop-header-img1 {  
  padding-right:1.6%;
}
  
.zrwshop-header-img3,
.zrwshop-header-img4,
.zrwshop-header-img5 {
  display:none;
}

.zrwshop-header-img img {
  width:100%;
  height:auto;
}

.contentbox .header {
  text-align:center;
}

.rating-summary-stars,
.rating-summary {
  text-align:center;
}

.rating-detail-container .rating-summary a {
  display:inline-block;
}

.zrwshop-cart-button {
    padding-bottom: 8px;
    padding-top: 8px;
}

.zrwshop-dates .date {
  padding-left:5px;
}

a.zrw-shop-stepback {
  margin-right:10px;
}

body.start #content_wrap {
  width:95%;
}

body.start .citygrid .header, 
body.start .citygrid .subheader {
  padding-left:2.5%;
  padding-right:2.5%;
}

body.start .main_content_wrap {  
  width:auto;
  position:static;
  top:auto;
  right:auto;
  padding-top:240px;
}

body.start #toursearch-mobile {
  position:absolute;
  left:20px;
  bottom:25px;
  padding-top:6px;
  padding-bottom:6px;
  font-size:16px;
  z-index:20;
}

#toursearchbar-mobile {
}

#closesearch-mobile {
  position:relative;  
  background-image: url("../Images/arrow_menue_big_right.png");
  background-position:220px center;
  background-repeat:no-repeat;  
  margin-bottom:10px;
}

#closesearch-mobile span {
  font-size:17px;
  display:block;
  padding-right:20px;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:15px;
  cursor:pointer;
  text-transform:uppercase;
}

#toursearchbar-mobile label,
#toursearchbar-mobile input,
#toursearchbar-mobile select {
  width:auto;
  display:block;
  float:none;
  font-size:1rem;
}



#toursearchbar-mobile input,
#toursearchbar-mobile select {
  padding:2%;  
}

#toursearchbar-mobile label {
  padding-top:5px;
  padding-bottom:5px;
}

#toursearchbar-mobile .row,
#toursearchbar-mobile .button {
  padding-bottom:0px;
  padding-left:15px;
  padding-right:15px;    
}

#toursearchbar-mobile .button {
  padding-top:10px;
}

#toursearchbar-mobile .button .styled {
  font-size:18px;
  text-transform:uppercase;
  padding-top:10px;
  padding-bottom:10px;
  width:100%;
  background: #9c2a7f;
  border:1px solid #fff;
}


#page.booking {
  border-width:0px;
  padding-top:0px;
}

#page.booking #main {
  padding:10px;
  width:auto;
}

#page.booking #header {
  margin:0px;
}

#page.booking .meta_wrap {
  float:none;
  margin-left:110px;
  width:auto;
}

#page.booking .meta_wrap div.clear {
  clear:none;
}

#page.booking div.button {
  padding-top:10px;
  padding-bottom:10px;
}

#page.booking #breadcrumb {
  float:none;
}

#page.booking #content_wrap {
  clear:both;
  padding:0px;
  padding-top:10px;  
}

.zrwshop-personalization-image img {
  width:100%;
  height:auto;
}

.csc-mailform-field {
  padding-top:5px;
}


.topbutton {
  display:none;
}

.tx-zrwshop-pi1 .textfeld,
.tx-zrwshop-pi1 .textarea,
.tx-zrwshop-pi1 .dropdown,
.csc-mailform input, 
.csc-mailform textarea,
.csc-mailform select {
  width:95%;
  padding:2%;
}

.csc-mailform input, 
.csc-mailform textarea,
.csc-mailform select {
  border-left-width:1px;
}

.csc-mailform .csc-mailform-submit {
  margin-left:0px;
}

.csc-mailform input, 
.csc-mailform textarea,
.csc-mailform select {
  
}

.zrwshop-producttable .count {
  font-size:15px;
  text-align:center;
}

select {
    -webkit-appearance: listbox;
}

.tx-zrwshop-pi1 .dropdown {
  width:100%;
}

.zrwshop-orderInformation-bg .row {
  padding-bottom:5px;
}

select.commendation {
  margin-bottom:4px;
}

.tx-zrwshop-pi1 .payment-infotext .label, 
.zrwshop-Confirmation .payment-infotext label,
.zrwshop-orderInformation label,
.csc-mailform label {
  width:100%;
  float:none;
  padding-bottom:5px;
  display:block;
}

.zrw-tooltip {
  padding:8px;
  font-size: 14px;
}

.tx-zrwshop-pi1 .zrwshop-personalization .textfeld {
  width:280px;
}  

div.checkbox input {
  -webkit-transform: scale(1.2,1.2);
  width:15px;
  height:15px;
}

div.checkbox-label {
  margin: 0 0 10px 25px;
}

select {
  /*
  background-position:right center;
  background-repeat:no-repeat;
  background-image: url("../Images/arrow_dropdown.png");
  */
}


.zrwshop-detail-link .linkArrow {
  display:none;
}

.zrwshop-detail-link .linkArrow.linkButton {
  display:block;
}

.main_content .contentbox .header {
  font-size:13px;
}

.zrwshop-commendation-img img {
  width:100%;
  height:auto;
}

.rating-summary-stars img {
  width:100%;
  height:auto;
}

.col2 div.csc-textpic-center .csc-textpic-center-outer,
.col2 div.csc-textpic-center .csc-textpic-center-inner {
  float:none;
  right:auto;
}

.col2 div.csc-textpic-center.csc-textpic-border .csc-textpic-image {

  background-color:#fff;
  border:1px solid #ead4c3;
  padding:10px;
}

.col2 div.csc-textpic-center .csc-textpic-image {
  text-align:center;
}

.col2 div.csc-textpic-center .csc-textpic-center-inner img {
  width:100%;
  border:0px !important;
  padding:0 !important;
  height:auto;
  display:inline;
}

  .zrwshop-nav {
    margin-top:20px;
  }
  

@media (max-width: 850px) {
  .three .col {
    float:none !important;
    width:100% !important;
    padding-bottom:20px;
  }  
}
  

@media (max-width: 800px) {
.tab-nav .tab-headline {
  font-size: 0.8rem;
}



}


@media (max-width: 590px) {
  .zrwshop-product .two .col,
  .two .col {
    float:none !important;
    width:100% !important;
    padding-bottom:20px;
  }    

  .zrwshop-commendation-img img {
    width:auto;
    height:auto;
  }  
  
  .zrwshop-product-detail .nohandy {
    display:none;
  }
  
  .rating-summary-stars img {
    width:auto;
    height:auto;
  }  
  
  .col2 .zrwshop-product-detail .zrwshop-description-img img ,
  .col2 .zrwshop-product .zrwshop-teaser-img img {
    width:auto;
    height:auto;
  }
    
  .col2 div.csc-textpic-center .csc-textpic-center-inner img {
    width:auto;
    height:auto;
  }


}




@media (max-width: 590px) {
  body.start .main_content_wrap {  
    padding-top:170px;
  }
  
  body.start #toursearch-mobile {
    left:10px;
    padding-top:4px;
    padding-bottom:4px;    
    font-size:14px;
  }  
  .norm_logo{
    display: none;
  }
  .mobile_logo{
    display: block;
  }
}

@media (max-width: 550px) {
  
  #content_wrap,
  #footer .footercontent {
    padding-left:0px;
    padding-right:0px;
  }    
  
  #einklinker {
    width:90px;
  }  
  #menu-mobile {
    left:200px; 
  top:8px;
  }
  
  #logo  {
    top:0px;
    /*width:140px;*/
    padding:10px;
    padding-top:13px;
    padding-bottom:13px;
  }
  
  #social-icons {
    right:20px;
    top:12px;
  }
  
  #social-icons a {
    margin-left:15px;
  }
  
  #header {
    padding-top:50px;
  }

  
  #headertext {
    padding-left:140px;  
  }
  
  .zrwshop-personalization-image img {
    margin-top:0px;
  }

  
  
  
  .zrwshop-rating-stars {
    display:none;
  }
  

  
  .zrwshop-header-img1 {  
    width:100%;
    padding-right:0%;
  }
  
  .zrwshop-header-img2 {  
    display:none;
  }


  
  .etw-tooltip-window {
    left:0px !important;
  }
  
  .tip {
    width:100%;
  }
  
  .zrwshop-teaser-img-mobile {
    display:block;
  }

  .col2.zrwshop-teaser-img-mobile {
    display:none;
  }  
  

  


}

@media (max-width: 420px) {

  .zrwshop-summary {
    padding-left:10px;
    padding-right:10px;
  }

  #menu-mobile span {
  display:none;
  } 
  
  .tab-nav .tab-headline {
    display:block;  
    /*background-image:none;*/
    float:left;
    /*background-color:#063;*/
    height:auto;
    padding-top:12px;
    padding-bottom:12px;
    width:49.6%;
    margin-right:0.4%;
    margin-bottom:1px;
    
  }
  
  .tab-item {
    clear:both;
    padding-top:10px;
  }
  
  .tab-nav .tab-headline.on {
  }
  
  .zrwshop-dates th, 
  .zrwshop-dates td {
    padding-left:2px;
    padding-right:2px;
  }  
  
  .zrwshop-dates .places {
    width:45px;
  }
  
  body.start .main_content_wrap {  
    padding-top:125px;
  }  
  

    
  body.start #toursearch-mobile {
    left:10px;
    padding-top:2px;
    padding-bottom:2px;
    padding-right:10px;
    padding-left:10px;
    background-position:-100px center;
  }  

  .selectedTourDate {
    padding-bottom:10px;
  }
  
  .zrwshop-headline {
    padding-left:10px;
    padding-right:10px;    
  }
  
  .zrwshop-subheadline {
    padding-left:10px;
    padding-right:10px;       
  }
  
  .zrwshop-orderInformation-bg .headline {
    padding-left:10px;
    padding-right:10px;
    margin-bottom: 0px;
  }
  
  .zrwshop-orderInformation-bg div.clickable  {
    padding-left:35px;
    background-position: 10px 10px
  }
  
  .zrwshop-orderInformation-bg fieldset {
    padding:10px;
  }
  
  .zrwshop-basket .countdropdown {
    width:140px;
  }
  
  input.beige {
    margin-top:10px;
    margin-bottom:10px;
  }
  

  .zrwshop-producttable .count {
    width:30px;
  }
  
  .zrwshop-producttable tbody td {
    font-size:0.8rem;
  }
  
  .zrwshop-Confirmation .zrwshop-producttable .article,
  .zrwshop-producttable .article {
    padding-left:10px;
    padding-right:5px;
  }
  
  .zrwshop-producttable .delete {
    width:auto;
  }
  
  .zrwshop-producttable .price {
    width:100px;
    padding-right:10px;
    padding-left:5px;
  }
  
  .zrwshop-producttable .quantity {
    width:70px;
  }
  
  
  .tx-zrwshop-pi1 .zrwshop-personalization .textfeld {
    width:200px;
  }  
  
  .tx-zrwshop-pi1 .zrwshop-personalization .preview-button-frame {
    display:none;
  }
  

  
  .zrwshop-nav span {
    font-size:0.7rem;
  }
  
  .zrwshop-dates-search .time, 
  .zrwshop-dates-search .category, 
  .zrwshop-dates-search .title, 
  .zrwshop-dates-search .places, 
  .zrwshop-dates-search .lang, 
  .zrwshop-dates-search .book, 
  .zrwshop-dates-search .price {
    font-size:11px;
  }
  
  .zrwshop-dates-search .category {
    display:none;
  }
  
  .zrwshop-dates-search .title a {
    font-weight:normal;
  }
  
  .zrwshop-dates-search .zrwshop-cart-button {
  }
  
  .zrwshop-dates-search .lang img {
    display:none;
  }
  
  .zrwshop-dates-search td.price {
    white-space:nowrap;
  }
  

  
}

.elastic-video {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.elastic-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

video {
  width:100%;
  height:auto;  
}
#page.start #breadcrumb { 
  display:none;
}

#page.start .main_content {
  background-color:transparent;
  padding:0;
}

#page.start .headimage {
  min-height:580px;
}

#page.start .headimage img {
  width:auto;
}

#page.start .headimage {
  max-height:auto;
}

@media (max-width: 1415px){
  .left_content_wrap {
    width:100%;
    float:left;
  }
  .zrwshop-tourdetails{
    width: 45%;
    height: 350px !important; 
    margin-right: 20px;
    float: left;
  }
  .main_content_wrap{
    width: 100%;
  }
  .norm_left_content{
    display: none;
  }
  .mobile_left_content{
    display: block;
    margin-top: 10px;
  }
}

@media (max-width: 1330px){
  .zrwshop-tourdetails{
    width: 40%;
    height: 350px !important; 
    margin-right: 20px;
    float: left;
  }
}

@media (max-width: 810px){
  .searchfield{
    width: 45%;
  }
}

@media (max-width: 720px){
  .zrwshop-tourdetails{
    width: 95%;
    height: 350px !important; 
    margin-right: 20px;
    float: left;
  }

  .contentbox{
    width: 100% !important;
  }
  .tab-system{
    width: 100% !important;
  }
  .tourbild{
    display: none;
  }
  .main_content{
    padding: 5px !important;
  }
}

@media (max-width: 1160px) {
  #page.start .city_wrap {
    display:none;
  }
  
  #page.start .headimage img {
    width:100%;
  }
  
  #page.start .headimage {
    min-height:auto;
  } 
}

@media (min-width: 1855px) {  
  #page.start .headimage img {
    width:100%;
  } 
}

.input-group-append{
  display: none;
}
