﻿body{
background-color: #A00D0A; /* #A00D0A */
/* 
rot abgedunkelt: CE0805
original-rot F00F0A; B20D0A;
milchgrün: 64B98B
*/
margin: 50px;
}

.bild_bg{
	background-image: url(back-garten.jpg);
    background-position: center top;
    background-size: 100% auto;
}

.main-content {
background-color: #FFF;
opacity: 0.9;
padding: 50px; 
width: 80vw;
max-width: 1200px; 
font-family: arial; 
font-size: 14px;
box-shadow: 6px 10px 12px rgba(0,0,0,.275);
}
.center-content {
position: absolute; 
left:50%; transform: translate(-50%);
hight: 100%;
}
@media screen and (min-width: 600px) {
.center {
text-align:center;
}
}
.lefti {
text-align:left;
}
.righti {
text-align:right;
}
.pold{
font-weight: bold;
}
.unpold{
font-weight: normal;
}
.ex-box{
	
}
.pic-respo {
    max-width: 100%;
    height: auto;
}