html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  margin: 0 auto;
}

.show {
  display: block !important;
}

/* .wow:first-child {
  visibility: hidden;
} */

/************* SCHRIFT LOCAL EINBINDEN *************/
/* raleway-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  src: local(''),
    url('../fonts/Poppins-Light.ttf') format('truetype'),
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  src: local(''),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Poppins-Semibold.ttf') format('truetype');
  src: local(''),
    url('../fonts/Poppins-Semibold.ttf') format('truetype'),
}

:root{
  --stolz-red:#e20613;
  --stolz-grey:#333;
  --stolz-mid-grey:#666;
}



/************** TYPOGRAFIE **************/
h1,
h2,
h3,
h4,
h5,
p,
strong,
b,
em,
a,
li h1,
h2,
h3,
h4 {
  font-family: "Poppins", sans-serif;

}

h1 {
  font-size: 2.5em;
  font-weight: 500;
    letter-spacing:1px;
}



h2 {
    font-size: 1.4em;
    font-weight: 500;
    color: var(--stolz-red);
    text-transform: uppercase;
    letter-spacing: 3px;
}

h3 {
    font-size: 3.2em;
    font-weight: 500;
    color: var(--stolz-grey);
    /* text-transform: uppercase; */
    /* letter-spacing: 1px; */
    line-height: 1em;
    margin-bottom: 30px;
}

h4 {
  font-size: 1.3em;
  font-weight: 500;
color:var(--stolz-mid-grey);
  margin-bottom:10px;
}
.text-caption h4{
  color:white;
}
a {
  font-size: 1em;
  text-decoration: none;
  transition:0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color:var(--stolz-red);
  transition:0.4s ease-in-out;
}

p {
  font-size: 1em;
  font-weight: 300;
}

section p{
  margin-bottom:30px;
}

b {
  font-size: 1em;
  font-weight: 500;
}

i {
  font-size: 1em;
}

strong {
  font-size: 1em;
  font-weight: 500;
  color:var(--stolz-red);
}


.content li{
  font-family:"Poppins", sans-serif;
  font-weight:300;
  display:block;
  list-style:none;
  position:relative;
}

.content li:before{
  content:"»";
  font-family:"Poppins", sans-serif;
  font-weight:500;
  position:absolute;
  top:0px;
  left:-20px;
  color:var(--stolz-red);
}
/******** Buttons/ a-Tags **********/

a.button {
border-radius:30px;
padding:10px 25px;
background-color:var(--stolz-red);
color:white;
text-transform:uppercase;
font-weight:500;
margin-bottom:20px;
display: inline-block;
letter-spacing:1px;
  margin-right:15px;
}

a.button:hover i{
  margin-left:15px;
  transition:0.2s ease-in-out;
}
a.button i {
  margin-left: 10px;
    transition:0.2s ease-in-out;
}

a.button-2 {
  cursor: pointer;
  display: inline-block;
  padding: 10px 30px;
  background-color: #d0003a;
  color: white;
  margin-top: 15px;
  margin-bottom: 15px;
  transition: 0.4s ease-in-out;
  margin-right: 10px;
  border: 1px solid transparent;
}


/******** Nav **********/

nav {
  width: 100%;
  height: 65px;
  padding: 0em;
  background-color: white;
  position: fixed;
  top: 0px;
  z-index: 999;
  transition: 0.4s;
  text-align: center;
  display: table;
  padding-left: 100px;
  padding-right: 100px;
  box-shadow:5px 5px 15px rgba(0,0,0,0.2);
}



.logo {
  display: table-cell;
  vertical-align: middle;
  transition: 0.5s;
  left: 5%;
  height: 50px;
  position: absolute;
  margin-top:12px;
}

.eu_note{
      height: 50px;
    position: absolute;
    right: 15rem;
    top: 0.7rem;
}

.nav_scroll {}

.nav_scroll .logo {

}

.breadcrumb{
  background-color: rgba(100,100,100,0.2);
    -webkit-backdrop-filter:blur(15px);
  backdrop-filter: blur(15px);
  /*border-bottom:1px solid rgba(255,255,255,0.2);*/
  position: absolute;
top: 74px;
z-index: 1;
width: 100%;
text-align: right;
box-shadow:5px 5px 15px rgba(0,0,0,0.2);

}
.lang{
  position:absolute;
  right:calc(5% + 5px);
}

