#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: 20px; line-height: 24px; }
#popup { font-size: 12px; line-height: 17px; }
#popup a.button > .btn { font-size: 11px; padding: 12px 15px; }
@media (min-width: 768px) { 
#popup span.looksh1, #popup span.looksh2, #popup span.looksh3 { font-size: 28px; line-height: 32px; }
#popup { font-size: 15px; line-height: 21px; }
#popup a.button > .btn { font-size: 12px; padding: 14px 18px; }
}
@media (min-width: 992px) { 
#popup span.looksh1, #popup span.looksh2, #popup span.looksh3 { font-size: 36px; line-height: 40px; }
#popup { font-size: 16px; line-height: 23px; }
#popup a.button > .btn { font-size: 13px; padding: 16px 20px; }
}
@media (min-width: 1200px) { 
#popup span.looksh1, #popup span.looksh2, #popup span.looksh3 { font-size: 42px; line-height: 46px; }
#popup { font-size: 17px; line-height: 25px; }
#popup a.button > .btn { font-size: 14px; padding: 18px 22px; }
}
/* PopUp */

@media (min-width: 768px) { 
.col-pad-left 	{ padding-right: 30px; }
.col-pad-right 	{ padding-left: 30px; }
}

b, strong { font-family: 'Spezia SemiBold',arial,tahoma; font-weight: 600; }

.modalburger { display: none; }
@media (min-width: 768px) { 
#burgernav > .navbar { width: 100%; }
#burgernav .navbar-nav { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin: 0; padding: 0; }

#burgernav .navbar-nav>li:first-child { flex:1; -webkit-box-flex:1; -webkit-flex:1; }
#burgernav .dropdown-submenu .dropdown-menu { left: 0; }

.modalburger { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color:var(--darkblue); overflow: auto; z-index: 9999; }
.modal-inner { height: 100%; }
.modal-inner > .rowburger { height: 100%; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: center; align-items: center; margin-right: 0px; margin-left: 0px; }

/* Placed on the body while a modal is open to prevent scrolling. */
.showing-modal { overflow: hidden; }
}

body { hyphens: auto; hyphenate-limit-chars: 10 4 4; -webkit-hyphens: auto; -ms-hyphens: auto; }
span.fusszeile strong { font-family: 'SpeziaExtended Bold',arial,tahoma; }

.border-bildband { border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); border-left: 1px solid var(--white); border-right: 1px solid var(--white); }
.border-bildband-innen { border-top: 1px solid var(--white); border-bottom: 1px solid var(--white); border-left: 1px solid var(--white); border-right: 1px solid var(--white); }
@media (min-width: 768px) { 
.border-bildband { border-top: 2px solid var(--white); border-bottom: 2px solid var(--white); border-left: 1px solid var(--white); border-right: 1px solid var(--white); }
.border-bildband-innen { border-top: 0px; border-bottom: 0px; border-left: 1px solid var(--white); border-right: 1px solid var(--white); }
}

/* 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(--white); }
.coloring-cyan 		{ background-color:var(--cyan); }
.coloring-darkblue 	{ background-color:var(--darkblue); color:var(--white); }
.coloring-signet 	{ background-color:var(--darkblue); color:var(--white); }
.coloring-grey 		{ background-color:var(--lightgrey); }
.coloring-grey-full	{ background-color:var(--lightgrey); position: relative; z-index: 0; }
.colorheader 		{ background-color:var(--darkblue); padding-right: 0px; padding-left: 0px; }
@media (min-width: 768px) { 
.coloring-grey-full { background: url('../design/bg_kreise_sm.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); background-position: top; background-repeat: repeat; }
.colorheader 		{ background-color: transparent; padding-right: 15px; padding-left: 15px; }
}
@media (min-width: 992px) {
.coloring-grey-full { background: url('../design/bg_kreise_md.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); background-position: top; background-repeat: repeat; }
}
@media (min-width: 1200px) { 
.coloring-grey-full { background: url('../design/bg_kreise_lg.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); background-position: top; background-repeat: repeat; }
}
@media (min-width: 1490px) {
.coloring-grey-full { background: url('../design/bg_kreise_xl.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); background-position: top; background-repeat: repeat; }
}

@media (min-width: 768px) and (max-width: 859px) { 
.coloring-grey { 
background: url('../design/bg_kreise_sm.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); 
background-position: center center; 
background-repeat: no-repeat; margin-bottom: 0px; }
}
@media (min-width: 860px) and (max-width: 991px) { 
.coloring-grey { 
background: url('../design/bg_kreise_sm.png'), linear-gradient(to right, #ffffff 0%,#ffffff 3.99999%,#f7f7f7 4%,#f7f7f7 95.99999%,#ffffff 96%,#ffffff 100%); 
background-position: center center; 
background-repeat: no-repeat; margin-bottom: 90px; }
}
@media (min-width: 992px) and (max-width: 1099px) { 
.coloring-grey { 
background: url('../design/bg_kreise_md.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); 
background-position: center center; 
background-repeat: no-repeat; margin-bottom: 0px; }
}
@media (min-width: 1100px) and (max-width: 1199px) { 
.coloring-grey { 
background: url('../design/bg_kreise_md.png'), linear-gradient(to right, #ffffff 0%,#ffffff 3.99999%,#f7f7f7 4%,#f7f7f7 95.99999%,#ffffff 96%,#ffffff 100%); 
background-position: center center; 
background-repeat: no-repeat; margin-bottom: 110px; }
}
@media (min-width: 1200px) and (max-width: 1319px) { 
.coloring-grey { 
background: url('../design/bg_kreise_lg.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); 
background-position: center center; 
background-repeat: no-repeat; margin-bottom: 0px; }
.coloring-grey-full { background: url('../design/bg_kreise_lg.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); background-position: center center; background-repeat: no-repeat; }
}
@media (min-width: 1320px) and (max-width: 1489px) { 
.coloring-grey { 
background: url('../design/bg_kreise_lg.png'), linear-gradient(to right, #ffffff 0%,#ffffff 3.99999%,#f7f7f7 4%,#f7f7f7 95.99999%,#ffffff 96%,#ffffff 100%); 
background-position: center center; 
background-repeat: no-repeat; margin-bottom: 120px; }
}
@media (min-width: 1490px) and (max-width: 1669px) { 
.coloring-grey { 
background: url('../design/bg_kreise_xl.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); 
background-position: center center; 
background-repeat: no-repeat; margin-bottom: 0px; }
.coloring-grey-full { background: url('../design/bg_kreise_xl.png'), linear-gradient(to right, #f7f7f7 0%,#f7f7f7 100%); background-position: center center; background-repeat: no-repeat; }
}
@media (min-width: 1670px) { 
.coloring-grey { 
background: url('../design/bg_kreise_xl.png'), linear-gradient(to right, #ffffff 0%,#ffffff 4.99999%,#f7f7f7 5%,#f7f7f7 94.99999%,#ffffff 95%,#ffffff 100%); 
background-position: center center; 
background-repeat: no-repeat; margin-bottom: 120px; }
}

.scroll-top-wrapper { /* TO-TOP-BUTTON | nur in DESKTOP Ansicht sichtbar*/
		position: fixed;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		text-align: center;
		z-index: 999;
		background-color: var(--darkgrey);
		color: var(--darkblue);
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 30px;
		bottom: 65px;
		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: var(--darkblue); color: var(--white); }
