/* GRUSSKARTE */
.grusskarte { position: fixed; z-index: 10; left: 50%; margin-left: -60px; bottom: -7px; -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; }
.grusskarte:hover { bottom: -2px; }
@media (min-width: 768px) { 
.grusskarte { bottom: -8px; left: auto; margin-left: unset; right: 30px; }
}
@media (min-width: 992px) { 
.grusskarte { bottom: -10px; }
}
@media (min-width: 1200px) { 
.grusskarte { bottom: -12px; }
}

#popup { background-image: url(../design/bg_popup.png); width: 100%; text-align: left; position: relative; border: 0px; background-attachment: scroll; background-repeat: repeat; background-color: transparent; overflow: auto; }
#popup > .row-flex.box-pack-middle { height: 100%; }

#popup {
  scrollbar-width: none; /* Firefox 64 */
  -ms-overflow-style: none; /* Internet Explorer 11 */
}
#popup::-webkit-scrollbar { /** WebKit */
  display: none;
}


#popup span.looksh1, #popup span.looksh2, #popup span.looksh3 { font-size: 23px; line-height: 29px; }
#popup { font-size: 13px; line-height: 18px; }
#popup a.button > .btn { font-size: 12px; padding: 10px 12px; }
@media (min-width: 768px) { 
#popup span.looksh1, #popup span.looksh2, #popup span.looksh3 { font-size: 29px; line-height: 35px; }
#popup { font-size: 16px; line-height: 23px; }
#popup a.button > .btn { font-size: 13px; padding: 13px 25px; }
}
@media (min-width: 992px) { 
#popup span.looksh1, #popup span.looksh2, #popup span.looksh3 { font-size: 32px; line-height: 38px; }
#popup { font-size: 16px; line-height: 23px; }
#popup a.button > .btn { font-size: 13px; padding: 13px 31px; }
}
@media (min-width: 1200px) { 
#popup span.looksh1, #popup span.looksh2, #popup span.looksh3 { font-size: 38px; line-height: 44px; }
#popup { font-size: 17px; line-height: 25px; }
#popup a.button > .btn { font-size: 14px; padding: 13px 41px; }
}
/* PopUp */

