


.follow_box{
  position: absolute;
  top: 30px;
  right: 50px;
  width: 300px;
  height: 200px;
  overflow: hidden;
}


.follow_box_icons{
  position: relative;
  float: left;
  width: 50%;
  height: 200px;
  padding-top: 20px;
  padding-left: 30px;

  transform: rotate(10deg);
}
 
 .follow_box_icons img{
  position: relative;
  width: 60px;
  box-sizing: border-box;
}


 .follow_box_icons img:hover{
  transform: scale(1.1);
  cursor: pointer;
}

.follow_box_text{
  position: relative;
  width: 100%;
  height: 100px;
  float: left;
}

.follow_box_text img{
  position: absolute;
  right: 0;
  color: black;
  width: 100%;
}


/************ logo *********/

.logo_wrapper{
position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999;
    width: 310px;
    height: auto;
    margin-top: -270px;
    margin-left: -520
}

.logo_wrapper img{
  width: 100%;
}


.video_wrapper{
	position: relative;
	width: 50%;
	height: 500px;
	float: left;
	overflow: hidden;
}


.video_small{
  position: relative;
  width: 100%;
	min-width: 100%;
  border-radius: 50px;
}





 /********************** banner **********************/

.banner{
	z-index: 30;
	position: relative;
	float: left;
	width: 100%;
	height: 94%;
	overflow: hidden;

}

.banner_image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: url(../img/images/banner-background.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  
}

.wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}



.waves_bg{
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  background-repeat: repeat-x;
  will-change: background-position;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* BIG WAVE */
.waves_bg--big{
  bottom: -57px;
  height: 120px; /* Höhe der großen Welle */
  background-image: url("../img/icons/wave_blue.svg");
  background-size: 1200px 120px;   /* FIXE Größe -> skaliert NICHT mit Fenster */
  animation: waveScrollBig 10s linear infinite;
}

/* SMALL WAVE (Grundwerte) */
.waves_bg--small{
  height: 40px; /* Höhe der kleinen Welle */
  background-image: url("../img/icons/waves_small.svg");
  background-size: 480px 40px;    /* FIXE Größe */
}

/* SMALL WAVE (Grundwerte) */
.waves_bg--small1{
  height: 40px; /* Höhe der kleinen Welle */
  background-image: url("../img/icons/waves_small1.svg");
  background-size: 480px 40px;    /* FIXE Größe */
}


.waves_bg--small2{
  height: 40px; /* Höhe der kleinen Welle */
  background-image: url("../img/icons/waves_small2.svg");
  background-size: 480px 40px;    /* FIXE Größe */
}



/* Positionen */
.waves_bg--pos1{
  top: -21px;
  animation: waveScrollSmall 5s linear infinite;
}

.waves_bg--pos2{
  bottom: -22px;
  z-index: 1;
  transform: scaleX(-1);
  animation: waveScrollSmall 5s linear infinite;
}

.waves_bg--pos3{
  top: -22px;
  z-index: 1;
  transform: scaleX(-1);
  animation: waveScrollSmall 5s linear infinite;
}

/* Keyframes: exakt 1 Kachelbreite verschieben -> perfekter Loop */
@keyframes waveScrollBig{
  from { background-position-x: 0; }
  to   { background-position-x: -900px; }
}

@keyframes waveScrollSmall{
  from { background-position-x: 0; }
  to   { background-position-x: -220px; }
}




 /**********************  **********************/


.bubble_image_wrapper{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.bubble_image_wrapper img{
	position: relative;
	float: left;
	width: 100%;
}

.bubble_image_round{
	border-radius: 50%;
}

.bubble_image_s{
	width: 10px;
}







/******* Impressum *********/

.wrapper_impressum{
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  
  padding-top: 150px;
  padding-bottom: 150px;
  color: #fff;
}


.impressum_box{
  position: relative;
  float: left;
  width: 100%;
  height: 200px;
}

.wrapper_impressum .icon-phone, .impressum .icon-envelop {
    height: 8px;
 }

.impressum_title{
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.imp_t_2{
  margin-top: 40px;
}

.impressum_box p{
  position: relative;
  float: left;
  margin: 0px;
}

.impressum_box a{
  color: #fff;
  text-decoration: none;
}

.impressum_box a:hover{
  text-decoration: underline;
}

.impressum_text{
  position: relative;
  float: left;
  width: auto;
}

.impressum_text_box{
  position: relative;
  width: 100%;
  float: left;
}

.impressum_icon{
  position: relative;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  opacity: .8;
}




.imp_box100{
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.imp_box100 p{
  position: relative;
  float: left;
  margin: 0px;
}

.imp_box100 a{
  color: #fff;
  text-decoration: none;
}

.imp_box100 a:hover{
  text-decoration: underline;
}



.press_start_banner{
  position: relative;
  width: 100%;
  float: left;
  padding: 50px;
  box-sizing: border-box;
}

.press_start_banner img{
  display: block;
  margin: 0 auto;
  width: 70%;
}



/********** BUTTON ********/

.myButton {
	background-color:transparent;
	border-radius:8px;
	border: 2px solid #5356ff;
	display:inline-block;
	cursor:pointer;
	color:#5356ff;
	font-size:16px;
	padding:14px 31px;
	text-decoration:none;
}


.myButton:visited{
  color: #5356ff;
}
.myButton:hover {
	background-color: #2e31ff;
	color: #000380;
  border: 2px solid #2e31ff;
}



.myButton:active {
	position:relative;
	top:1px;
}


.follow_icon_white:hover img{
    transform: scale(1.2);
  cursor: pointer;
}



.follow_icon{
  width: 30px;
  margin-top: 10px;
  opacity: .4;
}

.follow_icon:hover{
  opacity: 1;
}
