*{
    margin:  0;
    padding: 0;

    cursor: default;

}

img{
    vertical-align: bottom;
    border: 0;
}


.box-50{
    box-sizing: border-box;

    width: 50%;

    float: left;

    margin: 0 0 55px 0;

}



.button-01{
    padding: 5px 25px;

    border: 0;

    background: #4795e2;

    font-family: 'Open Sans';
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;

    -webkit-transition: all 600ms ease; /* Firefox */
    -moz-transition: all 600ms ease; /* WebKit */
    -o-transition: all 600ms ease; /* Opera */
    transition: all 600ms ease; /* Standard */
    
    cursor: pointer;
}
.button-01:hover{
    background: #606060;
}



#kontaktFormular {
    margin: 0 0 25px 0;
    padding: 20px;

    background: #d0e4f8;

    text-align: left;
}

#kontaktFormular input[type=radio]{
    margin: 0 5px 0 0;
    cursor: pointer;
}
#kontaktFormular label{
    margin: 0 15px 0 0;
    cursor: pointer;
}

#kontaktFormular .input_01,
#kontaktFormular .input_text_01,
#kontaktFormular .textarea_01{
    box-sizing: border-box;

    width: 100%;

    padding: 5px 10px;

    border: solid thin #c7d5E2;

    background: #ffffff;

    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    color: #949494;

}

#kontaktFormular .input_01:hover,
#kontaktFormular .input_text_01:hover,
#kontaktFormular .textarea_01:hover{
    border: solid thin #4795e2;

    color: #4795e2;
}

#kontaktFormular .input_text_01:hover,
#kontaktFormular .textarea_01:hover{
    cursor: text;
}

#kontaktFormular .input_text_01:focus,
#kontaktFormular .textarea_01:focus{

    border: solid thin #4795e2;

    background: #4795e2;

    color: #ffffff;

}

#kontaktFormular .button-01{
    padding: 5px 25px;

    border: 0;

    background: #4795e2;

    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    color: #ffffff;

    cursor: pointer;
}
#kontaktFormular .button-01:hover{
    background: #606060;
}

#kontaktFormular .row{
    margin: 0 0 25px 0;
}

#kontaktFormular .col{
    margin: 0 0 5px 0;
}

#kontaktFormular .meldung-err-01{
    margin: -5px 0 0 0;

    padding: 5px 10px;

    border-right: thin solid #d0e4f8;
    border-left: thin solid #d0e4f8;

    background: lightcoral;

    color: #ffffff;
}

#kontaktFormular .meldung-ok-01{
    margin: 16px 0 16px 0;

    padding: 5px 10px;

    background: lightseagreen;

    color: #ffffff;
}




/* Anfrage */
#anfrage{
      font-family: sans-serif;
}
#anfrage .width-100{
    width: 100%;
}

#anfrage .box-50 {
    padding: 0 15px;

}

#anfrage .box {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: solid thin #CFE4F8;
}
#anfrage .box .headline-1 {
    text-align: center;
    
    margin: 0 0 10px 0;
    
    padding: 0 0 6px 0;
        
    border-bottom: solid thin #CFE4F8;
    
    font-family: 'Open Sans';
    font-size: 30px;
    font-weight: 100;
    line-height: 30px;
    color: #3c8fe0;
}
#anfrage .box .col2 > div{    
    box-sizing: border-box;
    
    display: inline-block;
    
    vertical-align: middle;
    
    width: 50%;

    padding: 5px;
}
#anfrage .box .col2 > div:first-child{    
    border-right: solid thin #CFE4F8;    
}
#anfrage .box .col2 > div:lasst-child{    
           
}
#anfrage .box .foo{  
    margin-top: 5px;
    
    padding: 5px;
    
    border-top: solid thin #CFE4F8;      
}

#anfrage label, #anfrage label *{
    cursor: pointer;
}

#anfrage .input_text_01{
    box-sizing: border-box;

    width: 100%;

    padding: 5px 10px;

    border: solid thin #c7d5E2;

    background: #ffffff;

    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    color: #949494;

}
#anfrage .input_text_01:hover{
    border: solid thin #4795e2;

    color: #4795e2;
}
#anfrage .input_text_01:hover{
    cursor: text;
}
#anfrage .input_text_01:focus{

    border: solid thin #4795e2;

    background: #4795e2;

    color: #ffffff;

}

