/* Prinexa Stylesheet */

header {
    height: 90px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    background: rgba(64, 72, 85, 0.5);
    z-index: 1000;
}

header:hover,
header:focus {
    background: rgba(64, 72, 85, 0.8);
    transition: all 0.2s ease-in-out;
}

header.fixed {
    height: 70px;
    background: rgba(64, 72, 85, 1);
    transition: all 0.4s ease-in-out;
}

header.fixed:hover,
header.fixed:focus {
    background: rgba(64, 72, 85, 1);
    transition: all 0.2s ease-in-out;
}


/*header.fixed:hover {
    background: rgba(64,72,85,1);
}*/

header.fixed.ready.nav-up {
    top: -80px;
}

header.fixed.ready.nav-up.scrolled {
    top: 0px;
}

header nav#main-navigation {
    height: 95px;
    background-color: transparent!important;
}

header.fixed nav#main-navigation {
    height: 75px;
    background-color: transparent!important;
}

header nav#main-navigation a#logo-container {
    /*background-image: url(../images/prinexa_logo_dark_light.png);*/
    height: 65px;
    float: left;
    margin: 15px 0 10px 0;
    background-size: 100% 200%;
    width: 234px;
    background-position: 100% 0%;
    transition: all 0.3s ease-in-out;
}

header.fixed nav#main-navigation a#logo-container {
    height: 50px;
    width: 180px;
    margin: 10px 0 10px 0;
}

nav#main-navigation li > span {
    -webkit-transition: background ease-in 0.5s;
    -moz-transition: background ease-in 0.5s;
    -o-transition: background ease-in 0.5s;
    transition: background ease-in 0.5s;
    float: left;
    position: relative;
    -moz-transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    border-radius: 0 !important;
}

nav#main-navigation li span:hover,
nav#main-navigation li span:focus,
nav#main-navigation li span.active {
    background: rgba(255, 255, 255, 0.2);
}

nav#main-navigation li > span > a {
    display: block;
    -moz-transform: skewX(15deg);
    -webkit-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    transform: skewX(15deg);
}

nav#main-navigation ul a {
    transition: background-color .3s;
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 20px 20px 20px 20px;
    cursor: pointer;
    height: 95px;
    text-transform: uppercase;
}

nav#main-navigation ul a:hover,
nav#main-navigation ul a:focus {
    text-decoration: none;
}

header.fixed nav#main-navigation ul a {
    padding: 4px 20px;
    height: 75px;
}

nav#main-navigation ul a:hover,
nav#main-navigation ul a:focus {
    background-color: transparent;
}

header nav#main-navigation li span a:after {
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .2s ease;
    transform: skewX(-15deg);
    left: -40px;
    position: relative;
    top: 6px;
}

header.fixed nav#main-navigation li span a:after {
    content: '';
    display: block;
    margin: auto;
    height: 5px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .2s ease;
    transform: skewX(-15deg);
    left: -40px;
    position: relative;
    top: 1px;
}

header nav#main-navigation li span:hover a:after,
header nav#main-navigation li span:focus a:after,
header nav#main-navigation li span.active a:after,
header.fixed nav#main-navigation li span:hover a:after,
header.fixed nav#main-navigation li span:focus a:after,
header.fixed nav#main-navigation li span.active a:after {
    width: calc(100% + 60px);
    background: #26a69a;
}

span.prinimate {
    width: 100%;
    height: 100%;
    float: left;
}

section {
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 0!important;
}

section#home {
    padding: 0 0 0 0!important;
}

section.light article {
    background-color: #fff;
    position: relative;
    padding: 0 0 4vw 0;
}

section.dark article {
    background-color: rgba(64, 72, 85, 1);
    position: relative;
    padding: 0 0 4vw 0;
}


/*.headline label {
    text-align: center;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    top: 0;
    left: 0;
    padding: 2vw 0 8vw 0;
    background-color: transparent;
}*/

.fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/success_xl.jpg);
    background-size: cover;
    z-index: -1;
}


/*section .headline {
    background-color: transparent;
    position: relative;
    margin: 0;
    float: left;
    width: 100%;
}*/

label.light {
    /*background: rgba(64,72,85,1);*/
    background-color: transparent;
}

label.dark {
    /*background: transparent;*/
}

label.light span.behind {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 9vw;
    line-height: 18vw;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #26a69a;
    opacity: 1;
    z-index: 1;
    position: relative;
}

label.light span.front {
    visibility: hidden;
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    font-weight: 800;
    font-size: 3vw;
    line-height: 3vw;
    text-shadow: 2px 2px 1px rgba(64, 72, 85, 1);
    color: #ddd;
    z-index: 1;
}

label.dark span.behind {
    float: left;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 12vw;
    line-height: 12vw;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: rgba(64, 72, 85, 1);
    opacity: 0.4;
    z-index: 1;
    position: relative;
}

label.dark span.front {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    font-weight: 800;
    font-size: 3vw;
    line-height: 3vw;
    text-shadow: 2px 2px 1px rgba(64, 72, 85, 1);
    color: #26a69a;
    z-index: 1;
}

.b-special:before {
    float: left;
    content: "";
    left: -50vw;
    position: relative;
    width: 120vw;
    top: 0px;
    z-index: 0;
}

article.b-special:before {
    margin-top: -10vw;
}

.b-light:before {
    border-bottom: 10vw solid #fff;
}

.b-dark:before {
    border-bottom: 10vw solid rgba(64, 72, 85, 1);
}

.b-right:before {
    border-left: 200vw solid transparent;
    transform: rotate(0deg);
}

.b-left:before {
    border-right: 200vw solid transparent;
    transform: rotate(0deg);
}


/*.headline.b-left:before {
    transform: rotate(-180deg);
}

.headline.b-right:before {
    transform: rotate(-180deg);
}*/


/*section.dark .headline:after {
    float: left;
    border-top: 10vw solid rgba(64,72,85,1);
    border-right: 200vw solid transparent;
    content: "";
    right: -10vw;
    position: absolute;
    width: 120vw;
    transform: rotate(-180deg);
    bottom: 0;
    z-index: 0;
}*/


/*section.light .headline:before {
    float: left;
    border-bottom: 10vw solid rgba(64,72,85,1);
    border-right: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: absolute;
    width: 120vw;
    transform: rotate(-180deg);
    top: 0;
    z-index: 0;
}

section.light .headline:after {
    float: left;
    border-top: 10vw solid #fff;
    border-right: 200vw solid transparent;
    content: "";
    right: -10vw;
    position: absolute;
    width: 120vw;
    transform: rotate(-180deg);
    bottom: 0;
    z-index: 0;
}

label.dark:before {
    float: left;
    border-bottom: 10vw solid rgba(64,72,85,1);
    border-left: 218vw solid transparent;
    content: "";
    left: 0;
    position: absolute;
    width: 100vw;
    transform: rotate(-180deg);
    top: 11vw;
    z-index: 0;
}
label.dark:after {
    float: left;
    border-bottom: 10vw solid rgba(64,72,85,1);
    border-left: 218vw solid transparent;
    content: "";
    left: 0;
    position: absolute;
    width: 100vw;
    transform: rotate(-180deg);
    top: 11vw;
    z-index: 0;
}*/

h2 {
    font-size: 40px;
    line-height: 110%;
    margin: 20px 0;
    float: right;
    text-align: right;
    position: relative;
    z-index: 2;
    font-weight: 300;
    padding: 5px;
}

h3.special {
    font-size: 40px;
    line-height: 110%;
    margin: 20px 0;
    float: right;
    text-align: right;
    position: relative;
    z-index: 2;
    font-weight: 300;
    padding: 5px;
}


/*h2:before {
    content: "";
    width: 110%;
    position: absolute;
    height: 75%;
    top: 10%;
    left: -10%;
    transform: rotate(5deg);
    z-index: -1;
}*/

.b-light h2,
.b-light h3 {
    color: #333;
}

.b-light h2:before {
    background: rgba(64, 72, 85, 0.2);
}

.b-dark h2,
.b-dark h3 {
    color: #26a69a;
}

.b-dark h2:before {
    background: rgba(255, 255, 255, 0.1);
}

article .row {
    margin: 0 auto;
    padding: 0 15px;
    width: 1130px;
    max-width: calc(100% - 30px);
}

.b-light p {
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    float: left;
    font-size: 18px;
    color: #444
}

.b-dark p {
    font-family: 'Lato', sans-serif;
    line-height: 30px;
    float: left;
    font-size: 18px;
    color: #fff;
}

section.dark p {
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    float: left;
    font-size: 14px;
    color: #fff;
}

span.quote {
    color: #26a69a;
    font-weight: 800;
    font-size: 18px;
    float: left;
    width: 70%;
    margin: 0 0 30px 0;
}

span.first-letter {
    font-size: 40px;
}


/*ARTICLE SECTION*/

article {
    float: left;
    width: 100%;
    position: relative;
    padding: 0vw 0 10vw 0;
}

article.last {
    padding: 0vw 0 4vw 0;
}

article.b-dark {
    background-color: rgba(64, 72, 85, 1)!important;
}

article.b-light {
    background-color: #fff!important;
}

article.special.light.right:before {
    float: left;
    border-bottom: 10vw solid #fff;
    border-right: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: absolute;
    width: 120vw;
    transform: rotate(-180deg);
    top: 0;
    z-index: 0;
}

article.special.light.right:after {
    float: left;
    border-top: 10vw solid rgba(64, 72, 85, 1);
    border-left: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: relative;
    width: 120vw;
    transform: rotate(0deg);
    bottom: -4vw;
    z-index: 1;
    margin: 0 0 -6vw 0;
}

article.special.light.right:before {
    float: left;
    border-bottom: 10vw solid #fff;
    border-right: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: absolute;
    width: 120vw;
    transform: rotate(-180deg);
    top: 0;
    z-index: 0;
}

article.special.light.right:after {
    float: left;
    border-top: 10vw solid rgba(64, 72, 85, 1);
    border-left: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: relative;
    width: 120vw;
    transform: rotate(0deg);
    bottom: -4vw;
    z-index: 1;
    margin: 0 0 -6vw 0;
}

article.special.light.left:before {
    float: left;
    border-bottom: 10vw solid rgba(64, 72, 85, 1);
    border-right: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: relative;
    width: 120vw;
    transform: rotate(-180deg);
    top: 0;
    z-index: 0;
    margin: 0 0 -3vw 0;
}

article.special.light.left:after {
    float: left;
    border-top: 10vw solid #fff;
    border-right: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: relative;
    width: 120vw;
    transform: rotate(0deg);
    bottom: -4vw;
    z-index: 1;
    padding: 0 0 4vw 0;
}

article.special.dark.right:before {
    float: left;
    border-bottom: 10vw solid rgba(64, 72, 85, 1);
    border-left: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: relative;
    width: 120vw;
    transform: rotate(0deg);
    top: -10vw;
    z-index: 0;
    margin: 0 0 -3vw 0;
}

article.special.dark.left:after {
    float: left;
    border-top: 10vw solid rgba(64, 72, 85, 1);
    border-right: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: relative;
    width: 120vw;
    transform: rotate(0deg);
    bottom: -4vw;
    z-index: 1;
    padding: 0 0 4vw 0;
}

.service-bg {
    width: 20%;
    float: left;
    text-align: center;
    transform: rotate(3deg);
    position: relative;
    top: -2vw;
    padding-top: 5vw!important;
    height: 100%;
}
#services-boxes-bg {
    position: relative;
}
.boxes-row {
    position: relative;
}
.boxes-outer {
    position: relative;
}
.boxes-row:nth-child(1) div.boxes-outer:before {
    position: absolute;
    height: 100%;
    content: "";
    background: #e0f2f1;
    width: calc((100vw - 1200px)/2);
    left: -100vw;
    transition: left 0.3s 0.4s ease-in-out;
    top: 0;
}
.boxes-row:nth-child(1) div.boxes-outer:after {
    position: absolute;
    height: 100%;
    content: "";
    background: #4db6ac;
    width: calc((100vw - 1200px)/2);
    right: -100vw;
    transition: right 0.3s 0.5s ease-in-out;
    top: 0;

}
.boxes-row:nth-child(2) div.boxes-outer:before {
    position: absolute;
    height: 100%;
    content: "";
    background: #4db6ac;
    width: calc((100vw - 1200px)/2);
    left: -100vw;
    transition: left 0.3s 0.4s ease-in-out;
    top: 0;

}
.boxes-row:nth-child(2) div.boxes-outer:after {
    position: absolute;
    height: 100%;
    content: "";
    background: #e0f2f1;
    width: calc((100vw - 1200px)/2);
    right: -100vw;
    transition: right 0.3s 0.5s ease-in-out;
    top: 0;

}
.service {
    text-align: center;
    width: 25%;
    position: absolute;
    height: 100%;
    padding: 50px 20px;
}

.boxes-row:nth-child(1) .service:nth-child(1) {
    /*background-color: #b2dfdb;*/
    background-color: #e0f2f1;
    left: -100vw;
    transition: left 0.3s 0.4s ease-in-out;
}

.boxes-row:nth-child(1) .service:nth-child(2) {
    /*background-color: #80cbc4;*/
    background-color: #b2dfdb;
    left: -100vw;
    transition: left 0.3s 0.2s ease-in-out;
}

.boxes-row:nth-child(1) .service:nth-child(3) {
    /*background-color: #4db6ac;*/
    background-color: #80cbc4;
    right: -100vw;
    transition: right 0.3s 0.3s ease-in-out;
}

.boxes-row:nth-child(1) .service:nth-child(4) {
    /*background-color: #26a69a;*/
    background-color: #4db6ac;
    right: -100vw;
    transition: right 0.3s 0.5s ease-in-out;
}

.boxes-row:nth-child(2) .service:nth-child(4) {
    /*background-color: #b2dfdb;*/
    /*background-color: #b2ebf2;*/
    /*background-color: #e0f7fa;*/
    background-color: #e0f2f1;
    right: -100vw;
    transition: right 0.3s 0.4s ease-in-out;
}

.boxes-row:nth-child(2) .service:nth-child(3) {
    /*background-color: #80cbc4;*/
    /*background-color: #80deea;*/
    /*background-color: #b2ebf2;*/
    background-color: #b2dfdb;
    right: -100vw;
    transition: right 0.3s 0.2s ease-in-out;
}

.boxes-row:nth-child(2) .service:nth-child(2) {
    /*background-color: #4db6ac;*/
    /*background-color: #4dd0e1;*/
    /*background-color: #80deea;*/
    /*background-color: #80cbc4;*/
    background-color: #80cbc4;
    left: -100vw;
    transition: left 0.3s 0.3s ease-in-out;
}

.boxes-row:nth-child(2) .service:nth-child(1) {
    background-color: #4db6ac;
    left: -100vw;
    transition: left 0.3s 0.5s ease-in-out;
}
#leistungen.ready .boxes-row:nth-child(1) div.boxes-outer:before {
    left: 0;
}
#leistungen.ready .boxes-row:nth-child(1) .service:nth-child(1) {
    left: 0;
}
#leistungen.ready .boxes-row:nth-child(1) .service:nth-child(2) {
    left: 25%;
}

#leistungen.ready .boxes-row:nth-child(1) .service:nth-child(3) {
    right: 25%;
}

#leistungen.ready .boxes-row:nth-child(1) .service:nth-child(4) {
    right: 0;
}
#leistungen.ready .boxes-row:nth-child(1) div.boxes-outer:after {
    right: 0;
}

