/* Define the "system" font family */
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"),
    local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"),
    local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap');

/** Variables **/

:root {
  --font-family-serif: "Roboto Slab", serif;
  --font-family-sans: "system";

  --primary-color: #009933;
  --secondary-color: #666666;
  --base-color: #000000;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: white !important;
}
::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: white;
}
:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: white;
}
:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: white;
}

/** Base styles **/

body {
  font-family: var(--font-family-sans);
  color: var(--base-color);
  font-weight: 300;
  line-height: 1.5;
  overflow-x: hidden;
  font-size: 16px;
}

body > section {
  position: relative;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid var(--primary-color);
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/**
    Common elements 
**/

.pinsel_name_gruen {
  background-image: url("../img/Osmo-Pinsel_Name_gruen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em 2em;
  font-family: var(--font-family-serif);
  font-size: 3rem;
  font-weight: 500;
  color: white;
}

.pinsel_headline_rot {
  background-image: url("../img/Osmo_Pinsel_Headline_rot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em;
  font-family: var(--font-family-serif);
  font-size: 3rem;
  font-weight: 500;
  color: white;
}

.pinsel_name_blau {
  background-image: url("../img/Osmo_Pinsel_Headline_blau.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  font-family: var(--font-family-serif);
  font-size: 3rem;
  font-weight: 500;
  color: white;
}

.pinsel_name_gelb {
  background-image: url("../img/Osmo_Pinsel_Headline_gelb.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  font-family: var(--font-family-serif);
  font-size: 3rem;
  font-weight: 500;
  color: white;
}

.pinsel_button_rot {
  background-image: url("../img/Osmo_Pinsel_Button_rot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  font-family: var(--font-family-serif);
  font-size: 3rem;
  font-weight: 500;
  color: white;
}

.pinsel_button_weiss {
  background-image: url("../img/Osmo_Pinsel_Button_weiss.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em;
  font-family: var(--font-family-serif);
  font-size: 2rem;
  color: #58659e;
  font-weight: bold;
}

/* Polaroid */
.polaroid {
  --width: 380px;
  --height: 385px;
  background-image: url("../img/Osmo_Polaroid.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: var(--width);
  min-height: var(--height);
}

.polaroid__inner {
  width: calc(var(--width) / 1.7);
  height: calc(var(--height) / 2);
  font-size: 1.3rem;
  color: white;
  transform: rotateZ(3deg) translateY(calc(var(--height) * -0.07));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.polaroid__title {
  color: var(--primary-color);
  margin-bottom: 1em;
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--font-family-serif);
}

/** SECTION login **/
#logo_container {
  position: fixed;
  top: 0;
  right: 6rem;
  width: 10.4rem;
  background: #fff;
  padding: 1.8rem 0 0 0;
}

#login {
  /* background-image: url("../img/Osmo_6119-Natural_Hintergrund.jpg"); */
  background-image: url("../img/bg_lichtgrau.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

#login form label {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  color: white;
  margin-bottom: 0.5rem;
}

#login__password_container {
  background-image: url("../img/Osmo_Pinsel_Login_gruen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em;
  font-size: 1.5rem;
  color: white;
}
#login__password {
  background: transparent;
  border: none;
  text-align: center;
  color: white;
  position: relative;
  top: -10px;
  padding-bottom: 10px;
  /*Horizontal*/
  background-image: linear-gradient(
    to right,
    white 33%,
    rgba(255, 255, 255, 0) 0%
  );
  background-position: bottom;
  background-size: 4px 1px;
  background-repeat: repeat-x;
}
#login__submit_container {
  background-image: url("../img/login_button_weiss.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#login__submit {
  background: transparent;
  border: none;
  color: var(--primary-color);
  font-size: 1.4rem;
  padding: 1.8em;
  cursor: pointer;
}

/** SECTION k342 **/

#k342 {
  position: relative;
  height: 100vh;
  /* background-image: url("../img/Osmo_6119-Natural_Hintergrund.jpg"); */
  background-image: url("../img/bg_lichtgrau.jpg");
  /* background-image: url("../img/Holzflaeche-PPT-2K-Holz-Oel.png"); */
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
#k3421__fake_background {
  width: 100vw;
  height: 100vh;
  /* background-image: url("../img/osmo_wallpaper.jpg");  */
  background-image: url("../img/OSMO_wallpaper_V02.jpg"); 
   background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: none;

}

#k342__eimer,
#k342__pinsel_name_gruen,
#k342__pinsel_button_rot,
#k342__polaroid--1,
#k342__polaroid--2,
#k342__farbrolle,
#k342__farbwanne,
#k342__abstreifer,
#k342__maschine,
#k342__content,
#k342__accordeon {
  position: absolute;
}

/* #k342__eimer {
  transform: translate3d(30%, 0, 0);
} */

#k342__pinsel_name_gruen {
  transform: translate3d(-20vw, -20vh, 0);
}
#k342__pinsel_button_rot {
  transform: translate3d(-10vw, 0, 0);
}

#k342__polaroid--1 {
  left: 0;
  transform: rotate(-20deg) translate3d(0, 20%, 0);
}

#k342__polaroid--2 {
  right: 0;
  transform: rotate(0deg) translate3d(0, 20%, 0);
}