.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: 2px; }
.kachelpadder2 		{ padding: 2px; }

/* MOGLICHE BOXMODELLE */
.box-first 	{ width: 100%; padding: 0px 55px 0px 0px; }
.box 		{ width: 100%; border-left: 1px solid #144368; padding: 0px 0px 0px 40px; }

.box-linkbox 					{ width: 100%; text-align: left; position: relative; padding: 20px 0px 0px 0px; border-top: 1px solid var(--black); }
.box-linkbox .innerlink 		{ filter: invert(.5) brightness(0%); }
.box-linkbox:hover .innerlink 	{ filter: invert(0) brightness(100%); }
.box-linkbox h3 				{ color: var(--black); text-transform: none; -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-linkbox:hover h3 			{ color: var(--cyan); }

.box-grau { width: 100%; background-color: #f7f7f7; text-align: left; position: relative; padding: 30px 15px 0px 15px; }
.box-sicherheit { width: 100%; background-color: transparent; text-align: left; position: relative; padding: 30px 15px 0px 15px; border: 1px solid #999999; }

.halter-pic-gradient 	{ overflow: hidden; position: relative; }
.pic-gradient-text 		{ z-index: 3; position: absolute; width: 100%; height: 100%; background-color: rgba(0, 15, 61, 1.0); color:var(--white); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; top: 100%; }

.bildtext 				{ z-index: 3; position: absolute; top: 0; bottom: 0; left: 0; right: 0; font-family: 'SpeziaExtended Bold',arial,tahoma; font-weight: 700; color: var(--white); text-transform: none; font-style: normal; background-color: rgba(0, 15, 61, 0.8); filter: alpha(opacity = 0); -ms-filter: "alpha(opacity = 0)"; opacity: .0; display: flex; justify-content: center; align-items: center; text-align: center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.bildlink:before		{ filter: alpha(opacity = 100); -ms-filter: "alpha(opacity = 100)"; opacity: 1.0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.kachelpadder2:hover .bildtext { filter: alpha(opacity = 100); -ms-filter: "alpha(opacity = 100)"; opacity: 1.0; }
.kachelpadder2:hover .bildlink:before { filter: alpha(opacity = 0); -ms-filter: "alpha(opacity = 0)"; opacity: .0; }

/* MixItUp */
#Container .mix { display: none; }
.mixinner{ width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.mixinner:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

/* CAROUSEL TEXT-FEATURES */
.sliderpos 		{ position: relative; z-index: 3; width: 100%; }
.sliderbg 		{ background-color: #000000; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; padding: 30px; }

/* PAGINA */
.carousel-indicators { bottom: 30px; }
.carousel-indicators li { width: 18px; height: 18px; margin: 0px; background-color:var(--white); border: 0px; border-radius: 9px; }
.carousel-indicators .active { width: 18px; height: 18px; background-color:var(--cyan); }
@media (min-width: 768px) { 
.carousel-indicators { bottom: 10px; }
.carousel-indicators li { width: 16px; height: 16px; border-radius: 8px; }
.carousel-indicators .active { width: 16px; height: 16px; }
}
@media (min-width: 992px) {
.carousel-indicators { bottom: 20px; }
.carousel-indicators li { width: 18px; height: 18px; border-radius: 9px; }
.carousel-indicators .active { width: 18px; height: 18px; }
}
@media (min-width: 1200px) { 
.carousel-indicators { bottom: 30px; }
}

/* Ausklappfunktion */
.klappbox 			{ border-top: 1px solid var(--cyan); border-bottom: 1px solid var(--cyan); border-radius: 0px; margin-top: -1px; }
.klappboxhead 		{ border-radius: 0px; border-bottom: 0px solid transparent; width: 100%; }
.klappboxhead:hover, 
.klappboxhead.active { background-color: transparent; }
.klappboxhead:hover a.klappboxlink, .klappboxhead:hover i.klappen, 
.klappboxhead.active a.klappboxlink, .klappboxhead.active i.klappen { color:var(--cyan); }
.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; }

.glyphface, .glyphinsta { color:var(--cyan); -webkit-transition: all 0.3s ease-in-out; moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.glyphface:hover, .glyphinsta:hover { color:var(--white); }







/* 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: 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; padding: 0px; }
ul.dots li 					{ font-family: 'SpeziaExtended Bold',arial,tahoma; font-weight: 700; font-size: 17px; line-height: 25px; padding-left: 37px; padding-top: 12.5px; padding-bottom: 12.5px; margin: 0px; position: relative; }
ul.dots li:before 			{ content: " "; background-size: cover; background-image: url("../design/circle.svg"); width: 18px; height: 18px; position: absolute; left: 11px; top: 15px; margin-left: 0px; color: unset; font-family: unset; display: unset; }
ul.dots li:first-child 			{ border-top: 0px solid #E6E6E6; }
ul.dots li 						{ border-top: 1px solid #E6E6E6; }
.coloring-darkblue ul.dots li:first-child 	{ border-top: 0px solid #144368; }
.coloring-darkblue ul.dots li 				{ border-top: 1px solid #144368; }

ul.arrow 					{ list-style: none; margin: 0px; padding: 0px; }
ul.arrow li 				{ padding-left: 31px; margin: 0px; position: relative; font-size: 16px; line-height: 23px; }
ul.arrow li:before 			{ content: " "; background-size: cover; background-image: url("../design/arrow.svg"); padding-top: 7.5px; padding-bottom: 7.5px; width: 22px; height: 16px; position: absolute; left: 0px; top: 14px; margin-left: 0px; color: unset; font-family: unset; display: unset; }
ul.arrow li:first-child 		{ border-top: 0px solid #E6E6E6; }
ul.arrow li 					{ border-top: 1px solid #E6E6E6; }
.coloring-darkblue ul.arrow li:first-child 	{ border-top: 0px solid #144368; }
.coloring-darkblue ul.arrow li 				{ border-top: 1px solid #144368; }

ul.arrowleft 				{ padding-left: 40px; padding-bottom: 15px; }

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

H1 { font-size: 36px; line-height: 40px; font-weight: 700; text-transform: none; letter-spacing: -0.04em; }
H2 { font-size: 33px; line-height: 37px; font-weight: 700; text-transform: none; }
H3 { font-size: 18px; line-height: 22px; font-weight: 700; text-transform: uppercase; }

span.looksh1 		{ font-size: 36px; line-height: 40px; font-weight: 700; text-transform: none; letter-spacing: -0.04em; }
span.looksh2 		{ font-size: 33px; line-height: 37px; font-weight: 700; text-transform: none; }
span.looksh3 		{ font-size: 18px; line-height: 22px; font-weight: 700; text-transform: uppercase; }

.box-popup 			{ background-color: #FFFFFF; padding: 30px 20px; margin: 15px; }
.abstanddouble 		{ margin-bottom: 40px; }
.breaker 			{ display: none; }
.text-no-center		{ text-align: left; }
.teamdivider 		{ background-color: #57c3d0; padding: 20px; }

.bildtext 			{ font-size: 18px; line-height: 24px; padding: 0px 20px; }
.bildtext:before 	{ content: " "; background-size: cover; background-image: url("../design/arrowlink.svg"); background-size: 26px 18px; width: 26px; height: 18px; left: 50%; margin-left: -13px; bottom: 20px; position: absolute; }
.bildlink:before 	{ display: none; content: " "; background-size: cover; background-image: url("../design/arrowplus.svg"); background-size: 18px 18px; width: 36px; height: 36px; border-radius: 50%; right: 7px; bottom: 7px; position: absolute; z-index: 1; background-color: rgba(0, 15, 61, 0.8); background-position: center center; background-repeat: no-repeat; }
.kachelpadder2:hover .bildlink:before { margin-right: -36px; }
.circle 			{ border-radius: 50%; background-color:var(--darkblue); padding: 25px; margin: 0; display: inline-flex; align-items: center; justify-content: center; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; width: 67%; }
.circlecontent 		{ position: relative; width: 100%; }
.circle:after 		{ content: ""; display: block; padding-bottom: 100%; height: 0; }
.pull-bild-rechts .circle, 
.pull-bild-links  .circle	{ background-color:var(--cyan); }
.coloring-signet	{ background-image: url(../design/signet.svg); background-position: center center; background-repeat: no-repeat; background-size: 400px auto; font-size: larger; line-height: 1.4; }
.flexfuss 			{ display: flex; flex-direction: column; flex-wrap: nowrap; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.halter-pullpush 				{ margin-bottom: 40px; }
.halter-pullpush:last-of-type 	{ margin-bottom: 30px; }
.totopcircle 		{ padding-top: 120px; padding-bottom: 40px; padding-left: 30px; padding-right: 30px; }
.totop 				{ padding-top: 80px; padding-bottom: 40px; padding-left: 30px; padding-right: 30px; }
.totopmax			{ padding-top: 100px; padding-bottom: 60px; padding-left: 30px; padding-right: 30px; }
.totopmin			{ padding-top: 40px; padding-bottom: 20px; padding-left: 30px; padding-right: 30px; }
.totopprojekt		{ padding-top: 55px; padding-bottom: 60px; padding-left: 30px; padding-right: 30px; }
.totop-pull			{ padding-top: 0px; padding-bottom: 90px; overflow: hidden; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 34px; }
.footer 			{ padding-top: 60px; padding-bottom: 30px; background-color:var(--darkblue); }
.footer2 			{ padding-top: 30px; padding-bottom: 30px; background-color:var(--darkgrey); }
.glyphheight 		{ font-size: 0px; }
.glyphface			{ font-size: 40px; margin: 0 15px; }
.glyphinsta 		{ font-size: 44px; margin: 0 15px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.headline 			{ font-size: 14px; line-height: 16px; font-weight: 600; text-transform: uppercase; margin-bottom: 10px; position: relative; letter-spacing: 0.15em; }
.coloring-darkblue span.headline { color:var(--cyan); } 
span.subline 			{ font-size: 13px; line-height: 15px; font-weight: 600; text-transform: uppercase; margin-bottom: 15px; position: relative; letter-spacing: 0.15em; }
span.team 			{ font-size: 14px; line-height: 20px; font-weight: 400; text-transform: none; letter-spacing: 0; margin-top: 10px; }
span.gross	 		{ font-size: 19px; line-height: 27px; font-weight: 400; }
span.mittel 		{ font-size: 15px; line-height: 21px; }
span.klein 			{ font-size: 14px; line-height: 20px; }

span.fusszeile 		{ font-size: 15px; line-height: 23px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 15px; line-height: 23px; font-weight: 400; text-transform: none; letter-spacing: 0; }
a.fussbig	 		{ font-size: 16px; line-height: 38px; font-weight: 700; text-transform: none; letter-spacing: 0; display: block; }
span.topic 			{ font-size: calc(16px + (20 - 16) * ((100vw - 768px) / (1920 - 768))); line-height: 1.35; font-weight: 700; }
span.topic2, 
.pull-bild-rechts .circlecontent a { font-size: calc(12px + (16 - 12) * ((100vw - 768px) / (1920 - 768))); line-height: 1.4; font-weight: 400; }
.pull-bild-rechts .circlecontent span.klein { font-family: 'Spezia Medium',arial,tahoma; font-size: calc(11px + (14 - 11) * ((100vw - 768px) / (1920 - 768))); line-height: 1.3; font-weight: 400; display: inline-block; }
span.name 			{ font-size: 26px; line-height: 34px; font-weight: 700; text-transform: none; }
span.titel 			{ font-size: 18px; line-height: 24px; font-weight: 400; text-transform: none; }

img.benefit 		{ width: 75px; height: auto; }
.halterbenefit 		{ font-family: 'Spezia Medium',arial,tahoma; font-weight: 400; font-size: 12px; line-height: 18px; }
.absbenefit 		{ margin-bottom: 30px; }

img.ornament	 	{ width: 40px; height: auto; margin-bottom: 15px; margin-left: 5px; float: left; }
img.fachabteilung 	{ width: 75%; height: auto; }
.fachabteilung 		{ padding-left: 0px; padding-right: 0px; font-family: 'Spezia Bold',arial,tahoma; font-weight: 700; color:var(--white); text-decoration: none; font-size: calc(14px + (16 - 14) * ((100vw - 768px) / (1920 - 768))); line-height: 1.1; letter-spacing: -0.02em; }
.fachabteilung .halter { margin-bottom: 45px; }
.box-circle 		{ display: inline-flex; flex: 0 0 auto; padding: 15px; background-color:var(--cyan); border-radius: 50%; }
.box-circle:before 	{ content: ""; display: inline-block; padding-top: 100%; }

.small 				{ font-size: 15px; line-height: 35px; font-weight: 400; }
a.small 			{ font-size: 15px; line-height: 35px; font-weight: 400; text-transform: none; letter-spacing: 0; }
a.kontaktlink		{ font-size: 15px; line-height: 15px; font-weight: 600; text-transform: none; letter-spacing: -0.02em; }

a 					{ font-size: 16px; font-weight: 400; text-transform: none; letter-spacing: 0; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn, 
a.buttondunkel > .btn { font-size: 13px; padding: 16px 21px; font-weight: 600; text-transform: uppercase; letter-spacing: 0; }
.bbutton, 
.bbuttonical, 
.buttondunkel		{ height: 51px; } /* lbottom height */

.innerlink 			{ width: 18px; height: auto; margin-left: 10px; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
a.button:hover .innerlink { filter: invert(.5) brightness(0%); }
a.buttondunkel:hover .innerlink { filter: none !important; }

input.button 		{ font-size: 13px; padding: 16px 21px; font-weight: 600; text-transform: uppercase; }

.klappboxlink		{ font-size: 16px; line-height: 19px; padding: 20px 0px; font-weight: 600; text-transform: none; }
a.tabs__nav_link	{ font-size: 16px; line-height: 19px; font-weight: 600; text-transform: none; }
i.klappen 			{ padding: 0px 20px 0px 0px; color:var(--white) !important; }
.coloring-darkblue i.klappen { color:var(--darkblue) !important; }
.klappboxpadding 	{ padding: 5px 15px 30px 3px; }
i.klappen.fa-plus:before, 
i.klappen.fa-minus:before 	{ -webkit-text-stroke: 1px var(--cyan); width: 40px; height: 40px; background-color:var(--cyan); border-radius: 20px; display: flex; justify-content: center; align-items: center; }

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

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

.carousel-inner { position: relative; width: 100%; overflow: visible; }

.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: 25px; padding-bottom: 25px; margin-left: 30px; }
img.iconmobile { width: 34px; height: auto; }

img.logofuss { width: 190px; height: auto; }
img.kontakticons { width: 70px; height: auto; }
img.kontakticons_s { width: 28px; height: auto; margin-right: 10px; }

.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 { font-size: 44px; line-height: 48px; }
H2 { font-size: 40px; line-height: 44px; }
H3 { font-size: 19px; line-height: 23px; }

span.looksh1 		{ font-size: 44px; line-height: 48px; }
span.looksh2 		{ font-size: 40px; line-height: 44px; }
span.looksh3 		{ font-size: 19px; line-height: 23px; }

.box-popup 			{ width: 720px; padding: 40px 30px; margin: 0px; }
.abstanddouble 		{ margin-bottom: 50px; }
.bgkreise 			{ background-image: url(../design/bg_kreise_sm_trans.png); background-position: top; background-repeat: repeat-y; }
.breaker 			{ display: block; }
.text-no-center		{ text-align: center; }

ul.arrow li:before 			{ top: 13px; }
ul.arrowleft 				{ padding-left: 40px; }
ul.dots li 					{ padding-left: 40px; font-size: 17px; line-height: 25px; }
ul.dots li:before 			{ width: 20px; height: 20px; left: 11px; top: 14px; }

.bildtext 			{ font-size: 22px; line-height: 28px; padding: 0px 30px; }
.bildtext:before 	{ background-size: 32px 22px; width: 32px; height: 22px; margin-left: -16px; }
.bildlink:before 	{ background-size: 22px 22px; width: 44px; height: 44px; }
.kachelpadder2:hover .bildlink:before { margin-right: -44px; }
.circle 			{ padding: 35px; width: auto; }
.coloring-signet	{ background-size: 450px auto; }
.flexfuss 			{ flex-direction: row; align-items: center; justify-content: space-evenly; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.halter-pullpush 	{ margin-bottom: 40px; }
.totopcircle 		{ padding-top: 110px; padding-bottom: 60px; padding-left: 15px; padding-right: 15px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; padding-left: 15px; padding-right: 15px; }
.totopmax			{ padding-top: 120px; padding-bottom: 90px; padding-left: 15px; padding-right: 15px; }
.totopmin			{ padding-top: 45px; padding-bottom: 30px; padding-left: 15px; padding-right: 15px; }
.totopprojekt		{ padding-left: 15px; padding-right: 15px; }
.totop-pull			{ padding-top: 90px; padding-bottom: 0px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 60px; padding-bottom: 30px; }
.glyphheight 		{ font-size: 0px; }
.glyphface			{ font-size: 36px; margin: 0 12px; }
.glyphinsta 		{ font-size: 40px; margin: 0 12px; }
.googlemaps			{ height: 600px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.headline 			{ font-size: 14px; line-height: 14px; margin-bottom: 10px; padding-left: 50px; }
span.headline::before 	{ content: ""; position: absolute; width: 40px; height: 1px; background-color:var(--black); top: 50%; left: 0; transform: translateY(-50%); }
.coloring-darkblue span.headline::before 	{ background-color:var(--cyan); }
span.subline 			{ font-size: 13px; line-height: 13px; }
span.team 			{ font-size: 15px; line-height: 21px; }
span.gross	 		{ font-size: 20px; line-height: 28px; }
span.mittel 		{ font-size: 15px; line-height: 21px; }
span.klein 			{ font-size: 14px; line-height: 20px; }

span.fusszeile 		{ font-size: 14px; line-height: 22px; }
a.fusszeile 		{ font-size: 14px; line-height: 22px; }
a.fussbig	 		{ font-size: 14px; line-height: 14px; display: inline; }
span.topic 			{ font-size: calc(19px + (24 - 19) * ((100vw - 768px) / (1920 - 768))); line-height: 1.25; }
span.topic2, 
.pull-bild-rechts .circlecontent a { font-size: calc(14px + (17 - 14) * ((100vw - 768px) / (1920 - 768))); line-height: 1.4; }
.pull-bild-rechts .circlecontent span.klein { font-size: calc(11px + (14 - 11) * ((100vw - 768px) / (1920 - 768))); line-height: 1.3; }
span.name 			{ font-size: 26px; line-height: 34px; }
span.titel 			{ font-size: 18px; line-height: 24px; }

img.benefit 		{ width: 95px; height: auto; }
.halterbenefit 		{ font-size: 13px; line-height: 19px; }
.absbenefit 		{ margin-bottom: 40px; }

img.ornament	 	{ width: 40px; height: auto; margin-bottom: 20px; margin-left: auto; float: none; }
img.fachabteilung 	{ width: 80%; height: auto; }
.fachabteilung 		{ padding-left: 15px; padding-right: 15px; font-size: calc(13px + (16 - 13) * ((100vw - 768px) / (1920 - 768))); line-height: 1.1; }
.fachabteilung .halter { margin-bottom: 30px; }

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

a 					{ font-size: 16px; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn, 
a.buttondunkel > .btn { font-size: 13px; padding: 16px 21px; }
.bbutton, 
.bbuttonical, 
.buttondunkel		{ height: 51px; } /* lbottom height */

.innerlink 			{ width: 18px; height: auto; }

input.button 		{ font-size: 13px; padding: 16px 21px; }

.klappboxlink		{ font-size: 19px; line-height: 22px; }
a.tabs__nav_link	{ font-size: 19px; line-height: 22px; }
.klappboxpadding 	{ padding: 5px 15px 30px 50px; }
i.klappen.fa-plus:before, 
i.klappen.fa-minus:before 	{ -webkit-text-stroke: 1.5px var(--cyan); width: 44px; height: 44px; border-radius: 22px; }

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

.logo img { width: 100%; max-width: 170px; height: auto; padding-top: 30px; padding-bottom: 30px; margin-left: 0px; }
.smaller img { width: 100%; max-width: 150px; height: auto; padding-top: 15px; padding-bottom: 15px; }

.logopad { padding-left: 15px; padding-right: 0px; }
.logoburger img { width: 100%; max-width: 170px; height: auto; padding-top: 34px; margin-left: 45px; }
.sozburger 		{ left: 35px; bottom: 34px; }

img.logofuss { width: 170px; height: auto; float: left; }
img.kontakticons { width: 70px; height: auto; }
img.kontakticons_s { width: 34px; height: auto; margin-right: 12px; }
.dietmannsried { padding-left: 8px; }
.sozpos { position: absolute; right: 0; bottom: 0; }

.halter-burger-icon { position: absolute; right: -22px; top: 39px; }
.shadowpos 			{ right: 10px; top: 22px; }
.shadowpos img.burger-icon { filter: invert(.0) brightness(200%); }
img.burger-icon 		{ width: 24px; height: auto; filter: invert(.5) brightness(0%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
img.burger-icon:hover 	{ filter: invert(.0) brightness(100%); }
img.burger-icon-close 		{ width: 24px; height: auto; cursor: pointer; margin-right: 45px; margin-top: 45px; filter: invert(.5) brightness(200%); -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
img.burger-icon-close:hover { filter: invert(.0) brightness(100%); }
.modalburger 		{ 	background-image: url(../design/modal-blau01.gif), url(../design/modal-signet.svg); 
						background-position: center center, bottom right; 
						background-size: auto auto, 500px auto;
						background-repeat: repeat-y, no-repeat; }
.modal-inner 		{ width: 750px; margin: 0 auto; }
#burgernav .navbar-nav { padding-left: 150px; }

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

H1 { font-size: 52px; line-height: 56px; }
H2 { font-size: 45px; line-height: 49px; }
H3 { font-size: 22px; line-height: 26px; }

span.looksh1 		{ font-size: 52px; line-height: 56px; }
span.looksh2 		{ font-size: 45px; line-height: 49px; }
span.looksh3 		{ font-size: 22px; line-height: 26px; }

.box-popup 			{ width: 940px; padding: 45px 35px; }
.abstanddouble 		{ margin-bottom: 50px; }
.bgkreise 			{ background-image: url(../design/bg_kreise_md_trans.png); }

ul.arrow li:before 			{ top: 13px; }
ul.arrowleft 				{ padding-left: 44px; }
ul.dots li 					{ padding-left: 44px; font-size: 17px; line-height: 25px; }
ul.dots li:before 			{ width: 22px; height: 22px; left: 12px; top: 13px; }

.bildtext 			{ font-size: 22px; line-height: 28px; padding: 0px 25px; }
.bildtext:before 	{ background-size: 30px 20px; width: 30px; height: 20px; margin-left: -15px; }
.bildlink:before 	{ background-size: 20px 20px; width: 40px; height: 40px; }
.kachelpadder2:hover .bildlink:before { margin-right: -40px; }
.circle 			{ padding: 45px; }
.coloring-signet	{ background-size: 500px auto; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.halter-pullpush 	{ margin-bottom: 50px; }
.totopcircle 		{ padding-top: 130px; padding-bottom: 80px; }
.totop 				{ padding-top: 110px; padding-bottom: 80px; }
.totopmax			{ padding-top: 140px; padding-bottom: 110px; }
.totopmin			{ padding-top: 55px; padding-bottom: 40px; }
.totop-pull			{ padding-top: 110px; padding-bottom: 0px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 65px; padding-bottom: 35px; }
.glyphheight 		{ font-size: 0px; }
.glyphface			{ font-size: 38px; margin: 0 15px; }
.glyphinsta 		{ font-size: 42px; margin: 0 15px; }
.googlemaps			{ height: 650px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 0px; }

span.headline 			{ font-size: 14px; line-height: 14px; margin-bottom: 10px; padding-left: 50px; }
span.headline::before 	{ width: 40px; height: 1px; }
span.team 			{ font-size: 15px; line-height: 21px; }
span.gross	 		{ font-size: 22px; line-height: 31px; }
span.mittel 		{ font-size: 16px; line-height: 23px; }
span.klein 			{ font-size: 15px; line-height: 22px; }

span.fusszeile 		{ font-size: 15px; line-height: 23px; }
a.fusszeile 		{ font-size: 15px; line-height: 23px; }
a.fussbig	 		{ font-size: 15px; line-height: 15px; }
span.topic 			{ font-size: calc(20px + (26 - 20) * ((100vw - 992px) / (1920 - 992))); line-height: 1.25; }
span.topic2, 
.pull-bild-rechts .circlecontent a { font-size: calc(15px + (18 - 15) * ((100vw - 992px) / (1920 - 992))); line-height: 1.4; }
.pull-bild-rechts .circlecontent span.klein { font-size: calc(12px + (15 - 12) * ((100vw - 992px) / (1920 - 992))); line-height: 1.3; }
span.name 			{ font-size: 28px; line-height: 36px; }
span.titel 			{ font-size: 19px; line-height: 25px; }

img.benefit 		{ width: 95px; height: auto; }
.halterbenefit 		{ font-size: 13px; line-height: 19px; }
.absbenefit 		{ margin-bottom: 40px; }

img.ornament	 	{ width: 55px; height: auto; margin-bottom: 20px; }
img.fachabteilung 	{ width: 85%; height: auto; }
.fachabteilung 		{ font-size: calc(13px + (15 - 13) * ((100vw - 992px) / (1920 - 992))); line-height: 1.1; }
.fachabteilung .halter { margin-bottom: 30px; }

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

a 					{ font-size: 17px; }
.binner				{ height: 17px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn, 
a.buttondunkel > .btn { font-size: 14px; padding: 18px 23px; }
.bbutton, 
.bbuttonical, 
.buttondunkel		{ height: 56px; } /* lbottom height */

.innerlink 			{ width: 20px; height: auto; margin-left: 15px; }

input.button 		{ font-size: 14px; padding: 18px 23px; }

.klappboxlink		{ font-size: 22px; line-height: 25px; }
a.tabs__nav_link	{ font-size: 22px; line-height: 25px; }
.klappboxpadding 	{ padding: 5px 15px 30px 55px; }
i.klappen.fa-plus:before, 
i.klappen.fa-minus:before 	{ width: 48px; height: 48px; border-radius: 24px; }

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

.logo img { width: 100%; max-width: 230px; height: auto; padding-top: 35px; padding-bottom: 35px; }
.smaller img { width: 100%; max-width: 190px; height: auto; padding-top: 15px; padding-bottom: 15px; }

.logoburger img { width: 100%; max-width: 210px; height: auto; padding-top: 35px; margin-left: 50px; }
.sozburger 		{ left: 40px; bottom: 35px; }

img.logofuss { width: 230px; height: auto; }
img.kontakticons { width: 74px; height: auto; }
img.kontakticons_s { width: 38px; height: auto; margin-right: 14px; }
.dietmannsried { padding-left: 10px; }

.halter-burger-icon { position: absolute; right: -22px; top: 51px; }
.shadowpos 			{ right: 10px; top: 27px; }
img.burger-icon 	{ width: 28px; height: auto; }
img.burger-icon-close 	{ width: 28px; height: auto; margin-right: 50px; margin-top: 50px; }
.modalburger 		{ 	background-image: url(../design/modal-blau02.gif), url(../design/modal-signet.svg); 
						background-position: center center, bottom right; 
						background-size: auto auto, 600px auto;
						background-repeat: repeat-y, no-repeat; }
.modal-inner 		{ width: 970px; }
#burgernav .navbar-nav { padding-left: 200px; }

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

H1 { font-size: 56px; line-height: 60px; }
H2 { font-size: 48px; line-height: 52px; }
H3 { font-size: 24px; line-height: 28px; }

span.looksh1 		{ font-size: 56px; line-height: 60px; }
span.looksh2 		{ font-size: 48px; line-height: 52px; }
span.looksh3 		{ font-size: 24px; line-height: 28px; }

.box-popup 			{ width: 1140px; padding: 50px 40px; }
.abstanddouble 		{ margin-bottom: 60px; }
.bgkreise 			{ background-image: url(../design/bg_kreise_lg_trans.png); }
.teamdivider 		{ padding: 30px; }

ul.arrow li:before 			{ top: 14px; }
ul.arrowleft 				{ padding-left: 45px; }
ul.dots li 					{ padding-left: 45px; font-size: 19px; line-height: 27px; }
ul.dots li:before 			{ width: 23px; height: 23px; left: 12px; top: 14px; }

.bildtext 			{ font-size: 26px; line-height: 32px; padding: 0px 30px; }
.bildtext:before 	{ background-size: 34px 23px; width: 34px; height: 23px; margin-left: -17px; }
.bildlink:before 	{ background-size: 23px 23px; width: 46px; height: 46px; }
.kachelpadder2:hover .bildlink:before { margin-right: -46px; }
.circle 			{ padding: 55px; }
.coloring-signet	{ background-size: 545px auto; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.halter-pullpush 	{ margin-bottom: 60px; }
.totopcircle 		{ padding-top: 140px; padding-bottom: 90px; }
.totop 				{ padding-top: 120px; padding-bottom: 90px; }
.totopmax			{ padding-top: 150px; padding-bottom: 120px; }
.totopmin			{ padding-top: 60px; padding-bottom: 45px; }
.totop-pull			{ padding-top: 120px; padding-bottom: 0px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 70px; padding-bottom: 40px; }
.glyphheight 		{ font-size: 0px; }
.glyphface			{ font-size: 40px; margin: 0 15px; }
.glyphinsta 		{ font-size: 44px; margin: 0 15px; }
.googlemaps			{ height: 700px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 0px; }

span.headline 			{ font-size: 14px; line-height: 14px; margin-bottom: 10px; padding-left: 60px; }
span.headline::before 	{ width: 50px; }
span.team 			{ font-size: 16px; line-height: 22px; }
span.gross	 		{ font-size: 24px; line-height: 34px; }
span.mittel 		{ font-size: 17px; line-height: 25px; }
span.klein 			{ font-size: 16px; line-height: 24px; }

span.fusszeile 		{ font-size: 16px; line-height: 24px; }
a.fusszeile 		{ font-size: 16px; line-height: 24px; }
a.fussbig	 		{ font-size: 17px; line-height: 17px; }
span.topic 			{ font-size: calc(24px + (32 - 24) * ((100vw - 1200px) / (1920 - 1200))); line-height: 1.25; }
span.topic2, 
.pull-bild-rechts .circlecontent a { font-size: calc(17px + (20 - 17) * ((100vw - 1200px) / (1920 - 1200))); line-height: 1.4; }
.pull-bild-rechts .circlecontent span.klein { font-size: calc(13px + (16 - 13) * ((100vw - 1200px) / (1920 - 1200))); line-height: 1.3; }
span.name 			{ font-size: 32px; line-height: 40px; }
span.titel 			{ font-size: 21px; line-height: 27px; }

img.benefit 		{ width: 110px; height: auto; }
.halterbenefit 		{ font-size: 15px; line-height: 21px; }
.absbenefit 		{ margin-bottom: 40px; }

img.ornament	 	{ width: 70px; height: auto; margin-bottom: 30px; }
img.fachabteilung 	{ width: 95%; height: auto; }
.fachabteilung 		{ font-size: calc(12px + (14 - 12) * ((100vw - 1200px) / (1920 - 1200))); line-height: 1.1; }
.fachabteilung .halter { margin-bottom: 0px; }

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

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn, 
a.buttondunkel > .btn { font-size: 15px; padding: 20px 25px; }
.bbutton, 
.bbuttonical, 
.buttondunkel		{ height: 61px; } /* lbottom height */

.innerlink 			{ width: 22px; height: auto; }

input.button 		{ font-size: 15px; padding: 20px 25px; }

.klappboxlink		{ font-size: 24px; line-height: 27px; }
a.tabs__nav_link	{ font-size: 24px; line-height: 27px; }
.klappboxpadding 	{ padding: 5px 15px 30px 57px; }
i.klappen.fa-plus:before, 
i.klappen.fa-minus:before 	{ width: 50px; height: 50px; border-radius: 25px; }

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

.logo img { width: 100%; max-width: 260px; height: auto; padding-top: 40px; padding-bottom: 40px; }
.smaller img { width: 100%; max-width: 220px; height: auto; padding-top: 15px; padding-bottom: 15px; }

.logoburger img { width: 100%; max-width: 240px; height: auto; padding-top: 33px; margin-left: 55px; }
.sozburger 		{ left: 45px; bottom: 33px; }

img.logofuss { width: 260px; height: auto; }
img.kontakticons { width: 78px; height: auto; }
img.kontakticons_s { width: 42px; height: auto; margin-right: 15px; }

.halter-burger-icon { right: -22px; top: 59px; }
.shadowpos 			{ right: 10px; top: 29px; }
img.burger-icon 	{ width: 31px; height: auto; }
img.burger-icon-close 	{ width: 31px; height: auto; margin-right: 55px; margin-top: 50px; }
.modalburger 		{ 	background-image: url(../design/modal-blau03.gif), url(../design/modal-signet.svg); 
						background-position: center center, bottom right; 
						background-size: auto auto, 700px auto;
						background-repeat: repeat-y, no-repeat; }
.modal-inner 		{ width: 1170px; }
#burgernav .navbar-nav { padding-left: 250px; }

.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: 1490px) {
.coloring-white .container, 
.coloring-grey .container, 
.coloring-grey-full .container, 
.coloring-darkblue .container, 
.coloring-cyan .container, 
.footer .container, 
.footer2 .container, 
.position .container { width: 1460px; }

.coloring-white.contsmall .container, 
.coloring-grey.contsmall .container, 
.coloring-darkblue.contsmall .container, 
.coloring-cyan.contsmall .container { width: 1170px; }

span.name 			{ font-size: 34px; line-height: 42px; }
span.titel 			{ font-size: 22px; line-height: 28px; }

.logoburger img { width: 100%; max-width: 260px; height: auto; padding-top: 37px; margin-left: 60px; }
.sozburger 		{ left: 50px; bottom: 37px; }

.halter-burger-icon { right: -22px; top: 56px; }
.shadowpos 			{ right: 10px; top: 28px; }
img.burger-icon 	{ width: 34px; height: auto; }
img.burger-icon-close 	{ width: 34px; height: auto; margin-right: 60px; margin-top: 55px; }
.modalburger 		{ 	background-image: url(../design/modal-blau03.gif), url(../design/modal-signet.svg); 
						background-position: center center, bottom right; 
						background-size: auto auto, 800px auto;
						background-repeat: repeat-y, no-repeat; }

.bildtext 			{ font-size: 28px; line-height: 34px; padding: 0px 30px; }
.bildtext:before 	{ background-size: 37px 25px; width: 37px; height: 25px; margin-left: -19px; }
.bildlink:before 	{ background-size: 25px 25px; width: 50px; height: 50px; }
.kachelpadder2:hover .bildlink:before { margin-right: -50px; }
.circle 			{ padding: 75px; }
a.fussbig	 		{ font-size: 18px; line-height: 18px; }

img.benefit 		{ width: 120px; height: auto; }
.halterbenefit 		{ font-size: 16px; line-height: 22px; }
.absbenefit 		{ margin-bottom: 45px; }

img.fachabteilung 	{ width: 80%; height: auto; }
.fachabteilung 		{ font-size: calc(15px + (16 - 15) * ((100vw - 1200px) / (1920 - 1200))); line-height: 1.1; }
}