#leistungen.ready .boxes-row:nth-child(2) div.boxes-outer:before {
    left: 0;
}
#leistungen.ready .boxes-row:nth-child(2) .service:nth-child(1) {
    left: 0;
}
#leistungen.ready .boxes-row:nth-child(2) .service:nth-child(2) {
    left: 25%;
}

#leistungen.ready .boxes-row:nth-child(2) .service:nth-child(3) {
    right: 25%;
}

#leistungen.ready .boxes-row:nth-child(2) .service:nth-child(4) {
    right: 0;
}
#leistungen.ready .boxes-row:nth-child(2) div.boxes-outer:after {
    right: 0;
}



.service img {
    width: 60%;
    max-width: 140px;
}

.service h3 {
    text-transform: uppercase;
    color: #333;
    font-family: "Roboto";
    font-size: 18px;
    text-shadow: none;
}


/*article.section-services {
    height: 26vw;
}*/

div#services-boxes-bg {
    top: 0;
    position: relative;
    /* float: left; */
    width: 100%;
    /* transform: rotate(-3deg); */
    left: 0;
    height: 30vw;
    /* overflow: hidden; */
    z-index: 1;
    max-height: 345px;
}

.section-services:before {
    display: none;
}

div#services-boxes-bg .inner {
    height: 100%;
    /*transform: rotate(3deg);*/
    position: absolute;
    left: 0;
    width: 100vw;
    top: -4vw;
}

footer {
    z-index: 1;
    position: relative;
    float: left;
    width: 100%;
}


/*div#services-boxes:before {
    float: left;
    border-bottom: 10vw solid rgba(64,72,85,1);
    border-left: 200vw solid transparent;
    content: "";
    left: -10vw;
    position: relative;
    width: 120vw;
    transform: rotate(0deg);
    top: -10vw;
    z-index: 0;
    margin: 0 0 -3vw 0;
}*/


/* -------------------------------- 

xrotate-3 

-------------------------------- */

.cd-headline.rotate-3 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px;
}

.cd-headline.rotate-3 b {
    opacity: 0;
}

.cd-headline.rotate-3 i {
    display: inline-block;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.is-visible .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.cd-headline.rotate-3 i.in {
    -webkit-animation: cd-rotate-3-in 0.6s forwards;
    -moz-animation: cd-rotate-3-in 0.6s forwards;
    animation: cd-rotate-3-in 0.6s forwards;
}

.cd-headline.rotate-3 i.out {
    -webkit-animation: cd-rotate-3-out 0.6s forwards;
    -moz-animation: cd-rotate-3-out 0.6s forwards;
    animation: cd-rotate-3-out 0.6s forwards;
}

.no-csstransitions .cd-headline.rotate-3 i {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 0;
}

.no-csstransitions .cd-headline.rotate-3 .is-visible i {
    opacity: 1;
}

@-webkit-keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@-moz-keyframes cd-rotate-3-in {
    0% {
        -moz-transform: rotateY(180deg);
    }
    100% {
        -moz-transform: rotateY(0deg);
    }
}

@keyframes cd-rotate-3-in {
    0% {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
}

@-moz-keyframes cd-rotate-3-out {
    0% {
        -moz-transform: rotateY(0);
    }
    100% {
        -moz-transform: rotateY(-180deg);
    }
}

@keyframes cd-rotate-3-out {
    0% {
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        -ms-transform: rotateY(0);
        -o-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}


/*span.shadow {
    position: relative;
    z-index: 2;
}
span.shadow:after {
    content: attr(data-shadow-text);
    color: rgba(0, 0, 0, .35);
    text-shadow: none;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    z-index: 1;
    -webkit-mask-image: url(http://f.cl.ly/items/1t1C0W3y040g1J172r3h/mask.png);
    padding: 0 0 0 0;
    left: 0;
}*/

.com {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100%;
    overflow: hidden;
}


/*SVG DRAWING*/

.svgdraw {
    float: left;
    width: 100%;
}

.action {
    background: #000;
    position: relative;
    width: 400px;
    height: 115px;
}

.svgdraw img {
    max-width: 100%;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation-name: show;
    animation-delay: 6s;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    opacity: 1;
    -webkit-animation: show_img 1s linear;
    -o-animation: show_img 1s linear;
    animation: show_img 1s linear;
}

@keyframes show_img {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.svgdraw svg {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    height: 100%;
    opacity: 0;
    -webkit-animation: hide_svg 1s linear;
    -o-animation: hide_svg 1s linear;
    animation: hide_svg 1s linear;
}

@keyframes hide_svg {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.svgdraw figure {
    margin: 0;
}

body {
    background-color: #fff;
}

svg path {
    stroke-width: 2;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: draw;
    animation-timing-function: linear;
}

svg path#path01 {
    stroke: #fff;
    stroke-dasharray: 2810;
    stroke-dashoffset: 2810;
    animation-duration: 3s;
}

svg path#path02 {
    stroke: #fff;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation-duration: 2s;
    animation-delay: 4s;
}

svg path#path03 {
    stroke: #fff;
    stroke-dasharray: 680;
    stroke-dashoffset: 680;
    animation-duration: 3s;
    animation-delay: 2s;
}

svg path#path04 {
    stroke: #fff;
    stroke-dasharray: 2810;
    stroke-dashoffset: 2810;
    animation-duration: 3s;
}

svg path#path05 {
    stroke: #fff;
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation-duration: 2s;
    animation-delay: 4s;
}

svg path#path06 {
    stroke: #fff;
    stroke-dasharray: 680;
    stroke-dashoffset: 680;
    animation-duration: 3s;
    animation-delay: 2s;
}

svg path#path07 {
    stroke: #fff;
    stroke-dasharray: 680;
    stroke-dashoffset: 680;
    animation-duration: 3s;
    animation-delay: 2s;
}

svg path#path08 {
    stroke: #fff;
    stroke-dasharray: 680;
    stroke-dashoffset: 680;
    animation-duration: 3s;
    animation-delay: 2s;
}

@keyframes draw {
    to {
        stroke-dashoffset: 0;
    }
}

section#ueber-uns {
    margin: 0;
    padding: 0;
}


/* -- Google typography ------------------------------- */

.title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.1;
    color: #212121;
    text-transform: inherit;
    letter-spacing: inherit;
}

.caption {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.1;
    color: #bdbdbd;
    text-transform: inherit;
    letter-spacing: inherit;
}


/* -- Ripple-effect ----------------------------------- */

.ripple-effect {
    position: relative;
    overflow: hidden;
    -webkit-transform: translatez(0);
}

.ink {
    display: block;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    transform: scale(0);
}

.ink {
    background: #fff;
    opacity: 1;
}

.ink.animate {
    -webkit-animation: ripple-effect 0.5s linear;
    -o-animation: ripple-effect 0.5s linear;
    animation: ripple-effect 0.5s linear;
}

@keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-webkit-keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-moz-keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-ms-keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

@-o-keyframes ripple-effect {
    100% {
        opacity: 0;
        -webkit-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
        transform: scale(2.5);
    }
}

span.cd-words-wrapper b {
    position: absolute;
}

span.front > span {
    float: left;
    width: 100%;
}

span.cd-words-wrapper {
    position: relative!important;
    float: left!important;
    width: 100%!important;
    left: 0;
    text-align: center;
}

span.cd-words-wrapper b {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}


/* -- Dashboard --------------------------------------- */

.dashboard {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    padding: 5px;
    margin: 0;
}

.dashboard > * {
    display: block;
    float: left;
    margin: 5px;
}


/* -- Tiles ------------------------------------------- */

