﻿



@media screen and (min-width: 0px) {
        body {
            font-family: 'Roboto', Courier New, Courier, monospace;
            margin: 0;
            padding: 0;
        }

        /* Safari Telefonnummer*/
        a[href^=tel] { text-decoration:inherit; color: inherit; }

        navigation {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 150px;
            z-index: 100;
        }

        navigation .logo img {
            background-color: transparent;
            border: none;
            margin-left: 20px;
            margin-top: 20px;
            width: 70px;
        }

        navigation .eintraege {
            display: none;
        }

        navigation .eintraege a {
            color: #fff;
            text-transform: uppercase;
            font-family: roboto;
            text-decoration: none;
            margin-left: 20px;
        }

        footer {
            padding: 20px 0;
        }
        footer .eintraege {
            width: 240px;
            margin: auto;
        }
        footer .eintraege a {
            color: #fff;
            text-transform: uppercase;
            font-family: roboto;
            text-decoration: none;
            margin-left: 20px;
            font-size: 12px;
        }

        h1 {
            font-size: 28px;
            text-align: left;
            margin: 0 auto 40px;
            font-family: "Roboto Condensed", Arial;
        }

        h2 {
            font-size: 18px;
            text-align: left;
            margin: 0 auto 40px;
            font-family: "Roboto Condensed", Arial;
        }

        p,li {
            font-size: 18px;
            margin: auto;
            line-height: 28px;

        }
        p{
            margin-bottom: 36px;
        }

        ul.block {
            margin-top: 50px;
        }

        ul.block li {
            /*font-size: 20px;*/
        }

        img {
            position: absolute;
            top: 0;
        }

        .hero img,
        .bilderblock img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        svg {
            position: absolute;
            width: 100%;
            height: 50px;
            fill: #fff;
            /* set height to pixels if you want angle to change with screen width */
        }
        svg.oben {
            top: -1px;
            height: 50px;
        }
        svg.unten {
            bottom: -1px;
            height: 20px;
        }
        svg.blau {
            fill: #0970bc;
        }
        svg.dunkel {
            fill: #1b2932;
        }

        .hide {
            display: none;
        }

        section {
            min-height: 300px;
            padding: 50px 0;
            position: relative;
        }

        section.blau,
        footer.blau,
        .titel-1.blau {
            background-color: #0970bc;
        }

        section.dunkel,
        footer.dunkel,
        .titel-1.dunkel{
            background-color: #1b2932;
        }

        section.blau h1,
        section.blau h3,
        section.blau h2,
        section.blau p,
        section.blau li,
        .titel-1.blau{
            color: #fff;
        }
        
        section.dunkel h1,
        section.dunkel h2,
        section.dunkel h3,
        section.dunkel p,
        section.dunkel li,
        .titel-1.dunkel{
            color: #fff;
        }

        section.hero {
            height: 370px;
            overflow: hidden;
            padding: 0;
        }
        section.hero h1 {
            color: white;
        }
        section.hero svg.unten {
            height: 50px;
        }

        section.hero .hero-text {
            display: none;
            margin: 180px 20px 0;
            position: relative;
            z-index: 1;
        }
        section.hero .hero-text .hero-titel-1 {
            text-align: left;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
            font-family: "Roboto Condensed", Arial;
            font-size: 32px;
        }
        section.hero .hero-text .hero-titel-2{
            color: #fff;
            text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        }

        section.hero.datenschutz .hero-text {
            display:none;
        }


        section.bilderblock {
            height: 450px;
            /*background-image: linear-gradient(#ff9d2f, #ff6126);*/
            overflow: hidden;
            padding: 0;
        }
        
        .bilderblock .titel-1 {
            text-align: left;
            font-family: "Roboto Condensed", Arial;
            font-size: 16px;
            position: relative;
            z-index: 1;
            margin: 200px auto 0;
            padding: 10px;
            border-radius: 5px;
            max-width: 80%;
        }

        section > .inhalt {
            padding:20px;
        }

        .flex-grid {
            display: flex;
            height: 100px;
        }

        .col {
            flex: 1;
        }
}
   
@media screen and (min-width: 480px){
}

@media screen and (min-width: 840px) {
}

@media screen and (min-width: 1240px) {
    h1 {
            font-size: 44px;
            
        }
    h2 {
        font-size: 20px;
    }
    p, li {
        font-size: 18px;
        line-height: 36px;
    }

    svg.oben {
        height: 150px;
    }
    svg.unten {
        height: 50px;
    }
    svg.blau {
        fill: #0970bc;
    }

    navigation .eintraege {
        display:block;
        position: absolute;
        right: 50px;
        top: 20px;
    }

    navigation .logo img {
        border: none;
        width: 90px;
    }
    
    section.hero {
        height: 1120px;
    }
    section.hero svg.unten {
        height: 200px;
    }
    section.hero .hero-text {
        display: block;
        margin: 450px auto 0;
        max-width: 900px;
    }

    section.hero .hero-text .hero-titel-1 {
        font-size: 64px;
    }

    section.hero.datenschutz {
        height: 260px;
    }

    section.hero.datenschutz img{
        height:auto;
    }


    section.bilderblock {
        height: 660px;
    }
    .bilderblock .titel-1 {
        text-align: left;
        font-size: 24px;
        position: absolute;
        right: 290px;
        top: 400px;
        max-width: 310px;
        padding: 20px 20px;
        border-radius: 9px;
        margin: 0;
    }

    section > .inhalt {
        margin: 0 auto;
        max-width: 960px;
    }

    

    .hero-titel-2{        
    }
    
    section {
            padding: 180px 0;
        }

}
@media screen and (min-width: 1440px) {
    
    
}

@media screen and (min-width: 1600px) {
section.bilderblock {
        height: 900px;
    }

}

