body {
	font-family: "Lato", sans-serif;
	background-color: #fff;
	color: #222;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	overflow: hidden;
	font-size: calc(4pt + 1vw);
}

a:link {
	color: #FF7C11;
	/* text-decoration: none; */
}
a:visited {
	color: #FFA711;
}
a:hover {
	color: #F2C880;
}
a:active {
	color: #FFA711	;
}


.inverted{
	filter: invert(100%);
}



#content_foreground {
	top: 0;
	position: absolute;
	width: 100%;
	/* height: 5000px; */
}

#landingpage {
	position: relative;
	width: 100%;
	height: 60vh;
	/* background-color: #aaaaaa; */
	background-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
	padding-top: 40vh;
}

#logo{
	width: 15vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.arrowdown{
	margin-top: 45vh;
	left: 48%;
	display: block;
	position: absolute;
	background-size: contain;
	width: 4%;
	height: 4%;
	z-index: 2;
	background-image: url('../img/arrowdown.png');
	/* cursor: pointer; */
	background-repeat: no-repeat;
	transform: translatey(0px);
	animation: float 2s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}
	50% {
		transform: translatey(-5px);
	}
	100% {
		transform: translatey(0px);
	}
}

.sect{
	overflow:auto;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-top: 4vh;
	padding-bottom: 7vh;
}

.sectinner{
	position: relative;
	width: 50%;
	/* height: 500px; */
	min-width: 300px;
	/* background-color: #FF0000; */
	float: left;
}

.sectdark{
	background-color: #111111;
	/* background-color: #000; */
	color: #CCCCCC;
	/* opacity: 0.9; */
}

.divtext{
	padding-right: 10px;
}

.divtextright{
	padding-right: 3%;
}

#webdesign{
	position: relative;
	width: 100%;
	background-color: rgba(255,255,255,1);
}

#cgi1{
	position: relative;
	width: 100%;
	height: 600pt;
	background-color: rgba(0,0,255,0.1);
}

#content_canvas {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	z-index: -1;
	/* display: none; */
	margin: 0;
	padding: 0;
}

#loading{
	z-index: 2;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}

#loadinggif{
	position: absolute;
	width: 8vh;
	left: 46vw;
	top: 40%;
	z-index: -1;
}


#datawarning{
	background-color: #FFFFFF;
	width: 90%;
	padding: 2% 2%;
	color: #000000;
	display: none;
	margin-top: 25vh;
}

#acceptdata{
	background-color: #009900;
	padding: 10px;
	color: #FFFFFF;
}

.checker{
	background-color: rgba(255,0,255,0.1);
}

#cgi{
	/* height: 30vw; */
}

#cgi2{
	/* max-width: 1200px; */
	margin-left: auto;
	margin-right: auto;
	/* padding-top: 0; */
	/* padding-bottom: 70px; */
}

#iphonehook{
	height: 70vh;
	/* margin-top: 20vw; */
}


/* * {box-sizing: border-box} */
/* body {font-family: Verdana, sans-serif; margin:0} */
.mySlides {display: none}
/* img {vertical-align: middle;} */

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
	margin-top: 3%;
	float: right;
}

/* 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;
	background-color: rgba(0,0,0,0.8);
}

/* 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: #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: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

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

/* 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}
}

#bgvideo{
	/* position: fixed; */
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -2;
	top: -10%;
	/* -webkit-filter: blur(3px); /* Safari */ */
	/* filter: blur(3px); */
}

#bgvideodiv{
	position: absolute;
	width: 100%;
}

#media{
	position: absolute;
	/* padding-left: 0; */
	/* padding-right: 0; */
	width: 40%;
	min-width: 400px;
	background-color: rgba(255,255,255,0.6);
	margin-top: 4%;
}

#videocontainer{
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 45vw;
}

#freecam:link{
	text-decoration: none;
	color: #464646;
}


#freecam{
	font-size: 10pt;
}

#freecam:link{
	text-decoration: none;
	color: #242424;
}

#freecam:visited{
	color: #242424;
}

#impressum{
	float: right;

}

.slideimage{
	width: 100%;
}

#bgvideobright{
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.1);
}
