/*
Theme Name: WP Bootstrap Child
Description: Childtheme WP Bootstrap Starter
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Template: wp-bootstrap-starter
Version: 1.0
Tags:

GVS

*/

/* blau: #154275
 * grau: #5C5C5C
 * grün: #A8D437
 *
 * */

/* Import abgeänderte CSS von GVS */
@import "css/gvs_style.css";

#cookie-law-info-bar {
    max-width: 700px;
    right: 0;
    bottom: 40px !important;
}

.cli-bar-container {
    flex-wrap: wrap;
}

.cli-bar-message {
    width: 100% !important;
    margin-bottom: 15px;
}

.cli-bar-btn_container {
    margin-left: 0 !important;
}

.fade-in {
    opacity: 0;
    transform: scale3d(.85, .85, 1);
}

.fade-in.__one.in-view {
    transition-delay: .0s;
}

.fade-in.__two.in-view {
    transition-delay: .5s;
}

.fade-in.__three.in-view {
    transition-delay: 1s;
}

.fade-in.in-view {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: all 1.5s cubic-bezier(.39, -.1, .58, 1.4);
/ / transition: all 1.5 s cubic-bezier(0, - 0.03, .2, - 0.3)
}

.slide-up {
    -webkit-transform: translateY(15%);
    transform: translateY(15%);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;
}

.slide-down {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 0;
}

.zitat .slide-up {
    -webkit-transform: translateY(35%);
    transform: translateY(35%);
}

.zitat .slide-down {
    -webkit-transform: translateY(-35%);
    transform: translateY(-35%);
}

.slide-up.in-view,
.slide-up.in-view,
.zitat .slide-down.in-view,
.zitat .slide-down.in-view {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    opacity: 1;
}


.panel-pin {
    height: 100vh;
    background: #fff;
    display: flex;
    align-items: center !important;
    justify-content: center;
}


.point1, .point2, .point3 {
    cursor: pointer;
    transition: opacity .5s ease-out;
}

.point1:hover, .point2:hover, .point3:hover {
    cursor: pointer;
    opacity: .65;
    transition: opacity .5s ease-out;
}

.child {
    opacity: 0;
    transition: opacity 1s ease-out;
}

.child.active {
    opacity: 1;
    transition: opacity 1s ease-out;
}


.point-modal-wrapper {
    position: fixed;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    visibility: hidden;
    z-index: -99999;
    transition: opacity .5s .2s ease-out;
}

.point-modal {
    position: relative;
    background-color: #fefefe;
    margin: 15vh auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    transition: all 2s ease;
}

.point-modal-wrapper.show {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    transition: opacity .5s .2s ease-out;
}

.point-modal-wrapper .cls-link-close {
    background: transparent;
    position: absolute;
    top: -6px;
    right: 10px;
    font-size: 2em;
    color: #333;
    cursor: pointer;
    z-index: 1;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


@font-face {
    font-family: "TitilliumWeb";
    src: url("sources/fonts/TitilliumWeb-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "TitilliumWeb";
    src: url("sources/fonts/TitilliumWeb-SemiBold.ttf");
    font-weight: 600;
}

@font-face {
    font-family: "TitilliumWeb";
    src: url("sources/fonts/TitilliumWeb-Bold.ttf");
    font-weight: 700;
}


html {
/ / scroll-behavior: smooth;
    overflow-x: hidden;

}

body, .widget {
    font-size: 17px;
    line-height: 1.5;
    font-family: 'TitilliumWeb', sans-serif;
    color: #1F2B46;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
// overflow-x: hidden;
}

body.disable-scrolling {
    overflow-x: hidden;
    height: 100vh;
}

body.disable-scrolling::-webkit-scrollbar {
    display: none;
}

body.bg-modal {
    position: relative;
}

body.bg-modal::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
}

.maintenance .bg-img {
    width: 632px;
    height: 455px;
    top: 50vh;
    left: 0;
    z-index: 50;
    opacity: 0.5;
}

.textleft {
    text-align: left;
}

.textcenter {
    text-align: center;
}

.textright {
    text-align: right;
}

a, a:hover {
    text-decoration: none;
    transition: all .3s ease-out;
    display: inline-block;
}

a, a:hover {
    color: #154275;
    transition: all .3s ease-out;
}

h1, h2, h3, h4 {
    line-height: 1.3;
    padding-bottom: 0;
    color: #374A77;
}

h1, h2 {
    font-size: 32px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

h3.widget-title {
    font-size: 14px;
    color: #5C5C5C;
    padding-top: 10px;
    transform: skewX(-13deg);
    opacity: .5;
}

h4 {
    font-size: 22px;
}


h5 {
    font-size: 13px;
    font-weight: 600;
    color: #BF9819;
    text-transform: uppercase;
}

h1 strong, h2 strong, h3 strong {
    font-weight: 600;
}

.blue {
    color: #154275;
}

.white {
    color: #fff;
}

.yellow {
    color: #E8B614;
}

span._20.yellow {
    color: #E8B614;
    position: relative;
    padding-right: 40px;
    font-weight: 600;

}

.list-style li {
    position: relative;
    padding-left: 30px;
    list-style: none;
}

.list-style li::before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #374A77;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

#content.site-content {
    padding: 0;
    position: relative;
    background: #fff;
    z-index: 1;
}

.page-content, .entry-content, .entry-summary {
    margin: 0
}

.bg {
    background-position: center !important;
    background-size: cover !important;
}

.bg.top {
    background-position: top !important;
}

.bg.btm {
    background-position: bottom !important;
}

input, input[type=search], input[type=text], input[type=email],
input[type=submit], input[type=range], textarea,
.form-control:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0;
    background: none;
    transition: all .3s ease-out;
    outline: 0;
    box-shadow: none;
}

