/* =================================================================== 
 *  Haupt Stylesheet
 *  Template Ver. 1.0.0
 *  
 *  ------------------------------------------------------------------
 *
 *  TOC:
 *  # custom block grid STACK breakpoints
 *  # base style overrides
 *    ## links
 *  # typography & general theme styles
 *    ## lists
 *    ## responsive video container
 *    ## floated image
 *    ## tables
 *    ## spacing 
 *  # preloader
 *  # forms
 *    ## style placeholder text
 *    ## change autocomplete styles in Chrome
 *  # buttons
 *  # additional components
 *    ## additional typo styles
 *    ## skillbars
 *    ## alert box
 *    ## pagination
 *  # common and reusable styles
 *    ## events list
 *    ## block list
 *  # site header
 *    ## header logo
 *    ## main navigation
 *    ## mobile menu toggle
 *  # hero
 *    ## hero left bar
 *    ## hero content
 *    ## hero content buttons
 *    ## hero social
 *    ## hero scroll
 *    ## hero animations
 *  # about
 *    ## about content
 *    ## schedule of services
 *  # connect
 *  # events
 *  # current series
 *    ## series image
 *    ## series content
 *    ## series buttons
 *    ## series subscribe
 *  # social
 *  # footer
 *    ## footer logo
 *    ## footer list
 *    ## copyright
 *    ## go to top
 *  # page styles and page components
 *    ## page header
 *    ## page content
 *    ## about page
 *    ## event page
 *
 * =================================================================== */


/* ===================================================================
 * # custom block grid STACK breakpoints
 *
 * ------------------------------------------------------------------- */
@media screen and (max-width:1000px) {
  .block-1000-full > .column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}

@media screen and (max-width:900px) {
  .block-900-full > .column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

}


/* ===================================================================
 * # base style overrides
 *
 * ------------------------------------------------------------------- */
html {
  font-size: 10px;
}

@media screen and (max-width:400px) {
  html {
    font-size: 9.5px;
  }

}

html,
body {
  height: 100%;
}

body {
  background: #121212;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.8;
  color: #000000;
  margin: 0;
  padding: 0;
  position: relative;
}

/* ------------------------------------------------------------------- 
 * ## links
 * ------------------------------------------------------------------- */
a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #037c82;
}

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

/* ===================================================================
 * # typography & general theme styles
 * 
 * ------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  /*margin-top: 6rem;*/
  margin-bottom: 1.6rem;
}

@media screen and (max-width:600px) {
  h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
    margin-top: 5.6rem;
  }

}

h5, .h5, h6, .h6 {
  margin-top: 4.8rem;
  margin-bottom: 1.2rem;
}

@media screen and (max-width:600px) {
  h5, .h5, h6, .h6 {
    margin-top: 4.4rem;
    margin-bottom: 0.8rem;
  }

}

h1, .h1 {
  font-size: 3.6rem;
  line-height: 1.222;
}

@media screen and (max-width:600px) {
  h1, .h1 {
    font-size: 3.3rem;
  }

}

h2,
.h2 {
  font-size: 3.2rem;
  line-height: 1.25;
}

h3, .h3 {
  font-size: 2.4rem;
  line-height: 1.167;
}

h4, .h4 {
  font-size: 2.1rem;
  line-height: 1.333;
}

h5, .h5 {
  font-size: 1.8rem;
  line-height: 1.333;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .3rem;
}

p img {
  margin: 0;
}

p.lead-white {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.857;
  margin-bottom: 3.6rem;
  color: #ffffff;
}

p.lead-white-half {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.857;
  margin-bottom: 3.6rem;
  color: #ffffff;
}

p.lead {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.857;
  margin-bottom: 3.6rem;
  color: #000000;
}

p.lead-half {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.857;
  margin-bottom: 3.6rem;
  color: #000000;
}

@media screen and (max-width:1200px) {
  p.lead {
    font-size: 2.6rem;
  }

}

@media screen and (max-width:600px) {
  p.lead {
    font-size: 2.2rem;
  }

}

.text-yellow,
.text-yellow a {
    color: #f7252b!important;
    text-decoration: none;
}

.text-yellow a:hover {
    color: #e42025; 
}

em,
i,
strong,
b {
  font-size: inherit;
  line-height: inherit;
}

em,
i {
  font-family: "Roboto", sans-serif;
  font-style: italic;
}

strong,
b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  line-height: inherit;
}

blockquote {
  margin: 4rem 0;
  padding: 4rem 4rem;
  border-left: 4px solid black;
  position: relative;
}

@media screen and (max-width:600px) {
  blockquote {
    padding: 3.2rem 3.2rem;
  }

}

@media screen and (max-width:400px) {
  blockquote {
    padding: 2.8rem 2.8rem;
  }

}

blockquote p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  padding: 0;
  font-size: 2.8rem;
  line-height: 1.857;
  color: #000000;
}

@media screen and (max-width:1200px) {
  blockquote p {
    font-size: 2.6rem;
  }

}

@media screen and (max-width:600px) {
  blockquote p {
    font-size: 2.2rem;
  }

}

blockquote cite {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1.333;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite,
blockquote cite a,
blockquote cite a:visited {
  color: #646464;
  border: none;
}

abbr {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-variant: small-caps;
  text-transform: lowercase;
  letter-spacing: .05rem;
  color: #646464;
}

var,
kbd,
samp,
code,
pre {
  font-family: Consolas, "Andale Mono", Courier, "Courier New", monospace;
}

pre {
  padding: 2.4rem 3.2rem 3.2rem;
  background: #efefef;
  overflow-x: auto;
}

code {
  font-size: 1.4rem;
  margin: 0 .2rem;
  padding: .4rem .8rem;
  white-space: nowrap;
  background: #efefef;
  border: 1px solid #d3d3d3;
  color: #000000;
  border-radius: 3px;
}

pre > code {
  display: block;
  white-space: pre;
  line-height: 2;
  padding: 0;
  margin: 0;
}

pre.prettyprint > code {
  border: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
  text-decoration: none;
}

mark {
  background: #fff099;
  color: #000000;
}

hr {
  border: solid #e0e0e0;
  border-width: 1px 0 0;
  clear: both;
  margin: 8rem 0 9.6rem;
  height: 0;
}

/* ------------------------------------------------------------------- 
 * ## lists
 * ------------------------------------------------------------------- */
ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  display: list-item;
}

ol,
ul {
  margin-left: 1.6rem;
}

ul li {
  padding-left: .4rem;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: .8rem 0 .8rem 1.6rem;
}

ul.disc li {
  display: list-item;
  list-style: none;
  padding: 0 0 0 .8rem;
  position: relative;
}

ul.disc li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000000;
  position: absolute;
  left: -16px;
  top: 11px;
  vertical-align: middle;
}

dt {
  margin: 0;
  color: #000000;
}

dd {
  margin: 0 0 0 2rem;
}

/* ------------------------------------------------------------------- 
 * ## responsive video container
 * ------------------------------------------------------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------------------------------- 
 * ## floated image
 * ------------------------------------------------------------------- */
img.h-pull-right {
  margin: 1.2rem 0 1.2rem 2.8rem;
}

img.h-pull-left {
  margin: 1.2rem 2.8rem 1.2rem 0;
}

/* ------------------------------------------------------------------- 
 * ## tables
 * ------------------------------------------------------------------- */
table {
  border-width: 0;
  width: 100%;
  max-width: 100%;
  font-family: "Roboto", sans-serif;
  border-collapse: collapse;
}

th,
td {
  padding: 1.5rem 3.2rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

th {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ------------------------------------------------------------------- 
 * ## spacing
 * ------------------------------------------------------------------- */
button,
.bttn {
  margin-bottom: 1.6rem;
}

fieldset {
  margin-bottom: 1.6rem;
}

input,
textarea,
select,
pre,
blockquote,
figure,
table,
p,
ul,
ol,
dl,
form,
.video-container,
.ss-custom-select {
  margin-bottom: 3.2rem;
}


/* ===================================================================
 * # preloader
 *
 * ------------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #121212;
  z-index: 500;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  padding: 0;
  display: inline-block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

#loader > div {
  content: "";
  background: #ffffff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

#loader > div:nth-of-type(1) {
  left: 15px;
}

#loader > div:nth-of-type(3) {
  left: -15px;
}

/* dots jump */
.dots-jump > div {
  -webkit-animation: dots-jump 1.2s infinite ease;
  animation: dots-jump 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-jump > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-jump > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

@keyframes dots-jump {
  0% {
    top: 0;
  }

  40% {
    top: -6px;
  }

  80% {
    top: 0;
  }

}

/* dots fade */
.dots-fade > div {
  -webkit-animation: dots-fade 1.6s infinite ease;
  animation: dots-fade 1.6s infinite ease;
  animation-delay: 0.4s;
}

.dots-fade > div:nth-of-type(1) {
  animation-delay: 0.8s;
}

.dots-fade > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

@keyframes dots-fade {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 0.2;
  }

  80% {
    opacity: 1;
  }

}

/* dots pulse */
.dots-pulse > div {
  -webkit-animation: dots-pulse 1.2s infinite ease;
  animation: dots-pulse 1.2s infinite ease;
  animation-delay: 0.2s;
}

.dots-pulse > div:nth-of-type(1) {
  animation-delay: 0.4s;
}

.dots-pulse > div:nth-of-type(3) {
  animation-delay: 0s;
}

@-webkit-keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}

@keyframes dots-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(1.1);
    transform: scale(1.3);
  }

  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

}


/* ===================================================================
 * # forms
 *
 * ------------------------------------------------------------------- */
fieldset {
  border: none;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  display: block;
  height: 5.5rem;
  padding: 1.8rem 0 1.5rem;
  border: 0;
  outline: none;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  max-width: 100%;
  background: transparent;
  border-bottom: 1px solid #d3d3d3;
  transition: all .3s ease-in-out;
}

