/*   
Theme Name: eineBiene
Theme URI: https://massivebutdynamic.com
Version: 1.1.2
Description: Das WordPress Theme für EhrenKai
Author: MassiveButDynamic UG (haftungsbeschränkt)
Author URI: https://massivebutdynamic.com
*/

@font-face {
    font-family: Roboto;
    src: url(assets/fonts/Roboto-Regular.ttf);
}

html {
    font-family: Roboto;
    margin: 0px;
    padding: 0px;
}

div.footer {
    background-color:  #bebebe;
    height: 100%;
    padding: 10px;
    text-align: center;
}

#wrapper {
    width: 100%;
    height: 10%;
    background-color: white;
}

#main-menu-wrapper {
    height: auto;
    display: none;
    width: none;
}

.wpcf7-form-control-wrap {
    position: unset !important;
}



form.wpcf7-form input, form.wpcf7-form textarea {
    border: 1px solid black;
    padding: 0.8em;
    font-size: 1rem;
    border-radius: 5px;
    width: calc(100% - 2.8em);
    max-width: 30em;
    z-index: 10000;
}

.wp-block-contact-form-7-contact-form-selector {
    text-align: center;
}

.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: calc(100% - 0.8em);
    background-color: black;  
    color: white;
    padding: 0.8em;
    font-size: 1rem;
    border-radius: 5px;
    height: 7vh;
}

/* Handy */
@media screen and (max-width: 600px) {

    .wp-block-gallery.has-nested-images figure.wp-block-image {
        position: unset !important;
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        visibility: hidden;
    }

    #main-menu-wrapper.opened {
        display: unset;
        width: 100vw;
        top: calc(2.5rem + 40px);
        left: 0;
        padding: 0;
        background: white;
        z-index: 0;
        box-shadow: 0 10px 10px -10px #00000038;
        text-align: right;
        position: fixed;
        margin-top: -2vh;
    }

    div.bodydiv {
        background-color: #F5F5F5;
        height: 100%;
        min-height: 100vh;
        padding: 10px;
        padding-top: 10vh;
        hyphens: auto;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }

    #header {
        width: 100%;
        height: 10%;
        text-align: left;
        float: left;
        display: flex;
        background-color: white;
        margin: -8px;
        position: fixed;
        box-shadow: 0 10px 10px -10px #00000038;
    }
    
    #header h1 {
        text-decoration: none;
        color: black;
        width: 30vh;
        margin-left: 1vh; 
        font-size: 6vh;  
        margin-top: 1vh;
        margin-right: 9%;
    }

    #header h1 a {
        text-decoration: none;
        color: black;
        width: 10%;   
    }

    #header div.menu-head-container {
        display: none;
        width: 0px;
    }

    .hamburger {
        float: right;
        width: 10%;
        margin-left: 5vh;
        margin-top: 1vh;
    }

    #menu-head-1 a{
        text-decoration: none;
        color: black;
        list-style-type: none;
        font-size: 3.6vh;
        
    }
    
    #menu-head-1 li{
        text-decoration: none;
        color: black;
        list-style-type: none;
        font-size: 3.6vh;
        padding-top: 2vh;
        padding-right: 3vh;
        
    }

    .menu-item a:hover{
        color: #FFD800;
        
    }

    .menu-head-container ul{
        list-style-type: none;
        margin-top: 0vh;
    
    }

    #menu-footer a{
        text-decoration: none;
        color: black;
        list-style-type: none;
        font-size: 2.6vh;
        
    }
    
    #menu-footer li{
        text-decoration: none;
        color: black;
        list-style-type: none;
        padding-top: 1vh;
        padding-right: 4vh;
        
    }

}

/* iPad */
@media screen and (max-width: 1020px) and (min-width: 601px) {

    .wp-block-gallery.has-nested-images figure.wp-block-image {
        position: unset !important;
    }

    #main-menu-wrapper.opened {
        display: unset;
        width: 100vw;
        top: calc(2.5rem + 40px);
        left: 0;
        padding: 0;
        background: white;
        z-index: 0;
        box-shadow: 0 10px 10px -10px #00000038;
        text-align: right;
        position: fixed;
        margin-top: 1.5vh;
    }

    div.bodydiv {
        background-color: #F5F5F5;
        height: 100%;
        min-height: 100vh;
        padding: 10px;
        padding-top: 10vh;
        hyphens: auto;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }

    #header {
        width: 100%;
        height: 10%;
        text-align: left;
        float: left;
        display: flex;
        background-color: white;
        margin: -8px;
        position: fixed;
        box-shadow: 0 10px 10px -10px #00000038;
    }
    
    #header h1 {
        text-decoration: none;
        color: black;
        width: 30vh;
        margin-left: 1vh; 
        font-size: 6vh;  
        margin-top: 1vh;
        margin-right: 9%;
    }

    #header h1 a {
        text-decoration: none;
        color: black;
        width: 10%;   
    }

    #header div.menu-head-container {
        display: none;
        width: 0px;
    }

    .hamburger {
        float: right;
        width: 10%;
        margin-left: 42vw;
        margin-top: 2.1vh;
    }

    #menu-head-1 a{
        text-decoration: none;
        color: black;
        list-style-type: none;
        font-size: 3.6vh;
        
    }
    
    #menu-head-1 li{
        text-decoration: none;
        color: black;
        list-style-type: none;
        font-size: 3.6vh;
        padding-top: 2vh;
        padding-right: 3vh;
        
    }

    .menu-item a:hover{
        color: #FFD800;
        
    }

    .menu-head-container ul{
        list-style-type: none;
        margin-top: 0vh;
    
    }

    #menu-footer a{
        text-decoration: none;
        color: black;
        list-style-type: none;
        font-size: 2.6vh;
        
    }
    
    #menu-footer li{
        text-decoration: none;
        color: black;
        list-style-type: none;
        padding-top: 1vh;
        padding-right: 4vh;
        
    }

}

/* Desktop */
@media screen and (min-width: 1021px) {
   
    div.bodydiv {
        background-color: #F5F5F5;
        height: 100%;
        min-height: 100vh;
        margin-left: 15vh;
        margin-right: 62vh;
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 15vh;
        padding-bottom: 1vh;
        hyphens: auto;
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
    }

    div.footer {
        margin-left: 15vh;
        margin-right: 62vh;
    }

    #header {
        width: 100%;
        height: 10%;
        text-align: left;
        float: left;
        display: flex;
        background-color: white;
    }
    
    #header h1 a {
        text-decoration: none;
        color: black;
        width: 10%;   
    }

    .hamburger {
        display: none;
    }
    
    #header h1 {
        text-decoration: none;
        color: black;
        width: 30vh;
        margin-left: 4vh; 
        font-size: 6vh;  
        margin-right: 7vh;
    }
    
    .menu-head-container ul{
        list-style-type: none;
        display: flex;
        padding: 0px;
        margin-top: 6.5vh;
    
    }
    
    .menu-head-container li{
    
        padding-right: 4vh;
    
    }
    
    .menu-item a{
        text-decoration: none;
        color: black;
        list-style-type: none;
        font-size: 2.6vh;
        
    }
    
    .menu-item a:hover{
        color: #FFD800;
        
    }

    #menu-footer a{
        text-decoration: none;
        color: black;
        list-style-type: none;
        font-size: 2.6vh;
        
    }
    
    #menu-footer li{
        text-decoration: none;
        color: black;
        list-style-type: none;
        padding-top: 1vh;
        padding-right: 4vh;
        
    }
}