/* Kontaktkarten 26.01.2024 MD */

.contact-section {
    font-family: 'Arial',sans-serif;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center
}

.product-area-card {
    display: grid;
    grid-template-rows: auto auto 1fr auto auto;
    grid-template-columns: 100%;
    padding: 20px;
    border-radius: 20px;
    min-width: 200px;
    max-width: 300px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 3px
}

.product-area-title {
    color: #8c8c8c;
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    margin-bottom: 23px;
    height: 60px;
    grid-row: 1
}

.contact-info {
    font-size: 16px;
    color: #036;
    margin-bottom: 5px;
    margin-top: 17px;
    grid-row: 2;
    margin-top: 20px;
    grid-row: 2/4;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.contact-info strong {
    font-size: 16px;
    color: #8c8c8c;
    margin-bottom: 5px;
    flex: 0 0 56px
}

.contact-info p {
    font-size: 14px;
    color: #8c8c8c;
    flex: 0 0 auto;
    margin-bottom: 15px
}

.button-group {
    display: flex;
    flex-direction: column;
    gap: 0px;
    grid-row: 3/5
}

.contact-button {
    width: 260px;
    display: block;
    padding: 10px;
    border-radius: 20px;
    background-color: #2b365f;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: background-color .3s;
    border: 0;
    cursor: pointer;
    text-align: center;
    border-radius: 3px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contact-button:hover {
    background-color: #1f2a48
}

.button-group .contact-button{
    text-decoration: none
}

@media screen and (min-width: 769px) {
    .product-area-card {
        flex:0 1 calc(50% - 10px)
    }
}

.category-grid .item-box .title a {
    text-transform: unset
}

.pay-options {
    display: none;
}

.social-sharing a.pinterest::before {
    background: url('/images/LinkedInIcon.png');
    background-repeat: no-repeat;
    background-size: 32px 32px;
    background-position: 0 0 !important;
    display: block;
    width: 32px;
    height: 32px;
    content: "";
}

.footer-block:nth-child(3) {
    display: none;
}

.pdf-invoice-button {
    display: none;
}

/*Homepage LM*/

/*Remove Underline*/

.topic-block a, .topic-page a {
  text-decoration: none !important;
}

/*Oberklassen*/

.content-part {
  background: #f6f6f6;
  margin-top: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15%;
  padding-left: 15%;
}

.content-part-2 {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 15%;
  padding-left: 15%;
}

.content-wrapper-one {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 2%;
}

.content-wrapper-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content-wrapper-service {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 2%;
}

.content-wrapper-product {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding-top: 2%;
}

.column {
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.column-service {
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.column-product {
  flex: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.column-right {
  flex: 1;
  text-align: right;
  padding-top: 0.5%;
  margin-top: 20px;
}

.column-left {
  flex: 1;
}

.news-list-homepage{
  margin: 0px;
  padding-right: 15%;
  padding-left: 15%;
}

/*Text*/

.title-one {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
}

.title-two {
  font-size: 26px;
  color: #8c8c8c;
  font-weight: bold;
  text-align: left;
}

.text {
  line-height: 1.5;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 400;
}

.text-left {
  line-height: 1.5;
  font-size: 18px;
  color: #8c8c8c;
  font-weight: 400;
  text-align: left;
}

.info-header {
  font-weight: bold;
  font-size: 25px;
  flex: 1;
} 

/*Contact*/

.button-container {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 4%;
  padding-bottom: 1%;
}

.contact-button {
  text-align: center;
  background-color: #fca311;
  color: #fff;
  border: none; 
  padding: 15px 25px;
  border-radius: 3px; 
  cursor: pointer;
  box-sizing: border-box;
  text-decoration: none; 
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: 25px;
  display: inline-block;
   font-weight: 700;
  transition: all .2s ease;
  height: 45px;
}

.contact-button:hover {
  background-color: #dc8f11;
}

.contact {
  text-decoration: none;
}

.topic-block a, .contact{
  text-decoration: none;
}

/*Part 1*/

.features-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 1.5%;
}

.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 10px;
}

.feature-text {
  color: #000;
  font-size: 22px;
  text-align: center;
}
  
.feature-icon {
  width: 11%;
  margin-right: 2%;
}

.worker-picture {
  border-radius: 20px;
  padding-top: 3%;
  padding-bottom: 1%
}

/*Part 2*/

.clock-icon {
  width: 70%;
}

/*Part 3*/

.pros-container {
  text-align: center;
  background-color: white; 
  width: 80%;
  border-radius: 45px;
  padding: 20px;
  margin-top: 20px;
  text-decoration: none; 
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 50px;
  padding-top: 50px;
  margin-bottom: 20px;
}

.pros-part {
	flex: 1;
}

.pros-icon {
  width: 80%;
  /*height: fit-content;*/
}

.pros-icon-one {
  width: 100%;
  /*height: fit-content;*/
}

.pros-image {
  width: 170px;
  height: 170px;
  object-fit: cover;
}

.title-pros{	  
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}

/*Part 4*/

.service-container {
  text-align: center;
  background-color: white; 
  width: 80%;
  border-radius: 15%;
  padding: 5%;
  margin-top: 10%;
  text-decoration: none; 
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 10%;
  padding-bottom: 10%;
}

.service-part {
  flex: 1;
}

.highlighted-text {
  font-size: 20px;
  font-weight: bold;
  color: #fca311;
}

/*Part 5*/

.step-container {
  text-align: center;
  background-color: white; 
  width: 85%;
  border-radius: 30px;
  padding: 20px;
  margin-top: 20px;
  text-decoration: none; 
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.step-part {
  flex: 1;
}

.step {
	font-size: 50px;
  font-weight: bold;
  color: #fca311;
}

.step-icon {
  width: 100%;
}

.step-icon-one {
  width: 85%;
  margin: 10%
}

.step-image {
  width: 155px;
  height: 155px;
  object-fit: cover;
}

/*Part 6*/

.product-container {
  text-align: center;
  background-color: white; 
  width: 85%;
  border-radius: 30px;
  padding: 20px;
  margin-top: 20px;
  text-decoration: none; 
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.5);
  margin: auto;
}

.product-text {
  font-size: 22px;
  font-weight: bold;
}

.product-logo {
  width: auto;
}

.product-container:hover .product-text {
  color: #fca311;
}

/*Part 7*/

.signed-text {
	text-align: left;
	line-height: 1.5;
  font-size: 14px;
  color: #8c8c8c;
  font-weight: 400;
}

/*Part 8*/

.contact-formular {
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

/*Windowsize*/

.page-body:has(.homepage) {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

.master-wrapper-content:has(.homepage) {
	padding: 0 !important;
}

.topic-block:has(.homepage) {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

@media (max-width: 1255px) {
	
	/*Oberklassen*/
	
	.content-part, .content-part-2 {
		padding-top: 25px;
		padding-bottom: 25px;
		padding-right: 5%;
		padding-left: 5%;
	}

	.content-wrapper-one, .content-wrapper-two {
	}
	
	.column, .column-right, .column-left {
		flex: 1
	}
	
	/*Text*/
	
	.title-one, .title-pros {
		font-size: 24px;
	}

	.title-two {
		font-size: 22px;
	}

	.text, .text-left {
		font-size: 16px;
	}

	.info-header {
		font-size: 22px;
	}
	
	/*Contact*/
	
	.button-container {
		padding-top: 4%;
		padding-bottom: 1%;
	}

	.contact-button {
		font-size: 18px;
		padding: 12px 22px; 
		margin-bottom: 25px;
		margin-top: 25px;
	}
	
	/*Part 1*/
	
	.feature-text {
		font-size: 20px;
	}

	.feature-icon {
		width: 13%;
	}
	
	/*Part 2*/
	
	.clock-icon {
		width: 60%;
	}

	/*Part 3*/
	
	.pros-container {
		width: 90%;
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.pros-icon {
		width: 80%;
	}
  
  .pros-icon-one{
    width: 100%;
  }

	.pros-image {
		width: 150px;
		height: 150px; 
	}

	/*Part 4*/
	
	.service-container {
		width: 90%; 
		padding: 4%; 
		margin-top: 8%;
		border-radius: 10%;
		padding-top: 8%;
		padding-bottom: 8%;
	}

	.highlighted-text {
		font-size: 18px;
	}

	/*Part 5*/
	
	.step-container {
		width: 90%;
		padding: 15px;
		margin-top: 15px;
		border-radius: 25px;
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.step {
		font-size: 40px; 
	}

	.step-icon, .step-icon-one {
		margin: 8%; 
	}

	.step-image {
		width: 140px;
		height: 140px;
	}

	/*Part 6*/
	
	.product-container {
		width: 90%; 
		padding-top: 25px;
		padding-bottom: 25px; 
	}
	
	.product-logo {
		width: auto;
	}

	.product-text {
		font-size: 20px; 
	}

	/*Part 7*/
	
	/*Part 8*/
	
	.contact-formular {
		width: 60%; 
	}
}

@media (max-width: 910px) {
	
	/*Oberklassen*/
	
	.content-part, .content-part-2 {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 3%;
		padding-left: 3%;
	}
  
	.content-wrapper-service, .content-wrapper-product {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.column-right, .column-left {
		padding-top: 10px;
	}
  
	.column-service, .column-product {
		flex-basis: 50%
	}
	
	/*Text*/
	
	.title-one, .title-pros {
		font-size: 20px;
	}

	.title-two {
		font-size: 18px;
	}

	.text, .text-left {
		font-size: 16px;
	}

	.info-header {
		font-size: 20px;
	}
	
	/*Contact*/
	
	.button-container {
		padding-top: 3%; 
		padding-bottom: 2%;
	}

	.contact-button {
		font-size: 16px; 
		padding: 13px 20px; 
		margin-bottom: 20px; 
		margin-top: 20px;
	}
	
	/*Part 1*/
	
	.features-container {
		padding-bottom: 2%;
	}

	.feature-item {
	}

	.feature-text {
		font-size: 16px;
	}

	.feature-icon {
		width: 15%; 
		margin-right: 5%; 
	}

	.worker-picture {
		padding-top: 3%; 
		padding-bottom: 2%;
	}
	
	/*Part 2*/
	
	.clock-icon {
		width: 65%; 
	}

	/*Part 3*/
	
	.pros-container {
		width: 100%;
		border-radius: 30px; 
		padding-bottom: 20px;
		padding-top: 30px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.pros-icon {
		width: 80%;
	}
  
	.pros-icon-one {
		width: 100%; 
	}

	.pros-image {
		width: 130px;
		height: 130px;
	}

	/*Part 4*/
	
	.service-container {
		width: 100%; 
		padding: 3%; 
		margin-top: 5%; 
		border-radius: 5%; 
		padding-top: 5%;
		padding-bottom: 5%;
		margin-left: 10px;
		margin-right: 10px;
	}

	.highlighted-text {
		font-size: 16px; 
	}

	/*Part 5*/
	
	.step-container {
		width: 100%; 
		padding: 10px; 
		margin-top: 10px; 
		border-radius: 20px; 
		padding-top: 20px;
		padding-bottom: 20px;
		margin-right: 20px;
		margin-left: 20px;
	}

	.step {
		font-size: 30px;
	}

	.step-icon{
		width: 90%;
		margin: 5%;
	}
  
	.step-icon-one {
		width: 80%;
		margin: 5%; 
	}

	.step-image {
		width: 130px;
		height: 130px; 
	}

	/*Part 6*/
	
	.topic-block a .product-container {
		width: 90%; 
		padding-top: 20px;
		padding-bottom: 20px;
		border-radius: 30px;
	}

	.product-text {
		font-size: 20px; 
	}
  
	.product-logo {
		width: 70%
	}

	/*Part 7*/
	
	.signed-text {
		font-size: 12px; 
	}

	/*Part 8*/
	
	.contact-formular {
		width: 100%; 
		padding: 15px; 
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media (max-width: 750px) {
  
  .feature-item{
    flex-direction: column;
  }
  
  .feature-icon{
    flex-basis:100%;
    padding-bottom: 10px;
  }
  
}

@media (max-width: 650px) {
 
  .title-two{
    font-size: 15.4px;
  }
  
}

@media (max-width: 615px) {
  
  .content-wrapper-one {
    flex-direction: column;
  }
  
  .column-left {
    flex-basis: 100%;
  }
  
  .column-right {
    flex-basis: 100%;
  }
	
	.column {
		flex-basis: 100%;
		margin-top: 0px;
	}
  
  /*Text*/
  
  .title-one, .title-pros {
    text-align: center;
  }
  
  .title-two {
    text-align: center;
  }
  
  .text {
    text-align: center;
  }
	
	.text-left{
		text-align: center;
	}
	
	.signed-text{
		text-align: center;
	}
  
  /*Contact*/
  
  .contact-button{
    margin-top: 35px;
  }
  
  /*Part 1*/
	
	.feature-item {
		flex-basis: 100%; 
    background-color: white;
    margin-top: 3%;
    margin-right: 2%;
    margin-left: 2%;
    border-radius: 20px;
    flex-direction: row;
	}
  
  .feature-icon {
		flex-basis: 8%;
    width: 10%;
		padding-bottom: 0px;
  }
  
  .worker-picture {
    width: 95%;
    height: 175px;
    object-fit: cover;
    object-position: 15%;
  }
	
	/*Part 2*/
	
	.content-wrapper-two{
		flex-direction: column-reverse
	}
	
	.clock-icon{
		width: 40%;
	}
	
	/*Part 3*/
	
	.pros-container {
	padding-bottom: 5px;
	padding-top: 20px;
	margin-bottom: 0px;
		margin-top: 0px;
	}
	
	.pros-icon{
		padding-top: 8px;
	}

	/*Part 4*/
	
	.service-container {
		padding: 2%; 
		padding-top: 3%;
		padding-bottom: 3%;
	}

	.highlighted-text {
		font-size: 15px;
	}
	
	.column-service{
		flex-basis: 100%;
		margin-top: 0px;
	}

	/*Part 5*/
	
	.step {
		font-size: 25px; 
	}

	.step-icon-one {
		width: 75%;
	}

	/*Part 6*/
	
	.column-product{
		flex-basis: 100%;
		/*margin-left: 50px;
		margin-right: 50px;*/
		align-content: center;
	}
	
	.product-logo{
		width: 40%
	}
	
	/*Part 7*/
	
	.signed-text {
		font-size: 11px;
	}

	/*Part 8*/
	
	.contact-formular {
		width: 100%; 
	}
	
	#dynamic-word {
		display: block;
	}
}

	/*Animations*/

	.pros-icon-one {
		transform: translateX(-50%);
		animation-delay: 1s;
	}
	
	.step {
		opacity: 0;
		animation-delay: 1s;
	}

	/*Truck*/

	@keyframes slideInFromLeft {
		0% {
			transform: translateX(-50%);
		}
		100% {
			transform: translateX(0);
		}
	}

	.slideInFromLeft {
		animation: 1s ease-out 0s 1 slideInFromLeft;
	}
	
	/*Counting Numbers*/
	
	@keyframes fadeIn{ 
		from { opacity: 0; }
		to { opacity: 1; }
	}

	.fadeIn {
		opacity: 0;
		animation: fadeIn 2s forwards;
	}
	
	/*Adjective Change*/ 
	
	.highlight {
		color: #fca311;
	}
	
	#dynamic-word {
		transition: opacity 0.5s ease-in-out;
	}

	.hidden {
		opacity: 0;
	}
	
	.spinner, .pros-icon-one, .shatter, .spin, .slideInFromLeft, .fall, .fadeIn {
		animation-fill-mode: forwards;
	}
	
	/*Schrift auf Produktseiten*/
	
	.category-grid .item-box .title a {
	font-weight: normal !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	}
	
	/*Carousel*/
	
	.content-part-2 {
    position: relative; /* Ensure this is set for relative positioning */
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 15%; /* Consider reducing if the buttons are too far */
    padding-left: 15%; /* Consider reducing if the buttons are too far */
}

.carousel-button {
    position: absolute;
    top: 54%; /* Center vertically */
    transform: translateY(-50%); /* Adjust for exact vertical center */
    width: 60px; /* Circle size */
    height: 60px; /* Circle size */
    border-radius: 50%; /* Make it circular */
    background-color: #fca311; /* Initial background color */
    color: #fff; /* Initial arrow color */
    padding: 0; /* Remove padding */
    font-size: 16px; /* Adjust based on your design needs */
    cursor: pointer;
    z-index: 10; /* Ensure buttons are above other content if needed */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
	border: none;
}

.carousel-button.left {
    left: calc(11.5%);
}

.carousel-button.right {
    right: calc(11.5%);
}

.carousel-button.left::before {
    content: "k";
}

.carousel-button.right::before {
    content: "j";
}

.carousel-button:hover {
    background-color: #fff;
    color: #d0d0d0;
	border: 1px solid #eee;
}

@media (max-width: 1255px) {
  
  .product-text{
    font-size: 130%;
  }
  
  .carousel-button.left {
    left: calc(9.5%);
  }

  .carousel-button.right {
    right: calc(9.5%);
  }
  
}

@media (max-width: 910px) {
  
  .carousel-button.left {
    left: calc(7%);
  }

  .carousel-button.right {
    right: calc(7%);
  }
}

@media (max-width: 615px) {
  
  .carousel-button.left {
    left: calc(7%);
  }

  .carousel-button.right {
    right: calc(7%);
  }
}

/*Contactpage*/

.topic-block-title h2{
  font-size: 30px !important;
  font-weight: bold !important;
  color: #444 !important;
  padding: 30px;
}

@media (max-width: 1025px) {
  
    .topic-block-title h2 {
    font-size: 26px !important;
  }
}

.contact-text{
  font-size: 26px;
  padding-bottom: 45px;
  color: #8c8c8c;
}

@media (max-width: 1025px) {
  
    .contact-text {
    font-size: 22px;
  }
}

/*Anmelde-Meldung*/

  .anmelde-meldung {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #eee;
    width: 300px;
  }
  
    .anmelde-meldung-produkt {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #eee;
    width: 300px;
  }

  .anmelde-titel {
    font-size: 25px;
    font-weight: bold;
    color: rgb(68, 68, 68);
    padding: 5px 0px;
    text-align: center;
  }

  .anmelde-text {
    font-size: 14px;
    color: #a9a9a9;
    padding: 5px 0px;
    text-align: center;
  }

  .anmelde-link{
    color: rgb(252, 163, 17);
  }

  .anmelde-link:hover{
    color: #dc8f11;
    cursor: pointer;
  }

@media (min-width: 1281px) {
  .anmelde-meldung {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 200px;
    left: auto;
    width: 300px;
    text-align: center;
    border: 1px solid #eee;
  }
  
    .anmelde-meldung-produkt {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 250px;
    left: auto;
    width: 300px;
    text-align: center;
    border: 1px solid #eee;
  }
  
  .anmelde-titel {
    font-size: 30px;
  }
  
  .anmelde-text {
    font-size: 16px;
  }
}

@media (min-width: 1601px) {
  .anmelde-meldung {
    width: 380px;
  }
  
  .anmelde-meldung-produkt {
    width: 380px;
  }

  .anmelde-titel {
    font-size: 35px;
  }

  .anmelde-text {
    font-size: 20px;
  }
}

/*Frage-Meldung*/

   .frage-meldung {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #eee;
    width: 300px;
  }
  
  .frage-meldung-produkt {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #eee;
    width: 300px;
  }

  .frage-text {
    font-size: 14px;
    color: #a9a9a9;
    padding: 5px 0px;
    text-align: center;
  }

  .frage-link{
    color: rgb(252, 163, 17);
  }

  .frage-link:hover{
    color: #dc8f11;
    cursor: pointer;
  }

@media (min-width: 1281px) {
  .frage-meldung {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 125px;
    left: auto;
    width: 300px;
    text-align: center;
    border: 1px solid #eee;
  }
  
   .frage-meldung-produkt {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    top: 465px;
    left: auto;
    width: 300px;
    text-align: center;
    border: 1px solid #eee;
  }
  
  .frage-text {
    font-size: 16px;
  }
}

@media (min-width: 1601px) {
  .frage-meldung {
    width: 380px;
  }
  
   .frage-meldung-produkt {
    width: 380px;
	top: 440px;
  }

  .frage-text {
    font-size: 20px;
  }
}

/*All Categories Mobile*/

@media (max-width: 1024px) {
	
	.all-categories > span {
		cursor: pointer !important;
	}
	
}

/*No Display of Shipping-Cost*/
.shipping-cost{
	/*display: none;*/
}

.hide-text {
    display: none;
}

/*Foerdertechnik/Retrofit-Page*/

	/*Wrong Title*/

	.center-1:has(.foerderretro) .page-title {
		display: none !important;
	}

	/*Windowsize*/

	.page-body:has(.foerderretro) {
		margin: 0 !important;
		max-width: none !important;
		width: 100% !important;
	}

	.master-wrapper-content:has(.foerderretro) {
		padding: 0 !important;
	}

	.foerderretro .topic-block {
		margin: 0 !important;
		max-width: none !important;
		width: 100% !important;
	}

	/*General*/

	.topic-title {
		font-size: 28px;
		font-weight: bold;
		text-align: left;
		margin-top: 20px;
		line-height: 1.15;
	}

	/*Part 1*/

	.topic-title-one {
		font-size: 28px;
		font-weight: bold;
		text-align: left;
		margin-top: 20px;
	}

	.topic-title-two {
		font-size: 26px;
		color: #8c8c8c;
		font-weight: bold;
		text-align: left;
		margin-top: 15px;
	}

	.img-container-foerder, .img-container-retro {
	  position: relative;
	  width: 100%;
	  overflow: hidden;
	  border-radius: 20px;
	  margin-top: 3%;
	  margin-bottom: 1%;
	}

	.img-container-foerder::before {
	  content: "";
	  display: block;
	  padding-top: 24.44%; /* Maintains the 325px by 1330px aspect ratio */
	}
	
	.img-container-retro::before {
	  content: "";
	  display: block;
	  padding-top: 24.44%; /* Maintains the 325px by 1330px aspect ratio */
	}

	.img-container-foerder img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  object-position: 100% 60%;
	}
	
	.img-container-retro img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	  object-position: 100% 60%;
	}

	/*Part 3*/

	.foerderretro .title-pros {
		margin-top: 6px;
	}

	/*Part 5*/

	.foerderretro .info-header.step-part{
	  padding-top: 15px;
	  padding-bottom: 5px;
	}

	/*Animationen*/

	#switch-one {
		transition: opacity 0.5s ease-in-out;
	}

	#switch-two {
		transition: opacity 0.5s ease-in-out;
	}

	#dynamic-word-retro {
		transition: opacity 0.5s ease-in-out;
	}

	#dynamic-image {
		transition: opacity 0.5s ease-in-out;
	}

	#dynamic-highlighted-text{
		transition: opacity 0.5s ease-in-out;
	}

@media (max-width: 1255px) {
	.topic-title{
		font-size: 24px;
	}
	
	.topic-title-one{
		font-size: 24px;
	}
	
	.topic-title-two{
		font-size: 22px;
    margin-top: 10px;
	}
}

@media (max-width: 910px) {
	.topic-title{
		font-size: 20px;
	}
	
	.topic-title-one{
		font-size: 20px;
	}
	
	.topic-title-two{
		font-size: 18px;
    margin-top: 5px;
	}
}

@media (max-width: 615px) {
	.topic-title, .topic-title-one, .topic-title-two {
		text-align: center;
	}
	
	.img-container-foerder, .img-container-retro {
		height: 150.28px;
		padding-top: 0;
	}
	
    .img-container-foerder img {
	  object-position: 65%;
	}
	
	.img-container-retro img {
	  object-position: 15%;
	}
}

.feature-icon-foerder-one{
  width: 11%;
  margin-right: 2%;
}

.feature-icon-foerder-two{
  width: 13%;
  margin-right: 2%;
}

.feature-icon-foerder-three{
  width: 10%;
  margin-right: 2%;
  margin-top: 2%;
}

@media (max-width: 1255px) {
.feature-icon-foerder-one{
  width: 13%;
  margin-right: 2%;
}

.feature-icon-foerder-two{
  width: 15%;
  margin-right: 2%;
}

.feature-icon-foerder-three{
  width: 12%;
  margin-right: 2%;
  margin-top: 1%;
}
}

@media (max-width: 910px) {
.feature-icon-foerder-one{
  width: 15%;
  margin-right: 2%;
}

.feature-icon-foerder-two{
  width: 17%;
  margin-right: 2%;
}

.feature-icon-foerder-three{
  width: 14%;
  margin-right: 2%;
}
}

@media (max-width: 750px) {
  .feature-icon-foerder-one, .feature-icon-foerder-two, .feature-icon-foerder-three{
    flex-basis:100%;
    padding-bottom: 10px;
  }
}

@media (max-width: 615px) {
    .feature-icon-foerder-one, .feature-icon-foerder-two, .feature-icon-foerder-three{
    flex-basis:8%;
    padding-bottom: 0px;
  }
  
  .feature-icon-foerder-one{
  width: 10%;
  margin-right: 2%;
}

.feature-icon-foerder-two{
  width: 12%;
  margin-right: 2%;
}

.feature-icon-foerder-three{
  width: 9%;
  margin-right: 2%;
}
}

.stress-icon {
  width: 60%;
}

@media (max-width: 1255px) {
		.stress-icon {
		width: 50%;
	}
}

@media (max-width: 910px) {
		.stress-icon {
		width: 55%; 
	}
}

@media (max-width: 615px) {
		.stress-icon{
		width: 40%;
	}
}

.win-icon {
  width: 55%;
}

@media (max-width: 1255px) {
		.win-icon {
		width: 45%;
	}
}

@media (max-width: 910px) {
		.win-icon {
		width: 50%; 
	}
}

@media (max-width: 615px) {
		.win-icon{
		width: 25%;
	}
}

.service-part-retro-one > p, .service-part-retro-two > p {
  min-height: 100px;
}

/*Registrierungsmeldung*/

.HinterlegteMail{
  box-sizing: border-box;
  margin: 0 auto 30px;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 15px;
  font-weight: bold;
  color: #444;
  padding: 5px;
}

@media (max-width: 1024px){
  .HinterlegteMail{
    max-width: 600px;
  }
}

.HinterlegteMail span{
  color: #e18d03
}

/*Produkt-Beschreibungen*/

.full-description li{
  text-align: left;
  padding-right: 4%;
}

.full-description p{
	text-align: left;
}

.full-description h2{
	text-align: left;
}

.full-description h3{
	text-align: left;
}

/*Newsletter*/

.newsletter-download {
    display: flex;
    justify-content: center; 
    align-items: center;     
}

/*Abgeschnittene Artikelnamen*/

.item-box .product-title {
    overflow: visible !important;
}

/*Responsive Produkttitel Größe*/
@media (max-width: 1280px) {
	.product-details-page-body .product-name{
		font-size: 18px;
		text-align: center;
		margin-bottom: 10px;
	}

	.product-details-page-body .variant-name{
		margin-right: 20px;
		margin-left: 20px; 
		margin-bottom: 10px;
	}
	
	.product-details-page-body .attributes-wrapper {
		margin-bottom: 10px;
	}

	.product-details-page-body .variant-overview .additional-details {
		margin-bottom: 0px;
	}
}

/*Stock Auf Anfrage Button*/
.variant-overview .stock:hover {
  color: white;
  cursor: pointer;
  background-color: rgb(252, 163, 17);
  transition: all .2s ease;
}

/*Anfrage Button*/
.inquiryButton{
  border: 0;
  font-size: 16px;
  box-sizing: border-box;
  color: white;
  width: 60%;
  height: 45px;
  transition: all .2s ease;
  background-color: #fca311;
  border-radius: 3px;
  font-weight: bold;
}

.inquiryButton:hover{
  background-color: #e18d03;
}

/*Homepage Zusatz*/
.category-grid {
  padding-right: 15%;
  padding-left: 15%;
  background: #f6f6f6;
  padding-top: 25px !important;
  margin-top: 5px !important;
}

.news-list-homepage {
  margin-bottom: 0 !important;
}

.home-page .topic-block {
  margin-bottom: 0 !important;
}

/*Kategorien Titel No Cutoff*/
.item-box .sub-category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    overflow: hidden;
}

.item-box .sub-category-item .picture {
    flex-shrink: 0;
    width: 100%;
}

.item-box .sub-category-item .picture img {
    max-width: 100%;
    height: auto;
}

.item-box .sub-category-item .title {
    height: auto;
    white-space: normal;
    overflow: visible;
    padding: 5px;
    margin-top: 10px; 
}

.item-box .sub-category-item .title a {
    padding: 5px;
}

/*Kategorien*/
.category-grid {
  padding-right: 5%;
  padding-left: 5%;
}

/*Mail Kaufabschluss*/
.page-mail {
  text-align: center;
  font-size: 20px;
  margin-bottom: 25px;
  color: #fca311;
}

/*Snr-Produkttext*/

/*Allgemein*/
.snr-table {
  background-color: #ffffff;
  border: 1px solid #eee;
  border-radius: 3px;
}

.snr-table h2 {
  font-size: 22.5px;
  color: #8c8c8c;
  font-weight: 700;
  line-height: 33.5px;
  padding: 10px 0px 10px 0px !important;
  margin-left: 10px;
}

.snr-table h3 {
  font-size: 17.55px;
  color: #8c8c8c;
  font-weight: 700;
  line-height: 26.3167px;
  text-align: left;
  padding: 0px 10px 0px 10px;
}

.snr-table p {
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  margin: 10px 10px 10px 10px !important;
}

.snr-table ul {
  font-size: 15px;
  color: #8c8c8c;
  font-weight: 400;
  line-height: 22.5px;
  text-align: left;
  margin: 10px 10px 10px 10px;
}

.snr-table ul li p{
  margin: 0px 0px 0px 30px;
}

.snr-table ul li strong {
  margin: 0px 0px 0px 0px;
}
	
/*Tabelle1*/
	
.table-wrapper {

}	

#accordion {
	padding: 10px 0px 10px 0px;
}

#accordion .collapse {
	display: none;
}

