.table>tbody>tr>td, 
.table>tbody>tr>th { padding: 8px; vertical-align: top; border-top: 1px solid var(--primary); }

.table>thead>tr>th { border-bottom: 1px solid var(--primary); }

@keyframes sdb {
  to { transform: translateY(30%); }
}

.scrollDown {
    position: absolute; 
	z-index: 99; 
	bottom: 100px; 
	display: block; 
	border: none; 
	cursor: pointer; 
	right: 0; 
	opacity: 1; 
    background: url(../design/fa-long-arrow.svg); 
	background-size: auto 65%; 
	background-color:var(--secondary);
    background-repeat: no-repeat; 
    background-position: center; 
    animation: sdb 1.5s ease-in-out infinite alternate; 
    transform-origin: center; 
    -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1); 
    -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1); 
    -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1); 
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.scrollDowninvis .scrollDown { opacity: 0; }

body { hyphens: auto; hyphenate-limit-chars: 12 4 4; -webkit-hyphens: auto; -ms-hyphens: auto; }

b, strong { font-weight: 700; color:var(--secondary); }
.coloring-blau b, .coloring-blau strong, .coloring-blau table, .coloring-blau td { color:var(--weiss); }
.coloring-blau .table>tbody>tr>td, .coloring-blau .table>tbody>tr>th   { border-top: 1px solid var(--weiss); }

