/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring2 { background-color: #ebebeb; }
.coloringfuss { background-color: #FFFFFF; }

.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: #424242;
		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: #363636; 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 = 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: #FFFFFF; text-align: center; position: relative; padding: 0px; border-bottom: 10px solid #96bf33; padding-bottom: 20px; }
.box:hover { background-color: #f4f8ea; }





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

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

/* BILD BG STARTSEITE */
.bgimagefuss { 	background-image: none; 
				background-position: top; 
				background-color: #242424; 
				background-repeat: none; padding-top: 30px; padding-bottom: 10px; }

H1 { font-size: 26px; line-height: 32px; font-weight: 400; text-transform: uppercase; }
H2 { font-size: 14px; line-height: 20px; font-weight: 400; text-transform: uppercase; }
H3 { font-size: 20px; line-height: 26px; font-weight: 400; text-transform: uppercase; }

span.breadcrumb { font-size: 12px; }
a.breadcrumb         { font-size: 12px; }
span.fusszeile { font-size: 12px; line-height: 18px; }
a.fusszeile         { font-size: 12px; line-height: 18px; }

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

.positionslider { width: 100%; position: relative; z-index: 2; }

.glyphheight { font-size: 24px; }

.bgmenu { background-image: url(../design/bgmenu.png); background-color: #1f1f21; background-repeat: repeat-x; min-height: 60px; box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); -webkit-box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); -moz-box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); }
.nbaustein { margin-top: 0px; }

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

.form-control { color: #555; background-color: #fff; border: 1px solid #ccc; border-radius: 4px; }
.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: 2px 12px; font-size: 15px; color: #999999; }
		  






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

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

/* BILD BG STARTSEITE */
.bgimagefuss { 	background-image: url(../design/bg-fusszeile.png); 
				background-position: top; 
				background-color: transparent; 
				background-repeat: auto; padding-top: 30px; padding-bottom: 50px; }

H1 { font-size: 26px; line-height: 32px; font-weight: 400; text-transform: none; }
H2 { font-size: 14px; line-height: 20px; font-weight: 400; text-transform: uppercase; }
H3 { font-size: 20px; line-height: 26px; font-weight: 400; text-transform: uppercase; }

span.breadcrumb { font-size: 12px; }
a.breadcrumb         { font-size: 12px; }
span.fusszeile { font-size: 12px; line-height: 18px; }
a.fusszeile         { font-size: 12px; line-height: 18px; }

.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: auto; }
.carousel-control { 
		height: auto; 
		width: 10%;
 }
		
.header { height: auto; }

.positionslider { width: 100%; position: absolute; z-index: 2; }

.glyphheight { font-size: 24px; }

.bgmenu { background-image: url(../design/bgmenu.png); background-color: #1f1f21; background-repeat: repeat-x; min-height: 60px; box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); -webkit-box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); -moz-box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); }
.nbaustein { margin-top: 30px; }

.linktop { padding-top: 40px; }
.searchtop { padding-top: 40px; }
.logo img { width: 100%; max-width: 220px; height: auto; padding-top: 30px; padding-bottom: 20px; }

.form-control { height: 26px; padding: 2px 8px; font-size: 12px; }
.btn { padding: 2px 12px; font-size: 15px; color: #999999; }
}



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

/* BILD BG STARTSEITE */
.bgimagefuss { 	background-image: url(../design/bg-fusszeile.png); 
				background-position: top; 
				background-color: transparent; 
				background-repeat: auto; padding-top: 30px; padding-bottom: 80px; }

H1 { font-size: 30px; line-height: 36px; font-weight: 400; text-transform: uppercase; }
H2 { font-size: 15px; line-height: 21px; font-weight: 400; text-transform: uppercase; }
H3 { font-size: 22px; line-height: 28px; font-weight: 400; text-transform: uppercase; }

span.breadcrumb { font-size: 13px; }
a.breadcrumb         { font-size: 13px; }
span.fusszeile { font-size: 12px; line-height: 18px; }
a.fusszeile         { font-size: 12px; line-height: 18px; }

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

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

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

.header { height: auto; }

.positionslider { width: 100%; position: absolute; z-index: 2; }

.glyphheight { font-size: 24px; }

.bgmenu { background-image: url(../design/bgmenu.png); background-color: #1f1f21; background-repeat: repeat-x; min-height: 60px; box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); -webkit-box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); -moz-box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); }
.nbaustein { margin-top: 30px; }

.linktop { padding-top: 40px; }
.searchtop { padding-top: 40px; }
.logo img { width: 100%; max-width: 290px; height: auto; padding-top: 30px; padding-bottom: 20px; }

.form-control { height: 26px; padding: 2px 8px; font-size: 12px; }
.btn { padding: 2px 12px; font-size: 15px; color: #999999; }
}



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

H1 { font-size: 36px; line-height: 42px; font-weight: 400; text-transform: uppercase; }
H2 { font-size: 16px; line-height: 22px; font-weight: 400; text-transform: uppercase; }
H3 { font-size: 24px; line-height: 30px; font-weight: 400; text-transform: uppercase; }

/* BILD BG STARTSEITE */
.bgimagefuss { 	background-image: url(../design/bg-fusszeile.png); 
				background-position: top; 
				background-color: transparent; 
				background-repeat: auto; padding-top: 30px; padding-bottom: 160px; }

span.breadcrumb { font-size: 13px; }
a.breadcrumb         { font-size: 13px; }
span.fusszeile { font-size: 13px; line-height: 19px; }
a.fusszeile         { font-size: 13px; line-height: 19px; }

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

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

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

.positionslider { width: 100%; position: absolute; z-index: 2; }

.bgmenu { background-image: url(../design/bgmenu.png); background-color: #1f1f21; background-repeat: repeat-x; min-height: 60px; box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); -webkit-box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); -moz-box-shadow: 0px 4px 15px 1px rgba(28, 28, 28, 0.9); }
.nbaustein { margin-top: 30px; }

.glyphheight { font-size: 30px; }

.linktop { padding-top: 40px; }
.searchtop { padding-top: 40px; }
.logo img { width: 100%; max-width: 300px; height: auto; padding-top: 30px; padding-bottom: 20px; }

.form-control { height: 26px; padding: 2px 8px; font-size: 12px; }
.btn { padding: 2px 12px; font-size: 15px; color: #999999; }
}