/* GENERAL */
:root {
    --color-primary: #DD3C27;
    --color-white: #ffffff;
    --color-black: #403F41;
    --color-true-black: #000000;
    --color-grey-dark: #2F2F29;
    --color-grey: #4C5155;
    --color-tresorhaus: #C0A142;
    --color-beige: #CFCABF;
    --color-vintage-white: #F4F5EF;
    --color-support-highlight: #ECBF5B;
    --color-technologie-tabs: #9F9C92;
    --color-accordion-border: #E9C980;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a {
    word-break: break-all;
}

b {
    font-weight: 700;
}

html {
  height: -webkit-fill-available;
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, li {
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: normal;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

h1:after, h2:after, h3:after, h4:after, h5:after, h6:after {
    content: '';
    display: block;
    position: relative;
    width: 116px;
    height: 5px;
    margin-top: 15px;
    background-color: var(--color-tresorhaus);
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: var(--color-tresorhaus);
}

h1, h2, h3, h4 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3rem;
    margin-bottom: 35px;
}

p {
    color: var(--color-grey);
}

.inline-scroll-link {
    border-bottom: 1px solid var(--color-technologie-tabs);
    cursor: pointer;
    word-break: keep-all;
    hyphens: auto;
}

#herosection,
.section-tabs,
#section-versprechen,
#section-technologie,
#section-gallery-placeholder,
#section-aufbewahrung,
#section-schliessfaecher,
#section-proaurum,
#section-proaurum-two,
#section-versicherungen,
#section-parallax-image,
#section-unabhaengigkeit,
#section-standort,
#section-faq,
#footer {
    z-index: 1;
    position: relative;
    overflow: hidden;
}

/* ACCORDIONS */
.accordion-wrapper {
    position: relative;
}

/* .accordion-wrapper:before {
    content: '';
    width: 20px;
    height: 27px;
    background-image: url("../img/icon-accordion.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: -30px;
    top: 15px;
    display: inline-block;
} */

.accordion {
	position: relative;
	/* padding: 14px 40px 18px 0; */
	width: 100%;
	text-align: left;
	font-size: 1.375rem;
    line-height: 1.375rem;
	color: var(--color-tresorhaus);
	/* border-bottom: 2px solid var(--color-accordion-border); */
	transition: 0.4s;
	outline: none;
	/* cursor: pointer; */
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
}

/* .accordion::before {
	content: "";
	position: absolute;
	right: 0;
    top: 50%;
	transform: translateY(-50%) rotate(180deg);
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 14px 23px 14px;
    border-color: transparent transparent var(--color-tresorhaus) transparent;
	transition: all 0.2s ease-in;
}

.accordion.active::before {
    transform: translateY(-50%) rotate(0);
	border-style: solid;
    border-width: 0 14px 23px 14px;
    border-color: transparent transparent var(--color-tresorhaus) transparent;
}

.accordion::after {
	content: "";
	position: absolute;
	right: 2px;
    top: calc(50% + -1px);
	transform: translateY(-50%) rotate(180deg);
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 19px 12px;
    border-color: transparent transparent var(--color-white) transparent;
	transition: all 0.2s ease-in;
}

.accordion.active::after {
    transform: translateY(-50%) rotate(0);
	border-style: solid;
    border-width: 0 14px 23px 14px;
    border-color: transparent transparent transparent transparent;
} */

/* .accordion.active,
.accordion:hover {
} */

/* .accordion.active + .panel {
	margin-top: 2px;
} */

/* .panel + .accordion {
	margin-top: 1px;
} */

.panel {
	/* background-color: transparent;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out; */
    font-size: 1.25rem;
}

.panel p {
    font-size: 1.25rem !important;
    padding-top: 0;
    padding-bottom: 0;
}

sup, sub {
    position: relative;
    vertical-align: baseline;
    top: -0.4em;
    font-size: 1rem;
}

sub {
    top: 0.4em;
}


.inside {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

/* FONT */
/* roboto-100 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v30-latin-100.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-300 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
  }

@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-500 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v30-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
  }
  /* roboto-900 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/roboto-v30-latin-900.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
  }

/* HEADER */
#header {
    position: fixed;
    z-index: 100;
    width: 100%;
    transition: all 300ms ease-in-out;
    background-color: var(--color-true-black);
    border-bottom: 1px solid var(--color-tresorhaus);
}

#header.fixed {
    top: 0;
}

#header.fixed.sticky {
    background-color: var(--color-true-black);
    top: 0;
}

#header > .inside {
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    transition: all 300ms ease-in-out;
}

#header.fixed > .inside {
    padding: 10px 0;
    align-items: center;
}

#header > .inside .left-part {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

#header.fixed > .inside .left-part {
    align-items: center;
}

#header .logo {
    position: relative;
    left: 0;
    transition: all 300ms ease-in-out;
}

#header .logo img {
    width: 350px;
}

#header.fixed .logo img {
    width: 150px;
    display: block;
}

#header > .inside .navigation {
    margin-left: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 10px;
}

#header > .inside .navigation a,
#header > .inside .right-part a {
    font-size: 1rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease-in-out;
}

#header > .inside .navigation a.active {
    border-bottom: 2px solid var(--color-tresorhaus);
}

#header.fixed > .inside .navigation {
    padding-bottom: 0;
}

#header > .inside .right-part {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    gap: 45px;
    padding-bottom: 27px;
    margin-top: 0;
}

#header.fixed > .inside .right-part {
    padding-bottom: 0;
}

#header.fixed > .inside .right-part > a,
#header.fixed > .inside .right-part > .language-switcher {
    top: 3px;
    position: relative;
}

#header > .inside .right-part .language-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#header > .inside .right-part .language-switcher .language.de:after,
#header > .inside .right-part .language-switcher .language.en:after {
    content: '|';
    margin: 0 5px;
}

html.de #header > .inside .right-part .language-switcher .language.de {
    text-decoration: underline;
}

html.en #header > .inside .right-part .language-switcher .language.en {
    text-decoration: underline;
}

html.ru #header > .inside .right-part .language-switcher .language.ru {
    text-decoration: underline;
}

#header > .inside .right-part .mieten-button a {
    padding: 7px 20px;
    border: 1px solid var(--color-white);
    background-color: var(--color-tresorhaus);
    border-radius: 4px;
    font-size: 0.875rem;
    color: var(--color-true-black);
    position: relative;
    margin-top: 0;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: all 300ms ease-in-out;
}


#header > .inside .right-part .mieten-button a:hover {
    background-color: var(--color-grey);
    border: 1px solid var(--color-tresorhaus);
    color: var(--color-white);
}

#header > .inside .right-part .mobile-menu-trigger {
    display: none;
    width: 40px;
    height: 40px;
    top: 0;
    cursor: pointer;
}

/* MAIN */
body#landingpage {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
    overflow-y: scroll;
    font-size: 32px;
    font-family: 'Roboto', sans-serif;
}

#herosection {
    height: 100vh;
    width: 100%;
    background-color: var(--color-black);
    background-image: url("../img/heroimage-tresorhaus-background-alt-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: flex-start;
}

#herosection.loewe {
    background-image: url("../img/heroimage-tresorhaus-background-alt-3.jpg");
}

#herosection.loewe2 {
    background-image: url("../img/heroimage-tresorhaus-background-alt-4.jpg");
}