#accordion .collapse.show {
	display: block;
}

.snr-table .button-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0px 10px 0px 10px;
}

.card-header {
	flex: 0 0 16.66%;
	margin-bottom: 0px 0px 20px 0px;
	padding: 0;
	text-decoration: none;
}

.snr-table .snr-btn {
	width: 100%;
	border-radius: 0;
	border: 1px solid #eee;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
	padding: 10px 0px 10px 0px;
	font: bold 18px 'Roboto',sans-serif;
	background-color: #fca311;
	color: #ffffff;
}

.clicked-background {
    background-color: #ffffff !important;
    color: #8c8c8c !important;
}

#collapse6000 {
}

.snr-table .button-content {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	padding: 0px 10px 0px 10px;
	border-radius: 3px;
	margin: 10px 0px 10px 0px;
}

.card-body {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}

.table-wrapper {
	flex: 1;
}

.table-details {
	height: 100%;
	box-sizing: border-box; 
	border-right: 1px solid #eee;
}

.table-details td {
	padding: 20px 10px 20px 10px;
	font-size: 17.55px;
	color: #8c8c8c;
	font-weight: 700;
	border: 1px solid #eee;
	width: 20%;
}

.table-details .merkmal {
	font-size: 15px;
	color: #8c8c8c;
	font-weight: 300;
	text-align: left;
}

