@charset "utf-8";
/* CSS Document */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('../fonts/open-sans-v15-latin-300.eot@') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-300.svg') format('svg'); /* Legacy iOS */
}

/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.eot@') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-italic.svg') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.eot@') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-regular.svg') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
       url('../fonts/open-sans-v15-latin-600.eot@') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-600.svg') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.eot@') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v15-latin-700.svg') format('svg'); /* Legacy iOS */
}


*{margin:0px;padding:0px;}

html,body{height:101%;-webkit-text-size-adjust: 100%;}
body {
	background:#990510 url(../images/cd_bg_verlauf.png) repeat-x center 300px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#444;
}
	
.clr{
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}
a{
	color:#990510;
	border:0px;
	border:none;
	outline:none;
	text-decoration:none;
	-webkit-transition: all 100ms ease-in-out;-moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out;transition: all 100ms ease-in-out;
	cursor:pointer;
}
a:hover{
	text-decoration:underline;
	color:#444;
}
img{
	border:none;
	border:0px;
	outline:none;
}
.body{
	width:auto;
	overflow:hidden;

}
.inner{
	max-width:1428px;
	margin:0px auto;
}
#wrapper{
	background:url(../images/cd_bg_verlauf_bottom.png) repeat-x center bottom;
}
input, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}

/*********************Header*********************/
#top_header{
	color:#fff;
	position: fixed;
	width:100%;
	z-index:1000;
	background:#990510;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75); 
}
#top_header .lang{
	float:left;
	padding-top:12px;
}
div.mod-languages ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
div.mod-languages li {
    margin-left: 5px;
    margin-right: 5px;
}
div.mod-languages ul.lang-inline li {
    display: inline;
}
div.mod-languages ul.lang-block li {
    display: block;
}
div.mod-languages img {
    border: medium none;
}
div.mod-languages a {
    text-decoration: none;
}
#top_header .booking{
	float:right;
	padding:6px 20px 9px;
	font-weight:300;
	font-variant:small-caps;
	font-size:18px;
	line-height:32px;
}
#top_header .mobile, #top_header .phone{
	padding-left:36px;
}
#top_header .mobile a, #top_header .phone a{
	color:#fff;
}
#top_header .mobile{
	background:url(../images/cd_icon_mobile.png) no-repeat 5px 2px;
	padding-left:36px;
	display:inline-block;
}
#top_header .phone{
	background:url(../images/cd_icon_phone.png) no-repeat 14px 2px;
	padding-left:46px;
	display:inline-block;
}
#nav_mob{
	display:none;
}
header{
	background:#000 url(../images/cd_header_bg.jpg) no-repeat center -130px;
	height:368px;
	background-attachment: fixed
}

.header{
	margin:0 auto;
	padding:26px 0px 0px 0px;
	display:block;
}
#cd_logo{
	width:350px;
	display:block;
	
}
#cd_logo_small{
	display:none;
}
#cd_logo img{
	padding-top:10px;
	display:block;
	
}
/***************FOOTER***************/
#footer_top{
	padding:35px 0px 20px;
	position:relative;
	background:url(../images/cd_slip_bottom.png) no-repeat left -40px center;
}
#footer_top .mod_left .custom{
	width:185px;
	float:left;
	padding:7px 0px 0px 35px;
}
#footer_top .mod_left .custom a{
	color:#fff;
	font-variant:small-caps;
	font-size:18px;
	font-weight:300;
}
#footer_top .mod_right{
	float:right;
	padding:30px 160px 10px 20px;
	font-weight:300;
	font-variant:small-caps;
	font-size:18px;
	line-height:32px;
	color:#fff;
	background:url(../images/cd_woman_footer.png) no-repeat right bottom 10px;
}
#footer_top .mobile{
	background:url(../images/cd_icon_mobile.png) no-repeat 5px 2px;
	padding-left:46px;
	display:block;
}
#footer_top .phone{
	background:url(../images/cd_icon_phone.png) no-repeat 8px 2px;
	padding-left:46px;
	display:block;
}
#footer_top .phone a, #footer_top .mobile a{
	color:#fff;
}
footer{
	background:#000;
	border-top:1px solid #ede9e9;
	color:#ede9e9;
	padding:9px 0px 12px 0px;
	color:#ede9e9;
	margin:0 auto;
	font-size:16px;
	text-align:center;
	font-weight:300;
}
#back_top{
	width:60px;
	height:20px;
	margin:0px auto;
	background: url(../images/cd_arrow_up.png) no-repeat center center;
	display:block;
		-moz-transition: all 100ms ease-in-out; /* WebKit */
-o-transition: all 100ms ease-in-out; /* Opera */
transition: all 100ms ease-in-out; /* Standard */
position:relative;
z-index:500;
}
#back_top:hover{
	background-position:center top;
}
#footer_top #slip_bottom{
	padding:60px;
	position:absolute;
	z-index:17;
	bottom:0px;
	left:30px;
	background:url(../images/cd_slip_bottom.png) no-repeat center center;
}
#who_is_online{
	font-size:11px;
	color:#999;
	padding-top:8px;
}

/***************Navi***************/
#toggle_nav{
	display:none;
}
#navi_top{
	width:100%;
	display:block;margin-top:66px;
}
#navi_top ul{
	list-style-type: none;
	width:100%;
	text-align:center;
  display: flex;
}
#navi_top ul li{
	display:inline-block;
	width:16.6%;
	text-align:center;
}


#navi_top ul li a{
	background:#73030c url(../images/cd_nav_bg.png) repeat-x center -20px;
	text-decoration: none;
	display:block;
	color:#fff;
	text-align:center;
	font-size:24px;
	font-weight:300;
	font-variant:small-caps;
	border-bottom:5px solid #490208;
	-webkit-transition: all 100ms ease-in-out;-moz-transition:all 100ms ease-in-out; -o-transition: all 100ms ease-in-out;transition: all 100ms ease-in-out;
	-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;