.ss-custom-select {
  position: relative;
  padding: 0;
}

.ss-custom-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  margin: 0;
  line-height: 3rem;
  vertical-align: middle;
}

.ss-custom-select select option {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ss-custom-select select::-ms-expand {
  display: none;
}

.ss-custom-select::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  margin-top: -7px;
  pointer-events: none;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transition: all 0.15s ease-in-out;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

textarea {
  min-height: 25.6rem;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  color: #000000;
  border-bottom: 1px solid #000000;
}

label,
legend {
  font-family: "Roboto", sans-serif;
  /*font-weight: 700;*/
  font-size: 1.4rem;
  margin-bottom: .8rem;
  line-height: 1.714;
  color: #000000;
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
}

label > .label-text {
  display: inline-block;
  margin-left: 1rem;
  font-family: "Roboto", sans-serif;
  line-height: inherit;
}

label > input[type="checkbox"],
label > input[type="radio"] {
  margin: 0;
  position: relative;
  top: .2rem;
}

/* ------------------------------------------------------------------- 
 * ## style placeholder text
 * ------------------------------------------------------------------- */
::-webkit-input-placeholder {

  /* WebKit, Blink, Edge */
  color: #8c8c8c;
}

:-moz-placeholder {

  /* Mozilla Firefox 4 to 18 */
  color: #8c8c8c;
  opacity: 1;
}

::-moz-placeholder {

  /* Mozilla Firefox 19+ */
  color: #8c8c8c;
  opacity: 1;
}

:-ms-input-placeholder {

  /* Internet Explorer 10-11 */
  color: #8c8c8c;
}

::-ms-input-placeholder {

  /* Microsoft Edge */
  color: #8c8c8c;
}

::placeholder {

  /* Most modern browsers support this now. */
  color: #8c8c8c;
}

.placeholder {
  color: #8c8c8c !important;
}

/* ------------------------------------------------------------------- 
 * ## change autocomplete styles in Chrome
 * ------------------------------------------------------------------- */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000;
  transition: background-color 5000s ease-in-out 0s;
}


/* ===================================================================
 * # buttons
 *
 * ------------------------------------------------------------------- */

.floating-buttons {
    position: fixed;
    right: 20px;
    top: 31%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 1000;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #e42025;
    border: solid 2px #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.floating-btn:hover {
    background-color: #8c1b1c;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.floating-btn svg {
    width: 28px;
    height: 28px;
    fill: #fff;
}

