@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');

html, body{
    margin: 0;
    padding: 0;
    background-color: #fafafa;
    color: #151414;
    font-family: Segoe UI;
}
.box-container{
    display: flex;
}
.box{
    padding: 10px; width: 50%; border: 1px solid #f5f5f5;
}

.meldung{
    width: 100%;
    z-index: 9999;
    height: 5px;
    position: fixed;
    display: none;
}

header{
    background-color: #ffffff;
    position: relative;
}

header .logo{
    padding: 30px;
    width: 600px;
}

header .telefon{
    transition: all ease .5s;
    border-radius: 8px 0 0 8px;
    width: 255px;
    padding: 10px;
    background: #2b2a2ae3;
    position: fixed;
    right: -205px;
    top: 200px;
}

header .telefon img{
    vertical-align: middle;
    margin-right: 4px;
    height: 70px;
    width: 51px;
    border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px

}

header .nummer{
    color: #ffffff;
    vertical-align: middle;
    font-size: 25px;
    font-weight: bold;
    margin-left: 4px;
    /* background-color: #25b4e8; */
    /* color: #7979b5; */
    /* text-shadow: 0 0 4px black; */
    text-shadow: 0px -2px 17px black;
    box-shadow: 0 0 12px 0px black;
}

header .oben_telefon{
    position: absolute;
    top: 0;
    padding-top: 20px;
    right: 100px;
    display : flex;
    align-items : center;
}

header .oben_telefon img{
    float: left;
    border-radius: 99%;

}

header .oben_telefon .hotline_wrapper{
    vertical-align: middle;
    color: #3a3838;
    float: left;
    margin-left: 20px;
    text-align: center;
}

nav{
    text-align: center;
}

nav ul li{
    transition: color ease .5s;
    display: inline-block;
    color: #a5727c;
    margin: 20px;
}

nav ul li:hover{
    cursor: pointer;
    color: #2f596b;
}

.hotl{
    font-style: italic;
    font-weight: bold;
    font-size: 22px;
    color: #7979b5;
    text-shadow: 0 0 0px black;
    box-shadow: 0px 0px 6px 0px black;
}

span.hotl {}

span.hotl {}

.numb{
    font-weight: bold;
    display: inline-block;
    -webkit-animation: rumble 6s infinite linear;
    -moz-animation: rumble 6s infinite linear;
    -o-animation: rumble 6s infinite linear;
    animation: rumble 6s infinite linear;

    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
}

.numb.numb2{
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
    animation-delay: 5s;
}


