@import url(https://weloveiconfonts.com/api/?family=fontawesome);

/**********************************************************************/
/* fontawesome */
/**********************************************************************/

[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/**********************************************************************/
/* Generelle Abstände und Formatierungen*/
/**********************************************************************/

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

#head, #footer, #mainContentWrapper{ /*, #mainNaviWrapper*/
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
}

body, td{
	font-family: "Catamaran", sans-serif;
	font-size: 11pt;
	font-weight: 300;
	line-height: 130%;
	color: #555;
}

td{
	vertical-align: top;
}

h1, h2, h3, h4, h5{
	margin-bottom: 12px;
	font-weight: 500;
}

h1{
	font-size: 240%;
	line-height: 160%;
}
h2{
	font-size: 200%;
	line-height: 140%;
}
h3{
	font-size: 160%;
	line-height: 120%;
}
h4{
	font-size: 140%;
	line-height: 110%;
}

form h4{
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 12pt;
	color: #999;
}

hr {
    border: 0px;
    border-bottom: 1px dotted #C00;
    margin-top: 15px;
    margin-bottom: 15px;
}

/**********************************************************************/
/* ID's */
/**********************************************************************/

#headInner, nav, #mainNaviWrapper, #mainContent, #footerInner{
	width: 1100px;
	margin: auto;
}

#head{
	position: fixed;
	top: 0px;
	left: 0px;
	width: calc(100vw - 40px);
	background-color: #C00;
	z-index: 100;
}
	#headInner{
		position: relative;
	}
	#headLinks{
		position: absolute; 
		top: 16px; 
		right: 0px;
		text-align: right;
		color: #FFF;
	}
		#headLinks a{
			color: #FFF;
			margin-left: 20px;
		}
			#headLinks a span{
				font-size: 130%;
			}
	#showMenu{
		display: none;
	}

#mainNaviWrapper{
	top: 70px;
	position: fixed;
	width: 100%;
	z-index: 99;
	background-color: #FFF;
	padding-top: 5px;
}

#mainSliderWrapper{
	margin-top: 120px;
	margin-bottom: -110px;
	clear: both;
	overflow: hidden;
	height: 300px;
	position: relative;
}
#SliderTopButtons {
    position: absolute;
    width: 80%;
    bottom: 30px;
    right: 20px;
    text-align: right;
}

#mainContentWrapper{
	margin-top: 120px;
}
	#mainContent ul, #mainContent ol {
		margin-left: 18px;
	}
	.suchFilter{
		display: inline-block;
	}
		.suchFilter b, .suchFilter input, .suchFilter select{
			border: 1px solid #DDD;
			color: #999;
			font-size: 12px;
			font-weight: 700;
			vertical-align: bottom;
			display: inline-block;
			margin-right: 15px;
			
			text-shadow: none!important;
			-moz-text-shadow: none!important;
			-webkit-text-shadow: none!important;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
    
			padding: 5px;
			margin-bottom: 8px;
			width: 200px;
		}
		.suchFilter b{
			border: 0px;
			width: auto;
		}
		.suchFilter .inputText{
			width: 190px;
		}

#footerPic{
	margin-top: 20px;
	margin-bottom: -10px;
}
	
#footer{
	background-color: #C00;
	padding-top: 20px;
	color: #FFF;
	font-size: 90%;
	text-align: center;
	font-weight: 600;
}
	#footer a{
		color: #FFF;
		font-weight: 600;
	}
	#footerInnerLeft{
		text-align: left;
		width: 60%;
		display: table-cell;
	}
	#footerInnerRight{
		text-align: right;
		width: 40%;
		display: table-cell;
	}

#contactInfos{
	position: absolute;
	top: 13px;
	right: 10px;
}
	#contactInfos a{
		font-weight: 500;
		margin-left: 20px;
		font-size: 10pt;
	}
		#contactInfos a span{
			font-size: 130%;
		}

