@charset "UTF-8";
/*Poisition variabler */
/* Farve variabler */
/* Font variabler */
/*Global text styling */
h1 {
  font-family: Stick, sans-serif;
  font-size: 40px;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  text-align: center;
  z-index: 2;
  padding: 0 20px;
}

h2 {
  font-family: Stick, sans-serif;
  font-size: 26px;
  text-align: center;
  font-weight: 200;
  color: #FCEC00;
}

h3 {
  font-size: 26px;
}

h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
  min-width: 400px;
  white-space: nowrap;
}

@media only screen and (max-width: 450px) {
  h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 770px) {
  h4 {
    font-size: 18px;
  }
}
/* Global button styling */
.custom-button {
  background: transparent;
  display: inline-block;
  cursor: pointer;
  width: 300px;
  height: 140px;
  position: relative;
  transition: transform 0.2s ease;
  background-image: url("img/svg/cases-knap.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.custom-button:hover {
  transform: scale(1.1);
}
.custom-button span {
  color: rgb(255, 255, 255);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 16px;
  position: relative;
  z-index: 1;
  display: block;
  padding: 10px;
}

.submit-button {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 180px;
  height: 80px;
  position: relative;
  transition: transform 0.2s ease;
  background-image: url("img/svg/gul-standard-knap.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 6px;
  text-decoration: none;
}
.submit-button:hover {
  transform: scale(1.1);
}
.submit-button span {
  color: rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/*Header styling*/
header {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  background: #080808;
  position: relative;
}
header ul {
  display: flex;
  padding: 0 50px;
  gap: 70px;
}
header ul li {
  list-style: none;
  position: relative;
}
header ul li a {
  text-decoration: none;
  color: #FCEC00;
  font-weight: 600;
  font-size: 20px;
}
header ul li .svg-klat {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  width: 40px;
  height: 40px;
}
header ul li:hover .svg-klat {
  opacity: 1;
}
header .header-logo {
  position: absolute;
  left: 30px;
  z-index: 10;
  top: 20px;
}

@media only screen and (max-width: 1030px) {
  header ul {
    display: none;
  }
  header .header-logo {
    left: 50%;
    transform: translate(-50%);
  }
  header .header-logo img {
    transform: scale(0.8);
    margin-top: -15px;
  }
}
/*Hero styling */
.hero-section {
  background-color: #080808;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  gap: 100px;
  padding: 120px 0 20px 0;
  margin-bottom: -2px;
}
.hero-section .hero-vector {
  height: 100%;
  display: flex;
  align-items: flex-end;
  width: 600px;
  position: relative;
}
.hero-section .hero-vector img {
  height: 450px;
  right: 10vw;
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 2;
}
.hero-section .hero-content {
  width: 600px;
  color: white;
  display: flex;
  flex-direction: column;
}
.hero-section .hero-content h1 {
  color: white;
  text-align: left;
  font-size: 50px;
  padding: 0;
}
.hero-section .hero-content .custom-button {
  z-index: 2;
  background-image: url("img/svg/hero-knap.svg");
  height: 60px;
  width: 320px;
}
.hero-section .hero-content .custom-button span {
  padding-top: 15px;
  color: #080808;
}

/* Mobil hero section */
@media only screen and (max-width: 1325px) {
  .hero-section {
    flex-direction: column;
    padding-top: 110px;
    height: 800px;
  }
  .hero-section .hero-vector {
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    width: auto;
  }
  .hero-section .hero-vector img {
    left: 50%;
    transform: translate(-50%);
  }
}
@media only screen and (max-width: 645px) {
  .hero-section {
    height: 750px;
  }
  .hero-section .hero-vector {
    height: 300px;
  }
  .hero-section .hero-vector img {
    height: 300px;
    left: 50%;
    transform: translate(-50%);
  }
  .hero-section .hero-content {
    width: 400px;
  }
  .hero-section .hero-content h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 460px) {
  .hero-section {
    height: 670px;
  }
  .hero-section .hero-vector {
    height: 280px;
  }
  .hero-section .hero-vector img {
    height: 280px;
    left: 50%;
    transform: translate(-50%);
  }
  .hero-section .hero-content {
    width: 90vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-section .hero-content h1 {
    font-size: 32px;
    width: 100%;
  }
}
/*Intro gul sektion*/
.intro-section {
  background: #FCEC00;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  gap: 100px;
  padding: 50px 0;
}
.intro-section > img {
  width: 300px;
  position: absolute;
  left: 20px;
  top: -80px;
  z-index: 0;
}
.intro-section .intro-venstre, .intro-section .intro-hojre {
  width: 40vw;
}
.intro-section .intro-venstre #infografik, .intro-section .intro-hojre #infografik {
  width: 100%;
}
.intro-section .intro-venstre h3, .intro-section .intro-hojre h3 {
  font-weight: 300;
}
.intro-section .intro-venstre ul, .intro-section .intro-hojre ul {
  list-style-type: none;
  padding-left: 0;
}
.intro-section .intro-venstre .liste-fordel, .intro-section .intro-hojre .liste-fordel {
  display: flex;
  gap: 30px;
  padding-bottom: 20px;
}
.intro-section .intro-venstre .liste-fordel img, .intro-section .intro-hojre .liste-fordel img {
  width: 60px;
}

@media only screen and (max-width: 1000px) {
  .intro-section {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .intro-section .intro-venstre, .intro-section .intro-hojre {
    width: 90vw;
  }
  .intro-section > img {
    transform: scale(0.5);
    left: -70px;
    top: -60px;
    z-index: 1;
  }
}
@media only screen and (max-width: 1000px) {
  .intro-section > img {
    left: -140px;
  }
}
/*Services section */
.services-section {
  background: #1C1C1C;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 35px 0;
}
.services-section .services-wrapper {
  display: flex;
  gap: 20px;
  padding-top: 60px;
}
.services-section .services-wrapper .services-pair {
  display: flex;
  gap: 20px;
}
.services-section .services-wrapper .services-pair .services-box {
  height: 350px;
  width: 250px;
  border: solid 2px #FCEC00;
  color: white;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.services-section .services-wrapper .services-pair .services-box ul {
  margin: 0;
  padding: 15px 40px;
}
.services-section .services-wrapper .services-pair .services-box ul li {
  padding-bottom: 20px;
}
.services-section h1 {
  color: #FCEC00;
}

/* Mobil services box */
@media only screen and (max-width: 1100px) {
  .services-wrapper {
    flex-direction: column;
  }
  .services-wrapper .services-pair {
    margin: 0;
  }
  .services-wrapper .services-pair .services-box {
    margin: 0;
  }
}
@media only screen and (max-width: 560px) {
  .services-section {
    padding: 50px 0;
  }
  .services-section .services-pair {
    flex-direction: column;
  }
  .services-section .services-pair .services-box {
    width: 80vw;
  }
}
/*Feedback section */
.feedback-section {
  background: #080808;
  padding: 35px 0 150px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.feedback-section h1 {
  color: #FCEC00;
  padding-top: 20px;
}
.feedback-section .kunde-box {
  width: 28vw;
  border-radius: 50px;
  background: #FAFFC6;
  position: relative;
  margin-top: 150px;
  padding: 15px;
}
.feedback-section .kunde-box .kunde-trekant {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 60px solid #FAFFC6;
  position: absolute;
  bottom: -60px;
  transform: translate(-50%);
  left: 50%;
}
.feedback-section .kunde-box .gul-cirkel {
  background: #FCEC00;
  width: 120px;
  height: 120px;
  transform: translate(-50%);
  left: 50%;
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -80px;
}
.feedback-section .kunde-box .gul-cirkel img {
  border-radius: 50%;
  width: 93%;
  height: 93%;
}
.feedback-section .kunde-box .kunde-navn {
  text-align: center;
  font-weight: 800;
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 20px;
  white-space: nowrap;
}
.feedback-section .kunde-box .kunde-vurdering {
  position: absolute;
  transform: translate(-50%);
  left: 50%;
  bottom: 0;
}
.feedback-section .kunde-box .citation1 {
  position: absolute;
  top: 25px;
}
.feedback-section .kunde-box .citation2 {
  position: absolute;
  right: 15px;
  bottom: 40px;
}
.feedback-section .kunde-box p {
  padding: 20px 0;
  padding-bottom: 33px;
}
.feedback-section .kunde-box-wrapper {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .feedback-section .kunde-box-wrapper {
    flex-direction: column;
  }
  .feedback-section .kunde-box {
    width: 80vw;
    min-height: auto;
  }
  .feedback-section .kunde-box-wrapper > :nth-child(3) {
    display: none;
  }
}

/*Styling af team sektionen */
.team-section {
  display: flex;
}
.team-section .medlem-box {
  width: 33.3vw;
  position: relative;
  margin-bottom: -10px;
}
.team-section .medlem-box > img {
  width: 100%;
  filter: brightness(50%);
}
.team-section .medlem-box .medlem-ramme {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-section .medlem-box .medlem-ramme > img {
  width: 300px;
}
.team-section .medlem-box .medlem-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  text-align: center;
  color: white;
}

@media only screen and (max-width: 1315px) {
  .team-section .medlem-box .medlem-ramme {
    top: 70%;
  }
  .team-section .medlem-box .medlem-ramme img {
    width: 200px;
  }
  .team-section .medlem-box .medlem-text {
    font-size: 18px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 850px) {
  .team-section {
    flex-direction: column;
  }
  .team-section .medlem-box {
    width: 100vw;
    max-height: 700px;
  }
  .team-section .medlem-box .medlem-ramme {
    top: 80%;
  }
  .team-section .medlem-box .medlem-ramme img {
    width: 300px;
  }
}
@media only screen and (max-width: 550px) {
  .team-section .medlem-box .medlem-ramme {
    top: 70%;
  }
  .team-section .medlem-box .medlem-ramme img {
    width: 250px;
  }
}
@media only screen and (max-width: 400px) {
  .team-section .medlem-box .medlem-ramme {
    top: 70%;
  }
  .team-section .medlem-box .medlem-ramme img {
    width: 200px;
  }
}
/*Styling af cases sektionen */
.cases-section {
  padding: 35px 0;
  background: #FCEC00;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.cases-section .cases-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  padding: 50px 0 30px;
}
.cases-section .cases-wrapper .cases-container {
  width: 25vw;
  position: relative;
}
.cases-section .cases-wrapper .cases-container img {
  width: 100%;
}
.cases-section .cases-wrapper .cases-container .cases-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.cases-section .malerklat-cases-venstre {
  position: absolute;
  left: 0;
  top: 0;
}
.cases-section .malerklat-cases-hojre {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 1150px) {
  .cases-section .cases-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .cases-section .cases-wrapper .cases-container {
    width: 50vw;
  }
  .cases-section .malerklat-cases-venstre img, .cases-section .malerklat-cases-hojre img {
    height: 200px;
  }
}
@media only screen and (max-width: 550px) {
  .cases-section .cases-wrapper .cases-container {
    width: 70vw;
  }
  .cases-section .malerklat-cases-venstre img, .cases-section .malerklat-cases-hojre img {
    height: 100px;
  }
}
/*Styling af kontakt sektionen */
.contact-section {
  background: #1C1C1C;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  color: white;
  gap: 200px;
}
.contact-section .contact-content {
  width: 35vw;
}
.contact-section .contact-content p {
  width: 90%;
}
.contact-section h3 {
  font-weight: 300;
}
.contact-section .contact-form form input, .contact-section .contact-form form textarea {
  width: 100%;
  padding: 10px 0 10px 10px;
  margin-bottom: 20px;
  background: transparent;
  border: 1px solid #FCEC00;
  border-radius: 2px;
  color: white;
}
.contact-section .contact-form form input::-moz-placeholder, .contact-section .contact-form form textarea::-moz-placeholder {
  color: rgb(204, 204, 204);
  font-family: "Poppins", sans-serif;
}
.contact-section .contact-form form input::placeholder, .contact-section .contact-form form textarea::placeholder {
  color: rgb(204, 204, 204);
  font-family: "Poppins", sans-serif;
}

@media only screen and (max-width: 1000px) {
  .contact-section {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .contact-section .contact-content {
    width: 90vw;
  }
  .contact-section .contact-content p {
    width: 100%;
  }
  .contact-section .contact-form {
    width: 90vw;
  }
  .contact-section .contact-form form input, .contact-section .contact-form form textarea {
    width: 95%;
  }
}
/* Mobile navigation */
.hamburger-menu {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
  cursor: pointer;
  background-color: #FCEC00;
  border-radius: 50%;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
.hamburger-menu::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
  height: 40px;
  background-color: #FCEC00;
  border-radius: 50%;
  z-index: -1;
}
.hamburger-menu span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #080808;
  margin: 6px auto;
  transition: transform 0.3s ease;
}

#menu-toggle:checked + .hamburger-menu span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#menu-toggle:checked + .hamburger-menu span:nth-child(2) {
  opacity: 0;
}

#menu-toggle:checked + .hamburger-menu span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 85vw;
  height: 100%;
  background-color: #FCEC00;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
  padding-top: 120px;
}
.mobile-navbar .nav-links {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
.mobile-navbar .nav-links li {
  padding: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.mobile-navbar .nav-links li a {
  text-decoration: none;
  color: #080808;
}

#menu-toggle {
  display: none;
}

#menu-toggle:checked ~ .mobile-navbar {
  transform: translateX(0);
}

#menu-toggle:checked ~ .content {
  transform: translateX(85vw);
}

#menu-toggle:checked {
  overflow: hidden;
}

hr {
  width: 80%;
  border: solid #000000 1px;
}

.social-nav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-top: 40px;
}
.social-nav img {
  width: 50px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 998;
  pointer-events: none;
  overflow-y: auto;
  display: none;
}

#menu-toggle:checked ~ .overlay {
  display: block;
  pointer-events: auto;
}

@media only screen and (min-width: 1030px) {
  .hamburger-menu {
    display: none;
  }
  .mobile-navbar {
    display: none;
  }
}
/* Undersidernes headline section*/
.headline-section {
  background: #080808;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 130px 0 50px 0;
  position: relative;
}
.headline-section .headline-container {
  width: 45%;
  padding: 100px;
  background-image: url(img/svg/Overskrift-baggrund.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.headline-section .headline-container h1 {
  -webkit-text-stroke: 3px #080808;
  white-space: nowrap;
}
.headline-section .breadcrumb {
  list-style: none;
  padding: 0;
  position: absolute;
  left: 10px;
  bottom: 0;
}
.headline-section .breadcrumb li {
  display: inline;
  font-size: 14px;
}
.headline-section .breadcrumb li + li:before {
  color: rgb(203, 203, 203);
  content: "/ ";
}
.headline-section .breadcrumb li a {
  color: rgb(203, 203, 203);
  text-decoration: none;
  font-size: 12px;
  text-decoration: none;
}
.headline-section .breadcrumb li a:hover {
  color: #FCEC00;
}

@media only screen and (max-width: 630px) {
  .headline-section .headline-container {
    width: 90vw;
    padding: 20px;
  }
  .headline-section .breadcrumb {
    display: none;
  }
}
@media only screen and (max-width: 433px) {
  .headline-section .headline-container h4 {
    display: none;
  }
}
/* Gul sektion */
.gul-section {
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FCEC00;
}
.gul-section h1 {
  white-space: normal;
}
.gul-section h2 {
  color: #1C1C1C;
}
.gul-section .container {
  display: flex;
}
.gul-section .tab-box {
  width: 250px;
  height: 350px;
  border: 1px solid black;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.gul-section .tab-box svg {
  width: 130px;
  height: 130px;
}
.gul-section .tab-box.active {
  background: #1C1C1C;
}
.gul-section .tab-box.active h2 {
  color: #FCEC00;
}
.gul-section .tab-box.active svg {
  filter: invert(88%) sepia(29%) saturate(1398%) hue-rotate(353deg) brightness(104%) contrast(110%);
}
.gul-section .tab-content {
  display: none;
}
.gul-section .tab-content.active {
  display: block;
}
.gul-section .maling-adskiller {
  width: 90vw;
  padding: 35px 0;
}
.gul-section .maling-adskiller img {
  width: 100%;
}

#tekst-sektion {
  padding-left: 5%;
  padding-right: 5%;
}

/* Gul sektion -> indhold */
.box-content-container {
  display: flex;
  gap: 100px;
  padding: 50px 0;
  line-height: 28px;
}
.box-content-container .box-img-content {
  width: 35vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-content-container .box-img-content > img {
  width: 65%;
  min-width: 360px;
}
.box-content-container .box-text-content {
  width: 35vw;
}

/*Mobil styling af gul tab funktion */
@media only screen and (max-width: 1030px) {
  .gul-section .tab-box {
    width: 310px;
    height: 75px;
  }
  .gul-section .tab-box svg {
    transform: scale(0.2);
  }
  .gul-section .container {
    flex-direction: column;
  }
  .gul-section .box-content-container {
    flex-direction: column;
    gap: 0;
  }
  .gul-section .box-content-container > div {
    width: 90vw;
  }
  .gul-section #reverse-box, .gul-section #reverse-box2 {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 650px) {
  .gul-section {
    padding-top: 25px;
  }
}
/*Styling af om-os*/
.omos-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.omos-wrapper .omos-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 500px;
  height: 535px;
  position: relative;
}
.omos-wrapper .omos-box h2 {
  font-size: 34px;
  margin-top: 0;
}
.omos-wrapper .omos-box #symbol {
  width: 100px;
  padding-top: 10px;
}
.omos-wrapper .omos-box #symbol2 {
  width: 150px;
  padding-top: 10px;
}
.omos-wrapper .omos-box .adskiller-top {
  width: 100%;
  position: absolute;
  top: 0;
}
.omos-wrapper .omos-box .adskiller-bund {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.omos-wrapper .omos-box p {
  width: 95%;
  text-align: center;
  line-height: 28px;
  margin: 0;
  padding-bottom: 10px;
}

@media only screen and (max-width: 1060px) {
  .omos-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .omos-wrapper .omos-box {
    width: 90vw;
    height: auto;
  }
  .omos-wrapper .omos-box #symbol, .omos-wrapper .omos-box #symbol2 {
    padding-top: 40px;
  }
  .omos-wrapper .omos-box #symbol2 {
    padding-top: 30px;
  }
  .omos-wrapper .omos-box p {
    padding-bottom: 40px;
  }
  .omos-wrapper .omos-box #bund-adskilleren {
    display: none;
  }
}
@media only screen and (min-width: 730px) and (max-width: 850px) {
  .omos-wrapper {
    padding-top: 110px;
  }
}
/* cases styling */
.case-section .case-wrapper .case-raekke {
  display: flex;
  margin: 0;
}
.case-section .case-wrapper .case-raekke .case-par {
  display: flex;
}
.case-section .case-wrapper .case-raekke .case-par .case-item {
  position: relative;
  height: 50vh;
  width: 25vw;
}
.case-section .case-wrapper .case-raekke .case-par .case-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-section .case-wrapper .case-raekke .case-par .case-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 20px;
  overflow-y: none;
}
.case-section .case-wrapper .case-raekke .case-par .case-item .overlay img {
  height: 30%;
  width: auto;
  max-width: 50%;
  -o-object-fit: fill;
     object-fit: fill;
}
.case-section .case-wrapper .case-raekke .case-par .case-item .overlay ul {
  padding: 0;
}
.case-section .case-wrapper .case-raekke .case-par .case-item:hover .overlay {
  opacity: 1;
}
.case-section .samarbejde-text {
  width: 200px;
}
@media only screen and (max-width: 1080px) {
  .case-section .case-wrapper .case-raekke {
    flex-direction: column;
  }
  .case-section .case-wrapper .case-raekke .case-par .case-item {
    width: 50vw;
  }
}
@media only screen and (max-width: 400px) {
  .case-section .case-wrapper .case-raekke .case-par .case-item {
    height: 35vh;
  }
}