.arrow-down {
    content: '';
    width: 30px;
    height: 30px;
    -webkit-animation: fadedown 5s ease-in-out infinite;
	-moz-animation:    fadedown 5s ease-in-out infinite;
	animation:         fadedown 5s ease-in-out infinite;
    position: absolute;
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.arrow-down img,
.arrow-up img {
    object-fit: contain;
    object-position: center;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fadedown {
    0%   { -webkit-transform:translate(-50%,-10px); opacity: 0;  }
    25%  { opacity: 1;  }
    75%  { opacity: 1;  }
    100% { -webkit-transform:translate(-50%,10px); opacity: 0; }
  }
  @-moz-keyframes fadedown {
    0%   { -moz-transform:translate(-50%,-10px); opacity: 0;  }
    25%  { opacity: 1;  }
    75%  { opacity: 1;  }
    100% { -moz-transform:translate(-50%,10px); opacity: 0; }
  }
  @keyframes fadedown {
    0%   { transform:translate(-50%,-10px); opacity: 0;  }
    25%  { opacity: 1;  }
    75%  { opacity: 1;  }
    100% { transform:translate(-50%,10px); opacity: 0; }
  }

  .arrow-up {
    content: '';
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: center;
    -webkit-animation: fadeup 5s ease-in-out infinite;
	-moz-animation:    fadeup 5s ease-in-out infinite;
	animation:         fadeup 5s ease-in-out infinite;
    position: absolute;
    bottom: 50px;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}

/*animated scroll arrow animation*/
@-webkit-keyframes fadeup {
    0%   { -webkit-transform:translate(-50%,10px); opacity: 0;  }
    25%  { opacity: 1;  }
    75%  { opacity: 1;  }
    100% { -webkit-transform:translate(-50%,-10px); opacity: 0; }
  }
  @-moz-keyframes fadeup {
    0%   { -moz-transform:translate(-50%,10px); opacity: 0;  }
    25%  { opacity: 1;  }
    75%  { opacity: 1;  }
    100% { -moz-transform:translate(-50%,-10px); opacity: 0; }
  }
  @keyframes fadeup {
    0%   { transform:translate(-50%,10px); opacity: 0;  }
    25%  { opacity: 1;  }
    75%  { opacity: 1;  }
    100% { transform:translate(-50%,-10px); opacity: 0; }
  }

#herosection > .inside {
    padding-top: 200px;
    padding-bottom: 160px;
    padding-left: 0;
    padding-right: 0;
}

#herosection > .inside #header.relative {
    position: relative;
    z-index: 2;
    width: 100%;
    transition: all 300ms ease-in-out;
    margin-bottom: 110px;
}

#herosection > .inside #header.relative > .inside {
    padding-top: 0;
}

#herosection h1 {
    color: var(--color-white);
}

#herosection .hero-text p {
    max-width: 500px;
    color: var(--color-white);
    font-size: 1.375rem;
}

#herosection .hero-text p.last {
    margin-bottom: 0;
}


.button {
    padding: 7px 20px;
    border: 1px solid var(--color-white);
    background-color: var(--color-tresorhaus);
    border-radius: 4px;
    font-size: 0.875rem;
    color: var(--color-true-black);
    position: relative;
    margin-top: 55px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: all 300ms ease-in-out !important;
}

/* .button:after {
    content: '';
    width: 50px;
    height: 50px;
    background-image: url("../img/icon-button-primary-after.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 10px; */
    /* border: 1px solid var(--color-white);
    background-color: var(--color-grey);
    border-radius: 5px;
    position: absolute;
    right: -62px;
    top: -1px;
} */

.button:hover {
    background-color: var(--color-grey);
    border: 1px solid var(--color-tresorhaus);
    color: var(--color-white);
}

/* .button:hover:after {
    background-image: url("../img/icon-button-secondary-after.svg");
} */

.button.button-primary {
    border: 1px solid var(--color-white);
}

.button.button-primary:hover {
    border: 1px solid var(--color-tresorhaus);
}

.button.color-white {
    color: var(--color-white);
}

.button.color-white:hover {
    color: var(--color-true-black);
}

.button.arrow-down:after {
    transform: rotate(90deg);
}

.button.lowkey {
    text-transform: none;
}

#herosection .button {
    -webkit-animation: btnWiggle 15s infinite;
  -moz-animation: btnWiggle 15s infinite;
  -o-animation: btnWiggle 15s infinite;
  animation: btnWiggle 15s infinite;
}

/* animation */
@-webkit-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	1% {-webkit-transform: rotate(-2deg);}
	1.5% {-webkit-transform: rotate(2deg);}
	2% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@-o-keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	1% {-webkit-transform: rotate(-2deg);}
	1.5% {-webkit-transform: rotate(2deg);}
	2% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}
@keyframes btnWiggle {
	0% {-webkit-transform: rotate(0deg);}
	1% {-webkit-transform: rotate(-2deg);}
	1.5% {-webkit-transform: rotate(2deg);}
	2% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(0deg);}
}

.inline-link:after {
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    background-image: url("../img/arrow-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    /* padding: 10px; */
    /* border: 1px solid var(--color-white);
    background-color: var(--color-grey);
    border-radius: 5px; */
    right: 0;
    top: 5px;
    margin-left: 5px;
    transition: all 300ms ease-in-out;
}

.inline-link:hover:after {
    margin-left: 15px;
}

/* MOBILE MENU */
#mobilemenu {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.7);
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: all 150ms ease-in-out;
}

#mobilemenu.active {
    visibility: visible;
    opacity: 1;
}

#mobilemenu .inside {
    background-color: var(--color-true-black);
    color: var(--color-white);
    border-left: 1px solid var(--color-tresorhaus);
    padding: 90px 50px 90px 50px;
    width: 60%;
    top: 0;
    right: -100%;
    bottom: 0;
    position: fixed;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    transition: all 300ms ease-in-out;
}

#mobilemenu.active .inside {
    right: 0;
}

#mobilemenu .inside .close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#mobilemenu .inside .navigation {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

#mobilemenu .inside .navigation > a {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease-in-out;
    display: block;
    line-height: 30px;
}

#mobilemenu .inside .navigation > a.active {
    border-bottom: 2px solid var(--color-tresorhaus);
}


#mobilemenu .inside .navigation .mieten-button a {
    padding: 7px 20px;
    border: 1px solid var(--color-white);
    background-color: var(--color-tresorhaus);
    border-radius: 4px;
    font-size: 0.875rem;
    color: var(--color-true-black);
    position: relative;
    margin-top: 15px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    transition: all 300ms ease-in-out;
    order: 1;
}


#mobilemenu .inside .navigation .mieten-button a:hover {
    background-color: var(--color-grey);
    border: 1px solid var(--color-tresorhaus);
    color: var(--color-white);
}

#mobilemenu .inside .bottom-part {
    font-size: 1.25rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease-in-out;
    line-height: 30px;
    display: flex;
    flex-wrap: wrap;
}

#mobilemenu .inside .bottom-part > a {
    order: 2;
    display: block;
    width: 100%;
}

#mobilemenu .inside .bottom-part .language-switcher {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    order: 3;
    width: 100%;
}

#mobilemenu .inside .bottom-part .language-switcher .language.de:after,
#mobilemenu .inside .bottom-part .language-switcher .language.en:after {
    content: '|';
    margin: 0 5px;
}

html.de #mobilemenu .inside .bottom-part .language-switcher .language.de {
    text-decoration: underline;
}

html.en #mobilemenu .inside .bottom-part .language-switcher .language.en {
    text-decoration: underline;
}

html.ru #mobilemenu .inside .bottom-part .language-switcher .language.ru {
    text-decoration: underline;
}


/* PARALLAX */
.section-parallax-image {

}

.section-parallax-image.one {

}

/* SECTION TABS MOBILE */
#section-tabs-mobile {
    display: none;
}

#section-tabs-mobile .inside {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#section-tabs-mobile input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}


#section-tabs-mobile .collapsible-accordion {
    margin: 0;
    overflow: hidden;
}

#section-tabs-mobile .collapsible-item-label {
    display: flex;
    padding: 25px 15px;
    font-weight: bold;
    cursor: pointer;
    background: var(--color-white);
    color: var(--color-black);
    align-items: flex-start;
    border-bottom: 1px solid var(--color-vintage-white);
}

#section-tabs-mobile .collapsible-item-label img {
    width: 100%;
    max-width: 50px;
    height: auto;
    margin-right: 30px;
    z-index: 2;
}

#section-tabs-mobile input:checked + .collapsible-item-label {
    background: var(--color-vintage-white);
}

#section-tabs-mobile .collapsible-item-label span {
    font-size: 1.375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: var(--color-grey-dark);
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
}

#section-tabs-mobile .collapsible-item-label span.gold {
    line-height: 1.375rem;
    margin-bottom: 0;
    color: var(--color-tresorhaus);
}

#section-tabs-mobile .collapsible-item-label p {
    font-size: 1.25rem;
    margin-bottom: 0;
}

#section-tabs-mobile .collapsible-item-label .label-inside:after {
    content: "mehr erfahren";
    text-align: left;
    transition: all .35s;
    text-decoration: underline;
    font-size: 1rem;
    margin-top: 10px;
    display: block;
}

#section-tabs-mobile .collapsible-item-content p {
    color: var(--color-white);
    z-index: 1;
    position: relative;
}