.table-details .auspragung {
	font-size: 15px;
	color: #444;
	font-weight: 300;
	text-align: left;
}

/*Tabelle2*/

#Artikeltable {
	width: 100%;
	table-layout: fixed;
}

#Artikeltable col {
	width: calc(100% / 11);
}

.snr-filter-table-wrapper {
	border: 1px solid #fca311;
	margin: 0px 10px 10px 10px;
}

.snr-filter-table-wrapper h3 {
	margin-top: 10px;
}

.snr-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	padding: 10px 0px 10px 0px;
}

.snr-filter .snr-filter-option {
	flex: 0 0 20%;
	padding: 5px 0px 5px 0px;
}

.snr-filter p {
	text-align: center;
	margin: 0px;
}

.snr-filter select {
	width: 90% !important;
}

.snr-filter-table {
	flex: 1;
	padding: 10px 0px 20px 0px;
	overflow-x: auto;
}

.snr-filter-table .table-details {
	height: 100%;
	box-sizing: border-box; 
	border-top: 1px solid #fca311 !important;
	/*border-right: 1px solid #fca311 !important;
	border-left: 1px solid #fca311 !important;*/
}

.snr-filter-table .table-details th {
	padding: 6px;
	font-size: 15px;
	color: #8c8c8c;
	font-weight: 700;
	border: 1px solid #eee;
}