@media only screen and (max-width: 520px) {
  .case-section .case-wrapper .case-raekke .case-par {
    flex-direction: column;
  }
  .case-section .case-wrapper .case-raekke .case-par .case-item {
    width: 100vw;
  }
}
/* Kontakt side */
#adskiller-kontakt {
  width: 90vw;
  padding: 10px 0;
}

.kontakt-wrapper {
  display: flex;
  justify-content: center;
  gap: 5vw;
  padding-top: 30px;
}
.kontakt-wrapper > div {
  width: 30vw;
}
.kontakt-wrapper > div > div {
  display: flex;
  gap: 6px;
  padding-top: 8px;
}
.kontakt-wrapper > div .submit-button {
  background-image: url("img/svg/sort-knap-lille.svg");
}
.kontakt-wrapper > div .submit-button span {
  color: white;
}
.kontakt-wrapper > div input, .kontakt-wrapper > div textarea {
  width: 95%;
  padding: 10px 0px 10px 10px;
  margin-bottom: 10px;
  background: transparent;
  border: 1px solid #080808;
  font-family: "Poppins", sans-serif;
}
.kontakt-wrapper > div input::-moz-placeholder, .kontakt-wrapper > div textarea::-moz-placeholder {
  color: #1C1C1C;
}
.kontakt-wrapper > div input::placeholder, .kontakt-wrapper > div textarea::placeholder {
  color: #1C1C1C;
}
.kontakt-wrapper > div p {
  margin: 0;
}

