@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&family=Libre+Bodoni:wght@700&family=Montserrat:wght@400;500;700&family=Poppins:wght@400;500;700&family=Reem+Kufi:wght@700&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background-color: rgba(243, 231, 231, 0.507); 
}

body::-webkit-scrollbar-thumb {
  background: transparent linear-gradient(208deg, #9A398D 0%, #3D4093 100%) 0% 0% no-repeat padding-box;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 30px;
  z-index: 996;
  background: #720062;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.back-to-top:hover {
  background: #5C004F;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# HEADER START
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 425px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 60px;
  background: transparent linear-gradient(208deg, #9A398D 0%, #3D4093 100%) 0% 0% no-repeat padding-box;
  overflow-y: auto;
}

.sidebar {
  justify-content: space-between;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 90px;
}

#header .profile img {
  width: 100%;
  display: block;
}

#main{
  margin-left: 420px;
}
#main.with-banner{
	background-color: white;
    transition: all .5s ease-in-out;
    z-index: 2;
    position: relative;
}
#header::-webkit-scrollbar {
  width: 12px;
}

#header::-webkit-scrollbar-track {
  background-color: rgba(243, 231, 231, 0.507); 
}

#header::-webkit-scrollbar-thumb {
  background-color: rgba(252, 251, 251, 0.795) 
}

/*--------------------------------------------------------------
# HEADER END
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation Menu Start
--------------------------------------------------------------*/
/* Desktop Navigation */
.navbar i {
  position: absolute;
  right: 0;
}

.navbar {
  position: relative;
}

.nav-menu {
  font-family: "Poppins", sans-serif;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  border-bottom: 1px solid rgba(148, 148, 148, 0.627);
}

.nav-menu li:last-child {
  border-bottom: none;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  padding: 15px 0 15px 0;
  transition: 0.3s;
  font-size: 2.4rem;
  
  line-height: 35px;
  font-weight: 500;
}

/* .nav-menu:last-child {
  border-bottom: none;
} */

.nav-menu i,
.nav-menu i:focus  {
  font-size: 2rem;
}

.nav-menu img {
  width: 30px;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  text-decoration: none;
  color: #FFA5F9;
}


.nav-menu span {
  padding-left: 20px;
}

.nav-menu .active span {
  padding-left: 40px;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  color: #FFFFFF;
}
.contact-links img {
  width: 17px;
	position:absolute;
}
.contact-links span {
	display:inline-block;
  margin-left: 30px;
}

.contact-links a,
.contact-links a:focus {
  display: block;
  color: #FFFFFF;
  padding: 5px 0;
  transition: 0.3s;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
}

.contact-links a:hover {
  text-decoration: none;
  color: #FFA5F9;
}

/* Mobile Navigation */

.mobile-nav {
  position: sticky;
  top: 0;
  z-index: 9997;
  width: 100%;
  height: 68px;
  background: transparent linear-gradient(270deg, #720062 0%, #5C004F 100%) 0% 0% no-repeat padding-box;
}

.nav-logo {
  width: 134px;
  margin: 6px 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 35px;
  transition: all 0.4s;
  outline: none !important;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
    scale: 0.8;

	
  /* background: transparent linear-gradient(270deg, #720062 0%, #5C004F 100%) 0% 0% no-repeat padding-box; */
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Navigation Menu End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Hero Section Start
--------------------------------------------------------------*/

#hero{
  width: calc(100% - 425px);
  background-image: url("/assets/img/bg-haarley.png");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-left: auto;
  overflow: unset;
}
.sticky-top{
  top: 50%;
  transform: translateY(-50%);
  position: fixed;
}

#hero img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  
}


#hero h1 {
  /* margin: 0 0 10px 0; */
  font-size: 90px;
  line-height: 85px;
  font-weight: bold;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-shadow: 0px 3px 50px #2E2E2E;
}

#hero h2 {
  color: #fff;
  font-size: 48px;
  line-height: 40px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  text-shadow: 0px 3px 50px #2E2E2E;
}