#anfrage .button-img{
    display: inline-block !important;
    
    background: #4795e2 !important;            
    
    cursor: pointer;
    
    -webkit-transition: all 600ms ease; /* Firefox */
    -moz-transition: all 600ms ease; /* WebKit */
    -o-transition: all 600ms ease; /* Opera */
    transition: all 600ms ease; /* Standard */
    
}
#anfrage .button-img .img{  
    width: 100%;  
                
    border: 0;
    
    background: #2593c6;
    
    cursor: pointer;
}
#anfrage .button-img .img img{
    cursor: pointer;
}
#anfrage .button-img .button{
    display: block;
    
    width: 100%;
    
    padding: 5px 25px;

    border: 0;

    background: transparent;

    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 100;
    line-height: 24px;
    color: #ffffff;
   
    cursor: pointer;
}
#anfrage .button-img:hover{
    background: #606060 !important;
}



#anfrage .err-meldung{
    
    display: block;   
    
    padding: 5px;
    
    border: solid thin lightcoral;
    
    font-weight: 400;
    
    color: lightcoral;
    
}


#anfrage label span.left{
    display: block;
    
    float: left;
}
#anfrage label span.right{
    display: block;
    
    float: right;
    
    padding: 0 10px 0 0;
}
#anfrage label span.info{
    display: block;
    
    clear: both;

    padding: 0 0 4px 0;
    
    font-size: 20px;
    line-height: 25px;
    font-weight: 100;
}



#anfrage #zeitraum{
    box-sizing: border-box;
    
    text-align: left;
    
    margin: 0 0 25px 0;
}



#anfrage .kalender{
    margin: auto;
}
#anfrage .kalender > tbody > tr{
    
}
#anfrage .kalender > tbody > tr > td{        
    text-align: center;
    
    padding: 5px;        
    
    cursor: pointer;
}
#anfrage .kalender > tbody > tr > .tag:hover{        
    background: #cfe4f8;
}
#anfrage .kalender > tbody > tr > .tag.activ{  
    
    background: #91bfee;
    
    font-weight: 400;
    
    color: #fff;    
    
}



#anfrage #ausstattung{
    box-sizing: border-box;
    
    float: left;
    
    text-align: left;
    
    width: 49%;
}
#anfrage #ausstattung .items > div{
    margin: 0 0 10px 0;
}
#anfrage #ausstattung label{
    font-size: 24px;
    line-height: 50px;
}

#anfrage #ausstattung input[type=checkbox]:not(old),
#anfrage #ausstattung input[type=radio   ]:not(old){
  width   : 0;
  margin  : 0;
  padding : 0;
  opacity : 0;
  display : none;
}

#anfrage #ausstattung input[type=checkbox]:not(old) + label,
#anfrage #ausstattung input[type=radio   ]:not(old) + label{
  display      : block;
  margin-left  : 0;
  padding-left : 50px;
  background   : url('../_img/chk-img-120.gif') no-repeat 10px -75px;
}

#anfrage #ausstattung input[type=checkbox]:not(old):checked + label,
#anfrage #ausstattung input[type=radio]:not(old):checked + label{
    font-weight: 400;
    color: #fff;
}

#anfrage #ausstattung input[type=checkbox]:not(old):checked + label{
  background-position :  10px -275px;
  background-color: #91bfee;
}

#anfrage #ausstattung input[type=radio]:not(old):checked + label{
  background-position :  10px -475px;
  background-color: #cfe4f8;
}

#anfrage #ausstattung input[type=checkbox]:not(old) + label:hover,
#anfrage #ausstattung input[type=radio   ]:not(old) + label:hover{
    background-color: #91bfee;
    
    color: #fff;
}



#anfrage #kaution{
    box-sizing: border-box;
    
    float: right;
    
    text-align: left;
    
    width: 49%;
}
#anfrage #kaution .items > div{
    margin: 0 0 10px 0;
}
#anfrage #kaution .items > div:last-child{
    margin: 0 0 0 0;
}
#anfrage #kaution label{
    font-size: 24px;
    line-height: 50px;
}

