@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+Adlam+Unjoined:wght@400;500;600;700&family=Prompt:ital,wght@0,400;0,500;0,600;0,700;0,900;1,300;1,400&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Noto+Sans+Adlam+Unjoined:wght@400;500;600;700&family=Prompt:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,300;0,400;1,300&display=swap');

:root {
  --primary:#95ad96;
  --secondary: #3a5e3b;
  --light:#ffffff;
  --dark:#212121;
  --lightgrey:#f3f3f3;
  --grey:#495057;
  --prompt:'Prompt', sans-serif;
}
::selection {
  background: #95ad96;
  color: #fff;
}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: rgba(255, 0, 0, 0) 1px solid;
}
html{
  scroll-behavior: smooth;
}
body{
}
body, html, ul, ol, li, h1, h2, h3, h4, h5, h6, button {
  margin: 0;
  padding: 0;
  cursor: default;
}
body::-webkit-scrollbar {
  width: 0.33rem;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: var(--dark);
  outline: 0.1px solid var(--dark);
}
.color{
  color:#95ad96;
}
body{
    margin: 0px;
    font-family: Montserrat, sans-serif;
    object-fit: cover;
}
h1{
  font-size: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  color: var(--dark);
}
h2{
  font-size: 1rem;
  font-family: 'Noto Sans Adlam Unjoined', sans-serif;
  font-weight: 700;
}
h3{
  color: var(--dark);
}
p{
  font-family: 'Noto Sans Adlam Unjoined', sans-serif;
  margin-block-start: 0em;
  margin-block-end: 0em;
}


@media ( min-width: 550px ) {  /** Tablet **/
  h1 {
    font-size: 1rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
}

@media ( min-width: 900px ) { /** Browserfenster **/
  h1 {
    font-size: 2rem;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }
}
.wrapperdiv{
  position:relative;
  top:-50px;
}
.kontaktdiv{
  position:relative;
  top:100px;
}
.relative{
  position: relative;
}
.flex{
  display: flex;
  display: -ms-flexbox;
}
ol, ul {
  list-style: none;
}
fieldset, ol, ul {
  margin: 0;
  padding: 0;
}
.cursor-pointer {
  cursor: pointer;
}
.p-0 {
  padding: 0;
}
.items-center{
  align-items: center;
}
.margin-low-down {
  margin-bottom: 0.25rem;
}
.rotate90{
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flip{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/*Loader*/
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
}
.loader {
  display: inline-block;
  width: 1px;
  height: 1px;
  background-image: url(/assets/images/airplane-svg.png);
  position: relative;
  border: 4px solid var(--white);
  animation: loader 0.75s infinite ease;
}
.loader img {
 width: 2rem;
}
@keyframes loader {
  0% {
    transform: rotate(0deg);
  } 
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  
  25% {
    height: 0%;
  }
  
  50% {
    height: 100%;
  }
  
  75% {
    height: 100%;
  }
  
  100% {
    height: 0%;
  }
}

/* Main Content */
.lagerung{
  flex: 0 auto;
  display: flex;
  height: fit-content;
  margin: 0 6.5%;
  gap:40px;
}
.wrapperdiv {
  position: relative;
  top: -180px;
}
.lgr__wrapper{
  margin-top: 1rem;
}
.wrapper{
  margin: 0 6.5%;
}
.header_image {
  background-color: #212121;
  height: 28vh;
  content: '';
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-top: 0.25rem;
}
.header_image h1{
  color:var(--light);
  position: absolute;
  bottom: 5%;
  left: 1%;
  font-size: 4rem;
  letter-spacing: 0.2rem;
  font-family: 'Prompt', sans-serif;
  font-weight: 700;
  line-height: 3rem;
}

.header_image img{
  display: block;
  object-fit: cover;
  width: 100%;
  height:100%;
}

.lgr_heading{
    font-family: var(--prompt);
    margin:0.5rem 0;
    font-size: 3rem;
    color: var(--dark);
}
.lgr__container {
  width: 80%;
}
.lgr__h2{
    font-size: 2.5rem;
    color: var(--dark);
    margin-bottom: 0.5rem;
    font-family: var(--prompt);
    line-height: 3rem;
}
.lgr__paragraph{
  color: #212121;
  font-size: 1rem;
  line-height: 1.40rem;
  font-family: 'Noto Sans Adlam Unjoined', sans-serif;
  margin-bottom: 1rem;
}
.lgr__div{
  position: relative;
  border-radius: 0.3rem;
  margin:1rem 0;
}
.lgr__img{
  position: relative;
  width: 100%;
  object-fit: cover;
  height: 15rem;
}
.lgr__split{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 3rem;
  position: relative;
  border: 0.1rem var(--lightgrey) solid;
  padding:1rem;
}
.lgr__split > * {
  flex: 1 1 350px;
}

.lgr__split img{
  position: relative;
  width:100%;
  height: 100%;
  object-fit: cover;
}
.lgr__split h2{
  font-size: 1.5rem;
  margin-bottom: 0.2rem;
}
.lgr__split div{
  position: relative;
}
.lgr__split button{
  padding: 0.75rem 1rem;
  background-color:#fff;
  border: solid 0.1rem #95ad96;
  border-radius: 0.2rem;
  cursor: pointer;
  line-height: 0px;
  font-family: 'Poppins', sans-serif;
  color: var(--dark);
  font-size: 0.75rem;
  font-weight: 500;
  transition: ease-out 0.5s;
  box-shadow: inset 0 0 0 0 #3a5e3b;
  margin-top:0.5rem;
  margin-bottom: 1rem;
}
.split__paragraph{
  color: #212121;
  font-size: 0.8rem;
  line-height: 1.2rem;
  font-family: 'Noto Sans Adlam Unjoined', sans-serif;
}
.lgr__split button:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #3a5e3b;
}
#split_2 {
  background-image: url(/assets/images/zoll.jpg);
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #212121;
  background-position: 5%;
  max-width: 40rem;
  position: relative;
  height:10rem;
  width: 400px;
}
#split_1{
  position: relative;
  padding-right: 0.5rem;
  width: 600px;
}
/* Ablauf */

