b, strong { font-weight: 600; }

/* 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-men { background-color:var(--primary); }
.coloring-gradient { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#405340+0,405340+49,efe2d1+50,efe2d1+100 */
background: linear-gradient(to bottom, #405340 0%,#405340 49.99999999%,#efe2d1 50%,#efe2d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.padright { padding-right: 0px; }
.padleft { padding-left: 0px; }
@media (min-width: 768px) { 
.coloring-men { background-color:transparent; }
.padright { padding-right: 10px; }
.padleft { padding-left: 10px; }
}
.coloring-plus, 
.coloring-plus-ohne { background-color:var(--beige); }
.coloring { background-color:var(--primary); color:var(--weiss); font-weight: 300; }
.coloring h1, .coloring h2, .coloring h3, .coloring span { color:var(--weiss); }

.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: #9fc63e; padding: 0px 15px; 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 	{ background-color: #afd945; }
.kachel div		{ align-self: center; }

.kachelpadder1 		{ padding-left: 13px; padding-right: 13px; }
.kachelpadder2 		{ padding: 2px; }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color:var(--weiss); text-align: left; position: relative; box-shadow: 5px 5px 23px 4px rgba(0, 0, 0, 0.0); -webkit-box-shadow: 5px 5px 23px 4px rgba(0, 0, 0, 0.0); -moz-box-shadow: 5px 5px 23px 4px rgba(0, 0, 0, 0.0); -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.box:hover { box-shadow: 5px 5px 23px 4px rgba(0, 0, 0, 0.18); -webkit-box-shadow: 5px 5px 23px 4px rgba(0, 0, 0, 0.18); -moz-box-shadow: 5px 5px 23px 4px rgba(0, 0, 0, 0.18); }

.box-partner { width: 100%; background-color:var(--primary); text-align: left; position: relative; padding: 50px 30px; }

.box-sicherheit { width: 100%; background-color:var(--primary); text-align: left; position: relative; padding: 30px; border: 1px solid var(--weiss); }

.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: #009641; 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: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis; color: #FFFFFF; }
.klappboxhead:hover { background-color: #00662c; }
.klappboxbody		{ background-color: #FFFFFF; overflow: hidden; }
.klappboxpadding 	{ padding: 40px 15px 0px 15px; }

/* 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; }







/* 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; }
.bilderreihe { padding: 0px 30px 0px 30px; }
.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.check 			{ list-style-type: none; padding: 0px; margin: 25px 0px; }
ul.check li 		{ padding-left: 1.3em; page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; }
ul.check li:before 	{ font-family: 'FontAwesome'; content: '\f054'; margin-left: -1.3em; display: inline-block; width: 1.3em; color:var(--secondary); }
ul.check li:first-of-type { border-top: 0px solid var(--primary); }
ul.check.firstline li:first-of-type { border-top: 1px solid var(--primary); }
ul.check li 			{ border-top: 1px solid var(--primary); padding-top: 10px; padding-bottom: 10px; }

body, td, p, .n, blockquote 	{ font-size: 20px; line-height: 31px; letter-spacing: 0.02em; }

H1 { font-size: 52px; line-height: 47px; font-weight: 700; text-transform: uppercase; }
H2 { font-size: 52px; line-height: 47px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 32px; line-height: 39px; font-weight: 700; text-transform: uppercase; }

span.looksh1 		{ font-size: 52px; line-height: 47px; font-weight: 700; text-transform: uppercase; }
span.looksh2 		{ font-size: 52px; line-height: 47px; font-weight: 700; text-transform: uppercase; }
span.looksh3 		{ font-size: 32px; line-height: 39px; font-weight: 700; text-transform: uppercase; }

.coloring-plus 		{ background-image: url(../design/coloring_plus_xs.gif); background-repeat: repeat-x; background-position: top; }
.box 				{ font-size: 20px; line-height: 31px; }
.box h2 			{ font-size: 32px; line-height: 37px; font-weight: 600; text-transform: none; }
.boxpadding 		{ padding: 35px 25px; }
.box .dots 			{ left: 0; margin-left: 0; }

.abstanddouble 		{ margin-bottom: 40px; }
.text-no-center		{ text-align: left; }
.nobreaker 			{ display: none; }
.dots 				{ background-color:var(--secondary); width: 15%; height: 2px; margin: 20px 0px; position: relative; left: 50%; margin-left: -7.5%; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.coloring-gradient	{ padding-left: 30px; padding-right: 30px; }
.totop 				{ padding-top: 70px; padding-bottom: 40px; padding-left: 30px; padding-right: 30px; }
.tobottom			{ padding-top: 0px; padding-bottom: 40px; padding-left: 30px; padding-right: 30px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 30px; }
.footer 			{ padding-top: 60px; padding-bottom: 30px; background-image: url(../design/bg_fusszeile.jpg); background-size: cover; background-position: center; }
.footer2 			{ padding-top: 30px; padding-bottom: 105px; background-color:var(--primary); }
.resheight 			{ font-size: 26px; color:var(--secondary); }
.glyphheight 		{ font-size: 55px; color:var(--secondary); margin-bottom: 10px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.mittel 		{ font-size: 17px; line-height: 27px; }
span.klein 			{ font-size: 16px; line-height: 25px; }

span.fusszeile 		{ font-size: 20px; line-height: 29px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 20px; line-height: 29px; font-weight: 400; text-transform: none; letter-spacing: 0.02em; }
a.fussbig	 		{ font-size: 37px; line-height: 46px; font-weight: 500; text-transform: uppercase; display: block; margin: 15px 0px; letter-spacing: 0.02em; }
span.topic 			{ font-size: 28px; line-height: 29px; font-weight: 600; text-transform: uppercase; display: block; margin-bottom: 15px; }
span.topic2 		{ font-size: 18px; line-height: 22px; font-weight: 400; text-transform: none; display: none; margin-bottom: 20px; letter-spacing: 0.02em; }

.small 				{ font-size: 15px; line-height: 36px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; }
a.small 			{ font-size: 15px; line-height: 36px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; }

.mobil 				{ font-size: 19px; line-height: 19px; font-weight: 300; text-transform: none; letter-spacing: 0.02em; }
a.mobil 			{ font-size: 19px; line-height: 19px; font-weight: 300; text-transform: none; letter-spacing: 0.02em; }

a 					{ font-size: 20px; font-weight: 500; text-transform: none; letter-spacing: 0.02em; }
.binner				{ height: 20px; } /* lbottom height */
.innerlink 			{ font-size: medium; vertical-align: 1px; padding-right: 3px; color:var(--secondary); }

a.fixedlink 		{ font-size: 17px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.1em; width: 50%; display: inline-block; text-align: center; padding: 20px 0px; }
.fixedline 			{ position: absolute; top: 10px; bottom: 10px; left: 50%; width: 1px; background-color: var(--secondary); transform: translateX(-50%); }

a.button > .btn, 
a.buttonical > .btn	{ font-size: 21px; padding: 13px 36px; font-weight: 600; text-transform: none; letter-spacing: 0.02em; border-radius: 56px; }
.bbutton, 
.bbuttonical		{ height: 69px; } /* lbottom height */

a.buttonsmall > .btn 	{ font-size: 15px; padding: 7px 25px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.02em; border-radius: 52px; }
.bbuttonsmall 			{ height: 59px; } /* lbottom height */

input.button 		{ font-size: 21px; padding: 13px 36px; font-weight: 600; text-transform: none; letter-spacing: 0.02em; border-radius: 56px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; font-weight: 400; text-transform: uppercase; }

input, select, textarea { font-size: 18px; }

#myCarousel::before {
    content: "";
    position: absolute; /* Bezieht sich auf #myCarousel */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#405340+0,405340+65&1+0,0+65 */ 
	background: linear-gradient(to right, rgba(64,83,64,1) 0%,rgba(64,83,64,0) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 2; /* H?her als der Slider, aber unter .sliderpos */
    pointer-events: none; /* Damit keine Klicks blockiert werden */ }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; overflow: hidden; }

.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: 174px; height: auto; padding-top: 15px; padding-bottom: 15px; }
.logozusatz img { width: 100%; max-width: 120px; height: auto; padding-top: 50px; padding-bottom: 30px; }
img.logofuss { width: 200px; height: auto; }

.absbestellen { margin-bottom: 70px; }
img.buttonbestellen { width: 130px; height: auto; }
img.plus { width: 55px; height: auto; margin-bottom: 40px; }

img.saarland { width: 90px; height: auto; }

img.medium { width: 90% !important; height: auto; }

.nursuche.form-control 				{ height: 30px; padding: 2px 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; }
.bilderreihe { padding: 0px 0px 0px 0px; }
.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: 18px; line-height: 28px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 55px; line-height: 50px; }
H2 { font-size: 55px; line-height: 50px; }
H3 { font-size: 35px; line-height: 42px; }