svg {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Header, Logo
--------------------------------------------------------------*/

/* Default header */
header#masthead {
    background: transparent;
    position: fixed;
    z-index: 9;
    width: 100%;
    box-shadow: none;
    padding: 0;
    transform: translateY(0%);
    transition: all .3s ease-out;
}

header#masthead.scrollUp {
    transform: translateY(-100%);
    transition: all .5s;
}

header#masthead .navbar-brand {
    max-width: 140px;
    padding: 20px 0;
    transition: all .5s;
}


.page-id-44 header#masthead .navbar-brand img {
    filter: invert(1);
    opacity: .65;
}


header#masthead:hover {
    transition: all .3s ease-out;
}

header#masthead.scroll-it {

    background: #202941;
    transition: all .5s;
}

header#masthead.scroll-it .navbar-brand {
    transition: all .5s;
    position: relative;
}

.page-id-44 header#masthead.scroll-it .navbar-brand img,
.page-id-44 header#masthead.showNav .navbar-brand img {
    filter: invert(0);
    opacity: 1;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* Navbar Toggle */

.navbar-toggle,
.navbar-search,
.navbar-toggle:focus {
    width: 65px;
    height: 76px;
    display: block;
    outline: 0;
    border: 0;
    background: transparent;
}


.navbar-toggle-icon em,
.navbar-toggle-icon em:after,
.navbar-toggle-icon em:before {
    display: block;
    position: relative;
    height: 3px;
    width: 32px;
    left: 8px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease-out;
}

.page-id-44 .navbar-toggle-icon em,
.page-id-44 .navbar-toggle-icon em:after,
.page-id-44 .navbar-toggle-icon em:before {
    background: #2b3b62;
}

.navbar-toggle-icon em:before {
    width: 24px;
}

.navbar-toggle-icon em:after,
.navbar-toggle.active .navbar-toggle-icon em:before {
    width: 40px;
}

.navbar-toggle:hover .navbar-toggle-icon em,
.navbar-toggle:hover .navbar-toggle-icon em:after,
.navbar-toggle:hover .navbar-toggle-icon em:before {
    transition: all .3s ease-out;
    width: 40px;
}

.navbar-toggle-icon em:before,
.navbar-toggle-icon em:after {
    position: absolute;
    content: '';
    left: 0;
}

.page-id-44 .navbar-toggle.active .navbar-toggle-icon em:after,
.page-id-44 .navbar-toggle.active .navbar-toggle-icon em:before {
    background: #fff;
}

.navbar-toggle .navbar-toggle-icon em:before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

.navbar-toggle .navbar-toggle-icon em:after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}