/*--------------------------------------------------------------
# Hero Section End
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/

section , footer{
  padding: 0 9vw;
  overflow: hidden;
}

.content-box a {
  display: flex;
  align-items: center;
  gap: 1.0rem;
  line-height: 3.0rem;
}

.section-about , .section-current{
  padding: 80px 0px 126px 0px;
}

.section-about h3, .title {
  font-size: 4.4rem;
  font-weight: bold;
  position: relative;
  color: #2E2E2E;
  font-family: "Poppins", sans-serif;
}

.section-about h4 {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 20px;
  position: relative;
  color: #2E2E2E;
  font-family: "Poppins", sans-serif;
}

.section-about a, .primary-btn {
  margin-bottom: 0;
  padding-top: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #5C004F;
  font-family: "Poppins", sans-serif;
}

.section-about a:hover, .primary-btn:hover{
  color: #5C004F;
}
.section-about a i, .primary-btn i{
  transition: all .3s linear;
}
.section-about a:hover i, .primary-btn:hover i{
  padding-right: 10px;
}
/*--------------------------------------------------------------
# Current - Aktuelles
--------------------------------------------------------------*/

.current-box{
  border-radius: 20px;
  padding: 10px;
}
.current-box.gradient{
    background: transparent linear-gradient(261deg, #9A398D 0%, #3D4093 100%) 0% 0% no-repeat padding-box;
}
.current-box.basic{
  background: transparent;
  position: relative;
  z-index: 2;
}
.current-box .date{
  border-radius: 15px;
  font-family: "Poppins", sans-serif;
  padding: 13px;
  font-weight: 700;
}
.current-box.gradient .date{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  color: #2E2E2E;
}
.current-box.basic .date{
  background: transparent;
  color: #fff;
}
.current-box p{
  font-weight: 700;
}
.current-box .date .day{
  font-size: 64px;
  line-height: 50px;
}
.current-box .date .month{
  font-size: 21px;
  line-height: 21px;
}
.current-box .box-title{
  font-size: 24px;
  align-self: center;
    line-height: 35px;
    margin-bottom: 0;
}
.current-box .category{
  font-size: 16px;
  line-height: 16px;
}
.current-box.gradient .box-title, .current-box.gradient .category,
.current-box.basic .box-title, .current-box.basic .category {
  color: #fff;
}
.current-box-wrapper{
  position: relative;
  overflow: hidden;
  max-height: 430px;
  background: #F1F0EC 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 10px;
  transition: all .3s linear;
}
.current-box-wrapper .img-wrp{
    width: 60%;
    height: 250px;
    padding: 20px;
    margin: auto;
    overflow: hidden;
}

.current-box-wrapper .img-wrp img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.current-box-wrapper::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #9A398D00 0%, #3D4093B3 100%) 0% 0% no-repeat padding-box;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all .4s linear; 
  opacity: 1;
}
.current-box-wrapper:hover{
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}
.current-box-wrapper::before{
  content: "";
  position: absolute;
  background: transparent linear-gradient(180deg, #9A398D66  0%, #3D4093E6 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: all .4s linear; 
}
.current-box-wrapper:hover::before{
  opacity: 1;
}

.current-box-wrapper:hover::after{
  opacity: 0;
}
/*--------------------------------------------------------------
# About US
--------------------------------------------------------------*/

.section-title h2 {
  padding-bottom: 80px;
  color: #2E2E2E;
  font-family: "Poppins", sans-serif;
}

.content-box:nth-child(even) .row {
  flex-direction: row-reverse;
}

.about-box:nth-child(even) .row {
  flex-direction: row-reverse;
}

.main-about, .about-box {
  margin-bottom: 120px;
}

.content-box {
  padding-bottom: 254px;
}

.content-box:last-child {
  padding-bottom: 120px;
}

.content-box a {
  font-weight: 700;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

/* REEM KUFI FONT */

.title-reem h3 {
  font-family: 'Reem Kufi', sans-serif;
}

.text-reem p {
  font-family: 'Reem Kufi', sans-serif;
}

/* Montserrat FONT */

.title-montserrat h3 {
  font-family: 'Montserrat', sans-serif;
}

.text-montserrat p {
  font-family: 'Montserrat', sans-serif;
}

.title-libre h3 {
  font-family: 'Libre Baskerville', serif;
}

.text-poppins p {
  font-family: "Poppins", sans-serif;
}

.title-libreb h3 {
  font-family: 'Libre Bodoni', serif;
}

.box-blue a, .box-blue h3 {
  color: #312783;
}

.box-brown a, .box-brown h3 {
  color: #806C56;
}

.box-light-blue a, .box-light-blue h3 {
  color: #35B0BF;
}

.box-grey a, .box-grey h3{
  color: #C5B4E3;
}

.box-gold a, .box-gold h3{
  color: #DBBB8A;
}

.box-pink a, .box-pink h3 {
  color: #D8006B;
}

.box-purple a {
  color: #5C004F;
}

.box-purple h4 {
  color: #4E4E4E;
  font-weight: bold;
}

.wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  
}

.wrapper{
  width: 100%;
  height: 481px;
  border-radius: 20px;
  padding: 60px;
}

.wrapper-about {
  width: 558px;
  height: 461px;
  border-radius: 20px;
  padding: 60px;
  background-color: black;
}

.wrapper-about img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  
}

