@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../Bilder_Elementor/fa-regular-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    src: url("../Bilder_Elementor/fa-solid-900.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: block;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    src: url("../Bilder_Elementor/fa-brands-400.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: block;
}

.fa_font {
    font-family: "Font Awesome 5 Free";
    font-size: 1.5rem;
    color: rgb(246, 235, 213);
	/* text-shadow: 1px 10px 3px rgba(0,0,0,0.5); */
}

.fas {
    font-weight: 900;
}

.far {
    font-weight: 400;
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
/*@font-face {*/
/*    font-family: "Font Awesome 5 Free";*/
/*    src: url("../webfonts/fa-solid-900.ttf") format("truetype");*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    font-display: block;*/
/*}*/

@font-face {
    font-family: "Georgia";
    font-style: normal;
    font-weight: normal;
    src: local('Georgia'), url('https://www.leistner-buersten.de/fonts/georgia.woff') format('woff');
    /*src:  url('https://www.leistner-buersten.de/fonts/georgia.woff') format('woff');*/
}


@font-face {
    font-family: "Georgia";
    font-style: italic;
    font-weight: normal;
    src: local('Georgia'), url('https://www.leistner-buersten.de/fonts/georgiai.woff') format('woff');
    /*src:  url('https://www.leistner-buersten.de/fonts/georgiai.woff') format('woff');*/
}


@font-face {
    font-family: "Georgia";
    font-style: normal;
    font-weight: bold;
    src: local('Georgia'), url('https://www.leistner-buersten.de/fonts/georgiab.woff') format('woff');
    /*src:  url('https://www.leistner-buersten.de/fonts/georgiab.woff') format('woff');*/
}


@font-face {
    font-family: "Georgia";
    font-style: italic;
    font-weight: bold;
    src: local('Georgia'), url('https://www.leistner-buersten.de/fonts/georgiaz.woff') format('woff');
    /*src:  url('https://www.leistner-buersten.de/fonts/georgiaz.woff') format('woff');*/
}


html {
    font-size:125%;
}

.outer_card {
	background-color: rgb(26,15,11);
	padding: 30px 0;
}

.section_cover {
    background-color: #000000;
    /*height: 100%;*/
    /* min-height: 100%; */
    display: flex;
    padding-bottom: 100px;
    position: relative;
}

.background_overlay {
    /*background-attachment: fixed;
    background-image: url("../Bilder_Elementor/02_bearb_Titel_2_gross2.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;*/
    clip-path: inset(0);
    
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
    opacity: 0.8;
    overflow-wrap: break-word;
    position: absolute;
    top: 0;
}

.pseudo-background-img {
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.background_overlay_bottom {
    background-attachment: fixed;
    background-image: url("../Bilder_Elementor/bottom.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    height: 100%;
    width: 100%;
    opacity: 0.7;
    overflow-wrap: break-word;
    position: absolute;
    top: 0;
}

.section_cover_white {
    /* background: linear-gradient(180deg, rgb(0,0,0) 70%, rgb(255,255,255) 100%); */
    background: linear-gradient(180deg, rgb(0, 0, 0) 70%, rgb(67, 47, 18) 100%);
	/* background: #171009; */
    position: relative;
}

.section_flex {
    display: flex;
    position: relative;
}

.section_flex_schmal {
    border-radius: 20px;
    max-width: 1200px;
    display: flex;
    margin: 100px auto;
    position: relative;
    box-sizing: border-box;
}

.section_flex_card {
    max-width: 1400px;
    display: flex;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
}

.schmal_links {
    background-color: transparent;
    /*background: linear-gradient(320deg, rgba(264,235,213,0) 70%, #D1A782 100%);*/
    background: linear-gradient(320deg, rgba(264,235,213,0) 70%, #BB9989 100%);
    width: 33.333%;
    padding: 30px 0px 40px 50px;
    border-radius: 20px 20px 20px 20px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing: border-box;
    margin-bottom: 20px;
    z-index: 5;
}

.schmal_mitte {
    margin-bottom: 20px;
    display: flex;
    align-content: center;
    align-items: center;
    width: 33.333%;
}

.schmal_rechts {
    background-color: transparent;
    /*background-image: linear-gradient(150deg, rgba(264,235,213,0) 70%, #D1A782 100%);*/
    background-image: linear-gradient(150deg, rgba(264,235,213,0) 70%, #BB9989 100%);
    width: 33.333%;
    padding: 0 50px 40px 50px;
    border-radius: 0 20px 20px 0;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing: border-box;
    z-index: 5;
}

.schmal_card {
    /*max-width: 1200px;*/
    display: flex;
    /*margin: 0 auto;*/
    /* padding: 50px 35px 50px 35px; */
	/* padding: 15px 15px 5px 15px; */
    /* border-radius: 35px 35px 0px 35px; */
    0px 5px 15px 0px rgba(0, 0, 0, 0.35);
    width: 33.333%;
    margin: 25px;
	/* background-color: rgba(255, 255, 255, 0.5); */
	position: relative;
}


.background_overlay_robine {
    background-image: url("../Bilder_Elementor/Robinie.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: rgb(246, 235, 213);
    opacity: 0.15;
    position: absolute;
    height: 100%;
    width: 50%;
}

.background_overlay_borsten {
    background-image: url("../Bilder_Elementor/Borsten.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    opacity: 0.25;
    position: absolute;
    height: 100%;
    width: 50%;
}

/*.background_overlay_138 {
    background-attachment: scroll;
    background-image: url("../Bilder_Elementor/Hintergrund_Fell_3.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
}*/


.background_138 {
    /*background-attachment: fixed;
    background-image: url("../Bilder_Elementor/02_bearb_Titel_2_gross2.jpg");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;*/
    /*clip-path: inset(0);*/
    height: 100%;
    width: 100%;
    position: absolute;
}

.pseudo-background-img-138 {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.6;
    /*left: 0;
    top: 0;*/
}


.background_overlay_card {
    background-image: url("../Bilder_Elementor/Hintergrund_Fell_5.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
}


.container_wrap, .container_wrap_kommentar {
    max-width: 1200px;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    hyphens: manual;
    word-wrap: break-word;

    text-align: center;
    padding: 0;

    position: relative;
    width: 100%;
    align-content: flex-start;
}

.container_wrap_kommentar_kreise {
	margin-top: 20px;
	flex-direction: row; 
	justify-content: center;
	display: flex;
	width: 100%;
	position: relative;
}

.kreis_aktiv {
	margin-right: 3px;
    border: 2px solid #d69155;
	width:10px;
    height:10px;
    border-radius:10px;
    color:#fff;
    background-color:#d69155;
}

.kreis_inaktiv {
    margin-right: 3px;
	border: 2px solid #d69155;
	width:10px;
    height:10px;
    border-radius:10px;
    color:#fff;
    /* background-color:#fff;*/
	cursor: pointer;
}

.kreis_aktiv_bilder {
	margin-right: 3px;
    border: 2px solid #d69155;
	width:10px;
    height:10px;
    border-radius:10px;
    color:#fff;
    background-color:#d69155;
}

.kreis_inaktiv_bilder {
    margin-right: 3px;
	border: 2px solid #d69155;
	width:10px;
    height:10px;
    border-radius:10px;
    color:#fff;
    /* background-color:#fff;*/
	cursor: pointer;
}

.container_inner {
    width: 100%;
    border-bottom: 0;
    text-align: center;
    color: rgb(246, 235, 213);
    font-weight: normal;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* .pfeil_unten { */
    /* position: absolute; */
    /* width: 0; */
    /* height: 0; */
    /* border-left: 20px solid transparent; */
    /* border-right: 20px solid transparent; */
    /* border-top: 20px solid #fff; */
    /* left: 25%; */
    /* bottom: -15px; */
/* } */

.pfeil_unten {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #d69155;
  transform: rotate(-90deg);
  padding: 0;
  margin: -10px;
  cursor: pointer;

}

.pfeil_oben {
    /* position: absolute; */
    /* width: 0; */
    /* height: 0; */
    /* border-left: 20px solid transparent; */
    /* border-right: 20px solid transparent; */
    /* border-bottom: 20px solid #fff; */
    /* right: 25%; */
    /* top: -20px; */
    
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #d69155;
    transform: rotate(-90deg);
    margin: -10px;
	cursor: pointer;
    
}

.container_inner_schmal {
    width: 100%;
    border-bottom: 0;
    text-align: left;
    color: #785F42;
    margin: 0;
    padding: 0;


}

.container_inner_card {
    /* width: 100%; */
    border-bottom: 0;
    text-align: center;
    /* color: #7f5a2f; */
    color: rgb(210,210,210);
    margin: 0;
    padding: 30px 10px 10px 10px;
    font-family: Rubik, sans-serif;
}

.container_inner_card p {
    font-size: 0.8em;
}

.container_inner_card ul li {
    font-size: 0.8em;
}

.card1 {
	/* background-image: url('../Bilder_Elementor/Hintergrund_Fell_8_1.jpg');  */
	background-image: linear-gradient(45deg, rgb(233, 172, 113) 0%, rgb(152, 133, 112) 100%); 
	background-size: cover; 
	position: absolute; 
	width: 100%; 
	height: 100%;
	opacity: 0.15;

}
.card2 {
	/* background-image: url('../Bilder_Elementor/Hintergrund_Fell_8_2.jpg');  */
	background-image: linear-gradient(45deg, rgb(233, 172, 113) 0%, rgb(152, 133, 112) 100%); 
	background-size: cover; 
	position: absolute; 
	width: 100%; 
	height: 100%;
	opacity: 0.15;

}
.card3 {
	/* background-image: url('../Bilder_Elementor/Hintergrund_Fell_8_3.jpg'); 	*/
	background-image: linear-gradient(45deg, rgb(233, 172, 113) 0%, rgb(152, 133, 112) 100%); 
	background-size: cover; 
	position: absolute; 
	width: 100%; 
	height: 100%;
	opacity: 0.15;

}


.container_inner_schmal h3, h4 {
    border-bottom: 0;
    padding: 0;
    color: #785F42;
}

.container_inner h4, h1, h2 {
    hyphens: manual;
    letter-spacing: 1px;
    font-style: normal;

    border-bottom: 0;
    text-align: center;
    color: rgb(246, 235, 213);

    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

    padding: 0;
    margin: 0;
}

.container_inner_mobile h4, h1, h2 {
    hyphens: manual;
    letter-spacing: 1px;
    font-style: normal;

    border-bottom: 0;
    text-align: center;
    color: rgb(246, 235, 213);

    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);

    padding: 0;
    margin: 0;
}

.divider {
    width: 50px;
    border-width: 1px;
    border-style: solid;
    color: rgb(246, 235, 213);
	/* color: black; */
    display: block;
    text-align: center;
    margin: 20px auto;
}

.divider_large {
    width: 150px;
    border-width: 1px;
    border-style: solid;
    color: black;
    display: block;
    text-align: center;
    margin: 20px auto;
}

.divider_schmal {
    width: 100px;
    border-width: 0.5px;
    border-style: solid;
    color: #785F42;
    text-align: left;
    display: block;
}

.logo {
    margin: 100px 0 100px 0;
    width: 200px;
}

.logo_quali {
      margin: 50px 0;
      width: 250px;
  }

.text_dunkel {
    font-family: "Georgia", Sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: black;
    text-shadow: 0 0 0 rgb(0,0,0);
    margin-left: 30px;
    margin-right: 30px;
}

.text_dunkel_kommentar {
    font-family: "Rubik", sans-serif;
	line-height: 1.5em;
	font-style: italic;
    font-size: 0.7em;
    color: white;
    fill: white;
    /*margin-left: 30px;*/
    /*margin-right: 30px;*/
}

.text_braun {
    font-family: "Georgia", Sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: #785F42;
    text-shadow: 0 0 0 rgb(0,0,0);
    margin-left: 30px;
    margin-right: 30px;
}

.text_hell {
    font-family: "Georgia", Sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.5em;
    letter-spacing: 1px;
    color: rgb(246, 235, 213);
    text-shadow: 0 0 0 rgb(0,0,0);
    margin-left: 30px;
    margin-right: 30px;
}

.heading_card {
    font-family: Rubik, sans-serif;
    text-align: center;
    color: #fff;
	text-shadow: none;
	/* font-style: italic; */
	font-weight: normal;
	font-size: 1rem;
}

a.button {
    display: block;
    /* width: max-content; */
    max-width: 200px;
    fill: #000000;
    color: #000000;
    border-radius: 4px;
    padding: 20px 50px;
    background-color: rgb(246, 235, 213);
    font-family: inherit;
    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-color: #f2bb6a;
    border-style: solid;
    text-decoration: none;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 50px auto;
}

h4 {
    font-weight: normal;
    line-height: 1.5em;
    font-size: 1.5rem;
    font-family: Georgia,Times,serif;
    /* padding-top: 50px; */
	margin-top: 15px;
}

h1 {
    font-weight: normal;
    line-height: 1.5em;
    font-size: 4.25rem;
    font-family: Georgia, Times, serif;
}

h2 {
    font-size: 3.5rem;
    font-family: Georgia,Times,serif;
    font-weight: 300;
    line-height: 1;
    padding-top: 50px;
}

h3 {
    font-size: 2.5rem;
    font-family: Georgia, Times, serif;
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

.uael-video-inner-wrap {

    /*box-sizing: border-box;*/
    z-index: 2;
    position: relative;
    /*top: 0;
    left: 0;*/
}
.uael-video-inner-wrap video{

  position: absolute; width: 180%; top: -300px; left: -150px;
  
}

.img_inner {
     margin-left: -120px;
}
  

#megamenuWrapper2 {
    display: flex;
    position: relative;
    background-color: rgb(246, 235, 213);
    /*z-index: 10000;*/
    /*box-shadow: rgba(0, 0, 0, 0.5) 15px 15px 15px;*/
    /*top: 595px;*/
    /*left: 160px;*/
    /*width: 90%;*/
    margin: 0 auto;
    max-width: 1400px;
}

#megamenu2 {
    /*z-index: 10000;*/
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    /*width: 1000px;*/
    /*align-items: flex-end;*/
    /*align-items: stretch;*/
    margin: auto;
    font-size: 15px;
    justify-content: space-between;
}

#megamenu2 .level-1, #megamenu2 .level-2 {
    cursor: pointer;
    width: 246px;
    margin-bottom: 10px;
    border: solid 2px;
    border-color: #f6ebd5;

    background-color: white;
    /*height: 300px;*/
    /*align-self: flex-end;*/
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;

    transition: all 1s ease-in-out;

    /*max-height: 500px;*/
    /*width: auto;*/

    /*transform: scaleY(1);*/
    /*max-height: 300px;*/
    opacity: 1;
    /*transition: all 2s;*/
    /*transition: max-height 2s ease-in-out, width 2s 2s ease-in-out;*/
    /*transition: transform 0.26s ease, height 5s 0ms, width 1s 0s, opacity 1s 0ms;*/
    /*transition: transform 0.5s 0ms, width 1s 0ms, opacity 0.5s 0ms;*/
}

#megamenu2 .level-2 {
    display: none;
    justify-content: left;
    text-align: left;
    border: 0;
    width: auto;
    font-family: Rubik, sans-serif;
}


#megamenu2 .level-2 ul li {
    color: rgb(110, 83, 66);
    line-height: 1.7em;
    list-style-type: none;
}

#megamenu2 .faded {
    /*transition: all 2s;*/
    /*transition: max-height 2s ease-in-out, width 2s 2s ease-in-out;*/
    /*transition: transform 0.26s ease, height 5s 0ms, width 1s 0s, opacity 1s 0ms;*/
    /*transition: transform 0.5s 0ms, width 1s 1s, opacity 0.5s 0ms;*/
    opacity: 0;
    /*height: 0;*/
    width: 0;
    /*max-height: 0;*/
    /*transform: scaleY(0);*/
    overflow: hidden;
    border: 0;
}


#megamenu2 .level-1 img {
    width: 80%;
}

#megamenu2 .level-1 h2, #megamenu2 .level-1 h2 a {
    font-family: Rubik, sans-serif;
    padding: 0;
    margin: 0;
    border-bottom: none;
    text-align: center;
    font-size: 15px;
}

#megamenu .level-1 h2, #megamenu .level-1 h2 a {
    color: rgb(110, 83, 66);
}

#megamenu2 .level-2 a {
    text-decoration: none;
    color: rgb(110, 83, 66);
}