#k342__content {
  color: white;
  width: 60vw;
  margin: 0 auto;
  font-size: 1.4em;  
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

#k342__accordeon {
	color: white;
	font-size: 1.3em;
	line-height: 27px;
	width: 50vw;
	margin: ;
	font-weight: 400;
	z-index: 1;
	top: 210px;
  left: 9em;
  /* font-family: 'Roboto', sans-serif; */
}



#k342__content {
  font-size: 1.6rem;
  font-weight: 400; 
  text-align: center;
  top: 0;
  transform: translate3d(0, 12vh, 0);
}

#k342__accordeon details {
  padding-left: 1rem;
  margin-bottom: 1rem;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

#k342__accordeon summary:focus {
  outline: none;
}
#k342__accordeon summary::marker {
  color:var(--primary-color);
}

#k342__accordeon summary {
	margin-left: -1rem;
	font-weight: 900;
	cursor: pointer;
	line-height: 10px;
  font-size: 1.6rem !important;
  margin-bottom: .5em;
}

#k342__farbrolle {
  right: 0;
  bottom: 0;
}

#k342__abstreifer {
  left: 0;
  top: 0;
}

#k342__farbwanne {
  right: 0;
  top: 0;
}

#k342__maschine {
  left: 0;
  bottom: 0;
}

/** SECTION uqx4 **/

#uqx4 {
  padding: 5rem 0;
  position: relative;
  min-height: 100vh;
}

#uqx4__musterstaende_container {
  grid-row: 1 / 3;
  position: relative;
  padding: 4rem 1rem 0rem;
}
#uqx4__musterstaende_rahm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}
#uqx4__musterstaende {
  display: flex;
  align-items: center;
  justify-content: center;
}
#uqx4__musterstaende_1 {
  height: 80vh;
  width: auto;
}
#uqx4__musterstaende_2 {
  height: 80vh;
  width: auto;
}
#uqx4__musterstaende_title {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 1.8rem;
  text-align: center;
}

/* #uqx4__musterstaende_container {
  position: relative;
  width: 400px;
  grid-row: 1 / 3;
}
#uqx4__musterstaende_container img {
  max-width: 100%;
  height: auto;
}
#uqx4__musterstaende_rahm {
  position: relative;
  z-index: 20;
}
#uqx4__musterstaende {
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  top: 100px;
  left: 85px;
  height: 80%;
  z-index: 10;
  width: 70%;
}
#uqx4__musterstaende img {
  max-height: 100%;
  width: auto;
}
#uqx4__musterstaende_title {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 1.8rem;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 2em;
  z-index: 30;
} */

#uqx4__mustertafel {
  width: auto;
  text-align: center;
  position: relative;
}
#uqx4__mustertafel_image {
  width: 80%;
  height: auto;
}
#uqx4__mustertafel_title {
  position: absolute;
  width: 85%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/Osmo_Pinsel_Mustertafel_gruen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1.5em;
}
#uqx4__mustertafel_title_content {
  text-align: center;
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
}