.tile {
    color: #212121;
    overflow: hidden;
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.tile:hover,
.tile:active,
.tile.active,
.tile:focus,
.tile:active:focus,
.tile.active:focus {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}


/* -- Tiles content ----------------------------------- */

.tile .content-wrapper {
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.tile .content-wrapper .tile-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.tile .content-wrapper .tile-content .tile-img {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

.tile .content-wrapper .tile-content .tile-img.tile-img-sm {
    position: absolute;
    margin: 0;
    padding: 0;
    display: block;
    opacity: 0.3;
}

.tile .content-wrapper .tile-content .tile-img.tile-img-bg {
    position: absolute;
    background-position: left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.tile .content-wrapper .tile-content .tile-holder {
    position: relative;
    display: block;
    padding: 0;
}

.tile .content-wrapper .tile-content .tile-holder.tile-holder-sm {
    position: absolute;
    margin: 0;
    padding: 0;
}


/* -- Tiles color ------------------------------------- */

.tile-red {
    background-color: #e84e40;
}

.tile-red .tile-content,
.tile-red .title {
    color: #eceff1;
}

.tile-red:hover,
.tile-red:active,
.tile-red.active {
    background-color: #dd191d;
}

.tile-red:focus {
    background-color: #d01716;
}

.tile-red:disabled,
.tile-red.disabled,
.tile-red[disabled] {
    background-color: #b3b3b3;
}

.tile-red .ink {
    background-color: #c41411;
}

.tile-red-reverse {
    background-color: #e84e40;
}

.tile-red-reverse:hover {
    background-color: #eceff1;
}

.tile-red-reverse:hover .tile-content,
.tile-red-reverse:hover .title {
    color: #e84e40;
}

.tile-red-inverse {
    background-color: #eceff1;
}

.tile-red-inverse .tile-content,
.tile-red-inverse .title {
    color: #e84e40;
}

.tile-red-inverse-reverse .tile-content,
.tile-red-inverse-reverse .title {
    color: #e84e40;
}

.tile-red-inverse-reverse:hover {
    background-color: #e84e40;
}

.tile-red-inverse-reverse:hover .tile-content,
.tile-red-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-red-inverse-reverse .ink {
    background-color: #c41411;
}

.tile-pink {
    background-color: #ec407a;
}

.tile-pink .tile-content,
.tile-pink .title {
    color: #eceff1;
}

.tile-pink:hover,
.tile-pink:active,
.tile-pink.active {
    background-color: #d81b60;
}

.tile-pink:focus {
    background-color: #c2185b;
}

.tile-pink:disabled,
.tile-pink.disabled,
.tile-pink[disabled] {
    background-color: #b3b3b3;
}

.tile-pink .ink {
    background-color: #ad1457;
}

.tile-pink-reverse {
    background-color: #ec407a;
}

.tile-pink-reverse:hover {
    background-color: #eceff1;
}

.tile-pink-reverse:hover .tile-content,
.tile-pink-reverse:hover .title {
    color: #ec407a;
}

.tile-pink-inverse {
    background-color: #eceff1;
}

.tile-pink-inverse .tile-content,
.tile-pink-inverse .title {
    color: #ec407a;
}

.tile-pink-inverse-reverse .tile-content,
.tile-pink-inverse-reverse .title {
    color: #ec407a;
}

.tile-pink-inverse-reverse:hover {
    background-color: #ec407a;
}

.tile-pink-inverse-reverse:hover .tile-content,
.tile-pink-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-pink-inverse-reverse .ink {
    background-color: #ad1457;
}

.tile-purple {
    background-color: #ab47bc;
}

.tile-purple .tile-content,
.tile-purple .title {
    color: #eceff1;
}

.tile-purple:hover,
.tile-purple:active,
.tile-purple.active {
    background-color: #8e24aa;
}

.tile-purple:focus {
    background-color: #7b1fa2;
}

.tile-purple:disabled,
.tile-purple.disabled,
.tile-purple[disabled] {
    background-color: #b3b3b3;
}

.tile-purple .ink {
    background-color: #6a1b9a;
}

.tile-purple-reverse {
    background-color: #ab47bc;
}

.tile-purple-reverse:hover {
    background-color: #eceff1;
}

.tile-purple-reverse:hover .tile-content,
.tile-purple-reverse:hover .title {
    color: #ab47bc;
}

.tile-purple-inverse {
    background-color: #eceff1;
}

.tile-purple-inverse .tile-content,
.tile-purple-inverse .title {
    color: #ab47bc;
}

.tile-purple-inverse-reverse .tile-content,
.tile-purple-inverse-reverse .title {
    color: #ab47bc;
}

.tile-purple-inverse-reverse:hover {
    background-color: #ab47bc;
}

.tile-purple-inverse-reverse:hover .tile-content,
.tile-purple-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-purple-inverse-reverse .ink {
    background-color: #6a1b9a;
}

.tile-deep-purple {
    background-color: #7e57c2;
}

.tile-deep-purple .tile-content,
.tile-deep-purple .title {
    color: #eceff1;
}

.tile-deep-purple:hover,
.tile-deep-purple:active,
.tile-deep-purple.active {
    background-color: #5e35b1;
}

.tile-deep-purple:focus {
    background-color: #512da8;
}

.tile-deep-purple:disabled,
.tile-deep-purple.disabled,
.tile-deep-purple[disabled] {
    background-color: #b3b3b3;
}

.tile-deep-purple .ink {
    background-color: #4527a0;
}

.tile-deep-purple-reverse {
    background-color: #7e57c2;
}

.tile-deep-purple-reverse:hover {
    background-color: #eceff1;
}

.tile-deep-purple-reverse:hover .tile-content,
.tile-deep-purple-reverse:hover .title {
    color: #7e57c2;
}

.tile-deep-purple-inverse {
    background-color: #eceff1;
}

.tile-deep-purple-inverse .tile-content,
.tile-deep-purple-inverse .title {
    color: #7e57c2;
}

.tile-deep-purple-inverse-reverse .tile-content,
.tile-deep-purple-inverse-reverse .title {
    color: #7e57c2;
}

.tile-deep-purple-inverse-reverse:hover {
    background-color: #7e57c2;
}

.tile-deep-purple-inverse-reverse:hover .tile-content,
.tile-deep-purple-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-deep-purple-inverse-reverse .ink {
    background-color: #4527a0;
}

.tile-indigo {
    background-color: #5c6bc0;
}

.tile-indigo .tile-content,
.tile-indigo .title {
    color: #eceff1;
}

.tile-indigo:hover,
.tile-indigo:active,
.tile-indigo.active {
    background-color: #3949ab;
}

.tile-indigo:focus {
    background-color: #303f9f;
}

.tile-indigo:disabled,
.tile-indigo.disabled,
.tile-indigo[disabled] {
    background-color: #b3b3b3;
}

.tile-indigo .ink {
    background-color: #283593;
}

.tile-indigo-reverse {
    background-color: #5c6bc0;
}

.tile-indigo-reverse:hover {
    background-color: #eceff1;
}

.tile-indigo-reverse:hover .tile-content,
.tile-indigo-reverse:hover .title {
    color: #5c6bc0;
}

.tile-indigo-inverse {
    background-color: #eceff1;
}

.tile-indigo-inverse .tile-content,
.tile-indigo-inverse .title {
    color: #5c6bc0;
}

.tile-indigo-inverse-reverse .tile-content,
.tile-indigo-inverse-reverse .title {
    color: #5c6bc0;
}

.tile-indigo-inverse-reverse:hover {
    background-color: #5c6bc0;
}

.tile-indigo-inverse-reverse:hover .tile-content,
.tile-indigo-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-indigo-inverse-reverse .ink {
    background-color: #283593;
}

.tile-blue {
    background-color: #738ffe;
}

.tile-blue .tile-content,
.tile-blue .title {
    color: #eceff1;
}

.tile-blue:hover,
.tile-blue:active,
.tile-blue.active {
    background-color: #4e6cef;
}

.tile-blue:focus {
    background-color: #455ede;
}

.tile-blue:disabled,
.tile-blue.disabled,
.tile-blue[disabled] {
    background-color: #b3b3b3;
}

.tile-blue .ink {
    background-color: #3b50ce;
}

.tile-blue-reverse {
    background-color: #738ffe;
}

.tile-blue-reverse:hover {
    background-color: #eceff1;
}

.tile-blue-reverse:hover .tile-content,
.tile-blue-reverse:hover .title {
    color: #738ffe;
}

.tile-blue-inverse {
    background-color: #eceff1;
}

.tile-blue-inverse .tile-content,
.tile-blue-inverse .title {
    color: #738ffe;
}

.tile-blue-inverse-reverse .tile-content,
.tile-blue-inverse-reverse .title {
    color: #738ffe;
}

.tile-blue-inverse-reverse:hover {
    background-color: #738ffe;
}

.tile-blue-inverse-reverse:hover .tile-content,
.tile-blue-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-blue-inverse-reverse .ink {
    background-color: #3b50ce;
}

.tile-light-blue {
    background-color: #29b6f6;
}

.tile-light-blue .tile-content,
.tile-light-blue .title {
    color: #eceff1;
}

.tile-light-blue:hover,
.tile-light-blue:active,
.tile-light-blue.active {
    background-color: #039be5;
}

.tile-light-blue:focus {
    background-color: #0288d1;
}

.tile-light-blue:disabled,
.tile-light-blue.disabled,
.tile-light-blue[disabled] {
    background-color: #b3b3b3;
}

.tile-light-blue .ink {
    background-color: #0277bd;
}

.tile-light-blue-reverse {
    background-color: #29b6f6;
}

.tile-light-blue-reverse:hover {
    background-color: #eceff1;
}

.tile-light-blue-reverse:hover .tile-content,
.tile-light-blue-reverse:hover .title {
    color: #29b6f6;
}

.tile-light-blue-inverse {
    background-color: #eceff1;
}

.tile-light-blue-inverse .tile-content,
.tile-light-blue-inverse .title {
    color: #29b6f6;
}

.tile-light-blue-inverse-reverse .tile-content,
.tile-light-blue-inverse-reverse .title {
    color: #29b6f6;
}

.tile-light-blue-inverse-reverse:hover {
    background-color: #29b6f6;
}

.tile-light-blue-inverse-reverse:hover .tile-content,
.tile-light-blue-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-light-blue-inverse-reverse .ink {
    background-color: #0277bd;
}

.tile-cyan {
    background-color: #26c6da;
}

.tile-cyan .tile-content,
.tile-cyan .title {
    color: #eceff1;
}

.tile-cyan:hover,
.tile-cyan:active,
.tile-cyan.active {
    background-color: #00acc1;
}

.tile-cyan:focus {
    background-color: #0097a7;
}

.tile-cyan:disabled,
.tile-cyan.disabled,
.tile-cyan[disabled] {
    background-color: #b3b3b3;
}

.tile-cyan .ink {
    background-color: #00838f;
}

.tile-cyan-reverse {
    background-color: #26c6da;
}

.tile-cyan-reverse:hover {
    background-color: #eceff1;
}

.tile-cyan-reverse:hover .tile-content,
.tile-cyan-reverse:hover .title {
    color: #26c6da;
}

.tile-cyan-inverse {
    background-color: #eceff1;
}

.tile-cyan-inverse .tile-content,
.tile-cyan-inverse .title {
    color: #26c6da;
}

.tile-cyan-inverse-reverse .tile-content,
.tile-cyan-inverse-reverse .title {
    color: #26c6da;
}

.tile-cyan-inverse-reverse:hover {
    background-color: #26c6da;
}

.tile-cyan-inverse-reverse:hover .tile-content,
.tile-cyan-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-cyan-inverse-reverse .ink {
    background-color: #00838f;
}

.tile-teal {
    background-color: #26a69a;
}

.tile-teal .tile-content,
.tile-teal .title {
    color: #eceff1;
}

.tile-teal:hover,
.tile-teal:active,
.tile-teal.active {
    background-color: #00897b;
}

.tile-teal:focus {
    background-color: #00796b;
}

.tile-teal:disabled,
.tile-teal.disabled,
.tile-teal[disabled] {
    background-color: #b3b3b3;
}

.tile-teal .ink {
    background-color: #00695c;
}

.tile-teal-reverse {
    background-color: #26a69a;
}

.tile-teal-reverse:hover {
    background-color: #eceff1;
}

.tile-teal-reverse:hover .tile-content,
.tile-teal-reverse:hover .title {
    color: #26a69a;
}

.tile-teal-inverse {
    background-color: #eceff1;
}

.tile-teal-inverse .tile-content,
.tile-teal-inverse .title {
    color: #26a69a;
}

.tile-teal-inverse-reverse .tile-content,
.tile-teal-inverse-reverse .title {
    color: #26a69a;
}

.tile-teal-inverse-reverse:hover {
    background-color: #26a69a;
}

.tile-teal-inverse-reverse:hover .tile-content,
.tile-teal-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-teal-inverse-reverse .ink {
    background-color: #00695c;
}

.tile-green {
    background-color: #2baf2b;
}

.tile-green .tile-content,
.tile-green .title {
    color: #eceff1;
}

.tile-green:hover,
.tile-green:active,
.tile-green.active {
    background-color: #0a8f08;
}

.tile-green:focus {
    background-color: #0a7e07;
}

.tile-green:disabled,
.tile-green.disabled,
.tile-green[disabled] {
    background-color: #b3b3b3;
}

.tile-green .ink {
    background-color: #0a7e07;
}

.tile-green-reverse {
    background-color: #2baf2b;
}

.tile-green-reverse:hover {
    background-color: #eceff1;
}

.tile-green-reverse:hover .tile-content,
.tile-green-reverse:hover .title {
    color: #2baf2b;
}

.tile-green-inverse {
    background-color: #eceff1;
}

.tile-green-inverse .tile-content,
.tile-green-inverse .title {
    color: #2baf2b;
}

.tile-green-inverse-reverse .tile-content,
.tile-green-inverse-reverse .title {
    color: #2baf2b;
}

.tile-green-inverse-reverse:hover {
    background-color: #2baf2b;
}

.tile-green-inverse-reverse:hover .tile-content,
.tile-green-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-green-inverse-reverse .ink {
    background-color: #0a7e07;
}

.tile-light-green {
    background-color: #9ccc65;
}

.tile-light-green .tile-content,
.tile-light-green .title {
    color: #eceff1;
}

.tile-light-green:hover,
.tile-light-green:active,
.tile-light-green.active {
    background-color: #7cb342;
}

.tile-light-green:focus {
    background-color: #689f38;
}

.tile-light-green:disabled,
.tile-light-green.disabled,
.tile-light-green[disabled] {
    background-color: #b3b3b3;
}

.tile-light-green .ink {
    background-color: #558b2f;
}

.tile-light-green-reverse {
    background-color: #9ccc65;
}

.tile-light-green-reverse:hover {
    background-color: #eceff1;
}

.tile-light-green-reverse:hover .tile-content,
.tile-light-green-reverse:hover .title {
    color: #9ccc65;
}

.tile-light-green-inverse {
    background-color: #eceff1;
}

.tile-light-green-inverse .tile-content,
.tile-light-green-inverse .title {
    color: #9ccc65;
}

.tile-light-green-inverse-reverse .tile-content,
.tile-light-green-inverse-reverse .title {
    color: #9ccc65;
}

.tile-light-green-inverse-reverse:hover {
    background-color: #9ccc65;
}

.tile-light-green-inverse-reverse:hover .tile-content,
.tile-light-green-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-light-green-inverse-reverse .ink {
    background-color: #558b2f;
}

.tile-lime {
    background-color: #d4e157;
}

.tile-lime .tile-content,
.tile-lime .title {
    color: #eceff1;
}

.tile-lime:hover,
.tile-lime:active,
.tile-lime.active {
    background-color: #c0ca33;
}

.tile-lime:focus {
    background-color: #afb42b;
}

.tile-lime:disabled,
.tile-lime.disabled,
.tile-lime[disabled] {
    background-color: #b3b3b3;
}

.tile-lime .ink {
    background-color: #9e9d24;
}

.tile-lime-reverse {
    background-color: #d4e157;
}

.tile-lime-reverse:hover {
    background-color: #eceff1;
}

.tile-lime-reverse:hover .tile-content,
.tile-lime-reverse:hover .title {
    color: #d4e157;
}

.tile-lime-inverse {
    background-color: #eceff1;
}

.tile-lime-inverse .tile-content,
.tile-lime-inverse .title {
    color: #d4e157;
}

.tile-lime-inverse-reverse .tile-content,
.tile-lime-inverse-reverse .title {
    color: #d4e157;
}

.tile-lime-inverse-reverse:hover {
    background-color: #d4e157;
}

.tile-lime-inverse-reverse:hover .tile-content,
.tile-lime-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-lime-inverse-reverse .ink {
    background-color: #9e9d24;
}

.tile-yellow {
    background-color: #ffee58;
}

.tile-yellow .tile-content,
.tile-yellow .title {
    color: #eceff1;
}

.tile-yellow:hover,
.tile-yellow:active,
.tile-yellow.active {
    background-color: #fdd835;
}

.tile-yellow:focus {
    background-color: #fbc02d;
}

.tile-yellow:disabled,
.tile-yellow.disabled,
.tile-yellow[disabled] {
    background-color: #b3b3b3;
}

.tile-yellow .ink {
    background-color: #f9a825;
}

.tile-yellow-reverse {
    background-color: #ffee58;
}

.tile-yellow-reverse:hover {
    background-color: #eceff1;
}

.tile-yellow-reverse:hover .tile-content,
.tile-yellow-reverse:hover .title {
    color: #ffee58;
}

.tile-yellow-inverse {
    background-color: #eceff1;
}

.tile-yellow-inverse .tile-content,
.tile-yellow-inverse .title {
    color: #ffee58;
}

.tile-yellow-inverse-reverse .tile-content,
.tile-yellow-inverse-reverse .title {
    color: #ffee58;
}

.tile-yellow-inverse-reverse:hover {
    background-color: #ffee58;
}

.tile-yellow-inverse-reverse:hover .tile-content,
.tile-yellow-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-yellow-inverse-reverse .ink {
    background-color: #f9a825;
}

.tile-amber {
    background-color: #ffca28;
}

.tile-amber .tile-content,
.tile-amber .title {
    color: #eceff1;
}

.tile-amber:hover,
.tile-amber:active,
.tile-amber.active {
    background-color: #ffb300;
}

.tile-amber:focus {
    background-color: #ffa000;
}

.tile-amber:disabled,
.tile-amber.disabled,
.tile-amber[disabled] {
    background-color: #b3b3b3;
}

.tile-amber .ink {
    background-color: #ff8f00;
}

.tile-amber-reverse {
    background-color: #ffca28;
}

.tile-amber-reverse:hover {
    background-color: #eceff1;
}

.tile-amber-reverse:hover .tile-content,
.tile-amber-reverse:hover .title {
    color: #ffca28;
}

.tile-amber-inverse {
    background-color: #eceff1;
}

.tile-amber-inverse .tile-content,
.tile-amber-inverse .title {
    color: #ffca28;
}

.tile-amber-inverse-reverse .tile-content,
.tile-amber-inverse-reverse .title {
    color: #ffca28;
}

.tile-amber-inverse-reverse:hover {
    background-color: #ffca28;
}

.tile-amber-inverse-reverse:hover .tile-content,
.tile-amber-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-amber-inverse-reverse .ink {
    background-color: #ff8f00;
}

.tile-orange {
    background-color: #ffa726;
}

.tile-orange .tile-content,
.tile-orange .title {
    color: #eceff1;
}

.tile-orange:hover,
.tile-orange:active,
.tile-orange.active {
    background-color: #fb8c00;
}

.tile-orange:focus {
    background-color: #f57c00;
}

.tile-orange:disabled,
.tile-orange.disabled,
.tile-orange[disabled] {
    background-color: #b3b3b3;
}

.tile-orange .ink {
    background-color: #ef6c00;
}

.tile-orange-reverse {
    background-color: #ffa726;
}

.tile-orange-reverse:hover {
    background-color: #eceff1;
}

.tile-orange-reverse:hover .tile-content,
.tile-orange-reverse:hover .title {
    color: #ffa726;
}

.tile-orange-inverse {
    background-color: #eceff1;
}

.tile-orange-inverse .tile-content,
.tile-orange-inverse .title {
    color: #ffa726;
}

.tile-orange-inverse-reverse .tile-content,
.tile-orange-inverse-reverse .title {
    color: #ffa726;
}

.tile-orange-inverse-reverse:hover {
    background-color: #ffa726;
}

.tile-orange-inverse-reverse:hover .tile-content,
.tile-orange-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-orange-inverse-reverse .ink {
    background-color: #ef6c00;
}

.tile-deep-orange {
    background-color: #ff7043;
}

.tile-deep-orange .tile-content,
.tile-deep-orange .title {
    color: #eceff1;
}

.tile-deep-orange:hover,
.tile-deep-orange:active,
.tile-deep-orange.active {
    background-color: #f4511e;
}

.tile-deep-orange:focus {
    background-color: #e64a19;
}

.tile-deep-orange:disabled,
.tile-deep-orange.disabled,
.tile-deep-orange[disabled] {
    background-color: #b3b3b3;
}

.tile-deep-orange .ink {
    background-color: #d84315;
}

.tile-deep-orange-reverse {
    background-color: #ff7043;
}

.tile-deep-orange-reverse:hover {
    background-color: #eceff1;
}

.tile-deep-orange-reverse:hover .tile-content,
.tile-deep-orange-reverse:hover .title {
    color: #ff7043;
}

.tile-deep-orange-inverse {
    background-color: #eceff1;
}

.tile-deep-orange-inverse .tile-content,
.tile-deep-orange-inverse .title {
    color: #ff7043;
}

.tile-deep-orange-inverse-reverse .tile-content,
.tile-deep-orange-inverse-reverse .title {
    color: #ff7043;
}

.tile-deep-orange-inverse-reverse:hover {
    background-color: #ff7043;
}

.tile-deep-orange-inverse-reverse:hover .tile-content,
.tile-deep-orange-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-deep-orange-inverse-reverse .ink {
    background-color: #d84315;
}

.tile-brown {
    background-color: #8d6e63;
}

.tile-brown .tile-content,
.tile-brown .title {
    color: #eceff1;
}

.tile-brown:hover,
.tile-brown:active,
.tile-brown.active {
    background-color: #6d4c41;
}

.tile-brown:focus {
    background-color: #5d4037;
}

.tile-brown:disabled,
.tile-brown.disabled,
.tile-brown[disabled] {
    background-color: #b3b3b3;
}

.tile-brown .ink {
    background-color: #4e342e;
}

.tile-brown-reverse {
    background-color: #8d6e63;
}

.tile-brown-reverse:hover {
    background-color: #eceff1;
}

.tile-brown-reverse:hover .tile-content,
.tile-brown-reverse:hover .title {
    color: #8d6e63;
}

.tile-brown-inverse {
    background-color: #eceff1;
}

.tile-brown-inverse .tile-content,
.tile-brown-inverse .title {
    color: #8d6e63;
}

.tile-brown-inverse-reverse .tile-content,
.tile-brown-inverse-reverse .title {
    color: #8d6e63;
}

.tile-brown-inverse-reverse:hover {
    background-color: #8d6e63;
}

.tile-brown-inverse-reverse:hover .tile-content,
.tile-brown-inverse-reverse:hover .title {
    color: #eceff1;
}

.tile-brown-inverse-reverse .ink {
    background-color: #4e342e;
}


/*-- Tiles size --------------------------------------- */

.tile {
    width: 270px;
    height: 130px;
}

.tile .content-wrapper .tile-content {
    height: 130px;
    padding: 10px;
}

.tile .content-wrapper .tile-content .tile-img {
    height: 86.66666667px;
}

.tile .content-wrapper .tile-content .tile-img-bg {
    width: 270px;
    height: 130px;
    margin-left: -10px;
    margin-top: -10px;
}

.tile .content-wrapper .tile-content .tile-img-sm {
    width: 65px;
    height: 43.33333333px;
}

.tile .content-wrapper .tile-content .tile-img-sm,
.tile .content-wrapper .tile-content .tile-holder-sm {
    bottom: 10px;
    left: 10px;
}

.tile.tile-sqr {
    width: 130px;
}

.tile.tile-sqr .content-wrapper .tile-content .tile-img-bg {
    width: 130px;
}

.tile-lg {
    width: 550px;
    height: 270px;
}

.tile-lg .content-wrapper .tile-content {
    height: 270px;
    padding: 20px;
}

.tile-lg .content-wrapper .tile-content .tile-img {
    height: 180px;
}

.tile-lg .content-wrapper .tile-content .tile-img-bg {
    width: 550px;
    height: 270px;
    margin-left: -20px;
    margin-top: -20px;
}

.tile-lg .content-wrapper .tile-content .tile-img-sm {
    width: 135px;
    height: 90px;
}

.tile-lg .content-wrapper .tile-content .tile-img-sm,
.tile-lg .content-wrapper .tile-content .tile-holder-sm {
    bottom: 20px;
    left: 20px;
}

.tile-lg.tile-sqr {
    width: 270px;
}

.tile-lg.tile-sqr .content-wrapper .tile-content .tile-img-bg {
    width: 270px;
}

.tile-sm {
    width: 130px;
    height: 60px;
}

.tile-sm .content-wrapper .tile-content {
    height: 60px;
    padding: 5px;
}

.tile-sm .content-wrapper .tile-content .tile-img {
    height: 40px;
}

.tile-sm .content-wrapper .tile-content .tile-img-bg {
    width: 130px;
    height: 60px;
    margin-left: -5px;
    margin-top: -5px;
}

.tile-sm .content-wrapper .tile-content .tile-img-sm {
    width: 30px;
    height: 20px;
}

.tile-sm .content-wrapper .tile-content .tile-img-sm,
.tile-sm .content-wrapper .tile-content .tile-holder-sm {
    bottom: 5px;
    left: 5px;
}

.tile-sm.tile-sqr {
    width: 60px;
}

.tile-sm.tile-sqr .content-wrapper .tile-content .tile-img-bg {
    width: 60px;
}


/*-- Display animation -------------------------------- */

.display-animation > * {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.display-animation > .animated {
    -webkit-animation: display 0.5s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    -o-animation: display 0.5s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    animation: display 0.5s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}

.no-js .display-animation > * {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

@keyframes display {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-o-keyframes display {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-ms-keyframes display {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes display {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes display {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}


/*progress boxes*/

#progress-boxes {
    width: 100%;
    float: left;
}

#progress-boxes .box {
    height: 20vw;
    float: left;
    position: relative;
    padding: 15px;
    text-align: center;
    max-height: 240px;
}

#progress-boxes .box1,
#progress-boxes .box6 {
    width: calc(60% - 6px);
    padding: 10px 100px 30px 30px;
    text-align: left;
    position: relative;
}

#progress-boxes .box6 {
    width: calc(60% + 6px);
}

#progress-boxes .box2 {
    width: calc(20% + 6px);
    padding: 15px 15px 15px 25px;
}

#progress-boxes .box5 {
    width: calc(20% - 6px);
    padding: 15px 25px 15px 15px;
}

#progress-boxes .box3,
#progress-boxes .box4 {
    width: 20%;
    padding: 15px;
}

#progress-boxes .box2 {
    -moz-box-shadow: inset 12px 0px 0px rgba(64, 72, 85, 0.5);
    -webkit-box-shadow: inset 12px 0px 0px rgba(64, 72, 85, 0.5);
    box-shadow: inset 12px 0px 0px rgba(64, 72, 85, 0.5);
}

#progress-boxes .box6 {
    -moz-box-shadow: inset -12px 0px 0px rgba(64, 72, 85, 0.5);
    -webkit-box-shadow: inset -12px 0px 0px rgba(64, 72, 85, 0.5);
    box-shadow: inset -12px 0px 0px rgba(64, 72, 85, 0.5);
}

#progress-boxes.planung-active .box2 {
    background: rgba(64, 72, 85, 1)!important;
    -moz-box-shadow: inset 12px 0px 0px #20706f;
    -webkit-box-shadow: inset 12px 0px 0px #20706f;
    box-shadow: inset 12px 0px 0px #20706f;
    transition: background 0.2s ease-in;
}