.lagerung-ablauf__grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(250px, 1fr));
  grid-gap:1rem;
  margin: 1.5rem 0rem;
}
.lagerung-ablauf__grid div{
  font-size:20px;
  text-align:center;
  border-radius: 0.2rem;
}
.lagerung-ablauf__h2 h2{
  font-size: 1.5rem;
  color: var(--dark);
  margin: 0.5rem 0rem 1rem 0.5rem;
  font-family: var(--prompt);
  line-height: 3rem;
}
.lagerung-ablauf__grid img{
  max-width: 90px;
  text-align: center;
}
#ablauf__header{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0rem;
}
#ablauf__header h3{
  background-color: #3a5e3b;
  font-size: 1rem;
  font-family: var(--prompt);
  color: #fff;
  display: flex;
  height: fit-content;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
  left: 0;
  position:absolute;
}
#ablauf__header h1{
  font-size: 1.1rem;
  color: #212121;
}
#ablauf__info p {
  font-size: 0.85rem;
  text-align: center;
  margin: 0.5rem;
  max-width: 90%;
}
#ablauf__info{
  position: relative;
  border: 0.1rem solid var(--lightgrey);
  padding: 1rem 0rem;
}

/* Vorteile */

.lagerung-vorteile__grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(200px, 1fr));
  grid-gap:1rem;
}
.lagerung-vorteile__grid div{
  background-color:#333;
  font-size:20px;
  text-align:center;
  height: 10rem;
  border-radius: 0.2rem;
}

.lagerung-vorteile__h2 h2{
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 0.5rem;
  font-family: var(--prompt);
  line-height: 3rem;
}

