@charset "UTF-8";
/*!
 * Minsite  v1.0.3 
 * RoRo
 */

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

body   {
    background: #1c1b22;
    background-color: #1c1b22;
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  padding-right: 0 !important;
  padding-left: 0 !important;
}


li.nav-item.flaggenarea {
    padding-top: 6px;
    padding-right: 3px;
    padding-left: 6px;
}

img.img-flagge {
    margin-right: 8px;
}

.flags-container {
    list-style: none; /* Remove default list styling */
    padding: 0; /* Remove default padding */
}

.flags-container li.flag-item {
    display: inline-block;
    flex-direction: row !important; /* Override flex direction for flag item */
}

.flags-container li.flag-item a {
    display: inline-block !important; /* Override display property for anchor tags */
    margin-right: 0px; 
}

.dropdown-menu {
  --bs-dropdown-item-padding-y: 0.15rem;
  --bs-dropdown-spacer: 0.825rem;
}
.nav {
  --bs-nav-link-padding-y: 0;
}
/* 
* {
    font-family: "Poppins", "Roboto", Arial, sans-serif;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu.show {
    -webkit-animation: fadeIn 0.3s alternate;
    animation: fadeIn 0.3s alternate;
}

.nav-item.dropdown.dropdown-mega {
    position: static;
}

.nav-item.dropdown.dropdown-mega .dropdown-menu {
    width: 90%;
    top: auto;
    left: 5%;
}

.navbar-toggler {
    border: none;
    padding: 0;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler .hamburger-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    z-index: 11;
    float: right;
}

.navbar-toggler .hamburger-toggle .hamburger {
    position: absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    left: 50%;
    top: 50%;
    width: 50%;
    height: 50%;
    pointer-events: none;
}

.navbar-toggler .hamburger-toggle .hamburger span {
    width: 100%;
    height: 4px;
    position: absolute;
    background: #333;
    border-radius: 2px;
    z-index: 1;
    transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
    left: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger span:first-child {
    top: 10%;
    transform-origin: 50% 50%;
    transform: translate(0% -50%) !important;
}

.navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
    top: 50%;
    transform: translate(0, -50%);
}

.navbar-toggler .hamburger-toggle .hamburger span:last-child {
    left: 0px;
    top: auto;
    bottom: 10%;
    transform-origin: 50% 50%;
}

.navbar-toggler .hamburger-toggle .hamburger.active span {
    position: absolute;
    margin: 0;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
    top: 45%;
    transform: rotate(45deg);
}

.navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
    left: 50%;
    width: 0px;
}

.navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
    top: 45%;
    transform: rotate(-45deg);
}

.icons {
    display: inline-flex;
    margin-left: auto;
}

.icons a {
    transition: all 0.2s ease-in-out;
    padding: 0.2rem 0.4rem;
    color: #ccc !important;
    text-decoration: none;
}

.icons a:hover {
    color: white;
    text-shadow: 0 0 30px white;
}
*/


/* 

@media screen and (min-width: 992px) {
    #smanej {
        display: block;
        }
    }
@media screen and (min-width: 0) and (max-width: 991px) {
    #smanej {
        display: none !important;
        }
    }
@media screen and (min-width: 992px) {
    #stornej {
        display: none !important;
        }
    }
@media screen and (min-width: 0) and (max-width: 991px) {
    #stornej {
        display: block;
        }
    }
@media screen and (min-width: 0px) and (max-width: 991px) {  
    #smanej { display: none!important; }	
    } 
*/
    

@media all and (min-width: 992px) {

    .dropdown-menu li{
        position: relative;
    }
    .dropdown-menu .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .dropdown-menu .submenu-left{ 
        right:100%; left:auto;
    }

    .dropdown-menu > li:hover{ background-color: var(--vde-main-color-01) }
    .dropdown-menu > li:hover > .submenu{
        display: block;
    }
    /* Change background color when hovering over the dropdown li */
.dropdown-menu > li:hover {
  background-color: var(--vde-main-color-01);
}

/* Display submenu when hovering over a parent li */
.dropdown-menu > li:hover > .submenu {
  display: block;
}

/* Change the color of the link inside the hovered li to var(--vde-main-color-16) */
.dropdown-menu > li:hover > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: var(--vde-main-color-16);
}

/* Apply the same styles to the submenu items */
.dropdown-menu .submenu > li:hover {
  background-color: var(--vde-main-color-01);
}

.dropdown-menu .submenu > li:hover > a,
.dropdown-menu .submenu > li > a:hover,
.dropdown-menu .submenu > li > a:focus {
  color: var(--vde-main-color-16);
}

}	

@media (max-width: 991px) {

.dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
}

}	


.tp-caption.very_big_whiteLA {
        position: absolute;
        color: #fff;
        text-shadow: none;
        font-weight: 800;
        font-size: 48px;
        line-height: 48px;
        font-family: 'Oswald', sans-serif;
        margin: 0px;
        border-width: 0px;
        border-style: none;
        white-space: nowrap;
    
        background-color: #666;
    
        /* letter-spacing: -0.1rem; */
        text-transform: uppercase;
        padding: 15px 20px 8px 10px;
        margin: 20px 0 0 20px;
}
.tp-caption.big_white {
        position: absolute;
        color: #fff;
        text-shadow: none;
        font-weight: 800;
        font-size: 20px;
        line-height: 20px;
        font-family: 'Roboto', sans-serif;
        padding: 15px 20px 8px 10px;
        margin: 28px 0 0 20px;
        border-width: 0px;
        border-style: none;
        background-color: rgb(75, 75, 75);
        /* letter-spacing: -0.1rem; */
        font-style: italic;
        
}
.tp-caption a {
        color: #FFF;
        text-shadow: none;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
        color: #FFF;
}
    
@media all and (min-width: 992px) {
        #stornej { display: none !important; }
        #smanej { display: block; } /* weiss nicht ob noetig */
    
        .dropdown-menu li{ position: relative; 	
          border-bottom: 1px solid var(--vde-main-color-27);
        }
        .nav-item .submenu{ 
            display: none;
            position: absolute;
            left:100%; top:-7px;
        }
        .nav-item .submenu-left{ 
            right:100%; left:auto;
        }


/*         .dropdown-menu > li:hover{ background-color: #f1f1f1 }
*/        
        .dropdown-menu > li:hover > .submenu{ display: block; }

}	
    
@media (max-width: 991px) {
        #smanej { display: none!important; }	
        #stornej { display: block; } /* weiss nicht ob noetig */
        .dropdown-menu .dropdown-menu{
          margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
      }
}	
    



.pagecontent {
  max-width: 900px;
  margin: 0 auto;
}

.pagecontent h1 {
    color: var(--vde-main-color-11);
}

.pagecontent h3 {
    color: var(--vde-main-color-12);
}
.pagecontent p {
    color: var(--vde-main-color-14);
}

.imggrid-parent_name, .parent_name, .parent_name_featuredonindex, .parentrubricinmenueheadline, .txtgrid-parent_name {
    font-family: "Times New Roman", Times, serif;
    line-height: 0.94em;
    font-size: 1em !important;
    margin-bottom: 1em !important;
    word-wrap: break-word;
    text-decoration: none;
}
.parent_name, .parent_name_featuredonindex, .txtgrid-parent_name {
    margin-bottom: 0.2em !important;
    text-transform: uppercase;
    letter-spacing: 7px;
    text-align: center;
}
.parent_name_featuredonindex {
    color: var(--vde-main-color-17);
    font-size: 0.8em !important;
    letter-spacing: 3px;
    text-align: right;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 4px;
    margin-right: 5px;
}

.parent_name_featuredonindex {
    margin-bottom: 0.2em!important;
    letter-spacing: 2px;
    text-align: right;
    padding-right: 0;
    padding-left: 25px;
    /* padding-top: 5px; */
    padding-bottom: 4px;
}

