body {  hyphens: auto; 
hyphenate-limit-chars: 10 4 4;
  -webkit-hyphens: auto;
  -ms-hyphens: auto}

@media (min-width: 768px) { 
#burgernav > .navbar { width: 100%; }
#burgernav .navbar-nav { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0; padding: 0; }
#burgernav .dropdown-menu { display: block; position: relative; min-width: 100%; text-align: left; }

#burgernav .navbar-nav>li:first-child { flex:1; -webkit-box-flex:1; -webkit-flex:1; }
#burgernav .dropdown-submenu .dropdown-menu { left: 0; }

.modalburger { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(35, 50, 138, 0.97); overflow: auto; display: none; z-index: 9999; }
.modal-inner { height: 100%; }
.modal-inner > .rowburger { height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; align-items: center; margin-right: 0px; margin-left: 0px; }

/* Placed on the body while a modal is open to prevent scrolling. */
.showing-modal { overflow: hidden; }
}

/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	height: 38px; 
	padding: 1px 0px 1px 2px; 
	font-size: 18px; 
	color:#333333; 
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    padding: 5px; 
    margin: 0px 0px 0px 0px;
    border: 0px solid #d8d8d8;
    border-radius: 0px;
    background-color: #FFFFFF;
}

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #F8F8F8; }

.scroll-top-wrapper { /* TO-TOP-BUTTON | nur in DESKTOP Ansicht sichtbar*/
		position: fixed;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		text-align: center;
		z-index: 9999998;
		background-color: #ced8dd;
		color: #2686b8;
		width: 50px;
		height: 48px;
		line-height: 40px;
		right: 40px;
		bottom: 40px;
		padding-top: 2px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}