span.looksh1 		{ font-size: 55px; line-height: 50px; }
span.looksh2 		{ font-size: 55px; line-height: 50px; }
span.looksh3 		{ font-size: 35px; line-height: 42px; }

.coloring-plus 		{ background-image: url(../design/coloring_plus_sm.gif); }
.box 				{ font-size: 18px; line-height: 28px; }
.box h2 			{ font-size: 28px; line-height: 33px; }
.boxpadding 		{ padding: 30px 20px; }

.abstanddouble 		{ margin-bottom: 60px; }
.text-no-center		{ text-align: center; }
.nobreaker 			{ display: block; }
.dots 				{ left: 0; margin-left: 0; }

.logo-default 		{ display: none;  /* Zeige das Standardbild */ }
.logo-alternate 	{ display: block;   /* Verstecke das Alternativbild */ }

.kachel 			{ min-height: 70px; font-size: 22px; }
.coloring-gradient	{ padding-left: 15px; padding-right: 15px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; padding-left: 15px; padding-right: 15px; }
.tobottom			{ padding-top: 0px; padding-bottom: 60px; padding-left: 15px; padding-right: 15px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 80px; padding-bottom: 50px; }
.footer2 			{ padding-top: 30px; padding-bottom: 30px; }
.glyphheight 		{ font-size: 55px; }
.googlemaps			{ height: 500px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.mittel 		{ font-size: 15px; line-height: 24px; }
span.klein 			{ font-size: 14px; line-height: 22px; }

span.fusszeile 		{ font-size: 17px; line-height: 26px; }
a.fusszeile 		{ font-size: 17px; line-height: 26px; }
a.fussbig	 		{ font-size: 35px; line-height: 44px; }
span.topic 			{ font-size: calc(37px + (40 - 37) * ((100vw - 768px) / (992 - 768))); line-height: 1.05; }
span.topic2 		{ font-size: calc(16px + (18 - 16) * ((100vw - 768px) / (992 - 768))); line-height: 1.3; display: block; }

.small 				{ font-size: 15px; line-height: 15px; }
a.small 			{ font-size: 15px; line-height: 15px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */
.innerlink 			{ vertical-align: 1px; padding-right: 3px; }

a.button > .btn, 
a.buttonical > .btn	{ font-size: 21px; padding: 13px 36px; border-radius: 56px; }
.bbutton, 
.bbuttonical		{ height: 69px; } /* lbottom height */

a.buttonsmall > .btn 	{ font-size: calc(17px + (18 - 17) * ((100vw - 768px) / (992 - 768))); padding: 10px 30px; border-radius: 52px; }
.bbuttonsmall 			{ height: 67px; } /* lbottom height */

input.button 		{ font-size: 21px; padding: 13px 36px; border-radius: 56px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 18px; }

.logo img { width: 100%; max-width: 160px; height: auto; padding-top: 40px; padding-bottom: 50px; }
.logosmall img { width: 100%; max-width: 160px; height: auto; padding-top: 30px; padding-bottom: 30px; }
img.logofuss { width: 270px; height: auto; }

.absbestellen { margin-bottom: 80px; }
img.buttonbestellen { width: 150px; height: auto; }
img.plus { width: 60px; height: auto; margin-bottom: 45px; }

img.saarland { width: 140px; height: auto; }

img.medium { width: 94% !important; height: auto; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}



/* Mittlere Ger?te (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 20px; line-height: 31px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 65px; line-height: 60px; }
H2 { font-size: 65px; line-height: 60px; }
H3 { font-size: 40px; line-height: 48px; }

span.looksh1 		{ font-size: 65px; line-height: 60px; }
span.looksh2 		{ font-size: 65px; line-height: 60px; }
span.looksh3 		{ font-size: 40px; line-height: 48px; }

.coloring-plus 		{ background-image: url(../design/coloring_plus_md.gif); }
.box 				{ font-size: 20px; line-height: 31px; }
.box h2 			{ font-size: 32px; line-height: 37px; }
.boxpadding 		{ padding: 35px 25px; }

.abstanddouble 		{ margin-bottom: 70px; }

.logo-default 		{ display: block;  /* Zeige das Standardbild */ }
.logo-alternate 	{ display: none;   /* Verstecke das Alternativbild */ }

.posfix .logo-default 	{ display: none;  /* Zeige das Standardbild */ }
.posfix .logo-alternate { display: block; /* Verstecke das Alternativbild */ }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 120px; padding-bottom: 90px; }
.tobottom			{ padding-top: 0px; padding-bottom: 90px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 90px; padding-bottom: 60px; }
.glyphheight 		{ font-size: 58px; }
.googlemaps			{ height: 550px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 0px; }