@media only screen and (max-width: 960px) {
  .kontakt-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .kontakt-wrapper > div {
    width: 90vw;
  }
}
@media only screen and (max-width: 815px) {
  #adskiller-kontakt {
    width: 90vw;
  }
}
/* Job og karriere side */
.gul-section .job-wrapper {
  width: 78vw;
  padding-bottom: 75px;
}
.gul-section .job-wrapper h3 {
  margin-bottom: 0;
  font-size: 20px;
  padding-bottom: 6px;
}
.gul-section .job-wrapper p {
  margin: 0;
  line-height: 28px;
}
.gul-section .kultur-container {
  display: flex;
  gap: 4vw;
}
.gul-section .kultur-container > div {
  width: 37vw;
}
.gul-section .kultur-container > div > img {
  width: 100%;
}
.gul-section .kultur-container > div > p {
  padding-bottom: 30px;
}
.gul-section .kultur-container .img-job-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gul-section .stilling-box {
  position: relative;
  width: 300px;
}
.gul-section .stilling-box img {
  width: 300px;
}
.gul-section .stilling-box .stilling-content {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 30px;
  display: flex;
  flex-direction: column;
}
.gul-section .stilling-box .stilling-content .custom-button {
  width: 140px;
  height: 50px;
  font-family: "Poppins", sans-serif;
  left: 50px;
}
.gul-section .stilling-box .stilling-content .custom-button span {
  color: #FCEC00;
  font-weight: 600;
  font-size: 14px;
}
.gul-section .stilling-box .stilling-content h5 {
  margin: 0;
  font-size: 16px;
}
.gul-section .stilling-box .stilling-content p {
  font-size: 18px;
  padding-bottom: 8px;
}
.gul-section .job-container {
  padding-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 1150px) {
  .gul-section .kultur-container {
    flex-direction: column;
    gap: 0;
  }
  .gul-section .kultur-container > div {
    width: 78vw;
  }
  .gul-section .kultur-container > div > img {
    padding-bottom: 50px;
    margin-top: -50px;
  }
}
@media only screen and (max-width: 810px) {
  .gul-section .job-wrapper {
    width: 90vw;
  }
  .gul-section .kultur-container > div {
    width: 88vw;
  }
}
@media only screen and (max-width: 1200px) {
  .gul-section .job-container {
    flex-direction: column;
  }
}
/*tilgang side */
.gul-section .svg-wrapper {
  padding-top: 30px;
}
.gul-section .svg-wrapper .svg-par {
  display: flex;
  gap: 50px;
}
.gul-section .svg-wrapper .svg-par .svg-container {
  position: relative;
  width: 250px;
  height: 250px;
}
.gul-section .svg-wrapper .svg-par .svg-container .svg-ramme {
  position: absolute;
  width: 100%;
  height: 100%;
}
.gul-section .svg-wrapper .svg-par .svg-container .svg-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.gul-section .svg-wrapper .svg-par .svg-container .svg-content .titel {
  margin-bottom: 10px;
  margin-top: 0;
}
.gul-section .svg-wrapper .svg-par .svg-container .svg-content .ikon {
  width: 100px;
  height: 100px;
}