margin:0px 0.5%;
}
#navi_top ul li a img, #navi_top ul li a span{
	
	display:block;
	margin:0px auto;
}
#navi_top ul li a span{
	padding:8px 0px;
}
#navi_top ul li a:hover{
	color:#f5c783;
	-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
-webkit-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.42);
-moz-box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.42);
box-shadow: 0px 4px 5px 1px rgba(0,0,0,0.42);
	border-bottom:3px solid #f5c783;
}
#navi_top ul li.current a{
	color:#f5c783;
	border-bottom:3px solid #f5c783;
}

#cd_content_top{
	background:url(../images/cd_bg_gal_start.png) repeat-x center 50px;
	margin-top:100px;
}
#cd_content_top .inner h3{
	background:#59020a;
	position:relative;
	max-width:1428px;
	color:#fff;
	text-align:center;
	font-weight:300;
	font-size:28px;
	padding:6px;
		border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
}   
#cd_content_top .bt-cs .bt-inner{
	padding:0px;
	cursor:pointer;
}
#cd_content_top .bt-cs .bt-inner .bt-title{
	position:absolute;
	z-index:80;
	bottom:16px;
	color:#fff;
	background:#59020a url(../images/cd_btn_bg.png) repeat-x right center;
	font-weight:400;
	margin-right:16px;
	text-transform: none;
	height:auto !important;
	border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
cursor:pointer;

}
#cd_content_top .bt-cs .bt-inner .bt-title span{
	-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
	padding:5px 38px 7px 16px;
	display:block;
	background:url(../images/cd_btn_plus.png) no-repeat right 12px center;
	cursor:pointer;
}
#cd_content_top .bt-cs .bt-inner:hover .bt-title span{
	
	padding:5px 32px 7px 20px;

}
#cd_content_top .bt-cs .bt-inner img{
	margin:0px;
	border:0px;
	outline: 0px;
		-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
cursor:pointer;
}
#cd_content_top .bt-cs .bt-inner:hover img{
	-webkit-transform: scale(1.03);
        transform: scale(1.03);
}
#cd_content_top .bt-cs .bt-row{
	padding:0px;
	
}
#cd_content_top .bt-cs a.prev{
	margin-left:0px;
	display:block;
	background:url(../images/cd_gal_arrow_left.png) no-repeat center center;
}
#cd_content_top .bt-cs a.next{
	margin-right:0px;
	display:block;
	background:url(../images/cd_gal_arrow_right.png) no-repeat center center;
}
#cd_content_inner_top{
  border-top:0px solid #ddd;
  border-bottom:2px solid #990510;
  background:#fff;
  margin:12px 0px;
  float: right;
margin-top: -30px;
  -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
#content #cd_content_inner_top ul{
  margin: 0px 0px;
  width:100%;
  text-align:center;
}
#content #cd_content_inner_top ul li{
  display:inline-block;
  padding: 0px;
  line-height:normal;
}
#content #cd_content_inner_top ul li a{
  color:#666;
  display:block;
  padding: 4px 20px 4px;
  font-size:12px;
  text-transform: uppercase;
  font-weight:600;
  line-height:21px;

}
#content #cd_content_inner_top ul li a:hover{
  color:#fff;
  background:#990510;
  text-decoration:none;
}

/******************Modul Zahlung********************/
#aside .moduletable.zahlung{
	background:url(../images/cd_bg_zahlung_neu.jpg) no-repeat left -8px bottom;
	background-color:#990510;
  background-size: cover;
	width:386px;
	margin-bottom:18px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color:#fff;
-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
position:relative;
z-index:18;
}
#aside .moduletable.zahlung h3, #aside .moduletable.mod_kontakt h3{
	padding:20px 25px 10px;
	font-variant:small-caps;
	font-weight:400;
	font-size:24px;
}
#aside .moduletable.zahlung .custom{
	padding:0px 25px 74px;
	font-size:14px;
}
#aside .moduletable.mod_kontakt .custom{
	padding:0px 25px 28px;
	font-size:14px;
}
#aside .moduletable.zahlung a.btn_small, #aside .moduletable.mod_kontakt a.btn_small{
	float:right;
	background:#fcce88;
	padding:5px 12px;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin:11px 2px 0px;
		-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
}
#aside .moduletable.zahlung a.btn_small:hover, #aside .moduletable.mod_kontakt a.btn_small:hover{
background:#fff;
text-decoration: none;
}

#aside .moduletable.mod_kontakt{
		background:url(../images/cd_bg_kontakt.jpg) left top;
		background-color:#990510;
	width:386px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
color:#fff;
-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
box-shadow: 0px 0px 8px -1px rgba(0,0,0,0.75);
margin-bottom:18px;
position:relative;
z-index:18;

}
#aside .mobile{
	background:url(../images/cd_icon_mobile.png) no-repeat 5px 2px;
	padding: 2px 0px 5px 46px;
	display:block;
	font-size:18px;
}
#aside .phone{
	background:url(../images/cd_icon_phone.png) no-repeat 8px 2px;
	padding: 2px 0px 5px 46px;
	display:block;
	font-size:18px;
}
#aside .sms{
	background:url(../images/cd_icon_sms.png) no-repeat -1px -1px;
	padding: 2px 0px 5px 46px;
	display:block;
	font-size:18px;
}
#aside .wapp, .wapp{
	background:url(../images/whatsup_small.png) no-repeat -1px -1px;
	padding: 3px 0px 6px 46px;
	display:block;
	font-size:18px;
	display:none;
}
#aside .sms a, #aside .phone a, #aside .mobile a, #aside .wapp a{
	color:#fff;
}
#aside .moduletable.mod_kontakt a.btn_small{
	margin-top:68px;
}
#aside #slip_top{
	padding:60px;
	position:absolute;
	z-index:17;
	bottom: 10px;