#section-tabs-mobile .collapsible-item-content p:last-child {
    margin: 0;
}

#section-tabs-mobile .collapsible-item-content {
    max-height: 0;
    padding: 0 30px;
    transition: all 0.35s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: var(--color-white);
    position: relative;
}

#section-tabs-mobile .collapsible-item-content:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 0;
}

#section-tabs-mobile .collapsible-item-content.sicherheitskonzept {
    background-image: url("../img/tresorhaus-innenansicht-tab-one.jpg");
}

#section-tabs-mobile .collapsible-item-content.privatsphaere {
    background-image: url("../img/tresorhaus-innenansicht-tab-two.jpg");
}

#section-tabs-mobile .collapsible-item-content.automation {
    background-image: url("../img/tresorhaus-innenansicht-tab-three.jpg");
}

#section-tabs-mobile .collapsible-item-content.zugriff {
    background-image: url("../img/tresorhaus-innenansicht-tab-four.jpg");
}

#section-tabs-mobile .collapsible-item-content.groessen {
    background-image: url("../img/tresorhaus-innenansicht-tab-five.jpg");
}

#section-tabs-mobile input:checked + .collapsible-item-label .label-inside:after {
    content: '';
}

#section-tabs-mobile input:checked ~ .collapsible-item-content {
    max-height: 100vh;
    padding: 60px 30px;
}


/* SECTION TABS */
.section-tabs {
    display: flex;
    background-color: var(--color-white);
    min-height: 100vh;
}

.section-tabs > .inside {
    max-width: 100%;
    display: flex;
    width: 100%;
}

.section-tabs .content {
    width: calc(((100vw - 1200px) / 2) + (0.6666 * 1200px));
    display: flex;
}

.section-tabs .content .tabcontent {
    width: 100%;
    align-items: flex-end;
    padding-left: calc((100vw - 1200px) / 2);
    padding-bottom: 100px;
    padding-top: 100px;
    padding-right: 200px;
    background-color: var(--color-grey);
    flex-wrap: wrap;
    align-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.section-tabs .content .tabcontent:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    z-index: 0;
}

.section-tabs .content .tabcontent#sicherheitskonzept {
    background-image: url("../img/tresorhaus-innenansicht-tab-one.jpg");
}

.section-tabs .content .tabcontent#privatsphaere {
    background-image: url("../img/tresorhaus-innenansicht-tab-two.jpg");
}

.section-tabs .content .tabcontent#automation {
    background-image: url("../img/tresorhaus-innenansicht-tab-three.jpg");
}

.section-tabs .content .tabcontent#zugriff {
    background-image: url("../img/tresorhaus-innenansicht-tab-four.jpg");
}

.section-tabs .content .tabcontent#groessen {
    background-image: url("../img/tresorhaus-innenansicht-tab-five.jpg");
}

.section-tabs .content .tabcontent h3 {
    font-size: 3rem;
    line-height: 3rem;
    width: 100%;
    color: var(--color-white);
    z-index: 1;
    position: relative;
}

.section-tabs .content .tabcontent h3 span {
    display: block;
}

.section-tabs .content .tabcontent p {
    width: 100%;
    display: block;
    color: var(--color-white);
    font-family: 'Roboto', sans-serif;
    font-size: 1.375rem;
    max-width: 760px;
    z-index: 1;
    position: relative;
}

.section-tabs .tab {
    width: calc(((100vw - 1200px) / 2) + (0.3333 * 1200px));
    background-color: var(--color-white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-left: 20px;
    padding-top: 60px;
}

.section-tabs .tab .tab-inside {
    margin-left: -50px;
}

.section-tabs .tab .tablinks {
    display: flex;
    align-items: flex-start;
    padding: 15px 20px 15px 90px;
    transition: all 300ms ease-in-out;
    padding-right: calc((100vw - 1200px) / 2);
    position: relative;
    cursor: pointer;
    min-height: 207px;
}

.section-tabs .tab .tablinks:last-child:after {
    content: '';
    position: absolute;
    background-color: var(--color-vintage-white);
    transition: all 500ms ease-in-out;
    clip-path: polygon(60px 0, 100% 0%, 100% 100%, 60px 100%, 0% 50%);
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition-delay: 100ms;
}

.tablinks:nth-child(1).active ~ .tablinks:last-child:after {
    top: -400%;
}

.tablinks:nth-child(2).active ~ .tablinks:last-child:after {
    top: -300%;
}

.tablinks:nth-child(3).active ~ .tablinks:last-child:after {
    top: -200%;
}

.tablinks:nth-child(4).active ~ .tablinks:last-child:after {
    top: -100%;
}


.section-tabs .tab .tablinks img {
    width: 100%;
    max-width: 60px;
    height: auto;
    margin-right: 30px;
    z-index: 2;
}


.section-tabs .tab .tablinks .inside {
    z-index: 2;
}

.section-tabs .tab .tablinks .inside span.gold {
    line-height: 1.375rem;
    color: var(--color-tresorhaus);
    margin-bottom: 0;
}

.section-tabs .tab .tablinks .inside span {
    font-size: 1.375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: var(--color-grey-dark);
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
}

.section-tabs .tab .tablinks .inside p {
    font-size: 1.25rem;
    margin-bottom: 0;
}

/* SECTION TABS ALT 2 */
.section-tabs-alt2 {
    display: flex;
    background-color: var(--color-white);
    min-height: 100vh;
    position: relative;
}

.section-tabs-alt2 > .inside {
    max-width: 100%;
    display: flex;
    width: 100%;
}


.section-tabs-alt2 .content {
    width: 50%;
    display: flex;
    align-items: flex-end;
    padding-left: calc((100vw - 1200px) / 2);
    background-image: url("../img/tresorhaus-innenansicht-tab-one.jpg");
    padding-bottom: 50px;
    padding-top: 100px;
    padding-right: 100px;
    background-color: var(--color-grey);
    flex-wrap: wrap;
    align-content: flex-end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-tabs-alt2 .content h3 {
    font-size: 3rem;
    line-height: 3rem;
    width: 100%;
    color: var(--color-white);
}

.section-tabs-alt2 .content h3 span {
    display: block;
}

.section-tabs-alt2 .content p {
    width: 100%;
    display: block;
    color: var(--color-white);
    font-family: 'Roboto', sans-serif;
    font-size: 1.375rem;
    max-width: 760px;
}

.section-tabs-alt2 .tab {
    width: 50%;
    background-color: var(--color-white);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding-left: 20px;
    padding-top: 60px;
}

.section-tabs-alt2 .tab .tab-inside {
    margin-left: -50px;
}

.section-tabs-alt2 .tab .tablinks {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 15px 20px 15px 90px;
    transition: all 300ms ease-in-out;
    padding-right: 120px;
    position: relative;
}


/* .section-tabs .tab .tablinks:before {
    content: '';
    position: absolute;
    display: block;
    left: -70px;
    top: 0;
    bottom: 0;
    width: 70px;
    height: 100%;
    background: transparent;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
    clip-path: polygon(100% 0, 100% 100%, 0 50%);
    transition: all 300ms ease-in-out;
} */

/* .section-tabs .tab .tablinks.active {
    background-color: var(--color-vintage-white);
}

.section-tabs .tab .tablinks.active:before {
    background: var(--color-vintage-white);
} */

.section-tabs-alt2 .tab .tablinks img {
    width: 100%;
    max-width: 60px;
    height: auto;
    margin-right: 30px;
    z-index: 2;
}


.section-tabs-alt2 .tab .tablinks .inside {
    z-index: 2;
}

.section-tabs-alt2 .tab .tablinks .inside span.gold {
    line-height: 1.375rem;
    color: var(--color-tresorhaus);
    margin-bottom: 0;
}

.section-tabs-alt2 .tab .tablinks .inside span {
    font-size: 1.375rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: var(--color-grey-dark);
    max-width: 300px;
    display: block;
    margin-bottom: 10px;
}

.section-tabs-alt2 .tab .tablinks .inside p {
    font-size: 1.25rem;
    margin-bottom: 0;
}

/* SECTION VERSPRECHEN */
#section-versprechen,
#section-versprechen-placeholder {
    background-image: url("../img/tresorhaus-innenansicht-tab-five-alt.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    display: flex;
    align-items: center;
}

#section-versprechen > .inside {
    width: 100%;
    max-width: 100%;
    padding-top: 90px;
    padding-bottom: 70px;
    padding-left: calc((100vw - 1200px) / 2);
    padding-right: calc((100vw - 1200px) / 2);
    display: flex;
    background-color: rgba(47, 47, 41, 0.5);
    justify-content: space-between;
}

#section-versprechen .headline-container {
    width: 33.333%;
}

