/* =Kunde	Airtaxi
-----------------------------------------------------------------------------*/

/* =Imports
-----------------------------------------------------------------------------*/

@import "css/kube.css";
@import "fonts/font-awesome.css";

/* =Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size: 2.7em;
	color: #132447;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: 300;
}

h2 {
	font-size: 1.7em;
	color: #132447;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	font-weight: 300;
	line-height: 1.2em;
}

.content > ul {
	margin: 0 0 0 15px;
	padding: 0;
}

.content > ul > li {
	margin: 0 0 0 15px;
	padding: 0;
	list-style-type: circle;
}

/* =Links
-----------------------------------------------------------------------------*/

a {
	color: #132447;
	text-decoration: none;
}
a:focus,
a:hover {
	text-decoration: none;
	color: #197dce;
}

a.active, a.lang-active {
	color: #197dce;
}

.pointer {
	cursor: pointer;
}

/* =Layout
-----------------------------------------------------------------------------*/

.logo {
	margin-top: 20px;
}

body {
	color: #132447;
	font: 1.1em "fira-sans-2", Helvetica, Tahoma, sans-serif;
	display: block;
	margin-top: 180px;
}

section {
	background-color: #f8f8f8;
	padding-top: 30px;
	padding-bottom: 20px;
	z-index: -2 !important;
}

.content {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.content {
	max-width: 1280px;
	margin-right: auto;
	margin-left: auto;
}


/* =Header
-----------------------------------------------------------------------------*/

header {
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	right: 0;
	left: 0;
	background-color: #fff;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
	z-index: 100;
}

.headernav > p.right {
	font-size: 1.3em;
	clear: both;
}

/* =Nav
-----------------------------------------------------------------------------*/

.language {
	
}

.language ul {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
	margin-top: 8px;
	margin-bottom: 8px;
	clear: both;
}

.language ul li {
	display: block;
	float: left;
	margin-left: 20px;
}

.language ul li a {
	
}

.language ul li a:hover {
	
}

#nav {
	
}

#nav ul {
	margin: 10px 0 0;
	padding: 0;
}

#nav ul li {
	display: block;
	float: left;
	margin-left: 30px;
}

#nav ul li a {
	font-size: 1.7em;
	color: #197dce132447;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

#nav ul li a:hover, #nav ul li a.active {
	color: #197dce;
}


/* =Gutschein
-----------------------------------------------------------------------------*/

.gutschein {
	display: block;
	width: 320px;
	height: 320px;
	margin-top: -250px;
	margin-bottom: -30px;
	margin-left: 25px;
	z-index: 10;
}

.gutschein-info {
	display: block;
	width: 320px;
	height: 320px;
	margin-top: -80px;
	margin-bottom: 0px;
	margin-left: 25px;
	z-index: 10;
	cursor: pointer;
}

.agb {
	display: block;
	clear: both;
	float: right;
	width: 70%;
	padding-top: 10px;
}

.agb a {
	color: #197dce;
}

/* =Misc
-----------------------------------------------------------------------------*/

iframe {
	width: 100%;
	max-width: 1216px;
	height: 650px;
}

.maps {
	max-width: 1280px !important;
	height: 500px !important;
}

.youtube {
	width: 95%;
	height: 700px;
	margin-top: 40px;
}

.line {
	border: 1px solid #eee;
}

.nav_toggle {
	display: none;
}

.none {
	display: none;
}

.form-input {
	float: right;
	width: 70%;
}

abstand > p > label > input {
	border-width: 5px;
}

.btn-airtaxi {
	margin-top: 20px !important;
	width: 70%;
	float: right;
	display: block;
	font: 1.1em "fira-sans-2", Helvetica, Tahoma, sans-serif;
}

.legende {
	margin-top: 20px;
}

.legende img {
	width: 25px;
}

.abbinder {
	display: block;
	float: none;
	clear: both;
	margin-top: 15px;
	border: 1px hidden #fff;
}

.infolinie {
	border: 0 none #eee;
	height: 10px;
	background-color: #fff;
}

.mobile-short {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.mobile-short a {
	color: #132447 !important;
}

.mobile-short a:hover {
	color: #132447 !important;
}


/* =CD Top
-----------------------------------------------------------------------------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #132447 url(img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #197dce;
  opacity: 1;
}

.cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1280px) {

.content {

} 

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) {

.content {
	padding-right: 2%;
	padding-left: 2%;
}

.form-input {
	float: none;
	width: 100%;
}

.gutschein-info {
	margin-top: -20px;
	margin-bottom: 0px;
	width: 200px;
	height: 200px;
}

.cd-top {
    right: 20px;
    bottom: 20px;
  }

#nav ul li a {
	font-size: 1.5em;
} 

}
@media only screen and (max-width: 768px) {

body {
	margin-top: 0;
}

header {
	margin-top: 0px;
	margin-bottom: 0px !important;
	display: block;
	position: relative;
	background-color: #fff;
}

.logo {
	margin-top: 0px;
	width: 140px;
	display: block;
	float: left;
}

.language {
	display: block;
	float: right;
}

.mobile-short {
	display: block;
	float: left;
	width: 140px;
	padding-top: 10px;
	margin-bottom: -50px;
}

h1 {
	font-size: 2em;
}

.content {
	padding-right: 2%;
	padding-left: 2%;
}

.fa-phone::before {
	float: none;
}

.language ul {
	margin-top: 0px;
	margin-bottom: 16px;
	float: none;
}

.headernav > p.right {
	float: none;
	clear: both;
}

.nav_toggle {
	display: block;
	float: right;
	margin-top: -10px;
}

a.nav_toggle {
	text-decoration: none;
	float: right;
	padding: 4px 10px;
}

#nav {
	display: none;
	clear: both;
}

#nav ul li {
	margin-left: 0px;
	float: none;
	width: 100%;
	display: block;
}

#nav ul li a {
	font-size: 1.3em;
	float: none;
	padding-left: 10px;
}

.form-input {
	float: none;
	width: 100%;
}

iframe.maps {
	width: 100%;
	height: 200px;
}

.gutschein {
	margin-top: -35px;
	margin-bottom: 0px;
	width: 150px;
	height: 150px;
}

.gutschein-info {
	margin-top: -20px;
	margin-bottom: 0px;
	width: 150px;
	height: 150px;
}

.btn-airtaxi {
	width: 100%;
}

}
}
