@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');
 

body{
    margin: 0;
    padding: 0;
    background-color: #F6F8FB;
    font-family: 'Libre Baskerville', serif;
}

.click_ignore{
    position: relative;
    pointer-events: none;   

}

.click_able{
    pointer-events: auto;
}

.layer2close_items{ 
    z-index: 1;
    position: fixed; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
}
 

.font_stamping{

    color: transparent;
    /*background: #676767;*/
    background: #000000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0);
    font-weight: 900;

}

.font_stamping_small{

    color: transparent;
    /*background: #676767;*/
    background: #000000;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255, 255, 255, 0);
    font-weight: 400;
}

.font_stamping_small_onBlack{

    color: transparent;
    background: #ffffff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    text-shadow: 0px 3px 3px rgba(255, 153, 0, 0.5);
    font-weight: 400;
}
.body_main{ 
    margin-top: 0;
    position: relative; 
    height: 100vh;
    z-index: 4;
}
.img_box{
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0; 
    top: 0;
    height: 100vh;
    z-index: 2;
}
.index_main_img {
    position: absolute; 
    
    height: 100vh;
    top: 0;
    left: 100%; 
    transform: translateX(-50%);
    
}
.img_box2{
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0; 
    top: 100vh;
    height: 100vh;
    z-index: 2;
}
.index_main_img2 {
    position: absolute; 
    height: 100vh;
    top: 0;
    left: 0; 
    transform: translateX(-50%);
}
.img_box3{
    position: relative; 
}
.dl_body{
    position: relative;
    min-height: 100vh;
    padding-top: 30px;
    background-color: black;
    z-index: 5;
}
.last_body{
    z-index: 4;

}
.index_main_img3{
    position: absolute;
    width: 50%; 
    right: 0;
    z-index: 2;
}

.headline_main_box{
    position: relative;
    text-align: center;
    padding: 28vh 0 0 0;
    /* 
    margin-top: 38vh;
    transform: translateY(-50%);
    */
} 


.headline_main { 
    font-size: 60px;
}

.headline_main_sub { 
    font-size: 26px; 
}
 



.main_bottom{ 
    z-index: 10;
    position: relative;
    margin-top: calc(8vh + 1vw);
    width: 100%;
}
.button_box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button_box_headline{ 
    font-size: 35px; 
    margin-bottom: 15px;
    text-align: center;
}

.button_item{
    position: relative;
}
.button{
    cursor: pointer;
    position: relative;
    padding: 10px 40px;
    margin: 0 10px;
    z-index: 2;
    background-color: #e5e5e5; 
    
    clip-path: polygon(13% 0, 100% 0, 87% 100%, 0% 100%);
    user-select: none;
}
.button:hover{
    background-color: #d5d5d5;  
}
.button_activ{
    background-color: #bcbcbc;
}
.button_item_sup_box{
    position: absolute;
    display: none;
    z-index: 5;
    top: 50px; 
    left: 50%;
    transform: translateX(-50%); 
}
.button_item_sup{
    position: relative;
    padding: 10px 20px;
    background-color: white;
    border: #676767 solid 1px;
    user-select: none;
    cursor: pointer;
}
   
.button_item_sup:hover{
    background-color: rgb(242, 242, 242); 
}
.a{ 
    text-decoration: none; /* Entfernt die Unterstreichung */
    color: inherit; /* Behält die Standardfarbe des Textes bei */
}
 
.border_border{
    background-color: rgb(205, 205, 205);
    padding: 6px 6px;
    border: 4px solid #080312;
    /*
    padding: 6px 0px;
    border-left: none;
    border-right: none;
    */
}
.border_border_2{ 
    border: 2px solid #080312;
    /*
    border-left: none;
    border-right: none;
    */
}
 
.border_border_v2{
    background-color: rgb(205, 205, 205); 
    border: 4px solid #080312; 
    padding: 6px 0px;
    border-left: none;
    border-right: none; 
}
.border_border_2_v2{ 
    border: 2px solid #080312; 
    border-left: none;
    border-right: none; 
}
 