.wrapper-about-us {
  width: 570px;
  height: 481px;
  border-radius: 20px;
}

.about-box p {
  max-width: 364px;
}

.wrapper-about-us img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  
}

.shadow-gold .wrapper { 
  box-shadow: 0px 20px 60px #DBBB8A4D;
}

.shadow-pink .wrapper {
  box-shadow: 0px 20px 60px #5C004F1A;
}

.shadow-grey .wrapper {
  box-shadow: 0px 20px 60px #B7B4DF80;
}

.shadow-blue-l .wrapper {
  box-shadow: 0px 20px 60px #35B0BF33;
}

.shadow-brown .wrapper {
  box-shadow: 0px 20px 60px #806C5633;
}

.shadow-blue .wrapper {
  box-shadow: 0px 20px 60px #31278333;
}
.facts {
  padding-bottom: 30px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  width: 100%;
  border-top: 1px solid #720062;
  display: flex;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.footer a {
  color: #5C004F;
  text-decoration: none;
}

.footer a:hover {
  color: #720062;
  font-weight: bold;
}

.footer p:last-child {
  margin: 0px;
}



/*--------------------------------------------------------------
# BG product
--------------------------------------------------------------*/
#product-bg {
  width: 100%;
  height: 35vh;
  background-size: cover;
}

#product-bg img {
  width: 100%;
}

#product-bg .bg-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#product-bg h1 {
  color: #FFFFFF;
}


/*--------------------------------------------------------------
# Produkte Overview
--------------------------------------------------------------*/
.product-title {
  font-weight: bold;
  font-size: 60px;
  color: #4E4E4E;
  margin-top: 160px;
  font-family: "Poppins", sans-serif;
}

/* .product .product-item {
  margin-bottom: 30px;
} */

