

/*
Theme Name: wesi 2025
Theme URI: http://ftp.wennessoweitist.com/wp-content/themes/2020
Author: Mario Blum
Author URI: https://www.marioblum.com
Version: 2.0 – 2025
Description: Custom made WordPress Theme 
*/

/* ************************************************************* */
.skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: auto;
  height: auto;
  overflow: hidden
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
  background: #000;
  color: #fff;
  padding: .5rem .75rem;
  z-index: 1000
}

/* Focus visibility */
:focus-visible {
  outline: 2px solid #1e90ff;
  outline-offset: 2px
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important
  }
}

/* Elementor Font Override - Fallback only, no !important */
.elementor-widget-text-editor,
.elementor-widget-text-editor p,
.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
 /*font-family: 'BlenderPro-Medium', sans-serif;*/
}

.elementor-widget-heading .elementor-heading-title {
  /* font-family: 'BlenderPro-Bold', sans-serif;*/
}

/* Elementor BlenderPro Font Overrides - CSS Classes */
.blender-book,
.blender-book *,
.elementor-widget.blender-book,
.elementor-widget.blender-book * {
  /* font-family: 'BlenderPro-Book', sans-serif;*/
}

.blender-medium,
.blender-medium *,
.elementor-widget.blender-medium,
.elementor-widget.blender-medium * {
  /* font-family: 'BlenderPro-Medium', sans-serif;*/
}

.blender-bold,
.blender-bold *,
.elementor-widget.blender-bold,
.elementor-widget.blender-bold * {
  /* font-family: 'BlenderPro-Bold', sans-serif;*/
}
/******************* F O N T S *******************/

@font-face {
  font-family: 'BlenderPro-Book';
  src: url('fonts/BlenderPro-Book.eot');
  src: local('BlenderPro-Book'),
    url('fonts/BlenderPro-Book.woff2') format('woff2'),
    url('fonts/BlenderPro-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BlenderPro-Medium';
  src: url('fonts/BlenderPro-Medium.eot');
  src: local('BlenderPro-Medium'),
    url('fonts/BlenderPro-Medium.woff2') format('woff2'),
    url('fonts/BlenderPro-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BlenderPro-Bold';
  src: url('fonts/BlenderPro-Bold.eot');
  src: local('BlenderPro-Bold'),
    url('fonts/BlenderPro-Bold.woff2') format('woff2'),
    url('fonts/BlenderPro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


.elementor.container {
  width: 100% !important;
}

* {
  box-sizing: border-box;
}

/* ************ L O A D E R ***********************/
.se-pre-con {
  position: fixed;
  top: 6%;
  left: 0%;
  width: 100%;
  height: 94%;
  z-index: 99999999;
  background: #fff;
  padding: 0%;
  z-index: 1;
}

/* *********** H E R E  W E  G O ************************/
body {
  margin: auto auto;
  padding: 0px;
  color: #333;
  background: #fff;
  width: 100%;
  min-height: 100%;
  font-size: 24px;
font-family: 'BlenderPro-Medium', sans-serif;
  box-sizing: border-box;
}

body a {
  color: #000;
  text-decoration: none;
}

header {
  height: auto;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 30px 10px 30px;
  font-size: 24px;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #FFF;
}

.nav-up {
  top: -120px;
}

/*******************  H A U P T M E N U  ***********************/

#main-nav {
  height: 0px;
  /* set to the height you want your menu to be */
  margin: 0;
  /* just to give some spacing */
  /*  width:1080px; */
  width: 100%;
  box-sizing: content-box;
  height: 75px;
  font-family: 'BlenderPro-Bold';
}

#main-nav ul {
  margin: 0;
  padding: 0;
  /* only needed if you have not done a CSS reset */
}

#main-nav li {
  display: block;
  float: left;
  height: 70px;
  /* this should be the same as your #main-nav height */
  margin: 0;
  padding: 0 0 0 0px;
  /* only needed if you don't have a reset */
  position: relative;
  /* this is needed in order to position sub menus */
  text-align: left;
  width: 23%;
}

#main-nav li:nth-child(4) {

  width: 13%;
}

#main-nav li:last-child {
  display: block;
  width: auto;
}

#main-nav ul li:nth-child(5) {
  text-align: right;
  width: 15%;

}

#main-nav ul li a {
  /* TEXT Ebene 1 */
  height: auto;
  padding: 20px 0 20px 0px;
  opacity: 0;
  text-decoration: none;
  width: 100%;
  margin-right: 0px;
  display: inline-block;
  background: #fff;
}

#main-nav ul ul li a {
  /* TEXT Ebene 1 */
  height: auto;
  opacity: 0;
  text-decoration: none;
  width: auto;
  display: inline-block;

}

#main-nav ul li ul {
  /* TEXT Ebene 1 */
  padding: 0px 0 0 0px;
  width: 100%;
}