.navbar-toggle.active .navbar-toggle-icon em:before {
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.navbar-toggle.active .navbar-toggle-icon em:after {
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.navbar-toggle.active .navbar-toggle-icon em {
    background: transparent;
}

button:focus {
    outline: 0;
}

.navbar-login {
    color: #fff !important;
    position: relative;
    padding-left: 30px;
    padding-top: 5px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.navbar-login::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 3px;
    width: 22px;
    height: 22px;
    background: url("sources/images/personal.png") no-repeat center;
    background-size: contain;
}

.navbar-login::after {
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%);
    bottom: -8px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width 1s cubic-bezier(0, -0.18, .62, -0.31);
}

.navbar-login:hover::after {
    width: 100%;
    transition: width 1s cubic-bezier(0, -0.18, .62, -0.31);
}

/************* Default Navigation ******************/
.navbar-main-nav,
.navbar-search-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transition: all .3s ease-out;
    overflow: hidden;
    background: #202941;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.navbar-main-nav .container {
    height: 100%;
}

.navbar-main-nav #main-nav {
    width: 100%;
    height: 100%;
    position: relative;
}

header#masthead.showNav .navbar-main-nav,
header#masthead.showSearch .navbar-search-nav {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-out;
}


#main-nav .navbar-navi {
    padding-top: 18%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-around;
}

/*************** Menu ***********************/
.navbar-main-nav .navbar-navi li {
    list-style: none;
    width: 25%;
    padding: 0 15px;
    position: relative;
}

.navbar-main-nav .navbar-navi li a {
    color: #fff;
    color: rgba(255, 255, 255, .7);
}

.navbar-main-nav .navbar-navi > li > a,
.navbar-main-nav .navbar-navi > li > span {
    position: relative;
    display: inline-flex;
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    overflow: hidden;
}

.navbar-main-nav .navbar-navi > li > a .menu-title span {
    opacity: 0;
    transform: translatey(-30px);
    height: 95px;
}

.navbar-main-nav .navbar-navi > li > a .menu-title img {
    transform: translatey(102%);
    opacity: .45 !important;
}

header#masthead.showNav .navbar-main-nav .navbar-navi > li > a .menu-title span,
header#masthead.showNav .navbar-main-nav .navbar-navi > li > a .menu-title img {
    opacity: 1;
    transform: translatey(0px);
    transition: all .75s .2s cubic-bezier(0.35, 0, 0.07, 1);
}

header#masthead.showNav .navbar-main-nav .navbar-navi > li:nth-child(1) > a .menu-title img {
    transition-delay: .28s;
}

header#masthead.showNav .navbar-main-nav .navbar-navi > li:nth-child(2) > a .menu-title img {
    transition-delay: .36s;
}

header#masthead.showNav .navbar-main-nav .navbar-navi > li:nth-child(3) > a .menu-title img {
    transition-delay: .44s;
}

header#masthead.showNav .navbar-main-nav .navbar-navi > li:nth-child(4) > a .menu-title img {
    transition-delay: .52s;
}

.navbar-main-nav .navbar-navi > li > .sub-menu {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    padding: 15px;
}

.navbar-main-nav .navbar-navi > li > .sub-menu li {
    width: 100%;
    margin-bottom: 15px;
    opacity: 0;
    transform: translatey(-30px);
}

.navbar-main-nav .navbar-navi > li > .sub-menu li a {
    color: #fff;
    line-height: 1.3;
    font-size: 18px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, .6);
}

.navbar-main-nav .navbar-navi > li:hover > a,
.navbar-main-nav .navbar-navi > li.active > a,
.navbar-main-nav .navbar-navi > li > .sub-menu li:hover > a,
.navbar-main-nav .navbar-navi > li > .sub-menu li.active > a {
    color: rgba(255, 255, 255, 1);
}

header#masthead.showNav .navbar-main-nav .navbar-navi > li > .sub-menu li {
    opacity: 1;
    transform: translatey(0);
    transition: all .75s .7s cubic-bezier(0.35, 0, 0.07, 1);
}

/**** Social Bar - Navbar Right ****/
.navbar-right-nav {
    background: white;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    padding: 0 10px;
}

.social-icon a {
    position: relative;
    background: #262f39;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    margin: 5px 0;
}

.social-icon a:before {
    position: absolute;
    content: '';
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*background-image: url(../../uploads/2022/07/sprite.png);*/
    background-size: 150px;
    background-position: -1px -1px;
}

.social-icon.xing a:before {
    background-position: 26px -1px;
    background-size: 95px;
}

.social-icon.twitter a:before {
    background-position: 54px 0px;
    background-size: 95px;
}

