/*
Name: style-D.css
Description: CSS-Datei für das Webdesign Tutorial.
Version: 1.0
*/

/* ################# STANDARTEINSTELLUNGEN ################# */
body {
    font-family: 'Roboto', sans-serif;
    background-color: #e3e3e3;
}
h1, p {
    margin: 0;
}
h2 { font-size: 18px }


/* ################# HEADER ################# */

/* Header ----------- */
header {
    width: 100%;
    background-color: #444444;
}
header .flex-box-sm {
    height: 90px;
    align-items: center;
}

/* Logo ----------- */
header .logo img {
    height: 35px;
}

/* Menu-Button ----------- */
header .menu .menu-button {
    display: none;
}

/* Menu ----------- */
header .menu {
    text-align: right;
    font-size: 18px;
}
header .menu ul li {
    list-style: none;
    display: inline;
    margin: 0 0 0 35px;
}
header .menu ul li:first-child {
    margin: 0;
}
header .menu ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 500ms;
    border-bottom: solid 1px rgba(255, 255, 255, 0);
    position: relative;
    top: 0;
}
header .menu ul li a:hover {
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
    top: 3px;
}

/* Media Events Mediagrößen 576, 768, large 992, extra large 1200 und höher */
/* ############### 210-Stempel Groß-Mittel-Klein  ############ */
/* Abbildung 5 : der 210-Stempel Scroll bis min 594 */
/* images/S05-Stempel210-SW.jpg   (Bildgröße = 894x536)" width="1362" height="808" */

     @media screen and (max-width: 14600px) 
     { 
     /* -- Große Größe -- Gesamtgröße des Bildes */
      .strip-gmk-210 img {width: 1362px; height:808px}
      .strip-gmk-210 
       {
        
      /* width:400px;   Größe des dargestellten Bildteils von ganz groß bis etwa 1050px */
       width:950px;   
       height:818px;  /* Bild etwas höher als die Bildgröße wenn Scroll-Balken */
       overflow-x : scroll;
       overflow-y : hidden;
       } 
     }
            
     /* -- Mittlere Größe -- Gesamtgröße des Bildes */
     @media screen and (max-width: 1050px) { 
    .strip-gmk-210 img {width: 1200px; height:808px}
    .strip-gmk-210 {
        
                   /* width:???px; Größe des dargestellten Bildteils */
      width:550px;   
      height:818px;
      overflow-x : scroll;
      overflow-y : hidden;
     } 
       }
            
   /* -- Kleine Größe -- Gesamtgröße des Bildes */
   @media screen and (max-width: 768px) {   
    .strip-gmk-210 img {width: 1200px; height:808px}
    .strip-gmk-210 {
        
                    /* width:400px; -- Größe des dargestellten Bildteils */
      width: 400px;   
      height:818px;  
      overflow-x : scroll;
      overflow-y : hidden;
      }
     }
/* ####### Ende Für Stempel 210 Ende Darstellung groß - mittel - klein ######### */
/* Media Events Mediagrößen 576, 768, large 992, extra large 1200 und höher */

/* ############### Abb7 Groß-Mittel-Klein  ############ */

     @media screen and (max-width: 14600px) 
     { 
     /* -- Große Größe -- Gesamtgröße des Bildes, wenn kleiner, 
         wird das Bild abgeschnitten*/
      .strip-gmk-Abb7 img {width: 732px; height:400px}
      .strip-gmk-Abb7 
       {
        
      /* Größe des dargestellten Bildteils von ganz groß bis etwa 1050px */
       width:750px;  height:400px;  /* Bild etwas höher als die Bildgröße wenn Scroll-Balken */
       overflow-x : scroll; overflow : hidden;
       } 
     }

   /* -- Kleine Größe -- Gesamtgröße des Bildes */
   @media screen and (max-width: 835px) {   
    .strip-gmk-Abb7 img {width: 500px; height:380px}
    .strip-gmk-Abb7 {
        
                    /* width:400px; -- Größe des dargestellten Bildteils */
      width: 450px; height:400px;  
      overflow-x : scroll; overflow-y : hidden;
      }
     }
/* ####### Ende Für Abb7 Ende Darstellung groß - mittel - klein ######### */
/* ####### Ende für Abb7 ###### */