#anfrage #kaution input[type=checkbox]:not(old),
#anfrage #kaution input[type=radio   ]:not(old){
  width   : 0;
  margin  : 0;
  padding : 0;
  opacity : 0;
  display : none;
}

#anfrage #kaution input[type=checkbox]:not(old) + label,
#anfrage #kaution input[type=radio   ]:not(old) + label{
  display      : block;
  margin-left  : 0;
  padding-left : 50px;
  background   : url('../_img/chk-img-120.gif') no-repeat 10px -75px;
}

#anfrage #kaution input[type=checkbox]:not(old):checked + label,
#anfrage #kaution input[type=radio]:not(old):checked + label{
    font-weight: 400;
    color: #fff;
}
    
#anfrage #kaution input[type=checkbox]:not(old):checked + label{
  background-position :  10px -275px;
  background-color: #91bfee;

}

#anfrage #kaution input[type=radio]:not(old):checked + label{
  background-position :  10px -475px;
  background-color: #91bfee;
}

#anfrage #kaution input[type=checkbox]:not(old) + label:hover,
#anfrage #kaution input[type=radio   ]:not(old) + label:hover{
    background-color: #91bfee;
    
    color: #fff;
}


#anfrage #abholort{    
    clear: both;
    
    box-sizing: border-box;
    
    margin: 25px 0 0 0;
}
#anfrage #abholort label{
    font-size: 30px;
    line-height  : 120px;
}

#anfrage #abholort input[type=checkbox]:not(old),
#anfrage #abholort input[type=radio   ]:not(old){
  width   : 0;
  margin  : 0;
  padding : 0;
  opacity : 0;
  display : none;
}

#anfrage #abholort input[type=checkbox]:not(old) + label,
#anfrage #abholort input[type=radio   ]:not(old) + label{
  display      : block;
  margin-left  : 0;
  padding-left : 0;
  background   : url('../_img/chk-img-120.gif') no-repeat 10px -75px;
}

#anfrage #abholort input[type=checkbox]:not(old):checked + label,
#anfrage #abholort input[type=radio]:not(old):checked + label{
    font-weight: 400;
    color: #fff;
}
#anfrage #abholort input[type=checkbox]:not(old):checked + label{
  background-position :  10px -275px;
  background-color: #91bfee;
}

#anfrage #abholort input[type=radio]:not(old):checked + label{
  background-position :  10px -475px;
  background-color: #91bfee;
}

#anfrage #abholort input[type=checkbox]:not(old) + label:hover,
#anfrage #abholort input[type=radio   ]:not(old) + label:hover{
    background-color: #91bfee;
    
    color: #fff;
}


#anfrage #preisliste-Vermietung{
    width: 70%;

    margin: 0 auto !important;

    border-collapse: collapse;

    font-family: 'Open Sans';
    font-weight: 100;
}
#anfrage #preisliste-Vermietung tfoot td{
    padding: 10px;
    background: #faf8f7;
    
    color: #a0a0a0; 
    text-align: center;
}
#anfrage #preisliste-Vermietung tr:nth-of-type(odd) {
    background: #f4f9fd;
}
#anfrage #preisliste-Vermietung th {
    background: #2493c5;
    color: #ffffff;
    font-weight: 400;
}
#anfrage #preisliste-Vermietung td, th {
    padding: 6px;
    border: solid thin #cfe4f8;
    color: #505050;
    text-align: left;
}
#anfrage #preisliste-Vermietung tbody tr td:nth-child(3),
#anfrage #preisliste-Vermietung tbody tr td:nth-child(4){

    font-weight: 400;
    
}
#anfrage #preisliste-Vermietung .gesamt td{
    border-top-width: 2px;
}
#anfrage #preisliste-Vermietung .gesamt td b{
    font-weight: 500;
}




@media (max-width: 1020px){
    #anfrage .box .col2 > div{    

        width: 100%;

        padding: 5px;
    }

    #anfrage #ausstattung, #anfrage #kaution{
        width: 100%;
        margin-bottom: 25px;
    }
    
}



@media (max-width: 768px){
    .box-50{
        width: 100%;

        float: none;

        margin: 0 0 55px 0;
    }
    #anfrage #preisliste-Vermietung{
        font-size: 12px;
    }
    #kontaktFormular {
        width: 90% !important;
    }
}




