@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');
}
.marginTop0{
    margin-top: 0;
}
a{
    text-decoration: none;
    color: black;
}

body{
    margin: 0px;
    background: white;
    font-family: Montserrat, serif;
}
.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%;
    height: 4em;
    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: none;
    }
    .nav_wrap {
        position: relative;
        /*margin: 0 auto 0 auto; */
        width: 1000px;
        height: 100%;
        display: flex;
        justify-content: flex-start;
        align-items: center;

        .nav_item {
            display: flex;
            width: 20%;
            height: 90%;
            align-items: center;
            justify-content: center;
            background-color: rgba(15, 113, 115, 1);
            margin-right: 5px;
            color: white;
        }
        .logo{
            background-color: black;
            color: rgba(255,210,58,1);
            display: flex;
            width: 16%;
            margin: 0 auto 0 auto;
            height: 1.5em;
            border-radius: 25px;
            align-items: center;
            justify-content: center;
            font-size: 2em;
            /*background-image: url("/img/logo4.png");*/
            /*background-repeat: no-repeat;*/
            /*background-size: 80%;*/
            /*background-position-x: center;*/
            /*background-position-y: center;*/
            /*!*color: rgba(245, 192, 0 ,1);*!*/
            /*!*font-style: italic;*!*/
            /*!*font-size: xx-large;*!*/
            /*!*background: repeating-linear-gradient(*!*/
            /*!*        -45deg,*!*/
            /*!*        black,*!*/
            /*!*        transparent*!*/
            /*!*);*!*/
        }
        .nav_item:hover{
            background-color: rgba(245, 192, 0 ,1);
            color: black;
        }
    }
}

.header{
    position: relative;
    display: flex;
    height: calc(100vh - 8em - 40px);
    width: 100vw;
    max-width: 100%;
    margin: 0 auto 0 auto;
    padding: calc(4em) 0 0 0;
    justify-content: center;
    .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.25;
        width: 100%;
        height: calc(100% - 4em);
        z-index: -1;
    }
    #contact_overlay{
        position: fixed; /* Sit on top of the page content */
        display: none; /* Hidden by default */
        width: 100%; /* Full width (cover the whole page) */
        height: 100%; /* Full height (cover the whole page) */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5); /* Black background with opacity */
        z-index: 100; /* Specify a stack order in case you're using a different order for other elements */

        justify-content: center;
        align-items: center;
        /* Style inputs with type="text", select elements and textareas */
        input[type=text],input[type=email], select, textarea {
            width: 100%; /* Full width */
            padding: 12px; /* Some padding */
            border: 1px solid #ccc; /* Gray border */
            border-radius: 4px; /* Rounded borders */
            box-sizing: border-box; /* Make sure that padding and width stays in place */
            margin-top: 6px; /* Add a top margin */
            margin-bottom: 16px; /* Bottom margin */
            resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
        }

        /* Style the submit button with a specific background color etc */
        input[type=submit] {
            /*background-color: #04AA6D;*/
            background-color: rgba(15, 113, 115, 1);
            color: white;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }

        /* When moving the mouse over the submit button, add a darker green color */
        input[type=submit]:hover {
            /*background-color: #45a049;*/
            background-color: rgba(245, 192, 0 ,1);
        }

        /* Add a background color and some padding around the form */
        .container {
            display: flex;
            border-radius: 5px;
            background-color: #f2f2f2;
            padding: 20px;
            width: 1000px;

            .button_wrap{
                display: flex;
                width: 100%;
                flex-flow: row nowrap;
                justify-content: space-between;

                #contact_cancel{
                    background-color: #04AA6D;
                    color: black;
                    padding: 12px 20px;
                    border: none;
                    border-radius: 4px;
                    cursor: pointer;
                }
                #contact_submit{
                }
                #contact_cancel:hover{
                    background-color: rgba(255,194,41,0.7);
                }
            }

        }

    }
    .header_content{
        align-self: center;
        display: grid;
        grid-template-columns: 50% 50%;
        grid-template-rows: 1fr 1fr 4fr;
        /*gap: 20px;*/
        height: calc(100% - 40px);
        max-height: 600px;
        width: 1000px;
        padding: 0 20px 20px 20px;


        .header_item1{
            display: flex;
            grid-row-start: 1;
            grid-row-end: 4;
            grid-column-start: 1;
            grid-column-end: 2;
            margin: 0px;
            backdrop-filter: blur(2px);
            -webkit-backdrop-filter: blur(2px);
            justify-content: flex-start;

            .header_img1{
                display: block;
                height: 90%;
                width: auto;
                align-self: flex-end;
                margin-left: 2px;
                box-shadow: rgba(10,10,10,0.6) 0 0 5px 3px;
            }
        }
        .header_item2{
            position: relative;
            grid-row-start: 1;
            grid-row-end: 2;
            grid-column-start: 2;
            grid-column-end: 3;
            align-self: flex-end;
            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-y: center;
                opacity: 0.8;
                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: 1.1em;

        }
        .header_item4{
            font-family: Montserrat, serif;
            grid-row-start: 3;
            grid-row-end: 4;
            grid-column-start: 2;
            grid-column-end: 3;
            display: flex;
            flex-flow: column nowrap;
            align-self: flex-end;
            justify-self: center;
            background-color: white;
            box-shadow: rgba(10,10,10,0.2) 0 0 5px 5px;
            padding: 20px;

            .contact_btn{
                margin:auto;
                appearance: none;
                background-color: rgba(15, 113, 115,1);
                border-radius: 0.5em;
                border-style: none;
                box-shadow: rgba(10,10,10,0.3) 1px 1px 3px 3px;
                box-sizing: border-box;
                color: white;
                cursor: pointer;
                display: none;
                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(245, 192, 0 ,1);
                color: black;
                /*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;
                }*/
            }
    }
    #anchor_warumUbewe{
        position: absolute;
        bottom: 4em;
        width: 100%;
        height: 1px;
    }

}
.contact_row{
    height: 4em;
    width: 100%;
    display: flex;
    position: static;
    margin-top: 20px;
    justify-content: center;
    z-index: 99;
    .contact_wrapper{
        width: 1000px;
        height: 100%;
        align-items: center;
        position: relative;
        display: flex;
        justify-content: space-around;
        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;
    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: 15px;
    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(130,136,148,0.9) 0%, rgba(235,240,245,0.7) 2px, rgba(227,232,252,0.2) 100%);*/
        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%);
        }
    .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%);
        background: linear-gradient(to right, rgba(13,113,105,0.9) 0%, rgba(13,113,105,0.3) 2px, rgba(29,214,180,0.1) 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{
    display: flex;
    background-color: rgba(255,255,253,0.8);
    width: 100%;
    height: 4em;
    box-shadow: rgba(10,10,10, 0.6) 0 -1px 2px ;
    z-index: 1;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    justify-content: center;
    margin-top: 20px;
    .footerWrap{
        position: relative;
        display: flex;
        width: 1000px;
        height: 100%;
        justify-content: flex-start;
        .footerItem1{
            display: flex;
            width: 20%;
            height: 100%;
            align-items: center;
            justify-content: center;
        }
        .footerItem1:hover{
            background-color: rgba(255,210,48,1);
        }
    }
}
