 @charset "utf-8";
/* CSS Dokument Formular */
html; 
body { 
	padding:3%;
	margin:0;
	background-color:#ffffff;
/*	margin-left:100px; 
	width:100%;
*/
	}

.swagButton {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 22px;
	text-align: center;
	height:50px;
    color: #FFFFFF;
    text-decoration: none;
	background-color: #FF00FF;
	
	border: solid 1px #FF00FF;
	border-radius: 10px;
	
	padding:5px 10px 5px;
	
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	
}

.swagButton:hover {
	background-color: #515b69;
	color: #FF00FF;
}

/* Anckerpunkt setzen */
.swagButton1 {
	font-family: sans-serif;
	font-weight: 100;
	font-size: 22px;
	text-align: center;
	height:50px;
    color: #FFFFFF;
    text-decoration: none;
	background-color: #FF00FF;
	
	border: solid 1px #FF00FF;
	border-radius: 10px;
	
	padding:5px 10px 5px;
	
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
	
}

.swagButton1:hover {
	background-color: #515b69;
	color: #FF00FF;
	}

.content-section{
	width:50%;
	margin: 0 auto;
	padding: 15% 0; 
}

.content-section h1{
	text-transform: uppercase;
	margin-bottom: 15px;
}

.content-section p{
	font-size: 1.2em;
}

.video-section {
	position: relative;
	width:100%;
	max-height: 550px;
	overflow: hidden; 
}

#video-elem {
	width: 100%;
}

video::-webkit-media-controls {
	display:none !important;
}

.video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 0;
	transition: opacity 0.3s ease;
}

.video-overlay:hover {
	opacity: 1;
}

.video-overlay h1 {
	position: absolute;
	left:50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-transform: uppercase;
	font-size: 3em;
	color: #000;
	text-align:center;
}

header{
	height:100px;
	width:100%;
	background:#515b69;
	color:#ffffff;
	line-height:90px;
	position:fixed;
	top:0;
	left:0;
	border-bottom: 4px solid #4B4B4B;
	z-index: 10;
	}
logo{
	height:60px;
	font-family: "Century Gothic", CenturyGothic, Geneva, AppleGothic, sans-serif;
	float:left;
	padding: 5px 5px;
	background-color: #515b69; /*dunkel grau*/
	}

section{
    	font-family: sans-serif;
	padding: 70px 10px; 
	margin-top: 30px;
	position: relative;
/*	NOW 5.2.2018

	margin-left: auto;
	margin-right: auto;

	float: left;
	left: -50%;
	border:1px solid silver;	
*/
/* tym trzeba sie jeszcze pobawic aby wysrodkowac tekst in section. 
display: -webkit-box; 
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;

-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
*/	}
ul {
    list-style-image: url('/images/dreieck_20.png');
}

input[type=text], input[type=email], textarea{
	outline:none;
	transition: .2s all linear;
	display:flex;border: 1px solid silver; 
	border-radius:4px;
	padding: 8px;
	-webekit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
input, textarea{
	margin: 10px 0;
        font-family: sans-serif;
}

/*content_sites: Zentrieren in der Mitte des contents Containers und 950px Breite festgelegt*/
div#content_sites{
	max-width: 950px;
	margin:0 auto;
}

div#glob_content{
	background-color:#515b69;
	border-radius: 4px;
	border: 3px dashed #515b69;
	max-width:400px;
	margin:0 auto;
}

div#form_content{
	padding:20px;
}

div#title{
	background-color:#515b69;
	color:#FF00FF;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-shadow:1px 0px 15px #515b69;
	padding: 15px;
	font-size: 22px;
        font-family: sans-serif;
}

input[type=submit]{
	padding: 5px 10px 5px;
	background-color:#FF00FF;
	border-radius: 10px;
	border:1px solid #FF00FF;	
	color:#FFFFFF;
	font-size: 22px;
    font-family: sans-serif;
	
	-webkit-transition-duration: 200ms;
	transition-duration: 200ms;
}

input:focus, textarea:focus{
	border:2px solid #FF00FF;
}

textarea{
	height: 300px;
        font-family: sans-serif;
}
/*.footer_container {
	margin: 10px auto;
	max-width: 60em;
}
*/

footer {
	height:100px;
	width:100%;	
	background:#515b69;
	display: block;
	font-family: sans-serif;
	border-bottom: 4px solid #ffffff;
	font-size: 12px;
	
/*	color:#ffffff; 
	line-height:10px;
	border-bottom: 4px solid #4B4B4B;	
	position:fixed;
	top:0;
	left:0;
	z-index: 10;
*/
}

/*
.social {
	list-style-type: none;
}
*/
.copyright_text {
	font-family: sans-serif;
	padding: 5px;
	font-size: 10px;
	float: right;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 8px;
	color:#ffffff;
	
}

.footer_container {
  overflow: hidden;
  background-color: #515b69;
}
.footer_container ul li{
	list-style: none; /*tutaj nie pokazujemy Auflistung*/
}
.footer_container a{
	  color: #FFFFFF; /*kolor linkow na bialo*/
	  text-decoration: none;
	  display: block;
}
.footer_container a:hover{
	/*background-color: #FF00FF; */
    color: #FF00FF;
}

.topnav {
  overflow: hidden;
  background-color: #515b69;
}

.topnav a {
  height:80px;
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
  font-family: sans-serif;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #FF00FF;
  color: black;
}

.active {
  background-color: #FF00FF; 
  color: white;
}

.topnav .icon {
  display: none;
}
/*tutaj przy screenie wiekszym niz max-width ukrywamy nawigacje i pokazujemy tylko pierwszy punkt*/
@media screen and (max-width: 950px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/*Jak user kliknie na icon*/
@media screen and (max-width: 950px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
/*navi beim Auklappen bei Handys*/
  .topnav.responsive a {
    font-family: sans-serif;
    float: none;
    display: block;
    text-align: left;
    font-size: 17px; /*Schriftgröße der Navi beim Aufklappen auf Handys*/
    height:50px;
    padding:2px 2px;
  }

}

img{
	max-width: 100%;
	height: auto;
}

/*Bild ausrichten auf der rechten Seite*/
.bild_rechts {
float: right;
margin-left: 10px;
} 

.bild_links {
float: left;
margin-right: 30px;
} 

table{
	font-size: 17px;
	border-spacing: 12px; /*Abstand von den einzelnen Zellen*/
	border:thin solid #515b69; /*na okolo ramka szara*/
}

table caption{
	font-size: small;
	caption-side: bottom;
	text-align: right;
}

table caption strong{
	color: #FFFFFF;
	background-color: white;
	font-style:italic;
}

table th{
	color: #FFFFFF;
	background-color: #515b69;
	
}

table td{
	background-color; white;
	padding; 4px; /*Innenabstand*/
	text-align: left;
	
}