#megamenuClose2 {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    background-color: white;
    font-family: Rubik, sans-serif;
    font-size: 25px;
    color: rgb(110, 83, 66);
    cursor: pointer;
}

#megamenu2 .level-1 h2 {
    color: #533623;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
	padding: 15px;	
}


.img_inner {
    width: 600px;
}
  
  
.hoelzer {
  width: 50%; background-image: linear-gradient(45deg, rgb(233, 172, 113) 0%, rgb(152, 133, 112) 100%); border-radius: 40px; margin: 20px;
}  


.materialien {
  border-radius: 40px; margin: 20px;
}  

.container_inner_mobile {
    visibility: hidden;
}

@media screen and (max-width:1100px)
{
  .img_inner {
    width: 500px;
  }
  
  
}

  @media screen and (max-width:900px)
{
  
  
  .logo {
      margin: 50px 0 50px 0;
      width: 150px;
  }
  
  .logo_quali {
      margin: 0;
      width: 200px;
  }
  
  .container_inner_schmal h3, h4 {
    font-size: 1.2rem;
    
    
  }

  .container_inner h1, h2 {
      font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }
  
  .text_dunkel, .text_hell, .text_braun, a.button {
      font-size: 1.1em;
  }
  
  
  
  
  .section_flex_schmal {
    flex-direction: column;
  }

  .schmal_links {
      width: 100%;
  }

  .schmal_rechts {
      width: 100%;
  }
  
  .uael-video-inner-wrap video{

    position: absolute; width: 100%; top: -400px; right: 0px; left: auto; margin-top: 150px;
  
  }
  
  .uael-video-inner-wrap {
    margin-bottom: 150px;
    
  }
     
     
  .section_flex_card {
    flex-direction: column;
  }   
  
  .schmal_card {
    width: 66%;
    margin: 25px auto;
  }
  
  
  .section_flex_schmal  {
    flex-direction: column;
  }
  
  .section_flex_schmal div {
    width: 100% !important;
  }
  
  .reverse {
    flex-direction: column-reverse;
  }
  
  .vision {
    padding-left: 30px;
  }
  
  .vision_right {
    padding-right: 30px;
  }
    
    
  div.pfeil_oben {
    width: auto !important;
  }
  div.pfeil_unten {
    width: auto !important;
  }    
  
  .container_inner img {
     max-width: 100%;
     margin-left: 0;
  }
  
  /* 05.08. kein fixed bei mobile */
  .desktop {
    visibility: hidden;
  }
  
  .pseudo-background-img {
    position: absolute;
  }
  
  .background_overlay_bottom {
    background-attachment: scroll;
  }
  
  .container_inner_mobile {
    width: 100%;
    border-bottom: 0;
    text-align: center;
    color: rgb(246, 235, 213);
    font-weight: normal;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    visibility: visible;
  }
  
  .mobile {
      font-size: 0.7em;
  }
  
}