@media only screen and (max-width: 590px) {
  .gul-section .svg-wrapper .svg-par {
    flex-direction: column;
    gap: 0;
  }
}
.magi-section {
  background: #1C1C1C;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.magi-section h1 {
  color: white;
}
.magi-section .highlight1 {
  color: #FCEC00;
}
.magi-section img {
  width: 100px;
  padding-top: 30px;
}
.magi-section .tekst-container-roteret {
  display: flex;
  gap: 30vw;
  padding: 0 30px 90px 30px;
}
.magi-section .venstre-tekst, .magi-section .hojre-tekst {
  font-family: "Stick", sans-serif;
  font-size: 20px;
}
.magi-section .venstre-tekst {
  color: white;
  transform: rotate(-15deg);
}
.magi-section .hojre-tekst {
  color: #FCEC00;
  transform: rotate(15deg);
}
.magi-section .standard-tekst {
  padding: 0 30px;
}
.magi-section p {
  color: white;
  font-size: 18px;
}
.magi-section .gul-tekst {
  color: #FCEC00;
  margin: 0;
}

@media only screen and (max-width: 500px) {
  .magi-section .tekst-container-roteret {
    gap: 50px;
    padding-bottom: 30px;
  }
}
#innovation-section {
  background: #080808;
}
#innovation-section .tekst-container-roteret .venstre-tekst, #innovation-section .tekst-container-roteret .hojre-tekst {
  transform: rotate(15deg);
}
#innovation-section .tekst-container-roteret .venstre-tekst {
  color: #FCEC00;
}
#innovation-section .tekst-container-roteret .hojre-tekst {
  color: white;
  transform: rotate(-15deg);
}

