body,html{
    font-family: "roboto", sans-serif;
    font-weight: 400;
    color: #6f6f6f;
    font-size: 15px;
}


header{
    background: transparent url('../img/Lager_MollMotor_160329_8403.jpg') center 15px no-repeat;
    background-size: cover;
    position: relative;
}
header .container:before{
    content: ' ';
    background: #000;
    opacity: .6;
    position: absolute;
    top: 90px;
    left: 0;
    bottom: 0;
    width: 100%;
}

header .container{
    min-height: 400px;
    max-height: 640px;
    height: 65vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

nav{
    background: #fff;
    width: 100%;
    height: 90px;
    text-align: center;
}
.language{
    position: absolute;
    top: 35px;
    right: 30px;
    font-size: 15px;
}

.logo{
    height: 75px;
    margin-top: 10px;
}

section{
    padding: 75px 0;
}
.hotline{
    padding-top: 30px;
}
.corona-news{
	display:none;
    padding: 15px 0 13px; 
    background: #e63131;
}

a {
  color: #004973;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.5em;
    letter-spacing: .03em;
    flex: 1;
    background-image: linear-gradient(to right, #004973 0, #004973 100%);
    background-position: 0 1.2em;
    background-size: 0 100%;
    background-repeat: no-repeat; 
    transition: all 0.3s ease-in-out;
    background-position: 0 -0.1em;
}

a.plus{
    font-size: 30px;
    line-height: 25px;
}

a:hover {
    color: #fff;
    text-decoration: none;
    background-size: 100% 100%;
}
a.white{
    color: #fff !important;
    background-image: linear-gradient(to right, #fff 0, #fff 100%) !important;
}
a.white:hover {
    color: #e63131 !important;
    text-decoration: none;
    background-size: 100% 100%;
}
a.red{
    color: #e63131 !important;
    background-image: linear-gradient(to right, #e63131 0, #e63131 100%) !important;
}
a.red:hover {
    color: #fff !important;
    text-decoration: none;
    background-size: 100% 100%;
}
.white{
    color: #fff;
}
p.white{
    margin-bottom: 5px;
}


h1, h2, h3, h4, h5, h6{
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1.25em;
    margin-bottom: .5em;
}

h1{
    color: #fff;
    font-size: 60px;
}


b, strong{
    font-weight: 700;
}

p{
    font-weight: 300;
    font-size: 25px;
    line-height: 1.5em;
    margin-bottom: 1em;
}

p.small{
    font-size: 20px;
    line-height: 20px;
}
span.small{
    font-size: 15px;
    line-height: 15px;
    font-weight: 300;
}


header p{
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.5em;
    color: #fff;
    font-size: 25px;
}

.icon{
    width: 90px;
}
.icon-hotline{
    width: 45px; 
    float: left; 
    margin: 0 15px 0 0;
}

footer{
    padding: 45px 0;
    background: #dedede;
}

.moll-motor-icon{
    max-width: 70px;
    width: 100%;
    margin-bottom: 15px;
}

footer p{
    font-size: 15px;
    line-height: 1.5em;
    color: #4a4a49;
}
footer a, footer a:hover{
    font-size: 15px;
    line-height: 1.5em;
}
footer span{
    display: inline-block;
    width: 75px;
}
footer ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul li{
    line-height: 2.5em;
}

.red{
    color: #e63131;
    margin-bottom: 0;
}

p.red a{
   color: #e63131 !important;
}

@media (max-width: 1440px) {
    header{
        background: transparent url('../img/Lager_MollMotor_160329_8403.jpg') center 45px no-repeat;
        background-size: cover;
    }
}

@media (max-width: 991px) {
    header{
        background: transparent url('../img/Lager_MollMotor_160329_8403.jpg') center 60px no-repeat;
        background-size: cover;
    }
    h1{
        font-size: 48px;
    }
    section .col-md-6{
        margin-bottom: 45px;
    }
    section .col-md-6:last-child{
        margin-bottom: 0;
    }
    footer .col-md-5{
        margin-bottom: 30px;
    }
    footer .col-md-5:last-child{
        margin-bottom: 0;
    }
    footer ul{
        margin-top: -15px;
    }
    footer ul li{
        display: inline-block;
        margin-right: 30px;
    }
    p, header p{
        font-size: 20px;
    }
    p.red a{
        display: inline-block;
    }
    a.red{
        color: #e63131 !important;
        background-image: linear-gradient(to right, #e63131 0, #e63131 100%) !important;
    }
    a.red:hover {
        color: #fff !important;
        text-decoration: none;
        background-size: 100% 100%;
    }
}


@media (max-width: 767px) {
    h1{
        font-size: 25px;
    }
    header p{
        font-size: 18px;
    }
    a {
        font-size: 20px;
    }

    a.plus{
        font-size: 25px;
        line-height: 30px;
    }
    .icon-hotline{
        display: none;
    }
    p.small.red{
        text-align: center;
    }
    p.red a{
        display: inline-block;
        padding: 10px 0;
        margin: 0 30px;
        font-size: 30px;
        color: #e63131 !important;
    }
    p.red span{
        display: inline-block;
        padding: 10px 0;
    }
    a.red{
        color: #e63131 !important;
        background-image: linear-gradient(to right, #e63131 0, #e63131 100%) !important;
    }
    a.red:hover {
        color: #fff !important;
        text-decoration: none;
        background-size: 100% 100%;
    }
}

@media (min-width: 420px) {
    p.red a{
        margin: 0 0px;
    }
}