@charset "utf-8";
/* CSS Document */


.box5 {
	
	background-color: #53310E;
	
}

.box5-1 {
	margin-top: -20px;
    background-color: #EAEAEA;
    margin-bottom: -40px;
    padding-bottom: 40px;
	padding-top: 20px;
	
}

.box5-2 {
	
    background-color: #fff;
   padding: 20px;
   margin-left: 20px;
   color: #70563F;
   height: auto;
    min-height: 258px;
	
}

.box5-3 {
background-color: #fff;
    padding: 20px;
    margin-left: -30px;
	/* margin-right: 25px;  Einsetzen wenn nur Bild statt Rauch */
    color: #70563F;
    height: auto;
    min-height: 190px;
    margin-right: -6px;
}

div.klein-pic {
	
	
	padding-left: 20px;
	display: block;
	
	
	position: relative;
	
}

div.gross-pic img{
	
	
	
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
	margin-left: -30px;
	
	
	
}

.box5-Kopf {
    font-size: 1.05rem;
    
    font-weight: 500;
    color: #000;
	text-transform: uppercase;
}

.box5-content {
    display: block;
}

.box5-content:before {
    content: '';
    width: 50px;
    height: 2px;
    background: #a7a7a7;
    display: block;
    margin-bottom: 0.625rem;
}

#oben {
	min-height: 40px;
}

@media (max-width: 767px) {

.klein-pic img{
	
	padding-left: 80px;
	
}

.box5-3 {
    background-color: #fff;
    padding: 20px;
    margin-left: 0px; 
    color: #70563F;
    height: auto;
    min-height: 190px;
    margin-right: 0px; 
    margin-top: 20px;
}

}


	
	