.product .button-group{
  padding: 40px 0 60px 0;
  list-style: none;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.product .button-group .button::before{ 
  content: attr(data-title);
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  height: 0;
  line-height: 1;
  font-weight: 700;
  overflow: hidden;
  visibility: hidden;
}

.product .button-group .button{
  all:unset;
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  box-sizing: border-box;
  /* transition: all 0.3s ease-in-out; */
}

.product .button-group .button:hover,
.product .button-group .button.is-checked{
  color: #720062;
  font-weight: bold;
}

.product .button-group .button:first-child {
  padding-left: 0;
}

.product .button-group .button:last-child {
  margin-right: 0;
}

.product-wrap {
  position: relative; 
  cursor: pointer;
}

.original-image {
  width: 100%; 
}

.overlay-container {
  position: absolute; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.overlay-image {
  width:45px;
}

.product-wrap:hover .overlay-container {
  opacity: 1; 
}

.product .product-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 430px;
  position: relative;
}
.product .product-wrap .original-image{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.overlay-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-wrap:hover .overlay-img {
  opacity: 1;
}

.product .product-item h4 {
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #4E4E4E;
  padding-top: 30px; 
}

.product .product-item p {
  font-size: 1.6rem; 
  color: #4E4E4E;
}
.product-item a{
  text-decoration: none;
}

.product-wrap::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.938);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85px;
  height: 85px;
  opacity: 0;
  border-radius: 50%;
  backdrop-filter: blur(4px);
  box-shadow: 0px 5px 30px #00000029;
  border: 1px solid #FFFFFF;
  background: #FFFFFFCC 0% 0% no-repeat padding-box;
  transition: all 0.3s;
}

.product-wrap:hover::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

/*--------------------------------------------------------------
# Produkte Details
--------------------------------------------------------------*/
.product-details {
  padding-top: 40px;
}

.product-details .product-details-slider img {
  width: 100%;
}

.product-details .product-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.product-details .product-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.product-details .product-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

.product-details .product-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
}

.product-details .product-info h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.product-details .product-info ul {
  list-style: none;
  padding: 0;
  font-size: 1.5rem;
}

.product-details .product-info ul li+li {
  margin-top: 10px;
}

.product-details .product-description {
  padding-top: 30px;
}

.product-details .product-description h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

.product-details .product-description p {
  padding: 0;
}

.mehr-product {
  display: flex;
  justify-content: center;
}

.mehr-product a{
  font-size: 1.6rem;
  color: #5C004F;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Produkte Details END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Product Overview START
--------------------------------------------------------------*/

.section-product {
  display: flex;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-product p:first-child {
  padding-top: 50px;
}

.section-product a {
  text-decoration: none;
  color: #5C004F;
  font-size: 1.6rem;
  font-weight: bold;
}

.section-product h2 {
  padding-top: 40px;
  padding-bottom: 30px;
}

.outer-image-container {
  position: relative;
  width: 100%;
}

.outer-image-container img {
  width: 100%;
}

.outer-image-container.basic {
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F1F0EC;
  border-radius: 20px;
  overflow: hidden;
}
.outer-image-container.basic img {
  width: 60%;
  height: 100%;
  object-fit: contain;
}


.inner-box {
  position: absolute;
  padding: 10px;
  bottom: 10px;
  right: 10px;
  width: 100px;
  height: 100px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 20px 60px #DBBB8A4D;
}

.inner-box img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
# Product Overview END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CONTACT FORMULAR CSS START
--------------------------------------------------------------*/
.section-kontaktformular h2 {
  margin: 40px 0 60px 0;
  padding: 0;
  color: #4E4E4E;

}

.formular {
  font-family: "Poppins", sans-serif;
}

.formular h3 {
  padding-bottom:20px;
  font-size: 4.4rem;
  color: #2E2E2E;
}

.formular p {
  font-weight: 400;
}

.section-kontaktformular a{
  text-decoration: none;
  color: #720062;
  font-weight: bold;
}

.section-kontaktformular a:hover {
  color: #5C004F;
}

.form-label {
  display: flex;
  padding: 5px;
}

.section-kontaktformular h4 {
  font-size: 2.4rem;
  font-weight: bold;
  padding:20px 0;
}

.form-check {
  padding-left: 2em;
  font-size: 1.4rem;
}

.form-check-label {
  padding-left: 1em;
  padding-top: 0.3em;
  display: block;
}

.form-check-input[type=checkbox] {
  border-radius: 0px;
  border: none;
  width: 25px;
  height: 25px;
}

.form-check-input:checked {
  background-color: #720062;
}

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem #72006233;
}

.form-check-input {
  background-color: #F5F5F5;
}

.form-control, .form-select {
 padding: 9px;
 background-color: #F5F5F5;
 border-radius: 0px;
 border: none;
 font-size: 1.4rem;
}

p.message.success {
  position: fixed;
  bottom: 0px;
  padding: 20px 25px 20px 20px;
  max-width: 300px;
  background-color: #720062;
  right: 0;
  z-index: 1000;
  color: white;
}

p.message.success i{
  position: absolute;
    right: 15px;
    top: 25px;
    cursor: pointer;
}

#inputState {
  margin: 24px 0;
}

