/* Global Styles */

html,
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

a {
    text-decoration: none;
}


/* Header */

nav {
    width: 500px;
    height: 60px;
    margin: 0 auto;
}

nav ul {
    list-style: none;
    padding: 36px;
    margin: 0;
    display: flex;
    justify-content: space-evenly;
}

nav ul li {
    display: inline;
}

nav ul li a {
    color: #1c1c1c;
    text-decoration: none;
    padding: 10px;
    transition: color 0.3s ease-in;
}

#logo {
    height: 70px;
    display: block;
    position: absolute;
    left: 15px;
    top: 13px;
}


/* Hero Section */

#hero {
    text-align: center;
    padding: 20px 0;
    color: #fff;
}

#hero h1 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333333;
}

#hero p {
    font-size: 19px;
    margin-bottom: 40px;
    color: #333333;
}


/* About Section */

section h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#version {
    color: rgb(101, 101, 101);
    display: flex;
    justify-content: center;
    margin-top: -65px;
    margin-bottom: 65px;
    font-size: 14px;
}


/* Products Section */

#products h2 {
    font-size: 30px;
    margin-bottom: 20px;
}


/* Contact Section */

#contact h2 {
    font-size: 30px;
    margin-bottom: 20px;
}

form input,
form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}

form button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}

.cssbuttons-io-button {
    display: flex;
    align-items: center;
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    padding: 0.8em 1.5em 0.8em 1.2em;
    color: white;
    background: #ff7d00;
    background: linear-gradient(0deg, rgba(255, 125, 0, 1) 0%, rgba(255, 95, 109, 1) 100%);
    border: 2px solid #ff7d00;
    border-radius: 20em;
    margin: 80px auto 80px auto;
    transform: scale(1.4);
}

.cssbuttons-io-button svg {
    margin-right: 8px;
}

.cssbuttons-io-button:hover {
    border-color: white;
    box-shadow: 0 0.5em 1.5em -0.5em #bf5800;
}

.cssbuttons-io-button:active {
    box-shadow: 0 0.3em 1em -0.5em #bf5800;
}

#logo-div {
    width: 100%;
    padding: 60px 0 60px 0;
    display: flex;
    justify-content: space-around;
}

.kontakt-logo {
    width: 120px;
    border-radius: 50%;
    transform: scale(1);
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    filter: brightness(1);
}

.kontakt-logo:hover {
    transform: scale(1.03);
    filter: brightness(0.95);
}

#logo-div a {
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

#select-language {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    background-color: transparent;
    text-decoration: underline;
    color: rgb(101, 101, 101);
    cursor: pointer;
}


/* Footer */

footer {
    background-color: #333;
    padding: 20px;
    text-align: center;
    color: #fff;
    margin-top: -10px;
}


/*Title image*/

.slides {
    display: block;
    width: 100%;
    height: auto;
}

#slider {
    width: 90%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    left: 50%;
    top: 260px;
    border-radius: 10px;
}

.animation {
    animation: animation 1.2s
}

@keyframes animation {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.ism-slider>ol,
.ism-slider>ol>li,
.ism-slider>ol>li>img {
    width: 90%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ism-slider {
    overflow: hidden;
    position: relative;
    padding: 0 !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.1);
    animation: ism-fadein 3s;
    background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 85% !important;
    margin: 0 auto;
}

@keyframes ism-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes ism-loading {}

.ism-slider .ism-slides {
    list-style: none;
    height: 100%;
    padding: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 1;
    width: 90%;
}

.ism-slider li.ism-slide {
    height: 100%;
    overflow: hidden;
    display: block;
    top: 0;
    bottom: 0;
    margin: 0 !important;
    padding: 0 !important;
    background-color: #d5d5d5;
    text-align: center;
}

.ism-slider .ism-img-frame {
    display: block;
    position: relative;
    width: 90%;
    height: 100%;
}

.ism-slider a.ism-image-link {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.ism-slider .ism-img {
    display: block;
    border: none;
    pointer-events: none;
}

.ism-button,
.ism-pause-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none;
    text-align: center;
    z-index: 6;
    cursor: pointer;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.ism-pause-button.ism-play {
    display: none;
}

.ism-caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
    text-shadow: none;
    line-height: 1.2em;
    padding: 0.25em 0.5em;
    width: auto;
    height: auto;
    text-align: center;
    visibility: hidden;
}

a.ism-image-link .ism-caption,
a.ism-caption {
    text-decoration: none;
    font-weight: normal;
}

a.ism-caption:hover {
    text-decoration: underline;
}

.ism-caption-0 {
    z-index: 3;
}

.ism-caption-1 {
    z-index: 4;
}

.ism-caption-2 {
    z-index: 5;
}

.ism-radios {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    font-size: 1px;
}

.ism-slider .ism-radios {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
    bottom: 5px;
    left: 0;
    right: 0;
    width: auto;
    background-color: rgba(255, 255, 255, 0.0);
    padding: 0 7px;
    height: 0;
    overflow: visible;
}

.ism-slider .ism-radios.ism-radios-as-thumbnails {
    bottom: 5px;
}

.ism-radios li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    padding: 0;
}

