/*****************************************
    General stylings
 *****************************************/

@font-face{
    font-family:'Lato';
    font-style:normal;
    font-weight:400;
    src:local('Lato Light'),
    url('/resources/fonts/Lato/lato-light-webfont.woff2') format('woff2'),
    url('/resources/fonts/Lato/lato-light-webfont.woff') format('woff'),
    url('/resources/fonts/Lato/lato-light-webfont.ttf') format('ttf'),
    url('/resources/fonts/Lato/lato-light-webfont.eot') format('eot');
}
@font-face{
    font-family:'Lato';
    font-style:normal;
    font-weight:700;
    src:local('Lato'),
    url('/resources/fonts/Lato/lato-regular-webfont.woff2') format('woff2'),
    url('/resources/fonts/Lato/lato-regular-webfont.woff') format('woff'),
    url('/resources/fonts/Lato/lato-regular-webfont.ttf') format('ttf'),
    url('/resources/fonts/Lato/lato-regular-webfont.eot') format('eot');
}
@font-face{
    font-family:'Lato';
    font-style:normal;
    font-weight:900;
    src:local('Lato Bold'),
    url('/resources/fonts/Lato/lato-bold-webfont.woff2') format('woff2'),
    url('/resources/fonts/Lato/lato-bold-webfont.woff') format('woff'),
    url('/resources/fonts/Lato/lato-bold-webfont.ttf') format('ttf'),
    url('/resources/fonts/Lato/lato-bold-webfont.eot') format('eot');
}

body {
    color: #333333;
    overflow: hidden;
}
body,
html {
    font-family: 'Lato';
}
@media (orientation: portrait) and (min-width: 2160px) {
    html {
        font-size: 32px;
    }
}

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}
@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}

a {
    color: #333333;
}
a:active,
a:focus,
a:hover {
    text-decoration: inherit;
    color: #8f8f8f;
}


/**********************************************************************************************************************/
/*************       HEADER       *************************************************************************************/
/**********************************************************************************************************************/
header {
    background-color: #ffb81c;
    top: 0;
    width: 100%;
    height: 6.25rem;
    z-index: 1000;
    text-align: right;
    box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.5);
}
header img#logo {
    margin: 1.5rem 1.5rem;
    height: 3.75rem;
}
#navigation nav,
header nav {
    position: absolute;
    bottom: 0;
}
#navigation nav ul,
header nav ul {
    list-style: none;
    margin: 1rem;
    padding: 0;
}
#navigation nav ul li,
header nav ul li {
    float: left;
    background: #fff;
    margin: 0.5rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 0.4375rem 0 rgba(0, 0, 0, 0.25);
}
#navigation nav ul li a,
header nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 3rem;
    font-size: 1.8rem;
    color: #ffb81c;
}
nav ul li.language-switch {
    width: 5rem;
    position: relative;
}
nav ul li.language-switch a {
    font-weight: 600;
    font-size: 1.1rem;
}
.language-switch .switcher {
    display: none;
    position: absolute;
    width: 20rem;
    background: #fff;
    z-index: 1000;
    bottom: 4rem;
    transform: translateX(-50%);
    left: 2.5rem;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.5);
    padding: 0.5rem;
    z-index: 100000;
}
.language-switch .switcher::after {
    content: '';
    position: absolute;
    border-color: #fff transparent transparent;
    border-width: 1rem;
    bottom: -2rem;
    border-style: solid;
    left: 50%;
    margin-left: 6.5rem;
}
header .language-switch .switcher {
    bottom: auto;
    top: 4rem;
    left: -5rem;
}
header .language-switch .switcher::after {
    border-color: transparent transparent #fff;
    top: -2rem;
    bottom: auto;
}
.language-switch .switcher.show {
    display: block;
}
.language-switch .switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.language-switch .switcher ul li {
    display: block;
    width: 100%;
    margin: 0.25rem 0;
}
.language-switch .switcher ul li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    line-height: 2rem;
    position: relative;
}
.language-switch .switcher ul li a img {
    width: 2rem;
    margin-right: 0.2rem;
    margin-top: -0.2rem;
}
.language-switch .switcher ul li a i {
    display: none;
    position: absolute;
    left: 0.75rem;
    top: 0.65rem;
    font-size: 1.6rem;
}
.language-switch .switcher ul li.current a i {
    display: inline-block;
}