left: -50px;
	background:url(../images/cd_slip_top.jpg) no-repeat center center;
}
#aside .moduletable.mod_kontakt .kontakt_btn{
	border-top:2px solid #fcce88;
	margin-top:12px;
}
#aside .moduletable.mod_kontakt .kontakt_btn a{
	background:#fcce88 url(../images/cd_btn_kontakt_bg.png) repeat-x center center;
	padding:8px 12px;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin:11px 2px 0px;
		-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
display:block;
text-align:center;
font-size:18px;
}
#aside .moduletable.mod_kontakt .kontakt_btn a:hover{
	background:#fff;
	

		-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
text-decoration: none;
}

/***************Cookiehint***********/
#redim-cookiehint .cookiebuttons #cookiehintsubmit
{
  background:#46a546 !important;
}
#redim-cookiehint .cookiebuttons #cookiehintinfo{
  background:#aaa !important;
}
#redim-cookiehint .cookiebuttons #cookiehintsubmitno{
  color:#aaa !important;
  background:none !important;
  text-decoration: underline !important;
}



/***************Stadttexte in Kategorie - 2 spaltig***************/

#content_city,
#cd_content_bottom_first{
	padding: 35px 40px 40px;
}

#content_city .moduletableleft{
	width:47%;
	float:left;
}
#content_city .moduletableright{
	width:47%;
	float:right;
}
#content_city ul,
#cd_content_bottom_first ul{
	list-style-type:none
}
#cd_content_bottom_first ul{
	margin-top:20px;
}
#cd_content_bottom_first ul li{
	float:left;
	width:31%;
	margin:0px 1% 45px 1%;
	overflow:hidden;
  min-height: 460px;
}
#cd_content_bottom_first ul li:nth-child(4){
  clear:left;
}
#cd_content_bottom_first ul li .mod-articles-category-readmore{
	font-weight:600;
}
.item-page .pull-left.item-image{
	float:right;
	margin:0px 0px 15px 25px;
}
.item-page .pull-left.item-image img,
#cd_content_bottom_first ul li img{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow:hidden;
max-width:100%;
height:auto;
width:100%;
}
#cd_content_bottom_first ul h3{
	min-height:94px;
}



/***************Stadtmodul***************/
#cd_content_bottom{
	margin-top:30px;
}
#cd_content_bottom .inner{
	background:#59020a;
		border-radius: 6px;
-moz-border-radius:6px;
-webkit-border-radius: 6px;


}
#cd_content_bottom .inner h3{
	color:#fff;
	text-align:center;
	font-weight:300;
	font-size:28px;
	padding:6px;
}
#cd_content_bottom ul li .image-title{
	position:absolute;
	z-index:80;
	bottom:10px;
	left:0px;
	color:#fff;
	background:#59020A url(../images/cd_btn_bg.png) repeat-x left center;
	display:inline-block;
	padding:3px 30px 3px 20px;
		border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
font-variant:small-caps;
font-size:18px;
-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
}
#cd_content_bottom ul li a:hover .image-title{
	background:#59020A;
	padding:3px 30px 3px 26px;
}
#cd_content_bottom ul{
	list-style-type:none;
	margin:0px -5px 15px -3px;
}
#cd_content_bottom ul li{
	position:relative;
	display:inline-block;
	margin:1px 2px;
	overflow:hidden;
	height:82px;
  width: 16.3%;
}
#cd_content_bottom ul li img{
-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
}
#cd_content_bottom ul li a:hover img{
	-webkit-transform: scale(1.05) rotate(0.01deg);
        transform: scale(1.05) rotate(0.01deg);
}

#content .sigFreeContainer li{
	padding:0px;
}


#content_container{



}
#content_outer, #content_outer_aside{
	background:#fff url(../images/cd_content_bg.png) repeat-x center top;
	margin-top:80px;
	border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-radius: 0px 0px 6px 6px;
}
.start #content_outer, .start #content_outer_aside{
	
	margin-top:0px;
	border-radius: 0px 0px 6px 6px;
-moz-border-radius: 0px 0px 6px 6px;
-webkit-border-radius: 0px 0px 6px 6px;
}
#content{
	padding:25px 40px;
	float:left;
	width:62%;
	overflow:hidden;
}
#content_outer #content{
	padding:25px 40px;
	width:auto;
	overflow:hidden;
  float:none;
}
#aside{
	float:right;
	width:30%;
	padding:25px 0px;
	position:relative;
}

#icon_tel{
	background:url(https://www.companion-deluxe.de/Escort/templates/hmm24/images/icon_tel.png) no-repeat 210px center;
	height:64px;
	font-size:20px;
	font-weight: normal;
	padding-right:120px;
	margin-bottom:10px;
	font-style: italic;
}

/***************Setcard***************/
.item-page .page-header h1{
	display:none;
}
#content .item-page h1 {
    color: #990510;
    font-size: 34px;
    font-weight: 300;
    padding:15px 0px 25px;
}
h4{
	font-weight:600;
	font-size:20px;
	padding-bottom:20px;
}
#es_main_image{
	float:left;
	width:47%;
}
#es_main_image img{
	width:100%;
	height:auto;
	  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#es_pers_data{
	margin-left:50%;
	
}
#es_description{
	clear:both;
	margin:35px 0px;
}
#es_more_details{
	
}
#es_gal{
	clear:both;
	margin:35px 0px;
}
#es_prices{
	
}
table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 2px;
  border-left:0px solid #ddd;
  margin: 0px 0px;

}