.snr-filter-table .table-details tbody th {
	color: #fca311;
}

.snr-filter-table .table-details td {
	padding: 6px;
	font-size: 15px;
	color: #444;
	font-weight: 300;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 9.1%;
}

.snr-filter-table .snr-row2 td {
	border-bottom: 1px solid #fca311;
	border-top: 1px solid #eee;
}

.snr-filter-table .snr-row2 th {
	border-bottom: 1px solid #fca311;
	border-top: 1px solid #eee;
}

.snr-table #pagination {
	display: flex;
    justify-content: space-between;
    align-items: center;
	padding-bottom: 20px;
}

.snr-table #resetSnrFilter {
	border-radius: 0;
	border: 1px solid #eee;
	text-decoration: none;
	font: bold 18px 'Roboto',sans-serif;
	background-color: #fca311;
	color: #ffffff;
	padding: 5px 10px 5px 10px;
	margin-right: auto;
	margin-left: 10px;
}

.snr-table #prevBtn {
	margin-right: 10px;
	width: 10%;
	border-radius: 0;
	border: 1px solid #eee;
	text-decoration: none;
	font: bold 18px 'Roboto',sans-serif;
	background-color: #fca311;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
}

.snr-table #nextBtn {
	margin-left: 10px;
	margin-right: 10px;
	width: 10%;
	border-radius: 0;
	border: 1px solid #eee;
	text-decoration: none;
	font: bold 18px 'Roboto',sans-serif;
	background-color: #fca311;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
}