.btn {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn.btn-main {
    background-color: #e42025;
    color: #000;
}

.btn.btn-main:hover {
    color: #000;
    background-color: #3a3d45;
}

.btn.btn-main, .btn.btn-main:hover, .btn.btn-main:focus, .btn.btn-main:active {
    color: #000;
}

.btn.btn-clean {
    background-color: transparent;
    border-color: white;
    color: white !important;
}

.btn.btn-clean:hover {
    background-color: white;
    border-color: white;
    color: black !important;
}

.btn.btn-clean-dark {
    background-color: transparent;
    border-color: rgba(58, 61, 69, 0.5);
    color: #3a3d45 !important;
}

.btn.btn-clean-dark:hover {
    background-color: #3a3d45;
    border-color: #3a3d45;
    color: white !important;
}

.btn.btn-add {
    background: transparent;
    position: absolute;
    overflow: hidden;
    color: white;
    bottom: 0;
    right: 0;
    border: 0;
    width: 100px;
    height: 100px;
    font-size: 19px;
    cursor: pointer;
    z-index: 9;
}

.btn.btn-add:hover {
    color: white;
}

.btn.btn-add:hover:before {
    background-color: #000000;
}

.btn.btn-add .icon {
    position: absolute;
    bottom: 17px;
    right: 17px;
}

.btn.btn-add:before {
    background-color: #e42025;
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    top: 0%;
    left: 50%;
    z-index: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn.btn-buy {
    background-color: #e42025;
    color: white;
    position: absolute;
    padding: 0;
    right: 10px;
    top: 0;
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 20;
}

.btn.btn-buy:after, .btn.btn-buy:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 80px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-buy:before {
    font-family: 'LinearIcons';
    content: "\e82e";
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn.btn-buy:after {
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    content: attr(data-text);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn.btn-buy:hover:before {
    font-family: 'LinearIcons';
    content: "\e82e";
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.btn.btn-buy:hover:after {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bttn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  text-transform: uppercase;
  /*height: 6rem;*/
  line-height: 5.6rem;
  /*padding: 0 3.2rem;*/
  margin: 0 .4rem 1.6rem 0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s ease-in-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #272727;
  border: 0.2rem solid #272727;
}

.bttn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.bttn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
  outline: 0;
}

/* button primary
 * ------------------------------------------------- */
.bttn.bttn--primary,
button.bttn--primary,
input[type="submit"].bttn--primary,
input[type="reset"].bttn--primary,
input[type="button"].bttn--primary {
  background: #000000;
  border-color: #000000;
  color: #000;
}

.bttn.bttn--primary:hover,
button.bttn--primary:hover,
input[type="submit"].bttn--primary:hover,
input[type="reset"].bttn--primary:hover,
input[type="button"].bttn--primary:hover,
.bttn.bttn--primary:focus,
button.bttn--primary:focus,
input[type="submit"].bttn--primary:focus,
input[type="reset"].bttn--primary:focus,
input[type="button"].bttn--primary:focus {
  background: #000;
  border-color: #000000;
  color: #fff;
}

/* button secondary
 * ------------------------------------------------- */
.bttn.bttn--secondary,
button.bttn--secondary,
input[type="submit"].bttn--secondary,
input[type="reset"].bttn--secondary,
input[type="button"].bttn--secondary {
  background: #000000;
  border-color: #000000;
  color: #fff;
}

.bttn.bttn--secondary:hover,
button.bttn--secondary:hover,
input[type="submit"].bttn--secondary:hover,
input[type="reset"].bttn--secondary:hover,
input[type="button"].bttn--secondary:hover,
.bttn.bttn--secondary:focus,
button.bttn--secondary:focus,
input[type="submit"].bttn--secondary:focus,
input[type="reset"].bttn--secondary:focus,
input[type="button"].bttn--secondary:focus {
  background: #e42025;
  border-color: #000000;
  color: #fff;
}

/* button modifiers
 * ------------------------------------------------- */
.bttn.h-full-width,
button.h-full-width {
  width: 100%;
  margin-right: 0;
}

.bttn.h-half-width,
button.h-half-width {
  width: 45%;
  margin-right: 0;
}

.bttn--small,
button.bttn--small {
  height: 5.6rem !important;
  line-height: 5.2rem !important;
}

.bttn--medium,
button.bttn--medium {
  height: 6.4rem !important;
  line-height: 6rem !important;
}

.bttn--large,
button.bttn--large {
  height: 6.8rem !important;
  line-height: 6.4rem !important;
}

.bttn--stroke,
button.bttn--stroke {
  background: transparent !important;
  border: 0.2rem solid #000000;
  color: #000000;
}

.bttn--stroke:hover,
button.bttn--stroke:hover {
  background: #000000 !important;
  border: 0.2rem solid #000000;
  color: #ffffff;
}

.bttn--pill,
button.bttn--pill {
  padding-left: 3.2rem !important;
  padding-right: 3.2rem !important;
  border-radius: 1000px !important;
}

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


/* =================================================================== 
 * # additional components
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## additional typo styles
 * ------------------------------------------------------------------- */
.drop-cap:first-letter {
  float: left;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.6em;
  line-height: 1;
  padding: 0 0.125em 0 0;
  text-transform: uppercase;
  background: transparent;
  color: #000000;
}

/* line definition style 
 * ----------------------------------------------- */
.lining dt,
.lining dd {
  display: inline;
  margin: 0;
}

.lining dt + dt:before,
.lining dd + dt:before {
  content: "\A";
  white-space: pre;
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd + dd:before {
  content: ", ";
}

.lining dd:before {
  content: ": ";
  margin-left: -0.2em;
}

/* dictionary definition style 
 * ----------------------------------------------- */
.dictionary-style dt {
  display: inline;
  counter-reset: definitions;
}

.dictionary-style dt + dt:before {
  content: ", ";
  margin-left: -0.2em;
}

.dictionary-style dd {
  display: block;
  counter-increment: definitions;
}

.dictionary-style dd:before {
  content: counter(definitions, decimal) ". ";
}

/** 
 * Pull Quotes
 * -----------
 * markup:
 *
 * <aside class="pull-quote">
 *    <blockquote>
 *      <p></p>
 *    </blockquote>
 *  </aside>
 *
 * --------------------------------------------------------------------- */
.pull-quote {
  position: relative;
  padding: 2.4rem 0;
}

.pull-quote blockquote {
  background-color: #efefef;
  border: none;
  margin: 0;
  padding-top: 9.6rem;
  position: relative;
}

.pull-quote blockquote:before {
  content: "";
  display: block;
  height: 3.2rem;
  width: 3.2rem;
  background-repeat: no-repeat;
  background: center center;
  background-size: contain;
  background-image: url(../images/icons/icon-quote.svg);
  position: absolute;
  top: 4rem;
  left: 4rem;
}

/** 
 * Stats Tab
 * ---------
 * markup:
 *
 * <ul class="stats-tabs">
 *    <li><a href="#">[value]<em>[name]</em></a></li>
 *  </ul>
 *
 * Extend this object into your markup.
 *
 * --------------------------------------------------------------------- */
.stats-tabs {
  padding: 0;
  margin: 3.2rem 0;
}

.stats-tabs li {
  display: inline-block;
  margin: 0 1.6rem 3.2rem 0;
  padding: 0 1.5rem 0 0;
  border-right: 1px solid #d3d3d3;
}

.stats-tabs li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.stats-tabs li a {
  display: inline-block;
  font-size: 2.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: none;
  color: #000000;
}

.stats-tabs li a:hover {
  color: #000000;
}

.stats-tabs li a em {
  display: block;
  margin: .8rem 0 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: normal;
  color: #646464;
}

/* ------------------------------------------------------------------- 
 * ## skillbars
 * ------------------------------------------------------------------- */
.skill-bars {
  list-style: none;
  margin: 6.8rem 0 3.2rem;
}

.skill-bars li {
  height: .4rem;
  background: #c3c3c3;
  width: 100%;
  margin-bottom: 6.8rem;
  padding: 0;
  position: relative;
}

.skill-bars li strong {
  position: absolute;
  left: 0;
  top: -4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: .2rem;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.skill-bars li .progress {
  background: #000000;
  position: relative;
  height: 100%;
}

.skill-bars li .progress span {
  position: absolute;
  right: 0;
  top: -3.6rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  background: #000000;
  padding: .8rem .8rem;
  border-radius: 3px;
}

.skill-bars li .progress span::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #000000;
  content: "";
}

.skill-bars li .percent5 {
  width: 5%;
}

.skill-bars li .percent10 {
  width: 10%;
}

.skill-bars li .percent15 {
  width: 15%;
}

.skill-bars li .percent20 {
  width: 20%;
}

.skill-bars li .percent25 {
  width: 25%;
}

.skill-bars li .percent30 {
  width: 30%;
}

.skill-bars li .percent35 {
  width: 35%;
}

.skill-bars li .percent40 {
  width: 40%;
}

.skill-bars li .percent45 {
  width: 45%;
}

.skill-bars li .percent50 {
  width: 50%;
}

.skill-bars li .percent55 {
  width: 55%;
}

.skill-bars li .percent60 {
  width: 60%;
}

.skill-bars li .percent65 {
  width: 65%;
}

.skill-bars li .percent70 {
  width: 70%;
}

.skill-bars li .percent75 {
  width: 75%;
}

.skill-bars li .percent80 {
  width: 80%;
}

.skill-bars li .percent85 {
  width: 85%;
}

.skill-bars li .percent90 {
  width: 90%;
}

.skill-bars li .percent95 {
  width: 95%;
}

.skill-bars li .percent100 {
  width: 100%;
}

/* ------------------------------------------------------------------- 
 * ## alert box
 * ------------------------------------------------------------------- */
.alert-box {
  padding: 2.4rem 4rem 2.4rem 3.2rem;
  position: relative;
  margin-bottom: 3.2rem;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.6;
}

.alert-box__close {
  position: absolute;
  display: block;
  right: 1.6rem;
  top: 1.6rem;
  cursor: pointer;
  width: 12px;
  height: 12px;
}

.alert-box__close::before,
.alert-box__close::after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 2px;
  height: 12px;
  top: 0;
  left: 5px;
}

.alert-box__close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert-box__close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.alert-box--error {
  background-color: #ffd1d2;
  color: #dd4043;
}

.alert-box--error .alert-box__close::before,
.alert-box--error .alert-box__close::after {
  background-color: #dd4043;
}

.alert-box--success {
  background-color: #c8e675;
  color: #637533;
}

.alert-box--success .alert-box__close::before,
.alert-box--success .alert-box__close::after {
  background-color: #637533;
}

.alert-box--info {
  background-color: #d5ebfb;
  color: #387fb2;
}

.alert-box--info .alert-box__close::before,
.alert-box--info .alert-box__close::after {
  background-color: #387fb2;
}

.alert-box--notice {
  background-color: #fff099;
  color: #827217;
}

.alert-box--notice .alert-box__close::before,
.alert-box--notice .alert-box__close::after {
  background-color: #827217;
}

/* -------------------------------------------------------------------
 * ## pagination
 * ------------------------------------------------------------------- */
.pgn {
  margin: 3.2rem auto 3.2rem;
  text-align: center;
}

.pgn ul {
  display: inline-block;
  list-style: none;
  margin-left: 0;
  position: relative;
  padding: 0 6rem;
}

.pgn ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.pgn__num {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 3.2rem;
  display: inline-block;
  padding: .2rem 1.2rem;
  height: 3.6rem;
  margin: .2rem .2rem;
  color: #000000;
  transition: all, .3s, ease-in-out;
}

.pgn__num:hover {
  background: #e0e0e0;
  color: #000000;
}

.pgn .current,
.pgn .current:hover {
  background-color: #000000;
  color: white;
}

.pgn .inactive,
.pgn .inactive:hover {
  opacity: 0.4;
  cursor: default;
}

.pgn__prev,
.pgn__next {
  display: block;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center;
  height: 3.6rem;
  width: 4.8rem;
  line-height: 2rem;
  padding: 0;
  margin: 0;
  opacity: 1;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  transition: all, .2s, ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.pgn__prev:hover,
.pgn__next:hover {
  background-color: #e0e0e0;
}

.pgn__prev {
  background-image: url("../images/icons/icon-arrow-left.svg");
  left: 0;
}

.pgn__next {
  background-image: url("../images/icons/icon-arrow-right.svg");
  right: 0;
}

.pgn__prev.inactive,
.pgn__next.inactive {
  opacity: 0.4;
  cursor: default;
}

.pgn__prev.inactive:hover,
.pgn__next.inactive:hover {
  background-color: transparent;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * pagination
 * ------------------------------------------------------------------- */
@media screen and (max-width:600px) {
  .pgn ul {
    padding: 0 5.2rem;
  }

}


/* ===================================================================
 * # common and reusable styles
 *
 * ------------------------------------------------------------------- */
.wide {
  max-width: 1400px;
}

.wider {
  max-width: 1600px;
}

.narrow {
  max-width: 930px;
}

.subhead {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: .3rem;
  color: #e42025;
  margin-top: 0;
  margin-bottom: .4rem;
  margin-left: 4px;
}

.display-1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.222;
  margin-top: 0;
  margin-bottom: 2.8rem;
}

/* ------------------------------------------------------------------- 
 * ## events list
 * ------------------------------------------------------------------- */
.events-list .column:nth-child(2n+1) {
  padding-right: 2.4vw;
}

.events-list .column:nth-child(2n+2) {
  padding-left: 2.4vw;
}

.events-list__item {
  margin-bottom: 4rem;
  min-height: 600px;
  display: flex;
  flex-direction: column;
}

.events-list__item p {
  flex-grow: 1;
}

.events-list__item .image-slider {
  margin-top: auto;
}

.events-list__item-title a {
  color: #000000;
  border-bottom: 1px solid transparent;
}

.events-list__item-title a:hover,
.events-list__item-title a:focus {
  color: #000000;
  border-bottom: 1px solid #000000;
}

.events-list__meta {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.667;
  text-transform: uppercase;
  letter-spacing: .25rem;
  color: #000000;
  margin-left: 0;
  border-top: 1px solid #e0e0e0;
}

.events-list__meta li {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 2rem;
  padding-left: 4.8rem;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
}

.events-list__meta li::before {
  content: "";
  display: block;
  height: 2.1rem;
  width: 2.1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 1.8rem;
  left: .8rem;
}

.events-list__meta .events-list__meta-date::before {
  background-image: url(../images/icons/icon-calendar.svg);
}

.events-list__meta .events-list__meta-time::before {
  background-image: url(../images/icons/icon-time.svg);
}

.events-list__meta .events-list__meta-location::before {
  background-image: url(../images/icons/icon-location.svg);
  height: 2.6rem;
  width: 2.6rem;
}

/* ------------------------------------------------------------------- 
 * ## block list
 * ------------------------------------------------------------------- */
.block-list {
  margin-top: 6.4rem;
  counter-reset: ctr;
}

.block-list h1,
.block-list h2,
.block-list h3,
.block-list h4,
.block-list h5,
.block-list h6 {
  margin-top: 0;
}

.block-list__item {
  margin-bottom: 3.2rem;
}

.block-list__title-with-num {
  padding-left: 6.2rem;
  margin-bottom: 3.2rem;
  position: relative;
}

.block-list__title-with-num::before {
  content: counter(ctr);
  counter-increment: ctr;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #000000;
  height: 4.8rem;
  width: 4.8rem;
  line-height: 4.8rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -1rem;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * common and reusable styles
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
  .display-1 {
    font-size: 3.2rem;
  }

}

@media screen and (max-width:1000px) {
  .events-list .column:nth-child(2n+1) {
    padding-right: 2.2vw;
  }

  .sidebar-toggle {
    display: hidden;
  }

  .events-list .column:nth-child(2n+2) {
    padding-left: 2.2vw;
  }

}

@media screen and (max-width:900px) {
  .events-list .column:nth-child(2n+1) {
    padding-right: 16px;
  }

  .events-list__item {
    min-height: auto;
  }

  .events-list .column:nth-child(2n+2) {
    padding-left: 16px;
  }

}

@media screen and (max-width:600px) {
  .events-list .column:nth-child(2n+1) {
    padding-right: 10px;
  }

  .events-list .column:nth-child(2n+2) {
    padding-left: 10px;
  }

}

@media screen and (max-width:400px) {
  .events-list .column:nth-child(2n+1) {
    padding-right: 0;
  }

  .events-list .column:nth-child(2n+2) {
    padding-left: 0;
  }

}


/* ===================================================================
 * # NEUE NAVIGATION
 *
 * ------------------------------------------------------------------- */

/* -------------------------------------------------------------------
 * ## Navbar (Desktop > 1280px)
 * ------------------------------------------------------------------- */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 4rem;
}

/* -------------------------------------------------------------------
 * ## Logo
 * ------------------------------------------------------------------- */
.logo {
  display: flex;
  align-items: center;
}

.logo a {
  display: block;
}

.logo img {
  width: 300px;
  height: auto;
}

/* -------------------------------------------------------------------
 * ## Desktop Navigation
 * ------------------------------------------------------------------- */
.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.nav-menu li {
  position: relative;
}

.nav-menu li a {
  display: block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.3px;
  padding: 12px 20px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-menu .submenu li a:hover {
    background: rgba(228, 32, 37, 1)!important;
    color: #000;
    padding-left: 45px;
  }

/* -------------------------------------------------------------------
 * ## Right Side Controls
 * ------------------------------------------------------------------- */
.nav-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* -------------------------------------------------------------------
 * ## Hamburger Button (Mobile)
 * ------------------------------------------------------------------- */
.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.hamburger .bar {
  width: 25px;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
}

.hamburger.active .bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.hamburger.active .bar:nth-child(2) {
  opacity: 0;
}

.hamburger.active .bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* -------------------------------------------------------------------
 * ## Divider Line
 * ------------------------------------------------------------------- */
.nav-divider {
  width: 1px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.3);
}

/* -------------------------------------------------------------------
 * ## Sidebar Toggle Button
 * ------------------------------------------------------------------- */
.sidebar-toggle {
  width: 32px;
  height: 32px;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  padding: 15px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sidebar-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}

.sidebar-toggle:active {
  transform: scale(0.95);
}

.sidebar-toggle .relative {
  position: relative;
}

.sidebar-toggle .flex {
  display: flex;
}

.sidebar-toggle .items-center {
  align-items: center;
}

.sidebar-toggle .justify-center {
  justify-content: center;
}

/* -------------------------------------------------------------------
 * ## Submenu 
 * ------------------------------------------------------------------- */
.nav-menu li.has-submenu > a::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 8px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #fff;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.nav-menu li.has-submenu:hover > a::after {
  transform: rotate(180deg);
}

.nav-menu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #000000;
  width: 240px;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1001;
}

.nav-menu li.has-submenu:hover .submenu {
  opacity: 1;
  visibility: visible;
}

.nav-menu .submenu li {
  width: 100%;
}

.nav-menu .submenu li a {
  padding: 12px 20px;
  border-bottom: none;
  font-size: 1.4rem;
  transition: all 0.3s ease;
}

.nav-menu .submenu li a:hover {
  background: rgba(228, 32, 37, 1);
  color: #000;
  padding-left: 25px;
}

/* -------------------------------------------------------------------
 * ## Overlay
 * ------------------------------------------------------------------- */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1050;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* -------------------------------------------------------------------
 * ## Right Sidebar
 * ------------------------------------------------------------------- */
.sidebar {
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 1100;
  overflow-y: auto;
}

.sidebar.active {
  right: 0;
}

.sidebar-close {
  font-family: "Montserrat", sans-serif;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 32px;
  background: none;
  border: none;
  color: #666;
  cursor: pointer;
  transition: color 0.3s ease;
}

.sidebar-close:hover {
  background: none;
  color: #000;
}

.sidebar-content {
  padding: 60px 30px 30px;
}

.sidebar-content h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  margin-bottom: 30px;
  color: #000;
}

.sidebar-info-block {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.sidebar-info-block:last-child {
  border-bottom: none;
}

.sidebar-info-block h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  color: #000;
  margin-bottom: 10px;
  margin-top: 0;
}

.sidebar-info-block p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* ------------------------------------------------------------------- 
 * responsive: Mobile (1280px)
 * ------------------------------------------------------------------- */
@media screen and (max-width: 1280px) {
  .nav-menu {
    position: fixed;
    right: -100%;
    top: 80px;
    flex-direction: column;
    background-color: #000000;
    width: 300px;
    height: calc(100% - 80px);
    transition: right 0.3s ease;
    overflow-y: auto;
    gap: 0;
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-menu li {
    width: 100%;
  }

  .nav-menu li a {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hamburger {
    display: flex;
  }

  /* Submenu Mobile */
  .nav-menu .submenu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.05);
    padding: 0;
  }

  .nav-menu li.has-submenu.active .submenu {
    max-height: 500px;
  }

  .nav-menu .submenu li a {
    padding: 12px 20px 12px 40px;
    font-size: 1.4rem;
  }

  .nav-menu .submenu li a:hover {
    background: rgba(255, 255, 255, 0.08);
    padding-left: 45px;
  }

  .sidebar {
    width: 100%;
    right: -100%;
  }
}


/* ===================================================================
 * # hero
 * ------------------------------------------------------------------- */
.s-hero {
  width: 100%;
  height: 100vh;
  min-height: 82rem;
  overflow: hidden;
  background-color: transparent;
  position: relative;
}

.s-hero::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #050505;*/
  opacity: .2;
}

