
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);


label{
  font-size: 16px;
  line-height: 18px;
}

html, body{
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /*color: white;*/
}

body {
  font-size: 22px;
  font-family: 'Arial';
}

h1{  

  font-family: 'Arial';
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 44px;
  font-size: 38px;
}

h2{
  font-size: 22px;
  font-family: 'Arial';
  font-weight: 700;
}

p, textarea{
  font-size: 22px;
  font-weight: 300; 
  width: 100%;
  padding-right: 10px;
  box-sizing: border-box; 
}


.wrapper{
  margin: 0;
  padding: 0;
  background-image: url('img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 100%
}

.content_box{
  background-color: rgba(255, 255, 255, 0.55);
  margin: 0;
  padding: 1% 2%;
  min-height: 100%;
  box-sizing: border-box; 
}

.textfeld{
  margin: 7px 0;
}

.formular_box{
  width:100%;
}

input[type=text], input[type=email], input[type=url], input[type=password],
textarea {
	width: 100%;
  height: 36px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-left: 7px;
  box-sizing: border-box;
  font-family: 'Arial';
  font-size: 22px;
  font-weight: 300;
}

  .dropDownMenu select{
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }


  .dropDownLeiste, .checkbox_box, .radiobutton_box {
    margin-top: 12px;
}


.dropDownLeiste {
  height: 35px !important;
  width: 100%;
  font-size: 22px;
  box-sizing: border-box; 
  font-family: Arial;
}

.absenden_button{
  margin: 25px 0px;
}

.textArea_box{
    margin: 25px 0px;
}

.logoleiste{
  margin-top: 10px;
  width:100%;
  height:60px;
  box-sizing: border-box; 
}

#logo1, #logo2, #logo3, #logo4 {
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  height:100%;
  margin: 0 5px;
}

#logo1{
  /*display: none;*/
  background-image: url("img/logo_1.png");
  float: left;
  width: 25%;
}

#logo2{
  /*display: none;*/
  background-image: url("img/logo_2.png");
  float: left;
  width: 33%;
}

#logo3{
  /*display: none;*/
  background-image: url("img/logo_3.png");
  float: left;
  width: 20%;
}

#logo4{
  /*display: none;*/
  background-image: url("img/logo_4.png");
  float: right;
  width: 18%;
}

#weiterleitung{
  display:inline;
  font-size:18px;
}


#submitButton {
  width:50%;
  height: 35px;
  font-size: 18px !important;
}

#zur_vol_startseite{
  height: 35px;
  font-size: 18px !important;
}

#vol_startseite{
  font-family: 'Arial';
  font-weight: 300;
  height: 35px;
  font-size: 18px !important;

}


.fb-like{
  margin-top: 5px;
  margin-bottom: 20px;
}



/**** iPhone Portrait & Landscape ****/
@media all and (max-width: 480px)  {

    .wrapper{
    }

    .content_box{
      width:100%;
      margin: 0;
      padding-left: 10px; 
      padding-right: 10px; 
      /*background-color: yellow;*/
    }

    h2{
      font-size: 22px !important;
   }
    
    p{
    }

     textarea{
      /*width: 100%;*/
      height: 100%;
      font-size: 22px !important;
    }


}


@media all and (min-width: 481px) and (max-width: 768px) {
    /* small Table Portrait 600, iPad Portrait 768 */

   .content_box{
      width: 75%;
      margin: 0 auto;
    /*background-color: blue;*/
    }

    h2{
      font-size: 22px !important;
    }

    .formular_box{
      width:75%;
    }

    
    textarea{
     /* width: 50%;*/
      height: 100%;
      font-size: 22px !important;
    }


    #submitButton{
      width:30%;
      height: 35px;
      font-size: 22px !important;
    }
}


@media all and (min-width: 769px) {
    /* iPad landscape 1024 && DESKTOP*/
    
   .content_box{
    /*background-color: blue;*/
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    }

    p{
      width: 100%;
    }

    h2{
      font-size: 22px !important;
    }
   
    textarea{
      width: 100%;
      height: 50%;
      font-size: 22px !important;
    }

    .formular_box{
      width:75%;
    }

     #submitButton{
        width:20%;
        height: 35px;
        font-size: 22px !important;
      }
}

.valid{
  color: #000000;
}

.error, .error a{
  color: #ff0000 !important;
  /*border-style: solid;
  border-width: thin;
  border-color: #ff0000;*/
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
 
.clearfix {
    display: inline-block;
}
 
html[xmlns] .clearfix {
    display: block;
}
 
* html .clearfix {
    height: 0;
}
