@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {font-family: 'Raleway', sans-serif;font-family: 'Josefin Sans', sans-serif; font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";

}

html {
   height:100%;
}


.clearfix::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

body {

	margin: 0;
	padding: 0;
	height:100%;
    background-size: cover;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;

}

.wrapper {
	overflow: auto;
	margin:0;
	padding:0;
}


header {
	height: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.introtext{
	display:inline-block;
	color:white;
	width:700px;
	max-width: 90%;
	font-family:'Raleway', sans-serif;
	font-size:1.3em;
}

header img {
	width:600px;
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.googlemaps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
    }
    .googlemaps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
  
.parallax {  
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

.background1 {
		background-image: url(bilder/header-index.jpg);
		text-align: center;
}

.background2 {
	background-image: url(bilder/header-verein.jpg);
	height:400px;
}

.background3{
	background-image: url(bilder/parallex-verein-01.jpg);
	height: 300px; 
	text-align:center;
	color:white;
	padding:30px 0px;
}

.background4{
	background-image: url(bilder/parallex-verein-02.jpg);
	height: 300px; 
	text-align:center;
	color:white;
	padding:30px 0px;
}

.background4-2{
	background-image: url(bilder/parallax-flugplatz.jpg);
	height: 300px; 
	text-align:center;
	color:white;
	padding:30px 0px;
}

.background5{
	background-image: url(bilder/header-pilot-werden.jpg);
}

.background6{
	background-image: url(bilder/parallax-pilot-werden-01.jpg);
	height: 300px; 
	text-align:center;
	color:white;
	padding:30px 0px;
}

.background7{
	background-image: url(bilder/parallax-pilot-werden-02.jpg);
	height: 400px; 
	text-align:center;
	color:white;
	padding:30px 0px;
}

.background8{
	background-image: url(bilder/parallax-pilot-werden-03.jpg);
	height: 400px; 
	text-align:center;
	color:white;
	padding:30px 0px;
}

.background9{
	background-image:url(bilder/header-piloten.jpg);
	height: 400px;
	padding:30px 0px;
}

.background10{
	background-image:url(bilder/header-pilot-werden.jpg);
	text-align:center;
	color:white;
}

.headerText {
	width:100%;
}
.headerText img{
	margin:auto;
	width:900px;
	max-width: 100%;
	display:inline-block;
}


button.accordion {
	position: relative;
	font-family: 'Raleway', sans-serif;
    background-color: #0088cc;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    outline: none;
	display:inline-block;
    transition: 0.4s;
	text-align: left;
	font-size: 1.2em;
	border-bottom: 1px solid #0178b3;
	word-wrap: break-word;
}

button.accordion p{
	width: calc(100% - 35px);
	padding:0px;
	margin:10px 0px;
	float:left;
}

button.accordion img{
	height:18px;
	float:right;
	display: inline-block;
	margin-top:10px;
}

button.accordion.active, button.accordion:hover {
    background-color: #0178b3;
	
}

button.backToTop{
	position: fixed;
	width:50px;
	height:50px;
	right: 55px;
    bottom: 55px;
	display: none;
    background-color: #1d1d1d;
	background-image: url(Bilder/arrow-up.png);
	background-position:center;
	background-repeat: no-repeat;
	border: 1px solid #0178b3;
	opacity: 0.5;
	cursor: pointer;
	z-index: 10;
}

button.backToTop:hover {
    background-color: #0178b3;
	opacity:1;
	
}

div.panel {
    display: none;
	padding:10px;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;

}
  
.faq {
	width:800px;
	max-width: 100%;
	display:inline-block;
	text-align: left;
	padding: 5px 0px;
	border: none;
} 

.dropbtn {
	font-family: 'Raleway', sans-serif;
    background-color: #1d1d1d;
	font-size: 1.0em;
	color: white;
    text-align: center;
    padding: 3px 3px;
    text-decoration: none;
	border: none;
	border-bottom: 2px solid transparent;
	min-width: 100px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #1d1d1d;
    min-width: 140px;
    box-shadow: none;
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 8px 6px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #0088cc}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
	border-bottom: 2px solid #0088cc;
	cursor:pointer;
}


.home img{
	display:inline-block;
}

.home p {
	display:none;
}


nav {
	z-index: 4;
	background-color: #1d1d1d;
    width: 100%;
    margin: 0;
    padding: 0;
	text-align: center;
	font-size: 1.1em;
}

nav ul, footer ul {
    list-style-type: none;
	color: white;
    margin: 0;
    padding: 0;
}

nav ul a, footer ul a {
	color: white;
	text-decoration: none;
}

ul {
	text-align: center;
}

li {
	margin: 11px;
	display: inline-block;
}

li a {
    display: inline-block;
	color: white;
    text-align: center;
    padding: 3px 6px;
    text-decoration: none;
	border-bottom: 2px solid transparent;

}

li a:hover, .active {
	border-bottom: 2px solid #0088cc;
}

.sitemap{
	font-size:0.8em;
}



/* Schrift */

h1 {
	font-size: 1.5em;
	color: white;
	margin:10px;

}

h2 {
	font-size: 1.3em;
	color: #0088cc;
}

h3{
	font-size:1.1em;
	margin-top:10px;
}

p {
	margin:5px;
}

p>a {
	color:#0088cc;
	text-decoration:none;
}

p>a:hover{
	text-decoration: underline;
}

footer>p{
	font-size:0.8em;
	text-align:center;
}

/* Boxen*/

.text{
	text-align:left;
	margin:0;
	font-size:1.2em;
	display:inline-block;
	padding:30px 0px;
	width:800px;
	max-width: 90%;
}


.blue{
	background: #0088cc;
	color:white;
	width:100%;
	text-align:center;
}

.blue > h3{
	color:white;
}

.white{
	width:100%;
	color:black;
	background:white;
	text-align: center;
}

.box1 {
	display:block;
	height: auto;
	width:800px;
	max-width: 100%;
	padding: 20px;
	font-size: 1.2em;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}

.iconLinks {
	width:100%;
	background-color: #0088cc;
	text-align: center;
}


.box2 {
	width:250px;
	max-width:100%;
	text-align: center;
    display: inline-block;
	margin: 0px 30px;
}

.box2 h1{
	margin:0;
}

.box2 a{
	display:block;
	text-decoration:none;
	cursor:pointer;
	padding:10px;
	top:0;
	left: 0;
	z-index: 1;
}

.box2 a:hover {
	background:#0178b3;
}

.box3{
	text-align: left;
	display: inline-block;
	padding: 30px 0px;
	width:400px;
	max-width: 100%;
}

.box3 img{
	width:300px;
	max-width:90%;
	height:auto;
}

.left{
	float:left;
}


.imageText {
	text-align:center;
}

.imageText img {
	width:600px;
	max-width:100%;
	display:inline-block;
}

.youtube {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
 .youtube iframe, .youtube object, .youtube embed { 
	 position: absolute; 
	 top: 0; 
	 left: 0; 
	 width: 100%; 
	 height: 100%; 
}


footer {
	background: #1d1d1d;
	clear:both;
	padding: 10px;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}


/*Galerie*/

.plane{
	width:900px;
	max-width:100%;
	text-align: center;
	padding:50px;
	overflow:auto;
}

.pictures{
	width:400px;
	max-width:100%;
	border:none;
	display: inline-block;
}

.pictures img:hover{
	border: 0.5px solid #1d1d1d;
}

.pictures img {
	width:400px;
	max-width:100%;
	height:auto;
}

.desc{
	width:300px;
	max-width: 100%;
	text-align:left;
	display: inline-block;
	padding:0px 20px;
}

/*Formular*/
fieldset {
	border: 1px solid #0088cc;
	padding: 10px;
	background-color: white;
}


legend {

}

input[type=text], input[type=tel],input[type=email], input[type=date], input[type=password]{
    width: 400px;
	outline:none;
	max-width: 100%;
    padding: 12px 20px;
    display:inline-block;
	background:transparent;
	border: solid 0.5px #B5B5B5;
}

input[type=text]:focus {
	background:white;
}

input + input {
	margin-top:10px;
}


select {
	width: 100%;
    max-width: 300px;
    padding: 10px;
	margin-bottom:10px;
	float:right;
	background-color: #0088cc;
    border: none;
    color: white;
    border-radius: 4px;
	text-align:left;
}

select:hover{
    background-color: #276dac;
	cursor: pointer;
}


input[type=button], input[type=submit], input[type=reset]{
    background-color: #0088cc;
    border: none;
    color: white;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
	border-radius: 4px;
}

input+h2{
	margin-top:10px;
	margin-bottom:5px;
}


/* Icon*/
.burger-icon {
	display: none;
	width: 30px;
	margin: 12px;
	float: right;
}

.burger-icon span {
	display: block;
	height: 5px;
	width: 100%;
	background: grey;
}

.burger-icon span + span {
	margin-top: 4px;
}


/*ab 900px???480*/
@media (max-width: 900px) {
	.parallax {
        background-attachment: scroll;
    }
	
	
	.burger-icon {
		display: block;
	}
	.wrapper {
		padding-top: 49px;
	}
	
	.home img{
		display:none;
	}
	
	.home p {
	display:inline-block
	}
	
	body {
		position: relative;
		right: 0;
		transition: right 0.4s;
	}
	body.nav-open {
		right: 250px;
	}
	
	body.nav-open nav {
		right: 250px;
	}
	
	nav {
		transition: right 0.4s;
		position: fixed;
		height: 49px;
		top: 0;
		right: 0;
 	}
	nav ul {
		transition: none;
		z-index: 4;
		height: 100vh;
		position: absolute;
		width: 250px;
		top: 0;
		right: -250px;
		background-color: #1d1d1d;
	}
	nav ul li {
		position: relative;
		display: block;
	}
	
	header {
	height: auto;
	width: 100%;
	overflow: hidden;
}


	h2 {
		font-size:1.1em;
	}
	
	h1{ font-size: 1.2em}

	.background1, .background2, .background3, .background4, .background5, .background6, .background7, .background8, .background9, .background10 {
		height:auto;
	}
	
	.headerText {
		max-width: 100%;
		padding: 5px;
		padding-top: 25px;
	}
	.headerText img{
		margin:auto;
		width:500px;
		max-width: 100%;
		display:inline-block;
	}
	
	button.backToTop{
	right: 25px;
    bottom: 25px;
	}
	
	button.accordion {
		font-size: 1.2em;
	}
	button.accordion img{
		height: 16px;
    float: right;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	}
}
	
	.column {
    float: left;
    width: 50%;
    padding: 10px;
	}

	.row:after {
    content: "";
    display: table;
    clear: both;
	z-index: 4;
    position: relative;
	white-space: nowrap;
	width: 100%;
	}
	.center {
    margin: auto;
    width: 50%;
    padding: 10px;
	border: 3px solid #f2f2f2;
	}
	
	@media (max-width: 600px) {
    .column {
        width: 100%;
    }
	}
