@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                           Style by www.a-krueger.eu                           *
 * ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * #1a1a1a - background
 * #e8cdc2 - beige rosé
 * #A64B4B - darkrosé
 * #D99C9C - hellrosé
 * #F2E2DC - altweiß
 * #808080 - light gray fonts
 * #555555 - gray
-------------------------------------------------------------------------------- */



/* ----------------------------------------------------------------------------- *
 *                           Hero BG inkl. scrolldown                            *
 * ----------------------------------------------------------------------------- */

.hero {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: #1a1a1a;
	background-image: url(../img/hero/hero-img-gray3.jpg);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	overflow: hidden;
	display: block;
}

.hero-text {
  	text-align: center;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.hero-text h3 {
  	font-family: 'Roboto Condensed', sans-serif;
	font-size: 8.0em;
	text-transform: none;
	text-align: center;
	line-height: 1.0em;
	margin-bottom: 2px;
}

.hero-text h4 {
  	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.9em;
	text-transform: none;
	text-align: center;
	line-height: 1.0em;
	margin-bottom: 2px;
}

.hero-text p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.9em;
	letter-spacing: 0.2em;
	margin-top: 25px;
	text-align: center;
	text-transform:uppercase;
}

.scroll-down-container {
	margin: 0 auto;
	position: absolute;
	min-height: 46px;
	bottom: 0%;
  	left: 50%;
  	transform: translate(-50%, -0%);
	}


.bottom {
	height: 100%;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.scroll-down, .scroll-down i.fa,  .scroll-down i.far, .scroll-down i.fas, .scroll-down i.fab {
	font-size: 20px;
	padding-top: 13px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid transparent;
	background-color: transparent;
	color: #A64B4B;
	z-index:1000;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
}

.scrolldown {
	position: absolute;
	z-index:1000;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 55px;
	width: 55px;
}

.button-down {
	position: relative;
	padding: 5px;
	margin: 30px auto;
	background: transparent;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	z-index:1000;
}

.button-down:hover {
  -webkit-transform: translate3d(0, 10px, 0);
          transform: translate3d(0, 10px, 0);
}
.button-down::after {
  content: "";
  position: absolute;
  left: 17px;
  z-index: 11;
  display: block;
  width: 25px;
  height: 25px;
  border-top: 2px solid #A64B4B;
  border-left: 2px solid #A64B4B;
}
.button-down::after {
  top: 10px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}



/* ----------------------------------------------------------------------------- *
 *                                Video-Lightbox                                 *
 * ----------------------------------------------------------------------------- */

.video-container {
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	max-width: 100%;
    max-height: 100%;
	border-color: transparent;
	padding: 10px;
}

.video {
    display: block;
    max-width: 100vw;
  	max-height: 100vh;
	width: 100%;
	height: auto;
    margin: 0 auto;
	outline: 0;
	object-fit: contain;
}


/* ----------------------------------------------------------------------------- *
 *                    Section Impressum & Datenschutz                            *
 * ----------------------------------------------------------------------------- */

.infos h3 {	
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	padding: 10px;
	color: #e8cdc2;
	}

.infos h4 {
	font-size: 1.2em;
	text-align: left;
	padding: 10px;
	color: #e8cdc2;
	}

.infos h5 {
	font-size: 1.0em;
	text-align: left;
	padding: 10px;
	color: #808080;
	text-decoration: underline;
	}
		
.infos p {
	font-size: 1.0em;
	padding: 10px;
	}

.infos ul > li {
	font-size: 1.0em;
	}

