/* lato-300 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-regular - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* lato-700 - latin-ext_latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../fonts/lato-v23-latin-ext_latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/lato-v23-latin-ext_latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html {
    overflow-y: scroll;
    height: 100%;
    max-width: 100%;
    font-size: 100%;
    background-color: black;
}

body {
    padding-top: 120px;
    max-width: 100%;
    min-height: 100%;
    position: relative;
    padding-bottom: 190px;

    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;

    hyphenate-limit-chars: auto 5;
    -ms-hyphenate-limit-chars: auto 5;
    -webkit-hyphenate-limit-chars: auto 5;

    overflow: hidden;
    -ms-overflow-style: scrollbar;

    font-family: 'Lato', sans-serif;
    color: #4c4c4c;
    line-height: 1.5em;

    /*--sitewidth: 1000px;*/
}

@media (min-width: 768px) {
    body {
        padding-bottom: 120px;
    }
}

/** {
    font-family: 'Lato', sans-serif;
    color: #4c4c4c;
    line-height: 1.5em;

    --sitewidth: 1000px;
}

@media (min-width: 2000px) {
    * {
        --sitewidth: 1500px;
    }
}
*/

h1 {
    hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
    word-break: keep-all;
}

#cookie-bar {
    background-color: white !important;
    border-top: 1px solid lightgray !important;
    padding: 10px !important;
}

#cookie-bar p {
    color: black !important;
    margin: 5px 20px !important;
}

#cookie-bar-prompt {
    z-index: 1100 !important;
}

a#cookie-bar-button,
a#cookie-bar-button-no {
    color: black !important;
}

#cookie-bar-button {
    background-color: transparent !important;
    border: 1px solid green !important;
    font-weight: initial !important;
    color: black !important;
}

#cookie-bar-button-no {
    background-color: transparent !important;
    border: 1px solid darkred !important;
    font-weight: initial !important;
    color: black !important;
}

#centercontent {
    /*max-width: var(--sitewidth, 1000px);*/
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #centercontent {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 2000px) {
    #centercontent {
        max-width: 1500px;
    }
}


/*
@media (min-width: 1000px) {
    #centercontent {
        padding-left: 0px;
        padding-right: 0px;
    }
}*/

.contentheader {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: -20px;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .contentheader {
        margin-top: 0px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}

.contentheader>h1 {
    font-size: 1.5em;
    font-weight: 300;
    line-height: 150%;
}

@media (min-width: 768px) {
    .contentheader>h1 {
        font-size: 2.25em;
    }
}




/*Footer ---------------------------------------------------*/

.footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 190px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
    background-color: #f9f9f9;
    color: #4c4c4c;

    font-size: .8em;
}

@media (min-width: 768px) {
    .footer {
        height: 100px;
        padding-top: 25px;
    }

    .footer>.container-fluid {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 1000px;
    }
}

@media (min-width: 2000px) {
    .footer>.container-fluid {
        max-width: 1500px;
    }
}

.footer a:link,
.footer a:visited,
.footer a:hover,
.footer a:active {
    text-decoration: none;
    color: #4c4c4c;
}


@media (min-width: 768px) {
    .footer .row {
        display: flex;
        align-items: center;
    }
}

.impressum {
    margin-top: 5px;
}

@media (min-width: 768px) {
    .impressum {
        margin-top: 0px;
    }
}

.footerbottom {
    margin-top: 10px;
}

.footer_right {
    text-align: left;
    margin-bottom: 10px;
    height: 100%;
}

@media (min-width: 768px) {
    .footer_right {
        margin-bottom: 0;
    }
}

.footer_right div {
    display: inline-block;
}

.footer .nobreak {
    white-space: nowrap;
}

.footer .address .separator {
    display: none;
}

@media (min-width: 768px) {
    .footer .address {
        margin-bottom: 0px;
        padding-right: 0;
    }

    .footer .address .separator {
        display: inline-block;
        padding-left: .5em;
        padding-right: .5em;
    }

    .footer .address br {
        display: none;
    }
}


@media (min-width: 992px) {

    .footer .address,
    .footer .footer_right {
        font-size: 1em;
    }
}

@media (min-width: 768px) {
    .footer .impressum {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .social_link {
        text-align: right;
    }
}

.upButton {
    position: absolute;
    top: -40px;
    right: 0;
    margin: 10px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    cursor: pointer;
}

.upButton i {
    color: #b3b3b3;
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: background-color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.upButton:hover i {
    color: #4c4c4c;
}

i.vimeo {
    color: #1ab7ea;
}

i.facebook {
    color: #3b5998;
}

i.twitter {
    color: #1da1f2;
}



/*Footer END ---------------------------------------------------*/


/*Navigation ---------------------------------------------------*/

#menubackground {
    position: absolute;
    background-color: black;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    pointer-events: none;

    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    opacity: 0;
    display: hidden;
    z-index: 900;
}

#menubackground.visible {
    opacity: .8;
}

