* {
	font-family: FrutigerLTStd-Roman;
	font-size:13pt;
	border:0px;
	border-collapse:collapse;
	webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust:none;
    outline: 0;
    color: #575756;
    font-feature-settings: "liga" 0; 
}
html,body {
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
    background-color: #fffef7;
}
header, aside, main, section, article, footer, nav {
    display: block;
}

/*Menu*/
#sideBtn{
    margin: 36px 0 0 20px;
	font-size: 30px;
	cursor:pointer;
    position: fixed;
    width: 30px;
    height: 20px;
    display: none;
    z-index: 20;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-image: url("/templates/web/img/Button.png");
}

.sidenav {
    display: block;
    width: 350px;
    height: calc(100% - 85px);
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fffef7;
    overflow-x: hidden;
    transition: 0.3s;
    box-shadow: 0 -15px 30px rgba(0,0,0,0.2);
    z-index: 19;
} 

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

#chooseLanguage{
    padding: calc((100vh - 370px) / 2) 0 0 62px;
    text-transform: uppercase;
    color: #575756;
}

#chooseLanguage a{
    font-size: 35px;
    font-family: FrutigerLTStd-Roman;
}
.sidenav ul{
    display: block;
    list-style: none;
    /*padding-left:62px;
    padding-top: 60px;*/
    padding: 60px 0 0 0;
    width: 100%;

}
.sidenav a{
    text-decoration: none;
    color: #575756;
    font-family: FrutigerLTStd-Roman;
}
.sidenav .language{
    text-align: center;
}
.sidenav .language li{
    width: auto;
    padding: 0 22px 0 0;
    display: inline-block;
    list-style: none;
}
.sidenav .language a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    color: #818181;
    display: inline;
    transition: none;
    font-family: FrutigerLTStd-Roman;
}

.sidenav .menu{
	padding-top:50px;
    list-style: none;
}

.sidenav .menu a {
    padding: 0 0 27px 0;
    width: 250px;
    text-decoration: none;
    font-size: 15px;
    color: black;
    display: block;
    transition: none;
    font-family: FrutigerLTStd-Roman;

    margin: 0 auto;
}
.arrowMenu{
    display: none;
}
/*SubMenu*/
.sidenav .menu ul  {
    display: none;
    list-style: none;
    padding: 0 0 0 20px;
    transition: none;
    font-family: FrutigerLTStd-Roman;
}

#selected > a{
    color: #e30618;
}


section{
    display: block;
    width: calc(100% - 400px);
    height: calc(100% - 105px);
    transition: none;
    padding: 20px 0 0 400px;
    position: fixed;   
    overflow-y: scroll;

}
section header{
    top:0;
    height: 145px;
    width: calc(60% - 344px);
    position: fixed;
    display: block;
    background-color: #fffef7;
    z-index: 10;
    float: right;
}
section header img{
    padding: 15px 56px 0 0;
    float: right;
    width: 250px;
}

/*All Article*/
section div{
    width: calc(60% - 100px);
    height: auto;
    position: relative;
    display: block;
    top:0;
}

section div article{
    width: 100%;
    max-width: 730px;
    padding: 0 10px 0 0;
}
section div article:last-child{
padding-bottom: 20px;
}
section div article:nth-child(1){
    width: 100%;
    max-width: 750px;
    padding: 155px 10px 0 0;
}
section div article:nth-child(1) h1{
    padding: 0 10px 0 0;
    margin: 50px 0 40px 0;
    font-family: FrutigerLTStd-Bold;
    font-size: 28px;
    color: #706f6f;
    font-weight: lighter;
    letter-spacing: 4px;
}
section div article h1{
    padding: 0 10px 0 0;
    margin: 60px 0 40px 0;
    font-family: FrutigerLTStd-Bold;
    font-size: 28px;
    color: #706f6f;
    font-weight: lighter;
    letter-spacing: 4px;
}
section div article p, section div article li, section div article p a[href^=tel]{
    margin: 0;
    font-family: FrutigerLTStd-Roman;
    font-size: 15px;
    color: #575756;
    font-weight: normal;
    line-height: 25px;
}
section div article p *{
	font-size: 15px;
	line-height: 25px;
}
section div article ul{
    list-style: none;
    padding-left: 0px;
    padding: 0 0 0 10px;
}
section div article ol{
    padding-left: 0px;
    padding: 0 0 0 17px;
}
section div article ul li:before {
   content: "•";
   vertical-align: middle;
   font-size: 8px;
   margin-left: -9px;
   padding-right: 10px;
}
section div article p strong{
    font-family: FrutigerLTStd-Bold;
    color: #575756;
    font-weight: normal;
    font-size: 15px;
}
section div article p a,section div article ul li a{
    font-family: FrutigerLTStd-Roman;
    color: #009FE3;
}
section aside{
    position: fixed;
    width: calc(40% - 150px);
    right: 0;
    height: calc(100% - 150px);
   /* margin: 0 80px 0 0;*/
   margin-right: 80px; 
}
section aside img{
    width: auto;
    height: auto;
    max-width: 100%;
    /*width: auto;*/
    max-height: calc(100vh - 150px);
    left: 0;
    object-fit: contain;
}
section aside span{
    display: none;
    font-family: FrutigerLTStd-Roman;
    color: white;
    font-size: 32px;
    position: relative;
    bottom: 100px;
    margin-left: 5%;
    width: 250px;
}
#arrowDown{
    display: none;
    height: 50px;
    background-color: transparent;
}


