﻿@media (max-width: 600px)
/*Kopfzeile*/
{
    body {
        text-align:   center;
        font-family: 'Agency FB';
    }
    
    .container_header {
        background: #44bba0;
        color: white;
        margin: 0;
    }
    
    .header_text {
        background: #44bba0;
        color: #1e2c36;
        padding: 0% 0% 5% 0%;
        font-size: 3vw;
        margin: 0;
    }
    
    .withe_strip {
        color: white;
    }
    
    .header_logo {
        font-size: 13vw;
        color: white;
        padding: 0% 0% 5% 0%;
        margin: 0;
    }
    
    
    /*---------------------------------------------------------------------------------------------*/
    
    /*Navigationsleiste*/
    .navbar {
        background-color: #ebfcf7;
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        
    }
    /*Listenelemente (Aufzählungszeichen) entfernen*/
    nav ul {
        list-style: none;
        padding: 0px;
        margin: 5px;
        
    }
    
    /*Naviagationsleiste rechts anordnen*/
    nav {
        float: none;
    }
    
    /*Listenelemente in eine Zeile bringen und Abstand zwischen den Elementen definieren*/
    li {
        display: table;
        padding-top: 1%;
        padding-bottom: 1%;
    }
     /*Listenelement farblich anpassen*/
    nav a {
        text-decoration: none;
        color: black;
        display: inline-block;
        width: 94vw;
        padding-top: 1%;
        padding-bottom: 1%;
    }
    /*Listenelemente beim drüber hovern anpassen*/
        nav a:hover {
            background-color: #44bba0;
            color: white;
            border-radius: 20px;
        }
    /*Listenelemente nach dem Aktivieren hervorheben*/
        nav a:active {
            font-weight: bold;
        }
    
    
    
    
    /*---------------------------------------------------------------------------------------------*/
    /*Textabschnitt 1 - Karten*/
    /*Eigenschaften des Hauptcontainers*/
    .section_1 {
        display: flex;
        flex-direction: column;
        background-color: #d0e0e3;
    }
    
    /*Eigenschaften des linken Containers*/
    .section_1_left {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .section_1_left_content {
        margin-left: 15%;
        margin-right: 15%;
        text-align: center;
    }
    .section_1_left_content_1 {
        margin-left: 15%;
        margin-right: 15%;
        text-align: left;
    }
    
    /*Eigenschaften des rechten Containers*/
    .section_1_right {
        width: 100%;
        margin: 2px
    }
    /*Eigenschaften für den Bildcontainer*/
    .slide_1 {
        margin-right: 2%;
        margin-left: 2%;
        display: flex;
        flex-direction: row;
    }
    /*Eigenschaften großes Anzeigenbild*/
    .main_pic_1 {
        display: center;
        margin-top: 15vw;
    }
    
    
    /*Eigenschaften Contianer erstes links Vorschaubild*/
    .minipic_frist_li_1 {
        margin-top: 0px;
        margin-right: 2px;
        margin-bottom: 2px;
        height: 20vw;
    }
    
    /*Eigenschaften Container mittleres links Vorschaubild*/
    .minipic_middle_li_1 {
        margin-top: 2px;
        margin-right: 2px;
        margin-bottom: 2px;
        height: 20vw;
    }
    
    /*Eigenschaften Container letztes links Vorschaubild*/
    .minipic_last_li_1 {
        margin-top: 2px;
        margin-right: 2px;
        margin-bottom: 0px;
        height: 20vw;
    }
    /*Eigenschaften Contianer erstes rechts Vorschaubild*/
    .minipic_frist_re_1 {
        margin-top: 0px;
        margin-left: 2px;
        margin-bottom: 2px;
        height: 20vw;
    }
    
    /*Eigenschaften Container mittleres rechts Vorschaubild*/
    .minipic_middle_re_1 {
        margin-top: 2px;
        margin-left: 2px;
        margin-bottom: 5px;
        height: 20vw;
    }
    
    /*Eigenschaften Container letztes rechts Vorschaubild*/
    .minipic_last_re_1 {
        margin-top: 2px;
        margin-left: 2px;
        margin-bottom: 0px;
        height: 20vw;
    }
    
    
    /*Eigeschaften kleine Vorschaubilder*/
    .pic_1 {
        height: 100% ;
        border-radius: 10px;
    }
    
    /*Eigenschaften Container großes Anzeigenbild*/
    .mySlides_1 {
        display: none;
        max-height: 50vw;
        border-radius: 10px;
    }
    
    
    /*---------------------------------------------------------------------------------------------*/
    /*Textabschnitt 2 - Messlatten*/
    /*Eigenschaften des Hauptcontainers*/
    .section_2 {
        display: flex;
        flex-direction: column;
        background-color: white;
    }
    
    /*Eigenschaften des linken Containers*/
    .section_2_left {
        width: 100%;
        padding-top: 5%;
    
    }
    
    /*Eigenschaften des rechten Containers*/
    .section_2_right {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    
    .section_2_right_content {
        margin-left: 15%;
        margin-right: 15%;
        text-align: center;
    }
    .section_2_right_content_1 {
        margin-left: 15%;
        margin-right: 15%;
        text-align: right;
    }
    
    /*Eigenschaften für den Bildcontainer*/
    .slide_2 {
        margin-right: 5%;
        margin-left: 5%;
        display: inline-flex;
        flex-direction: row;
    }  
    
    
    /*Eigenschaften Contianer linkes Bild*/
    .minipic_li_2 {
        
        margin-right: 0%;

    }
    
    /*Eigenschaften Container rechtes Bild*/
    .minipic_re_2 {
     margin-left: 5%;
    }
    
    /*Eigeschaften kleine Vorschaubilder*/
    .pic_2 {
      width: 95%;
        border-radius: 0px;
    }
    
    
    
    
    
    /*---------------------------------------------------------------------------------------------*/
    /*Textabschnitt 3 - Garderoben  */
    /*Eigenschaften des Hauptcontainers  #747c74;  */
    .section_3 {
        display: flex;
        flex-direction: column;
        background-color: #efefef;
    }
    
    /*Eigenschaften des linken Containers*/
    .section_3_left {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }
    .section_3_left_content {
        margin-left: 15%;
        margin-right: 15%;
        text-align: center;
    }
    
    .section_3_left_content_1 {
        margin-left: 15%;
        margin-right: 15%;
        text-align: left;
    }
    
    /*Eigenschaften des rechten Containers*/
    .section_3_right {
        width: 100%;
        margin: 5%    }
    
    /*Eigenschaften für den Bildcontainer*/
    .slide_3 {
        display: flex;
        flex-direction: row;
    }   
    
    
    /*Eigenschaften Contianer linkes Bild*/
    .minipic_ob_3 {
        width: 90%;
        margin-bottom: 2%;
    }
    
    /*Eigenschaften Container rechtes Bild*/
    .minipic_un_3 {
        width: 90%
    }
    
    /*Eigeschaften kleine Vorschaubilder*/
    .pic_3 {
        width: 100%;
        border-radius: 0px;
    }
    
    
    
    /*---------------------------------------------------------------------------------------------*/
    /*Textabschnitt 4 - Preise  */
    /*Eigenschaften des Hauptcontainers*/
    .section_4 {
        background-color: #1e2c36;
        color: white;
    }
    
    .section_4_top {
        padding-top: 5%;
    }
    
    .container_table {
        margin-right: 10%;
        margin-left: 10%;
        display: flex;
        flex-direction: row;
        color: black;
    }
    
    .table_priceing {
        display: table;
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 10%;
        font-size: 10;
    
    }
    
    .table_priceing_row {
        display: table-row;
    }
    
    .table_priceing_element_li {
        display: table-cell;
        border: 1px solid #ccc;
        padding-right: 5%;
        text-align: right;
        background-color: #747c74;
        color: white;
    }
    
    .table_priceing_element_re {
        display: table-cell;
        border: 1px solid #ccc;
        padding-left: 5%;
        text-align: left;
        background-color: white;
       
    }
    
    
    /*---------------------------------------------------------------------------------------------*/
    /*Textabschnitt 5 - Über mich*/
    /*Eigenschaften des Hauptcontainers*/
    .section_5 {
        display: flex;
        flex-direction: column;
        background-color: white;
    }
    
    /*Eigenschaften des linken Containers*/
    .section_5_left {
        padding-top: 5%;
        width: 100%;
    }
    
    /*Eigenschaften für den Bildcontainer*/
    .pic_s5 {
        margin-right: 5%;
        margin-left: 5%;
        border-radius: 50%;
        width: 90%;
    }
    
    /*Eigenschaften des rechten Containers*/
    .section_5_right {
        padding-top: 5%;
    }
    .section_5_right_content {
        margin-left: 15%;
        margin-right: 15%;
        text-align: center;
    }
    
    .section_5_right_content_1 {
        margin-left: 15%;
        margin-right: 15%;
        text-align: center;
    }
    
    /*---------------------------------------------------------------------------------------------*/
    /*Textabschnitt 6 - Kontakt*/
    /*Eigenschaften des Hauptcontainers*/
    .section_6 {
        background-color: #44bba0;
        min-height: 70vh;
        display: flex;
        justify-content: center; /* Horizontale Zentrierung */
        align-items: center; /* Vertikale Zentrierung */
        margin-top: 10vw;
        margin-left: 10vw;
        margin-right: 10vw;
        margin-bottom: 10vw;
        text-align: center;
    }
    .section_6_content {
        margin-left: 15%;
        margin-right: 15%;
        text-align: center;
    }
    
    .section_6_content_1 {
        margin-left: 30%;
        margin-right: 15%;
        text-align: center;
    }
    
    /*---------------------------------------------------------------------------------------------*/
    /*Textabschnitt 7 - Impressum*/
    /*Eigenschaften des Hauptcontainers*/
    .section_7 {
        background-color: #747c74;
        height: 20vh;
        display: flex;
        justify-content: center; /* Horizontale Zentrierung */
        color: white;
    }
    
    .hyperlink_s7 {
        padding-left: 10px;
        padding-right: 10px;
        text-decoration: none;
        color: white;
    }
        .hyperlink_s7:hover {
            color: #1e2c36;
            text-decoration: none;
        }
    
    /*---------------------------------------------------------------------------------------------*/
    /*impressum.html- Impressum*/
    .container_header_impressum {
        background: #44bba0;
        color: white;
    }
    
    .header_text_impressum {
        background: #44bba0;
        color: #1e2c36;
        padding: 20px 0px 20px 0px;
        font-size: 5vw;
    }
    
    .impressum {
        text-align: center;
        font-family: 'Agency FB';
        margin-left: 5%;
        margin-right: 5%;
    }
    
    /*---------------------------------------------------------------------------------------------*/
    /*datenschutzerklaerung.html- Datenschutzerklärung*/
    .container_header_dse {
        background: #44bba0;
        color: white;
    }
    
    .header_text_dse {
        background: #44bba0;
        color: #1e2c36;
        padding: 20px 0px 20px 0px;
        font-size: 5vw;
    }
    
    .dse {
        text-align: center;
        font-family: 'Agency FB';
        margin-left: 5%;
        margin-right: 5%;
    }
}


@media (min-width: 600px)
{

/*Kopfzeile*/
body {
    text-align:   center;
    font-family: 'Agency FB';
}

.container_header {
    background: #44bba0;
    color: white;
    margin: 0;
}

.header_text {
    background: #44bba0;
    color: #1e2c36;
    padding: 20px 0px 20px 0px;
    font-size: 30px;
    margin: 0;
}

.withe_strip {
    color: white;
}

.header_logo {
    font-size: 100px;
    color: white;
    padding: 0px 0px 30px 0px;
    margin: 0;
}


/*---------------------------------------------------------------------------------------------*/

/*Navigationsleiste*/
.navbar {
    background-color: #ebfcf7;
    height: 50px;
}
/*Listenelemente (Aufzählungszeichen) entfernen*/
nav ul {
    list-style: none;
    padding: 0px;
    margin: 10px;
}

/*Naviagationsleiste rechts anordnen*/
nav {
    float: none;
}

/*Listenelemente in eine Zeile bringen und Abstand zwischen den Elementen definieren*/
li {
    display: inline;
    margin: 10px;
}
 /*Listenelement farblich anpassen*/
nav a {
    text-decoration: none;
    color: black;
    display: inline-block;
    padding-top: 15px;  
    width: 100px;
}
/*Listenelemente beim drüber hovern anpassen*/
    nav a:hover {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #44bba0;
        color: white;
        border-radius: 20px;
    }
/*Listenelemente nach dem Aktivieren hervorheben*/
    nav a:active {
        font-weight: bold;
    }




/*---------------------------------------------------------------------------------------------*/
/*Textabschnitt 1 - Karten*/
/*Eigenschaften des Hauptcontainers*/
.section_1 {
    display: flex;
    flex-direction: row;
    background-color: #d0e0e3;
}

/*Eigenschaften des linken Containers*/
.section_1_left {
    width: 30%;
    margin-top: 75px;
    margin-bottom: 50px;
}
.section_1_left_content {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}
.section_1_left_content_1 {
    margin-left: 15%;
    margin-right: 15%;
    text-align: left;
}

/*Eigenschaften des rechten Containers*/
.section_1_right {
    width: 70%;
    margin: 20px
}
/*Eigenschaften für den Bildcontainer*/
.slide_1 {
    margin-right: 10%;
    margin-left: 10%;
    display: flex;
    flex-direction: row;
}
/*Eigenschaften großes Anzeigenbild*/
.main_pic_1 {
    display: left;
}



/*Eigenschaften Contianer erstes links Vorschaubild*/
.minipic_frist_li_1 {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 150px;
}

/*Eigenschaften Container mittleres links Vorschaubild*/
.minipic_middle_li_1 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    height: 150px;
}

/*Eigenschaften Container letztes links Vorschaubild*/
.minipic_last_li_1 {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    height: 150px;
}
/*Eigenschaften Contianer erstes rechts Vorschaubild*/
.minipic_frist_re_1 {
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 150px;
}

/*Eigenschaften Container mittleres rechts Vorschaubild*/
.minipic_middle_re_1 {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
    height: 150px;
}

/*Eigenschaften Container letztes rechts Vorschaubild*/
.minipic_last_re_1 {
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0px;
    height: 150px;
}


/*Eigeschaften kleine Vorschaubilder*/
.pic_1 {
    height: 100% ;
    border-radius: 10px;
}

/*Eigenschaften Container großes Anzeigenbild*/
.mySlides_1 {
    display: none;
    max-height: 615px;
    border-radius: 10px;
}


/*---------------------------------------------------------------------------------------------*/
/*Textabschnitt 2 - Messlatten*/
/*Eigenschaften des Hauptcontainers*/
.section_2 {
    display: flex;
    flex-direction: row;
    background-color: white;
}

/*Eigenschaften des linken Containers*/
.section_2_left {
    width: 50%;
    margin: 20px
}

/*Eigenschaften des rechten Containers*/
.section_2_right {
    width: 50%;
    margin-top: 75px;
    margin-bottom: 50px;
}

.section_2_right_content {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}
.section_2_right_content_1 {
    margin-left: 15%;
    margin-right: 15%;
    text-align: right;
}

/*Eigenschaften für den Bildcontainer*/
.slide_2 {
    margin-right: 15%;
    margin-left: 15%;
    display: flex;
    flex-direction: row;
}



/*Eigenschaften Contianer linkes Bild*/
.minipic_li_2 {
    margin: 10px;
    height: 600px;
}

/*Eigenschaften Container rechtes Bild*/
.minipic_re_2 {
    margin: 10px;
    height: 600px;
}

/*Eigeschaften kleine Vorschaubilder*/
.pic_2 {
    height: 100%;
    border-radius: 0px;
}





/*---------------------------------------------------------------------------------------------*/
/*Textabschnitt 3 - Garderoben  */
/*Eigenschaften des Hauptcontainers  #747c74;  */
.section_3 {
    display: flex;
    flex-direction: row;
    background-color: #efefef;
}

/*Eigenschaften des linken Containers*/
.section_3_left {
    width: 50%;
    margin: 20px;
    margin-top: 125px;
}
.section_3_left_content {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

.section_3_left_content_1 {
    margin-left: 15%;
    margin-right: 15%;
    text-align: left;
}

/*Eigenschaften des rechten Containers*/
.section_3_right {
    width: 50%;
    margin: 20px
}

/*Eigenschaften für den Bildcontainer*/
.slide_3 {
    margin-right: 20%;
    margin-left: 20%;
    display: flex;
    flex-direction: row;
}

/*Eigenschafen für Contianer der kleinen Vorschaubilder*/
.picture_3 {
}

/*Eigenschaften Contianer linkes Bild*/
.minipic_ob_3 {
    margin: 10px;
    width: 600px;
}

/*Eigenschaften Container rechtes Bild*/
.minipic_un_3 {
    margin: 10px;
    width: 600px;
}

/*Eigeschaften kleine Vorschaubilder*/
.pic_3 {
    width: 100%;
    border-radius: 0px;
}



/*---------------------------------------------------------------------------------------------*/
/*Textabschnitt 4 - Preise  */
/*Eigenschaften des Hauptcontainers*/
.section_4 {
    background-color: #1e2c36;
    color: white;
}

.section_4_top {
    padding-top: 50px;
}

.container_table {
    margin-right: 40%;
    margin-left: 40%;
    display: flex;
    flex-direction: row;
    color: black;
}

.table_priceing {
    display: table;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10%;

}

.table_priceing_row {
    display: table-row;
}

.table_priceing_element_li {
    display: table-cell;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: right;
    background-color: #747c74;
    color: white;
}

.table_priceing_element_re {
    display: table-cell;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: left;
    background-color: white;
   
}


/*---------------------------------------------------------------------------------------------*/
/*Textabschnitt 5 - Über mich*/
/*Eigenschaften des Hauptcontainers*/
.section_5 {
    display: flex;
    flex-direction: row;
    background-color: white;
}

/*Eigenschaften des linken Containers*/
.section_5_left {
    width: 50%;
    margin: 20px
}

/*Eigenschaften für den Bildcontainer*/
.pic_s5 {
    margin-right: 20%;
    margin-left: 20%;
    height: 80vh;
    border-radius: 50%;
}

/*Eigenschaften des rechten Containers*/
.section_5_right {
    width: 50%;
    margin: 20px
}
.section_5_right_content {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

.section_5_right_content_1 {
    margin-left: 15%;
    margin-right: 15%;
    text-align: left;
}

/*---------------------------------------------------------------------------------------------*/
/*Textabschnitt 6 - Kontakt*/
/*Eigenschaften des Hauptcontainers*/
.section_6 {
    background-color: #44bba0;
    height: 60vh;
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    align-items: center; /* Vertikale Zentrierung */
    margin-top: 100px;
    margin-left: 300px;
    margin-right: 300px;
    margin-bottom: 100px;
}
.section_6_content {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
}

.section_6_content_1 {
    margin-left: 40%;
    margin-right: 15%;
    text-align: left;
}

/*---------------------------------------------------------------------------------------------*/
/*Textabschnitt 7 - Impressum*/
/*Eigenschaften des Hauptcontainers*/
.section_7 {
    background-color: #747c74;
    height: 20vh;
    display: flex;
    justify-content: center; /* Horizontale Zentrierung */
    color: white;
}

.hyperlink_s7 {
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
    color: white;
}
    .hyperlink_s7:hover {
        color: #1e2c36;
        text-decoration: none;
    }

/*---------------------------------------------------------------------------------------------*/
/*impressum.html- Impressum*/
.container_header_impressum {
    background: #44bba0;
    color: white;
}

.header_text_impressum {
    background: #44bba0;
    color: #1e2c36;
    padding: 20px 0px 20px 0px;
    font-size: 30px;
}

.impressum {
    text-align: center;
    font-family: 'Agency FB';
    margin-left: 30%;
    margin-right:30%;
}

/*---------------------------------------------------------------------------------------------*/
/*datenschutzerklaerung.html- Datenschutzerklärung*/
.container_header_dse {
    background: #44bba0;
    color: white;
}

.header_text_dse {
    background: #44bba0;
    color: #1e2c36;
    padding: 20px 0px 20px 0px;
    font-size: 30px;
}

.dse {
    text-align: center;
    font-family: 'Agency FB';
    margin-left: 30%;
    margin-right: 30%;
}
}