*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
}

/* header section here */

.header{
    height: auto;
    padding: 10px 0;
    width: 100%;
    background-color: #fff;
}
/* header section here */

.mainSec{
    height: 70vh;
    width: 100%;
    background-image: url(./images/bg-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgLayer{
    background-color: rgba(0, 0, 0, 0.582);
    height: 70vh;
    width: 100%;
    padding: 50px 0;
}

.bgLayer h1{
    position: relative;
    top: 150%;
    color: #fff;
}



/* second section here  */
.secondSec{
    height: auto;
    width: 100%;
    padding: 120px 0;
    text-align: center;
}
.secondSec h1{
    text-align: center;
    padding-bottom: 20px;
}

.secondSec h4{
    padding:10px 0;
}
.secondSec p{
    text-align: justify;
}

/* third section here  */
.thirdSec{
    height: auto;
    width: 100%;
    padding: 120px 0;
    text-align: center;
    background-color: rgb(228, 228, 228);
}
.thirdSec h1{
    text-align: center;
    padding-bottom: 20px;
}

.thirdSec h2{
    text-align: left;
    font-size: 1.5rem;
    padding-bottom: 10px;
}


.thirdSec p{
    text-align: justify;
}

/* footer here  */

.footer{
    height: auto;
    width: 100%;
    padding: 20px 0px;
    background-color: #2C2C2C;
    text-align: center;
    color: #ffff !important;
    margin: 0 auto;
    float: left;
    font-size: 17px;
}

.rightSide ul{
    list-style: none;
    display: flex;
    float: right;

  flex-wrap: wrap;

  padding: 0;
}
.rightSide ul a{
    text-decoration: none;
    color: #fff;
}
.rightSide ul li{
    padding-left: 20px;
    font-size: 17px;
    text-align: left !important;
    
}

.leftFooter p{
    text-align: left;
    padding-left: 20px;
}



@media only screen and ( max-width:767px){
    .bgLayer h2{
        top: 10%;
        font-size: 18px;
    }
    
    .bgLayer p{
        top: 10%;
        font-size: 14px;
    }
}




/* impressum css here  */
.service_us{
    background-color: #D75601;
    width: 100%;
    height: auto;
    padding: 20px 0;
    text-align: center;
    margin-bottom: 20px;
    color: #fff !important;
}

.legal_area .container-fluid{
    margin: 0;
    padding: 0;
    width: 100%;
}

.legal_area{
    width: 100%;
}

.contacts {
    border: 1px solid #a5a5a5;
    border-radius: 5px;
    margin-top: 70px;
    padding: 24px 0 40px 35px;
}

.mainImp{
    padding: 20px 0;
}
/* impressum css here  */