/*Footer*/
footer{
    background-color: #575756;
    width: 100%;
    height: 85px;
    margin-top: 10px;
    left: 0;
    position: fixed;
    bottom: 0;
    overflow: visible;
    transition: none;
}
footer #footerBohren{
    position: relative;
    display: inline-block;
    width: 338px;
    height: auto;
    top: 0;
    padding:  10px 0 0 50px;
    transition: none;
}
footer #footerKontakt{
    position: relative;
    display: inline-block;
    padding:  10px 0 0 0;
    width: calc(60% - 350px);
    height: auto;
    top: 0;
    transition: none;
}
footer #footerBohren p, footer #footerKontakt p,footer #footerBohren a,footer #footerKontakt a, a[href^=tel]{
    color: #fffef7;
    font-size: 13px;
    font-family: FrutigerLTStd-Roman;
    margin: 5px 0 0 0;
    font-weight: lighter;
    transition: none;
    text-decoration: none;
}
footer #footerText{
    position: relative;
    display: inline-block;
    padding: 10px 0 0 0;
    vertical-align: top; 
    width: auto;
    height: auto;
    transition: none;
}
footer #footerText p,footer #footerText p a{
    color: #fffef7;
    font-size: 9px;
    font-family: FrutigerLTStd-Roman;
    margin: 5px 0 0 0;
    font-weight: lighter;
    transition: none;
    text-decoration: none;
}
footer #footerLogo{
    position: relative;
    display: inline-block;
    padding:  10px 0 0 0;
    width: auto;
    height: auto;
    top: 0;
    right: 94px;
    float: right;
    margin: 0;
    transition: none;
}
footer #footerLogo img{
    float: right;
    height: 70px;
    width:auto;
    transition: none;
}




@media (max-width: 1600px) {    
    #sideBtn{
        display: block;
    }
    .sidenav {
        width: 0;
        transition: 0.3s;
        height: calc(100% - 85px);
    }
    .sidenav ul{
        padding-top: 120px;
    }
    section{
        width: calc(100% - 50px);
        padding: 20px 0 0 50px;
    }
    section header{
        width: 50%;
    }
    section div{
        width: 50%;
        /*height: calc(100% - (95px));*/
    }
    section aside{
        width: calc(50% - 150px);
        transition: none;
    }
    section aside img{
        width: 100%;
        height: auto;
    }
    section aside span{
        display: none;
        font-family: FrutigerLTStd-Roman;
        color: white;
        font-size: 32px;
        position: relative;
        bottom: 100px;
        margin-left: 15%;
    }

    /*Footer*/
    footer #footerBohren{
        width: 250px;
        padding:  10px 0 0 50px;
    }
    footer #footerKontakt{
        width: calc(50% - 210px);
    }
}


@media (max-width: 1350px) {
    footer #footerKontakt{
        width: calc(60% - 350px);
    }

}
@media (max-width: 1200px) {
    section header img{
        padding: 20px 0 0 0;
    }
    footer #footerKontakt{
        width: 250px;
    }
    footer #footerText{
        width: 250px;
    }
}