.social-icon.rss a:before {
    background-position: 78px 1px;
    background-size: 95px;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
hr {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

ul {
    padding: 0;
}
.ul-margin {
    margin-left: 20px;
}

/* Button ----------------------------------------------------*/
.btn-default {
    position: relative;
    display: inline-block;
    color: #154275;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 10px 120px;
    transition: all 1.5s .5s ease-out;
}

.btn-default::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 2px;
    background: #374A77;
    transition: width .3s ease-out;
}

.btn-default strong,
.btn-default b {
    opacity: 0;
    font-weight: 600;
    transition: all .3s ease-out;
}

.btn-default.in-view::before {
    width: 100px;
    transition: width 1s .5s ease-out;
}

.btn-default.in-view strong,
.btn-default.in-view b {
    opacity: 1;
    transition: all 1s 1.5s ease-out;
}

.btn-default.yw {
    color: #BF9819;
}

.btn-default.yw::before {
    background: #BF9819;
}

.btn-default:hover {
    padding: 10px 0 10px 160px;
    transition: all .3s ease-out;
}

.btn-default:hover::before {
    width: 150px;
    transition: width .3s ease-out;
}

.btn-default__ a {
    position: relative;
    padding-right: 40px;
    color: #fff;
    font-weight: 600;

}

.btn-default__.yw a {
    color: #E8B614;
}

.btn-default__ a::after {
    position: absolute;
    content: '';
    top: 51%;
    transform: translateY(-50%);
    right: 0;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
    transition: right .3s ease-out;
}

.btn-default__.yw a::after {
    border-left: 12px solid #E8B614;
}

.btn-default__ p {
    margin-bottom: 0;
}

.btn-default__ .white {
    opacity: .6;
    margin-left: 19px;
}

.btn-default__ a:hover::after {
    right: -10px;
    transition: right .3s ease-out;
}

/* Button VCard ----------------------------------------------------*/
.btn-vcard {
    font-weight: 600;
    text-transform: uppercase;
}

.ow-button-base a .sow-icon-image {
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat;
}

.ow-button-base a.btn-projekte > span {
    display: block !important;
}

.box-900 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

._14 {
    font-size: 14px;
}

._16 {
    font-size: 16px;
}

._18 {
    font-size: 18px;
}

._20 {
    font-size: 20px;
}

.zu_den_referenzen p {
    margin-bottom: 0;
    padding: 0 10px;
    display: inline-block;
    background: rgba(255, 255, 255, .95);
}

.zu_den_referenzen {
    text-align: right;
}

/*--------------------------------------------------------------
# Start
--------------------------------------------------------------*/

/* Header ----------------------------------------------------*/
.viewport,
.viewport-inner {
    position: relative;
    height: 53vh;
    overflow: hidden;
}

.single .viewport-inner {
    background-position: 50% 30%;
}

.viewport::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), transparent);
}

.page-id-44 .viewport::before {
    display: none;
}

.viewport.start {
    height: auto;
}

.viewport .head-text-animation__intro {
    position: absolute;
    top: 50%;
    z-index: 2
}

.viewport .head-text-animation__intro h1 {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .2);
}

.section-intro {
    position: relative;
    overflow: hidden;
}

.section-intro::before {
    position: absolute;
    content: '';
    left: -30px;
    width: 60%;
    height: 100%;
    background: url("sources/images/Stier-fine-blue.png");
    background-size: contain;
    background-repeat: no-repeat;
    top: 250px;
    z-index: -1
}

.section-projekte {
    background-repeat: no-repeat;
    background-size: 45% !important;
}

.leistungen {
    position: relative;
}

.leistungen-block {
    position: relative;
    margin: -100px 0;
}