#section-versprechen .headline-container h2,
#section-versprechen .headline-container .name {
    color: var(--color-white);
}

#section-versprechen .headline-container .name {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#section-versprechen .text-container {
    width: auto;
    margin-top: 10px;
}

#section-versprechen .text-container p {
    color: var(--color-white);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.375rem;
}

/* SECTION TECHNOLOGIE */
#section-technologie {
    background-color: var(--color-grey-dark);
    min-height: 100vh;
}

#section-technologie.farbe {
    background-color: var(--color-vintage-white);
}

#section-technologie > .inside {
    padding-top: 125px;
    padding-bottom: 135px;
}

#section-technologie .headline-container h2 {
    margin-bottom: 50px;
    color: var(--color-white);
}

#section-technologie.farbe .headline-container h2 {
    color: var(--color-grey-dark);
}

#section-technologie .headline-container .text {
    max-width: 800px;
    color: var(--color-white);
    font-size: 1.375rem;
    font-weight: 300;
}

#section-technologie.farbe .headline-container .text {
    color: var(--color-grey-dark);
}

#section-technologie .tab-container {
    margin-top: 40px;
}

#section-technologie .tab-container .tab {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#section-technologie .tab-container .tab .tablinksfacts {
    background-color: var(--color-tresorhaus);
    width: 33.333%;
    border: 1px solid var(--color-white);
    border-radius: 4px;
    padding: 15px 20px 15px 25px;
    color: var(--color-grey-dark);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 300ms ease-in-out;
    position: relative;
    cursor: pointer;
}

#section-technologie.farbe .tab-container .tab .tablinksfacts {
    background-color: var(--color-vintage-white);
    border: 2px solid var(--color-tresorhaus);
}

#section-technologie.farbe .tab-container .tab .tablinksfacts .more,
#section-technologie.farbe .tab-container .tab .tablinksfacts .close {
    font-size: 0.935rem;
    margin-top: 10px;
    display: block;
    text-decoration: underline;
}

#section-technologie.farbe .tab-container .tab .tablinksfacts .close {
    display: none;
}

#section-technologie.farbe .tab-container .tab .tablinksfacts.active .close {
    display: block;
}

#section-technologie.farbe .tab-container .tab .tablinksfacts.active .more {
    display: none;
}

#section-technologie .tab-container .tab .tablinksfacts:first-child {
    -webkit-animation: btnWiggle 4s infinite;
    -moz-animation: btnWiggle 4s infinite;
    -o-animation: btnWiggle 4s infinite;
    animation: btnWiggle 4s infinite;
}

#section-technologie .tab-container .tab .tablinksfacts:hover {
    background-color: var(--color-beige);
}

/* #section-technologie .tab-container .tab .tablinksfacts:hover:after {
    background-color: var(--color-tresorhaus);
} */

#section-technologie .tab-container .tab .tablinksfacts:after {
    content: '';
    background-color: transparent;
    width: 100%;
    height: 5px;
    transition: all 300ms ease-in-out;
    position: absolute;
    left: 0;
    bottom: -10px;
}

/* #section-technologie .tab-container .tab .tablinksfacts.active:after {
    background-color: var(--color-tresorhaus);
} */

#section-technologie .tab-container .tab .tablinksfacts.active {
    background-color: var(--color-beige);
}

#section-technologie .tab-container .tab .tablinksfacts img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

#section-technologie .tab-container .tab .tablinksfacts p {
    margin-bottom: 0;
    color: var(--color-grey-dark);
    font-size: 1.375rem;
}


#section-technologie .tab-container .tabcontentfacts {
    display: flex;
    opacity: 0;
    height: 0;
    visibility: hidden;
}

#section-technologie .tab-container .tabcontentfacts.active {
    opacity: 1;
    height: 100%;
    visibility: visible;
    transition: all 300ms ease-in-out;
    transition-delay: 500ms;
}

#section-technologie .tab-container .content {
    margin-top: 70px;
}

#section-technologie .tab-container .left-part,
#section-technologie .tab-container .right-part {
    width: 50%;
}

#section-technologie .tab-container .left-part {
    display: flex;
    align-items: flex-start;
}

#section-technologie .tab-container .accordion-part {
    width: 55%;
}

#section-technologie .tab-container .accordion-part .accordion::after {
    border-color: transparent transparent var(--color-grey-dark) transparent;
}

#section-technologie .tab-container .accordion-part .accordion.active::after {
    border-color: transparent transparent transparent transparent;
}

#section-technologie .tab-container .content #tresorraum {
    align-items: flex-start;
    gap: 100px;
    justify-content: space-between;
}

#section-technologie .tab-container .content #tresorraum .img-part {
    width: 50%;
}

#section-technologie .tab-container .content #tresorraum .img-part img {
    width: 100%;
}

#section-technologie .tab-container .content p {
    font-size: 1.25rem;
    color: var(--color-white);
    line-height: normal;
    max-width: 500px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#section-technologie .tab-container .content .tabcontentfacts .inside p {
    font-size: 1.25rem;
    color: var(--color-white);
}

#section-technologie.farbe .tab-container .content p,
#section-technologie .tab-container .content .tabcontentfacts .inside p {
    color: var(--color-grey-dark);
}

#section-technologie .tab-container .content .accordion-wrapper .panel p {
    font-size: 1.25rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    max-width: 800px;
}

#section-technologie .tab-container .content h4 {
    font-size: 1.375rem;
    color: var(--color-white);
    line-height: normal;
    font-weight: 500;
    margin-bottom: 20px;
    display: block;
    width: 100%;
}

#section-technologie.farbe .tab-container .content h4 {
    color: var(--color-grey-dark);
}

#section-technologie .tab-container .content h4:after {
    display: none;
}

#section-technologie .tab-container .content .default {
    opacity: 1;
    height: 100%;
    visibility: visible;
    transition: all 300ms ease-in-out;
}

#section-technologie .tab-container .content .default.hidden {
    opacity: 0;
    height: 0;
    visibility: hidden;
}

#section-technologie .tab-container .content .arrow {
    position: absolute;
    top: 100px;
    height: 30px;
    cursor: pointer;
}

#section-technologie .tab-container .content .arrow-right {
    right: -40px;
}

#section-technologie .tab-container .content .arrow-left {
    left: -40px;
    transform: rotate(180deg) ;
}

#section-technologie .tab-container .content .arrow img {
    width: 15px;
    height: 30px;
}

#section-technologie .headline-container {
    width: 100%;
}

#section-technologie .text-container {
    width: 100%;
    display: flex;
    gap: 65px;
    align-items: flex-start;
}

#section-technologie .tab-container .content .default p {
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
}

#section-technologie .tab-container .content .default p b {
    font-weight: 500;
    font-size: 1.375rem;
}

#section-technologie .tab-container .content .default p .inline-tab {
    border-bottom: 1px solid var(--color-technologie-tabs);
    cursor: pointer;
}

#section-technologie .tab-container .content .default p,
#section-technologie .tab-container .content .default .inline-link {
    font-size: 1.25rem;
    color: var(--color-white);
    line-height: normal;
    font-family: 'Roboto', sans-serif;
}

#section-technologie.farbe .tab-container .content .default p,
#section-technologie.farbe .tab-container .content .default .inline-link {
    color: var(--color-grey-dark);
}

#section-technologie .tab-container .content .default .column p:last-child {
    margin-bottom: 0;
}

#section-technologie .tab-container .content .default .inline-link {
    text-decoration: underline;
}

#section-technologie .tab-container .content .default .column {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end;
    width: 50%;
}

#section-technologie #ablauf .ablauf-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#section-technologie #ablauf .ablauf-container .column.one .ablauf-item {
    position: relative;
}

#section-technologie #ablauf .ablauf-container .column.one .ablauf-item:before {
    content: '';
    width: 25px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: -35px;
    background-image: url("../img/icon-play.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 58px;
}

#section-technologie.farbe #ablauf .ablauf-container .column.one .ablauf-item:before {
    filter: brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(335%) hue-rotate(22deg) brightness(93%) contrast(87%);
}

