@charset "UTF-8";
/* Variabler*/
/*Mixins*/
/*Generel styling*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-family: "hobeaux", sans-serif;
  font-size: 60px;
  font-weight: 400;
  text-transform: uppercase;
  color: #37476c;
  letter-spacing: 5%;
  padding-bottom: 20px;
}

h3 {
  font-family: "hobeaux", sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #37476c;
  letter-spacing: 5%;
  font-weight: 400;
  padding-bottom: 20px;
}

.forh1, h4 {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  color: #37476c;
  letter-spacing: 5%;
}

p {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  color: #37476c;
  letter-spacing: 5%;
  padding-bottom: 15px;
  line-height: 26px;
}

.fed {
  font-weight: 800;
  padding-bottom: 80px;
}

.italicfont {
  font-style: italic;
}

/***********---Fælles styling - heor-område---************/
/*BG-billeder*/
/*BG-om os*/
.BGomos {
  background-image: url("../img/BGomos.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}

/*BG-Branding*/
.BGbranding {
  background-image: url("../img/Brandingbaggrund.png");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}

/*BG-øvringe*/
.BGandre {
  background-image: url("../img/BGtop.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
}

/*Tekst og illustration*/
.hero-container {
  display: flex;
  width: 100%;
  padding: 8em 9em 0 9em;
}

.slideind-venstre {
  animation: 3s anim-lineup ease-out running;
}

@keyframes anim-lineup {
  0% {
    opacity: 0;
    transform: translatex(-80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translatex(0%);
  }
  100% {
    opacity: 1;
    transform: translatex(0%);
  }
}
.slideind-hojre {
  animation: 3s anim-lineup2 ease-out running;
}

@keyframes anim-lineup2 {
  0% {
    opacity: 0;
    transform: translatex(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translatex(0%);
  }
  100% {
    opacity: 1;
    transform: translatex(0%);
  }
}
.hero-tekst h1 {
  padding-bottom: 80px;
}

.hero-img {
  width: 100%;
  display: flex;
  justify-content: right;
  margin-right: 200px;
}

.imgtop {
  width: 150%;
  margin: 0;
}

.hero-img img {
  max-width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-gap-til-knap {
  padding-bottom: 80px;
}

.hero-tekst a {
  background-color: #AD5715;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-align: center;
  padding: 13.5px 111px;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-tekst a:hover {
  background-color: transparent;
  border-radius: 50px;
  border: 3px solid #AD5715;
  color: black;
  cursor: pointer;
}

/*Cheveron*/
.chevron-container {
  text-align: center;
  position: relative;
  z-index: 1;
}
.chevron-container img {
  padding: 6em;
}

/*Pil op (i bunden)*/
.pilop {
  display: flex;
  justify-content: right;
  padding: 100px 20px 20px 0;
}
.pilop img {
  width: 35px;
}

/*Knap*/
.knap-container {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}

.knap {
  background-color: #AD5715;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-align: center;
  padding: 13.5px 111px;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.knap:hover {
  background-color: transparent;
  border-radius: 50px;
  border: 3px solid #AD5715;
  color: black;
  cursor: pointer;
}

/*********-- Styling af Forsiden --*********/
/*hero-sektion*/
.headerforside {
  background-color: #F7F1E6;
}

.hero-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #F7F1E6;
}

.hero-section video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 80%;
  min-height: 80%;
  width: auto;
  height: auto;
  z-index: 0;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section .hero-content {
  position: relative;
  z-index: 2;
}

.hero-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.BGforside {
  width: 100%;
  position: absolute;
}

/*Branding video*/
.brandingvideo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.brandingvideo h4 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.brandingvideo h2 {
  padding-bottom: 150px;
}
.brandingvideo .video-container {
  width: 80%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.brandingvideo .video-container iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Intro/informationstekst*/
.intro {
  background-image: url(../img/logo-ikon\ baggrund.png);
  background-size: 60%;
  background-position: right;
  background-repeat: no-repeat;
  margin: 100px 0 100px 100px;
}
.intro h2, .intro h3, .intro p {
  margin-right: 40%;
}
.intro h3 {
  margin-top: 40px;
}
.intro p {
  margin: 40px 40% 0 0;
}
.intro .orange, .intro .fed-orange {
  color: #AD5715;
}
.intro .fed-orange {
  font-size: 26px;
  font-weight: 800;
}
.intro li {
  color: #37476c;
  font-family: "roboto", sans-serif;
  margin-left: 40px;
  font-size: 22px;
}

/*tekst og billede sektioner*/
.text-img-section {
  height: 650px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background-color: #F7F1E6;
  text-align: center;
  margin-bottom: 100px;
  padding: auto;
}
.text-img-section .forh1 {
  padding-top: 120px;
}
.text-img-section h2 {
  padding-top: 20px;
}
.text-img-section .vi-tilbyder {
  padding-top: 10px;
}

.content-txt {
  grid-column: 1/4;
  padding: 0 2em 0 2em;
}

.content-foto {
  grid-column: 4/6;
}
.content-foto img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-txt2 {
  grid-column: 3/6;
  padding: 0 2em 0 2em;
}

.content-foto2 {
  grid-column: 1/3;
}
.content-foto2 img {
  height: 650px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.logo-foto {
  grid-column: 4/6;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 7px solid #F7F1E6;
}

/*Instagram karrusel*/
.karrusel-box {
  height: 688px;
  width: auto;
  background-color: #F7F1E6;
  margin: 100px 50px 100px 50px;
}
.karrusel-box h3 {
  text-align: center;
  padding: 80px;
}
.karrusel-box .karrusel {
  overflow: hidden;
  position: relative;
  display: flex;
}
.karrusel-box .karrusel .slider {
  width: 100%;
  padding: 0 40px 0 20px;
  margin-left: 60px;
}

.slider-pil {
  display: flex;
  justify-content: space-between;
  margin: 20px 30px 0 30px;
}
.slider-pil img {
  width: 33px;
}

/**********--Styling af Ydelser--***********/
/*Hovedindhold*/
.overlay .yd-streg2 {
  width: 40%;
  top: 40em;
  left: 60%;
  z-index: -1;
}
.overlay .yd-streg {
  width: 60%;
  top: -5em;
  z-index: -1;
}

.stark-container {
  display: flex;
  align-self: center;
  margin: auto 100px;
  gap: 6em;
  width: 100%;
}
.stark-container article {
  padding-right: 9em;
}

.stark-img {
  max-width: 80%;
  height: auto;
}

.overoverskrift {
  font-weight: 100;
  padding-bottom: 10px;
}

/*Visuelle pakker*/
.vispakker-container {
  position: relative;
  margin: 4em 0;
}
.vispakker-container .vis-et {
  background-color: #F7F1E6;
  padding: 4em 14em;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  margin: 4em 0 4em 2em;
  z-index: 1;
}
.vispakker-container .vis-to {
  border: 7px solid #F7F1E6;
  width: 55%;
  padding: 4em 6em 0 16em;
  display: flex;
  flex-direction: column;
  position: relative;
  float: right;
  margin-right: 4em;
  margin-bottom: 4em;
}
.vispakker-container h3 {
  font-size: 30px;
}

.vis-et li, .vis-to li {
  font-size: 30px;
}
.vis-et h2, .vis-to h2 {
  padding: 0;
}
.vis-et h3, .vis-to h3 {
  padding-bottom: 0.2em;
}
.vis-et .p-opacity-pakker, .vis-to .p-opacity-pakker {
  opacity: 50%;
  letter-spacing: 5%;
  padding-bottom: 1.5em;
}
.vis-et ul, .vis-to ul {
  padding-bottom: 6em;
}

.vis-to ul {
  padding-bottom: 10em;
}

.kontakt-visuel-container {
  position: absolute;
  bottom: 0;
  padding-bottom: 3em;
}
.kontakt-visuel-container p {
  padding-bottom: 1.2em;
}
.kontakt-visuel-container a {
  border: 1px solid black;
  padding: 0.5em 1.5em;
  border-radius: 50px;
  color: black;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-weight: 600;
}
.kontakt-visuel-container a:hover {
  cursor: pointer;
  font-size: 22px;
  padding: 0.7em 1.7em;
  transition: 0.3s ease-in-out;
}

/* Tekst til hjemmeside */
.hjemmesidetekst {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 8em 3em 8em;
}

/*Hjemmesidekasser*/
.orangebaggrundydelser {
  background-color: #AD5715;
  width: 100%;
  height: 62.2vh;
  position: absolute;
  z-index: -2;
}

.hjemmesidekasse-container {
  display: flex;
  justify-content: space-around;
  gap: 1%;
  padding: 0 1%;
  position: relative;
  z-index: -1;
  margin-top: 20px;
  margin-bottom: 5em;
}
.hjemmesidekasse-container section {
  background-color: #F7F1E6;
  height: 900px;
  padding: 6%;
}

.centrerhjemmeside {
  text-align: center;
}
.centrerhjemmeside h2 {
  padding: 0;
}
.centrerhjemmeside p {
  opacity: 50%;
  letter-spacing: 5%;
  padding-bottom: 1.5em;
}

.linjeydelser {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  height: 9px;
  border-radius: 50px;
  width: 100%;
  margin: 50px 0;
}

/*Seperatorlinje*/
.seperatorbeige {
  background-color: #F7F1E6;
  height: 7px;
  border: none;
}

/*Den specifikke*/
.specifikke {
  display: flex;
  justify-content: space-around;
  padding: 4em 6em;
  width: 100%;
}
.specifikke article {
  padding-right: 50px;
}

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

.specafstand {
  padding-bottom: 1.5em;
}

/*********--Styling af Branding proces--***********/
/* Branding hovedområde */
.overlay .bp-streg {
  width: 60%;
  z-index: -1;
  top: -5em;
}
.overlay .bp-streg1 {
  width: 55%;
  top: -14em;
  z-index: -1;
  left: 24%;
}
.overlay .bp-streg2 {
  width: 50%;
  top: -11em;
  z-index: -1;
  left: 25%;
}
.overlay .bp-streg3 {
  width: 30%;
  top: -9em;
  z-index: -1;
  left: 25%;
}
.overlay .bp-streg4 {
  width: 90%;
  top: -11em;
  z-index: -1;
  left: 25%;
}

.branding-container-venstre {
  display: grid;
  width: 75%;
  grid-template-columns: 63% 37%;
  grid-template-rows: 463px;
  border: 5px solid rgba(55, 71, 108, 0.6);
  border-radius: 0 50px 50px 0;
  border-left: none;
  margin-bottom: 145px;
}
.branding-container-venstre section {
  grid-area: 1/1/2/2;
  background-color: rgba(239, 234, 225, 0.6);
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branding-container-hojre {
  display: grid;
  width: 75%;
  grid-template-columns: 37% 63%;
  grid-template-rows: 463px;
  justify-content: end;
  margin-left: auto;
  border: 5px solid rgba(55, 71, 108, 0.6);
  border-right: none;
  border-radius: 50px 0 0 50px;
  margin-bottom: 145px;
}
.branding-container-hojre section {
  grid-area: 1/2/2/3;
  background-color: rgba(239, 234, 225, 0.6);
  padding-left: 6em;
  padding-right: 6em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.branding-img-bokse-venstre {
  grid-area: 1/2/2/3;
  display: flex;
  align-content: center;
}
.branding-img-bokse-venstre img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 0 45px 45px 0;
}

.branding-img-bokse-hojre {
  grid-area: 1/1/2/2;
  display: flex;
  align-content: center;
}
.branding-img-bokse-hojre img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 45px 0 0 45px;
}

/*Road to succes*/
.roadtosucces {
  text-align: center;
}

.roadtosucces2 {
  text-align: center;
  padding: 0 9em;
}

.roadtosucces3 {
  text-align: center;
  padding: 1em 9em 0 9em;
  font-weight: 700;
}

/********--Styling af Storytelling--*******/
/* Story tekst billede */
.overlay .storystreg {
  width: 50%;
}

.overlay .storystreg2 {
  width: 80%;
  left: 50%;
}

.hvad-er-storytelling {
  display: flex;
}
.hvad-er-storytelling article {
  padding: 0 2em 0 6em;
}
.hvad-er-storytelling img {
  width: 100%;
}

.hvorfor-storytelling {
  background-color: #F7F1E6;
  padding: 4em 6em;
}
.hvorfor-storytelling li {
  font-family: "roboto", sans-serif;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 1px;
  color: #37476c;
}
.hvorfor-storytelling a {
  background-color: #AD5715;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-align: center;
  padding: 13.5px 111px;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hvorfor-storytelling ul {
  padding: 1em 0 4em 0;
}
.hvorfor-storytelling h4 {
  padding-top: 1.5em;
  font-weight: 400;
}

.caseny {
  text-align: center;
  border-top: 3px solid #AD5715;
  margin-top: 3em;
  padding-top: 3em;
}
.caseny p {
  padding: 0 9em;
}

/*Venstre styling*/
.wooddesignoverskrift {
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 20px;
}

.case-wrap-venstre {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.below-box {
  text-align: left;
  background-color: #F7F1E6;
  width: 75%;
  padding: 4em 13em 4em 6em;
  margin: 4em 0;
  border: 1px solid #AD5715;
  border-left: none;
  position: relative;
}

.tekst-boks {
  padding-right: 9em;
}

.bill-boks-venstre {
  width: 40%;
  height: auto;
  position: absolute;
  aspect-ratio: 1/1;
  right: -23%;
  top: 16%;
}

/*Højre styling*/
.case-wrap-hojre {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.below-box-hojre {
  text-align: left;
  background-color: #F7F1E6;
  width: 75%;
  padding: 4em 4em 4em 6em;
  border: 1px solid #AD5715;
  border-right: none;
  position: relative;
}

.tekst-boks-hojre {
  padding-left: 9em;
}

.wood-design-box {
  position: absolute;
  border: 1px solid black;
  padding: 2em 4em;
  left: -20%;
  background-color: white;
  top: 4%;
}
.wood-design-box img {
  width: 43%;
}

.wood-design-box2 {
  position: absolute;
  border: 1px solid black;
  padding: 2em 4em;
  left: -20%;
  background-color: white;
  top: 4%;
  width: 40%;
}
.wood-design-box2 img {
  width: 100%;
}

.wood-design-box3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  border: 1px solid black;
  padding: 2em 4em;
  left: -20%;
  background-color: white;
  top: 10%;
  width: 40%;
}
.wood-design-box3 img {
  width: 70%;
}

.fingertekst {
  padding: 2em 0;
  text-align: center;
}

.nysgerrigstory {
  text-align: center;
  padding: 5em 3em 0 3em;
}

/**********--- Styling af Om Sotry Media siden---*******/
/*Billede præsentation*/
.img-os {
  display: flex;
  text-align: center;
  justify-content: space-evenly;
  margin-top: 200px;
}
.img-os img {
  height: 360px;
  width: 290px;
}
.img-os a {
  color: #37476c;
  text-decoration: none;
  font-family: "roboto", sans-serif;
  font-size: 22px;
  display: flex;
  justify-content: center;
}
.img-os a:hover {
  border: none;
  font-weight: 800;
  color: black;
  cursor: pointer;
}

.overlay {
  position: relative;
}

.streg-fyld {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.info-os {
  background-color: #ffffff;
  margin-top: 200px;
  padding: 100px;
}

/*billede + kasse m. border*/
.iveark-os {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 100px;
}

.iveark-os-img {
  grid-column: 1/2;
  width: 100%;
  height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
}

.iveark-os-txt {
  grid-column: 2/4;
  width: 100%;
  height: 850px;
  border: 7px solid #F7F1E6;
  border-left: none;
  padding: 50px;
}

/*Specialisering*/
.special {
  margin-top: 100px;
  text-align: center;
}

.beige-box {
  display: flex;
  justify-content: space-evenly;
  margin-top: 100px;
}
.beige-box .beige-box1, .beige-box .beige-box2 {
  width: 50%;
  background-color: #F7F1E6;
  padding: 50px 50px 50px 50px;
  border: 7px solid #ffffff;
}

.fotoafos {
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Start up + pynt (billede på billede)*/
.startup-omos {
  position: relative;
  padding: 150px 0 150px 0;
}

.stregen-fyld {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.startup-os-img {
  position: absolute;
  top: 60%;
  left: 40%;
  z-index: 2;
}

/*opstart*/
.omos-sektion {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 300px;
}

.omos-logo-txt {
  grid-column: 1/3;
  border: 7px solid #F7F1E6;
  padding: 50px 50px 50px 50px;
}
.omos-logo-txt img {
  width: 500px;
}

.veardi {
  grid-column: 3/4;
  background-color: #F7F1E6;
  padding-top: 60px;
  padding-left: 30px;
  line-height: 45px;
}

/**********---Styling af Kontakt siden---*************/
.text p {
  font-weight: 800;
}
.text a {
  color: #37476c;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  text-transform: none;
  font-weight: 500;
  padding-left: 15px;
}
.text a:hover {
  border: none;
  font-weight: 800;
}

.kontaktform {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 100px 0 0 100px;
}

.kontaktinformation {
  width: 45%;
  padding-top: 100px;
  padding-right: 20px;
}
.kontaktinformation h1 {
  padding-bottom: 80px;
}

/*kontaktformular*/
.kontaktformular {
  height: 875px;
  width: 630px;
  background-color: #F7F1E6;
  border-radius: 20px 0 0 20px;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  color: #37476c;
  padding-right: 40px;
  padding-left: 40px;
  padding-top: 80px;
}

main input[type=navn], input[type=email], input[type=tel], select, textarea {
  width: 100%;
  padding: 1em;
  border: 1px solid #AD5715;
  border-radius: 4px;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

main input[type=text], select, textarea {
  width: 100%;
  padding: 8em;
  border: 1px solid #AD5715;
  border-radius: 4px;
  margin-top: 0.5em;
  margin-bottom: 3em;
}

main input[type=submit] {
  background-color: #AD5715;
  border-radius: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  text-align: center;
  padding: 13.5px 111px;
  color: #fff;
  font-family: "roboto", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 35px;
  margin-left: 100px;
}
main input[type=submit]:hover {
  background-color: #F7F1E6;
  border: 3px solid #AD5715;
  transition: 0.3s ease-in-out;
  color: black;
  cursor: pointer;
}

.bunden {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

/************---Styling af FAQ siden---***************/
/* dropdown menu */
.dropdown-box {
  width: 520px;
  height: 60px;
  border-radius: 8px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 100px;
}
.dropdown-box p {
  color: black;
  font-weight: 600;
}
.dropdown-box img {
  width: 20px;
  height: 10px;
}

.faq-dropdown {
  list-style-type: none;
}

.faq-dropdown-menu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  position: absolute;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  font-family: "roboto", sans-serif;
  font-size: 20px;
  color: #37476C;
  white-space: nowrap;
  cursor: pointer;
  list-style: none;
}

.faq-dropdown-menu li {
  margin-bottom: 10px;
}

.faq-dropdown-menu a {
  text-decoration: none;
  color: #37476C;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  line-height: 2em;
}

.faq-dropdown-menu a:hover {
  background-color: rgba(212, 123, 40, 0.11);
  border: none;
  border-radius: 5px;
}

.faq-dropdown:hover .faq-dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.streg-faq {
  width: 100%;
  position: absolute;
  z-index: 1;
}

/*informations kasser*/
.faq-box1 {
  position: relative;
  height: 475px;
  background-color: #ffffff;
  padding-left: 100px;
  padding-top: 75px;
}
.faq-box1 p {
  padding-right: 100px;
}

.faq-box2 {
  height: 475px;
  background-color: #F7F1E6;
  padding-left: 100px;
  padding-top: 75px;
}
.faq-box2 p {
  padding-right: 100px;
}

.faq-bunden {
  display: flex;
  justify-content: right;
  align-items: end;
}/*# sourceMappingURL=style.css.map */