.lang {
    right: calc(5% + 40px);
    top: 18px;
    background-color: var(--stolz-red);
    border-radius: 25px;
    padding: 5px;
}
.lang strong {
    color: white;
    transform: translateY(-1px)scale(0.8);
    width: 20px;
    height: 20px;
    display: block;
}

.lang ul{
  margin:0;
  padding:0;
  padding-left:0.5rem;
  padding-right:0.5rem;
}

.lang ul li{
  display:inline-block;
  margin:0;
  padding:0;
  list-style:none;
}
.lang ul li.disabled{
  color:white;
  text-transform:uppercase;
  font-family:"Poppins";
  font-weight:300;
  font-size:0.8em;
  transform: translateY(-2px);
}
.lang ul li a{
      color: white;
    transform: translateY(-1px)scale(0.8);
    display: block;
  text-transform:uppercase;
    font-size: 1em;
  font-weight: 300;
}

.lang ul li.active a{
  font-weight:500;
}

.lang ul li:first-child a:after{
  content:"|";
  padding-left:5px;
}


.breadcrumb ul {
  padding: 0px;
  margin: 0px;
    margin-right: 0px;
  text-align: right;
  display: block;
  width: 100%;
  margin-right: 5%;
  padding: 5px;
  opacity: 0.5;
  padding-top:0px;
}

.breadcrumb ul li{
  padding:0px;
  margin:0px;
  color:white;
  display:inline-block;
  font-family:"Poppins";
  font-weight:300;
  text-transform:uppercase;
  margin-left:5px;
  margin-right:5px;
  font-size:0.8em;

}

.breadcrumb ul li:first-child{
  list-style:none;
}
.breadcrumb ul li:last-child{
  font-weight:500;
}

.breadcrumb ul li:before{
  content:"·";
  padding-right:10px;
}
.breadcrumb ul li:first-child:before{
  display:none;
}
.navigation-desktop {
  vertical-align: middle;
  display: table-cell;
  height: 100%;
}

.navigation-desktop ul {
  list-style: none;
  text-align: center;
  margin: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

.navigation-desktop ul li {
  display: inline-block;
  position: relative;
  margin: 0px -2px;
  font-style: normal;
  text-transform: normal;
  font-size: 1em;
  transition: 0.4s ease-in-out;
  opacity:1;
}

.navigation-desktop ul li.active {
}

.navigation-desktop ul li:hover {
  background-color:var(--stolz-red);
}

.navigation-desktop ul li a {
  display: block;
  padding: 25px;
  color: #444;
  text-transform:uppercase;
    transition: 0.2s ease-in-out;
    letter-spacing:1px;
}

.navigation-desktop ul li:hover a {
    transition: 0.2s ease-in-out;
  opacity: 1;
  color: #fff;
}

.navigation-desktop ul li.active a {
font-weight:500;
}

.navigation-desktop ul li.active:hover a {
  color: #fff;
}

.navigation-desktop ul li .dropdown {
  width: 200%;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  top: 74px;
  display: block;
  position: absolute;
  background-color: white;
  left: -50%;
  transition: 0.5s ease-in-out;
}

.navigation-desktop ul li:hover .dropdown {
  width: 200%;
  transform-origin: top;
  transform: scaleY(1);
  opacity: 1;
  display: block;
  position: absolute;
  background-color: var(--stolz-grey);
  left: -50%;
  transition: 0.5s ease-in-out;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);

}

.dropdown>ul>li {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin: 0px;
  transition: 0.4s ease-in-out;
}

.dropdown>ul>li:hover {
  background-color: var(--stolz-red);
  transition: 0.4s ease-in-out;
}

.dropdown>ul>li::after {
  display: none;
}

.dropdown>ul>li:hover::after {
  display: none;
}

.dropdown>ul>li:last-child {
  display: block;
  border-bottom: none;
  margin: 0px;
}

.dropdown>ul>li>a {
  padding: 15px;
  color: white;
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-size: 0.9em;
  transition: 0s;
}

.dropdown>ul>li:hover>a {
  color: white;
}