#section-technologie #ablauf .ablauf-container .column.three {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 420px;
    /* padding-bottom: 19px; */
}

#section-technologie #ablauf .ablauf-container .column.three .ueberpruefung {
    color: var(--color-tresorhaus);
    border: 3px solid var(--color-tresorhaus);
    padding: 15px 13px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 0;
    margin-top: 40px;
    width: 300px;
    font-size: 1.375rem;
    text-align: center;
}

#section-technologie #ablauf .ablauf-container .column.three .ueberpruefung-description {
    display: block;
    text-align: left;
    max-width: 250px;
    background-color: var(--color-grey-dark);
    z-index: 1;
    padding: 10px 0;
}

#section-technologie.farbe #ablauf .ablauf-container .column.three .ueberpruefung-description {
    background-color: var(--color-vintage-white);
}

#section-technologie #ablauf .ablauf-container .column.three .ueberpruefung-description p {
    margin-bottom: 0;
}

#section-technologie #ablauf .ablauf-container .column.four {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#section-technologie #ablauf .ablauf-container .column .ablauf-item .image-row {
    display: flex;
    gap: 10px;
    padding: 0 30px;
}

#section-technologie #ablauf .ablauf-container .column .ablauf-item .image-row img {
    width: auto;
    height: 100%;
    max-height: 45px;
}

#section-technologie #ablauf .ablauf-container .column .ablauf-item .text-row {
    background-color: var(--color-beige);
    color: var(--color-grey-dark);
    padding: 15px 20px;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 auto 10px;
    width: 240px;
    font-size: 1.25rem;
}

#section-technologie .tab-container .content p {
    font-size: 0.9375rem;
}

#section-technologie #ablauf .ablauf-container .column .ablauf-item .description {
    padding: 0 20px;
    max-width: 240px;
}

#section-technologie #ablauf .ablauf-container .connecting-line {
    margin-top: 57px;
    margin-left: -5px;
    margin-right: -5px;
    width: 100%;
}

#section-technologie #ablauf .ablauf-container .connecting-line .line {
    border-bottom: 2px solid var(--color-white); 
    padding-bottom: 15px; 
    position: relative;
}

#section-technologie.farbe #ablauf .ablauf-container .connecting-line .line {
    border-bottom: 2px solid var(--color-grey-dark); 
}

#section-technologie #ablauf .ablauf-container .connecting-line .line:before, 
#section-technologie #ablauf .ablauf-container .connecting-line .line:after {
    position: absolute; 
    bottom: -6px; 
    left: 0; 
    height: 10px; 
    width: 10px; 
    background: var(--color-white); 
    content: ""; 
    border-radius: 5px;
}

#section-technologie.farbe #ablauf .ablauf-container .connecting-line .line:before, 
#section-technologie.farbe #ablauf .ablauf-container .connecting-line .line:after {
    background: var(--color-grey-dark); 
}

#section-technologie #ablauf .ablauf-container .connecting-line .line:after {
    right: 0; 
    left: auto;
}

#section-technologie #ablauf .ablauf-container .column.three .connecting-line {
    margin-top: -5px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 30px;
    margin-bottom: -5px;
    display: flex;
    justify-content: center;
}

#section-technologie #ablauf .ablauf-container .column.three .connecting-line .line {
    border-bottom: 0;
    border-left: 2px solid var(--color-white); 
    padding-bottom: 0; 
    position: relative;
    height: 100%;
}

#section-technologie.farbe #ablauf .ablauf-container .column.three .connecting-line .line {
    border-left: 2px solid var(--color-grey-dark); 
}

#section-technologie #ablauf .ablauf-container .column.three .connecting-line .line:before {
    bottom: initial;
    top: 0;
    left: -6px;
}

#section-technologie #ablauf .ablauf-container .column.three .connecting-line .line:after {
    bottom: 0; 
    left: -6px; 
    left: -6px;
}

#section-technologie #ablauf .ablauf-container .column.three .connecting-line.bottom .line:after {
    display: none;
}

#section-technologie #ablauf .ablauf-container .column.three .connecting-line.top .line:before {
    display: none;
}

#section-technologie #ablauf .ablauf-container .connecting-line.last {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 130px;
    margin-left: -35px;
    z-index: 1;
}

#section-technologie #ablauf .ablauf-container .connecting-line.last .container {
    width: 100%;
    position: relative;
    height: 45px;
    justify-content: center;
    display: flex;
    align-items: center;
}

#section-technologie #ablauf .ablauf-container .connecting-line.last .container img {
    width: 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 45px;
    padding: 5px;
    background-color: var(--color-grey-dark);
}

#section-technologie.farbe #ablauf .ablauf-container .connecting-line.last .container img {
    background-color: var(--color-vintage-white);
}

#section-technologie #ablauf .ablauf-container .connecting-line.last .line {
    width: 100%;
    padding: 0;
}

#section-technologie #ablauf .ablauf-container .column.four .ablauf-item {
    position: relative;
}

#section-technologie #ablauf .ablauf-container .column.four .ablauf-item:after {
    content: '';
    width: 26px;
    height: 26px;
    display: inline-block;
    position: absolute;
    right: -35px;
    background-image: url("../img/icon-stop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 29px;
}

#section-technologie.farbe #ablauf .ablauf-container .column.four .ablauf-item:after {
    filter: brightness(0) saturate(100%) invert(14%) sepia(19%) saturate(335%) hue-rotate(22deg) brightness(93%) contrast(87%);
}

#section-technologie #ablauf .ablauf-container .column .ablauf-item .connecting-line {
    display: none;
}

/* SECTION GALLERY */
#section-gallery {
    background-color: black;
    height: 100vh;
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 1;
}

#section-gallery > .inside {
    max-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#section-gallery .swiper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    object-position: center;
}

#section-gallery .swiper {
    width: 100%;
    height: 100vh;
  }

#section-gallery .swiper .swiper-button-next,
#section-gallery .swiper .swiper-button-prev {
    width: 30px;
    height: 60px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#section-gallery .swiper .swiper-button-prev {
    transform: rotate(180deg);
    left: 50px;
}

#section-gallery .swiper .swiper-button-next {
    right: 50px;
}

#section-gallery .swiper .swiper-button-next:after,
#section-gallery .swiper .swiper-button-prev:after {
    display: none;
}

#section-gallery .swiper .swiper-button-next img,
#section-gallery .swiper .swiper-button-prev img {
    width: 30px;
    height: 60px;
    animation: arrowAnimationMain 10s infinite;
}

#section-gallery .swiper .swiper-button-next img:nth-child(2),
#section-gallery .swiper .swiper-button-prev img:nth-child(2) {
    animation-delay: -0.2s;
    animation: arrowAnimation 10s infinite;
}

#section-gallery .swiper .swiper-button-next img:nth-child(3),
#section-gallery .swiper .swiper-button-prev img:nth-child(3) {
    animation-delay: -0.4s;
    animation: arrowAnimation 10s infinite;
}

@keyframes arrowAnimation {
    0% {
        opacity: 0;
        transform: translate(-20px, 0);
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 0;
        transform: translate(20px, 0);
    }

    100% {
        opacity: 0;
        transform: translate(20px, 0);
    }
}

@keyframes arrowAnimationMain {
    0% {
        opacity: 0;
        transform: translate(-20px, 0);
    }
    20% {
        opacity: 1;
    }
    40% {
        opacity: 1;
        transform: translate(20px, 0);
    }

    95% {
        opacity: 1;
        transform: translate(20px, 0);
    }

    100% {
        opacity: 0;
        transform: translate(20px, 0);
    }
}

#section-gallery-placeholder {
    height: 100vh;
    width: 100%;
    background-color: transparent;
    pointer-events: none;
}

/* SECTION AUFBEWAHRUNG */
#section-aufbewahrung {
    background-color: var(--color-white);
}

#section-aufbewahrung > .inside {
    display: flex;
    gap: 80px;
}

#section-aufbewahrung > .inside .text-wrapper {
    display: flex;
    gap: 100px;
}

#section-aufbewahrung > .inside h2 {
    color: var(--color-grey);
}

#section-aufbewahrung .left-part {
    width: 50%;
    padding-top: 110px;
    padding-bottom: 30px;
}

#section-aufbewahrung .left-part p {
    font-size: 1.375rem;
}