.snr-table #resetSnrFilter:hover {
	background-color: #ffffff;
    color: #8c8c8c;
}

.snr-table #prevBtn:hover {
	background-color: #ffffff;
    color: #8c8c8c;
}

.snr-table #nextBtn:hover {
	background-color: #ffffff;
    color: #8c8c8c;
}

.snr-table #pageNumbers {
    font-size: 15px;
	color: #8c8c8c;
	font-weight: 400;
	line-height: 22.5px;
}

@media (max-width: 700px) {
	.snr-filter .snr-filter-option {
		flex: 0 0 25%;
	}
}

@media (max-width: 575px) {
	.snr-filter .snr-filter-option {
		flex: 0 0 33%;
	}
}

/*Klüber Manufacturer Seite*/

/*Wrong Title*/

.manufacturer-page .page-title {
	display: none !important;
}

/*Windowsize*/

.manufacturer-klueber .topic-block {
	margin: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

/*Part 1*/

.manufacturer-klueber .content-part {
	padding-top: 5%;
	padding-bottom: 5%;
}

.manufacturer-klueber .content-part-2 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.manufacturer-klueber .title-one {
	color: #000
}

.img-container-klueber, .img-container-retro {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-radius: 20px;
	margin-top: 3%;
	margin-bottom: 1%;
}

.img-container-klueber::before {
	content: "";
	display: block;
	padding-top: 24.44%; /* Maintains the 325px by 1330px aspect ratio */
}

.img-container-klueber::before {
	content: "";
	display: block;
	padding-top: 24.44%; /* Maintains the 325px by 1330px aspect ratio */
}

.img-container-kleuber img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 60%;
}