.leistungen-block::before,
.leistungen-block::after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 0;
    z-index: 1;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.leistungen-block::before {
    top: 0;
    background-image: linear-gradient(to left, #fff, transparent);
}

.leistungen-block::after {
    bottom: 0;
    background-image: linear-gradient(to right, #fff, transparent)
}

.leistungen-img {
    position: relative;
}

.leistungen-img::before,
.leistungen-img::after {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    width: 1px;
    z-index: 1;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.leistungen-img::before {
    left: 0;
    background-image: linear-gradient(to bottom, #fff, transparent)
}

.leistungen-img::after {
    right: 0;
    background-image: linear-gradient(to top, #fff, transparent)
}

.leistungen-block:hover::before,
.leistungen-block:hover::after {
    width: 100%;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.leistungen-block:hover .leistungen-img::before,
.leistungen-block:hover .leistungen-img::after {
    height: 100%;
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1)
}


.leistungen-img img {
    opacity: .8;
}

.leistungen-img a {
    position: relative;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, .3);
}

.leistungen-img a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .55), transparent);
    width: 100%;
    height: 90%;
}

.leistungen-icon img {
    position: absolute;
    max-height: 110px;
    width: auto;
    top: 18%;
    left: 50%;
    transform: translate(-50%);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.leistungen-icon.wind img {
    top: 13%;
    max-height: 140px;
}

.leistungen-head h3 {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 0 5px;
    top: 60%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.leistungen-head h3 a {
    color: #fff;
}

.leistungen-block:hover .leistungen-icon img {
    transform: translate(-50%, 10%);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1)
}

.leistungen-block:hover .leistungen-head h3 {
    transform: translateY(-50%);
    transition: all .5s cubic-bezier(0.4, 0, 0.2, 1)
}

/*--------------------------------------------------------------
# Aktuelles + Referenzen
--------------------------------------------------------------*/

/* Slider */
.slick-slider {
/ / position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    overflow: hidden;

}

.slider-news .slick-slide {
    height: 370px;
    border: 1px solid #fff;
}

.slider-ref .slick-slide {
    height: 500px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
    display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-slider.slider-thumbs {
    height: 100%;
    overflow: hidden;
    margin-top: 30px;
}

.slick-slider.slider-thumbs .slick-list {
    overflow: hidden;
    margin-top: -131px;
}

.slick-slider.slider-main .slick-slide img {
    width: 100%;
}

.slick-arrow {
    position: absolute;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    opacity: .5;
    z-index: 2;
    transition: all .3s ease-out;
}

.slider-news .slick-arrow:hover,
.slider-ref .slick-arrow:hover {
    opacity: 1;
}

.slick-arrow.slick-prev {
    background-color: #374A77;
    background-image: url('sources/images/Arrow.png');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.slick-arrow.slick-next {
    margin-left: 40px;
    background-color: #374A77;
    background-image: url('sources/images/Arrow.png');
    transform: scaleX(-1);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}

.slider-news .slick-arrow {
    position: absolute;
    bottom: -35px;
    width: 25px;
    height: 25px;
    border: none;
    overflow: hidden;
    text-indent: -9999px;
    opacity: .5;
    z-index: 2;
    transition: all .3s ease-out;
}

.slider-ref .slick-arrow {
    width: 35px;
    height: 100px;
    top: 50%;
    opacity: .8;
    transform: translatey(-50%);
}

.slider-ref .slick-arrow.slick-prev, .slider-ref .slick-arrow.slick-next {
    background-color: #1F2B46;
}

.slider-ref .slick-arrow.slick-next {
    right: 0;
    transform: scaleX(-1) translatey(-50%);
}

.slider-newsarchiv {
    position: relative;
}

.slider-newsarchiv .slick-arrow.slick-prev {
    bottom: 0;
    left: 13px;
}

.slider-newsarchiv .slick-arrow.slick-next {
    margin-left: 180px;
}

.slider-newsarchiv ul.slick-dots {
    display: flex;
    list-style: none;
    margin-left: 40px;
}

.slider-newsarchiv ul.slick-dots li button {
    border: 0;
    background: none;
    border: 1px solid;
    opacity: .5;
}

.slider-newsarchiv ul.slick-dots li.slick-active button {
    opacity: 1;
    color: #fff;
    background: #154275;
    border-color: #154275;
}

/*****/
{
    position: relative
;
}
.news-container,
.ref-container {
    background-color: #243150;
    background-size: cover;
    position: relative;
    height: 370px;
    transition: all .5s ease;
}

.news-container .news-img,
.ref-container .ref-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    transition: all .5s ease;
}

.news-container:hover .news-img,
.ref-container:hover .ref-img {
    transform: scale(1.1);
    transition: all 1.5s ease;
}

.ref-container .ref-cat {
    color: #fff;
    background: #202941;
    display: inline-block;
    padding: 8px 30px;
}

.news-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(8, 11, 17, .55), transparent);
}

.news-container a,
.ref-container a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.news-container .news-content,
.ref-container .ref-content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 30px 10px;
    color: #fff;
    overflow: hidden;
    transition: all .5s ease;
}

.news-container .news-content h4,
.ref-container .ref-content h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    margin-bottom: 13px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, .4);
}