/**********************************************************************************************************************/
/*************       MAIN Wrapper      ********************************************************************************/
/**********************************************************************************************************************/
main {
    margin-top: 6.25rem;
    height: calc(100vh - 23.125rem);
    overflow-y: scroll;
    overflow-x: hidden;
}
main #content {
    position: relative;
    max-width: 90%;
    margin: 7rem auto 2rem;
}
main #introduction .page-title,
main #introduction .page-subtitle {
    text-align: center;
}
main #introduction .page-title {
    font-size: 4rem;
}
main #introduction .page-subtitle {
    font-size: 2rem;
    margin-bottom: 1rem;
}
main #introduction .page-introduction {
    color: #4D4D4D;
    font-size: 1.45rem;
    margin-bottom: 0.5rem;
}
main #introduction .page-content {
    font-size: 1.5rem;
}


/**********************************************************************************************************************/
/*************       FOOTER            ********************************************************************************/
/**********************************************************************************************************************/
footer {
    position: fixed;
    bottom: 0;
    background: #989898;
    padding: 2rem 0;
    height: 16.875rem;
    width: 100%;
}
footer .slogan {
    margin: 0 0 3rem 4rem;
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
}
footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer ul li {
    float: left;
    width: 11%;
    text-align: center;
}
footer ul li.sl {
    width: 6%;
}
footer ul li.sl .slogan {
    transform: rotate(270deg) translate(-35%, -120%);
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    font-size: 2.35rem;
}
footer ul li .fab {
    font-size: 4rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
footer ul li .fab + div {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    height: 1rem;
}
footer .icon-wrapper {
    display: inline-block;
    padding-top: 1rem;
    background: blue;
    max-width: 82%;
}
footer .twitter .icon-wrapper { background: #1da1f2; }
footer .youtube .icon-wrapper { background: #ff0000; }
footer .linkedin .icon-wrapper { background: #007bb5; }
footer .facebook .icon-wrapper { background: #3b5998; }
footer .pinterest .icon-wrapper { background: #e60023; }
footer .tiktok .icon-wrapper { background: #010101; }
footer .instagram .icon-wrapper { background: #c13584; }
footer .xing .icon-wrapper { background: #026466; }
footer .icon-wrapper img {
    max-width: 100%;
}
/**********************************************************************************************************************/
/*************       FOOTER      -> horizontal style      *************************************************************/
/**********************************************************************************************************************/
footer.horizontal ul li.sl {
/*    display: none;*/
}
footer.horizontal ul li {
    width: 20%;
}
footer.horizontal .icon-wrapper {
    padding: 0;
    margin: 0 1rem;
    width: 80%;
    overflow: hidden;
}
footer.horizontal .icon-wrapper > .fab,
footer.horizontal .icon-wrapper > img {
    width: 50%;
    display: inline-block;
}
footer.horizontal .icon-wrapper > div {
    display: none;
}
footer.horizontal .icon-wrapper > .fab {
    padding: 1rem;
    margin: 0;
    float: left;
    font-size: 3rem;
}

#navigation {
    position: fixed;
    bottom: 10rem;
    left: 0;
    right: 70%;
    height: 4.5rem;
    text-align: center;
    z-index: 1000;
}
#navigation nav {
    position: relative;
    height: 100%;
}
#navigation nav::after,
#navigation nav > ul::after {
    content: '';
    display: block;
    width: 100%;
    height:0;
    border-bottom: 0.5rem solid #ffb81c;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 0.3rem 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 0.3rem 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.3rem 0px rgba(0, 0, 0, 0.6);
}
#navigation nav > ul::after {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-bottom-width: 1rem;
    z-index: 100;
}
#navigation nav > ul {
    position: relative;
    height: 100%;
    margin: 0;
    display: inline-block;
    background: #ffb81c;
    -webkit-box-shadow: 0 0 0.3rem 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 0.3rem 0px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0.3rem 0px rgba(0, 0, 0, 0.6);
}


@media (orientation: landscape) {
    header {
        z-index: 1300;
    }
    main {
        overflow: hidden;
    }
    main #content {
        position: relative;
        max-width: 100%;
        margin: 0;
        float: right;
        width: 70%;
        overflow-y: auto;
        z-index: 1200;
        background: #fff;
    }
    main,
    main #content {
        height: calc(100vh - 6.25rem); /* 100% - header */
    }
    main #introduction {
        overflow: hidden;
        background: #efefef;
        border-right: 1px solid #cecece;
        position: fixed;
        height: calc(100vh - 16.25rem); /* 100% - header - footer */
    }
    main #introduction,
    footer {
        width: 30%;
    }
    footer {
        padding: 1rem 2rem;
        height: 10rem;
        z-index: 1100;
    }
    footer .slogan {
        margin: 0;
        font-size: 2rem;
    }
    footer ul li.sl {
        width: 7%;
    }
    footer ul li.sl .slogan {
        font-size: 1.45rem;
        transform: rotate(270deg) translate(-37%, -120%);
    }
    footer .icon-wrapper {
        max-width: 80%;
    }
    footer ul li .fab {
        font-size: 2.0rem;
    }
    footer ul li .fab + div {
        display: none;
    }

    main #introduction .content {
        padding: 3rem 2rem;
        height: calc(100% - 0.5rem);
        overflow-y: auto;
    }
    main #introduction .page-title {
        font-size: 2.8rem;
        margin-top: 0;
    }
    main #introduction .page-subtitle {
        font-size: 1.7rem;
    }
    main #introduction .page-introduction {
        font-size: 1.25rem;
    }
    main #introduction .page-content {
        font-size: 1.3rem;
    }
    main #introduction .content > *:last-child {
        margin-bottom: 6rem;
    }


    body.page-index .widgets-start {
        margin: 4rem 2rem;
    }
    body.page-index .widgets-start > ul > li {
        max-width: 33%;
    }


    body.page-partners main #content {
        overflow: hidden;
    }
    body.page-partners main #content .content {
        height: 100%;
        padding: 0;
    }
    body.page-partners #partners-map .controls {
        top: auto !important;
        bottom: 2rem;
    }

    .framed-application.frame-website .marvel-wrapper,
    .framed-application.frame-cutting .marvel-wrapper,
    .framed-application.frame-welding .marvel-wrapper,
    .framed-application.frame-mechanical-engineering .marvel-wrapper,
    .framed-application.frame-ibn .marvel-wrapper {
        font-size: 17px;
    }

    body.page-clickthrough #content .marvel-wrapper {
        font-size: 21px;
    }
}
@media (orientation: portrait) {
    main #introduction {
        padding: 2rem;
    }
}