.no-js .s-hero {
  background: #000000;
}

/* -------------------------------------------------------------------
 * ## hero left bar
 * ------------------------------------------------------------------- */
.hero-left-bar {
  height: 100%;
  width: 8rem;
  background-color: #e42025;
  opacity: .9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* -------------------------------------------------------------------
 * ## hero content
 * ------------------------------------------------------------------- */
.hero-content {
  height: 100%;
  max-width: 1400px;
  padding-top: 15vh;
  padding-bottom: 18vh;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
}

.hero-content__text {
  position: relative;
}

.hero-content h1 {
  font-weight: 700;
  font-size: 7.6rem;
  line-height: 1.263;
  letter-spacing: 0;
  color: #000;
  /*color: #ffffff;*/
  margin-top: 0;
  margin-right: 350px;
  padding-top: 3.2rem;
  position: relative;
}

.hero-content h1::before {
  display: block;
  content: "";
  height: 2px;
  width: 10rem;
  background-color: #e42025;
  position: absolute;
  top: 0;
  left: .8rem;
}

/* -------------------------------------------------------------------
 * ## hero content buttons
 * ------------------------------------------------------------------- */
.hero-content__buttons {
  position: absolute;
  right: 3rem;
  bottom: 3.2rem;
}

.hero-content__buttons .bttn {
  display: block;
  border-color: #000;
  color: #000;
  width: 32rem;
  margin-right: 0;
}

.hero-content__buttons .bttn:hover,
.hero-content__buttons .bttn:focus {
  background-color: #e42025 !important;
  color: #fff!important;
}

/* -------------------------------------------------------------------
 * ## hero content buttons aside
 * ------------------------------------------------------------------- */
.hero-content__buttons-aside {
  position: absolute;
  right: 1.5rem;
  bottom: 3.2rem;
}

.hero-content__buttons-aside .bttn {
  display: block;
  border-color: #000;
  color: #000;
  width: 32rem;
  margin-right: 0;
}

.hero-content__buttons-aside .bttn:hover,
.hero-content__buttons-aside .bttn:focus {
  background-color: #e42025 !important;
  color: #000;
}

/* -------------------------------------------------------------------
 * ## hero content buttons more
 * ------------------------------------------------------------------- */

.hero-content__buttons_more {
  display: none;
  position: absolute;
  right: 60rem;

}

.hero-content__buttons_more .bttn {
  display: block;
  background-color: #000 !important;
  border-color: #000;
  color: #fff;
  width: 32rem;
  margin-right: 0;
}

.hero-content__buttons_more .bttn:hover,
.hero-content__buttons_more .bttn:focus {
  background-color: #e42025 !important;
  color: #000;
}

/* ------------------------------------------------------------------- 
 * ## hero social
 * ------------------------------------------------------------------- */

.hero-social {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  line-height: 4.8rem;
  text-transform: uppercase;
  letter-spacing: .4rem;
  color: #000;
  margin: 0;
  position: absolute;
  bottom: 4.8rem;
  left: 0px;
  -webkit-transform: rotate(-90deg) translate3d(0, 6.2rem, 0);
  transform: rotate(-90deg) translate3d(0, 6.2rem, 0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.hero-social a {
  color: rgba(0, 0, 0, 0.3);
  transition: all .5s;
  color: #fff!important;
}

.hero-social a:hover {
  color: #000;
  font-weight: 600;
}

.hero-social__title {
  color: #fff!important;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: none;
  letter-spacing: 0;
  padding-right: 4rem;
  margin-right: .8rem;
  position: relative;
}

.hero-social__title::after {
  display: block;
  content: "";
  width: 2.4rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  right: 0;
  top: 50%;
}

.hero-social li {
  display: inline-block;
  margin-right: 1.2rem;
  position: relative;
}

.hero-social li a {
  display: block;
}

.hero-social li:last-child {
  margin-right: 0;
}

/* ------------------------------------------------------------------- 
 * ## hero scroll
 * ------------------------------------------------------------------- */
.hero-scroll {
  position: absolute;
  right: 6rem;
  bottom: 0;
  -webkit-transform: rotate(-90deg) translate3d(100%, 50%, 0);
  transform: rotate(-90deg) translate3d(100%, 50%, 0);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

.hero-scroll .scroll-link {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 13px;
  /*text-transform: uppercase;*/
  /*letter-spacing: .2rem;*/
  text-align: left;
  /*color: #ffffff;*/
  color: #000;
  padding-left: 9rem;
  position: relative;
}

.hero-scroll .scroll-link:hover,
.hero-scroll .scroll-link:focus {
  color: #e42025;
}

.hero-scroll::before {
  display: block;
  content: "";
  background-color: rgba(228, 32, 37, 1);
  width: 74px;
  height: 1px;
  position: absolute;
  left: 0;
  top: calc(50% + 2px);
}

/* animate .hero-content
 * ------------------------------------------------------------------- */

html.ss-preload .hero-content {
  opacity: 0;
}

html.ss-loaded .hero-content {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

html.no-csstransitions .hero-content {
  opacity: 1;
}

/* ------------------------------------------------------------------- 
 * ## hero animations
 * ------------------------------------------------------------------- */

/* fade in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

@keyframes fadeIn {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

}

/* fade out */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

}

@keyframes fadeOut {
  from {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

}

/* ------------------------------------------------------------------- 
 * responsive:
 * hero
 * ------------------------------------------------------------------- */
@media screen and (max-width:1700px) {

  .hero-content p {
    margin-left: 4rem;
  }

  .hero-content h1 {
    margin-left: 4rem;
  }

}

@media screen and (max-width:1600px) {
  
  .hero-content p {
    margin-left: 4rem;
  }

  .hero-content h1 {
    margin-left: 4rem;
    font-size: 6.8rem;
  }

  .hero-content {
    max-width: 1200px;
  }

  .hero-youtube-button {
    display: block; /* YouTube Button erscheint */
  }

}

@media screen and (max-width:1400px) {
  .hero-left-bar {
    width: 6.4rem;
  }

  .hero-content {
    max-width: 1100px;
  }

  .hero-content p {
    margin-left: 4rem;
  }

  .hero-content h1 {
    font-size: 6.0rem;
  }

  .hero-social {
    -webkit-transform: rotate(-90deg) translate3d(0, 5.8rem, 0);
    transform: rotate(-90deg) translate3d(0, 5.8rem, 0);
  }

}

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

  .hero-content {
    max-width: 1000px;
    width: 70%;
    padding-top: 24vh;
    padding-bottom: 30vh;
  }

  .hero-content h1 {
    font-size: 5rem;
  }

  .hero-content__buttons {
    position: absolute;
    right: 3rem;
    bottom: -7.5rem;
  }

  .lead-half .mobile-hidden {
    display: none; /* Text kürzen */
  }

}

@media screen and (max-width:1200px) {
  .hero-content {
    max-width: 760px;
    padding-top: 22vh;
    padding-bottom: 30vh;
  }

  .hero-content p {
    margin-left: 0.1rem;
  }

  .hero-content h1 {
    font-size: 4.5rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 4.8rem;
  }

  .hero-content__buttons_more {
   position: static;
  }

  .hero-content__buttons {
    position: static;
  }

  .hero-youtube-button .bttn {
    display: none;
  }

  .hero-content__buttons .bttn {
    display: block;
  }

}

@media screen and (max-width:1000px) {
  .hero-content {
    max-width: 580px;
    padding-top: 18vh;
    padding-bottom: 30vh;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-content__buttons_more .bttn {
    display: block;
    width: 100%;
    margin-right: 0;
  }
    
  .nav-divider {
    display: none;
  }

  .hero-scroll {
    display: none;
  }

  .hero-content h1 {
    font-size: 4.5rem;
  }

  .sidebar-toggle {
    display: none;
  }

  .hero-content__buttons .bttn {
    display: block;
  }

  .hero-content__buttons_more .bttn {
    display: block;
  }

}

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

  .hero-content__buttons_more .bttn {
    display: block;
    width: 100%;
    margin-right: 0;
  }

.nav-divider {
    display: none;
  }

  .hero-scroll {
    display: none;
  }

  .hero-content h1 {
    font-size: 4.5rem;
  }

  .sidebar-toggle {
    display: none;
  }

  .hero-content__buttons .bttn {
    display: block;
  }

  .hero-content__buttons_more .bttn {
    display: block;
  }

}

@media screen and (max-width:800px) {
  .hero-content {
    max-width: 480px;
    width: 70%;
    padding-top: 16vh;
    padding-bottom: 30vh;
    text-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero-content h1 {
    font-size: 4.5rem;
  }

  .hero-content h1 br {
    display: none;
  }

  .hero-content h1::before {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  .hero-content__buttons .bttn {
    display: block;
  }

  .hero-content__buttons_more .bttn {
    display: block;
  }

}

@media screen and (max-width:700px) {
  .hero-content h1 {
    font-size: 4.2rem;
  }

  .hero-left-bar {
    opacity: .7;
  }

}

@media screen and (max-width:600px) {
  .hero-content {
    width: 80%;
    padding-top: 12vh;
  }

  .hero-content h1 {
    font-size: 4.0rem;
  }

  .hero-left-bar,
  .hero-social {
    display: none;
  }

}

@media screen and (max-width:500px) {
  .hero-content {
    width: 86%;
  }

  .hero-scroll {
    -webkit-transform: none;
    transform: none;
    right: auto;
    left: 0;
    bottom: 6.4rem;
  }

}


/* ------------------------------------------------------------------- 
 * ## Image Slider
 * ------------------------------------------------------------------- */

.image-slider {
    width: 100%;
    margin: 2rem 0;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background: #f0f0f0;
}

.slider-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.slider-image.active {
    opacity: 1;
}

.slider-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.indicator.active {
    background: rgba(255, 255, 255, 1);
}

.indicator:hover {
    background: rgba(255, 255, 255, 0.8);
}

/* Responsive */
@media screen and (max-width: 800px) {
    .slider-container {
        height: 250px;
    }
}

@media screen and (max-width: 600px) {
    .slider-container {
        height: 200px;
    }
}

/* ------------------------------------------------------------------- 
 * responsive:
 * hero video
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
  
  .lead-half .mobile-hidden {
    display: none; /* Text kürzen */
  }
}


/* ===================================================================
 * # about
 *
 * ------------------------------------------------------------------- */
.s-about {
  background-image: url(../images/sofa.svg);
  background-repeat: no-repeat;       /* Bild wird nicht wiederholt */
  background-position: center;        /* Bild wird zentriert */
  background-size: cover;             /* Bild wird vollständig angezeigt */
  z-index: -2;
  padding-top: 19.6rem;
  padding-bottom: 19.6rem;
  background-color: #ededed;
  color: rgba(0, 0, 0, 0.8);
}

.s-about .subhead {
  color: #000;
  margin-bottom: 4rem;
}

.s-about .lead {
  color: #000;
  margin-bottom: 4rem;
}

.s-about .bttn--about {
  display: block;
  width: 100%;
  margin-right: 0;
  background-color: transparent;
  border-color: #000;
}

/* ------------------------------------------------------------------- 
 * ## about content
 * ------------------------------------------------------------------- */
.about-content .column:first-child {
  padding-right: 2.4vw;
}

.about-content .column:last-child {
  padding-left: 2.4vw;
}

/* ------------------------------------------------------------------- 
 * ## actions of services
 * ------------------------------------------------------------------- */
.about-actions {
  list-style: none;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.about-actions h4 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: .4rem;
  color: #000;
}

.about-actions li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1.2rem;
  padding-left: 0;
}

/* ------------------------------------------------------------------- 
 * ## schedule of services
 * ------------------------------------------------------------------- */
.about-sched {
  list-style: none;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.about-sched h4 {
  font-size: 1.5rem;
  line-height: 1.333;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: .4rem;
  color: #ffffff;
}

.about-sched li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 3.2rem;
  padding-left: 0;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * about
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
  .about-content {
    max-width: 900px;
  }

  .about-content .column:first-child {
    padding-right: 16px;
  }

  .about-content .column:last-child {
    padding-left: 16px;
  }

  .about-content .column:first-child {
    margin-bottom: 6.4rem;
  }

}

@media screen and (max-width:600px) {
  .about-content .column:first-child {
    padding-right: 10px;
  }

  .about-content .column:last-child {
    padding-left: 10px;
  }

}

@media screen and (max-width:400px) {
  .about-content .column:first-child {
    padding-right: 0;
  }

  .about-content .column:last-child {
    padding-left: 0;
  }

}


/* ===================================================================
 * # connect
 *
 * ------------------------------------------------------------------- */
.s-connect {
  padding-top: 16rem;
  padding-bottom: 0;
  background-color: #ffffff;
}

.connect-content {
  padding-bottom: 12rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.connect-content .column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.connect-content .column:first-child {
  padding-right: 2.4vw;
}

.connect-content .column:last-child {
  padding-left: 2.4vw;
}

.connect-content .bttn {
  margin-top: auto;
  margin-right: 0;
}

/* ------------------------------------------------------------------- 
 * responsive:
 * connect
 * ------------------------------------------------------------------- */
@media screen and (max-width:1000px) {
  .connect-content .column:first-child {
    padding-right: 2.2vw;
  }

  .connect-content .column:last-child {
    padding-left: 2.2vw;
  }

}

@media screen and (max-width:900px) {
  .connect-content .column {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .connect-content .column:first-child {
    padding-right: 16px;
  }

  .connect-content .column:last-child {
    padding-left: 16px;
  }

  .connect-content .column:first-child {
    margin-bottom: 6.4rem;
  }

}

@media screen and (max-width:600px) {
  .connect-content .column:first-child {
    padding-right: 10px;
  }

  .connect-content .column:last-child {
    padding-left: 10px;
  }

}

@media screen and (max-width:400px) {
  .connect-content .column:first-child {
    padding-right: 0;
  }

  .connect-content .column:last-child {
    padding-left: 0;
  }

}

/* ===================================================================
 * Newsletter-Bereich
 * ================================================================== */

/* ------------------------------------------------------------------- 
 * ## Newsletter Signup Styles
 * ------------------------------------------------------------------- */

/* Newsletter Container */
.newsletter-signup {
    background: transparent !important;
    padding: 2rem 0;
}

/* Newsletter Titel */
.newsletter-signup h3 {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    color: #fff !important;
    margin-bottom: 1.6rem !important;
}

/* Newsletter Beschreibung */
.newsletter-signup p {
    font-family: 'Roboto', sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 1.8 !important;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 2.4rem !important;
}

/* Newsletter Form */
.newsletter-form {
    margin-bottom: 2rem;
}

.newsletter-form > div:first-child {
    display: flex !important;
    gap: 1.2rem !important;
    flex-wrap: wrap !important;
    align-items: flex-end !important;
}

.newsletter-form > div:first-child > div:first-child {
    flex: 1 !important;
    min-width: 280px !important;
}

/* E-Mail Label */
.newsletter-form label[for="newsletter-email"] {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.4rem !important;
    color: #fff !important;
    display: block !important;
    margin-bottom: 0.8rem !important;
}

/* E-Mail Input Feld */
.newsletter-form input[type="email"] {
    width: 100% !important;
    height: 5.6rem !important;
    padding: 1.2rem 1.6rem !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px !important;
    font-size: 1.5rem !important;
    font-family: 'Roboto', sans-serif !important;
    color: #fff !important;
    transition: all 0.3s !important;
}

/* Input Placeholder */
.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    opacity: 1 !important;
}

/* Input Focus State */
.newsletter-form input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    outline: none !important;
}

/* Newsletter Button */
.newsletter-form button[type="submit"] {
    height: 5.6rem !important;
    padding: 0 3.2rem !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.3rem !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    margin-bottom: 30px;
    transition: all 0.3s !important;
}

/* Button Hover State */
.newsletter-form button[type="submit"]:hover {
    background-color: #fff !important;
    color: #000 !important;
}

/* Checkbox Container */
.newsletter-form > div:nth-child(2) {
    margin-top: 1.6rem !important;
}

/* Checkbox Label */
.newsletter-form > div:nth-child(2) label {
    display: flex !important;
    align-items: flex-start !important;
    font-size: 1.3rem !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.7) !important;
}

/* Checkbox */
.newsletter-form input[type="checkbox"] {
    margin-right: 0.8rem !important;
    margin-top: 0.2rem !important;
    min-width: 16px !important;
    height: 16px !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    accent-color: #fff !important;
}

/* Datenschutz Link */
.newsletter-form a {
    color: #fff !important;
    text-decoration: underline !important;
    transition: opacity 0.3s !important;
}

.newsletter-form a:hover {
    opacity: 0.7 !important;
}

/* Vorteile Box */
.newsletter-signup > div:last-child {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
    padding: 1.6rem !important;
    margin-top: 2.4rem !important;
}

.newsletter-signup > div:last-child p {
    font-size: 1.4rem !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.newsletter-signup > div:last-child strong {
    color: #fff !important;
}

/* ------------------------------------------------------------------- 
 * ## Series Section Anpassungen
 * ------------------------------------------------------------------- */

/* Reduziere den Overlay für bessere Sichtbarkeit des Hintergrundbildes */
.s-series .series-img::before {
    background-color: rgba(0, 0, 0, 0.5) !important; /* Reduziert von 0.8 */
}

/* Series Content Transparenz */
.s-series .series-content {
    background: transparent !important;
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Series Buttons Bereich */
.series-content__buttons {
    background: transparent !important;
    border-bottom-color: rgba(255, 255, 255, 0.15) !important;
}

/* YouTube Button Anpassung */
.series-content__buttons .bttn--large {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff !important;
    color: #fff !important;
    margin-bottom: 3rem !important;
}

.series-content__buttons .bttn--large:hover {
    background-color: #fff !important;
    color: #000 !important;
}

/* Subscribe Text auf Deutsch */
.series-content__subscribe p {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* ------------------------------------------------------------------- 
 * ## Responsive Anpassungen
 * ------------------------------------------------------------------- */

@media screen and (max-width: 800px) {
    .newsletter-form > div:first-child {
        flex-direction: column !important;
    }
    
    .newsletter-form > div:first-child > div:first-child {
        min-width: 100% !important;
    }
    
    .newsletter-form button[type="submit"] {
        width: 100% !important;
    }
    
    .newsletter-signup h3 {
        font-size: 2rem !important;
    }
}

@media screen and (max-width: 600px) {
    .newsletter-signup {
        padding: 1.5rem 0 !important;
    }
    
    .newsletter-signup h3 {
        font-size: 1.8rem !important;
    }
    
    .newsletter-signup p {
        font-size: 1.4rem !important;
    }
    
    .newsletter-form input[type="email"] {
        height: 5rem !important;
        font-size: 1.4rem !important;
    }
    
    .newsletter-form button[type="submit"] {
        height: 5rem !important;
        font-size: 1.2rem !important;
        padding: 0 2rem !important;
    }
    
    .newsletter-signup > div:last-child p {
        font-size: 1.3rem !important;
    }
}

/* ===================================================================
 * # events 
 *
 * ------------------------------------------------------------------- */
.s-events {
  padding-top: 10.4rem;
  padding-bottom: 16rem;
  background-color: #ffffff;
}

.s-events .subhead {
  color: #000000;
}

.events-header {
  margin-bottom: 2.4rem;
}

/* ===================================================================
 * # current series 
 *
 * ------------------------------------------------------------------- */
.s-series {
  /*padding-top: 19.2rem;
  padding-bottom: 19.2rem;*/
  min-height: 80rem;
  background: transparent;
  background-size: 760px 380px;
  color: #ffffff;
  position: relative;
}

.s-series::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .75;
}

.s-series h2 {
  font-size: 5.2rem;
  line-height: 1.231;
  color: #ffffff;
  margin-top: 1.6rem;
  margin-bottom: 5.6rem;
}

/* ------------------------------------------------------------------- 
 * ## series image 
 * ------------------------------------------------------------------- */
.series-img {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  right: 0;
}

.series-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

/* ------------------------------------------------------------------- 
 * ## series content 
 * ------------------------------------------------------------------- */
.series-content {
  padding: 12rem 6.8rem 8.8rem;
  max-width: 1340px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.series-content .column:first-child {
  padding-right: 7.2rem;
}

.series-content .column:last-child {
  padding-left: 7.2rem;
}

/* ------------------------------------------------------------------- 
 * ## series buttons 
 * ------------------------------------------------------------------- */
.series-content__buttons {
  padding-bottom: 4.8rem;
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.series-content__buttons .bttn {
  background-color: #000000;
  border-color: #000000;
}

.series-content__buttons .bttn:hover,
.series-content__buttons .bttn:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

/* ------------------------------------------------------------------- 
 * ## series subscribe 
 * ------------------------------------------------------------------- */
.series-content__subscribe {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 1.867;
  padding: 0 4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}

.series-content__subscribe-links {
  list-style: none;
  display: block;
  margin: 0;
  text-align: center;
}

.series-content__subscribe-links li {
  display: inline-block;
  padding-left: 0;
  line-height: 1;
}

.series-content__subscribe-links a {
  display: block;
  height: 3.8rem;
  width: 3.8rem;
  margin: 0 1.2rem 1.2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.series-content__subscribe-links .ss-apple-podcast a {
  background-image: url(../images/icons/podcast/icon-podcast.svg);
}

.series-content__subscribe-links .ss-spotify a {
  background-image: url(../images/icons/podcast/icon-spotify.svg);
}

.series-content__subscribe-links .ss-soundcloud a {
  background-image: url(../images/icons/podcast/icon-soundcloud.svg);
}

.series-content__subscribe-links .ss-youtube a {
  background-image: url(../images/icons/podcast/icon-youtube.svg);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * series
 * ------------------------------------------------------------------- */
@media screen and (max-width:1400px) {
  .series-content {
    padding: 12rem 4rem 8.8rem;
  }

  .series-content .column:first-child {
    padding-right: 4.4rem;
  }

  .series-content .column:last-child {
    padding-left: 4.4rem;
  }

}

@media screen and (max-width:1200px) {
  .s-series {
    padding-top: 13.6rem;
    padding-bottom: 13.6rem;
  }

  .series-img {
    left: 0;
  }

  .series-img::before {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .series-content {
    max-width: 960px;
  }

  .series-content .column:first-child,
  .series-content .column:last-child {
    padding: 0 16px;
  }

}

@media screen and (max-width:800px) {
  .s-series h2 {
    font-size: 4.8rem;
  }

}

@media screen and (max-width:600px) {
  .s-series h2 {
    font-size: 4.2rem;
  }

  .series-content {
    padding: 0 25px;
    border: none;
  }

  .series-content .column:first-child,
  .series-content .column:last-child {
    padding: 0 10px;
  }

  .series-content__subscribe-links a {
    height: 3.6rem;
    width: 3.6rem;
  }

}

@media screen and (max-width:400px) {
  .series-content {
    padding: 0 22px;
  }

  .series-content .column:first-child,
  .series-content .column:last-child {
    padding: 0;
  }

}


/* ===================================================================
 * # social  
 *
 * ------------------------------------------------------------------- */
.s-social {
  padding-top: 10.4rem;
  padding-bottom: 9.6rem;
  background-color: #000000;
}

.social-content {
  max-width: 1000px;
}

.social-list {
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 5.6rem;
  text-transform: uppercase;
  letter-spacing: .4rem;
  text-align: center;
  margin: 0;
}

.social-list li {
  display: inline-block;
  margin-right: 2.4rem;
  margin-left: 2.4rem;
}

.social-list a {
  color: #ffffff;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-list__icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-right: 2rem;
  position: relative;
}

.social-list__icon::before {
  content: "";
  display: block;
  height: 2rem;
  width: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}

.social-list__icon--facebook::before {
  background-image: url(../images/icons/social/icon-facebook.svg);
}

.social-list__icon--twitter::before {
  background-image: url(../images/icons/social/icon-twitter.svg);
}

.social-list__icon--instagram::before {
  background-image: url(../images/icons/social/icon-instagram.svg);
}

.social-list__icon--email::before {
  background-image: url(../images/icons/social/icon-email.svg);
}

.social-list__icon--whatsapp::before {
  background-image: url(../images/icons/social/icon-whatsapp.svg);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * social
 * ------------------------------------------------------------------- */
@media screen and (max-width:1200px) {
  .social-list li {
    margin-right: 1.2rem;
    margin-left: 1.2rem;
  }

}

@media screen and (max-width:1000px) {
  .social-list__text {
    display: none;
  }

  .social-list__icon {
    width: 5.6rem;
    height: 5.6rem;
    margin-right: 0;
  }

  .social-list__icon::before {
    height: 2.4rem;
    width: 2.4rem;
  }

}

@media screen and (max-width:600px) {
  .social-list__icon {
    width: 4.8rem;
    height: 4.8rem;
  }

  .social-list__icon::before {
    height: 2rem;
    width: 2rem;
  }

}

@media screen and (max-width:400px) {
  .social-list li {
    margin-right: .8rem;
    margin-left: .8rem;
  }

  .social-list__icon {
    width: 4.4rem;
    height: 4.4rem;
  }

  .social-list__icon::before {
    height: 1.6rem;
    width: 1.6rem;
  }

}


/* ===================================================================
 * # footer 
 *
 * ------------------------------------------------------------------- */
.s-footer {
  padding-top: 12rem;
  padding-bottom: 8rem;
  background-color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.5);
}

.s-footer a {
  color: #ffffff;
}

.s-footer h4 {
  margin-top: 1.6rem;
  margin-bottom: 2.4rem;
  color: #ffffff;
}

.s-footer .bttn--footer {
  border-color: #fff;
  background-color: #000;
  padding: 0 4rem;
  color: #ffffff;
}

.s-footer .bttn--footer:hover,
.s-footer .bttn--footer:focus {
  border-color: #fff;
  background-color: #e42025;
  color: #fff;
}

.s-footer .row .column:first-child {
  margin-right: auto;
}

/* -------------------------------------------------------------------
 * ## footer logo 
 * ------------------------------------------------------------------- */
.footer-logo {
  margin-bottom: 2.2rem;
}

.footer-logo a {
  display: block;
}

.footer-logo img {
  width: 138px;
  height: 36px;
}

/* -------------------------------------------------------------------
 * ## footer list 
 * ------------------------------------------------------------------- */
.footer-list {
  list-style: none;
  margin-left: 0;
}

.footer-list a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-list a:hover,
.footer-list a:focus {
  color: #ffffff;
}

.footer-list li {
  padding-left: 0;
}

/* ------------------------------------------------------------------- 
 * ## copyright 
 * ------------------------------------------------------------------- */
.ss-copyright {
  margin-top: 4.8rem;
  padding-right: 80px;
  color: rgba(255, 255, 255, 0.3);
}

.ss-copyright a {
  color: rgba(255, 255, 255, 0.3);
}

.ss-copyright a:hover {
  color: rgba(255, 255, 17, 1);
}

.ss-copyright span {
  font-size: 15px;
  display: inline-block;
}

.ss-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 1rem 0 1.2rem;
  color: rgba(255, 255, 255, 0.1);
}

.ss-copyright span:last-child::after {
  display: none;
}

/* ------------------------------------------------------------------- 
 * ## go to top 
 * ------------------------------------------------------------------- */
.ss-go-top {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
  transition: all .8s;
  position: fixed;
  bottom: 4rem;
  right: 4.8rem;
}

.ss-go-top a {
  display: block;
  background-color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 0;
  border: none;
  height: 60px;
  width: 58px;
  line-height: 60px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  transition: all .3s;
  position: relative;
}

.ss-go-top svg {
  height: 12px;
  width: 12px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
  top: 50%;
  left: 50%;
}

.ss-go-top svg path {
  fill: #ffffff;
}

.ss-go-top a:hover {
  background-color: #e42025;
  color: #000;
}

/* SVG Path wird schwarz wenn Link gehovered wird */
.ss-go-top a:hover svg path {
  fill: #000;
}

.ss-go-top svg path:hover {
  fill: #000;
}

.ss-go-top.link-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* ------------------------------------------------------------------- 
 * responsive:
 * footer
 * ------------------------------------------------------------------- */
@media screen and (max-width:1400px) {
  .ss-go-top {
    bottom: 3.6rem;
    right: 3.2rem;
  }

}

@media screen and (max-width:800px) {
  .ss-copyright span {
    display: block;
  }

  .ss-copyright span::after {
    display: none;
  }

  .ss-go-top {
    bottom: 0;
    right: 0;
  }

}

@media screen and (max-width:400px) {
  .bttn--footer {
    display: block;
    margin-right: 0;
  }

  .footer-logo img {
    width: 160px;
    height: 40px;
  }

}


/* ===================================================================
 * # page styles and page components 
 *
 * ------------------------------------------------------------------- */

/* ------------------------------------------------------------------- 
 * ## page header 
 * ------------------------------------------------------------------- */
.page-header {
  min-height: 24rem;
  padding-top: 24rem;
  padding-bottom: 8rem;
  text-align: center;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.page-header::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(228, 32, 37, 0) 100%);
  opacity: .7;
}

.page-header .gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e42025;
  opacity: .1;
}

.page-header h1 {
  font-size: 6.3rem;
  font-weight: 600;
  /*letter-spacing: 1em;*/
  color: #ffffff;
  margin-top: 0;
}

.page-header--bootspolster {
  background-image: url(../images/header-bgs/bootspolster-bg-2000.jpg);
}

.page-header--referenzen {
  background-image: url(../images/header-bgs/referenzen-bg-2000.jpg);
}

.page-header--moebelpflege {
  background-image: url(../images/header-bgs/moebelpflege-bg-2000.jpg);
}

.page-header--sonnenschutz_raumgefuehl {
  background-image: url(../images/header-bgs/sonnenschutz_raumgefuehl-bg-2000.jpg);
}

.page-header--offer {
  background-image: url(../images/header-bgs/offer-header-bg-2000.jpg);
}

.page-header--about {
  background-image: url(../images/header-bgs/about-header-bg-2000.jpg);
}

.page-header--social {
  background-image: url(../images/header-bgs/inklusionspreis_berlin.jpg);
}

.page-header--contact {
  background-image: url(../images/header-bgs/contact-header-bg-2000.jpg);
}

.page-header--events {
  background-image: url(../images/header-bgs/events-header-bg-2000.jpg);
}

.page-header--connect {
  background-image: url(../images/header-bgs/connect-header-bg-2000.jpg);
}

.page-header--volunteer {
  background-image: url(../images/header-bgs/volunteer-header-bg-2000.jpg);
}

.page-header__content {
  position: relative;
}

/* ------------------------------------------------------------------- 
 * ## page content 
 * ------------------------------------------------------------------- */
.page-content {
  padding-top: 12rem;
  padding-bottom: 16rem;
  background-color: #ffffff;
}

.page-content .row {
  max-width: 1080px;
}

/* ------------------------------------------------------------------- 
 * ## about page 
 * ------------------------------------------------------------------- */

/* church staff
 * ----------------------------------------------- */
.church-staff {
  margin-top: 6rem;
}

.church-staff__item {
  margin-bottom: 1.6rem;
}

.church-staff__header {
  margin-bottom: 1.6rem;
  padding-top: 1.6rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.church-staff__name {
  margin-top: 0;
  font-weight: 700;
}

.church-staff__position {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: .6rem;
}

.church-staff__picture {
  -webkit-flex: 0 0 8rem;
  -ms-flex: 0 0 8rem;
  flex: 0 0 8rem;
  max-width: 8rem;
  margin-right: 2rem;
}

.church-staff__picture img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}

/* ------------------------------------------------------------------- 
 * ## event page 
 * ------------------------------------------------------------------- */

/* event content
 * ----------------------------------------------- */
.event-content {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
}

.event-thumb {
  padding: 2.4rem;
  background-color: #efefef;
}

.event-thumb img {
  vertical-align: bottom;
}

.event-title {
  text-align: center;
}

.event-meta {
  list-style: none;
  margin-top: 4.8rem;
  margin-left: 0;
  border-top: 1px solid #e0e0e0;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  line-height: 3.2rem;
}

.event-meta li {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 0;
  border-bottom: 1px solid #e0e0e0;
}

.event-meta strong {
  font-family: "Roboto", sans-serif;
  margin-right: 1.2rem;
  color: #000000;
}

.event-meta strong::after {
  content: " :";
}

/* ------------------------------------------------------------------- 
 * responsive:
 * page styles
 * ------------------------------------------------------------------- */
@media screen and (max-width:800px) {
  .page-header {
    padding-top: 20rem;
  }

  .page-header h1 {
    font-size: 5.5rem;
  }

}

@media screen and (max-width:600px) {
  .page-header h1 {
    font-size: 4.8rem;
  }

  .event-thumb {
    padding: 2rem;
  }

}

@media screen and (max-width:500px) {
  .church-staff__name {
    font-size: 2rem;
  }

  .church-staff__picture {
    -webkit-flex: 0 0 6.4rem;
    -ms-flex: 0 0 6.4rem;
    flex: 0 0 6.4rem;
    max-width: 6.4rem;
  }

  .church-staff__picture img {
    width: 6.4rem;
    height: 6.4rem;
  }

  .event-thumb {
    padding: 1.6rem;
  }

}

@media screen and (max-width:400px) {
  .page-header h1 {
    font-size: 4.2rem;
  }

}

/* ===================================================================
 * # Kontakt Aufkleber
 * ------------------------------------------------------------------- */

.ctc-sticker {
  position: fixed;
  top: 150px;
  color: #fff!important;
  right: 90px;
  width: 300px;
  height: 300px;
  cursor: pointer;
  transition: transform 0.3s ease;
  line-height: 1.1;
  z-index: 999;
}

.ctc-sticker.hidden {
  display: none;
}

.ctc-sticker a {
  position: absolute;
  line-height: 1.1;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  z-index: 10;
}

.ctc-sticker:hover {
  transform: scale(1.05) rotate(5deg);
}

/* Schließen-Button */
.ctc-sticker-cls {
  position: absolute;
  top: -5px;
  right: -2px;
  width: 12px;
  background: transparent;
  border: none;
  color: #616161;
  font-size: 28px;
  line-height: 1.1;
  display: flex; /* NEU */
  align-items: center; /* NEU */
  justify-content: center; /* NEU */
  cursor: pointer;
  z-index: 20;
  transition: all 0.3s ease;
}

.ctc-sticker-cls:hover {
  background: transparent;
  color: #000;
  transform: rotate(90deg);
}

/* Rotierender Text */
.circular-text {
  position: absolute;
  color: #fff!important;
  top: 0;
  left: 0;
  width: 300px;
  height: 300px;
  animation: rotate 20s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.ctc-sticker:hover .circular-text {
  animation-play-state: paused;
}

/* SVG Kreise - Schwarz außen, Gelb innen */
.circular-text circle:first-of-type {
  fill: #fff !important;
}

.circular-text circle:last-of-type {
  fill: #e42025 !important;
}

/* Text auf dem rotierenden Kreis */
.opening-hours-text {
  fill: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Zentrum des Aufklebers */
.sticker-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
  width: 100%;
}

.center-text {
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  line-height: 0.6;
  text-transform: uppercase;
}

.center-subtext {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin: 4px 0;
  text-transform: uppercase;
}

.center-phone {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin-top: 8px;
}

/* Schatten-Effekt für 3D-Look */
.ctc-sticker {
  color: #fff!important;
}

/* Schatten-Effekt für 3D-Look */
.ctc-sticker::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  filter: blur(10px);
}

/* Glanz-Effekt für Aufkleber-Look */
.ctc-sticker::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 15%;
  width: 30%;
  height: 30%;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 70%);
  border-radius: 50%;
  z-index: 11;
  pointer-events: none;
}

/* Responsive Anpassungen */
@media screen and (max-width: 1400px) {
  .ctc-sticker {
    width: 250px;
    height: 250px;
    top: 120px;
    right: 20px;
  }
  
  .ctc-sticker a {
    width: 250px;
    height: 250px;
  }
  
  .circular-text {
    width: 250px;
    height: 250px;
  }
  
  .ctc-sticker::after {
    width: 250px;
    height: 250px;
  }
  
  .opening-hours-text {
    font-size: 16px;
    letter-spacing: 1px;
  }
  
  .center-text {
    font-size: 38px;
  }
  
  .center-subtext {
    font-size: 18px;
    margin: 4px 0;
  }
  
  .center-phone {
    font-size: 22px;
    margin-top: 6px;
  }
}

@media screen and (max-width: 1280px) {
  .ctc-sticker {
    width: 200px;
    height: 200px;
    right: 15px;
    top: 100px;
  }
  
  .ctc-sticker a {
    width: 200px;
    height: 200px;
  }
  
  .circular-text {
    width: 200px;
    height: 200px;
  }
  
  .ctc-sticker::after {
    width: 200px;
    height: 200px;
    top: 5px;
    left: 5px;
  }
  
  .opening-hours-text {
    font-size: 15px;
    letter-spacing: 1px;
  }
  
  .center-text {
    font-size: 25px;
  }
  
  .center-subtext {
    font-size: 14px;
    margin: 2px 0;
  }
  
  .center-phone {
    font-size: 18px;
    margin-top: 1px;
  }
  
  .ctc-sticker-cls {
    top: -20px;
    right: -10px;
    font-size: 24px;
    line-height: 40px;
  }
}

/*  
    ----------------------------------
    50. Cookie
    ----------------------------------
*/
#cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 -2px 20px rgba(0,0,0,0.15);
    z-index: 99999;
    padding: 25px 0;
    display: none;
    animation: slideUp 0.4s ease-out;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

#cookie-consent-banner.show {
    display: block;
}

.cookie-banner-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
}

.cookie-banner-grid {
    display: flex;
    align-items: center;
    gap: 30px;
}

.cookie-banner-text {
    flex: 1;
}

.cookie-banner-text h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #333;
}

.cookie-banner-text p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.cookie-banner-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cookie-btn {
    font-family: "Montserrat", sans-serif;
    padding: 12px 24px;
    border: none;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cookie-btn-primary {
    background: #e42025;
    color: #000;
    font-weight: 600;
}

.cookie-btn-primary:hover {
    background: #ffbb00;
}

.cookie-btn-secondary {
    background: #f5f5f5;
    color: #666;
    border: 1px solid #ddd;
}

.cookie-btn-secondary:hover {
    background: #e8e8e8;
}

/* Cookie Settings Modal */
#cookie-settings-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    z-index: 100000;
    overflow-y: auto;
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#cookie-settings-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.cookie-modal-content {
    background: #fff;
    border-radius: 5px;
    max-width: 700px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    animation: slideIn 0.3s ease-out;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cookie-modal-header {
    padding: 25px;
    border-bottom: 1px solid #e8e8e8;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

.cookie-modal-header h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #333;
}

.cookie-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    line-height: 1;
    padding: 5px;
}

.cookie-modal-close:hover {
    color: #333;
}

.cookie-modal-body {
    padding: 25px;
}

.cookie-category {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #f0f0f0;
}

.cookie-category:last-child {
    border-bottom: none;
}

.cookie-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.cookie-category-title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.cookie-category-description {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Toggle Switch */
.cookie-toggle {
    position: relative;
    width: 50px;
    height: 26px;
}

.cookie-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.cookie-toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 26px;
}

.cookie-toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}