/* Sidebar */
#sidebar {
  position: sticky;
  z-index: 1;
  top: 100px;
  width: 17rem;
  height: 100%;
  background-color: var(--light);
  border: 0.1rem solid var(--lightgrey);
  right: 0;
  margin-left: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  bottom: 0;
}
#sidebar a{
  text-decoration: none;
  color: #212121;
}
#sidebar a:hover{
  text-decoration: none;
  color: var(--secondary);
}
.side-navigation{
  margin: 0.5rem 1rem 0.5rem 0.5rem;
}
#sidebar_ul{
  margin: 0.5rem 0rem;
}
#svg1{
  width: 15%;
  margin-right: 0.25rem;
}
.side-navigation__wrapper h3{
  display: flex;
  align-items: center;
  color:var(--dark);
  margin-bottom: 0.30rem;
  margin-top: 0rem;
  font-size: 1.1rem;
  font-weight: 500;
  font-family: var(--prompt);
  z-index: 1;
  letter-spacing: 0.1rem;
}
#leistungen_h3::before{
  content: '';
  border-bottom:0.30rem solid var(--primary);
  width: 7.2rem;
  position: absolute;
  top: 1.8rem;
  z-index: -1;
  display: none;
}
.side-navigation__wrapper li {
  display: flex;
  align-items: center;
  color: var(--dark);
  font-size: 1rem;
  font-family: var(--prompt);
  margin-bottom: 0.5rem;
}
#accordion_a:before{
  content: '';
  width: 8px;
  height: 10px;
  border-left:0.1rem solid #d8d8d8;
  border-bottom: 0.1rem solid #d8d8d8;
  position: absolute;
  display: flex;
  left: 5%;
}
#accordion_a:after{
  content: '';
  width: 8px;
  height: 70px;
  left:5%;
  top: 35px;
  border-left:0.1rem solid #d8d8d8;
  position: absolute;
  display: flex;
}
.side-navigation__wrapper svg {
  width: 5%;
  margin-right: 0.2rem;
}
.side-navigation__wrapper li:hover{
  cursor: pointer;
  color: #3a5e3b;
}

#svg2{
  width: 7%;
  margin-right: 0.25rem;
}
#anfrageh3{
  margin-top: 0.25rem;
  color: var(--dark);
  position: relative;
  margin-bottom: 0.5rem;
}
#anfrageh3::before{
  content: '';
  border-bottom:0.30rem solid var(--primary);
  width: 48%;
  position: absolute;
  z-index: -1;
  top: 68%;
}
#sidebar_icon {
  position: absolute;
  right: 0;
  font-size: 1.25rem;
  top: 0;
  padding-left: 0.5rem;
}
.sidebar.close {
  height: 2rem !important;
  width: 2.5rem !important;
  overflow: hidden !important;
}
.side-navigation__wrapper.hide{
  visibility: hidden;
  height: 1.25rem;
}
.lgr__container.width {
  width: 90%;
}
.sidebaricon.icon {
  margin-right: 1rem;
  position: absolute;
  left: 55%;
  top: 25%;
}
.sidebaricon{
  display: block;
  width: 40px;
  cursor: pointer;
  appearance: none;
  border: none;
  outline: none;
  background: none;
  border-bottom: 0.1rem;
  border-left: 0.1rem;
  border-right: 0rem;
  border-top: 0rem;
  border-color: var(--lightgrey);
  border-style: solid;
  padding:0.5rem 0rem;
}

.sidebaricon::before {
  content: '';
  width: 50%;
  height: 2px;
  background-color: var(--dark);
  margin: 2px 2px;
  transition: 0.4s;
  display: block;
  transform: rotate(-45deg) translate(-2px, 4px);
  color: var(--dark);
}
.sidebaricon::after {
  content: '';
  width: 50%;
  height: 2px;
  background-color: var(--dark);
  margin: 2px 2px;
  transition: 0.4s;
  display: block;
  transform: rotate(45deg) translate(-3px, -5px);
  color: var(--dark);
}
.sidebaricon .bar {
  content: '';
  width: 50%;
  height: 2px;
  background-color: var(--dark);
  margin: 3px 3px;
  transition: 0.4s;
  display: block;
  margin-left: 5px;
  opacity: 0;
}
.sidebaricon.active:before {
  transform: rotate(0deg) translate(3px, 10px);
  color: var(--dark);
}
.sidebaricon.active:after {
  transform: rotate(0deg) translate(3px, -10px);
  color: var(--dark);
}
.sidebaricon.active .bar{
  opacity: 1;
}


  /* Anfrage */
