* {
  box-sizing: border-box;
}

body {
         min-height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;  
}

.grid-container {
  display: grid;
  grid-template-areas:
  'area_1'
  'area_2'
  'area_3'
  'area_4'
  'area_5';
  background-color:white;
  gap: 0px;
}

header {
  grid-area: area_1;
         background-image:url(../bilder/mum_logo_weiss_1100.gif);
         background-size: 100% 100%;
         height:80px;
         color:#1668b1;
         font-family:arial,helvetica;
         font-weight:bold;
         font-size:1.00em;
         margin-top:40px;
}

.menu-main {
  grid-area: area_2;
         background-color:#ffffff;
         border-right:1px solid #aaa;
         margin-bottom: 1.5em;

ul li {
         list-style-type: none;
         padding: 0;
         margin: 0;
         float:left;
         font-size:1.0em;
         font-weight:bold;
}
a {
    color:#1668b1;
         text-decoration: none;
} 

a:hover {
    color:#ffffff;
         background-color: #5A707E;
         text-decoration: none;
}

a[aria-current=page] {
 color:#6b6b6b;
         background-color: #ffffff;
         }

}

.menu {
  grid-area: area_2;
        padding-right: 1em;
         margin-bottom: 1.5em;
         background-color:#ffffff;
         border-right:1px solid #aaa;

ul li {
         list-style-type: none;
         padding: 0;
         margin: 0;
         float:left;
         font-size:1.0em;
         font-weight:bold;
}
a {
    color:#1668b1;
         text-decoration: none;
} 

a:hover {
    color:#ffffff;
         background-color: #5A707E;
         text-decoration: none;
}

a[aria-current=page] {
 color: #6b6b6b;
         background-color: #ffffff;
         }
}

.slideshow {
  grid-area: area_3;
  padding-left: 1em;
  img {max-width: 100%;
  height: auto;}
}

.autor {
  grid-area: area_4;
  img {max-width: 80%;
  height: auto;}
  padding-right: 1.5em;
}


.content-main {
  grid-area: area_4;
  padding-left: 1em;
         background-color:#ffffff;
         color:#6e6e6e;
         font-size:1.1em;
         font-weight:normal;
         text-align:left
         img {max-width: 100%;
         height: auto;}
  a.mittelblau:link, a.mittelblau:visited {
         line-height:42px;
         padding: 5px;
         color:#1668b1;
         font-size:0.9em;
         line-height:20px;
         text-decoration:none;
         font-weight:bold;
         }
  a.mittelblau:hover {
         color:#ffffff;
         background-color: #5A707E;
         }
}

.content-main > h4 {
  color: #1668b1;
           font-size:1.5em;
           margin-top:40px;
}

.content-main > img {
          float: left;
          max-width: 5em;
          height: auto;
          padding-right: .5em;
         }

.content-main > h4 {
  color: #1668b1;
           font-size:1.5em;
           margin-top:40px;
}

.content-arbeit {
  grid-area: area_3; 
  padding-left: 1.5em;

img {
        max-width:100%;
        height:auto;
}

a {
    color:#1668b1;
         text-decoration: none;
        font-weight: bold;
} 

a:hover {
    color:#ffffff;
         background-color: #5A707E;
         text-decoration: none;
}
}

.content-foto { 
  grid-area: 3 ;
         text-align:left;
         grid-gap:0;
         margin-top:10px;

a {
    color:#1668b1;
         text-decoration: none;
         font-size: .8em;
        font-weight: bold;
} 

a:hover {
    color:#ffffff;
         background-color: #5A707E;
         text-decoration: none;
}
         }

.content-foto figure.responsive {
  padding: 1em;
    float: left;
    width: 200px;
}

.content-foto img.tumbs {
        max-width:100%;
        height:auto;
}

.content-foto figcaption.desc2 {
    padding: 10px;
    color:#1668b1;
           font-size:1em;
    font-weight:bold;
}

.content-foto >  h4 {
  color: #1668b1;
           font: size 1.2em;
           margin-left: 40px;
}

.content-text {
  grid-area: area_3;
  padding-left: 1em;
         background-color:#ffffff;
         color:#6e6e6e;
         font-size:1.1em;
         font-weight:normal;
         text-align:left
         img {max-width: 100%;
         height: auto;}
  a.mittelblau:link, a.mittelblau:visited {
         line-height:42px;
         padding: 5px;
         color:#1668b1;
         font-size:0.9em;
         line-height:20px;
         text-decoration:none;
         font-weight:bold;
         }
  a.mittelblau:hover {
         color:#ffffff;
         background-color: #5A707E;
         }
  li {border-bottom: 1px solid #aaa;
  padding-bottom: 1em;
  list-style-type: none
}
        }  
        
.content-text figure.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}

.content-text img.fotos_rechts {
        border:0;
        margin-left:25px;
        max-width:60%;
        height:auto;
        float:right;
}

/*einschwebende Bildunterschriften*/

figure,
figcaption {
        margin: 0;
        padding: 0;
}

figure.einzel {
        overflow: hidden;
        position: relative;
        text-align: center;
}

figure.einzel img {
        border:10px;
        margin:5px 0 10px 20px;
         width: 80%;
        height:auto;
        display: block;
}

figcaption.einzel {
        position: absolute;
        bottom: -3.0em;
        width:80%;
        left: 20px;
        text-align: center;
        font-size:0.60em;
        line-height: 2em;
        white-space: nowrap;
        color: #fff;
        background: rgba(0, 0, 0, 0);
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
}