span.mittel 		{ font-size: 17px; line-height: 27px; }
span.klein 			{ font-size: 16px; line-height: 25px; }

span.fusszeile 		{ font-size: 20px; line-height: 29px; }
a.fusszeile 		{ font-size: 20px; line-height: 29px; }
a.fussbig	 		{ font-size: 40px; line-height: 49px; }
span.topic 			{ font-size: calc(40px + (42 - 40) * ((100vw - 992px) / (1200 - 992))); line-height: 1.08; }
span.topic2 		{ font-size: calc(18px + (20 - 18) * ((100vw - 992px) / (1200 - 992))); line-height: 1.4; }

.small 				{ font-size: 18px; line-height: 18px; }
a.small 			{ font-size: 18px; line-height: 18px; }

a 					{ font-size: 20px; }
.binner				{ height: 20px; } /* lbottom height */
.innerlink 			{ vertical-align: 1px; padding-right: 4px; }

a.button > .btn, 
a.buttonical > .btn	{ font-size: 23px; padding: 14px 38px; border-radius: 58px; }
.bbutton, 
.bbuttonical		{ height: 71px; } /* lbottom height */

a.buttonsmall > .btn 	{ font-size: calc(18px + (19 - 18) * ((100vw - 992px) / (1200 - 992))); padding: 10px 35px; border-radius: 54px; }
.bbuttonsmall 			{ height: 68px; } /* lbottom height */