@keyframes rumble {
    0% 
    {
        transform: rotate(-1deg);
        -webkit-transform: rotate(-1deg);
    }
    1% 
    {
        transform: rotate(3deg);
        -webkit-transform: rotate(3deg);
    }
    2% 
    {
        transform:  rotate(-2deg);
        -webkit-transform:  rotate(-2deg);
    }
    3% 
    {
        transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
    }
    4% 
    {
        transform:  rotate(-2deg);
        -webkit-transform:  rotate(-2deg);
    }
    5% 
    {
        transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
    }
    6% 
    {
        transform:  rotate(-2deg);
        -webkit-transform:  rotate(-2deg);
    }
    7% 
    {
        transform: rotate(4deg);
        -webkit-transform: rotate(4deg);
    }
    8% 
    {
        transform:  rotate(-2deg);
        -webkit-transform:  rotate(-2deg);
    }
    9% 
    {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

    100% 
    {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }

}


.whatel{
    font-style: italic;
    font-size: 14px;
    color: #757ddc;
    /* background-color: #804b4b; */
    text-shadow: 0 0 20px black;
}

span.whatel {}

span.whatel {}

.whats{
    display: none;
    height: 77px;
    width: 43px;
    position: fixed;
    bottom: 0;
}

.whats img{
    height: 49px;
    width: 49px;
}

header a{
    text-decoration: none;
}

.formular_wrapper{
    overflow: hidden;
    background-image: url(autohaus.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.formular{
    border-radius: 8px;
    min-width: 630px;
    width: 50%;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.58);
    margin: 40px auto;
    display: table;
}

.formular h3{
    text-align: center;
    color: #787ab4;
}

.formular h2{
    text-align: center;
    color: #c57182;
}

.formular input, .formular select, .formular textarea{
    width: 50%;
    margin: 26px auto;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-family: Segoe UI;
}
form[name=formular] select{
    width:52.5%;
}
.formular input.senden{
    transition: all ease .5s;
    width: 60%;
    margin: 25px auto;
    border: none;
    background-color: #f5f5f5;
    color: #151414;
    border: 3px solid #151414;
}

.formular input.senden:hover, .nach_oben:hover{
    cursor: pointer;
    background-color: #f5f5f5;
}

.check_div{
    display: flex;
    flex-direction: row;
    height: 80px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.check_div .check_div_left{
    width: 50px;
}
.check_div .check_div_right{

}

select:hover{
    cursor: pointer;
}

select:disabled:hover,
select[disabled]:hover{
    cursor: not-allowed;
}

input:disabled:hover,
input[disabled]:hover{
    cursor: not-allowed;
}

textarea:disabled:hover,
textarea[disabled]:hover{
    cursor: not-allowed;
}

.beschreibung_wrapper{
    overflow: hidden;
}

.beschreibung_kleiner{
    width: 50%;
    min-width: 630px;
    overflow: hidden;
    margin: 20px auto;
}

.beschreibung_kleiner h2, .beschreibung_kleiner h4{
    text-align: center;
}

.ueber_wrapper{
    display: table;
    width: 100%;
}

.ueber_kleiner{
    display: table-cell;
    width: 50%;
}

.ueber_kleiner h2{
    text-align: center;
}

.ueber_kleiner.links{
    padding: 40px 10%;
    background-color: #2b2a2a;
    color: #f5f5f5;
}

.ueber_kleiner.rechts{
    background-image: url(vertrag.jpg);
    background-size: cover;
    background-position: center;
}

.bieten_wrapper{
    width: 50%;
    min-width: 630px;
    overflow: hidden;
    margin: 20px auto;
}

.bieten_wrapper h2{
    text-align: center;
}

.bieten_wrapper ul li{
    list-style: none;
    margin-bottom: 10px;
}

.bieten_wrapper li::before {
    content: "> ";
    color: #2b2a2a;
    font-size: 21px;
}

footer{
    width: 100%;
    background-color: #2b2a2a;
}

.reihe{
    width: 33.333%;
    float: left;
}

.ablauf_wrapper{
    width: 80%;
    min-width: 630px;
    overflow: hidden;
    margin: 0 auto;
    border-top: 3px solid #2b2a2a;
}

.ablauf_wrapper h4{
    text-align: center;
}

.ablauf_wrapper .schritt{
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 10px;
}

.ablauf_wrapper .schritt .nummer{
    text-align: center;
    font-family: Garamond;
    font-size: 50px;
    margin-top: 20px;
    color: #2b2a2a;
}

.nach_oben{
    transition: all ease .5s;
    width: 50%;
    min-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    background-color: #f5f5f5;
    border: 3px solid #2b2a2a; 
    color: #2b2a2a;
}

#unsichtbar{
    display: none;
}


#select_box_wrapper{
    overflow: hidden;
}

.formular_message{
    color: #cccc1c;
    text-align: center;
}

.formular_message a{
    color: #c7d012;
    font-weight: bold;
}

.bewertungen_wrapper{
    width: 70%;
    min-width: 600px;
    overflow: hidden;
    margin: 60px auto;
}

.bewertung{
    margin: 0 auto;
    width: 25%;
}

.testimonial{
    margin: 0 20px 40px;
}
.testimonial .testimonial-content{
    padding: 35px;
    margin-bottom: 35px;
    background: #2b2a2a21;
    border: 1px solid #2b2a2a;
    position: relative;
}
.testimonial .testimonial-content:after{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #15ef86;
    position: absolute;
    bottom: -10px;
    left: 22px;
    transform: rotate(45deg);
}

.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: rgba(0, 0, 0, 0.58);
    line-height: 23px;
    margin: 0;
}

.testimonial .title{
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #151414;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
    text-shadow: 0 0 1px black;
}