figure.einzel:focus figcaption,
figure.einzel:hover figcaption {
         bottom: 10px;
         width:80%;
         background: rgba(0, 0, 0, 0.2);
}
        

footer {
  border-top: 1px solid #aaa;
  grid-area: area_5;
  color: #1668b1;
  font-weight: bold;
  text-align: center;
}

/*slider */
 .sliderElements,
.sliderElements figure,
.sliderControls {
    margin: 0;
}

figure.slider {
    list-style: none;
    position: relative;
    left: 0;
    width: 100%;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}

.sliderElements:after {
    content: ".";
    display: block;
    height: .1px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    overflow: hidden;
}

.cssSlider {
  grid-area: area_3;
  margin-left: 20px;
  padding-top: 20px;
    overflow-x: hidden;
    width: auto;
    color:#6e6e6e;
                  font-size:0.8em;
                  font-weight:normal;>  
h4 {
      color: #1668b1;
      margin-left: 5px;
           font: size 1.2em; }

a {
    color:#1668b1;
      margin-left: 5px;
         text-decoration: none;
         font-size: 0.9em;
        font-weight: bold;
} 

a:hover {
    color:#ffffff;
         background-color: #5A707E;
         text-decoration: none;
}
h4 {
  color: #1668b1;
           font-size:1.2em;}
}

.sliderElements {
    list-style: none;
    position: relative;
    left: 0;
    width: 1000%;
    margin-top: 1.8em;
    margin-bottom: .8em;
    padding: 0;
    -webkit-transition: left .8s ease-in-out;
    -moz-transition: left .8s ease-in-out;
    -o-transition: left .8s ease-in-out;
    transition: left .8s ease-in-out;
}

.sliderElements > li {
    float: left;
    width: 10%;
    position: relative;
}

#slide02:checked ~ .sliderElements {
    left: -100%;
}

#slide03:checked ~ .sliderElements {
    left: -200%;
}

#slide04:checked ~ .sliderElements {
    left: -300%;
}

#slide05:checked ~ .sliderElements {
    left: -400%;
}

#slide06:checked ~ .sliderElements {
    left: -500%;
}

#slide07:checked ~ .sliderElements {
    left: -600%;
}

#slide08:checked ~ .sliderElements {
    left: -700%;
}

#slide09:checked ~ .sliderElements {
    left: -800%;
}

#slide10:checked ~ .sliderElements {
    left: -900%;
}

/* Bildunterschrift auf dem Bild positionieren */
.sliderElements figcaption.position{
    display: block;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 1em;
    padding: .3em;
    background: rgba(0,0,0,0.4);
}
.slider {display: block;
         color: #fff;
         position: absolute;
         left: 0;
         bottom: 1em;
         padding: .3em;
         background: rgba(0,0,0,0);
}

/* Bilder responsive */
.sliderElements img {
    width: 100%;
    height: auto;
}


/* inputs aus dem Blickfeld schieben */
.cssSlider input {
    position: absolute;
    left: -999999px;
}

/* mittige Ausrichtung der Controls - funktioniert im Zusammenspiel mit inline-block */
.sliderControls {
      padding-bottom: 20px;
      grid-area: area_4;
      text-align: left;
}

/* Controls nebeneinander bringen */
.sliderControls li {
    display: inline-block;
    padding: 1.5rem;
}

/* Controls auf einheitliche Ma�e bringen und die Ecken abrunden */
.sliderControls label {
    width: 20px;
    height: 20px;
    display: block;
    cursor: pointer;
    background: #68B022;
    color: #68B022;
}

/* Attributselektor und indirekter Nachfahrkombinator zum ansteuern der labels */
.sliderControls label:hover,
#slide01:checked ~ .sliderControls label[for="slide01"],
#slide02:checked ~ .sliderControls label[for="slide02"],
#slide03:checked ~ .sliderControls label[for="slide03"],
#slide04:checked ~ .sliderControls label[for="slide04"],
#slide05:checked ~ .sliderControls label[for="slide05"],
#slide06:checked ~ .sliderControls label[for="slide06"],
#slide07:checked ~ .sliderControls label[for="slide07"],
#slide08:checked ~ .sliderControls label[for="slide08"],
#slide09:checked ~ .sliderControls label[for="slide09"],
#slide10:checked ~ .sliderControls label[for="slide10"] {
    background: #ddd;
    color: #ddd;
}

/* Fotos statt Button als Control */
.control {
        max-width: 320%;
        height: auto;
}

@media only screen and (width < 700px) {      

  
  .autor {display: none};
  
}

@media only screen and (width >= 700px) {
  .wrapper {
    max-width: 1100px;
    margin: 0 auto;           
}
  header {grid-area: 1 / span 6;}
  .menu {grid-area: 2 / span 1 ;}
  .menu-main {grid-area: 3 / span 1 ;}
  .slideshow {grid-area: 2 / span 5;}
  .autor {grid-area: 2/ span 1;}
  .content-main {grid-area: 3 / span 5;}
  .content-main > img {display:none;}
  .content-arbeit {grid-area: 2 / span 5;}
  .content-foto {grid-area: 2 / span 5;}
  .content-text {grid-area: 2 / span 5;}
  .cssSlider {grid-area: 2 / span 5}
  footer {grid-area: 4 / span 6;}
}