*{
    font-family: futura-pt, sans-serif;
}
html{
    background-color:rgba(25,100,10,0.1);
}
/* rescale container to 100% */
.container{
    max-width: 100%;
    width: 100%;

}
@media (min-width: 400px) {
    .container {
        width: 100%;
        padding: 0; }
}


@media (min-width: 550px) {
    .container {
        width: 100%; }
}

#header{
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height:50px;
    font-size: 13px;
    background-color: #000000;
    border-bottom: 8px solid #1FA500;

}


#header ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: black;
    float: right;

}

#header li {
    float: left;
    height: 38px;
    width: 80px;
    margin-bottom: 0;
    width:0px;
}
#header li:hover {
    border-bottom: 12px solid #1FA500;
}

#header li a {
    display: block;
    color: #999999;
    text-align: center;
    line-height:50px;
    height: 38px;
    width: 80px;
    text-decoration: none;
}

#header li a:hover {
    background-color: #1FA500;
    border-bottom: 12px solid #1FA500;
    color: white;
}
#header .active {
    border-bottom: 12px solid #1FA500;
}
#header .active a{
    color: white !important;
}
.menu{
    width: 0px !important;
    float: right;
}
.logo{
    margin-top: 3px;
    height: 34px;
}
.logoContainer{
    margin: 5px;
    width: 240px !important;
    cursor: pointer;
}
.flagEn{
    width:0px;
    height: 0px;
    background-size: 35px 20px;
    background-repeat: no-repeat;
    background-image: url("../../Bilder/EN.jpg"); 
    margin-top:15px;
    margin-left:10px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgb(85, 85, 85);
    visibility: hidden;
}
.flagDe{
    width:0px;
    height: 0px;
    background-size: 35px 20px;
    background-repeat: no-repeat;
    background-image: url("../../Bilder/DE.jpg"); 
    margin-top:15px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid rgb(85, 85, 85);
    visibility: hidden;
}
.flag{
    visibility: hidden;
    border-radius: 2px;
    margin:0px;
}
.flagLan{
    width: 0px !important;
    color:black;
    visibility: hidden;
    margin:0px;
    margin-top:15px;

}
.hamburger{
    margin-top: 8px;
    margin-right: 7px;
    margin-left: 7px;
    width:34px;
    height: 34px;
    background-size: 34px 34px;
    background-image: url("../Bilder/hamburger.png"); 
    cursor: pointer;
}
.hamburger:hover{
    background-image: url("../Bilder/hamburgerHover.png"); 
}

.headerCol{
    height: 72px;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 60px;
    right: 10px;
    font-size: 36px;
    color:white;
    cursor: pointer;

}

.sidenav ul {
    margin-top: 60px;
    margin-left: 19px;
    list-style-type: none;

}

.sidenav  li {
    float: left;
    height: 50px;
    margin-bottom: 0;
    width:150px;
}


.sidenav  li a {

    display: block;
    color: #999999;
    text-align: center;
    line-height:50px;
    height: 50px;
    width: 150px;
    text-decoration: none;
}

.sidenav  li a:hover {
    background-color: #1FA500;
    color: white;
}
.sidenav .active {
    border-left: 6px solid #1FA500;
}
.sidenav .active a{
    color: white !important;
    margin-left:-6px;
}

.sidenav .flagEn{
    width:35px;
    height: 20px;
    background-size: 35px 20px;
    position: absolute;
    top: 63px;
    right: 60px;
    visibility: visible;

}
.sidenav .flagDe{
    width:35px;
    height: 20px;
    background-size: 35px 20px;
    position: absolute;
    top: 63px;
    right: 110px;
    visibility: visible;

}



@media (min-width: 885px) {
    .hamburger{
        width:0px;
        height: 0px;
        visibility: hidden;
        margin:0px;
    }

    #header{
        height:50px;
        font-size: 13px;
    }


    #header ul {

        margin: 0;
        padding: 0;

    }

    #header li {
        float: left;
        height: 38px;
        width: 80px;
        margin-bottom: 0;
    }


    #header li a {

        line-height:50px;
        height: 38px;
        width: 80px;

    }



    .menu{
        width: 350px !important;
    }
    .logo{
        margin-top: 3px;
        height: 34px;
    }
    .logoContainer{
        margin: 5px;
        width: 300px !important;
    }
    .flag{
        visibility: visible;
    }
    .flagEn{
        width:35px;
        height: 20px;
        background-size: 35px 20px;
        margin-top:15px;
        visibility: visible;
    }
    .flagDe{
        width:35px;
        height: 20px;
        background-size: 35px 20px;
        margin-top:15px;
        visibility: visible;
    }

    .flagLan{
        width: 80px !important;
        color:white;
        margin:0px;
        margin-top:15px;
        visibility: visible;
    }
}