.navbar-nav {
    --bs-nav-link-color: var(--vde-main-color-16);
    --bs-nav-link-hover-color: var(--vde-main-color-17);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
}

.nav-link {
    color:  var(--vde-main-color-16);
}


.dropdown-item {
    color: var(--vde-main-color-16);
    /* background-color: var(--vde-main-color-01); */
}
.dropdown-item:hover, .dropdown-item:focus {
    color: var(--vde-main-color-17);
    /* background-color: var(--vde-main-color-01); */
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--vde-main-color-17);
    background-color: var(--vde-main-color-01);
    text-decoration: none;
}





/* 
################################################
################################################
################################################
################################################
################################################
################################################
 */

/* SHARE BUTTON */
/* Custom CSS for smoother animation and offset */
.offcanvas-start {
    margin-top: 56px; /* Offset to prevent covering the navbar */
    transition: transform 0.3s ease; /* Adjust the duration (0.3s) and easing function (ease) as needed */
}
/* Offcanvas sliding from bottom with limited height */
.offcanvas-bottom {
    height: 200px; /* Set the height of the offcanvas */
    --bs-offcanvas-width: 100%; /* Make sure it spans the full width of the viewport */
    top: auto;
    bottom: 0;
    transform: translateY(100%);
}

.offcanvas.show {
    transform: translateY(0);
}

.offcanvas-bottom .offcanvas-body {
    overflow-y: auto; /* Allows scrolling within the offcanvas if content exceeds height */
}




.share-button {
  position: fixed;
  bottom: 20px; /* Distance from the bottom */
  right: 20px; /* Distance from the right */
  z-index: 1030; /* Ensure it's above other content */
}




.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}


.search-input {
    height: 25px !important; /* !important might be needed to override Bootstrap styles */
}

.search-input:focus, .search-button:focus {
    outline: 1px solid #ccc; /* Light gray outline */
}

.search-button {
    height: 25px;
    line-height: 25px; /* Make it the same as height */
}

.form-control.search-button {
    height: 25px;
    line-height: 25px;
}

form.d-flex.mt-3.search-form {
    margin-top: 0rem !important; 
}




.navbar-toggler-icon {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-toggler {
    /* padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x); */
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    /* box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); */
}

@media (max-width: 768px) { /* Adjusts the breakpoint to your needs */
    .navbar-collapse {
      max-height: 75vh; /* Adjust based on your navbar's height */
      overflow-y: auto;
    }
  }


  .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    /* Add any additional properties to reset unwanted focus styles */
}
.navbar-toggler {
    padding: 0.25rem; /* Adjust this value as needed */
}

/* ERSTE Animation */
@keyframes pulseAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
  }
  
  .navbar-toggler {
    padding: 0.25rem; /* Adjust based on your previous adjustments */
    transition: transform 0.5s ease; /* Smooth transition for hover effects */
}

.navbar-toggler:hover {
    animation: pulseAnimation 4.5s infinite;
}


/* ZWEITE ANIMATION */

/* Custom icon styles */
.navbar-toggler {
    position: relative;
    width: 30px; /* Adjust based on your design */
    height: 25px; /* Adjust based on your design */
    background: none;
    border: none;
}