.scroll-top-wrapper:hover { background-color: #2686b8; color: #FFFFFF;}
.scroll-top-wrapper.show { visibility:visible; cursor:pointer; opacity: 1.0; }
.scroll-top-wrapper i.fa { line-height: inherit; }

/* Transparenz Button HOVER bei Links */
.btn:hover,
.btn:focus { filter: alpha(opacity = 100); -ms-filter: "alpha(opacity = 100)"; opacity: 1.0; }

/* Breadcrump */
.breadcrumb { padding: 10px 0px; margin-bottom: 0px; list-style: none; background-color: transparent; border-radius: 0px; }
.breadcrumb > li + li:before { /* Trenner */
  padding: 0 5px;
  color: #CCCCCC;
  content: "/\00a0";
}

/* ABSTAND DER BOXEN ZUEINANDER */
.abstand { margin-bottom: 30px; }

.fullbgimage 	{ z-index: 1; background-position: center center; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } 
.fullmap	 	{ background-color: rgba(0, 0, 0, 0.08); }

.kachel 		{ background-color: #D6B469; border: 2px solid transparent; padding: 5px 20px; display: -webkit-flex; display: flex; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; color: #FFFFFF; font-weight: 700; position: relative; width: 100%; text-align: center;
}
.kachel:hover 	{ color: #23328A; background-color: #FFFFFF; border: 2px solid #23328A; }
.kachel div		{ align-self: center; }

.kachelpadder1 		{ padding-left: 13px; padding-right: 13px; }
.kachelpadder2 		{ padding: 2px; }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #EEEEF8; text-align: left; position: relative; }
.box-dotted { width: 100%; background-color: transparent; text-align: left; position: relative; padding: 30px 30px 30px 0px; border-right: 1px dashed #D6B469; border-bottom: 1px dashed #D6B469; }

.box-center { width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.box-center:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

.box-sicherheit { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 10px; border: 1px solid #cccccc; }
.box-sicherheit:hover { border: 1px solid #8ea419; }

.box-interesse { width: 100%; background-color: rgba(248, 248, 248, 0.95); position: relative; padding: 15px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.box-interesse:hover { background-color: rgba(248, 248, 248, 1.0); }

.coloring2 .box-interesse { width: 100%; background-color: rgba(255, 255, 255, 0.95); position: relative; padding: 15px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.coloring2 .box-interesse:hover { background-color: rgba(255, 255, 255, 1.0); }

.bild { z-index: 2; position: absolute; width: 100%; height: 100%; filter: alpha(opacity = 60); -ms-filter: "alpha(opacity = 60)"; opacity: .60; background-color: #000000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.bildtext { z-index: 3; position: absolute; width: 100%; height: 100%; left: 0; padding-left: 50px; padding-right: 50px; }
.bildtext:hover + .bild { filter: alpha(opacity = 40); -ms-filter: "alpha(opacity = 40)"; opacity: .40; }

/* MixItUp */
#Container .mix { display: none; }
.mixinner{ width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.mixinner:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

/* CAROUSEL TEXT-FEATURES */
.sliderpos 		{ position: relative; z-index: 3; width: 100%; }
.sliderbg 		{ background-color: #000000; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; padding: 30px; }

/* PAGINA */
.carousel-indicators { bottom: 20px; }
.carousel-indicators li { width: 16px; height: 16px; margin: 0px; background-color: #FFFFFF; border: 0px solid #fff; border-radius: 10px; }
.carousel-indicators .active { width: 16px; height: 16px; margin: 0; background-color: #2686b8; }

/* Ausklappfunktion */
.klappbox 			{ border-top: 1px dashed #D6B469; border-radius: 0px; }
.klappboxhead 		{ background-color: transparent; border-bottom: 0px solid transparent; border-radius: 0px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; width: 100%; }
.klappboxhead:hover { background-color: transparent; }
.klappboxhead:hover a.klappboxlink { color: #D6B469; }
.klappboxbody		{ overflow: hidden; }

/* Input-Group Formularfelder */
.btn-primary 					{ color: #FFFFFF; background-color: #1fa02d; }
.btn-primary:hover 				{ background-color: #2686b8; }
.input-group > .form-control 	{ height: 41px; padding: 2px 8px; font-size: 12px; border-radius: 0px 0px 0px 0px; background-color: #FFFFFF; }
.input-group-btn > .btn 		{ max-height: 41px; padding: 13px 14px 15px 14px; font-size: 13px; line-height: 13px; border-radius: 0px 0px 0px 0px; border: 0px solid transparent; }
.file-actions 					{ display: none; }
.input-group-btn > .fileinput-upload-button 		{ display: none; }
.input-group-btn > .fileinput-remove-button 		{ filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; color: #FFFFFF; background-color: #1fa02d; }
.input-group-btn > .fileinput-remove-button:hover 	{ background-color: #2686b8; }

.glyphclose { color: #FFFFFF; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.glyphclose:hover { color: #D6B469; }







/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
.nullpadding2 { padding: 0px 0px 0px 0px; }
.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { display: block; 
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 300px; }
.fullheightleft 	{ background-position: left top; }
.fullheightright 	{ background-position: right top; }
.fullheighttop 		{ background-position: top; }

ul.dots 			{ list-style-type: disc; padding: 0px 0px 15px 10px; margin: 15px 0px 0px 10px; }

body, td, p, .n, blockquote 	{ font-size: 15px; line-height: 21px; }

H1 { font-size: 30px; line-height: 30px; font-weight: 700; text-transform: none; }
H2 { font-size: 26px; line-height: 25px; font-weight: 700; text-transform: none; }
H3 { font-size: 18px; line-height: 20px; font-weight: 700; text-transform: none; letter-spacing: 0.012em; }

span.looksh1 		{ font-size: 30px; line-height: 30px; font-weight: 700; text-transform: none; }
span.looksh2 		{ font-size: 26px; line-height: 25px; font-weight: 700; text-transform: none; }
span.looksh3 		{ font-size: 18px; line-height: 20px; font-weight: 700; text-transform: none; letter-spacing: 0.012em; }

.box 				{ padding: 30px; }

.kachel 			{ min-height: 80px; font-size: 17px; font-weight: 700; }
.totop 				{ padding-top: 50px; padding-bottom: 20px; padding-left: 15px; padding-right: 15px; }
.linktop 			{ padding-top: 29px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 30px; padding-bottom: 30px; background-color: #23328A; }
.glyphheight 		{ font-size: 30px; color: #D6B469; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.headline 		{ font-size: 18px; line-height: 18px; font-weight: 400; text-transform: none; font-style: italic; }
span.subline 		{ font-size: 18px; line-height: 21px; font-weight: 700; text-transform: none; letter-spacing: 0.012em; }
span.gross	 		{ font-size: 19px; line-height: 26px; }
span.mittel 		{ font-size: 14px; line-height: 19px; }
span.klein 			{ font-size: 13px; line-height: 17px; }

span.fusszeile 		{ font-size: 13px; line-height: 15px; font-weight: 700; text-transform: none; }
a.fusszeile 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }

.small 				{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }

a 					{ font-size: 15px; font-weight: 700; text-transform: none; letter-spacing: 0.025em; }
.binner				{ height: 15px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 13px; line-height: 13px; padding: 11px 16px 11px 14px; font-weight: 400; text-transform: none; }
.bbutton, 
.bbuttonical		{ height: 41px; } /* lbottom height */

input.button 		{ font-size: 13px; line-height: 13px; padding: 11px 16px 11px 14px; font-weight: 400; text-transform: none; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 19px; line-height: 24px; text-transform: none; font-weight: 700; }
.klappboxhead 		{ padding: 25px 0px 25px 0px; }
.klappboxpadding 	{ padding: 0px 15px 30px 31px; }
i.klappen 			{ background-color: transparent; padding: 0px 15px; color:#D6B469; display: flex; justify-content: center; align-items: center; align-self: flex-start; }

input, select, textarea { font-size: 15px; }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		margin-top: 0px; 
		width: 10%;
		color: #FFF;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=50); 
		opacity: .5; 
		background-color: transparent; 
		border: 0px; 
		z-index: 20; }
.header { 
	display: block;
	position: relative;
	height: auto;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; }

.innerlink { vertical-align: -3px; width: 15px; height: auto; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; filter: invert(.5) sepia(1) brightness(500%); }
a.button:hover .innerlink, a.buttonical:hover .innerlink, .kachel:hover .innerlink { filter: none; }

.logo img { width: 100%; max-width: 270px; height: auto; padding-top: 20px; padding-bottom: 20px; }

.nursuche.form-control 				{ height: 31px; padding: 0px 8px; font-size: 12px; 
									-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); 
									box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.nursuche.form-control:focus 		{ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); 
									box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); } 
.nursuche.btn 						{ padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }


      



/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
.nullpadding2 { padding: 0px 15px 0px 15px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { position: absolute; height: 100%; }

body, td, p, .n, blockquote 	{ font-size: 15px; line-height: 21px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 38px; line-height: 38px; }
H2 { font-size: 26px; line-height: 25px; }
H3 { font-size: 18px; line-height: 20px; }

span.looksh1 		{ font-size: 38px; line-height: 38px; }
span.looksh2 		{ font-size: 26px; line-height: 25px; }
span.looksh3 		{ font-size: 18px; line-height: 20px; }

.halterrotate 		{ transform: rotate(7deg); padding-top: 10px; padding-bottom: 10px; margin-right: 10px; margin-left: 0px; }
.box 				{ padding: 30px; }
.sidebar_left 		{ height: 100%; position: relative; }
.fixclass 			{ background-color: #23328A; position: fixed; width: 33.33333333%; height: 100%; }

#burgernav .navbar-nav { padding-left: 2%; padding-right: 2%; }
.closer 			{ margin-top: 15px; margin-right: 15px; }

.kachel 			{ min-height: 100px; font-size: 18px; }
.totop 				{ padding-top: 60px; padding-bottom: 30px; padding-left: 2.344vw; padding-right: 2.344vw; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 0px; padding-bottom: 30px; background-color: transparent; }
.glyphheight 		{ font-size: 0px; }
.glyphclose 		{ font-size: 45px; cursor: pointer; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.headline 		{ font-size: 18px; line-height: 18px; }
span.subline 		{ font-size: 18px; line-height: 21px; }
span.gross	 		{ font-size: 19px; line-height: 26px; }
span.mittel 		{ font-size: 14px; line-height: 19px; }
span.klein 			{ font-size: 13px; line-height: 17px; }

span.fusszeile 		{ font-size: 13px; line-height: 15px; }
a.fusszeile 		{ font-size: 13px; line-height: 15px; }

.small 				{ font-size: 13px; line-height: 15px; }
a.small 			{ font-size: 13px; line-height: 15px; }

a 					{ font-size: 15px; }
.binner				{ height: 15px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 13px; line-height: 13px; padding: 11px 16px 11px 14px; }
.bbutton, 
.bbuttonical		{ height: 41px; } /* lbottom height */

input.button 		{ font-size: 13px; line-height: 13px; padding: 11px 16px 11px 14px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 21px; line-height: 25px; }
.klappboxhead 		{ padding: 25px 0px 25px 0px; }
.klappboxpadding 	{ padding: 0px 15px 30px 33px; }

input, select, textarea { font-size: 15px; }

.innerlink { vertical-align: -3px; width: 15px; height: auto; }

.logo img { width: 100%; max-width: 162px; height: auto; padding-top: 35px; padding-bottom: 20px; }

.nursuche.input-group { padding-top: 6px; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 17px; line-height: 25px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 44px; line-height: 44px; }
H2 { font-size: 32px; line-height: 31px; }
H3 { font-size: 22px; line-height: 24px; }

span.looksh1 		{ font-size: 44px; line-height: 44px; }
span.looksh2 		{ font-size: 32px; line-height: 31px; }
span.looksh3 		{ font-size: 22px; line-height: 24px; }

.halterrotate 		{ padding-top: 20px; padding-bottom: 20px; margin-right: 20px; margin-left: 50px; }
.box 				{ padding: 35px; }
.fixclass 			{ width: 33.33333333%; }

#burgernav .navbar-nav { padding-left: 5%; padding-right: 5%; }

.kachel 			{ min-height: 120px; font-size: 20px; }
.totop 				{ padding-top: 80px; padding-bottom: 50px; padding-left: 3.385vw; padding-right: 3.385vw; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 0px; padding-bottom: 15px; }
.glyphheight 		{ font-size: 0px; }
.glyphclose 		{ font-size: 60px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 0px; }

span.headline 		{ font-size: 22px; line-height: 22px; }
span.subline 		{ font-size: 22px; line-height: 26px; }
span.gross	 		{ font-size: 21px; line-height: 30px; }
span.mittel 		{ font-size: 16px; line-height: 23px; }
span.klein 			{ font-size: 15px; line-height: 21px; }

span.fusszeile 		{ font-size: 15px; line-height: 17px; }
a.fusszeile 		{ font-size: 15px; line-height: 17px; }

.small 				{ font-size: 15px; line-height: 17px; }
a.small 			{ font-size: 15px; line-height: 17px; }

a 					{ font-size: 17px; }
.binner				{ height: 17px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 15px; line-height: 15px; padding: 12px 19px 12px 17px; }
.bbutton, 
.bbuttonical		{ height: 45px; } /* lbottom height */

input.button 		{ font-size: 15px; line-height: 15px; padding: 12px 19px 12px 17px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 23px; line-height: 27px; }
.klappboxhead 		{ padding: 28px 0px 28px 0px; }
.klappboxpadding 	{ padding: 0px 15px 30px 35px; }

input, select, textarea { font-size: 17px; }

.innerlink { vertical-align: -3px; width: 16px; height: auto; }

.logo img { width: 100%; max-width: 172px; height: auto; padding-top: 35px; padding-bottom: 20px; }

.nursuche.input-group { padding-top: 9px; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 27px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 48px; line-height: 48px; }
H2 { font-size: 36px; line-height: 35px; }
H3 { font-size: 24px; line-height: 26px; }

span.looksh1 		{ font-size: 48px; line-height: 48px; }
span.looksh2 		{ font-size: 36px; line-height: 35px; }
span.looksh3 		{ font-size: 24px; line-height: 26px; }

.halterrotate 		{ padding-top: 30px; padding-bottom: 30px; margin-right: 30px; margin-left: 90px; }
.box 				{ padding: 40px; }
.fixclass 			{ width: 25%; }

#burgernav .navbar-nav { padding-left: 7.5%; padding-right: 7.5%; }

.kachel 			{ min-height: 140px; font-size: 22px; }
.totop 				{ padding-top: 100px; padding-bottom: 70px; padding-left: 4.427vw; padding-right: 4.427vw; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 0px; padding-bottom: 15px; }
.glyphheight 		{ font-size: 0px; }
.glyphclose 		{ font-size: 70px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 0px; }

span.headline 		{ font-size: 24px; line-height: 24px; }
span.subline 		{ font-size: 24px; line-height: 30px; }
span.gross	 		{ font-size: 22px; line-height: 32px; }
span.mittel 		{ font-size: 17px; line-height: 25px; }
span.klein 			{ font-size: 16px; line-height: 23px; }

span.fusszeile 		{ font-size: 14px; line-height: 16px; }
a.fusszeile 		{ font-size: 14px; line-height: 16px; }

.small 				{ font-size: 14px; line-height: 16px; }
a.small 			{ font-size: 14px; line-height: 16px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 16px; line-height: 16px; padding: 12px 20px 12px 18px; }
.bbutton, 
.bbuttonical		{ height: 46px; } /* lbottom height */

input.button 		{ font-size: 16px; line-height: 16px; padding: 12px 20px 12px 18px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 24px; line-height: 28px; }
.klappboxhead 		{ padding: 30px 0px 30px 0px; }
.klappboxpadding 	{ padding: 0px 15px 40px 35px; }

input, select, textarea { font-size: 18px; }

.innerlink { vertical-align: -3px; width: 17px; height: auto; }
 
.logo img { width: 100%; max-width: 192px; height: auto; padding-top: 35px; padding-bottom: 20px; }

.nursuche.input-group { padding-top: 12px; }
}



@media (min-width: 1400px) { 
span.fusszeile 		{ font-size: 16px; line-height: 18px; }
a.fusszeile 		{ font-size: 16px; line-height: 18px; }

.small 				{ font-size: 16px; line-height: 18px; }
a.small 			{ font-size: 16px; line-height: 18px; }
}



@media (max-height: 799px) and (min-width: 1200px) {
.logo img { width: 100%; max-width: 152px; height: auto; padding-top: 30px; padding-bottom: 20px; }
}