
/* Allgemeine Anpassungen */
html { width:100%;     }
body { width:100%; height:100%; margin:0px; padding:0px; color:#202020; font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 12px; line-height: 160%; }



.fullscreen {
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover; 
   width: 100vw;
   height: 100vh;
   display: flex; 
   justify-content: center; 
   align-items: center;
}
@media (max-width: 1259px) {
   .fullscreen { 
      background-image: url("02.jpg"); 
   }
}

@media (min-width:1260px) {
   .fullscreen { 
      background-image: url("02.jpg"); 
   }
}



div.gelb {position:absolute;
 height:50%;
 width:75%;
 margin:0px;
 top: 50%;
 left: 25%;
 }
div.gelb img{ position:absolute; left: 50%;  margin:-250px 0px 0px -250px;}


h1{color: #fff;  font-size: 28px; line-height: 150%; text-shadow: 4px 4px 8px #000}


input[type=text] {
  width: 30%;
  padding: 15px 20px;
  margin: 20px 25px 20px 0px;
  box-sizing: border-box;
  font-size: 30px;
}

input[type=submit]{
	border: 1px solid #fff;
	color: #fff;
	background-color: #345678;
	text-decoration: none;
	padding: 22px;
	font-size: 20px;
	margin: 10px 12px 2px 0px;
	display: inline-block;
	box-shadow: 4px 4px 15px #000;
	}
	input[type=submit]:hover, input[type=submit]:active{background-color: #123456;  box-shadow: 2px 2px 6px #000;}


/* ----------------------------------------------------- JS enabled browsers */

.js div { }

/* ----------------------------------------------------- IE7 and below */

.ie7 div { }

/* ----------------------------------------------------- IE6 and below */

.ie6 div { }