@charset "utf-8";
/* ==============================
   Colors
   ============================== */
/*
accent-darkblue #3F4974 rgba(63,73,116,1)
accent-red    #A53C73 rgba(165,60,115,1)

extradarkgrey   #0e0e0e rgba(14,14,14,1)
darkgrey:       #1c1c1c rgba(28,28,28,1)
middlegrey:     #505050 rgba(80,80,80,1)
lightgrey:      #e1e1e1 rgba(225,225,225,1)
extralightgrey: #f8f8f8 rgba(248,248,248,1)
*/

@media only screen and (max-width: 1366px) {

    .full-wrapper{
        margin-left: 30px;
        margin-right: 30px;
    }
    .center-wrapper {
        margin: 0 5%;
    }
    .inner-nav ul li{
        margin-left: 0;
    }
    .mn-has-multi {
        left: 30px;
        right: 42px;
        width: calc(100vw - 72px);
        max-width: calc(100vw - 72px);
    }

    .mn-sub-multi ul li {
        width: 100%;
    }
    .mn-sub-multi ul li a {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .inner-nav ul li .mn-sub li a{
        padding: 10px 14px;
    }
}
@media only screen and (max-width: 1200px) {

    .inner-nav ul{
        font-size: 16px;
    }
    .inner-nav ul li{
        margin-left: 0;
    }
    .hs-line-1{
        font-size: 72px;
    }
    .hs-line-2{
        font-size: 68px;
    }
    .hs-line-12{
        font-size: 70px;
    }
    .hs-line-13{
        font-size: 78px;
    }
    .form input[type="text"].input-lg,
    .form input[type="email"].input-lg,
    .form input[type="number"].input-lg,
    .form input[type="url"].input-lg,
    .form input[type="search"].input-lg,
    .form input[type="tel"].input-lg,
    .form input[type="password"].input-lg,
    .form input[type="date"].input-lg,
    .form input[type="color"].input-lg,
    .form select.input-lg{
        height: 51px;
        font-size: 18px;
    }
    .btn-mod.btn-large{
        padding: 12px 35px 14px;
        font-size: 14px;
    }
    .alt-service-grid{
        margin-top: -40px;
    }
    .alt-service-item{
        margin-top: 40px;
        padding-left: 48px;
    }
    .alt-services-title{
        font-size: 18px;
        margin-bottom: 5px;
    }
    .alt-services-image{
        margin-top: 10px;
    }

    .work-grid-5 .work-item{
        width: 25%;
    }

    .mod-breadcrumbs-mini{
        text-align: right;
    }

}
@media only screen and (max-width: 1199px) {


    .inner-nav ul li a{
        padding: 0 16px;
    }


    .widget{
        padding: 0 15px 0 15px;
    }

    .work-title{
        font-size: 18px;
        letter-spacing: 0;
    }
    .tpl-alt-tabs{
        font-size: 13px;
        letter-spacing: 0.2em;
    }
    .tpl-alt-tabs > li{
        width: 170px;
    }

    .split-section-wrapper{
        padding: 0 50px;
    }

}

@media (min-width: 1024px) {

    /* 2) Desktop‐Hover: Dropdown einblenden */
    .inner-nav > ul.clearlist > li:hover > ul.mn-sub.mn-has-multi {
        display: block;
    }

    /* 3) Mobile/Touch‐Fall (wenn JS .js-opened setzt) */
    .inner-nav > ul.clearlist > li.js-opened > ul.mn-sub.mn-has-multi {
        display: block;
    }
}


/* ==============================
   Tablet landskape
   ============================== */

@media only screen and (max-width: 1024px) {

    .img-full-height {
        object-fit: cover;
        width: 100%;
        height: 100%;
        display: block;
    }

    .mn-has-multi {
        top: 80px;
        column-count: unset;
        column-gap: unset;
    }
    .small-height .mn-has-multi {
        top: 80px;
    }
    .mn-sub-multi ul li a:before {
        position: absolute;
        content: '';
        top: 20px;
        left:40px;
        display: block;
        width: 9px;
        height: 9px;
        background-color: #f8f8f8;
        transform: rotate(32deg);
    }

    .main-nav,
    .main-nav.small-height,
    .mobile-nav,
    .mobile-nav.small-height,
    .small-height {
        transform: none;
        height: 80px !important;
        line-height: 80px !important;
        align-items: center;
        vertical-align: center;
    }
    .fa.fa-globe + i {
        display: inline-block;
    }
    .fa.fa-globe {
        padding: 0 15px;
    }
    .nav-logo-wrap .logo,
    .small-height .nav-logo-wrap .logo {
        height: 80px;
        transform: scale(80%);
        transform-origin: center;
        max-width: none;
        -webkit-transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
        transition: all 0.4s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    }
    .nav-logo-wrap .logo img,
    .nav-logo-wrap .logo.small-height img {
        height: 70px;
        align-items: center;
        display: flex;
    }

    .scroll-down-alt{
        width: 62px;
        height: 62px;
        line-height: 52px;
        margin-left: -31px;
        font-size: 15px;
    }

    .hs-line-2{
        font-size: 60px;
    }
    .hs-line-7{
        font-size: 56px;
    }
    .hs-line-9{
        font-size: 71px;
    }
    .hs-line-16{
        font-size: 56px;
    }
    .float-images-1{
        top: 12.8vw;
    }
    .team-item-wrap{
        padding: 52px 36px 15px 36px;
    }
    .benefit-item{
        width: 300px;
        padding: 15px 32px;
    }

    .page-section{
        padding: 80px 0;

    }
    .page-section, .slider-section, .small-section{
        background-attachment: scroll;
    }

    .owl-pagination{
        bottom: 25px;
    }

    .lp-item{
        width: 50%;
    }
    .lp-item:nth-child(4n + 5) {
        clear: none;
    }
    .lp-item:nth-child(2n + 3) {
        clear:left;
    }
    .lp-title, .lp-author{
        font-size: 13px;
    }

    .fa-examples > li{
        width: 33.3%;
    }

    .bottomwave-section {
        padding: 0 0 80px 0;
    }
    .middle-section {
        padding: 70px 0;
    }

}

@media only screen and (max-width: 992px) {

    p.featured,
    div.featured{
        padding: 25px;
        margin: 0 0 15px 0;
        background: white;
        font-weight: 600;
    }

    .intro-section {
        padding: 50px 0 70px 0;
    }

    .works-grid.hide-titles .work-item .work-intro {
        opacity: 1;
        bottom: 0;
        color: #1c1c1c!important;
        background: rgba(255,255,255, .6);
        padding: 14px 30px 10px 30px;
        margin: 0;
        width: 100%;
        height: auto;
        display: inline-block;
        z-index: 10;
    }
    .works-grid.hide-titles .work-item .work-intro .work-title {
        font-weight: 600;
    }
    .work-item:hover .work-title {
        color: #1c1c1c!important;
    }
    .work-item:hover .work-intro{
        color: #1c1c1c!important;
        opacity: 1!important;
        visibility: visible!important;
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    .works-grid.hover-white .work-item:hover .work-img:after{
        background: transparent;
    }
    .work-item:hover .work-img > img{
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    h1, .h1{
        margin-bottom: 0.4em;
        font-size: 3.05rem;
        letter-spacing: normal;
    }
    h2, .h2{
        margin-bottom: 0.4em;
        font-size: 2.275rem;
        letter-spacing: normal;
    }
    h3, .h3{
        margin-bottom: 0.6em;
        font-size: 1.87rem;
        line-height: 1.1;
        letter-spacing: normal;
    }
    h4, .h4{
        font-size: 1.6rem;
        letter-spacing: -0.04em;
    }
    h5, .h5{
        font-size: 1.35rem;
    }
    h6, .h6{
        font-size: .9rem;
    }

    .bg-light.pt3 {
        background-image: none!important;
    }

    .widget{
        padding: 0 30px 15px 30px;
    }

    .works-grid.work-grid-3{
        margin: 0 0 -60px -30px;
    }

    .works-grid.work-grid-gut .work-item{
        padding: 0 0 30px 30px;
    }
    .works-grid.work-grid-gut .work-item:last-child {
        padding: 0 0 0 30px;
    }

    .bgline5 {
        margin: 50px 0 70px 0;
        background-size: 24%!important;
    }
    .bgline7 {
        margin: 50px 0 70px 0;
        height: 30px!important;
    }
    .twocol {
        -webkit-column-count: auto;
        -moz-column-count: auto;
        column-width: auto;
    }
    .joboffer {
        padding: 25px 40px 25px 25px;
    }
    .joboffer .joboffer-logo {
        transform: scale(85%);
    }
    .info-box .service-main-icon i {
        color: rgba(165,60,115,1);
        font-size: 2.4rem;
        margin-bottom: 15px;
        display: block;
    }
    .banner-image-1,
    .banner-image-2 {
        width: 60%;
    }
    .banner-image-3{
        position: absolute;
        right: 1.5%;
        bottom: 15%;
        width: 40%;
    }
    .center-wrapper {
        margin-left: 30px;
        margin-right: 30px;
    }

    .split-background{
        width: 32%;
    }
    .owl-prev,
    .owl-next{
        height: 37px;
        font-size: 37px;
    }
    .owl-prev{
        left: 10px;
    }
    .owl-next{
        right: 10px;
    }

    .mod-breadcrumbs:not(.align-center):not(.mod-breadcrumbs-mini) {
        text-align: left !important;
    }

    .tpl-alt-tabs > li{
        width: 200px;
    }

    .split-section-headings,
    .split-section-headings.left,
    .split-section-headings.right,
    .split-section-content,
    .split-section-content.left,
    .split-section-content.right{
        float: none !important;
        width: auto;
    }

    .split-section-headings .section-title{
        font-size: 35px;
        letter-spacing: 5px;
    }

    .banner-text{
        text-align: center;
    }

    .banner-image{
        margin: 40px 0;
    }
    .team-item-image {
        max-width: 100%;
    }
    .team-item-wrap{
        padding: 52px 10px 15px 10px;
    }
    .team-item-name{
        font-size: 18px;
    }

    .features-icon{
        font-size: 64px;
    }
    .features-title{
        font-size: 20px;
    }
    .features-descr{
        font-size: 14px;
    }
    .alt-features-grid{
        margin-top: -30px;
        margin-bottom: 30px;
    }
    .alt-features-item{
        margin-top: 30px;
    }
    .work-item,
    .work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item{
        width: 49.9%;
    }
    .countdown > li{
        margin: 0 20px;
    }
    .countdown-number{
        width: 74px;
        height: 74px;
        font-size: 24px;
        line-height: 64px;
    }
    .countdown-number > b{
        bottom: 18px;
    }

}


/* ==============================
   Tablet Portrait
   ============================== */

@media only screen and (max-width: 768px) {

    .newsitem .col-lg-5.col-md-6:first-child {
        order: 2;
    }
    .newsitem .col-lg-5.col-md-6:last-child {
        order: 1;
        margin-bottom: 30px;
    }
    .page-teaser .container:nth-child(odd) .row .col-lg-4 {
        text-align: center;
        padding: 0 20px;
        order: 2!important;
    }
    .page-teaser .container:nth-child(odd) .row .col-lg-6 {
        order: 1!important;
    }
    .page-teaser .container:nth-child(even) .row .col-lg-4 {
        text-align: center;
        padding: 0 20px;
        order: 2!important;
    }
    .page-teaser .container:nth-child(even) .row .col-lg-6 {
        order: 1!important;
    }


    .work-navigation a span {
        display: none;
    }

    .widget{
        padding: 0 50px 50px 50px;
    }
    .row .col-xl-4:last-child .widget {
        padding: 0 50px 10px 50px;
    }

    .work-full-slider .owl-pagination {
        bottom: 0;
    }

    .hs-wrap{
        max-width: 400px;
    }
    .hs-line-2{
        font-size: 50px;
    }
    .hs-line-4{
        font-size: 20px;
    }
    .hs-line-7{
        font-size: 52px;
    }
    .hs-line-16{
        font-size: 42px;
    }
    .float-images-1{;
        top: 27vw;
        width: 18vw;
    }
    .float-images-2{;
        width: 18vw;
    }
    .float-images-3{
        bottom: 29.5vh;
        width: 13vw;
    }
    .float-images-4{;
        bottom: 15vh;
        width: 18vw;
    }
    .page-section{
        padding: 70px 0;
    }
    .middle-section {
        padding: 60px 0;
    }
    .small-section{
        padding: 50px 0;
    }
    .small-title{
        font-size: 18px;
    }

    .owl-pagination{
        bottom: 17px;
    }

    .tpl-minimal-tabs > li{
        padding: 0 5px;
    }

    .benefit-item{
        width: 264px;
    }
    .alt-service-grid{
        margin-top: -30px;
    }
    .alt-service-item{
        margin-top: 30px;
    }

    .works-filter a{
        margin: 4px;
    }
    .blog-item{
        margin-bottom: 50px;
    }
    .blog-item-title{
        font-size: 28px;
    }
    .blog-item-title .small{
        font-size: 15px;
    }
    .blog-media{
        margin-bottom: 15px;
    }
    .blog-item-body .small{
        font-size: 13px;
    }
    .google-map > iframe{
        height: 300px;
    }
    .fm-logo-wrap{
        top: 17px;
        left: 17px;
    }
    .fm-button{
        top: 17px;
        right: 17px;
    }

}

@media only screen and (max-width: 767px) {

    .footernav ul {
        display: block!important;
        width: 280px;
        margin: 0 auto;
    }
    .footernav ul li {
        display: block;
        width: 280px!important;
        height:50px;
        line-height: 50px;
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .footernav ul li a {
        display: inline-block;
        width: 280px;
        height: 50px;
        line-height: 50px;
    }
    .footernav ul li a.active{
        background: rgba(165,60,115,.8);
    }

    .toggle > dt > a{
        padding: 12px 60px 12px 30px;
    }

    /* Tag-Cloud */
    .tags{
        width: 100%;
        padding: 0;
    }
    .tag-6{
        font-size: 3.5rem;
        line-height: 3rem;
        margin: 0 .5rem .5rem 0;
        padding: 0 1.5rem;
        transform: translateY(0.5rem);
        color: rgba(0,0,0,.8);
    }
    .tag-5{
        font-size: 3.1rem;
        line-height: 4.1rem;
        margin: -.5rem .5rem 0 0;
        padding: .5rem;
        color: rgba(0,0,0,.75);
    }
    .tag-4{
        font-size: 2.7rem;
        line-height: 3.7rem;
        margin: 0 -1.5rem .5rem 0;
        padding: 1rem;
        color: rgba(0,0,0,.7);
    }
    .tag-3{
        font-size: 2.3rem;
        line-height: 3.3rem;
        margin: 1.0rem 0 .5rem 0;
        padding: 1.5rem .5rem;
        transform: translateY(-1.5rem);
        color: rgba(0,0,0,.65);
    }
    .tag-2{
        font-size: 1.9rem;
        line-height: 2.9rem;
        margin: 1.5rem 1.5rem .5rem 0;
        padding: 1rem 1.5rem;
        transform: translateY(-1rem);
        color: rgba(0,0,0,.6);
    }
    .tag-1{
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin: 1.5rem 0 0 2rem;
        padding: .5rem 2.5rem;
        transform: translateY(-2.5rem);
        color: rgba(0,0,0,.55);
    }
    [class*="tag-"]{
        font-family:'HKGrotesk',Verdana,sans-serif;
        font-weight: 800;
        display: inline-flex;
        float: none;
        text-align: center;
        vertical-align: middle;
        max-width: 90%;
        word-wrap: break-word;white-space:normal;-moz-hyphens: auto;-o-hyphens: auto;-webkit-hyphens: auto;-ms-hyphens: auto;hyphens: auto;
    }
    .joboffer {
        padding: 15px 15px 15px 15px;
    }
    .joboffer .joboffer-logo {
        transform: scale(70%);
    }
    .info-box img {
        padding: 0 14%;
    }
    .home-section .title-section .title-content h1,
    .title-content h2{
        min-width: 0!important;
        width: 100%!important;
        margin: 0;
    }
    .title-content h2{
        padding: 10px 5px;
        margin-bottom: 15px;
    }
    .owl-prev, .owl-next {
        display: none;
    }

    .fixed-height-extrasmall{
        height: 260px;
        min-height: 260px;
    }
    .fixed-height-small{
        height: 300px;
        min-height: 300px;
    }
    .fixed-height-medium{
        height: 350px;
        min-height: 350px;
    }
    .fixed-height-large{
        height: 400px;
        min-height: 400px;
    }
    .hs-wrap{
        max-width: 320px;
        padding-top: 27px;
        padding-bottom: 33px;
    }
    .hs-line-1{
        font-size: 36px;
    }
    .hs-line-2{
        font-size: 48px;
    }
    .hs-line-3{
        font-size: 16px;
    }
    .hs-image{
        display: none;
    }

    .hs-wrap-1{
        max-width: 240px;
    }
    .hs-line-5{
        font-size: 36px;
    }
    .hs-line-6{
        font-size: 20px;
    }
    .hs-line-7{
        font-size: 40px;
    }

    .hs-line-9{
        font-size: 48px;
    }

    .hs-line-11{
        font-size: 30px;
    }
    .hs-line-12{
        font-size: 44px;
    }
    .hs-line-13{
        font-size: 60px;
    }

    .hs-line-14{
        margin-top: 0;
        font-size: 28px;
        letter-spacing: -0.03em;
        font-weight: 400;
        line-height: 1.5;
    }
    .hs-line-15{
        font-size: 30px;
    }
    .hs-line-15-0 {
        margin-top: 0;
        font-size: 28px;
        font-weight: 400;
        line-height: 1.6;
    }
    .team-item{
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .benefit-item{
        width: 230px;
        padding: 0;
    }
    .benefit-item:hover:after{
        display: none;
    }
    .wide-heading{
        font-size: 32px;
        letter-spacing: 2px;
    }
    .works-filter a{
        margin: 4px;
        width: 46%;
    }
    .works-filter a.active:after,
    .works-filter a:hover:after{
        transform: scaleX(0);
    }
    .work-item,
    .work-grid-2 .work-item,
    .work-grid-3 .work-item,
    .container .work-grid-3 .work-item,
    .work-grid-5 .work-item{
        width: 100%;
    }
    .newsletter-label-icon{
        font-size: 72px;
    }
    .newsletter-label-text{
        margin-top: 20px;
        font-size: 32px;
    }
    blockquote p{
        font-size: 20px;
    }
    blockquote footer{
        margin-top: 0;
        font-size: 12px;
    }
    .banner-content{
        text-align: left;
    }
    .banner-image{
        text-align: center;
    }
    .cf-left-col,
    .cf-right-col{
        width: auto;
        margin-right: 0;
        float: none;
    }
    .section-more,
    .section-more.left,
    .section-more.right{
        float: none !important;
    }
    .big-icon{
        width: 60px;
        height: 60px;
        line-height: 52px;
        font-size: 24px;
        margin-bottom: 0;
    }
    .blog-slide-info{
        padding: 10px;
    }
    .blog-slide-title{
        font-size: 12px;
    }
    .blog-slide-data{
        display: none;
    }
    .top-bar{
        min-height: 0;
    }
    .top-links{
        float: none !important;
        padding: 5px 0;
        text-align: center;
    }
    .top-links li,
    .top-links li:last-child{
        float: none;
        border:none;
        display: inline-block;
    }
    .top-links li a{
        display: inline-block;
        min-width: 0;
        height: auto;
        line-height: 1;
        padding: 0 5px;
    }
    .top-links li a:hover,
    .top-bar.dark .top-links li a:hover{
        background: none;
    }
    .side-panel{
        padding-bottom: 20px;
    }
    .sp-logo-wrap{
        max-width: 100px;
        margin: 0 auto;
    }
    .sp-logo-wrap .logo{
        padding: 20px 0 0 0;
    }
    .sp-menu-links a{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .sp-social-links{
        width: auto;
        position: static;
        padding-bottom: 10px;
    }
    .countdown > li{
        margin: 0 10px 20px;
    }
    .countdown-number{
        width: 44px;
        height: 44px;
        font-size: 20px;
        line-height: 44px;
    }
    .countdown-number > b{
        bottom: -20px;
        font-size: 9px;
        color: rgba(255,255,255, .85);
    }
    .text-mobile{
        font-size: 110%;
        line-height: 1.2;
    }

}


/* ==============================
   Phone
   ============================== */

@media only screen and (max-width: 575px) {
    .form input.newsletter-field {
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .form .newsletter-button {
        display: block;
        width: 100%;
    }
    .footer-copy {
        display: block!important;
        width: 100%!important;
        margin-top: 50px!important;
        opacity: 1!important;
        margin-bottom: 30px!important;
    }

}

@media only screen and (max-width: 480px) {

    .full-wrapper{
        margin-left: 20px;
        margin-right: 20px;
    }
    .container{
        padding-left: 20px;
        padding-right: 20px;
    }
    .float-images-1{;
        top: 32vw;
        left: 7vw;
        width: 25vw;
    }
    .float-images-2{;
        width: 25vw;
    }
    .float-images-3{
        bottom: 22vh;
        right: 17vw;
        width: 18vw;
    }
    .float-images-4{;
        bottom: 8vh;
        width: 25vw;
    }
    .lead{
        font-size: 120%;
    }
    .lead-alt{
        font-size: 32px;
    }
    blockquote{
        margin-bottom: 2em;
    }
    .blog-item-body blockquote p:before{
        display: block;
        margin-top: 1em;
        position: static;
        top: 0;
        left: 0;
        font-size: 2.58em;
        line-height: 0;
        opacity: 1;
    }
    .section-title{
        font-size: 32px;
    }
    .banner-heading{
        font-size: 32px;
    }
    .call-action-1-heading{
        font-size: 32px;
    }
    .form input[type="text"].input-md,
    .form input[type="email"].input-md,
    .form input[type="number"].input-md,
    .form input[type="url"].input-md,
    .form input[type="search"].input-md,
    .form input[type="tel"].input-md,
    .form input[type="password"].input-md,
    .form input[type="date"].input-md,
    .form input[type="color"].input-md,
    .form select.input-md,
    .form input[type="text"].input-lg,
    .form input[type="email"].input-lg,
    .form input[type="number"].input-lg,
    .form input[type="url"].input-lg,
    .form input[type="search"].input-lg,
    .form input[type="tel"].input-lg,
    .form input[type="password"].input-lg,
    .form input[type="date"].input-lg,
    .form input[type="color"].input-lg,
    .form select.input-lg{
        height: 41px;
        padding-bottom: 3px;
        font-size: 16px;
    }
    .form textarea.input-md,
    .form textarea.input-lg{
        padding-top: 6px;
        padding-bottom: 6px;
        font-size: 16px;
    }
    .btn-mod.btn-medium,
    .btn-mod.btn-large{
        padding: 8px 15px 10px 15px;
        font-size: 13px;
    }
    .hs-line-1{
        font-size: 36px;
    }
    .hs-line-2{
        font-size: 28px;
    }
    .hs-line-7{
        font-size: 32px;
        line-height: 1.1;
    }
    .hs-line-8{
        font-size: 12px;
    }
    .hs-line-9{
        font-size: 42px;
    }
    .hs-line-11{
        font-size: 24px;
    }
    .hs-line-12{
        font-size: 32px;
    }
    .hs-line-13{
        font-size: 30px;
    }
    .hs-line-15{
        font-size: 28px;
    }
    .nav-bar-compact{
        top: 0;
        left: 0;
    }
    .page-section{
        padding: 50px 0;
    }
    .small-section{
        padding: 30px 0;
    }
    .owl-pagination{
        bottom: 5px !important;
    }
    .owl-prev, .owl-next{
        display: none;
    }
    .owl-page{
        padding-left: 8px;
        padding-right: 8px;
    }
    .split-section-headings .section-title,
    .wide-heading{
        font-size: 24px;
    }
    .section-heading,
    .sub-heading{
        font-size: 15px;
    }

    .tpl-minimal-tabs > li{
        padding: 0;
    }
    .tpl-minimal-tabs > li > a{
        padding: 6px 10px 5px;
    }
    .tpl-alt-tabs{
        font-size: 12px;
        letter-spacing: 0.1em;
    }
    .tpl-alt-tabs > li{
        width: 120px;
        font-size: 16px;
    }
    .alt-tabs-icon{
        font-size: 32px;
    }

    .work-container{
        padding: 30px 0;
    }
    .count-number{
        font-size: 48px;
    }
    .works-filter{
        margin-bottom: 30px;
    }
    .works-filter a{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .work-full-text{
        margin-top: 30px;
    }
    .work-full-title{
        font-size: 20px;
    }
    .call-action-2-image-2{
        margin: 60px auto;
    }
    .alt-service-item{
        font-size: 16px;
    }
    .newsletter-label-text{
        font-size: 24px;
    }
    .footer-social-links a{
        width: 42px;
        height: 42px;
        line-height: 42px !important;
    }
    .footer-social-links a i,
    .footer-social-links a span[class^=icon]{
        line-height: 42px;
    }
    .footernav ul {
        display: block;
        margin: 30px 0;
    }
    .footernav ul li {
        display: inline-block;
        padding: 0;
    }
    .blog-container{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .blog-item-q p{
        font-size: 20px;
    }
    .pagination a{
        min-width: 32px;
        margin-right: 3px;
        padding: 6px 8px;
        font-size: 16px;
    }
    .comment-avatar{
        width: 30px;
        margin-top: 7px;
    }
    .comment-item{
        font-size: 13px;
    }
    .separ-space{
        display: block;
        height: 10px;
    }
    .bot-menu-item{
        font-size: 16px;
    }
    .google-map > iframe{
        height: 300px;
    }
    .tpl-tabs > li{
        display: block;
        float: none;
        width: 100%;
    }
    .tpl-tabs > li.active a{
        background: #f5f5f5 !important;
    }
    .fm-menu-links a{
        font-size: 14px;
    }
    .fm-search{
        width: 200px;
    }

    .fa-examples > li{
        width: 50%;
    }
    .shopping-cart-table{
        font-size: 16px;
    }
    .shopping-cart-table-title{
        min-width: 150px;
    }

}


/* ==============================
   Small Phone
   ============================== */

@media only screen and (max-width: 319px) {

    .nav-social-links{
        display: none;
    }

}


/* ==============================
   Max Height 767
   ============================== */

@media only screen and (max-height: 767px) {

    .split-image img{
        width: 80%;
    }

}


/* ==============================
   Max Height 480
   ============================== */

@media only screen and (max-height: 480px) {

    .float-images-1{;
        top: 13.3vw;
        left: 7vw;
        width: 12vw;
    }
    .float-images-2{;
        width: 12vw;
    }
    .float-images-3{
        bottom: 29vh;
        right: 9.8vw;
        width: 9vw;
    }
    .float-images-4{;
        bottom: 8vh;
        width: 12vw;
    }

}


/* ==============================
   Max Height 374
   ============================== */

@media only screen and (max-height: 374px) {

    .min-height-80vh,
    .min-height-90vh,
    .min-height-100vh{
        min-height: 374px;
    }

}


/* ==============================
   IOS Background Fix
   ============================== */

.mobile .page-section, .mobile .home-section, .mobile .small-section{
    background-attachment: scroll !important;
}

/*
 * iPad Pro
 */

@media only screen and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {

    html:not(.no-touch) .page-section, html:not(.no-touch) .home-section, html:not(.no-touch) .small-section{
        background-attachment: scroll !important;
    }
    .float-images-1{
        top: 27vw;
        left: 10vw;
        width: 20vw;
    }
    .float-images-2{
        position: absolute;
        bottom: 0;
        left: 3.125vw;
        width: 20vw;
    }
    .float-images-3{
        bottom: 32vh;
        right: 14vw;
        width: 15vw;
    }
    .float-images-4{
        position: absolute;
        bottom: 18vh;
        right: 3.125vw;
        width: 20vw;
    }

}

/* ==============================
   Internet Explorer Fix
   ============================== */
@media all and (-ms-high-contrast:none){

    .min-height-80vh{
        height: 80vh;
    }
    .min-height-90vh{
        height: 90vh;
    }
    .min-height-100vh{
        height: 100vh;
    }
    .fixed-height-large{
        height: 800px;
    }
    .fixed-height-medium{
        height: 700px;
    }
    .fixed-height-small{
        height: 600px;
    }

}


/* ==============================
   Print Styles Fix
   ============================== */

@media print {

    *{
        color: #000 !important;
    }

    .main-nav{
        display: none;
    }
    .buy-button{
        display: none;
    }
    img{
        display: block;
    }
}

/* ==============================
   Small desktop
   ============================== */
/* Sobald ein <li> im mobilen Menü die Klasse js-opened hat, soll das Submenü auch angezeigt werden: */
.mobile-on .inner-nav li.js-opened .mn-sub {
    display: block;  /* vorher war display: none */
    opacity: 1;      /* sorgt weiterhin dafür, dass es nicht mehr transparent ist */
}

