article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

.red {
    color: red!important;
    opacity: 0.5
}


[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

*,
*::after,
*::before {
    box-sizing: border-box
}

html {
    background: #fff
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    min-height: 100vh;
    color: #57585c;
    color: var(--color-text);
    background-color: #fff;
    background-color: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.inner {
    width: 1133px;
    margin: auto;
    background: url(../img/mock-up.png) no-repeat;
    height: 909px
}

.mock-up {
    width: 1031px;
    height: 580px;
    overflow: scroll;
    position: relative;
    top: 50px;
    left: 54px
}

.mock-up img {
    width: 100%
}

#popup1_background,
#popup2_background,
#popup3_background,
#popup4_background,
#popup5_background,
#popup6_background,
#popup7_background,
#popup8_background,
#popup9_background,
#popup10_background,
#popup11_background,
#popup12_background,
#popup13_background,
#popup14_background,
#popup15_background {
    transition: all 0.2s 0.2s
}

#popup1,
#popup2,
#popup3,
#popup4,
#popup5,
#popup6,
#popup7,
#popup8,
#popup9,
#popup10,
#popup11,
#popup12,
#popup13,
#popup14,
#popup15 {
    transition: all 0.2s ease-out
}

#popup1,
#popup2,
#popup3,
#popup4,
#popup5,
#popup6,
#popup7,
#popup8,
#popup9,
#popup10,
#popup11,
#popup12,
#popup13,
#popup14,
#popup15 {
    transform: translateX(0) translateY(-40%)
}

.popup_visible #popup1,
.popup_visible #popup2,
.popup_visible #popup3,
.popup_visible #popup4,
.popup_visible #popup5,
.popup_visible #popup6,
.popup_visible #popup7,
.popup_visible #popup8,
.popup_visible #popup9,
.popup_visible #popup10,
.popup_visible #popup11,
.popup_visible #popup12,
.popup_visible #popup13,
.popup_visible #popup14,
.popup_visible #popup15 {
    transform: translateX(0) translateY(0)
}

.popup-style {
    margin: 0;
    width: 100%;
    min-height: 20px;
    padding: 2rem;
    background: none
}

.popup-style a {
    color: #1B5D84
}

.close-popup {
    transition: all 1s ease;
    cursor: pointer;
    position: fixed;
    top: 2rem;
    right: 4rem;
    background: none;
    border: none
}

.popup_background {
    background-color: #fff!important;
    opacity: 0.9!important
}

@media screen and (max-width:1500px) {
    .close-popup {
        right: 1rem
    }
}

.close-popup:hover {
    opacity: .6
}

.close-popup i {
    font-size: 4rem;
    color: #D9001A
}

.impressum1_open {
    color: red;
    font-size: 2rem
}

.demo-4 {
    --color-text: #707270;
    --color-bg: #f1f1f1;
    --color-link: #707270;
    --color-stitle: #707270;
    --fontsize-stitle: 8vw;
    --color-nav: #707270;
    --color-nav-hover: #000
}

.js body {
    opacity: 0;
    transition: opacity 0.3s
}

.js body.render {
    opacity: 1
}

.js .loading::before {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-bg)
}

.js .loading::after {
    content: '';
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    pointer-events: none;
    border-radius: 50%;
    opacity: .4;
    background: var(--color-link);
    animation: loaderAnim 0.7s linear infinite alternate forwards
}

@keyframes loaderAnim {
    to {
        opacity: 1;
        transform: scale3d(.5, .5, 1)
    }
}

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none
}

a:hover,
a:focus {
    color: var(--color-link-hover);
    outline: none
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none
}

.icon {
    display: block;
    width: 1.5em;
    height: 1.5em;
    margin: 0 auto;
    fill: currentColor
}

.icon--arrow-rot {
    transform: rotate(180deg)
}

main {
    position: relative;
    width: 100%;
    min-width: 1190px
}