.border_body{  
    z-index: 1;
    width: 100%; 
    height: 40px;  
    background-image: url('../img/main/border7.png');
    background-size: 300px 40px; /* Größe des Bildes */ 
    background-repeat: repeat-x; 
    /*background-repeat: space;*/ 
    padding: 10px 0;
    background-position: left center; /* X-Mitte und Y-Mitte */
    background-color: white;
}
.border_pos1 { 
    z-index: 4;
    position: absolute; 
    top: calc(100vh - 6px - 6px - 4px - 4px - 10px - 10px - 40px);
    /* width: 100%; */
    width: calc(100% - 6px - 6px - 4px - 4px); 
}
.border_pos1_v2 { 
    z-index: 4;
    position: absolute; 
    top: calc(100vh - 6px - 6px - 4px - 4px - 10px - 10px - 40px);
    width: 100%;
    /*width: calc(100% - 6px - 6px - 4px - 4px); */
}
.border_pos2{
    z-index: 4;
    position: relative;
}
.border_pos_last{
    z-index: 4;
    position: relative; 
}
 

.second_body{
    position: relative; 
    margin: 20px 0 50px 0;
    width: 100%;
    min-height: calc(100vh - 70px);
    z-index: 4;
}

.th_body{
    position: relative;
    z-index: 4; 
    width: 100%; 
}
.th_body_text{
    padding: 50px;
    width: 50%;
}
.second_body_text{
    position: relative;
    padding: 30px;
    margin-left: 55%;  
    max-height: calc(100vh - 180px); 
    overflow: hidden;
    transition: max-height 0.5s ease-in-out; 
}
.text_headline{
    font-size: 30px; 
    margin-bottom: 25px;
    font-weight: 800; 
}

.text_fliesstext{
    font-size: 25px; 
}

 

.mehr_anzeigen_fade {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 50px;
    background: linear-gradient(to top, white, transparent);
    display: none;
}
 
.mehr_anzeigen {
    position: absolute;
    bottom: 10px;
    left: 72%;
    background: white;
    padding: 5px 10px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 5px;
    user-select: none;
    cursor: pointer;
    display: none;
}
 


@media (orientation: portrait), (max-width: 1300px) /*(max-width: 1049px)*/ {

    .img_box3{
        opacity: 0.5;
    }
    .headline_main { 
        font-size: 35px;
    }

    .headline_main_sub { 
        font-size: 15px; 
    }

    .text_headline{
        font-size: 22px;
    }
        
    .text_fliesstext{
        font-size: 15px; 
    }

   
    .button_box_headline{ 
        font-size: 18px; 
        margin-bottom: 15px;
        text-align: center;
    }

    .button{ 
        font-size: 11px;
        padding: 5px 15px;
    }
    
    .button_item_sup_box{
        top: 25px; 
    }
    
    .headline_main_box{
        position: relative;
        text-align: center;
        padding: 28vh 10% 0 10%;
    }

    .slied_d{
        top: 0;
        left: 0;
        z-index: 3;
        position: fixed;
        width: 0px;
        height: 0px;
        -webkit-transform:rotate(360deg);
        border-style: solid;
        border-width: 300vh 100vw 0 0;
        border-width: 180vh 115vw 0 0;
        border-color: rgba(255, 255, 255, 0.933) transparent transparent transparent;
    }
    .second_body_text{ 
        margin-left: 0; 
    } 
    .mehr_anzeigen { 
        left: 50%;
        transform: translateX(-50%);
    }
    .th_body_text{
        width: calc(100% - 100px);
    } 
}


.second_body_text_full_view{ 
    max-height: none;
}

 

