/*** RESET  */

/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/files/fontsopen-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/fontsopen-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/fontsopen-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/fontsopen-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('/files/fontsopen-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/fontsopen-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/files/fontsopen-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/fontsopen-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/fontsopen-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/fontsopen-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/files/fontsopen-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/fontsopen-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/files/fontsopen-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/fontsopen-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/fontsopen-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/fontsopen-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('/files/fontsopen-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/fontsopen-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/files/fontsopen-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/files/fontsopen-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/files/fontsopen-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/files/fontsopen-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/files/fontsopen-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/files/fontsopen-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  hyphens: auto;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

code, pre, samp {
  font-family: 'Open Sans', sans-serif;
}


.logo {
display: block;
padding: 1.2em 0em 1em 0;
font-size: 4em;
font-weight: 300;
color: #000000;
width: 100%;
line-height: 1em;
font-family: 'Open Sans Condensed', sans-serif;

}

.fett {
font-weight: 700;
}


details[open] {
margin-bottom: 3em;
}


summary {
   position: relative;  
margin-left: 6px;
   }

summary::marker {
   color: transparent;
}

summary::after {
   content:  "+"; 
   position: absolute;
   color: green;
   font-size: 3em;
   font-weight: bold; 
   transition: all 0.5s;
   margin-top: -23px;
   margin-left: 5px;
} 

details[open] summary::after {
 color: red;
 transform: translate(5px,0) rotate(45deg);
}

/**** BILDER-KARUSSEL ****/

.mySlides {display: none}

.slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto; 
	      margin: 0 2px;
}

/* Next & previous buttons */
.prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
      }

/* Position the "next button" to the right */
.next {
      right: 0;
      border-radius: 3px 0 0 3px;
      }

/* On hover, add a black background color with a little bit see-through */
      .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
      }

/* The dots/bullets/indicators */
      .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #999999;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
}

	  .active, .dot:hover {
      background-color: #111111;
      }

/* Fading animation */
      .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
      }
      @-webkit-keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
      }
      @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
      }

/* On smaller screens, decrease text size */
      @media only screen and (max-width: 300px) {
      .prev, .next,.text {font-size: 11px}
      }


/*** BASIC TYPE  */

img, video {
  max-width: 100%;
  vertical-align: middle;
}

p {
  margin: 20px 20px 20px 20px;
}

h1 {
    font-size: 2.3em;
    margin: 20px 0 0 20px;
	line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
  }

h2 {
  font-size: 3em;
  line-height: 1.3;
  font-weight:300;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
}

h3 {
  font-weight:700;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  margin: 20px; 	
}


/*** BOX HACKING */

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/*** CLEAR FLOATS **/

.cf:after,
.lab-grid:after {
  content: "";
  display: table;
  clear: both;
}

.clearer {
clear: both;
}

/*** CONTENT WRAPPER */

.wrapper {
  margin: 0em 1.5em 7em 1.5em;
  max-width: 100%;
}


/*** Grid */
.lab-grid {
  width: 100%;
}

.lab-grid .lab-grid-cell {
  margin-bottom: 1.5em;
}

.lab-grid .lab-grid-cell--mb-2x {
  margin-bottom: 3em;
}

.lab-grid-cell {
  padding-left: 0;
}

.w-full {
  width: 100%;
}

.w-three-quarters {
  width: 75%;
  float: left;
  margin: 0 0.3em 0.3em 0;
}

.w-two-thirds {
  width: 66.66666%;
}

.w-half {
  width: 50%;
}

.w-third {
  width: 33.33333%;
}

.w-quarter {
  width: 24.6%;
  background: #4293ba;
  color: #ffffff;
  float: left;
  margin-top: 3em;
}

/**** BILDER-KARUSSEL ****/

.mySlides {display: none}

.slideshow-container {
      max-width: 1000px;
      position: relative;
      margin: auto;
}