@media (min-width: 1200px) {

    #header{
        height:60px;
        font-size: 18px;
        background-color: #000000;
        border-bottom: 12px solid #1FA500;
    }

    #header ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: black;
    }

    #header li {
        float: left;
        height: 48px;
        width: 110px;
        margin-bottom: 0;
    }

    #header li a {
        display: block;
        color: #999999;
        text-align: center;
        line-height:60px;
        height: 48px;
        width: 110px;
        text-decoration: none;
    }

    #header li a:hover {
        background-color: #1FA500;
        border-bottom: 12px solid #1FA500;
        color: white;
    }
    #header .active {
        border-bottom: 12px solid #1FA500;
    }
    #header .active a{
        color: white !important;
    }
    .menu{
        width: 500px !important;
    }
    .logo{
        margin-top: 5px;
        height: 40px;
    }
    .logoContainer{
        margin: 5px;
        width: 380px !important;
        cursor: pointer;
    }
    .flagEn{
        width:40px;
        height: 22px;
        background-size: 40px 22px;
        background-repeat: no-repeat;
        background-image: url("../../Bilder/EN.jpg"); 
        margin-top:19px;
        margin-left:15px;
        cursor: pointer;
    }
    .flagDe{
        width:40px;
        height: 22px;
        background-size: 40px 22px;
        background-repeat: no-repeat;
        background-image: url("../../Bilder/DE.jpg"); 
        margin-top:19px;
        cursor: pointer;
    }
    .flag{
        border-radius: 2px;
        margin:0px;
    }
    .flagLan{
        width: 100px !important;
        color:white;
        margin:0px;
        margin-top:17px;
    }
    div.depthSet{
        width: 310px;
    }
    .inputAdress{
        width:314px;
    }
}


.backButton{
    font-size: 20px;
    background-color: black;
    color: white;
    border:none;
    padding-top:5px;
    padding-right:10px;
    padding-bottom:5px;
    padding-left:10px;
    border-radius: 0px;
}
.backButton:hover{
    background-color: #1FA500;

}

.nextButton{
    background-color: black;
    color: white;
    font-size: 20px;
    border:none;
    padding-top:5px;
    padding-right:10px;
    padding-bottom:5px;
    padding-left:10px;
    border-radius: 0px;
}
.nextButton:hover{
    background-color: #1FA500;
}
.flagOut{
    opacity: 0.5; 

}
.flagOut:hover{
    opacity: 1; 

}
.footer{
    font-family: futura-pt,Helvetica,Arial,sans-serif;
    padding-top:20px;
    padding-left:10px;
    padding-right: 10px;
    padding-bottom:20px;
    color:rgb(85, 85, 85);
    width:100%;
}
.footer-contact{
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    font-family: "Open Sans",sans-serif,"Helvetica Neue",Helvetica,Arial;
    font-size: 14px;
    line-height: 22.4px;
    list-style-type: none;

}
.footerBorder{
    border-right-color: rgb(187, 187, 187);
    border-right-style: solid;
    border-right-width: 1px;
    height:200px;
}
h2{
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    font-family: futura-pt,Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 26.4px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 15px;

}
.fa {
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
}


.fa, li {
    color: #555555;
}
.footerRubrik{
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    font-family: "Open Sans",sans-serif,"Helvetica Neue",Helvetica,Arial;
    font-size: 14px;
    line-height: 28px;
    list-style-type: none;

}
.footerRubrik a{
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: rgb(85, 85, 85);
    font-family: "Open Sans",sans-serif,"Helvetica Neue",Helvetica,Arial;
    font-size: 14px;
    line-height: 28px;
    list-style-type: none;
    text-decoration: none;
    text-decoration-color: rgb(85, 85, 85);
    text-decoration-line: none;
    text-decoration-style: solid;

}
.footerRubrik li{
    padding:0px;
    margin:0px;
}


.footerRubrik a:hover{
    font-weight: bold;
}

.sommer{
    font-weight: 700;
    font-family: futura-pt, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    color: #555555;
}
.cable{
    font-size: 24px;
    color: #555555;
    line-height: 1.1;
    font-weight: 300;
    font-style: italic;
    font-family: futura-pt, Helvetica, Arial, sans-serif;
    text-transform: uppercase;

}