table tr td {
  padding: 8px 14px 8px 12px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #dddddd;

  
}
#es_pers_data table tr td:nth-child(2n+1), #es_more_details table tr td:nth-child(2n+1) {
  background:#990510;
  -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
  color:#fff;
  font-variant: small-caps;
  text-align:right;
    border-bottom: 1px solid #fff;
}
#es_prices table tr td:nth-child(3n+1) {
  background:#990510;
  -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
  color:#fff;
  font-variant: small-caps;
  text-align:right;
    border-bottom: 1px solid #fff;
}
#es_prices table tr td {

  width:33%;
  text-align:center;
   
}
#es_prices table tr td:first-child {
  background:#990510;
  width:33%;
  -webkit-border-top-left-radius: 8px;
-webkit-border-bottom-left-radius: 8px;
-moz-border-radius-topleft: 8px;
-moz-border-radius-bottomleft: 8px;
border-top-left-radius: 8px;
border-bottom-left-radius: 8px;
  color:#fff;
  font-variant: small-caps;
  text-align:right;
    border-bottom: 1px solid #fff;
}
#es_prices table th{
	 
  font-variant: small-caps;
    padding:12px;
border-top: 2px solid #990510;

}
.es_btn_booking{
	display:block;
	background:#fcce88 url(../images/cd_btn_kontakt_bg.png) repeat-x center center;
	padding:8px 12px;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin:11px 2px 0px;
		-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
text-align:center;
font-size:18px;
border:2px solid #990510;
}
#content a.btn, #content .btn, #send{
	display:inline-block;
	background:#fcce88 url(../images/cd_btn_kontakt_bg.png) repeat-x center center;
	padding:8px 12px;
		-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin:11px 2px 0px;
		-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
text-align:center;
font-size:18px;
border:2px solid #990510 !important;
min-width:200px;
cursor:pointer;
}
.es_btn_booking:hover, #content a.btn:hover, #content .btn:hover{
	background:#990510;
	color:#fff;
		-webkit-border-radius:8px;
-moz-border-radius: 8px;
border-radius: 8px;
		-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
text-decoration: none;
}
a.es_btn_scroll{
	border:1px solid #999;
	display:inline-block;
			-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	padding:4px 8px;
	margin:16px 0px 10px;
	
}
a.es_btn_scroll:hover{
	border:1px solid #990510;
background:#eee;
	text-decoration:none;
}


/***************Escort Galerien***************/

.items-row{
	margin-bottom:10px;
	padding-bottom:0px;
	border-bottom:0px solid #990510;
}

  
#cd_content_top .bt-cs .bt-inner{
	padding:0px;
	cursor:pointer;
}
.blog .page-header h2 a{
	position:absolute;
	z-index:80;
	bottom:12px;
	padding:4px 8px 4px 10px;
	color:#fff;
	background:#59020a;
	font-weight:300;
	margin-right:16px;
	text-transform: none;
	height:auto !important;
	border-radius: 0px 6px 6px 0px;
-moz-border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
cursor:pointer;
font-size:18px;
-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */

}
.blog .item:hover .page-header h2 a{
	-moz-transition: all 300ms ease-in-out; /* WebKit */
-o-transition: all 300ms ease-in-out; /* Opera */
transition: all 300ms ease-in-out; /* Standard */
padding:4px 4px 4px 12px;
text-decoration:none;
}
.blog .item img{
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
overflow:hidden;
width:100%;
display:block;

}
.blog .item{
	position:relative;
  -webkit-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
box-shadow: 0px 3px 19px 0px rgba(0,0,0,0.15);
}

.blog ol{
	list-style-type: none;
	margin-left:18px;
}
.blog ol a:hover{
	font-weight:bold;
	text-transform: uppercase;
}
.pull-right{
	float:left;
	margin:0px 25px 20px 0px;
	width:200px;
	overflow:hidden;
}
.pull-left{
	overflow:hidden;
}
.pull-left img, .pull-right img{
	max-width:100%;
}
#content .breadcrumb{
	margin:0px;
}
#content .breadcrumb li{
	display:inline-block;
	padding:5px 0px 5px 0px;
}
#content .breadcrumb .divider{
	padding:0px 5px;
}
#content .breadcrumb .divider.icon-location{
display:none;
}
#content .blog h1, #content .contact h1, #content h1{
	color:#990510;
	font-size:34px;
	font-weight:300;
	padding-bottom:25px;
}
#content .blog h2{
	font-size:18px;
	font-weight:300;
}
#content .item-page h2{
	color:#990510;
	font-size:34px;
	font-weight:300;
	padding-bottom:15px;
	text-decoration:none;
}

#content strong{
	font-weight:600;
}



.item-page{
	margin-bottom:55px;
}

img.thumb{
	border-bottom:5px solid #990510;
}

#content ul{
	margin:20px 0px;
	list-style-type:none; 
}
#content li{
	padding:0px 17px 15px 30px;
	line-height: 19px;
	
}
#content .item-page li{
	background:url(../images/li_style_star.png) no-repeat 0px top;
}
#content #whatsup_box{
	background:#f4f4f4;
	padding:20px 40px 40px;
		-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#backlink{
	display:block;
}

ul.pagenav{
	list-style-type: none;
	margin-top:20px;
}
ul.pagenav li{
	float:left;
	margin-right:1px;
}
ul.pagenav li a{
	display:block;
	text-decoration: none;
	padding:6px 18px 5px;
	font-size:13px;
	color:#AE2F38;
	border:1px solid #ddd;
	background:#eee;
	font-weight:bold;
}
ul.pagenav li a:hover{
	background:#fff;
}

#backlink{
	margin:20px 0px;
}
#backlink a{
	text-decoration:none;
}
.fancybox-title{
	display:none;
}

/******************Formular********************/


