﻿/* ubuntu-regular - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/ubuntu-v20-latin-regular.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/ubuntu-v20-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ubuntu-700 - latin */
@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/ubuntu-v20-latin-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/ubuntu-v20-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    height: 100%;
    background-color: #fff;
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 1.5;
}

strong {
    font-weight: 700;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

h1 {
    text-transform: uppercase;
    font-size: 30px;
    margin: 0 0 30px 0;
}

h2 {
    color: #000000;
    font-size: 25px;
    margin: 30px 0 15px 0;
}

p {
    margin: 0 0 10px 0;
}

td,
tr {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    color: #000000;
}

.container {
    position: relative;
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    padding: 0 15px;
}


/* header */
.header__navigation {
    background: #333333;
    color: #ffffff;
    font-size: 14px;
}

.header__navigation__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__contact {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;

}

.header__contact a,
.header__contact a:hover {
    color: #ffffff;
    text-decoration: none;
}

.header__contact img {
    display: block;
    width: 18px;
    height: auto;
    margin: 0 5px 0 0;
}

.header__contact__tel,
.header__contact__mail {
    display: flex;
    align-items: center;
}

.header__nav {
    display: none;
}

.nav--imprint ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.nav--imprint ul a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 5px 10px;
}

.header .nav--imprint ul a:hover {
    color: #ffffff;
    background-color: #c8102e;
}


.header__logo {
    display: block;
    margin: 10px auto;
    max-width: 150px;
}

@media (min-width: 607px) {

    .header__contact {
        justify-content: flex-start;
    }

    .header__contact__tel,
    .header__contact__mail {
        margin-right: 30px;
    }

    .header__nav {
        display: block;
    }

    .header__logo {
        max-width: 250px;
        margin: 15px auto;
    }

    .footer__nav {
        display: none;
    }
}

/* main*/
.main__highlighted {
    background: #c8102e url("header-plakete.jpg") center center no-repeat;
    background-size: cover;
    padding: 15px 0;
    color: #ffffff;
}

.main__highlighted h1 {
    color: #ffffff;
}

.main__highlighted h2 {
    color: #ffffff;
    font-size: 22px;
}

.main__content {
    padding: 30px 0;
}

@media (min-width: 607px) {
    .main__highlighted {
        padding: 30px 0;
    }

    h1 {
        font-size: 38px;
    }

    .main__content {
        padding: 60px 0;
    }
}

.contact__container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0 0 56.25% 0;
    overflow: hidden;
}

.embed-responsive img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 607px) {
    .contact__karte {
        width: 50%;
    }

    .contact__container {
        flex-direction: row;
    }
}

/* footer */
.footer {
    padding: 15px 0;
    background: #333333;
    color: #ffffff;
}

.footer__nav {
    margin-bottom: 10px;
}

.footer__nav.nav--imprint ul a {
    padding: 5px 10px 5px 0;
    margin-right: 30px;
}

.footer__copiright {
    font-size: 14px;
}
