.box-border:after 	{ position: absolute; right: 10px; bottom: 10px; font-family: 'FontAwesome'; content: '\f054'; display: inline-block; }

/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	border-right: 0px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	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: #e62b27; }
.coloring-grey {background-color: #f4f4f4;}
.coloring-white { background-color: #FFFFFF; }

.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: #f4f4f4;
		color: #1d1d1b;
		width: 50px;
		height: 50px;
		line-height: 50px;
		right: 50%;
		margin-right: -25px;
		bottom: 30px;
		padding-top: 0px;
		border-top-left-radius: 25px;
		border-top-right-radius: 25px;
		border-bottom-right-radius: 25px;
		border-bottom-left-radius: 25px;
		-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: #e62b27; 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); }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #e62b27; text-align: center; position: relative; border: 0px solid transparent; -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:hover { background-color: #333333; }

.box-border  { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; border: 1px solid #cccccc; -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-border:hover { border: 1px solid #e62b27; }

.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 #e62b27; }

.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: 0px solid #e4efdd; border-radius: 0px; }
.klappboxhead 		{ background-color: rgba(230, 43, 39, 0.85); padding: 0px 10px 0px 0px; border-bottom: 0px solid transparent; border-radius: 0px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; white-space: normal; overflow: hidden; width: 100%; color: #FFFFFF; }
.klappboxhead:hover { background-color: rgba(230, 43, 39, 1.0); }
.klappboxbody		{ background-color: #f4f4f4; overflow: hidden; }
.klappboxpadding 	{ padding: 35px 35px 0px 40px; }

/* Vanilla ALLGEMEIN */
.tabs__content { 	box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); 
					-webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); 
					-moz-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); }
.tabs__content_wrapper_pad { padding: 30px; background-color: transparent; }

/* Vanilla ICON Accordion */
#tabs-a .tabs__nav_link:after, 
#tabs-a .tabs__nav_link.is__active:after, 
#tabs-h.is__responsive .tabs__nav_link:after, 
#tabs-v.is__responsive .tabs__nav_link:after { font-family: 'IcoFont'; content: '\ea86'; color: #FFFFFF; font-size: 36px; font-weight: 400; vertical-align: middle; float: right; -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; }
#tabs-a .tabs__nav_link.is__active:after, 
#tabs-h.is__responsive .tabs__nav_link.is__active:after, 
#tabs-v.is__responsive .tabs__nav_link.is__active:after { transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg); }

/* Vanilla a.background-inactiv */
.tabs.style__horizontal .tabs__nav .tabs__nav_link, 
.tabs.style__vertical .tabs__nav .tabs__nav_link, 
.tabs.style__accordion .tabs__nav_link, .tabs.is__responsive .tabs__nav_link, .tabs.style__accordion .tabs__content .tabs__nav_link, 
.tabs.is__responsive .tabs__content .tabs__nav_link { border: 0px solid #ccc; background-color: #008337; }

/* Vanilla a.background-activ */
.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active, 
.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active, 
.tabs.style__accordion .tabs__nav_link.is__active, .tabs.is__responsive .tabs__nav_link.is__active { background-color: #e40513; }

/* Vanilla background */
.tabs.style__horizontal .tabs__content.is__active, 
.tabs.style__vertical .tabs__content.is__active, 
.tabs.style__accordion .tabs__content, .tabs.is__responsive .tabs__content {
	border: 0px solid #ccc;
	padding: 0px;
	background-color: transparent; }

/* Vanilla TABS Horizontal */
.tabs.style__horizontal .tabs__nav .tabs__nav_link:first-of-type { margin-left: 0px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link:last-of-type { margin-right: 0px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link {
	border-bottom: 0px;
	margin: 0px 3px;
	padding: 10px 20px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {	flex: auto; /* none für nicht fullwidth  */ }
	
/* Vanilla TABS Vertical */
@media (min-width: 768px) { 
.tabs.style__vertical { align-items: stretch; /* flex-start für individuelle height */ }
.tabs.style__vertical .tabs__nav { flex: 0 0 25%; }
.tabs.style__vertical .tabs__content.is__active { margin-left: 30px; }
}
.tabs.style__vertical .tabs__nav .tabs__nav_link:first-of-type { margin-top: 0px; }
.tabs.style__vertical .tabs__nav .tabs__nav_link:last-of-type { margin-bottom: 0px; }
.tabs.style__vertical .tabs__nav .tabs__nav_link {
	margin: 10px 0px;
	padding: 20px 10px; }
	
/* Vanilla TABS Accordion */
.tabs.style__accordion .tabs__nav_link, .tabs.is__responsive .tabs__nav_link, .tabs.style__accordion .tabs__content .tabs__nav_link, 
.tabs.is__responsive .tabs__content .tabs__nav_link { padding: 15px 15px; text-align: left; overflow: hidden; }
.tabs.style__accordion .tabs__content, .tabs.is__responsive .tabs__content { margin: 0 0 10px 0; }

/* 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; border: 1px solid #cccccc; 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; }







/* 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; }

i.no { display: none; }
i.yes { display: inline-block; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { display: block; 
    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; 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-old			{ list-style-type: disc; padding: 0px 0px 15px 10px; margin: 15px 0px 0px 10px; }

ul.dots 			{ list-style-type: none; padding: 20px 0px 20px 0px; }
ul.dots li 			{ padding-left: 1.3em; }
ul.dots li:before 	{ font-family: 'FontAwesome'; content: '\f00c'; margin-left: -1.3em; display: inline-block; width: 1.3em; color: #e42c2b; }

.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

body, td, p, .n, blockquote 	{ font-size: 15px; line-height: 21px; }

H1 { font-size: 24px; line-height: 30px; font-weight: 700; text-transform: none; }
H2 { font-size: 18px; line-height: 24px; font-weight: 700; text-transform: none; }
H3 { font-size: 24px; line-height: 30px; font-weight: 300; text-transform: none; }

span.looksh1 		{ font-size: 24px; line-height: 30px; font-weight: 700; text-transform: none; }
span.looksh2 		{ font-size: 18px; line-height: 24px; font-weight: 700; text-transform: none; }
span.looksh3 		{ font-size: 24px; line-height: 30px; font-weight: 300; text-transform: none; }

.searchpadres 		{ padding: 0px 30px 30px 30px; }
.box 				{ padding: 30px; }
.box-border 		{ padding: 30px 15px 30px 15px; font-size: 14px; line-height: 20px; display: inline-block; }
.box-border:after 	{ font-size: 20px; color: #e62b27; }
.balkenrot 			{ width: 100%; height: 5px; background-color: #e62b27; }

.totop 				{ padding-top: 50px; padding-bottom: 30px; }
.linktop 			{ padding-top: 20px; }
.searchtop 			{ padding-top: 30px; }
.footer 			{ padding-top: 80px; padding-bottom: 80px; background-image: url(../design/strich-fuss_res.png); background-position: top; background-repeat: no-repeat; }
.glyphheight 		{ font-size: 40px; color: #FFFFFF; }
.iconsfuss 			{ padding-right: 5px; display: inline-block; }
.texticonsfuss		{ vertical-align: 5px; }
.googlemaps			{ height: 250px; }
.googlemaps2		{ height: 400px; }
.bgtotop 			{ padding-top: 150px; padding-bottom: 120px; }
.headerheight 		{ height: 0px; }

span.gross	 		{ font-size: 21px; line-height: 27px; }
span.mittel 		{ font-size: 14px; line-height: 20px; }
span.klein 			{ font-size: 13px; line-height: 19px; }

span.fusszeile 		{ font-size: 13px; line-height: 29px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 13px; line-height: 29px; font-weight: 700; text-transform: none; }
span.fusszeile2		{ font-size: 13px; line-height: 29px; font-weight: 300; text-transform: none; }
a.fusszeile2 		{ font-size: 13px; line-height: 29px; font-weight: 300; text-transform: none; }
span.topic 			{ font-size: 19px; line-height: 19px; font-weight: 700; }
span.topic2 		{ font-size: 19px; line-height: 19px; font-weight: 400; }
span.topic3 		{ font-size: 23px; line-height: 23px; font-weight: 700; }

.small, .small2		{ font-size: 13px; line-height: 15px; }
a.small, a.small2	{ font-size: 13px; line-height: 15px; }
a.tel				{ font-size: 24px; line-height: 30px; text-transform: none; }

a 					{ font-size: 15px; font-weight: 700; text-transform: none; }
.binner				{ height: 15px; } /* lbottom height */

a.button > .btn  	{ font-size: 15px; padding: 13px 20px 13px 20px; font-weight: 400; text-transform: none; }
.bbutton			{ height: 49px; } /* lbottom height */

.klappboxlink, 
a.tabs__nav_link 	{ font-size: 19px; line-height: 19px; font-weight: 700; text-transform: none; }
i.klappen 			{ background-color: #f4f4f4; padding: 15px; color: #e62b27; margin-right: 15px; }

input.button 		{ font-size: 15px; padding: 13px 20px 13px 20px; font-weight: 400; text-transform: none; }
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; } 

.logo img { width: 100%; max-width: 140px; height: auto; padding-top: 15px; padding-bottom: 15px; }
li img.tachodes { width: 20px; display: none; margin-right: 10px; margin-top: -3px; }
li img.tachores { width: 24px; display: inline-block; margin-right: 10px; margin-top: -4px; }

.nursuche.form-control 				{ font-weight: 300; height: 31px; padding: 0px 8px; font-size: 13px; 
									-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) { 
i.no { display: inline-block; }
i.yes { display: none; }

.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: 16px; line-height: 23px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 26px; line-height: 32px; }
H2 { font-size: 19px; line-height: 25px; }
H3 { font-size: 26px; line-height: 32px; }

span.looksh1 		{ font-size: 26px; line-height: 32px; }
span.looksh2 		{ font-size: 19px; line-height: 25px; }
span.looksh3 		{ font-size: 26px; line-height: 32px; }

.box 				{ padding: 30px; }
.box-border 		{ padding: 30px 15px 30px 15px; font-size: 14px; line-height: 20px; }
.box-border:after 	{ font-size: 20px; }
.balkenrot 			{ width: 100%; height: 10px; background-color: #e62b27; }

.totop 				{ padding-top: 60px; padding-bottom: 40px; }
.linktop 			{ padding-top: 7px; }
.searchtop 			{ padding-top: 4px; }
.searchtop2			{ padding-top: 13px; }
.searchlupe			{ padding-top: 9px; }
.footer 			{ padding-top: 80px; padding-bottom: 80px; background-image: url(../design/strich-fuss.png); background-position: top; background-repeat: no-repeat; }
.glyphheight 		{ font-size: 40px; }
.iconsfuss 			{ padding-right: 5px; }
.texticonsfuss		{ vertical-align: 5px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 450px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 170px; }
.headerheight 		{ height: 105px; }

span.gross	 		{ font-size: 22px; line-height: 29px; }
span.mittel 		{ font-size: 15px; line-height: 22px; }
span.klein 			{ font-size: 14px; line-height: 21px; }

span.fusszeile 		{ font-size: 12px; line-height: 28px; }
a.fusszeile 		{ font-size: 12px; line-height: 28px; }
span.fusszeile2		{ font-size: 12px; line-height: 28px; }
a.fusszeile2 		{ font-size: 12px; line-height: 28px; }
span.topic 			{ font-size: 40px; line-height: 40px; }
span.topic2 		{ font-size: 18px; line-height: 18px; }
span.topic3 		{ font-size: 20px; line-height: 20px; }

.small, .small2		{ font-size: 11px; line-height: 13px; }
a.small, a.small2	{ font-size: 11px; line-height: 13px; }
a.tel				{ font-size: 26px; line-height: 32px; }

a 					{ font-size: 16px; }
.binner				{ height: 16px; } /* lbottom height */

a.button > .btn  	{ font-size: 16px; padding: 13px 20px 13px 20px; }
.bbutton			{ height: 49px; } /* lbottom height */

.klappboxlink, 
a.tabs__nav_link 	{ font-size: 20px; line-height: 20px; }

input.button 		{ font-size: 16px; padding: 13px 20px 13px 20px; }
input, select, textarea { font-size: 16px; }

.logo img { width: 100%; max-width: 160px; height: auto; padding-top: 17px; padding-bottom: 17px; }
li img.tachodes { width: 0px; display: none; margin-right: 0px; margin-top: 0px; }
li img.tachores { width: 0px; display: none; margin-right: 0px; margin-top: 0px; }
}



/* 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: 32px; line-height: 38px; }
H2 { font-size: 22px; line-height: 28px; }
H3 { font-size: 32px; line-height: 42px; }

span.looksh1 		{ font-size: 32px; line-height: 38px; }
span.looksh2 		{ font-size: 22px; line-height: 28px; }
span.looksh3 		{ font-size: 32px; line-height: 38px; }

.box 				{ padding: 40px; }
.box-border 		{ padding: 30px 13px 30px 13px; font-size: 13px; line-height: 19px; }
.box-border:after 	{ font-size: 19px; }

.totop 				{ padding-top: 60px; padding-bottom: 40px; }
.linktop 			{ padding-top: 7px; }
.searchtop 			{ padding-top: 6px; }
.searchtop2			{ padding-top: 13px; }
.searchlupe			{ padding-top: 11px; }
.footer 			{ padding-top: 90px; padding-bottom: 90px; }
.glyphheight 		{ font-size: 50px; }
.iconsfuss 			{ padding-right: 5px; }
.texticonsfuss		{ vertical-align: 5px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 500px; }
.bgtotop 			{ padding-top: 240px; padding-bottom: 210px; }
.headerheight 		{ height: 116px; }

span.gross	 		{ font-size: 23px; line-height: 31px; }
span.mittel 		{ font-size: 16px; line-height: 24px; }
span.klein 			{ font-size: 15px; line-height: 23px; }

span.fusszeile 		{ font-size: 14px; line-height: 32px; }
a.fusszeile 		{ font-size: 14px; line-height: 32px; }
span.fusszeile2		{ font-size: 14px; line-height: 32px; }
a.fusszeile2 		{ font-size: 14px; line-height: 32px; }
span.topic 			{ font-size: 48px; line-height: 48px; }
span.topic2 		{ font-size: 23px; line-height: 23px; }
span.topic3 		{ font-size: 25px; line-height: 25px; }

.small, .small2		{ font-size: 13px; line-height: 15px; }
a.small, a.small2	{ font-size: 13px; line-height: 15px; }
a.tel				{ font-size: 27px; line-height: 33px; }

a 					{ font-size: 17px; }
.binner				{ height: 17px; } /* lbottom height */

a.button > .btn  	{ font-size: 17px; padding: 14px 25px 14px 25px; }
.bbutton			{ height: 52px; } /* lbottom height */

.klappboxlink, 
a.tabs__nav_link 	{ font-size: 22px; line-height: 22px; }

input.button 		{ font-size: 17px; padding: 14px 25px 14px 25px; }
input, select, textarea { font-size: 17px; }

.logo img { width: 100%; max-width: 180px; height: auto; padding-top: 18px; padding-bottom: 18px; }
li img.tachodes { width: 18px; display: inline-block; margin-right: 10px; margin-top: -7px; }
li img.tachores { width: 18px; display: none; margin-right: 10px; margin-top: -7px; }
}



/* 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: 36px; line-height: 42px; }
H2 { font-size: 24px; line-height: 30px; }
H3 { font-size: 36px; line-height: 42px; }

span.looksh1 		{ font-size: 36px; line-height: 42px; }
span.looksh2 		{ font-size: 24px; line-height: 30px; }
span.looksh3 		{ font-size: 36px; line-height: 42px; }

.box 				{ padding: 50px; }
.box-border 		{ padding: 30px 15px 30px 15px; font-size: 15px; line-height: 21px; }
.box-border:after 	{ font-size: 21px; }

.totop 				{ padding-top: 70px; padding-bottom: 50px; }
.linktop 			{ padding-top: 7px; }
.searchtop 			{ padding-top: 7px; }
.searchtop2			{ padding-top: 14px; }
.searchlupe			{ padding-top: 11px; }
.footer 			{ padding-top: 100px; padding-bottom: 100px; }
.glyphheight 		{ font-size: 60px; }
.iconsfuss 			{ padding-right: 5px; }
.texticonsfuss		{ vertical-align: 5px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 550px; }
.bgtotop 			{ padding-top: 270px; padding-bottom: 240px; }
.headerheight 		{ height: 129px; }

span.gross	 		{ font-size: 24px; line-height: 33px; }
span.mittel 		{ font-size: 17px; line-height: 16px; }
span.klein 			{ font-size: 16px; line-height: 15px; }

span.fusszeile 		{ font-size: 14px; line-height: 32px; }
a.fusszeile 		{ font-size: 14px; line-height: 32px; }
span.fusszeile2		{ font-size: 14px; line-height: 32px; }
a.fusszeile2 		{ font-size: 14px; line-height: 32px; }
span.topic 			{ font-size: 60px; line-height: 60px; }
span.topic2 		{ font-size: 28px; line-height: 28px; }
span.topic3 		{ font-size: 30px; line-height: 30px; }

.small, .small2		{ font-size: 13px; line-height: 15px; }
a.small, a.small2	{ font-size: 13px; line-height: 15px; }
a.tel				{ font-size: 30px; line-height: 36px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */

a.button > .btn  	{ font-size: 18px; padding: 15px 30px 15px 30px; }
.bbutton			{ height: 55px; } /* lbottom height */

.klappboxlink, 
a.tabs__nav_link 	{ font-size: 24px; line-height: 24px; }

input.button 		{ font-size: 18px; padding: 15px 30px 15px 30px; }
input, select, textarea { font-size: 18px; }

.logo img { width: 100%; max-width: 200px; height: auto; padding-top: 20px; padding-bottom: 20px; }
li img.tachodes { width: 20px; display: inline-block; margin-right: 10px; margin-top: -7px; }
li img.tachores { width: 20px; display: none; margin-right: 10px; margin-top: -7px; }
}