/* ============================================================
  RESET 
============================================================ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
    line-height: 1;
    color: #fff;
    text-align: center;
}
ul {
  list-style: none;
}

h1 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 5vw;
}

input,
label,
select,
button,
textarea
{
  color: #3a3a39;
	margin:0;
	border:0;
	padding:0;
	vertical-align:middle;
	background:none;
	line-height:1;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 15px;
    font-weight: 200;
    border-radius: 0.5rem;
    text-align: left;
}
input[type=submit],
input[type=reset] {
  -webkit-appearance: none;
}

/* ============================================================
  BOX SIZING & CLEARFIX
============================================================ */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ============================================================
  ALLGEMEIN
============================================================ */
body {
  background-color: #3a3a39;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 300;
}

a {
  text-decoration: none;
  color: #fff;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

main {
  display: block;
  background-color: #fff;
}

.container {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 2%;
}

p {
    width: 80%;
}

/* ============================================================
  LANGUAGE BAR
============================================================ */
.languages_bar {
    background-color: black;
    color: #fff;
    text-align: right;
    padding: 0.3rem;
}

.languages_bar a:hover {
	
	color:#b6193d;
}


.languages_bar ul li{
    display: inline;
    padding-right: 0.7rem;
    font-size: 0.8rem;
}

/* ============================================================
  NAVIGATION BAR
============================================================ */

#logo {
    width: 19rem;
    position: absolute;
    left: 0;
    top:2.5%;
}
 nav#hauptnavi {
    height: 50%;
}

nav#hauptnavi ul {
    margin: 0 auto;
    min-width: 500px;
    display: table;
    padding: 2rem 2rem;
}

nav#hauptnavi li {
    text-align: center;
    display: table-cell;
	width:5.5rem;
}

.contact-area {
    position: absolute;
    color: #fff;
    right: 0;
    top: 3.5rem;
    line-height: 1.5rem;
    background: url(../images/kontakt.svg) no-repeat 1.8rem -0.3rem #b6193d; 
    background-size: 50px 50px;
    border-radius: 0.5rem 0 0 0.5rem;
    -webkit-border-radius: 0.5rem 0 0 0.5rem;
    -moz-border-radius: 0.5rem 0 0 0.5rem;
    font-weight: 200;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
    padding-top: 16px;
    width: 280px;
}
.contact-area a {
    display: block;
    padding: 0.5rem 1rem;
}

.contact-area:hover, .xcontact-area a:hover {
    color: #b6193d;
    background: url(../images/kontakt_on.svg) no-repeat 1.8rem -0.3rem #b6193d;
    background-color: #fff;
    background-size: 50px 50px;
    -webkit-border-radius: 0.5rem 0 0 0.5rem;
    -moz-border-radius: 0.5rem 0 0 0.5rem;
    border-radius: 0.5rem 0 0 0.5rem;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.contact-area a:hover {
  color: #b6193d;
}
.contact-area span.kontakt{
    text-transform: uppercase;
}

#hauptnavi ul li a:hover {
    color: #b6193d; 
    display: block;
}

#hauptnavi ul li a {
    display: block;
    padding-top: 3.5rem;
    text-transform: uppercase;
    font-weight: 200;
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    transition: color 1s ease;
}