.btn { 
  height: 40px;
  margin: 26px 0 26px 0;
  border: none;
  border-radius: 0px;
  background-color: #720062;
  width: 100%;
  font-weight: 700;
  font-size: 1.6rem;
}

.btn-primary {
  background-color: #720062!important;
}

.btn:hover {
  background-color: #5C004F!important;
}

.contact {
  padding-left: 25px;
  font-family: "Poppins", sans-serif;
}

.contact-info img {
  margin-right: 17px;
  width: 17px;
}

.contact-info a{
  display: block;
  color: #2E2E2E;
  padding: 5px 0 5px 0;
  transition: 0.3s;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 22px;
  white-space: pre-wrap;
}

.contact-weekly h4 {
  padding-top: 34px;
}

.contact-weekly span {
  font-size: 17px;
  position: absolute;
}
.contact-weekly ul {
  list-style: none;
}

.contact-weekly li {
  position: relative;
  margin-left: 17px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.error {
  color: red; 
  padding-top: 5px;
  font-size: 1.2rem;
}

textarea.form-control {
    margin-top: 20px;
}

.g-recaptcha {
    margin-top: 20px;
}

/*--------------------------------------------------------------
# CONTACT FORMULAR CSS END
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# GEWERBEKONTO CSS START
--------------------------------------------------------------*/

.section-gewerbekonto {
  padding-bottom: 50px;
}

.section-gewerbekonto h4 {
  padding-top: 20px;
  font-size: 2.4rem;
}

/*--------------------------------------------------------------
# GEWERBEKONTO CSS END
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# ABOUT US CSS START
--------------------------------------------------------------*/
.aboutUs {
  font-family: "Poppins", sans-serif;
}
.about-title {
  margin-top: 80px;
  margin-bottom: 40px;
}

.about-title h3 {
  font-weight: bold!important;
  font-size: 44px;
  color: #2E2E2E;
}

.about-title h4 {
  font-size: 24px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# IMPRESSUM & DATENSHUTZ CSS START 
--------------------------------------------------------------*/
.back-button {
  text-decoration: none;
  color: #5C004F;
  font-weight: 600;
  transition: .2s all;
  padding-bottom: 50px;
}

.back-button:hover {
  color: #720062;
  font-weight: bolder;
}

.content-without-hero {
  padding-top: 70px;
  padding-bottom: 70px;
  font-family: "Poppins", sans-serif;
}

.content-without-hero ul {
  padding-left: 0;
  list-style: none;
  font-size:  1.6rem;
  font-weight: 600;
}

.description h3 {
  font-size: 4.0rem;
  font-weight: 600!important;
  color: #272829;
}

.description h3, .description p {
  margin-bottom: 20px;
}

.list-unstyled li{
  padding-left: 0;
  list-style: none;
  font-size: 1.6rem;
  font-weight: 600;
}

.errors.list-unstyled li{
  font-size: 10px;
  color: #5C004F;
}

.list-unstyled a {
  text-decoration: none;
  transition: .2s all;
  color: #5C004F;
}

.list-unstyled a:hover {
  color: #720062;
  font-weight: bolder;
}

.privacy p {
  padding-top: 10px;
  line-height: 30px;
}

.impressum-contact-list {
  font-size: 1.6rem;
  list-style: none;
  padding-left: 0;
}

.impressum-contact-list a {
  text-decoration: none;
  color: #5C004F;
  font-weight: 600;
}

.impressum-contact-list a:hover {
  color: #720062;
  font-weight: bolder;
}

.content-without-hero a {
  color: #5C004F;
  text-decoration: none;
}

.content-without-hero a:hover {
  color: #720062;
  font-weight: bolder;
}

/*--------------------------------------------------------------
# IMPRESSUM & DATENSHUTZ CSS END 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# MEDIA QUERIES
--------------------------------------------------------------*/


/* Large Devices, Wide Screens */

@media only screen and (min-width : 1600px) {
  .inner-box {
    width: 240px;
    height: 240px;
  }
	#hero{
	height:100vh;
	}
}
@media (min-width : 1199px) and (max-width : 1500px){
	#hero{
	height:100vh;
	}
  #hero h1 {
    /* margin: 0 0 10px 0; */
    font-size: calc(40 * 1px + (70 - 40) * ((100vw - 1199px) / (1400 - 1199)));
    line-height: calc(35 * 1px + (65 - 35) * ((100vw - 1199px) / (1400 - 1199)));
  }
    #hero h2 {
      color: #fff;
      font-size: 4.8rem;
      font-size: calc(25 * 1px + (38 - 25) * ((100vw - 1199px) / (1400 - 1199)));
      line-height: calc(20 * 1px + (30 - 20) * ((100vw - 1199px) / (1400 - 1199)));
    }
}


