*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

@font-face {
font-family: 'lemonmilk-bold';
src: url('https://fahrschule-urbanik.de/fonts/lemonmilk-bold.woff2') format('woff2'),
url('https://fahrschule-urbanik.de/fonts/lemonmilk-bold.woff') format('woff');
}

@font-face {
font-family: 'Open Sans', sans-serif;
src: url('fonts/OpenSans-Light.woff2') format('woff2');
font-weight: 300;
}

@font-face {
font-family: 'Open Sans', sans-serif;
src: url('fonts/OpenSans-SemiBold.woff2') format('woff2');
font-weight: 500;
}

html,
body {
    margin: 0 auto;
    padding: 0;
    background:  #fff;
    height: auto;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: 'Open Sans', sans-serif;
}

body * {
    color: #000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

h1 {
font-family: 'lemonmilk-bold';
text-transform: uppercase;
font-size: 2.6rem;
font-weight: 500;
}

h2 {
    font-size: 2.1rem;
    font-weight: 500;
}

h3 {
    font-size: 1.6rem;
}

p {
    font-size: 1.2rem;
    font-weight: 300;
}

a, b {
    font-weight: 500;
    text-decoration: none;
}

a:hover {
   color: #fff;
}

.yellow {
    color:  #f9b233;
}

i.fa-instagram {
    font-size:  32px;
    margin-bottom: 30px;
}
i.fa-instagram:hover {
    color:  #f9b233;
}

.logo-wrap {
    background: #fff;
    width: 100%;
    padding: 50px 20px;
}

.logo {
    max-width: 340px;
    margin: 0 auto;
}

.about {
    background: #f9b233;
    padding: 70px 20px;
    color: #fff;
}

.about div h1, .about div h3 {
    color: #fff;
}

.about div p {
    max-width:  600px;
    margin: 30px auto;
}

.info {
    max-width: 1140px;
    margin: 60px auto 0;
    padding: 10px;
}

.kontakt {
    max-width: 1140px;
    margin: 0 auto;
    justify-content: space-around;
    display: flex;
}

.kontakt div {
    width: 45%;
    transition:  0.4s;
}

@media (max-width:  767px) {
    .kontakt {
        flex-direction: column;
    }
    .kontakt div {
        width: 100%;
    }
}

.kontakt div:hover {
    box-shadow: 0px 0px 14px #dfdfdf;
    border-radius: 5px;
    transition:  0.4s;
}

.kontakt div a:hover {
    color:  #f9b233;
}

.yellow {
color:  #f9b233;
}

.footer {
    background: #000;
    width: 100vw;
    padding: 50px;
}

.footer * {
    color: #fff;
}

.content-holder {
    padding-bottom: 70px;
}

.icons {
    margin-top: 50px;
    max-width: 420px;
}

.img-holder {
min-height: 666px;
}
.header {
background: url(https://fahrschule-urbanik.de/img/fs-urbanik-team-header.jpg) no-repeat 50% 25% / cover #ffffff!important;
}
.team {
    background-image: url(https://fahrschule-urbanik.de/img/fs-urbanik-team.jpg);
    background-position: top center; 
    background-repeat: no-repeat; 
    background-size:cover; 
    background-attachment:fixed;
}

@media (max-width:  767px) {
    .team {
        background: url(https://fahrschule-urbanik.de/img/fs-urbanik-team.jpg) no-repeat 50% 25% / cover #ffffff!important;
    }
}