.cookie-toggle input:checked + .cookie-toggle-slider {
    background-color: #e42025;
}

.cookie-toggle input:checked + .cookie-toggle-slider:before {
    transform: translateX(24px);
}

.cookie-toggle input:disabled + .cookie-toggle-slider {
    opacity: 0.5;
    cursor: not-allowed;
}

.cookie-modal-footer {
    padding: 20px 25px;
    border-top: 1px solid #e8e8e8;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    position: sticky;
    bottom: 0;
    background: #fff;
}

/* Cookie Settings Button (floating) */
#cookie-settings-trigger {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 99998;
    transition: all 0.3s ease;
}

#cookie-settings-trigger:hover {
    background: #f5f5f5;
    transform: scale(1.05);
}

#cookie-settings-trigger svg {
    width: 24px;
    height: 24px;
    fill: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .cookie-banner-grid {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .cookie-banner-buttons {
        width: 100%;
    }

    .cookie-btn {
        flex: 1;
        min-width: 120px;
    }

    .cookie-modal-content {
        margin: 0;
        max-height: 100vh;
        border-radius: 0;
    }
}

/* Badge for "Immer aktiv" */
.cookie-always-active {
    font-size: 12px;
    color: #999;
    font-style: italic;
}

/* Placeholder Container - Im Modal-Style */
.video-placeholder,
.social-placeholder,
.map-placeholder {
    background: #ffffff;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 50px 30px;
    text-align: center;
    margin: 30px 0;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.video-placeholder:hover,
.social-placeholder:hover,
.map-placeholder:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

/* Gelber Akzent-Header */
.video-placeholder::before,
.social-placeholder::before,
.map-placeholder::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: linear-gradient(135deg, #e42025 0%, #ffb300 100%);
}

/* Content Container */
.placeholder-content {
    position: relative;
    z-index: 1;
    max-width: 500px;
    width: 100%;
}

/* Icon mit Puls-Animation */
.placeholder-icon {
    font-size: 72px;
    margin-bottom: 25px;
    color: #e42025;
    animation: placeholderPulse 2.5s ease-in-out infinite;
    text-shadow: 0 2px 8px rgba(228, 32, 37, 0.3);
}

@keyframes placeholderPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.85;
    }
}