#section-aufbewahrung .left-part .question-container {
    margin-top: 50px;
}

#section-aufbewahrung .right-part {
    width: 50%;
}

#section-aufbewahrung .right-part img {
    height: 50%;
    width: 100%;
    object-fit: cover;
    display: block;
}

#section-aufbewahrung .image-container {
    width: 100%;
    display: flex;
}

#section-aufbewahrung .image-container img {
    width: 50%;
    height: auto;
}

#section-aufbewahrung.landingpage {
    min-height: 100vh;
}

#section-aufbewahrung.landingpage .left-part {
    width: 100%;
    padding-bottom: 150px;
}

#section-aufbewahrung.landingpage .right-part {
    display: none;
}

#section-aufbewahrung.landingpage ul li {
    font-size: 1.375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Roboto', sans-serif;
    color: var(--color-grey);
    font-weight: 300;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#section-aufbewahrung.landingpage ul li:before {
    content: '';
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-block;
    position: relative;
    background-image: url("../img/icon-check-tresorhaus.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#section-aufbewahrung.landingpage .question-container {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 70px;
}

#section-aufbewahrung.landingpage .question-container .accordion-wrapper {
    position: relative;
    width: 25%;
    background-color: var(--color-vintage-white);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid var(--color-tresorhaus);
    box-shadow: rgba(0,0,0,0.06) 0px 5px 7px;
}

#section-aufbewahrung.landingpage .question-container .accordion-wrapper p {
    margin-bottom: 0;
    text-wrap: balance;
}

#section-aufbewahrung.landingpage .question-container .accordion-wrapper .accordion {
    margin-bottom: 5px;
    color: var(--color-grey);
}

#section-aufbewahrung.landingpage .question-container .accordion-wrapper .accordion.bottom {
    margin-bottom: 20px;
    color: var(--color-tresorhaus);
}


/* SECTION SCHLIESSFAECHER */
#section-schliessfaecher {
    background-color: var(--color-vintage-white);
    min-height: 100vh;
}

#section-schliessfaecher > .inside {
    padding-top: 110px;
    padding-bottom: 110px;
}

#section-schliessfaecher .headline-container h2 {
    color: var(--color-grey);
    margin-bottom: 30px;
}

#section-schliessfaecher .headline-container .text {
    max-width: 800px;
    font-size: 1.375rem;
}

#section-schliessfaecher .packages-container {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
    gap: 20px;
}

#section-schliessfaecher .packages-container .package {
    transition: all 200ms ease-in-out;
    position: relative;
    text-align: center;
}

#section-schliessfaecher .packages-container .package > .inside {
    border: 2px solid var(--color-tresorhaus);
    border-radius: 4px;
    text-align: center;
    position: relative;
}

#section-schliessfaecher .packages-container .package:hover {
    transform: scale(1.075);
}

#section-schliessfaecher .packages-container .package img.package-name,
#section-schliessfaecher .packages-container .package img.package-name-hover {
    max-width: 56px;
    width: 100%;
    margin: 0 auto;
    height: auto;
    display: block;
    margin-bottom: -30px;
    transition: all 200ms ease-in-out;
    pointer-events: none;
    position: relative;
    z-index: 2;
}

#section-schliessfaecher.alternative .packages-container .package img.package-name,
#section-schliessfaecher.alternative .packages-container .package img.package-name-hover {
    max-width: 70px;
}

#section-schliessfaecher .packages-container .package:hover img.package-name {
    opacity: 0;
}

#section-schliessfaecher .packages-container .package img.package-name-hover {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

#section-schliessfaecher .packages-container .package:hover img.package-name-hover {
    opacity: 1;
}

#section-schliessfaecher .packages-container .package .package-description {
    font-size: 0.875rem;
    text-align: center;
    color: var(--color-grey);
    background-color: var(--color-beige);
    padding: 35px 15px 15px;
    margin-bottom: 20px;
}

#section-schliessfaecher.alternative .packages-container .package .package-description {
    font-size: 1rem;
    padding: 45px 15px 15px;
}

#section-schliessfaecher .packages-container .package .description-name,
#section-schliessfaecher .packages-container .package .description-value {
    font-size: 0.875rem;
    text-align: right;
    color: var(--color-grey);
}

#section-schliessfaecher.alternative .packages-container .package .description-name,
#section-schliessfaecher.alternative .packages-container .package .description-value {
    font-size: 1rem;
    text-align: center;
    color: var(--color-grey);
    display: block;
}

#section-schliessfaecher .packages-container .package .description {
    display: flex;
    padding: 0 30px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}

#section-schliessfaecher.alternative .packages-container .package .description {
    display: block;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto 20px;
}

#section-schliessfaecher .packages-container .package .description.weight {
    margin-bottom: -20px;
}

#section-schliessfaecher .packages-container .package .description-name {
    display: inline-block;
}

#section-schliessfaecher.alternative .packages-container .package .description-name {
    display: block;
    font-weight: bold;
}

#section-schliessfaecher .packages-container .package .price {
    color: var(--color-grey);
    font-size: 1.125rem;
    padding: 0 8px;
    display: inline-block;
    margin: 15px auto;
    background-color: var(--color-vintage-white);
    bottom: -25px;
    position: relative;
}

#section-schliessfaecher.alternative .packages-container .package .price {
    font-size: 1.25rem;
    margin: 30px auto 15px;
    background-color: var(--color-vintage-white);
    bottom: -25px;
    position: relative;
}

#section-schliessfaecher .packages-container .package .button.button-primary {
    color: var(--color-white);
    transition: all 300ms ease-in-out;
    margin-top: 25px;
}

#section-schliessfaecher.alternative .packages-container .package .button.button-primary {
    margin-top: 45px;
}

/* #section-schliessfaecher .packages-container .package .button.button-primary:after {
    width: 33px;
    height: 33px;
    padding: 10px;
    background-image: url("../img/icon-button-secondary-after.svg");
    right: -38px;
    transition: all 200ms ease-in-out;   
} */

#section-schliessfaecher .packages-container .package:hover .button.button-primary {
    background-color: var(--color-grey);   
}

#section-schliessfaecher .packages-container .package:hover .button.button-primary:after {
    background-image: url("../img/icon-button-primary-after.svg");
}

#section-schliessfaecher .sonderloesung {
    width: 100%;
}

#section-schliessfaecher .sonderloesung h3 {
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: var(--color-grey);
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

#section-schliessfaecher .sonderloesung h3:after {
    display: none;
}

#section-schliessfaecher .sonderloesung p {
    font-size: 1.375rem;
    color: var(--color-grey);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#section-schliessfaecher .sonderloesung a {
    display: block;
    text-decoration: underline;
    font-weight: 500;
}

#section-schliessfaecher .mobile-scroll-description {
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    display: none;
    margin-bottom: 50px;
}

#section-schliessfaecher .mobile-scroll-description img {
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

#section-schliessfaecher .mobile-scroll-description span {
    font-size: 1.25rem;
    color: var(--color-black);
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    line-height: 1.25rem;
}

/* SECTION PROAURUM */
#section-proaurum {
    background-color: var(--color-vintage-white);
    min-height: 100vh;
}

#section-proaurum > .inside {
    padding-top: 110px;
    padding-bottom: 60px;
    display: flex;
    max-width: 100%;
    min-height: 100vh;
}

#section-proaurum > .inside h2 {
    color: var(--color-grey);
    max-width: 600px;
    margin-bottom: 47px;
}

#section-proaurum > .inside h2 span {
    max-width: 450px;
    display: inline-block;
}

#section-proaurum .left-part {
    width: calc((1200px / 2) - 50px);
    position: relative;
    left: calc((100vw - 1200px) / 2);
}

#section-proaurum .left-part p {
    font-size: 1.375rem;
}

#section-proaurum .left-part .headline-container p {
    max-width: 740px;
    font-family: 'Roboto', sans-serif;
}

#section-proaurum .left-part .headline-container .button {
    margin-top: 30px;
}

#section-proaurum .left-part .headline-container .inline-link {
    font-weight: 700;
    color: var(--color-grey);
    text-decoration: underline;
}

#section-proaurum .right-part {
    margin-left: auto;
    position: relative;
    width: 50%;
    margin-top: -110px;
    margin-bottom: -60px;
}

#section-proaurum .right-part img {
    height: 100%;
    width: auto;
    object-fit: cover;
}