/************** MOBILE MENU Toggle ************/

#menuToggle {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}

#menuToggle span {
  display: block;
  width: 28px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: var(--stolz-red);
  border-radius:0px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    background 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0),
    opacity 0.55s ease;
}


#menuToggle span:first-child {
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#menuToggle input:checked~span {
    opacity: 1;
    transform: translate(-2px, 2px)scale(0.8)rotate(45deg);
    background-color: var(--stolz-grey);
}

#menuToggle input:checked~span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

#menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-1px, 0px)scale(0.8);
    background-color: var(--stolz-grey);
}

/************** MOBILE MENU ************/

#menu {
    position: fixed;
    width: 100%;
    left: 0px;
    top: 64px;
    text-align: center;
    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    opacity: 0;
    transform: translateY(-300px);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
    transition: 0.4s;
    z-index: 1;
    padding: 0px;
    /* border-top: 2px solid #d0003a; */
}

#menu li::before {
  content: none;
}

#menu li {
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
  position: relative;
}

/*#menu li:before {
  opacity: 0;
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  left: 45%;
  top: 0px;
  background-color: #d0003a;
  transition: 0.5s ease-in-out;
  z-index: -1;
}*/

#menu li:hover:before {
  opacity: 1;
  left: 0%;
  width: 100%;
}

#menu li:hover {
  background-color: var(--stolz-red);
  transition-delay: 0.4s;
  transition: 0.4s ease-in-out;
}

#menu li:hover a{
  color:white;
  transition:0.4s ease-in-out;
}

#menu a {
  display: block;
  font-style: normal;
  transition: 0.4s ease-in-out;
  color: var(--stolz-grey);
  font-weight: 300;
}

#menu a:hover {
  color: white;
}

#menuToggle input:checked~ul {
  opacity: 1;
  transition: 0.4s;
  transform: translateY(0px);
}

.navigation {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
}

.has-children {
  position: relative;
}
#menu .has-children a:first-child{
  width:90%;
  padding-left:10%;
}
.has-children .mobile-dropdown-icon {
    width: 10%;
    height: 37px;
    color: #d0003a;
    text-align: right;
    padding-left: 8px;
    padding-bottom: 4px;
    padding-top: 14px;
    padding-right: 5.5px;
    position: absolute;
    right: 28px;
    top: 0px;
    transition: 0.5s ease-in-out;
    z-index: 999;
    cursor: pointer;
}

.has-children:hover .mobile-dropdown-icon {
  color: white;
}

.mobile-dropdown {
  display: none;
  padding: 0px;
  list-style: none;
  background-color: #f0f0f0;
  margin-top: 11px;
}

#menu>li ul li a {
  color: var(--stolz-grey);
}

#menu>li:hover ul li a {
  color: var(--stolz-grey);
}

#menu>li:hover ul li:hover {
  background-color: var(--stolz-grey);
}

#menu>li:hover ul li:hover a {
  color: white;
}

/************** MOBILE MENU ENDE ***********/


/********** HEADER **************/
.siteheader{
  height:auto !important;
position:relative;
  overflow:hidden;
  border-bottom:4px solid var(--stolz-red);
}