.news-container .news-content .news-excerpt {
    font-size: 16px;
    opacity: 0;
    height: 0;
    transition: all .5s ease;
}

.news-container a:hover {
    background: rgba(36, 49, 80, .6);
}

.news-container a:hover .news-content .news-excerpt {
    opacity: 1;
    height: 100px;
    transition: all .5s ease;
}

.news-container.archiv {
    overflow: hidden;
    margin-bottom: 30px;
}


/*****/
.slider-ref {
    position: relative;
}

.ref-container {
    height: 500px;
}

.ref-container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, .9), transparent);
}

.ref-container .ref-content {
    padding: 20px 80px;
}

.ref-container .ref-content {
    padding: 20px 85px;
}

.ref-thumb-container .ref-img {
    height: 70px;
    background-size: cover;
    margin-bottom: 20px;
}

.ref-thumb-container .ref-number {
    font-size: 14px;
    opacity: .5;
}

.ref-thumb-container p {
    font-size: 15px;
}

/*** Testimonials **/

.testimonial-img {
    text-align: center;
    padding-top: 100px;
    color: rgba(255, 255, 255, .8);
    background-size: 50%;
    background-position: left top;
}

.testimonial-img h2 {
    color: #fff;
}

.testimonial-excerpt {
    padding: 0 45px;
}

.slider-testimonials .slick-arrow {
    top: 50%;
    transform: translatey(-50%);
    width: 25px;
    height: 25px;
}

.slider-testimonials .slick-arrow.slick-next {
    right: 0;
    transform: scaleX(-1) translatey(-50%);
}

/*--------------------------------------------------------------
# Referenzen + Projekte
--------------------------------------------------------------*/

.ref-headline {
    position: relative
}

.ref-headline::after {
    position: absolute;
    content: '';
    top: 50.5%;
    transform: translateY(-50%);
    left: 0;
    width: 0;
    height: 1px;
    background: #374A77;
    transition: width 1s cubic-bezier(.39, 0, .58, 1.4);
    z-index: -1;
}

.ref-headline.in-view::after {
    width: 100%;
    transition: width 1s cubic-bezier(.39, 0, .58, 1);
}

.ref-headline h4, .ref-headline h2 {
    display: inline-block;
    background: #fff;
    padding: 30px 30px 20px 0;
}

.ref-headline-img img {
    width: 80px;
}

.eckdaten {
    opacity: .6;
    color: #fff;
}

.eckdaten strong {
    display: inline-block;
    width: 40%;
}

.hardfacts {
    margin-top: 85px;
}

/*****/

.ref-container__2 a {
    display: block;
}

.ref-container__2:nth-child(2n+2) {
    /*margin-top:40px;*/
}

.ref-container__2 .ref-img {
    width: 100%;
    height: 350px;
    background-size: cover;
    background-position: center;
    box-shadow: 2px 5px 5px rgba(0, 0, 0, .2);
    filter: saturate(0.65);
}

.ref-container__2 h3 {
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 5px;
}


.alle-referenzen-btn ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    background: #F9F9F9;
    padding: 10px 0;
}

.alle-referenzen-btn li {
    color: #374A77;
    opacity: .7;
    padding: 8px 0;
    margin-bottom: 5px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease;
    cursor: pointer;
}

.alle-referenzen-btn li.active, .alle-referenzen-btn li:hover {
    opacity: 1;
    border-bottom: 3px solid #374A77;
    transition: all .3s ease;
}

.alle-referenzen {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
}

.alle-referenzen.active {
    opacity: 1;
    z-index: 1;
    transition: all .5s ease;
}

.alle-referenzen a {
    width: 33.3%;
}

.alle-referenzen h4 {
    font-size: 16px;
}

.site-main-ref .viewport,
.site-main-news .viewport {
    margin-bottom: 100px;
}

.site-main-ref .viewport-inner,
.site-main-news .viewport-inner {
    background-size: cover;
}

.single table {
    color: #fff;
}

.single table tr td:first-child {
    color: #fff;
    opacity: .7;
}


.sow-slider-base .sow-sld-icon-thin-left,
.sow-slider-base .sow-sld-icon-thin-right {
    width: 35px;
    height: 100px;
}

