            body{
                font-family: 'Raleway', sans-serif;
               background-color:#f7f7f7;
                
            }
            .menu,
.menu ul,
.menu li,
.menu a {
    
    padding: 0;
    border: none;
    outline: none;
}
 
.menu {
    height: 40px;
    width: 700px;
    margin:auto;
}
 
.menu li {
    position: relative;

    list-style: none;
    float: left;
    display: block;
    height: 40px;
    border-top:#E8E8E8 1px solid;
    border-bottom:#E8E8E8 1px solid;
}
.menu li a {
    display: block;
    padding: 0 14px;
    margin: 6px 0;
    line-height: 28px;
    text-decoration: none;
   font-family: 'Josefin Sans', sans-serif;
 
       border-left: 1px solid #E8E8E8;
 
 
   
    font-size: 18px;
 
  color: #040404;
   
 
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}
 
.menu li:first-child a { border-left: none;}
.menu li:last-child a{ border-right: none;}
 
.menu li:hover > a { color: #CDBACD; }

.menu ul {
    position: absolute;
    top: 40px;
    left: 0;
 
    opacity: 0;
   
 
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
 
    -webkit-transition: opacity .25s ease .1s;
    -moz-transition: opacity .25s ease .1s;
    -o-transition: opacity .25s ease .1s;
    -ms-transition: opacity .25s ease .1s;
    transition: opacity .25s ease .1s;
}
 
.menu li:hover > ul { opacity: 1; background: #fff;
    border: 1px solid #E8E8E8; }
 
.menu ul li {
    height: 0;
    overflow: hidden;
    padding: 0;
 
    -webkit-transition: height .25s ease .1s;
    -moz-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
 
.menu li:hover > ul li {
    height: 35px;
    overflow: visible;
    padding-bottom: 5px;
   
}
.menu ul li a {
    width: 170px;
    padding: 4px 0 4px 8px;
    font-size: 16px
    
}
@media (max-width:767px){.hidden-xs{display:none !important;}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important;}}
.menu ul li:last-child a { border: none; }
h3{
text-align: center;
color: #6A4469;
}
h2{
 margin:15px;
 font-weight: lighter;   
}
.header{
   background-image:url(http://media.peradulti.de/images/prdlt-header.jpg);
   background-repeat: no-repeat;
  min-height: 63px;
  padding-top: 150px;
  width: 1368px; 
}
.shdw{
    box-shadow: 0px 0px 5px grey;
    background-color:#fff;
}
@media (min-width:768px){.main{width:1080px;}
@media (min-width:10px) and (max-width:767px){.main{width:90% !important;}}

.main{
    
    min-height: 600px;
    margin-top:15px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.rightcol{
   width: 272px;
   min-height: 500px;
   margin-top:15px;
   float: left;
}
.footer{
      width: 1368px;
      min-height: 200px;
      clear:both;
      margin-top: 15px;
}
.footermain{
    width:31%;
    float:left;
    padding-left: 25px;
    border-right: 1px solid #E8E8E8;
    margin-top: 10px;
}
.pic{
margin:auto;
width: 400px; 
height: 400px;
}
.picpo{
max-height:100%; max-width:100%;
vertical-align:middle;
}