#loginOverlay, #loginOverlay2, #loginOverlayPress, #delOverlay, #turnOverlay{
	position: fixed;
	top: 20%;
	left: 15%;
	background: rgba(255,255,255,0.9);
	z-index: 101;
	width: 70%;
	text-align: center;
	-webkit-box-shadow: 7px 7px 17px 0px rgba(166,166,166,1);
	-moz-box-shadow: 7px 7px 17px 0px rgba(166,166,166,1);
	box-shadow: 7px 7px 17px 0px rgba(166,166,166,1);
}

#acceptCookiesOverlay{
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background: rgba(0,0,0,0.9);
	color: #FFF;
	z-index: 101;
	text-align: center;
	line-height: 41px;
	font-weight: 700;
	-webkit-box-shadow: 7px 7px 17px 0px rgba(166,166,166,1);
	-moz-box-shadow: 7px 7px 17px 0px rgba(166,166,166,1);
	box-shadow: 7px 7px 17px 0px rgba(166,166,166,1);
}
	#acceptCookiesOverlay a:hover{
		color: #FFF;
	}

#detailLinks{
	float: left;
	width: 730px;
	margin-right: 40px;
}

#detailRechts{
	float: left;
	width: 320px;
}

	#detailBilderGal h3, #detailAngebot h3, #detailOffen h3, #detailKarteAddr h3, #detailEMail h3, #detailBewertung h3, #SWcarusel h3, #detailFooter h3, #detailLinks h3, #detailRechts h3{
		color: #666;
		border-bottom: 1px solid #CCC;
		font-weight: 500;
		font-size: 12pt;
	}

	#detailBilderGal, #detailAngebot, #detailOffen, #detailKarteAddr{
		margin-bottom: 1px;
	}

#topLink {
    position: fixed;
    right: 5px;
    bottom: 10px;
    font-size: 40px;
}
	#topLink a{
		color: #AAA;
	}

/**********************************************************************/
/* HTML-Elemente */
/**********************************************************************/

a{
	color: #C00;
	font-weight: 500;
	text-decoration: none;
}
a:hover{
	color: #000;
}

/**********************************************************************/
/* Dropdown-Menu */
/**********************************************************************/

nav{
	display: block;
}