.navbar-logo {
    height: 30px;
    position: absolute;
    top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
    .navbar-logo {
        height: 50px;
        margin-top: 20px;
        margin-bottom: 10px;
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .navbar-logo.smaller {
        -webkit-backface-visibility: hidden;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale3d(.5, .5, .5);
        transform: scale3d(.5, .5, .5);
        margin-top: 12px;
    }
}

.navbar {
    padding-top: 0px;
    background-color: #ffffff;
    -webkit-transition: padding-top .2s ease-in-out;
    /* Safari */
    transition: padding-top .2s ease-in-out;
    width: 100%;

    z-index: 1000
}

@media (min-width: 768px) {
    .navbar {
        padding-top: 40px;
    }
}

.navbar-collapse.in {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.navbar.smaller {
    padding-top: 0px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e3e3e3;
}

.navbar-nav {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin-bottom: 0px;
}

.navbar-default .navbar-nav .active,
.navbar-default .navbar-nav .active:hover,
.navbar-default .navbar-nav .active:focus {
    color: #555;
    background-color: #e3e3e3;
}

@media (min-width: 768px) {

    .navbar-default .navbar-nav .active,
    .navbar-default .navbar-nav .active:hover,
    .navbar-default .navbar-nav .active:focus {
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav>li>a:not(.active):before {
        content: "";
        position: absolute;
        width: 100%;
        /* unterstrich dicke */
        height: 3px;
        bottom: 0;
        left: 0;
        /* background-color: #f2f2f2; */
        background-color: #e3e3e3;
        visibility: hidden;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.15s ease-in-out 0s;
        transition: all 0.15s ease-in-out 0s;
    }

    .navbar-default .navbar-nav>li>a:hover:before {
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .navbar-default .navbar-nav>li>a.active:before {
        content: "";
        position: absolute;
        width: 100%;
        /* unterstrich dicke */
        height: 3px;
        bottom: 0;
        left: 0;
        /* background-color: #f2f2f2; */
        background-color: #2a82af;
    }
}

.navbar>.container {
    min-height: 100%;
    height: 100%;
}

.navbar-nav li>a {
    font-size: 12px;
    padding-bottom: 13px;
}

.navbar-header .navbar-toggle.collapsed {
    background-color: transparent;
}

.navbar-header .navbar-toggle.collapsed .fa-times {
    display: none;
}

.navbar-header .navbar-toggle:not(.collapsed) .fa-bars {
    display: none;
}

@media (min-width: 768px) {
    .navbar>.container {
        max-width: 1000px;
        width: initial;
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 2000px) {
    .navbar>.container {
        max-width: 1500px;
    }
}

.navbar-toggle {
    margin: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    float: right;
    border: none;
    border-left: 1px solid #ddd;
}

.navbar-toggle i {
    color: #4c4c4c;
}

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}

#menuoverlay {
    position: fixed;
    /* Sit on top of the page content */
    width: 100%;
    /* Full width (cover the whole page) */
    height: 100%;
    /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black background with opacity */
    z-index: 2;
    /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer;
    /* Add a pointer on hover */
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #4c4c4c;
}

.dropdown-toggle {
    background-color: initial !important;
}

.dropdown-menu {
    border-radius: 0;
    right: initial !important;
    border: 1px solid #e3e3e3;
    border-top: none;
    padding-bottom: 0;
}

.dropdown-menu a {
    color: #777 !important;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    position: relative;
}

.dropdown-menu a:hover {
    background-color: initial !important;
    color: #555 !important;
}

@media (max-width: 767px) {
    .dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .dropdown-menu a {
        padding-left: 50px !important;
    }

    .caret {
        display: none;
    }
}

@media (min-width: 768px) {
    .dropdown-menu a:not(.active):before {
        content: "";
        position: absolute;
        width: 100%;
        /* unterstrich dicke */
        height: 3px;
        bottom: 0;
        left: 0;
        /* background-color: #f2f2f2; */
        background-color: #e3e3e3;
        visibility: hidden;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 0.15s ease-in-out 0s;
        transition: all 0.15s ease-in-out 0s;
    }

    .dropdown-menu a:hover:before {
        visibility: visible;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .dropdown-menu a.active:before {
        content: "";
        position: absolute;
        width: 100%;
        /* unterstrich dicke */
        height: 3px;
        bottom: 0;
        left: 0;
        /* background-color: #f2f2f2; */
        background-color: #2a82af;
    }
}

.navbar-fixed-top .navbar-collapse {
    max-height: initial !important;
}

@media (max-width: 767px) {
    #navbar li>a {
        -webkit-transition: margin-left .2s ease-out, opacity .2s ease-out;
        /* Safari */
        transition: margin-left .2s ease-out, opacity .2s ease-out;
        margin-left: 120px;
        opacity: 0;
    }

    #navbar li>a.expanded {
        margin-left: 0px;
        opacity: 1;
    }


}


/*Navigation Ende ---------------------------------------------------*/


/*About ---------------------------------------------------*/

#centercontentvideobanner {
    /*max-width: var(--sitewidth, 1000px);*/
    max-width: 1000px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;

    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@media (min-width: 768px) {
    #centercontentvideobanner {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media (min-width: 2000px) {
    #centercontentvideobanner {
        max-width: 1500px;
    }
}

.imageheadercontainerbanner {
    margin-top: -20px;
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    overflow: hidden;
    z-index: 0;

    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .imageheadercontainerbanner {
        height: 650px;
    }
}

.videocontainerbanner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

    z-index: 1;

    -webkit-transform: translate3d(0, 0, 0);
}