.shadow-line {
    position: relative;
    width: 110%;
    left: -5%;
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    height: 1.25rem;
}
.shadow-line.end {
    margin-top: 2.5rem;
    margin-bottom: 0;
}
.shadow-line:before {
    position: absolute;
    content: '';
    left: 2%;
    right: 0;
    top: -1.25rem;
    bottom: 0;
    border-radius: 50% / 1.25rem;
    -moz-border-radius: 50% / 1.25rem;
    -webkit-border-radius: 50% / 1.25rem;
    box-shadow: rgba(0, 0, 0, 0.35) 0 0.3125rem 0.625rem;
    -moz-box-shadow: rgba(0, 0, 0, 0.35) 0 0.3125rem 0.625rem;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0 0.3125rem 0.625rem;
    clip: rect(1.25rem, auto, 3.125rem, 0);
    width: 96%;
    height: 1.25rem;
}
.shadow-line.end:before {
    transform: rotate(180deg);
}


/*****************************************
    TAP Animation of start screen
 *****************************************/
.tap {
    position: fixed;
    z-index: 800;
}
.tap > .fas {
    font-size: 2rem;
    color: #333;
}
.tap > img {
    width: 80px;
    margin-top: 53px;
    margin-left: 22px;
    transform: rotate(-25deg);
}
.tap:not(.move) > * {
    display: none;
}
.tap.move.show:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: rgb(91, 159, 171);
    opacity: 0.5;
    transform: scale(1, 1) translate(-50%);
    transform-origin: 50% 50%;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 1;
    }
    20% {
        transform: scale(25, 25);
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}
.tap.show::after {
    animation: ripple 1s ease-out;
}