/* #uqx4__mustertafel {
  width: 500px;
  position: relative;
  text-align: center;
}
#uqx4__mustertafel_image {
  width: 80%;
  height: auto;
  position: relative;
  z-index: 10;
}
#uqx4__mustertafel_title {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -90px;
}
#uqx4__mustertafel_title_image {
  width: 100%;
}
#uqx4__mustertafel_title_content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100px;
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
} */

#uqx4__musterfaecher_container {
  position: relative;
  width: auto;
  text-align: center;
}
#uqx4__musterfaecher_verbraucher_container {
  position: relative;
  width: auto;
  text-align: center;
}
#uqx4__musterfaecher_rahm {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

#uqx4__musterfaecher {
  width: 100%;
  height: auto;
  display: block;
}

#uqx4__musterfaecher_title {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
}

/* #uqx4__musterfaecher_container {
  position: relative;
  width: 400px;
}

#uqx4__musterfaecher_rahm {
  position: relative;
  max-width: 90%;
  height: auto;
  z-index: 20;
}
#uqx4__musterfaecher {
  position: absolute;
  width: 100%;
  left: -20px;
  z-index: 10;
  top: 40px;
}
#uqx4__musterfaecher_title {
  color: var(--primary-color);
  font-weight: 800;
  font-size: 1.8rem;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 2.4em;
  z-index: 30;
} */

#uqx4__broschuere {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#uqx4__broschuere_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/Osmo_Pinsel_Mustertafel_gruen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1.5em;
  width: 100%;
  transform: translateY(-3em);
}
#uqx4__broschuere_title_content {
  /* position: absolute; */
  width: 100%;
  text-align: center;
  /* top: 51px; */
  font-size: 1.8rem;
  color: white;
  font-weight: 700;
}

#uqx4__broschuere_image {
  width: 220px;
  height: auto;
  display: block;
}

/* #uqx4__broschuere {
  width: 300px;
  position: relative;
  text-align: center;
}
#uqx4__broschuere_image {
  width: 75%;
  height: auto;
  position: relative;
  z-index: 10;
}
#uqx4__broschuere_title {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -65px;
}
#uqx4__broschuere_title_image {
  width: 100%;
}
#uqx4__broschuere_title_content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 51px;
  font-size: 1.8rem;
  color: white;
  font-weight: 700; 
} */

#uqx4__pinsel_datum_rot {
  position: relative;
}

#uqx4__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  align-items: start;
  gap: 2rem;
}

.pinsel_datum_rot {
  background-image: url("../img/Osmo_Pinsel_Datum_rot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.75em;
  font-size: 2rem;
  color: white;
}

/** SECTION g8pc **/

#g8pc {
  /* background-image: url("../img/Osmo_6190-Schwarz_Hintergrund.jpg"); */
  background-image: url("../img/bg_havanna.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* height: 1000px; */
  padding: 10rem 0 10rem;
}

#g8pc img {
  display: inline-block;
}

.g8pc__steps {
  position: relative;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
}

/* #g8pc .pinsel_button_weiss {
  padding: 1em;
} */

.g8pc__content {
  color: white;
  text-align: center;
  max-width: 50vw;
  margin: 2rem 0;
  font-size: 1.5em;
}

#g8pc__video {
  margin-top: 8rem;
  padding: 1rem;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

/* .g8pc__pfile {
  width: 200px;
} */

#g8pc__pinsel_name_blau {
  align-self: stretch;
}

/** SECTION b2eh **/
#b2eh {
  margin-top: 2em;
  display: flex;
  flex-direction: column;
  background-image: url("../img/bg_havanna.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 4rem 0;
}
#k342__logo_container,
#b2eh__logo_container {
  position: absolute;
  top: 0;
  right: 6rem;
  width: 12rem;
  background: #fff;
  padding: 1.8rem 0 0 0;
}
#b2eh__content {
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  margin: 2em;
  font-size: 1.5em;
}
#b2eh__form_container {
  text-align: center;
  margin: 5rem 0;
}
#b2eh__form_container span.success {
  color: var(--primary-color);
  border: 1px solid;
  margin-top: 2em;
  padding: 1.5em 2em;
  color: white;
  font-size: 1.5rem;
  font-weight: 400;
  display: inline-block;
}
#b2eh__messages.error {
  color: #d0433d;
  font-weight: 400;
}
.b2eh__form_row {
  display: flex;
  justify-content: center;
}
#b2eh label {
  color: white;
  font-size: 1.3rem;
  /* display: block; */
  display: none;
}
#b2eh input[type="text"] {
  background: transparent;
  border: none;
  border-bottom: 2px dotted;
  color: white;
  position: relative;
  width: 300px;
  margin: 20px;
  padding: 0.6em;
}