.contact h3{
	display:none;
}
dd{
	margin-left:0px;
}
.contact-form{
	margin-top:0px;
	padding:25px;
	background:#f4f4f4;
	margin-bottom:25px;
	
}
fieldset{
	padding:0px;
	border:0px;
}
legend{
	display:none;
}
#jform_contact_email, #jform_contact_emailmsg, #jform_contact_name, #jform_contact_message, #osolCatchaTxt0{
	width:200px;
	border:1px solid #aaa;
	font-size:14px;
	padding:3px;
	font-family: 'Roboto Condensed', sans-serif;
	
}
#osolCatchaTxt0{
	width: 140px;
	margin-right:20px;

}
.osolCaptchaBlock{
	margin-top:10px;
}
#jform_contact_message{
	width:490px;
	height:120px;
}

.tip-wrap{
	background:#fff;
	padding:10px;
	border:1px solid #aaa;
	font-size:12px;
}
#system-message div{
	padding: 10px;
	background:#fff;
	margin:10px 0px;
	font-size:18px;
}
#aside .elink{
	padding-bottom:0px;
	
}
#aside .elist{
	padding-top:3px;
}

.gcore-line-td input, .gcore-line-td textarea, .gcore-line-td select {
    border: 1px solid #aaa !important;
    border-radius: 2px;
    box-shadow: none;
    padding: 8px 10px 7px;
    width: auto;
}
#fin-datenschutz{
	background:#fff;
	padding:6px 12px;
	margin-top:6px;
}
#fin-datenschutz a{
	font-weight:bold;
	text-decoration: underline;
}
.gcore-checkbox-item label{
	white-space: normal;
}

.chrono_credits a{
	color:#ddd;
	font-size:10px;
	display:none;
}
#content input.btn{
	margin-left:190px !important;
}
form.chronoform{
	background:#fcf9da;
	padding:20px;
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
border-bottom:2px solid #990510;
}
#content .gcore-label-left {
    max-width: 180px !important;
    min-width: 180px !important;
   
}

/********************* index styles ******************/
.index header{
	height:280px;
}
.index #content_outer_aside{
	margin-top:0px;
}

.index_col_right{
	float:right;
	width:48%;
}
.index_col_left{
	float:left;
	width:48%;
}
.index_table{
	margin-top:50px;
}
.index_table tr td{
	text-align:center;
	border-bottom: 0px solid #dddddd;
}
.index_page_nav a{
	display:inline-block;
	padding:5px 10px;
	background:#eee;
	margin-top:20px;
}
.index_entry{
	margin-top:30px;
}
.index_entry_note{
	color:#fff;
	padding:5px;
}
.index_entry_btn{
	float:left;
}
.index_entry_btn img{
	vertical-align: middle;
	
}
.index_entry_btn a{
	padding:16px 0px;
	background: #990510;
	width:340px;
	margin-top:6px;
	display:inline-block;
	background: #59020a url("../images/cd_btn_bg.png") repeat-x scroll right center;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:3px solid #550209;
	font-size:18px;
	vertical-align: middle;
	line-height:24px;
}
.index_entry_btn a:hover{
	background: #59020a url("../images/cd_btn_bg.png") repeat-x scroll right center;
	color:#fff;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	border:3px solid #fff;
	text-decoration:none;
}
.index_entry_btn a img{
	margin:0px 8px 0px 25px;
		

}
.index_entry_btn a:hover img{
	margin:0px 12px 0px 25px;
		

}
.index_banner{
	float:left;
	width:33%;
	text-align:center;
	padding:35px 0px;
}

.index_banner_4{
	float:left;
	width:24.8%;
	text-align:center;
	padding:35px 0px;
}

/************Suche************/

.chzn-container{
	display:none;
}
#top_header .search{
	padding:10px 0px 0px 35px;
	float: left;
}
#top_header .search .button{
	background:url(../images/cd_search.png) no-repeat center top -1px;
	padding:19px;
	border:0px;
	cursor:pointer;
}
#top_header .search .button:focus { outline: none !important; }
.result-title{
	margin:20px 0px 12px;
	font-size:24px;
}
input.search-query{
	border:1px solid #F7E090;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.34);
-moz-box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.34);
box-shadow: inset 0px 0px 13px 0px rgba(0,0,0,0.34);
padding:3px 5px;
}
.result-text{
	border-bottom:1px solid #FCCE88;
	padding-bottom:20px;
}
span.highlight{
	color:#990510;
	font-weight:bold;
}
.result-category{
	display:none;
}
.tooltip{
	display:none !important;
}
.search .pull-left{
	float:left;
}
.search #search-searchword{
	margin:12px 5px 22px 0px;
	padding:4px 8px 5px;
	font-size:20px;
	-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
	border:1px solid #999;
}


/*!
 * Bootstrap v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}





.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #444333;
  text-decoration: none;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 460px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */

  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}



@media only screen and (max-width : 1300px) {
#cd_logo img{
	max-width:100%;
	height:auto;
	display:block;
}
#cd_logo{
	max-width:90%;
	display:block;
}
#content h2,
#content .blog h1,
#content .contact h1,
#content h1 {
    font-size: 36px;
    padding-bottom: 18px;
}

#cd_col_left_inner .custom{
	margin:45px 4% 0px;
}
.header{
	display:block;
}
#cd_content_top .bt-cs a.next {
    background: rgba(0, 0, 0, 0) url("../images/cd_gal_arrow_right.png") no-repeat scroll center center;
    display: block;
    margin-right: 0px;
}
#cd_content_top .bt-cs a.prev {
    background: rgba(0, 0, 0, 0) url("../images/cd_gal_arrow_left.png") no-repeat scroll center center;
    display: block;
    margin-left:0px;
}

