.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td { border-top: 0px solid #ddd; }
.tableraw > tbody > tr > td { vertical-align: top; padding-top: 5px; padding-bottom: 5px; }
.tableraw > tbody > tr { border-bottom: 1px solid #efefef; }
.tableraw > tbody > tr:hover { background-color: #efefef; }
.tableraw > tbody > tr:last-child { border-bottom: 0px solid transparent; }

/* 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; }

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #0c75bb; }
.coloring3 { 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: transparent;
		color: #72bced;
		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: #72bced; 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; } 

/* 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-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 #0c75bb; }

.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: 1px solid #e4efdd; border-radius: 0px; -webkit-box-shadow: 0px 15px 12px -12px rgba(204,204,204,1); -moz-box-shadow: 0px 15px 12px -12px rgba(204,204,204,1); box-shadow: 0px 15px 12px -12px rgba(204,204,204,1); }
.klappboxhead 	{ background-color: #f5f5f5; padding: 15px; border-bottom: 1px solid transparent; border-radius: 0px; }
.klappboxbody	{ background-color: #fdfdfd; overflow: hidden; padding-top: 15px; }
.klappboxicon	{ right: 0; padding-left: 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; 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: 20px; }
.totop2 { 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; }

.coloringhead { background-color: #0c75bb; }

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

H1 { font-size: 34px; line-height: 40px; font-weight: 400; text-transform: none; }
H2 { font-size: 22px; line-height: 28px; font-weight: 400; text-transform: none; }
H3 { font-size: 18px; line-height: 24px; font-weight: 400; text-transform: none; }

.pfeilheight 		{ height: 10px; }

span.looksh1 		{ font-size: 34px; line-height: 40px; font-weight: 400; text-transform: none; }
span.looksh2 		{ font-size: 22px; line-height: 28px; font-weight: 400; text-transform: none; }
span.looksh3 		{ font-size: 18px; line-height: 24px; font-weight: 400; text-transform: none; }

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

.linktop 			{ padding-top: 24px; }
.searchtop 			{ padding-top: 24px; }
.footer 			{ padding-top: 30px; padding-bottom: 30px; }
.glyphheight 		{ font-size: 30px; }
.googlemaps			{ height: 250px; }
.googlemaps2		{ height: 300px; }
.bgtotop 			{ padding-top: 0px; padding-bottom: 0px; }
.headerheight 		{ height: 0px; }

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

span.fusszeile, span.fusszeile2 	{ font-size: 11px; line-height: 17px; font-weight: 400; text-transform: none; }
a.fusszeile, a.fusszeile 			{ font-size: 11px; line-height: 17px; font-weight: 400; text-transform: none; }
span.windowtop 		{ font-size: 26px; line-height: 28px; }
span.windowbottom 	{ font-size: 20px; line-height: 22px; }

.small 				{ font-size: 11px; line-height: 13px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 11px; line-height: 13px; font-weight: 400; text-transform: none; }

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

#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: 200px; height: auto; padding-top: 15px; padding-bottom: 15px; }

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





/* 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: 30px; }
.totop2 	{ padding-top: 60px; padding-bottom: 0px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

.coloringhead { background-color: transparent; }

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

H1 { font-size: 30px; line-height: 36px; font-weight: 400; text-transform: none; }
H2 { font-size: 20px; line-height: 26px; font-weight: 400; text-transform: none; }
H3 { font-size: 16px; line-height: 22px; font-weight: 400; text-transform: none; }

.pfeilheight 		{ height: 30px; }

span.looksh1 		{ font-size: 30px; line-height: 36px; font-weight: 400; text-transform: none; }
span.looksh2 		{ font-size: 20px; line-height: 26px; font-weight: 400; text-transform: none; }
span.looksh3 		{ font-size: 16px; line-height: 22px; font-weight: 400; text-transform: none; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 10px; }
.footer 			{ padding-top: 30px; padding-bottom: 30px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 350px; }
.bgtotop 			{ padding-top: 0px; padding-bottom: 0px; }
.headerheight 		{ height: 0px; }

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

span.fusszeile, span.fusszeile2 	{ font-size: 11px; line-height: 17px; font-weight: 400; text-transform: none; }
a.fusszeile, a.fusszeile 			{ font-size: 11px; line-height: 17px; font-weight: 400; text-transform: none; }
span.windowtop 		{ font-size: 26px; line-height: 28px; }
span.windowbottom 	{ font-size: 20px; line-height: 22px; }

.small 				{ font-size: 11px; line-height: 13px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 11px; line-height: 13px; font-weight: 400; text-transform: none; }

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

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

.logo img { width: 100%; max-width: 180px; height: auto; padding-top: 60px; 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%; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) { 
body, td, p, .n, blockquote 	{ font-size: 14px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 34px; line-height: 40px; font-weight: 400; text-transform: none; }
H2 { font-size: 22px; line-height: 28px; font-weight: 400; text-transform: none; }
H3 { font-size: 18px; line-height: 24px; font-weight: 400; text-transform: none; }

.pfeilheight 		{ height: 40px; }

span.looksh1 		{ font-size: 34px; line-height: 40px; font-weight: 400; text-transform: none; }
span.looksh2 		{ font-size: 22px; line-height: 28px; font-weight: 400; text-transform: none; }
span.looksh3 		{ font-size: 18px; line-height: 24px; font-weight: 400; text-transform: none; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 15px; }
.footer 			{ padding-top: 30px; padding-bottom: 30px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 400px; }
.bgtotop 			{ padding-top: 0px; padding-bottom: 0px; }
.headerheight 		{ height: 0px; }

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

span.fusszeile, span.fusszeile2 	{ font-size: 12px; line-height: 18px; font-weight: 400; text-transform: none; }
a.fusszeile, a.fusszeile 			{ font-size: 12px; line-height: 18px; font-weight: 400; text-transform: none; }
span.windowtop 		{ font-size: 28px; line-height: 30px; }
span.windowbottom 	{ font-size: 22px; line-height: 24px; }

.small 				{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }

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

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

.logo img { width: 100%; max-width: 200px; height: auto; padding-top: 60px; 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: 16px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 36px; line-height: 42px; font-weight: 400; text-transform: none; }
H2 { font-size: 24px; line-height: 30px; font-weight: 400; text-transform: none; }
H3 { font-size: 20px; line-height: 26px; font-weight: 400; text-transform: none; }

.pfeilheight 		{ height: 50px; }

span.looksh1 		{ font-size: 36px; line-height: 42px; font-weight: 400; text-transform: none; }
span.looksh2 		{ font-size: 24px; line-height: 30px; font-weight: 400; text-transform: none; }
span.looksh3 		{ font-size: 20px; line-height: 26px; font-weight: 400; text-transform: none; }

.linktop 			{ padding-top: 0px; }
.searchtop 			{ padding-top: 20px; }
.footer 			{ padding-top: 30px; padding-bottom: 30px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 450px; }
.bgtotop 			{ padding-top: 0px; padding-bottom: 0px; }
.headerheight 		{ height: 0px; }

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

span.fusszeile, span.fusszeile2 	{ font-size: 15px; line-height: 20px; font-weight: 400; text-transform: none; }
a.fusszeile, a.fusszeile 			{ font-size: 15px; line-height: 20px; font-weight: 400; text-transform: none; }
span.windowtop 		{ font-size: 30px; line-height: 32px; }
span.windowbottom 	{ font-size: 24px; line-height: 26px; }

.small 				{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 12px; line-height: 14px; font-weight: 400; text-transform: none; }

a 					{ font-size: 16px; font-weight: 400; text-transform: none; }
.binner				{ height: 16px; } /* lbottom height */
a.button > .btn  	{ font-size: 16px; padding: 8px 15px 8px 15px; font-weight: 400; text-transform: none; }
.bbutton			{ height: 39px; } /* lbottom height */
.btnsort         	{ font-size: 16px; padding: 8px 15px 8px 15px; font-weight: 400; text-transform: none; }
.klappboxlink 		{ font-size: 50px; line-height: 50px; font-weight: 400; text-transform: none; }

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

.logo img { width: 100%; max-width: 220px; height: auto; padding-top: 60px; 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%; }
}