#section-proaurum.landingpage {
    min-height: calc(100vh - 253px);
}

#section-proaurum.landingpage ul li {
    font-size: 1.375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Roboto', sans-serif;
    color: var(--color-grey);
    font-weight: 300;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

#section-proaurum.landingpage ul li:before {
    content: '';
    width: 30px;
    height: 30px;
    min-width: 30px;
    display: inline-block;
    position: relative;
    background-image: url("../img/icon-check-tresorhaus.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

#section-proaurum.landingpage .right-part {
    margin-left: auto;
    position: relative;
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
}

#section-proaurum.landingpage .right-part img {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    object-fit: contain;
    display: block;
}

#section-proaurum.landingpage > .inside {
    padding-top: 110px;
    padding-bottom: 60px;
    display: flex;
    max-width: 1200px;
    min-height: initial;
}

#section-proaurum.landingpage .left-part {
    width: 50%;
    position: relative;
    left: initial;
}

/* SECTION PROAURUM TWO */
#section-proaurum-two {
    background-color: var(--color-vintage-white);
    min-height: 100vh;
}

#section-proaurum-two > .inside {
    padding-top: 110px;
    padding-bottom: 60px;
    display: flex;
    max-width: 100%;
    min-height: 100vh;
}

#section-proaurum-two > .inside h2 {
    color: var(--color-grey);
    max-width: 600px;
    margin-bottom: 47px;
}

#section-proaurum-two > .inside h2 span {
    max-width: 450px;
    display: inline-block;
}

#section-proaurum-two .right-part {
    width: calc((1200px / 2) - 50px);
    position: relative;
    right: calc((100vw - 1200px) / 2);
}

#section-proaurum-two .right-part p {
    font-size: 1.375rem;
}

#section-proaurum-two .right-part .headline-container p {
    max-width: 740px;
    font-family: 'Roboto', sans-serif;
}

#section-proaurum-two .right-part .headline-container .button {
    margin-top: 30px;
}

#section-proaurum-two .right-part .headline-container .inline-link {
    font-weight: 700;
    color: var(--color-grey);
    text-decoration: underline;
}

#section-proaurum-two .left-part {
    margin-right: auto;
    position: relative;
    width: 50%;
    margin-top: -110px;
    margin-bottom: -60px;
}

#section-proaurum-two .left-part img {
    height: 100%;
    width: auto;
    object-fit: cover;
}


/* SECTION PROAURUM */
#section-info {
    background-color: var(--color-vintage-white);
    min-height: 100vh;
}

#section-info > .inside {
    padding-top: 110px;
    padding-bottom: 60px;
    display: flex;
    max-width: 100%;
    min-height: 100vh;
}

#section-info > .inside h2 {
    color: var(--color-grey);
    max-width: 600px;
    margin-bottom: 47px;
}

#section-info > .inside h2 span {
    max-width: 450px;
    display: inline-block;
}

#section-info .left-part {
    width: calc((1200px / 2) - 50px);
    position: relative;
    left: calc((100vw - 1200px) / 2);
}

#section-info .left-part p {
    font-size: 1.375rem;
}

#section-info .left-part .headline-container p {
    max-width: 740px;
    font-family: 'Roboto', sans-serif;
}

#section-info .left-part .headline-container .button {
    margin-top: 30px;
}

#section-info .left-part .headline-container .inline-link {
    font-weight: 700;
    color: var(--color-grey);
    text-decoration: underline;
}

#section-info .right-part {
    margin-left: auto;
    position: relative;
    width: 50%;
    margin-top: -110px;
    margin-bottom: -60px;
}

#section-info .right-part img {
    height: 100%;
    width: auto;
    object-fit: cover;
}


/* SECTION PARALLAX IMAGE */
#section-parallax-image {
    background-image: url("../img/tresorhaus-aussenansicht.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-attachment: fixed;
    height: 100vh;
}

#section-parallax-image.one {
    background-image: url("../img/tresorhaus-innenansicht-tab-two.jpg");
}

/* SECTION UNABHÄNGIGKEIT */
#section-unabhaengigkeit {
    background-color: var(--color-white);
}

#section-unabhaengigkeit > .inside {
    padding-top: 120px;
    padding-bottom: 80px; 
}

#section-unabhaengigkeit .arrow-down {
    bottom: 60px;
}

#section-unabhaengigkeit .headline-container {
    background-color: var(--color-white);
}

#section-unabhaengigkeit .headline-container h2 {
    color: var(--color-grey);
    margin-bottom: 63px;
}

#section-unabhaengigkeit .text-container {
    display: flex;
    gap: 100px;
}

#section-unabhaengigkeit .text-container p {
    font-size: 1.375rem;
}

#section-unabhaengigkeit .text-container p i {
    font-style: italic;
    font-weight: 400;
}

#section-unabhaengigkeit .text-container .left-part,
#section-unabhaengigkeit .text-container .right-part {
    width: 50%;
}

#section-unabhaengigkeit .inline-link {
    font-weight: 700;
    color: var(--color-grey);
    text-decoration: underline;
    margin-top: 100px;
    display: inline-block;
}

#section-unabhaengigkeit .text-container .right-part img {
    margin-top: 80px;
    width: 100%;
    height: auto;
    margin-bottom: -400px;
}


/* SECTION STANDORT */
#section-standort {
    background-color: var(--color-white);
}

#section-standort > .inside {
    padding-top: 110px;
    padding-bottom: 120px;
}

#section-standort .arrow-down {
    bottom: 60px;
}

#section-standort > .inside .text-container {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

#section-standort > .inside .text-container p {
    font-size: 1.375rem;
}


#section-standort > .inside .text-container .left-part,
#section-standort > .inside .text-container .right-part {
    width: 50%;
}

#section-standort > .inside .text-container .left-part img,
#section-standort > .inside .text-container .right-part img {
    display: block;
}

#section-standort > .inside .text-container .right-part img:first-child {
    margin-bottom: 20px;
}

/* SECTION FAQ */
#section-faq {
    background-color: var(--color-white);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

#section-faq > .inside {
    padding-top: 90px;
    padding-bottom: 80px; 
}

#section-faq .arrow-up {
    bottom: 50px;
}

#section-faq h2 {
    color: var(--color-grey);
}

#section-faq .accordion {
    color: var(--color-grey-dark);
}

#section-faq .accordion-wrapper {
    margin-top: 30px;
}

#section-faq .accordion-wrapper:first-child {
    margin-top: 0;
}

/* #section-faq .accordion::after {
    border-color: transparent transparent var(--color-vintage-white) transparent;
}

#section-faq .accordion.active::after {
    border-color: transparent transparent transparent transparent;
} */

#section-faq > .inside .text-container {
    display: flex;
    gap: 50px;
}

#section-faq > .inside .text-container .left-part,
#section-faq > .inside .text-container .right-part {
    width: 50%;
}

/* KONTAKT */
#section-kontakt {
    background-color: var(--color-vintage-white);
    min-height: calc(100vh - 253px);
}

#section-kontakt > .inside {
    padding-top: 200px;
    padding-bottom: 150px;
}

#section-kontakt > .inside h1 {
    color: var(--color-grey);
}

#section-kontakt > .inside p {
    max-width: 800px;
    font-size: 1.25rem;
}

#section-kontakt.fliesstext {
    background-color: var(--color-white);
}

#section-kontakt.fliesstext > .inside {
    padding-top: 200px;
}

#section-kontakt.background-vintage-white {
    background-color: var(--color-vintage-white);
}

#section-kontakt.background-vintage-white h2 {
    color: var(--color-grey);
    font-size: 2rem;
    line-height: 2rem;
    margin-top: 50px;
}

#section-kontakt.background-vintage-white h3 {
    color: var(--color-grey);
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
    margin-top: 40px;
    max-width: 800px;
    text-wrap: balance;
}

#section-kontakt.background-vintage-white h4 {
    color: var(--color-grey);
    font-size: 1.25rem;
    line-height: 1.25rem;
    margin-bottom: 10px;
    margin-top: 40px;
}

#section-kontakt.background-vintage-white h4:after {
    display: none;
}

#section-kontakt ul {
    max-width: 800px;
    list-style: disc;
    padding-left: 30px;
}

#section-kontakt ul li {
    font-size: 1.25rem;
    font-weight: 300;
    color: var(--color-grey);
}