/* ############### Abb8 Groß-Mittel-Klein  ############ */

     @media screen and (max-width: 14600px) 
     { 
     /* -- Große Größe -- Gesamtgröße des Bildes, wenn kleiner, 
         wird das Bild abgeschnitten*/
      .strip-gmk-Abb8 img {width: 500px; height:471px}
      .strip-gmk-Abb8 
       {
        
      /* Größe des dargestellten Bildteils von ganz groß bis etwa 1050px */
       width:500px;  height:511px;  /* Bild etwas höher als die Bildgröße wenn Scroll-Balken */
       overflow-x : scroll; overflow : hidden;
       } 
     }

   /* -- Kleine Größe -- Gesamtgröße des Bildes */
   @media screen and (max-width: 768px) {   
    .strip-gmk-Abb8 img {width: 500px; height:471px}
    .strip-gmk-Abb8 {
        
      /* width:400px; -- Größe des dargestellten Bildteils */
      width: 450px; height:490px;  
      overflow-x : scroll; overflow-y : hidden;
      }
     }
/* ####### Ende für Abb8 Ende Darstellung groß - mittel - klein ######### */

/* ############### Abb9 Groß-Mittel-Klein  ############ */
/* ### Scroll nach rechts und nach unten  ### */
     /* -- Große Größe -- Bei .strip-gmk-abb9 wird das Bild
           vergrößert oder verkleinert 
           (Ziffern sind größer oder kleiner)
           Wenn Gesamtgröße des Bildeszu groß, wird das Bild abgeschnitten*/
     @media screen and (max-width: 1200px)
       { .strip-gmk-Abb9 img {width: 1500px; height:573px}
         .strip-gmk-Abb9 
          { /* width:400px;   /*-- Größe des dargestellten Bildteils */
            width:800px;  height:508px;
            overflow-x : scroll; overflow-y : scroll;
          } 
       }
            
     /* -- Mittlere Größe -- Gesamtgröße des Bildes */
     @media screen and (max-width: 992px) { 
    .strip-gmk-Abb9 img img {width: 1500px; height:573px}
    .strip-gmk-Abb9 {
        
     /* width:400px;   /*-- Größe des dargestellten Bildteils */
     /* width:calc (max-with - 368)px; */
       width:700px; height:520px;
      overflow-x : scroll; overflow-y : scroll;
     } 
       }
            
   /* -- Kleine Größe -- Gesamtgröße des Bildes */
   @media screen and (max-width: 768px) {   
    .strip-gmk-Abb9 img img {width: 1500px; height:573px}
    .strip-gmk-Abb9 {
        
     /* width:400px;   /*-- Größe des dargestellten Bildteils */
     /* width:calc (max-with - 368)px; */
       width: 450px; height:520px;
      overflow-x : scroll; overflow-y : scroll;
      }
     }
/* ############### Ende Abb9 Groß-Mittel-Klein  ############ */


/* ####### Darstellung groß - mittel - klein ####### */
    /*   .gro-mit-kle */
    /* -- Große Größe -- Gesamtgröße des Bildes */
     @media screen and (max-width: 1200px) { 
    .strip-gmk img {width: 1100px; height:873px}
    .strip-gmk {
        
     /* width:400px;   /*-- Größe des dargestellten Bildteils */

      width:1000px;   
      height:808px;
      overflow-x : scroll;
      overflow-y : hidden;
     } 
       }
            
     /* -- Mittlere Größe -- Gesamtgröße des Bildes */
     @media screen and (max-width: 992px) { 
    .strip-gmk img {width: 900px; height:873px}
    .strip-gmk {
        
     /* width:400px;   /*-- Größe des dargestellten Bildteils */
     /* width:calc (max-with - 368)px; */
 
      width:700px;   
      height:520px;
      overflow-x : scroll;
      overflow-y : hidden;
     } 
       }
            
   /* -- Kleine Größe -- Gesamtgröße des Bildes */
   @media screen and (max-width: 768px) {   
    .strip-gmk img {width: 700px; height:873px}
    .strip-gmk {
        
     /* width:400px;   /*-- Größe des dargestellten Bildteils */
     /* width:calc (max-with - 368)px; */
 
      width: 450px;   
      height:520px;
      overflow-x : scroll;
      overflow-y : hidden;
      }
     }
