@font-face{font-family:'Audiowide-Regular';src:url('Audiowide-Regular.ttf')format('truetype');}
html{background-color: #000011;}
html,body{margin:0px;padding:0px; color:#eee;font-size:16pt;}
.svg_logo{width:300px;}
.menu{text-align: right;padding-top: 50px;min-height: 80px;display: flex;justify-content: space-between;flex-flow: row wrap;}
.topwrapper{
    /*border-bottom: #dddddd 3px solid;*/
           padding-top:8px;width:100%;}
.wrapper,.topwrapper{max-width:1600px;margin: 0 auto;}
.wrapper{width:calc(100% - 20px); padding: 10px;}
.index-logo-link{float:right;}
a{text-decoration: none;}
.wrapper a{text-decoration: none; color: #ff3333;}
.page_img{width:100%;margin:15px 0px;}
h1,h2,h3{font-family:'Audiowide-Regular';margin:0px;padding:0px;}
h1{color:#FCBD0F;}
.c{text-align: center;}
.b{font-weight: bold;}
.footer{border-top: #dddddd 3px solid;margin-top:20px;padding-top:20px;}
.kontakt span{display: block; margin-bottom: 15px;}
.footer .wrapper{display: flex;justify-content: space-around;flex-flow: wrap;}
.footer .wrapper span{display: inline-block; margin: 10px;}
.rightpic{height:500px;float:right;}
.bottompic{width:100%;display: none;}
/*.rpb{float:right;padding-top:-500px;text-align: right;}*/
.kontakt{float:left;}
.loginform{width:100%; max-width:500px;font-size:30pt;margin:0 auto;}
.loginform input{display: block;width:100%;font-size: 36pt;}
.MemberEdit input, .NewMemberSave input{width:300px;}
input[type=submit]{font-size: 25pt;background-color: #dddddd;}
.mbclogo{width:100%;max-width:120px;float:right;}

 /*menu*/ 
.svg-wrapper {
  height: 60px;
  margin: 0px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  /*width: 320px;*/
  display: inline-block;
}
.shape {
  fill: transparent;
  stroke-dasharray: 140 540;
  stroke-dashoffset: -274;
  stroke-width: 8px;
  stroke: #ff0000;
}
.text {
  color: #fff;
  font-family: 'Roboto Condensed';
  font-size: 22px;
  /*letter-spacing: 8px;*/
  line-height: 32px;
  position: relative;
  margin-top: -48px;
  text-align: center;
}
@keyframes draw {
  0% {
    stroke-dasharray: 140 540;
    stroke-dashoffset: -474;
    stroke-width: 8px;
  }
  100% {
    stroke-dasharray: 760;
    stroke-dashoffset: 0;
    stroke-width: 2px;
  }
}
.svg-wrapper:hover .shape {
  -webkit-animation: 0.5s draw linear forwards;
  animation: 0.5s draw linear forwards;
}
/*end menu*/
.bg-white{background-color: #fff;}
.mailwrapper{width:calc(100% - 40px);max-width:1200px;
            background-color:#fff;margin:10px auto;color:#000000;padding:10px;display: block;}
.mailwrapper .beschr{display: inline-block;width:100px;float:left;}
.mailwrapper input, .mailwrapper textarea,.mailwrapper select{width:calc(100% - 140px);}
.mailwrapper textarea{min-height: 300px;}
.mailwrapper .h1{font-size:18pt;color:#ff0000;}
.mailwrapper option{font-size: 14pt;}
@media(max-width:1455px){
    .svg-wrapper{margin: 5px 80px;}
}
@media(max-width:1370px){
    .svg-wrapper{margin: 5px 50px;}
}
@media(max-width:1200px){
    .svg-wrapper{margin: 5px 20px;}
}
@media(max-width:1000px){
    .svg-wrapper{margin: 5px;}
    .rightpic{display:none}
    .bottompic{display: block;}
}
@media(max-width:760px){
    .topwrapper{text-align: right;}
    .index-logo-link{float:none;}
    .svg-wrapper {margin: 5px auto;}
    .footer .wrapper{display: block;}
    .MemberEdit input, .NewMemberSave input{display: block;width:100%;}
    
}
@media(max-width:450px){
    .mbclogo{max-width: 80%;
             margin:0 auto;
             display: block;
    float:none;}
}