@media only screen and (min-width : 1200px) {
  .mobile-nav {
    display: none;
  }
  .content-box:nth-child(even) .row .wrapper {
    margin-left: auto;
  }
  
  .about-box:nth-child(even) .row .wrapper-about-us {
    margin-left: auto;
  }

  .content-box h3 {
    padding-bottom: 20px;
  }

  .section-kontaktformular {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-gewerbekonto {
    padding: 80px 0;
  }
  
  .scroll-downs {
    position: fixed;
    right: 0;
    bottom: 0px;
    left: 172px;
    margin: auto;
    margin-bottom: 40px;
    width: 34px;
    height: 55px;
    z-index: 1;
  }

  .mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    box-sizing: content-box;
    cursor: pointer;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }

  #main.with-banner{
    background-color: white;
    transition: all .5s ease-in-out;
    z-index: 2;
    position: relative;
  }
  
  .product #product-flters {
    padding: 0;
    margin:40px 0px 40px 0px;
    list-style: none;
    text-align: center;
    font-family: "Poppins", sans-serif;
  }

  .mehr-product {
    margin-bottom: 150px;
  }

    .inner-box {
        width: 280px;
        height: 240px;
        bottom: -40px;
        right: -40px;
        padding: 30px;
        display: flex;
        align-items: center;
    }

  .productOverview, .event-overview {
    padding-bottom: 100px;
    padding-top: 50px;
    
  }
  .section-product h2 {
    font-size: 4.0rem;
  }

}
@media only screen and (min-width :992px) and (max-width: 1199px) {
.sticky-top {
    top: 25%;
}
}

/* Medium Devices, Desktops */

@media only screen and (min-width :901px) and (max-width: 1199px) {
  #header {
    left: -425px;
  }
  
  #main {
    margin-left: 0;
  }

  #hero {
    width: 100%;
    min-height:500px;
  }

  #hero h1 {
    font-size: 5rem;
    line-height: 5rem;
  }

  #hero h2 {
    font-size: 2.7rem;
  }

  .section-about {
    padding: 40px 0px 100px 0px;
  }

  .section-title h2 {
    padding-bottom: 40px;
    font-size: 5rem;
  }

  section, footer{
    padding: 0 20px;
  }

  .wrapper {
    width: 100%;
  }

  .inner-box {
    width: 200px;
    height: 200px;
    right: -40px;
    bottom: -40px;
    padding: 20px;
  }

  .productOverview {
    padding-bottom: 100px;
    padding-top: 50px;
  }
  
  .content-box:nth-child(even) .row .wrapper {
    margin-left: auto;
 }

 .formular h3 {
  margin-top: 50px;
 }

 .contact {
  padding-left: 0;
 }

 .product #product-flters {
  padding: 0;
  margin:100px 0px 40px 0px;
 }

 .mehr-product {
  margin-bottom: 150px;
 }

}