#aside .moduletable.mod_kontakt {
   
    border-radius: 8px;
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.75);
    color: #fff;
    margin-bottom: 18px;
    width: auto;
	margin-right:15px;
}
#aside .moduletable.zahlung {
    
    border-radius: 8px;
    box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.75);
    color: #fff;
    position: relative;
    width: auto;
    z-index: 18;
	margin-right:15px;
}
#aside {
    float: right;
    padding: 25px 0;
    position: relative;
    width: 35%;
}
#content {
    float: left;
    overflow: hidden;
    padding: 25px 30px;
    width: 57%;
}
#cd_content_bottom ul {
    list-style-type: none;
    margin: 0 0px 15px 0px;
}
#navi_top ul {
    list-style-type: none;
    text-align: left;
    width: 100%;
	text-align:center;
	margin:0px auto;
	
}
#navi_top ul li{
    width:16.4%;
	
}
}

@media only screen and (max-width : 1024px) {
#navi_top ul li a{
	font-size:22px;
}
#navi_top ul li a img{
	max-width:100%;
}
#cd_content_top {
    margin-top: 50px;
}
* {
    margin: 0;
    padding: 0;
}
.header_container {
    height: auto;
	
}
.header{
	display:block;
}
#content h2, #content .blog h1, #content .contact h1, #content h1 {
    font-size: 32px;
    padding-bottom: 18px;
}
.footer .pull-right {
    float: none;
	text-align:center;
	margin-bottom:12px;
}
.footer p{
	text-align:center;
}
#cd_content_top .inner h3 {
    padding: 6px 6px 16px;
   
}
#content .item-page h1 {
    color: #990510;
    font-size: 34px;
    font-weight: 300;
    padding: 0 0 25px;
}
#cd_content_top .bt-cs a.next {
    background: rgba(0, 0, 0, 0) url("../images/cd_gal_arrow_right_small.png") no-repeat scroll center top;
    display: block;
    margin-right: 0px;
	margin-top:-50px;
	
}
#cd_content_top .bt-cs a.prev {
    background: rgba(0, 0, 0, 0) url("../images/cd_gal_arrow_left_small.png") no-repeat scroll center top;
    display: block;
    margin-left:0px;
	
	margin-top:-50px;
}
}

@media only screen and (max-width : 960px)  {
	


.inner {
    padding: 0 20px;
}

#content h2, #content .blog h1, #content .contact h1, #content h1, #content .kurse h2{
    font-size: 26px;
    padding-bottom: 14px;
}
#top_header .booking {
    float: right;
    font-size: 16px;
    line-height: 31px;
    padding: 6px 12px 10px;
}
#content .breadcrumb {
    display:none;
}
#cd_content_inner_top{
  float:none;
  margin-top:0px;
}
.pull-left {
    float:none;
    margin:15px 0px;
    overflow: hidden;
    width: auto;
}

#cd_logo{
	display:none;
}
#cd_logo_small{
	
	height:auto;
	margin:0px;
	text-align:left;
	max-width: 50%;
    display:block;
}
#cd_logo_small img{
	max-width:100%;

}
.body{
	margin-left:0%;
	width:auto;
	overflow:hidden;
}
.header, .cd_mod_left{
	display:none;
}
header {
    background: url("../images/cd_header_bg_small.jpg") no-repeat center top 20px;
	background-size: cover;
    height: 280px;
    padding-top: 40px;
}
#menu_select{
	margin-top:50px;
}


.header{
	padding:0px;
}
#navi_top{
	margin-top:0px;
}
#navi_top ul li {
    float: none;
}
#navi_top ul li a {
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 6px 5px 0px 5px;
    text-decoration: none;
    transition: none 100ms ease-in-out 0s ;
	background: #73030c url("../images/cd_nav_bg.png") repeat-x scroll center -60px;
	
}
#navi_top ul li a:hover, #navi_top ul li.current a {
}
#cd_content_top .slides_control{
	
}
#footer_top .mod_left .custom {
    padding: 7px 0 0 15px;
    width: 145px;
}
#footer_top .mod_right {
    padding: 40px 160px 10px 20px;
}
#cd_content_top .bt-cs .bt-inner .bt-title span {
    background:none;
    padding: 5px 5px 7px 8px;
	max-height:44px;
	overflow:hidden;
   
}
.item-page {
    margin-bottom:25px;
}

}
@media only screen and (max-width : 960px){
body {
	font-size:15px;
}
#aside {
    float: none;
    padding: 0px 0;
    position: relative;
    width: 100%;
}
#content {
    float: none;
    overflow: hidden;
    width:auto;
}
#aside .moduletable.zahlung, #aside .moduletable.mod_kontakt {
    margin:10px 25px 35px;
}
#aside .moduletable.zahlung{
	min-height:180px;
  background:url(../images/cd_bg_zahlung_neu.jpg) no-repeat left -8px bottom;
	background-color:#990510;
  background-size: auto;
}
#aside #slip_top{
	display:none;
}
#content_outer, #content_outer_aside {
    margin-top: 60px;
}
#cd_content_bottom ul li {
    display: inline-block;
    height: 82px;
    margin: 2px auto;
    overflow: hidden;
    position: relative;
	width:33%;
}
#cd_content_bottom ul li img{
	width:100%;
	margin:0px auto;
}
textarea#message{
	width:230px;
	
}
input.search-query{
	display:none;
}
#top_header .search{
	padding:10px 0px 0px 10px;
	float: left;
}
#searchForm .pull-left{
	margin:0px;
}

}


