@tailwind base;
@tailwind components;
@tailwind utilities;
/*
=====================
CSS Table of Conttent 
=====================
*/
@font-face {
  font-family: "Waldenburg Buch";
  src: url("../fonts/Waldenburg-Buch.woff2") format("woff2"), url("../fonts/Waldenburg-Buch.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Waldenburg Halbfett";
  src: url("../fonts/Waldenburg-Halbfett.woff2") format("woff2"), url("../fonts/Waldenburg-Halbfett.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Waldenburg BuchKursiv";
  src: url("../fonts/Waldenburg-BuchKursiv.woff2") format("woff2"), url("../fonts/Waldenburg-BuchKursiv.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Waldenburg HalbfettKursiv";
  src: url("../fonts/Waldenburg-HalbfettKursiv.woff2") format("woff2"), url("../fonts/Waldenburg-HalbfettKursiv.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Waldenburg Buch";
  font-size: 1rem;
  color: #7e7e7e;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.16px;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 2s;
}

html {
  scroll-behavior: smooth;
}

body::-webkit-scrollbar {
  width: 0.8rem;
}

body::-webkit-scrollbar-track {
  border-radius: 0;
}

body::-webkit-scrollbar-thumb {
  background-color: #353334;
  border-radius: 50px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 20px;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%201%209%206%2015%206%22%20%2F%3E%0A%20%20%20%20%3Cpolygon%20fill%3D%22%23666%22%20points%3D%2212%2013%209%208%2015%208%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

/*
=====================
CSS Navbar  
=====================
*/
.toglebar {
  width: 16px;
  height: 16px;
  position: relative;
  top: -2px;
}

.toglebar span {
  width: 100%;
  height: 2px;
  position: absolute;
  top: 2px;
  left: 0;
  border-radius: 10px;
}

.toglebar span:nth-child(2) {
  top: 8px;
}

.toglebar span:nth-child(3) {
  top: 14px;
}

.menu_button.active .toglebar span:nth-child(1) {
  top: 8px;
  transform: rotate(-45deg);
}

.menu_button.active .toglebar span:nth-child(2) {
  opacity: 0;
}

.menu_button.active .toglebar span:nth-child(3) {
  top: 8px;
  transform: rotate(45deg);
}

.sub_menu .sub_menu_single {
  display: none;
}

.sub_menu .sub_menu_single.active,
.sub_menu_close.active {
  display: block !important;
}

.menu_item.active a {
  color: #353334;
}

.body-overflow-hidden {
  overflow: hidden !important;
}

.navbar-h-screen {
  min-height: calc(100vh - 60px);
}

.navbar-section {
  visibility: hidden;
  opacity: 0;
  right: -100%;
  transition: all 500ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.navbar-section.active {
  visibility: visible;
  opacity: 1;
  right: 0;
}

.menu_button .menu {
  display: block !important;
}

.menu_button.active .menu {
  display: none !important;
}

.menu_button .close {
  display: none !important;
}

.menu_button.active .close {
  display: block !important;
}

@media only screen and (max-width: 768px) {
  .sub_menu {
    display: none !important;
  }
  .sub_menu.active {
    display: block !important;
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 60px;
    top: 0;
  }
}
.header-nav .menu_button,
.header-nav .header-logo,
.header-nav .header-rightmenu {
  position: fixed;
  top: 30px;
}

.header-nav .menu_button {
  z-index: 1000;
  margin-top: 3px;
}

.header-nav .header-rightmenu {
  z-index: 100;
  margin-top: 6px;
}

.header-nav .header-logo {
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

.header-navleft .menu_button,
.header-navleft .header-logo,
.header-navleft .header-rightmenu {
  position: fixed;
  top: 30px;
  z-index: 1000;
}

.header-navleft .menu_button {
  margin-top: 3px;
}

.header-navleft .header-rightmenu {
  margin-top: 6px;
}
.z-100{
    z-index:999;
}
/* 
=====================
CSS Slicer 
=====================
*/


.slick-slider .slick-arrow{
  width: 56px;
  height: 56px;
  border-radius:50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:transparent !important;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  z-index: 5;
}
.slick-slider .slick-prev{
    left: -60px;
    transform:rotate(180deg);
}
.slick-slider .slick-next{
    right: -60px;
}
.slick-slider .slick-arrow:before{

}



/* Base arrow styles */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: transparent;
    border: none;
    cursor: pointer;
}

/* Container adjustments */
.max-w-7xl {
    position: relative;
    padding: 0 60px; /* Increased padding to make room for arrows */
}

/* Arrow positioning for different screen sizes */
/* Extra large screens */
@media (min-width: 1400px) {
    .slick-prev {
        left: -64px;
    }
    .slick-next {
        right: -64px;
    }
}

/* Large screens */
@media (min-width: 1024px) and (max-width: 1399px) {
    .slick-prev {
        left: -64px;
    }
    .slick-next {
        right: -64px;
    }
}

/* Medium screens */
@media (min-width: 768px) and (max-width: 1023px) {
    .slick-prev {
        left: 64px;
    }
    .slick-next {
        right: -64px;
    }
}

/* Hide arrows on mobile */
@media (max-width: 767px) {
    .slick-prev,
    .slick-next {
        display: none !important;
    }
    
    /* Remove extra padding on mobile since arrows are hidden */
    .max-w-7xl {
        padding: 0 15px;
    }
}

.slick-dots{
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  margin-top: 48px;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    display: block;
    background: #d8e4e8;
    cursor: pointer;
    text-indent: -9999px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
}
.slick-dots .slick-active button{
    background:#F8BD01
}



/*
=====================
CSS Icon List 
=====================
*/
 
.icon_list .iconlist-item .icon-list-box{
    flex-direction: row-reverse;
} 
.icon_list .iconlist-item .icon-content{
    text-align: start;
}

@media only screen and (min-width: 767px) {
    
.icon_list .iconlist-item:nth-child(odd) .icon-list-box{
    flex-direction: row;
}  
.icon_list .iconlist-item:nth-child(odd) .icon-content{
    text-align: end;
}

.icon_list .iconlist-item:nth-child(even) .icon-list-box{
    flex-direction: row-reverse;
}
.icon_list .iconlist-item:nth-child(even) .icon-content{
    text-align: start;
}


} 
 
.listStyleBox ul{ 
    list-style: disc;
}


/*
=====================
CSS Accordion 
=====================
*/
.fade:not(.show) {
  opacity: 0;
}

.collapse {
  visibility: visible;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
[aria-expanded=true] img {
  transform: rotate(90deg);
}

/*
=====================
CSS Videojs 
=====================
*/
.vjs-control-bar,
.vjs-loading-spinner,
.vjs-big-play-button,
.vjs-modal-dialog {
  display: none !important;
}

.my-video-dimensions {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

video[poster] {
  -o-object-fit: cover;
     object-fit: cover;
}

/*
=====================
CSS Search 
=====================
*/
.product-search-form {
  position: absolute;
  left: 0;
  right: 0;
  top: -100%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(37px);
  transition: all 400ms ease-in;
}

.product-search-form.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}

/*
=====================
CSS Table 
=====================
*/
tbody td:first-child {
  padding: 15px 15px 15px 0px;
}

tbody tr td {
  padding: 15px 15px;
}

tfoot tr td {
  padding: 24px 0px 10px;
}

/*
=====================
Classes 
=====================
*/
.main_menu {
  @apply border-r border-gray-200 md:col-span-6 px-6 lg:px-14 py-24;
}

.navbar-section {
  @apply bg-black-800/80 flex justify-start fixed top-0 bottom-0 left-0 right-0 overflow-auto z-100;
}

ul.menu_list {
  @apply mt-20 md:mt-6 mb-8;
}

.nav_wrapper {
  @apply w-full lg:w-4/5 xl:w-4/6;
}

.nav_wrapp--inside {
  @apply bg-white min-h-screen;
}

.nav_wrapp--inside-screen {
  @apply navbar-h-screen grid gap-0 md:grid-cols-12;
}

ul.menu_list li.menu_item a {
  @apply leading-7 text-2.5xl hover:text-black-800 text-gray-400 flex items-center justify-between transition py-4;
}
ul.menu_list li.menu_item a img {
  @apply h-4;
}

.nav_footer {
  @apply bg-white grid sm:gap-6 sm:grid-cols-12 border-t border-gray-200 sticky left-0 right-0 bottom-0 px-6 lg:px-14 py-4;
}

.sub_menu {
  @apply md:col-span-6 px-6 lg:px-14 py-24;
}

.p-standard p {
  @apply lg:leading-9 lg:text-xl text-black-800 mb-8;
}
.p-standard p:last {
  @apply lg:leading-9 lg:text-xl text-black-800 mb-10;
}

.collapse {
  visibility: visible !important;
}

.wysiwyg p {
  @apply lg:leading-7 lg:text-lg text-black-800 mb-4;
}
.wysiwyg p strong {
  @apply mb-8 lg:text-1xl;
  font-weight: bold;
}
.wysiwyg ul {
  @apply mb-8;
  list-style: disc !important;
  list-style-type: circle !important;
}
.wysiwyg ul li {
  @apply mb-4 ml-4;
  list-style-type: disc;
}

/*
=====================
Accoordion Open 
=====================
*/
.accordion-item .collapse {
  overflow: hidden;
  height: 0;
  transition: all 0.35s ease;
}

.accordion-open button img {
  transform: rotate(90deg);
}

.accordion-open .collapse {
  display: block;
  height: 100%;
}

div.ue-standard-wsiwyg p {
  @apply lg:mb-10 mb-6;
}
div.ue-standard-wsiwyg small {
  @apply lg:text-small text-small;
}
div.ue-standard-wsiwyg h4 {
  @apply leading-6 text-xl text-black-800 mb-4;
}
div.ue-standard-wsiwyg h3 {
  @apply leading-6 text-2xl text-black-800 mb-4;
}
div.ue-standard-wsiwyg h2 {
  @apply leading-8 text-3xl text-black-800 mb-6 mt-4;
}
div.ue-standard-wsiwyg a {
  @apply hover:text-gray-600 text-black-800 transition;
}
div.ue-standard-wsiwyg table {
  @apply w-full mb-6;
}
div.ue-standard-wsiwyg table tbody tr td {
  @apply pt-0 pb-1 pr-0 pl-0;
}

.accordion-download-list {
  @apply mb-4;
}
.testclass {
  @apply top-0;
}