#hauptnavi ul li:nth-of-type(2) {
    background: url(../images/airport-01.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(2):hover {
    background: url(../images/airport_on.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(3) {
    background: url(../images/fairs-02.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(3):hover {
    background: url(../images/fairs_on.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(4) {
    background: url(../images/medical-03.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(4):hover {
    background: url(../images/medical_on.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(5) {
    background: url(../images/kamera.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(5):hover {
    background: url(../images/kamera_on.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(1) {
    background: url(../images/flotte.svg) no-repeat top center;
    background-size: 3rem 3rem;
}

#hauptnavi ul li:nth-of-type(1):hover {
    background: url(../images/flotte_on.svg) no-repeat top center;
    background-size: 3rem 3rem;
}


/* ============================================================
  HEADER
============================================================ */


.header-text {
    background-color: rgba(58, 58, 57, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    text-align: left;
    padding: 1.2rem
}

.header-text h1{
    box-sizing:padding-box;
}

.header-text h1, .header-text p{
    width: 75%;
    margin: 0 auto;
}

.header-text p:last-child {
    /*padding-left: 23.4%;*/
}

.name{
    color: #b6193d;
    font-weight: 400;
}
section.module p.lead {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 5vw;
}
.header-text .section-module-p {
  font-size: 1.4rem;
  font-weight: 300;
  width: 75%;
  margin: 0 auto;
}
.inline {
  display: inline;
  font-size: inherit;
}
.inline span {
  color: #fff;
  text-transform: none;
}
/* ============================================================
  FORMULAR BEREICH
============================================================ */
aside {
    background-color: #fff;
    clear: both;
}

.columnen {
    width: 70%;
    margin: 0 auto;
    padding: 2% 0;
}

.columnen .left p, .columnen  .right p {
    color: #3a3a39;
    text-align: left;
    font-size: 0.9rem;
    font-size: 15px;
    line-height: 1.3rem;
    width: 100%;
}

.kontakt h2 {
    color: #3a3a39;
    text-align: left;
}

.columnen .left {
    float: left;
    width: 48%;
    padding: 0;
}

.columnen .right {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.columnen:after {
  content: "";
  display: table;
  clear: both;
}

.nach_oben {
    width: 2.5rem;
    text-align: right;
    float: right;
    background: url("../images/pfeil_bg-grau.svg") no-repeat top center;
}

/* ============================================================
  FORMULAR
============================================================ */
form p {
    text-align: left;
    margin-top: 9rem;
    color: #3a3a39;
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

input {
    background-color: #d3d3d1;
    padding: 0.5rem;
    margin-bottom: 0.45rem;
}

.angaben  {
    margin-bottom: 1rem;
}


.angaben input {
    width: 100%;
}

.anrede p{
    text-align: left;
    width: 100%;
}

form .left, form .right {
    margin: 1.5rem 0;
}

.right input {
    width: 45%;
    text-align: center;
    color: #fff;
    background-color: #b6193d;
    margin: 1.5rem 0;
}

textarea {
    width: 100%;
    height: 80%;
    background-color: #d3d3d1;
    padding: 0.4rem;
}

.left.errors-container p,
.left.success-container p,
.left.errors-container li,
.left.success-container li {
  font-size: 15px !important;
}
.errors-container,
.success-container {
  width: 100% !important;
  font-size: 15px !important;
}
.errors-container {
    padding: 0 0 20px 0 !important;
}
.errors-container p {
    color: #b6193d !important;
}
.errors-container button {
    float: right;
    color: #B6193D;
}
#contactform {
  position: relative;
  width: 100%;
  float: left;
}
#contactform-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../images/loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.62);
}
.success-container {
    background-color: #d3d3d1;
    padding: 1em !important;
    border-radius: 1em;
}

/* ============================================================
  SECTIONS
============================================================ */
section.module:last-child {
  margin-bottom: 0;
}

section.module p {
    font-size: 1.4rem;
    font-weight: 300;
}
section.module p:last-child {
  margin-bottom: 0;
}
section.module.content {
/*  padding: 40px 0;*/
}
section.module.parallax {
  height: 800px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: auto 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  clear: both;
}
section.module.parallax-1 {
  background-image: url("../images/marhaba_header.jpg");
}
section.module.parallax-2 {
  background-image: url("../images/marhaba_airport.jpg");
}
section.module.parallax-3 {
  background-image: url("../images/marhaba_fair.jpg");
}
section.module.parallax-4 {
  background-image: url("../images/marhaba_behandlung.jpg");
}
section.module.parallax-5 {
  background-image: url("../images/marhaba_touren_2.jpg");
}


/* ============================================================
  SECTIONS ELEMENTS
============================================================ */

.module.content {
    background-color: #3a3a39;
    float: left;
    width: 100%;
}
.module.content.bgwhite {
    background-color: #fff;
}
.module.content p {
    font-weight: 100;
    margin: 0 auto;
}

.chauffeur {
    width: 7%;
    margin: 0 auto;
    padding-bottom: 1rem;
}

h2 {
    padding-top: 4.5rem;
    margin-top: -3.8rem;
    margin-bottom: 2.2rem;
}

h2.icon_airport {
    background: url(../images/airport-01.svg) no-repeat top center;
    background-size: 4.4rem 4.4rem;
}

h2.messe {
    background: url(../images/fairs-02.svg) no-repeat top center;
    background-size: 4.4rem 4.4rem;
}

h2.behandlung {
    background: url(../images/medical-03.svg) no-repeat top center;
    background-size: 4.4rem 4.4rem;
}

h2.touren {
    background: url(../images/kamera.svg) no-repeat top center;
    background-size: 4.4rem 4.4rem;
}

main section:nth-of-type(10) {
    padding-bottom: 3rem;
}

h2.flotte {
    background: url(../images/flotte.svg) no-repeat top center;
    background-size: 4.5rem 4.5rem;
}


/* ============================================================
  FLOTTE
============================================================ */
.columnen_flotte {
    background-color: #fff;
}

.columnen_flotte {
    width: 100%;
    margin: 0 auto;
    padding: 2% 0;
}
.columnen_flotte h3 {
    color: #3a3a39;
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 100;
    padding-top: 3%;
}
.columnen_flotte img {
   width: 80%;
}
.columnen_flotte .legende {
   width: 70%;
   margin: 0 auto;
}
.columnen_flotte h2 {
    color: #3a3a39;
}
.columnen_flotte .left {
    float: left;
    width: 48%;
    padding: 0;
}
.columnen_flotte .right {
    float: left;
    width: 48%;
    margin-left: 4%;
}
.columnen_flotte:after {
  content: "";
  display: table;
  clear: both;
}


/* ============================================================
  FOOTER
============================================================ */
address figure {
    width: 25rem;
    margin: 0 auto;
}
.columnen_flotte address p {
  color: #3a3a39;
  font-style: normal;
  font-size: 1rem;
  font-weight: 300;
}
address a {
  color: #3a3a39;
}
footer {
  padding: 1.1rem 0;
  font-weight: 200;
  float: left;
  width: 100%;
}
footer nav a {
  display: block;
  color: #fff;
}
footer nav a:hover, address a:hover {
  color: #b6193d;
}
footer nav ul {
  display: table;
  margin: 0 auto;
}
footer nav ul li{
  display: table-cell;
  text-align: center;
}
.top {
  position: relative;
  text-align: right;
  width: 100%;
  float: left;
  /*padding-bottom: 3rem;*/
  margin-bottom: 1rem;
}
.top img{
  width: auto;
}
.pfeil {
  position: relative;
  right: 0;
  width: 5rem;
  height: 2rem;
  padding-right: 2rem;
  float: right;
}

/* ============================================================
  MEDIA QUERIES
============================================================ */

@media all and (max-width: 1024px) {
  section.module.parallax {
    background-attachment: scroll;
  }
}
@media all and (max-width: 940px) {
  .main {
    width: auto;
    min-width: 1px;
  }
  #hauptnavi ul li {
  }
  nav#hauptnavi ul {
  }
  #hauptnavi {
    width: 100%;
    margin-top: 22rem;
    padding-top: 0;
  }
  #logo {
    width: 19rem;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top:10%;
    top:50px;
  }
  section.module.parallax {
    height: 400px;
  }
  .contact-area {
    color: #fff;
    right: 0;
    left: 0;
    top: 18rem;
    top: 15rem;
    line-height: 1.5rem;
    background: url(../images/kontakt.svg) no-repeat 2.2rem -0.6rem #b6193d; 
    background-size: 5rem 5rem;
    border-radius: 0.5rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    width: 100%;
  }
  .contact-area:hover, .xcontact-area a:hover {
    color: #b6193d;
    right: 0;
    line-height: 1.5rem;
    background: url(../images/kontakt_on.svg) no-repeat 2.2rem -0.6rem #fff;
    background-size: 5rem 5rem;
    -webkit-border-radius: 0.5rem 0 0 0.5rem;
    -moz-border-radius: 0.5rem 0 0 0.5rem;
    border-radius: 0.5rem 0 0 0.5rem;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    transition: background-color 1s ease;
  }
  .header-text {
    position: relative;
    top: 50%;
  }
  .columnen .left {
    float: none;
    width: auto;
    padding: 0;
  }
  .columnen .right {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .left p {
    font-size: 1.8vw !important;
    line-height:2.8vw !important;
    font-weight: 300;
  }
  .right p {
    font-size: 1.8vw !important;
    line-height:2.8vw !important;
    font-weight: 300;
  }
}

@media all and (max-width: 800px) {
  h1 {
    font-size: 5vw; 
  }
  section.module p {
    font-size: 1rem !important;
  }
}

@media all and (max-width: 520px) {
  .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  .columnen .left p, .columnen .right p {
    color: #3a3a39;
    font-size: 4.5vw !important;
    line-height: 1.5 !important;
    text-align: left;
    width: 100%;
  }
  .header-text p:last-child {
      padding-left: 0%;
  }
  .header-text {
    position: relative;
    top: 20%;
  }
  nav#hauptnavi ul {
    display: block;
    font-size: 0.8rem;
    margin: 0 auto;
    width: 100%;
    min-width: 1px;
    font-size:0.8rem;
    padding-left:0rem;
    padding-right:0rem;
    padding-bottom: 0rem;
  }
  nav#hauptnavi li {
    display: block;
    text-align: center;
    width:100%;
    background-color:#b6193d !important;
    border-bottom:1px solid #000;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    border-radius: 0.5rem;
  }
  nav#hauptnavi li:hover {
    background-color:#fff !important;
  }
  #hauptnavi ul li a {
    display: block;
    font-weight: 200;
    margin-bottom: 0.6rem;
    padding-top: 3.3rem;
    text-transform: uppercase;
    transition: color 1s ease 0s;
  }
  .columnen_flotte .left {
    width: 100%;
  }
  .columnen_flotte .right {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8em;
  }
  address figure {
    width: 18rem;
    margin: 0 auto;
  }
  footer nav ul li {
    line-height: 1.5rem;
    text-align: center;
    width: 100%;
    display: block; 
  }
  .module.content {
    min-height: 320px;
  }
  section.module.parallax {
    background-attachment: scroll !important;
  }
}
@media (max-width: 400px){
  .contact-area, .contact-area:hover {
    background-size: 4rem 4rem;
  }
}