@media only screen and (max-width : 620px){
header {
   background:#000 url("../images/cd_header_bg_small.jpg") no-repeat center top 40px;
	background-size:contain;
    height: auto;
    padding-top: 40px;
}
#aside .wapp, .wapp{
	display:block;
}
#nav_mob{
	display:none;
	padding-top:40px;
	background:#990510;
}
#nav_mob ul li a{
	display:block;
	text-align:center;
	color:#fff;
	padding:5px 15px;
	border-bottom:1px solid #000;
}
#toggle_nav{
	
	cursor:pointer;
	float:right;
	width:40px;
	background: url(../images/cd_menu_mobile.png) no-repeat right 3px top 2px;
	display:block;
	margin:10px 10px 0px 0px;
	padding:20px 12px;
	color:#fff;
	font-weight:400;
	text-transform: uppercase;

}

#top_header .booking {
    float: right;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 12px 9px;
}
#top_header .booking .phone{
    display:none;
}
#top_header .mobile {
    background: none;
    display: inline;
    padding-left: 6px;
	color:#fff !important;
}#top_header .mobile a{
   
	color:#fff !important;
}
#top_header .lang {
    float: left;
    padding-top: 8px;
}
#content_outer, #content_outer_aside {
    margin-top: 0px;
}
#navi_top{
	display:none;
}
.start #navi_top{
	display:block;
}
.inner {
    padding: 0 10px;
}
#content_container .inner {
    padding: 0;
}
#navi_top ul li {
    display: inline-block;
    text-align: center;
    width: 24%;
}
#navi_top ul li.item-116, #navi_top ul li.item-117{
	display:none;
}
#navi_top ul li a img{
	max-width:100%;
}
#aside .moduletable.zahlung, #aside .moduletable.mod_kontakt {
    margin:10px 0px 10px;
}
#aside {
    float: none;
    padding: 0px 0;
    position: relative;
    width: 100%;
}
#aside .moduletable.mod_kontakt {
    margin-bottom: 5px;
    width: 100%;
		border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background-color:#990510;
}
#aside .moduletable.mod_kontakt a{
   color:#fff;

}
#aside .moduletable.mod_kontakt .kontakt_btn a {
    color: #990510;
	   font-size:16px;
   padding:8px 9px;
}
#aside .moduletable.zahlung h3, #aside .moduletable.mod_kontakt h3 {
    font-size: 24px;
    font-variant: small-caps;
    font-weight: 400;
    padding: 16px 14px 10px 20px;
}
#aside .moduletable.zahlung {
    position: relative;
    width: 100%;
    z-index: 18;
			border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background-color:#990510;
}
#aside .moduletable.mod_kontakt a.btn_small {
    display:none;
}
#aside .moduletable.zahlung .custom {
    font-size: 14px;
    padding: 0 14px 64px 20px;
}
#content {
    float: none;
    overflow: hidden;
    padding: 25px 16px;
    width:auto;
}
.row-fluid [class*="span"] {
    float: left;
    margin-left: 2.0% !important;
	margin-right: 2.0%;
    width: 100%;
}
.row-fluid [class*="span"]:first-child {
    margin-left: 2.0%;
}
.row-fluid .span3 {
    width: 46%;
}
.row-fluid .span3:nth-child(3) {
   clear:left;
}
#cd_content_top .bt-cs a.prev {
    display: none;
}
#cd_content_top .bt-cs a.next {
    display: none;
}
#cd_content_top {
    background: rgba(0, 0, 0, 0) url("../images/cd_bg_gal_start.png") repeat-x scroll center top;
   
   margin:0px;
}
.items-row .pull-left {
    float: none;
    margin: 0px 0;
    overflow: hidden;
    width: auto;
}


#cd_content_bottom .inner h3 {
    font-size: 24px;
}
#cd_content_bottom ul li {
    display: inline-block;
    height: 82px;
    margin: 2px auto;
    overflow: hidden;
    position: relative;
	width:50%;
}
#cd_content_bottom ul li img{
	width:100%;
	margin:0px auto;
}
#cd_content_bottom ul {
    list-style-type: none;
    margin: 0px;
}


#cd_logo{
	display:none;
}
#cd_logo_small{
	
	height:auto;
	margin:0px;
	text-align:left;
	display:block;
}
#footer_top{
	padding:10px;
	background: rgba(0, 0, 0, 0) url("../images/cd_slip_bottom.png") no-repeat scroll left -60px top;
}
#footer_top .mod_right {
    background: none;
    color: #fff;
    float: none;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 300;
    line-height: 32px;
    padding: 0px;
	margin-bottom:20px;
}
#footer_top .booking{
	text-align:center;
}
#footer_top .mobile, #footer_top .phone{
    padding-left: 34px;
	width:60%;
	margin:0px auto;
}
#footer_top .mobile a, #footer_top .phone a{
    color:#fff;
}
#footer_top .mod_left .custom {
    margin-top:30px;
	float: left;
    padding: 7px 0 0 0px;
    width: 135px;
}
#es_main_image{
	float:none;
	width:100%;
}
#es_main_image img{
	width:100%;
	height:auto;
	  -webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
#es_pers_data{
	margin-left:0%;
}	

#es_gal {
    clear: both;
    margin: 35px 0;
}
#es_more_details {
	display:none;
}
#content_city .moduletableleft {
    float: none;
    width:auto;
}
#content_city .moduletableright {
    float: none;
    width: auto;
}
#content_city {
    padding: 25px 25px 40px;
}
.es_btn_booking {
    font-size: 16px;
    margin: 11px 2px 0;
    padding: 8px 12px;
}
a.es_btn_scroll {
    border: 1px solid #999;
    border-radius: 4px;
    display: inline-block;
    margin: 16px 0 10px;
    padding: 4px 3px;
	font-size:13px;
}
ul.sigFreeClassic li.sigFreeThumb {
    background: #fff none repeat scroll 0 0 !important;
    float: left;
    list-style: outside none none !important;
    margin: 1px;
    padding: 0;
    width: 48% !important;
}
#cd_content_top .bt-cs .bt-row {
    width: 25% !important;
}
#cd_content_top .slides_control{
	
}
#cd_content_top .bt-row-last{
	display:none;
}
#cd_content_top .bt-cs .bt-inner .bt-title {
    border-radius: 0 6px 6px 0;
    bottom: 16px;
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    height: auto !important;
    margin-right: 16px;
    position: absolute;
    text-transform: none;
    z-index: 80;
	line-height:16px;
}
#content .item-page h1 {
    color: #990510;
    font-size: 26px;
    font-weight: 300;
    padding: 0 0 25px;
}
#aside .moduletable.zahlung a.btn_small, #aside .moduletable.mod_kontakt a.btn_small {
    display:none;
}