#visuel-section {
  background: #FCEC00;
}
#visuel-section h1, #visuel-section p {
  color: #080808;
}
#visuel-section .venstre-tekst, #visuel-section .hojre-tekst {
  transform: rotate(-15deg);
}

#kreativ-section .venstre-tekst, #kreativ-section .hojre-tekst {
  transform: rotate(15deg);
}

/*Styling af footer sektionen */
footer {
  background: #080808;
  position: relative;
  padding-top: 50px;
}
footer .bar-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18vw;
  color: white;
}
footer .bar-wrapper ul {
  padding: 0;
}
footer .bar-wrapper ul li {
  list-style-type: none;
  line-height: 40px;
}
footer .bar-wrapper ul li a {
  text-decoration: none;
  color: white;
  transition: color 0.2s ease-in;
}
footer .bar-wrapper ul li a:hover {
  color: #FCEC00;
}
footer .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  padding: 110px;
}
footer .social-icons img {
  height: 60px;
}
footer .copyright-line {
  color: white;
  font-size: 13px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
}
footer .malerklat-footer-venstre {
  position: absolute;
  left: 0;
  bottom: 0px;
}
footer .malerklat-footer-venstre img {
  margin-bottom: -7px;
}
footer .malerklat-footer-hojre {
  position: absolute;
  right: 0;
  bottom: 0px;
}
footer .malerklat-footer-hojre img {
  margin-bottom: -7px;
}
@media only screen and (max-width: 1300px) {
  footer .malerklat-footer-venstre img,
  footer .malerklat-footer-hojre img {
    width: 200px;
  }
}
@media only screen and (max-width: 795px) {
  footer .malerklat-footer-venstre img,
  footer .malerklat-footer-hojre img {
    width: 100px;
  }
  footer .bar-wrapper {
    flex-direction: column;
    gap: 0px;
    text-align: center;
  }
  footer .copyright-line {
    font-size: 10px;
    padding-bottom: 50px;
    white-space: nowrap;
  }
}/*# sourceMappingURL=style.css.map */