:root {
  --dl-color-gray-500: #595959;
  --dl-color-gray-700: #999999;
  --dl-color-gray-900: #D9D9D9;
  --dl-size-size-large: 144px;
  --dl-size-size-small: 48px;
  --dl-color-danger-300: #A22020;
  --dl-color-danger-500: #BF2626;
  --dl-color-danger-700: #E14747;
  --dl-color-gray-black: #000000;
  --dl-color-gray-white: #FFFFFF;
  --dl-size-size-medium: 96px;
  --dl-size-size-xlarge: 192px;
  --dl-size-size-xsmall: 16px;
  --dl-space-space-unit: 16px;
  --dl-color-primary-100: #003EB3;
  --dl-color-primary-300: #0074F0;
  --dl-color-primary-500: #14A9FF;
  --dl-color-primary-700: #85DCFF;
  --dl-color-success-300: #199033;
  --dl-color-success-500: #32A94C;
  --dl-color-success-700: #4CC366;
  --dl-size-size-xxlarge: 288px;
  --dl-size-size-maxwidth: 1400px;
  --dl-radius-radius-round: 50%;
  --dl-space-space-halfunit: 8px;
  --dl-space-space-sixunits: 96px;
  --dl-space-space-twounits: 32px;
  --dl-radius-radius-radius2: 2px;
  --dl-radius-radius-radius4: 4px;
  --dl-radius-radius-radius8: 8px;
  --dl-space-space-fiveunits: 80px;
  --dl-space-space-fourunits: 64px;
  --dl-space-space-threeunits: 48px;
  --dl-space-space-oneandhalfunits: 24px;
}

