body { hyphens: auto; hyphenate-limit-chars: 12 4 4; -webkit-hyphens: auto; -ms-hyphens: auto; }

/* 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-white { background-color:var(--weiss); }
.coloring-grey { background-color:var(--colorswitch); }
.coloring-grey h2, 
.coloring-grey span.looksh2 { color:var(--primary); }

.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: #f3f3f3; text-align: left; position: relative; padding: 30px; -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 { background-color: #ced8dd; }

.pull-push, 
.box-cta, 
.sliderbg { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a3c87+0,0f5ad2+100 */
background: linear-gradient(45deg, #0a3c87 0%,#0f5ad2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.benefits { border-radius: 24px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a3c87+0,0f5ad2+100 */
background: linear-gradient(45deg, #0a3c87 0%,#0f5ad2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.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: transparent; text-align: left; position: relative; padding: 30px 15px 0px 15px; border: 1px solid var(--text); }
.box-sicherheit img.img-responsive { width: 60%; }
@media (min-width: 768px) { 
.box-sicherheit img.img-responsive { width: 95%; margin-top: 8px; }
}

.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: 19; width: 100%; }

/* 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: 0px; border-radius: 0px; }
.klappboxhead 		{ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a3c87+0,0f5ad2+100 */
background: linear-gradient(45deg, #0a3c87 0%,#0f5ad2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ border-bottom: 0px solid transparent; border-radius: 24px; width: 100%; }
.klappboxhead:hover img.klapplink, 
.klappboxhead.active img.klapplink { transform: rotate(90deg); filter: none; }
.klappboxhead.active a.klappboxlink { color:var(--secondary); }
.klappboxtext.active { color:var(--text);  }
.klappboxbody		{ background-color: transparent; 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; }







/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
.links, 
.rechts { padding: 0px 30px 0px 0px; text-align: left; }

.null2 { padding: 0px 0px 0px 0px; background-color:var(--primary); }
.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; }

.fullsquare { 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; padding-bottom: 100%; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { display: block; 
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 300px; }
.fullheightleft 	{ background-position: left top; }
.fullheightright 	{ background-position: right top; }
.fullheighttop 		{ background-position: top; }

ul.dots 					{ list-style: none; margin: 0px 0px 0px 36px; padding: 0px; }
ul.dots li 					{ padding-left: 0px; margin: 0px; position: relative; padding-top: 15px; padding-bottom: 15px; }
ul.dots li:before 			{ content: " "; background-size: cover; background-image: url("../design/check.svg"); width: 25px; height: 19px; position: absolute; left: 0px; top: 19px; margin-left: -36px; }
ul.dots li:first-child 		{ border-top: 0px solid #CFCFCF; }
ul.dots li 					{ border-top: 1px solid #CFCFCF; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 24px; }

H1 { font-size: 40px; line-height: 42px; font-weight: 300; text-transform: none; margin-bottom: 15px; hyphens: manual; }
H2 { font-size: 30px; line-height: 32px; font-weight: 300; text-transform: none; margin-bottom: 10px; }
H3 { font-size: 20px; line-height: 22px; font-weight: 400; text-transform: none; }

span.looksh1 		{ font-size: 40px; line-height: 42px; font-weight: 300; text-transform: none; display: block; margin-bottom: 15px; hyphens: manual; }
span.looksh2 		{ font-size: 30px; line-height: 32px; font-weight: 300; text-transform: none; display: block; margin-bottom: 10px; }
span.looksh3 		{ font-size: 20px; line-height: 22px; font-weight: 400; text-transform: none; }

.breaker { display: none; }
.text-no-center { text-align: left; }
.ausrichtencg { text-align: center; }

.header::after { content: ""; width: 100%; height: 100%; background-image: url(../design/bg-slider.png); position: absolute; bottom: 0; background-position: right; background-repeat: no-repeat; background-size: auto 100%; pointer-events: none; z-index: 3; }

.halterz 					{ overflow: hidden; }
.pull-push h2				{ font-size: 28px; line-height: 30px; color:var(--weiss); }
.pull-push span.headline 	{ font-size: 22px; line-height: 26px; margin-bottom: 0px; }
.pull-push a.button > .btn	{ font-size: 15px; padding: 10px 15px 9px 23px; }
.pull-push 					{ font-size: 16px; line-height: 24px; font-weight: 300; color:var(--weiss); padding-left: 30px; padding-right: 30px; padding-top: 65px; padding-bottom: 70px; text-align: left; }

.cta-bild-links .box-cta h2, 
.cta-bild-rechts .box-cta h2 	{ font-size: 28px; line-height: 30px; margin-bottom: 10px; }
.cta-bild-links .box-cta, 
.cta-bild-rechts .box-cta 		{ font-size: 16px; line-height: 24px; border-top-left-radius: 24px; border-top-right-radius: 24px; padding: 50px 30px; font-weight: 300; color:var(--weiss); }
.cta-bild-links .box-cta a, 
.cta-bild-rechts .box-cta a		{ font-size: 16px; line-height: 24px; color:var(--secondary); font-weight: 400; }
.cta-bild-links .box-cta span, 
.cta-bild-rechts .box-cta span	{ display: block; margin-bottom: 20px; }
.cta-bild-links .box-cta img.innerlink, 
.cta-bild-rechts .box-cta img.innerlink { width: 13px; height: auto; margin-top: -4px; }

.halterteam h3 								{ margin-bottom: 5px; }
.halterteam .abstanddouble, 
.halterkarriere.abstanddouble 				{ margin-bottom: 35px; }
.halterteam .abstanddouble:last-of-type, 
.halterkarriere.abstanddouble:last-of-type { margin-bottom: 30px; }
.pullpic .img-fullresponsive 	{ border-radius: 24px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 65px; padding-bottom: 40px; padding-left: 30px; padding-right: 30px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 30px; }
.footer 			{ padding-top: 65px; padding-bottom: 40px; background-image: url(../design/bg_fusszeile_xs.jpg); background-position: bottom; background-repeat: repeat; }
.footer2 			{ padding-top: 30px; padding-bottom: 30px; background-color:var(--colorswitch); }
.glyphheight 		{ font-size: 0px; }
.resheight 			{ font-size: 27px; color:var(--weiss); }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 400px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.datum	 		{ font-size: 13px; line-height: 15px; font-weight: 500; text-transform: uppercase; margin-bottom: 5px; }
.newsbox H3 		{ font-weight: 400; color:var(--primary); }
.newsbox 			{ font-size: 14px; line-height: 21px; }
.relevant .news_le, 
.irrelevant .news_le 		{ float: none; margin-bottom: 20px; }
.relevant .news_re, 
.irrelevant .news_re 		{ float: none; }

span.headline 		{ font-size: 28px; line-height: 32px; font-weight: 300; text-transform: none; margin-bottom: 10px; }
span.gross	 		{ font-size: 20px; line-height: 30px; }
a.klappboxtext 		{ font-size: 20px; line-height: 30px; text-transform: none; }
span.mittel 		{ font-size: 15px; line-height: 22px; }
span.klein 			{ font-size: 14px; line-height: 20px; }

span.fusszeile 		{ font-size: 16px; line-height: 16px; font-weight: 500; text-transform: none; }
a.fusszeile 		{ font-size: 16px; line-height: 16px; font-weight: 500; text-transform: none; }
span.topic 			{ font-size: 23px; line-height: 25px; font-weight: 300; text-transform: none; margin-bottom: 10px; display: block; }
span.topic2 		{ font-size: 15px; line-height: 22px; font-weight: 400; text-transform: none; }
.sliderbg 			{ position: relative; padding: 25px 55px 28px 30px; border-bottom-right-radius: 24px; border-top-right-radius: 24px; }
.sliderbg::before 	{ content: ""; position: absolute; right: 15px; bottom: 15px; background-image: url(../design/circlearrow.svg); background-repeat: no-repeat; width: 28px; height: 28px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

.small 				{ font-size: 14px; line-height: 28px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 14px; line-height: 28px; font-weight: 400; text-transform: none; }

.innerphone a, 
.innermail a 		{ font-size: 20px; line-height: 30px; color:var(--text); font-weight: 400; text-transform: none; }
.innerphone a[href^="tel:"]:before 	{ content: ""; display: inline-block; width: 27px; height: 21px; background-image: url(../img/icon_phone.svg); background-repeat: no-repeat; margin-right: 10px; margin-top: -3px; vertical-align: middle; }
.innermail a[href^="mailto:"]:before { content: ""; display: inline-block; width: 27px; height: 25px; background-image: url(../img/icon_mail.svg); background-repeat: no-repeat; margin-right: 10px; margin-top: -5px; vertical-align: middle; }

a 					{ font-size: 16px; font-weight: 500; text-transform: none; }
.binner				{ height: 16px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn  	{ font-size: 15px; padding: 10px 15px 9px 23px; font-weight: 700; text-transform: uppercase; line-height: inherit; }
.bbutton, 
.bbuttonical			{ height: 48px; } /* lbottom height */

input.button 		{ font-size: 15px; padding: 10px 15px 9px 23px; font-weight: 700; text-transform: uppercase; line-height: inherit; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 18px; line-height: 22px; font-weight: 300; text-transform: none; }
.klappboxpadding 	{ padding: 15px 10px 30px 5px; }
.klappboxhead 		{ padding: 15px 20px; }
img.klapplink 		{ width: 14px; height: auto; margin: 3px 0px 0px 10px; float: right; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; filter: invert(1) brightness(1000%); }
.spanjobs 			{ font-size: 18px; line-height: 22px; font-weight: 300; text-transform: none; }

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

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

.carousel-inner { overflow: visible; }

.carousel .item { height: auto; }
.item { margin-bottom: 40px; }
.carousel-control { 
		height: auto !important; 
		margin-top: -18px; 
		bottom: auto; 
		top: 50%; 
		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: no-repaet;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; } 

.logo img { width: 100%; max-width: 280px; height: auto; padding-top: 25px; padding-bottom: 25px; }

img.logofuss { width: 310px; height: auto; margin-bottom: 20px; }

a.button > .btn img.innerlink { width: 13px; height: auto; margin-left: 5px; margin-top: -3px; }
img.innerlink { width: 12px; height: auto; margin-right: 7px; margin-top: -3px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
img.weiterlink { width: 14px; height: auto; margin: 0 5px; }

.emas { width: 75px !important; float: right !important; margin-bottom: 30px; margin-left: 15px; }

img.iconsfuss { width: 27px; height: auto; float: none; margin-bottom: 10px; }
.halter-text-fuss, 
.halter-text-fuss2 { float: none; padding-left: 0px; margin-bottom: 20px; }
.halter-text-fuss2 { margin-bottom: 0px; }

.phone 	{ padding-top: 0px; }
.mail 	{ padding-top: 0px; }
.maps 	{ padding-top: 0px; }

.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) { 
.links, 
.rechts { padding: 0px 15px 0px 15px; }
.links { float: left; }
.rechts { float: right; }

.null2 { padding: 0px 15px 0px 15px; background-color: transparent; }
.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%; }

.splitbox .row-flex, .row-flex > div[class*='col-'] { justify-content: space-between !important; }
.splitbox .col-sm-6 { width: 48%; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 24px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 48px; line-height: 50px; }
H2 { font-size: 36px; line-height: 38px; }
H3 { font-size: 24px; line-height: 26px; }

span.looksh1 		{ font-size: 48px; line-height: 50px; }
span.looksh2 		{ font-size: 36px; line-height: 38px; }
span.looksh3 		{ font-size: 24px; line-height: 26px; }

ul.dots 			{ margin: 0px 0px 0px 36px; }
ul.dots li:before 	{ width: 25px; height: 19px; top: 19px; margin-left: -36px; }

.breaker { display: block; }
.text-no-center { text-align: center; }
.ausrichtencg { text-align: left; }

.header::before { content: ""; width: 100%; height: 100%; background-image: url(../design/bg-menu.png); position: absolute; top: 0; background-position: top; background-repeat: repeat-x; background-size: auto 100%; pointer-events: none; }

.pull-push h2				{ font-size: calc(33px + (37 - 33) * ((100vw - 992px) / (1200 - 992))); line-height: 1.05; }
.pull-push span.headline 	{ font-size: calc(22px + (25 - 22) * ((100vw - 992px) / (1200 - 992))); line-height: 1.08; }
.pull-push a.button > .btn	{ font-size: calc(14px + (16 - 14) * ((100vw - 992px) / (1200 - 992))); padding: clamp(10px, 1.1vw, 12px) clamp(16px, 1.3vw, 18px) clamp(9px, 1.0vw, 11px) clamp(24px, 1.7vw, 26px); }
.pull-push 					{ font-size: calc(14px + (16 - 14) * ((100vw - 992px) / (1200 - 992))); line-height: 1.4; padding-left: 5.21vw; padding-right: 5.21vw; padding-top: 0px; padding-bottom: 0px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

.cta-bild-links .box-cta h2, 
.cta-bild-rechts .box-cta h2 	{ font-size: 28px; line-height: 30px; margin-bottom: 15px; }
.cta-bild-links .box-cta, 
.cta-bild-rechts .box-cta 		{ font-size: 14px; line-height: 19px; border-radius: 24px; padding: 40px; }
.cta-bild-links .box-cta a, 
.cta-bild-rechts .box-cta a		{ font-size: 14px; line-height: 19px; }
.cta-bild-links .box-cta img.innerlink, 
.cta-bild-rechts .box-cta img.innerlink { width: 11px; height: auto; margin-top: -3px; }

.halterteam .abstanddouble, 
.halterkarriere.abstanddouble 				{ margin-bottom: 60px; }
.halterteam .abstanddouble:last-of-type, 
.halterkarriere.abstanddouble:last-of-type { margin-bottom: 30px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; padding-left: 15px; padding-right: 15px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 60px; padding-bottom: 30px; background-image: url(../design/bg_fusszeile_sm.jpg); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 500px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.datum	 		{ font-size: 14px; line-height: 16px; }
.newsbox 			{ font-size: 15px; line-height: 22px; }
.relevant .news_re 		{ float: left; width: 90%; }		
.irrelevant .news_le 	{ width: 60%; }
.irrelevant .news_re 	{ float: left; width: 100%; }
.irrelevant .news_re h3 { font-size: 19px; line-height: 23px; }

span.headline 		{ font-size: 30px; line-height: 34px; margin-bottom: 15px; }
span.gross, 
a.klappboxtext 		{ font-size: 20px; line-height: 30px; }
span.mittel 		{ font-size: 15px; line-height: 22px; }
span.klein 			{ font-size: 14px; line-height: 20px; }

span.fusszeile 		{ font-size: 16px; line-height: 16px; }
a.fusszeile 		{ font-size: 16px; line-height: 16px; }
span.topic 			{ font-size: 34px; line-height: 36px; margin-bottom: 15px; }
span.topic2 		{ font-size: 18px; line-height: 26px; }
.sliderbg 			{ padding: 30px 35px 52px 35px; border-radius: 24px; }
.sliderbg::before 	{ right: 18px; bottom: 18px; width: 35px; height: 35px; }

.small 				{ font-size: 14px; line-height: 14px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 14px; line-height: 14px; font-weight: 400; text-transform: none; }

.innerphone a, 
.innermail a 		{ font-size: 20px; line-height: 30px; }
.innerphone a[href^="tel:"]:before 	{ width: 27px; height: 25px; }
.innermail a[href^="mailto:"]:before { width: 27px; height: 21px; }

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

a.button > .btn, 
a.buttonical > .btn  	{ font-size: 16px; padding: 11px 17px 10px 25px; }
.bbutton, 
.bbuttonical			{ height: 51px; } /* lbottom height */

input.button 		{ font-size: 16px; padding: 11px 17px 10px 25px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 20px; line-height: 24px; }
.klappboxpadding 	{ padding: 30px 15px 15px 15px; }
.klappboxhead 		{ padding: 20px 30px; }
img.klapplink 		{ width: 15px; height: auto; margin: 4px 0px 0px 10px; }
.spanjobs 			{ font-size: 20px; line-height: 24px; }

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

.carousel-inner { overflow: hidden; }
.item { margin-bottom: 0px; }

.logo img { width: 100%; max-width: 235px; height: auto; padding-top: 50px; padding-bottom: 50px; }
.logosmall img { padding-top: 30px; padding-bottom: 30px; }
img.logofuss { width: 380px; height: auto; margin-bottom: 20px; }

a.button > .btn img.innerlink { width: 14px; height: auto; margin-top: -4px; }
img.innerlink { width: 12px; height: auto; margin-top: -3px; }
img.weiterlink { width: 15px; height: auto; }

.emas { width: 130px !important; float: right !important; margin-bottom: 30px; margin-left: 30px; }

img.iconsfuss { width: 27px; height: auto; float: left; margin-bottom: 0px; }
.halter-text-fuss, 
.halter-text-fuss2 { float: left; padding-left: 30px; margin-bottom: 30px; }
.halter-text-fuss2 { margin-bottom: 0px; }

.phone 	{ padding-top: 0px; }
.mail 	{ padding-top: 0px; }
.maps 	{ padding-top: 2px; }

.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: 17px; line-height: 26px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 56px; line-height: 58px; }
H2 { font-size: 42px; line-height: 44px; }
H3 { font-size: 28px; line-height: 30px; }

span.looksh1 		{ font-size: 56px; line-height: 58px; }
span.looksh2 		{ font-size: 42px; line-height: 44px; }
span.looksh3 		{ font-size: 28px; line-height: 30px; }

ul.dots 			{ margin: 0px 0px 0px 38px; }
ul.dots li:before 	{ width: 27px; height: 20px; top: 20px; margin-left: -38px; }

.ausrichtencg { text-align: center; }

.pull-push h2				{ font-size: calc(37px + (41 - 37) * ((100vw - 992px) / (1200 - 992))); }
.pull-push span.headline 	{ font-size: calc(25px + (28 - 25) * ((100vw - 992px) / (1200 - 992))); }
.pull-push a.button > .btn	{ font-size: calc(15px + (17 - 15) * ((100vw - 992px) / (1200 - 992))); padding: clamp(11px, 1.0vw, 13px) clamp(17px, 1.2vw, 19px) clamp(10px, 0.9vw, 12px) clamp(25px, 1.6vw, 27px); }
.pull-push 					{ font-size: calc(16px + (18 - 16) * ((100vw - 992px) / (1200 - 992))); padding-left: 6.25vw; padding-right: 6.25vw; }

.cta-bild-links .box-cta h2, 
.cta-bild-rechts .box-cta h2 	{ font-size: 36px; line-height: 38px; }
.cta-bild-links .box-cta, 
.cta-bild-rechts .box-cta 		{ font-size: 16px; line-height: 22px; border-radius: 24px; padding: 45px; }
.cta-bild-links .box-cta a, 
.cta-bild-rechts .box-cta a		{ font-size: 16px; line-height: 22px; }
.cta-bild-links .box-cta img.innerlink, 
.cta-bild-rechts .box-cta img.innerlink { width: 13px; height: auto; margin-top: -4px; }

.halterteam .abstanddouble, 
.halterkarriere.abstanddouble 				{ margin-bottom: 80px; }
.halterteam .abstanddouble:last-of-type, 
.halterkarriere.abstanddouble:last-of-type { margin-bottom: 30px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 110px; padding-bottom: 80px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 70px; padding-bottom: 40px; background-image: url(../design/bg_fusszeile_md.jpg); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 550px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 0px; }

span.datum	 		{ font-size: 15px; line-height: 17px; }
.newsbox 			{ font-size: 16px; line-height: 24px; }
.irrelevant .news_le 	{ float: left; width: 40%; margin-bottom: 0px; padding-right: 20px; }
.irrelevant .news_re 	{ width: 60%; }
.irrelevant .news_re h3 { font-size: 18px; line-height: 22px; }

span.headline 		{ font-size: 33px; line-height: 37px; }
span.gross, 
a.klappboxtext 		{ font-size: 22px; line-height: 33px; }
span.mittel 		{ font-size: 16px; line-height: 24px; }
span.klein 			{ font-size: 15px; line-height: 22px; }

span.fusszeile 		{ font-size: 17px; line-height: 17px; }
a.fusszeile 		{ font-size: 17px; line-height: 17px; }
span.topic 			{ font-size: calc(28px + (32 - 28) * ((100vw - 992px) / (1200 - 992))); line-height: 1.04; }
span.topic2 		{ font-size: calc(18px + (20 - 18) * ((100vw - 992px) / (1200 - 992))); line-height: 1.3; }
.sliderbg 			{ padding: 30px 35px 53px 35px; }
.sliderbg::before 	{ right: 20px; bottom: 20px; width: 38px; height: 38px; }

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

.innerphone a, 
.innermail a 		{ font-size: 22px; line-height: 33px; }
.innerphone a[href^="tel:"]:before 	{ width: 27px; height: 27px; }
.innermail a[href^="mailto:"]:before { width: 29px; height: 22px; }

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

a.button > .btn, 
a.buttonical > .btn  	{ font-size: 17px; padding: 12px 18px 11px 26px; }
.bbutton, 
.bbuttonical			{ height: 54px; } /* lbottom height */

input.button 		{ font-size: 17px; padding: 12px 18px 11px 26px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 26px; }
img.klapplink 		{ width: 15px; height: auto; margin: 5px 0px 0px 10px; }
.spanjobs 			{ font-size: 22px; line-height: 26px; }

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

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

a.button > .btn img.innerlink { width: 15px; height: auto; margin-top: -4px; }
img.innerlink { width: 13px; height: auto; margin-top: -4px; }
img.weiterlink { width: 16px; height: auto; }

.emas { width: 140px !important; float: right !important; margin-bottom: 15px; }

img.iconsfuss { width: 29px; height: auto; }
.halter-text-fuss, 
.halter-text-fuss2 { padding-left: 40px; }
.halter-text-fuss2 { margin-bottom: 0px; }

.phone 	{ padding-top: 0px; }
.mail 	{ padding-top: 0px; }
.maps 	{ padding-top: 2px; }

.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: 18px; line-height: 28px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 64px; line-height: 66px; }
H2 { font-size: 48px; line-height: 50px; }
H3 { font-size: 32px; line-height: 34px; }

span.looksh1 		{ font-size: 64px; line-height: 66px; }
span.looksh2 		{ font-size: 48px; line-height: 50px; }
span.looksh3 		{ font-size: 32px; line-height: 34px; }

ul.dots 			{ margin: 0px 0px 0px 40px; }
ul.dots li:before 	{ width: 29px; height: 22px; top: 19px; margin-left: -40px; }

.pull-push h2				{ font-size: calc(41px + (48 - 41) * ((100vw - 1200px) / (1920 - 1200))); }
.pull-push span.headline 	{ font-size: calc(28px + (32 - 28) * ((100vw - 1200px) / (1920 - 1200))); }
.pull-push a.button > .btn	{ font-size: calc(15px + (18 - 15) * ((100vw - 1200px) / (1920 - 1200))); padding: clamp(12px, 0.9vw, 14px) clamp(18px, 1.1vw, 20px) clamp(11px, 0.8vw, 13px) clamp(26px, 1.5vw, 28px); }
.pull-push 					{ font-size: calc(18px + (22 - 18) * ((100vw - 1200px) / (1920 - 1200))); padding-left: 7.81vw; padding-right: 7.81vw; }

.cta-bild-links .box-cta h2, 
.cta-bild-rechts .box-cta h2 	{ font-size: 38px; line-height: 40px; }
.cta-bild-links .box-cta, 
.cta-bild-rechts .box-cta 		{ font-size: 18px; line-height: 25px; border-radius: 24px; padding: 50px; }
.cta-bild-links .box-cta a, 
.cta-bild-rechts .box-cta a		{ font-size: 18px; line-height: 25px; }
.cta-bild-links .box-cta img.innerlink, 
.cta-bild-rechts .box-cta img.innerlink { width: 14px; height: auto; margin-top: -4px; }

.halterteam .abstanddouble, 
.halterkarriere.abstanddouble 				{ margin-bottom: 100px; }
.halterteam .abstanddouble:last-of-type, 
.halterkarriere.abstanddouble:last-of-type { margin-bottom: 30px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 130px; padding-bottom: 100px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 80px; padding-bottom: 50px; background-image: url(../design/bg_fusszeile_lg.jpg); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 600px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 0px; }

.irrelevant .news_re h3 { font-size: 20px; line-height: 24px; }

span.headline 		{ font-size: 36px; line-height: 40px; }
span.gross, 
a.klappboxtext 		{ font-size: 24px; line-height: 36px; }
span.mittel 		{ font-size: 17px; line-height: 26px; }
span.klein 			{ font-size: 16px; line-height: 24px; }

span.fusszeile 		{ font-size: 18px; line-height: 18px; }
a.fusszeile 		{ font-size: 18px; line-height: 18px; }
span.topic 			{ font-size: calc(34px + (38 - 34) * ((100vw - 1200px) / (1920 - 1200))); }
span.topic2 		{ font-size: calc(22px + (24 - 22) * ((100vw - 1200px) / (1920 - 1200))); }
.sliderbg 			{ padding: 35px 40px 58px 40px; }
.sliderbg::before 	{ right: 23px; bottom: 23px; width: 41px; height: 41px; }

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

.innerphone a, 
.innermail a 		{ font-size: 24px; line-height: 36px; }
.innerphone a[href^="tel:"]:before 	{ width: 31px; height: 29px; }
.innermail a[href^="mailto:"]:before { width: 31px; height: 24px; }

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

a.button > .btn, 
a.buttonical > .btn  	{ font-size: 18px; padding: 13px 19px 12px 27px; }
.bbutton, 
.bbuttonical			{ height: 57px; } /* lbottom height */

input.button 		{ font-size: 18px; padding: 13px 19px 12px 27px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 24px; line-height: 28px; }
img.klapplink 		{ width: 16px; height: auto; margin: 6px 0px 0px 10px; }
.spanjobs 			{ font-size: 24px; line-height: 28px; }

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

.logo img { width: 100%; max-width: 375px; height: auto; padding-top: 60px; padding-bottom: 60px; }
.logosmall img { padding-top: 30px; padding-bottom: 30px; }
img.logofuss { width: 480px; height: auto; margin-bottom: 40px; }

a.button > .btn img.innerlink { width: 17px; height: auto; margin-top: -3px; }
img.innerlink { width: 14px; height: auto; margin-top: -4px; }
img.weiterlink { width: 17px; height: auto; }

.emas { width: 160px !important; float: right !important; }

img.iconsfuss { width: 31px; height: auto; }
.halter-text-fuss, 
.halter-text-fuss2 { padding-left: 50px; }
.halter-text-fuss2 { margin-bottom: 0px; }

.phone 	{ padding-top: 1px; }
.mail 	{ padding-top: 0px; }
.maps 	{ padding-top: 3px; }

.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, 1480px und breiter (col-lg-)) */
@media (min-width: 1670px) {
.container-fluid.conmax .container, 
.sliderpos .container { width: 1640px; }

span.topic 			{ font-size: calc(38px + (42 - 38) * ((100vw - 1670px) / (1920 - 1670))); }
span.topic2 		{ font-size: calc(24px + (26 - 24) * ((100vw - 1670px) / (1920 - 1670))); }
.sliderbg 			{ padding: 45px 50px 70px 50px; }
.sliderbg::before 	{ right: 25px; bottom: 25px; width: 45px; height: 45px; }
.col-xl-invid 		{ width: 38%; }

.cta-bild-links .box-cta h2, 
.cta-bild-rechts .box-cta h2 	{ font-size: 44px; line-height: 46px; }
.cta-bild-links .box-cta, 
.cta-bild-rechts .box-cta 		{ font-size: 22px; line-height: 30px; padding: 60px; }
.cta-bild-links .box-cta a, 
.cta-bild-rechts .box-cta a		{ font-size: 22px; line-height: 30px; }
.cta-bild-links .box-cta img.innerlink, 
.cta-bild-rechts .box-cta img.innerlink { width: 16px; height: auto; margin-top: -4px; }
}