

#site_content{

	font-family: Raleway;
	position: absolute;
	display:inline-block;
	height: 80vw;
	width: 60%;
	left: 30%;
	border: solid;
	background-color: rgba(0,0,0,0.55);
	color: white;
	text-align: center;
	font-size: 1vw;
}

#TITEL{
	font-size: 2vw;
}


#change {
	font-family: Raleway;
	background-color: rgba(0,0,0,0.6);
  color: white;
  cursor: cell;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: black;
  font-size: 1vw;
}

#change:hover {
  background-color: rgba(0,0,0,0.6);
  color: grey;
}

.collapsible {
	background-color: rgba(0,0,0,0.6);
	font-family: Raleway;
  color: white;
  cursor: cell;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: white;
  font-size: 1.5vw;
}

.collapsible-shown-by-default {
	background-color: rgba(0,0,0,0.6);
	font-family: Raleway;
  color: white;
  cursor: cell;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: white;
  font-size: 1.5vw;
  content.style.display = "block"
}

.collapsible:hover {
  background-color: rgba(0,0,0,0.6);
  color: grey;
}

		.embed-container {
		  position: relative;
		  padding-bottom: calc(90vh - 6.7em);
		  height: 0;
		  overflow: hidden;
		  max-width: 100%;
     
		}
		.embed-container .vcontent {
		   position: relative;
       overflow: hidden;
       height: calc(90vh - 6.2em);
       width: 100%;
       margin-top: 0;
		}
		.embed-container iframe,
		.embed-container object,
		.embed-container embed {
		  position: relative;
      overflow: hidden;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 90vh;
      padding: 0;
      margin: -1em 0;
		}

		.embed-containerSF {
		  position: relative;
		  padding-bottom: calc(110vh - 6.7em);
		  height: 0;
		  overflow: hidden;
		  max-width: 100%;
     
		}
		.embed-containerSF .vcontentSF {
		   position: relative;
       overflow: hidden;
       height: calc(110vh - 6.2em);
       width: 100%;
       margin-top: 0;
		}
		.embed-containerSF iframe,
		.embed-containerSF object,
		.embed-containerSF embed {
		  position: relative;
      overflow: hidden;
		  top: 0;
		  left: 0;
		  width: 100%;
		  height: 110vh;
      padding: 0;
      margin: -1em 0;
		}



		/*----------------SLIDESHOW-------------------------*/

		* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  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;
}

.prev {
  left: 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: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  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: #31c1ff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: black;
}

/* 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}
}

}