.watchShowreelButton{
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */

    z-index: 10;

    position: absolute;
    bottom: 20px;

    background-color: rgba(42, 130, 175, .8);
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;

    font-weight: 700;
    font-size: 1.5em;
    line-height: 150%;
    color: white;

    -webkit-transition: background-color 300ms;
    -ms-transition: background-color 300ms;
    transition: background-color 300ms;
}

@media (min-width: 768px) {
    .watchShowreelButton {
        font-size: 2em;
    }
}

.watchShowreelButton:hover{
    text-decoration: inherit; /* no underline */
    color: white;
    background-color: rgba(97, 194, 242, .8);
    -webkit-transition: background-color 300ms;
    -ms-transition: background-color 300ms;
    transition: background-color 300ms;
}

.videoTextContainer{
    position: absolute;
    top: 20px;
    z-index: 10;

    width: 100%;
    display: none;
}

#videoText{
    position: absolute;

    background-color: rgba(255, 255, 255, .8);
    border: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;

    font-weight: 300;

    opacity: 0;
}

.about.carousel {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.carousel-wrapper {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    overflow: hidden;
}

.about.carousel img {
    width: 100%;
}

.about .carousel-indicators {
    bottom: 0;

    background-color: rgba(0, 0, 0, .4);

    width: 64px;
    transform: translate(-50%, 0);
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 20px;

    padding: 5px;
    padding-right: 3px;
    padding-left: 3px;
    line-height: 0;
}

@media (min-width: 768px) {
    .about .carousel-indicators {
        width: 79px;
        padding: 10px;
        padding-right: 8px;
        padding-left: 8px;
        margin-bottom: 10px;
    }
}


.about .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: none;
    background-color: #e5e5e5;
    margin: 0;
    margin-left: 2px;
    margin-right: 2px;
}

.about .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background-color: #2a82af;
    margin-left: 2px;
    margin-right: 2px;
}

@media (min-width: 768px) {

    .about .carousel-indicators li,
    .about .carousel-indicators li.active {
        width: 15px;
        height: 15px;
    }
}

.aboutsite h1.extrabig {
    font-size: 2em;
    font-weight: 300;
    line-height: 150%;
}

@media (min-width: 768px) {
    .aboutsite h1.extrabig {
        font-size: 3em;
        margin-top: 0;
    }
}

.aboutsite .contentheader {
    border: none;
    margin-bottom: 0;
}

.abouticons {
    background-color: #f9f9f9;
    margin-bottom: 80px;
    padding-top: 150px;
    position: relative;
}


@media (min-width: 768px) {
    .abouticons {
        padding-top: 300px;
    }
}

.backgroundfill {
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    bottom: 0;
    background-color: #f9f9f9;
}

.backgroundParallaxParent {
    position: absolute;
    top: 0;
    left: -50vw;
    right: -50vw;
    height: 150px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .backgroundParallaxParent {
        height: 300px;
    }
}

.backgroundParallax {
    position: relative;
    opacity: 0.25;
    /*bottom: -130px;*/
    width: 100%;
    height: 100%;
}

.backgroundParallax img {
    position: absolute;
    width: 200vw;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: calc(-20 * (1vw + 1vh - 1vmin));
    bottom: -20vmax;
}

@media (min-width: 960px) {
    .backgroundParallax img {
        width: 100vw;
    }
}

.abouticons .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.abouticons .backgroundfillParent img {
    width: 60px;
    height: 60px;
    display: block;
    margin: 20px;
    margin-left: auto;
    margin-right: auto;
}

.abouticons .row div {
    text-align: justify;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
}

.abouticons p {
    line-height: 23px;
    font-size: 1em;
}


/*.slick-carousel {
    margin-bottom: 50px;
}

.slick-carousel img {
}

.slick-slide{
    margin: 20px;
    outline: none;
}*/
.carousel-indicators {
    bottom: 10px;
}

