b, strong { font-weight: 600; }

.border-grab { border-bottom: 8px solid #FFFFFF; }

/* HISTORIE - ZEITSTRAHL */
.timeline { line-height: 1.4em; list-style: none; margin: 0px; padding: 0px; width: 100%; }
.timeline-item { padding-left: 40px; position: relative; } /* PADDING ZEITSTRAHL != centered */
.timeline-item:last-child { padding-bottom: 0px; }

.timeline-info { font-size: 14px; letter-spacing: 3px; margin: 0 0 0.5em 0; text-transform: uppercase; white-space: nowrap; } /* DATUM*/

.timeline-marker { position: absolute; top: 0; bottom: 0; left: 0; width: 15px; }
.timeline-marker:before { background: #E2001A; border: 3px solid transparent; border-radius: 100%; content: ""; display: block; width: 15px; height: 15px; position: absolute; top: 4px; left: 0; transition: background 0.3s ease-in-out, border 0.3s ease-in-out; } /* PUNKT */
.timeline-marker:after { background: #ECECED; content: "";	display: block; width: 3px; position: absolute; top: 24px; bottom: 0; left: 6px; } /* LINIE */
.timeline-item:last-child .timeline-marker:after { content: none; }
.timeline-item:not(.period):hover .timeline-marker:before { background: transparent; border: 3px solid #E2001A; }

.timeline-content { padding-bottom: 40px; }

.period { padding: 0; } /* JAHRESWECHSEL */
.period .timeline-info { display: none; }
.period .timeline-marker:before { background: transparent; content: ""; width: 15px; height: auto; border: none; border-radius: 0; top: 0; bottom: 30px; position: absolute; border-top: 3px solid #ECECED; border-bottom: 3px solid #ECECED; }
.period .timeline-marker:after { content: ""; height: 32px; top: auto; }
.period .timeline-content { padding: 40px 0px 70px 0px; }
.period h1, .period h2, .period h3, .period span.looksh1, .period span.looksh2, .period span.looksh3 { margin: 0; }

/* TIMELINE SPLIT */
 @media (min-width: 768px) {
.timeline-split .timeline, .timeline-centered .timeline					{ display: table; }
.timeline-split .timeline-item, .timeline-centered .timeline-item		{ display: table-row; padding: 0; }
.timeline-split .timeline-info, .timeline-centered .timeline-info, .timeline-split .timeline-marker, .timeline-centered .timeline-marker, .timeline-split .timeline-content, .timeline-centered .timeline-content, .timeline-split .period .timeline-info, .timeline-centered .period .timeline-info { display: table-cell; vertical-align: top; }
.timeline-split .timeline-marker, .timeline-centered .timeline-marker	{ position: relative; }
.timeline-split .timeline-content, .timeline-centered .timeline-content { padding-left: 30px; }
.timeline-split .timeline-info, .timeline-centered .timeline-info		{ padding-right: 30px; }
.timeline-split .period h1, .timeline-centered .period h1, .timeline-split .period h2, .timeline-centered .period h2, .timeline-split .period h3, .timeline-centered .period h3, .timeline-split .period span.looksh1, .timeline-centered .period span.looksh1, .timeline-split .period span.looksh2, .timeline-centered .period span.looksh2, .timeline-split .period span.looksh3, .timeline-centered .period span.looksh3 { position: relative; left: -45px; }
}

/* TIMELINE CENTERED */
 @media (min-width: 992px) {
.timeline-centered, .timeline-centered .timeline-item, .timeline-centered .timeline-info, .timeline-centered .timeline-marker, .timeline-centered .timeline-content 
																		{ display: block; margin: 0; padding: 0; }
.timeline-centered .timeline-item 										{ padding-bottom: 40px; overflow: hidden; }
.timeline-centered .timeline-marker 									{ position: absolute; left: 50%; margin-left: -7.5px; }
.timeline-centered .timeline-info, .timeline-centered .timeline-content { width: 50%; }
.timeline-centered > .timeline-item:nth-child(odd) .timeline-info 		{ float: left; text-align: right; padding-right: 30px; }
.timeline-centered > .timeline-item:nth-child(odd) .timeline-content 	{ float: right; text-align: left; padding-left: 30px; }
.timeline-centered > .timeline-item:nth-child(even) .timeline-info 		{ float: right; text-align: left; padding-left: 30px; }
.timeline-centered > .timeline-item:nth-child(even) .timeline-content 	{ float: left; text-align: right; padding-right: 30px; }
.timeline-centered > .timeline-item.period .timeline-content 			{ float: none; padding: 0; width: 100%; text-align: center; }
.timeline-centered .timeline-item.period 								{ padding: 50px 0 90px; }
.timeline-centered .period .timeline-marker:after 						{ height: 30px; bottom: 0; top: auto; }
.timeline-centered .period h1, .timeline-centered .period h2, .timeline-centered .period h3, .timeline-centered .period span.looksh1, .timeline-centered .period span.looksh2, .timeline-centered .period span.looksh3 { left: 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 { background-color: #FFFFFF; }
.coloring2 { background-color: #ECECED; }

.coloring-white { background-color: #FFFFFF; }
.coloring-grey { background-color: #fafafa; }

.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: #F5F5F6;
		color: #14031A;
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 20px;
		bottom: 15px;
		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: #E2001A; 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 = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; }

/* 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; }

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #ECECED; text-align: left; position: relative; border: 0px solid #f3f3f3; }
.box:hover { background-color: #E2001A; color: #FFFFFF; }
.box:hover h3 { color: #FFFFFF; }
.box:hover a { color: #FFFFFF; }
.box:hover i { color: #FFFFFF; }

.box-kachel { width: 100%; background-color: #FFFFFF; text-align: center; position: relative; }
.box-kachel::after { font-family: 'IcoFont'; content: '\ea5d'; font-weight: 400; bottom: 20px; left: 0; right: 0; position: absolute; }
.box-kachel:hover span { color: #FFFFFF; }
.box-kachel:hover::after { color: #FFFFFF; }

.box-border { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; }

.box-sicherheit { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 10px; border: 1px solid #cccccc; }
.box-sicherheit:hover { border: 1px solid #E2001A; }

.bild { z-index: 2; position: absolute; width: 100%; height: 100%; filter: alpha(opacity = 60); -ms-filter: "alpha(opacity = 60)"; opacity: .60; background-color: #000000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.bildtext { z-index: 3; position: absolute; width: 100%; height: 100%; left: 0; padding-left: 50px; padding-right: 50px; }
.bildtext:hover + .bild { filter: alpha(opacity = 40); -ms-filter: "alpha(opacity = 40)"; opacity: .40; }

/* MixItUp */
#Container .mix { display: none; }
.mixinner{ width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.mixinner:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

/* CAROUSEL TEXT-FEATURES */
.sliderpos 		{ position: relative; z-index: 3; width: 100%; }
.sliderbg 		{ background-color: #000000; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; padding: 30px; }

/* 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: #009641; 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: #FFFFFF; }
.klappboxhead:hover { background-color: #00662c; }
.klappboxbody		{ background-color: #FFFFFF; overflow: hidden; }
.klappboxpadding 	{ padding: 40px 15px 0px 15px; }

/* 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: disc; padding: 0px 0px 15px 10px; margin: 15px 0px 0px 10px; }

body, td, p, .n, blockquote 	{ font-size: 15px; line-height: 22px; letter-spacing: 0.012em; }

H1 { font-size: 34px; line-height: 40px; font-weight: 700; text-transform: none; }
H2 { font-size: 22px; line-height: 29px; font-weight: 300; text-transform: none; }
H3 { font-size: 22px; line-height: 29px; font-weight: 700; text-transform: none; }

span.looksh1 		{ font-size: 34px; line-height: 40px; font-weight: 700; text-transform: none; }
span.looksh2 		{ font-size: 22px; line-height: 29px; font-weight: 300; text-transform: none; }
span.looksh3 		{ font-size: 22px; line-height: 29px; font-weight: 700; text-transform: none; }

.coloring-white .col-xs-12.col-sm-12.pull-push, 
.coloring-grey .col-xs-12.col-sm-12.pull-push {
  margin-bottom: 60px;
}

.coloring-white .col-xs-12.col-sm-12.pull-push:last-of-type, 
.coloring-grey .col-xs-12.col-sm-12.pull-push:last-of-type {
  margin-bottom: 0;
}

.boxpad 			{ padding: 35px 25px; }
.bgziegel 			{ background-image: url(../design/bg_ziegel_xs.jpg); background-position: top; background-repeat: repeat-x; padding-bottom: 60px; }
.ziegeltop 			{ padding-top: 0px; }
.padcon				{ padding: 2px; }
.padbild 			{ padding: 2px; }

.box-border 		{ padding: 30px 25px; border: 8px solid #ECECED; }
.box-kachel 		{ padding: 30px 25px; border: 8px solid #ECECED; height: 160px; }
.box-kachel:hover 	{ background-color: #E2001A; border: 8px solid #E2001A; }
.box-kachel::after	{ font-size: 25px; }
.kachelpadder1 		{ padding-left: 4px; padding-right: 4px; }
.kachelpadder2 		{ padding: 4px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 60px; padding-bottom: 30px; }
.totop2				{ margin-top: 0px; z-index: 3; position: relative; }
.linktop 			{ padding-top: 36px; }
.searchtop 			{ padding-top: 34px; }
.footer 			{ padding-top: 25px; padding-bottom: 25px; background-color: #E2001A; }
.footer2 			{ padding-top: 50px; padding-bottom: 0px; background-color: #F5F5F6; }
.footer3 			{ padding-top: 50px; background-image: url(../design/balken_fuss_xs.png); background-position: top; background-repeat: repeat-x; }
.headerbalken		{ height: 40px; background-image: url(../design/balken_header_xs.png); background-position: top; background-repeat: repeat-x; }
.glyphheight 		{ font-size: 0px; }
.resheight 			{ font-size: 30px; color: #101010; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 400px; }
.googlemaps-wide 	{ min-height: 400px; }
.bgtotop 			{ padding-top: 140px; padding-bottom: 80px; }
.bgtotop2 			{ padding-top: 70px; padding-bottom: 40px; }
.headerheight 		{ height: 0px; }

span.lorbeer		{ font-size: 22px; line-height: 29px; letter-spacing: -0.012em; font-weight: 600; }
span.kacheltext		{ font-size: 18px; line-height: 22px; font-weight: 700; }
span.gross	 		{ font-size: 19px; line-height: 26px; }
span.mittel 		{ font-size: 14px; line-height: 21px; }
span.klein 			{ font-size: 13px; line-height: 20px; }
span.topic 			{ font-size: 30px; line-height: 36px; font-weight: 700; text-transform: none; }
span.topic2 		{ font-size: 19px; line-height: 26px; font-weight: 300; text-transform: none; }

span.fusszeile 		{ font-size: 15px; line-height: 22px; font-weight: 300; text-transform: none; }
a.fusszeile 		{ font-size: 15px; line-height: 30px; font-weight: 700; text-transform: uppercase; }

.small 				{ font-size: 15px; line-height: 15px; font-weight: 300; text-transform: none; }
a.small 			{ font-size: 15px; line-height: 15px; font-weight: 300; text-transform: none; }
.quicknav 			{ font-size: 14px; line-height: 14px; font-weight: 300; text-transform: none; }
a.quicknav 			{ font-size: 14px; line-height: 14px; font-weight: 300; text-transform: none; }

a 					{ font-size: 15px; font-weight: 700; text-transform: uppercase; }
.binner				{ height: 15px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 11px 31px; font-weight: 700; text-transform: uppercase; }
.bbutton, 
.bbuttonical		{ height: 50px; } /* lbottom height */

input.button 		{ font-size: 14px; padding: 11px 31px; font-weight: 700; text-transform: uppercase; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; font-weight: 400; text-transform: uppercase; }

input, select, textarea { font-size: 15px; }

#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: 140px; height: auto; padding-top: 20px; padding-bottom: 5px; }
img.lorbeer { width: 100px; height: auto; margin-bottom: 15px; }
img.ziegel { width: 300px; height: auto; }
img.logofuss { width: 200px; height: 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: 15px; line-height: 22px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 38px; line-height: 44px; }
H2 { font-size: 22px; line-height: 29px; }
H3 { font-size: 22px; line-height: 29px; }

span.looksh1 		{ font-size: 38px; line-height: 44px; }
span.looksh2 		{ font-size: 22px; line-height: 29px; }
span.looksh3 		{ font-size: 22px; line-height: 29px; }

.coloring-white .col-xs-12.col-sm-12.pull-push, 
.coloring-grey .col-xs-12.col-sm-12.pull-push {
  margin-bottom: 40px;
}

.coloring-white .col-xs-12.col-sm-12.pull-push:last-of-type, 
.coloring-grey .col-xs-12.col-sm-12.pull-push:last-of-type {
  margin-bottom: 0;
}

.boxpad 			{ padding: 37px 27px; }
.bgziegel 			{ background-image: url(../design/bg_ziegel_sm.jpg); padding-bottom: 40px; }
.ziegeltop 			{ padding-top: 60px; }

.box-border 		{ padding: 30px 25px; border: 8px solid #ECECED; }
.box-kachel 		{ padding: 30px 25px; border: 8px solid #ECECED; height: 160px; }
.box-kachel:hover 	{ background-color: #E2001A; border: 8px solid #E2001A; }
.box-kachel::after	{ font-size: 25px; }
.kachelpadder1 		{ padding-left: 0px; padding-right: 0px; }
.kachelpadder2 		{ padding: 4px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 80px; padding-bottom: 50px; }
.linktop 			{ padding-top: 15px; }
.searchtop 			{ padding-top: 0px; }
.footer2 			{ padding-top: 60px; padding-bottom: 10px; }
.footer3 			{ padding-top: 67px; background-image: url(../design/balken_fuss_sm.png); }
.headerbalken		{ height: 52px; background-image: url(../design/balken_header_sm.png); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 600px; }
.googlemaps-wide 	{ min-height: 600px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 128px; }

span.lorbeer		{ font-size: 25px; line-height: 30px; }
span.kacheltext		{ font-size: 18px; line-height: 22px; }
span.gross	 		{ font-size: 19px; line-height: 26px; }
span.mittel 		{ font-size: 14px; line-height: 21px; }
span.klein 			{ font-size: 13px; line-height: 20px; }
span.topic 			{ font-size: 30px; line-height: 38px; }
span.topic2 		{ font-size: 16px; line-height: 25px; }

span.fusszeile 		{ font-size: 14px; line-height: 20px; }
a.fusszeile 		{ font-size: 14px; line-height: 28px; }

.small 				{ font-size: 14px; line-height: 14px; }
a.small 			{ font-size: 14px; line-height: 14px; }
.quicknav 			{ font-size: 12px; line-height: 12px; }
a.quicknav 			{ font-size: 12px; line-height: 12px; }

a 					{ font-size: 15px; }
.binner				{ height: 15px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 11px 31px; }
.bbutton, 
.bbuttonical		{ height: 50px; } /* lbottom height */

input.button 		{ font-size: 14px; padding: 11px 31px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 15px; }

.logo img { width: 100%; max-width: 215px; height: auto; padding-top: 30px; padding-bottom: 0px; }
.logo.smaller img { max-width: 160px; padding-top: 20px; padding-bottom: 20px; }

img.lorbeer { width: 110px; height: auto; margin-bottom: 0px; }
img.ziegel { width: 340px; height: auto; }
img.logofuss { width: 235px; height: auto; }
img.icons { width: 20px; height: auto; vertical-align: text-top; margin-right: 5px; }

.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: 15px; line-height: 22px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 40px; line-height: 47px; }
H2 { font-size: 23px; line-height: 31px; }
H3 { font-size: 23px; line-height: 31px; }

span.looksh1 		{ font-size: 40px; line-height: 47px; }
span.looksh2 		{ font-size: 23px; line-height: 31px; }
span.looksh3 		{ font-size: 23px; line-height: 31px; }

.coloring-white .col-xs-12.col-sm-12.pull-push, 
.coloring-grey .col-xs-12.col-sm-12.pull-push {
  margin-bottom: 50px;
}

.coloring-white .col-xs-12.col-sm-12.pull-push:last-of-type, 
.coloring-grey .col-xs-12.col-sm-12.pull-push:last-of-type {
  margin-bottom: 0;
}

.boxpad 			{ padding: 39px 29px; }
.bgziegel 			{ background-image: url(../design/bg_ziegel_md.jpg); padding-bottom: 10px; }
.ziegeltop 			{ padding-top: 80px; }

.box-border 		{ padding: 30px 28px; border: 9px solid #ECECED; }
.box-kachel 		{ padding: 30px 28px; border: 12px solid #ECECED; height: 205px; }
.box-kachel:hover 	{ background-color: #E2001A; border: 12px solid #E2001A; }
.box-kachel::after	{ font-size: 30px; }
.kachelpadder1 		{ padding-left: 2px; padding-right: 2px; }
.kachelpadder2 		{ padding: 13px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 90px; padding-bottom: 60px; }
.linktop 			{ padding-top: 18px; }
.searchtop 			{ padding-top: 0px; }
.footer2 			{ padding-top: 65px; padding-bottom: 10px; }
.footer3 			{ padding-top: 77px; background-image: url(../design/balken_fuss_md.png); }
.headerbalken		{ height: 62px; background-image: url(../design/balken_header_md.png); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 650px; }
.googlemaps-wide 	{ min-height: 650px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 173px; }

span.lorbeer		{ font-size: 28px; line-height: 28px; }
span.kacheltext		{ font-size: 21px; line-height: 26px; }
span.gross	 		{ font-size: 19px; line-height: 26px; }
span.mittel 		{ font-size: 14px; line-height: 21px; }
span.klein 			{ font-size: 13px; line-height: 20px; }
span.topic 			{ font-size: 40px; line-height: 48px; }
span.topic2 		{ font-size: 20px; line-height: 29px; }

span.fusszeile 		{ font-size: 15px; line-height: 22px; }
a.fusszeile 		{ font-size: 15px; line-height: 30px; }

.small 				{ font-size: 15px; line-height: 15px; }
a.small 			{ font-size: 15px; line-height: 15px; }
.quicknav 			{ font-size: 13px; line-height: 13px; }
a.quicknav 			{ font-size: 13px; line-height: 13px; }

a 					{ font-size: 15px; }
.binner				{ height: 15px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 13px 33px; }
.bbutton, 
.bbuttonical		{ height: 50px; } /* lbottom height */

input.button 		{ font-size: 14px; padding: 13px 33px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 15px; }

.logo img { width: 100%; max-width: 280px; height: auto; padding-top: 35px; padding-bottom: 10px; }
.logo.smaller img { max-width: 210px; padding-top: 20px; padding-bottom: 20px; }

img.lorbeer { width: 130px; height: auto; margin-bottom: 0px; }
img.ziegel { width: 450px; height: auto; }
img.logofuss { width: 280px; height: auto; }
img.icons { width: 22px; height: auto; vertical-align: text-top; margin-right: 7px; }

.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: 16px; line-height: 24px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 42px; line-height: 50px; }
H2 { font-size: 24px; line-height: 33px; }
H3 { font-size: 24px; line-height: 33px; }

span.looksh1 		{ font-size: 42px; line-height: 50px; }
span.looksh2 		{ font-size: 24px; line-height: 33px; }
span.looksh3 		{ font-size: 24px; line-height: 33px; }

.coloring-white .col-xs-12.col-sm-12.pull-push, 
.coloring-grey .col-xs-12.col-sm-12.pull-push {
  margin-bottom: 60px;
}

.coloring-white .col-xs-12.col-sm-12.pull-push:last-of-type, 
.coloring-grey .col-xs-12.col-sm-12.pull-push:last-of-type {
  margin-bottom: 0;
}

.boxpad 			{ padding: 40px 30px; }
.bgziegel 			{ background-image: url(../design/bg_ziegel_lg.jpg); padding-bottom: 0px; }
.ziegeltop 			{ padding-top: 100px; }

.box-border 		{ padding: 30px 30px; border: 10px solid #ECECED; }
.box-kachel 		{ padding: 30px 30px; border: 14px solid #ECECED; height: 236px; }
.box-kachel:hover 	{ background-color: #E2001A; border: 14px solid #E2001A; }
.box-kachel::after	{ font-size: 35px; }
.kachelpadder1 		{ padding-left: 0px; padding-right: 0px; }
.kachelpadder2 		{ padding: 15px; }

.kachel 			{ min-height: 70px; font-size: 22px; }
.totop 				{ padding-top: 100px; padding-bottom: 70px; }
.linktop 			{ padding-top: 20px; }
.searchtop 			{ padding-top: 0px; }
.footer2 			{ padding-top: 70px; padding-bottom: 10px; }
.footer3 			{ padding-top: 110px; background-image: url(../design/balken_fuss_lg.png); }
.headerbalken		{ height: 100px; background-image: url(../design/balken_header_lg.png); }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 700px; }
.googlemaps-wide 	{ min-height: 700px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 182px; }

span.lorbeer		{ font-size: 32px; line-height: 32px; }
span.kacheltext		{ font-size: 24px; line-height: 30px; }
span.gross	 		{ font-size: 20px; line-height: 28px; }
span.mittel 		{ font-size: 15px; line-height: 23px; }
span.klein 			{ font-size: 14px; line-height: 22px; }
span.topic 			{ font-size: 48px; line-height: 56px; }
span.topic2 		{ font-size: 22px; line-height: 31px; }

span.fusszeile 		{ font-size: 16px; line-height: 24px; }
a.fusszeile 		{ font-size: 16px; line-height: 32px; }

.small 				{ font-size: 16px; line-height: 16px; }
a.small 			{ font-size: 16px; line-height: 16px; }
.quicknav 			{ font-size: 14px; line-height: 14px; }
a.quicknav 			{ font-size: 14px; line-height: 14px; }

a 					{ font-size: 16px; }
.binner				{ height: 16px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn	{ font-size: 14px; padding: 15px 35px; }
.bbutton, 
.bbuttonical		{ height: 50px; } /* lbottom height */

input.button 		{ font-size: 14px; padding: 15px 35px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 22px; line-height: 22px; }

input, select, textarea { font-size: 16px; }

.logo img { width: 100%; max-width: 310px; height: auto; padding-top: 40px; padding-bottom: 0px; }
.logo.smaller img { max-width: 230px; padding-top: 20px; padding-bottom: 20px; }

img.lorbeer { width: 160px; height: auto; margin-bottom: 0px; }
img.ziegel { width: 550px; height: auto; }
img.logofuss { width: 310px; height: auto; }
img.icons { width: 24px; height: auto; vertical-align: text-top; margin-right: 8px; }

.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%; }
}