@charset "UTF-8";
/*

	Subject: Individual CSS adjustments for customers
	Author: DeSight Studio GmbH
	Author URI: https://www.desightstudio.com
	Version: 1.0.0

	=======

	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	=======

    TABLE OF CONTENTS
    ---------------------------

	1. Client Variables
	2. Global Fonts
	3. Global Variables and Mixings
	4. Client Fonts
	5. Global Class Declarations
	6. Custom Post Types (Archive)
	7. Custom Post Types (Single)
	8. Layout CSS
	9. Sections
	10. Third Party Modules
	11. Client Modules
	12. Page Builder Snippets

*/
/* ===================================================== */
/* :::::::::::::::: 1. Client Variables :::::::::::::::: */
/* ===================================================== */
/* ===================================================== */
/* :::::::::::::::::: 2. Global Fonts :::::::::::::::::: */
/* ===================================================== */
/* ===================================================== */
/* :::::::::: 3. Global Variables and Mixings :::::::::: */
/* ===================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  outline: none;
  text-decoration: none;
}

*::-moz-selection {
  background-color: #17181d;
  color: #ffffff;
}
*::selection {
  background-color: #17181d;
  color: #ffffff;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  html, body {
    -webkit-font-smoothing: antialiased;
  }
}
body, html, p, span, ul, ol, dt, dd, li, a {
  font-family: "Raleway";
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Pirulen Rg";
  line-height: 1.5;
}

p, span, ul, ol, dt, dd, li, a {
  line-height: 1.5;
}

a {
  cursor: pointer;
}
a * {
  cursor: pointer;
}

p a {
  color: #d9af2f;
}

strong {
  font-weight: 700;
}

button, a {
  letter-spacing: normal;
}

html, body, #gp-global-wrapper {
  height: 100%;
  font-family: "Raleway";
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
div.targetElement {
  padding-top: 56.25%;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  padding-top: 1px !important;
  padding-right: 2px !important;
  padding-bottom: 3px !important;
  padding-left: 4px !important;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  margin-top: 1px !important;
  margin-right: 2px !important;
  margin-bottom: 3px !important;
  margin-left: 4px !important;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
input.targetElement.placeholder {
  color: #fff;
}
input.targetElement:-moz-placeholder {
  color: #fff;
}
input.targetElement::-moz-placeholder {
  color: #fff;
}
input.targetElement:-ms-input-placeholder {
  color: #fff;
}
input.targetElement::-webkit-input-placeholder {
  color: #fff;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  opacity: 0.8 !important;
  filter: alpha(opacity=80 !important) !important;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  -webkit-border-radius: 6px 4px 4px 6px !important;
  -moz-border-radius: 6px 4px 4px 6px !important;
  -ms-border-radius: 6px 4px 4px 6px !important;
  -o-border-radius: 6px 4px 4px 6px !important;
  border-radius: 6px 4px 4px 6px !important;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  zoom: 2; /* IE */
  -moz-transform: scale(2); /* Firefox */
  -o-transform: scale(2); /* Opera */
  -webkit-transform: scale(2); /* Safari And Chrome */
  transform: scale(2); /* Standard Property */
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
@-webkit-keyframes animate {
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@-moz-keyframes animate {
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}
@keyframes animate {
  50% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(-90deg);
  }
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  -webkit-text-shadow: 0 3px 3px #242b2e;
  -moz-text-shadow: 0 3px 3px #242b2e;
  -ms-text-shadow: 0 3px 3px #242b2e; /* IE 10+ */
  -o-text-shadow: 0 3px 3px #242b2e;
  text-shadow: 0 3px 3px #242b2e;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  background-image: url(../img/pattern.svg);
}
.no-svg p.targetElement {
  background-image: url(../img/pattern.png);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .no-svg p.targetElement {
    background-image: url(../img/pattern@2x.png);
  }
}