.dl_button_box {
    position: relative;  
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.dl_sub{ 
    position: relative;
    display: none;
    width: 100%;
}
.dl_sub_body{
    display: flex;
    justify-content: center;
    align-items: center;
}
.dl_sub_box{
    border: solid 1px #ffd277;
    padding: 0 15px 15px 15px;
    color: #ffd277; 
    max-width: 80%;
    border-radius: 20px; 
    display: inline-block;
}
.dl_sub_headline{
    padding: 15px 0 5px 0;
    font-size: 12px;
}
.dl_sub_item{
    padding: 0 0 0 12px;
    font-size: 20px;
}

  /* From Uiverse.io by vinodjangid07 */ 
.Btn {
    width: 140px;
    height: 40px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
    background-size: 250%;
    background-position: left;
    color: #ffd277;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition-duration: 1s;
    overflow: hidden;
  }
  
  .Btn::before {
    position: absolute;
    content: "👉 Jetzt stöbern";
    color: #ffd277;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    height: 90%;
    border-radius: 8px;
    transition-duration: 1s;
    background-color: rgba(0, 0, 0, 0.842);
    background-size: 200%;
  }
  .Btn2::before{
    content: "👉 Downloaden";
}
  
  .Btn:hover {
    background-position: right;
    transition-duration: 1s;
  }
  
  .Btn:hover::before {
    background-position: right;
    transition-duration: 1s;
  }
  
  .Btn:active {
    transform: scale(0.95);
  }

 

  /* From Uiverse.io by kleenpulse */ 
.btn {
    --border-color: linear-gradient(-45deg, #ffae00, #7e03aa, #00fffb);
    --border-width: 0.125em;
    --curve-size: 0.5em;
    --blur: 30px;
    --bg: #080312;
    --color: #afffff;
    color: var(--color);
    cursor: pointer;
    /* use position: relative; so that BG is only for .btn */
    position: relative;
    isolation: isolate;
    display: inline-grid;
    place-content: center;
    padding: 0.5em 1.5em;
    font-size: 17px;
    border: 0;
    text-transform: uppercase;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
    clip-path: polygon(
      /* Top-left */ 0% var(--curve-size),
      var(--curve-size) 0,
      /* top-right */ 100% 0,
      100% calc(100% - var(--curve-size)),
      /* bottom-right 1 */ calc(100% - var(--curve-size)) 100%,
      /* bottom-right 2 */ 0 100%
    );
    transition: color 250ms;
  }
  
  .btn::after,
  .btn::before {
    content: "";
    position: absolute;
    inset: 0;
  }
  
  .btn::before {
    background: var(--border-color);
    background-size: 300% 300%;
    animation: move-bg7234 5s ease infinite;
    z-index: -2;
  }
  
  @keyframes move-bg7234 {
    0% {
      background-position: 31% 0%;
    }
  
    50% {
      background-position: 70% 100%;
    }
  
    100% {
      background-position: 31% 0%;
    }
  }
  
  .btn::after {
    background: var(--bg);
    z-index: -1;
    clip-path: polygon(
      /* Top-left */ var(--border-width)
        calc(var(--curve-size) + var(--border-width) * 0.5),
      calc(var(--curve-size) + var(--border-width) * 0.5) var(--border-width),
      /* top-right */ calc(100% - var(--border-width)) var(--border-width),
      calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
      /* bottom-right 1 */
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width)),
      /* bottom-right 2 */ var(--border-width) calc(100% - var(--border-width))
    );
    transition: clip-path 500ms;
  }
  
  .btn:where(:hover, :focus)::after {
    clip-path: polygon(
      /* Top-left */ calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
      calc(100% - var(--border-width)) var(--border-width),
      /* top-right */ calc(100% - var(--border-width)) var(--border-width),
      calc(100% - var(--border-width))
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5)),
      /* bottom-right 1 */
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width)),
      /* bottom-right 2 */
        calc(100% - calc(var(--curve-size) + var(--border-width) * 0.5))
        calc(100% - var(--border-width))
    );
    transition: 200ms;
  }
  
  .btn:where(:hover, :focus) {
    color: #fff;
  } 
.cookie_body{ 
    position: fixed;
    z-index: 10;
    bottom: 0;
    width: 100%;
    display: none;
}
.cookie_box{ 
    align-items: center;
    justify-content: center;
    display: flex; 
}
.cookie{
    background-color: #F6F8FB;
    border: solid 2px black;
    padding: 10px 30px 20px 30px;
    flex-wrap: wrap; 
    align-items: center;
    justify-content: center;
    display: flex;
}
.cookie_text{
    font-size: 15px;
    margin-top: 10px;
    text-align: center;
}
.cookie_button{
    padding: 5px 7px;
    cursor: pointer;
    margin-top: 10px;
}
.cookie_button_1{
    margin: 10px 10px 0 20px;
}
.cookie_button_2{
    margin: 0;
}
.cookie_button_box{}