@media (orientation: portrait) {

    body.page-index.view-index #introduction {
        padding-bottom: 0;
    }
    body.page-index.view-index #content {
    }
    body:not(.page-index) header #logo {
        display: none;
    }
    body header {
        text-align: left;
    }
    body header nav {
        right: 1rem;
    }
    .widgets-start > ul > li {
        padding: 0 2rem;
    }
    footer {
        padding: 1rem 0;
        height: 31.875rem;
    }
    footer > ul {
        padding-left: 5rem;
    }
    footer > ul li {
        width: 23%;
        padding: 1rem 0;
    }
    footer > ul li .icon-wrapper {
        max-width: 42%;
    }
    footer > ul li.sl {
        position: absolute;
    }
    footer > ul li.sl .slogan {
        font-size: 5.3rem;
        transform: rotate(270deg) translate(-35%, -180%);
    }
    footer.horizontal {
        padding: 2rem;
        height: 20rem;
    }
    footer.horizontal > ul {
        padding-left: 3rem;
        padding-right: 15rem;
    }
    footer.horizontal ul li {
        width: 25%;
    }
    footer.horizontal ul li + li {
        width: 33%;
    }
    footer.horizontal > ul li.sl .slogan {
        font-size: 2.8rem;
        transform: rotate(270deg) translate(-35%, -250%);
    }
    footer.horizontal > ul li .icon-wrapper {
        max-width: 100%;
    }
    footer.horizontal .icon-wrapper > .fab {
        font-size: 3.6rem;
    }
}

body.view-frame #content iframe {
    border: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}


/**********************************************************************************************************************/
/*************       WIDGETS Startpage         ************************************************************************/
/**********************************************************************************************************************/
.widgets-start {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.widgets-start > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.widgets-start > ul > li {
    float: left;
    margin-bottom: 2rem;
}
.widgets-start > ul > li > div {
    box-shadow: 0 0 2rem -1rem rgba(0,0,0,0.5);
}
.widget > a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.widget .card {
    position: relative;
    height: 100%;
}
.widget .card-body {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .125);
}
.widget .card::before,
.widget .card-body::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0.5625rem;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.125) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.125) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.125) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
    z-index: 100;
}
.widget .card-body::after {
    top: -0.5625rem;
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}
.widget .card-body .btn {
    background: #989898;
    border-color: #8f8f8f;
}
.widget .card .image {
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}
.widget .card .image img {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: auto;
    margin: 0 50%;
    transform: translateX(-50%);
    top: 0;
}
.widget .card .image .btn {
    background: #ffb81c;
    border: 0 none;
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 12;
    transform: translate(-50%, -50%);
    display: none;
}
.widget.focus .image::after {
    animation: highlight 1s ease-out;
    content:'';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
}
.widget.focus-out .image::after {
    animation: highlight-out 1s ease-out;
}

@keyframes highlight {
    0% {
        background: rgba(0, 0, 0, 0);
    }
    100% {
        background: rgba(0, 0, 0, 0.5);
    }
}
@keyframes highlight-out {
    0% {
        background: rgba(0, 0, 0, 0.5);
    }
    100% {
        background: rgba(0, 0, 0, 0);
    }
}



body.page-partners main {
    overflow: hidden;
}
@media (orientation: portrait) {
    body.page-partners main #content {
        padding: 0;
        margin: 0;
        max-width: 100%;
        height: calc(100vh - 23.125rem);
    }
}
body.page-partners #partners-map,
body.page-partners #map {
    width: 100%;
    height: 100%;
    position: relative;
}
body.page-partners #partners-map .controls {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 10000;
}
body.page-partners #partners-map .controls button {
    background: #989898;
    border-color: #efefef;
}
body.page-partners #partners-map .controls button + button {
    border-left: 1px solid #efefef;
}
body.page-partners #map .leaflet-popup-content {
    /*
    min-width: 22rem;
     */
}
body.page-partners #map .marker-cluster-small {
    background-color: rgba(255, 184, 28, 0.6);
}
body.page-partners #map .marker-cluster-small div {
    background-color: rgba(255, 255, 255, 0.8);
}
body.page-partners #map .popup .retailer-name {
    font-size: 1.25rem;
    text-align: center;
}
body.page-partners #map .popup .retailer-address {
    margin-top: 1rem;
    font-size: 1rem;
}



.marvel-wrapper {
    text-align: center;
    margin: 5rem auto 2rem;
}