#progress-boxes.design-active .box3 {
    background: rgba(64, 72, 85, 1)!important;
    transition: background 0.2s ease-in;
}

#progress-boxes.design-active .box3 label {
    color: #fff!important;
    transition: color 0.2s ease-in;
}

#progress-boxes.entwicklung-active .box4 {
    background: rgba(64, 72, 85, 1)!important;
    transition: background 0.2s ease-in;
}

#progress-boxes.qualitaetskontrolle-active .box5 {
    background: rgba(64, 72, 85, 1)!important;
    transition: background 0.2s ease-in;
}

#progress-boxes.qualitaetskontrolle-active .box5 label {
    color: #fff!important;
    transition: color 0.2s ease-in;
}

#progress-boxes.planung-active .box2 i.next,
#progress-boxes.design-active .box3 i.next,
#progress-boxes.entwicklung-active .box4 i.next,
#progress-boxes.qualitaetskontrolle-active .box5 i.next {
    color: rgba(64, 72, 85, 1)!important;
    transition: color 0.2s ease-in;
}


/*#progress-boxes .box2:after {
    content: "";
    -moz-box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    -webkit-box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    width: 4vw;
    height: 4vw;
    background: #009688;
    float: left;
    right: calc(-2vw - -2px);
    position: absolute;
    z-index: 1;
    top: calc(50% - 2.5vw);
    transform: rotate(-45deg);
    border-radius: 0px 0px 6px 0px;
}
#progress-boxes .box3:after {
    content: "";
    -moz-box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    -webkit-box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    width: 4vw;
    height: 4vw;
    background: #ffffff;
    float: left;
    left: calc(50% - 2vw);
    position: absolute;
    z-index: 1;
    top: calc(100% - 2vw);
    transform: rotate(45deg);
    border-radius: 0px 0px 6px 0px;
}
#progress-boxes .box4:after {
    content: "";
    -moz-box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    -webkit-box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    box-shadow: inset -5px -5px 4px rgba(64, 72, 85, 0.5);
    width: 4vw;
    height: 4vw;
    background: #00bcd4;
    float: left;
    left: 2px;
    position: absolute;
    z-index: 1;
    top: calc(50% - 2.5vw);
    transform: rotate(-90deg);
    border-radius: 0px 0px 6px 0px;
}
*/


/*.blue-gradient {
background: #00b8d4; 
background: -moz-linear-gradient(45deg, #84ffff 0%, #00b8d4 100%); 
background: -webkit-linear-gradient(45deg, #84ffff 0%,#00b8d4 100%); 
background: linear-gradient(45deg, #84ffff 0%,#00b8d4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84ffff', endColorstr='#00b8d4',GradientType=1 ); 
-moz-box-shadow:    inset 0px 0px 25px rgba(64, 72, 85, 0.5);
   -webkit-box-shadow: inset 0px 0px 25px rgba(64, 72, 85, 0.5);
   box-shadow:         inset 0px 0px 25px rgba(64, 72, 85, 0.5);}*/


/*.lightblue-gradient {
background: #0091ea; 
background: -moz-linear-gradient(45deg, #80d8ff 0%, #0091ea 100%); 
background: -webkit-linear-gradient(45deg, #80d8ff 0%,#0091ea 100%); 
background: linear-gradient(45deg, #80d8ff 0%,#0091ea 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80d8ff', endColorstr='#0091ea',GradientType=1 ); 
-moz-box-shadow:    inset 0px 0px 25px rgba(64, 72, 85, 0.5);
   -webkit-box-shadow: inset 0px 0px 25px rgba(64, 72, 85, 0.5);
   box-shadow:         inset 0px 0px 25px rgba(64, 72, 85, 0.5);}*/


/*.green-gradient {
background: #00bfa5; 
-moz-box-shadow:    inset 0px 0px 25px rgba(64, 72, 85, 0.5);
   -webkit-box-shadow: inset 0px 0px 25px rgba(64, 72, 85, 0.5);
   box-shadow:         inset 0px 0px 25px rgba(64, 72, 85, 0.5);}
*/

#progress-boxes img {
    width: 42%;
    margin: 12% 0 0 0;
    min-height: 54%;
}

#progress-boxes label {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

#progress-boxes img.next {
    position: absolute;
    z-index: 1;
    width: 60px;
    height: 60px;
    min-height: 60px;
    margin: 0;
    text-align: left;
}

#progress-boxes .box1 img.next {
    top: calc(50% - 30px);
    right: calc(-30px - 6px);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

#progress-boxes .box6 img.next {
    top: calc(50% - 30px);
    right: calc(-30px + 6px);
    transform: rotate(0deg);
}

#progress-boxes img.progress-finish {
    width: 40%;
    position: absolute;
    right: 4vw;
    bottom: 0;
}

#progress-boxes i.next {
    position: absolute;
    z-index: 1;
    width: 50px;
    margin: 0;
    text-align: left;
}

#progress-boxes .box2 i.next {
    font-size: 120px;
    position: absolute;
    top: calc(50% - 60px);
    right: -35px;
}

#progress-boxes .box3 i.next {
    font-size: 120px;
    position: absolute;
    top: calc(100% - 50px);
    left: calc(50% - 25px);
    transform: rotate(90deg);
}

#progress-boxes .box4 i.next {
    font-size: 120px;
    position: absolute;
    top: calc(50% - 60px);
    left: -35px;
    transform: rotate(-180deg);
}

#progress-boxes .bg-teal i.next {
    color: #009688;
}

#progress-boxes .bg-lightblue-light i.next {
    color: #0091ea;
}

#progress-boxes .bg-cyan i.next {
    color: #00bcd4;
}

#progress-boxes .bg-white i.next {
    color: #ffffff;
}

#progress-boxes p {
    line-height: 2.6rem;
    font-size: 2rem;
    color: #444;
}

#progress-boxes .general {
    position: absolute;
    width: 85%;
    opacity: 1;
    transition: opacity 0.2s ease-in;
}

#progress-boxes.planung-active .general,
#progress-boxes.design-active .general,
#progress-boxes.entwicklung-active .general,
#progress-boxes.qualitaetskontrolle-active .general {
    opacity: 0;
}

#progress-boxes .planung,
#progress-boxes .design,
#progress-boxes .entwicklung,
#progress-boxes .qualitaetskontrolle {
    position: absolute;
    width: 85%;
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

#progress-boxes.planung-active .planung,
#progress-boxes.design-active .design,
#progress-boxes.entwicklung-active .entwicklung,
#progress-boxes.qualitaetskontrolle-active .qualitaetskontrolle {
    opacity: 1;
}

@media all and (max-width: 1200px) {
    #progress-boxes .box1, #progress-boxes .box6 {
    width: calc(60% - 6px);
    padding: 1vw 5vw 1vw 3vw;
    text-align: left;
    position: relative;
    ove
}
#progress-boxes .box2 {
    width: calc(20% + 6px);
    padding: 1vw 2vw 1vw 2vw;
}
#progress-boxes .box3, #progress-boxes .box4 {
    width: 20%;
    padding: 1vw 2vw 1vw 2vw;
}
#progress-boxes .box5 {
    width: calc(20% - 6px);
    padding: 1vw 2vw 1vw 2vw;
}
#progress-boxes .box6 {
    width: calc(60% + 6px);
}
#progress-boxes label {
    width: 100%;
    float: left;
    margin: 1vw 0 0 0;
}
#progress-boxes img.progress-finish {
    width: 40%;
    position: absolute;
    right: 4vw;
    bottom: 0;
}
span.checked {
    width: 1.8vw;
    float: left;
    text-align: center;
    margin: -0.2vw 1vw 0 0;
}
}
/*END progress boxes*/
@media all and (max-width: 1200px) {
    .trust {
        width: 50%!important;
    }
    #leistungen .m_row {
        width: 100%;
        float: left;
    }
    .trust h3.special-bg {
    font-size: 3vw!important;
}
}
@media all and (max-width: 1024px) {
    section#ueber-uns .col50 {
    width: 100%;
    margin: 0 0 2em 0;
}
section#ueber-uns .agency {
    width: 55%;
    float: left;
    margin: 0 5% 0 0;
}
section#ueber-uns div.img-service {
    float: left;
    width: 40%;
}
.m_agency {
    margin: 2em 0 2em 0;
    padding: 0 20vw 0 0;
    float: left;
}
section#ueber-uns .quote {
    border-left: 10px solid;
    color: #26a69a;
    text-align: center;
    margin: 2rem 0 2em 2rem;
    padding: 0 10vw 0 2rem;
    float: left;
    left: 0;
    font-size: 2.6vw;
    line-height: 3.6vw;
}
}
.fullwidth {}

.subsection {
    padding: 3em 0;
    float: left;
    width: 100%;
}

.subsection.first {
    padding-top: 80px;
}

.subsection.full {
    padding: 0;
    margin: 0;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 100px);
}

.parallax-container {
    min-height: 30vw;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}
@media all and (max-width: 1024px) {
.parallax-container {
    min-height: 30vw;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}
}
@media all and (max-width: 992px) {
.parallax-container {
    min-height: 35vw;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}
}


/*FONTS UI*/

p {
    font-family: 'Roboto', 'Open Sans', Helvetica, sans-serif!important;
    line-height: 2.2rem!important;
    font-size: 1.6rem!important;
    color: #555!important;
    font-weight: 400!important;
    margin: 0 0 1em 0;
    float: left;
}

.bg-white p .bold {
    color: #26a69a;
    }

p .bold {
    font-weight: 600!important;
    font-size: 1.8rem!important;
}

.bg-dark p {
    color: #ddd!important;
    font-weight: 300!important;
}

button,
button.btn,
a.btn,
#contactForm button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    color: #fff;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 300;
    font-size: 1.2em;
    background-color: #26a69a!important;
    text-align: center;
    letter-spacing: 1px!important;
    outline: 0;
    border: none;
    border-radius: 2px;
    padding: 0 2rem;
    margin: 0.5em 0;
    opacity: 1;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

button:hover,
button.btn:hover,
a.btn:hover,
button:focus,
button.btn:focus,
a.btn:focus {
    color: #fff!important;
    outline: 0!important;
    text-decoration: none!important;
    background-color: #009688!important;
}

button.btn-xlarge,
a.btn-xlarge {
    height: 75px;
    line-height: 75px;
    font-weight: 300;
    font-size: 1.4em;
    text-align: center;
    letter-spacing: 1px!important;
    padding: 0 3rem;
}

button.btn-large,
a.btn-large {
    height: 60px;
    line-height: 60px;
    font-weight: 300;
    font-size: 1.3em;
    text-align: center;
    letter-spacing: 1px!important;
    padding: 0 2.4rem;
}