@media (max-width: 1000px) {
    ::-webkit-scrollbar {
        display: none;
    }
    #sideBtn{
        padding: 0;
        margin: 15px 0 0 30px;
        font-size: 30px;
        cursor:pointer;
        position: fixed;
        display: block;
    }
    .sidenav {    
        max-width: 100%;
        width: 0;
        height: calc(100% - (130px));
        background-color: #cecdc7;
        position: fixed;
        top: 140px;
        left: 0;
        overflow-x: hidden;
        transition: 0.3s;
        box-shadow: 0 -15px 30px rgba(0,0,0,0.2);
    }
    #chooseLanguage{
        padding: calc((100vh - 150px) / 2) 0 0 60px;
        position: fixed;  
        z-index: 4;
    }
    .sidenav ul{
        display: block;
        list-style: none;
        padding-left: 0;
        padding-top: 0;
    }
    .sidenav a{
        text-decoration: none;
        color: #575756;
        font-size: 40px;
        font-family: FrutigerLTStd-Roman;
    }

    .sidenav .language{
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #fffef7;
        padding-left: 30px;
        margin: 0;
        background-color: #b3b2b2;
        text-align: left;
    }
    .sidenav .language li{
        display: inline-block;
        list-style: none;
        width: auto;
        padding: 10px 20px 10px 0;
    }
    .sidenav .language a {
        text-decoration: none;
        text-align: center;
        font-size: 15px;
        color: #818181;
        display: inline;
        transition: none;
        font-family: FrutigerLTStd-Roman;;
    }

    .sidenav .menu{
        padding-top:0;
        list-style: none;
        margin: 0;
    }
    .sidenav .menu li {
        border-style: solid;
        border-width: 0 0 1px 0;
        border-color: #fffef7;
    }
    .sidenav .menu a {
        padding: 10px 0 10px 30px;
        text-decoration: none;
        font-size: 15px;
        width: auto;
        color: black;
        display: inline-block;
        transition: none;
        font-family: FrutigerLTStd-Roman;;
        margin: 0;
    }
    .haveSubMenu .arrowMenu{
        display: inline-block;
        cursor: pointer;
        height: 20px;
        width: auto;
        float: right;
        margin: 7px 20px 0 0;
    }

    /*SubMenu*/
    .sidenav .menu ul  {
        display: none;
        list-style: none;
        padding: 0 0 0 0;
        transition: none;
    }
    .sidenav .menu li .subMenu li{
        padding-left: 25px;
        border-style: solid;
        border-width: 1px 0 0 0;
        border-color: #fffef7;
    }

    #selected > a{
        color: #e30618;
    }


    section{
        display:block;
        width: 100%;
        height: 100%;
        transition: none;
        padding: 0;
        margin-top: 10px;
        position: static;
        overflow: auto;
    }
    section header{
        width: 100%;
        height: 140px;
        position: fixed;
        display: block;
        z-index: 3;
        background-color: #fffef7;
    }
    section header img{
        float: right;
        padding: 17px 30px 0 0;
        z-index: 3;
        width: 220px;
    }

    h1{
        font-size: 30px;
    }
    section div{
        width: 100%;
        position: relative;
        display: table-row;
        top: 0;
        margin: 0;
        /*height: calc(100% - (120px));*/
    }
    section div article, section div article:nth-child(1){
        top: 0;
        font-size: 20px;
        width: calc(100% - 60px);
        padding: 0 30px 0 30px;
        margin: 0;
    }
    section div article h1, section div article:nth-child(1) h1{
        width: 100%;
        margin: 40px 0 0 0;
        font-size: 28px;
    }
    section div article p,section div article li, section div article:nth-child(1) p, section div article:nth-child(1) li{
        margin: 10px 0 0 0;
    }
    section aside{
        position: relative;
        display: block;
        width: 100%;
        height: auto;
        margin: 0;
        overflow-y: hidden;  
        transition: none;
        padding: 0;
        min-height: 120px;
    }
    section aside img{
        display: block;
        padding: 0;
        width: 100%;
        max-width: 1000px;
        max-height: none;
        height: auto;
        padding: 120px 0 0 0;
        transition: none;
    }
    section aside span{
        position: absolute;
        width: 250px;
        margin: 0 0 0 30px;
        height: 20px;
        bottom: 150px;
        text-shadow: 0 0 40px rgba(0, 0, 0, 1) ;
    }
    #arrowDown{
        cursor: pointer;
        display: block;
        height: 50px;
        width: auto;
        background-color: transparent;
        position: absolute;
        bottom: 80px;
        padding: 0;
        margin: 0 0 0 calc(50% - 45px);
    }


    /*Footer*/
    footer{
        position: static;
        display: block;
        height: 170px;
    }
    footer #footerBohren{
        width: calc(100% - 260px);
        height: 70px;
        padding:  10px 0 0 30px;
    }
    footer #footerKontakt{
        padding:  10px 20px 0 0;
        width: 200px ;
        height: 70px;
        float: right;
    }
    footer #footerBohren p, footer #footerKontakt p{
        font-size: 12px;
    }
    footer #footerText{
        height: 80px;
        padding:  10px 0 0 30px;
        width: calc(50% - 50px); 
        float:left;
    }
    footer #footerText p{
        font-size: 9px;
    }
    footer #footerLogo{
        padding:  10px 50px 0 0;
        width: calc(50% - 30px);
        float: right;
        right: 0;
        height: 80px;

    }
    footer #footerLogo img{
        height: 60px;
    }
}

