/*
Theme Name:   WS-Theme
Description:  WS-Theme für die WS-Unternehmensgruppe und WS-Kranlogistik
Author:       Lars Bergelt
Author URI:   https://www.lbergelt.de
Version:      1.0.0
Requires PHP: 7.4
Text Domain:  wstheme
Domain Path: /languages/
*/



a {
    color: #537DC4;
}
body {
    background-color: #E2E2E2;
}

.header_logo {

    z-index: 1;
    position: absolute;
}
.curtain-menu {
    z-index: 11;
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
}

.curtain-menu-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition-delay: 0.5s;
    visibility: hidden;
}

.curtain-menu-wrapper .curtain-menu-list li {
    width: 100%;
    font-weight: 100;
    font-size: 2.8125rem;
    min-height: 2.8125rem;
    padding: 1rem;
    text-align: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: all 0.2s ease-in;
    border-radius: 5px;
}

.curtain-menu-wrapper .curtain-menu-list li:hover {
    background: rgba(254, 254, 254, 0.7);
}

.curtain-menu-wrapper .curtain-menu-list li:hover a {
    color: #1779ba;
}

.curtain-menu-wrapper .curtain-menu-list li a {
    color: #fefefe;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.curtain-menu .curtain {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: -webkit-flex 0.45s;
    transition: flex 0.45s;
    transition: flex 0.45s, -webkit-flex 0.45s, -ms-flex 0.45s;
}

.curtain-menu .curtain:nth-child(2) {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    background: transparent;
}

.curtain-menu .curtain:nth-child(odd) {
    background: #0c3e5f;
    opacity: 0.9;
}

.curtain-menu-button {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 5;
}

.curtain-menu-button-toggle {
    width: 2.5rem;
    height: 2.5rem;
    /*border-radius: 5000px;*/
    border-radius: 5px;
    background: #fefefe;
    position: relative;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
}

.curtain-menu-button-toggle div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 3px;
    background: #1779ba;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    transition-delay: 0.5s;
}

.curtain-menu-button-toggle .bar1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}

.curtain-menu-button-toggle .bar2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    transform: translateX(-50%) translateY(-50%) rotate(-180deg);
}

.curtain-menu-button-toggle:hover {
    background: #1779ba;
}

.curtain-menu-button-toggle:hover div {
    background: #fefefe;
}

.curtain-menu-button-toggle:active {
    box-shadow: none;
}

.curtain-menu-open {
    overflow: hidden;
}

.curtain-menu-open .curtain:nth-child(2) {
    -webkit-flex: 0 0 0%;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
}

.curtain-menu-open .curtain-menu-wrapper {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    pointer-events: all;
}

.curtain-menu-open .curtain-menu-button-toggle .bar1 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.curtain-menu-open .curtain-menu-button-toggle .bar2 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
    transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}


.fullscreen-image-slider .orbit-image {
    width: 100%;
//height: 100vh;
    height: 70vh;
}

.fullscreen-image-slider .orbit-caption {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    background: none;
    text-align: center;
    color: #fefefe;
    font-weight: bold;
}

/* FOOTER */

.marketing-site-footer {
    background: #2c3840;
    color: #8aa0ae;
    padding: 2rem 0 0;
}

.marketing-site-footer .marketing-site-footer-menu-social a {
    color: #fefefe;
}

.marketing-site-footer .column-block {
    margin-bottom: 30px;
}

.marketing-site-footer > .row {
    margin-bottom: 1rem;
}

@media screen and (max-width: 39.9375em) {
    .marketing-site-footer .columns {
        margin-bottom: 2rem;
    }
}

.marketing-site-footer-name {
    color: #fefefe;
    margin-bottom: 1rem;
    font-size: 2rem;
}

.marketing-site-footer-title {
    color: #fefefe;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.marketing-site-footer-block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
}

.marketing-site-footer-block .fa {
    font-size: 2rem;
    color: #020304;
}

.marketing-site-footer-block p {
    margin-left: 1rem;
    line-height: 1.125rem;
}

.marketing-site-footer-bottom {
    background: #020304;
    padding: 1rem 0;
}