button.btn-medium,
a.btn-medium {
    height: 45px;
    line-height: 45px;
    font-weight: 300;
    font-size: 1.2em;
    text-align: center;
    letter-spacing: 1px!important;
    padding: 0 2rem;
}

button.btn-small,
a.btn-small {
    height: 32px;
    line-height: 32px;
    font-weight: 200;
    font-size: 1em;
    text-align: center;
    letter-spacing: 1px!important;
    padding: 0 1.6rem;
}

h1,
.headline h2 {
    float: none!important;
    max-width: inherit;
    position: relative;
    font-weight: 300!important;
    font-family: 'Oswald', sans-serif!important;
    text-align: left;
    font-size: 50px;
    line-height: 56px;
    padding: 0 0 0 2rem;
    text-transform: uppercase;
    margin-top: 1em!important;
    margin-right: 0!important;
    margin-bottom: 1.4em!important;
}

@media all and (max-width: 1600px) {
    h1, .headline h2 {
    font-size: 3vw;
    line-height: 3.2vw;
    padding: 0 0 0 1vw;
    text-transform: uppercase;
    margin-top: 1em!important;
    margin-right: 0!important;
    margin-bottom: 1.4em!important;
}
}

.headline {
    position: relative;
}

.headline span.before {
    content: "";
    background: url(../images/prinexa_icon.svg);
    height: 100%;
    float: left;
    background-size: auto 100%;
    top: 0;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0px;
}

h2 {
    float: none!important;
    /* max-width: 75%; */
    position: relative;
    font-weight: 300!important;
    font-family: 'Oswald', sans-serif!important;
    text-align: center;
    font-size: 4.5rem;
    line-height: 7rem;
    /* margin: 0 auto!important; */
    text-transform: uppercase;
}

h2.header {
    width: 100%!important;
    margin: 0!important;
    max-width: 100%;
}

.bg-dark h1,
.bg-dark h2,
.bg-dark h3.special-bg,
.bg-dark h3.special {
    color: #ffffff!important;
}

.bg-dark h1 span.highlight,
.bg-dark h2 span.highlight,
.bg-dark h3.special-bg span.highlight {
    color: #26a69a!important;
    font-size: 90%;
    font-weight: 600!important;
    text-transform: none!important;
}

.bg-dark h1 span.sub,
.bg-dark h2 span.sub,
.bg-dark h3.special-bg span.sub {
    font-size: 75%;
    text-transform: none!important;
}

.bg-grey h1,
.bg-grey h2,
.bg-grey h3.special-bg {
    color: rgba(64, 72, 85, 1)!important;
}

.bg-grey h1 span.highlight,
.bg-grey h2 span.highlight,
.bg-grey h3.special-bg span.highlight {
    color: #26a69a!important;
    font-size: 90%;
    font-weight: 600!important;
    text-transform: none!important;
}

.bg-grey h1 span.sub,
.bg-grey h2 span.sub,
.bg-grey h3.special-bg span.sub {
    font-size: 75%;
    text-transform: none!important;
}

.bg-white h1,
.bg-white h2,
.bg-white h3.special-bg {
    color: rgba(64, 72, 85, 1)!important;
}

.bg-white h1 span.highlight,
.bg-white h2 span.highlight,
.bg-white h3.special-bg span.highlight {
    color: #26a69a!important;
    font-size: 90%;
    font-weight: 600!important;
    text-transform: none!important;
}

.bg-white h1 span.sub,
.bg-white h2 span.sub,
.bg-white h3.special-bg span.sub {
    font-size: 75%;
    text-transform: none!important;
}

h2.header span {
    color: #26a69a;
    font-weight: 900!important;
    font-size: 5.5rem;
    font-family: 'Oswald', sans-serif!important;
    text-transform: uppercase;
}

img {
    max-width: 100%;
}

.m-t-4 {
    margin-top: 4em!important;
}

.p-b-0 {
    padding-bottom: 0;
}

.col.p-2 {
    padding: 2rem!important;
}

.m-b-0 {
    margin-bottom: 0!important;
}

.col h2.special-bg.m-b-1,
.col h3.special-bg.m-b-1 {
    margin-bottom: 1rem!important;
}

#creative {
    position: relative;
}

#creative .img-service {
    position: absolute;
    bottom: -7em;
    right: 0;
    width: 60vw;
    max-width: 750px;
}

span.checked {
    width: 2.4rem;
    float: left;
    text-align: center;
    margin: -0.2rem 1rem 0 0;
}

#progress-boxes span.checked img {
    width: 100%!important;
    margin: 0!important;
}

.secdiv {
    font-size: 2.6rem;
    width: 100%;
    float: left;
    position: relative;
    text-align: left;
    margin: 3rem 0 3rem 0;
}

.secdiv > span {
    width: auto;
    float: left;
    max-width: 65%;
    position: relative;
    padding: 0 20px 0 20px;
    left: 25px;
    color: #26a69a;
    font-weight: 600;
    font-family: 'Oswald', sans-serif;
}

.secdiv:before {
    content: "";
    float: left;
    width: 100%;
    height: 2px;
    background: #26a69a;
    top: calc(50% - 1px);
    position: absolute;
    left: 0;
    transform: none;
}

.secdiv:after {
    content: "";
    background: #fff url(../images/h1_after.png);
    width: 36px;
    height: 36px;
    float: right;
    background-size: 0 100%;
    top: calc(50% - 12px);
    position: absolute;
    right: 30px;
    background-repeat: no-repeat;
    background-position: 0px;
}

h4 {
    font-size: 1.8em;
    width: 100%;
    /*float: left;*/
    position: relative;
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding: 0;
    margin: 1em 0 0.6em 0;
}

.headline h4 {
    padding: 0 0 0 1rem;
}

h3.special {
    font-size: 1.8em!important;
    width: 100%!important;
    float: left!important;
    position: relative!important;
    text-align: left!important;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 300!important;
    margin: 1em 0 0.6em 0!important;
    max-width: 100%!important;
    padding: 0;
}

h2.special-bg,
h3.special-bg {
    font-size: 1.8em!important;
    width: 400px;
    float: left!important;
    position: relative!important;
    text-align: left!important;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 300!important;
    margin: 1em 0 1em 0!important;
    max-width: 100%!important;
    padding: 0;
    text-transform: uppercase;
    line-height: 1.6em;
}

.col h2.special-bg,
.col h3.special-bg {
    width: auto;
    margin: 0 0 2em 0!important;
}

h2.special-bg.right,
h3.special-bg.right {
    float: right!important;
    text-align: right!important;
}

h2.special-bg:before,
h3.special-bg:before {
    content: "";
    background: rgba(64, 72, 85, 0.1);
    width: 100%;
    position: absolute;
    height: 80%;
    top: 10%;
    left: -5%;
    transform: rotate(3deg);
    z-index: 0;
}

.bg-dark h3.special-bg.right:before,
.bg-dark h3.special-bg.left:before {
    background: rgba(255, 255, 255, 0.1);
}

.bg-white h3.special-bg.right:before,
.bg-white h3.special-bg.left:before {
    background: rgba(64, 72, 85, 0.2);
}

h2.special-bg.right:before,
h3.special-bg.right:before {
    top: 10%;
    left: 5%;
    transform: rotate(-3deg);
    z-index: 0;
}

.bg-grey h4 {
    color: #666;
}

.bg-dark h4 {
    color: #ffffff;
}

.bg-white h4 {
    color: #666;
}

.bg-white .secdiv > span {
    background: #fff;
}

.bg-white .secdiv:after {
    background: #fff url(../images/h1_after.png) no-repeat 0 0/80%;
}

.bg-grey .secdiv > span {
    background: #ddd;
}

.bg-grey .secdiv:after {
    background: #ddd url(../images/h1_after.png) no-repeat 0 0/80%;
}

.bg-dark .secdiv > span {
    background: rgba(64, 72, 85, 1);
}

.bg-dark .secdiv:after {
    background: rgba(64, 72, 85, 1) url(../images/h1_after.png) no-repeat 0 0/contain;
}

label {
    font-size: 20px;
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

label.bold {
    font-weight: 900;
}

label.big {
    font-size: 26px;
}

label.left {
    text-align: left;
}

label.color-white {
    color: #fff;
}

label.color-dark {
    color: rgba(64, 72, 85, 1);
}

h2.opensans {
    font-family: 'Open Sans Condensed', sans-serif;
}

h2.lato {
    font-family: 'Lato', sans-serif;
}

h2.oswald {
    font-family: 'Oswald', sans-serif;
}

h2.roboto {
    font-family: 'Roboto', sans-serif;
}

h3.opensans {
    font-family: 'Open Sans Condensed', sans-serif;
}

h3.lato {
    font-family: 'Lato', sans-serif;
}

h3.oswald {
    font-family: 'Oswald', sans-serif;
}

h3.roboto {
    font-family: 'Roboto', sans-serif;
}

p.opensans {
    font-family: 'Open Sans Condensed', sans-serif;
}

p.lato {
    font-family: 'Lato', sans-serif;
}

p.oswald {
    font-family: 'Oswald', sans-serif;
}

p.roboto {
    font-family: 'Roboto', sans-serif;
}

p.opensansnormal {
    font-family: 'Open Sans', sans-serif;
}


/*COLOR SCHEME*/

.bg-grey {
    background: #ddd;
}

.bg-white {
    background: #ffffff;
}

.bg-dark {
    background: rgba(64, 72, 85, 1);
}

.bg-lightblue {
    background: #03a9f4;
}

.bg-lightblue-light {
    background: #0091ea;
}

.bg-lightblue-dark {
    background: #01579b;
}

.bg-cyan {
    background: #00bcd4;
}

.bg-cyan-light {
    background: #00b8d4;
}

.bg-cyan-dark {
    background: #006064;
}

.bg-teal {
    background: #009688;
}

.bg-teal-light {
    background: #00bfa5;
}

.bg-teal-dark {
    background: #004d40;
}


/*END COLOR SCHEME*/


/*END progress boxes*/

.color-white {
    color: #fff;
}

.float-left {
    float: left!important;
}

.float-right {
    float: right!important;
}

.no-margin {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
}

.m0 {
    margin: 0!important;
}

.p0 {
    padding: 0;
}

.row {
    margin: 1em 0 4em 0;
}

.col {
    float: left;
    padding: 0!important;
}

.col:last-child {
    margin-left: 0!important;
    margin-right: 0!important;
}

.col25 {
    width: 25%;
    margin: 0;
}

.col40 {
    width: 40%;
    margin: 0;
}

.col50 {
    width: 45%;
    margin: 0 10% 0 0;
}

.col60 {
    width: 60%;
    margin: 0;
}

.col100 {
    width: 100%;
    margin: 0;
}

.w100 {
    position: relative;
    width: 100%;
}

.align-left {
    text-align: left;
}

.anker {
    /*margin: -95px 0 0 0!important;
    padding-top: 0px!important;
    position: relative;*/
}

#entry {
    float: left;
    width: 100%;
    position: relative;
}
#entry .next-mobile {
    display: none;
}

p.color-white {
    color: #fff!important;
}

.allign-center {
    text-align: center;
}


/*#portfolio-filter {
  position: relative;
  margin: 30px auto;
  width: 620px;
  padding: 0;
}*/


/*#portfolio-filter > * {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #e91e63;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}*/


/*#portfolio-filter > * {
    display: inline-block;
    width: 20%;
    height: 100px;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}*/

#portfolio-filter > *:hover {
    background-size: cover;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 1;
}

#portfolio-filter > *.active {
    background-size: cover;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    z-index: 1;
}

#portfolio-filter {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
}

#portfolio-filter > * {
    display: block;
    width: 20%;
    height: 12vw;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    float: left;
}


/*RESPONSIVE SLIDER*/

#responsive-slider .item {
    position: relative;
    width: 100%;
    height: 23vw;
    margin: 0 0 4em 0;
    float: left;
    max-height: 400px;
}

#responsive-slider .item img.portfolio {
    max-width: 800px;
    width: 50vw;
    margin: 0 auto;
    float: none;
    display: block;
    height: auto;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

#responsive-slider.portfolio01-active .item img#portfolio01,
#responsive-slider.portfolio02-active .item img#portfolio02,
#responsive-slider.portfolio03-active .item img#portfolio03,
#responsive-slider.portfolio04-active .item img#portfolio04,
#responsive-slider.portfolio05-active .item img#portfolio05,
#responsive-slider.portfolio06-active .item img#portfolio06 {
    opacity: 1;
}

#responsive-slider .responsive_slider_nav {
    position: relative;
    width: 100%;
    float: left;
    /*background: rgba(38,166,154,0.1);*/
    background: rgba(255, 255, 255, 0.1);
    padding: 2em 0 2em 0;
}

#responsive-slider .responsive_slider_nav ul {
    position: relative;
    width: 100%;
    padding: 0;
    float: left;
}

#responsive-slider .responsive_slider_nav ul li {
    position: relative;
    width: 16.66%;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
}

#responsive-slider .responsive_slider_nav ul li img {
    position: relative;
    width: 80%;
    padding: 0;
    margin: 0;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

#responsive-slider .responsive_slider_nav ul li:hover img,
#responsive-slider.portfolio01-active .responsive_slider_nav ul li img#nav_portfolio01,
#responsive-slider.portfolio02-active .responsive_slider_nav ul li img#nav_portfolio02,
#responsive-slider.portfolio03-active .responsive_slider_nav ul li img#nav_portfolio03,
#responsive-slider.portfolio04-active .responsive_slider_nav ul li img#nav_portfolio04,
#responsive-slider.portfolio05-active .responsive_slider_nav ul li img#nav_portfolio05,
#responsive-slider.portfolio06-active .responsive_slider_nav ul li img#nav_portfolio06 {
    opacity: 1;
}

.quote {
    border-left: 10px solid;
    color: #26a69a;
    text-align: center;
    margin: 2rem 0 0 2rem;
    padding: 0 2rem 0 2rem;
}
.m_agency {
    margin: 2em 0 2em 0;
    float: left;
}
.service label {
    font-weight: bold;
    margin-top: 3rem;
}

.collapsible-body * {
    float: none!important;
}

.collapsible-header {
    display: block;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
    padding: 1rem 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    font-size: 1.8rem!important;
    font-family: 'Oswald', sans-serif!important;
    font-weight: 300!important;
    text-transform: uppercase;
    color: #aaa;
}

.collapsible-header i {
    width: 2rem;
    font-size: 2rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem;
    color: #aaa;
}

.collapsible-header.active,
.collapsible-header.active:hover,
.collapsible-header.active:focus {
    background: #26a69a;
    color: #ffffff;
}

.collapsible-header.active i,
.collapsible-header.active:hover i,
.collapsible-header.active:focus i {
    color: #ffffff;
}

.collapsible-header:hover,
.collapsible-header:hover i,
.collapsible-header:focus,
.collapsible-header:focus i {
    color: #26a69a;
}

.collapsible.popout {
    border: none;
    box-shadow: none;
    float: left;
    margin-top: 4rem;
    width: 100%;
}

.row.form-group {
    position: relative;
}

.help-block.with-errors {
    position: absolute;
    bottom: -2rem;
    margin: 0 0 0 5rem;
    color: #e51c23;
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
    text-shadow: none;
}

.input-field .prefix {
    position: absolute;
    width: 4rem;
    text-align: right;
    font-size: 3rem;
    margin: 0rem 0 0 0;
    color: #fff;
    transition: color .2s;
}