#b2eh__submit_container {
  background-image: url("../img/login_button_weiss.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#b2eh__send {
  background: transparent;
  border: none;
  color: var(--primary-color);
  font-size: 1.4rem;
  padding: 1.8em;
  cursor: pointer;
  font-weight: 700;
}

#b2eh__web_address {
  background-image: url("../img/Osmo_Pinsel_Login_gruen.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}
#b2eh__web_address a {
  color: white;
  font-size: 2rem;
  font-weight: 600;
  margin: 10px 5px;
}

/* #b2eh__download {
  background-image: url("../img/Osmo_Pinsel_Headline_rot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5em;
  transform: rotate(-20deg);
  position: absolute;
  left: 2em;
}
#b2eh__download a {
	color: white;
	font-size: 1.6rem;
	font-weight: 600;
	margin: 14px 5px;
	text-decoration: none;
	display: block;
	padding: 25px 20px;
} */

#b2eh__broschuere {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(-20deg);
  text-decoration: none;
  min-height: 100vh;
}
#b2eh__broschuere_title {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/Osmo_Pinsel_Headline_rot.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1.5em;
  width: 100%;
  transform: translateY(-3em);
  padding: 1em 1.5em;
  
}
#b2eh__broschuere_title_content {
	/* position: absolute; */
	width: 100%;
	text-align: center;
	/* top: 51px; */
	font-size: 1.76rem;
	color: white;
	font-weight: 700;
	padding: 1.2em 1.8em;
}
#b2eh__broschuere_image {
  width: 220px;
  height: auto;
  display: block;
}

#b2eh__social_media {
  display: flex;
  justify-content: center;
}
#b2eh__social_media a {
  width: 2.5rem;
  display: inline-block;
  margin: 10px 5px;
}

#b2eh__social_media a img {
  width: 100%;
  height: auto;
}

/**    qnw5  **/

#qnw5 {
  padding-bottom: 3rem;
}

#qnw5__pinsel_headline_rot {
  padding: 3em 4em;
  /* padding: 6rem; */
  font-size: 2rem;
}

#qnw5__tabellen {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 2rem;
  font-size: 1.2rem;
}

#qnw5__tabellen table {
  border-spacing: 0;
  border: 1px solid #eee;
}

#qnw5__tabellen th {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
#qnw5__tabellen td {
  color: var(--secondary-color);
}

#qnw5__tabellen th,
#qnw5__tabellen td {
  text-align: left;
  padding: 0.5em;
}

#qnw5__tabellen tr:nth-child(even) td {
  background-color: #eee;
}

#qnw5__tabelle-fachhandel {
  margin-right: 1rem;
}

#qnw5__tabelle-verarbeiter {
  margin-left: 1rem;
}

.qnw5__tabellen-header {
  font-weight: 500;
  font-size: 1.3rem;
  padding-bottom: 1em;
}

#heg2 {
  padding: 3rem;
}
#heg2__title {
  font-size: 1.5em;
}
#heg2__pinsel_name_blau {
  padding: 2em 3em;
  font-size: 2rem;
}

#heg2__ausstattung {
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

#heg2__ausstattung img {
  max-width: 100%;
  height: auto;
  display: block;
}

#heg2__summe {
  font-family: var(--font-family-serif);
}

.Osmo_2k-Holz-Oel-kl_links {
  width: 8em;
  margin-right: 2em;
}
.Osmo_2k-Holz-Oel-kl_rechts {
  width: 8em;
  margin-left: 2em;
}
