/* Kontakt Button, Hintergrund skizzen */

@font-face {
    font-family: 'Montserrat';
    font-style: NORMAL;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format('woff2 supports variations');
    src: url("/fonts/Montserrat/Montserrat-VariableFont_wght.ttf") format('woff2-variations');
}
@font-face {
    font-family: 'Montserrat';
    font-style: ITALIC;
    font-weight: 100 900;
    font-display: swap;
    src: url("/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format('woff2 supports variations');
    src: url("/fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf") format('woff2-variations');
}
a{
    text-decoration: none;
    color: black;
}

body{
    margin: 0px;
    background: white;
}
.balkenmuster{
    position: absolute;
    background-image: url("img/balkenmuster.png");
    background-repeat: repeat;
    background-size: 40px 20px;
    width: 100%;
    height: 10px;
    width: 100%;
}
.nav_bar {
    position: fixed;
    display: flex;
    background-color: rgba(208, 204, 208,0.8);
    width: 100vw;
    max-width: 100%;
    box-shadow: rgba(10,10,10, 0.6) 0 5px 3px ;
    z-index: 99;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    justify-content: center;

    .icon_wrap{
        display: flex;
        float: right;
        height: 4em;
        .icon{
            height: 60%;
            align-self: center;
        }
    }
    .nav_wrap {
        position: relative;
        height: 100%;
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-flow: column nowrap;
        .nav_item {
            display: flex;
            height: 4em;
            width: 150px;
            align-items: center;
            justify-content: center;
            background-color: rgba(15, 113, 115, 1);
            margin-right: 5px;
            color: white;
            margin-bottom: 5px;
        }
        #item1{
            display: none;
        }
        #item2{
            display: none;
        }
        #item3{
            display: none;
        }
        #item4{
            display: none;
        }
        .logo{
            background-color: black;
            color: rgba(255,210,58,1);
            display: flex;
            border-radius: 25px;
            align-items: center;
            justify-content: center;
            font-size: 2rem;
            width: 150px;
            height: 2rem;
            margin: 1rem 0 0 0;
            margin-bottom: 5px;
        }
        .nav_item:hover{
            background-color: rgba(245, 192, 0 ,1);
            color: black;
        }
    }
}

#contact_overlay{
    display: none;
}
.header{
    position: relative;
    display: flex;
    width: 95vw;
    margin: 0 auto 0 auto;
    padding: calc(4em + 20px) 0 0 0;
    /*.header_bg{
        position: absolute;
        background-image: url("img/bg_test2.png");
        background-size: 130% auto;
        background-repeat: no-repeat;
        background-position: 10% 70%;
        opacity: 0.3;
        width: 100%;
        height: calc(100% - (4em + 20px));
        z-index: -1;
    }*/
    .header_content{
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        width: 100%;
        .header_item1{
            display: block;
            order: 2;
            margin: 5px 0 5px 0;
            .header_img1{
                display: block;
                height: auto;
                width: 80%;
                margin: 0 auto 0 auto;
                align-self: flex-end;

            }
        }
        .header_item2{
            position: relative;
            grid-row-start: 1;
            grid-row-end: 2;
            grid-column-start: 2;
            grid-column-end: 3;
            align-content: center;
            text-align: center;
            font-family: Montserrat, serif;
            height: 80%;
            text-shadow: 1px 1px 1px rgba(255,210,48,0.5);
            z-index: 2;

            .header_2_bg{
                position: absolute;
                background-image: url("img/brush2.png");
                background-size: contain;
                background-repeat: no-repeat;
                background-position: center;
                opacity: 0.4;
                width: 100%;
                height: 100%;
                z-index: -1;
            }

        }
        .header_item3{
            position: relative;
            grid-row-start: 2;
            grid-row-end: 3;
            grid-column-start: 2;
            grid-column-end: 3;
            align-self: flex-end;
            align-content: center;
            text-align: center;
            font-family: Montserrat, serif;
            height: 90%;
            text-shadow: 0 0 5px rgba(255,250,220,1);
            z-index: 2;
            font-size: 1em;

        }
        .header_item4{
            order: 3;
            display: flex;
            flex-flow: column nowrap;
            background-color: white;
            width: 80%;
            margin: 20px auto 0 auto;
            padding: 20px;

            .contact_btn{
                margin:auto;
                appearance: none;
                background-color: #FFFFFF;
                border-radius: 0.5em;
                border-style: none;
                box-shadow: rgba(10,10,10,0.3) 1px 1px 3px 3px;
                box-sizing: border-box;
                color: #000000;
                cursor: pointer;
                display: inline-block;
                font-family: -apple-system,sans-serif;
                font-size: 1.2rem;
                font-weight: 400;
                letter-spacing: -.24px;
                outline: none;
                padding: 5px 1.3rem;
                quotes: auto;
                text-align: center;
                text-decoration: none;
                transition: all .15s;
                user-select: none;
                -webkit-user-select: none;
                touch-action: manipulation;
            }
            .contact_btn:hover {
                background-color: rgba(255,194,41,0.7);
                /*box-shadow: #FF6314 0 -6px 8px inset;*/
                transform: scale(1.025);
            }

            .contact_btn:active {
                transform: scale(1.1);
            }

            /*@media (min-width: 768px) {
                .contact_btn {
                    font-size: 1.5rem;
                    padding: .75rem 2rem;
                }*/
            }
        }

    }