#main-nav ul li:hover>a {
  /* TEXT Ebene 1 sichtbar hover */
  opacity: 1;
  text-decoration: none;
}

#main-nav ul ul li:hover>a {
  /* TEXT Ebene 1 sichtbar hover */
  background-color: #000;
  color: #FFF;
}

#main-nav ul li.current_page_item>a {
  /* TEXT Ebene 1 sichtbar hover */
  opacity: 1;
  text-decoration: none;
}

#main-nav ul li.current-menu-ancestor>a {
  /* TEXT Ebene 1 sichtbar hover */
  opacity: 1;
  text-decoration: none;
}

#main-nav ul li.current-menu-item>a {
  /* TEXT Ebene 1 sichtbar hover */
  opacity: 1;
  text-decoration: none;
}

#main-nav ul ul li.current_page_parent>a {
  /* TEXT Ebene 1 sichtbar hover */
  opacity: 1;
  text-decoration: none;
}

#menu-item-10982, #menu-item-10981 {

  right: -20px !important;
}

/* S U B M E N U S */

#main-nav ul ul {
  /* this targets all sub menus */
  display: none;
  /* hide all sub menus from view */
  position: relative;
  top: -20px;
  /* this should be the same height as the top level menu -- height + padding + borders */
  left: -2px;
  width: auto;
}


#main-nav ul ul li {
  /* this targets all submenu items */
  float: left;
  /* overwriting our float up above */
  width: auto;
  height: 24px;
  line-height: 24px;
  /* this should be the same as your #main-nav height */
  padding: 0px 0 2px 0;
  height: 30px;
}

#main-nav ul ul li a {
  /* target all sub menu item links */
  padding: 2px 2px 0px 2px;
  /* give our sub menu links a nice button feel */
  height: 24px;
  opacity: 1;
  line-height: 24px;
  /* this should be the same as your #main-nav height */
  margin-right: 10px;
}

#main-nav ul li:first-child li {
  /* this targets all submenu items */
  float: left;
  /* overwriting our float up above */
  text-align: left;
}

#main-nav ul li.current_page_item>a {
  /* TEXT Ebene 1 sichtbar hover */
  opacity: 1;
  text-decoration: none;
}

#main-nav ul li.current-menu-ancestor>a {
  /* TEXT Ebene 1 sichtbar hover */
  opacity: 1;
  text-decoration: none;
}

#main-nav ul li.current-menu-item>a {
  /* Ebene 1 und weiter */
  opacity: 1;
  text-decoration: none;
}

#main-nav ul ul li.current-menu-item>a {
  /* Ebene 2 und weiter */
  background-color: #000;
  color: #FFF;
}

#main-nav ul li:hover>ul {
  display: block;
  /* Ebene 1 */
}

#main-nav ul li.current-menu-ancestor>ul {
  display: block;
  /* Ebene 2 UL */
}


/* Untermenü des fünften Menüpunkts */
#main-nav ul li:nth-child(5)>ul {

  text-align: right;

}

/* Listenelemente im Untermenü des fünften Menüpunkts */
#main-nav ul li:nth-child(5)>ul>li {
  text-align: right;

  padding-left: 0px;
}

/* Links im Untermenü des fünften Menüpunkts */
#main-nav ul li:nth-child(5)>ul>li>a {
  /* Stileigenschaften für die Links */
  opacity: 1;
  /* Falls du die Links sichtbar machen möchtest */

}

/* I M A G E S */

.krixi-channel {
  background-size: auto 40%;
  background-image: url('krixis/menu-channel.png');
  background-repeat: no-repeat;
  background-position: left;
}

.krixi-produktionen {
  background-size: auto 45%;
  background-image: url('krixis/menu-produktionen.png');
  background-repeat: no-repeat;
  background-position: left;
}

.krixi-kuensterlinnen {
  background-size: auto 50%;
  background-image: url('krixis/menu-kuenstlerinnen.png');
  background-repeat: no-repeat;
  background-position: left;
}

.krixi-wesi {
  background-size: auto 60%;
  background-image: url('krixis/menu-wenn-es-soweit-ist.png');
  background-repeat: no-repeat;
  background-position: right;
}

.krixi-shop {
  background-size: auto 60%;
  background-image: url('krixis/menu-shop.png');
  background-repeat: no-repeat;
  background-position: left !important;
}

/*******************  W R A P P E R S ***********************/

#wrapper {
  max-width: 1280px;
  width: 100%;
  position: absolute;
  min-height: 100vh;
  margin: auto auto;
  left: 0;
  right: 0;
  top: 0;
}

.channel {
  margin-top: 170px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 60px;
  width: 100%;
  float: left;
}

.produktionen {
  margin-top: 170px;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 60px;
  width: 100%;
  float: left;
  height: auto;
  display: inline-block;
}


/******************* C  H  A  N  N  E  L *******************/

.drittel-height {
  height: 70px;
}

.halbe-height {
  height: 100px;
}

/* V I D E O S */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