input.button 		{ font-size: 23px; padding: 14px 38px; border-radius: 58px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 19px; }

.logo img { width: 100%; max-width: 160px; height: auto; padding-top: 40px; padding-bottom: 30px; }
.logosmall img { width: 100%; max-width: 160px; height: auto; padding-top: 30px; padding-bottom: 30px; }
img.logofuss { width: 300px; height: auto; }

.absbestellen { margin-bottom: 70px; }
img.buttonbestellen { width: 180px; height: auto; }
img.plus { width: 65px; height: auto; margin-bottom: 48px; }

img.saarland { width: 170px; height: auto; }

img.medium { width: 92% !important; height: auto; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}



/* Gro?e Ger?te (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 23px; line-height: 35px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 75px; line-height: 70px; }
H2 { font-size: 75px; line-height: 70px; }
H3 { font-size: 45px; line-height: 54px; }

span.looksh1 		{ font-size: 75px; line-height: 70px; }
span.looksh2 		{ font-size: 75px; line-height: 70px; }
span.looksh3 		{ font-size: 45px; line-height: 54px; }

.coloring-plus 		{ background-image: url(../design/coloring_plus_lg.gif); }
.box 				{ font-size: 23px; line-height: 35px; }
.box h2 			{ font-size: 36px; line-height: 42px; }
.boxpadding 		{ padding: 40px 30px; }

.abstanddouble 		{ margin-bottom: 90px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 150px; padding-bottom: 120px; }
.tobottom			{ padding-top: 0px; padding-bottom: 120px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 120px; padding-bottom: 90px; }
.glyphheight 		{ font-size: 60px; }
.googlemaps			{ height: 600px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 0px; }

span.mittel 		{ font-size: 20px; line-height: 31px; }
span.klein 			{ font-size: 19px; line-height: 29px; }

span.fusszeile 		{ font-size: 23px; line-height: 33px; }
a.fusszeile 		{ font-size: 23px; line-height: 33px; }
a.fussbig	 		{ font-size: 43px; line-height: 53px; }
span.topic 			{ font-size: calc(42px + (48 - 42) * ((100vw - 1200px) / (1920 - 1200))); line-height: 1.05; }
span.topic2 		{ font-size: calc(20px + (25 - 20) * ((100vw - 1200px) / (1920 - 1200))); line-height: 1.35; }

.small 				{ font-size: 19px; line-height: 19px; }
a.small 			{ font-size: 19px; line-height: 19px; }

a 					{ font-size: 23px; }
.binner				{ height: 23px; } /* lbottom height */
.innerlink 			{ vertical-align: 2px; padding-right: 4px; }

