

.verlauf-wrap {
	margin: 0;
	position: relative;
}
.bgcolor1 {
	background-color: #D1E8DE;
	background: #383232 url(../images/header-links.jpg);
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	
	
}
.bgcolor2 {
	background-color: #009A74;
	background: #383232 url(../images/header-rechts.jpg);
	position: absolute;
	width: 50%;
	height: 100%;
	right: 0;
}
header {
	background: #FEFEFE none repeat scroll 0 0;
}

.verlauf {
	background: url('../images/verlauf.jpg');
	background-size: contain;
	position: relative;
}

.schwettmannheader {
	margin: 0 auto;
    width: 100%;
    text-align: center;
	padding-top: 20px;
    padding-bottom: 14px;
}



.row {
	margin: auto;
}
/*****Slider***/
#intro {
	margin-top: 30px;
	margin-bottom: 30px;

}
/*****Zimmerei***/
.lb-image{
	max-width: inherit;
}
#portfolio {
	line-height: 20px;
	text-decoration: blink;
}
#portfolio img {
	max-width: 160px;
}
@media only screen and (max-width: 767px) {
	#portfolio {
		line-height: 18px;	
	}
	#portfolio img {
		width: 100%;
		max-width: 100%;
	}
}


/*****(Manfred) ***/
#client {
	background-color: #FEFEFE;
}

#footergrau {
	background-color: #D2D8D8;
	padding: 40px 0;
}

#header2 {
	background: #FEFEFE;
}

@media (max-width: 768px) {
    #page-title {
	      margin-top: 80px;
		  }
	.logo a img {
          margin-top: 8px;
       
    }
}


/* Für vergrößerte Bilder Mouseover */

.thumbnail{
position: relative;
float:left;
margin: 0px 16px 0px 0px;
max-width: 100%;   /*für die Skalierung */
	height: auto;     /* für die Skalierung */
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: ;
}

.thumbnail span{ /*CSS fuer groesseres bild*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS fuer groesseres bild*/
border-width: ;
padding: 4; 
 /*bestimmt den Rand fuer groesseres bild*/
}

.thumbnail:hover span{ /*CSS fuer groesseres bild */
visibility: visible;
width: 140%;
height: auto;
top: 0px;   /*<<- hier kannst du die position nach oben und unten aendern!!! */
left:-70px; /*<<<- hier kannst du die seitliche position aendern!!! */
z-index: 50; 
}

/* Ende vergrößerte Bilder Mouseover */

	