.carousel-indicators li {
    border: none;
}

#clients-Carousel .carousel-indicators li {
    background-color: #e5e5e5;
    width: 15px;
    height: 15px;
    margin: 0;
}

#clients-Carousel .carousel-indicators li.active {
    background-color: #2a82af;
}

.clients {
    margin-bottom: 50px;
}

.clientlogo {
    height: 50px;
    margin-bottom: 50px;

    padding-left: 20px;
    padding-right: 20px;

    display: flex;
    align-items: center;
}

@media (min-width: 768px) {
    .clientlogo {
        height: 100px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media (min-width: 2000px){
    .clientlogo {
        height: 70px;
        padding-left: 70px;
        padding-right: 70px;
    }
}

.clientlogo img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clientlogoscontainer {
   padding-left: 0 !important;
   padding-right: 0 !important;
   margin-left: 0 !important;
   margin-right: 0 !important;

   padding-top: 40px;
}

.clientcolparent {
    padding: 5px;
}

.clientcol {
    background-color: #f9f9f9;
    height: 100px;
    padding: 20px;
}

.clientcol>div {
    width: 100%;
    height: 100%;
}

.clientcol a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.clientcol img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/*About ENDE---------------------------------------------------*/


/*Leistung ---------------------------------------------------*/

.imageheadercontainer {
    margin-top: -80px;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    overflow: hidden;
    z-index: 0;
}

@media (min-width: 768px) {
    .imageheadercontainer {
        height: 650px;
    }
}

.imageheaderimg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.videocontainer {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

    z-index: -2;

    -webkit-transform: translate3d(0, 0, 0);
}

.headervideo {
    width: 100%;
    height: 100%;

    object-fit: cover;

    z-index: -2;
}

.imageheaderbottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.imageheadercenter {
    max-width: 1000px;
    padding-left: 35px;
    padding-right: 35px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 2000px) {
    .imageheadercenter {
        max-width: 1500px;
    }
}

@media (min-width: 768px) {
    .imageheadercenter {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.imageheadertext {
    position: relative;

    padding-top: 10px;
    padding-bottom: 10px;
}

@media (min-width: 768px) {
    .imageheadertext {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.imageheadertext h1,
h1.imageheadertextsmall {
    font-family: 'Lato', sans-serif;
    font-size: 1.5em;
    font-weight: 300;
    line-height: 150%;
    margin: 0;
}

@media (min-width: 768px) {
    .imageheadertext h1 {
        font-size: 1.85em;
    }
}

@media (min-width: 992px) {
    .imageheadertext h1 {
        font-size: 2.25em;
    }
}

.imageheadercolor {
    position: absolute;
    top: 0;
    bottom: -5px;

    left: -50vw;
    right: -50vw;
    background-color: rgba(255, 255, 255, .85);

    z-index: -1;

    -webkit-transform: translate3d(0, 0, 0);
}

#imageheaderheadline {
    text-transform: uppercase;
    color: #2a82af;
    font-size: 2em;
    letter-spacing: .06em;
    font-weight: 700;
}

div.imageheadertextsmall {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.leistung {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .leistung {
        margin-left: -65px;
        margin-right: -65px;
        padding-bottom: 30px;
        margin-bottom: 0;
    }
}

.leistungsgallerie {
    margin-bottom: 50px !important;
}

@media (min-width: 768px) {

    .reorder {
        display: flex;
        display: -ms-flex;
        flex-direction: column;
    }

    .reorder .item1 {
        order: 2;
    }

    .reorder .item2 {
        order: 1;
    }
}

.leistung h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #2a82af;
    font-size: 1.5em;
}

.subleistung h2 {
    text-align: left;
}

.leistung p {
    text-align: justify;
    line-height: 23px;
}

.leistung .box img {
    height: 50px;
    width: 65px;
}

.leistung .box {
    padding-top: 50px;
    padding-bottom: 50px;
    /*padding: 20px;*/
    padding-left: 20px;
    padding-right: 20px;

    text-align: center;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

.subleistung .box {
    padding-top: 20px;
    padding-bottom: 20px;
    /*padding: 20px;*/
    padding-left: 20px;
    padding-right: 20px;

    text-align: center;
}

@media (min-width: 768px) {
    .subleistung .box {
        padding-top: 50px;
        padding-bottom: 20px;
        /*padding: 20px;*/
        padding-left: 20px;
        padding-right: 20px;

        text-align: center;
    }
}

.leistung .box a:last-of-type {
    display: inline-block;
    float: right;
    text-align: right;
    color: #2a82af;
}

@media (min-width: 768px) {
    .leistung .box {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.leistung a:link,
.leistung a:visited,
.leistung a:hover,
.leistung a:active {
    text-decoration: none;
    outline: none;
}

.subdescription {
    padding-left: 0;
    padding-right: 0;
}

.subleistungen .subimg {
    width: 100%;
}

.subleistung .box a {
    float: initial !important;
    text-align: initial !important;
    display: inline !important;
    display: initial !important;
}

.subtext {
    text-align: justify;
}

.subdescription-headline {
    margin-bottom: 10px;
}

.subleistungen .textblock>div {
    float: right;
}

.subleistungen .textblock a:link,
.subleistungen .textblock a:visited,
.subleistungen .textblock a:hover,
.subleistungen .textblock a:active {
    letter-spacing: 1px;
    font-size: 0.8em;
    color: #999999;
    text-decoration: none;
    outline: none;
}

.subleistungen .textblock i {
    color: #999999;
}

.leistungenbacklink {
    width: 100%;
    padding-bottom: 50px;
}

.leistungenbacklink a {
    float: right;
    text-align: right;
    color: #2a82af;
}

.leistungenbacklink a:link,
.leistungenbacklink a:visited,
.leistungenbacklink a:active {
    text-decoration: none;
    outline: none;
}

.leistungenbacklink a:hover {
    text-decoration: none;
    outline: none;
    color: black;
}



/*Leistung ENDE---------------------------------------------------*/


/*Projekte ---------------------------------------------------*/

.filtercontainer {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .filtercontainer {
        margin-bottom: 40px;
    }
}




.filter-button-group {
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.filter-button-group>div {
    padding: 0;
}

.filter-button-group .button {
    /*width: 100%;*/
    background-color: transparent;
    border: none;
    color: #4c4c4c;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    outline: 0;

    border-bottom: 3px solid white;
}

.filter-button-group .button:hover {
    border-bottom: 3px solid #e3e3e3;
    color: black;
}

.filter-button-group .button.is-checked {
    border-bottom: 3px solid #2a82af;
}

.filter-button-group .button:focus {
    outline: 0;
}

@media (min-width: 768px) {
    .filtersmallonly {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .filterbigonly {
        display: none !important;
    }
}

.filterbigonly.button {
    padding-left: 15px;
    padding-right: 15px;
}

.project_preview_overlay {
    position: absolute;
    background-color: rgba(19, 116, 166, 0.7);
    z-index: 1;
    bottom: 0;
    width: 100%;
    padding: 10px 20px;
    display: none;
}

.project_preview_overlay h3,
.project_preview_overlay h4 {
    color: white !important;
}


@media (min-width: 992px) {
    .project_preview_overlay {
        display: inline;
        display: initial;
        background-color: rgba(19, 116, 166, 0.7);
        padding: 10px 20px;
        transform-origin: left bottom;
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
        -webkit-transition: .2s ease-in-out;
        transition: .2s ease-in-out;
    }

    .grid-item:hover .project_preview_overlay {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}



/*Projekttext*/


/*.project_preview_overlay * {
    color: white !important;
    text-transform: uppercase;
}*/

@media (min-width: 992px) {
    .project_preview_overlay * {
        -webkit-transform: translate(0, 100px);
        transform: translate(0, 100px);
        -webkit-transition: .2s ease-in-out .1s;
        transition: .2s ease-in-out .1s;
    }

    .grid-item:hover .project_preview_overlay * {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}


/*gallery hover*/

@media (min-width: 768px) {

    #projektgallery img:hover {
        opacity: .8 !important;
    }
}

#projektgallery {
    margin-bottom: 50px;
}

@media (min-width: 875px) {
    #projektgallery {
        left: .5%;
    }
}



/*Projekte Ende ---------------------------------------------------*/


/*ProjectDetailSite ---------------------------------------------------*/

.swipeinfo {
    display: none;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.swipeinfo>div {
    padding: 5px;
    text-align: center;
    background-color: #e3e3e3;
}

.swipeinfo i {
    margin: 5px;
}

.projdetailimg {
    width: 100%;
    padding-bottom: 30px;
}

#panorama {
    width: 80%;
    height: 250px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#panorama .pnlm-load-button * {
    color: white;
    font-size: .8em;
    font-weight: 300;
    letter-spacing: 1px;
}

@media (min-width: 768px) {
    #panorama {
        width: 100%;
        /*height: 500px;*/
        /*height: calc(100vw * 0.5625);*/
        /*16:9:*/
        padding-bottom: 56.25%;
        margin-bottom: 20px;
    }
}

.pnlm-load-button {
    border-radius: 0 !important;
}

.projDetail {
    margin-bottom: 30px;
}

.projDetail .col-md-5.text {
    padding-right: 30px;
}

.projDetail h3,
.projDetail h4,
.projDetail h1 {
    color: #4c4c4c;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 10px;
    font-weight: 700;
}

.projDetail h3,
.projDetail h1 {
    font-size: 1.6em;
}

.projDetail h4 {
    font-size: .85em;
    letter-spacing: .8px;
}

.projDetail a:link,
.projDetail a:visited,
.projDetail a:hover,
.projDetail a:active {
    text-decoration: none;
    outline: none;
}

.projDetail .text {
    padding: 0px;
}

.projDetail .textblock {
    font-size: 1em;
    line-height: 23px;
}

.projSocial {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
}

.projGallery {
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
    padding-bottom: 10px;
}

.projGallery h4 {
    padding-bottom: 10px;
    font-weight: 700;
}

@media (min-width: 768px) {
    .projGallery img {
        opacity: 1;
        -webkit-transition: .5s ease;
        transition: .5s ease;
    }

    .projGallery img:hover {
        opacity: .7;
    }
}

.projGallery video {
    width: 100% !important;
    height: auto !important;
}

.proj-prev-next {
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .proj-prev-next {
        margin-top: 20px;
        padding-bottom: 0;
    }
}

.next-proj {
    float: right;
}

.prev-proj {
    float: left;
}

.next-proj a,
.prev-proj a {
    padding: 5px 30px;
    border: 1px solid black;
    display: inline-block;
}

.next-proj a:link,
.next-proj a:visited,
.next-proj a:active,
.prev-proj a:link,
.prev-proj a:visited,
.prev-proj a:active {
    text-decoration: none;
    outline: none;
    color: #4c4c4c;
    font-weight: 300;
}

.next-proj a:hover,
.prev-proj a:hover {
    text-decoration: none;
    outline: none;
    color: #4c4c4c;
    font-weight: 300;
    background-color: #f9f9f9;
}

.projects_backlink a:link,
.projects_backlink a:visited,
.projects_backlink a:hover,
.projects_backlink a:active {

    text-decoration: none;
    outline: none;
    color: #4c4c4c;
    font-weight: 300;
}

.projects_backlink {
    margin-top: 20px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}




/*ProjectDetailSite END---------------------------------------------------*/


/*Referenzen ---------------------------------------------------*/
/**
.logocontainer {
    height: 120px;
    background-color: #f9f9f9;
    background-clip: content-box;
    overflow: hidden;
    padding: 5px;
}

.ref_logos {
    margin-top: 25px;
    margin-bottom: 40px;
}

.ref_logos .container-fluid {
    padding: 0;
}

.ref_logos .row {
    margin-left: -5px;
    margin-right: -5px;
}

.logocontainer img {
    padding: 10px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ref_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    line-height: 200%;
    letter-spacing: 1px;
}

.ref_list a:link,
.ref_list a:visited,
.ref_list a:hover,
.ref_list a:active {
    text-decoration: none;
    color: #4c4c4c;
}

@media (min-width: 768px) {
    .ref_list {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }
}
*/

/*Referenzen Ende ---------------------------------------------------*/


/*Isotope Masonry*/

.grid {
    margin: 0 auto;
    padding-left: -1px;
    padding-right: -1px
}

.grid-item {
    margin-bottom: 2px;
    overflow: hidden;
}

.grid-item img {
    width: 100%;
    /*object-fit: cover; */
}

.grid-item[style*="none"] img {
    display: none;
}

.grid-sizer,
.grid-item {
    width: 100%;
}

@media (min-width: 600px) {

    .grid-sizer,
    .grid-item {
        /*kachel - (fugenbreite)*/
        /*width: calc(50% - 3px);*/
        width: 50%;
        padding-left: 1px;
        padding-right: 1px;
    }
}

@media (min-width: 875px) {

    .grid-sizer,
    .grid-item {
        /*kachel - (fugenbreite)*/
        /*width: 33.05%;*/
        width: 33.3%;
        /*width: calc(100% / 3);*/
    }
}

/*Impressum ---------------------------------------------------*/

.impressum_r {
    margin-top: 20px;
}

.impressum-container {
    margin-left: -15px;
    margin-right: -15px;
}

.impressum-container h3 {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    .impressum-container {
        margin-left: -30px;
        margin-right: -30px;
    }
}

/*Impressum END---------------------------------------------------*/


/*Blog ---------------------------------------------------*/

.blog .categories {
    width: 100%;
    height: auto;
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.blog .categories li {
    display: block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}

.blog .categories li:last-child {
    border-bottom: 1px solid transparent;
}

.blog .categories a {
    font-size: 13px;
    color: #999999;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.blog .categories a:link,
.blog .categories a:visited,
.blog .categories a:hover,
.blog .categories a:active {
    text-decoration: none;
    outline: none;
}

.blog .categories li {}

.blog .categories a:hover {
    margin-left: 10px;
}

.blog .tags {
    margin-bottom: 10px;
}

.blog .tags a {
    display: inline-block;
    color: #4c4c4c;
    margin: 2px 0px;
    padding: 3px 3px;
    border: 1px solid #f1f1f1;
    font-size: 0.9em;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.blog .tags a:link,
.blog .tags a:visited,
.blog .tags a:active {
    text-decoration: none;
    outline: none;
}

.blog .tags a:hover {
    text-decoration: none;
    outline: none;
    background-color: #f1f1f1;
}

.blog .menue {
    padding-left: 0;
    padding-right: 0;
}

/*@media (min-width: 768px) {
    .blog .menue {
        padding-left: 15px;
    }
}*/

@media (min-width: 768px) {
    .blog .menue_move {
        position: fixed;
        top: 114px;
        -webkit-transform: top .2s ease-in-out;
        transition: top .2s ease-in-out;
    }

    .blog .menue_move.smaller {
        top: 74px !important;
    }
}

.blog .posts {
    padding-left: 0;
    padding-right: 0;
}

.blog .post {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 40px;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    .blog .post {
        padding-bottom: 80px;
        margin-bottom: 40px;
    }
}

.blog .post table,
.blog .post img {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.blog .date {
    margin-top: 30px;
    letter-spacing: 1px;
    font-size: 0.8em;
    color: #999999;
}

.blog .headline {
    margin: 0;
}

.blog .subheadline {
    margin-bottom: 20px;
}

.blog .headlinelink:link,
.blog .headlinelink:visited,
.blog .headlinelink:hover,
.blog .headlinelink:active {
    text-decoration: none;
    outline: none;
}

.blog .post-text {
    margin-bottom: 20px;
    line-height: 23px;
    font-size: 13px;
}

.blog .postinfos,
.blog .readmore {
    display: inline-block;
}

.blog .postinfos i,
.blog .readmore i {
    color: #999999;
}

.blog .postinfos a {
    margin-right: 10px;
}

.blog .postinfos a:link,
.blog .postinfos a:visited,
.blog .postinfos a:hover,
.blog .postinfos a:active {
    letter-spacing: 1px;
    font-size: 0.8em;
    color: #999999;
    text-decoration: none;
    outline: none;
}

.blog .readmore {
    position: absolute;
    right: 0;
}

.blog .readmore a {
    margin-left: 10px;
}

.blog .readmore a:link,
.blog .readmore a:visited,
.blog .readmore a:hover,
.blog .readmore a:active {
    letter-spacing: 1px;
    font-size: 0.8em;
    color: #999999;
    text-decoration: none;
    outline: none;
}

.post-info a.post-item {
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
    padding-left: 0;
    color: #b3b3b3;
    border-right: 1px solid #f5f5f5;
    font-size: 13px;
}

.post-info a.post-item i {
    color: #b3b3b3;
    margin-right: 2px;
}

.post-info a.post-item:last-child {
    border-right: 1px solid transparent;
}

#blog .details p.post-text {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 30px !important;
}

#blog .details p {
    font-size: 13px;
    margin-top: 3px;
    text-align: justify;
}

.bigger {
    font-size: 4em;
}

.post .fullwidth {
    text-align: right;
}

.my_pagination {
    display: table;
    list-style: none;
    padding: 0;
    margin-left: auto;
    margin-right: 0px;
}

.my_pagination li {
    display: inline-block;
    float: left;
    color: #999999;
}

.my_pagination a:link,
.my_pagination a:visited,
.my_pagination a:hover,
.my_pagination a:active {
    color: #999999;
    text-decoration: none;
    outline: none;
    margin: 5px 10px;
}

.my_pagination .active {
    box-shadow: 0px 2px 0px #e3e3e3;
}

.blogheader {
    color: #b3b3b3;
    background-color: #f9f9f9;
    width: 100%;
    padding: 20px;
}

.blogheader h2 {
    color: #4c4c4c;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 0px;
}

.blogheader h4 {
    color: #4c4c4c;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 0px;
}

.fitvid iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fitvid {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* Default for 1600x900 videos 16:9 ratio*/
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.postGallery {
    margin-bottom: 10px;
    padding-top: 10px;
    border-top: 1px solid #f1f1f1;
}

.postGallery .grid-item {
    border: 1px solid #f1f1f1;
}

#blog .post ul.comments:first-child {
    width: 100%;
    height: auto;
}

#blog .post ul.comments {
    margin-top: 20px;
    padding-top: 0px;
    border-top: 0px solid #f6f6f6;
    padding-left: 0px;
}

@media (min-width: 768px) {
    #blog .post ul.comments {
        padding-left: 40px;
    }
}

#blog .post ul.comments li {
    list-style: none;
    padding: 10px 0 0 0px;
}

#blog .post ul.comments li div.comment {
    margin-bottom: 10px;
}



/* Blog Comment Texts */

#blog .post ul.comments li div.comment-text {
    background: #fafafa;
    padding: 25px;
    border-radius: 0px;
    position: relative;
}

#blog .post ul.comments li div.comment-text:after {
    content: '';
    position: absolute;
    left: -12px;
    right: auto;
    top: 30px;
    display: block;
    border-right: 12px solid;
    border-right-color: #fdfdfd;
    border-left: none;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

#blog .post ul.comments li div.comment h2.comment-name {
    font-size: 1.5em;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
}

#blog .post ul.comments li div.comment h3.comment-date {
    font-size: 14px;
    color: #959494;
    margin: 10px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
}

#blog .post ul.comments li div.comment p,
#blog .post ul.comments li div.comment span {
    color: #959494;
    margin: 10px 0;
    padding: 0;
    line-height: 23px;
    font-size: 13px;
}



/* Single Post Form */

.post-form {
    width: 100%;
    font-weight: 300;
}

.post-form form div {
    padding: 10px 0;
}

.post-form form div:nth-of-type(1) {
    padding-right: 10px;
}

.post-form form div label {
    color: #a4a4a4;
}

.post-form form .form {
    width: 100%;
    height: auto;
    padding: 5px;
    color: #7f7f7f;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.post-form form .textarea {
    height: 201px;
    max-width: 100%;
    max-height: 201px;
}

.post-form form button.contact-form-button {
    margin-bottom: 0;
}

.alternative_mail {
    display: none;
}

.archive_header {
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}



/*Blog END---------------------------------------------------*/


/*Kontakt ---------------------------------------------------*/

.mapsembed {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;

    margin-top: 20px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .mapsembed {
        padding-bottom: 50%;
        margin-bottom: 40px;
    }
}

.mapsembed iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}

.contact {
    margin-top: 40px;
}

.contact.container-fluid {
    margin-left: -15px;
    margin-right: -15px;
}

.portrait {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 50% 0;
}

@media (min-width: 768px) {
    .portrait {
        height: 100%;
    }
}

.contact .bottom {
    position: relative;
}

@media (min-width: 768px) {
    .contact .bottom {
        position: absolute;
        bottom: 0;
        left: 15px;
        right: 15px;
    }
}

.contact .col {
    position: relative;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .contact .col {
        height: 200px;
    }
}

@media (min-width: 992px) {
    .contact .col {
        height: 280px;
    }
}

.contact h2 {
    margin-top: 0;
    color: #2a82af;
    font-weight: bold;

    font-size: 1.5em;
}

.contact .address {
    padding-bottom: 50px;
    padding-top: 50px;
}

@media (min-width: 768px) {
    .contact .address {
        padding-top: initial;
    }
}

.contact a:link,
.contact a:visited,
.contact a:hover,
.contact a:active {
    color: #4c4c4c;
    text-decoration: none;
    outline: none;
}


/*Kontakt END---------------------------------------------------*/


/*Plugins etc---------------------------------------------------*/

#lightboxOverlay {
    position: fixed !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
    z-index: 1099;
}