.has-error .input-field label {
    color: #e51c23;
}

.has-error input:not([type]),
.has-error input[type=text],
.has-error input[type=password],
.has-error input[type=email],
.has-error input[type=url],
.has-error input[type=time],
.has-error input[type=date],
.has-error input[type=datetime],
.has-error input[type=datetime-local],
.has-error input[type=tel],
.has-error input[type=number],
.has-error input[type=search],
.has-error textarea.materialize-textarea {
    border-bottom: 1px solid #e51c23;
}

.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .autocomplete-content {
    margin-left: 5rem;
    width: 92%;
    width: calc(100% - 5rem);
}

.input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 5rem);
    text-align: left;
    margin-left: 5rem;
    font-size: 1.8rem;
    line-height: 2rem;
}

.input-field.col .prefix ~ label {
    width: calc(100% - 5rem);
    text-align: left;
    margin-left: 5rem;
    font-size: 1.8rem;
    line-height: 1.2rem;
}

.input-field label:not(.label-icon).active {
    font-size: 1.2rem;
    -webkit-transform: translateY(-140%);
    transform: translateY(-140%);
    padding-left: 0;
    margin-left: 5rem;
    padding-bottom: 4px;
}

.input-field .prefix ~ input, .input-field .prefix ~ textarea, .input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label, .input-field .prefix ~ .autocomplete-content {
    margin-left: 5rem;
    width: 92%;
    width: calc(100% - 5rem);
    color: #ddd;
    font-size: 1.8rem;
    font-family: 'Oswald', sans-serif;
    padding-left: 0.5rem;
    padding-bottom: 10px;
}
textarea.materialize-textarea {
    padding: 0;
}
#contactForm {
    margin: -18rem 0 0 0;
}

#contactForm .row.form-group {
    margin: 2rem 0 4rem 0;
}

#contactForm .row.form-group.captcha {
    margin: -1rem 0 5rem 5rem;
}

#contactForm button {
    float: right!important;
    color: #fff!important;
    opacity: 1!important;
}

#contactForm .row.form-group.captcha .label {
    position: absolute;
    bottom: -3rem;
    margin: 0 0 0 0;
    color: #259b24;
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
    text-shadow: none;
    padding: 0;
    font-weight: 300;
}

#contactForm .row.form-group.captcha .label.text-danger {
    color: #e51c23;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: transparent!important;
    color: #ddd!important;
}
div#mobile-menu {
    display: none;
}
.h_mobile {
    display: block;
}
.h_desktop {
    display: none;
}
@media all and (max-width: 992px) {
    header,
    header.nav-up,
    header.nav-down,
    header.fixed,
    header.fixed.has-scrolled,
    header:hover,
    header:focus {
        height: 70px;
        top: 0!important;
        background: rgba(64, 72, 85, 1)!important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        transition: all 0.4s ease-in-out;
    }
    header nav#main-navigation a#logo-container {
        /* background-image: url(../images/prinexa_logo_dark_light.png); */
        height: 45px;
        float: left;
        margin: 15px 0 10px 25px;
        background-size: 100% 200%;
        width: 150px;
        background-position: 100% 0%;
        transition: all 0.3s ease-in-out;
        transform: none;
        left: 15px;
    }
    header nav#main-navigation,
    header.fixed nav#main-navigation {
        height: 100%;
        width: 180px;
        background-color: transparent!important;
        float: left;
        box-shadow: none;
    }
    nav#main-navigation ul {
        display: none;
    }
    header.fixed nav#main-navigation a#logo-container {
        height: 45px;
        width: 150px;
        margin: 15px 0 10px 25px;
    }
    .container {
        width: 100%!important;
    }
    div#mobile-menu {
    display: block;
}
}

@media all and (max-width: 992px) and (orientation: landscape) {
    .adjustment {
    height: inherit;
    float: left;
    width: 100%;
    padding: 9vw 0 12vw 0;
    max-height: inherit;
}
div#mobile-menu {
        width: 100%;
        top: 0;
        height: 0px;
        position: fixed;
        background: rgba(64, 72, 85, 1)!important;
        transition: height 0.3s ease-in-out;
        z-index: -1;
    }
    div#mobile-menu.expand {
    top: 0;
    height: 70px;
}
    div#mobile-menu .expand-button {
    display: none;
    }
    div#mobile-menu.expand .expand-button {
    position: absolute;
    top: 85px;
    opacity: 0;
    }
    div#mobile-menu .expand-button .hamburger {
        width: 25px;
        height: 3px;
        background: #26a69a;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12.5px;
        margin-top: -1.5px;
        -webkit-transition: -webkit-transform 200ms;
        transition: -webkit-transform 200ms;
        transition: transform 200ms;
        transition: transform 200ms, -webkit-transform 200ms;
    }
    div#mobile-menu .expand-button .hamburger-1 {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }
    div#mobile-menu .expand-button .hamburger-2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    div#mobile-menu .expand-button .hamburger-3 {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }
    div#mobile-menu.expand .expand-button .hamburger-1 {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    div#mobile-menu.expand .expand-button .hamburger-2 {
        -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
        transform: translate3d(0, 0, 0) scale(0.1, 1);
    }
    div#mobile-menu.expand .expand-button .hamburger-3 {
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }
    div#mobile-menu .expand-button {
        z-index: 2;
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        cursor: pointer;
    }
    div#mobile-menu .expand-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }
    div#mobile-menu.expand + .expand-button {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
        transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    }
    .menu {
        -webkit-filter: url(#goo);
        filter: url(#goo);
        background: transparent;
        height: 100%;
    }
    .mobile-menu-bg {
        top: -200vh;
        /*top: 35%;*/
        position: relative;
        left: 50%;
        transition: top 0.3s ease-in-out;
    }
    div#mobile-menu.expand .mobile-menu-bg {
    top: 0;
    left: 0;
    width: calc(90% - 30px);
    position: relative;
    float: left;
    height: 70px;
    margin: 0 15px;
}
    .menu-open-button {
    background: transparent;
    border-radius: 100%;
    margin-left: 0;
    color: white;
    text-align: center;
    line-height: 70px;
    position: fixed;
    padding: 0;
    cursor: pointer;
    display: inline-block;
    height: 70px;
    right: 0;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    z-index: 1;
    top: 0;
    width: 10%;
    right: 12px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    text-align: center;
}
a.menu-item {
    position: absolute;
    left: 100%;
    width: 20%;
    left:-100vw;
    height: 70px;
    background: transparent;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: left ease-out 200ms;
    transition: left ease-out 200ms;
    transition: left ease-out 200ms, left ease-out 200ms;
}
#mobile-menu .menu-open-button {
    z-index: 5;
}    

    #mobile-menu label:before,
    #mobile-menu label:after {
        display: none!important;
    }
    .menu-open {
        display: none;
    }
    .hamburger {
        width: 25px;
        height: 3px;
        background: white;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12.5px;
        margin-top: -1.5px;
        -webkit-transition: -webkit-transform 200ms;
        transition: -webkit-transform 200ms;
        transition: transform 200ms;
        transition: transform 200ms, -webkit-transform 200ms;
    }
    .hamburger-1 {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }
    .hamburger-2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .hamburger-3 {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }
    #mobile-menu.checky .menu-open-button .hamburger-1 {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    #mobile-menu.checky .menu-open-button .hamburger-2 {
        -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
        transform: translate3d(0, 0, 0) scale(0.1, 1);
    }
    #mobile-menu.checky .menu-open-button .hamburger-3 {
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }
    /*.menu {
    position: fixed;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
    background: rgba(64, 72, 85, 1);
}*/
    .menu-item:hover,
    .menu-item.active {
    background: transparent;
    color: #26a69a;
}
.menu-item:nth-child(2) {
        display: none;
    }
        .menu-item:nth-child(3) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(4) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(5) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(6) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(7) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(8) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(9) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-open-button {
        z-index: 2;
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        cursor: pointer;
    }
    .menu-open-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }
    body.mobile-menu-action a#logo-container {
    left: -100vw!important;
    }
    #mobile-menu.checky .menu-open-button {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
        transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    }
    #mobile-menu.checky .menu-open-button .waves-ripple,
    #mobile-menu.checky .menu-open-button.closeit .waves-ripple {
        display: none!important;
        transform: none!important;
        transition: none!important;
    }
    /*.menu-open ~ .menu-item {
    display: none; 
  }*/
    #mobile-menu.checky .menu-item {
        /*display: block; */
        -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
        transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    }
    #mobile-menu.checky .menu-item:nth-child(3) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
        left: 0;
        /*-webkit-transform: translate3d(0.08361px, -104.99997px, 0);
        transform: translate3d(0.08361px, -104.99997px, 0);*/
    }
    #mobile-menu.checky .menu-item:nth-child(4) {
        -webkit-transition-duration: 280ms;
        transition-duration: 280ms;
        /*-webkit-transform: translate3d(90.9466px, -52.47586px, 0);
        transform: translate3d(90.9466px, -52.47586px, 0);*/
        left:20%;
    }
    #mobile-menu.checky .menu-item:nth-child(5) {
        -webkit-transition-duration: 380ms;
        transition-duration: 380ms;
        /*-webkit-transform: translate3d(90.9466px, 52.47586px, 0);
        transform: translate3d(90.9466px, 52.47586px, 0);*/
        left:40%;
    }
    #mobile-menu.checky .menu-item:nth-child(6) {
        -webkit-transition-duration: 480ms;
        transition-duration: 480ms;
        /*-webkit-transform: translate3d(0.08361px, 104.99997px, 0);
        transform: translate3d(0.08361px, 104.99997px, 0);*/
        left:60%;

    }
    #mobile-menu.checky .menu-item:nth-child(7) {
        -webkit-transition-duration: 580ms;
        transition-duration: 580ms;
        /*-webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
        transform: translate3d(-90.86291px, 52.62064px, 0);*/
        left:80%;

    }
    #mobile-menu.checky .menu-item:nth-child(8) {
        -webkit-transition-duration: 680ms;
        transition-duration: 680ms;
        /*-webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
        transform: translate3d(-91.03006px, -52.33095px, 0);*/
        display: none;

    }
    #mobile-menu.checky .menu-item:nth-child(9) {
        -webkit-transition-duration: 780ms;
        transition-duration: 780ms;
        /*-webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
        transform: translate3d(-0.25084px, -104.9997px, 0);*/
        display: none;

    }
    /*#mobile-menu [type="checkbox"] + label:before, 
#mobile-menu [type="checkbox"]:not(.filled-in) + label:after {
    display: none;
}
#mobile-menu .mobile-menu-bg {
    position: relative;
    left: 50%;
    top: 30%;
}*/
    #mobile-menu .menu-item span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
    #mobile-menu .menu-item i {
        font-size: 2.2rem;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 2.4rem;
        height: initial;
        margin: 1.4rem 0 0.5rem 0;
    }
}

