@charset "utf-8";

@font-face{
    font-family: 'Satoshi Bold';
    src: url('fonts/Satoshi-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'Satoshi Regular';
    src: url('fonts/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi Medium';
    src: url('fonts/Satoshi-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gopher Medium';
    src: url('fonts/Gopher-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gopher Bold';
    src: url('fonts/Gopher-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body {
    margin: 0;
}
video {
    width: 100%;
}
.meta-container {
    position: relative;
    top: 0;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 15%;
    background-color: #4a1d7c;
    font-family: 'Gopher Medium';
    font-size: 16px;
}
.meta-container a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    margin: 0 15px;
    padding: 5px;
    transition: background-color 0.3s;
}
.top-bar-icon {
    width: 30px;
    height: auto;
    margin-right: 10px;
}

.meta-container a:hover {
    background-color: #7f69d7;
    border-radius: 4px;
}
.sale-container {
    font-family: 'Satoshi Medium';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E9551E;
    font-size: 18px;
    color: white;
    width: 100%;
}
.sale-container p {
    font-family: 'Satoshi Medium';
}
.logo-container {
    margin: 1% 15%;
    height: 50px;
}
.logo-container img {
    height: 100%;
    width: auto;
}
.content {
    margin: 2% 15%;
}
h1 {
    font-family: 'Gopher Medium';
    font-weight: normal;
}
h2 {
    font-family: 'Gopher Medium';
    font-weight: normal;
    margin-bottom: 0;
    font-size: 30px;
}
h3 {
    font-family: 'Gopher Medium';
    font-weight: normal;
    color: #7f69d7;
    margin-top: 0;
    margin-bottom: 5%;
    font-size: 26px;
}
h4 {
    font-family: 'Gopher Medium';
    font-weight: normal;
    color: #7f69d7;
    font-size: 22px;
    margin-bottom: 2%;
    margin-top: 0;
}
p {
    font-family: 'Satoshi Regular';
}
.content img {
    width: 100%;
    margin-bottom: 3%;
}
.content a {
    color: #7f69d7;
    text-decoration: none;
}
.content-text {
    margin: 5% 0;
}
.content-text h3 {
    margin-bottom: 3%;
}
.content-text a {
    font-family: 'Satoshi Medium';
}
.content-text-retoure {
    margin: 10% 0 5% 0;
}
.content #we-are {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3%;
    margin-bottom: 5%;
}
.content #we-are button {
    background: #e9551e;
    color: white;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 2% 5%;
}
.content #we-are button:hover {
    background: #4a1d7c;
}
.content .text {
    flex-direction: column;
    width: 50%;
}
.content #we-are video {
    transform: scaleX(-1);
    width: 30%;
    height: 30%;
}
#vorteile {
    display: flex;
    flex-direction: row;
    margin: 5% 0;
}
#vorteile img {
    height: 20%;
    width: 20%;
}
#vorteile .text {
    flex-direction: column;
    margin-left: 15%;
}
.content ul.vorteile-list {
    list-style: none;
    position: relative;
    font-family: 'Satoshi Medium';
    padding: 2.3%;
}
.content ul.vorteile-list li {
    padding: 2% 0 1% 0;
    position: relative;
}
.content ul.vorteile-list li::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 1px;
    width: 20px;
    height: 20px;
    background-image: url('Grafiken/aboutus/icon_plus_symbol_orange.png'); 
    background-repeat: no-repeat;
    background-size: cover;
}
.content #leidenschaft {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 5% 0;
}
.content #team-button {
    background: #e9551e;
    color:white;
    border: none;
    padding: 2% 5%;
    transition: background 0.3s ease;
    cursor: pointer;
}
.content #team-button:hover {
    background: #4a1d7c;
}
.content #leidenschaft img {
    height: 40%;
    width: 40%;
}
.content #vision {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content #vision img {
    height: 40%;
    width: 30%;
}
.content #vision button {
    background: #e9551e;
    color:white;
    border: none;
    padding: 2% 5%;
    transition: background 0.3s ease;
    cursor: pointer;
}
.content #vision button:hover {
    background: #4a1d7c;
}
.container {
    margin: auto;
    width: 600px;
    height: 200px;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
}
.corner-decorator {
    width: 100%;
    height: 100%;
    position: absolute;
}
.corner-decorator::before, .corner-decorator::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    z-index: 11;
}
.corner-decorator::before {
    top: -8px;
    left: -8px;
    border-top: 5px solid #e9551e;
    border-left: 5px solid #e9551e;
}
.corner-decoration::after {
    bottom: -8px;
    right: -8px;
    border-bottom: 5px solid #e9551e;
    border-right: 5px solid #e9551e;
}
.fixed-text {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 38px;
    font weight: normal;
    z-index: 10;
    color: #7f69d7;
    font-family: 'Satoshi Regular';
}
.slideshow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    transform-style: preserve-3d;
    animation: slide 24s infinite;
}
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    background: white;
    color: #7f69d7;
    backface-visibility: hidden;
}

