h1 {
    font-size: 6vw;
}
.increase {
    font-size: 22px;
}
.left.ar p {
    text-align: right;
}
.left p {
    /*font-size: 2vw !important;*/
}
span.kontakt {
    font-size: 1.5rem;
}
section.module.parallax-2 {
  background-image: url("../images/marhaba_airport_ara.jpg");
}

.header-text h1, .header-text p, .header-text div {
    margin: 0 auto;
    text-align: right;
    width: 75%;
}

#hauptnavi ul li {
	font-size: 1.3em;
}

@media all and (max-width: 940px) {
    .contact-area {
    	background: #b6193d url("../images/kontakt.svg") no-repeat scroll 2.2rem -0.6rem / 5rem auto;

    }
    .contact-area:hover, .xcontact-area a:hover {
        background: url(../images/kontakt_on.svg) no-repeat scroll 2.2rem -0.6rem / 5rem auto #fff;

    }
    section.module .left p {
        /*font-size: 2.4vw !important;*/
        font-size: 15px !important;
    }
}