/* V I D E O S */
.embed-container43 {
  position: relative;
  padding-bottom: 80% !important;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

/******************* C O L U M N S *******************/
.padding-0 {
  padding: 0px !important;
}

[class*="col-"] {
  display: block;
  min-height: 1px;
  padding: 20px;
}

[class*="col-"] img {
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
  height: auto;
}

.col-1 {
  width: 8.33%;
}

.col-2 {
  width: 16.66%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-5 {
  width: 41.66%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33%;
}

.col-8 {
  width: 66.66%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33%;
}

.col-11 {
  width: 91.66%;
}

.col-12 {
  width: 100%;
}

.col-0 {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*******************  F O O T E R    &. M E N U  ***********************/
footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px ;
}

/* ***********************************/
#footer-nav {
  height: auto;
  width: calc(100% - 10px);
  float: left;
  z-index: 100;
  font-size: 18px;
  font-family: 'BlenderPro-Medium', sans-serif;
  margin-left: -10px;
  padding-left: 0px;
  padding-right: 20px;
  padding-bottom: 80px;
  padding-top: 80px;
}

#footer-nav .menu ul {
  padding: 0;
  width: 100%;
  float: left;
}

#footer-nav li {
  display: block;
  float: left;
  height: 30px;
  text-align: center;
  width: auto;
  width: 18%;
}

#footer-nav li:first-child {
  text-align: left;
  width: 14%;
}


#footer-nav li:last-child {
  text-align: right;
  width: 14%;
  float: right;
}

#footer-nav li a {
  display: block;
  width: auto;
  text-decoration: none;
  color: #000;
  font-family: 'BlenderPro-Medium', sans-serif;
}

#footer-nav .current-menu-item a, #main-nav .current_page_item a, #main-nav a:hover {
  text-decoration: none;
  color: #444;
}


/******************* P O S I T I O N E N *******************/

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.abstand {
  margin-top: 70px;
}

.abstand-klein {
  margin-top: 40px;
}

.abstand-bild-bu {
  margin-top: 20px;
}

.center {
  text-align: center;
}

/******************* T Y P O G R A P H Y *******************/

/* Reserviert für Elementor */

h2.elementor-heading-title {

  text-transform: uppercase;

}

h3.elementor-heading-title {
/*  font-size: 90px; 
  text-transform: uppercase;
  line-height: 90%;*/
}

h4.elementor-heading-title {
 /* font-size: 62px; 
  margin-left: 0px;
  vertical-align: bottom;
  line-height: 90%;*/
}

h5.elementor-heading-title {
 /* font-size: 42px; 
  margin-left: 0px;
  vertical-align: bottom;
  line-height: 90%;*/
}

/* Reserviert für Channel  */

h2, h3, h4, h5, h6 {
  font-family: 'BlenderPro-Bold';
  font-weight: normal;
  font-style: normal;
  color: #000;
  margin: 0;
  padding: 0;
  line-height: 90%;
}

h2 {
  font-size: 120px;
/*  text-transform: uppercase; */
}

h3 {
  font-size: 90px;
 /*  text-transform: uppercase; */
}

h4 {
  font-size: 52px;
  /*  text-transform: uppercase; */
}

h5 {
  font-size: 42px;
}

h6 {
  font-size: 30px;
}

/* andere */
p {
  padding: 0;
  margin: 0 0 1em 0;
}

b, strong {
  font-family: 'BlenderPro-Bold';
  font-weight: normal;
  letter-spacing: 0em;
}

.normalcase {
  text-transform: none;
}

/******************* B U T T O N S *******************/


/* Previous und Next Buttons */

#wesiButton {
  background-color: #000;
  width: auto;
  color: white;
  padding: 5px 15px 1px 15px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  margin: 0;
  cursor: pointer;
  border-radius: 0px;
  height: 36px;

}

#previousButton::before {
  position: absolute;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  content: "";
  top: 0;
  left: -36px;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #000000;
  border-right: 18px solid transparent;
}

#nextButton::after {
  position: absolute;
  content: "";
  top: 0;
  right: -36px;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #000000;
  border-right: 18px solid transparent;
}

.elementor-widget-text-editor:has(#projektButton1),
.elementor-widget-html:has(#projektButton1) {
  position: relative;

}
/* zum Projekt Größe 1 */

#projektButton1.elementor-widget.elementor-widget-button {
  margin-top: 20px;
}

#projektButton1 {
  font-family: 'BlenderPro-Bold';
  background-color: #000 !important;
  background: #000;
  width: auto;
  color: white;

  margin-left: -15px !important;
  padding: 3px 10px 1px 15px;
  text-align: left;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  line-height: 26px;
  margin: 0;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px;
  height: auto;

 
}

#projektButton1::after {
  position: absolute;
  content: "";
  top: 0;
  right: -34px;
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid #000000;
  border-right: 17px solid transparent;
  float: left;
  text-align: left;
}
