@charset "UTF-8";



.winter_2024 {
  max-width: 600px;
  margin: 60px auto 0px;
  padding-left: 20px;
  padding-right: 20px;
}


nav#nav-main.keramik {
  background-color: #fff8e6;
}

#nav-trigger.keramik {
  background-color: #fff8e6;
}

.aktuelles_logo_bdk {
  width: 250px;
  margin-top: 150px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  display: block;
}

.aktuelles_lgs_text {
  max-width: 600px;
  margin: 50px auto 0;
  padding: 0 20px 0;
  display: block;
}


.glanz_text {
  max-width: 800px;
  margin: 0 auto;
}

.aktuelles_logo_keramik {
  width: 400px;
  margin-top: 40px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  display: none;
}

.aktuelles_logo_keramik_mobile {
  width: 180px;
  margin-top: 40px;
  margin-left: 50%;
  transform: translate(-50%, 0);
  display: block;
}

.aktuelles_text_keramik_mobile {
  max-width: 450px;
  padding: 0 30px 0 30px;
  margin-top: 100px;
  margin-left: 50%;
  margin-bottom: 40px;
  transform: translate(-50%, 0);
  display: block;
}

.aktuelles_text_keramik {
  max-width: 860px;
  padding: 0 30px 0 30px;
  margin-top: 100px;
  margin-left: 50%;
  margin-bottom: 40px;
  transform: translate(-50%, 0);
  display: none;
}

.text-advent2023 {
  width: 600px;
  left: 200px;
  top: 220px;
  position: absolute;
  z-index: 10;
}

.container_aktuelles_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
}

.mood_image_exhibit {
  position: relative;
  max-width: 1200px;
  max-height: 3300px;
  margin: 30px auto 0;
  margin-bottom: 60px;
}

.image_aktuelles_left {
  max-width: 49%;
  border: 10px solid white;
}

.image_aktuelles_right {
  max-width: 49%;
  border: 10px solid white;
}

.image_aktuelles_center {
  max-width: 1200px;
  border: 10px solid white;
  margin: 0 auto;
}

.image_aktuelles_center_top {
  max-width: 1200px;
  border: 10px solid white;
  margin: 30px auto 0;
}

.spacer_wedding {
  width: 100%;
  height: 30px;
}

.exhibit_color_ea {
  background-image: url("../alberti/images/exhibit_ea_color.jpg");
  background-repeat: repeat;
}

.exhibit_color_cd {
  background-image: url("../dolderer/images/exhibit_cd_color.jpg");
  background-repeat: repeat;
}

.aktuelles_color_cd {
  background-color: #dfc4aa;
}

.aktuelles_color_ea {
  background-color: #f0e5d3;
}

.color_yellowish {
  background-color: #fff8e6;
}

.mood_logo_ea_exhibit {
  position: relative;
  z-index: 10;
  width: 380px;
  height: auto;
  margin: 0 auto;
  top: 15px;
}

.mood_logo_cd_exhibit {
  position: relative;
  z-index: 10;
  width: 430px;
  height: auto;
  margin: 0 auto;
  top: 10px;
}

.copyright_carmen {
  width: 100%;
  height: 40px;
  background-image: url("../alberti/images/exhibit_ea_color.jpg");
  background-repeat: repeat;
  text-align: center;
  color: #000000;
  margin: 0 auto;
  text-decoration: none;
}

/*
	@media screen and (max-width: 1000px) {
.mood_logo_ea_exhibit {top: 15px;}
.mood_logo_cd_exhibit {top: 10px;}	
}
*/

@media screen and (max-width: 1200px) {
  .spacer_wedding {
    height: 2vw;
  }

  .mood_logo_ea_exhibit {
    top: 40px;
  }

  .mood_logo_cd_exhibit {
    top: 40px;
  }

  .text-advent2023 {
    top: 220px;
  }
}

@media screen and (max-width: 950px) {
  .text-advent2023 {
    top: 220px;
    left: 15vw;
    width: 70vw;
  }

  .site_wrap.color_cd {
    padding-top: 100px;
  }
}

@media screen and (max-width: 800px) {
  .text-advent2023 {
    top: 220px;
    left: 10vw;
    width: 80vw;
  }
}

@media screen and (max-width: 720px) {
  .spacer_30 {
    display: none;
  }

  .mood_logo_ea_exhibit {
    top: 40px;
  }

  .mood_logo_cd_exhibit {
    top: 40px;
  }

  .image_aktuelles_left,
  .image_aktuelles_right,
  .image_aktuelles_center {
    border: 8px solid white;
  }

  .text-advent2023 {
    top: 220px;
  }
}

@media screen and (max-width: 650px) {
  .text-advent2023 {
    top: 220px;
    left: 10vw;
    width: 80vw;
  }
}

@media screen and (max-width: 600px) {
  .text-advent2023 {
    top: 220px;
    left: 5vw;
    width: 90vw;
  }
}

@media screen and (max-width: 500px) {
  .text-advent2023 {
    top: 220px;
    left: 5vw;
    width: 90vw;
  }

  .site_wrap.color_cd {
    padding-top: 0;
  }
}

@media screen and (max-width: 440px) {
  .mood_logo_ea_exhibit {
    width: 95%;
  }

  .mood_logo_cd_exhibit {
    width: 95%;
  }
}