body 
{
  background: #ffffff;
  /* background-color: #f9ffff; */
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-family: "Source Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

#intro {
  position: relative;
  margin: 0 0 70px 0;
}

/* GTM-Code macht Bild rein // wenn das weiss Pixel noch rot, wie der Footer sein soll >> body,html Hintergrund auf rot setzen */
#nmxpixel {
  display: block;
}

a, a:visited
{
  color: #464646;
  text-decoration: none;
}

.imageWithLegend > .imginline
{
  margin: 50px;
}

@media (max-width: 768px) {
  .imageWithLegend > .imginline
  {
    margin: 0px;
  }
}

.imginline
{
  position: relative;
}

.imginline::after
{
  content: attr(data-label);
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  bottom: 2px;
  padding: 4px;
  left: 0px;
  font-size: 0.9em;
  line-height: 18px;
}

.swiper-slide::after
{
  content: attr(data-label);
  background-color: rgba(255, 255, 255, 0.55);
  position: absolute;
  bottom: 2px;
  padding: 4px;
  left: 0px;
  font-size: 0.9em;
  line-height: 18px;
}

a:hover
{
  color: #8b8b8b;
  text-decoration: none;
}

.outro img
{
  max-width: 400px;
  margin: auto;
  display: block;
  width: 100%;
}

div.statisticcontainer
{
  max-width: 500px;
  margin: auto;
}

h3
{
  font-size: 1em;
}

div.statisticcontainer h3, .videocontainer h3
{
  padding: 0px;
  margin: 0px;
}

