/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	border-right: 0px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	height: 38px; 
	padding: 1px 0px 1px 2px; 
	font-size: 18px; 
	color:#333333; 
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    padding: 5px; 
    margin: 0px 0px 0px 0px;
    border: 0px solid #d8d8d8;
    border-radius: 0px;
    background-color: #FFFFFF;
}

.nullpadding2 { padding: 0px 0px 0px 0px; }
.markenborder { padding: 0px 0px 0px 0px; }

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #d51030; }
.coloring3 { background-color: #f5f5f5; }
.coloring-weiss { background-color: transparent; }
.coloring-dunkelgrau { background-color: #d4d4d4; }
.coloring-hellgrau { background-color: #f5f5f5; }

.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: #d51030;
		color: #FFFFFF;
		width: 50px;
		height: 48px;
		line-height: 40px;
		right: 30px;
		bottom: 30px;
		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: #f5f5f5; color: #d51030;}
.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; } 

/* MOGLICHE BOXMODELLE */
.box { width: 100%; background-color: #f3f3f3; text-align: left; position: relative; padding: 30px; border: 1px solid #f3f3f3; }
.box:hover {  border: 1px solid #cccccc; }

.box-input { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 10px; border: 1px solid #cccccc; }
.box-input:hover { border: 1px solid #d51030;  }

.redpad { padding: 0px 5px 0px 5px; margin-bottom: 10px; }
.box-red { width: 100%; background-color: #d51030; text-align: left; position: relative; padding: 10px; border: 0px solid #d51030; text-align: center; }
.box-red:hover { background-color: #333333; }

.fa-color1 			{ color: #999999; 
					-webkit-transition: color 0.5s ease-in-out; 
					-moz-transition: color 0.5s ease-in-out; 
					-ms-transition: color 0.5s ease-in-out; 
					-o-transition: color 0.5s ease-in-out; 
					transition: color 0.5s ease-in-out; }
.fa-color2 			{ color: #FFFFFF; }
.fa-stack:hover .fa-color1 { color: #d51030; }


.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); }

.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: 0px solid transparent; border-radius: 0px; }
.klappboxhead 	{ background-color: #d51030; padding: 15px; border-bottom: 1px solid transparent; border-radius: 0px; }
.klappboxbody	{ background-color: #FFFFFF; overflow: hidden; padding-top: 15px; border-right: 1px solid #d51030; border-left: 1px solid #d51030; border-bottom: 1px solid #d51030; }
.klappboxicon	{ padding-top: 3px; }

/* Input-Group Formularfelder */
.btn-primary 					{ color: #FFFFFF; background-color: #1fa02d; }
.btn-primary:hover 				{ background-color: #2686b8; }
.input-group > .form-control 	{ height: 41px; padding: 2px 8px; font-size: 12px; border-radius: 0px 0px 0px 0px; border: 1px solid #cccccc; background-color: #FFFFFF; }
.input-group-btn > .btn 		{ max-height: 41px; padding: 13px 14px 15px 14px; font-size: 13px; line-height: 13px; border-radius: 0px 0px 0px 0px; border: 0px solid transparent; }
.file-actions 					{ display: none; }
.input-group-btn > .fileinput-upload-button 		{ display: none; }
.input-group-btn > .fileinput-remove-button 		{ filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; color: #FFFFFF; background-color: #1fa02d; }
.input-group-btn > .fileinput-remove-button:hover 	{ background-color: #2686b8; }







/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
.contenttop { padding-top: 30px; }
.totop { padding-top: 40px; padding-bottom: 40px; }
.totop2 { padding-top: 40px; padding-bottom: 40px; }
.totop3 { padding-top: 40px; padding-bottom: 0px; }
.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

ul.dots 			{ list-style-type: disc; padding: 0px 0px 15px 10px; margin: 15px 0px 0px 10px; }

.sliderbg 		{ background-color: #d51030; padding: 25px 15px 25px 15px; border-top-right-radius: 0px; border-top-left-radius: 0px; }
span.grwh 		{ color: #FFFFFF; }

body, td, p, .n, blockquote 	{ font-size: 14px; }

H1 { font-size: 30px; line-height: 40px; font-weight: 300; text-transform: none; }
H2 { font-size: 24px; line-height: 30px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 28px; line-height: 34px; font-weight: 400; text-transform: none; }

.prospad 			{ padding: 0px 15px 0px 15px; text-align: center; }
.proswidth 			{ width: 50%; }
span.prospekte 		{ font-size: 14px; line-height: 16px; }

span.subheadline	{ font-size: 16px; line-height: 26px; font-weight: 300; text-transform: uppercase; }
span.redwindow 		{ font-size: 12px; line-height: 14px; font-weight: 700; text-transform: uppercase; }
.shoptop 			{ padding-top: 50px; }
.shoptop2 			{ padding-top: 0px; }
.iconfuss 			{ padding-left: 2px; padding-right: 2px; }
.textfuss 			{ padding-top: 30px; }
.partnerfuss 		{ padding-top: 0px; }
.socialfuss 		{ padding-top: 0px; }
.partnerwidth 		{ width: 90px; }

.linktop 			{ padding-top: 5px; padding-bottom: 20px; }
.searchtop 			{ padding-top: 16px; }
.footer 			{ padding-top: 80px; padding-bottom: 30px; }
.footer2 			{ padding-top: 40px; padding-bottom: 10px; }
.glyphheight 		{ font-size: 30px; }
.glyphheight2 		{ font-size: 20px; }
.googlemaps			{ height: 250px; }
.googlemaps2		{ height: 150px; }
.headerheight 		{ height: 0px; }

a.mobile			{ font-size: 13px; font-weight: 400; text-transform: none; }

span.gross	 		{ font-size: 16px; line-height: 18px; }
span.mittel 		{ font-size: 13px; line-height: 15px; }
span.klein 			{ font-size: 12px; line-height: 14px; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
span.fussbig 		{ font-size: 14px; line-height: 16px; font-style: italic; text-transform: uppercase; }
span.fusszeile 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 30px; line-height: 30px; }
span.topic2 		{ font-size: 20px; line-height: 20px; }

.small 				{ font-size: 12px; line-height: 14px; }
a.small 			{ font-size: 12px; line-height: 14px; }
.smallgrey			{ font-size: 12px; line-height: 14px; }
a.smallgrey			{ font-size: 12px; line-height: 14px; }
.mini 				{ font-size: 11px; line-height: 11px; }

a 					{ font-size: 14px; font-weight: 400; text-transform: none; }
.binner				{ height: 14px; } /* lbottom height */
a.button > .btn  	{ font-size: 12px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 35px; } /* lbottom height */
a.buttoninverse > .btn 	{ font-size: 12px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
a.buttonrot > .btn 	{ font-size: 12px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.bbuttoninverse			{ height: 35px; } /* lbottom height */
.btnsort         	{ font-size: 12px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 17px; line-height: 17px; font-weight: 700; text-transform: uppercase; }

#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; } 
.mp { height: 300px; }

.logo img { width: 100%; max-width: 250px; height: auto; padding-top: 15px; padding-bottom: 15px; padding-left: 15px; }

.nursuche.form-control 				{ height: 40px; 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; }
.contenttop { padding-top: 5px; }
.totop { padding-top: 60px; padding-bottom: 60px; }
.totop2 { padding-top: 0px; padding-bottom: 60px; }
.totop3 { padding-top: 60px; padding-bottom: 0px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

.sliderbg 		{ background-color: #FFFFFF; padding: 20px 20px 0px 20px; border-top-right-radius: 10px; border-top-left-radius: 10px; }
span.grwh 		{ color: #333333; }

body, td, p, .n, blockquote 	{ font-size: 14px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 42px; line-height: 52px; font-weight: 300; text-transform: none; }
H2 { font-size: 30px; line-height: 36px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 38px; line-height: 44px; font-weight: 400; text-transform: none; }

.prospad 			{ padding: 0px 15px 0px 15px; text-align: center; }
.proswidth 			{ width: 85%; }
span.prospekte 		{ font-size: 14px; line-height: 16px; }

span.subheadline	{ font-size: 16px; line-height: 26px; font-weight: 300; text-transform: uppercase; }
span.redwindow 		{ font-size: 12px; line-height: 14px; font-weight: 700; text-transform: uppercase; }
.shoptop 			{ padding-top: 10px; }
.shoptop2 			{ padding-top: 0px; }
.iconfuss 			{ padding-left: 2px; padding-right: 2px; }
.textfuss 			{ padding-top: 36px; }
.partnerfuss 		{ padding-top: 0px; }
.socialfuss 		{ padding-top: 0px; }
.partnerwidth 		{ width: 100px; }

.linktop 			{ padding-top: 9px; padding-bottom: 0px; }
.searchtop 			{ padding-top: 5px; }
.footer 			{ padding-top: 80px; padding-bottom: 30px; }
.footer2 			{ padding-top: 40px; padding-bottom: 10px; }
.glyphheight 		{ font-size: 30px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 200px; }
.headerheight 		{ height: 102px; }

span.gross	 		{ font-size: 16px; line-height: 18px; }
span.mittel 		{ font-size: 13px; line-height: 15px; }
span.klein 			{ font-size: 12px; line-height: 14px; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
span.fussbig 		{ font-size: 14px; line-height: 16px; font-style: italic; text-transform: uppercase; }
span.fusszeile 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 30px; line-height: 30px; }
span.topic2 		{ font-size: 20px; line-height: 20px; }

.small 				{ font-size: 12px; line-height: 14px; }
a.small 			{ font-size: 12px; line-height: 14px; }
.smallgrey			{ font-size: 12px; line-height: 14px; }
a.smallgrey			{ font-size: 12px; line-height: 14px; }
.mini 				{ font-size: 11px; line-height: 11px; }

a 					{ font-size: 14px; font-weight: 400; text-transform: none; }
.binner				{ height: 14px; } /* lbottom height */
a.button > .btn  	{ font-size: 12px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 35px; } /* lbottom height */
a.buttoninverse > .btn 	{ font-size: 12px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
a.buttonrot > .btn 	{ font-size: 12px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.bbuttoninverse			{ height: 35px; } /* lbottom height */
.btnsort         	{ font-size: 12px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 17px; line-height: 17px; font-weight: 700; text-transform: uppercase; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }
.mp { height: 400px; }

.logo img { width: 100%; max-width: 235px; height: auto; padding-top: 34px; padding-bottom: 15px; padding-left: 0px; }

.nursuche.form-control { height: 24px; padding: 2px 8px; font-size: 11px; }
.nursuche.btn { padding: 6px 10px; font-size: 12px; line-height: 12px; }
.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: 16px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 50px; line-height: 60px; font-weight: 300; text-transform: none; }
H2 { font-size: 32px; line-height: 38px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 42px; line-height: 48px; font-weight: 400; text-transform: none; }

.prospad 			{ padding: 0px 0px 0px 0px; text-align: left; }
.proswidth 			{ width: 100%; }
span.prospekte 		{ font-size: 15px; line-height: 17px; }

span.subheadline	{ font-size: 17px; line-height: 27px; font-weight: 300; text-transform: uppercase; }
span.redwindow 		{ font-size: 11px; line-height: 11px; font-weight: 700; text-transform: uppercase; }
.shoptop 			{ padding-top: 17px; }
.shoptop2 			{ padding-top: 10px; }
.iconfuss 			{ padding-left: 2px; padding-right: 2px; }
.textfuss 			{ padding-top: 51px; }
.partnerfuss 		{ padding-top: 0px; }
.socialfuss 		{ padding-top: 0px; }
.partnerwidth 		{ width: 105px; }

.linktop 			{ padding-top: 13px; }
.searchtop 			{ padding-top: 5px; }
.footer 			{ padding-top: 100px; padding-bottom: 50px; }
.footer2 			{ padding-top: 50px; padding-bottom: 20px; }
.glyphheight 		{ font-size: 30px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 250px; }
.headerheight 		{ height: 114px; }

span.gross	 		{ font-size: 20px; line-height: 22px; }
span.mittel 		{ font-size: 15px; line-height: 17px; }
span.klein 			{ font-size: 14px; line-height: 16px; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
span.fussbig 		{ font-size: 18px; line-height: 20px; font-style: italic; text-transform: uppercase; }
span.fusszeile 		{ font-size: 14px; line-height: 16px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 14px; line-height: 16px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 30px; line-height: 30px; }
span.topic2 		{ font-size: 20px; line-height: 20px; }

.small 				{ font-size: 13px; line-height: 15px; }
a.small 			{ font-size: 13px; line-height: 15px; }
.smallgrey			{ font-size: 14px; line-height: 16px; }
a.smallgrey			{ font-size: 14px; line-height: 16px; }
.mini 				{ font-size: 11px; line-height: 11px; }

a 					{ font-size: 16px; font-weight: 400; text-transform: none; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn  	{ font-size: 13px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 36px; } /* lbottom height */
a.buttoninverse > .btn 	{ font-size: 13px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
a.buttonrot > .btn 	{ font-size: 13px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.bbuttoninverse			{ height: 36px; } /* lbottom height */
.btnsort         	{ font-size: 13px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 18px; line-height: 18px; font-weight: 700; text-transform: uppercase; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }
.mp { height: 500px; }

.logo img { width: 100%; max-width: 285px; height: auto; padding-top: 34px; padding-bottom: 15px; }

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

H1 { font-size: 60px; line-height: 70px; font-weight: 300; text-transform: none; }
H2 { font-size: 36px; line-height: 42px; font-weight: 700; text-transform: uppercase; }
H3 { font-size: 48px; line-height: 54px; font-weight: 400; text-transform: none; }

.prospad 			{ padding: 0px 0px 0px 0px; text-align: left; }
.proswidth 			{ width: 100%; }
span.prospekte 		{ font-size: 17px; line-height: 19px; }

span.subheadline	{ font-size: 20px; line-height: 30px; font-weight: 300; text-transform: uppercase; }
span.redwindow 		{ font-size: 14px; line-height: 14px; font-weight: 700; text-transform: uppercase; }
.shoptop 			{ padding-top: 10px; }
.shoptop2 			{ padding-top: 10px; }
.iconfuss 			{ padding-left: 2px; padding-right: 2px; }
.textfuss 			{ padding-top: 51px; }
.partnerfuss 		{ padding-top: 27px; }
.socialfuss 		{ padding-top: 23px; }
.partnerwidth 		{ width: 125px; }

.linktop 			{ padding-top: 13px; }
.searchtop 			{ padding-top: 5px; }
.footer 			{ padding-top: 100px; padding-bottom: 50px; }
.footer2 			{ padding-top: 50px; padding-bottom: 20px; }
.glyphheight 		{ font-size: 34px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 300px; }
.headerheight 		{ height: 117px; }

span.gross	 		{ font-size: 24px; line-height: 26px; }
span.mittel 		{ font-size: 17px; line-height: 19px; }
span.klein 			{ font-size: 16px; line-height: 18px; }

.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 13px; line-height: 15px; font-weight: 400; text-transform: none; }
span.fussbig 		{ font-size: 20px; line-height: 22px; font-style: italic; text-transform: uppercase; }
span.fusszeile 		{ font-size: 15px; line-height: 17px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 15px; line-height: 17px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 30px; line-height: 30px; }
span.topic2 		{ font-size: 20px; line-height: 20px; }

.small 				{ font-size: 13px; line-height: 15px; }
a.small 			{ font-size: 13px; line-height: 15px; }
.smallgrey			{ font-size: 15px; line-height: 17px; }
a.smallgrey			{ font-size: 15px; line-height: 17px; }
.mini 				{ font-size: 11px; line-height: 11px; }

a 					{ font-size: 18px; font-weight: 400; text-transform: none; }
.binner				{ height: 18px; } /* lbottom height */
a.button > .btn  	{ font-size: 14px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.bbutton			{ height: 37px; } /* lbottom height */
a.buttoninverse > .btn 	{ font-size: 14px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
a.buttonrot > .btn 	{ font-size: 18px; padding: 15px; font-weight: 700; text-transform: uppercase; }
.bbuttoninverse			{ height: 37px; } /* lbottom height */
.btnsort         	{ font-size: 14px; padding: 8px 15px 8px 15px; font-weight: 700; text-transform: uppercase; }
.klappboxlink 		{ font-size: 19px; line-height: 19px; font-weight: 700; text-transform: uppercase; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		width: 10%; }
.header { height: auto; }
.mp { height: 600px; }

.logo img { width: 100%; max-width: 300px; height: auto; padding-top: 34px; padding-bottom: 15px; }

.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%; }

.versuch { padding-top: 100px; }
}

.termin {
  background-image: url(../img/bg-termin.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 30%;
}

.schulung-nummer {
  background-image: url(../img/bg_nummer.svg), url(../img/red.svg);
  background-position: right top, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: 82%, 3px;
  padding: 15px 0px 0px 0px;
  font-weight: bold;
	color: #d51030;
	font-size: 16px;
}

.schulung {
	background-color: #f0f0f0;
  padding: 15px 30px 30px 15px;
  width: 100%;
  margin-bottom: 15px;
}
.uhr {
	background-color: #f0f0f0;
  background-image: url(../img/uhr.svg);
  background-position: 12px 12px;
  background-repeat: no-repeat;
  background-size: 22px;
  padding: 15px 30px 15px 50px;
  margin-bottom: 3px;
  color: #d51030;
  font-weight: bold;
}

@media (min-width: 768px) { 
.schulung-nummer {
  padding: 15px 0px 0px 0px;
	font-size: 20px;
}
.schulung {
	background-color: #f0f0f0;
  padding: 15px 30px 30px 60px;
  width: 100%;
  margin-bottom: 30px;
}
.uhr {
  background-position: 15px 15px;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 15px 30px 30px 60px;
  margin-bottom: 3px;
  color: #d51030;
  font-weight: bold;
}
}
@media (min-width: 1024px) { 
.schulung-nummer {
  padding: 25px 0px 0px 0px;
	font-size: 22px;
}
}
@media (min-width: 1200px) { 
.schulung-nummer {
  padding: 30px 0px 0px 0px;
	font-size: 24px;
}
}

.schulung-zahl {
  text-align: center;
	display: inline;
	width: 100%;
}

.border div {
	border: 1px solid red;
}

.lines {
  background-image: linear-gradient(90deg, transparent, transparent calc(100% / 3), black calc((100% / 3) + 5px), transparent calc((100% / 3) + 1px));
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  padding: 0px;
}

.termin {
  background-image: url(../img/bg-termin.svg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 30%;
}
.red-start img {
	width: 150px;
}
.red-start {
	padding: 0px 0px 0px 8%;
}
@media (min-width: 768px) { 
.red-start {
	padding: 0px 0px 0px 4%;
}
}

.referenten-img {
	border-radius: 50%;
	border: 2px solid #d51030; 
	padding: 5px;
}
.schatten {
	box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.2);
}
.bg-color-details {
	background-color: #f0f0f0;
	padding: 30px;
}
.book-now {
	position: fixed;
	width: 150px;
	right: 0px;
    top: 50%;
	z-index: 100;
}