@media all and (max-width: 992px) and (orientation: portrait) {
    div#mobile-menu {
        width: 100%;
        top: 0;
        height: 0px;
        position: fixed;
        background: rgba(64, 72, 85, 1)!important;
        transition: height 0.3s ease-in-out;
        z-index: -1;
    }
    div#mobile-menu.expand {
    height: 100%;
}
    
    div#mobile-menu .expand-button {
    background: #26a69a!important;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin: 0;
    position: fixed;
    top: 30px;
    color: white;
    text-align: center;
    line-height: 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    right: 25px;
    transition: top 0.7s 0.2s ease-in-out;
}
    div#mobile-menu.expand .expand-button {
        position: fixed;
        top: -200vh;
    }
    div#mobile-menu .expand-button .hamburger {
        width: 25px;
        height: 3px;
        background: #26a69a;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12.5px;
        margin-top: -1.5px;
        -webkit-transition: -webkit-transform 200ms;
        transition: -webkit-transform 200ms;
        transition: transform 200ms;
        transition: transform 200ms, -webkit-transform 200ms;
    }
    div#mobile-menu .expand-button .hamburger-1 {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }
    div#mobile-menu .expand-button .hamburger-2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    div#mobile-menu .expand-button .hamburger-3 {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }
    div#mobile-menu.expand .expand-button .hamburger-1 {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    div#mobile-menu.expand .expand-button .hamburger-2 {
        -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
        transform: translate3d(0, 0, 0) scale(0.1, 1);
    }
    div#mobile-menu.expand .expand-button .hamburger-3 {
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }
    div#mobile-menu .expand-button {
        z-index: 2;
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        cursor: pointer;
    }
    header.nav-up.ready div#mobile-menu .expand-button {
        -webkit-transform: scale(0.9, 0.9) translate3d(0, 0, 0);
        transform: scale(0.9, 0.9) translate3d(10px, -10px, 0);
        opacity: 0.5;

    }
    header.nav-up.ready div#mobile-menu .expand-button:hover,
    header.nav-up.ready div#mobile-menu .expand-button:focus {
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        opacity: 1;
    }
    div#mobile-menu .expand-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }
    div#mobile-menu.expand + .expand-button {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
        transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    }
    .menu {
        -webkit-filter: url(#goo);
        filter: url(#goo);
        background: transparent;
        height: 100%;
    }
    .mobile-menu-bg {
        top: -200vh;
        /*top: 35%;*/
        position: relative;
        left: 50%;
        transition: top 0.3s ease-in-out;
    }
    div#mobile-menu.expand .mobile-menu-bg {
        top: 35%;
    }
    .menu-item,
    .menu-open-button {
        background: #26a69a!important;
        border-radius: 100%;
        width: 80px;
        height: 80px;
        margin-left: -40px;
        position: absolute;
        top: 20px;
        color: white;
        text-align: center;
        line-height: 80px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform ease-out 200ms;
        transition: -webkit-transform ease-out 200ms;
        transition: transform ease-out 200ms;
        transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    }
    #mobile-menu [type="checkbox"] + label {
        position: absolute;
        padding: 0;
        cursor: pointer;
        display: inline-block;
        height: 80px;
        line-height: 25px;
        font-size: 1rem;
        -webkit-user-select: none;
        -moz-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
    }
    #mobile-menu label:before,
    #mobile-menu label:after {
        display: none!important;
    }
    .menu-open {
        display: none;
    }
    .hamburger {
        width: 25px;
        height: 3px;
        background: white;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -12.5px;
        margin-top: -1.5px;
        -webkit-transition: -webkit-transform 200ms;
        transition: -webkit-transform 200ms;
        transition: transform 200ms;
        transition: transform 200ms, -webkit-transform 200ms;
    }
    .hamburger-1 {
        -webkit-transform: translate3d(0, -8px, 0);
        transform: translate3d(0, -8px, 0);
    }
    .hamburger-2 {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .hamburger-3 {
        -webkit-transform: translate3d(0, 8px, 0);
        transform: translate3d(0, 8px, 0);
    }
    #mobile-menu.checky .menu-open-button .hamburger-1 {
        -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
        transform: translate3d(0, 0, 0) rotate(45deg);
    }
    #mobile-menu.checky .menu-open-button .hamburger-2 {
        -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
        transform: translate3d(0, 0, 0) scale(0.1, 1);
    }
    #mobile-menu.checky .menu-open-button .hamburger-3 {
        -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
        transform: translate3d(0, 0, 0) rotate(-45deg);
    }
    /*.menu {
    position: fixed;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    font-size: 20px;
    text-align: left;
    background: rgba(64, 72, 85, 1);
}*/
    .menu-item:hover {
        background: white;
        color: #e91e63;
    }
    .menu-item:nth-child(2) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(3) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(4) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(5) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(6) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(7) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-item:nth-child(8) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
    }
    .menu-open-button {
        z-index: 2;
        -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
        -webkit-transition-duration: 400ms;
        transition-duration: 400ms;
        -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        transform: scale(1.1, 1.1) translate3d(0, 0, 0);
        cursor: pointer;
    }
    .menu-open-button:hover {
        -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
        transform: scale(1.2, 1.2) translate3d(0, 0, 0);
    }
    #mobile-menu.checky .menu-open-button {
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
        transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    }
    /*.menu-open ~ .menu-item {
    display: none; 
  }*/
    #mobile-menu.checky .menu-item {
        /*display: block; */
        -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
        transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    }
    #mobile-menu.checky .menu-item:nth-child(2) {
        -webkit-transition-duration: 180ms;
        transition-duration: 180ms;
        -webkit-transform: translate3d(0.08361px, -104.99997px, 0);
        transform: translate3d(0.08361px, -104.99997px, 0);
    }
    #mobile-menu.checky .menu-item:nth-child(3) {
        -webkit-transition-duration: 280ms;
        transition-duration: 280ms;
        -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
        transform: translate3d(90.9466px, -52.47586px, 0);
    }
    #mobile-menu.checky .menu-item:nth-child(4) {
        -webkit-transition-duration: 380ms;
        transition-duration: 380ms;
        -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
        transform: translate3d(90.9466px, 52.47586px, 0);
    }
    #mobile-menu.checky .menu-item:nth-child(5) {
        -webkit-transition-duration: 480ms;
        transition-duration: 480ms;
        -webkit-transform: translate3d(0.08361px, 104.99997px, 0);
        transform: translate3d(0.08361px, 104.99997px, 0);
    }
    #mobile-menu.checky .menu-item:nth-child(6) {
        -webkit-transition-duration: 580ms;
        transition-duration: 580ms;
        -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
        transform: translate3d(-90.86291px, 52.62064px, 0);
    }
    #mobile-menu.checky .menu-item:nth-child(7) {
        -webkit-transition-duration: 680ms;
        transition-duration: 680ms;
        -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
        transform: translate3d(-91.03006px, -52.33095px, 0);
    }
    #mobile-menu.checky .menu-item:nth-child(8) {
        -webkit-transition-duration: 780ms;
        transition-duration: 780ms;
        -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
        transform: translate3d(-0.25084px, -104.9997px, 0);
    }
    #mobile-menu.checky .menu-item:nth-child(2):hover {
        /*-webkit-transition-duration: 180ms;
        transition-duration: 180ms;
        -webkit-transform: translate3d(0.08361px, -104.99997px, 0) scale(1.1);
        transform: translate3d(0.08361px, -104.99997px, 0) scale(1.1);*/
    }
    #mobile-menu.checky .menu-item:nth-child(3):hover {
        -webkit-transition-duration: 280ms;
        transition-duration: 280ms;
        -webkit-transform: translate3d(90.9466px, -52.47586px, 0) scale(1.1);
        transform: translate3d(90.9466px, -52.47586px, 0) scale(1.1);
    }
    #mobile-menu.checky .menu-item:nth-child(4):hover {
        -webkit-transition-duration: 280ms;
        transition-duration: 280ms;
        -webkit-transform: translate3d(90.9466px, 52.47586px, 0) scale(1.1);
        transform: translate3d(90.9466px, 52.47586px, 0) scale(1.1);
    }
    #mobile-menu.checky .menu-item:nth-child(5):hover {
        -webkit-transition-duration: 280ms;
        transition-duration: 280ms;
        -webkit-transform: translate3d(0.08361px, 104.99997px, 0) scale(1.1);
        transform: translate3d(0.08361px, 104.99997px, 0) scale(1.1);
    }
    #mobile-menu.checky .menu-item:nth-child(6):hover {
        -webkit-transition-duration: 280ms;
        transition-duration: 280ms;
        -webkit-transform: translate3d(-90.86291px, 52.62064px, 0) scale(1.1);
        transform: translate3d(-90.86291px, 52.62064px, 0) scale(1.1);
    }
    #mobile-menu.checky .menu-item:nth-child(7):hover {
        -webkit-transition-duration: 280ms;
        transition-duration: 280ms;
        -webkit-transform: translate3d(-91.03006px, -52.33095px, 0) scale(1.1);
        transform: translate3d(-91.03006px, -52.33095px, 0) scale(1.1);
    }

    /*#mobile-menu [type="checkbox"] + label:before, 
#mobile-menu [type="checkbox"]:not(.filled-in) + label:after {
    display: none;
}
#mobile-menu .mobile-menu-bg {
    position: relative;
    left: 50%;
    top: 30%;
}*/
    #mobile-menu .menu-item span,
    #mobile-menu .expand-button span {
        font-size: 1.1rem;
        line-height: 1.2rem;
        float: left;
        width: 100%;
        text-align: center;
        color: #fff;
        text-transform: uppercase;
    }
    #mobile-menu .menu-item i {
        font-size: 2.2rem;
        color: #fff;
        float: left;
        width: 100%;
        text-align: center;
        line-height: 2.4rem;
        height: initial;
        margin: 1.4rem 0 0.5rem 0;
    }
    #mobile-menu .expand-button i {
    font-size: 2.2rem;
    color: #fff;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 2.2rem;
    height: initial;
    margin: 1.2rem 0 0.5rem 0;
}
header.nav-up.ready {
    top: -80px!important;
}
}
/*HEADLINES MEDIA QUERIES*/
@media all and (max-width: 1200px) {
    h2.special-bg, h3.special-bg {
    font-size: 2.2vw!important;
    line-height: 3.2vw;
}
h3.special {
    font-size: 2vw!important;
 }
 h2 {
    font-size: 3vw;
    line-height: 4.4vw;
}
h2.header span {
    font-size: 3.6vw;
    }
    .service label {
    margin-top: 3vw;
    font-size: 1.8vw;
    line-height: 2.6vw;
}
label {
    font-size: 1.5vw;
    line-height: 2vw;
}
h4 {
    font-size: 2vw;
    margin: 1vw 0 1vw 0;
}
p {
    line-height: 2rem!important;
    font-size: 1.5rem!important;
    margin: 0 0 1em 0;
    }
    p .bold {
    font-size: 1.6rem!important;
}
label.big {
    font-size: 2.2vw;
    line-height: 4vw;
}
}
@media all and (max-width: 992px) {
    h3.special {
    font-size: 3vw!important;
    
}
h2.special-bg, h3.special-bg {
    font-size: 4vw!important;
    line-height: 5vw;
}
.service label {
    font-weight: normal;
}
h4 {
    font-size: 3vw;
    margin: 1vw 0 1vw 0;
}
}
@media all and (max-width: 992px) {
    #home-slider {
    height: auto;
    max-height: inherit;
    float: left;
    width: 100%;
    border-top: 70px solid rgba(64, 72, 85, 1)!important;
}
#home-slider {
    background-size: cover;
    background-position: 30% 0%;
    background-image: url(../images/entry03.jpg);
}
#home-slider .inner {
    height: inherit;
    width: calc(100% - 80px);
    top: 0;
    position: relative;
    max-width: 100%;
    display: block;
    align-items: inherit;
    margin: 0 40px;
}
.adjustment {
    height: inherit;
    float: left;
    width: 100%;
    padding: 10vw 0 10vw 0;
}
#home-slider .headline {
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    float: left;
    margin: 0 0 6vw 0;
}
.slider_content {
    position: relative;
    float: left;
}
.slider_section.active {
    opacity: 1;
    visibility: visible;
    position: relative;
    float: left;
}
.line-animation {
    position: relative;
    top: 0;
    width: 100%;
    height: inherit;
    float: left;
}
.line-a,
.line-b,
.line-c,
.line-d,
.line-e,
.line-f {
    display: none!important;
}
.first-con {
    position: relative;
    top: 0;
    left: 0;
    width: 40%;
    float: left;
    z-index: 1;
    margin: 0 5%;
}
.second-con {
    width: 50%;
    left: inherit;
    top: 0;
    height: 26vw;
    float: left;
    margin: 3vw 0 0 0;
}
h1, .headline h2 {
    font-size: 4vw;
    line-height: 4.4vw;
    padding: 0 0 0 1vw;
    text-transform: uppercase;
    margin-top: 1em!important;
    margin-right: 0!important;
    margin-bottom: 1.4em!important;
}
.slider_section h2 {
    line-height: 3.6vw;
    font-size: 2.8vw;
    margin: 0 0 2vw;
}
#home-slider label {
    font-size: 2vw;
    margin-bottom: 0.8vw;
}
#home-slider span.checked {
    width: 2vw;
    float: left;
    text-align: center;
    margin: -0.2vw 1vw 0 0;
}
span.scroll-down {
    cursor: pointer;
    height: 60px;
    width: 80px;
    margin: 0px 0 0 -40px;
    line-height: 60px;
    position: absolute;
    left: 50%;
    bottom: -8vw;
    color: #FFF;
    text-align: center;
    font-size: 70px;
    z-index: 100;
    text-decoration: none;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    -webkit-animation: pulse_down 2s ease-in-out infinite;
    -moz-animation: pulse_down 2s ease-in-out infinite;
    animation: pulse_down 2s ease-in-out infinite;
}
span.scroll-down .material-icons {
    font-size: 7vw;
    color: #fff;
}
.subsection.first {
    padding-top: 70px;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 80px);
}
.parallax-container .section {
    position: relative;
    top: 25%;
}
.col50, .col50.last {
    width: 100%!important;
    margin: 0 0 2em 0!important;

}
#entry .next {
    display: none;
}
#entry .next-mobile {
    display: block;
    width: 40%;
    float: left;
    margin: 0 5% 2em 0;
}
#entry .next_special {
    display: block;
    float: left;
    width: 49%;
    margin-top: 2vw;
    margin-left: 3%;
}
.row {
    margin: 1em 0 2em 0;
}
#creative .img-service {
    position: absolute;
    bottom: -5em;
    right: 0;
    width: 45vw;
    max-width: 750px;
}
#creative .solutions {
    float: left;
    width: 60%;
}
#progress-boxes {
    width: calc(100% + 80px);
    float: left;
    position: relative;
    left: -40px;
}
#progress-boxes .box1, #progress-boxes .box6 {
    width: 100%;
    padding: 15px 15px 30px 15px;
    text-align: left;
    position: relative;
    height: inherit;
    max-height: inherit;
}
#progress-boxes .general {
    position: relative;
    width: 90%;
    opacity: 1!important;
    transition: opacity 0.2s ease-in;
    float: left;
}
#progress-boxes .planung, #progress-boxes .design, #progress-boxes .entwicklung, #progress-boxes .qualitaetskontrolle {
    position: relative;
    width: 85%;
    opacity: 1;
    transition: opacity 0.2s ease-in;
    margin: 1em 0 0 0;
    float: left;
}
#progress-boxes .box {
    height: auto;
    float: left;
    position: relative;
    padding: 5vw;
    text-align: left;
    max-height: inherit;
}
#progress-boxes .box2,
#progress-boxes .box3,
#progress-boxes .box4,
#progress-boxes .box5,
#progress-boxes .box6 {
    width: 100%;
    float: left;
    padding: 5vw 30px;
}

#progress-boxes .box2,
#progress-boxes.planung-active .box2 {
    background: #009688!important;
    -moz-box-shadow: inset 0px 12px 0px rgba(64, 72, 85, 0.5);
    -webkit-box-shadow: inset 12px 0px 0px rgba(64, 72, 85, 0.5);
    box-shadow: inset 0px 12px 0px rgba(64, 72, 85, 0.5);
    transition: none;
}

#progress-boxes .box2 i.next,
#progress-boxes.planung-active .box2 i.next {
    color: #009688!important;
    transition: none;
    font-size: 16vw;
    position: absolute;
    top: calc(100% - 6vw);
    left: calc(50% - 4vw);
    transform: rotate(90deg);
}

#progress-boxes .box3,
#progress-boxes.design-active .box3 {
    /*background: rgba(64, 72, 85, 1)!important;*/
    background: #00897b!important;
    transition: none;
}

#progress-boxes .box3 i.next,
#progress-boxes.design-active .box3 i.next {
    /*color: rgba(64, 72, 85, 1)!important;*/
    color: #00897b!important;
    transition: none;
    font-size: 16vw;
    position: absolute;
    top: calc(100% - 6vw);
    left: calc(50% - 4vw);
    transform: rotate(90deg);
}

#progress-boxes .box4,
#progress-boxes.entwicklung-active .box4 {
    /*background: #009688!important;*/
    background: #00796b!important;
    transition: none;
}

#progress-boxes .box4 i.next,
#progress-boxes.entwicklung-active .box4 i.next {
    /*color: #009688!important;*/
    color: #00796b!important;
    transition: none;
    font-size: 16vw;
    position: absolute;
    top: calc(100% - 6vw);
    left: calc(50% - 4vw);
    transform: rotate(90deg);
}

#progress-boxes .box5,
#progress-boxes.qualitaetskontrolle-active .box5 {
    background: #00695c!important;
    /*background: rgba(64, 72, 85, 1)!important;*/
    transition: none;
}
#progress-boxes .box6 {
    background: #004d40!important;
    /* background: rgba(64, 72, 85, 1)!important; */
    transition: none;
    padding-left: 7vw;
    -moz-box-shadow: inset 0px 12px 0px rgba(64, 72, 85, 0.5);
    -webkit-box-shadow: inset 12px 0px 0px rgba(64, 72, 85, 0.5);
    box-shadow: inset 0px 12px 0px rgba(64, 72, 85, 0.5);
}

#progress-boxes .box5 i.next,
#progress-boxes.qualitaetskontrolle-active .box5 i.next {
    display: none;
}
#progress-boxes .box1 img.next {
    top: calc(100% - 4vw);
    left: calc(50% - 4vw);
    -moz-transform: scaleX(-1) rotate(-90deg);
    -o-transform: scaleX(-1) rotate(-90deg);
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    filter: FlipH -ms-filter: "FlipH";
    position: absolute;
    z-index: 1;
    width: 8vw;
    height: 8vw;
    min-height: 8vw;
}
#progress-boxes .box6 img.next {
    top: calc(0% - 4vw);
    left: calc(50% - 4vw);
    -moz-transform: scaleX(-1) rotate(-90deg);
    -o-transform: scaleX(-1) rotate(-90deg);
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    filter: FlipH -ms-filter: "FlipH";
    position: absolute;
    z-index: 1;
    width: 8vw;
    height: 8vw;
    min-height: 8vw;
}
#progress-boxes img {
    width: 20%;
    margin: 0 5vw;
    float: left;
    min-height: inherit;
}
#progress-boxes label {
    float: left;
    margin: 2vw 0 1vw 0;
    font-size: 3vw;
    width: calc(80% - 10vw);
    text-align: left;
    font-size: 3vw;
    line-height: 5vw;
    color: #fff;
    font-weight: 300;
}
#progress-boxes .box6 label.big {
    float: left;
    margin: 2vw 0 1vw 0;
    font-size: 3vw;
    width: calc(80% - 10vw);
    text-align: left;
    font-size: 4vw;
    line-height: 6vw;
    color: #fff;
    font-weight: 300;
}
#progress-boxes .box6 span.checked {
    width: 3.6vw;
    float: left;
    text-align: center;
    margin: 0 1rem 0 0;
}
div#progress-boxes .h_desktop {
    float: left;
    width: 60%;
}
div#progress-boxes .h_desktop p {
    color: #fff!important;
    font-size: 2vw!important;
    line-height: 2.8vw!important;
}
.parallax img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    float: left;
    width: 100%;
    transform: none!important;
    object-fit: cover;
}
#responsive-slider h3.special-bg {
    font-size: 2vw!important;
    line-height: 3vw!important;
}
#contactForm {
    margin: 0;
    width: 95%;
}
.h_mobile {
    display: none;
}
.h_desktop {
    display: block;
}
#home-slider .headline h1 span.highlight, .bg-grey h1 span.highlight, .bg-grey h2 span.highlight, .bg-grey h3.special-bg span.highlight, h2.header span, .bg-dark h1 span.highlight, .bg-dark h2 span.highlight, .bg-dark h3.special-bg span.highlight, .bg-white h1 span.highlight, .bg-white h2 span.highlight, .bg-white h3.special-bg span.highlight {
    font-weight: 300!important;
}
}