.ism-radios input.ism-radio {
    display: none;
}

.ism-radios label {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    text-decoration: none;
    cursor: pointer;
}

.ism-radios-as-thumbnails label {
    -webkit-background-size: 120% auto;
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    background-size: 120% auto;
    background-position: center center;
    background-repeat: no-repeat;
    border: 2px solid rgba(255, 255, 255, 0.6);
    opacity: 0.8;
}

.ism-radios-as-thumbnails label:hover {
    border: 2px solid #fff;
    opacity: 1;
}

.ism-radios-as-thumbnails li.active label {
    border: 2px solid rgba(255, 255, 255, 1.0);
    opacity: 1;
}

p.ism-badge {
    margin: 0 auto;
    text-align: right;
    font-size: 10px;
    padding-top: 1px;
    color: #ccc;
    font-family: sans-serif;
    font-weight: normal;
}

p.ism-badge a.ism-link {
    color: inherit;
    text-decoration: none;
    margin-right: 0.25em;
}

p.ism-badge a.ism-link:hover {
    color: #aaa;
    text-decoration: underline;
}

.ism-zoom-in {
    -webkit-animation: zoomin 0.81s linear 1;
    animation: zoomin 0.81s linear 1;
}

@-webkit-keyframes zoomin {
    0% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(3.0);
        transform: scale(3.0);
    }
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(3.0);
        transform: scale(3.0);
    }
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slidein {
    0% {
        -webkit-transform: translate(-1200px, 0);
        transform: translate(-1200px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes slidein {
    0% {
        -webkit-transform: translate(-1200px, 0);
        transform: translate(-1200px, 0);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-webkit-keyframes popin {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes popin {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.ism-zoom-pan {
    -webkit-animation: zoompan 20.0s linear 1;
    animation: zoompan 20.0s linear 1;
}

@-webkit-keyframes zoompan {
    0% {
        -webkit-transform: translate(0, 0) scale(1.0);
        transform: translate(0, 0) scale(1.0);
    }
    50% {
        -webkit-transform: translate(-5%, -5%) scale(1.3);
        transform: translate(-5%, -5%) scale(1.3);
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1.0);
        transform: translate(0, 0) scale(1.0);
    }
}

@keyframes zoompan {
    0% {
        -webkit-transform: translate(0, 0) scale(1.0);
        transform: translate(0, 0) scale(1.0);
    }
    50% {
        -webkit-transform: translate(-5%, -5%) scale(1.3);
        transform: translate(-5%, -5%) scale(1.3);
    }
    100% {
        -webkit-transform: translate(0, 0) scale(1.0);
        transform: translate(0, 0) scale(1.0);
    }
}

.ism-zoom-rotate {
    -webkit-animation: zoomrotate 20.0s linear 1;
    animation: zoomrotate 20.0s linear 1;
}

@-webkit-keyframes zoomrotate {
    0% {
        -webkit-transform: rotate(0) scale(1.0);
        transform: rotate(0) scale(1.0);
    }
    50% {
        -webkit-transform: rotate(-5deg) scale(1.3);
        transform: rotate(-5deg) scale(1.3);
    }
    100% {
        -webkit-transform: rotate(0) scale(1.0);
        transform: rotate(0) scale(1.0);
    }
}

@keyframes zoomrotate {
    0% {
        -webkit-transform: rotate(0) scale(1.0);
        transform: rotate(0) scale(1.0);
    }
    50% {
        -webkit-transform: rotate(-5deg) scale(1.3);
        transform: rotate(-5deg) scale(1.3);
    }
    100% {
        -webkit-transform: rotate(0) scale(1.0);
        transform: rotate(0) scale(1.0);
    }
}


/* SLIDER */

#slider {
    width: 90%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto;
    overflow: hidden;
}

#slider-ism-badge {
    width: 90%;
}

#slider:before {
    content: '';
    display: block;
    padding-top: 38%;
}

#slider .ism-frame {
    width: 100%;
}

#slider .ism-button {
    display: none;
    border-radius: 25px;
    width: 50px;
    height: 50px;
    background-size: 16px 16px;
    top: 50%;
    margin-top: -25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

#slider .ism-button-prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABUSURBVEjH7dYxCgAgEAPB8weX/39WFBtBbsFSY2sYyzXicDLq0wQDKQGQAKiJAZTEvC+IRgPBYAEyYOB1AAf4hAkTXxB5nySOGmaRw4pp5rhv34MOQwscJ7/MrxQAAAAASUVORK5CYII=);
    left: 10px;
}

#slider .ism-button-next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEX///////////////////////////////////////////9/gMdvAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAAAuUAAALlARv+XnsAAABYSURBVEjH7dYxDoAwDEPR5Ab1/S8LVEgsyL8SG3XWWK/dnKpnumA0/L4lAOSJE/DEtXfEBBxxBwYFBH8IEWJbggL4RIAAPwFWC+VDqXEtYrFyNWO5v58HB4q9HAkl7KTYAAAAAElFTkSuQmCC);
    right: 10px;
}

