@import url("../webfonts/Open_Sans/stylesheet.css");

/* GRID BASED ([{"media":"default","options":{"gutter":"0.25","columns":4,"width":"100%"}},{"media":"only screen and (min-width : 641px)","options":{"gutter":"0.25","columns":8,"width":"90%"}},{"media":"only screen and (min-width : 1024px)","options":{"gutter":"0.25","columns":12,"width":"80%","maxWidth":"1232px"}}]) */
body {
	font-family: "Open Sans";
	text-align: left;
	line-height: 157%;
	color: #666666;
	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 300;
	background-color: #000;
}
body img {
    max-width: 100%;
    height: auto;
}

.onlex_counter {
        display: none;
    }
body h1 {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 120%;
}
body h2 {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 120%;
}
body h3 {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 120%;
}
body h4 {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 120%;
}
body h5 {
	font-size: 30px;
	font-weight: 400;
	color: #333333;
	line-height: 120%;
}




body p {
	font-size: 18px;
	color: #000000;
	line-height: 157%;
	font-weight: 300;
}
body li {
	font-size: 18px;
	color: #000000;
	line-height: 157%;
	font-weight: 300;
}

body a {
	font-weight: 300;
	text-decoration: underline;
	font-size: 20px;
	line-height: 135%;
	font-family: "Open Sans";
	color: #000;
}
body a:active, body a:hover {
	color: #FFFFFF;
}
body a:visited {
	color: #FFFFFF;
}
.row_1 {
	clear: both;
	width: auto;
	display: flex;
	justify-content: center;

    
   
}

.center-image {
    max-width: 100%;
    height: auto;
}

.fade-in {
    opacity: 0;
    animation: fadeIn 2s ease-in forwards;
}

/* Keyframes für das Einblenden */
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
.row_2 {
	clear: both;
	width: auto;
}
.row_3 {
	clear: both;
	width: auto;
	background-color: #333;
	min-height: 150px;
}