.content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    min-height: 100vh
}

.content--fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    display: grid;
    align-content: space-between;
    width: 100%;
    max-width: none;
    min-height: 0;
    height: 100vh;
    min-width: 1190px;
    padding: 1.5em;
    pointer-events: none;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto 4em;
    grid-template-areas: 'header github' '... ...' '... demos'
}

.content--fixed a,
.content--fixed .pater {
    pointer-events: auto;
    cursor: pointer
}

.codrops-header {
    position: relative;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    align-items: center;
    align-self: start;
    grid-area: header;
    justify-self: start
}

.codrops-header__title {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0
}

.github {
    display: block;
    align-self: start;
    grid-area: github;
    justify-self: end;
    padding: .5em 0
}

.demos {
    position: relative;
    display: block;
    align-self: end;
    text-align: center;
    grid-area: demos
}

.demos ul {width: 100%; padding: 0} 

.demos ul li {padding: 0 20px}

.demo {
    margin: 0 .15em;
    height: 40px;
    width: 100%}

.demo:hover,
.demo:focus {
    opacity: .5
}

.demo span {
    white-space: nowrap;
    text-transform: lowercase;
    pointer-events: none
}

.demo span::before {
    content: '#'
}

a.demo--current {
    pointer-events: none
}

.codrops-links {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 0 1em 0 0;
    text-align: center;
    white-space: nowrap
}

.codrops-icon {
    display: inline-block;
    margin: .15em;
    padding: .25em
}

.slideshow {
    width: 100%;
    min-width: 1190px;
    height: 100vh;
    position: relative;
    overflow: hidden
}

.slides {
    position: absolute;
    width: 100%;
    height: 100%
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center
}

.slide--current {
    opacity: 1;
    pointer-events: auto
}

.slidenav {
    position: absolute;
    width: 100%;
    top: calc(50% - 100px);
    text-align: center;
    padding: 0 2em;
    height: 50px
}

.slidenav__item {
    border: 0;
    background: none;
    color: #707270;
    font-size: 1rem;
    line-height: 1.5rem;
    position: relative;
    transition: all 1s ease;
    font-weight: 700;
    position: absolute
}

.slidenav__item:hover {
    color: #999C9C!important
}

.slidenav__item:focus {
    outline: none
}

.slidenav__item:hover {
    color: var(--color-nav-hover)
}


.slidenav__item--prev {
    left: 1em
}

.slidenav__item--next {
    right: 1em
}





.shape {
    position: absolute;
    width: 100%;
    height: 100%;
    fill: var(--color-shape-fill);
    top: 0;
    pointer-events: none
}

.slide__title {
    position: relative;
    font-size: var(--fontsize-stitle);
    margin: 0;
    cursor: default;
    line-height: 1;
    color: #707270;
    padding-bottom: 2rem;
    text-align: center
}

.slide__desc {
    position: relative;
    font-size: 1.5em;
    margin: 0 0 2em 0;
    cursor: default;
    color: var(--color-sdesc);
    padding: 0 1em;
    text-align: center
}

.slide__link {
    position: relative;
    font-size: 1em;
    font-weight: 700;
    padding: 1em 2em;
    display: block;
    color: var(--color-slink);
    background: var(--color-slink-bg);
    transition: color 0.3s, background 0.3s
}

.slide__link:hover {
    color: var(--color-slink-hover);
    background: var(--color-slink-hover-bg)
}

@media screen and (min-width:55em) {
    .demos {
        display: flex;
        justify-self: end
    }

    .demos li {
        height: 40px;

    }

    .demo {
        display: block;
        width: calc(100% - 20px);

        border-radius: 50%;
        text-align: left;
    }
    a.demo--current {
        background: #DA0812
    }
    .demo span {
        line-height: 1;
        position: absolute;
        right: 100%;
        display: none;
        margin: 0 1em 0 0
    }
    .demo--current span {
        display: block
    }
}