nav ul{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

nav ul a{
	display:block;
	color: #C00;
	text-decoration:none;
	font-weight:500;
	font-size:14px;
	line-height:32px;
	padding-left: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
nav ul a:hover{
	color: #FFF;
}

nav ul a span{
	font-size: 130%;
}

nav ul li{
	position:relative;
	float:left;
	margin:0;
	padding:0;
}

nav ul li.current-menu-item, nav ul li:hover{
	/*border-bottom: 2px solid #C00;*/
	background-color: rgba(0,0,0,0.9);
}

nav ul li ul li:hover{
	border-bottom: 0px;
}

nav ul li ul li{
	margin-left: 0px;
}

nav ul ul{
	display:none;
	position:absolute;
	top:100%;
	left:0;
	background-color: rgba(0,0,0,0.9);
	padding:0;
	/*margin-top: 2px;*/
}
nav ul ul ul{
	margin-top: 0px;
}

nav ul ul li{
	float:none;
	width:250px;
}

nav ul ul a{
	line-height:120%;
	padding:10px 15px;
}

nav ul ul ul{
	top:0;
	left:100%;
	border-top: 0px;
}

nav ul li:hover > ul{
	display:block;
}

/**********************************************************************/
/* CSS-Klassen */
/**********************************************************************/

.upperCase{
	text-transform: uppercase;
}

.button{
	border: 0;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 5px;
    vertical-align: bottom;
    display: inline-block;
    background-color: #C00;
    
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.1);
    text-shadow: none!important;
    -moz-text-shadow: none!important;
    -webkit-text-shadow: none!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.searchInput, .formInput, .formInputText, .formInputVers{
	border: 1px solid #DDD;
    color: #999;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 5px;
    vertical-align: bottom;
    display: inline-block;
    margin-right: 20px;
    
    text-shadow: none!important;
    -moz-text-shadow: none!important;
    -webkit-text-shadow: none!important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
	.formInput, .formInputVers{
		margin-right: 0px;
		padding: 5px;
		width: 650px;
		background-color: #EEE;
	}
		.sideform .formInput, .sideform .td1{
			width: 310px !important; 
		}
	.formInputText{
		border: 0px;
		width: 60px;
		text-align: center;
	}
	.formInputVers {
		width: 80%;
	}

.sliderH1, .sliderH2{
	text-transform: uppercase;
	color: #FFF;
	font-size: 40px;
	letter-spacing: .1em;
}
.sliderH2{
	font-size: 16px;
}

.mainSliderText{
	text-align: center;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
}

.mainBildText{
	text-align: left;
	width: 1200px;
	font-weight: 500;
	position: absolute;
	bottom: 40px;
	left: calc((100vw - 1200px) / 2);
	color: #FFF;
	
	text-shadow: 2px 2px 3px #000;
	-moz-text-shadow: 2px 2px 3px #000;
	-webkit-text-shadow: 2px 2px 3px #000;
}

.sliderItem{
	height: 300px;
	overflow: hidden;
	position: relative;
	background-position: center center;
	background-size: 100% auto;
}

.mainListItemLang, .mainListItemKurz, .detailLinkBtn{
	float: left;
	width: 62%;
	height: 160px;
	margin-bottom: 30px;
	margin-right: 2%;
	text-align: center;
	
	border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    background-size: 100% auto;
    background-position: center center;
}
	.mainListItemKurz{
		width: 31%;
	}
	.detailLinkBtn{
		width: 320px;
		position: relative;
		height: 174px;
		text-align: left;
		padding-left: 24px;
		margin-bottom: 45px;
	}
	.mainListItemLang a, .mainListItemKurz a{
		font-size: 25px;
		font-weight: 700;
		color: #EEE;
		padding-top: 65px;
		padding-bottom: 60px;
		display: block;
		
		text-shadow: 2px 2px 3px #000;
		-moz-text-shadow: 2px 2px 3px #000;
		-webkit-text-shadow: 2px 2px 3px #000;
	}
	.detailLinkBtn a, .profH1{
		font-size: 14px;
		font-weight: 500;
		color: #EEE;
		padding-top: 20px;
		padding-bottom: 20px;
		display: block;
		
		text-shadow: 2px 2px 3px #000;
		-moz-text-shadow: 2px 2px 3px #000;
		-webkit-text-shadow: 2px 2px 3px #000;
	}
		.detailLinkBtn a p{
			display: inline;
			font-size: 24px;
		}
		.profH1{
			font-size: 30px;
			padding-top: 0px;
		}

.td1, .td2{
	background-color: transparent; 
	width: 660px;
}
	.td2{
		background-color: #F8E1E1;
	}

.error{
	display: block;
	padding: 10px;
	background-color: #F8E1E1;
	color: #C00;
}

.checkBoxWrapper{
	display: inline-block;
	width: 31%;
	margin-left: 2%; 
	line-height: 200%;
}
.ubersichtTabelle{
	width: 100%;
}

.bildUpload{
	display: inline-block;
	width: 45%;
	margin-right: 3%;
}

.detailLinkBtn .tooltiptext {
  position: absolute;
  width:100%;
  height: 30px;
  color: #FFF;
  background: #C00;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  font-size: 90%;
  
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.detailLinkBtn .tooltiptext:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-bottom: 8px solid #C00;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.detailLinkBtn:hover .tooltiptext {
  visibility: visible;
  opacity: 0.85;
  bottom: -35px;
  left: 0px;
  z-index: 999;
}

.zeitTabelle{
	width: 100%;
}
	.zeitTabelle td{
		font-weight: 500;
		border-bottom: 1px dotted #BBB;
		padding-top: 3px;
		padding-bottom: 3px;
	}
	.bisSpalte{
		width: 10%;
		text-align: center;
	}
	.zeitSpalte{
		width: 15%;
		text-align: right;
	}
	.textRight{
		text-align: right;
	}
	.noBorder{
		border-top: 0px !important;
		border-left: 0px !important;
		border-right: 0px !important;
		border-bottom: 0px !important;
	}

.serviceListe{
	display: inline-block;
	width: 30%;
	margin-right: 3%;
}
	.serviceListe span, .serviceListe1col span{
		color: #C00;
	}

.text_klein{
	font-size: 80%;
}

.statTable{
	width: 100%;
	border-collapse: collapse;
}
	.statTable td{
		padding: 3px;
	}

.green{
	color: #090;
}

.shareBtn{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #CC0000;
	color: #FFF;
	line-height: 20px;
	height: 20px;
	display: inkline-block;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.shareBtnFB{
	color: #033578;
	font-size: 36px;
	display: inline-block;
}
.shareBtnTwitter{
	color: #428bca;
	font-size: 36px;
	display: inline-block;
}
.shareBtnGooglePlus{
	color: #c00;
	font-size: 36px;
	display: inline-block;
}
.shareBtnMail{
	color: #CC0000;
	font-size: 39px;
	display: inline-block;
}
.shareBtnWhatsApp{
	background-color: #3ebe2b;
	width: 24px;
	height: 24px;
	border: 4px solid #3ebe2b;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	display: inline-block;
}
.shareBtnWhatsApp:hover{
	background-color: #000;
	border-color: #000;
}

.bewText{
	width: 450px;
}

.prevPic {
    width: auto;
    height: 100px;
    margin-right: 15px;
}
	.imgSuche{
		height: 22px;
		margin-bottom: -2px;
		margin-left: 10px;
	}

.listTable {
    width: 100%;
}

.prevPicListe {
    width: 300px;
    height: 200px;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 14px;
    background-color: #D7E7A0;
    background-color: #E3F2B2;
    background-color: #EEE;
    position: relative;
}

.prevPicMain {
    max-width: 600px;
    max-height: 420px;
}

.carousellWrapper {
    margin-top: 7px;
    width: 600px;
    overflow: hidden;
    position: relative;
}
.carousellContent {
    white-space: nowrap;
}
.gridItem2 {
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 14px;
    margin-left: 0px;
    width: 98px;
    height: 98px;
    overflow: hidden;
    display: inline-block;
}
	.gridItem2 img {
		position: absolute;
		top: 50%;
		margin-top: -49px;
		left: 50%;
		margin-left: -48px;
	}
	.carouselBtnRight, .carouselBtnLeft, .carouselBtnRight2, .carouselBtnLeft2{
		height: 100%;
		line-height: 100%;
		opacity: 0.65;
		color: #FFF;
		font-size: 50px;
		background-color: rgba(255, 255, 255, .5);
		padding-top: 30px;
		position: absolute;
		top: 0px;
	}
	.carouselBtnRight2, .carouselBtnLeft2{
		padding-top: 70px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.carouselBtnLeft, .carouselBtnLeft2{
		left: 0px;
	}
	.carouselBtnRight, .carouselBtnRight2{
		right: 0px;
	}

.jetztGeoeffnet{
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-color: #0C0;
	padding: 3px;
	color: #FFF;
	font-weight: 600;
}

.aufzZweiSpalten {
    width: 49%;
    display: inline-block;
}

.fullWidth{
	width: 100%;
}


.imWertVon {
    font-weight: 500;
}
.big {
    font-size: 140%;
    font-weight: 600;
}

.width120{
	width: 120px;
}

.artikelHeadline{
	margin-bottom: 0px;
	font-size: 24px;
}

.gMapsMap{
	height: 300px;
}

.top10px{
	top: 6px !important;
}

.halloUser{
	margin-bottom: 8px;
	font-weight: 600;
}

.suchInput{
	width: 833px !important;
}

.geoLocInput{
	border: 0px; 
	background-color: transparent; 
	width: 620px;
}

.werbHandy, .werbPC{
	text-align: center;
}

#uber18OverlayH1{
	color: #FFF; 
	font-size: 18pt; 
	padding: 35px; 
	padding-top: 60px;
	margin-bottom: 0px;
}

	#uber18OverlayH1 img{
		width: 150px;
	}

#helpIDs video{
	width: 540px; 
	height: auto; 
	float: left;
}