/* 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(--colorswitch); }
.coloring2, 
.coloring-signet { background-color:var(--weiss); }
.coloring-blau { background-color:var(--dunkelblau); color:var(--weiss); }
.coloring-blau h1, .coloring-blau h2, .coloring-blau h3 { color:var(--weiss); }
.coloring-verlauf { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#050a1a+0,00104d+50,00104d+100 */
background: linear-gradient(to bottom, rgba(5,10,26,1) 0%,rgba(0,16,77,1) 50%,rgba(0,16,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.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(--dunkelblau); text-align: left; position: relative; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; }
@media (min-width: 768px) { 
.box { flex-direction: row; }
}

.box-sicherheit { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 10px; border: 1px solid #cccccc; }
.box-sicherheit:hover { border: 1px solid #8ea419; }

.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: rgba(0, 23, 107, 0.9); }

.linkbox_i		{ background-color: rgba(0, 23, 107, 0.9); padding:15px; color:var(--weiss); }


/* 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 #111111; border-radius: 0px; }
.coloring-blau .klappbox { border-top: 1px solid var(--weiss); }
.klappboxhead 		{ background-color:transparent; border-bottom: 0px solid transparent; border-radius: 0px; width: 100%; }
.klappboxhead:hover, 
.klappboxhead.active { background-color:transparent; }
.klappboxhead:hover a.klappboxlink, .klappboxhead.active a.klappboxlink { color:var(--primary); }
.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; }

.glyphheight 		{ color: var(--dunkelblau); -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; }
.glyphheight:hover 	{ color:var(--primary); }







/* 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 30px; }
.links, 
.rechts { float: left; }

.abstanddouble { margin-bottom: 30px; }

.nullpadding2 { padding: 0px 0px 0px 0px; }
.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { display: block; 
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 300px; }
.fullheightleft 	{ background-position: left top; }
.fullheightright 	{ background-position: right top; }
.fullheighttop 		{ background-position: top; }

ul.dots 				{ list-style-type: none; padding: 0px; margin: 0px 0px 10px 0px; }
ul.dots li 				{ padding-left: 1.7em; }
ul.dots li:before 		{ font-family: 'FontAwesome'; content: '\f111'; margin-left: -2.0em; display: inline-block; width: 2.0em; color:var(--primary); font-size: small; vertical-align: top; }

.video-container::after { content: ""; position: absolute; inset: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,050a1a+75,050a1a+100&0+0,0.92+75,1+100 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(5,10,26,0.92) 75%,rgba(5,10,26,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ pointer-events: none; }

.padcon, 
.padbild 			{ padding: 2px; }

body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 26px; }

H1 { font-size: 46px; line-height: 48px; font-weight: 800; text-transform: none; letter-spacing: -0.025em; }
H2 { font-size: 32px; line-height: 36px; font-weight: 800; text-transform: none; letter-spacing: -0.025em; hyphens: manual; }
H3 { font-size: 18px; line-height: 22px; font-weight: 700; text-transform: none; letter-spacing: -0.012em; }

span.looksh1 		{ font-size: 46px; line-height: 48px; font-weight: 800; text-transform: none; letter-spacing: -0.025em; }
span.looksh2 		{ font-size: 32px; line-height: 36px; font-weight: 800; text-transform: none; letter-spacing: -0.025em; hyphens: manual; }
span.looksh3 		{ font-size: 18px; line-height: 22px; font-weight: 700; text-transform: none; letter-spacing: -0.012em; }

.ausrichten3 			{ text-align: left; }
.ausrichten4 			{ text-align: left; padding-left: 30px; padding-right: 30px; }

.coloring 				{ background-image: url(../design/coloring_xs.png); background-position: center bottom 30px; background-repeat: no-repeat; }
.coloring-signet		{ background-image: url(../design/coloring_xs_signet.png); background-position: center bottom; background-repeat: no-repeat; }

.boxcountlinks 			{ padding-left: 30px; padding-right: 30px; }
.boxcountrechts			{ padding-left: 30px; padding-right: 30px; }
.boxcountlinks .box, 
.boxcountrechts .box 	{ border-radius: 12px; text-align: left; }
.box 					{ color:var(--weiss); margin-top: 40px; padding: 20px 20px 30px 20px; font-size: 16px; line-height: 1.4; }
.box h3					{ font-size: 22px; line-height: 1.1; }
.icon 					{ width: 21%; background-color:var(--primary); border-radius: 12px; padding: 11px; margin-top: -40px; margin-bottom: 20px; }
.text 					{ width: 100%; }
.thumbs 				{ -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.box:hover .thumbs 		{ transform: rotateY(180deg); }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 60px; padding-bottom: 30px; padding-left: 30px; padding-right: 30px; }
.onlytop 			{ padding-top: 60px; padding-bottom: 0px; }
.onlybottom			{ padding-top: 0px; padding-bottom: 30px; padding-left: 30px; padding-right: 30px; }
.linktop 			{ padding-top: 22px; }
.searchtop 			{ padding-top: 20px; }
.footer 			{ padding-top: 60px; padding-bottom: 30px; background-color:var(--dunkelblau); background-image: url(../design/fusszeile_xs.jpg); background-position: center; background-repeat: no-repeat; padding-left: 30px; padding-right: 30px; }
.footer2 			{ padding-top: 50px; padding-bottom: 40px; }
.footer3 			{ padding-top: 30px; padding-bottom: 30px; background-color:var(--colorswitch); }
.glyphheight 		{ font-size: 50px; margin-top: 20px; }
.resheight 			{ font-size: 28px; color:var(--primary); }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.gross	 		{ font-size: 22px; line-height: 31px; font-weight: 700; letter-spacing: -0.018em; }
span.mittel 		{ font-size: 17px; line-height: 24px; }
span.klein 			{ font-size: 16px; line-height: 22px; }
span.karriere 		{ font-size: 66px; line-height: 60px; font-weight: 800; letter-spacing: -0.046em; text-transform: uppercase; hyphens: manual; }

span.fussgross 		{ font-size: 32px; line-height: 38px; font-weight: 700; text-transform: none; letter-spacing: -0.018em; }
span.fussklein 		{ font-size: 20px; line-height: 29px; font-weight: 300; text-transform: none; display: block; margin-bottom: 10px; }
span.fusszeile 		{ font-size: 16px; line-height: 24px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 20px; line-height: 29px; font-weight: 700; text-transform: none; letter-spacing: -0.025em; }
span.topicklein		{ font-size: 12px; font-weight: 300; text-transform: uppercase; display: block; margin-bottom: 17px; line-height: 1.3; letter-spacing: 0.15em; }
span.topic 			{ font-size: 24px; font-weight: 700; text-transform: none; display: block; margin-bottom: 12px; line-height: 1.03; letter-spacing: -0.018em; }
span.topic2 		{ font-size: 18px; font-weight: 300; line-height: 1.03; }
.sliderbg 			{ position: relative; padding: 25px; border-radius: 6px; } /* padding: 25px 40px 25px 25px; */
/* .sliderbg::before 	{ content: ""; position: absolute; right: 15px; bottom: 15px; background-image: url(../design/innerlink.svg); background-repeat: no-repeat; width: 14px; height: 25px; -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; }

a 					{ font-size: 18px; font-weight: 700; text-transform: uppercase; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn  	{ font-size: 18px; padding: 10px 20px; font-weight: 600; text-transform: none; letter-spacing: 0.02em; }
.bbutton, 
.bbuttonical			{ height: 50px; } /* lbottom height */

input.button 		{ font-size: 18px; padding: 10px 20px; font-weight: 600; text-transform: none; letter-spacing: 0.02em; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 18px; line-height: 24px; font-weight: 600; text-transform: none; }
.klappboxhead 		{ padding: 16px 0px 9px 0px; }
.klappboxpadding 	{ padding: 0px 0px 0px 5px; }
i.klappen 			{ background-color: transparent; padding: 5px 20px; color:var(--primary); 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; } 

.logo img { width: 100%; max-width: 190px; height: auto; padding-top: 18px; padding-bottom: 18px; }
img.logofuss { width: 220px; height: auto; margin-bottom: 5px; }

img.iconsfuss { width: 45px; height: auto; float: none; margin-bottom: 10px; }
.halter-text-fuss { float: none; padding-left: 0px; margin-bottom: 0px; }

img.innerlink { width: 16px; height: auto; margin-top: -4px; margin-right: 8px; }
a.button > .btn img.innerlink { width: 13px; height: auto; margin-top: -3px; margin-right: 8px; filter: brightness(0) invert(1); }

.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; }

.abstanddouble { margin-bottom: 30px; }

.nullpadding2 { padding: 0px 15px 0px 15px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { position: absolute; height: 100%; }

body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 26px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 54px; line-height: 56px; }
H2 { font-size: 38px; line-height: 42px; }
H3 { font-size: 22px; line-height: 26px; }

span.looksh1 		{ font-size: 54px; line-height: 56px; }
span.looksh2 		{ font-size: 38px; line-height: 42px; }
span.looksh3 		{ font-size: 22px; line-height: 26px; }

.scrollDown 		{ width: 42px; height: 42px; }

.splitbox .row-flex, .row-flex > div[class*='col-'] { justify-content: space-between !important; }
.splitbox .col-sm-6, 
.col-einstieg.col-sm-6 	{ width: 48%; }
.ausrichten3 			{ text-align: right; }
.ausrichten4 			{ text-align: center; padding-left: 15px; padding-right: 15px; }

.coloring 				{ background-image: url(../design/coloring_sm.png); background-position: center bottom 30px; }
.coloring-signet		{ background-image: url(../design/coloring_sm_signet.png); }

.boxcountlinks 			{ padding-left: 0px; padding-right: 10px; }
.boxcountrechts			{ padding-left: 10px; padding-right: 0px; }
.boxcountlinks .box 	{ border-top-right-radius: 12px; border-bottom-right-radius: 12px; border-top-left-radius: 0px; border-bottom-left-radius: 0px; text-align: left; }
.boxcountrechts .box 	{ border-top-left-radius: 12px; border-bottom-left-radius: 12px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; text-align: right; }
.box 					{ margin-top: 20px; padding: 3.125vw; font-size: calc(16px + (18 - 16) * ((100vw - 768px) / (1920 - 768))); }
.box h3					{ font-size: calc(25px + (29 - 25) * ((100vw - 768px) / (1920 - 768))); }
.icon 					{ width: 18%; border-radius: 15px; padding: 1.042vw; margin-top: 0px; margin-bottom: 0px; }
.text 					{ width: 77%; }

.boxcountlinks .icon, 
.boxcountrechts .text 	{ order: 1; }
.boxcountlinks .text, 
.boxcountrechts .icon 	{ order: 2; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 80px; padding-bottom: 50px; padding-left: 15px; padding-right: 15px; }
.onlytop 			{ padding-top: 80px; padding-bottom: 0px; }
.onlybottom			{ padding-top: 0px; padding-bottom: 50px; padding-left: 15px; padding-right: 15px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 80px; padding-bottom: 50px; background-image: url(../design/fusszeile_sm.jpg); padding-left: 15px; padding-right: 15px; }
.footer2 			{ padding-top: 60px; padding-bottom: 50px; }
.glyphheight 		{ font-size: 44px; margin-top: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.gross	 		{ font-size: 22px; line-height: 31px; }
span.mittel 		{ font-size: 17px; line-height: 24px; }
span.klein 			{ font-size: 16px; line-height: 22px; }
span.karriere 		{ font-size: 78px; line-height: 70px; }

.kontaktdaten 		{ width: auto !important; position: absolute !important; right: 15px; }
span.fussgross 		{ font-size: 38px; line-height: 44px; }
span.fussklein 		{ font-size: 22px; line-height: 31px; }
span.fusszeile 		{ font-size: 16px; line-height: 24px; }
a.fusszeile 		{ font-size: 22px; line-height: 31px; }
span.topicklein		{ font-size: calc(9px + (11 - 9) * ((100vw - 768px) / (1920 - 768))); }
span.topic 			{ font-size: calc(28px + (34 - 28) * ((100vw - 768px) / (1920 - 768))); }
span.topic2 		{ font-size: calc(22px + (28 - 22) * ((100vw - 768px) / (1920 - 768))); }
.sliderbg 			{ padding: 2.604vw; } /* padding: 2.604vw 50px 2.604vw 2.604vw; */
/* .sliderbg::before 	{ right: 16px; bottom: 16px; width: 14px; height: 25px; } */

.small 				{ font-size: 15px; line-height: 15px; }
a.small 			{ font-size: 15px; line-height: 15px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn  	{ font-size: 18px; padding: 10px 20px; }
.bbutton, 
.bbuttonical			{ height: 50px; } /* lbottom height */

input.button 		{ font-size: 18px; padding: 10px 20px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 28px; }
.klappboxhead 		{ padding: 18px 0px 11px 0px; }
.klappboxpadding 	{ padding: 0px 0px 0px 44px; }

input, select, textarea { font-size: 16px; }

.logo img { width: 100%; max-width: 170px; height: auto; padding-top: 40px; padding-bottom: 30px; }
img.logofuss { width: 240px; height: auto; margin-bottom: 0px; }

img.iconsfuss { width: 55px; height: auto; float: left; margin-bottom: 30px; }
.halter-text-fuss { float: left; padding-left: 20px; margin-bottom: 0px; }

.mail 	{ padding-top: 12px; }
.phone 	{ padding-top: 15px; }

img.innerlink { width: 16px; height: auto; }
a.button > .btn img.innerlink { width: 13px; 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) {
.abstanddouble { margin-bottom: 40px; }

body, td, p, .n, blockquote 	{ font-size: 20px; line-height: 29px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 62px; line-height: 64px; }
H2 { font-size: 46px; line-height: 50px; }
H3 { font-size: 28px; line-height: 32px; }

span.looksh1 		{ font-size: 62px; line-height: 64px; }
span.looksh2 		{ font-size: 46px; line-height: 50px; }
span.looksh3 		{ font-size: 28px; line-height: 32px; }

.scrollDown 		{ width: 48px; height: 48px; }

.splitbox .col-sm-6, 
.col-einstieg.col-sm-6 	{ width: 47%; }

.coloring 				{ background-image: url(../design/coloring_md.png); background-position: center bottom 40px; }
.coloring-signet		{ background-image: url(../design/coloring_md_signet.png); }

.boxcountlinks 			{ padding-left: 0px; padding-right: 15px; }
.boxcountrechts			{ padding-left: 15px; padding-right: 0px; }
.box 					{ margin-top: 30px; padding: 3.125vw; font-size: calc(17px + (19 - 17) * ((100vw - 992px) / (1920 - 992))); }
.box h3					{ font-size: calc(32px + (36 - 32) * ((100vw - 992px) / (1920 - 992))); }
.icon 					{ width: 18%; border-radius: 18px; }
.text 					{ width: 76%; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 100px; padding-bottom: 70px; }
.onlytop 			{ padding-top: 100px; padding-bottom: 0px; }
.onlybottom			{ padding-top: 0px; padding-bottom: 70px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 100px; padding-bottom: 70px; background-image: url(../design/fusszeile_md.jpg); }
.footer2 			{ padding-top: 70px; padding-bottom: 60px; }
.glyphheight 		{ font-size: 48px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 0px; }

span.gross	 		{ font-size: 28px; line-height: 39px; }
span.mittel 		{ font-size: 19px; line-height: 27px; }
span.klein 			{ font-size: 18px; line-height: 25px; }
span.karriere 		{ font-size: 86px; line-height: 80px; }

span.fussgross 		{ font-size: 48px; line-height: 54px; }
span.fussklein 		{ font-size: 28px; line-height: 38px; }
span.fusszeile 		{ font-size: 20px; line-height: 29px; }
a.fusszeile 		{ font-size: 28px; line-height: 38px; }
span.topicklein		{ font-size: calc(11px + (13 - 11) * ((100vw - 992px) / (1920 - 992))); }
span.topic 			{ font-size: calc(34px + (37 - 34) * ((100vw - 992px) / (1920 - 992))); }
span.topic2 		{ font-size: calc(28px + (31 - 28) * ((100vw - 992px) / (1920 - 992))); }
.sliderbg 			{ padding: 2.604vw; } /* padding: 2.604vw 50px 2.604vw 2.604vw; */
/* .sliderbg::before 	{ right: 18px; bottom: 18px; width: 16px; height: 28px; } */

.small 				{ font-size: 17px; line-height: 17px; }
a.small 			{ font-size: 17px; line-height: 17px; }

a 					{ font-size: 20px; }
.binner				{ height: 20px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn  	{ font-size: 19px; padding: 10px 20px; }
.bbutton, 
.bbuttonical			{ height: 51px; } /* lbottom height */

input.button 		{ font-size: 19px; padding: 10px 20px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 28px; line-height: 34px; }
.klappboxhead 		{ padding: 19px 0px 12px 0px; }
.klappboxpadding 	{ padding: 0px 0px 0px 48px; }

input, select, textarea { font-size: 17px; }

.logo img { width: 100%; max-width: 225px; height: auto; padding-top: 50px; padding-bottom: 40px; }
img.logofuss { width: 320px; height: auto; }

img.iconsfuss { width: 65px; height: auto; }
.halter-text-fuss { padding-left: 25px; }

img.innerlink { width: 17px; height: auto; }
a.button > .btn img.innerlink { width: 14px; 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: 22px; line-height: 32px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 72px; line-height: 74px; }
H2 { font-size: 54px; line-height: 58px; }
H3 { font-size: 34px; line-height: 38px; }

span.looksh1 		{ font-size: 72px; line-height: 74px; }
span.looksh2 		{ font-size: 54px; line-height: 58px; }
span.looksh3 		{ font-size: 34px; line-height: 38px; }

.scrollDown 		{ width: 55px; height: 55px; }

.coloring 				{ background-image: url(../design/coloring_lg.png); background-position: center bottom 50px; }
.coloring-signet		{ background-image: url(../design/coloring_lg_signet.png); }

.box 					{ padding: 4.167vw; font-size: calc(18px + (20 - 18) * ((100vw - 1200px) / (1920 - 1200))); }
.box h3					{ font-size: calc(40px + (44 - 40) * ((100vw - 1200px) / (1920 - 1200))); }
.icon 					{ width: 18%; max-width: 140px; border-radius: 21px; }
.text 					{ width: 75%; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 120px; padding-bottom: 90px; }
.onlytop 			{ padding-top: 120px; padding-bottom: 0px; }
.onlybottom			{ padding-top: 0px; padding-bottom: 90px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 120px; padding-bottom: 90px; background-image: url(../design/fusszeile_lg.jpg); }
.footer2 			{ padding-top: 80px; padding-bottom: 70px; }
.glyphheight 		{ font-size: 50px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 0px; }

span.gross	 		{ font-size: 32px; line-height: 44px; }
span.mittel 		{ font-size: 21px; line-height: 30px; }
span.klein 			{ font-size: 20px; line-height: 28px; }
span.karriere 		{ font-size: 100px; line-height: 88px; }

span.fussgross 		{ font-size: 56px; line-height: 62px; }
span.fussklein 		{ font-size: 32px; line-height: 44px; }
span.fusszeile 		{ font-size: 22px; line-height: 32px; }
a.fusszeile 		{ font-size: 32px; line-height: 44px; }
span.topicklein		{ font-size: calc(13px + (15 - 13) * ((100vw - 1200px) / (1920 - 1200))); }
span.topic 			{ font-size: calc(37px + (40 - 37) * ((100vw - 1200px) / (1920 - 1200))); }
span.topic2 		{ font-size: calc(31px + (34 - 31) * ((100vw - 1200px) / (1920 - 1200))); }
.sliderbg 			{ padding: 3.125vw; } /* padding: 3.125vw 60px 3.125vw 3.125vw; */
/* .sliderbg::before 	{ right: 20px; bottom: 20px; width: 18px; height: 32px; } */

.small 				{ font-size: 18px; line-height: 18px; }
a.small 			{ font-size: 18px; line-height: 18px; }

a 					{ font-size: 22px; }
.binner				{ height: 22px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn  	{ font-size: 20px; padding: 10px 20px; }
.bbutton, 
.bbuttonical			{ height: 52px; } /* lbottom height */

input.button 		{ font-size: 20px; padding: 10px 20px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 32px; line-height: 38px; }
.klappboxhead 		{ padding: 20px 0px 13px 0px; }
.klappboxpadding 	{ padding: 0px 0px 0px 50px; }

input, select, textarea { font-size: 18px; }

.logo img { width: 100%; max-width: 275px; height: auto; padding-top: 60px; padding-bottom: 50px; }
img.logofuss { width: 370px; height: auto; }

img.iconsfuss { width: 70px; height: auto; }
.halter-text-fuss { padding-left: 30px; }

img.innerlink { width: 18px; height: auto; }
a.button > .btn img.innerlink { width: 15px; 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: 1575px) {
.position .container, 
.sliderpos .container { width: 1545px; }

.col-xl-invid { width: 44%; }
span.topicklein		{ font-size: calc(15px + (16 - 15) * ((100vw - 1200px) / (1920 - 1200))); }
span.topic 			{ font-size: calc(40px + (48 - 40) * ((100vw - 1200px) / (1920 - 1200))); }
span.topic2 		{ font-size: calc(34px + (42 - 34) * ((100vw - 1200px) / (1920 - 1200))); }
.sliderbg 			{ padding: 3.646vw; } /* padding: 3.646vw 70px 3.646vw 3.646vw; */

.logo img { width: 100%; max-width: 360px; height: auto; padding-top: 60px; padding-bottom: 50px; }
}