@charset "utf-8";
/* CSS Document */

body {
  margin: 0px; 
  padding: 0px; 
  background-color: #020106;
  font-family: Verdana, Arial, sans-serif;
}

.bgstart {
	background: url('../img/kaza-bg2.jpg') top left repeat-x;
    background-repeat: repeat-y;
    background-size: cover; 
}


#alles {
  background: url("../img/kaza-bg2.jpg") top left repeat-x;
  width: 1920px;
  margin: 0px auto;
  /*background-color: #000;*/
}

#footer {
float: left;
text-align:center;
  width: 100%;
  min-height: 100px;
   background: rgba(2,1,6,.8);
  }

#logo {
  background: url("../img/rico-logo.png") top left no-repeat;
  width: 360px;
  height: 117px;
  position: relative;
  text-align: center;
  margin: 5px auto;
  /*padding-top:5%;
  bg-color:black;*/
}

#logo a {
  display: block;
  font-size: 0;
  width: 360px;
  height: 117px;
}

#headerbild {
	width:100%;
	position: relative;
	margin-top:30px;
}

#teaser_start {
	position: absolute;
	bottom: 6%;
	right:3%;
	width:35em;
	min-height:20%;
	background: rgba(2,1,6,0.8);
	padding:10px 10px 10px 10px;
}

@media (max-width: 1366px) {
#teaser_start {
	display: none;
}
}

#teaser_termine {
	position: absolute;
	top: 50px;
	left:0px;
	width:450px;
	height:150px;
	background: url("../img/teaser_bg.png") top left no-repeat;
	padding:10px 10px 10px 10px;
    z-index:1;
}

/*Menü*/

* {
	margin: 0 auto;
	padding: 0;
}


nav {
width: 100%;
display: grid;
   justify-content: center;
   align-items: center;
 }

nav2 {
	width: 100%;
    /*position: relative;*/
    margin:0 auto;
    z-index:50;
    text-align:center;
}


nav ul{
	list-style: none;
    display:inline-block;
	width: 100%;
}
nav ul li{
    display:inline-block;
    /*position: relative;*/
    text-align: center;
	float: left;
	padding: 5px 25px;
	
   
}

nav ul li a{
	color: white;
    font-weight: 700;
    text-decoration: none;
    display:block;
}

nav ul li a:hover, nav ul li a:active {
	color: #b8d3e2;
    font-weight: 700;
    text-decoration: none;
}

@media (max-width: 600px) {
	nav {
    position: relative;
    z-index: 1000;
    display: block;
    floatz: right;
     }
    
    nav ul li{
		width: 100%;
		padding: 15px 0px;
        background: rgba(2,1,6,0.92);
        
        }
	nav ul {
		display: none;
	}
    
    
}
.burgericon {
	width: 30px;
	height: 30px;
	display: none;
    margin-right:30px;
    text-align: right;
     
}
.burgericon div {
	width: 90%;
	margin: 7px 5%;
	height: 3px;
	background-color: white;
}
@media (max-width: 600px) {
	.burgericon {
		display: block;
         margin-top:-20px;
          text-align: right;
          justify-content: right !important;
   align-items: right !important;
	}
}
#navigation {
	opacity: 0;
}
#navigation:checked ~ ul {
	display: block;
}
#navigation:checked ~ label .burgericon {
	margin-top: -20px;
    
}
#navigation:checked ~ label .burgericon div:first-of-type{
	rotate: 45deg;
}
#navigation:checked ~ label .burgericon div:last-child{
	rotate: -45deg;
	margin-top: -10px;
}
#navigation:checked ~ label .burgericon div:nth-child(2){
	display: none;
}

}

#meta-nav {
   width: 100%;
   display: inline-block;
   float: left;
   text-align: center;
  
 }


#meta-nav ul{
	list-style: none;
    display:inline-block;
	width: 100%;
     padding-top: 3%;
     padding-left: 3%;
      float: left;
}
#meta-nav ul li{
    display:inline-block;
    position: relative;
    text-align: center;
	float: left;
	padding: 5px 20px;   
}

@media (max-width: 960px) {
	#meta-nav {
   display: none;
     }
        
}

#footer-nav {
  display: grid;
   justify-content: center;
   align-items: center;
   margin-top:2%;
  
 }


#footer-nav ul{
	list-style: none;
    display:inline-block;
	width: 100%;
     padding-top: 3%;
     padding-left: 3%;
      float: left;
}
#footer-nav ul li{
    display:inline-block;
    position: relative;
    text-align: center;
	float: left;
	padding: 5px 20px;   
}

/*Seiteninhalt*/

#header {
float: left;
  width: 100%;
  }
  
#inhalt {
  float: left;
  width: 80%;
  padding: 5%;
}

#inhalt p, td {
  color: #cccccc;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0px;
}

#inhalt ul{
	list-style: none;
    display:inline-block;
	width: 100%;
    float: left;
}

#inhalt ul li{
    padding: 10px 0 10px 0;   
}

.teaser_start p, div {
  color: #cccccc;
  font-size: 14px;
  line-height: 18px;
  margin-top: 0px;
}

#inhalt h1 {
  color: #ededed;
  font-weight: bold;
  font-size: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 32px;
}

#inhalt h2, #teaser_start h2 {
  color: #ededed;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin-top: 12px;
  margin-bottom: 12px;
}

#inhalt h3 {
  color: #cccccc;
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom:8px;
  line-height: 22px;
}

#inhalt a, #footer a { 
color: #fff;
text-decoration:none;
}
#inhalt a:hover, #footer a:hover {
	color:#ccc;
	text-decoration:underline;
}

.btn a { 
color: #030b16 !important;
text-decoration:none #important;
}

.btn a:hover {
	color:#030b16 !important;
	text-decoration:none !important;
}

#teaser_start a { 
color: #fff;
text-decoration:none;
}
#teaser_start a:hover {
	color:#ccc;
	text-decoration:underline;
}
/*Bild*/
#inhalt .image {
		padding:10px;
}

#inhalt .image-left {
		float: left;
        display: block;
        padding: 0 20 0 20px;
        }

#inhalt .tracks {
         border-collapse:collapse;
         text-align: left;
         cellpadding: 0;
         cellspacing: 0;
         display: block;
         }
        
#inhalt .gallery {
		margin-right:10px;
}

#inhalt a img {
	border: none;
}

#inhalt .spacer-s {
height:20px;
 }
 
#inhalt .spacer-m {
height:30px;
 }

 #inhalt .spacer-l {
height:40px;
 }
 
 #inhalt .spacer-xl {
height:50px;
 }

 .btn {
  background-color: #e6eef2;
  border: none;
  color: #030b16;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  opacity: 0.6;
  transition: 0.3s;
}

.btn:hover {opacity: 1}


  
/*Transition*/

#inhalt .fade-in {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

#inhalt .visible {
  opacity: 1;
}

#inhalt .fader, #headerbild .fader {animation: fade-image 3s }


@keyframes fade-image {
  0% {
    opacity: 0;
  }  
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;	
  }
}