a.button > .btn, 
a.buttonical > .btn	{ font-size: 27px; padding: 15px 40px; border-radius: 60px; }
.bbutton, 
.bbuttonical		{ height: 75px; } /* lbottom height */

a.buttonsmall > .btn 	{ font-size: calc(19px + (20 - 19) * ((100vw - 1200px) / (1920 - 1200))); padding: 10px 40px; border-radius: 56px; }
.bbuttonsmall 			{ height: 69px; } /* lbottom height */

input.button 		{ font-size: 27px; padding: 15px 40px; border-radius: 60px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 20px; }

.logo img { width: 100%; max-width: 170px; height: auto; padding-top: 50px; padding-bottom: 30px; }
.logosmall img { width: 100%; max-width: 170px; height: auto; padding-top: 30px; padding-bottom: 30px; }
img.logofuss { width: 315px; height: auto; }

.absbestellen { margin-bottom: 90px; }
img.buttonbestellen { width: 230px; height: auto; }
img.plus { width: 70px; height: auto; margin-bottom: 50px; }

img.saarland { width: 200px; height: auto; }

img.medium { width: 90% !important; height: auto; }

.nursuche.form-control { height: 30px; padding: 2px 8px; font-size: 12px; }
.nursuche.btn { padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }
}



/* Gro?e Ger?te (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1480px) {
body, td, p, .n, blockquote 	{ font-size: 25px; line-height: 38px; }

H1 { font-size: 85px; line-height: 80px; }
H2 { font-size: 85px; line-height: 80px; }

span.looksh1 		{ font-size: 85px; line-height: 80px; }
span.looksh2 		{ font-size: 85px; line-height: 80px; }

.box 				{ font-size: 25px; line-height: 38px; }
.box h2 			{ font-size: 40px; line-height: 46px; }
.boxpadding 		{ padding: 45px 35px; }

span.mittel 		{ font-size: 22px; line-height: 34px; }
span.klein 			{ font-size: 21px; line-height: 32px; }

span.fusszeile 		{ font-size: 25px; line-height: 35px; }
a.fusszeile 		{ font-size: 25px; line-height: 35px; }
a.fussbig	 		{ font-size: 45px; line-height: 55px; }

.small 				{ font-size: 20px; line-height: 20px; }
a.small 			{ font-size: 20px; line-height: 20px; }

a 					{ font-size: 25px; }
.binner				{ height: 25px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 30px; padding: 15px 40px; }
.bbutton, 
.bbuttonical		{ height: 78px; } /* lbottom height */

input.button 		{ font-size: 30px; padding: 15px 40px; }

.logo img { width: 100%; max-width: 170px; height: auto; padding-top: 80px; padding-bottom: 30px; }
.logosmall img { width: 100%; max-width: 170px; height: auto; padding-top: 30px; padding-bottom: 30px; }
img.logofuss { width: 345px; height: auto; }

img.saarland { width: 215px; height: auto; }

img.medium { width: 85% !important; height: auto; }

.container-fluid.conmax .container { width: 1450px; }
}