/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #8cbc08; }
.coloring3 { background-color: #f4f5f5; }

.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: #8cbc08;
		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: #8cbc08; color: #f4f5f5;}
.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 = 60); -ms-filter: "alpha(opacity = 60)"; opacity: .60; }

/* Breadcrump */
.breadcrumb { padding: 8px 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; }

/* START MÖGLICHE BORDER-STYLES */
.halter { position: relative; z-index: 1; }
.over { display: block; bottom: 0; width: 100%; z-index: 2; position: absolute; text-align: left; }
.halter:hover .over { display: block; bottom: 0; width: 100%; z-index: 2; position: absolute; text-align: left; }
.color { color: #ffffff; padding: 10px; background-color: #cc0000; filter: alpha(opacity = 90); -ms-filter: "alpha(opacity = 90)"; opacity: .90; font-size: 20px; }

.bildumgebung {
  padding: 6px;
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 0px 0px;
}

.bildumgebung img {
  border-radius: 6px 6px 0px 0px;
}

.bildumgebung .subtitle {
  padding: 6px 6px 6px 6px;
  background-color: #636363;
  color: #cccccc;
  font-style: italic;
  text-align: left;
  border-radius: 0px 0px 6px 6px;
}

.imgtitle  {
  padding: 6px 0px 6px 0px;
  background-color: transparent;
  color: #666666;
  font-style: italic;
  text-align: center;
}
/* ENDE MÖGLICHE BORDER-STYLES */

/* MOGLICHES BOXMODELL */
.box { width: 100%; background-color: #f6f6f8; text-align: center; position: relative; padding: 35px 10px 35px 10px; border: 1px solid #f6f6f8; border-radius: 0px; }
.box:hover { background-color: #f2f2f2; border: 1px solid #8cbc08; }

.boxgreen { background-image: url("../design/green.png"); background-repeat: auto; background-position: top; background-color: transparent; padding: 20px; }
.boxgrey { background-image: url("../design/grey.png"); background-repeat: auto; background-position: top; background-color: transparent; padding: 20px; }



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

/* BILD BG STARTSEITE */
.bgimagehome { 	background-image: none; 
				background-color: #cecece;
				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; }

/* STRICH */
.strich { border-left: 0px solid #e0e0e0; border-top: 0px solid #e0e0e0; }

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

H1 { font-size: 28px; line-height: 26px; font-weight: 700; text-transform: none; }
H2 { font-size: 22px; line-height: 30px; font-weight: 300; text-transform: none; }
H3 { font-size: 18px; line-height: 26px; font-weight: 700; text-transform: none; }

span.topic1 { font-size: 18px; line-height: 20px; font-weight: normal; }
span.topic2 { font-size: 14px; line-height: 16px; font-weight: normal; }

span.breadcrumb { font-size: 14px; }
a.breadcrumb         { font-size: 14px; }

span.footer { font-size: 17px; line-height: 23px; text-transform: uppercase; }
span.fusszeile { font-size: 12px; line-height: 18px; }
a.fusszeile         { font-size: 12px; line-height: 29px; }

.small { font-size: 11px; line-height: 13px; }
a.small        { font-size: 11px; line-height: 13px; }

a { font-size: 14px; }
a.button > .btn         { font-size: 14px; }

#myCarousel { display: block; }

.carousel .item { height: 250px; }
.carousel-control { 
		height: 250px; 
		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: 250px;
    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; } 

.searchtop { padding-top: 20px; }
.logo img { width: 100%; max-width: 200px; height: auto; padding-top: 15px; padding-bottom: 15px; }

.form-control { height: 22px; padding: 1px 10px 2px 10px; font-size: 12px; background-color: #f6f6f6; border: 1px solid #e0e0e0; }
.form-control:focus { border-color: #cccccc; outline: 0;
  -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); }
.btn { padding: 0px 10px; font-size: 14px; color: #FFFFFF; }		  





/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
.contenttop { padding-top: 30px; }
.zeigen { display: none; }

/* BILD BG STARTSEITE */
.bgimagehome { 	background-color: transparent;
				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; }

/* STRICH */
.strich { border-left: 1px solid #e0e0e0; border-top: 0px solid #e0e0e0; }

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

H1 { font-size: 28px; line-height: 26px; font-weight: 700; text-transform: none; }
H2 { font-size: 22px; line-height: 30px; font-weight: 300; text-transform: none; }
H3 { font-size: 18px; line-height: 26px; font-weight: 700; text-transform: none; }

span.topic1 { font-size: 18px; line-height: 20px; font-weight: normal; }
span.topic2 { font-size: 14px; line-height: 16px; font-weight: normal; }

span.breadcrumb { font-size: 13px; }
a.breadcrumb         { font-size: 13px; }

span.footer { font-size: 17px; line-height: 23px; text-transform: uppercase; }
span.fusszeile { font-size: 12px; line-height: 18px; }
a.fusszeile         { font-size: 12px; line-height: 29px; }

.small { font-size: 11px; line-height: 13px; }
a.small        { font-size: 11px; line-height: 13px; }

a { font-size: 13px; }
a.button > .btn         { font-size: 13px; }

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

.searchtop { padding-top: 20px; }
.logo img { width: 100%; max-width: 158px; height: auto; padding-top: 50px; padding-bottom: 25px; }

.form-control { height: 30px; padding: 1px 10px 2px 10px; font-size: 12px; }
.btn { padding: 6px 20px; font-size: 12px; color: #FFFFFF; border-radius: 0px; }
}



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

H1 { font-size: 32px; line-height: 40px; font-weight: 700; text-transform: none; }
H2 { font-size: 26px; line-height: 34px; font-weight: 300; text-transform: none; }
H3 { font-size: 20px; line-height: 28px; font-weight: 700; text-transform: none; }

span.topic1 { font-size: 26px; line-height: 28px; font-weight: normal; }
span.topic2 { font-size: 16px; line-height: 18px; font-weight: normal; }

span.breadcrumb { font-size: 14px; }
a.breadcrumb         { font-size: 14px; }

span.footer { font-size: 18px; line-height: 24px; text-transform: uppercase; }
span.fusszeile { font-size: 13px; line-height: 19px; }
a.fusszeile         { font-size: 13px; line-height: 30px; }

.small { font-size: 11px; line-height: 13px; }
a.small        { font-size: 11px; line-height: 13px; }

a { font-size: 14px; }
a.button > .btn         { font-size: 14px; }

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

.header { height: 500px; }

.searchtop { padding-top: 20px; }
.logo img { width: 100%; max-width: 210px; height: auto; padding-top: 50px; padding-bottom: 25px; }

.form-control { height: 40px; padding: 1px 10px 2px 10px; font-size: 14px; }
.btn { padding: 10px 30px; font-size: 14px; color: #FFFFFF; border-radius: 0px; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote { font-size: 14px; }

H1 { font-size: 36px; line-height: 44px; font-weight: 700; text-transform: none; }
H2 { font-size: 30px; line-height: 38px; font-weight: 300; text-transform: none; }
H3 { font-size: 24px; line-height: 32px; font-weight: 700; text-transform: none; }

span.topic1 { font-size: 30px; line-height: 32px; font-weight: normal; }
span.topic2 { font-size: 18px; line-height: 20px; font-weight: normal; }

span.breadcrumb { font-size: 14px; }
a.breadcrumb         { font-size: 14px; }

span.footer { font-size: 18px; line-height: 24px; text-transform: uppercase; }
span.fusszeile { font-size: 13px; line-height: 19px; }
a.fusszeile         { font-size: 13px; line-height: 30px; }

.small { font-size: 11px; line-height: 13px; }
a.small        { font-size: 11px; line-height: 13px; }

a { font-size: 14px; }
a.button > .btn         { font-size: 14px; }

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

.searchtop { padding-top: 20px; }
.logo img { width: 100%; max-width: 210px; height: auto; padding-top: 50px; padding-bottom: 25px; }

.form-control { height: 40px; padding: 1px 10px 2px 10px; font-size: 14px; }
.btn { padding: 10px 30px; font-size: 14px; color: #FFFFFF; border-radius: 0px; }
}