@media (orientation: portrait) {
    body.page-clickthrough #content .marvel-wrapper {
        font-size: 21px;
    }
    .framed-application.frame-website .marvel-wrapper,
    .framed-application.frame-cutting .marvel-wrapper,
    .framed-application.frame-welding .marvel-wrapper,
    .framed-application.frame-q4500 .marvel-wrapper,
    .framed-application.frame-k-200 .marvel-wrapper,
    .framed-application.frame-qdesksimulation .marvel-wrapper,
    .framed-application.frame-mechanical-engineering .marvel-wrapper,
    .framed-application.frame-ibn .marvel-wrapper {
        font-size: 14px;
    }
    body.view-frame #content .framed-application > iframe {
        height: 50vh;
        border: 1px solid rgba(0, 0, 0, .125);
        border-radius: .25rem;
    }
}

@media (orientation: portrait) and (min-width: 2160px) {
    .framed-application.frame-ibn .marvel-wrapper,
    .framed-application.frame-website .marvel-wrapper,
    .framed-application.frame-cutting .marvel-wrapper,
    .framed-application.frame-welding .marvel-wrapper,
    .framed-application.frame-q4500 .marvel-wrapper,
    .framed-application.frame-k200 .marvel-wrapper,
    .framed-application.frame-k-200 .marvel-wrapper,
    .framed-application.frame-qdesksimulation .marvel-wrapper,
    .framed-application.frame-mechanical-engineering .marvel-wrapper { font-size: 28px; }
    body.page-clickthrough #content .marvel-wrapper { font-size: 27px; }

    body.page-partners #map .marker-cluster-small {
        margin-left: -40px !important;
        margin-top: -40px !important;
        width: 80px !important;
        height: 80px !important;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
    }
    body.page-partners #map .marker-cluster-small div {
        width: 70px;
        height: 70px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        border-radius: 35px;
    }
    body.page-partners #map .marker-cluster-small div span {
        font-size: 1rem;
        line-height: 2.3rem;
    }
}




.flipbook-viewport{
    overflow:hidden;
    width:100%;
    height:100%;
}

.flipbook-viewport .container{
    position:absolute;
    top:8%;
    left:3%;
    margin:auto;
}

.flipbook-viewport .page{
    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;
    max-width: 100%;
}

.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;
}

.page-partners.view-flipbook .page-content {
    padding-bottom: 3rem;
}

.flipbook-qrcode {
    width: 50%;
    margin: 5rem auto;
    background: #fff;
    padding-top: 0.5rem;
    border: 1px solid #cecece;
}
.flipbook-qrcode .fas {
    padding-right: 0.7rem;
}
.flipbook-qrcode span {
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 1.3rem;
}
.flipbook-qrcode img {
    max-width: 100%;
}

div.flip-control {
    position: absolute;
    top: 50%;
    width: 100%;
}

div.flip-control a#prev,
div.flip-control a#next {
    position: absolute;
    font-size: 3rem;
    margin-top: -1.5rem;
}
div.flip-control a#prev {
    left: 2.2rem;
    display: none;
}
div.flip-control a#next {
    right: 2.2rem;
}
div.flip-control a i {
    background: #fff;
    color:#ffb81c;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.flipbook .page.even,
.flipbook .page.odd {
    border-color: #8f8f8f;
    border-style: solid;
}
.flipbook .page.even {
    border-width: 1px 0 1px 1px;
}
.flipbook .page.odd {
    border-width: 1px 1px 1px 1px;
    border-left-color: #cecece;
}

.assets-group {
    margin-top: 3.5rem;
}
.assets-group ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.assets-group ul li {
    width: 50%;
    float:left;
    text-align: center;
}
.assets-group .asset {
    display: inline-block;
    width: 400px;
    height: 300px;
    margin: 3.5rem auto;
}
.assets-group .asset a {
    position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.assets-group .asset a::before {
    position: absolute;
    content: '';
    z-index: 100;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.assets-group .asset .loader {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 25;
    font-size: 2rem;
    transform: translateY(-50%);
}
.assets-group .asset img,
.assets-group .asset iframe {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 50;
}
.assets-group .asset img {
    /*
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
     */
    -webkit-box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.5rem 0.1rem rgba(0, 0, 0, 0.5);
}

body.view-asset .asset-wrapper {
    font-size: 21px;
}
body.view-asset .asset-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1000;
    position: relative;
}
.assets-button-list {
    list-style: none;
    padding: 0;
    margin: 3rem auto;
    max-width: 80%;
    display: block;
}
.assets-button-list li {
    width: 100%;
}
.assets-button-list li + li {
    margin-top: 1rem;
}
.assets-button-list li a {
    display: block;
    padding: 1rem;
    font-size: 1.2rem;
}
.assets-button-list li a .fas {
    display: none;
}
.assets-button-list li a.current.btn-secondary {
    background: #ffb81c;
    border: none;
}
.assets-button-list li a.current .fas {
    display: inline-block;
}
body.view-asset .marvel-device .loader {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 25;
    font-size: 2rem;
    transform: translateY(-50%);
}
body.view-asset .marvel-device iframe {
    z-index: 1000;
    position: relative;
}
body.view-asset.no-marvel-device #content > .content {
    padding: 0;
    height: 100%;
    overflow: hidden;
}
body.view-asset.no-marvel-device #content > .content .asset-wrapper {
    height: 100%;
}


