@media all {

    .contact-form input[type="text"], 
    .contact-form  input[type="email"] 
    {
        border-radius: 4px !important;
        border: 1px solid #C1BFBF;
        box-sizing: border-box;
        color: #333333;
        overflow: auto;
        padding: 4px;
        vertical-align: top;      
    }
    .contact-form textarea#jform_contact_message {
        border: 1px solid #c1bfbf;
        border-radius: 6px !important;
        box-sizing: border-box;
        color: #333333;
        overflow: auto;
        padding: 5px 8px;       
        vertical-align: top; 
    }
    
    .contact-form   .control-group{
        
      margin-bottom:10px;  
        
    }

/* forrmular hinweis */

.hinweisForm{
    
    font-size:12px!important;
    font-weight:500!important; 
    width:80%!important;
    float:left;
    margin-top:10px!important;
    margin-bottom:10px!important;
     
     
 }

/* kontaktformulare */

.invalid {
    border-color: #B94A48;
    background: #F2DEDE;
  }
  label.invalid, label.required span {
    color: #B94A48;
    background: none;
  }

 #contact-form fieldset {
    margin: 18px 0 10px;
    padding: 0;
    width: 82%;
    border: none;
  }

  .contact-form legend {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #364b5e;
    font-size: 0.80em !important;
    margin-left: 0;
    width: 80%;
    margin-bottom: 20px;
  }

  .contact-form label {
    font-size: 13px;
    margin: 10px 0 9px 0 !important;
    display: inline-block;
  }


 #contact-form #jform_com_fields_datenschutz-lbl{
    
    width:32%;
    float:left!important;
    display: block;
    font-size: 13px !important;
    padding-top:0px;
    
    
}



.cont-body-mail .contact-form button.btn {
    background-color: rgb(86, 125, 190) !important;
    border: medium none;
    border-radius: 30px 4px;
    color: #fff !important;
    display: inline-block;
    float: left;
    clear: both;
    font-size: 16px;
    height: 34px;
    line-height: 16px !important;
    margin: 15px 0 4% 2% !important;
    padding: 0.3em 0.6em;
    text-align: center !important;
    vertical-align: middle !important;
    width: 180px;
  }

#contact-form #jform_contact_message{
    margin-bottom:15px;
    
    
    
    
}
.datenschutz .icon-email,
.cont-body-mail .icon-email{

margin-top:5px;
float: left;

}

.datenschutz .icon-email{

margin-right:5px;

}

.cont-body-mail #content address{

line-height: 22px;
font-size: 16px;
margin-bottom:80px;

}

#contact-form #jform_com_fields_datenschutz {
margin: 0px 18px 0 5px !important;
padding: 0;
width: 30% !important;
border: none;
float: left;

}


#contact-form #jform_com_fields_datenschutz legend.visually-hidden
{

display:none


}

dt.mailIcon{

width:20px;float:left;
margin-right: 10px;



}

.AdLine{
width:100%;
float:left;
margin:10px 0 25px 0;


}



}
@media screen and (max-width: 500px) {

 


}
@media screen and (min-width: 501px) and (max-width: 1000px) {





}   

@media screen and (min-width: 1001px) {






 
    


}