﻿/*-------------------------------------------------------------------------------*/
/*																				 */
/* CSS-File: 	content.css       	                                             */
/* Version:		001																 */
/*																				 */
/* Datum:		24.01.2018														 */
/*																				 */
/* Author:		BoomArang Engineering											 */
/* Purpose:		content styles für alle Seiten  								 */
/*																				 */
/* History:		none                         									 */
/*																				 */
/*																				 */
/*-------------------------------------------------------------------------------*/

/*---------------------------------------------------------------------------*/
/* 							Content Area                                     */
/*---------------------------------------------------------------------------*/
#content {
	display: block;
	width: 100%;
	/* max-width: 1920px; */
	background-color:white; /* #F5F5F5;*/
}

.mySlides {
	display: none;

}
.mySlidesAnimation {
	position: relative; 
    animation-name: mySlidesAnimation ;
    animation-duration: 2s; /*2s
    /*animation-timing-function: cubic-bezier(0, 0, 0.4, 1);*/
	animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;

}
@keyframes mySlidesAnimation {	
		   from {
    	opacity: 0;
      }
      to {
    	opacity: 1;
      }
}		

.headline {
	display:block;
	float:left;
	/* background-color:#EBEBEB; /*#F6F6F6;*/
	background-color:white; /*#4C93AD;*/
	color:black;
	text-align:center;
	font-size:170%;
	width:80%;
	padding:3% 10% 0 10%;
}
.headline b  {
	color:black;
	font-size:150%;
	font-weight:bold;
}
.headline p {
	font-size:75%;
	color:#2F2D2C;
	text-align:justify;
} 
	
.headline p b {
	font-size:100%;
} 
.headline a {
	color:black;
}

.animated-text {
 	overflow: hidden;
  
  	/*position:fixed;
	top:25px;
	left:180px;*/
	color:white;
	font-size:120%;
	text-align:left;
	padding:2% 0 0 3%;
	/*opacity:0.6;*/
	  	
  	word-wrap: break-word;
  	white-space: nowrap;
  	animation: typing 5s steps(48) forwards;
} 

@keyframes typing {
   from {
      width: 0;
   }
   to {
      width: 48ch;
   }
}

.liveblock {
	display:block;
	float:left;
	width:99%;
	padding-left:10%;
	background-color:white;
	text-align:left;
	line-height:1.5;
	font-size:70%;
	
}

.liveblock b {
	font-size:100%;
	font-weight:normal;
	color:#666666;
	
}

.live-wrapper{
	display:block;
}

.shopline {
	display:block;
	float:left;
	font-size:130%;
	width:100%;
	background:#F5F5F5; 
	text-align:left; 
	font-family:Stencil;
}
.shopline p {
	padding:0 5% 0 5%;
} 

.shopline b  {
	font-size:130%;
}

.shop {
	display:block;
	margin-top:2%;
	float:left;
	width:45%;
	height:auto;
	color:black;
}
.shop img {
	width:40%;
	background:#F5F5F5; 

	display: block; 
	margin: 0 0 6% 30%;
	padding: 5%;

    transition:transform 0.8s;
}

.shop img:hover {
    transform: scale(1.2);
	
}

.shoptext {	
	float:left;
	margin:2% 0 2% 0;
	width:45%;
	height:auto;
	color:black;
}
.shoptext a.link{
	color:#FF5050;
	text-decoration: none;
}

/*---------------------------- FLEX CONTAINER -------------------------------*/
.flexframe {
	width:100%;
}

.flex-container {  
	display: flex;
    margin-left: auto;
    margin-right: auto
}

.info-item {
    width: 30%;
    height: 100%;
    text-align:center;
    font-size:90%;
	font-weight:normal;
}

.info-item b {
	font-size:230%;
	font-weight:lighter;
}
.modell-item {
    width: 33%;
    height: 100%;
    text-align:center;
    font-size:90%;
	font-weight:normal;
}

/*------------------------ end -- FLEX CONTAINER -----------------------------*/

.welcome {	
		float:left;
		font-size:130%;
		text-align:justify;
		width:80%;
		background-color: white; /* #F5F5F5; /* #4C93AD; */
		color:black;
		padding:0 10% 2% 10%;
}
.welcome b {	
		color:black;   /* #0099FF;/*#999999;*/
		font-size:130%;
		font-weight:bold;	

}

.img-wrapper{
	display:block;
	width:100%;
	text-align:center;
	background-color:#F5F5F5;
}

.impressum {
	display:block;
	text-align:justify;
	font-size:90%;

	width:90%;	
	margin:3% 3% 3% 3%;
	padding:2%;
}
.sponsor-wrapper {
	display:block;
	width:98%;
	background-color:#F8F8F8;
	font-size:90%;
	padding:0 1% 1% 1%;
}
.sponsor-wrapper img {
	padding:1% 1% 1% 2%;
	width:10%;
	height:auto;
	
}