#slider .ism-pause-button {
    width: 50px;
    display: none;
    height: 50px;
    background-size: 16px 16px;
    top: 50%;
    margin-top: -25px;
    border-radius: 25px;
    margin-left: -25px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAc0lEQVR42u3SsQkAIAxFQeP+O38XsBKxMPfKgCQcjqHe1W6YJFeXVNXJuxd3zO4/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAID0RwuEoAh40yYcSQAAAABJRU5ErkJggg==);
}

#slider .ism-pause-button.ism-play {
    display: none;
}

#slider .ism-radios {
    display: none;
    height: 20px;
    text-align: center;
}

#slider .ism-radios label {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5);
}


/* SLIDES */

#slider .ism-slide-0 .ism-img-frame {
    width: 100%;
}

#slider .ism-slide-0 .ism-img {
    width: 100%;
}

#slider .ism-slide-1 .ism-img-frame {
    width: 100%;
}

#slider .ism-slide-1 .ism-img {
    width: 100%;
}


/* CAPTIONS */

#slider .ism-slide-0 .ism-caption-0.ism-caption-anim {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#slider .ism-slide-0 .ism-caption-1.ism-caption-anim {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#slider .ism-slide-0 .ism-caption-2.ism-caption-anim {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#slider .ism-slide-1 .ism-caption-0.ism-caption-anim {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#slider .ism-slide-1 .ism-caption-1.ism-caption-anim {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#slider .ism-slide-1 .ism-caption-2.ism-caption-anim {
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#slider .ism-slide-0 .ism-caption-0 {
    font-size: 1.25em;
    font-family: sans-serif;
    top: 10%;
    left: 5%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.70);
}

#slider .ism-slide-0 .ism-caption-1 {
    font-size: 1.25em;
    font-family: sans-serif;
    top: 60%;
    left: 40%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.70);
}

#slider .ism-slide-0 .ism-caption-2 {
    font-size: 1.25em;
    font-family: sans-serif;
    top: 20%;
    left: 60%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.70);
}

#slider .ism-slide-1 .ism-caption-0 {
    font-size: 1.25em;
    font-family: sans-serif;
    top: 10%;
    left: 5%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.70);
}

#slider .ism-slide-1 .ism-caption-1 {
    font-size: 1.25em;
    font-family: sans-serif;
    top: 60%;
    left: 40%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.70);
}

#slider .ism-slide-1 .ism-caption-2 {
    font-size: 1.25em;
    font-family: sans-serif;
    top: 20%;
    left: 60%;
    border-radius: 4px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.70);
}

#preventClick {
    width: 90%;
    position: absolute;
    padding: 0 !important;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    z-index: 4;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    left: 50%;
    transform: translateX(-50%);
    top: 260px;
}

#impressum {
    margin: -25px auto 0 auto;
}

#Impressum {
    color: black;
    transition: color 0.2s ease-in-out;
}

#Impressum:hover {
    color: #000000c6;
}

#Impressum:active {
    color: #00000075;
}

#Imprint {
    animation: grow 1s ease-in-out;
    overflow: hidden;
    transition: height 1s ease;
    height: 640px;
}

.impressum-text {
    text-align: center;
    margin: 5px 30%;
    margin-top: 20px;
}

@keyframes grow {
    from {
        height: 0px;
    }
    to {
        height: 640px;
    }
}

@keyframes shrink {
    from {
        height: 640px;
    }
    to {
        height: 0px;
    }
}

@media screen and (max-width: 690px) {
    /*Handy*/
    .product img {
        display: none;
    }
    nav ul {
        display: none;
    }
    nav {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    #logo {
        position: relative;
        margin-left: -35px;
    }
    #slider {
        top: 250px;
    }
    .impressum-text {
        margin: 5px 2px !important;
        margin-top: 20px;
    }
}