@media all and (max-width: 767px) {
    .service img {
    width: 60%;
    max-width: 140px;
    transform: scale(1);
    opacity: 1;
    animation: none;

}
.service {
    text-align: center;
    width: 50%;
    position: relative;
    height: auto;
    padding: 50px 20px;
    float: left;
    left: 0!important;
}
.service label {
    margin-top: 5vw;
    font-size: 4vw;
    line-height: 5vw;
}
}






@media all and (max-width: 600px) {
    header nav#main-navigation a#logo-container {
    /* background-image: url(../images/prinexa_logo_dark_light.png); */
    height: 45px;
    float: left;
    margin: 15px 0 10px 5px;
    background-size: 100% 200%;
    width: 150px;
    background-position: 100% 0%;
    transition: all 0.3s ease-in-out;
    transform: none;
    left: 15px;
}
header.fixed nav#main-navigation a#logo-container {
    height: 45px;
    width: 150px;
    margin: 15px 0 10px 5px;
}
#home-slider .inner {
    height: inherit;
    width: calc(100% - 40px);
    top: 0;
    position: relative;
    max-width: 100%;
    display: block;
    align-items: inherit;
    margin: 0 20px;
}
#progress-boxes {
    width: calc(100% + 40px);
    float: left;
    position: relative;
    left: -20px;
}

h1, .headline h2 {
    font-size: 1.8rem;
    line-height: 2rem;
    padding: 0 0 0 1rem;
    text-transform: uppercase;
    margin-top: 1em!important;
    margin-right: 0!important;
    margin-bottom: 1.4em!important;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    width: calc(100% - 40px);
}
}
@media all and (max-width: 560px) {
    header {
    position: absolute;
 }
    .adjustment {
    height: inherit;
    float: left;
    width: 100%;
    padding: 20vw 0 12vw 0;
    max-height: inherit;
}
h1, .headline h2 {
    font-size: 4.5vw;
    line-height: 5.5vw;
    padding: 0 0 0 2vw;
    text-transform: uppercase;
    margin-top: 1em!important;
    margin-right: 0!important;
    margin-bottom: 1.4em!important;
}
.first-con, .second-con  {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    float: left;
    z-index: 1;
    margin: 2rem 0;
}
.second-con {
    width: 100%;
    left: inherit;
    top: 0;
    height: 50vw;
    float: left;
    margin: 3vw 0 0 0;
}
#home-slider {
    background-size: cover;
    background-position: 61% 0%;
    background-image: url(../images/entry03.jpg);
}
#home-slider .headline {
    height: auto;
    position: relative;
    top: 0;
    left: 8vw;
    float: left;
    margin: 0 0 6vw 0;
}
.slider_section h2 {
    line-height: 7vw;
    font-size: 5vw;
    margin: 0 auto 4vw auto;
    text-align: center;
    width: 75%;
}
#home-slider label {
    font-size: 4vw;
    margin-bottom: 2vw;
    line-height: 5vw;
    text-align: center;
}
#home-slider span.checked {
    display: none;
    
}
span.scroll-down .material-icons {
    font-size: 10vw;
    color: #fff;
    line-height: 12vw;
}
.subsection.first {
    padding-top: 30px;
}
#entry .next-mobile {
    display: block;
    width: 85%;
    float: left;
    margin: 0 5% 2em 0;
}
.col50, .col50.last {
    width: 100%!important;
    margin: 0 0 1em 0!important;
}
#entry .next_special {
    display: block;
    float: left;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
}
p {
    line-height: 1.8rem!important;
    font-size: 1.3rem!important;
    margin: 0 0 1em 0;
}
h3.special {
    font-size: 2.6rem!important;
    line-height: 3rem!important;
}
p .bold {
    font-size: 1.4rem!important;
}
.m_btna {
    float: left;
    width: 100%;
    text-align: center;
    margin: 1rem 0 0 0;
}
button, a.btn, #contactForm button {
    height: 45px!important;
    line-height: 45px!important;
    font-weight: 300!important;
    font-size: 1.2em!important;
    text-align: center!important;
    letter-spacing: 1px!important;
    padding: 0 2rem!important;
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: auto;
}
h2 {
    font-size: 9vw;
    line-height: 12vw;
    padding: 6vw;
}
h2.header span {
    font-size: 10vw;
}
.parallax-container {
    min-height: auto;
    line-height: 0;
    height: auto;
    color: rgba(255, 255, 255, .9);
}

.headline h2 {
    font-size: 8vw;
    line-height: 9vw;
    padding: 0 0 0 2vw;
    text-transform: uppercase;
    margin-top: 1em!important;
    margin-right: 0!important;
    margin-bottom: 1.4em!important;
}
h2.special-bg, h3.special-bg {
    font-size: 7vw!important;
    line-height: 9vw;
    padding: 0 0 0 2vw;
    text-transform: uppercase;
    margin-top: 1em!important;
    margin-right: 0!important;
    margin-bottom: 1.4em!important;
}

#creative .solutions {
    float: left;
    width: 100%;
}
#creative .img-service {
    position: relative;
    bottom: -6em;
    right: 0;
    width: 90vw;
    max-width: 750px;
    margin: -6em 0 0px 0!important;
}
h4 {
    font-size: 6vw;
    margin: 3vw 0 4vw 0;
}
div#progress-boxes .h_desktop p {
    color: #fff!important;
    font-size: 1.3rem!important;
    line-height: 1.7rem!important;
}
#leistungen .trust {
    width: 100%!important;
    padding: 0!important;
    margin: 2em 0 0 0;
}
.trust h3.special-bg {
    font-size: 6vw!important;
}
.trust p {
    float: left;
    width: 100%;
}
.help-block.with-errors {
    bottom: -1.4rem;
    font-size: 1.4rem;
    }
    #contactForm .row.form-group.captcha {
    margin: -1rem 0 5rem 5rem;
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    padding: 0;
}
.g-recaptcha > div {
    float: left;
    position: relative;
}
div#msgSubmit {
    position: relative;
    left: 0;
}

#home-slider .headline {
    height: auto;
    position: relative;
    top: 0;
    left: 1vw;
    float: left;
    margin: 0 0 6vw 0;
    width: calc(100% - 4vw);
}
#home-slider .headline h1 {
    font-size: 7vw;
    line-height: 8.5vw;
    padding: 0 0 0 2vw;
    text-transform: uppercase;
    margin-top: 1em!important;
    margin-right: 0!important;
    margin-bottom: 1.4em!important;
}
#home-slider .headline h1 {
    margin-top: 0!important;
    margin-bottom: 0!important;
    color: #fff;
    max-width: 100%;
    margin-left: 15vw!important;
}
#home-slider .headline h1 span.sub {
    font-size: 75%;
    text-transform: none!important;
    float: left;
    line-height: 7vw;
    width: 100%;
}
#home-slider .headline span.before {
    content: "";
    background: url(../images/prinexa_icon.svg);
    height: 32vw;
    float: left;
    background-size: auto 100%;
    top: 0;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0px;
    width: 15vw!important;
}
#progress-boxes .box2, #progress-boxes .box3, #progress-boxes .box4, #progress-boxes .box5, #progress-boxes .box6 {
    width: 100%;
    float: left;
    padding: 10vw 3vw;
}

#progress-boxes label {
    float: left;
    margin: 2vw 0 3vw 0;
    font-size: 3vw;
    width: calc(80% - 10vw);
    text-align: left;
    font-size: 5vw;
    line-height: 5vw;
    color: #fff;
    font-weight: 300;
}
#progress-boxes .box6 label {
    float: left;
    margin: 2vw 0 1vw 0;
    font-size: 3vw;
    width: calc(80% - 5vw);
    text-align: left;
    font-size: 4vw;
    line-height: 4vw;
    color: #fff;
    font-weight: 300;
}
#progress-boxes .box6 label.big {
    float: left;
    margin: 2vw 0 4vw 0;
    font-size: 3vw;
    width: calc(80% - 10vw);
    text-align: left;
    font-size: 6vw;
    line-height: 6vw;
    color: #fff;
    font-weight: 300;
}
#progress-boxes img.progress-finish {
    width: 35%;
    position: absolute;
    right: 0vw;
    bottom: 0;
}
#progress-boxes .box1 img.next {
    top: calc(100% - 4vw);
    left: calc(50% - 4vw);
    -moz-transform: scaleX(-1) rotate(-90deg);
    -o-transform: scaleX(-1) rotate(-90deg);
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    filter: FlipH -ms-filter: "FlipH";
    position: absolute;
    z-index: 1;
    width: 12vw;
    height: 12vw;
    min-height: 8vw;
}
#progress-boxes .box6 img.next {
    top: calc(0% - 5vw);
    left: calc(50% - 6vw);
    -moz-transform: scaleX(-1) rotate(-90deg);
    -o-transform: scaleX(-1) rotate(-90deg);
    -webkit-transform: scaleX(-1) rotate(-90deg);
    transform: scaleX(-1) rotate(-90deg);
    filter: FlipH -ms-filter: "FlipH";
    position: absolute;
    z-index: 1;
    width: 12vw;
    height: 12vw;
    min-height: 8vw;
}
#progress-boxes .box2 i.next, #progress-boxes.planung-active .box2 i.next, #progress-boxes .box3 i.next, #progress-boxes.design-active .box3 i.next, #progress-boxes .box4 i.next, #progress-boxes.entwicklung-active .box4 i.next {
    font-size: 22vw;
    top: calc(100% - 10vw);
    left: calc(50% - 4vw);
    transform: rotate(90deg);
    line-height: 22vw;
    width: 8vw;
    height: 22vw;
}
#progress-boxes .box6 span.checked {
    width: 4vw;
    float: left;
    text-align: center;
    margin: -1vw 1rem 0 0;
    height: 5vw;
}
#portfolio .headline span.before {
    content: "";
    background: url(../images/prinexa_icon.svg);
    height: 100%;
    float: left;
    background-size: auto 100%;
    top: 0;
    position: absolute;
    left: 0;
    background-repeat: no-repeat;
    background-position: 0px;
    width: 16vw!important;
}
#portfolio .headline h2 {
    margin-left: 16vw;
}
#responsive-slider .responsive_slider_nav {
    position: relative;
    width: 100%;
    overflow: scroll;
    float: left;
    /* background: rgba(38,166,154,0.1); */
    background: rgba(255, 255, 255, 0.1);
    padding: 2em 0 2em 0;
}
#responsive-slider .responsive_slider_nav ul {
    position: relative;
    width: 96rem;
    padding: 0;
    float: left;
}
#responsive-slider .responsive_slider_nav ul li {
    position: relative;
    width: 16rem;
    text-align: center;
    padding: 0;
    margin: 0;
    float: left;
    cursor: pointer;
}
#responsive-slider .item {
    position: relative;
    width: 100%;
    height: 82vw;
    margin: 0 0 4em 0;
    float: left;
    max-height: inherit;
    top: 25vw;
}
#responsive-slider h3.special-bg {
    font-size: 4vw!important;
    line-height: 6vw!important;
    margin-top: -35vw!important;
}
#responsive-slider .item img.portfolio {
    max-width: 800px;
    width: 85%;
    margin: 0 auto;
    float: none;
    display: block;
    height: auto;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    top: 22vw;
}
section#ueber-uns .agency {
    width: 100%;
    float: left;
    margin: 0 0 2rem 0;
}
.m_agency {
    margin: 1em 2rem 2em 3rem!important;
    padding: 0 10vw 0 0;
    float: left!important;
    width: calc(60% - 5rem);
}
#kontakt .bg-dark h3.special-bg span.highlight {
    float: left;
}
#entry h2.special-bg br {
    display: none;
}
}
@media all and (max-width: 530px) {
    section#ueber-uns div.img-service {
    float: left;
    width: 100%;
    margin: 0 0 2rem 0;
}
.m_agency {
    margin: 0!important;
    padding: 0 10vw 0 0;
    float: left!important;
    width: 100%;
}
}

@media all and (max-width: 425px) {
  .service {
    text-align: center;
    width: 100%;
    position: relative;
    height: auto;
    padding: 30px 20px;
    float: left;
    left: 0!important;
}


.service .w100 .col.col100:first-child {
    width: 40%;
    float: left;
}
.service .w100 .col.col100:last-child {
    width: 60%;
    float: left;
}
.service img {
    width: 80%;
    max-width: 300px;
    transform: scale(1);
    opacity: 1;
    animation: none;
}
.service label {
    margin-top: 6vw;
    font-size: 6vw;
    line-height: 8vw;
}
.boxes-row:nth-child(1) .service:nth-child(1) {
    /*background-color: #e0f2f1;*/
}
.boxes-row:nth-child(1) .service:nth-child(2) {
    /*background-color: #e0f2f1;*/
}
.boxes-row:nth-child(1) .service:nth-child(3) {
    /*background-color: #e0f2f1;*/
}
.boxes-row:nth-child(1) .service:nth-child(4) {
    /*background-color: #e0f2f1;*/
}
.boxes-row:nth-child(2) .service:nth-child(1) {
    background-color: #26a69a;
}
.boxes-row:nth-child(2) .service:nth-child(2) {
    background-color: #4db6ac;
}
.boxes-row:nth-child(2) .service:nth-child(3) {
    background-color: #80cbc4;
}
.boxes-row:nth-child(2) .service:nth-child(4) {
    background-color: #b2dfdb;
}
.collapsible-header {
    font-size: 1.6rem!important;
    }
    section#ueber-uns .quote {
    border-left: 10px solid;
    color: #26a69a;
    text-align: center;
    margin: 2rem 0 0em 2rem;
    padding: 0 4vw 0 2rem;
    float: left;
    left: 0;
    font-size: 5vw;
    line-height: 7vw;
    text-align: right;
    width: calc(100% - 2rem);
}
button, a.btn, #contactForm button {
    height: 45px!important;
    line-height: 45px!important;
    font-weight: 300!important;
    font-size: 1.1em!important;
    text-align: center!important;
    letter-spacing: 1px!important;
    padding: 0 1rem!important;
    float: none!important;
    margin-left: auto!important;
    margin-right: auto!important;
    width: auto;
}
}
@media all and (max-width: 424px) {
  

.g-recaptcha {
    transform:scale(0.75);
    transform-origin:0 0;
}
}
.special-highlight span.bold {
    float: left;
    text-align: center;
    width: 100%;
    color: #26a69a;
    font-size: 120%!important;
}
.special-highlight p {
    float: left;
    text-align: center; 
    width: 100%;
}