.owl-carousel{
    z-index: 0;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.impressum_wrapper{
    width: 50%;
    min-width: 600px;
    margin: 0 auto;
}

footer p{
    text-align: center;
    color: white;
}

footer div{
    padding: 10px 0;
}

footer a{
    text-decoration: none;
}

/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}

/* Inner */
.popup-inner {
    max-width:700px;
    width:80%;
    padding:40px;
    position:absolute;
    text-align: center;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    border: 5px solid #fff;
    border-radius: 3px;
    background: #2f596b;
    color: #fff;
}

.popup-inner h2{
    margin-top: 0;
}

/* Close Button */
.popup-close {
    cursor: pointer;
    width:34px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    font-size:20px;
    text-align:center;
    line-height:100%;
    background-color: #2f596b;
    color:#fff;
    border: 3px solid #fff;
}

.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    text-decoration:none;
}

.popup-angebot{
    transition: all ease .5s;
    font-size: 17px;
    margin-top: 40px;
    padding: 20px;
    background-color: #FF9102;
    color: #fff;
    border: 3px solid #FF9102;
}

.popup-angebot:hover{
    cursor: pointer;
    background-color: #2b2a2a;
}

@media only screen and (max-width: 1100px) {

    header .oben_telefon{
        right: 10px;
    }
    .formular{
        width: 80%;
    }
    .formular input, .formular select, .formular textarea{
        width: 80%;
        margin: 26px auto;
        display: block;
        padding: 10px;
        font-size: 20px;
        font-family: Segoe UI;
    }
    form[name=formular] select{
        width:84%;
    }
    .check_div .check_div_right{
        width: 200px;
    }
}

@media only screen and (max-width: 680px) {

    header .logo{
        width: 280px;
        display: block;
        padding: 10px;
        margin: 0 auto;
    }

    header .telefon{
        padding: 4px 0;
        width: calc(100% - 43px);
        width: -moz-calc(100% - 43px);
        width: -webkit-calc(99% - 60px);
        width: -o-calc(100% - 43px);

        right: 0;
        border-radius: 0;
        text-align: center;
        top: inherit;
        bottom: 0;
    }

    header .oben_telefon, header nav{
        display: none;
    }

    header .telefon .nummer{
        display: inline-block;
        -webkit-animation: rumble 6s infinite linear;
        -moz-animation: rumble 6s infinite linear;
        -o-animation: rumble 6s infinite linear;
        animation-delay: rumble 6s infinite linear;
        -webkit-animation-delay: 2s;
        -moz-animation-delay: 2s;
        -o-animation-delay: 2s;
        animation-delay: 2s;
    }	

    .whats{
        display: block; 
    }

    .ablauf_wrapper{
        width: 80%;
        min-width: 0;
    }

    .ablauf_wrapper .schritt{
        width: 100%;
        margin: 0 auto;
        float: none;
    }

    .ablauf_wrapper .schritt .nummer{
        margin: 10px 0;
    }

    .bieten_wrapper{
        width: 80%;
        min-width: 0;
    }

    .bieten_wrapper ul{
        padding: 0;
        margin: 0 auto;
    }

    .ueber_kleiner{
        width: 100%;
    }

    .ueber_kleiner.rechts{
        display: none;
    }

    .nach_oben{
        min-width: 0;
        width: 80%;
    }

    .formular{
        min-width: 0;
        width: 80%;
    }

    .beschreibung_kleiner{
        min-width: 0;
        width: 80%;
    }

    .reihe{
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .bewertungen_wrapper{
        width: 90%;
        min-width: 0;
        margin-bottom: 0;
    }
    .impressum_wrapper{
        width: 90%;
        min-width: 0;
    }
    footer{
        margin-bottom: 42px;
        padding: 5px 0;
    }

    footer div{
        padding: 0;
    }


}

@media only screen and (min-width: 679px) {
    header .telefon:hover{
        right: 0;
    }
}

@media screen and (max-width: 1024px) {
    .box-container{
       display: block;
    }
    .box{
        padding: 10px; border:1px solid grey; width: 100%;
    }
}