body.overflowhidden100vh100vw {
    max-width: 100vw !important;
    max-height: 100vh !important;
    overflow: hidden !important;
}

.articleoverlay {
    display: none;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    position: fixed;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    background-size: cover;
    background-position: center center
}

.articleoverlay .navbar {
    width: 100%;
    z-index: 1015;
    height: 60px;
    background-color: #203B6C;
    position: absolute;
    left: 0;
    bottom: 0;
}

.articleoverlay .navbar .inner {
    color: #fff;
    text-transform: uppercase;
    padding: 20px 0;
    width: auto;
    position: absolute;
    left: calc(50% - 126.5px);
    text-align: center;
    cursor: pointer;
}

.articleoverlay .navbar .inner.hidden {
    color: #203B6C !important;
}

.articleoverlay .navbar .inner.hidden:hover {
    cursor: default;
}

.articleoverlay .navbar .inner:hover {
    text-decoration: underline;
}

.articleoverlay .navbar .arrow {
    width: 35%;
    float: left;
    text-align: center;
    height: 60px;
    cursor: pointer;
    -webkit-transition: .3s linear all;
    -moz-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
}

.articleoverlay .navbar .arrow.right {
    float: right;
    background: url('../../media/gfx/bttn_forward.png') no-repeat;
    background-position: 90% 15px;
}

.articleoverlay .navbar .arrow.right:hover {
    background-position: 92% 15px;
}

.articleoverlay .navbar .arrow.left {
    background: url('../../media/gfx/bttn_backward.png') no-repeat;
    background-position: 10% 15px;
}

.articleoverlay .navbar .arrow.left:hover {
    background-position: 8% 15px;
}

.articleoverlay .description {
    display: none;
    width: 512px;
    min-height: 300px;
    max-height: calc(100vh - 100px);
    position: absolute;
    bottom: 60px;
    left: calc(50vw - 276px);
    background-color: #fff;
    z-index: 1005;
    padding: 20px 20px 140px 20px;
}

.articleoverlay .description .head {
    padding: 0 10px;
}

.articleoverlay .description .head .left {
    width: 60%;
    float: left;
    font-family: Times, "Times New Roman", serif;
    color: #203B6C;
}

.articleoverlay .description .head .left h1 {
    font-size: 52px;
    margin: 0;
    font-weight: 300;
}

.articleoverlay .description .head .right {
    width: 40%;
    float: right;
    padding-top: 11px;
}

.articleoverlay .description .head .right p {
    margin: 0 0 3px 0;
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.articleoverlay .description .head .right p.artnr:before {
    content: "ART.NR.:";
    padding-right: 5px;
}

.articleoverlay .description .head .right p a {
    color: #333;
    text-decoration: none;
}

.articleoverlay .description .head .right p a:hover {
    text-decoration: underline;
    color: #203B6C;
}

.articleoverlay .description .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0 10px 0;
}

.articleoverlay .description .more {
    padding: 0 10px 0 10px;
}

.articleoverlay .description .more .left {
    width: 60%;
    float: left;
}

.articleoverlay .description .more .right {
    width: 40%;
    float: right;
}

.articleoverlay .description .more p.headline {
    font-family: Times, "Times New Roman", serif;
    color: #203B6C;
    font-size: 20px;
    margin: 20px 0 5px;
}

.articleoverlay .description .more p {
    font-size: 14px;
}

.articleoverlay .description .more p.material {
    margin-bottom: 40px;
}

.articleoverlay .description .links {
    position: absolute;
    width: calc(100% - 50px);
    bottom: 30px;
}

.articleoverlay .description .links .right {
    text-align: center;
}

.articleoverlay .description .links .right:hover {
    cursor: default !important;
}

.articleoverlay .description .links p {
    display: inline-block;
}

.articleoverlay .description .links svg:hover,
.articleoverlay .description .links p:hover {
    cursor: pointer !important;
}

.articleoverlay .description .links .left {
    width: 50%;
    float: left;
    position: relative;
    padding: 10px 0;
	text-align: center;
}

.articleoverlay .description .links .left div {
    width: 30px;
    height: 40px;
    position: absolute;
    left: calc(50% - 15px);
}

.articleoverlay .description .links .right {
    width: 50%;
    float: right;
    position: relative;
    cursor: pointer;
    padding: 10px 0;
}