.img-container-klueber img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 100% 60%;
}

/*Part 1 Images*/

.feature-icon-klueber-one{
	width: 16%;
}

.feature-icon-klueber-two{
	width: 12%;
	margin-right: 3%;
}

.feature-icon-klueber-three{
	width: 12%;
	margin-right: 3%;
}

/*Part 2*/

.manufacturer-klueber .topic-title {
	color: #000;
}

/*Part 2 Images*/

.challenge-icon {
	width: 55%;
}

/*Part 3*/

.manufacturer-klueber .title-pros {
	color: #000;
}

#dynamic-word-klueber-one {
	transition: opacity 0.5s ease-in-out;
}

#dynamic-word-klueber-two {
	transition: opacity 0.5s ease-in-out;
}

.manufacturer-klueber .carousel-button.left {
    left: calc(9%);
}

.manufacturer-klueber .carousel-button.right {
    right: calc(9%);
}

.carousel-button#prosChangeButtonLeft, .carousel-button#prosChangeButtonRight {
	top: 23%;
}

.manufacturer-klueber .pros-container {
	width: 90%;
	padding: 25px 20px 25px 20px;
}

.klueber-pros-part-one {
	height: 15%;
}

.klueber-pros-part-two {
	height: 40%;
}

.klueber-pros-part-three {
	height: 45%;
}

.manufacturer-klueber .info-header {
	color: #000;
}

/*Part 3 Images*/

.klueber-pros-icon-one, .klueber-pros-icon-two, .klueber-pros-icon-four, .klueber-pros-icon-five, .klueber-pros-icon-six {
	width: 130px;
	height: 130px;
	margin-bottom: 19px;
	object-fit: cover;
}

.klueber-pros-icon-three {
	width: 165px;
	height: 165px;
}

/*Part 4*/

.manufacturer-klueber .service-container {
	width: 90%;
	display: block;
}

.manufacturer-klueber .service-container .info-header {
	height: 20%;
}

.manufacturer-klueber .service-part {
	height: 40%;
}

/*Part 4 1/2*/

.black-content-part {
    position: relative;
    display: flex;
    align-items: center;
}

.black-content-part .content-part-2 {
	background-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 81px;
}

.black-content-part .content-wrapper-one {
	padding-top: 0;
	min-height: 80px;
    align-items: center;
}

.klueber-distributor-left {
	width: 20%;
	display: flex;
}

.klueber-distributor-right {
	width: 75%;
	display: flex;
}

.klueber-distributor-right p {
	color: #ffb800 !important;
	font-size: 24px !important;
	margin: 0 !important;
}

.klueber-distributor-right a {
	text-decoration-line: underline !important;
}

.klueber-distributor-right a:hover {
  color: #fca311;
  cursor: pointer;
}