.navbar-toggler span {
    display: block;
    position: absolute;
    height: 2px;
    width: 70%;
    background: #bfbfbf; /* Color of the bar */
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

/* Line transformations for the toggled state */
.navbar-toggler.open .top-bar {
    transform: rotate(45deg);
    top: 11px;
}

.navbar-toggler.open .middle-bar {
    opacity: 0;
    left: -60px;
}

.navbar-toggler.open .bottom-bar {
    transform: rotate(-45deg);
    top: 11px;
}

/* Positioning the lines */
/* Adjusting positioning and spacing of navbar toggler lines */
.navbar-toggler .top-bar {
    top: 0px; /* Keeps the top bar at the top */
}

.navbar-toggler .middle-bar {
    top: 6px; /* Reduces space between top and middle bar */
}

.navbar-toggler .bottom-bar {
    top: 12px; /* Reduces space between middle and bottom bar */
}


/* CARET AENDERN DAMIT RECHTS AUSGERICHTET */
/* Apply flex layout to both top-level and nested dropdown toggles */
.navbar-nav .dropdown-toggle,
.navbar-nav .dropdown-item.dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Custom caret for all dropdown toggles */
.navbar-nav .dropdown-toggle::after, 
.navbar-nav .dropdown-item.dropdown-toggle::after {
    display: none; /* Hide default caret */
}

.navbar-nav .dropdown-toggle .caret-right::after, 
.navbar-nav .dropdown-item.dropdown-toggle .caret-right::after {
    content: "";
    display: inline-block;
    margin-left: auto; /* Align caret to the right */
    vertical-align: middle;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}



.dropdown-menu {
    border-color: transparent; /* Remove border color */
    border-radius: 0; /* Remove border radius */
    /* background-color: var(--vde-main-color-01); */
}


/* ############################################ */


/* Universal Styles */
/* .nav-item .dropdown-item,
.dropdown-menu .dropdown-item {
  border-bottom: 1px solid var(--vde-main-color-18); 
}
 */

.dropdown-menu:not(.submenu) > .dropdown-item:last-child,
.dropdown-menu .submenu:last-child > .dropdown-item:last-child,
.dropdown-menu .submenu .dropdown-item:last-child {
  border-bottom: none; /* Remove the border for the last item */
}

/* .dropdown-menu .dropdown-item:last-child {
  border-bottom: 1px solid var(--vde-main-color-18); 
}
 */

.dropdown-menu > li:last-child > a:not(.dropdown-toggle) {
  border-bottom: none; /* Handle cases like 'Publication' */
}


@media (max-width: 992px) {
  .navbar-collapse {
      margin-left: 20px;
  }
}

/* Styles specific to viewports wider than 992px */
@media (min-width: 992px) {
    .navbar {
        --bs-navbar-brand-padding-y: 0.3125rem;
        --bs-navbar-padding-y: 0.5rem;
        --bs-navbar-brand-padding-y: 0.3125rem;
    }
    /* Target the nav-links within nav-items for adding borders */
    .navbar-nav .nav-item .nav-link {
      border-right: 1px solid var(--vde-main-color-18); /* Example subtle color */
      padding-right: 15px !important; /* Adjust padding to ensure spacing around the text */
      margin-right: 15px; /* Adds additional spacing to the right of the border */
    }

    /* Remove the border for the last nav-link item to avoid a trailing border */
    .navbar-nav .nav-item:last-child .nav-link {
      border-right: none;
    }
}


/* ############################################ */







.navbar-nav .nav-link, .dropdown-menu .dropdown-item {
    white-space: normal; 
    color: var(--vde-main-color-03);
  }

.navbar-nav :hover {
    white-space: normal;
     color: var(--vde-main-color-12) !important;
}

.nav-link :hover {
    white-space: normal;
    color: var(--vde-main-color-16) !important;
}

.dropdown-menu :hover {
    white-space: normal;
    color: var(--vde-main-color-16) !important;
}

.dropdown-item :hover {
    white-space: normal;
    color: var(--vde-main-color-16) !important;
}

/* ############################################ */

.navbar-collapse {
    margin-top: 0.5rem;
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

/* ############################################ */

/* Scroll to Top Button Styling */
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 0px;
  right: 50px;
  z-index: 100;
  padding: 0px;
  font-size: 18px;
  border-radius: 1px;
  background-color: var(--vde-main-color-03);
  color: var(--vde-main-color-02);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.scroll-to-top:hover {
  background-color: var(--vde-main-color-02);
  color: var(--vde-main-color-03);
}

.block a:hover {
  color: var(--vde-main-color-02);
}

/* ############################################ */


.top-of-site-link {
  visibility: hidden;
  opacity: 0;
  transition: .2s;
  position: fixed;
  bottom: 1.8rem;
  right: 1.5rem;
  z-index: 15
}

.top-of-site-link[data-visible=true] {
  opacity: 1;
  visibility: visible
}

.top-of-site-link svg {
  -webkit-filter: drop-shadow(0 2px 5px rgba(0,0,0,.3));
  filter: drop-shadow(0 2px 5px rgba(0,0,0,.3))
}

/* ############################################ */

/* ############################################ */



/* ############################################ */




/* ############################################ */



/* ############################################ */




/* ############################################ */



/* ############################################ */




/* ############################################ */



/* ############################################ */




/* ############################################ */



/* ############################################ */




/* ############################################ */


/* 
################################################
################################################
################################################
################################################
################################################
################################################
 */







/* .row > * {
    max-width: 900px;
} */


.pagecontent img.img-fluid {
    margin-top: 20px;
}

.pagecontent img.img-fluid {
    margin-top: 7px;
}

.navbar {
    font-family: var(--topNav);
    background-color: var(--vde-main-color-21) !important;
}




  /* a.active:link, */
  a.active:visited,
  li {
    text-decoration: none;
/*     color: var(--vde-main-color-17);
 */  }  
  
  /* a.active:active, */
  a.active:hover,
  li.active {
    text-decoration: none;
    color: var(--vde-main-color-17);
  }

  ul.side-nav > li:hover {
    color: var(--vde-main-color-01);
  }
  ul.side-nav a {
    display: block;
    text-decoration: none;
  }
  ul.side-nav ul {
    margin: 0;
    padding: 0.5em 0 1em;
  }
  ul.side-nav ul li {
    padding: 0 15px;
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
  }
  ul.side-nav ul li a {
    color: var(--vde-main-color-16); 
    padding: 0;
    font-size: 14px;
    margin: 0 0 0 1em;
    /* border-bottom: rgba(220, 220, 220, 0.9) 1px solid; */
    padding-bottom: 1px;
    margin-bottom: 1px;
  }
  .list-group-item {
    border: 0;
    background: 0 0;
    /* border-bottom: rgba(255, 255, 255, 0.3) 1px solid; */
    border-left: 0;
    border-right: 0;
  }
  #footer {
    color: var(--vde-main-color-14); 
    display: block;
    vertical-align: bottom;
    background-color: var(--vde-main-color-19);
    border-top: var(--vde-main-color-20) 5px solid;
    z-index: 101;
    margin-top: 60px;
  }
  svg {
    width: 2em;
    height: 2em;
    fill: var(--vde-main-color-25);
  }
  svg:hover {
    fill: var(--vde-main-color-26);
  }
  div.slider {
    background-color: #e6e6e6;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0 2px 5px 5px #fff;
    -moz-box-shadow: 0 2px 5px 5px #fff;
    -o-box-shadow: 0 2px 5px 5px #fff;
    box-shadow: 0 2px 5px 5px rgb(255 255 255/20%);
  }
  p {
    font-size: 1.2em;
    line-height: 1.3em;
    margin: 0 0 1.4em;
  }


  @media only screen and (min-width: 480px) and (max-width: 991px) {
    div.slider {
      max-height: 550px !important;
    }
    h1 {
      font-size: 2.2em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }
    h3 {
      font-size: 1.4em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    p {
      font-size: 1em;
      line-height: 1.3em;
      margin: 0 0 1.4em;
    }
    .starth1 {
      line-height: 0.94em;
    }
    .starth3,
    h3 {
      line-height: 1.2em;
    }
  }
  @media only screen and (min-width: 0) and (max-width: 479px) {
    #topBar {
      display: none;
    }
    div.slider {
      max-height: 350px !important;
    }
    h1 {
      font-size: 2.2em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }
    h3 {
      font-size: 1.2em;
      line-height: 1.1em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    p {
      font-size: 0.8em;
      line-height: 1.3em;
      margin: 0 0 1.4em;
    }
    .starth1 {
      font-size: 2.6em;
    }
    .starth1,
    .starth3 {
      line-height: 0.94em;
    }
  }















































  :root {
    --headerOpacity: 1;
    --headerScale: 1;
  }
  .video-header {
    text-align: center;
  }
  .video-header,
  .video-header .viewport-header,
  .video-header video,
  main::before {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }
  .video-header video {
    object-fit: cover;
  }
  .video-header .viewport-header {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    opacity: var(--headerOpacity);
    transform: scale(var(--headerScale));
  }
  body,
  html {
    overflow-x: hidden;
  }
  html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
      Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  main {
    background-color: #1c1b22
;
    background: #1c1b22
;
    position: relative;
    margin-top: 100vh;
  }
  main::before {
    content: "";
    top: -100vh;
  }
  .accordiondiv {
    margin-bottom: 8px;
  }
  .vde-video-ratiowrapper {
    position: relative;
    padding-bottom: 21.4%;
    height: 0;
    top: 0;
    left: 0;
  }
  .photo-in-textgrid {
    height: 50px;
  }
  .rofloatfix {
    float: left;
  }
  h6 {
    font-size: 0.8em;
    letter-spacing: normal;
    line-height: 18px;
    margin: -35px 35px 35px 10px;
  }
  .pt-15 {
    padding-top: 15px !important;
  }
  .pt-30 {
    padding-top: 30px !important;
  }
  .pt-35 {
    padding-top: 35px !important;
  }
  .pt-50 {
    padding-top: 50px !important;
  }
  .pb-15 {
    padding-bottom: 15px !important;
  }
  .pb-30 {
    padding-bottom: 30px !important;
  }
  .pb-50 {
    padding-bottom: 50px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .ptb-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .pl-20 {
    padding-left: 20px !important;
  }
  .pl-30 {
    padding-left: 30px !important;
  }
  .pl-35 {
    padding-left: 35px !important;
  }
  .pl-50 {
    padding-left: 50px !important;
  }
  .pr-20 {
    padding-right: 20px !important;
  }
  .pr-30 {
    padding-right: 30px !important;
  }
  .pr-35 {
    padding-right: 35px !important;
  }
  .pr-50 {
    padding-right: 50px !important;
  }
  .plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .plr-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .mt-15 {
    margin-top: 15px !important;
  }
  .mt-25 {
    margin-top: 25px !important;
  }
  .mt-30 {
    margin-top: 30px !important;
  }
  .mt-35 {
    margin-top: 35px !important;
  }
  .mt-50 {
    margin-top: 50px !important;
  }
  .mt-80 {
    margin-top: 80px !important;
  }
  .mt-100 {
    margin-top: 100px !important;
  }
  .mb-15 {
    margin-bottom: 15px !important;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .mb-30 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 40px !important;
  }
  .mb-50 {
    margin-bottom: 50px;
  }
  .mb-60 {
    margin-bottom: 60px;
  }
  .mb-100 {
    margin-bottom: 100px;
  }
  .mtb-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .mtb-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .ml-20 {
    margin-left: 20px !important;
  }
  .ml-30 {
    margin-left: 30px !important;
  }
  .ml-50 {
    margin-left: 50px !important;
  }
  .mr-20 {
    margin-right: 20px !important;
  }
  .mr-30 {
    margin-right: 30px !important;
  }
  .mr-50 {
    margin-right: 50px !important;
  }
  .mlr-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .mlr-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .mlr-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  cardgridmain {
    display: grid;
    grid-template-columns: 1fr repeat(12, minmax(auto, 60px)) 1fr;
    grid-gap: 0;
    padding: 0;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .text--medium {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #ecf0f1;
  }
  .cards {
    grid-column: 2 / span 12;
    display: grid;
    grid-template-columns: repeat(12, minmax(auto, 60px));
    grid-gap: 20px;
  }
  .card {
    grid-column-end: span 4;
    display: flex;
    flex-direction: column;
    background-color: #39393b;
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .card:hover {
    transform: translateY(-7px);
  }
  .card__image-container {
    width: 100%;
    padding-top: 4%;
    overflow: hidden;
    position: relative;
  }
  .card__image-container img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .card__content {
    padding: 20px 20px 0;
  }
  .card__title {
    margin-bottom: 20px;
  }
  .card__info {
    display: flex;
    align-self: end;
    align-items: center;
  }
  .card__button {
    margin-left: auto;
    padding: 5px 20px;
    background-color: #303032;
    border-radius: 20px;
  }
  @media only screen and (max-width: 1000px) {
    .card {
      grid-column-end: span 6;
    }
  }
  @media only screen and (max-width: 700px) {
    cardgridmain {
      grid-gap: 20px;
    }
    .card {
      grid-column-end: span 12;
    }
  }
  @media only screen and (max-width: 500px) {
    cardgridmain {
      grid-template-columns: 10px repeat(6, 1fr) 10px;
      grid-gap: 10px;
    }
    .cards {
      grid-column: 2 / span 6;
      grid-template-columns: repeat(6, 1fr);
      grid-gap: 20px;
    }
    .card {
      grid-column-end: span 6;
    }
  }
  .header-img-resp {
    width: 100%;
    height: auto;
  }
  .header-img-max-resp {
    max-width: 100%;
    height: auto;
  }
  .imggrid-parent_name,
  .parent_name,
  .parent_name_featuredonindex,
  .parentrubricinmenueheadline,
  .txtgrid-parent_name {
    font-family: "Times New Roman", Times, serif;
    line-height: 0.94em;
    font-size: 1em !important;
    margin-bottom: 1em !important;
    word-wrap: break-word;
    text-decoration: none;
  }
  .parent_name,
  .parent_name_featuredonindex,
  .txtgrid-parent_name {
    margin-bottom: 0.2em !important;
    text-transform: uppercase;
    letter-spacing: 7px;
    text-align: center;
    margin-top: -0.6rem; /* vde eingefuegt - kann weg  */
  }
  .parent_name,
  .parent_name_featuredonindex {
    text-align: left;
  }
  .parent_name_featuredonindex {
    color: var(--vde-main-color-23);
    font-size: 0.8em !important;
    letter-spacing: 3px;
    text-align: right;
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 4px;
    margin-right: 5px;
  }
  .video-quote {
    position: absolute;
    z-index: 9;
    margin-top: 8px;
    margin-left: 25px;
    padding: 0.2rem 1rem 0.1rem 0.7rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: "Times New Roman", Times, serif;
    font-size: 2.2em;
    line-height: 1.2em;
  }
  .video-quote,
  .video-quote-mobile {
    display: hidden;
  }
  .wrapper-with-intrinsic-ratio {
    position: relative;
    padding-bottom: 22.5%;
    height: 0;
  }
  .element-to-stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222;
  }
  .cxcontainer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: start;
    align-items: auto;
    align-content: start;
  }
  .cxitem {
    flex: 1 0 auto;
    margin: 5px;
  }
  .sectioncontent {
    margin-top: 40px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .sectionrow {
    margin-right: 0;
    margin-left: 0;
  }
  .sectionphotoalbum {
    margin-right: 25px;
    margin-left: 25px;
  }
  .g-bg-white {
    background-color: #2c2f37 !important;
  }
  .titleartwork,
  .titleartwork a,
  titleartwork {
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0 12px 0 8px;
    text-transform: uppercase;
    color: #ddd !important;
    background: #2c2f37;
    font-family: sans-serif;
    vertical-align: middle;
  }
  .g-px-5 {
    padding: 0 15px !important;
  }
  .starth1,
  .txtgrid_h1 {
    font-family: var(--txtgrid_h1);
  }
  .txtgrid_h1 {
    line-height: 0.94em;
    font-size: 2.3em !important;
    word-wrap: break-word;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .txtgrid_h3 {
    font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    line-height: 1.2em;
    font-size: 1.2em !important;
    margin-bottom: 1em !important;
    text-transform: none !important;
    color: #aaa;
  }
  .img-responsive {
    width: 100%;
/*     padding: 8px 10px 22px 0;
 */    
    width: -webkit-fill-available;
/*     margin: 0.2em 0.2em;
 */    
    margin-top: 0.2em;
    margin-right: 0.2em;
    margin-bottom: 2em;
    margin-left: 0.2em;
/*     padding-top: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0.2em;
    padding-left: 0.4em; */
  }
  .gradi-b,
  .gradi-w {
    --bg-blend-mode: overlay;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 120% 2000px, 100% 2000px;
  }
  .gradi-b {
    --featured-img: linear-gradient(180deg, #999, #ffffff);
    background-color: #1c1b22
;
    background-image: radial-gradient(
        50% 50%at top center,
        rgba(0, 0, 0, 0.66),
        #1c1b22
      ),
      var(--featured-img);
  }
  .gradi-w {
    --featured-img: linear-gradient(180deg, var(--vde-main-color-04), var(--vde-main-color-05));
    background-color: var(--vde-main-color-06);
    background-image: radial-gradient(
        50% 50%at top center,
        var(--vde-main-color-07),
        var(--vde-main-color-08)
      ),
      var(--featured-img);
  }
  @media only screen and (min-width: 2000px) and (max-width: 4000px) {
    .video-quote-mobile {
      display: hidden;
    }
    .txtgrid_h1 {
      font-size: 2.6em !important;
      word-wrap: break-word;
    }
    .sectionbreadcrumbs {
      padding: 20px 0 50px 20px !important;
      line-height: 1.2em !important;
    }
    .headerimagetitle {
      font-size: 3.7em;
      margin: 0.4em 0 0 0.9em;
      padding-left: 25px;
    }
    .txtgrid-h1 {
      font-size: 3em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }    
    .txtgridbodytxt-h3 {
      font-size: 1em;
      line-height: 1.2em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    h1 {
      font-size: 4em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }
    h3 {
      font-size: 1.5em;
      line-height: 1.2em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    p {
      font-size: 1.1em;
      line-height: 1.6em;
      margin: 0 0 1.4em;
    }
    .starth1 {
      font-family: "Times New Roman", Times, serif;
    }
  }
  @media only screen and (min-width: 1600px) and (max-width: 1999px) {
    .video-quote-mobile {
      display: hidden;
    }
    .txtgrid_h1 {
      font-family: "Times New Roman", Times, serif;
      line-height: 0.94em;
      font-size: 2.3em !important;
      word-wrap: break-word;
    }
    .breadcrumbs {
      margin-left: -8px;
      text-transform: lowercase;
      font-size: 1em;
      color: #666;
    }
    .sectionbreadcrumbs {
      padding: 20px 0 40px 20px !important;
    }
    .headerimagetitle {
      font-size: 3.3em;
      margin: 0.4em 0 0 0.9em;
      padding-left: 25px;
    }
    .txtgrid-h1 {
      font-size: 3em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }    
    .txtgridbodytxt-h3 {
      font-size: 1em;
      line-height: 1.2em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    h1 {
      font-size: 4em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }
    h3 {
      font-size: 1.5em;
      line-height: 1.2em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    p {
      font-size: 1.1em;
      line-height: 1.6em;
      margin: 0 0 1.4em;
    }
    .starth1 {
      font-family: "Times New Roman", Times, serif;
    }
  }
  @media only screen and (min-width: 992px) and (max-width: 1599px) {
    .breadcrumbs {
      margin-left: -8px;
      text-transform: lowercase;
      font-size: 1em;
      margin-bottom: -30px !important;
      color: #666;
    }
    .sectionbreadcrumbs {
      padding: 20px 0 30px 20px !important;
      line-height: 1.2em !important;
    }
    .headerimagetitle {
      font-size: 3.8em;
      margin: 0.2em 0 0 20px;
      padding-left: 20px;
    }
    .txtgrid-h1 {
      font-size: 2.5em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }    
    .txtgridbodytxt-h3 {
      font-size: 1em;
      line-height: 1.2em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    h1 {
      font-size: 3.8em;
      line-height: 1em;
      margin: 0 0 0.33em;
    }
    h3 {
      font-size: 1.5em;
      line-height: 1.2em;
      margin: 0 0 1.5em;
      font-weight: 400;
    }
    p {
      font-size: 1.1em;
      line-height: 1.6em;
      margin: 0 0 1.4em;
    }
    .starth1 {
      font-family: "Times New Roman", Times, serif;
    }
    .video-quote-mobile {
      display: hidden;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 991px) {
    .video-quote,
    h3 {
      line-height: 1.2em;
    }
    .video-quote {
      position: absolute;
      z-index: 9;
      margin-top: 8px;
      margin-left: 25px;
      padding: 0.2rem 1rem 0.1rem 0.7rem;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.6);
      font-weight: 700;
      font-size: 0.9em;
    }
    .video-quote,
    .video-quote-mobile {
      display: hidden;
    }
    .breadcrumbs {
      text-transform: lowercase;
      font-size: 1em;
      margin-right: 10px;
      color: #666;
    }
    section {
      padding-top: 0 !important;
    }
    .container {
      padding-right: 0 !important;
      padding-left: 0 !important;
      margin-right: auto;
      margin-left: auto;
    }
    .sectionbreadcrumbs {
      padding: 20px 0 0 20px !important;
      line-height: 1.2em !important;
      font-family: sans-serif !important;
    }
    .headerimagetitle {
      font-size: 3.5em;
      margin: 0.2em 0 0 8px;
      padding-left: 20px;
    }
    .txtgrid-h1 {
      font-size: 2.5em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }    
    .txtgridbodytxt-h3 {
      font-size: 1em;
      line-height: 1.2em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    h1 {
      font-size: 3.5em;
      line-height: 1em;
      margin: 0 0 0.33em;
    }
    h3 {
      font-size: 1.5em;
      margin: 0 0 2em;
      font-weight: 300;
    }
    p {
      font-size: 1.1em;
      line-height: 1.5em;
      margin: 0 0 1.4em;
    }
    .starth1 {
      font-family: "Times New Roman", Times, serif;
    }
  }
  @media only screen and (min-width: 0) and (max-width: 575px) {
    .video-quote,
    .video-quote-mobile {
      position: absolute;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.6);
      font-weight: 700;
      line-height: 1.2em;
    }
    .video-quote {
      display: hidden;
      z-index: 9;
      margin-top: 8px;
      margin-left: 25px;
      padding: 0.2rem 1rem 0.1rem 0.7rem;
      font-size: 0.9em;
    }
    .video-quote-mobile {
      z-index: 9999;
      padding: 1rem 1.5rem;
      font-size: 1em;
    }
    .breadcrumbs {
      margin-left: -5px;
      margin-right: 10px;
      text-transform: lowercase;
      font-size: 0.8em;
      color: #666;
    }
    section {
      padding-top: 0 !important;
      padding-right: 15px !important;
      padding-left: 15px !important;
    }
    .container {
      padding-right: 0 !important;
      padding-left: 0 !important;
      margin-right: auto;
      margin-left: auto;
    }
    .sectionbreadcrumbs {
      padding: 20px 0 0 20px !important;
      line-height: 1.2em !important;
      font-family: sans-serif !important;
    }
    .headerimagetitle {
      font-size: 4em;
      margin: 0.2em 0 0 0.9em;
      padding-left: 10px;
    }
    .txtgrid-h1 {
      font-size: 2.5em;
      line-height: 1em;
      margin: 0 0 0.5em;
    }    
    .txtgridbodytxt-h3 {
      font-size: 1em;
      line-height: 1.2em;
      margin: 0 0 1.6em;
      font-weight: 300;
    }
    h1 {
      font-size: 2.6em;
      line-height: 1em;
      margin: 0 0 0.33em;
    }
    h3 {
      font-size: 1.2em;
      line-height: 1.1em;
      margin: 0 0 2em;
      font-weight: 300;
    }
    p {
      font-size: 1em;
      line-height: 1.5em;
      margin: 0 0 1.4em;
      text-align: justify;
      text-justify: auto;
    }
    .starth1 {
      font-family: "Times New Roman", Times, serif;
    }
  }

 .w-100 {
    width: 100% !important;
    padding: 0.2em 0 1em;
  }
  .w-100:last-child {
    padding: 0.2em 0 0;
  }
  .img-insert {
    width: auto;
  }
  .hrcontent,
  .hrtxtgrid {
    border: 0;
    margin: 0 0 5px;
    padding: 10px 0;
  }
  .hrcontent {
    border-top: #35343f 1px solid;
    padding: 20px 0;
  }
  h3.im_content {
    padding: 0 !important;
  }
  .divstyle {
    border: 0;
  }
  h3.im_content,
  iframe.lazy.vplayer {
    margin: 0 !important;
  }
  .vdevplayerflexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0-10px;
  }
  .vdevplayercontent {
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
  }
  .vdevplayeritem {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 5px;
    padding: 0;
  }
  .vdeimggridflexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0-10px;
  }
  .vdeimggridcontent {
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    padding: 10px;
  }
  .vdeimggriditem {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0 5px;
    padding: 0;
  }
  .vdetxtgridflexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
    margin: 0;
  }
  .vdetxtgridcontent {
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
  }
  .vdetxtgriditem {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    border-top: #35343f 1px solid;
    border-bottom: #35343f 1px solid;
    margin: 10px 3px 5px 5px;
  }
  .videotitel {
    text-align: left !important;
    min-height: 40px;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
  }
  @media screen and (min-width: 600px) {
    .vdeimggriditem,
    .vdetxtgriditem,
    .vdevplayeritem {
      box-sizing: border-box;
      width: 50%;
      margin-bottom: 0;
      padding: 0 10px;
    }
    .vdetxtgriditem {
      width: 48%;
    }
  }
  @media screen and (min-width: 1200px) {
    .vdeimggriditem,
    .vdetxtgriditem,
    .vdevplayeritem {
      box-sizing: border-box;
      width: 33.33%;
      margin-bottom: 0;
      padding: 0 10px;
    }
    .vdetxtgriditem {
      width: 32%;
    }
  }
  .vdestretcher {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .vdeimagetitle {
    display: block;
    position: absolute;
    z-index: 9;
    margin-top: 8px;
    margin-left: 25px;
    padding: 0.2rem 1rem 0.1rem 0.7rem;
    font-weight: 300;
    font-size: 1.9em;
    line-height: 1.2em;
    /* font-family: "Times New Roman", Times, serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-text-stroke: 0.3px #000;
    color: #fff;
    text-shadow: 1px 1px 0#000, -0.3px -0.3px 0#000, 0.3px -0.3px 0#000,
      -0.3px 0.3px 0#000, 0.3px 0.3px 0#000;
  }
  @media only screen and (min-width: 1600px) {
    #smanej {
      padding-top: 0;
    }
    .vderatiowrapper {
      position: relative;
      padding-bottom: 35.72%;
      height: 0;
      top: 0px;
      margin: 12px 0 12px 0;
      left: 0;
    }
  }
  @media only screen and (min-width: 791px) and (max-width: 1599px) {
    #smanej {
      padding-top: 0;
    }
    .vderatiowrapper {
      position: relative;
      padding-bottom: 35.72%;
      height: 0;
      top: 0px;
      margin: 12px 0 12px 0;
      left: 0;
    }
  }
  @media only screen and (min-width: 576px) and (max-width: 790px) {
    .vde-video-ratiowrapper {
      position: relative;
      padding-bottom: 50%;
      height: 0;
      top: 0px;
      margin: 12px 0 12px 0;
      left: 0;
    }
    .vdeimagetitle {
      font-size: 2em;
    }
    .vderatiowrapper {
      position: relative;
      padding-bottom: 64.3%;
      height: 0;
      top: 0px;
      margin: 12px 0 12px 0;
      left: 0;
    }
  }
  @media only screen and (min-width: 0) and (max-width: 575px) {
    .vde-video-ratiowrapper {
      position: relative;
      padding-bottom: 50%;
      height: 0;
      top: 0px;
      margin: 12px 0 12px 0;
      left: 0;
    }
    .vdeimagetitle {
      font-size: 1em;
    }
    .vderatiowrapper {
      position: relative;
      padding-bottom: 64.3%;
      height: 0;
      top: 0px;
      margin: 12px 0 12px 0;
      left: 0;
    }
    .parent_name_featuredonindex {
      font-size: 0.6em !important;
      letter-spacing: 2px;
    }
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive::before {
    display: block;
    content: "";
  }
  .embed-responsive .embed-responsive-item,
  .embed-responsive embed,
  .embed-responsive iframe,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 7px;
  }
  .embed-responsive-21by9::before {
    padding-top: 42.857143%;
  }
  .embed-responsive-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-1by1::before {
    padding-top: 100%;
  }
  .parent-title-div {
    background-color: var(--vde-main-color-22);
    /* padding-top: 5px !important; */
    color: var(--vde-main-color-23);
  }
  .radilinear {
    margin-top: 40px;
    background: url(https://lixinmo.com/media/theme_b/rad_bg2.png);
    background-repeat: repeat-x;
  }  
  .radilinear_vup {
    margin-top: 20px;
    background: url(https://lixinmo.com/media/theme_b/rad_vertical_up.png);
    background-repeat: repeat-x;
  }  
  .radilinear_vdown {
    margin-bottom: 20px;
    background: url(https://lixinmo.com/media/theme_b/rad_vertical_down.png);
    background-repeat: repeat-x;
  }
  @media screen and (min-width: 992px) {
    #smanej {
      display: block;
    }
  }
  @media screen and (min-width: 0) and (max-width: 991px) {
    #smanej {
      display: none !important;
    }
  }
  @media screen and (min-width: 992px) {
    #stornej {
      display: none !important;
    }
  }
  @media screen and (min-width: 0) and (max-width: 991px) {
    #stornej {
      display: block;
    }
  }
  .pagecontent p,
  h1,
  h3,
  h6 {
    padding: 0;
  }
  .albumtitle:first-child {
    margin-top: 120px;
  }
  .albumtitle {
    margin-top: 30px;
    margin-bottom: 10px;
    color: var(--vde-main-color-12);
  }
  .albumtitle:last-child {
    margin-bottom: 100px;
  }
  .albumimages {
    margin-left: 15px;
    margin-right: 15px;
  }
  .mytooltip {
    display: inline;
    position: relative;
    z-index: 999;
  }
  .mytooltip .tooltip-item {
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font-weight: 500;
    padding: 0 10px;
  }
  .mytooltip .tooltip-content {
    z-index: 9999;
    margin: 0 0 20px -180px;
    text-align: left;
    font-size: 14px;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #2b2b2b;
    opacity: 0;
    cursor: default;
  }
  .mytooltip .tooltip-content::after {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: #2a3035 transparent transparent;
    border-width: 10px;
    margin-left: -10px;
  }
  .mytooltip .tooltip-content img {
    position: relative;
    height: 140px;
    display: block;
    float: left;
    margin-right: 1em;
  }
  .mytooltip .tooltip-content,
  .mytooltip .tooltip-item::after {
    position: absolute;
    width: 360px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
  }
  .mytooltip .tooltip-item::after {
    content: "";
    height: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .mytooltip:hover .tooltip-item::after {
    pointer-events: auto;
  }
  .mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
  }
  .mytooltip:hover .tooltip-content2 {
    opacity: 1;
    font-size: 18px;
  }
  .mytooltip .tooltip-text {
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding: 1.31em 1.21em 1.21em 0;
    color: #aaa;
  }
  .txtgridbodytxt {
    font-family: var(--txtgridbodytxt);
    line-height: 1.2em;
    font-size: 1em !important;
    text-transform: none !important;
    color: #aaa;
    margin: 0 20px !important;
  }
  .gridbodytext {
    font-family: "futura", helvetica, sans-serif;
    font-size: 10px;
    color: #aaa;
    text-align: center;
    letter-spacing: 2px;
    background: rgba(230, 230, 230, 0.04);
    margin: 10px 0 0;
    padding: 8px 0;
    word-break: break-word;
    display: block;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
  }
  .txtgrid_h1 {
    color: silver;
    margin-bottom: 10px !important;
  }
  

  
/* Gold Theme Zusaetze */


body.grey section.alternate,
body.grey section.alternate .divider .fa {
  background-color: var(--vde-main-color-01);
}


a.active:active, a.active:hover, a.active:link, a.active:visited, li.active {
    text-decoration: none;
    color: var(--vde-main-color-17);
    /* background-color: var(--vde-main-color-01); */
}

#topNav ul.nav .dropdown-menu > li.active > a, #topNav ul.nav .dropdown-menu > li:focus > a, #topNav ul.nav .dropdown-menu > li:hover > a {
    color: var(--vde-main-color-17);
    background-color: var(--vde-main-color-01); 
}


.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: var(--vde-main-color-03);
    background-color: var(--vde-main-color-01);
}

ul.side-nav ul {
    /* background-color: transparent !important; */
    background-color: var(--vde-main-color-02);
}

.list-group-item.active:hover {
    z-index: 2;
    color: var(--vde-main-color-17);
    background-color: var(--vde-main-color-01);
}



/* Ab hier Experimentell */
ul.side-nav ul li {
    padding: 4px 0px;
    border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

.featured-box-minimal i.fa, .styleBackgroundColor, ul.side-nav ul li:hover, ul.side-nav > li.active > a {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01) !important; 
}

ul.side-nav ul li.active > a {
  color: var(--vde-main-color-17) !important;
  background-color: var(--vde-main-color-01) !important; 
  padding: 4px 0px 4px 0px;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    border: 0;
    padding: 0;
    margin: 10px 0 10px 0;
}


/* Modified even */
.even {
    background: radial-gradient(circle, #242424, #e6e6e6);
    background-size: 200% 200%;
    animation: gradient-animation2 40s infinite linear;
    padding: 34px 34px;
}
@keyframes gradient-animation2 {
    0%, 100% { background-position: 50% 0%; }
    50% { background-position: 50% 100%; }
}

/* Modified odd */
.odd {
    padding: 34px 34px;
    background: radial-gradient(circle, #434343, #e6e6e6);
    background-size: 150% 150%;
    animation: gradient-odd 120s infinite linear;
}
@keyframes gradient-odd {
    0%, 100% { background-position: 100% 100%; }
    50% { background-position: 0% 0%; }
}

/* Alternative Even */
.alt-even {
  background: radial-gradient(circle, #2c2c2c, #1c1c1c);
  background-size: 200% 200%;
  animation: alt-gradient-animation2 50s infinite linear;
  padding: 34px 34px;
}

@keyframes alt-gradient-animation2 {
  0%, 100% { background-position: 50% 0%; }
  50% { background-position: 50% 100%; }
}

/* Alternative Odd */
.alt-odd {
  padding: 34px 34px;
  background: radial-gradient(circle, #3c3c3c, #1c1c1c);
  background-size: 150% 150%;
  animation: alt-gradient-odd 90s infinite linear;
}

@keyframes alt-gradient-odd {
  0%, 100% { background-position: 100% 100%; }
  50% { background-position: 0% 0%; }
}

/* Further Alternative for Even */
.alt-even2 {
  background: radial-gradient(circle, #333333, #222222);
  background-size: 200% 200%;
  animation: alt2-gradient-animation2 60s infinite linear;
  padding: 34px 34px;
}

@keyframes alt2-gradient-animation2 {
  0%, 100% { background-position: 50% 50%; }
  50% { background-position: 50% 100%; }
}

/* Further Alternative for Odd */
.alt-odd2 {
  padding: 34px 34px;
  background: radial-gradient(circle, #444444, #333333);
  background-size: 200% 200%;
  animation: alt2-gradient-odd 80s infinite linear;
}

@keyframes alt2-gradient-odd {
  0%, 100% { background-position: 100% 100%; }
  50% { background-position: 0% 0%; }
}

/* Yet another alternative for Even */
.alt-even3 {
  background: radial-gradient(circle, #3a3a3a, #2a2a2a);
  background-size: 200% 200%;
  animation: alt3-gradient-animation2 70s infinite linear;
  padding: 34px 34px;
}

@keyframes alt3-gradient-animation2 {
  0%, 100% { background-position: 50% 50%; }
  50% { background-position: 50% 100%; }
}

/* Yet another alternative for Odd */
.alt-odd3 {
  padding: 34px 34px;
  background: radial-gradient(circle, #4a4a4a, #3a3a3a);
  background-size: 200% 200%;
  animation: alt3-gradient-odd 100s infinite linear;
}

@keyframes alt3-gradient-odd {
  0%, 100% { background-position: 100% 100%; }
  50% { background-position: 0% 0%; }
}


/* Faster and More Pronounced Even */
.alt-even-fast {
    background: radial-gradient(circle, #333333, #222222);
    background-size: 300% 300%;
    animation: alt-even-fast-animation 30s infinite linear;
    padding: 34px 34px;
}

@keyframes alt-even-fast-animation {
    0%, 100% { background-position: 50% 50%; }
    50% { background-position: 50% 100%; }
}

/* Faster and More Pronounced Odd */
.alt-odd-fast {
    padding: 34px 34px;
    background: radial-gradient(circle, #444444, #333333);
    background-size: 300% 300%;
    animation: alt-odd-fast-animation 20s infinite linear;
}

@keyframes alt-odd-fast-animation {
    0%, 100% { background-position: 100% 100%; }
    50% { background-position: 0% 0%; }
}

/* More Noticeable Even */
.alt-even-noticeable {
  background: radial-gradient(circle, #333333, #222222);
  background-size: 300% 300%;
  animation: alt-even-noticeable-animation 30s infinite linear;
  padding: 34px 34px;
}

@keyframes alt-even-noticeable-animation {
  0%, 100% { background-position: 0% 0%; }
  50% { background-position: 100% 100%; }
}

/* More Noticeable Odd */
.alt-odd-noticeable {
  padding: 34px 34px;
  background: radial-gradient(circle, #444444, #333333);
  background-size: 300% 300%;
  animation: alt-odd-noticeable-animation 20s infinite linear;
}

@keyframes alt-odd-noticeable-animation {
  0%, 100% { background-position: 100% 100%; }
  50% { background-position: 0% 0%; }
}



.even-lava, .odd-lava {
  position: relative;  /* Essential for child absolute positioning */
  overflow: hidden;  /* Clip the video to the div boundaries */
  /* Your additional styles */
}

.bg-video-container {
  position: relative; /* If it's not already set */
  /* other styles */
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;  /* Place it behind the content */
}

/* Elegant Divider with CSS Pseudo-elements  */ 
.elegant-divider {
    position: relative;
    height: 1px;
    background: #5f5f5f;
  }
  
  .elegant-divider::before, .elegant-divider::after {
    content: "";
    position: absolute;
    top: 0;
    width: 20%;
    height: 1px;
    background: linear-gradient(to right, transparent, #333, transparent);
  }
  
  .elegant-divider::before {
    left: 0;
  }
  
  .elegant-divider::after {
    right: 0;
  }
  

/*   Zigzag Line  */
  .zigzag-divider {
    height: 10px;
    background: linear-gradient(45deg, #333 25%, transparent 25%),
                linear-gradient(-45deg, #333 25%, transparent 25%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
  }
  


/*   Dotted Line  */
  .dotted-divider {
    height: 1px;
    background-image: radial-gradient(circle, #333 1px, transparent 1px);
    background-size: 10px 10px;
  }


.timestamp {
    font-family: 'Syne Mono';
    font-size: 1.2em;  /* Customize according to your design aesthetics */
    font-weight: bold; /* Optional */
    margin-bottom: 8px;
    position: relative;
    padding: 10px 0 0;
    text-align: right;
}

.newscontent {
    text-align: left;
}
.newscontent:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #ccc;  /* Customize the color as per your design palette */
}

.newscategory {
    text-align: right;
}


.separator-line {
    border: 0;
    height: 1px;
    background: #ddd;  
    margin: 8px 0 0 0!important;  
    padding: 0!important;  
}
.news-hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 0;
    margin: 8px 0;
    border-top: var(--vde-main-color-24) 1px solid;
    border-bottom: var(--vde-main-color-24) 1px solid;
}
.icon-container {
    display: flex;
    justify-content: space-between;
    width: 150px;
}

.social-icon {
    color: #ccc;
    cursor: pointer;
}

.social-icon:hover {
    color: #eee;
}

.share__wrapper {
  display: flex;
  margin: 0 0 2em 0;
}

.share__title {
  align-self: flex-end;
  margin-bottom: 0;
  font-size: 1.25rem;
}

.share__list {
  display: flex;
  flex: 1;
  margin: 0;
  list-style: none;
}

.share__item {
  & + & {
    margin-left: 1rem;
  }
}

.share__link {
    position: relative;  /* Important for tooltip positioning */
    padding: 1px 8px;
    background: var(--vde-main-color-25);
    color: var(--vde-main-color-26);
    border: none;  
  > * {
    pointer-events: none;
  }
}
.share__link:hover {
    color: #eee;
}

[data-tooltip]:hover:after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #333;
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
    z-index: 1000;
}


.solid-divider {
  border-bottom: 2px solid #ccc;
  margin: 20px 0;
}

.dotted-divider {
  border-bottom: 1px dotted #ccc;
  margin: 20px 0;
}

.articledivider08 {
  border-bottom: double 3px #ccc;
  margin: 20px 0;
}

.gradient-divider {
  height: 2px;
  background: linear-gradient(90deg, transparent, #ccc, transparent);
  margin: 20px 0;
}

.shadow-divider {
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 1px #ccc;
  margin: 20px 0;
}

.text-divider {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin: 20px 0;
}

.text-divider span {
  background: #fff;
  padding: 0 10px;
  position: relative;
  top: -12px;
}

.articledivider07 {
  background: linear-gradient(135deg, #ccc 25%, transparent 25%) -50px 0,
              linear-gradient(225deg, #ccc 25%, transparent 25%) -50px 0;
  background-size: 100px 100px;
  background-color: #fff;
  height: 10px;
  margin: 20px 0;
}

.articledivider06 {
  background: radial-gradient(circle, #ccc 10%, transparent 10%);
  background-size: 30px 30px;
  height: 10px;
  margin: 20px 0;
}

/* Stripe Divider */
.articledivider05 {
      background: repeating-linear-gradient(
                  90deg,
                  #757575,
                  #757575 10px,
                  #e6e6e6 10px,
                  #e6e6e6 20px
                );
      height: 5px;
      margin: 0 0;
    }

    /* Fade In Divider */
    .fade-divider {
      height: 1px;
      background-color: transparent;
      transition: background-color 1s ease-in-out;
    }
    .fade-divider:hover {
      background-color: #757575;
    }

    /* Moving Line Divider */
    .articledivider09 {
      height: 2px;
      background: linear-gradient(90deg, transparent, #757575, transparent);
      background-size: 200% 100%;
      animation: moveLine 2s linear infinite;
    }

    @keyframes moveLine {
      0% {
        background-position: 200% 0;
      }
      100% {
        background-position: -200% 0;
      }
    }
        /* Zig-Zag Divider */
        .articledivider04 {
          background: repeating-linear-gradient(
            45deg,
            #757575,
            #757575 10px,
            transparent 10px,
            transparent 20px
          );
          height: 20px;
        }

    .articledivider03 {
      /* padding: 20px; */
      border-bottom: 2px solid #1c1b22;
      position: relative;
    }

    .articledivider03::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 10%;
      right: 10%;
      height: 2px;
      background-image: linear-gradient(to right, transparent, white, transparent);
    }

    /* Pulse Divider */
    .articledivider02 {
      height: 2px;
      background-color: #757575;
      animation: pulse 1.5s ease-in-out infinite;
    }

    @keyframes pulse {
      0%, 100% {
        opacity: 0.5;
      }
      50% {
        opacity: 1;
      }
    }

    /* Cartoonist Divider */
    .cartoonist-divider svg {
      display: block;
      width: 100%;
      height: auto;
    }

    .divider, .articledivider01 {
      margin: 20px 0;
    }
    .divider svg, .articledivider01 svg {
      width: 100%;
      height: auto;
    }

    .divider, .organic-cartoonist-divider {
      margin: 20px 0;
    }
    .divider svg, .organic-cartoonist-divider svg {
      width: 100%;
      height: auto;
    }

/* ########################################## */

/*     fuer youtube einbindung
 */    .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 30px; 
      height: 0; 
      overflow: hidden;
  }
  
  .video-container iframe,
  .video-container object,
  .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }


/* ########################################## */

/*   torn-edge
 */.full-width-svg {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom; /* Remove gaps */
}
.white-rectangle {
  height: 30px;
  background-color: #151419;
  width: 100%;
  margin: 0;
  padding: 0;
}
.torn-edge {
    fill: #151419;
}

.white-rectangle-texture {
  height: 30px;
  background-color: #151419;
  background-size: 256px 256px;  /* Match the size of your texture image */
  width: 100%;
  margin: 0;
  padding: 0;
}

/* ########################################## */

/* ########################################## */

.pagecontent p {
  color: var(--vde-main-color-14) !important;
}

.pagecontent h1 {
  color: var(--vde-main-color-11);
}

.h1headline  {
  color: var(--vde-main-color-11);
  border-bottom: 3px solid var(--vde-main-color-24);
  padding: 0 0 15px 0;

  letter-spacing: -2px;
}

.pagecontent h3 {
  color: var(--vde-main-color-12);
}

.pagecontent h6 {
  color: var(--vde-main-color-13);
}

.p {
    color: var(--vde-main-color-14) !important;
  }
  

.headline,
h1,
h3 {
  width: 100%;
}

/* Common settings for both classes */
.artist-image-above,
.artist-image-below {
  float: right;
  width: 40%;
  border: none;
  padding: 0;
  margin: 0;
}

/* For larger screens (above 767px) */
@media (min-width: 768px) {
  .artist-image-above.show-large,
  .artist-image-below.show-large {
    display: block !important;
  }
  .artist-image-above.hide-large,
  .artist-image-below.hide-large {
    display: none !important;
  }
}

/* For smaller screens (up to 767px) */
@media (max-width: 767px) {
  .artist-image-above,
  .artist-image-below {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .artist-image-above.show-small,
  .artist-image-below.show-small {
    display: block !important;
  }
  .artist-image-above.hide-small,
  .artist-image-below.hide-small {
    display: none !important;
  }
}

@media only screen and (min-width: 1920px) {
  .container {
    width: 66%;
  }
}

.artist-image-above, .artist-image-below {
  border: 1px solid #ccc;
  border-radius: 8px;
}
/* .artist-image-above, .artist-image-below {
  border: 2px solid #ffffff !important;
  box-shadow: inset 0 0 10px #000000 !important;
}
 */


#topNav {
  top: 8px;
  background-color: var(--vde-main-color-18); 
}

#header {
  background-color: var(--vde-main-color-01); 
}


ul.side-nav > li > a:hover {
  padding: 2px 10px;
  background-color: var(--vde-main-color-01); 
}


ul.side-nav li.list-toggle:after:hover {
  color: var(--vde-main-color-16);
}

/* #topNav ul.nav > li a {
  color: var(--vde-main-color-16);
} */

#topNav ul.dropdown-menu a.dropdown-toggle {
  color: var(--vde-main-color-16);
}

/* #topNav ul.nav > li > a {
  color: var(--vde-main-color-16);
} */


#topNav{
  font-family: var(--topNav);
}
#smanej{
  font-family: var(--smanej);
}
#stornej{
  font-family: var(--stornej);
}


a,
a:active,
a:link,
a:visited {
  /* color: var(--vde-main-color-16); */
  color: var(--vde-main-color-16);
  text-decoration: none;
}
a:hover {
  color: var(--vde-main-color-17);
  text-decoration: none;
}  
a:focus {
  color: var(--vde-main-color-17);
  text-decoration: none;
}
ul.side-nav > li > a {
  color: var(--vde-main-color-16);
}
ul.side-nav > li > a:hover {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);

}
ul.side-nav ul li a:hover {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);

}
/* #topNav .nav-pills.colored > li.active > a, #topNav .nav-pills.colored > li.active > a:focus, #topNav .nav-pills.colored > li.active > a:hover {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);
} */
#topNav .nav-pills.colored > li.active > a, #topNav .nav-pills.colored > li.active > a:focus, #topNav .nav-pills.colored > li.active > a:focus {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);
}

ul.side-nav ul li a:active {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);

}
ul.side-nav ul li a:focus {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);

}

ul.side-nav li.list-toggle:after {
  color: var(--vde-main-color-16);
}
ul.side-nav ul li a:hover {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);
}
ul.side-nav ul li a:focus {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);
}




.indexslider a,
.indexslider a:active,
.indexslider a:visited {
  color: var(--vde-main-color-03); /* Same color for normal, active, and visited states */
}

.indexslider a:hover {
  color: var(--vde-hover-color-03); /* Different color for hover state */
}

/* #topNav .nav-pills.colored > li.hover > a, #topNav .nav-pills.colored > li.hover > a, #topNav .nav-pills.colored > li.hover > a {
  color: var(--vde-main-color-17);
  background-color: var(--vde-main-color-01);
} */

input, textarea {
  width: -webkit-fill-available;
}

.dropdown-item {
  width: max-content;
}
.dropdown-menu {
  --bs-dropdown-font-size: 0.8rem;
}

.copy { 
  color: var(--vde-main-color-03);
  font-family: var(--topNav);

}

.credits {
  color: var(--vde-main-color-03);
  font-family: var(--topNav);
}

.li_hover {
  background-color: var(--vde-main-color-01) !important;
  color: var(--vde-main-color-16) !important;
}

.h1headline {
  font-weight: 300;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
} 


.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0; 
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--vde-main-color-03);
  --bs-nav-link-hover-color: var(--vde-main-color-16);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

@media (max-width: 991px) {
  /* Ensure the dropdown-menu is fully visible and scrollable without showing a scrollbar */
  .dropdown-menu {
      overflow-y: auto; /* Allow vertical scrolling */
      max-height: 200vh; /* Limit height to a percentage of the viewport */
      -webkit-overflow-scrolling: touch; /* Enable smooth scrolling for iOS */
      scrollbar-width: none; /* Hide scrollbar for Firefox */
  }

  .dropdown-menu::-webkit-scrollbar {
      display: none; /* Hide scrollbar for WebKit-based browsers */
  }
}



.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  /* --bs-dropdown-bg: #343a40; */
  --bs-dropdown-bg: var(--vde-main-color-21);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: var(--vde-main-color-01); 
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  background-color: var(--vde-main-color-01) !important;
  color: var(--vde-main-color-16) !important;
}
.error-message {
  color: var(--vde-main-color-18) !important;
}


.forminput {
  background-color: var(--vde-main-color-28) !important;
  color: var(--vde-main-color-01) !important;
}
.emailsuccess {
  color: var(--vde-main-color-29) !important;
}