/* Next & previous buttons */
.prev, .next {
      cursor: pointer;
      position: absolute;
      top: 50%;
      width: auto;
      padding: 16px;
      margin-top: -22px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      transition: 0.6s ease;
      border-radius: 0 3px 3px 0;
      user-select: none;
      }

/* Position the "next button" to the right */
.next {
      right: 0;
      border-radius: 3px 0 0 3px;
      }

/* On hover, add a black background color with a little bit see-through */
      .prev:hover, .next:hover {
      background-color: rgba(0,0,0,0.8);
      }

/* Caption text */
      .text {
      color: #ffffff;
      font-size: 15px;
      padding: 8px 12px;
      position: absolute;
      bottom: 8px;
      width: 100%;
      text-align: center;
      }

/* Number text (1/3 etc) */
      .numbertext {
      color: #ffffff;
      font-size: 12px;
      padding: 8px 12px;
      position: absolute;
      top: 0;
      }

/* The dots/bullets/indicators */
      .dot {
      cursor: pointer;
      height: 15px;
      width: 15px;
      margin: 0 2px;
      background-color: #999999;
      border-radius: 50%;
      display: inline-block;
      transition: background-color 0.6s ease;
      }
      .active, .dot:hover {
      background-color: #111111;
      }

/* Fading animation */
      .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1.5s;
      animation-name: fade;
      animation-duration: 1.5s;
      }
      @-webkit-keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
      }
      @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
      }

/* On smaller screens, decrease text size */
      @media only screen and (max-width: 300px) {
      .prev, .next,.text {font-size: 11px}
      }




/*** MEDIA SETTINGS */

@media only screen and (min-width: 1024px) {
  .wrapper {
  padding-right: 0em;
  padding-left: 0em;
}
  


  .w-full--d {
    width: 100%;
  }

  .w-three-quarters--d {
    width: 75%;

  }

  .w-two-thirds--d {
    width: 66.66666%;
  }

  .w-half--d {
    width: 50%;
  }

  .w-third--d {
    width: 33.33333%;
  }

  .w-quarter--d {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .lab-article-link span,
  .lab-share span {
    display: none;
  }
 
.wrapper {
  padding-right: 0em;
  padding-left: 0em;
}
	
	
	
}

@media only screen and (min-width: 1200px) {
  .lab-follow {
    display: inline-block;
    position: fixed;
    right: -34px;
    bottom: 20%;
    transform: rotate(-90deg);
  }
  
 }

@media only screen and (min-width: 768px) {
   .wrapper {
  padding-right: 0em;
  padding-left: 0em;
}
 
 .lab-grid {
    margin-left: -1.5em;
    width: calc( 100% + 1.5em );
  }

  .lab-grid-cell {
    float: left;
    padding-left: 1.5em;
  }
}

@media only screen and (max-width: 1199px) and (min-width: 768px) {


  h1 {
    font-size: 1.5em;
  }
  h2 {
    font-size: 2em;
  }


  .lab-grid--3 .lab-grid-cell {
    width: 50%;
  }

  .w-full--t {
    width: 100%;
  }

  .w-three-quarters--t {
    width: 75%;
  }

  .w-two-thirds--t {
    width: 66.66666%;
  }

  .w-half--t {
    width: 50%;
  }

  .w-third--t {
    width: 33.33333%;
  }

  .w-quarter--t {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {

.logo {
font-size: 3em;
margin-left:0.4em;
	width:95%;
} 

.icon {
-webkit-transform: translateY(35%);
-ms-transform: translateY(35%);
transform: translateY(35%); /*Kasten sitzt vertikal mittig */
margin-left: 35%;
}

 h1 {
    font-size: 1.8em;
  }
	
h2 {
    font-size: 2em;
	margin-left:0.6em;
  }	

.wrapper {
  margin: 0.6em 0.6em 0.6em 0.6em;
  padding-right: 0em;
  padding-left: 0em;
  max-width: 100%;
}

html, body {
  font-size: 98%;
  line-height: 1.3;
  font-family: 'Open Sans', sans-serif;
}	

}