/* ####### Ende Darstellung groß - mittel - klein ####### */

/* ################# BANNER & INHALT ################# */

/* Banner ----------- */
.banner {
    width: 100%;
    height: 500px;
    background-image: url(../images/Foto2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .overlay {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(227, 227, 227, 0.01) 20%, rgba(227, 227, 227, 0.8) 100%);
}
.banner h1 {
    text-align: center;
    color: rgba(250, 250, 250, 0.9);
    font-family: 'Kalam', cursive;
    font-size: 50px;
    padding-top: 120px;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
}
/* Banner Ende ----------- */

/* Leer Neuer "Abschnitt" ----------- */
.leer  {
    width: 100%;
    height: 500px;
    background-image: url(../images/Zeile.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Leer Ende ----------- */

/* Inhalt ----------- */
.inhalt .flex-box-sm {
    background-color: #fff;
    margin: -210px 15px 50px 15px;
    padding: 30px 15px 30px 15px;
    width: auto;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
}
.inhalt p {
    /*  padding-left: 1em;   /* Enrücken ----------- */
    text-indent:20px;
    text-align: justify;
    color: #444444;
    line-height: 1.5;
}
/* .doWidth {
   width: 65px;  */
}
/* .doScroll {
   overflow: scroll;
   height: 200px;
}*/

/*doX-Scroll div {
   width: 750px;
   margin: 10px;
   border: 3px solid red;
}
div.doX-Scroll {
   overflow: hidden;
   overflow-x: scroll;
   height: 100px;
}*/


/* ################# FOOTER ################# */
footer {
    width: 100%;
    background-color: #444444;
    color: #fff;
}
footer .flex-box-sm {
    height: 45px;
    align-items: center;
}
footer .rechtliches {
    text-align: right;
}
footer .rechtliches ul li {
    list-style: none;
    display: inline;
}
footer .rechtliches ul li:last-child {
    margin-left: 10px;
}
footer .rechtliches ul li a {
    color: #444444;
    text-decoration: none;
}
footer .rechtliches ul li a:hover {
    text-decoration: underline;
}



/* ################### MOBILE ANPASSUNG ################################## */
@media screen and (max-width: 768px) {
    /* ####### HEADER ####### */
    /* Header ----------- */
    header {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
    }
    header .flex-box-sm {
        height: auto;
    }
    /* Logo ----------- */
    header .logo {
        background-color: #444444;
        height: 60px;
        z-index: 10;
    }
    header .logo img {
        height: 30px;
        margin: 15px 0px 0px 15px;
    }
    /* Menu-Button ----------- */
    header .menu .menu-button {
        display: block;
        position: absolute;
        top: 20px;
        right: 15px;
        height: 20px;
        cursor: pointer;
        z-index: 20;
    }
    /* Menu ----------- */
    header .menu {
        text-align: center;
    }
    header .menu nav {
        background-color: rgba(102, 102, 102, 0.98);
        padding: 10px 0;
        display: none;
        position: relative;
    }
    header .menu nav.open-menu {
        display: block;
        animation: open-menu 250ms ease-out 0s normal forwards;
    }
    header .menu nav.close-menu {
        display: block;
        animation: close-menu 250ms ease-out 0s normal forwards;
    }
    header .menu ul li, header .menu ul li:first-child {
        list-style: none;
        display: block;
        margin: 0;
        padding: 7px 0;
    }
    /* ####### BANNER & INHALT ####### */
    /* Banner ----------- */
    .banner {
        margin-top: 45px;
    }
    .banner .overlay {
        background-image: linear-gradient(rgba(68, 68, 68, 0.25) 20%, rgba(227, 227, 227, 1) 100%);
    }
    .banner h1 {
        font-size: 40px;
        padding-top: 40px;
    }
    /* Inhalt ----------- */
    .inhalt .flex-box-sm {
        margin: -340px 10px 10px 10px;
        padding: 20px;
    }
    /* ####### FOOTER ####### */
    footer .flex-box-sm {
        height: auto;
        padding: 10px 0;
        flex-direction: column-reverse;
    }
    footer .copyright, footer .rechtliches {
        text-align: center;
        margin-bottom: 5px;
    }
}
