@charset "UTF-8";
@import url('reset.css');


/*---------------------------------------------General*/


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

* {margin:0;padding:0;}


body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 100%;
	color: #262522;
	text-align:center;
	overflow-x: hidden;
	line-height: 1.3;
}

img {
	width: 100%;
}

h1, h2 {
	font-family: 'Playfair Display', serif;
}

.clr{
	clear: both;
}

.lato-light {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}



/*---------------------------------------------Navi*/

#navi {	
	width: 100%;
	height: 100px;
	background-color:white;
	position:fixed;
	top:0;
	z-index: 40;
	padding-right: 2%;
}

.home_btn {
	width: 270px;
	height: 100%;
	background-image: url("../bilder/logo_navi.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	float: left;
		}

.navi_icon {
	height: 30px;
	width: 30px;
	float:right;
	margin: 35px 10px 0 25px;
}
.navi_txt {
	height: 100px;
	width: 110px;
	text-align: left;
	font-size: 14px;
	float: right;
	display: table;
	font-weight: 400;
}

.navi_txt > p {
	display: table-cell;
	vertical-align: middle;
}

#navi a {
	text-decoration: none;
	color: #000;
}

.navi_txt:hover {
	opacity: 0.5;
}




/*---------------------------------------------Slider*/

.wrapper{
	position: relative;
	width: 100%;
	height: 100vh;
}

#slideshow_wrapper {
  background:red;
  position:fixed;
  width:100%;
  height:100%;
}

.slideshow {
  list-style:none;
  position:absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow:hidden;
}

.slideshow li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  background-image: url("../bilder/slider1.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: slideShow 60s linear infinite 0s;
  opacity: 0;
}

.slideshow li:nth-child(1)  {background-image: url("../bilder/slider1.png"); animation-delay:  0s;}
.slideshow li:nth-child(2)  {background-image: url("../bilder/slider2.png"); animation-delay:  10s;}
.slideshow li:nth-child(3)  {background-image: url("../bilder/slider3.png"); animation-delay:  20s;}
.slideshow li:nth-child(4)  {background-image: url("../bilder/slider4.png"); animation-delay:  30s;}
.slideshow li:nth-child(5)  {background-image: url("../bilder/slider5.png"); animation-delay:  40s;}
.slideshow li:nth-child(6)  {background-image: url("../bilder/slider6.png"); animation-delay:  50s;}

@keyframes slideShow {
  0% {
    opacity:0;
  }
  1% {
    opacity:1;
  }
  17% {
    opacity:1;
  }
  19% {
    opacity:0;
  }
}

.logo {
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
	width: 50%;
	max-width: 800px;
	min-width: 350px;
	z-index: 39;
}

.react_eu {
	max-width: 200px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 39;
	color: #fff;
	font-size: 95%;
}

.react_eu > img {
	border:solid;
	border-color:#fff;
}

/*---------------------------------------------Main*/


.main, .impressum_color {
	width: 100%;
	background-color: #E1DCDC;
	float: left;
}

.welcome_main {
	text-align:left;
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
	display: flex;
	align-items: center;
}

.welcome_head {
	font-size: 45px;
	padding: 125px 0 100px;
	margin: 0 auto;
	width: 80%;
}
.welcome_pic {
	width: 50%;
	max-width: 400px;
	min-width: 250px;
	margin-right: 5%;
}

.welcome_txt {
	width: 100%;
}

.current_txt {
	margin: 20px auto 35px;
}

.current_txt a {
	text-decoration: none;
	color:#262522;
}

.current_txt a:hover {
	opacity: 0.7;
}

.current_main {
	text-align:left;
	width: 80%;
	margin: 0 auto 100px;
	max-width: 1000px;
}

.current_txt > img {
	max-width: 500px;
}

.border {
	height: 5px;
	width: 75px;
	background-color: #01469A;
	margin: 10px 0 20px;
}




/*---------------------------------------------Content*/

.content {
	width: 100%;
	margin: 125px auto 0;
	max-width: 1000px;
	overflow:hidden;
}

.bloc {
	width: 50%;
	padding-top:50%;
	position: relative;
	float: left;
}