.sow-slider-base .sow-sld-icon-thin-left:before,
.sow-slider-base .sow-sld-icon-thin-right:before {
    content: '' !important;
    background-color: #374A77;
    background-image: url("sources/images/Arrow.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}

.sow-slider-base .sow-sld-icon-thin-right:before {
    transform: rotate(180deg);
}

.sow-slider-base .sow-slide-nav a {
    padding: 0 !important
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-prev {
    left: 0 !important;
}

.sow-slider-base .sow-slide-nav.sow-slide-nav-next {
    right: 0 !important;
}

.sow-slider-base .sow-slider-pagination {
    display: none !important;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-container {
    cursor: pointer;
    margin-bottom: 30px;
}

.team-img {
    margin-bottom: 15px;
}

.team-container h4 {
    font-weight: 600;
    margin-bottom: 0;
}

.team-container p {
    font-size: 16px;
    color: #374A77;
}

.team-modal {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -99999;
    background: #fff;
}

.team-container.active + .team-modal {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
}

.close-modal, .close-modal:focus, .close-modal:active {
    outline: 0 !important;
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/

.section-map circle {
    fill: #2D3C61;
    transition: all .75s ease;
    opacity: 1;
}

.section-projekte.in-view .section-map #highlights-blue circle {
    animation: highlight 4s 1s ease forwards;
}

.section-map.wind #highlights-blue circle,
.section-projekte.in-view .section-map.wind #highlights-blue circle,
.section-projekte.in-view .section-map.pva #highlights-red circle,
.section-map.pva #highlights-red circle,
.section-map.immobilien #highlights-green circle,
.section-map.blockheiz #highlights-yellow circle {
    fill: #E8B614 !important;
    transition: all .75s ease !important;
    opacity: .7;
}


.cls-3,
.cls-4,
.cls-5,
.cls-6 {
    isolation: isolate;
}

@keyframes highlight {
    0% {
        fill: #2D3C61;
    }
    50% {
        fill: #E8B614;
    }
    100% {
        fill: #2D3C61;
    }
}

/* Button Weltkarte ----------------------------------------------------*/
.btn-projekte {
    line-height: 1.5 !important;
    position: relative;
    padding-left: 70px !important;
    padding-right: 30px !important;
}

.btn-projekte:hover {
/ / transform: scale(1.05);
    text-shadow: 2px 2px 10px rgba(0, 0, 0, .6) !important;
    background: #202941 !important;
    border-color: #202941 !important;
}

.btn-projekte::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 0;
    bottom: 5px;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #fff;
    border-top: 5px solid transparent;
}

.btn-projekte b {
    font-size: 40px;
    color: #E8B614;
    display: block;
}

.btn-projekte span .sow-icon-image {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 65px;
    height: 75px;
    opacity: .7;
    background-position: center bottom;
}

/*--------------------------------------------------------------
# Unternehmen
--------------------------------------------------------------*/
.partner-extern h3 {
    margin-bottom: 10px;
    font-weight: 600;
}

.partner-extern h4 {
    font-size: 17px;
    margin-bottom: 37px;
}

.logo-extern {
    position: absolute;
    right: 10px;
    width: 120px;
    margin-top: 20px;
}

.logo-extern.agert {
    width: 150px;
}

/*--------------------------------------------------------------
# Impressum & Datenschutz
--------------------------------------------------------------*/
.datenschutz h4 {
    margin-top: 30px;
    font-weight: 600;

}

/*--------------------------------------------------------------
# Error
--------------------------------------------------------------*/
.error404 header {
    display: none;
    opacity: 0;
}

.error-404.not-found {
    height: 100vh;
    position: relative;
    background: #fff;
}

.error-404.not-found .inner {
    padding-top: 10%;
}

.error-404.not-found h1 {
    font-family: 'Helvetica Neue';
    font-size: 26vmin;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.error-404.not-found h1 span {
    display: inline-block;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #A8D437;
    align-items: center;
    margin: 0 35px;
    margin-bottom: 60px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.error-404.not-found .page-content {
    position: relative;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

body:not(.theme-preset-active) footer#colophon {
    background-color: #212842;
    background-image: url("sources/images/Stier-fine-min.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 60px 0 10px;
    color: #fff;
    position: sticky;
    bottom: 0;
}


.footer-widget .widget {
    color: #fff;
    color: rgba(255, 255, 255, .7);
    margin: 0;
    font-size: 15px;
}

.footer-widget a {
    color: #fff;
}

.wp-image-31 {
    width: 185px;
}

.footer-col-info {
    padding-top: 15px;
    line-height: 2;
}

.footer-col-head {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 2px;
}

.site-info {
    border-top: 1px solid rgba(255, 255, 255, .2);
    margin-top: 30px;
    padding-top: 15px;
    opacity: .6;
    font-size: 14px;
}

#menu-main-menu-1 li a {
    padding: 5px 0;
    opacity: .7;
}

footer .menu-image-title.menu-image-title-above, footer .menu-image-title.menu-image-title-below, footer .menu-image-title-below, footer .menu-image-title-above, footer .menu-item a.menu-image-title-above, footer .menu-item a.menu-image-title-below, footer .menu-image-title.menu-image-title-above, footer .menu-image-title.menu-image-title-below {
    text-align: left !important;
}

#menu-main-menu-1 li a:hover {
    background: none;
    opacity: 1;
}

#menu-main-menu-1 img,
#menu-main-menu-1 .sub-menu {
    display: none !important;
    visibility: hidden !important;
}

#menu-footer {
    display: flex;
    list-style: none;
    justify-content: flex-end;
    margin: 0;
}

#menu-footer a {
    padding: 10px;
}