.buttons-flipbook {
    list-style: none;
    margin-left: 0;
    padding: 2rem 0 0;
}
.buttons-flipbook li {
    float: left;
    width: 50%;
    padding: 0 1rem;
}
.buttons-flipbook li img {
    max-width: 100%;
    border: 1px solid #cecece;
}
.buttons-flipbook li .btn {
    margin-top: 0.5rem;
    display: block;
    width: 100%;
    color: #fff;
}


.device-navigation {
    bottom: -0.3em;
    position: relative;
}
.device-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.device-navigation ul li {
    float: left;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    line-height: 2em;
    font-weight: 300;
    font-size: 1em;
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.1);
}
.device-navigation ul li + li {
    margin-left: 1em;
}
.device-navigation ul li .fas {
    font-size: 1.3em;
}
.device-navigation ul li.active {
    background: aliceblue;
    color: #222;
}

/**********************************************************************************************************************/
/*************       Coverflow modifications   ************************************************************************/
/**********************************************************************************************************************/
body #gallery {
    top: auto;
    height: 25vh;
}
body #video {
    background: transparent;
    height: auto;
    width: 100%;
}
body #video .doc {
    height: 100%;
}
body #video .doc img {
    max-height: 100%;
}


/**********************************************************************************************************************/
/*************       Live Presentation layer   ************************************************************************/
/**********************************************************************************************************************/
#live-presentation-layer {
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}
#live-presentation-layer > div {
    background: #fff;
    margin: 5vw;
    height: calc(100% - 2*5vw);
    position: relative;
}
#live-presentation-layer > div > * {
    z-index: 100;
}
#live-presentation-layer .live-presentation-icon {
    font-size: 60vw;
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-shadow: 1vw 0vw 0px #8f8f8f;
    color: #cecece;
    opacity: 0.2;
}
#live-presentation-layer .live-presentation-icon > div {
    animation: rotateSatellite 10s linear infinite;
    animation-delay: 3s;
}
#live-presentation .live-presentation-content {
    text-align: center;
    padding: 0 3vh;
    top: 50%;
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 2vh;
    z-index: 100;
}
#live-presentation .live-presentation-content .page-title {
    font-size: 2.5em;
}
#live-presentation .live-presentation-content .page-subtitle {
    font-size: 1.75em;
}

@keyframes rotateSatellite {
    0% {
        rotate: 0deg;
    }
    0.25% {
        rotate: 5deg;
    }
    6.5% {
        rotate: 355deg;
    }
    7% {
        rotate: 360deg;
    }
    100% {
        rotate: 360deg;
    }
}

footer img.logo-100-years {
    position: absolute;
    top: 3.2rem;
    right: 2rem;
    width: 21vw;
}
.btn {
    border-radius: 0;
}
.widget .card {
    border-radius: 0;
}
.widget .card .card-img-top {
    border-radius: 0;
}

body.page-k-200-tour #content {
    margin: 0 auto;
}
body.page-k-200-tour #content .marvel-wrapper {
    margin: 0;
    padding: 2rem 0;
}
/*
.marvel-wrapper {
    margin: 1rem auto 2rem;
}
main #content {
    margin: 2rem auto 2rem;
}
 */

#tour-screens img.tour-screen {
    width: 100%;
    position: absolute;
    left: 0;
}

#animation-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}