.coloring-grau:last-of-type { margin-bottom: 0px; }
@media (min-width: 768px) { 
.coloring-grau:last-of-type { margin-bottom: 60px; }
}

b, strong { font-family: 'Pangea-Medium'; font-weight: normal; }

body, div, h1, h2, span { hyphens: auto; hyphenate-limit-chars: 10 4 4; -webkit-hyphens: auto; -ms-hyphens: auto; }

.table>tbody>tr>td, 
.table>tbody>tr>th { padding: 8px; vertical-align: top; border-top: 1px solid #DDDDDD; }
.table>tbody>tr>td, 
.table>tbody>tr>th:last-of-type { padding: 8px; vertical-align: top; border-bottom: 1px solid #DDDDDD; }

a.innerdots:after { width: 100%; height: 2px; content: ""; display: block; border: 1px dashed #9DC42D; margin: 10px auto; }
a.innerdots:last-of-type:after { border: 0px; }

/* 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:var(--white); }
.coloring-dunkelblau { background-color:var(--secondaryblue); }
.coloring-grau { background-color:var(--lightgrey); }
.coloring-verlauf { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007cbf+0,003b68+100 */
background: rgb(0,124,191); /* Old browsers */
background: -moz-linear-gradient(top, rgba(0,124,191,1) 0%, rgba(0,59,104,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,124,191,1) 0%,rgba(0,59,104,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,124,191,1) 0%,rgba(0,59,104,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cbf', endColorstr='#003b68',GradientType=0 ); /* IE6-9 */ }

.coloring-verlauf h1, .coloring-verlauf h2, .coloring-verlauf h3, .coloring-verlauf h3, .coloring-verlauf span, .coloring-verlauf, 
.coloring-dunkelblau h1, .coloring-dunkelblau h2, .coloring-dunkelblau h3, .coloring-dunkelblau h3, .coloring-dunkelblau span, .coloring-dunkelblau { color:var(--white); }

.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 		{ padding: 0px 15px; display: -webkit-flex; display: flex; color: #FFFFFF; position: relative; width: 100%; text-align: center; border-radius: 12px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b5d261+0,769b31+100 */
background: rgb(181,210,97); /* Old browsers */
background: -moz-linear-gradient(top, rgba(181,210,97,1) 0%, rgba(118,155,49,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(181,210,97,1) 0%,rgba(118,155,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(181,210,97,1) 0%,rgba(118,155,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5d261', endColorstr='#769b31',GradientType=0 ); /* IE6-9 */ }
.kachel:hover 	{ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bdd772+0,84a546+100 */
background: rgb(189,215,114); /* Old browsers */
background: -moz-linear-gradient(top, rgba(189,215,114,1) 0%, rgba(132,165,70,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(189,215,114,1) 0%,rgba(132,165,70,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(189,215,114,1) 0%,rgba(132,165,70,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd772', endColorstr='#84a546',GradientType=0 ); /* IE6-9 */ }
.kachel div		{ align-self: center; }

.kachelpadder1 		{ padding-left: 13px; padding-right: 13px; }
.kachelpadder2 		{ padding: 2px; }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #f3f3f3; text-align: left; position: relative; padding: 30px; border: 1px solid #f3f3f3; }
.box:hover { border: 1px solid #cccccc; }

.techbottom { width: 100%; background:var(--primary); height: 1px; margin-bottom: 15px; }

.verlauf-blau 			{ background:var(--primary); background: linear-gradient(rgb(43, 156, 217), rgb(0, 66, 102), rgb(0, 66, 102), rgb(43, 156, 217)); }
.verlauf-gruen 			{ background:var(--secondarygreen); background: linear-gradient(rgb(201, 229, 115), rgb(77, 102, 0), rgb(77, 102, 0), rgb(201, 229, 115)); }
.verlauf-dunkelblau		{ background:var(--secondaryblue); background: linear-gradient(rgb(56, 93, 140), rgb(0, 16, 38), rgb(0, 16, 38), rgb(56, 94, 140)); }

.verlauf-blau, 
.verlauf-gruen			{ width: 100%; height: 100%; text-align: left; position: relative; border-radius: 12px; background-size: 600% 600%; animation: gradient 15s ease infinite; transition: 1s all; }
.verlauf-dunkelblau		{ width: 100%; height: 100%; text-align: left; position: relative; border-radius: 12px; background-size: 500% 500%; animation: gradient 15s ease infinite; transition: 1s all; }

.verlauf-blau:hover, 
.verlauf-gruen:hover, 
.verlauf-dunkelblau:hover { background-position: 100% 100%; }

@media (min-width: 768px) { 
.halterleitbild .verlauf-blau, 
.halterleitbild .verlauf-gruen,
.halterleitbild .verlauf-dunkelblau	{ min-height: 341px; }
}
@media (min-width: 992px) { 
.halterleitbild .verlauf-blau, 
.halterleitbild .verlauf-gruen,
.halterleitbild .verlauf-dunkelblau	{ min-height: 293px; }
}
@media (min-width: 1200px) { 
.halterleitbild .verlauf-blau, 
.halterleitbild .verlauf-gruen,
.halterleitbild .verlauf-dunkelblau	{ min-height: 360px; }
}

.box-sicherheit { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 30px 15px 0px 15px; }

.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 solid var(--footer); 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:var(--primary); }
.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; }

.glyphface, .glyphinsta { color:var(--white); -webkit-transition: all 0.3s ease-in-out; moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.glyphface:hover, .glyphinsta:hover { color:var(--secondarygreen); }







/* 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; }
.ausrichten3 { text-align: left; }

/* 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.arrow 					{ list-style-type: none; padding: 0px; margin: 0; }
ul.arrow li 				{ padding-left: 1.3em; }
ul.arrow li:before 			{ font-family: 'FontAwesome'; content: '\f054'; margin-left: -1.3em; display: inline-block; width: 1.3em; color: #9DC42D; }
ul.arrow li:first-child 	{ border-top: 0px solid #001D43; }
ul.arrow li 				{ border-top: 1px solid #001D43; padding-top: 10px; padding-bottom: 10px; }

ul.arrow.firstline li:first-of-type { border-top: 0px solid #001D43; }
@media (min-width: 768px) { 
ul.arrow.firstline li:first-of-type { border-top: 1px solid #001D43; }
}
ul.arrow li 				{ border-top: 1px solid #001D43; padding-top: 10px; padding-bottom: 10px; }

.column-xs-2 ul.arrow.firstline, .column-xs-3 ul.arrow.firstline, .column-xs-4 ul.arrow.firstline, 
.column-sm-2 ul.arrow.firstline, .column-sm-3 ul.arrow.firstline, .column-sm-4 ul.arrow.firstline, 
.column-md-2 ul.arrow.firstline, .column-md-3 ul.arrow.firstline, .column-md-4 ul.arrow.firstline,
.column-lg-2 ul.arrow.firstline, .column-lg-3 ul.arrow.firstline, .column-lg-4 ul.arrow.firstline {  margin: 0px; }

ul.chevron 					{ list-style: none; padding-left: 20px; margin: 0px; }
ul.chevron li 				{ font-family: 'Pangea-Medium',arial,tahoma; font-size: 18px; line-height: 25px; margin: 0px; position: relative; }
ul.chevron li:before 		{ content: " "; background-size: cover; background-image: url("../design/chevron.svg"); width: 10px; height: 16px; left: -18px; top: 15px; position: absolute; }
ul.chevron li:first-of-type { border-top: 0px solid #c5dfee; }
ul.chevron li 				{ border-top: 1px solid #c5dfee; padding-top: 10px; padding-bottom: 10px; }

.coloring-dunkelblau ul.chevron li:first-of-type 	{ border-top: 0px solid #7FBDDF; }
.coloring-dunkelblau ul.chevron li 					{ border-top: 1px solid #7FBDDF; }

body, td, p, .n, blockquote 	{ font-size: 15px; line-height: 22px; letter-spacing: 0.01em; }

H1 { font-size: 36px; line-height: 40px; text-transform: none; margin-bottom: 11px; }
H2 { font-size: 32px; line-height: 36px; text-transform: none; }
H3 { font-size: 26px; line-height: 33px; text-transform: none; }
H4 { font-size: 19px; line-height: 21px; text-transform: uppercase; }

span.looksh1 		{ font-size: 36px; line-height: 40px; text-transform: none; display: inline-block; margin-bottom: 11px; }
span.looksh2 		{ font-size: 32px; line-height: 36px; text-transform: none; }
span.looksh3 		{ font-size: 26px; line-height: 33px; text-transform: none; }
span.looksh4 		{ font-size: 19px; line-height: 21px; text-transform: uppercase; }

.halfheight 		{ padding-bottom: 30px; }
.nobreaker	 		{ display: none; }

.verlauf-blau, 
.verlauf-gruen,
.verlauf-dunkelblau 		{ padding: 50px 30px; color: var(--white); font-size: 17px; line-height: 23px; text-shadow: 0px 1px 5px rgb(0 0 0 / 15%); }
.verlauf-blau strong, 
.verlauf-gruen strong,
.verlauf-dunkelblau strong 	{ font-family: 'Pangea-Bold',arial,tahoma; font-size: 22px; line-height: 30px; font-weight: normal; }
.coloring-dunkelblau 		{ background-image: url(../design/welle.png); background-repeat: repeat-x; background-position: center bottom 180px; background-size: auto 120px; }

.coloring-verlauf, 
.coloring-dunkelblau, 
.coloring-grau 			{ border-radius: 0px; }
.pull-push-pad			{ padding: 0px 0px; }

.aktuellespad 				{ padding-left: 0px; padding-right: 0px; }
.aktuellesboxpad			{ padding: 30px 0px 30px 0px; }
.newsboxinner				{ padding-top: 30px; border-top: 1px solid var(--footer); }
.newsboxinner span.klein	{ font-family: 'Pangea-Bold',arial,tahoma; color:var(--secondarygreen); }
.aktuellespad .newsboxinner { padding-top: 0px; border-top: 0px solid var(--footer); }
.aktuellespad .newsboxinner span.klein { color: var(--white); }
.aktuellespad .newsboxinner h3 { color: var(--white); font-size: 22px; line-height: 26px; }
.aktuellespad .newsboxinner a { color: var(--white); }

.kachel 			{ font-family: 'Pangea-Medium',arial,tahoma; min-height: 90px; font-size: 19px; line-height: 23px; }
.totop 				{ padding-top: 60px; padding-bottom: 30px; padding-left: 30px; padding-right: 30px; }
.linktop 			{ padding-top: 30px; }
.searchtop 			{ padding-top: 29px; }
.footer 			{ padding-top: 70px; padding-bottom: 40px; background-image: url(../design/bg_fusszeile.jpg); background-position: center center; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.footer2 			{ padding-top: 50px; padding-bottom: 20px; background-color: var(--footer); border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; border-top: 3px solid var(--white); }
.footer3 			{ padding-top: 30px; padding-bottom: 0px; }
.benefits	 		{ font-size: 40px; color: #f0f0f0; }
.glyphheight 		{ font-size: 0px; }
.resheight 			{ font-size: 30px; color:var(--primary); }
.resheight2			{ font-size: 26px; color:var(--primary); }
.glyphface			{ font-size: 40px; margin: 0 15px; }
.glyphinsta 		{ font-size: 44px; margin: 0 15px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 400px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.headline 		{ font-size: 18px; line-height: 25px; text-transform: uppercase; letter-spacing: 0.05em; display: inline-block; }
span.gross	 		{ font-size: 18px; line-height: 26px; letter-spacing: -0.015em; }
span.mittel 		{ font-size: 14px; line-height: 20px; }
span.klein 			{ font-size: 13px; line-height: 18px; }
span.daten 			{ font-size: 30px; line-height: 36px; }

span.fussbig 		{ font-size: 32px; line-height: 36px; text-transform: none; }
span.fusssmall 		{ font-size: 17px; line-height: 21px; text-transform: uppercase; letter-spacing: 0.05em; display: inline-block; }

span.fusszeile 		{ font-size: 18px; line-height: 22px; text-transform: none; }
a.fusszeile 		{ font-size: 18px; line-height: 30px; text-transform: none; letter-spacing: 0; }
span.topic 			{ font-size: 5.195vw; line-height: 1.1; text-transform: none; text-shadow: 0px 3px 6px rgb(0 0 0 / 65%); }

.small 				{ font-size: 13px; line-height: 13px; }
a.small 			{ font-size: 13px; line-height: 13px; text-transform: none; letter-spacing: 0; }

a 					{ font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; }
.binner				{ height: 13px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 15px 25px; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 6px; }
.bbutton, 
.bbuttonical		{ height: 51px; } /* lbottom height */

.sliderpos a.button > .btn { font-size: 13px; padding: 10px 20px; margin-top: 18px; border: 4px solid var(--white); }

input.button 		{ font-size: 14px; padding: 15px 25px; text-transform: uppercase; letter-spacing: 0.05em; border-radius: 6px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 19px; line-height: 24px; text-transform: none; letter-spacing: 0; }
.klappboxhead 		{ padding: 25px 0px 25px 0px; }
.klappboxpadding 	{ padding: 0px 15px 33px 35px; }
i.klappen 			{ background-color: transparent; padding: 0px 15px; color:var(--secondarygreen); display: flex; justify-content: center; align-items: center; align-self: flex-start; }

input, select, textarea { font-size: 16px; }

#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; 
	padding-bottom: 66.66666667%; }

.logo img { width: 100%; max-width: 150px; height: auto; padding-top: 20px; padding-bottom: 20px; }

img.zertifiziert { width: 120px; height: auto; float: none; margin-left: 10px; margin-right: 10px; }

img.logofuss { width: 275px; height: auto; }
img.icons-fuss { width: 38px; height: auto; float: none; margin-bottom: 0px; }
.halter-text-fuss { float: none; padding-left: 0px; margin-bottom: 10px; }

.topphone 	{ padding-top: 7px; }
.topmail 	{ padding-top: 2px; }
.topstand 	{ padding-top: 1px; }

.innerlink 	{ width: 11px; height: auto; margin-right: 5px; margin-top: -3px; }
.frontimg 	{ position: relative; float: left; width: 100%; margin-left: 0px; margin-bottom: 30px; }
.frontimg2 	{ padding-left: 0px; margin-right: 30px; margin-bottom: 30px; }
.frontimg img.aktuelles { float: left; width: 45%; }
.grabrechts .frontimg { display: none; }

.me { display: none; }
.newsboxinner .me { display: show; }
.grabrechts .me { display: show; }

.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) { 
#site-navigation 					{ position: fixed; z-index: 9999; }
#site-navigation ul					{ margin: 0px; padding: 0px; }

#site-navigation li					{ background-color: #9DC42D; margin: 2px 0px; list-style: none; }
#site-navigation li:nth-of-type(4) 	{ background-color: #bd1d1d; }

#site-navigation li 		{ 	position:relative; 
								right:0; 
								-webkit-transition:all 150ms cubic-bezier(.95,.05,.795,.035); 
								-moz-transition:all 150ms cubic-bezier(.95,.05,.795,.035); 
								-o-transition:all 150ms cubic-bezier(.95,.05,.795,.035); 
								transition:all 150ms cubic-bezier(.95,.05,.795,.035); 
								-webkit-transition-timing-function:cubic-bezier(.95,.05,.795,.035); 
								-moz-transition-timing-function:cubic-bezier(.95,.05,.795,.035); 
								-o-transition-timing-function:cubic-bezier(.95,.05,.795,.035); 
								transition-timing-function:cubic-bezier(.95,.05,.795,.035); }

.nullpadding2 { padding: 0px 15px 0px 15px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }
.ausrichten3 { text-align: right; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { position: absolute; height: 100%; }

body, td, p, .n, blockquote 	{ font-size: 15px; line-height: 22px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 41px; line-height: 45px; margin-bottom: 11px; }
H2 { font-size: 29px; line-height: 33px; }
H3 { font-size: 26px; line-height: 33px; }
H4 { font-size: 19px; line-height: 21px; }

span.looksh1 		{ font-size: 41px; line-height: 45px; margin-bottom: 11px; }
span.looksh2 		{ font-size: 29px; line-height: 33px; }
span.looksh3 		{ font-size: 26px; line-height: 33px; }
span.looksh4 		{ font-size: 19px; line-height: 21px; }

#site-navigation				{ bottom: 0; right: -133px; width: auto; }
#site-navigation li a.sitenav	{ display: flex; align-items: center; color:var(--white); font-family: 'Pangea-Medium',tahoma,arial; font-size: 12px; line-height: 15px; letter-spacing: 0; text-transform: none; }
#site-navigation li:hover, 
#site-navigation li:focus 		{ right: 133px; }
#site-navigation li 			{ padding: 0px 15px 0px 0px; }
img.icon-sitenav 				{ width: 26px; height: auto; margin: 11px; }

.halfheight 		{ height: 50%; }
.nobreaker	 		{ display: block; }

.verlauf-blau, 
.verlauf-gruen,
.verlauf-dunkelblau 		{ padding: 25px; font-size: 17px; line-height: 23px; }
.verlauf-blau strong, 
.verlauf-gruen strong,
.verlauf-dunkelblau strong 	{ font-size: 22px; line-height: 30px; }
.coloring-dunkelblau 		{ background-position: center bottom 100px; background-size: auto 100px; }

.coloring-verlauf, 
.coloring-dunkelblau, 
.coloring-grau 			{ border-radius: 24px; }
.con-fluid 				{ width: 95%; min-width: 751px; margin: 0 auto; }
.position 				{ width: 95%; min-width: 751px; background-color:var(--white); }
.posfix 				{ position: fixed; left: 0; right: 0; width: 100% !important; -webkit-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15); box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15); }
.pull-push-pad			{ padding: 0px 5%; }

ul.chevron 					{ padding-left: 20px; }
ul.chevron li 				{ font-size: 18px; line-height: 25px; }
ul.chevron li:before 		{ width: 10px; height: 16px; left: -18px; top: 15px; }

.aktuellespad 				{ padding-left: 15px; padding-right: 15px; }
.aktuellesboxpad			{ padding: 30px 10px 30px 10px; }
.aktuellespad .newsboxinner h3 { font-size: 22px; line-height: 26px; }

.kachel 			{ min-height: 90px; font-size: 19px; line-height: 23px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; padding-left: 15px; padding-right: 15px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 80px; padding-bottom: 50px; border-top-left-radius: 24px; border-top-right-radius: 24px; }
.footer2 			{ padding-top: 60px; padding-bottom: 30px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; }
.benefits	 		{ font-size: 68px; }
.glyphheight 		{ font-size: 0px; }
.glyphface			{ font-size: 36px; margin: 0 11px; }
.glyphinsta 		{ font-size: 40px; margin: 0 11px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 600px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 194px; }

span.headline 		{ font-size: 22px; line-height: 29px; }
span.gross	 		{ font-size: 20px; line-height: 29px; }
span.mittel 		{ font-size: 14px; line-height: 20px; }
span.klein 			{ font-size: 13px; line-height: 18px; }
span.daten 			{ font-size: 32px; line-height: 38px; }

span.fussbig 		{ font-size: 35px; line-height: 39px; }
span.fusssmall 		{ font-size: 18px; line-height: 22px; }

span.fusszeile 		{ font-size: 18px; line-height: 22px; }
a.fusszeile 		{ font-size: 18px; line-height: 26px; }
span.topic 			{ font-size: 3.434vw; text-shadow: 0px 3px 12px rgb(0 0 0 / 65%); }

.small 				{ font-size: 12px; line-height: 12px; }
a.small 			{ font-size: 12px; line-height: 12px; }
a.quicklinks, a.quicklinksa { font-size: 11px; line-height: 11px; text-transform: uppercase; margin: 0 5px; }
a.quicksearch		{ font-size: 18px; line-height: 18px; margin-left: 8px; }
.quicknav 			{ float: right; height: 50px; display: flex; align-items: center; }

a 					{ font-size: 13px;  }
.binner				{ height: 13px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 15px 25px; }
.bbutton, 
.bbuttonical		{ height: 51px; } /* lbottom height */

.sliderpos a.button > .btn { font-size: 13px; padding: 1.010vw 2.020vw; margin-top: 22px; border: 0px; }

input.button 		{ font-size: 14px; padding: 15px 25px; }

.header { padding-bottom: 40%; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 21px; line-height: 25px; }
.klappboxhead 		{ padding: 25px 0px 25px 0px; }
.klappboxpadding 	{ padding: 0px 15px 33px 37px; }

input, select, textarea { font-size: 16px; }

.carousel-inner { border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; }
.logo img { width: 100%; max-width: 325px; height: auto; padding-top: 45px; padding-bottom: 45px;  }
.smaller img { width: 100%; max-width: 225px; height: auto; padding-top: 20px; padding-bottom: 20px; }

img.zertifiziert { width: 80px; height: auto; float: left; margin-left: 0px; margin-right: 10px; }

img.logofuss { width: 340px; height: auto; float: left; }
img.icons-fuss { width: 38px; height: auto; float: left; margin-bottom: 0px; }
.halter-text-fuss { float: left; padding-left: 25px; margin-bottom: 40px; }

.topphone 	{ padding-top: 7px; }
.topmail 	{ padding-top: 2px; }
.topstand 	{ padding-top: 1px; }

.innerlink 	{ width: 11px; height: auto; margin-right: 5px; margin-top: -3px; }
.frontimg 	{ float: right; width: 30%; margin-left: 40px; margin-bottom: 15px; }
.frontimg img.aktuelles { float: left; width: 100%; }

.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: 16px; line-height: 24px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 45px; line-height: 49px; margin-bottom: 12px; }
H2 { font-size: 33px; line-height: 37px; }
H3 { font-size: 29px; line-height: 36px; }
H4 { font-size: 22px; line-height: 24px; }

span.looksh1 		{ font-size: 45px; line-height: 49px; margin-bottom: 12px; }
span.looksh2 		{ font-size: 33px; line-height: 37px; }
span.looksh3 		{ font-size: 29px; line-height: 36px; }
span.looksh4 		{ font-size: 22px; line-height: 24px; }

#site-navigation				{ right: -147px; }
#site-navigation li a.sitenav	{ font-size: 13px; line-height: 16px; }
#site-navigation li:hover, 
#site-navigation li:focus 		{ right: 147px; }
#site-navigation li 			{ padding: 0px 20px 0px 0px; }
img.icon-sitenav 				{ width: 28px; height: auto; margin: 13px; }

.verlauf-blau, 
.verlauf-gruen,
.verlauf-dunkelblau 		{ padding: 30px; font-size: 20px; line-height: 26px; }
.verlauf-blau strong, 
.verlauf-gruen strong,
.verlauf-dunkelblau strong 	{ font-size: 29px; line-height: 38px; }
.coloring-dunkelblau 		{ background-position: center bottom 140px; background-size: auto 110px; }

.coloring-verlauf, 
.coloring-dunkelblau, 
.coloring-grau 			{ border-radius: 30px; }
.con-fluid, 
.position 				{ width: 92%; min-width: 965px; }
.pull-push-pad			{ padding: 0px 5%; }

ul.chevron 					{ padding-left: 22px; }
ul.chevron li 				{ font-size: 20px; line-height: 28px; }
ul.chevron li:before 		{ width: 12px; height: 18px; left: -20px; top: 15px; }

.aktuellesboxpad			{ padding: 40px 25px 40px 25px; }
.aktuellespad .newsboxinner h3 { font-size: 27px; line-height: 31px; }

.kachel 			{ min-height: 100px; font-size: 22px; line-height: 26px; }
.totop 				{ padding-top: 110px; padding-bottom: 80px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 85px; padding-bottom: 55px; border-top-left-radius: 30px; border-top-right-radius: 30px; }
.footer2 			{ padding-top: 65px; padding-bottom: 35px; border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; }
.benefits	 		{ font-size: 70px; }
.glyphheight 		{ font-size: 0px; }
.glyphface			{ font-size: 38px; margin: 0 13px; }
.glyphinsta 		{ font-size: 42px; margin: 0 13px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 650px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 220px; }

span.headline 		{ font-size: 23px; line-height: 30px; }
span.gross	 		{ font-size: 21px; line-height: 31px; }
span.mittel 		{ font-size: 15px; line-height: 22px; }
span.klein 			{ font-size: 14px; line-height: 20px; }
span.daten 			{ font-size: 32px; line-height: 38px; }

span.fussbig 		{ font-size: 42px; line-height: 46px; }
span.fusssmall 		{ font-size: 21px; line-height: 25px; }

span.fusszeile 		{ font-size: 21px; line-height: 25px; }
a.fusszeile 		{ font-size: 21px; line-height: 30px; }
span.topic 			{ font-size: 2.917vw; text-shadow: 0px 3px 18px rgb(0 0 0 / 65%); }

.small 				{ font-size: 14px; line-height: 14px; }
a.small 			{ font-size: 14px; line-height: 14px; }
a.quicklinks, a.quicklinksa { font-size: 13px; line-height: 13px; margin: 0 7px; }
a.quicksearch		{ font-size: 26px; line-height: 26px; margin-left: 15px; }
.quicknav 			{ height: 55px; }

a 					{ font-size: 14px; }
.binner				{ height: 14px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 15px; padding: 15px 28px; }
.bbutton, 
.bbuttonical		{ height: 52px; } /* lbottom height */

input.button 		{ font-size: 15px; padding: 15px 28px; }

.sliderpos a.button > .btn { font-size: 14px; padding: 1.1vw 2.083vw; margin-top: 25px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 23px; line-height: 27px; }
.klappboxhead 		{ padding: 28px 0px 28px 0px; }
.klappboxpadding 	{ padding: 0px 15px 40px 40px; }

input, select, textarea { font-size: 17px; }

.carousel-inner { border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; }
.logo img { width: 100%; max-width: 400px; height: auto; padding-top: 50px; padding-bottom: 50px; }
.smaller img { width: 100%; max-width: 270px; height: auto; padding-top: 20px; padding-bottom: 20px; }

img.zertifiziert { width: 100px; height: auto; float: left; margin-left: 0px; margin-right: 12px; }

img.logofuss { width: 420px; height: auto; float: left; }
img.icons-fuss { width: 45px; height: auto; float: left; margin-bottom: 0px; }
.halter-text-fuss { float: left; padding-left: 35px; margin-bottom: 45px; }

.topphone 	{ padding-top: 7px; }
.topmail 	{ padding-top: 2px; }
.topstand 	{ padding-top: 1px; }

.innerlink 	{ width: 12px; height: auto; margin-right: 5px; margin-top: -3px; }
.frontimg 	{ width: 35%; margin-left: 40px; }

.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: 17px; line-height: 26px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 48px; line-height: 52px; margin-bottom: 13px; }
H2 { font-size: 36px; line-height: 40px; }
H3 { font-size: 31px; line-height: 38px; }
H4 { font-size: 24px; line-height: 26px; }

span.looksh1 		{ font-size: 48px; line-height: 52px; margin-bottom: 13px; }
span.looksh2 		{ font-size: 36px; line-height: 40px; }
span.looksh3 		{ font-size: 31px; line-height: 38px; }
span.looksh4 		{ font-size: 24px; line-height: 26px; }

#site-navigation				{ right: -157px; }
#site-navigation li a.sitenav	{ font-size: 14px; line-height: 17px; }
#site-navigation li:hover, 
#site-navigation li:focus 		{ right: 157px; }
#site-navigation li 			{ padding: 0px 20px 0px 0px; }
img.icon-sitenav 				{ width: 30px; height: auto; margin: 15px; }

.verlauf-blau, 
.verlauf-gruen,
.verlauf-dunkelblau 		{ padding: 35px; font-size: 21px; line-height: 27px; }
.verlauf-blau strong, 
.verlauf-gruen strong,
.verlauf-dunkelblau strong 	{ font-size: 31px; line-height: 41px; }
.coloring-dunkelblau 		{ background-position: center bottom 180px; background-size: auto 120px; }

.coloring-verlauf, 
.coloring-dunkelblau, 
.coloring-grau 			{ border-radius: 36px; }
.con-fluid, 
.position 				{ width: 88%; min-width: 1170px; }
.pull-push-pad			{ padding: 0px 8%; }

ul.chevron 					{ padding-left: 25px; }
ul.chevron li 				{ font-size: 21px; line-height: 30px; }
ul.chevron li:before 		{ width: 13px; height: 20px; left: -23px; top: 16px; }

.aktuellesboxpad			{ padding: 50px 35px 50px 35px; }
.aktuellespad .newsboxinner h3 { font-size: 30px; line-height: 34px; }

.kachel 			{ min-height: 110px; font-size: 24px; line-height: 28px; }
.totop 				{ padding-top: 120px; padding-bottom: 90px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 90px; padding-bottom: 60px; border-top-left-radius: 36px; border-top-right-radius: 36px; }
.footer2 			{ padding-top: 70px; padding-bottom: 40px; border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; }
.benefits	 		{ font-size: 80px; }
.glyphheight 		{ font-size: 0px; }
.glyphface			{ font-size: 40px; margin: 0 15px; }
.glyphinsta 		{ font-size: 44px; margin: 0 15px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 700px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 233px; }

span.headline 		{ font-size: 24px; line-height: 31px; }
span.gross	 		{ font-size: 22px; line-height: 33px; }
span.mittel 		{ font-size: 16px; line-height: 24px; }
span.klein 			{ font-size: 15px; line-height: 22px; }
span.daten 			{ font-size: 36px; line-height: 42px; }

span.fussbig 		{ font-size: 48px; line-height: 52px; }
span.fusssmall 		{ font-size: 24px; line-height: 28px; }

span.fusszeile 		{ font-size: 24px; line-height: 28px; }
a.fusszeile 		{ font-size: 24px; line-height: 34px; }
span.topic 			{ font-size: 2.813vw; text-shadow: 0px 3px 22px rgb(0 0 0 / 65%); }

.small 				{ font-size: 16px; line-height: 16px; }
a.small 			{ font-size: 16px; line-height: 16px; }
a.quicklinks, a.quicklinksa { font-size: 14px; line-height: 14px; margin: 0 10px; }
a.quicksearch		{ font-size: 30px; line-height: 30px; margin-left: 20px; }
.quicknav 			{ height: 60px; }

a 					{ font-size: 15px; }
.binner				{ height: 15px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 16px; padding: 15px 30px; }
.bbutton, 
.bbuttonical		{ height: 53px; } /* lbottom height */

.sliderpos a.button > .btn { font-size: 15px; padding: 0.781vw 1.563vw; margin-top: 28px; }

input.button 		{ font-size: 16px; padding: 15px 30px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 24px; line-height: 28px; }
.klappboxhead 		{ padding: 30px 0px 30px 0px; }
.klappboxpadding 	{ padding: 0px 15px 40px 40px; }

input, select, textarea { font-size: 18px; }

.carousel-inner { border-bottom-left-radius: 36px; border-bottom-right-radius: 36px; }
.logo img { width: 100%; max-width: 460px; height: auto; padding-top: 50px; padding-bottom: 50px; }
.smaller img { width: 100%; max-width: 300px; height: auto; padding-top: 20px; padding-bottom: 20px; }

img.zertifiziert { width: 120px; height: auto; float: left; margin-left: 0px; margin-right: 15px; }

img.logofuss { width: 460px; height: auto; float: left; }
img.icons-fuss { width: 52px; height: auto; float: left; margin-bottom: 0px; }
.halter-text-fuss { float: left; padding-left: 40px; margin-bottom: 50px; }

.topphone 	{ padding-top: 7px; }
.topmail 	{ padding-top: 2px; }
.topstand 	{ padding-top: 1px; }

.innerlink 	{ width: 13px; height: auto; margin-right: 5px; margin-top: -4px; }
.frontimg 	{ width: 30%; margin-left: 50px; }

.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%; }
}