b, strong { font-weight: 700; }

em { color:var(--primary); }

body { hyphens: auto; hyphenate-limit-chars: 12 4 4; -webkit-hyphens: auto; -ms-hyphens: auto; }

/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	height: 38px; 
	padding: 1px 0px 1px 2px; 
	font-size: 18px; 
	color:#333333; 
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    padding: 5px; 
    margin: 0px 0px 0px 0px;
    border: 0px solid #d8d8d8;
    border-radius: 0px;
    background-color: #FFFFFF;
}

/* Farbverhalten CONTAINER und COLS etc. */
.coloring-content { background-color: #f5f6f6; }

.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 { font-family: 'Inria Serif',arial,tahoma; font-weight: 400; font-style: italic; width: 100%; background-color:var(--secondary); color:var(--weiss); text-align: center; border-radius: 8px; position: relative; -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-pad { font-family: 'Inria Serif',arial,tahoma; font-weight: 400; padding: 50px 30px; font-style: italic; width: 100%; background-color:var(--secondary); color:var(--weiss); text-align: center; border-radius: 8px; position: relative; -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-rot { padding: 50px 30px; width: 100%; background-color:var(--primary); color:var(--weiss); text-align: left; border-radius: 8px; position: relative; -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 h1, .box h2, .box h3, .box-pad h1, .box-pad h2, .box-pad h3, .box-rot h1, .box-rot h2, .box-rot h3 { color:var(--weiss); font-style: normal; }
.box:hover, 
.box-pad:hover, 
.box-rot:hover { box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.2); }

.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 #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%; }

/* PAGINA */
.carousel-indicators { bottom: 20px; }
.carousel-indicators li { width: 16px; height: 16px; margin: 0px; background-color: #FFFFFF; border: 0px solid #fff; border-radius: 10px; }
.carousel-indicators .active { width: 16px; height: 16px; margin: 0; background-color: #2686b8; }

/* Ausklappfunktion */
.klappbox 			{ border-top: 1px solid var(--secondary); border-radius: 0px; }
.klappboxhead 		{ background-color: transparent; border-bottom: 0px solid transparent; border-radius: 0px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; width: 100%; }
.klappboxhead:hover img.klapplink, 
.klappboxhead.active img.klapplink { transform: rotate(180deg); }
.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; }







/* 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-type: none; padding: 0px; margin: 15px 0px; }
ul.dots li 				{ padding-left: 1.3em; }
ul.dots li:before 		{ font-family: 'FontAwesome'; content: '\f111'; margin-left: -1.9em; display: inline-block; width: 1.9em; color:var(--primary); font-size: x-small; vertical-align: top; }

body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 25px; }

H1 { font-size: 30px; line-height: 38px; font-weight: 400; text-transform: none; letter-spacing: -0.018em; hyphens: manual; }
H2 { font-size: 24px; line-height: 31px; font-weight: 700; text-transform: none; letter-spacing: -0.018em; }
H3 { font-size: 18px; line-height: 25px; font-weight: 700; text-transform: none; }

span.looksh1 		{ font-size: 30px; line-height: 38px; font-weight: 400; text-transform: none; letter-spacing: -0.018em; hyphens: manual; }
span.looksh2 		{ font-size: 24px; line-height: 31px; font-weight: 700; text-transform: none; letter-spacing: -0.018em; }
span.looksh3 		{ font-size: 18px; line-height: 25px; font-weight: 700; text-transform: none; }

.container-fluid.confooter 	{ width: calc(100% - 60px); background-image: url(../design/bg_fusszeile.jpg); background-position: center; background-repeat: repeat; border-radius: 8px; }
.container-fluid.conheader 	{ width: calc(100% - 60px); }
.container-fluid.congrey 	{ width: calc(100% - 60px); background-image: url(../design/bg_fusszeile.jpg); background-position: center; background-repeat: repeat; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; margin-top: 2px; }
.coloring-struktur { background-image: url(../design/bg_colorswitch.jpg); background-position: center; background-repeat: repeat; }
.breaker { display: none; }

.coloring-beratung { background-image: url(../design/bg_beratung.png); background-position: center bottom; background-repeat: no-repeat; color: var(--secondary); background-size: auto 750px; }
.coloring-mediation { background-image: url(../design/bg_mediation.png); background-position: center bottom; background-repeat: no-repeat; color: var(--secondary); background-size: auto 750px; }
.coloring-begutachten { background-image: url(../design/bg_begutachten.png); background-position: center bottom; background-repeat: no-repeat; color: var(--secondary); background-size: auto 750px; }
.coloring-ueber-mich { background-image: url(../design/bg_ueber-mich.png); background-position: center bottom; background-repeat: no-repeat; color: var(--secondary); background-size: auto 750px; }

.halter-pull-push h2 						{ font-size: 30px; line-height: 38px; font-weight: 400; } /* h1 */
.halter-pull-push 							{ font-size: 18px; line-height: 26px; }

.box { padding: 40px 0px 60px 0px; font-size: 14px; line-height: 20px; margin-bottom: 59px; }
.box h1, .box h2, .box h3, .box img.leistung { font-size: 23px; line-height: 29px; margin-bottom: 30px; }
.box h1, .box h2, .box h3 { margin-left: 20px; margin-right: 20px; }
.box::after { content: ""; position: absolute; bottom: -29px; background-image: url(../design/innerlink.svg); background-repeat: no-repeat; width: 58px; height: 58px; left: 50%; margin-left: -29px; }

.pic-wrap 			{ padding: 15px; }
.pic-wrap::before 	{ content: ""; position: absolute; top: 0px; left: 0px; width: 78%; height: 55%; background: #CFD9DA; z-index: 0; }
.pic-wrap::after 	{ content: ""; position: absolute; bottom: 0px; right: 0px; width: 64%; height: 45%; background: #dae5e5; z-index: 0; }
.picborder 			{ position: relative; z-index: 1; }

.abstanddouble 		{ margin-bottom: 30px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 60px; padding-bottom: 30px; padding-left: 30px; padding-right: 30px; }
.totoppic 			{ padding-top: 30px; padding-bottom: 30px; padding-left: 30px; padding-right: 30px; }
.totopsmall 		{ padding-bottom: 30px; padding-left: 30px; padding-right: 30px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 36px; }
.prefooter 			{ height: 30px; }
.footer 			{ padding-top: 50px; padding-bottom: 20px; padding-left: 30px; padding-right: 30px; }
.footer2 			{ padding-top: 40px; padding-bottom: 40px; }
.glyphheight 		{ font-size: 0px; }
.resheight 			{ font-size: 26px; color:var(--secondary); }
.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: 20px; line-height: 29px; }
span.mittel 		{ font-size: 17px; line-height: 24px; }
span.klein 			{ font-size: 16px; line-height: 22px; }

span.marker 			{ font-size: 16px; line-height: 33px; font-weight: 400; }

span.headline 			{ font-size: 38px; line-height: 54px; font-weight: 400; text-transform: none; display: block; hyphens: manual; margin-bottom: 15px; }
.footer span.headline 	{ font-size: 28px; line-height: 46px; color:var(--weiss); }
span.fussbig 		{ font-size: 17px; line-height: 23px; font-weight: 700; text-transform: none; display: block; hyphens: manual; }
span.fusszeile 		{ font-size: 16px; line-height: 23px; font-weight: 300; text-transform: none; }
a.fusszeile 		{ font-size: 16px; line-height: 23px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 22px; line-height: 30px; font-weight: 400; text-transform: none; display: block; margin-bottom: 8px; text-shadow: 0px 3px 12px rgba(255, 255, 255, 1.0); }
span.topic2 		{ font-size: 19px; line-height: 23px; font-weight: 700; text-transform: none; display: block; hyphens: manual; }
span.topic3 		{ font-size: 19px; line-height: 25px; font-weight: 700; text-transform: none; display: block; margin-bottom: 6px; letter-spacing: -0.018em; }
span.topic4 		{ font-size: 14px; line-height: 20px; font-weight: 300; text-transform: none; display: block; }
img.iconsheader 	{ width: 52px; height: auto; margin-bottom: 10px; }
.iconshalter 		{ margin-bottom: 50px; }
.sliderbg 			{ text-align: right; padding-right: 5px; }

.small 				{ font-size: 12px; line-height: 20px; font-weight: 300; text-transform: none; }
a.small 			{ font-size: 12px; line-height: 20px; font-weight: 300; text-transform: none; }

a 					{ font-size: 18px; font-weight: 400; text-transform: uppercase; letter-spacing: -0.025em; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn	{ font-size: 16px; padding: 8px 16px 10px 16px; font-weight: 400; text-transform: none; }
.bbutton, 
.bbuttonical		{ height: 44px; } /* lbottom height */

input.button 		{ font-size: 16px; padding: 8px 16px 10px 16px; font-weight: 400; text-transform: none; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 20px; line-height: 27px; font-weight: 700; text-transform: none; }
.klappboxpadding 	{ padding: 0px 0px 20px 0px; }
.klappboxhead 		{ padding: 20px 0px; }
img.klapplink 		{ width: 20px; height: auto; margin: 5px 0px 0px 10px; float: right; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }

input, select, textarea { font-size: 16px; }

.header .img-fullresponsive { border-top-left-radius: 8px; border-top-right-radius: 8px; }
.totoppic .img-responsive { border-radius: 8px; }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; overflow: hidden; }

.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: 225px; height: auto; padding-top: 25px; padding-bottom: 25px; }
img.buttonkontakt { width: 120px; height: auto; margin: 0 auto; }

.footer img.img-circle { width: 90%; height: auto; margin: 0 auto; }
img.iconsfuss { width: 44px; height: auto; float: none; margin-bottom: 10px; }
.halter-text-fuss { float: none; padding-left: 0px; margin-bottom: 15px; }

.mail, 
.phone 	{ padding-top: 0px; }

img.innerlink { width: 26px; height: auto; margin-top: -4px; margin-right: 8px; }

.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: 18px; line-height: 25px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 33px; line-height: 41px; }
H2 { font-size: 27px; line-height: 34px; }
H3 { font-size: 21px; line-height: 28px; }

span.looksh1 		{ font-size: 33px; line-height: 41px; }
span.looksh2 		{ font-size: 27px; line-height: 34px; }
span.looksh3 		{ font-size: 21px; line-height: 28px; }

.container-fluid.confooter .container, 
.container-fluid.conheader .container, 
.container-fluid.congrey .container { width: calc(738px - 15px); }

.container-fluid.confooter, 
.container-fluid.conheader, 
.container-fluid.congrey { width: calc(100% - 30px); max-width: 890px; }
.breaker { display: block; }

.coloring-beratung, 
.coloring-mediation, 
.coloring-begutachten, 
.coloring-ueber-mich { background-size: auto 600px; }

.halter-pull-push h2 						{ font-size: 33px; line-height: 41px; } /* h1 */
.halter-pull-push 							{ margin-bottom: 70px; font-size: 18px; line-height: 26px; } /* totop -30px */
.halter-pull-push:last-child 				{ margin-bottom: 30px; }
.halter-pull-push .col-sm-7 				{ text-align: left; padding-left: 30px; }
.halter-pull-push .col-sm-7.col-sm-pull-5 	{ text-align: right; padding-right: 30px; }
.halter-pull-push .col-sm-5 				{ text-align: right; }
.halter-pull-push .col-sm-5.col-sm-push-7 	{ text-align: left; }

.box { padding: 40px 5px 60px 5px; font-size: 13px; line-height: 19px; margin-bottom: 30px; }
.box h1, .box h2, .box h3, .box img.leistung { font-size: 21px; line-height: 27px; margin-bottom: 30px; }
.box h1, .box h2, .box h3 { margin-left: 13px; margin-right: 13px; }
.box::after { bottom: -25px; width: 50px; height: 50px; margin-left: -25px; }

.splitbox .row-flex, .row-flex > div[class*='col-'] { justify-content: space-between !important; }
.splitbox .col-sm-6 	{ width: 49%; }

.abstanddouble 		{ margin-bottom: 35px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 100px; padding-bottom: 70px; padding-left: 15px; padding-right: 15px; }
.totoppic 			{ padding-top: 60px; padding-bottom: 60px; padding-left: 15px; padding-right: 15px; }
.totopsmall 		{ padding-bottom: 70px; padding-left: 15px; padding-right: 15px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.prefooter 			{ height: 60px; }
.footer 			{ padding-top: 60px; padding-bottom: 30px; padding-left: 15px; padding-right: 15px; }
.footer2 			{ padding-top: 50px; padding-bottom: 50px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 129px; }

span.gross	 		{ font-size: 20px; line-height: 29px; }
span.mittel 		{ font-size: 17px; line-height: 24px; }
span.klein 			{ font-size: 16px; line-height: 22px; }

span.marker 			{ font-size: 17px; line-height: 34px; }

span.headline 			{ font-size: 52px; line-height: 70px; }
.footer span.headline 	{ font-size: 38px; line-height: 56px; }
span.fussbig 		{ font-size: 19px; line-height: 27px; }
span.fusszeile 		{ font-size: 17px; line-height: 25px; }
a.fusszeile 		{ font-size: 17px; line-height: 25px; }
span.topic 			{ font-size: 34px; line-height: 43px; margin-bottom: 8px; }
span.topic2 		{ font-size: 22px; line-height: 29px; }
span.topic3 		{ font-size: 20px; line-height: 26px; margin-bottom: 8px; }
span.topic4 		{ font-size: 13px; line-height: 19px; }
img.iconsheader 	{ width: 72px; height: auto; margin-bottom: 24px; }
.iconshalter 		{ margin-bottom: 0px; }
.sliderbg 			{ padding-right: 30px; }

.small 				{ font-size: 17px; line-height: 25px; }
a.small 			{ font-size: 17px; line-height: 25px; }

a 					{ font-size: 18px; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn	{ font-size: 17px; padding: 11px 19px; }
.bbutton, 
.bbuttonical		{ height: 47px; } /* lbottom height */

input.button 		{ font-size: 17px; padding: 11px 19px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 25px; line-height: 32px; }
.klappboxpadding 	{ padding: 0px 0px 30px 0px; }
.klappboxhead 		{ padding: 30px 0px; }
img.klapplink 		{ width: 22px; height: auto; margin: 6px 0px 0px 10px; }

input, select, textarea { font-size: 18px; }

.logo img { width: 100%; max-width: 230px; height: auto; padding-top: 40px; padding-bottom: 40px; }
img.buttonkontakt { width: 95px; height: auto; margin-top: -13px; }

.footer img.img-circle { width: 93%; height: auto; margin-left: 0; }
img.iconsfuss { width: 48px; height: auto; float: left; margin-bottom: 30px; }
.halter-text-fuss { float: left; padding-left: 20px; margin-bottom: 0px; }

.mail, 
.phone 	{ padding-top: 11px; }

img.innerlink { width: 26px; 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) {
body, td, p, .n, blockquote 	{ font-size: 19px; line-height: 28px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 35px; line-height: 44px; }
H2 { font-size: 29px; line-height: 37px; }
H3 { font-size: 23px; line-height: 31px; }

span.looksh1 		{ font-size: 35px; line-height: 44px; }
span.looksh2 		{ font-size: 29px; line-height: 37px; }
span.looksh3 		{ font-size: 23px; line-height: 31px; }

.container-fluid.confooter .container, 
.container-fluid.conheader .container, 
.container-fluid.congrey .container { width: calc(962px - 15px); }

.container-fluid.confooter, 
.container-fluid.conheader, 
.container-fluid.congrey { max-width: 1080px; }

.coloring-beratung, 
.coloring-mediation, 
.coloring-begutachten, 
.coloring-ueber-mich { background-size: auto 750px; }

.halter-pull-push h2 						{ font-size: 35px; line-height: 44px; } /* h1 */
.halter-pull-push 							{ margin-bottom: 90px; font-size: 19px; line-height: 29px; } /* totop -30px */
.halter-pull-push:last-child 				{ margin-bottom: 30px; }
.halter-pull-push .col-sm-7 				{ padding-left: 35px; }
.halter-pull-push .col-sm-7.col-sm-pull-5 	{ padding-right: 35px; }

.box { padding: 40px 0px 70px 0px; font-size: 15px; line-height: 22px; }
.box h1, .box h2, .box h3, .box img.leistung { font-size: 25px; line-height: 32px; margin-bottom: 40px; }
.box h1, .box h2, .box h3 { margin-left: 0px; margin-right: 0px; }
.box::after { bottom: -30px; width: 60px; height: 60px; margin-left: -30px; }

.splitbox .col-sm-6 	{ width: 47%; }

.pic-wrap 			{ padding: 20px; }
.abstanddouble 		{ margin-bottom: 40px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 120px; padding-bottom: 90px; }
.totopsmall 		{ padding-bottom: 90px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.footer 			{ padding-top: 80px; padding-bottom: 50px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 175px; }

span.gross	 		{ font-size: 21px; line-height: 31px; }
span.mittel 		{ font-size: 18px; line-height: 26px; }
span.klein 			{ font-size: 17px; line-height: 24px; }

span.marker 			{ font-size: 18px; line-height: 36px; }

span.headline 			{ font-size: 56px; line-height: 76px; }
.footer span.headline 	{ font-size: 50px; line-height: 70px; }
span.fussbig 		{ font-size: 22px; line-height: 30px; }
span.fusszeile 		{ font-size: 21px; line-height: 29px; }
a.fusszeile 		{ font-size: 21px; line-height: 29px; }
span.topic 			{ font-size: 42px; line-height: 55px; margin-bottom: 9px; }
span.topic2 		{ font-size: 27px; line-height: 35px; }
span.topic3 		{ font-size: 26px; line-height: 32px; margin-bottom: 9px; }
span.topic4 		{ font-size: 17px; line-height: 24px; }
img.iconsheader 	{ width: 90px; height: auto; margin-bottom: 28px; }

.small 				{ font-size: 19px; line-height: 27px; }
a.small 			{ font-size: 19px; line-height: 27px; }

a 					{ font-size: 19px; }
.binner				{ height: 19px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn	{ font-size: 18px; padding: 11px 20px; }
.bbutton, 
.bbuttonical		{ height: 48px; } /* lbottom height */

input.button 		{ font-size: 18px; padding: 11px 20px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 27px; line-height: 35px; }
img.klapplink 		{ width: 24px; height: auto; margin: 7px 0px 0px 10px; }

input, select, textarea { font-size: 19px; }

.logo img { width: 100%; max-width: 305px; height: auto; padding-top: 55px; padding-bottom: 55px; }
img.buttonkontakt { width: 120px; height: auto; margin-top: -20px; }

.footer img.img-circle { width: 89%; height: auto; }
img.iconsfuss { width: 52px; height: auto; margin-bottom: 35px; }
.halter-text-fuss { padding-left: 25px; margin-bottom: 0px; }

.mail, 
.phone 	{ padding-top: 11px; }

img.innerlink { width: 28px; 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: 20px; line-height: 28px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 37px; line-height: 46px; }
H2 { font-size: 31px; line-height: 39px; }
H3 { font-size: 25px; line-height: 33px; }

span.looksh1 		{ font-size: 37px; line-height: 46px; }
span.looksh2 		{ font-size: 31px; line-height: 39px; }
span.looksh3 		{ font-size: 25px; line-height: 33px; }

.container-fluid.confooter .container, 
.container-fluid.conheader .container, 
.container-fluid.congrey .container { width: calc(1170px - 15px); }

.container-fluid.confooter, 
.container-fluid.conheader, 
.container-fluid.congrey { max-width: 1720px; }

.coloring-beratung, 
.coloring-mediation, 
.coloring-begutachten, 
.coloring-ueber-mich { background-size: auto 1000px; }

.halter-pull-push h2 						{ font-size: 37px; line-height: 46px; } /* h1 */
.halter-pull-push 							{ margin-bottom: 110px; font-size: 20px; line-height: 29px; } /* totop -30px */
.halter-pull-push:last-child 				{ margin-bottom: 30px; }
.halter-pull-push .col-sm-7 				{ padding-left: 40px; }
.halter-pull-push .col-sm-7.col-sm-pull-5 	{ padding-right: 40px; }

.box { padding: 40px 0px 80px 0px; font-size: 18px; line-height: 25px; }
.box h1, .box h2, .box h3, .box img.leistung { font-size: 31px; line-height: 39px; margin-bottom: 50px; }
.box::after { bottom: -34px; width: 68px; height: 68px; margin-left: -34px; }

.pic-wrap 			{ padding: 25px; }
.abstanddouble 		{ margin-bottom: 50px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 140px; padding-bottom: 110px; }
.totopsmall 		{ padding-bottom: 110px; }
.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 0px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 200px; }

span.gross	 		{ font-size: 22px; line-height: 32px; }
span.mittel 		{ font-size: 19px; line-height: 27px; }
span.klein 			{ font-size: 18px; line-height: 25px; }

span.marker 			{ font-size: 19px; line-height: 37px; margin-bottom: 100px; }

span.headline 			{ font-size: 60px; line-height: 80px; }
.footer span.headline 	{ font-size: 60px; line-height: 80px; }
span.fussbig 		{ font-size: 24px; line-height: 32px; }
span.fusszeile 		{ font-size: 24px; line-height: 32px; }
a.fusszeile 		{ font-size: 24px; line-height: 32px; }
span.topic 			{ font-size: 56px; line-height: 73px; margin-bottom: 10px; }
span.topic2 		{ font-size: 36px; line-height: 45px; }
span.topic3 		{ font-size: 28px; line-height: 34px; margin-bottom: 10px; }
span.topic4 		{ font-size: 19px; line-height: 26px; }
img.iconsheader 	{ width: 100px; height: auto; margin-bottom: 30px; }

.small 				{ font-size: 20px; line-height: 28px; }
a.small 			{ font-size: 20px; line-height: 28px; }

a 					{ font-size: 20px; }
.binner				{ height: 20px; } /* lbottom height */
a.button > .btn, 
a.buttonical > .btn	{ font-size: 19px; padding: 11px 21px; }
.bbutton, 
.bbuttonical		{ height: 49px; } /* lbottom height */

input.button 		{ font-size: 19px; padding: 11px 21px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 29px; line-height: 37px; }
img.klapplink 		{ width: 25px; height: auto; }

input, select, textarea { font-size: 20px; }

.logo img { width: 100%; max-width: 370px; height: auto; padding-top: 60px; padding-bottom: 60px; }
img.buttonkontakt { width: 150px; height: auto; margin-top: -26px; }

.footer img.img-circle { width: 85%; height: auto; }
img.iconsfuss { width: 56px; height: auto; margin-bottom: 40px; }
.halter-text-fuss { padding-left: 30px; margin-bottom: 0px; }

.mail, 
.phone 	{ padding-top: 12px; }

img.innerlink { width: 30px; 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: 1450px) {
.conmax .container, 
.position .container { width: 1420px; }

H1 { font-size: 38px; line-height: 48px; }
H2 { font-size: 32px; line-height: 40px; }
H3 { font-size: 26px; line-height: 34px; }

span.looksh1 		{ font-size: 38px; line-height: 48px; }
span.looksh2 		{ font-size: 32px; line-height: 40px; }
span.looksh3 		{ font-size: 26px; line-height: 34px; }

.container-fluid.confooter .container, 
.container-fluid.conheader .container { width: calc(1420px - 15px); }

.box { font-size: 19px; line-height: 26px; }
.box h1, .box h2, .box h3, .box img.leistung { font-size: 32px; line-height: 40px; }
.box::after { bottom: -40px; width: 80px; height: 80px; margin-left: -40px; }

.pic-wrap 			{ padding: 30px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 30px; line-height: 38px; }
img.klapplink 		{ width: 26px; height: auto; }

span.headline 			{ font-size: 62px; line-height: 83px; }
.footer span.headline 	{ font-size: 62px; line-height: 83px; }

span.topic 			{ font-size: 62px; line-height: 83px; margin-bottom: 11px; }
span.topic2 		{ font-size: 40px; line-height: 50px; }

.headerheight 		{ height: 219px; }

.logo img { width: 100%; max-width: 410px; height: auto; padding-top: 65px; padding-bottom: 65px; }
img.buttonkontakt { width: 170px; height: auto; margin-top: -33px; }
}