p.targetElement, .clearfix {
  *zoom: 1;
}
p.targetElement:before, .clearfix:before, p.targetElement:after, .clearfix:after {
  content: " ";
  display: table;
}
p.targetElement:after, .clearfix:after {
  clear: both;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
p.targetElement {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
.button__block .ekit-btn-wraper a, main.site-main .button__block .ekit-btn-wraper a {
  background: #17181d;
  padding: 12.5px 25px;
  margin: 0px;
  color: #ffffff;
  display: inline-block;
  /*min-width: 150px;*/
  width: auto;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1 !important;
  border: 1px solid #17181d !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 6px 6px 6px 6px !important;
  -moz-border-radius: 6px 6px 6px 6px !important;
  -ms-border-radius: 6px 6px 6px 6px !important;
  -o-border-radius: 6px 6px 6px 6px !important;
  border-radius: 6px 6px 6px 6px !important;
}
@media screen and (max-width: 1140px) {
  .button__block .ekit-btn-wraper a, main.site-main .button__block .ekit-btn-wraper a {
    padding: 10px 25px;
  }
}
.button__block .ekit-btn-wraper a:hover, main.site-main .button__block .ekit-btn-wraper a:hover {
  background: rgb(34.2788461538, 35.7692307692, 43.2211538462);
  cursor: pointer !important;
  border: 1px solid #17181d !important;
}
.button__block .ekit-btn-wraper a .elementor-button-content-wrapper, main.site-main .button__block .ekit-btn-wraper a .elementor-button-content-wrapper {
  align-items: center;
}
.button__block .ekit-btn-wraper a .elementor-button-icon, main.site-main .button__block .ekit-btn-wraper a .elementor-button-icon {
  display: inline-block;
  padding: 0px 10px 0px 0px;
}

.button_block_invert {
  background: #ffffff;
  padding: 12.5px 25px;
  margin: 0px;
  color: #17181d;
  display: inline-block;
  width: auto;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  letter-spacing: 1 !important;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 6px 6px 6px 6px !important;
  -moz-border-radius: 6px 6px 6px 6px !important;
  -ms-border-radius: 6px 6px 6px 6px !important;
  -o-border-radius: 6px 6px 6px 6px !important;
  border-radius: 6px 6px 6px 6px !important;
}
.button_block_invert:hover {
  color: rgb(34.2788461538, 35.7692307692, 43.2211538462);
  cursor: pointer !important;
  border: 1px solid #ffffff;
}
.button_block_invert .elementor-button-content-wrapper {
  align-items: center;
}
.button_block_invert .elementor-button-icon {
  display: inline-block;
  padding: 0px 10px 0px 0px;
}

.button__inline .ekit-btn-wraper a {
  background: #ffffff;
  padding: 12.5px 25px;
  margin: 0px;
  color: #17181d;
  display: inline-block;
  width: auto;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  letter-spacing: 1 !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 6px 6px 6px 6px !important;
  -moz-border-radius: 6px 6px 6px 6px !important;
  -ms-border-radius: 6px 6px 6px 6px !important;
  -o-border-radius: 6px 6px 6px 6px !important;
  border-radius: 6px 6px 6px 6px !important;
}
.button__inline .ekit-btn-wraper a:hover {
  background: rgb(34.2788461538, 35.7692307692, 43.2211538462);
  cursor: pointer !important;
}
.button__inline .ekit-btn-wraper a .elementor-button-content-wrapper {
  align-items: center;
}
.button__inline .ekit-btn-wraper a .elementor-button-icon {
  display: inline-block;
  padding: 0px 10px 0px 0px;
}

.desight-button-advanced.button-primary, .desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-primary, .slide-button-mobile.button-primary, .slide-button.button-primary, .button_slideshow_primary {
  background: #d9af2f;
  padding: 15px 35px;
  margin: 0;
  color: #ffffff;
  display: inline-block;
  width: auto;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: none;
  -webkit-border-radius: 50px 50px 50px 50px !important;
  -moz-border-radius: 50px 50px 50px 50px !important;
  -ms-border-radius: 50px 50px 50px 50px !important;
  -o-border-radius: 50px 50px 50px 50px !important;
  border-radius: 50px 50px 50px 50px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  min-width: 160px;
  box-shadow: 0 4px 15px rgba(217, 175, 47, 0.3);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.desight-button-advanced.button-primary:hover, .desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-primary:hover, .slide-button-mobile.button-primary:hover, .slide-button.button-primary:hover, .button_slideshow_primary:hover {
  background: rgb(219.3634146341, 179.9756097561, 59.9365853659);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(217, 175, 47, 0.4);
}
@media screen and (max-width: 768px) {
  .desight-button-advanced.button-primary, .desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-primary, .slide-button-mobile.button-primary, .slide-button.button-primary, .button_slideshow_primary {
    min-width: auto;
    padding: 12px 25px;
    font-size: 0.85rem;
  }
}

.desight-button-advanced.button-secondary, .desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-secondary, .slide-button-mobile.button-secondary, .slide-button.button-secondary, .button_slideshow_secondary {
  background: #313942;
  padding: 15px 35px;
  margin: 0;
  color: #ffffff;
  display: inline-block;
  width: auto;
  font-family: "Raleway";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-border-radius: 50px 50px 50px 50px !important;
  -moz-border-radius: 50px 50px 50px 50px !important;
  -ms-border-radius: 50px 50px 50px 50px !important;
  -o-border-radius: 50px 50px 50px 50px !important;
  border-radius: 50px 50px 50px 50px !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
  min-width: 160px;
}
.desight-button-advanced.button-secondary:hover, .desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-secondary:hover, .slide-button-mobile.button-secondary:hover, .slide-button.button-secondary:hover, .button_slideshow_secondary:hover {
  background: rgb(55.5191304348, 64.5834782609, 74.7808695652);
  transform: translateY(-2px);
}
@media screen and (max-width: 768px) {
  .desight-button-advanced.button-secondary, .desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-secondary, .slide-button-mobile.button-secondary, .slide-button.button-secondary, .button_slideshow_secondary {
    min-width: auto;
    padding: 12px 25px;
    font-size: 0.85rem;
  }
}

p.targetElement {
  font-family: "Raleway" !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: normal;
  text-transform: none;
  font-size: 12px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 600px) {
  p.targetElement {
    font-size: 14px !important;
    line-height: 1.75 !important;
  }
}

/* ============================================ */
/* :::::::::::::::: USAGE OF CODE ::::::::::::: */
/* ============================================ */
/**
 * Sass Variables 
 * Social Media Brand Colors 
 */
/* ===================================================== */
/* :::::::::::::::::: 4. Client Fonts :::::::::::::::::: */
/* ===================================================== */
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-LightItalic.eot");
  src: url("../fonts/raleway/Raleway-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-LightItalic.woff2") format("woff2"), url("../fonts/raleway/Raleway-LightItalic.woff") format("woff"), url("../fonts/raleway/Raleway-LightItalic.ttf") format("truetype"), url("../fonts/raleway/Raleway-LightItalic.svg#Raleway-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Regular.eot");
  src: url("../fonts/raleway/Raleway-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Regular.woff2") format("woff2"), url("../fonts/raleway/Raleway-Regular.woff") format("woff"), url("../fonts/raleway/Raleway-Regular.ttf") format("truetype"), url("../fonts/raleway/Raleway-Regular.svg#Raleway-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-ExtraBoldItalic.eot");
  src: url("../fonts/raleway/Raleway-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/raleway/Raleway-ExtraBoldItalic.woff") format("woff"), url("../fonts/raleway/Raleway-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/raleway/Raleway-ExtraBoldItalic.svg#Raleway-ExtraBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Italic.eot");
  src: url("../fonts/raleway/Raleway-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Italic.woff2") format("woff2"), url("../fonts/raleway/Raleway-Italic.woff") format("woff"), url("../fonts/raleway/Raleway-Italic.ttf") format("truetype"), url("../fonts/raleway/Raleway-Italic.svg#Raleway-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-Light.eot");
  src: url("../fonts/raleway/Raleway-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-Light.woff2") format("woff2"), url("../fonts/raleway/Raleway-Light.woff") format("woff"), url("../fonts/raleway/Raleway-Light.ttf") format("truetype"), url("../fonts/raleway/Raleway-Light.svg#Raleway-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway/Raleway-ExtraBold.eot");
  src: url("../fonts/raleway/Raleway-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/raleway/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/raleway/Raleway-ExtraBold.woff") format("woff"), url("../fonts/raleway/Raleway-ExtraBold.ttf") format("truetype"), url("../fonts/raleway/Raleway-ExtraBold.svg#Raleway-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Pirulen Rg";
  src: url("../fonts/pirulen/PirulenRg-Regular.eot");
  src: url("../fonts/pirulen/PirulenRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pirulen/PirulenRg-Regular.woff2") format("woff2"), url("../fonts/pirulen/PirulenRg-Regular.woff") format("woff"), url("../fonts/pirulen/PirulenRg-Regular.ttf") format("truetype"), url("../fonts/pirulen/PirulenRg-Regular.svg#PirulenRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ===================================================== */
/* :::::::::::: 5. Global Class Declarations ::::::::::: */
/* ===================================================== */
.button__inline {
  margin: 0px;
  padding: 0px;
}
.button__inline .ekit-btn-wraper {
  display: inline-block;
}
main.site-main .button__block {
  margin: 0px;
  padding: 0px;
}
main.site-main .button__block.center {
  text-align: center !important;
}
main.site-main .button__block .ekit-btn-wraper {
  display: inline-block;
}
@media screen and (max-width: 1140px) {
  main.site-main .button__block .ekit-btn-wraper a {
    padding: 20px;
    font-size: 16px;
    border: 0px !important;
  }
}

.button__block {
  margin: 0px;
  padding: 0px;
}
.button__block .ekit-btn-wraper {
  display: inline-block;
}
.otgs-development-site-front-end {
  display: none !important;
}

@media screen and (max-width: 980px) {
  .elementor-hidden-tablet {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .elementor-hidden-modile {
    display: none !important;
  }
}

.g-recaptcha {
  display: none !important;
}

.text__spacer {
  display: inline-block;
  width: 1px;
  height: auto;
  padding: 0px 10px;
}
.text__spacer.small {
  padding: 0px 5px;
}

.elementor-widget:not(:last-child) {
  margin: 0px !important;
}

.hide-mobile {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}

.show-mobile {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .show-mobile {
    display: block !important;
  }
}

.hide-desktop  {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hide-desktop  {
    display: block !important;
  }
}

.show-desktop {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .show-desktop {
    display: none !important;
  }
}

.display-none {
  display: none !important;
}

/* ===================================================== */
/* ::::::::::: 6. Custom Post Types (Archive) :::::::::: */
/* ===================================================== */
/* ===================================================== */
/* ::::::::::: 7. Custom Post Types (Single) ::::::::::: */
/* ===================================================== */
/* ===================================================== */
/* :::::::::::::::::: 8. Layout CSS :::::::::::::::::::: */
/* ===================================================== */
header#site-header {
  display: none !important;
}

.sticky-header {
  position: fixed !important;
  top: 0 !important;
  z-index: 9999 !important;
  width: 100% !important;
}
.sticky-header .elementor-sticky {
  background-color: rgba(0, 0, 0, 0.8);
}

header[data-elementor-type=header] .elementor-nav-menu--dropdown {
  position: fixed !important;
  left: 0px !important;
  width: 100% !important;
  height: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  margin: 0px !important;
  padding: 0px !important;
  height: 100vh !important;
  top: 53px !important;
  max-height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}
header[data-elementor-type=header] .elementor-nav-menu--dropdown .elementor-nav-menu {
  display: block;
  padding: 0px;
  margin: 0px;
}
header[data-elementor-type=header] .elementor-nav-menu--dropdown .elementor-nav-menu li {
  display: block !important;
  width: 100% !important;
  padding: 20px !important;
}
header[data-elementor-type=header] .elementor-nav-menu--dropdown .elementor-nav-menu li a {
  color: #ffffff !important;
  font-size: 24px !important;
  display: block !important;
  text-align: center !important;
  padding: 0px !important;
  margin: 0px !important;
  background: transparent !important;
  border: 0px solid transparent !important;
}
header[data-elementor-type=header] .elementor-nav-menu--dropdown .elementor-nav-menu li a.elementor-item-active {
  color: #d9af2f !important;
}
header[data-elementor-type=header] .elementor-nav-menu--dropdown .elementor-nav-menu li a:hover {
  color: #d9af2f !important;
  border: 0px solid transparent !important;
}

body {
  background: #17181d !important;
}

.elementor-location-footer .elementor-element .elementor-nav-menu--main {
  padding: 0px;
  margin: 0px;
}
.elementor-location-footer .elementor-element .elementor-nav-menu--main li {
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
@media screen and (max-width: 768px) {
  .elementor-location-footer .elementor-element .elementor-nav-menu--main li {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.elementor-location-footer .elementor-element .elementor-nav-menu--main li a {
  display: inline-block;
  padding: 0px 10px;
  color: #ffffff;
  position: relative;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 768px) {
  .elementor-location-footer .elementor-element .elementor-nav-menu--main li a {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: center;
  }
}
.elementor-location-footer .elementor-element .elementor-nav-menu--main li a:hover {
  color: #d9af2f;
}
.elementor-location-footer .elementor-element .elementor-nav-menu--main li a:before, .elementor-location-footer .elementor-element .elementor-nav-menu--main li a:after {
  display: none !important;
}

/* ===================================================== */
/* ::::::::::::::::::: 9. Sections ::::::::::::::::::::: */
/* ===================================================== */
/* ===================================================== */
/* :::::::::::::: 10. Third Party Modules ::::::::::::::: */
/* ===================================================== */
@media screen and (max-width: 768px) {
  .elementor-element.elementor-widget h2 {
    font-size: 1.125em !important;
  }
}
.elementor-element.elementor-widget h3, .elementor-element.elementor-widget h4, .elementor-element.elementor-widget h5, .elementor-element.elementor-widget h6 {
  font-family: "Pirulen Rg" !important;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .elementor-element.elementor-widget h3, .elementor-element.elementor-widget h4, .elementor-element.elementor-widget h5, .elementor-element.elementor-widget h6 {
    font-size: 1.25em !important;
  }
}
.elementor-element.elementor-widget p {
  margin: 10px 0px 20px 0px;
}
.elementor-element.elementor-widget ul {
  margin: 10px 0px 10px 30px;
  padding: 0px;
}
.elementor-element.elementor-widget ul li {
  margin: 20px 0px;
  padding: 0px;
}

/* ===================================================== */
/* :::::::::::::::: 11. Client Modules ::::::::::::::::: */
/* ===================================================== */
/* ===================================================== */
/* ::::::::::::: 12. Page Builder Snippets ::::::::::::: */
/* ===================================================== */
/* ===================================================== */
/* :::::::::: DeSight Studio® Elementor Widgets :::::::::: */
/* ===================================================== */
/**
 * Produkt-Slideshow Widget
 */
.desight-slideshow-container {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  background: #000;
  -webkit-border-radius: 0px 0px 0px 0px !important;
  -moz-border-radius: 0px 0px 0px 0px !important;
  -ms-border-radius: 0px 0px 0px 0px !important;
  -o-border-radius: 0px 0px 0px 0px !important;
  border-radius: 0px 0px 0px 0px !important;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .desight-slideshow-container {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .desight-slideshow-container {
    height: 100vh;
    min-height: 100vh;
  }
}

.desight-slideshow-desktop {
  display: block;
}
@media screen and (max-width: 768px) {
  .desight-slideshow-desktop {
    display: none !important;
  }
}

.desight-slideshow-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .desight-slideshow-mobile {
    display: block !important;
  }
}

.desight-slideshow-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.desight-slideshow-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0, 0, 0);
  z-index: 2;
  pointer-events: none;
}

.desight-slideshow-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.desight-slideshow-content {
  position: relative;
  z-index: 4;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0;
}

.desight-slideshow-inner {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .desight-slideshow-inner {
    max-width: 1140px;
  }
}
@media screen and (max-width: 768px) {
  .desight-slideshow-inner {
    max-width: 960px;
  }
}
@media screen and (max-width: 768px) {
  .desight-slideshow-inner {
    max-width: 100%;
    padding: 0 15px;
    height: auto;
    min-height: 100%;
  }
}

.desight-slides-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.desight-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 1;
}
.desight-slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.desight-slide:not(.active) .slide-content,
.desight-slide:not(.active) .slide-amulet,
.desight-slide:not(.active) .slide-rating,
.desight-slide:not(.active) .global-rating {
  opacity: 0 !important;
  visibility: hidden !important;
}
.desight-slide:first-child {
  opacity: 1;
  visibility: visible;
}
.desight-slide.slide-in-right {
  transform: translateX(100%);
}
.desight-slide.slide-in-left {
  transform: translateX(-100%);
}
.desight-slide.slide-out-right {
  transform: translateX(100%);
}
.desight-slide.slide-out-left {
  transform: translateX(-100%);
}
@media screen and (max-width: 768px) {
  .desight-slide {
    background-attachment: scroll;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.slide-row-1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 90px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .slide-row-1 {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .slide-row-1 {
    padding: 20px 20px 0 20px;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    width: 100%;
  }
}

.slide-content {
  flex: 1;
  max-width: 800px;
  color: white !important;
  align-self: flex-end;
}
.slide-content * {
  color: white !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .slide-content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .slide-content {
    text-align: center;
    padding: 0;
    max-width: 100%;
    width: 100%;
    align-self: center;
    order: 2;
  }
  .slide-content * {
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.9);
  }
}

.slide-title {
  margin-bottom: 30px;
}
.slide-title h1 {
  font-weight: 400;
  line-height: 1.1;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 2.5rem !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Pirulen Rg" !important;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .slide-title h1 {
    font-size: 1.25em !important;
  }
}
.slide-title b, .slide-title strong, .slide-title .highlight {
  color: #cfb43f !important;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .slide-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .slide-title {
    margin-bottom: 12px;
    text-align: center;
  }
  .slide-title h1 {
    font-size: 1.25em !important;
    line-height: 1.2;
    letter-spacing: 0.5px;
    word-break: auto-phrase;
    hyphens: auto;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.95);
  }
  .slide-title b, .slide-title strong, .slide-title .highlight {
    display: inline-block;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.95);
  }
}

.slide-text {
  font-size: 1.1rem;
  margin-bottom: 40px;
  line-height: 1.6;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  color: rgba(255, 255, 255, 0.95);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .slide-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .slide-text {
    font-size: 0.875rem;
    margin-bottom: 16px;
    text-align: center;
    line-height: 1.5;
    padding: 0 10px;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.98);
  }
}
.slide-text p {
  margin: 0px 0px 15px 0px !important;
}
.slide-text p strong {
  color: #d9af2f !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.slide-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 0px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .slide-buttons {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 10px;
  }
}

