/* josefin-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/josefin-sans-v25-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/josefin-sans-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/josefin-sans-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/josefin-sans-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/josefin-sans-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/josefin-sans-v25-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}
  
/* josefin-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Josefin Sans';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/josefin-sans-v25-latin-700.eot'); /* IE9 Compat Modes */
    src: url('fonts/josefin-sans-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/josefin-sans-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
         url('fonts/josefin-sans-v25-latin-700.woff') format('woff'), /* Modern Browsers */
         url('fonts/josefin-sans-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/josefin-sans-v25-latin-700.svg#JosefinSans') format('svg'); /* Legacy iOS */
}

body {
    margin: 0;
    padding: 0;
    color: #003c71;
    font-family: Josefin Sans;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

ul.kontakt {
    list-style-type: none;
}

ul.kontakt li {
    display: inline-block;
    border-left: 2px solid #003c64;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 25px;
}

ul.kontakt li:first-child {
    padding-left: 30px;
    border: 0;
    background: url(img/pin.png) no-repeat;
    background-size: contain;
}

.telefon {
    margin-left: 20px;
    padding-left: 40px;
    font-size: 24px;
    font-weight: bold;
    background: url(img/tel2.png) no-repeat;
    background-size: contain;
}

.banner {
    background-color: #003c64;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 70px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo a:hover {
    opacity: .7;
}

.oeffnungszeiten {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 20px;
}

.oeffnungszeiten td {
    padding-left: 20px;
}

.titelbild {
    width: 100%;
}

.content a {
    color: #3f7fd3;
    text-decoration: none;
}

.content a:hover {
    color: #003c64;
    text-decoration: underline;
}

.content h3 {
    margin-top: 60px;
    margin-bottom: 0;
}

.leistungen {
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    font-weight: bold;
}

.footer {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: right;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    line-height: 50px;
    display: inline-block;
    border-left: 2px solid #3f7fd3;
    padding-left: 15px;
    padding-right: 10px;
    line-height: 25px;
}

.footer ul li:first-child {
    padding-left: 0;
    border: 0;
}

.footer ul li a {
    color: #3f7fd3;
    text-decoration: none;
}

.footer ul li a:hover {
    color: #003c64;
    text-decoration: underline;
}

@media only screen and (max-width:1200px) {
    .wrap {
        width: 90%;
    }

    ul.kontakt {
        padding-left: 0;
    }

    ul.kontakt li {
        display: block;
        border: 0;
        padding-left: 30px;
    }
    
    .logo img {
        width: 100%;
    }

    .oeffnungszeiten {
        position: relative;
        margin-top: 40px;
        font-size: 18px;
    }

    .titelbild {
        min-height: 270px;
        object-fit: cover;
    }

    .leistungen {
        font-size: 20px;
        line-height: 28px;
    }
}