.kontakt{
  padding: 0;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow-x: hidden;
}
.kontakt_wrapper{
  justify-content: space-between;
}
.kontakt_links{
  position: relative;
  margin-top: 2rem;
}
.kontakt_rechts{
  padding-left:0;
}
.kontakt_rechts h2{
  font-size: 2.5rem;
  padding-bottom: 1rem;
  font-family: 'Prompt', sans-serif;
  color: var(--dark);
  font-weight: 600;
  line-height: 2.5rem;
  word-spacing: -0.25rem;
}
.kontakt_rechts p{
  max-width: 55rem;
}
form{
  width: 100%;
  margin-bottom: 1rem;
}
input, textarea{
  width: 100%;
  padding: 0.5rem;
  outline: 0;
  border: solid 0.1rem #f3f3f3;
  background: transparent;
  font-size: 1rem;
  border-radius: 0.2rem;
  box-sizing: border-box;
  caret-color: var(--primary);
}
textarea{
  height: 6rem !important;
}
label {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--dark);
  cursor: text;
  pointer-events: none;
  display: block;
}
#submit{
  padding:0.50rem 1rem;
  background-color:#fff ;
  outline: #95ad96;
  border: solid 0.1rem var(--primary);
  border-radius: 0.20rem;
  cursor:pointer;
  width: 100%;
  font-family: 'Prompt', sans-serif;
  font-weight:400;
  color: var(--dark);
  font-size: 1rem;
}
#submit:hover{
  color: #fff;
  box-shadow: inset 0 -100px 0 0 #95ad96;
  transition: 800ms;
}
.kontaktformular {
  position: relative;
  margin-bottom:0.50rem;
}
.eingabefeld {
  border: 1px solid silver !important;
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--dark);
  height: 30px;
  padding: 1rem 15px;
  resize: none;
}
.eingabefeld::placeholder {
  color: transparent;
}
.eingabefeld:placeholder-shown ~ .eingabelabel {
  top: 8px;
  border-right: none;
  border-left: none;
}
.eingabelabel {
  background-color: white;
  color: var(--dark);
  display: block;
  font-size: .9em;
  margin-left: 5px;
  padding: 0 10px;
  pointer-events: none;
  position: absolute;
  top: -10px;
  transition: 0.2s;
  height: fit-content;
}
.eingabefeld:focus {
  border: 1px solid var(--primary) !important;
  outline: none;
}
.eingabefeld:focus ~ .eingabelabel {
  background-color: white;
  color: var(--primary);
  font-size: .9em;
  margin-left: 5px;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  transition: 0.2s;
}
.result{
  border: solid 0.10rem var(--primary);
  margin: 1rem 9rem 0rem 9rem;
  border-radius: 0.2rem;
  display: flex;
  height: 4rem;
  align-items: center;
  justify-content: center;
}
.result h2{
  width: fit-content;
  font-weight: 400;
  font-size: 1rem;
}
.button-area span{
  width: 100%;
  margin-top: 1rem;
  font-size: 0.9rem;
}
.button-area{
  margin-top: 1.25rem;
}
#checkbox{
  background-color: var(--primary);
  width: 20px;
  color: #212121;
}
input#checkbox.checkbox{
  accent-color: var(--primary);
  z-index: 30;
}
#checkbox_text{
  z-index: 1;
  background-color: rgba(255, 255, 240, 0);
  font-size: 0.60rem;
  text-align: left;
  margin-left: 0.80rem;
  max-width: 100%;
  margin-top: 0.15rem;
}
.kontaktformular {
  position: relative;
  margin-bottom: 0.8rem;
}
#nachrichtenfeld{
  max-height:5rem;
}
#datenschutz_p{
  font-size: 0.70rem;
  margin-top: 0.5rem;
}
#datenschutz_p a{
  font-size: 0.7rem;
  margin-top: 0.5rem;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  color: var(--secondary);
}
#kontakt_div p{
  font-size: 0.90rem;
}
#kontakt_div::before {
  content: '';
  width: 2rem;
  border-top: 0.2rem solid var(--primary);
  display: flex;
  position: absolute;
  margin-top: -0.5rem;
}
#kontakt_div{
  padding-top: 0.5rem;
}