.slide:nth-child(1) { transform: rotateX(0deg) translateZ(150px); }
.slide:nth-child(2) { transform: rotateX(60deg) translateZ(150px); }
.slide:nth-child(3) { transform: rotateX(120deg) translateZ(150px); }
.slide:nth-child(4) { transform: rotateX(180deg) translateZ(150px); }
.slide:nth-child(5) { transform: rotateX(240deg) translateZ(150px); }
.slide:nth-child(6) { transform: rotateX(300deg) translateZ(150px); }

@keyframes slide {
    0%, 13.33% { transform: rotateX(0deg); }
    16.66%, 30% { transform: rotateX(-60deg); }
    33.33%, 46.66% { transform: rotateX(-120deg); }
    50%, 63.33% { transform: rotateX(-180deg); }
    66.66%, 80% { transform: rotateX(-240deg); }
    83.33%, 96.66% { transform: rotateX(-300deg); }
    100% { transform: rotateX(-360deg); }
}
.content #marke {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3%;
}
.content #marke img {
    width: 25%;
    height: 10%;
}
#meaning {
    display: flex;
    flex-direction: row;
}
#meaning img {
    width: 25%;
    max-height: 800px;
}
.meaning-text h3 {
    color: black;
    margin-top: 0;
}
.meaning-text a {
    color: #7f69d7;
    font-family: 'Satoshi Bold';
}
.meaning-text ul.custom-list {
    list-style-type: none;
    font-family: 'Satoshi Medium';
    margin: 0 15%;
}
.meaning-text ul.custom-list li {
    position: relative;
    padding: 3% 2%;
} 
.meaning-text ul.custom-list li::before {
    content: '';
    position: absolute;
    left: -30px;
    width: 20px;
    height: 20px;
    background-image: url('Grafiken/Mission/icon_pfeil_vorwärts_orange.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.meaning-text ul.custom-list #special::before {
    background-image: url('Grafiken/Mission/icon_pfeil_vorwärts_lila.png');
}
.meaning-text #special h3 {
    font-family: 'Satoshi Medium';
}
#meaning-add p {
    margin: 3% 5%;
    text-align: center;
    padding: 5% 0;
    background-color: #7f69d7;
    color: white;
    font-family: 'Gopher Medium';
    font-size: 38px;
}
#meaning-add p strong {
    font-weight: normal;
    text-decoration: underline;
}
.content a img {
    margin: 5% 0;
}
.content .selection-list {
    font-family:'Satoshi Regular';
}
.content .selection-list li a {
    color: #7f69d7;
    font-family: 'Satoshi Medium';
}
#filialbilder {
    display: flex;
    margin: 0 5%;
    position: relative;
}
#filialbilder-1 {
    display: flex;
    flex-direction: column;
    width: 50%;
}
#filialbilder-2 {
    width: 50%;
}
#filialbilder-1 img {
    width: 100%;
    height: 100%;
}
#filialbilder-2 img {
    width: 100%;
    height: 100%;
}
.overlay {
    position: absolute;
    top: 0;
    right: -5%;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.standort {
    margin: 5%;
    position: relative;
}
.standort img {
    width: 100%;
}
.standort #absolute {
    position: absolute;
    right: -5%;
    bottom: -5%;
    width: 40%;
}
.standort p {
    position: absolute;
    top: 20%;
    left: 3%;
    font-family: 'Gopher Medium';
    font-size: 22px;
    color: white;
}
.standort video {
    width: 100%;
}
.meilensteine-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.meilensteine-header img {
    margin: 0;
}
#meilensteine .meilensteine-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}
#meilensteine .meilensteine-dropdown img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#meilensteine .meilensteine-dropdown-content {
    display: none;
    top: 100%;
    background-color: white;
    min-width: 160px;
    z-index: 1;
}
.meilensteine-dropdown-content .year {
    color: #7f69d7;
    margin-right: 10%;
}
.meilensteine-dropdown-content .meilenstein {
    display: flex;
}
.meilensteine-dropdown-content .meilenstein p {
    display: flex;
    flex-wrap: nowrap;
}