.slide-button {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .slide-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px 20px !important;
    font-size: 0.9rem !important;
    min-width: auto !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4) !important;
  }
}

.slide-row-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 100px 120px 90px 120px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .slide-row-2 {
    padding: 0 40px 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .slide-row-2 {
    padding: 0 20px 30px 20px;
    gap: 15px;
    width: 100%;
    margin-top: auto;
  }
}
.slide-row-2:has(.global-rating):not(:has(.slide-rating)) {
  padding: 60px 120px 0 90px;
}
@media screen and (max-width: 768px) {
  .slide-row-2:has(.global-rating):not(:has(.slide-rating)) {
    padding: 0 40px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .slide-row-2:has(.global-rating):not(:has(.slide-rating)) {
    padding: 0 20px 0 20px;
  }
}

.global-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: -30px 0 10px 30px;
  padding-left: 0;
  font-size: 0.95rem;
  color: white;
  transform: none !important;
  transition: opacity 0.5s ease-in-out !important;
}
.global-rating .global-rating-average {
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  line-height: 1;
}
.global-rating .global-rating-stars {
  display: flex;
  gap: 2px;
  align-items: center;
}
.global-rating .global-rating-stars i {
  font-size: 14px;
  line-height: 1;
}
.global-rating .global-rating-stars i.fas.fa-star, .global-rating .global-rating-stars i.fas.fa-star-half-alt {
  color: #cfb43f;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}
.global-rating .global-rating-stars i.far.fa-star {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.global-rating .global-rating-count {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1;
}

.slide-rating {
  flex-shrink: 0;
  max-width: 500px;
  position: relative;
}
.slide-rating:before {
  content: "“";
  font-size: 4rem;
  color: white;
  position: absolute;
  top: -40px;
  left: -20px;
  font-family: "Raleway";
  font-weight: 700;
  line-height: 1;
}
.slide-rating .rating-stars {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 30px;
}
.slide-rating .rating-stars i {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide-rating .rating-stars i.fas.fa-star {
  color: #cfb43f;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}
.slide-rating .rating-stars i.far.fa-star {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.slide-rating .rating-stars i:hover {
  transform: scale(1.1);
}
.slide-rating .rating-text {
  font-style: italic;
  margin-bottom: 12px;
  font-size: 1.2rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  color: white;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 30px;
}
.slide-rating .rating-meta {
  padding-left: 30px;
}
.slide-rating .rating-meta .rating-name {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 10px;
}
.slide-rating .rating-meta .rating-date {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 768px) {
  .slide-rating {
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .slide-rating {
    max-width: 100%;
    width: 100%;
    padding-right: 80px;
  }
  .slide-rating:before {
    font-size: 2.5rem;
    top: -25px;
    left: -10px;
  }
  .slide-rating .rating-stars {
    margin-bottom: 10px;
    padding-left: 10px;
    gap: 3px;
  }
  .slide-rating .rating-stars i {
    font-size: 14px;
  }
  .slide-rating .rating-text {
    font-size: 0.875rem;
    margin-bottom: 8px;
    padding-left: 10px;
    line-height: 1.4;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .slide-rating .rating-meta {
    padding-left: 10px;
  }
  .slide-rating .rating-meta .rating-name {
    font-size: 0.75rem;
    display: inline-block;
  }
  .slide-rating .rating-meta .rating-date {
    font-size: 0.7rem;
    display: inline-block;
  }
}

.slide-amulet {
  flex-shrink: 0;
  max-width: 400px;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide-amulet.amulet-position-top {
  align-items: flex-start;
}
.slide-amulet.amulet-position-center {
  align-items: center;
}
.slide-amulet.amulet-position-bottom {
  align-items: flex-end;
}
.slide-amulet img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 15px 40px rgb(0, 0, 0));
  opacity: 1 !important;
}
.slide-amulet .amulet-title {
  margin-top: 15px;
  text-align: center;
  color: white;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 980px) {
  .slide-amulet {
    max-width: 300px;
    max-height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .slide-amulet {
    max-width: 250px;
    max-height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .slide-amulet {
    max-width: 220px;
    max-height: 280px;
    order: 1;
    margin-bottom: 15px;
  }
  .slide-amulet img {
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.8));
  }
}
@media screen and (max-width: 375px) {
  .slide-amulet {
    max-width: 180px;
    max-height: 230px;
  }
}

.desight-slideshow-navigation {
  display: none;
  /*position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 5; // Ebene #5: Navigation

  @include screen(med) {
      display: none !important; // Desktop-Navigation auf Mobile verstecken
  }

  .slide-nav {
      background: none;
      border: none;
      color: white;
      cursor: pointer;
      @include transition(all 0.3s ease);
      pointer-events: auto;
      font-size: 5rem !important; // Größere Chevrons mit !important

      i {
          // FontAwesome 7 Pro Sharp wird automatisch geladen
          font-size: 5rem !important;
      }

      &.prev:hover {
          transform: translateX(-5px);
      }

      &.next:hover {
          transform: translateX(5px);
      }

      @include screen(med) {
          font-size: 2.5rem !important; // Kleiner aber noch gut klickbar
          padding: 10px; // Touch-Target vergrößern
          margin: -10px; // Negative Margin für visuelles Alignment

          i {
              font-size: 2.5rem !important;
              text-shadow: 2px 2px 8px rgba(0,0,0,0.9); // Bessere Sichtbarkeit
          }

          // Hover-Effekte auf Mobile deaktivieren
          &.prev:hover,
          &.next:hover {
              transform: none;
          }
      }
  }

  // Mobile: Navigation weiter oben positionieren
  @include screen(med) {
      top: 30%;
      left: 15px;
      right: 15px;
  }*/
}

.slide-row-2-global {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  padding: 0px 90px 90px 0px;
}
.slide-row-2-global .thumbnail-item {
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .slide-row-2-global {
    padding: 0 20px 30px 0;
  }
}

.desight-slideshow-thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: -8px;
  max-width: 500px;
}
.desight-slideshow-thumbnails:has(.thumbnail-item:nth-child(7)) {
  flex-wrap: wrap;
  gap: 2px;
  justify-content: flex-end;
}
.desight-slideshow-thumbnails:has(.thumbnail-item:nth-child(7)) .thumbnail-item {
  margin: 0;
}
.desight-slideshow-thumbnails .thumbnail-item {
  position: relative;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50% 50% 50% 50% !important;
  -moz-border-radius: 50% 50% 50% 50% !important;
  -ms-border-radius: 50% 50% 50% 50% !important;
  -o-border-radius: 50% 50% 50% 50% !important;
  border-radius: 50% 50% 50% 50% !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(135deg, #242b2e 0%, #141414 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.desight-slideshow-thumbnails .thumbnail-item:nth-child(1) {
  z-index: 6;
}
.desight-slideshow-thumbnails .thumbnail-item:nth-child(2) {
  z-index: 5;
  margin-left: -8px;
}
.desight-slideshow-thumbnails .thumbnail-item:nth-child(3) {
  z-index: 4;
  margin-left: -8px;
}
.desight-slideshow-thumbnails .thumbnail-item:nth-child(4) {
  z-index: 3;
  margin-left: -8px;
}
.desight-slideshow-thumbnails .thumbnail-item:nth-child(5) {
  z-index: 2;
  margin-left: -8px;
}
.desight-slideshow-thumbnails .thumbnail-item:nth-child(6) {
  z-index: 1;
  margin-left: -8px;
}
.desight-slideshow-thumbnails .thumbnail-item:hover {
  opacity: 1;
  transform: scale(1.15);
  z-index: 10;
  box-shadow: 0 6px 20px rgba(255, 215, 0, 0.3);
}
.desight-slideshow-thumbnails .thumbnail-item.active {
  opacity: 1;
  z-index: 10;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}
.desight-slideshow-thumbnails .thumbnail-item.active::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  background: linear-gradient(135deg, #cfb43f, #cfb43f);
  border-radius: 50%;
  z-index: -1;
}
.desight-slideshow-thumbnails .thumbnail-item img {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 768px) {
  .desight-slideshow-thumbnails .thumbnail-item {
    width: 55px;
    height: 55px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(2) {
    margin-left: -6px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(3) {
    margin-left: -6px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(4) {
    margin-left: -6px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(5) {
    margin-left: -6px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(6) {
    margin-left: -6px;
  }
  .desight-slideshow-thumbnails .thumbnail-item img {
    width: 70%;
    height: 70%;
  }
  .desight-slideshow-thumbnails .thumbnail-item.active::before {
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
  }
}
@media screen and (max-width: 375px) {
  .desight-slideshow-thumbnails .thumbnail-item {
    width: 48px;
    height: 48px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(2) {
    margin-left: -5px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(3) {
    margin-left: -5px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(4) {
    margin-left: -5px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(5) {
    margin-left: -5px;
  }
  .desight-slideshow-thumbnails .thumbnail-item:nth-child(6) {
    margin-left: -5px;
  }
}
.desight-slideshow-container.loading .desight-slide {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .desight-slide,
  .slide-nav,
  .thumbnail-item {
    transition: none;
  }
}
/* ===================================================== */
/* :::::::::: MOBILE VERSION - Eigener DOM :::::::::: */
/* ===================================================== */
.desight-slide-mobile {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0px 20px 30px 20px;
  gap: 0px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  -moz-transition: opacity 0.5s ease, visibility 0.5s ease;
  -ms-transition: opacity 0.5s ease, visibility 0.5s ease;
  -o-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  height: 100vh;
}
.desight-slide-mobile.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.desight-slide-mobile:first-child {
  opacity: 1;
  visibility: visible;
}
.desight-slide-mobile:not(.active) .slide-content-mobile,
.desight-slide-mobile:not(.active) .slide-amulet-mobile,
.desight-slide-mobile:not(.active) .slide-rating-mobile,
.desight-slide-mobile:not(.active) .global-rating-mobile {
  opacity: 0 !important;
  visibility: hidden !important;
}

.slide-amulet-mobile {
  width: 90%;
  max-width: 350px;
  margin: 0 auto 0px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slide-amulet-mobile.amulet-position-top {
  align-items: flex-start;
}
.slide-amulet-mobile.amulet-position-center {
  align-items: center;
}
.slide-amulet-mobile.amulet-position-bottom {
  align-items: flex-end;
}
.slide-amulet-mobile img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.8));
}
.slide-amulet-mobile .amulet-title-mobile {
  margin-top: 12px;
  text-align: center;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media screen and (max-width: 375px) {
  .slide-amulet-mobile {
    max-width: 200px;
  }
  .slide-amulet-mobile .amulet-title-mobile {
    font-size: 0.9rem;
  }
}

.slide-content-mobile {
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.slide-title-mobile {
  margin-bottom: 15px;
}
.slide-title-mobile h1 {
  line-height: 1.2;
  font-weight: 400;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.95);
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Pirulen Rg" !important;
  hyphens: auto;
  word-break: auto-phrase;
}
@media screen and (max-width: 768px) {
  .slide-title-mobile h1 {
    font-size: 1.25em !important;
  }
}
.slide-title-mobile b, .slide-title-mobile strong, .slide-title-mobile .highlight {
  color: #cfb43f !important;
  font-weight: 800;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.95);
}

.slide-text-mobile {
  font-size: 1em;
  line-height: 1.5;
  margin-bottom: 20px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
  color: rgba(255, 255, 255, 0.98);
  padding: 0 5px;
}
.slide-text-mobile p {
  margin: 0px 0px 15px 0px !important;
}
.slide-text-mobile p strong {
  color: #d9af2f !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
}

.slide-buttons-mobile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  margin-bottom: 25px;
}

.slide-button-mobile {
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 15px 20px !important;
  font-size: 0.9rem !important;
  min-width: auto !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4) !important;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-rating-wrapper-mobile {
  width: 100%;
}
.slide-rating-wrapper-mobile .global-rating-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 12px;
  font-size: 0.9rem;
  color: white;
  transform: none !important;
  transition: opacity 0.5s ease-in-out !important;
}
.slide-rating-wrapper-mobile .global-rating-mobile .global-rating-average {
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  line-height: 1;
}
.slide-rating-wrapper-mobile .global-rating-mobile .global-rating-stars {
  display: flex;
  gap: 2px;
  align-items: center;
}
.slide-rating-wrapper-mobile .global-rating-mobile .global-rating-stars i {
  font-size: 13px;
  line-height: 1;
}
.slide-rating-wrapper-mobile .global-rating-mobile .global-rating-stars i.fas.fa-star, .slide-rating-wrapper-mobile .global-rating-mobile .global-rating-stars i.fas.fa-star-half-alt {
  color: #cfb43f;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}
.slide-rating-wrapper-mobile .global-rating-mobile .global-rating-stars i.far.fa-star {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.slide-rating-wrapper-mobile .global-rating-mobile .global-rating-count {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  line-height: 1;
}

.slide-rating-mobile {
  /*width: 100%;
  padding: 15px 20px;
  background: rgba(0,0,0,0.3);
  @include border-radius(12px, 12px, 12px, 12px);
  backdrop-filter: blur(10px);*/
  display: none;
}

.rating-stars-mobile {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
}
.rating-stars-mobile i {
  font-size: 16px;
}
.rating-stars-mobile i.fas.fa-star {
  color: #cfb43f;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
}
.rating-stars-mobile i.far.fa-star {
  color: rgba(255, 255, 255, 0.4);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.rating-text-mobile {
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.4;
  color: white;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.9);
  margin-bottom: 10px;
  text-align: center;
}

.rating-meta-mobile {
  text-align: center;
  font-size: 0.75rem;
}
.rating-meta-mobile .rating-name-mobile {
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-right: 8px;
}
.rating-meta-mobile .rating-date-mobile {
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.desight-slideshow-navigation-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .desight-slideshow-navigation-mobile {
    position: absolute;
    top: 35%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
  }
}
.desight-slideshow-navigation-mobile .slide-nav {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  pointer-events: auto;
  font-size: 2.5rem !important;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.desight-slideshow-navigation-mobile .slide-nav i {
  font-size: 2.5rem !important;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.9);
}

.desight-slideshow-thumbnails-mobile {
  /*position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;*/
  display: none;
}

.thumbnail-item-mobile {
  position: relative;
  width: 55px;
  height: 55px;
  -webkit-border-radius: 50% 50% 50% 50% !important;
  -moz-border-radius: 50% 50% 50% 50% !important;
  -ms-border-radius: 50% 50% 50% 50% !important;
  -o-border-radius: 50% 50% 50% 50% !important;
  border-radius: 50% 50% 50% 50% !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0.8;
  overflow: hidden;
  background: linear-gradient(135deg, #242b2e 0%, #141414 100%);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}
.thumbnail-item-mobile:hover, .thumbnail-item-mobile.active {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
}
.thumbnail-item-mobile.active::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(135deg, #cfb43f, #cfb43f);
  border-radius: 50%;
  z-index: -1;
}
.thumbnail-item-mobile img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 375px) {
  .thumbnail-item-mobile {
    width: 48px;
    height: 48px;
  }
}

/**
 * Advanced Social Icons Widget
 */
.desight-social-icons-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.desight-social-icons-wrapper.elementor-grid {
  display: grid;
  grid-template-columns: var(--grid-template-columns, repeat(auto-fit, minmax(auto, 1fr)));
  align-items: center;
  justify-items: center;
}
.desight-social-icons-wrapper .elementor-grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.desight-social-icons-wrapper .desight-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: var(--desight-icon-size, 20px);
  padding: 0.5em;
  background-color: #3b5998;
  border-radius: 3px;
  color: #ffffff;
}
.desight-social-icons-wrapper .desight-social-icon i, .desight-social-icons-wrapper .desight-social-icon svg {
  font-size: inherit;
  line-height: 1;
  width: 1em;
  height: 1em;
}
.desight-social-icons-wrapper .desight-social-icon svg {
  fill: currentColor;
}
.desight-social-icons-wrapper .desight-social-icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.desight-social-icons-wrapper .desight-social-icon .elementor-screen-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.desight-social-icons-wrapper.desight-no-background .desight-social-icon {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0.2em;
}
.desight-social-icons-wrapper.desight-no-background .desight-social-icon:hover {
  background: none !important;
  transform: scale(1.1);
  box-shadow: none !important;
}
.desight-social-icons-wrapper.elementor-shape-square .desight-social-icon {
  border-radius: 0;
}
.desight-social-icons-wrapper.elementor-shape-rounded .desight-social-icon {
  border-radius: 10%;
}
.desight-social-icons-wrapper.elementor-shape-circle .desight-social-icon {
  border-radius: 50%;
}
.desight-social-icons-wrapper.e-grid-align-left {
  justify-content: flex-start;
  text-align: left;
}
.desight-social-icons-wrapper.e-grid-align-center {
  justify-content: center;
  text-align: center;
}
.desight-social-icons-wrapper.e-grid-align-right {
  justify-content: flex-end;
  text-align: right;
}

.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-facebook {
  background-color: #3b5998;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-twitter {
  background-color: #1da1f2;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-instagram {
  background-color: #e4405f;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-linkedin {
  background-color: #0077b5;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-youtube {
  background-color: #ff0000;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-pinterest {
  background-color: #bd081c;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-snapchat {
  background-color: #fffc00;
  color: #000;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-whatsapp {
  background-color: #25d366;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-telegram {
  background-color: #0088cc;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-skype {
  background-color: #00aff0;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-github {
  background-color: #333;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-dribbble {
  background-color: #ea4c89;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-behance {
  background-color: #1769ff;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-vimeo {
  background-color: #1ab7ea;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-tumblr {
  background-color: #35465c;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-reddit {
  background-color: #ff4500;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-spotify {
  background-color: #1ed760;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-soundcloud {
  background-color: #ff3300;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-tiktok {
  background-color: #000;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-discord {
  background-color: #7289da;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-twitch {
  background-color: #9146ff;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-envelope {
  background-color: #34495e;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-rss {
  background-color: #f26522;
}
.desight-social-icons-wrapper:not(.desight-no-background) .elementor-social-icon-link {
  background-color: #818a91;
}

@media screen and (max-width: 768px) {
  .desight-social-icons-wrapper .desight-social-icon {
    font-size: var(--desight-icon-size, 18px);
  }
}
/**
 * Advanced Video Widget
 */
.desight-video-advanced-container {
  position: relative;
  width: 100%;
}
.desight-video-advanced-container .elementor-wrapper {
  position: relative;
  width: 100%;
}
.desight-video-advanced-container .elementor-wrapper .elementor-video,
.desight-video-advanced-container .elementor-wrapper .elementor-video-iframe {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.desight-video-advanced-container .elementor-wrapper .desight-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.desight-video-advanced-container .elementor-wrapper .elementor-custom-embed-image-overlay {
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
}
.desight-video-advanced-container .elementor-wrapper .elementor-custom-embed-image-overlay img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.desight-video-advanced-container .elementor-wrapper .elementor-custom-embed-image-overlay:hover img {
  transform: scale(1.05);
}
.desight-video-advanced-container .elementor-wrapper .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.8);
  color: white;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.desight-video-advanced-container .elementor-wrapper .elementor-custom-embed-image-overlay .elementor-custom-embed-play:hover {
  background: rgba(0, 0, 0, 0.9);
  transform: translate(-50%, -50%) scale(1.1);
}
.desight-video-advanced-container .elementor-wrapper .elementor-custom-embed-image-overlay .elementor-custom-embed-play .elementor-screen-only {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .desight-video-advanced-container .elementor-wrapper .elementor-custom-embed-image-overlay .elementor-custom-embed-play {
    width: 60px;
    height: 60px;
    font-size: 18px;
  }
}
.desight-video-advanced-container .desight-video-button-wrapper {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: center;
}
.desight-video-advanced-container .desight-video-button-wrapper .desight-video-button {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-primary {
  box-shadow: 0 4px 15px rgba(217, 175, 47, 0.4), 0 2px 8px rgba(0, 0, 0, 0.2);
}
.desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-primary:hover {
  box-shadow: 0 6px 20px rgba(217, 175, 47, 0.5), 0 4px 12px rgba(0, 0, 0, 0.3);
}
.desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-secondary {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
}
.desight-video-advanced-container .desight-video-button-wrapper .desight-video-button.button-secondary:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .desight-video-advanced-container .desight-video-button-wrapper {
    bottom: 25px;
  }
  .desight-video-advanced-container .desight-video-button-wrapper .desight-video-button {
    padding: 12px 30px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .desight-video-advanced-container .desight-video-button-wrapper {
    bottom: 20px;
  }
  .desight-video-advanced-container .desight-video-button-wrapper .desight-video-button {
    padding: 10px 25px;
    font-size: 0.85rem;
    min-width: auto;
  }
}

.elementor-nav-menu--layout-horizontal {
  justify-content: center;
}

/**
 * Advanced Button Widget
 */
.desight-button-wrapper {
  display: block;
  width: 100%;
}

.desight-button-advanced {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.desight-button-advanced .desight-button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.desight-button-advanced .desight-button-icon i, .desight-button-advanced .desight-button-icon svg {
  line-height: 1;
}
.desight-button-advanced .desight-button-text {
  display: inline-block;
  line-height: 1;
}

/**
 * Bewertungen Widget
 */
.desight-reviews-container {
  width: 100%;
  position: relative;
}

.desight-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  grid-auto-rows: auto;
  align-items: start;
}
.desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-1 {
  grid-template-columns: 1fr;
}
.desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-tablet-1 {
    grid-template-columns: 1fr;
  }
  .desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-tablet-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-tablet-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-mobile-1 {
    grid-template-columns: 1fr;
  }
  .desight-reviews-grid:not(.masonry-enabled).desight-reviews-columns-mobile-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) and (max-width: 480px) {
  .desight-reviews-grid:not(.masonry-enabled) {
    grid-template-columns: 1fr !important;
  }
}
.desight-reviews-grid.masonry-enabled {
  position: relative;
}
.desight-reviews-grid.masonry-enabled .desight-review-item {
  position: relative;
  transition: all 0.3s ease;
}
.desight-reviews-grid.masonry-enabled .desight-review-item.masonry-positioned {
  position: absolute;
}
@media (max-width: 480px) {
  .desight-reviews-grid.masonry-enabled .desight-review-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 100% !important;
  }
  .desight-reviews-grid.masonry-enabled .desight-review-item.masonry-positioned {
    position: relative !important;
  }
}

.desight-review-item {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  overflow: hidden;
  break-inside: avoid;
}
.desight-review-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}
.desight-review-item:nth-child(3n+1) .review-text {
  min-height: auto;
}
.desight-review-item:nth-child(4n+2) {
  padding: 25px 20px;
}
.desight-review-item:nth-child(5n+3) .review-media {
  margin-bottom: 20px;
}
.desight-review-item:nth-child(5n+3) .review-media img, .desight-review-item:nth-child(5n+3) .review-media video {
  max-height: 250px;
  object-fit: cover;
}

.review-media {
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}
.review-media img, .review-media video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.review-media video {
  max-height: 200px;
  object-fit: cover;
}

.review-content .review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 8px;
}
.review-content .review-header .review-name {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  margin: 0;
  line-height: 1.3;
}
.review-content .review-header .review-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #28a745;
  font-weight: 500;
}
.review-content .review-header .review-verified i {
  font-size: 12px;
}
.review-content .review-rating {
  margin-bottom: 12px;
}
.review-content .review-rating i {
  font-size: 16px;
  color: #ffc107;
  margin-right: 2px;
}
.review-content .review-rating i.far {
  color: #e0e0e0;
}
.review-content .review-text {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin-bottom: 12px;
  margin-top: 0;
}
.review-content .review-date {
  font-size: 12px;
  color: #999999;
  font-style: italic;
}

/*# sourceMappingURL=main.min.css.map */