div.statisticcontainer h4, .videocontainer h4
{
  color: black !important;
  font-size: 0.8em;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

@media (max-width: 768px) {
  div.statisticcontainer h3, div.statisticcontainer h4
  {
    padding: 0 0 0 5px;
  }
}

div.statisticcontainer img
{
  width: 100%;
}

div.textcontainer, div.videocontainer {
  width: 100%;
  max-width: 768px;
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto 0 auto;
  margin-bottom: 10px;
  margin-top: 5px;
  box-sizing: border-box;
}

div.textcontainer
{
  padding-bottom: 20px;
}

div.bigcontainer {
  width: 100%;
  max-width: 768px;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}

div.titelcontainer {
  width: 100%;
  margin: 0 auto 0 auto;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}

div.titelcontainerInline
{

  width: 100%;
  margin: 0 auto 0 auto;
  padding-bottom: 40px;
}

.container img
{
  max-width: 250px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.containerBig img
{
  max-width: 350px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

div.titelcontainer .container, div.titelcontainerInline .container {
  max-width: 600px;
  padding: 10px;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
}

div.titelcontainer .container
{
  background-color: rgba(0, 0, 0, 0.4);
}


.author {
  color: #fff;
  text-align: center;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
}
@media (max-width: 768px) {
  .author {
    font-size: 11px;
    line-height: 17px;
  }
}

.titelcontainer h1 {
  color: #fff;
  font-family: "Playfair Display", "Ubuntu", "HeronSansSemi", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
}

.titelcontainerInline h1 {
  color: #555b6a;
  font-family: "Playfair Display", "Ubuntu", "HeronSansSemi", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}

.titelcontainerInline h2 {
  color: #fff;
  font-family: "Playfair Display", "Ubuntu", "HeronSansSemi", Arial, sans-serif;
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: normal;
}


.video-background
{
  display: inline-block;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}


.titelcontainer h2 {
  color: #fff;
  font-family: "Playfair Display", "Ubuntu", "HeronSansSemi", Arial, sans-serif;
  font-weight: bold;
  font-size: 3.5em;
  line-height: 1.1em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.titelcontainerInline h2 {
  color: #3799ea;
  font-family: "Playfair Display", "HeronSansSemi", Arial, sans-serif;
  line-height: 1.1em;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .titelcontainer h1 {
    font-size: 1em;
  }
  .titelcontainer h2 {
    font-size: 2.5em;
  }

  .titelcontainerInline h2
  {
    font-size: 40px;
  }
}

.biobox img
{
  float: right;
  max-width: 150px;
}

.biobox .text
{
  display: inline-block;
  display: table-cell;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .biobox img
  {
    max-width: 100%;
    width: 100%;
    float: none;
  }
}



div.dark {
  background: #f1f9ff;
  margin-bottom: 2em;
  margin-top: 0em;
  padding: 10px 0 0px 0;
}

.dark .iframecontainer
{
  width: 100%;
  height: 80vh;
}

.dark iframe, .dark .poster
{
  border: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.dark .poster
{
  background-image: url('../img/360poster.jpg');
  background-size: cover;
  background-position: center center;
  position: relative;
}

.dark .badge
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f1f9ff;
  border: 1px solid #f1f9ff;
  border-radius: 20px;
  padding: 20px; 

}

div.serie {
  margin-bottom: 0em;
}


div.dark p {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  margin: 0px 0 5px 0;
  display: inline-block;
}
@media (max-width: 644px) { 
  div.dark p {
    margin: 0px 0 0px 0;
  }
}
div.serie p {
  margin: 0px 0 20px 0;
}
div.dark ul
{
  color: #ffffff;
}



p {
  font-size: 17px;
  line-height: 25px;
  margin: 0px 0 20px 0;
  padding: 0;
}

.lead {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  color: #000000;
}
@media (max-width: 768px) {
  .lead {
    font-size: 20px;
    line-height: 28px;
  }
}

.legende {
  font-size: 14px;
  line-height: 18px; 
  margin-top: 4px;
}

.zitat {
  color: #3799ea;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 20px;
  /* font-weight: bold; */
  line-height: 34px;
  padding: 20px;
  text-align: center;
  font-style: italic;
}

@media (max-width: 644px) {
  .zitat {
    font-size: 16px;
    line-height: 16px;
  }
}

video {
  padding: 0px 0px 0px 0px;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  box-sizing: border-box;

}



.clear {
  clear: both;
}
.clear.zweite_zeile {
  margin-bottom: 20px;
}
@media (max-width: 644px) {
  .clear.zweite_zeile {
    margin-bottom: 0px;
  }
}


footer {
  background: #3799ea;
  padding: 20px 0 0 0;
  margin: 0px;
  color: #ffffff;
}
footer .textcontainer {
  padding: 10px 20px 10px 20px;
  margin: 0px auto 0px auto;
}
footer .textcontainer p {
  font-size: 12px;
  line-height: 18px;
  padding: 0px 0 0 0;
  margin: 0px auto 0px auto;
  text-align: center;
  display:block;
}
footer a, footer a:visited, footer a:focus {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #ff9933;
  text-decoration: none;
}

header {
  background: rgba(0, 125, 172, 0.2);
  padding: 6px 0px 6px 0px;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.logo {
  max-width: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bild {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 768px) {
  .bild {
    height: 100vh;
  }
}

.bildZwiti
{
  padding: 200px 0 0 0;
}






/* DIASHOW SWIPER NORMAL */
.swiper-container {
  width: 100%;
  max-width: 980px;
  height: auto;
  /* max-height: 700px; */
  cursor:pointer;
  margin-bottom: 20px;
  margin-top: 20px;
}
.swiper-slide {
  text-align: left;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left;  
}
.swiper-slide .swiper-legende {
  background-color: rgba(0,0,0,0.6);
  padding: 2px 3px 2px 3px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index:100;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
}
.swiper-slide img {
  width: 100%;
  /*height: 100%;*/
}
.swiper-button-next, .swiper-button-prev{
  position:absolute;
  top:50%;
  width:50px; /* 23 */
  height:71px; /* 44 */
  z-index:10;
  cursor:pointer;
  -moz-background-size:70px 71px;
  -webkit-background-size:70px 71px;
  background-size:70px 71px;
  background-position:center;
  background-repeat:no-repeat;
}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{
  opacity:0;
  cursor:auto;
  pointer-events:none;
}

.swiper-button-prev,.swiper-container-rtl .swiper-button-next{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2070'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%233799ea'%2F%3E%3C%2Fsvg%3E");
  left:0px;
  right:auto
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2070'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2070'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next,.swiper-container-rtl .swiper-button-prev{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2070'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%233799ea'%2F%3E%3C%2Fsvg%3E");
  right:2px;
  left:auto
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2070'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2020%2070'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

/* SPEZIELLE DIASHOW BOX  % */
.swiperBox.swiper-container {
  height: auto;
  cursor:pointer;
  max-width: 100%;
  margin: 0 0 30px 0
}
.swiperBox .swiper-wrapper {
  margin: 30px 0 0 0;
}
.swiperBox .swiper-slide {
    text-align: left;
    width: 100%;
    display: inline-block;
    margin: 0px 0 0px 0;
}
.swiperBox .beschreibung {
    margin: 0px;
    display: block;
    position: relative;
    z-index: 1; 
    top: 0;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    text-align: left;
    vertical-align: middle;
    float: left;
}
.swiperBox h4
{
  font-size: 1.5em;
}
.swiperBox .bilder {
  width: 40%;
  float: left;
  margin-left: 60px;
}
.swiperBox .swiper-pagination {
  display: block;
}

.swiperBox .swiper-button-next, .swiperBox .swiper-button-prev {
  display: block;
}

@media (max-width: 1010px) {
  .swiperBox .beschreibung p {
      font-size: 14px;
      line-height: 18px;
  }
  .swiperBox .beschreibung {
    padding: 0px 20px 0px 20px;
  }
}

@media (max-width: 643px) {
  .swiperBox .swiper-slide, .swiper-slide {
    width: 100%;
    margin: 0px 0 10px 0;
  }
  .swiperBox .swiper-pagination {
    display: block;
  }
  /*
  .swiperBox .swiper-button-next, .swiperBox .swiper-button-prev {
    display: none;
  }
  */
  .swiperBox .beschreibung {
      margin: 0px;
      display: block;
      position: relative;
      z-index: 1; 
      top: 0;
      width: 100%;
      box-sizing: border-box;
      padding: 0px 0px 0px 0px;
      text-align: left;
      float: none;
  }
  .swiperBox .bilder {
      /*display: none;*/
      float: none;
      width: 100%;
      margin-left: 0px;
      margin-bottom: 10px;
  }
}

.swiperBox .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}
.swiperBox .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,0.5);
}
.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-pagination-progress {
    background: rgba(255,255,255,0.4);
    position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #ff9933;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
}




/* SOCIAL FACEBOOK TWITTER */
/* font-awesome.css */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: " ";
  display: inline-block;
  height: 1em;
  width: 1em;
  float: left;
  background: transparent url(../img/logo_twitter.png)  no-repeat;
  background-size: contain;
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: " ";
  display: inline-block;
  height: 1em;
  width: 1em;
  float: left;
  background: transparent url(../img/logo_facebook.png)  no-repeat;
  background-size: contain;
}

/* jssocials.css */
.jssocials-shares {
  margin: 0 0; 
  padding: 0;
  width: 100%;
  margin: 0 auto 0 auto;

}

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0; 
}

.jssocials-share:first-child {
  margin-left: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 25px; } /* xx Grösse */

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  border-radius: 50%; }

.jssocials-share-label {
  padding: 0;
  vertical-align: middle; }

/* jssocials-theme-flat.css*/
.jssocials-share-twitter .jssocials-share-link {
  /* background: #ffffff;
  color: green; */
  margin-right: 5px; }
.jssocials-share-twitter .jssocials-share-link:hover {
  /* background: #ffffff;
  color: green; */  }

.jssocials-share-facebook .jssocials-share-link {
  /* background: #ffffff;
  color: green; */ }
.jssocials-share-facebook .jssocials-share-link:hover {
  /* background: #ffffff;
  color: green; */ }

.jssocials-share-link {
  padding: 0px 0px 0px 0px;
  color: red;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
.jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
  color: red; }

.social {
  display: block;
  margin: 0 auto 0 auto;
  position: relative;
  text-align: center;
}

#share {
  display: inline-block;
}



.bc-player-BycJ8zEXg_default .vjs-big-play-button {
    background-color: #ffffff;
    opacity: 1;
    font-size: 2.5em;
    color: rgba(0,0,0,1);
    height: 2em;
    line-height: 2em;
    margin-left: -1em;
    margin-top: -1em;
    width: 2em;
}
.bc-player-BycJ8zEXg_default .vjs-big-play-button:hover, .bc-player-BycJ8zEXg_default .vjs-big-play-button:active, .bc-player-BycJ8zEXg_default .vjs-big-play-button:focus, .bc-player-BycJ8zEXg_default:hover .vjs-big-play-button, .bc-player-BycJ8zEXg_default:active .vjs-big-play-button {
    background-color: #ffffff;
    opacity: 0.7;
}
