* { 
	padding: 0;
	margin: 0; 
	font-family: 'Shadows Into Light';
}

a {
color:white; 
}

.myClass, .myClass body {
	height: 100%;
	margin:0;
	padding:0;
}

#startseite_pattern{
        position: absolute;
	background: transparent;
	background-image:  url(../images/pattern.png); 
	background-repeat: repeat;
	background-position:  top left;
	height:100%;
        width:100%;
        color: black;
	z-index:2;
}
#startseite {
	color: transparent;
	background-size: cover;
	background-position: 50% 50%;
	height:100%; 
	width:100%; 
	color: black;
	z-index:1;
}

#seite2{
	height:100%;
	width:100%; 
	margin-top: 0px;
	background: black;
	background-image:  url(../images/back_seite2.jpg);
        background-size: cover;
        background-position: 50% 50%;
	z-index: -1;
}

#container {
	position: relative;
	top: 50%;
	width:100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: 3;
}

#container2 {
	position: relative;
	height: 80%;
	width: 80%;
	top: 10%;
	left: 10%;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	z-index: 2;
}

#app {
    color: #fff;
    font-size: 48px;
    font-family: 'Shadows Into Light';
}

.div_white {
	background: white;
	width: 100%;
}

.div_grey {
        background: #08BAB4;
        width: 100%;
        height: 130px;
}

.testarea {
        width: 60%;
	height: 100%;
	margin-left: 20%;
	font-family: 'Shadows Into Light';
}

.testarea a {
	color: #08BAB4;
}

.testarea h1 {
	color: #08BAB4;
}

#footer {
	background: black;
	text-align: center;
	width: 100%;
	height: 4%;
	color: white;
}

.video {
	display: inline-block;
	width: 50%;
	height: 300px;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(1.334em) translateZ(0);
    -moz-transform: translateX(1.334em) translateZ(0);
    -ms-transform: translateX(1.334em) translateZ(0);
    -o-transform: translateX(1.334em) translateZ(0);
    transform: translateX(1.334em) translateZ(0);
  }
  100% {
    opacity: 1;
  }
}

/* ============================ */ /* SOCIAL ICONS */ /* ============================ */ .social-icon {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
  background-color: #c4c4c4;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 38px;
  padding: 9px 0px;
  color: white;
  margin: 2px;
  /* Color each button differently */
}
.social-icon:nth-child(1) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 0.5s forwards;
  animation: fadeInRight 0.6s 0.5s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(1):hover, .social-icon:nth-child(1):active, .social-icon:nth-child(1):focus {
  opacity: 1;
  background-color: #00b29a;
}
.social-icon:nth-child(2) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 0.75s forwards;
  animation: fadeInRight 0.6s 0.75s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(2):hover, .social-icon:nth-child(2):active, .social-icon:nth-child(2):focus {
  opacity: 1;
  background-color: #3b5998;
}

.social-icon:nth-child(3) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.s forwards;
  animation: fadeInRight 0.6s 1.0s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(3):hover, .social-icon:nth-child(3):active, .social-icon:nth-child(3):focus {
  opacity: 1;
  background-color: #ff0000;
}
.social-icon:nth-child(4) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.25s forwards;
  animation: fadeInRight 0.6s 1.25s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(4):hover, .social-icon:nth-child(4):active, .social-icon:nth-child(4):focus {
  opacity: 1;
  background-color: #8a3ab9;
}
.social-icon:nth-child(5) {
  /* Animation */
  -webkit-animation: fadeInRight 0.6s 1.5s forwards;
  animation: fadeInRight 0.6s 1.5s forwards;
  opacity: 0;
  /* Color */
}
.social-icon:nth-child(5):hover, .social-icon:nth-child(5):active, .social-icon:nth-child(5):focus {
  opacity: 1;
  background-color:  #008cb2;
}

/* SOCIALICONS 2 */
.social2 {
  position: relative;
  width: 100%;
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.social2 .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px dashed white;
  background-clip: content-box;
  padding: 10px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 60px;
}

.social2 .link span {
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.social2 .link:hover {
  padding: 20px;
  color: white;
  margin-left: -5px;
  transform: translateX(10px) rotate(360deg);
}

.social2 .link.mail {
  background-color: #e9b704;
  color: white;
}

.social2 .link.instagram {
  background-color: #8a3ab9;
  color: white;
}

.social2 .link.facebook {
  background-color: #3B5998;
  color: white;
}

.social2 .link.youtube {
  background-color: #ff0000;
  color: white;
}

@media only screen and (max-width: 768px) {
.video {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.testarea {
        width: 90%;
	margin-left: 5%;
}

.div_grey {
        height: 70px;
}

.social2 .link {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px dashed white;
  padding: 3px;
  transition: .5s;
  color: #D7D0BE;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.testarea p {
	display: inline;
}

.logo {
	height: 250px;
}

}