.btn-to-top {
    display: none;
}

/*--------------------------------------------------------------
# Media queries
--------------------------------------------------------------*/

@media only screen and (min-width: 2500px) {
    .viewport, .viewport-inner {
        height: 65vh;
    }
}

@media only screen and (min-width: 3500px) {
    .viewport, .viewport-inner {
        height: 70vh;
    }
}

@media only screen and (max-width: 1440px) {


}

@media only screen and (max-width: 1200px) {
    .navbar-main-nav .navbar-navi > li > .sub-menu li a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .viewport .head-text-animation__intro {
        top: 40%;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-main-nav .navbar-navi,
    #main-nav .navbar-navi {
        padding-top: 115px;
        flex-wrap: wrap;
    }

    .navbar-main-nav .navbar-navi li {
        width: 50%;
    }

    .navbar-main-nav .navbar-navi > li > a,
    .navbar-main-nav .navbar-navi > li > span {
        font-size: 17px;
    }

    .navbar-main-nav .navbar-navi > li > a .menu-title span {
        height: 53px;
    }
}

@media only screen and (max-width: 820px) {

    .slide-up {
        -webkit-transform: translateY(3%);
        transform: translateY(3%);
        -webkit-transition: all 1.5s;
    }

    h1, h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 28px;
    }

    .viewport, .viewport-inner {
        height: 35vh;
    }

    .viewport .head-text-animation__intro h1 {
        font-size: 20px;
    }

    .leistungen-block {
        margin: 20px 30px 0;
    }

    .l-icon img {
        width: 140px;
        margin: 0 auto 15px;
    }

    .l-icon svg {
        width: 100px;
    }

    .footer-col-head {
        padding-top: 40px;
    }

}

@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: landscape) {

}

@media only screen and (max-width: 575px) {
    html, body {
        overflow-x: hidden;

    }

    h1, h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 18px;
    }

    header#masthead .container {
        padding: 0 15px;
    }

    header#masthead .navbar-brand {
        max-width: 125px;
    }

    .navbar-main-nav .navbar-navi li {
        padding: 0 10px;
    }

    .navbar-main-nav .navbar-navi > li > .sub-menu {
        top: 60px;
        padding: 10px;
    }

    .navbar-main-nav .navbar-navi > li > .sub-menu li {
        margin-bottom: 0;
    }

    .navbar-main-nav .navbar-navi > li > .sub-menu li a {
        padding: 8px 0;
        font-size: 15px;
    }

    .navbar-login {
        font-size: 13px;
        padding-left: 20px;
    }

    .navbar-login:before {
        width: 17px;
        height: 17px;
    }

    .btn-projekte {
        margin-left: 20%;
    }

    .btn-default {
        padding: 10px 0 10px 80px;
    }

    .btn-default.in-view::before {
        width: 60px;
    }

    .ref-container, .slider-ref .slick-slide {
        height: 320px;
    }

    .ref-container .ref-content {
        padding: 10px 40px;
    }

    .ref-content .ref-excerpt p {
        display: none;
    }

    .slider-ref-thumb {
        display: none;
    }

    .ref-container .ref-content h2 {
        font-size: 20px;
        margin-bottom: -40px;
    }

    .modal-wrapper.styled .wp-post-modal {
        width: 95%;
    }

    #menu-footer {
        justify-content: flex-start;
    }

}