@media (max-width: 573px){
    /*Footer*/
    footer{
        height: 320px;
    }
    footer #footerBohren{
        display: block;
        width: 80%;
        padding:  10px 0 0 30px;
    }
    footer #footerKontakt{
        padding:  10px 0 0 20px;
        left: 10px;
        display: block;
        width: 80%; 
        float: left;
    }
    footer #footerText{
        padding:  10px 0 0 30px;
        display: block;
        width: 80%; 
        float:left;
    }
    footer #footerLogo{
        padding:  10px 30px 0 0;
        display: block;
        width: 80%;
        height: auto;
        float:left;
    }
    footer #footerLogo img{
        left: 30px;
        padding: 0 0 0 30px;
        float: left;
    }
}
@media (max-width: 450px){
    #sideBtn{
        display: block;
    }
    section div article{
        padding-bottom:20px; 
    }

}

@media (max-width: 400px){
    #sideBtn{
        display: block;
    }
    .sidenav {    
        height: calc(100% - (90px));
        top: 90px;
    }
    .sidenav .language a {
        font-size: 15px;
    }
    .sidenav .menu a {
        font-size: 17px;
    }
    section header img{
        width: 120px;
    }
    section header{
        width: 100%;
        height: 90px;
        position: fixed;
        display: block;
        z-index: 3;
        background-color: #fffef7;
    }
    section aside{
        position: relative;
        display: table-row;
        width: 100%;
        /*height: calc(100% - (100px));*/
        height: auto;
        padding: 70px 0 0 0;
        overflow:hidden;
        transition: none;
        margin: 0;
    }
    section aside img{
        display: block;
        padding: 0;
        float: left;
        width: 100%;
        height: auto;
        max-width: 400px;
        padding: 70px 0 0 0;
        transition: none;
    }
    section aside span{
        font-size: 25px;
        width: 200px;
    }
    section div article h1, section div article:nth-child(1) h1{
        width: calc(100vw - 60px);
        margin: 0;
        padding: 20px 0 0 0;
        word-wrap: break-word;
        font-size: 90%;
    }
}

@media (max-width: 305px){
    #sideBtn{
        display: block;
    }
    .sidenav{    
        height: 100%;
        top: 70px;
    }
    .sidenav .language a {
        font-size: 12px;
    }
    section header img{
        width: 100px;
    }
    section header{
        width: 100%;
        height: 75px;
        position: fixed;
        display: block;
        z-index: 3;
        background-color: #fffef7;
    }
    section div{
        width: 100%;
        position: relative;
        display: table-row;
        top: 0;
        /*height: calc(100% - (70px));*/
    }
    section div article{
        width: calc(100% - 40px);
        padding: 0 20px 0 20px;
        font-size: 15px;
        word-wrap: break-word;
    }

    section div article:nth-child(1){
        width: calc(100% - 40px);
        padding: 20px 20px 0 20px;
        word-wrap: break-word;
        font-size: 15px;
    }
    section aside{
        position: relative;
        display: table-row;
        width: 100%;
        height: auto;
        padding: 70px 0 0 0;
        overflow:hidden;
        transition: none;
        margin:0;
    }
    section aside img{
        display: block;
        padding: 0;
        float: left;
        width: 100%;
        height: auto;
        max-width: 400px;
        padding: 70px 0 0 0;
        transition: none;
    }
}