.siteheader .caption {
    position: absolute;
    width: 100%;
    height: auto;
    /* border-radius: 400px; */
  -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    bottom: 0;
    left: 0px;
    background-color: rgba(100,100,100,0.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
    text-align: center;
    padding: 40px;
}

.siteheader .caption h1{
  color:white;
  width:80%;
  margin:0px auto;
  text-transform:uppercase;
}
.header-image{
  width:100%;
  height:400px;
  background-position:center center;
  background-size:cover;
}

.text-right{
  text-align:right;
}

/************** INHALTE ***********/

.content {
  width: 80%;
  margin: 0px auto;
  padding: 80px;
  padding-top:120px;
  padding-bottom:120px;
}

.trenner {
    width: 100px;
    height: 4px;
    background-color: var(--stolz-red);
    display: block;
    margin-top: 10px;
    margin-bottom: 40px;
}

section.lightgrey {
  background-color: #f0f0f0;
}

/************** SLIDER ***********/

header {
  margin-top: 74px;
  width: 100%;
  /*height: 950px;*/
}
.carousel-indicators{
  position:relative;
  border-radius:10px;
  margin-bottom:25px;
}

.carousel-indicators [data-bs-target]{
  width:10px;
  height:10px;
  border-radius:10px;
  border:none;
  background-clip:none;
  padding:0px;
  margin:0px;
  margin-left:2px;
  margin-right:2px;
  background-color:transparent;
  border:1px solid rgba(255,255,255,0.2);


}
.carousel-indicators .active{
  background-color:white;
  border:1px solid white;
  opacity:0.7;
}
.carousel-caption {
  text-align: left;
  bottom: 30%;
}


.carousel-caption p {
  font-size: 1.5rem;
}


.carousel-item {
  max-height: 900px
}

.carousel-item img,
.carousel-item video {
  height: auto;
  width: 100%;

}

.image-embed-item {
  width: 100%;
  height: auto;
  border: 2px solid #f5f5f5;
}


.carousel-caption img{
  width:60%;
  margin-top:100px;
  margin-bottom:25px;
}
.carousel-caption{
  background-color: rgba(100,100,100,0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter:blur(15px);
  /*border:1px solid rgba(255,255,255,0.2);*/
  width:650px;
  height:650px;
  border-radius:650px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  text-align:center;
  box-shadow:5px 5px 30px rgba(0,0,0,0.2);
}

.carousel-caption-outer{
  display:none;
  width:680px;
  height:680px;
  border-radius:680px;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  border:2px solid rgba(255,255,255,0.6);
  position:absolute;
}

.carousel-caption h1 {
    font-size: 1.6em;
    /* text-transform: uppercase; */
    line-height: 1em;
}

.carousel-caption h2{
  font-size:1em;
  color:#fff;
  text-transform:uppercase;
}

.carousel-caption a.button{
  display:inline-block;
  margin-top:50px;
}

/*************   Background Section  **************/

section.background {
  position: relative;
  background-color: var(--stolz-grey);
}

.bg-picture {
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
    overflow: hidden;
}

.bg-picture img{
  width:100%;
  height:auto;
}

.text-caption{
  background-color:rgba(100,100,100,0.2);
  backdrop-filter:blur(15px);
  -webkit-backdrop-filter:blur(15px);
  padding:40px;
  border-radius:0.5em;
  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);
}

section.background h2,
section.background h3,
section.background p {
  color: white;
}


.text-bild img{
  width:100%;
}


/******* keywords ******/
.keywords .col-md-4 h3{
  font-size:1.3em;
  color:var(--stolz-red);
  margin-bottom:10px;
}

.keywords .col-md-3{
  position:relative;
}

.keywords .col-md-3 img{
  position:absolute;
  left:50%;
  transform:translateX(-50%)scale(0.7);
  width:70%;
  height:auto;
}

/******** FORMS ****************/

#kontaktformular-31, #contactformEN-71{
      background-color: #f0f0f0;
    padding: 20px;
}

nav.form-navigation{
  width:auto;
  height:auto;
  position:relative;
  display:block;
  border:none;
  box-shadow:none;
  padding-left:0px;
  padding-right:0px;
  background-color:transparent;
}

.form-navigation .btn-primary{
  border-radius: 30px;
    padding: 10px 20px;
    background-color: var(--stolz-red);
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
    display: inline-block;
    letter-spacing: 1px;
  border:none;
}
.form-control{
  border:none;
  border-radius:none;
  color: rgba(0,0,0,0.4);
}
::placeholder{
      color: rgba(0,0,0,0.4);
}
textarea{
  height:150px;
}
.form-label{
  display: none;
}

input, .input{
  margin-bottom:10px;
}



.form-check-input:checked {
    background-color: var(--stolz-red);
    border-color: var(--stolz-red);
}

.clearfix p{
      font-size: 0.8em;
    font-style: italic;
}

/************ AKKORDION **********/

.accordion-button{
  border-radius:0px !important;
  border-color:none !important;
  box-shadow: none !important;
  color:white;
  background-color:var(--stolz-grey);
}