.main-section-faq a {
    background-color: #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    height: 150px;
    padding: 2% 5%;
    text-decoration: none;
    color: #7f69d7;
    font-family: 'Gopher Medium';
}
.main-section-faq a:hover span {
    color: #e9551e;
}
.main-section-faq a img {
    width: 50%;
    height: auto;
}
.main-section-faq-top, .main-section-faq-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2% 0;
}
.content #leitsätze {
    margin: 4% 0;
}
.kundenkonto-dropdown, .bestellung-dropdown, .correct-dropdown, .versand-dropdown, .rabatt-dropdown, .retoure-dropdown, .bezeichnung-dropdown, .newsletter-dropdown, .leitsätze-dropdown, .zahlungsarten-dropdown {
    border-bottom: 1px solid #e9e9e9;
}
.faq-dropdown-content, .bst-dropdown-content, .cor-dropdown-content, .vsd-dropdown-content, .rbt-dropdown-content, .rto-dropdown-content, .bzg-dropdown-content, .nwl-dropdown-content, .lts-dropdown-content, .zla-dropdown-content {
    display: none;
    margin-top: 1%;
}
.cor-dropdown-content strong {
    color: #7f69d7;
    font-family: 'Satoshi Medium';
}
.faq-dropdown-trigger, .bst-dropdown-trigger, .cor-dropdown-trigger, .vsd-dropdown-trigger, .rbt-dropdown-trigger, .rto-dropdown-trigger, .bzg-dropdown-trigger, .nwl-dropdown-trigger, .lts-dropdown-trigger, .zla-dropdown-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 60px;
}
.faq-dropdown-trigger p, .bst-dropdown-trigger p, .cor-dropdown-trigger p, .vsd-dropdown-trigger p, .rbt-dropdown-trigger p, .rto-dropdown-trigger p, .bzg-dropdown-trigger p, .nwl-dropdown-trigger p, .lts-dropdown-trigger p, .zla-dropdown-trigger p {
    color: #7f69d7;
}
.faq-dropdown-trigger img, .bst-dropdown-trigger img, .cor-dropdown-trigger img, .vsd-dropdown-trigger img, .rbt-dropdown-trigger img, .rto-dropdown-trigger img, .bzg-dropdown-trigger img, .nwl-dropdown-trigger img,
.lts-dropdown-trigger img, .zla-dropdown-trigger img {
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.faq-dropdown-trigger.active img, .bst-dropdown-trigger.active img, .cor-dropdown-trigger.active img, .vsd-dropdown-trigger.active img, .rbt-dropdown-trigger.active img, .rto-dropdown-trigger.active img, 
.bzg-dropdown-trigger.active img, .nwl-dropdown-trigger.active img, .lts-dropdown-trigger.active img, .zla-dropdown-trigger.active img {
    transform: rotate(270deg);
}
.content .kontakt {
    color: #7f69d7;
}
.retoure-text-container {
    display: flex;
    flex-direction: row;
    margin: 5% 0;
}
.retoure-text-container h3 {
    margin-bottom: 3%;
}
.retoure-text-container img {
    width: 50px;
    height: 50px;
    margin-right: 1%;
}
.retoure-text-content {
    display: flex;
    flex-direction: column;
    font-family: 'Satoshi Regular';
}
.content .pdf-download {
    display: flex;
    flex-direction: row;
    margin-bottom: 1%;
}
.content .pdf-download a {
    width: 100%;
    align-items: center;
    display: flex;
}
.content .pdf-download a:hover {
    text-decoration: underline;
}
.content .pdf-download a img {
    margin: 0 1% 0 0;
    width: 15px;
    height: 15px;
}
.content .members {
    display: flex;
    flex-direction: column;
    margin-top: 3%;
    margin-bottom: 4%;
}
.content .member {
    margin-bottom: 3%;
}
.content .members p {
    margin: 0;
}
.content .members .member-name {
    color: #7f69d7;
    font-size: 18px;
}
.content .members .member-role {
    font-size: 14px;
}
.content .members .members-top, .content .members .members-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .member {
    width: 30%;
    display: flex;
    flex-direction: column;
}
.content .member-img {
    width: 100%;
    background: #B2DBB1;
}
.content .members #member-1 img:hover {
    background: url('Grafiken/team/team_eren_hickorkmaz.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.content .members #member-2 img:hover {
    background: url('Grafiken/team/team_selim_naller.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.content .members #member-3 img:hover {
    background: url('Grafiken/team/team_caglar_eger.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.content .members #member-4 img:hover {
    background: url('Grafiken/team/team_mick_dethlefsen.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.content .members #member-5 img:hover {
    background: url('Grafiken/team/team_lucas_bäther.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.content .members #member-6 img:hover {
    background: url('Grafiken/team/team_lion_bäther.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.content #team-animation video {
    width: 100%;
    max-height: 350px;
}
.content #part-of-team {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3%;
}
.content #part-of-team-content {
    display: flex;
    flex-direction: column;
}
.content #part-of-team-content a {
    color: #7f69d7;
    text-decoration: none;
} 
.content #part-of-team-content button {
    width: 30%;
    background-color: #e9551e;
    border: none;
    cursor: pointer;
    padding: 1%;
    color: white;
    transition: background 0.3s ease;
}
.content #part-of-team-content button:hover {
    background-color: #4a1d7c;
}
.content #part-of-team .team-img {
    width: 30%;
}
.content #part-of-team-content {
    width: 50%
}
.content #part-of-team .team-icon {
    width: 10%;
    height: 10%;
    transform: rotate(20deg);
}
.content #icon-container {
    margin-top: 10%;
}
.content #icon-container img {
    width: 30%;
    margin-bottom: 5%;
}
.content #icon-row-1, .content #icon-row-2, .content #icon-row-3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 2% 0;
}
.content .career-icon-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #7f69d7;
    align-items: center;
    max-width: 300px;
}
.job-table {
    font-family: 'Satoshi Medium';
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.job-table th, .job-table td {
    padding: 12px 15px 15px 0;
    text-align: left;
}
.job-table th {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}
.job-table tr {
    border-bottom: 1px solid #ddd;
}
.job-table a {
    color: #1a62be;
    text-decoration: none;
}
.job-button {
    display: inline-block;
    background-color: #e9551e;
    color: white !important;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease;
}
.job-button:hover {
    background-color: #4a1d7c;
}
.content #bewerben {
    text-decoration: underline;
}
.content #team {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content #team #team-img {
    width: 35%;
}
.content #team #team-text {
    width: 50%;
}
.content #team h4 {
    margin-top: 0;
    margin-bottom: 4%;
}
.content #teamButton {
    color: white;
    background-color: #e9551e;
    cursor: pointer;
    border: none;
    padding: 2% 5%;
    transition: background 0.3s ease;
}
.content #teamButton:hover {
    background-color: #4a1d7c;
}
.content #newsletter {
    background: #e9e9e9;
    clear: left;
    width: 40%;
    position: absolute !important;
    top: 80%; 
    left: 38%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    font-family: 'Satoshi Medium';
    border-radius: 15px;
}
.content #newsletter img {
    width: 20%;
    position: absolute;
    right: -10%;
    top: -15%;
}
.content #newsletter-vorteile {
    width: 75%;
}
.content #newsletter-anmeldung {
    margin-bottom: 5%;
}
.content .optionalParent {
    margin-left: 10px;
}
.content #popup_mc_embed_shell {
    padding-bottom: 20px;
}
.content #mc_embed_signup_scroll h2 {
    margin: 0;
    font-size: 22px;
}
.content #mc_embed_signup_scroll h5 {
    font-weight: normal;
    margin-top: 1%;
}
.content #mc_embed_signup_scroll {
    margin: 20px;
}
.content .mc-field-group {
    display: flex !important;
}
.content .mc-field-group input {
    width: 96%;
    box-sizing: border-box;
    height: 42px;
    border-radius: 0;
    border: none;
    padding-left: 2%;
}
.content .optionalParent input {
    background-color: #e9551e;
    color: white;
    border: none; 
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 0 10px;
}
.content .optionalParent input:hover {
    background-color: #4a1d7c;
}
.content #newsletter p {
    font-size: 12px;
    margin: 0 20px;
}
.content #newsletter-vorteile ul {
    list-style-type: none;
    padding-left: 0;
    font-family: 'Satoshi Regular';
}
.content #newsletter-vorteile ul li::before {
    content: "-";
    margin-right: 10px;
}
.content #newsletter-anmeldung ul {
    list-style-type: decimal;
    padding-left: 20px;
    font-family: 'Satoshi Regular';
}
@media screen and (max-width: 1550px) {
    .content {
	margin: 2% 5%;
    }
}
.content #zahlung-text {
    margin-top: 5%;
}
.content #zahlung-text h3 {
    margin-bottom: 0;
}
.content #zahlung-text h4 {
    margin-top: 4%;
}
.content #zahlung-text #underline {
    text-decoration: underline;
}
.content #lieferung-slogan {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
}
.content #lieferung-text {
    width: 40%;
}
.content #versand-animation {
    width: 60%;
    display: flex;
    justify-content: center;
}
.content #versand-animation video {
    width: 50%;
}
.shipping-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background-color: #7f69d7;
    color: white;
    font-family: 'Satoshi Regular';
}
.shipping-table th, .shipping-table td {
    padding: 15px;
    border-bottom: 1px solid #fff;
}
.shipping-table th {
    font-size: 16px;
    font-weight: bold;
}
.shipping-table td {
    font-size: 16px;
}
.icon-cell {
    position: relative;
    width: 8%;
    transform: rotate(15deg);
}
.icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: auto;
}
.shipping-table td span {
    color: orange;
    font-weight: bold;
}
.warengruppe-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    background-color: #7f69d7;
    color: white;
    font-family: 'Satoshi Regular';
}
.warengruppe-table th, .warengruppe-table td {
    padding: 15px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.warengruppe-table th {
    background-color: #7f69d7;
    font-size: 16px;
}
.warengruppe-table td {
    font-size: 16px;
}
.content .versand-hilfe {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.content .versand-hilfe h5 {
    margin: 0;
    font-family: 'Satoshi Regular';
    font-size: 18px;
}
.content .versand-hilfe p {
    margin: 1% 0;
    font-size: 14px;
}
.content .versand-hilfe #versand-beratung, .content .versand-hilfe #versand-fragen {
    background-color: #e9e9e9;
    margin-top: 5%;
    padding: 2% 10% 2% 1%;
}
.content .versand-hilfe .versand-daten {
    color: #7f69d7;
    font-family: 'Satoshi Medium';
}
.content .versand-hilfe .versand-mail {
    text-decoration: underline;
    font-family: 'Satoshi Medium';
}
.content #pfand-text {
    margin: 3% 0;
}
.content #pfand-text .pfand-warengruppen {
    display: flex;
    flex-direction: row;
}
.content .pfand-warengruppen ul {
    font-family: 'Satoshi Medium';
    padding-left: 0;
    margin-right: 5%;
}
.content .pfand-warengruppen-1 li, .pfand-warengruppen-2 li, .pfand-warengruppen-3 li, .pfand-warengruppen-4 li, .pfand-warengruppen-5 li {
    list-style-type: none;
    padding-left: 30px;
    background-image: url('Grafiken/team/icon_pfeil_im_kreis_rechts_grün.png');
    background-size: 20px;
    background-repeat: no-repeat;
    height: 40px;
}
.content #pfand-text button {
    color: white;
    background-color: #e9551e;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
    padding: 1% 5%;
}
.content #pfand-text button:hover {
    background-color: #4a1d7c;
}
.content .country-images {
    display: flex;
    justify-content: space-between;
    padding: 2%;
}
.content .country-images img {
    width: 100%;
    height: 100%;
}
.shipping-table-container {
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Satoshi Medium';
}

