/* ======================================================== */
/* General */
/* ======================================================== */
html, body{
    height: 100%;
}  
.bg-overlay{
    position: fixed;
    background-color: rgba(0, 34, 68, 0.4);
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
.salat-teller{
    position: absolute;
    width: 40%;
    height: auto;
    top: 52%;
    transform: translateY(-50%);
    left: -20vw;
}
.df-bg{
    background: none !important;
    overflow: visible;
}
.salat-teller img{
    width: 100%;
}
body{
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 19px;
    line-height: 1.5;
    background-color: rgba(0, 34, 68, 1);
    color: rgba(255, 255, 255, 1);
    background-image: url('../images/background.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: auto 100%;
    min-height: 100%;
    position: relative;
}
 a{
    color: rgba(255, 255, 255, 1);
}
img{
    display: block;
}
#logo{
    margin-top: 40px;
    max-width: 230px;
    margin: 0 auto;
    margin-bottom: 80px;
}
#logo img{
    width: 100%;
    height: auto;
}
#wrapper{
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px 60px;
    box-sizing: border-box;
    padding-top: 50px;
    min-height: 100%;
    position: relative;
    z-index: 1;
}
h1{
    font-family: "Brushtones";
}

h1{
    font-size: 50px;
    margin: 0;
    line-height: 50px;
}
h2{
    margin-top: 0;
}
h3{
    margin-bottom: 0;
}
.margin-bottom{
    margin-bottom: 80px;
}
.info{
    display: inline-block;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    width: 100%;
}
ul{
    padding: 0;
    margin: 0;
}
#wrapper > section{
    margin-top: 120px;
    padding: 0 60px;
}
b, strong{
    font-weight: 500;
}
.info{
    font-size: 14px;
}
/* ======================================================== */
/* Header */
/* ======================================================== */
#header{
    position: relative;
}
#header #nav{
    position: absolute;
    top: 0;
    right: -5vw;
}
#header #nav .nav-icon{
    top: 75px;
    width: 50px;
    height: 30px;
    position: fixed;
    z-index: 100;
}
#header #nav .nav-icon:hover{
    cursor: pointer;
}
#header #nav .nav-icon span{
    display: block;
    height: 4px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    position: absolute;
    transition: all 0.2s ease;
}
#header #nav .nav-icon span:nth-child(2), 
#header #nav .nav-icon span:nth-child(3){
    top: 13px;
}
#header #nav .nav-icon span:nth-child(4){
    top: 26px;
}
#header #nav.active .nav-icon span:nth-child(1), 
#header #nav.active .nav-icon span:nth-child(4){
    opacity: 0;
}
#header #nav.active .nav-icon span:nth-child(2){
    transform: rotate(40deg);
}
#header #nav.active .nav-icon span:nth-child(3){
    transform: rotate(-40deg);
}
#header #nav .menu-hauptmenue-container{
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 34, 68, 0);
    z-index: 50;
    transition: all 0.5s ease;
}
#header #nav.active .menu-hauptmenue-container{
    left: 0%;
    background-color: rgba(0, 34, 68, 0.9);
    transition: all 0.5s ease;
}
#header #nav #menu-hauptmenue{
    margin-top: 60px;
}
/* ======================================================== */
/* Content */
/* ======================================================== */
section .wp-block-columns{
    text-align: left;
}
#vorteile-kooperation ul{
    list-style-type: disc;
    margin-left: 20px;
}
.page form{
    width: 400px;
    max-width: 100%;
    margin: -1.5em auto 0;
}
input, select{
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 2px;
    border: 0px; 
    outline: 0;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.1s ease;
    color: rgba(255, 255, 255, .8);
    border-radius: 0px;
}
option{
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
}
input:hover , select:hover{
    background: rgba(255, 255, 255, 0.3);
}
::placeholder{
    color: rgba(255, 255, 255, 0.8);
}
input[type=submit]{
    background: rgba(226, 0, 26, 1);
    border-radius: 50px;
    color: rgba(255, 255, 255, 1);
}
input[type=submit]:hover{
    background: rgba(226, 0, 26, .8);
    cursor: pointer;
}
#impressum{
    display: none;
}
.no-js #impressum{
    display: block;
}
#imprint{
    margin-top: 120px;
}
#footer{
    max-width: 820px;
    margin: -50px auto 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}
#footer ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer ul li{
    display: inline-block;
    margin: 0 10px;
}
.wpcf7 form.sent .wpcf7-response-output{
    background-color: rgba(70, 180, 80, .3);
}