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


/* source-code-pro-200 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Source Code Pro';
	font-style: normal;
	font-weight: 200;
	src: url('fonts/source-code-pro-v23-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-code-pro-300 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Source Code Pro';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/source-code-pro-v23-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-code-pro-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Source Code Pro';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/source-code-pro-v23-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-code-pro-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Source Code Pro';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/source-code-pro-v23-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-code-pro-600 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Source Code Pro';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/source-code-pro-v23-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-code-pro-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Source Code Pro';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/source-code-pro-v23-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
font-family: "Source Code Pro", monospace;
font-optical-sizing: auto;
font-size: 15px;
line-height: 18px;
font-weight: 300;
font-style: normal; 
color: #fff;   
}
html { 
	background: url(background6.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
 animation: moveBackground 80s linear infinite; 
} 
main {text-align: center;}
h1 {font-weight: normal; font-size: 40px;  line-height: 40px; margin: 10px 0 0 0;}

@media only screen and (min-width: 1200px) { h1 {font-size: 42px; line-height: 44px;}  }
@media only screen and (max-width: 600px) { h1 {font-size: 28px; line-height: 36px;}  }    


a {color: #fff; }


header {height: auto;display: block; text-align: center; padding-top: 10vh;font-size: 11px;font-family: Arial, Helvetica, sans-serif; }
header a {display: inline-block; text-decoration: none; }   
header a span {display: block; margin-top: -4px;  paddding: 5px 2px; text-align: left !important; background: rgba(0,0,0,0.2); }  
.XXmain {height: 40vh; display: flex; align-items: flex-start; justify-content: center;}
.XXfooter {height: 15vh; }      


footer,
.sub main {font-family: Arial, Helvetica, sans-serif; }


.sub h1 {font-size: 26px; font-weight: normal; }
.sub h2 {font-size: 18px; font-weight: normal; margin: 20px 0 10px 0; }
.sub h3 {font-size: 16px; font-weight: normal; margin: 20px 0 10px 0; }    
.sub h4 {font-size: 15px; font-weight: normal; margin: 20px 0 10px 0; }  

.flex {padding-bottom: 50px;font-weight: 500; display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 800px; color: #fff; margin: 0 auto; }
.flex p {width: 23%; border: 0px #fff solid; margin: 0; border: 0px #fff solid;}
.flex p:nth-child(2) {width: 33%; }  
.flex p:nth-child(3) {width: 22%; }             
.flex p.book {width: 22%; transform: translateY(-25px); font-size: 12px; text-align: center;}   
  

 .flexneu img { max-width: 100% !important;margin-bottom: -5px;} 
 .flexneu {width: 100%; display: flex; justify-content: space-between; align-items: stretch; padding-bottom: 40px; }
 .flexneu .spalte1 {flex-wrap: wrap; display: block; width: 40%; flex-wrap: wrap; display: flex;justify-content: space-between; align-items: stretch; } 
 .flexneu .spalte1 h1 { width: 100%; position: absolute; max-width: 60%; }  
 .flexneu .spalte1 p {displaay: block; width: 100%;}   
 .flexneu .spalte1 span {display: flex; width: 47%; align-items: flex-end; flex-wrap: wrap; }  
 .flexneu .spalte1 a {display: block;}
 .flexneu .spalte2 {display: flex; width: 60%; align-items: flex-end; justify-content: space-between;}
 .flexneu .spalte2 .editorial {font-size: 11px;width: 32.5%; display: flex; align-items: flex-end;  } 
 .flexneu .spalte2 ul {width: 66%;  }        
 .flexneu .spalte2 ul {font-size: 11px;display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0; list-style-type: none;  align-items: flex-end;  } 
 .flexneu .spalte2 ul li {width: 48%; margin-bottom: 10px; } 
 .flexneu .spalte2 ul li img {} 
 .flexneu .spalte1 a,   
 .flexneu .spalte2 ul li a {text-decoration: none; }  


 .flexneu .spalte1 span.adr1   {width:100% !important; margin-top: 0px;  }  
 .flexneu .spalte1 span.adr2 {width: 100% !important; margin: -15px 0; }    


 .flexneu * {border:0px #fff solid;}

.editorial {text-align: left; display: block; width: 100%; padding-bottom: 15px; transform: translateX(-25%);}
.editorial a {text-decoration: none !important;}  
.editorial img {} 

img {max-width: 100%;}
#wrapper {display: block; width: 95%; max-width: 1200px; margin: 0 auto; max-height: 500px !important; }
footer {position: absolute; bottom: 0; right: 0; left: 0; margin: 0 auto; width: 95%; max-width: 1200px;}



.sub main,
.sub header {height: auto; display: block;}
.sub footer {position: relative; margin-top: 150px; }

.sub main {text-align: left !important; background: rgba(0,0,0,0.35); padding: 20px; margin-top: 40px;}

 
@media only screen and (max-width: 900px) {
.flexneu .spalte1 h1 { width: 100%; position: relative; max-width: 100%; }    
.editorial {transform: translateX(0%);}    
} 


.mobil {display: none !important;}  
.desktop {display: block;} 


@media only screen and (min-width: 499px) {   
 .flexneu .spalte1 h1 br {display: none}
}

@media only screen and (max-width: 700px) {
 .flexneu .spalte1 h1 { width: 100%; font-size: 26px; line-height: 33px; margin-bottom: 25px; } 
 .flexneu  {flex-wrap: wrap;}
 .flexneu .spalte1,
 .flexneu .spalte2 {width: 100%;}
 .flexneu .spalte2 ul {width: 100%;  } 
 .flexneu .spalte2 .editorial {width: 49%;  }   
 .flexneu .spalte2 ul li {width: 49%;  }  

.mobil {display: block !important;}
.desktop {display: none !important;}  
header, 
main,
footer,
.sub footer {height: auto; display: block; }  
footer,
.sub footer {position: relative; margin-top: 20px; }   
} 



@media only screen and (max-width: 500px) { 
header {padding-top: 30px;  }  
main {padding-top: 70px; padding-bottom: 60px; } 
footer img {max-width: 130px;} 
footer {text-align: center; }  
.editorial,
.editorial span {text-align: center !important; width: 100%; } 
.editorial span {display: block; }       
}    

/* The animation code */
@keyframes logo {
	from {transform: scale(0.15); opacity: 0;}
	to {transform: scale(1); opacity: 1;}
}
@keyframes main {
	from {transform: scale(0); opacity: 0;}
	to {transform: scale(1); opacity: 1;}
}
@keyframes main {
	from {transform: scale(0); opacity: 0;}
	to {transform: scale(1); opacity: 1;}
}
@keyframes flexanimation {
from {
opacity: 0; transform: translateX(100px);
}
to {
opacity: 1; transform: translateX(0px);
}
}

/* The element to apply the animation to */
.flexneu {
	animation-name: flexanimation;
	animation-duration: 1s;
}

.home header img {
	animation-name: logo;
	animation-duration: 1s;
}
.home main h1 {
	animation-name: main;
	animation-duration: 3s;
}
.home header .editorial img {
	animation-name: none;    
  }