.button {
  color: var(--dl-color-gray-black);
  display: inline-block;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.input {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem 1rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.textarea {
  color: var(--dl-color-gray-black);
  cursor: auto;
  padding: 0.5rem;
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  border-radius: 4px;
  background-color: var(--dl-color-gray-white);
}

.list {
  width: 100%;
  margin: 1em 0px 1em 0px;
  display: block;
  padding: 0px 0px 0px 1.5rem;
  list-style-type: none;
  list-style-position: outside;
}

.list-item {
  display: list-item;
}

.teleport-show {
  display: flex !important;
  transform: none !important;
}

.Content {
  font-size: 16px;
  font-family: Inter;
  font-weight: 400;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

.Heading {
  font-size: 32px;
  font-family: Inter;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
  text-decoration: none;
}

.banner {
  position: relative;
  width: 850px;
  height: fit-content;
  min-height: 210px;
  border: 0.2vw solid black;
  border-radius: 30px;
  margin: auto;
  margin-top: 30px;
  overflow: hidden;
  background-color: white;
  border-width: 0.1vw;
  border-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 1.65px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  border: none;
  padding: 30px;
}
@media (min-width: 700px){
  .banner {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.08);
  }
  .bannercontainer{
    scale: 0.75;
    overflow: visible !important;
  }
}
.banner:hover {
transform: scale(1.03);  }


.main-content-s>svg {
  background-color: white;
}

embed {
  width: 30px;
  margin-right: 0.8vw;
  transform: translateX(30%) translateY(15%);
}

.verified-haken {
  display: hidden !important;
  opacity: 0;
  width: 20px;
}

.pfp {
  margin-right: 60px;
  float: left;
}


.namespan {
  color: black;
  margin-bottom: 0;
  font-size: 30px !important;
  text-transform: capitalize;
  font-family: Inter;
  font-weight: 512 !important;
  transform: translateY(-10px) !important;


  display: flex;
  flex-direction: row;
  align-items: center;
}

i {
  font-size: 1.4vw;
  color: rgba(0, 0, 0, 0.4);
  text-align: top;
  transform: translateX(-2vw) !important;
}


*{
  font-family: Inter !important
}






.logopfp {
  position: absolute;
  width: 160px;
  height: 160px;


  top: 50%;
  transform: translateY(-50%);
  

  border-radius: 30px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
}

.mehr {
  position: absolute;
  color: white;
  background-color: #000000;
  font-size: 25px;
  font-weight: 550;
  bottom: 20px;
  right: 45px;
  padding: 5px 20px;
  border-radius: 40px;
  z-index: 9999;
}

.save {
  position: absolute;
  top: 44px;
  right: 50px;
  z-index: 99999;
  width: 38px;
}


.bannercontainer {
  position: relative;
  width: 100vw;
  height: fit-content;
  margin-bottom: 5vw;

}

.prodcontainer {
  position: relative;
  width: 80vw;
  height: fit-content;
  margin: auto;
  margin-top: 0.5vw;
  margin-bottom: 2vw;

}

.pages {
  width: 30vw;
}

svg {
  margin: auto;
}

.arrright,
.arrleft,
.page {
  width: 30px;
  height: 30px;
  display: inline;
  margin-left: 4vw;
  font-size: 20px;
}

.thispage {
  display: inline;
}

.arrleft {
  margin-left: auto;
}

.pagecontainer{
  width: fit-content;
  margin: auto;
}

.arrleft,
.arrright {
  cursor: pointer;
}

.logopic {
  z-index: 1000;
}

.weitere {
  margin-top: 4vw;
  font-size: 3vw;
  font-weight: 600;
  color: gray
}

.ergfur {
  font-weight: 750;
  font-size: 4vw;
}


.sponsored{
  color: rgba(0, 0, 0, 0.7);
  margin-top: -20px;
  margin-left: 10px;
  position: absolute;
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
}

.infos{
  margin-left: 26%;
  position: relative;

}
.infos p{
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 20px;

  font-weight: 500;
}

@media (max-width: 700px) {

  .sponsored{
    font-size: 2vw;
    margin-top: -2vw;
    margin-left: 1vw;
    
  }


  .banner span {
    margin-left: 20vw !important;

    
  }



  .bannercontainer,
  .main-content-s {
    transform-origin: top !important;
  }

  .prodcontainer {
    width: 100vw;
  }

  .banner {
    width: 90%;
    height: fit-content;
    min-height: 24.4vw;
    padding-top: 2vw;
    border-radius: 3vw;
    padding: 2vw 5vw !important;
    margin-top: 5vw !important;
    box-shadow: 0px 0.5px 5px 2px rgba(0, 0, 0, 0.1) !important;
  }

  .logopfp {
    position: absolute;
    margin: 0;
    width: 19vw;
    height: 19vw;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    background-color: white;
    border-radius: 3vw;
  }

  .mehr {
    width: auto !important;
    font-size: 2.5vw;
    padding: 0.5vw 2vw !important;
    bottom: 2vw;
    right: 5vw;

  }


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

  .page{
    font-size: 2.5vw;
    display: block !important;
    width: 15vw !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-left: 10%;
    max-height: 2vw;
  }
  .arrleft, .arrright{
    width: 3vw;
  }

  .namespan {
    transform: none;
    font-size: 3.3vw !important;
    margin-top: 1.5vw !important;
    margin-bottom: 0vw !important;
    line-height: 5vw !important;
    transform: translateY(-1vw) !important;

    
  }

  .infos{
    line-height: 4vw !important;
  }

  .infos p{
      font-size: 2.56vw;
      margin-bottom: 0.5vw;
      font-weight: 400 
  }

  embed {
    width: 3.3vw;
    margin-right: 0.8vw;
    transform: translateX(30%) translateY(15%);
  }

  .Standortspan,
  .Produktspan,
  .moqspan {
    font-size: 2.5vw !important;
    line-height: 4.2vw !important;
  }
  .moqspan{
    position: absolute;
  }


  .save{
      width: 4vw;
      right: 6vw;
      top: 4.5vw;
      height: 4vw;
  }
  .save svg{
    position: absolute;
    width: 4vw !important;
  }
  


}


.Impressumlink {
  float: right
}

.datenschutzlink,
.Impressumlink {
  margin: 0 !important;
  font-size: 2.4vw;


}

.datenschutzlink {
  float: left;
}

.hidden {
  display: none !important
}

.clickmask {
  position: absolute;
  height: 100%;
  width: 90%;
  z-index: 999;
  cursor: pointer;

}



.save:hover svg {
  color: red !important;
}




.bannercontainer a{
  color:#3A9D61
}

main h2{
  margin-bottom: 0 !important;
}




main{

  width: 1000px;
  margin: auto;
}

.verified_svg{
  width: 25px;
  height: 25px;
  color: var(--primary);
  fill: var(--primary);



  margin: 0 0 0 10px !important;
}
@media (max-width: 700px){


  .verified_svg{
    width: 3vw;
    height: 3vw;
  
    margin: 0 0 0 1vw !important;
  }
  
  main{
    padding: 0 5%;

  }

  main *{
    width: 94vw !important;
  }
  main ul li{
    width: 88vw !important;
  }
}

.savedinfo{
  margin-top: 200px;
}
@media (max-width: 700px) {
  .savedinfo{
    margin: 40vw auto;
    font-size: 4vw;
  }
}






.listheader{
  box-shadow: none !important;
}

.footerhome{
  margin-top: 150px !important;
}


.infofield2{
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  padding: 25px 35px;
  border-radius: 25px;
  margin-bottom: 30px !important;
}
.infofield2 .head{
  
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.infofield2 .head svg{
  width: 25px;
  height: 25px;
  transform: scale(1);
  margin: 0;
}
.infofield2 h1{
  font-size: 35px;
  font-weight: 600;
}
.infofield2 p{
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  
}
.infofield2 a{
  color: black !important;
  text-decoration: underline;
}
@media (max-width: 700px) {
  .infofield2{
      width: 100%;
      padding: 5vw;
      border-radius: 3vw;
  }
  .infofield2 .head svg{
      width: 4vw;
      height: 4vw;
  }
  .infofield2 h1{
      font-size: 5vw;
  }

  .infofield2 p{
      margin-top: 4vw;
      font-size: 4vw;
  }
}

.infofield2{
  width: 850px;
  margin: auto;
}
@media (max-width: 700px) {
  .infofield2{
    width: 90%;
    margin-top: 5vw;
  }
  
}