@media screen and (max-width:55em) {
    .content {
        flex-direction: column;
        height: auto;
        min-height: 0;
        padding-bottom: 10em
    }
    .content--fixed {
        position: relative;
        z-index: 1000;
        display: block;
        padding: 0
    }
    .codrops-header {
        flex-direction: column;
        align-items: center
    }
    .codrops-header__title {
        font-weight: 700;
        padding-bottom: .25em;
        text-align: center
    }
    .github {
        display: none
    }
    .codrops-links {
        margin: 0
    }
    .slide__desc {
        font-size: 1em
    }
    .slide__link {
        font-size: .85em
    }
}

.dsatemp {
    position: absolute;
    bottom: 3rem;
    max-width: 20%;
    left: 1rem
}

.open_btn,
.open_btn img {
    vertical-align: middle
}

.open_btn img {
    margin-right: 1rem
}

.open_btn {
    font-size: 1.75rem;
    line-height: 2rem;
    color: #707270;
    font-weight: 700;
    margin: 1rem 0
}

.open_btn:hover {
    color: #999C9C;
    transition: all 1s ease
}

.big {
    margin: 0 auto;
    font-size: 2rem;
    bottom: -120px;
    left: 40px;
    position: relative;
    color: #707270!important;
    transition: all 1s ease
}

.big:hover {
    color: #999C9C!important
}

.big,
.big i {
    vertical-align: middle
}

article {
    text-align: left
}


.pater {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.5em;
    color: inherit;
    background: #000;
    display: flex;
    align-items: center;
}

.pater:hover {
    color: inherit;
}