.marketing-site-footer-bottom p,
.marketing-site-footer-bottom .menu {
    margin-bottom: 0;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.marketing-site-footer-bottom .marketing-site-footer-bottom-links a {
    color: #8aa0ae;
}

@media screen and (max-width: 63.9375em) {
    .marketing-site-footer-bottom .marketing-site-footer-bottom-links {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media screen and (max-width: 63.9375em) {
    .marketing-site-footer-bottom {
        text-align: center;
    }
}

.headline {
    color: #537DC4;
}

.wsu-hyphens {
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}



.flipbook-viewport{
    /*overflow:hidden;*/
    /*width:100%;*/
    /*height:100%;*/
    position: relative;
}

.flipbook-viewport .container{
    position:relative;
    top:50%;
    left:50%;
    margin:auto;
}

.flipbook-viewport .flipbook{
    width:922px;
    height:600px;
    /*left:-461px;*/
    /*top:-300px;*/
}

.flipbook-viewport .page{
    width:461px;
    height:600px;
    background-color:white;
    background-repeat:no-repeat;
    background-size:100% 100%;
}

.flipbook .page{
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
    -o-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.flipbook-viewport .page img{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin:0;
}

.flipbook-viewport .shadow{
    -webkit-transition: -webkit-box-shadow 0.5s;
    -moz-transition: -moz-box-shadow 0.5s;
    -o-transition: -webkit-box-shadow 0.5s;
    -ms-transition: -ms-box-shadow 0.5s;

    -webkit-box-shadow:0 0 20px #ccc;
    -moz-box-shadow:0 0 20px #ccc;
    -o-box-shadow:0 0 20px #ccc;
    -ms-box-shadow:0 0 20px #ccc;
    box-shadow:0 0 20px #ccc;
}

.wsu-button {
    background-color: #537DC4;
}
.wsu-button-bold {
    font-weight: bold;
    font-size: 15pt;
}


.zoom-icon{
    position:absolute;
    z-index:1000;
    width:22px;
    height:22px;
    top:10px;
    right:10px;
    background-image:url(/images/zoom-icons.png);
    background-size:88px 22px;
}

.zoom-icon-in{
    background-position:0 0;
    cursor: pointer;
}

.zoom-icon-in.zoom-icon-in-hover{
    background-position:-22px 0;
    cursor: pointer;
}

.zoom-icon-out{
    background-position:-44px 0;
}

.zoom-icon-out.zoom-icon-out-hover{
    background-position:-66px 0;
    cursor: pointer;
}

.close-icon {
    position:absolute;
    z-index:1000;
    width:22px;
    height:22px;
    top:10px;
    left:10px;
    background-image:url(/images/close-icons.png);
    background-size:88px 22px;
    cursor: pointer;
}

.close-icon.close-icon-hover{
    background-position:-22px 0;
    cursor: pointer;
}



.flipbook-viewport .next-button,
.flipbook-viewport .previous-button{
    width:22px;
    height:600px;
    position:absolute;
    top:0;
}

.flipbook-viewport .next-button{
    right:-22px;
    -webkit-border-radius:0 15px 15px 0;
    -moz-border-radius:0 15px 15px 0;
    -ms-border-radius:0 15px 15px 0;
    -o-border-radius:0 15px 15px 0;
    border-radius:0 15px 15px 0;
}

.flipbook-viewport .previous-button{
    left:-22px;
    -webkit-border-radius:15px 0 0 15px;
    -moz-border-radius:15px 0 0 15px;
    -ms-border-radius:15px 0 0 15px;
    -o-border-radius:15px 0 0 15px;
    border-radius:15px 0 0 15px;
}

.flipbook-viewport .previous-button-hover,
.flipbook-viewport .next-button-hover{
    background-color:rgba(0,0,0, 0.2);
}

.flipbook-viewport .previous-button-hover,
.flipbook-viewport .previous-button-down{
    background-image:url(/images/arrows.png);
    background-position:-4px 284px;
    background-repeat:no-repeat;
}

.flipbook-viewport .previous-button-down,
.flipbook-viewport .next-button-down{
    background-color:rgba(0,0,0, 0.4);
}

.flipbook-viewport .next-button-hover,
.flipbook-viewport .next-button-down{
    background-image:url(/images/arrows.png);
    background-position:-38px 284px;
    background-repeat:no-repeat;
}

/*.flipbook-viewport .zoom-in .next-button,*/
/*.flipbook-viewport .zoom-in .previous-button{*/
/*    display:none;*/
/*}*/


.subnav-hero-section {
    text-align: center;
    background: #1779ba;
    background-size: cover;
    position: relative;
    overflow: visible;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 275px;/*300px;*/
    /*height: 30vh;*/
}

.subnav-hero-section .subnav-hero-headline {
    color: #fefefe;
}

.subnav-hero-subnav {
    float: none;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    width: 100%;
}

.subnav-hero-subnav li {
    float: none;
    display: inline-block;
}

.subnav-hero-subnav li a {
    padding: 0.9rem 0.5rem;
    font-size: 0.75rem;
    color: #fefefe;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all 0.35s ease-in-out;
}

.subnav-hero-subnav li a.is-active {
    background: rgba(254, 254, 254, 0.15);
}

.subnav-hero-subnav li a:hover {
    background: rgba(254, 254, 254, 0.15);
}

ul.ws-footer-menu {
    float: none;
    text-align: center;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    width: 100%;
    list-style-type: none;
}

.ws-footer-menu li {
    float: none;
    display: inline-block;
}
.ws-footer-menu li:not(:last-child):after {
    content: " | ";
}

.ws-start-image {
    background: url('assets/image/start_image.jpg') 100% no-repeat;
    background-size: cover;"
}