/* Überschrift - Montserrat Font wie im Theme */
.placeholder-content h4 {
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #2c3e50;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.3px;
}

/* Beschreibungstext - Roboto wie im Theme */
.placeholder-content p {
    margin: 0 0 30px 0;
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
    font-family: "Roboto", sans-serif;
}

/* Button im Theme-Style (gelb wie btn-main) */
.placeholder-content .cookie-btn {
    padding: 14px 36px;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffbb00;
    color: #000000;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 10px rgba(255, 187, 0, 0.3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.placeholder-content .cookie-btn::before {
    content: '▶';
    font-size: 14px;
}

.placeholder-content .cookie-btn:hover {
    background-color: #3a3d45;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(58, 61, 69, 0.4);
}

.placeholder-content .cookie-btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(58, 61, 69, 0.3);
}

/* Link zu Cookie-Einstellungen */
.placeholder-content small {
    display: block;
    margin-top: 25px;
    font-size: 13px;
    color: #999999;
    font-family: "Roboto", sans-serif;
}

.placeholder-content small a {
    color: #e42025;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
    border-bottom: 1px solid transparent;
}

.placeholder-content small a:hover {
    color: #ffb300;
    border-bottom-color: #ffb300;
}

/* Spezifische Icons für verschiedene Typen */
.video-placeholder .placeholder-icon::after {
    content: '🎬';
}