.bloc_inside{
	position: absolute;
	transform: translate(-50%,-50%);
    top: 50%;
	left:50%;
	width: 70%;

}
.border_center {
	margin: 10px auto 20px;
	height: 5px;
	width: 75px;
	background-color: #01469A;
}

.border_white {
	margin: 10px auto 20px;
	height: 5px;
	width: 75px;
	background-color: white;
}

.border_black {
	position: absolute;
	transform: translate(-50%,-50%);
    top: 62%;
	left:50%;
	height: 5px;
	width: 75px;
	background-color: white;
	z-index: 20;
}

#bloc_fade {
	position: absolute;
	margin-top: -100%;
	left:0;
	width:100%;
	height: 100%;
	overflow: hidden;
	

}

#bloc_fade img {
	transition: all 2s ease;
}

#bloc_fade:hover img {
	opacity: 0.5;
	transform: scale(1.05);
	
	

}

#bloc_fade > h1 {
	color: white;
	position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
	left:50%;
	z-index: 30;
}

.white {
	background-color: white;
}

.black {
	background-color: #000000;
}

.blue {
	background-color: #01469A;
	color: white;
}

.blue > h1 {
	color: white;
}

.left {
	text-align: left;
}


/*---------------------------------------------Footer*/


.footer {
	width: 100%;
	height: 150px;
	background-color: #262522;
	clear:left;
	padding: 40px 10%;
}

.footer_txt {
	color: white;
	width: 33%;
	float: left;
	font-size:98%;
}

.footer_txt a {
	color: white;
	text-decoration: none;
}

.footer_txt a:hover {
	color:#CCCCCC;
}



/*---------------------------------------------820px*/

@media screen and (max-width: 820px) {

	
.navi_icon {
		margin: 35px 5px;
	}
	
.navi_txt {
		width: 114px;
	}
	
.facebook {
	visibility: hidden;
	position: absolute;
	z-index: -10;
}
	
.bloc_inside{
	
	width: 85%;
}
.border_center {
	margin: 5px auto 10px;
}

.border_white {
	margin: 10px auto 10px;
}
	
.bloc_inside > p {
	line-height: 1.2;
	font-size: 94%;
	}
.bloc_inside > h1 {
		font-size: 30px;
	}
	
.border_black {
    top: 65%;
}
	
.footer {
	padding: 40px 5%;
}
	
}

/*---------------------------------------------630px*/

@media screen and (max-width: 630px) {
	
#navi {	
	height: 150px;
	padding-right: 0;
}
	
.navi_txt > p {
	line-height: 1.1;
}
	
.facebook {
	visibility: visible;
	position: relative;
	z-index: 0;
}

.home_btn {
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	float: left;
	background-color: #01469A;
}

.navi_icon {
	height: 25px;
	width: 25px;
	float:right;
	margin: 12px 1% 0;
}
.navi_txt {
	height: 30px;
	width: 25%;
	float: right;
	font-size: 12px;
	margin: 10px 0;
}

.welcome_pic {
	width: 70%;
	margin: 0 auto;
	display: block;
}
	
.welcome_txt {
	margin: 30px auto 0;
	display: block;
}
	
.welcome_main {
	display: block;
}
	
.bloc {
	width: 100%;
	padding-top:100%;
}
	
.footer {
	width: 100%;
	height: 240px;
}

.footer_txt {
	width: 100%;
	margin: 0 0 20px;
}
	
.content {
	width: 80%;
	}
	
.bloc_inside{
	
	width: 70%;
}
.border_center {
	margin: 10px auto 20px;
}

.border_white {
	margin: 10px auto 20px;
}
	
.bloc_inside > p {
		line-height: 1.3;
	font-size: 100%;
	}
.bloc_inside > h1 {
		font-size: 34px;
	}
	
.border_black {
    top: 62%;
}
	
	
}


/*---------------------------------------------520px*/

@media screen and (max-width: 520px) {

.content {
	width: 100%;
	}
	
.bloc_inside {
	
	width: 80%;
}
	
.navi_txt {
	width: 25%;
}
	
.navi_icon {
	height: auto;
	max-width: 25px;
	width: 6%;
}
	
.bloc_inside > h1 {
		font-size: 30px;
	}

}