.articleoverlay .description .links .right div {
    width: 25px;
    height: 25px;
    position: absolute;
    left: calc(50% - 12.5px);
}

.articleoverlay .description .links div.icon path {
    fill: #203B6C;
}

.articleoverlay .description .links p {
    text-align: center;
    color: #203B6C;
    margin-bottom: 0;
    margin-top: 60px;
}

.articleoverlay .close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 50px;
    top: 30px;
    cursor: pointer;
    z-index: 1015;
}

.articleoverlay .close g {
    fill: white;
    box-shadow: 0px 0px 4px 12px rgba(0, 0, 0, 0.25);
}

.articleoverlay .navigation-area div {
    position: absolute;
    text-align: center;
}

.articleoverlay .navigation-area div.backward {
    width: 15%;
    height: 100%;
    cursor: url(../../media/gfx/bttn_backward.png), auto;
    /*background-color: rgba(255,0,4,0.34);*/
    z-index: 1002;
}

.articleoverlay .navigation-area div.zoom {
    width: 70%;
    height: 100%;
    /*cursor: url(../../media/gfx/zoom_in.png), auto;*/
    /*background-color: rgba(0,219,255,0.34);*/
    left: 15%;
    z-index: 1003;
}

.articleoverlay .navigation-area div.zoom.noicon {
    cursor: default;
}

.articleoverlay .navigation-area div.forward {
    width: 15%;
    height: 85%;
    cursor: url(../../media/gfx/bttn_forward.png), auto;
    /*background-color: rgba(255,0,4,0.34);*/
    left: 85%;
    bottom: 0;
    z-index: 1002;
}

.articleoverlay .navigation-area div.close {
    width: 15%;
    height: 15%;
    cursor: pointer;
    /*background-color: rgba(0,255,140,0.35);*/
    left: 85%;
    top: 0;
}

/* Customize Color & Font */
/* Font #1 (p Tags) */
.articleoverlay {
    font-family: "Montserrat", sans-serif;
}

/* Font #2 (H1 Tags) */
.articleoverlay .description .head .left, .articleoverlay .description .more p.headline {
    font-family: "Times New Roman", serif;
}

/* Color */
.articleoverlay .navbar {
    background-color: #203B6C;
}

.articleoverlay .description .head .left, .articleoverlay .description .head .right p a:hover, .articleoverlay .description .more p.headline, .articleoverlay .links p {
    color: #203B6C;
}

.icon path {
    fill: #203B6C;
}

/* Customize Color & Font */
#artikelbild {
    height: calc(100% - 60px);
    opacity: 0;
    position: absolute;
    z-index: 1001;
}

.articleoverlay {
    background: #666;
}

.navbar .inner span.hidden {
    display: none;
}

html body .zoomWindow,
html body .zoomContainer {
    width: 100vw !important;
    left: 0px !important;
    display: none;
    z-index: 1004;
}

html body .zoomWindow {
    cursor: url(../../media/gfx/zoom_out.png), auto !important;
}

@-webkit-keyframes pulse {
    0% {
        opacity: .15;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .15;
    }
}

@keyframes pulse {
    0% {
        opacity: .15;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: .15;
    }
}

#loadinglogo {
    position: fixed;
    left: calc(50% - 25px);
    top: calc(50% - 26.5px);
    width: 50px;
    height: 53px;
    background: url(../../media/gfx/sunflair-icon.png);
    background-size: cover;
    -webkit-animation: pulse 1s infinite alternate;
    animation: pulse 1s infinite alternate;
    z-index: 1000;
}

@media (max-width: 600px) {
    .articleoverlay .description .head .right,
    .articleoverlay .description .head .left,
    .articleoverlay .description .head .right p,
    .articleoverlay .description .more .right,
    .articleoverlay .description .more .left {
        text-align: left;
        width: 100%;
        float: none;
    }

    .articleoverlay .description .line {
        margin: 5px 0;
    }

    .articleoverlay .description .more p.headline {
        margin: 0;
    }

    .articleoverlay .description .more p.material {
        margin: 5px 0;
    }

    .articleoverlay .description {
        width: 100% !important;
        left: 0 !important;
        max-height: 100vh !important;
    }

    .articleoverlay .description .links .right {
        float: left;
    }

    .articleoverlay .description .links {
        left: 0;
    }
}

.navbar .arrow, .forward, .backward {
    display: none;
}