@media screen and (max-width:500px)
{
  .schmal_card {
    width: 100%;
    margin: 2px auto;
  }
    
  .section_cover_white {
    margin: 20px 0 20px 0;
  }
  
  .hoelzer {
    margin: 10px 0 10px 0;
  } 
  
  .materialien {
    margin: 10px 0 10px 0;
  } 
  
  .container_inner_schmal h3, h4 {
    font-size: 1rem;
    
    
  }

  .container_inner h1, h2 {
      font-size: 2rem;
  }
  
  .logo {
      margin: 50px 0 50px 0;
      width: 100px;
  }
  
  .logo_quali {
      margin: 0;
      width: 150px;
  }
  
  .text_dunkel, .text_hell, .text_braun, a.button {
      font-size: 0.9em;
  }
  
  .section_flex  {
    flex-direction: column;
  }
  
  .section_flex div {
    width: 100% !important;
  }
  
  .section_flex_schmal  {
    flex-direction: column;
  }
  
  .section_flex_schmal div {
    width: 100% !important;
  }
  
  
  
  .background_overlay_borsten {
    height: 50%;
  }
  
  .background_overlay_robine {
    height: 50%;
  }
  
  
  .uael-video-inner-wrap video{

    right: 0; top: -200px; margin-top: 0px; margin-bottom: 0px;
  
  }
  
  
  #megamenu2 {
    flex-direction: column;
  }
  
  /*.container_wrap_kommentar {
    flex-direction: column !important;
  }
  
  .container_wrap_kommentar .container_inner {
    width: 100% !important;
  }
  
  .pfeil_unten {
    position: relative;
    left: 0;
    bottom: 0;
    transform: rotate(0deg);
    margin: 0px;
  }
  
  .pfeil_oben {
    right: 45%;
    top: 85px;
    transform: rotate(0deg);
    margin: 0px;
  }
  
  .reverse {
    flex-direction: column-reverse;
  }
  
  div.pfeil_oben {
    width: auto !important;
  }
  div.pfeil_unten {
    width: auto !important;
  }
  */
  
  
  
}
/*@media (hover: none) {
  
  .background_overlay {
      background-attachment: initial;
  }

}*/


/*
https://github.com/Splidejs/splide/issues/264
*/


@media (max-width: 640px) {
    .splide,
    .splide__track {
        width: 100%;
    }

    .splide__slide,
    .splide__slide img {
        width: 145% !important;
        overflow: hidden;
        margin-left: -34%;
    }

    .splide_description {
        font-size: 75%;
        text-align: center;
        width: 65%;
    }

    .splide__pagination {
        bottom: -20px !important;
    }
}

@media (min-width: 640px) {
    .splide__slide,
    .splide__slide img {
      width:100%; max-width:1200px;
    }

    .splide_description {
        text-align: center;
    }
    .splide__pagination {
        bottom: -20px !important;
    }
}