textarea#message{
	width:200px;
	
}
#top_header .search{
	padding:5px 0px 0px 10px;
	float: left;
}
.search #search-searchword {
    width:90%;
}
#searchForm .pull-left{
	margin:0px;
}
#top_header .search .button{
    padding:17px 19px;
}

.searchintro{
	margin:12px 0px;
}
#cd_content_bottom_first ul li{
	float:left;
	width:48%;
	margin:0px 2% 45px 0%;
	overflow:hidden;
}
.item-page .pull-left.item-image{
	float:none;
	margin:10px 0px;
}
.blog .page-header h2 a{
   font-size:13px;
}

}

@media only screen and (max-width : 440px){

.index_entry_btn a{
	width:310px;
}
.index_col_left, .index_col_right {
    float: none;
    width: 100%;
}
.index_col_right {
    margin-top:35px;
}
.index_banner{
	float:none;
	width:100%;
	text-align:center;
}

header {
    padding-top: 40px;
}
#navi_top ul li {
    display: inline-block;
    text-align: center;
    width: 48%;
}
#cd_content_bottom ul li {
   
	width:100%;
}
#cd_content_bottom ul li img{
	width:100%;
	margin:0px auto;
}
#cd_content_top .bt-cs .bt-row {
    width: 50% !important;
}
#cd_content_top .slides_control {
   
}
#cd_content_bottom_first ul li{
	float:none;
	width:100%;
	margin:0px 0% 45px 0%;
	overflow:hidden;
}
#content input.btn {
    margin-left: 0px !important;
}
#top_header .search{
	padding:5px 0px 0px 0px;
	float: left;
}
#top_header .booking {
    float: right;
    font-size: 14px;
    line-height: 22px;
    padding: 6px 0px 9px;
}
#top_header div.mod-languages li {
    margin-left: 0px;
    margin-right: 2px;
}
#content_outer #content{
	padding:25px 15px;
	width:auto;
	overflow:hidden;
}
.blog .item{
  -webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.blog .page-header h2 a{
   font-size:13px;
}

}
@media only screen and (max-width : 380px){



}

/*======================================
  Selectric v1.11.1
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  max-width:336px;
  margin:18px 8px;
}

.selectric-responsive {
  width: 100%;
  
}

.selectric {
  border: 1px solid #990510;
  border-radius: 0px;
  background: #59020a;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 46px 0 10px;
  font-size: 18px;
  line-height: 46px;
  color: #F7E090;
  height: 46px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric .button {
  display: block;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 45px;
  background: #59020A url(../images/cd_select_bg.png) no-repeat center center;
  color: #F7E090;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 0px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #F5C783;
}

.selectric-hover .selectric {
  border-color:#F5C783;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #F5C783;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #59020A;
  border: 1px solid #F5C783;
  z-index: -1;
  -webkit-box-shadow: 2px 10px 12px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 10px 12px -4px rgba(0,0,0,0.75);
box-shadow: 2px 10px 12px -4px rgba(0,0,0,0.75);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #F5C783;
  color: #73030C;
}

.selectric-items li.highlighted {
   background: #F5C783;
  color: #73030C;
}

.selectric-items li:hover {
   background: #fff;
  color: #000;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

/***************Comments***********/
.moduletable.comments{
  margin-top:30px;
}
.comments .mod-articles-category-date{
  font-size:14px;
  float:right;
}
.comments .mod-articles-category-introtext{
  font-size:17px;
  font-style:italic;
  clear:both;
}
#cd_content_bottom_first .comments li{
  background:#f2f2f2;
  margin:8px 0px 20px;
  padding:20px;
  border-radius: 0px 10px 10px 0px;
-moz-border-radius: 0px 10px 10px 0px;
-webkit-border-radius: 0px 10px 10px 0px;
-webkit-box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.28);
-moz-box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.28);
box-shadow: 0px 2px 11px -2px rgba(0,0,0,0.28);
border-left:3px solid #990510;
}
#cd_content_bottom_first .comments li h3{
  font-weight:600;
  padding-bottom:20px;
  float:left;
  min-height:auto;
}

#cd_content_bottom_first .comments ul li {
    float: none;
    width: auto;
    margin: 0px;
    overflow: hidden;
    min-height: auto;
}
.comment_form{
    margin-top:30px;
}
.comment_form h3{
    padding-bottom:15px;
    cursor:pointer;
    text-decoration:underline;
}
#chronoform-Kommentar .gcore-line-tr .gcore-input{
    float:none;
}
#chronoform-Kommentar{
    display:none;
}
#fin-send{
  display:block;
}
#send{
   float:right;
}

/* new code */
#footer_top .email {

  display: flex;
  color: white;
  justify-content: center;
  align-items: center;
  font-size: 20px;

}

#footer_top .email::before {

  content: '';
  height: 22px;
  width: 22px;
  background: url('../images/email.svg') no-repeat center;
  display: inline-block;
  margin-right: 10px;
}

.sigFreeImg {

  height: 100%;
  width: 100%;
  object-fit: cover;
}