#section-kontakt.contact-form .row {
    display: flex;
    gap: 30px;
}

#section-kontakt.contact-form .row + .row {
    margin-top: 15px;
}

#section-kontakt.contact-form .row.w100 > .formfield {
    width: 100%;
}

#section-kontakt.contact-form .row.w50 > .formfield {
    width: 50%;
}

#section-kontakt.contact-form label {
    font-size: 1rem;
    color: var(--color-grey);
    font-weight: 300;
}

#section-kontakt.contact-form input,
#section-kontakt.contact-form textarea {
    font-size: 1.25rem;
    color: var(--color-grey);
    font-weight: 500;
    border: 1px solid var(--color-beige);
    padding: 7px 10px;
    border-radius: 5px;
    background-color: var(--color-white);
    width: 100%;
}

#section-kontakt.contact-form textarea {
    min-height: 150px;
}

#section-kontakt.contact-form input:active,
#section-kontakt.contact-form textarea:active,
#section-kontakt.contact-form input:focus,
#section-kontakt.contact-form textarea:focus {
    border: 1px solid var(--color-tresorhaus);
}
  
#section-kontakt.contact-form .privacy label {
    display: inline-block;
    cursor: pointer;
    position: relative;
  }

#section-kontakt.contact-form .privacy label span {
    display: inline-block;
    position: relative;
    background-color: var(--color-white);
    width: 20px;
    height: 20px;
    transform-origin: center;
    border: 1px solid var(--color-beige);
    border-radius: 5px;
    vertical-align: -4px;
    margin-right: 10px;
    transition: background-color 150ms 200ms, transform 350ms cubic-bezier(0.78, -1.22, 0.17, 1.89);
  }

#section-kontakt.contact-form .privacy label span:before {
    content: "";
    width: 0px;
    height: 2px;
    border-radius: 2px;
    background: var(--color-beige);
    position: absolute;
    transform: rotate(45deg);
    top: 10px;
    left: 5px;
    transition: width 50ms ease 50ms;
    transform-origin: 0% 0%;
  }

#section-kontakt.contact-form .privacy label span:after {
    content: "";
    width: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--color-beige);
    position: absolute;
    transform: rotate(305deg);
    top: 13px;
    left: 7px;
    transition: width 50ms ease;
    transform-origin: 0% 0%;
  }

#section-kontakt.contact-form .privacy label:hover span:before {
    width: 5px;
    transition: width 100ms ease;
  }

#section-kontakt.contact-form .privacy label:hover span:after {
    width: 10px;
    transition: width 150ms ease 100ms;
  }
  
  #section-kontakt.contact-form input[type=checkbox] {
    display: none;
  }
  #section-kontakt.contact-form input[type=checkbox]:checked + label span {
    background-color: var(--color-tresorhaus);
    transform: scale(1.1);
    border: 1px solid var(--color-tresorhaus);
  }
  #section-kontakt.contact-form input[type=checkbox]:checked + label span:after {
    width: 10px;
    background: var(--color-white);
    transition: width 150ms ease 100ms;
  }
  #section-kontakt.contact-form input[type=checkbox]:checked + label span:before {
    width: 5px;
    background: var(--color-white);
    transition: width 150ms ease 100ms;
  }
  #section-kontakt.contact-form input[type=checkbox]:checked + label:hover span {
    background-color: var(--color-tresorhaus);
    transform: scale(1.1);
  }
  #section-kontakt.contact-form input[type=checkbox]:checked + label:hover span:after {
    width: 10px;
    background: var(--color-white);
    transition: width 150ms ease 100ms;
  }
  #section-kontakt.contact-form input[type=checkbox]:checked + label:hover span:before {
    width: 5px;
    background: var(--color-white);
    transition: width 150ms ease 100ms;
  }

  #section-kontakt.contact-form input.submit {
    padding: 7px 20px;
    border: 1px solid var(--color-white);
    background-color: var(--color-tresorhaus);
    border-radius: 4px;
    color: var(--color-true-black);
    position: relative;
    margin-top: 30px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    width: auto;
    font-size: 0.875rem;
    transition: all 300ms ease-in-out !important;
  }

  #section-kontakt.contact-form input.submit:hover {
    background-color: var(--color-grey);
    border: 1px solid var(--color-tresorhaus);
    color: var(--color-white);
}

/* SECTION VERSICHERUNGEN */
#section-versicherungen {
    background-color: var(--color-white);
}

#section-versicherungen > .inside {
    padding-top: 120px;
    padding-bottom: 80px; 
}

#section-versicherungen .arrow-down {
    bottom: 60px;
}

#section-versicherungen .headline-container {
    background-color: var(--color-white);
}

#section-versicherungen .headline-container h2 {
    color: var(--color-grey);
    margin-bottom: 63px;
}

#section-versicherungen .text-container {
    display: flex;
    gap: 100px;
}

#section-versicherungen .text-container p {
    font-size: 1.375rem;
}

#section-versicherungen .text-container p i {
    font-style: italic;
    font-weight: 400;
}

#section-versicherungen .text-container .left-part,
#section-versicherungen .text-container .right-part {
    width: 50%;
}

#section-versicherungen .inline-link {
    font-weight: 700;
    color: var(--color-grey);
    text-decoration: underline;
    margin-top: 100px;
    display: inline-block;
}

#section-versicherungen .text-container .right-part img {
    margin-top: 80px;
    width: 100%;
    height: auto;
    margin-bottom: -400px;
}

/* LANDINGPAGE */
#conversation-badge {
    display: inline-block;
    margin-top: 55px !important;
}

#conversation-badge .button {
    margin-top: 0 !important;
}

#section-kontakt.fliesstext h3,
#section-kontakt.fliesstext h4,
#section-kontakt.fliesstext p,
#section-kontakt.fliesstext ul li {
    font-size: 1.375rem;
    line-height: 1.5rem;
    max-width: 800px;
}

#section-kontakt.fliesstext ul li {
    font-family: 'Roboto', sans-serif;
    color: var(--color-grey);
    font-weight: 300;
    max-width: 800px;
}

#section-kontakt.fliesstext ul li::marker {
    content: initial;
}

#section-kontakt.fliesstext ul {
    list-style: disc;
    list-style-type: disc !important;
    padding-left: 20px;
}

#section-kontakt.fliesstext h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-top: 50px;
    margin-bottom: 15px;
}

#section-kontakt.fliesstext h3,
#section-kontakt.fliesstext h4 {
    margin-bottom: 15px;
    margin-top: 20px;
}

#section-kontakt.fliesstext h2:after,
#section-kontakt.fliesstext h3:after,
#section-kontakt.fliesstext h4:after {
    display: none;
}

/* FOOTER */
#footer {
    background-color: var(--color-grey-dark);
    border-top: 2px solid var(--color-tresorhaus);
}

#footer > .inside {
    padding-top: 30px;
    padding-bottom: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.fixed-button {
    content: '';
    width: 70px;
    height: 70px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease-in-out;
    transform: scale(1);
}

.fixed-button:hover {
    transform: scale(1.2);
}

.fixed-button img {
    max-width: 34px;
}

#footer .logo-container img {
    min-width: 212px;
    width: 212px;
    height: auto;
}

#footer .slogan {
    margin-top: 13px;
}

#footer .slogan h4 {
    color: var(--color-white);
    margin-bottom: 0;
    font-size: 2.25rem;
    line-height: 2.25rem;
}

#footer .address-container {
    padding-top: 22px;
}

#footer .address p {
    color: var(--color-white);
    margin-bottom: 0;
    margin-top: 5px;
    font-size: 0.9375rem;
}

#footer .map-container {
    width: 100%;
    max-width: 268px;
    padding-top: 30px;
}

#footer .map-container img {
    display: block;
    width: 100%;
}

#footer .social-media {
    display: flex;
    gap: 10px 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    margin-top: 20px;
}


#footer .social-media .row-one,
#footer .social-media .row-two {
    width: 100%;
    display: flex;
    gap: 10px;
}

#footer .social-media img {
    width: 20px;
    height: auto;
    display: block;
}

#footer .footer-menu {
    margin-top: 27px;
}

#footer .footer-menu a,
#footer .footer-menu span {
    display: block;
    color: var(--color-white);
    text-decoration: underline;
    font-size: 0.9375rem;
    cursor: pointer;
}

#footer .footer-menu span {
    color: var(--color-tresorhaus);
}