.row_3_1 {
  position: relative; /* Notwendig für das absolute ::before */
  height: 400px; /* Oder eine andere passende Höhe */
}
.row_3_1::before {
	content: ' ';
	display: block;
	background-image: url(../images/schmelzlicht-indoor_mobil.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}

.row_4 {
	clear: both;
	min-height: 300px;
	width: auto;
	background-color: #B6B6B6;
}
.row_4_1 {
	clear: both;
	min-height: 50px;
	width: auto;
	background-color: #333;
}

.row_5 {
	clear: both;
	min-height: 300px;
	width: auto;
}
.row_6 {
	clear: both;
	min-height: 100px;
	width: auto;
	display: grid;
	grid-template-columns: 1fr auto; /* Hauptinhalt links, Button rechts */
	align-items: end; /* Falls nötig, um vertikal am Ende auszurichten */
}
.row_6_1 {
	clear: both;
	min-height: 100px;
	width: auto;
	grid-template-columns: 1fr auto; /* Hauptinhalt links, Button rechts */
	align-items: end; /* Falls nötig, um vertikal am Ende auszurichten */
}




.column_1 {
	min-height: 400px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_2 {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 1%;
	padding-bottom: 1%;
}
.column_3 {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	padding-top: 2%;
	padding-bottom: 3%;
}
.column_4 {
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_4_1 {
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}

.column_5 {
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_6 {
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}
.column_6_1 {
	min-height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 95.0000%;
	padding-left: 2.5000%;
	padding-right: 2.5000%;
}


.video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  padding: 1rem 0;
  box-sizing: border-box;
}
.video-container video {
  width: 100%;
  max-width: 500px;
  height: auto;
}




.video-container_2 {
	display: block;
	place-items: center;
	text-align: center;
	margin: 0 auto;
}

.header_1 {
	height: 250px;

}
.header_1 img{
	display: block;
}

html, body {
  scroll-behavior: smooth;
}

.top {
  --offset: 50px;
	position: fixed;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease-in-out, visibility 0.3s;
	bottom: 20px;
	margin-right: 30px;
	place-self: end end;
	margin-top: auto;
	text-decoration: none;
	padding: 10px;
	font-family: sans-serif;
	color: #fff;
	border-radius: 100px;
	white-space: nowrap;
	background-color: #CCC;
}

.top.show {
  opacity: 1;
  visibility: visible;
}

.akkord {
	width: 100%;
}
.content_text {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
.content_text p{
	color: #FFF;

}



.content {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	display: block;
	
}
.atlier {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/werkstatt-schmelzlichter_ergebnis.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 400px;
}

.content p{
	color: #000;
	font-size: 20px;
	font-family: "Open Sans";
	line-height: 157%;
	font-weight: 300;

}
.content li {
	color: #000;
	font-size: 20px;
	font-family: "Open Sans";
	line-height: 157%;
	font-weight: 300;
}


.content img {
   display: block;
  margin: 0 auto;
}
.blog_left {
	width: 100%;
	text-align: center;
	height: auto;
}


.element, .element2 {
	width: 100%;
	background-color: #999999;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	height: auto;
	min-height: 100px;
	opacity: 0; /* Startet unsichtbar */
    }

    .element p, .element2 p {
      color: #000;
      font-size: 20px;
      line-height: 1.57;
      font-weight: 300;
      margin: 0;
    }

    .element.animate,
    .element2.animate {
      opacity: 1;
    }

    .element.animate {
      animation: slideLeftToCenter 1.2s ease-in-out forwards;
    }

    .element2.animate {
      animation: slideRightToCenter 1.2s ease-in-out forwards;
    }

    @keyframes slideLeftToCenter {
      from {
        transform: translateX(-100%);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    @keyframes slideRightToCenter {
      from {
        transform: translateX(100%);
        opacity: 0;
      }
      to {
        transform: translateX(0);
        opacity: 1;
      }
    }

    @media (max-width: 768px) {
      .element, .element2 {
        padding: 15px;
        margin-bottom: 30px;
      }

      .element p, .element2 p {
        font-size: 16px;
      }
    }
.footer_1 {
	width: 100%;
}
.footer_1 p{
	color: #FFF;

}
.footer_1 a:link {
	color: #FFF;
}
.footer_1 a:visited {
	color: #FFF;
}





.zeroMargin_mobile {
    margin-left: 0;
}
@media only screen and (min-width : 641px) {
    .column_1 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }
    .column_2 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }
    .column_3 {
        width: 87.7500%;
        padding-left:1.1250%;
        padding-right:1.1250%;
    }
.column_4 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
	

}
.column_4_1 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}

.column_5 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}
.column_6 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}
.column_6_1 {
	width: 87.7500%;
	padding-left: 1.1250%;
	padding-right: 1.1250%;
}




    .zeroMargin_tablet {
        margin-left: 0;
    }
}
@media only screen and (min-width : 1024px) {
    .column_1 {
        width: 78.6666%;
        padding-left:0.6667%;
        padding-right:0.6667%;
        max-width:1232px;
    }
    .column_2 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
	text-align: center;
    }
    .column_3 {
        width: 78.6666%;
        padding-left:0.6667%;
        padding-right:0.6667%;
        max-width:1232px;
    }
.column_4 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	display: flex;
	flex-wrap: wrap;
	max-width: 1232px;

  }
.column_4_1 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

  
 

.column_5 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
}


.column_6 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
}
.column_6_1 {
	width: 78.6666%;
	padding-left: 0.6667%;
	padding-right: 0.6667%;
	max-width: 1232px;
}
.atlier {
	width: 100%;
	padding-top: 2%;
	padding-bottom: 2%;
	display: block;
	background-attachment: scroll;
	background-image: url(../images/werkstatt-schmelzlichter_ergebnis.webp);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 600px;
}

.row_3_1::before {
	content: ' ';
	display: block;
	background-image: url(../images/schmelzlicht-indoor.jpg);
	background-position: center;
	background-size: cover;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: -10;
	background-attachment: fixed;
}
.blog_left {
	height: auto;
	width: 100%;
	;
}



    .zeroMargin_desktop {
        margin-left: 0;
    }
}