.shipping-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #7f69d7;
    color: white;
}

.shipping-table th, .shipping-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid white;
}

.shipping-table thead th {
    border-bottom: 2px solid white;
}

.shipping-table td {
    position: relative;
}
.content .seperator {
    display: flex;
    width: 100%;
    background-color: #e9551e;
    padding: 2% 0;
    margin-top: 2%;
}
.content .seperator span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: 'Satoshi Medium';
    width: 33%;
    text-align: center;
}
.content .seperator span img {
    width: 50%;
    height: 100%;
}
.content .seperator span a {
    text-decoration: underline;
    text-align: center;
    color: white;
}
.content #shop-link {
    color: black;
    border: 2px solid black;
    display: flex;
    width: 100px;
    padding: 0 1%;
    align-items: center;
    font-family: 'Satoshi Medium';
}
.content #shop-link img {
    width: 15%;
    margin-left: 8px;
}
.content .shop-animation {
    display: flex;
    justify-content: space-between;
}
.content .shop-animation-left, .content .shop-animation-right {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content .shop-animation-right video {
    width: 50%;
}
.content .shop-animation-left {
    width: 30%;
}
footer {
    margin-top: 3%;
    background-color: #4a1d7c;
    color: white;
    font-family: 'Satoshi Regular';
    width: 100%;
    box-sizing: border-box;
    padding: 0 15%;
}
footer ul {
    padding: 0;
}
footer h4 {
    font-size: 18px;
    margin-bottom: 0;
    color: white;
    font-family: 'Satoshi Regular';
    font-weight: bold;
    margin-block-start: 1.33em;
}
@media screen and (max-width: 1550px) {
    footer {
        padding: 0 5%;
    }
    .logo-container {
	margin: 1% 5%;
    }
}
@media screen and (max-width: 480px) {
    footer {
        padding: 0 2%;
    }
}
.footer-1 {
    display: flex;
    flex-direction: row;
    margin-bottom: 1.5%;
    padding-top: 2%;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.footer-1 a {
    text-decoration: none;
    color: white;
}

.footer-1 li:hover {
    text-decoration: underline;
}

.footer-11 li {
    padding: 1% 0;
    list-style-type: none;
}

.footer-111 li {
    padding: 1% 0;
    list-style-type: none;
}
.footer-11 .footer-links li {
    cursor: pointer;
}
.footer-11 .webisco-link-capitalize {
    background-color: #4a1d7c;
    border: none;
    text-transform: uppercase;
}

.footer-11 .webisco-link a {
    text-decoration: none;
    color: white;
}

.footer-111 .webisco-link-camelcase {
    background-color: #4a1d7c;
    border: none;
    text-transform: capitalize;
}

.footer-111 .webisco-link a {
    text-decoration: none;
    color: white;
}
.footer-111.active ul {
    display: block;
}
.footer-11.active ul {
    display: block;
}
.footer-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.footer-header img {
    display: none;
}
.footer-header h4 {
    margin-bottom: 0;
    color: white;
}
.footer-3 {
    display: flex;
    flex-direction: row;
    padding-top: 2%;
    padding-bottom: 3%;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}
.footer-3 p {
    margin-top: 1%;
}
.footer-33 {
    width: 50%;
}
.footer-33 .social-media {
    margin: 5% 0;
}
.footer-33 .social-media img {
    height: 10%;
    width: 15%;
    transition: transform 0.3s ease;
    margin-right: 2%;
}
#mobile-divider {
    display: none;
}
@media screen and (max-width: 480px) {
    .footer-33 {
        width: 100%;
    }
    .footer-22 h4 {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer-22 p {
        margin-top: 1%;
        margin-bottom: 1%;
    }
    .footer-33 .social-media img {
        width: 12%;
    }
    .footer-33 h4 {
        margin-top: 0;
        margin-bottom: 0;
    }  
.footer-33 p {
        margin-top: 1%;
        margin-bottom: 1%;
    }
}
.footer-34 {
    width: 50%;
    padding-left: 12%;
}

.footer-34 ul {
    list-style-type: none;
    margin: 5% 0;
}
.footer-34 ul #opening-hours {
    text-decoration: underline;
}

.instagram-icon:hover {
    content: url('/Grafiken/SocialMedia/icon_instagram_orange.png');
}

.linkedin-icon:hover {
    content: url('/Grafiken/SocialMedia/icon_linkedin_orange.png');
}

.youtube-icon:hover {
    content: url('/Grafiken/SocialMedia/icon_youtube_orange.png');
}

.tiktok-icon:hover {
    content: url('/Grafiken/SocialMedia/icon_tiktok_orange.png');
}

.facebook-icon:hover {
    content: url('/Grafiken/SocialMedia/icon_facebook_orange.png');
}
@media screen and (max-width: 480px) {
    .hide-mobile {
	display: none !important;
    }
    .logo-container {
	height: 30px;
	margin: 1% 1%;
    }
}