.angled-section {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%; /* Breite des orangefarbenen Bereichs */
    height: 100%;
    background-color: #ffb800;
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); /* Schräge Form */
    z-index: 1; /* Hintergrund */
}

/*Part 5*/

.content-part-2 .column-right {
	display: flex;
	justify-content: center;
	align-items: top;
}

.title-three {
	color: #000;
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
}

.klueber-column-left {
	width: 70%;
}

.klueber-column-right {
	width: 30%;
}

.carousel-button#prevKlueberInfoChangeButton , .carousel-button#nextKlueberInfoChangeButton {
	top: 50%;
}

.klueber-info {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 2%;
	min-height: 400px;
}

.klueber-info-left {
	width: 70%;
	margin: 0% 2% 0% 0%;
}

.klueber-info-title {
	font-weight: bold;
	color: #000;
}

.klueber-info-right {
	width: 30%;
}

/*Part 5 Images*/

.klueber-column-right img {
	width: 75%;
}

.klueber-info-right img {
	width: 270px;
	height: 270px;
	object-fit: cover;
	border: 1px solid #eee;
}

/*Part 6*/

/*Part 6 Images*/

.manufacturer-klueber .step-icon-one {
	width: 75%;
	margin-top: 14%
}

.manufacturer-klueber .step-icon-two {
	width: 85%;
	margin-top: 6%;
}

/*Part 7, 9, 11*/

.carousel-button#prevKlueberProductsChangeButtonOne , .carousel-button#nextKlueberProductsChangeButtonOne,
.carousel-button#prevKlueberProductsChangeButtonTwo , .carousel-button#nextKlueberProductsChangeButtonTwo,
.carousel-button#prevKlueberProductsChangeButtonThree , .carousel-button#nextKlueberProductsChangeButtonThree {
	top: 50%;
}

.klueber-products-one, .klueber-products-two, .klueber-products-three {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding-top: 2%;
}

 .klueber-products-left {
	text-align: center;
	background-color: white; 
	border-radius: 30px;
	padding: 20px;
	margin-top: 20px;
	text-decoration: none; 
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 1px 2px 2px 2px rgba(0,0,0,0.5);
	margin: auto;
	width: 30%;
	margin: 0% 2% 0% 0%;
}

.klueber-products-left .feature-text {
	padding-top: 7%;
	font-weight: bold;
}

.klueber-products-left:hover .feature-text {
	color: #fca311;
}

.klueber-products-right {
	width: 70%;
}

/*Part 7*/

.klueber-products-one {
	min-height: 400px;
}

/*Part 8*/

.manufacturer-klueber .content-klueber-partner .content-part{
	padding-top: 25px;
	padding-bottom: 25px;
}

.klueber-partner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.klueber-partner-one {
	width: 50%;
}

.klueber-partner-one .title-one {
	margin: 0;
}

.klueber-partner-two {
	display: flex;
	justify-content: center;
	align-items: center;
	align-items: top;
	height: 100%;
	width: 25%;
	margin-right: 2%;
}

.klueber-partner-two img  {
	width: 90%;
}

.klueber-partner-three {
	display: flex;
	justify-content: center;
	align-items: top;
	height: 100%;
	width: 25%;
	margin-left: 2%;
	padding-top: 10px;
}

/*Part 9*/

.klueber-products-two {
	min-height: 320px;
}

/*Part 10*/

.google-reviews-wrapper {
	display: flex;
	align-items: center;
}

.google-reviews {
	background-color: #fff;
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 10px;
	width: 20%;
	margin: 0 40% 0 40%;
}

.google-reviews p {
	font-size: 18px;
}

.stars {
	font-size: 24px;
	color: #ffb800;
}

/*Part 11*/

.klueber-products-three {
	min-height: 320px;
}

/*Part 12*/

/*----------------------------*/

@media (max-width: 1255px) {
	/*Part 1 Images*/
	
	.feature-icon-klueber-one{
		width: 16%;
	}

	.feature-icon-klueber-two{
		width: 13%;
		margin-right: 3%;
	}

	.feature-icon-klueber-three{
		width: 13%;
		margin-right: 3%;
	}
	
	/*Part 2 Images*/
	
	.challenge-icon {
		width: 45%;
	}
	
	/*Part 3*/

	.carousel-button#prosChangeButtonLeft {
		top: 21%;
		left: calc(0.4%);
		width: 50px;
		height: 50px;
	}

	.carousel-button#prosChangeButtonRight {
		top: 21%;
		right: calc(0.4%);
		width: 50px;
		height: 50px;
	}
	
	.manufacturer-klueber .pros-container {
		min-height: 609px;
	}
	
	/*Part 3 Images*/
	
	/*Part 4*/
	
	.manufacturer-klueber .service-container .info-header {
		min-height: 20%;
	}
  
	.manufacturer-klueber .service-container .service-part {
		min-height: 40%;
	}
	
	 /*Part 4 1/2*/
  
	.black-content-part .content-part-2 {
		padding-right: 15%;
		padding-left: 15%
	}
	
	.klueber-distributor-left {
		width: 25%;
	}
	
	.klueber-distributor-right {
		width: 80%;
	}
  
	.black-content-part img {
		max-width: 75%;
	}
  
	.black-content-part p {
		font-size: 20px !important;
	}
  
	.angled-section {
		width: 15%;
	}
	
	/*Part 5*/
	
	.manufacturer-klueber .content-part-2 {
		padding-right: 5%;
		padding-left: 5%
	}
	
	.title-three {
		font-size: 24px;
	}
  
	#prevKlueberInfoChangeButton {
		left: calc(-1%);
		width: 50px;
		height: 50px;
	}
  
	#nextKlueberInfoChangeButton {
		right: calc(-1%);
		width: 50px;
		height: 50px;
	}
	
	/*Part 7, 9, 11*/
  
	#prevKlueberProductsChangeButtonOne, #prevKlueberProductsChangeButtonTwo, #prevKlueberProductsChangeButtonThree {
		left: calc(-1%);
		width: 50px;
		height: 50px;
	}
  
	#nextKlueberProductsChangeButtonOne, #nextKlueberProductsChangeButtonTwo, #nextKlueberProductsChangeButtonThree {
		right: calc(-1%);
		width: 50px;
		height: 50px;
	}
	
	.klueber-products-one {
		min-height: 400px;
	}
	
	.content-part-2 .feature-text {
		font-size: 16px;
	}
}