#lightbox {
    position: fixed !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lightbox {
    z-index: 1100;
}

div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-color: white;
    text-align: center;
    padding-top: 150px;
    opacity: .97;
}

@media (min-width: 875px) {
    div#preloader * {
        color: white;
    }
}

.lazyload,
.lazyloading {
    opacity: .1 !important;
    z-index: 1;
}

.lazyloaded {
    opacity: 1 !important;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    z-index: 1;
}

.imgPreloader {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f7f7f7 url(/images/img_loader.gif) no-repeat center;
    z-index: -1;
}

.lazyloaded+.imgPreloader {
    display: none;
}


/*.lazyloading {
    opacity: 1;
    transition: opacity 300ms;
    background: #f7f7f7 url(/lightbox/images/loading.gif) no-repeat center;
}*/


/*Plugins etc END---------------------------------------------------*/


/*Global ---------------------------------------------------*/

.textblock {
    line-height: 23px;
    font-size: 1em;
    text-align: justify;
}

.uppercase {
    text-transform: uppercase;
}

.headline {
    font-size: 1.2em;
    /*letter-spacing: 1px; */
    margin: 0;
    /*margin-bottom: 5px;*/
    font-weight: 700;
}

.subheadline {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    color: #999999;
    margin: 0;
}

.grayline {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.social_bar {
    padding-top: 50px;
    padding-bottom: 20px;
}

.social_bar:after {
    content: "";
    clear: both;
    display: table;
}

.social_bar * {
    float: right;
    overflow: auto;
}

.social_bar div {
    margin-right: 5px;
}

.fb-like {
    display: inline-block;
}

.fb-share-button {
    display: inline-block;
}

.bigonly {
    display: none;
}

@media (min-width: 768px) {
    .bigonly {
        display: inline;
        display: initial;
    }

    .smallonly {
        display: none;
    }
}

.container:before,
.container:after,
.row:before,
.row:after {
    /*bootstrap flexbox safari bug */
    content: normal;
}

/*Global END---------------------------------------------------*/