/* Accordion */
.side-navigation__wrapper div a{
  text-decoration: none;
  color: #333;
  font-size: 0.90rem;
  margin-bottom: 0.2rem;
  margin-left: 0.2rem;
}
.side-navigation__wrapper div a:hover{
  text-decoration: underline;
  text-underline-offset: 0.15rem;
  text-decoration-thickness: 0.05rem;
  text-decoration-color: #95ad96;
}
.side-navigation__wrapper div.show{
  display: grid;
  margin-left: 1.3rem;
  margin-bottom: 0.5rem;
}
.accordion1{
  display: none;
}
.accordion{
  display: none;
}


@media ( min-width: 980px) and (max-width:1499px){
  #sidebar {
    width: 240px;
  }
  #sidebar h3{
    font-size: 0.85rem;
  }
  #sidebar li{
    font-size: 0.80rem;
    margin: 0.25rem 0rem 0.2rem 0rem;
  }
  #sidebar a{
    font-size: 0.70rem;
  }
  .eingabelabel{
    font-size: 0.70rem;
  }
  .result h2{
    width: fit-content;
    font-weight: 400;
    font-size: 0.5rem;
  }
  .button-area span {
    width: 100%;
    margin-top: 1rem;
    font-size: 0.70rem;
  }
  #submit {
    padding: 0.5rem 1rem;
    background-color: #fff;
    outline: #95ad96;
    border: solid 0.1rem var(--primary);
    border-radius: 0.2rem;
    cursor: pointer;
    width: 100%;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    color: var(--dark);
    font-size: 0.70rem;
}
#kontakt_div p {
  font-size: 0.75rem;
}
.eingabefeld:placeholder-shown ~ .eingabelabel {
  font-size: 0.70rem;
}
#checkbox_text {
  z-index: 1;
  background-color: rgba(255, 255, 240, 0);
  font-size: 0.45rem;
  text-align: left;
  margin-left: 0.8rem;
  max-width: 100%;
  margin-top: 0.15rem;
  height: fit-content;
}
.eingabefeld {
  border: 1px solid silver !important;
  border-radius: 5px;
  box-sizing: border-box;
  color: var(--dark);
  height: 5px;
  padding: 0.9rem 5px;
  resize: none;
  max-height: 5px;
}
#nachrichtenfeld {
  max-height: 3rem;
}
#leistungen_h3::before{
  content: '';
  border-bottom:0.20rem solid var(--primary);
  width: 7.8rem;
  position: absolute;
  top: 1.4rem;
  z-index: -1;
}
#accordion_a:after{
  content: '';
  width: 8px;
  height: 70px;
  left:7.25%;
  top: 40px;
  border-left:0.1rem solid #d8d8d8;
  position: absolute;
  display: flex;
}
.side-navigation__wrapper div.show {
  display: grid;
  margin-left: 1rem;
}
}

@media ( max-width: 1200px ) {
  #sidebar{
    display: none;
  }
  .lgr__container {
    width: 100%;
  }
  .lagerung {
    margin: 0 6.5%;
  }
  .header_image h1{
      font-size: 4rem;
  }
  }
@media ( min-width: 551px) and (max-width:979px){
  #sidebar {
    display: none;
  }
  .lgr__container {
    width: 100%;
}
.lgr__container {
  width: 100%;
}
.header_image h1{
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.5rem;
  transform: rotate(0deg);
  bottom: 0%;
}
.wrapper {
  margin: 0 5%;
}
.lagerung {
  margin: 0 5%;
}
}
@media ( max-width: 550px ) {
  #sidebar {
    display: none;
  }
  .lgr__container {
    width: 100%;
  }
  .header_image h1{
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem;
    transform: rotate(0deg);
    bottom: 0%;
    margin: 0 3%;
  }
  .wrapper {
    margin: 0 5%;
  }

}
