/* Body */

body { 
  margin: 0px; 
  padding: 0px; 
  background-color: rgb(46, 59, 62);  
  color: rgb(255, 255, 255); 
  height: 100%; 
  overflow-x: hidden; 
} 



/* Fonts */

@font-face {
  font-family: 'kunda_book_premiumregular';
  src: url('../fonts/kundabookpremium-regular-webfont.eot');
  src: url('../fonts/kundabookpremium-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/kundabookpremium-regular-webfont.woff2') format('woff2'),
       url('../fonts/kundabookpremium-regular-webfont.woff') format('woff'),
       url('../fonts/kundabookpremium-regular-webfont.ttf') format('truetype'),
       url('../fonts/kundabookpremium-regular-webfont.svg#kunda_book_premiumregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kunda_book_premiumsemibold';
  src: url('../fonts/kundabookpremium-semibold-webfont.eot');
  src: url('../fonts/kundabookpremium-semibold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/kundabookpremium-semibold-webfont.woff2') format('woff2'),
       url('../fonts/kundabookpremium-semibold-webfont.woff') format('woff'),
       url('../fonts/kundabookpremium-semibold-webfont.ttf') format('truetype'),
       url('../fonts/kundabookpremium-semibold-webfont.svg#kunda_book_premiumsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}



/* Hide */

#Slide_Auswahl,
#Slide_Wand_01,
#Slide_Wand_02,
#Slide_Wand_03,
#Slide_Wand_04,
#Slide_Wand_05,



[id^="Slide_H_"] {
  display: none;
}

[id^="Slide_M_"] {
  display: none;
}



#Slide_Impressum,

#Start_EN,
#Start_PL,

#Auswahl_EN,
#Auswahl_PL,

#Impressum_EN,
#Impressum_PL

{
  display:none
}



/* Flex Container Start */

.flex-container_start {
  display: flex;
  align-items: start;       
  width: 90%;
  margin: auto;
}

.flex-item-left_start {
  background-color: rgb(0, 255, 0, 0);
  flex: 47.5%;
  text-align: center;
}

.flex-item-right_start {
  background-color: rgb(255, 0, 255, 0);
  flex: 47.5%;
  text-align: center;
}

.flex-item-gap_start {
  background-color: rgb(0, 0, 255, 0);
  flex: 5%;
  text-align: center;
}



/*Flex Container Auswahl*/ 

.flex-container_auswahl {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-container_auswahl .row {
    display: flex;
    justify-content: center;
    gap: 25px;
    /* flex-wrap: wrap; */
}

.img_auswahl {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* Flex Container Slide */

.flex-container_slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flex-container_slide .row {
    display: flex;
    justify-content: center;
    gap: 20px;
    /* flex-wrap: wrap; */
}

.img_slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}



/* Flex Container Detail*/

.flex-container_detail {
  display: flex;
  align-items: start;   
  width: 90%;
  margin: auto;
  background-color: rgb(218, 197, 145, 0);
}

.flex-item-left_detail {
  background-color: rgb(0, 255, 0, 0);
  flex: 47.5%; 
  text-align: end;
}

.flex-item-right_detail {
  background-color: rgb(255, 0, 255, 0);
  flex: 47.5%;
}

.flex-item-gap_detail {
  background-color: rgb(0, 0, 255, 0);
  flex: 5%;
}



/* img Member */

.imgMember {
  max-width: 100%;
  max-height: 760px; 
  border: solid 2px;
  border-color: rgb(213, 185, 96);         
}

.imgMember_start {
  max-width: 100%;
  max-height: 800px; 
  border: solid 2px;
  border-color: rgb(213, 185, 96);         
}



/* thumb */

.thumb {
  border: solid 2px;
  border-color: rgb(213, 185, 96);
  width:100px;
}



/* Grid Container Impressum */

.flex-container_im {
  display: flex;
  align-items: start;        
  width: 90%;
  margin: auto;
}

.flex-item-left_im {
  background-color: rgb(0, 255, 0, 0);
  flex: 47%;
  text-align: center;       
}

.flex-item-gap_im {
  background-color: rgb(0, 0, 255, 0);
  flex: 6%;
}

.flex-item-right_im {
  background-color: rgb(255, 0, 255, 0);
  flex: 47%;
  height: 800px;
}


.grid-container_im {
  display: grid;
  grid-template-columns: 35% 65%;
  grid-template-rows: 25% 25% auto auto;
  gap: 1px;
  background-color: rgb(0, 110, 255, 0);
  padding: 1px;
  height: 100%; 
}

.grid-item_im {
  background-color: rgb(158, 158, 158, 0);
  padding: 1px;
}


.item1_im {
  grid-column: 1 / span 2;
  grid-row: 1;
}

.item2_im {
  grid-column: 1 / span 1;
  grid-row: 2;  
}

.item3_im {
  grid-column: 2 / span 1;
  grid-row: 2;  
}

.item4_im {
  grid-column: 1 / span 2;
  grid-row: 3;  
}

.item5_im {
  grid-column: 1 / span 2;
  grid-row: 4;
  align-self: end;
}



/* Menu */

#Menu {
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 100px;
  background-color: rgb(90, 90, 103);
  border-top: solid 2px rgb(233, 232, 230);
}

.ButtonWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}      

.ButtonWrapper > div {
  margin-left: 50px;
  margin-top: 10px;  
}

.menu_button {
border: solid 2px;
border-color: rgb(213, 185, 96);
width:60px;
height: auto;
}

.sprache_button {
  border: solid 2px;
  border-color: rgb(213, 185, 96);
  width:40px;
  height: auto;
}



/* Link */

a:link {
  color: rgb(213, 185, 96);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(213, 185, 96);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(255, 255, 255);
  background-color: transparent;
  text-decoration: none;
}
  