.accordion-button:not(.collapsed){
  background-color:var(--stolz-red);
  color:white;
}
.accordion-button::after{
  display:none;
} 
.accordion-button::before {
    width: 15px;
    height: 15px;
    content: "";
    position: absolute;
    right: 30px;
    top: 16px;
    transform: rotate(225deg);
    border-top: 1px solid white;
    border-left: 1px solid white;
  transition:0.4s ease-in-out;
}

.accordion-button:not(.collapsed)::before {
  top: 27px;
    transform: translateY(-3px)rotate(45deg);
    transition:0.4s ease-in-out;
}

/******** Footer **********/

footer h2,
footer h3,
footer h4,
footer h5,
footer p,
footer a,
footer em,
footer strong,
footer li {
  color: white;
}
footer strong{
  color: var(--stolz-red);
}
footer {
  width: 100%;
  height: auto;
  background-color: var(--stolz-grey);
  bottom: 0px;
}

footer a{
  text-transform:uppercase;
  letter-spacing:1px;
}

/**** TABLE *****/
.contenttable{
  width:100%;
  border-bottom:1px solid rgba(0,0,0,0.1);
}
.contenttable:last-child{
  border-bottom:0px;
}
th, td, tr{
  font-family:"Poppins", sans-serif;
  color:var(---stolz-grey);
  font-weight:300;
}
th {
    width: 50%;
    color: var(--stolz-red);
    padding: 10px;
    font-size: 1.4em;
    font-family: "Poppins", sans-serif;
  font-weight:500;
}


.table>:not(caption)>*>*{
  border-bottom-width:0px;
}
.contenttable td{
  padding:10px;
}
/*********** MEDIA QUERIES **********/

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1400px) {
  .content {
    width: 100%;
  }
  header {
    height: auto;
  }
}

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:1080px) {

  .headline-left>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
  header {
      margin-top: 65px;
    }
    .breadcrumb {
    top: 65px;
  }
  .content {
    width: 100%;
    padding: 35px;
  }
.logo{
  margin-top:8px;
}
  nav {
    padding-left: 50px;
    padding-right: 50px;
    border: 0px solid transparent;
  }

  .navigation-desktop {
    display: none;
  }

  .navigation {
      display: block;
      top: 23px;
      right: 20px;
      transition: 0.4s;
  }
  .lang {
      right: calc(5% + 40px);
      top: 20px;
  }

}

@media only screen and (max-width:991px) {}

@media only screen and (max-width:767px) {
.header-image {
    height: 250px;
}
  .siteheader .caption{
    padding:20px;
  }

  .siteheader .caption h1{
    font-size:2em;
  }
  h3 {
    margin-bottom: 15px;
}
  
  .keywords .col-md-3 img {
    position:relative;
    left:unset;
    transform:unset;
    width: 100px;
    height: auto;
    margin-bottom:15px;
}

  th, td, tr{
    width:100%;
    display:block;
  }

  form{
    margin-bottom:30px;
  }
.text-bild img{
  margin-bottom:30px;
}
  h2{
    font-size:1.4em;
  }
  h3{
    font-size:1.8em;
  }
  footer .col-md-4{
    margin-bottom:30px;
  }
}

@media only screen and (max-width:500px) {
  .content {
    padding: 30px 20px;
}
  .text-caption{
    padding:20px;
  }

  h2{
    font-size:1.2em;
  }

  h3{
    font-size:1.5em;
  }
}


@media only screen and (max-width:1600px){
  .logo{
    left:2%;
  }
  .lang{
    right:2%;
  }

  .eu_note{
    right:8rem;
  }

  nav{
    padding-left: 0px;
}
}

@media only screen and (max-width:1380px){
  nav{
    padding-right:180px;
  }
  .navigation-desktop ul li a{
    padding-left:15px;
    padding-right:15px;
  }
}

@media only screen and (max-width:1080px){

      .eu_note {
        right: 11rem;
    top:0.5rem;
      }
  .lang{
    right:4rem;
    top:14px;
  }
}

@media only screen and (max-width:550px){
  .eu_note {
    height: 40px;
    position: absolute;
    right: 10rem;
    top: 0.8rem;
}
}

@media only screen and (max-width:400px){
  .eu_note{
  height: 43px;
  top:unset;
  bottom:-43px;
    right:0;
  background-color:white;
  padding:2px;
  }
  }

footer span{
  color:white;
}