    <style>
      /* Always set the map height explicitly to define the size of the div
       * element that contains the map. */
      /* Optional: Makes the sample page fill the window. */


      html, body {
        height: 100%;
        margin: 0;
        padding: 0;
      }
      #info-box {
        background-color: white;
        border: 1px solid black;
        bottom: 30px;
        height: 20px;
        padding: 10px;
        position: absolute;
        left: 30px;
      }
    
#lauftext {
	margin-left: 20px;
	margin-right: 20px;
	padding: 50px;
}




.player{
  margin: 50px 0;
}

.video-container {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.video-container > * {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#nobullets 
	{
 list-style-type: none;
 }


#fh5co-counters {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #52d3aa;
  color: #fff;
  overflow: hidden;
}
#fh5co-counters .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
  background-color: #52d3aa;
  /* IE9, iOS 3.2+ */
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #52d3aa));
  /* Android 2.3 */
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
  /* IE10+ */
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #52d3aa 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #52d3aa 100%);
}





/*
#fh5co-idea{
  position: relative;
  bottom: 0;
  margin-top: -150px;
  z-index: 10;
  padding-bottom: 7em;
}

/*
.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #329998;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
*/

/*intro bodensee
#fh5co-intro-bodensee {
  position: relative;
  bottom: 0;
  margin-top: -150px;
  z-index: 10;
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  #fh5co-intro-bodensee {
    padding-bottom: 3em;
  }
}
#fh5co-intro-bodensee > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-intro-bodensee .fh5co-block {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fh5co-intro-bodensee .fh5co-block {
    width: 100%;
  }
}
#fh5co-intro-bodensee .fh5co-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-intro-bodensee .fh5co-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-intro-bodensee .fh5co-block > .fh5co-text {
  position: relative;
  /*z-index: 10;*/
/*
}
#fh5co-intro-bodensee .fh5co-block > .fh5co-text .fh5co-intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
#fh5co-intro-bodensee .fh5co-block h2 {
  font-size: 24px;
  font-weight: 400;
}
#fh5co-intro-bodensee .fh5co-block:hover > .overlay, #fh5co-intro-bodensee .fh5co-block:focus > .overlay {
  opacity: 0;
 /* z-index: 9;*/
/*
}
#fh5co-intro-bodensee .fh5co-block:hover > .fh5co-text, #fh5co-intro-bodensee .fh5co-block:focus > .fh5co-text {
  color: black;
}
#fh5co-intro-bodensee .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro-bodensee .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
  color: black;
}
#fh5co-intro-bodensee .fh5co-block:hover h2, #fh5co-intro-bodensee .fh5co-block:focus h2 {
  color: black;
}
#fh5co-intro-bodensee .fh5co-block:hover .btn, #fh5co-intro-bodensee .fh5co-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#fh5co-intro-bodensee .fh5co-block:hover .btn:hover, #fh5co-intro-bodensee .fh5co-block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}
/* end section bodensee*/
	
/* inro bern
#fh5co-intro-bern {
  position: relative;
  bottom: 0;
  margin-top: -150px;
  /*z-index: 10;
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  #fh5co-intro-bern {
    padding-bottom: 3em;
  }
}
#fh5co-intro-bern > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-intro-bern .fh5co-block {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  /*z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fh5co-intro-bern .fh5co-block {
    width: 100%;
  }
}
#fh5co-intro-bern .fh5co-block > .overlay-darker {
 /* z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-intro-bern .fh5co-block > .overlay {
  background: #fff;
  opacity: 1;
  /*z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-intro-bern .fh5co-block > .fh5co-text {
  position: relative;
  /*z-index: 10;

}
#fh5co-intro-bern .fh5co-block > .fh5co-text .fh5co-intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
#fh5co-intro-bern .fh5co-block h2 {
  font-size: 24px;
  font-weight: 400;
}
#fh5co-intro-bern .fh5co-block:hover > .overlay, #fh5co-intro-bern .fh5co-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#fh5co-intro-bern .fh5co-block:hover > .fh5co-text, #fh5co-intro-bern .fh5co-block:focus > .fh5co-text {
  color: black;
}
#fh5co-intro-bern .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro-bern .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
  color: black;
}
#fh5co-intro-bern .fh5co-block:hover h2, #fh5co-intro-bern .fh5co-block:focus h2 {
  color: black;
}
#fh5co-intro-bern .fh5co-block:hover .btn, #fh5co-intro-bern .fh5co-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#fh5co-intro-bern .fh5co-block:hover .btn:hover, #fh5co-intro-bern .fh5co-block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}
/* end section bern*/

/* intro tessin
#fh5co-intro-tessin {
  position: relative;
  bottom: 0;
  margin-top: -150px;
  /*z-index: 10;
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  #fh5co-intro-tessin {
    padding-bottom: 3em;
  }
}
#fh5co-intro-tessin > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#fh5co-intro-tessin .fh5co-block {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 16px;
  min-height: 300px;
  vertical-align: middle;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  /*z-index: 7;
  flex-grow: 1;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fh5co-intro-tessin .fh5co-block {
    width: 100%;
  }
}
#fh5co-intro-tessin .fh5co-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#fh5co-intro-tessin .fh5co-block > .overlay {
  background: #fff;
  opacity: 1;
  /*z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#fh5co-intro-tessin .fh5co-block > .fh5co-text {
  position: relative;
  /*z-index: 10;

}
#fh5co-intro-tessin .fh5co-block > .fh5co-text .fh5co-intro-icon {
  font-size: 50px;
  color: #52d3aa;
  margin-bottom: 30px;
  display: block;
}
#fh5co-intro-tessin .fh5co-block h2 {
  font-size: 24px;
  font-weight: 400;
}
#fh5co-intro-tessin .fh5co-block:hover > .overlay, #fh5co-intro-tessin .fh5co-block:focus > .overlay {
  opacity: 0;
  z-index: 9;
}
#fh5co-intro-tessin .fh5co-block:hover > .fh5co-text, #fh5co-intro-tessin .fh5co-block:focus > .fh5co-text {
  color: black;
}
#fh5co-intro-tessin .fh5co-block:hover > .fh5co-text .fh5co-intro-icon, #fh5co-intro-tessin .fh5co-block:focus > .fh5co-text .fh5co-intro-icon {
  color: black;
}
#fh5co-intro-tessin .fh5co-block:hover h2, #fh5co-intro-tessin .fh5co-block:focus h2 {
  color: black;
}
#fh5co-intro-tessin .fh5co-block:hover .btn, #fh5co-intro-tessin .fh5co-block:focus .btn {
  border: 2px solid #fff !important;
  background: transparent;
}
#fh5co-intro-tessin .fh5co-block:hover .btn:hover, #fh5co-intro-tessin .fh5co-block:focus .btn:hover {
  background: #52d3aa !important;
  border: 2px solid #52d3aa !important;
}
/* end section tessin*/






</style>