.contact_row{
    height: 4em;
    width: 100%;
    display: flex;
    position: static;
    top: 4.5em;
    justify-content: center;
    z-index: 99;
    .contact_wrapper{
        width: 1000px;
        height: 100%;
        align-items: center;
        position: relative;
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-around;
        align-items: flex-start;
        padding-left: 20px;
        background-color: rgba(208, 204, 208,0.7);
        /*background: linear-gradient(to left, rgba(255,254,250,0.10135392047443981) 0%, rgba(212,191,107,0.1) 10%, rgba(207,165,0,0.3) 50%, rgba(212,191,107,0.1) calc(90%), rgba(255,254,250,0.10135392047443981) 100%);*/
        box-shadow: rgba(10,10,10, 0.6) 0 4px 3px;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        .contact_item{

        }
    }
}


.contentbg1{
    position: absolute;
    left: 0;
    top: 0%;
    width: 400px;
    height: auto;
    z-index: -1;
    opacity: 0.2;
}
.contentbg2{
    position: absolute;
    right: 0;
    top: 20%;
    width: 400px;
    height: auto;
    z-index: -1;
    opacity: 0.2;
}
.contentbg3{
    position: absolute;
    left: 0;
    top: 40%;
    width: 400px;
    height: auto;
    z-index: -1;
    opacity: 0.2;
}
.contentbg4{
    position: absolute;
    right: 0;
    top: 60%;
    width: 400px;
    height: auto;
    z-index: -1;
    opacity: 0.2;
}
.contentbg5{
    position: absolute;
    left: 0;
    top: 80%;
    width: 400px;
    height: auto;
    z-index: -1;
    opacity: 0.2;
}

.contentWrap{
    display: grid;
    position: relative;
    margin-top: 50px;
    grid-template-columns: 1fr minmax(5fr, 1000px) 1fr;
    grid-row-gap: 20px;
    justify-content: center;

    .contentbase{
        grid-column-start: 2;
        grid-column-end: 3;
        max-width: 1000px;
        position: relative;
    }
    .contentpad{
        padding: 20px;
    }
    .content1{
        /*background: linear-gradient(to right, rgba(207,165,0,0.6) 0%, rgba(212,191,107,0.3) 2px, rgba(255,245,220,0.3) 100%);*/
        background: linear-gradient(to right, rgba(130,136,148,0.9) 0%, rgba(235,240,245,0.7) 2px, rgba(227,232,252,0.2) 100%);
        }
    .content2{
        background: linear-gradient(to left, rgba(207,165,0,1) 0%, rgba(212,191,107,0.5) 2px, rgba(255,254,250,0.10135392047443981) 100%);
    }
    .content3{
        background: linear-gradient(to right, rgba(130,136,148,0.9) 0%, rgba(235,240,245,0.7) 2px, rgba(227,232,252,0.2) 100%);
    }
    .content4{
        background: linear-gradient(to left, rgba(207,165,0,1) 0%, rgba(212,191,107,0.5) 2px, rgba(255,254,250,0.10135392047443981) 100%);

    }
    .gridfill_left{
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 4;
    }
    .gridfill_right{
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 4;
    }

}
.footerBar{

    .footerWrap{
        display: flex;
        margin: 0 auto 0 auto;
        flex-flow: row nowrap;
        max-width: 1000px;
        height: 4em;
        justify-content: space-around;
        .footerItem1{
            align-self: center;

        }
        .footerItem2{
            align-self: center;

        }
        .footerItem3{
            align-self: center;

        }
        .footerItem4{
            align-self: center;
        }
    }
}