.pater__logo {
    vertical-align: middle;
    max-width: 100px;
    transition: transform 0.5s, opacity 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pater__title {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
    transition: transform 0.5s, opacity 0.5s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pater__desc {
    font-size: 0.85em;
}

.pater__img-wrap {
    position: absolute;
    bottom: 2em;
    left: 0;
    width: 100%;
    background: #707270;
    transition: transform 0.5s 0.1s;
    transform: translate3d(0, 100%, 0) translate3d(0, 2em, 0);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.pater__img-wrap ul li a {
    color: #fff
}

.pater__img-wrap ul {}


.pater__img {
    max-width: 100%;
    display: block;
    opacity: 0;
    transition: opacity 0.5s 0.2s;
}


.secure {
    position: absolute;
    right: 1rem;
    bottom: 2rem;
    z-index: 200000000000}

@media screen and (min-width: 60em) {
    .pater {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 300px;
        padding: 2em 0;
        margin: 0 2em;
        color: inherit;
        display: block;
        background: transparent;
    }
    .pater::before {
        content: 'Alle templates:';
        display: inline-block;
        vertical-align: middle;
        padding: 0 1em 0 0;
        font-size: 0.75em;
        transition: transform 0.5s 0.1s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    }
    .pater__title {
        font-size: 1.5em;
    }
    .demo-6 .pater__title {
        text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    }
    .pater::before {
        display: block;
        padding: 0 0 1em 0;
    }
    .pater__logo {
        max-width: 250px;
    }
    .pater:hover::before {
        transform: translate3d(0, -70px, 0);
        transition-delay: 0s;
    }
    .pater:hover .pater__logo,
    .pater:hover .pater__title {
        opacity: 0;
        transform: translate3d(0, -80px, 0);
    }
    .pater:hover .pater__img-wrap {
        transform: translate3d(0, 0, 0);
    }
    .pater:hover .pater__img {
        opacity: 1;
    }
}

.layout-resp,
.overlay {
    display: none
}


@media screen and (max-width:1190px) {

    .demo-4 {
        --fontsize-stitle: 12vw;

    }

    .layout-desk {
        display: none
    }

    .layout-resp {
        display: block
    }

    main,
    .content--fixed,
    .slideshow {
        min-width: 100%;
    }

    .slide__title {
        padding-bottom: 4rem
    }

    .open_btn {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .open_btn img {
        margin-right: 0.5rem;
        width: 30px;
    }

    .slidenav__item img {
        width: 40px
    }



}

@media screen and (max-width:960px) {
    
    
    
        .slidenav {
        top: calc(100% - 110px)!important;}

    
    
    .pater {height: 60px}
    .secure {
        
        position: fixed;
        bottom: -0.5rem;
        height: 60px}

    .secure a {display: block; color: #fff}
    
    
    .wrapper-scroll {
        z-index: 100000000000;
        width: 100%;
        background: #000;
        height: 65px;
        position: absolute;
        bottom: -10px;
        left: 0;
        color: #fff;
        text-align: center;
    }


    .slidenav {
        top: calc(100% - 90px);
    }

    .scroll {
        font-size: 1.2rem;
        line-height: 1rem;
    }

    .button_container {
        position: fixed;
        top: 5%;
        right: 2%;
        height: 27px;
        width: 35px;
        cursor: pointer;
        z-index: 1000001;
        -webkit-transition: opacity .25s ease;
        transition: opacity .25s ease;
    }
    .button_container:hover {
        opacity: .7;
    }
    .button_container.active .top {
        -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
        transform: translateY(11px) translateX(0) rotate(45deg);
        background: #FFF;
    }
    .button_container.active .middle {
        opacity: 0;
        background: #FFF;
    }
    .button_container.active .bottom {
        -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
        transform: translateY(-11px) translateX(0) rotate(-45deg);
        background: #FFF;
    }
    .button_container span {
        background: #DA0812;
        border: none;
        height: 5px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
    }
    .button_container span:nth-of-type(2) {
        top: 11px;
    }
    .button_container span:nth-of-type(3) {
        top: 22px;
    }

    .overlay {
        display: block;
        position: fixed;
        background: #DA0812;
        top: 0;
        left: 0;
        width: 100%;
        height: 0%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .35s, visibility .35s, height .35s;
        transition: opacity .35s, visibility .35s, height .35s;
        overflow: hidden;
    }
    .overlay.open {
        z-index: 1000000;
        opacity: .9;
        visibility: visible;
        height: 100%;
    }
    .overlay.open li {
        -webkit-animation: fadeInRight .5s ease forwards;
        animation: fadeInRight .5s ease forwards;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    .overlay.open li:nth-of-type(2) {
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }
    .overlay.open li:nth-of-type(3) {
        -webkit-animation-delay: .45s;
        animation-delay: .45s;
    }
    .overlay.open li:nth-of-type(4) {
        -webkit-animation-delay: .50s;
        animation-delay: .50s;
    }
    .overlay nav {
        position: relative;
        height: 100%;
        top: 60%;
        overflow: scroll;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 50px;
        text-align: center;
    }
    .overlay ul {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        display: inline-block;
        position: relative;
        height: 100%;
    }
    .overlay ul li {
        display: block;
        height: 80px;
        position: relative;
        opacity: 0;
    }
    .overlay ul li a {
        line-height: 80px;
        height: 80px;
        display: block;
        font-size: 1.5rem;
        position: relative;
        color: #FFF;
        text-decoration: none;
        text-align: center;
        margin: 0 auto;
        width: 20%;
        min-width: 200px;
    }
    .overlay ul li a:hover:after,
    .overlay ul li a:focus:after,
    .overlay ul li a:active:after {
        width: 100%;
    }
    .overlay ul li a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 3px;
        background: #FFF;
        -webkit-transition: .35s;
        transition: .35s;
    }

    @-webkit-keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }

    @keyframes fadeInRight {
        0% {
            opacity: 0;
            left: 20%;
        }
        100% {
            opacity: 1;
            left: 0;
        }
    }

}

.open_btn i {
    margin-right: 10px;
    color: #DA0812}