@media (max-width: 910px) {
	/*Part 1 Images*/
	
	.feature-icon-klueber-one{
		width: 18%;
	}

	.feature-icon-klueber-two{
		width: 14%;
		margin-right: 3%;
	}

	.feature-icon-klueber-three{
		width: 14%;
		margin-right: 3%;
	}
	
	/*Part 2 Images*/
	
	.challenge-icon {
		width: 50%; 
	}
	
	/*Part 3*/
	.manufacturer-klueber .pros-container {
		min-height: 579px;
	}	
	
	.manufacturer-klueber .pros-container {
		min-width: 90%;
		max-width: 90%;
	}
	
	/*Part 3 Images*/
	
	/*Part 5*/
	
	#prevKlueberInfoChangeButton {
		left: calc(-2%);
	}
  
	#nextKlueberInfoChangeButton {
		right: calc(-2%);
	}
	
	.title-three {
		font-size: 20px;
	}
	
	/*Part 7, 9, 11*/
  
	#prevKlueberProductsChangeButtonOne, #prevKlueberProductsChangeButtonTwo, #prevKlueberProductsChangeButtonThree {
		left: calc(-2%);
	}
  
	#nextKlueberProductsChangeButtonOne, #nextKlueberProductsChangeButtonTwo, #nextKlueberProductsChangeButtonThree {
		right: calc(-2%);
	}
	
	.content-part-2 .feature-text {
		font-size: 16px;
	}
	
	/*Part 8*/
	
	.klueber-partner-one {
		padding-top: 5px;
	}
}

@media (max-width: 750px) {
	/*Part 1 Images*/
	
	.feature-icon-klueber-one, .feature-icon-klueber-two, .feature-icon-klueber-three{
		flex-basis: 100%;
		padding-bottom: 10px;
	}
	
	/*Part 3*/
	
	.manufacturer-klueber #pros-change .column {
		width: 33%;
	}
  
	.manufacturer-klueber .pros-container {
		min-height: 0px;
	}
	
	/*Part 3 Images*/
	
	.klueber-pros-icon-one, .klueber-pros-icon-two, .klueber-pros-icon-four, .klueber-pros-icon-five, .klueber-pros-icon-six {
		width: 110px;
		height: 120px;
		padding-top: 8px;
	}
  
	.klueber-pros-icon-three {
		width: 125px;
		height: 135px;
		padding-top: 8px;
	}
  
	.klueber-pros-part-one {
		height: 5%;
	}
  
	/*.klueber-pros-part-two {
		height: 35%;
	}*/
  
	.klueber-pros-part-three {
		height: 60%;
	}
	
	/*Part 4 1/2*/
		
	.klueber-distributor-right {
		width: 100%;
	}
	
	.klueber-distributor-left img {
		width: 100%;
	}
  
	.black-content-part p {
		font-size: 18px !important;
	}
	
	/*Part 5*/
	
	#prevKlueberInfoChangeButton {
		left: calc(-2.5%);
	}
  
	#nextKlueberInfoChangeButton {
		right: calc(-2.5%);
	}
  
	.klueber-info {
		min-height: 545px;
	}
  
	.klueber-info-right {
		width: 50%;
	}
  
	.klueber-info-left {
		width: 50%;
	}
	
	/*Part 7, 9, 11*/
  
	#prevKlueberProductsChangeButtonOne, #prevKlueberProductsChangeButtonTwo, #prevKlueberProductsChangeButtonThree {
		left: calc(-2.5%);
	}
  
	#nextKlueberProductsChangeButtonOne, #nextKlueberProductsChangeButtonTwo, #nextKlueberProductsChangeButtonThree {
		right: calc(-2.5%);
	}
  
	.klueber-products-one {
		min-height: 590px; 
	}
  
	.klueber-products-two, .klueber-products-three {
		min-height: 520px;
	}
  
	.klueber-products-right {
		width: 50%;
	}
  
	.klueber-products-left {
		width: 50%;
	}
}

@media (max-width: 615px) {
	/*Part 1 Images*/
	
	.feature-icon-klueber-one, .feature-icon-klueber-two, .feature-icon-klueber-three{
		flex-basis:8%;
		padding-bottom: 0px;
	}
  
	.feature-icon-klueber-one{
		width: 12%;
	}

	.feature-icon-klueber-two{
		width: 9%;
		margin-right: 2%;
	}

	.feature-icon-klueber-three{
		width: 9%;
		margin-right: 2%;
	}
	
	/*Part 2 Images*/
	
	.challenge-icon{
		width: 35%;
	}
	
	/*Part 3*/
  
	.manufacturer-klueber #pros-change {
		min-height: 1020px;
	}
	
	.manufacturer-klueber #pros-change .column {
		width: 100%;
	}
  
	.manufacturer-klueber .pros-container {
		min-height: 315px;
	}
	
	/*Part 4 1/2*/
	
	.klueber-distributor-left {
		width: 40%;
		margin-bottom: 10px;
	}
  
	.black-content-part p {
		font-size: 16px !important;
	}
  
	.angled-section {
		width: 22%;
	}
	
	/*Part 5*/
	
	.title-three {
		text-align: center;
	}
  
	.klueber-column-left {
		width: 100%;
	}
  
	.klueber-column-right {
		display: none;
	}
  
	.klueber-info {
		flex-direction: column-reverse;
		min-height: 650px;
	}
  
	.klueber-info-left {
		width: 100%;
	} 
  
	.klueber-info-right {
		width: 100%;
	}
	
	/*Part 7, 9, 11*/
  
	.klueber-products-one, .klueber-products-two, .klueber-products-three {
		align-items: center;
		flex-direction: column;
	}
  
	.klueber-products-one {
		min-height: 700px;
	}
  
	.klueber-products-left {
		width: 60%;
	}
  
	.klueber-products-right {
		width: 100%;
	}
	
	/*Part 8*/
	
	.klueber-partner {
		flex-direction: column; 
		align-items: center;
	}
  
	.klueber-partner-one {
		padding: 0px;
	}
  
	.klueber-partner-two {
		padding: 5px 0px 15px 0px;
		margin: 0px;
	}
  
	.klueber-partner-three {
		padding: 0px;
		margin: 0px;
	}
}

/*----------------------------*/

/*Wrong alignment of category description*/
@media (max-width: 1025px) {
	.category-description {
		text-align: left !important;
	}
}

input[type="checkbox"]:not([class^=Cybot]) {
	top: 5px !important;
	left: unset !important;
	margin-left: 20px !important;
}

/*Inquiry Button Product Grouped*/
.inquiry-stock {
	margin-top: 20px !important;
	color: #fff !important;
	background-color: #fca311 !important;
}

.inquiry-stock:hover {
	background-color: #e18d03 !important;
}