.social-placeholder .placeholder-icon::after {
    content: '📱';
}

.map-placeholder .placeholder-icon::after {
    content: '🗺️';
}

/* Info-Badge (optional) */
.placeholder-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #f8f9fa;
    color: #666666;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    border: 1px solid #e9ecef;
}

/* Responsive Design */
@media (max-width: 768px) {
    .video-placeholder,
    .social-placeholder,
    .map-placeholder {
        padding: 40px 20px;
        min-height: 280px;
        margin: 20px 0;
    }
    
    .placeholder-content {
        max-width: 100%;
    }
    
    .placeholder-icon {
        font-size: 56px;
        margin-bottom: 20px;
    }
    
    .placeholder-content h4 {
        font-size: 20px;
    }
    
    .placeholder-content p {
        font-size: 14px;
        margin-bottom: 25px;
    }
    
    .placeholder-content .cookie-btn {
        padding: 12px 28px;
        font-size: 14px;
        width: 100%;
        justify-content: center;
    }
    
    .placeholder-badge {
        position: static;
        display: inline-block;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .placeholder-icon {
        font-size: 48px;
    }
    
    .placeholder-content h4 {
        font-size: 18px;
    }
}

/* Geladene Inhalte - Smooth Fade In */
.video-placeholder iframe,
.social-placeholder iframe,
.map-placeholder iframe {
    animation: contentFadeIn 0.6s ease-out;
    border-radius: 8px;
}

@keyframes contentFadeIn {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Loading State (optional) */
.placeholder-loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #e42025;
    border-radius: 50%;
    animation: placeholderSpin 0.8s linear infinite;
    margin-left: 10px;
}

@keyframes placeholderSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* Version 2.2.1. */


