 /* @font-face {
    font-family: NeoSans;
    src: url("neoSans.ttf");

}
*/

 * {
     font-family: allumi-std, sans-serif;
     font-style: normal;
     font-weight: 400;
     outline: none;

 }

html, body {
    margin: 0;
}


#wrapper {

    margin: 0;


}

.page_heading {

    color: black;
    padding: 0 15%;
    text-align: left;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

#page_heading {
    position: absolute;
    top: 40%;
    left: 3%;
    font-size: 46px;
    width: 40%;
    text-align: justify;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 10px;
}

.page_heading_text {

    text-align: left;
    font-size: 140%;
    padding: 0 15%;
    line-height: 50px;
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;

}

.page_heading_1 {

    font-size: 32px;
    text-align: left;
    padding: 0 15%;
}

#page_heading_text_1 {

    position: relative;
}

#page_heading_text_2 {

    position: relative;
    left: 100%;
}

#page_container_1 {

    height: auto;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

header {

    display: grid;
    display: -ms-grid;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;

}

#dewill_logo {

    width: 150px;
    margin: 20px 20px;
    float: left;
}

#menu_tags {

    margin: auto 0;
    text-align: center;
    line-height: 50px;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
    -ms-grid-rows: 50% 50%;
    height: 100%;
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;


}

.menu_tag {

    text-decoration: none;
    font-size: 120%;
   /* color: rgba(65, 165, 0, 1); */
    color: darkblue;
    display: flex;
    justify-content: center;
    align-items: center;
    transition-duration: 0.8s;

}

#menu_tag_1 {

    -ms-grid-column: 1;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#menu_tag_2 {

    -ms-grid-column: 2;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

#menu_tag_3 {

    -ms-grid-column: 1;
    -ms-grid-row: 2;
    border-top: 1px solid black;
    border-right: 1px solid black;
}

#menu_tag_4 {

    -ms-grid-column: 2;
    -ms-grid-row: 2;
    border-top: 1px solid black;
    border-left: 1px solid black;
}


#menu_tag_1:hover {
    background-color: #558CD2;
    color: white;
    border: 1px solid white

}

#menu_tag_2:hover {
    background-color: #92D050;
    color :white;
    border: 1px solid white

}


#menu_tag_3:hover {
    background-color: #003C78;
    color :white;
    border: 1px solid white

}


#menu_tag_4:hover {
    background-color: #41A500;
    color :white;
    border: 1px solid white
}

#img_cont_1 {

    width: 100%;
    height: auto;
    margin-bottom: 50px;


}

#img_cont_1_1 {
    width: 100%;
    height: auto;
}

#page_container_2 {
    position: relative;
}

#img_caption_2 {

    position: absolute;
    top: 33%;
    right: 8%;
    font-size: 70px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 10px;

}

#page_container_3 {
    position: relative;
}

#img_caption_3 {

    position: absolute;
    top: 35%;
    right: 25%;
    font-size: 70px;
    color :white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 10px;

}

#page_container_4 {
    position: relative;
}

#img_caption_4 {

    position: absolute;
    top: 22%;
    right: 33%;
    color: white;
    font-size: 70px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 10px;

}

#page_container_5 {
    position: relative;
}

#img_caption_5 {

    position: absolute;
    top: 5%;
    right: 10%;
    font-size: 70px;
    color: white;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    border-radius: 10px;
}

#up_click {
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 20px;
    position: fixed;
    bottom: 0;
    height: 2.5%;
    right: 1%;
    color :white;
    padding: 10px;
}

#up_click img {

    width: auto;
    height: 100%;

}

#black_leiste {

    height: 20%;
    padding-top: 8%;


}

.seper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin-bottom: 40px;
    -webkit-margin-before: 0;
}

#type_writer {
    position: relative;
    right: 2000px;
}

.seper::before, .seper::after {
    content: '\a0';
    background-color: black;
    flex-grow: 1;
    height: 2px;
    position: relative;
    top: 0.7em;
}

.seper::before {
    margin-right: 20px;
}

.seper::after {
    margin-left: 20px;
}

.ueber_uns_text {
    text-align: center;
}

footer {
background-color: #558CD2;
    padding: 20px 20px;
    color: white;
    margin-top: 40px;
}

#footer_menu {
    list-style-type: none;
}

#footer_menu li {
    padding: 15px;
    display: inline;
}

#footer_menu a {
    color: white;
    text-decoration: none;
}

 /*
 ==================== ERSTE MEDIA QUERY ================
  */

 @media only screen
 and (min-width : 1300px)
 and (max-width : 1500px) {
     #img_caption_2, #img_caption_3, #img_caption_4, #img_caption_5 {
         font-size: 50px;
     }
 }

/*
==================== ZWEITE MEDIA QUERY ================
 */

 @media only screen
 and (min-width : 1000px)
 and (max-width : 1300px) {


     .menu_tag {
     font-size: 100%;
     }

     #img_caption_2, #img_caption_3, #img_caption_4, #img_caption_5 {
         font-size: 50px;
     }
 }

 /*
==================== DRITTE MEDIA QUERY ================
 */

 @media only screen
 and (min-width : 800px)
 and (max-width : 1000px) {


     .menu_tag {
         font-size: 80%;
     }

     #page_heading {
         width: 80%;
         top: 10%;
         font-size: 150%;

     }

     #img_caption_2, #img_caption_3, #img_caption_5 {
         font-size: 18px;
     }
 }

@media only screen
and (min-width : 375px)
and (max-width : 812px)
and (-webkit-device-pixel-ratio : 3) {

    header {
        grid-template-columns: 100%;
    }

    .menu_tag {
        text-decoration: none;
        font-size: 75%;
        /* color: rgba(65, 165, 0, 1); */
        color: darkblue;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        transition-duration: 0.8s;
        height: 200px;
    }

    #page_heading {
        top: 10%;
        font-size: 150%;
    }

    .page_heading_text {
        font-size: 100%;
        line-height: 30px;
    }

    .page_heading_1 {
        font-size: 28px;
    }

    #img_caption_2, #img_caption_3, #img_caption_4, #img_caption_5 {
        font-size: 18px;
        top: 10%;
        left: 10%;
        text-align: center;

    }

}


@media only screen
and (min-width : 320px)
and (max-width : 800px) { /* STYLES GO HERE */
    header {
        grid-template-columns: 100%;
    }

    header .menu_tag {


        font-size: 10px;
    }

    .menu_tag {
        text-decoration: none;
        font-size: 75%;
        /* color: rgba(65, 165, 0, 1); */
        color: darkblue;
        border: 1px solid black;
        display: flex;
        justify-content: center;
        align-items: center;
        transition-duration: 0.8s;
        height: 200px;
    }

    #page_heading {
        width: 80%;
        top: 10%;
        font-size: 150%;
    }

    .page_heading_text {
        font-size: 100%;
        line-height: 30px;
    }

    .page_heading_1 {
        font-size: 28px;
    }

    #img_caption_2, #img_caption_3, #img_caption_5 {
        font-size: 18px;
        top: 10%;
        left: 10%;
        text-align: center;

    }

    #img_caption_4 {
        top: 5%;
        font-size: 18px;
        text-align: center;
    }
}


 .img_container {
     position: relative;
     margin: 40px 0;
 }