@keyframes glowing {
      0% { background-color: #FFFFFF; color:#f59b00; }
      100% { background-color: #f59b00; color:#FFFFFF; }
}
	  
.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f4f4f4; }

.table-striped > tbody > tr > td { vertical-align: top; font-size: 14px; line-height: 21px; }
@media (min-width: 768px) { 
.table-striped > tbody > tr > td { font-size: 14px; line-height: 21px; }
}
@media (min-width: 992px) { 
.table-striped > tbody > tr > td { font-size: 15px; line-height: 23px; }
}
@media (min-width: 1200px) {
.table-striped > tbody > tr > td { font-size: 16px; line-height: 25px; }
}

/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	border-right: 0px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	height: 38px; 
	padding: 1px 0px 1px 2px; 
	font-size: 18px; 
	color:#333333; 
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    padding: 5px; 
    margin: 0px 0px 0px 0px;
    border: 0px solid #d8d8d8;
    border-radius: 0px;
    background-color: #FFFFFF;
}

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #f59b00; }
.coloring3 { background-color: #0068b4; }
.coloring4 { background-color: #5a2572; }

.coloring-white { background-color: #FFFFFF; } 
.coloring-grey { background-color: #f9f9f9; }

.transparent { filter: alpha(opacity = 10); -ms-filter: "alpha(opacity = 10)"; opacity: .10; }

.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: #eeeeee;
		color: #666666;
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 41px;
		bottom: 21px;
		padding-top: 0px;
		border-top-left-radius: 22px;
		border-top-right-radius: 22px;
		border-bottom-right-radius: 22px;
		border-bottom-left-radius: 22px;
		-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: #f59b00; color: #FFFFFF;}
.scroll-top-wrapper.show { visibility:visible; cursor:pointer; opacity: 1.0; }
.scroll-top-wrapper i.fa { line-height: inherit; }

/* Transparenz Button HOVER bei Links */
.btn:hover,
.btn:focus { filter: alpha(opacity = 100); -ms-filter: "alpha(opacity = 100)"; opacity: 1.0; }

/* Breadcrump */
.breadcrumb { padding: 10px 0px; margin-bottom: 0px; list-style: none; background-color: transparent; border-radius: 0px; }
.breadcrumb > li + li:before { /* Trenner */
  padding: 0 5px;
  color: #CCCCCC;
  content: "/\00a0";
}

/* ABSTAND DER BOXEN ZUEINANDER */
.abstand { margin-bottom: 30px; }

.fullbgimage 	{ z-index: 1; background-position: center center; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } 
.fullmap	 	{ background-color: rgba(0, 0, 0, 0.08); }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; border: 1px solid #e6e6e6; -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 { border: 1px solid #f59b00; }

.box-termin { width: 100%; height: 100%; background-color: #FFFFFF; text-align: left; position: relative; border: 1px solid #e6e6e6; -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-termin:hover { border: 1px solid #f59b00; }

.box-hellblau-home { width: 100%; background-color: rgba(0, 104, 180, 0.85); text-align: center; position: relative; -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-hellblau-home:hover { background-color: rgba(0, 104, 180, 1.0); }
.box-lila-home { width: 100%; background-color: rgba(90, 37, 114, 0.85); text-align: center; position: relative; -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-lila-home:hover { background-color: rgba(90, 37, 114, 1.0); }
.box-orange-home { width: 100%; background-color: rgba(245, 155, 0, 0.85); text-align: center; position: relative; -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-orange-home:hover { background-color: rgba(245, 155, 0, 1.0); }
.box-gelb-home { width: 100%; background-color: rgba(254, 200, 0, 0.85); text-align: center; position: relative; -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-gelb-home:hover { background-color: rgba(254, 200, 0, 1.0); }
.box-dunkelblau-home { width: 100%; background-color: rgba(47, 45, 120, 0.85); text-align: center; position: relative; -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-dunkelblau-home:hover { background-color: rgba(47, 45, 120, 1.0); }
.box-rosa-home { width: 100%; background-color: rgba(243, 167, 133, 0.85); text-align: center; position: relative; -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-rosa-home:hover { background-color: rgba(243, 167, 133, 1.0); }

.box-hellblau-home a.buttonweiss:hover > .btn { color: #0068b4; }
.box-lila-home a.buttonweiss:hover > .btn { color: #5a2572; }
.box-orange-home a.buttonweiss:hover > .btn { color: #f59b00; }
.box-gelb-home a.buttonweiss:hover > .btn { color: #fec800; }
.box-dunkelblau-home a.buttonweiss:hover > .btn { color: #2f2d78; }
.box-rosa-home a.buttonweiss:hover > .btn { color: #f3a785; }

.box-hellblau a.buttonweiss:hover > .btn { color: #0068b4; }
.box-lila a.buttonweiss:hover > .btn { color: #5a2572; }
.box-orange a.buttonweiss:hover > .btn { color: #f59b00; }
.box-gelb a.buttonweiss:hover > .btn { color: #fec800; }
.box-dunkelblau a.buttonweiss:hover > .btn { color: #2f2d78; }
.box-rosa a.buttonweiss:hover > .btn { color: #f3a785; }

.box-weiss { width: 100%; background-color: rgba(255, 255, 255, 1.0); text-align: left; position: relative; }
.box-grau { width: 100%; background-color: rgba(249, 249, 249, 1.0); text-align: left; position: relative; }

.box-hellblau { width: 100%; background-color: rgba(0, 104, 180, 1.0); text-align: left; position: relative; -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-hellblau:hover { background-color: rgba(0, 104, 180, 0.85); }
.box-lila { width: 100%; background-color: rgba(90, 37, 114, 1.0); text-align: left; position: relative; -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-lila:hover { background-color: rgba(90, 37, 114, 0.85); }
.box-orange { width: 100%; background-color: rgba(245, 155, 0, 1.0); text-align: left; position: relative; -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-orange:hover { background-color: rgba(245, 155, 0, 0.85); }
.box-gelb { width: 100%; background-color: rgba(254, 200, 0, 1.0); text-align: left; position: relative; -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-gelb:hover { background-color: rgba(254, 200, 0, 0.85); }
.box-dunkelblau { width: 100%; background-color: rgba(47, 45, 120, 1.0); text-align: left; position: relative; -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-dunkelblau:hover { background-color: rgba(47, 45, 120, 0.85); }
.box-rosa { width: 100%; background-color: rgba(243, 167, 133, 1.0); text-align: left; position: relative; -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-rosa:hover { background-color: rgba(243, 167, 133, 0.85); }

.box-trauer { width: 100%; background-color: rgba(51, 51, 51, 1.0); text-align: left; position: relative; -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-trauer:hover { background-color: rgba(51, 51, 51, 0.85); }

.box-center { width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.box-center:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

.box-sicherheit { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 10px; border: 1px solid #cccccc; }
.box-sicherheit:hover { border: 1px solid #f59b00; }

.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 		{ position: relative; z-index: 3; width: 100%; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ }

/* PAGINA */
.carousel-indicators { bottom: 20px; }
.carousel-indicators li { width: 16px; height: 16px; margin: 0px; background-color: #FFFFFF; border: 0px solid #fff; border-radius: 10px; }
.carousel-indicators .active { width: 16px; height: 16px; margin: 0; background-color: #2686b8; }

/* Ausklappfunktion */
.klappbox 			{ border: 0px solid #e4efdd; border-radius: 0px; }
.klappboxhead 		{ background-color: #FFFFFF; padding: 0px 10px 0px 0px; border-bottom: 0px solid transparent; border-radius: 0px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis; color: #665e64; }
.klappboxhead:hover { background-color: #f59b00; }
.klappboxhead:hover a.klappboxlink { color: #FFFFFF; }
.klappboxbody		{ background-color: #FEFEFE; overflow: hidden; }
.klappboxpadding 	{ padding: 30px 20px 0px 20px; }

/* Input-Group Formularfelder */
.btn-primary 					{ color: #FFFFFF; background-color: #1fa02d; }
.btn-primary:hover 				{ background-color: #2686b8; }
.input-group > .form-control 	{ height: 41px; padding: 2px 8px; font-size: 12px; border-radius: 0px 0px 0px 0px; border: 1px solid #cccccc; background-color: #FFFFFF; }
.input-group-btn > .btn 		{ max-height: 41px; padding: 13px 14px 15px 14px; font-size: 13px; line-height: 13px; border-radius: 0px 0px 0px 0px; border: 0px solid transparent; }
.file-actions 					{ display: none; }
.input-group-btn > .fileinput-upload-button 		{ display: none; }
.input-group-btn > .fileinput-remove-button 		{ filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; color: #FFFFFF; background-color: #1fa02d; }
.input-group-btn > .fileinput-remove-button:hover 	{ background-color: #2686b8; }

.leitung a.inner { color: #FFFFFF; }
.leitung a.inner:before { font-family: 'FontAwesome'; content: '\f003'; display: inline-block; width: 2em; text-align: center; }
.leitung a.inner.i2:before { font-family: 'FontAwesome'; content: '\f095'; display: inline-block; width: 2em; text-align: center; }










/* 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; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { display: block; 
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 300px; }
.fullheightleft 	{ background-position: left top; }
.fullheightright 	{ background-position: right top; }
.fullheighttop 		{ background-position: top; }

ul.dots 			{ list-style-type: disc; padding: 0px 0px 15px 10px; margin: 15px 0px 0px 10px; }

ul.check 			{ list-style-type: none; padding: 20px 0px 10px 0px; }
ul.check li 		{ padding-left: 1.3em; padding-bottom: 0.1em; }
ul.check li:before 	{ font-family: 'FontAwesome'; content: '\f058'; margin-left: -1.3em; display: inline-block; width: 1.3em; color: #f59b00; }

ul.arrow 			{ list-style-type: none; padding: 20px 0px 10px 0px; }
ul.arrow li 		{ padding-left: 1.3em; padding-bottom: 0.1em; }
ul.arrow li:before 	{ font-family: 'FontAwesome'; content: '\f00c'; margin-left: -1.3em; display: inline-block; width: 1.3em; color: #f59b00; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 23px; }

h1::before, h2::before { content: ""; display: block; border-top: 1px solid #e6e6e6; width: 100%; margin-bottom: 0.3em; }
span.headline::after { content: ""; display: block; border-top: 1px solid #e6e6e6; width: 100%; margin-top: 0.6em; }

H1 { font-size: 28px; line-height: 34px; font-weight: 700; text-transform: none; }
H2 { font-size: 28px; line-height: 34px; font-weight: 700; text-transform: none; }
H3 { font-size: 20px; line-height: 26px; font-weight: 700; text-transform: none; }

span.looksh1 		{ font-size: 28px; line-height: 34px; font-weight: 700; text-transform: none; }
span.looksh2 		{ font-size: 28px; line-height: 34px; font-weight: 700; text-transform: none; }
span.looksh3 		{ font-size: 20px; line-height: 26px; font-weight: 700; text-transform: none; }

.coloring-lila 		{ background-image: none; background-repeat: no-repeat; background-color: #5a2572; }
.terminebox 		{ width: auto; float: right; padding-left: 30px; padding-bottom: 0px; text-align: center; }
.thema 				{ background-color: #f59b00; padding: 5px 15px; width: auto; float: left; font-size: 14px; line-height: 14px; color: #FFFFFF; font-weight: 700; text-transform: uppercase; }
.con-job			{ position: absolute; height: 100%; left: 0; top: 0; right: 0; bottom: 0; }
.halter-job 		{ height: 50%; }
.text-job 			{ padding: 5.0vw 0px; }
.box-job 			{ padding: 0.3vw 10% 0.3vw 10%; }
.halter-text1		{ float: left; width: auto; background-color: rgba(245, 155, 0, 1.0); padding: 1.7vw 2.5vw 1.7vw 10%; margin-bottom: 8px; }
.halter-text2		{ float: left; width: auto; background-color: rgba(245, 155, 0, 1.0); padding: 1.7vw 2.5vw 1.7vw 10%; clear: left; }
.box-popup 			{ background-color: #FFFFFF; padding: 20px; margin: 15px; }
img.icon-res 		{ width: 33px; height: auto; }
img.icon-res2 		{ width: 33px; height: auto; }

.totop 				{ padding-top: 70px; padding-bottom: 40px; }
.totop2 			{ margin-top: 0px; z-index: 2; position: relative; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 30px; }
.footer2 			{ padding-top: 30px; padding-bottom: 60px; background-color: #f6f6f6; }
.footer 			{ padding-top: 60px; padding-bottom: 40px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps-wide	{ min-height: 400px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.beruf	 		{ font-size: 6.0vw; line-height: 1.0; font-weight: 700; }
span.berufbig 		{ font-size: 18vw; line-height: 1.0; font-weight: 700; letter-spacing: -0.04em; }
span.berufsmall		{ font-size: 4vw; line-height: 4.6vw; font-weight: 100; }
span.headline 		{ font-size: 24px; line-height: 31px; font-weight: 100; }
span.gross	 		{ font-size: 20px; line-height: 27px; }
span.mittel 		{ font-size: 14px; line-height: 21px; }
span.klein 			{ font-size: 13px; line-height: 20px; }
span.termin1		{ font-size: 46px; font-weight: 700; }
span.termin2		{ font-size: 20px; font-weight: 700; }
span.termin3		{ font-size: 18px; line-height: 20px; font-weight: 700; }

span.fusstop 		{ font-size: 20px; line-height: 27px; font-weight: 700; }
span.fusszeile 		{ font-size: 13px; line-height: 21px; font-weight: 300; }
a.fusszeile 		{ font-size: 13px; line-height: 21px; font-weight: 300; }
a.fusszeile2 		{ font-size: 14px; line-height: 14px; font-weight: 700; margin: 20px 0px; display: block; }
span.topic 			{ font-size: 25px; line-height: 32px; }
span.topic2 		{ font-size: 16px; line-height: 23px; }
.sliderbg 			{ height: 0px; }
.box-hellblau-home, .box-lila-home, .box-orange-home, .box-gelb-home, .box-dunelblau-home, .box-rosa-home { padding: 38px 30px; }
.box-hellblau, .box-lila, .box-orange, .box-gelb, .box-dunkelblau, .box-rosa, .box-weiss, .box-grau, .box-trauer { padding: 30px; }
.box, .box-termin { padding: 15px; }
.padheader 			{ padding-left: 0px; padding-right: 0px; }

.small 				{ font-size: 12px; line-height: 12px; font-weight: 300; }
a.small 			{ font-size: 12px; line-height: 12px; font-weight: 300; }

a.fuss-link 		{ font-size: 16px; font-weight: 700; text-transform: none; }
.pad-fuss-link 		{ width: 100%; position: relative; padding: 20px 0px; }
.con-fuss-link 		{ background-image: none; background-position: top; background-repeat: none; margin-top: 30px; }

a 					{ font-size: 16px; font-weight: 400; text-transform: none; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn  	{ font-size: 14px; padding: 15px 20px 15px 20px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 52px; } /* lbottom height */
a.buttonical > .btn	{ font-size: 14px; padding: 15px 20px 15px 20px; font-weight: 700; text-transform: uppercase; }
.bbuttonical		{ height: 52px; } /* lbottom height */

a.buttonweiss > .btn  	{ font-size: 14px; padding: 11px 15px 11px 15px; font-weight: 700; text-transform: uppercase; margin-top: 30px; }
.bbuttonweiss			{ height: 55px; } /* lbottom height */
input.button 		{ font-size: 14px; padding: 15px 20px 15px 20px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 22px; line-height: 22px; font-weight: 700; text-transform: none; }
i.klappen 			{ background-color: #f59b00; padding: 15px; color: #FFFFFF; margin-right: 15px; }

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: 155px; height: auto; padding-top: 20px; padding-bottom: 20px; }
.halter img.logofuss { width: 140px; height: auto; }
img.icons-fuss { display: block; width: 30px; height: auto; margin: 0 auto 15px auto; }

.nursuche.form-control 				{ height: 30px; padding: 2px 8px; font-size: 12px; 
									-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); 
									box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.nursuche.form-control:focus 		{ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); 
									box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); } 
.nursuche.btn 						{ padding: 8px 14px; font-size: 14px; line-height: 14px; }
.nursuche.input-group { width: 100%; }


      



/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
.nullpadding2 { padding: 0px 15px 0px 15px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { position: absolute; height: 100%; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 23px; }
.hiddenakt { height: 70px; } /* DotDotDot */

h1::before, h2::before { margin-bottom: 0.4em; }
span.headline::after { margin-top: 0.6em; }

H1 { font-size: 34px; line-height: 40px; }
H2 { font-size: 34px; line-height: 40px; }
H3 { font-size: 22px; line-height: 28px; }

span.looksh1 		{ font-size: 34px; line-height: 40px; }
span.looksh2 		{ font-size: 34px; line-height: 40px; }
span.looksh3 		{ font-size: 22px; line-height: 28px; }

.coloring-lila 		{ background-image: url(../design/bg-stelle01.jpg); background-repeat: repeat-x; background-position: top; }
.bordertop 			{ top: 48px; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e6e6e6+100&0+0,1+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(230,230,230,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(230,230,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(230,230,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6e6e6',GradientType=1 ); /* IE6-9 */ }
.thema 				{ font-size: 14px; line-height: 14px; padding: 5px 20px; }
.text-job 			{ padding: 2.5vw 0px; }
.box-job 			{ padding: 0.3vw 6% 0.3vw 6%; }
.halter-text1		{ padding: 0.3vw 0.5vw 0.3vw 6%; }
.halter-text2		{ padding: 0.3vw 0.5vw 0.3vw 6%; }
.box-popup 			{ width: 720px; padding: 40px 30px; margin: 0px; }

.totop 				{ padding-top: 70px; padding-bottom: 40px; }
.linktop 			{ padding-top: 11px; }
.searchtop 			{ padding-top: 10px; }
.footer2 			{ padding-top: 30px; padding-bottom: 30px; }
.footer 			{ padding-top: 40px; padding-bottom: 20px; }
.padfooter 			{ padding-top: 88px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps-wide	{ min-height: 600px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }
.sliderbg 			{ height: 140px; }

span.beruf	 		{ font-size: 2.1vw; line-height: 1.0; }
span.berufbig 		{ font-size: 5.8vw; line-height: 1.0; letter-spacing: -0.04em; }
span.berufsmall		{ font-size: 1.2vw; line-height: 1.6vw; }
span.headline 		{ font-size: 24px; line-height: 31px; }
span.gross	 		{ font-size: 20px; line-height: 27px; }
span.mittel 		{ font-size: 14px; line-height: 21px; }
span.klein 			{ font-size: 13px; line-height: 20px; }
span.termin1		{ font-size: 46px; }
span.termin2		{ font-size: 20px; }
span.termin3		{ font-size: 18px; line-height: 20px; }

span.fusstop 		{ font-size: 20px; line-height: 27px; }
span.fusszeile 		{ font-size: 13px; line-height: 21px; }
a.fusszeile 		{ font-size: 13px; line-height: 21px; }
a.fusszeile2 		{ font-size: 14px; line-height: 14px; margin: 0px 15px; display: inline-block; }
span.topic 			{ font-size: 22px; line-height: 22px; }
span.topic2 		{ font-size: 14px; line-height: 21px; }
.sliderbg 			{ height: 130px; }
.box-hellblau-home, .box-lila-home, .box-orange-home, .box-gelb-home, .box-dunelblau-home, .box-rosa-home { padding: 30px 20px; }
.box-hellblau, .box-lila, .box-orange, .box-gelb, .box-dunkelblau, .box-rosa, .box-weiss, .box-grau, .box-trauer { padding: 20px; }
.box, .box-termin { padding: 20px; }
.padheader 			{ padding-left: 15px; padding-right: 15px; }

.small 				{ font-size: 12px; line-height: 12px; }
a.small 			{ font-size: 12px; line-height: 12px; }
.mini 				{ font-size: 12px; line-height: 12px; font-weight: 300; }
a.mini	 			{ font-size: 12px; line-height: 12px; font-weight: 300; }

a.fuss-link 		{ font-size: 16px; }
.pad-fuss-link 		{ padding: 35px 0px; }
.con-fuss-link 		{ background-image: url(../design/bg_kontakt-fuss.gif); background-position: top; background-repeat: none; margin-top: 70px; }

a 					{ font-size: 16px; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn  	{ font-size: 14px; padding: 15px 20px 15px 20px; }
.bbutton			{ height: 52px; } /* lbottom height */
a.buttonical > .btn	{ font-size: 14px; padding: 15px 20px 15px 20px; }
.bbuttonical		{ height: 52px; } /* lbottom height */

a.buttonweiss > .btn  	{ font-size: 14px; padding: 11px 13px 11px 13px; margin-top: 0px; }
.bbuttonweiss			{ height: 50px; } /* lbottom height */
input.button 		{ font-size: 14px; padding: 15px 20px 15px 20px; }
.klappboxlink 		{ font-size: 24px; line-height: 24px; }

input, select, textarea { font-size: 16px; }

.logoshrink { width: 80%; }
.logo { padding-left: 5vw; }
.menu { padding-right: 4vw; }

.logoignore { padding-left: 5vw; }
.logoignore img { width: 100%; max-width: 250px; height: auto; padding-top: 20px; padding-bottom: 20px; float: right; }

.logo img { width: 100%; max-width: 250px; height: auto; padding-top: 20px; padding-bottom: 20px; float: right; }
.halter img.logofuss { width: 160px; height: auto; }
img.icons-fuss { width: 35px; height: auto; }

.nursuche.form-control { height: 28px; padding: 0px 10px 0px 10px; font-size: 12px; }
.nursuche.btn { padding: 0px 10px 0px 10px; font-size: 14px; height: 28px; }
.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: 25px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 42px; line-height: 48px; }
H2 { font-size: 42px; line-height: 48px; }
H3 { font-size: 26px; line-height: 32px; }

span.looksh1 		{ font-size: 42px; line-height: 48px; }
span.looksh2 		{ font-size: 42px; line-height: 48px; }
span.looksh3 		{ font-size: 26px; line-height: 32px; }

.coloring-lila 		{ background-image: url(../design/bg-stelle02.jpg); }
.bordertop 			{ top: 48px; }
.thema 				{ font-size: 15px; line-height: 15px; padding: 5px 25px; }
.box-job 			{ padding: 0.3vw 8% 0.3vw 8%; }
.halter-text1		{ padding: 0.3vw 0.5vw 0.3vw 8%; }
.halter-text2		{ padding: 0.3vw 0.5vw 0.3vw 8%; }
.box-popup 			{ width: 940px; padding: 45px 35px; }

.totop 				{ padding-top: 80px; padding-bottom: 50px; }
.linktop 			{ padding-top: 10px; }
.searchtop 			{ padding-top: 10px; }
.footer 			{ padding-top: 50px; padding-bottom: 30px; }
.padfooter 			{ padding-top: 94px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps-wide	{ min-height: 700px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 0px; }
.sliderbg 			{ height: 160px; }

span.headline 		{ font-size: 31px; line-height: 39px; }
span.gross	 		{ font-size: 21px; line-height: 29px; }
span.mittel 		{ font-size: 15px; line-height: 23px; }
span.klein 			{ font-size: 14px; line-height: 22px; }
span.termin1		{ font-size: 54px; }
span.termin2		{ font-size: 23px; }
span.termin3		{ font-size: 22px; line-height: 24px; }

span.fusstop 		{ font-size: 22px; line-height: 30px; }
span.fusszeile 		{ font-size: 14px; line-height: 22px; }
a.fusszeile 		{ font-size: 14px; line-height: 22px; }
a.fusszeile2 		{ font-size: 15px; line-height: 15px; margin: 0px 25px; }
span.topic 			{ font-size: 25px; line-height: 25px; }
span.topic2 		{ font-size: 16px; line-height: 24px; }
.sliderbg 			{ height: 160px; }
.box-hellblau-home, .box-lila-home, .box-orange-home, .box-gelb-home, .box-dunelblau-home, .box-rosa-home { padding: 40px 25px; }
.box-hellblau, .box-lila, .box-orange, .box-gelb, .box-dunkelblau, .box-rosa, .box-weiss, .box-grau, .box-trauer { padding: 30px; }
.box, .box-termin { padding: 25px; }

.small 				{ font-size: 13px; line-height: 13px; }
a.small 			{ font-size: 13px; line-height: 13px; }
.mini 				{ font-size: 13px; line-height: 13px; }
a.mini	 			{ font-size: 13px; line-height: 13px; }

a.fuss-link 		{ font-size: 19px; }
.pad-fuss-link 		{ padding: 40px 0px; }
.con-fuss-link 		{ margin-top: 80px; }

a 					{ font-size: 17px; }
.binner				{ height: 17px; } /* lbottom height */
a.button > .btn  	{ font-size: 15px; padding: 15px 35px 15px 35px; }
.bbutton			{ height: 53px; } /* lbottom height */
a.buttonical > .btn	{ font-size: 15px; padding: 15px 35px 15px 35px; }
.bbuttonical		{ height: 53px; } /* lbottom height */

a.buttonweiss > .btn  	{ font-size: 15px; padding: 13px 20px 13px 20px; }
.bbuttonweiss			{ height: 60px; } /* lbottom height */
input.button 		{ font-size: 15px; padding: 15px 35px 15px 35px; }
.klappboxlink 		{ font-size: 28px; line-height: 28px; }

input, select, textarea { font-size: 17px; }

.logoshrink { width: 70%; }

.halter img.logofuss { width: 180px; height: auto; }
img.icons-fuss { width: 45px; height: auto; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 27px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 48px; line-height: 54px; }
H2 { font-size: 48px; line-height: 54px; }
H3 { font-size: 30px; line-height: 36px; }

span.looksh1 		{ font-size: 48px; line-height: 54px; }
span.looksh2 		{ font-size: 48px; line-height: 54px; }
span.looksh3 		{ font-size: 30px; line-height: 36px; }

.coloring-lila 		{ background-image: url(../design/bg-stelle03.jpg); }
.bordertop 			{ top: 48px; }
.thema 				{ font-size: 16px; line-height: 16px; padding: 5px 30px; }
.box-job 			{ padding: 0.3vw 10% 0.3vw 10%; }
.halter-text1		{ padding: 0.3vw 0.5vw 0.3vw 10%; }
.halter-text2		{ padding: 0.3vw 0.5vw 0.3vw 10%; }
.box-popup 			{ width: 1140px; padding: 50px 40px; }

.totop 				{ padding-top: 90px; padding-bottom: 60px; }
.linktop 			{ padding-top: 9px; }
.searchtop 			{ padding-top: 10px; }
.footer 			{ padding-top: 60px; padding-bottom: 40px; }
.padfooter 			{ padding-top: 101px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps-wide	{ min-height: 800px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 0px; }

span.headline 		{ font-size: 36px; line-height: 45px; }
span.gross	 		{ font-size: 22px; line-height: 31px; }
span.mittel 		{ font-size: 16px; line-height: 25px; }
span.klein 			{ font-size: 15px; line-height: 24px; }
span.termin1		{ font-size: 60px; }
span.termin2		{ font-size: 26px; }
span.termin3		{ font-size: 24px; line-height: 26px; }

span.fusstop 		{ font-size: 24px; line-height: 33px; }
span.fusszeile 		{ font-size: 15px; line-height: 24px; }
a.fusszeile 		{ font-size: 15px; line-height: 24px; }
a.fusszeile2 		{ font-size: 16px; line-height: 16px; margin: 0px 40px; }
span.topic 			{ font-size: 32px; line-height: 32px; }
span.topic2 		{ font-size: 18px; line-height: 27px; }
.sliderbg 			{ height: 190px; }
.box-hellblau-home, .box-lila-home, .box-orange-home, .box-gelb-home, .box-dunelblau-home, .box-rosa-home { padding: 50px 30px; }
.box-hellblau, .box-lila, .box-orange, .box-gelb, .box-dunkelblau, .box-rosa, .box-weiss, .box-grau, .box-trauer { padding: 40px; }
.box, .box-termin { padding: 30px; }

.small 				{ font-size: 13px; line-height: 13px; }
a.small 			{ font-size: 13px; line-height: 13px; }
.mini 				{ font-size: 14px; line-height: 14px; }
a.mini	 			{ font-size: 14px; line-height: 14px; }

a.fuss-link 		{ font-size: 20px; }
.pad-fuss-link 		{ padding: 45px 0px; }
.con-fuss-link 		{ margin-top: 90px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn  	{ font-size: 16px; padding: 15px 45px 15px 45px; }
.bbutton			{ height: 54px; } /* lbottom height */
a.buttonical > .btn	{ font-size: 16px; padding: 15px 45px 15px 45px; }
.bbuttonical		{ height: 54px; } /* lbottom height */

a.buttonweiss > .btn  	{ font-size: 16px; padding: 15px 25px 15px 25px; }
.bbuttonweiss			{ height: 70px; } /* lbottom height */
input.button 		{ font-size: 16px; padding: 15px 45px 15px 45px; }
.klappboxlink 		{ font-size: 32px; line-height: 32px; }

input, select, textarea { font-size: 18px; }

.logoshrink { width: 60%; }

.halter img.logofuss { width: 190px; height: auto; }
img.icons-fuss { width: 57px; height: auto; }
}