* { margin: 0; padding: 0; outline: 0; }


body {
    font-size: 12px;
    line-height: 22px;
    font-family: verdana, arial, sans-serif;
    color: #727272;
	}

img {max-width: 100%;
     height:auto;
	     }

h1 { font-size: 22px; color:#a13267; font-weight: 500; margin: 50px 0 30px 0; text-align: center;}
h2 { font-size: 16px; color:#a13267; font-weight: 500; margin: 15px 0 15px 0; text-align: center;}
h3 { font-size: 16px; color:#55959f; font-weight: 500; margin-top: 20px; border-bottom: 1px solid #cecccd; padding-bottom: 5px;}

p {padding: 10px 0 5px 0;}

.container1 {
width:100%;
float: left;
}

 .header {
margin-top: 10px;
width:100%;
}

#titel {
display: flex; 
justify-content: center; 
align-items: center;
}

#flex {
display: flex; 
justify-content: center; 
align-items: center;
background-color: #f3f5f6;
border-top: 20px solid #f3f5f6;
border-bottom: 20px solid #f3f5f6;
}

#flex-volk {
display: flex; 
justify-content: center; 
align-items: center;
margin: 20px 0 20px 0;
}

.container2 {
width:100%;
display: flex; 
justify-content: center; 
align-items: center;
}

#content {
width: 1100px;
margin: 10px;
}

.footer {margin: 20px 0 50px 0;
padding-top: 10px;
text-align: center;
border-top: 1px solid #cecccd;

}

      a:link {
      color: #727272; text-decoration: none;
      }
     
      a:visited {
      color: #727272;
      }
     
      a:hover {
      color: #bb1044; text-decoration: underline;
      }
      
      