@media only screen and (min-width :991px) {
  .section-product p:first-child {
    padding-top: 0;
  }

  .product-title {
    margin-top: 60px;
  }

  .section-gewerbekonto h2 {
    font-size: 50px;
    margin: 30px 0 30px 0;
  }

  .section-gewerbekonto h4 {
    
    margin-bottom: 30px;
  }

  .select-part h4{
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
  }

  .section-kontaktformular p {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 991px) {
  #header {
    left: -575px;
  }

  #main{
    margin-left: 0;
  }
	#main.with-banner{
    background-color: white;
    transition: all .5s ease-in-out;
    z-index: 2;
    position: relative;
  }

  .sidebar {
    padding-top: 30px;
    padding-bottom: 50px;
  }

  #header .profile img {
    width: 180px;
  }

  .nav-menu img {
    width: 25px;
  }

  .nav-menu a, nav-menu a:focus {
    font-size: 1.8rem;
    padding: 5px 5px;
  }

  .contact-links a, .contact-links a:focus {
    font-size: 1.3rem;
    white-space: pre-wrap;
    padding: 5px;
  }

  .contact-links img {
    margin-right: 11px;
  }

  #hero {
    height: 400px;
    float: none;
    width: 100%;
  }
	.sticky-top{
		top:25%;
	}
  #hero .hero-container {
    margin: 0;
    padding: 0;
  }

  #hero h1 {
    font-size: 3.1rem;
    line-height: 30px;
  }

  #hero h2 {
    font-size: 1.7rem!important;
    line-height: 24px;
  }
  
  section, footer{
    padding: 30px 10px;
  }
  .section-about {
    padding: 0px;
    margin-top:10px;
  }
  .section-about h3 {
    font-size: 2.7rem!important;
  }
  .section-about h4 {
    font-size: 1.4rem!important;
  }

  .section-title h2 {
    font-size: 3rem;
    padding-bottom: 20px;
  }

  .section-product h2 {
    font-size: 2.7rem;
  }

  .content-box {
    padding-bottom: 100px;
  }

  .wrapper {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    padding: 20px;
  }

  .inner-box {
    width: 130px;
    height: 130px;
  }

  h3 {
    font-size: 2.7rem!important;
  }

  .about-title h4 {
    font-size: 1.7rem;
  }

  .form-check {
    font-size: 1.2rem;
  }

  .contact {
    padding-left: 0;
    padding-bottom: 40px;
   }

  .footer {
    text-align: center;
    display: block;
    line-height: 0.5rem;
    padding-top: 15px;
  }

  .product-title h2 {
    margin: 0;
    font-size: 50px!important;
  }

  .product-title {
    margin-top: 10px;
    justify-content: center;
    display: flex;
  }

  .section-kontaktformular h2 {
    font-size: 40px;
    margin: 20px 0 40px 0;
  }

  .section-gewerbekonto h2 {
    font-size: 33px;
  }

  .section-gewerbekonto h4 {
    
    margin-bottom: 30px;
  }

.wrapper-about {
	width:100%;
	height:100%;
}
.wrapper-about-us {
	width:100%;
	height:100%;
}
  
}

/* Small Devices, Mobile */
@media only screen and (max-width: 576px) {
  #header {
    width: 100%;
  }

  .product-title {
    margin-top: 10px;
    justify-content: center;
    display: flex;
  }

  .product-title h2 {
    margin: 0;
    font-size: 40px!important;
  }

  .product .button-group {
    display: flex;
  }

  .section-kontaktformular h2 {
    font-size: 35px;
    margin: 20px 0 40px 0;
  }

  .contact {
    margin-top: 30px;
  }
.sticky-top{
	top:30%;
	position: relative;
	transform: unset;
  }
	 #hero {
    height:350px;
    float: none;
    width: 100%;
  }
}