body {
  background-color: #dee0e0;
}
html {
  scroll-behavior: smooth;
}
.burger div {
  width: 25px;
  height: 2px;
  background-color: #3e3e3e;
  margin: 5px;
  transition: all 0.3s ease;
}
.burger {
  position: fixed;
  z-index: 1001;
  right: 0px;
  padding: 20px;
  cursor: pointer;
  display: none;
}
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
    background-color: white;
}
.toggle .line2{
opacity: 0;
}
.toggle .line3{
  transform: rotate(45deg) translate(-5px,-6px);
  background-color: white;
}
.burger-links {
  z-index: 1001;
text-align: center;
}
.burger-links li {
  list-style: none;
  opacity: 0;
}
.burger-links a {
  color: white;
  text-decoration: none;
  display: flex;
  flex-flow: column;
  height: 75px;
  text-transform: uppercase;
}
.burger-link-container {
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #191919;
  z-index: 1000;
  opacity: 90%;
  right: 0px;
  align-items: center;
  justify-content: center;
  transform: translateX(100%);
  transition: transform 0.3s ease-in;
}
/* mobile version burger */
@media only screen and (max-width: 780px) {
  body {
    overflow-x: hidden;
  }
  .burger-active {
    transform: translateX(0%);
  }

  @keyframes burgerLinkFade {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
  }
  .burger {
    display: block;
  }
  .menu_bar {
    display: none;
  }
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 853px;
}

.banner_logo {
  width: 400px;
  padding-top: 160px;
  z-index: 10;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

/* On smaller screens, make logo smaller */
@media only screen and (max-width: 630px) {
  .banner_logo {
    width: 350px;
  }
}

.banner_img {
  background-image: url("../images/projekter/4_semester/Sydside-min.jpg");
  min-height: 160%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: contrast(0.7) brightness(0.8)

}
/* On smaller screens, make image fit */
@media only screen and (max-width: 630px) {
  .parallax-container {
    height: 650px !important;
  }
}
.top_img {
  width: 100%;
  position: absolute;
}
.menu_bar {
  position: absolute;
  z-index: 1;
  top: 853px;
  width: 100%;
  overflow: hidden;
  background-color: #221f1f8c;
}
/* On smaller screens, hide menu */
@media only screen and (max-width: 769px) {
  .menu_bar {
    display: none;
  }
  .parallax-container {
    height: 925px;
  }
}

.menu_bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text-center {
  text-align: center;
}
/* On smaller screens, make text end */
@media only screen and (max-width: 768px) {
  .text-center {
    text-align: end;
  }
  .slideshow-container {
    max-width: 750px !important;
  }
}

.menu_bar li {
  display: inline-block;
  margin: 10px 0;
  padding: 0 60px;
  border-left: 1px solid white;
}
@media only screen and (max-width: 1507px) {
  .menu_bar li {
    padding: 0 20px;
  }
}

.menu_bar li:first-child {
  border-left: 0;
}

.menu_bar li:last-child {
  border-right: 0;
}

.menu_bar a {
  color: white;
  font-size: 16px;
  float: left;
}
/* On smaller screens, make text smaller */
@media only screen and (max-width: 930px) {
  .menu_bar a {
    font-size: 15px;
  }
}
@media only screen and (max-width: 891px) {
  .menu_bar a {
    font-size: 12px;
  }
}

.header-logo {
  padding-top: 10px;
  margin: 0 auto;
  float: left;
  width: 100%;
}

.logo-align {
  display: inline-block;
}

#bold-firstname {
  font-weight: 800;
  font-size: 16px;
  color: white;
  letter-spacing: 3px;
  margin: 0;
}

#light-lastname {
  font-weight: 300;
  font-size: 16px;
  color: white;
  letter-spacing: 3px;
  margin: 0;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/* -----------------------------resume starter her--------------------------- */

#section1 {
  color: grey;
  font-weight: 600;
  width: 100px;
  margin: auto;
  z-index: 2;
  letter-spacing: 5px;
}
.scroll {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  height: 100px;
  background-color: #221f1f;
  text-align: center;
}
.scroll-arrow {
  font-size: 30px;
  padding-bottom: 20px;
}
.scroll-txt {
  padding-top: 20px;
}

.infographic-box {
  margin-bottom: 100px;
}

.infographic-box-resume {
  margin-bottom: 0px;
}

.infographic {
  font-size: 16px;
  line-height: 32px;
  margin: 0;
}

.infographic-faerdigheder {
  color: grey;
  font-size: 16px;
  font-weight: lighter;
  line-height: 32px;
  margin: 0 10px;
  position: relative;
  z-index: 1;

  /* transform:skewX(10deg);
  -ms-transform:skewX(10deg);
  -webkit-transform:skewX(10deg); */
}

.text-spacing {
  height: 20px;
}

.avatar {
  width: 300px;
}

.page-titel {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin: 90px 0 42px 0;
}

.page-titel-faerdigheder {
  color: grey;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 36px 10px;
  padding-top: 36px;
  position: relative;
  z-index: 1;
  /* transform:skewX(10deg);
  -ms-transform:skewX(10deg);
  -webkit-transform:skewX(10deg); */
}

.faerdighed-box {
  background-color: #221f1f;
  width: 100%;
  height: 525px;
  align-items: center;
  display: flex;
}

.faerdighed-box-left {
  background-color: #221f1f;
  width: 100%;
  height: 525px;
  padding-top: 10px;
}

.faerdighed-box-left-li {
  background-color: #221f1f;
  transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
  padding-bottom: 47px;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 460px;
  float: left;
  margin-top: -460px;
}
.faerdigheder-line {
  border-left-style: solid;
  border-width: 2px;
}

.page-undertitel {
  color: grey;
  font-size: 20px;
  font-weight: bold;
  margin: 0 10px 6px;
  position: relative;
  z-index: 1;
  /* transform:skewX(10deg);
  -ms-transform:skewX(10deg);
  -webkit-transform:skewX(10deg); */
}
#section2 {
  height: 100px;
} 


.faerdigheder-image {
  height: 500px;
  margin-left: 5%;
  bottom: 30px;
  box-shadow: -7px 7px 10px rgba(0, 0, 0, 0.8);
}

.infographic-faerdigheder-desktop {
  display: none;
  background-color: #221f1f;
}
/* On smaller screens, decrease text size */
@media only screen and (min-width: 985px) {
  .infographic-faerdigheder-desktop {
    display: block;

  }
  
}

.infographic-faerdigheder-phone {
  display: none;
  background-color: #221f1f;
}
/* On smaller screens, decrease text size */
@media only screen and (max-width: 984px) {
  .infographic-faerdigheder-phone {
    display: block;
  }
}
/* On smaller screens, text align center */
@media only screen and (max-width: 984px) {
  .page-undertitel,
  .page-titel-faerdigheder,
  .infographic-faerdigheder {
    text-align: center;
  }
}
@media only screen and (max-width: 1200px) {
  .site-decoration-1,.site-decoration-1_5, .site-decoration-2, .site-decoration-2_5 {
    display: none;
  }
}

.faerdigheder {
}
.faerdigheder-bg {
  background-color: #221f1f;
}

.site-decoration-1 {
  background-color: #221f1f;
  position: absolute;
  width: 100px;
  left: 0px;
  top: 2000px;
  height: 1850px;
  z-index: -1;
}
.site-decoration-1_5 {
  position: absolute;
  width: 100px;
  right: 0px;
  top: 2000px;
  height: 1850px;
  z-index: -1;
  border: dashed 2px #afafaf;
  border-right: #dee0e0;
  background-color: #dee0e0;
}
.site-decoration-2 {
  background-color: #221f1f;
  position: absolute;
  width: 100px;
  right: 0px;
  top: 800px;
  height: 1480px;
  z-index: -1;
}
.site-decoration-2_5 {
  position: absolute;
  width: 100px;
  left: 0px;
  top: 800px;
  height: 1480px;
  z-index: -1;
  border: dashed 2px #afafaf;
  border-left: #dee0e0;
  background-color: #dee0e0;
}


/* -------------------Dokumenter starter her---------------------------- */
#section3 {
  height: 100px;
  background-color: #221f1f;
  margin: -1px 0px 0px;
}
.dokumenter-page-titel {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin: 0px 0 0px 0;
  color: gray;
  height: 100px;
  padding-top: 25px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.mySlides {
  display: none;
}
img {
  vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  height: 500px;
}

/* Next & previous buttons */
.dok-prev,
.dok-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #3e3e3e;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.dok-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.dok-prev:hover,
.dok-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #3e3e3e;
  font-size: 12px;
  /* padding: 8px 12px; */
  top: 0;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .dok-prev,
  .dok-next,
  .text {
    font-size: 11px;
  }
}

.dokumentboks {
  height: 100px;
}

.dokumenter_undertitel {
  font-size: 20px;
  font-weight: bolder;
  margin: 12px 0 6px;
}

.dok_logo {
  height: 65px;
  margin: auto;
  display: block;
  opacity: 65%;
}
.grid_container {
  grid-template-columns: auto;
  justify-content: center;
}
/* On smaller screens, make logo smaller */
@media only screen and (max-width: 630px) {
  .dok_logo {
    height: 40px;
  }
}

.dok_link {
  font-size: 16px;
  color: #3e3e3e;
}
.underline_link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #3e3e3e;
  transition: width 0.3s;
  margin: auto;
}
.underline_link:hover::after {
  width: 100%;
  transition: width.3s;
}

.no_dok {
  color: red;
  width: min-content;
  margin: auto;
}

.slidecenter {
  padding-left: 40px;
  height: 150px;
}

.slideshow_Headertxt {
  color: #3e3e3e;
  text-align: center;
  font-weight: lighter;
  font-size: 25px;
}
.content-spacing {
  height: 100px;
}

.preload {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #191919;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  animation: loader 1.7s;
  opacity: 0;
  pointer-events: none;
}
@keyframes loader {
  0% {
    opacity: 100;
  }
  90% {
    opacity: 100;
  }
  100% {
    opacity: 0;
  }
}
.loading_logo {
  width: 200px;
}
.preload-hvid {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #3e3e3e;
  z-index: 2;
  animation: loader-hvid 3s;
  opacity: 0;
  pointer-events: none;
}

.grid_container {
  display: grid;
  grid-template-columns: auto auto auto;
}
/* On smaller screens, make 2 columns */
@media only screen and (max-width: 630px) {
  .grid_container {
    grid-template-columns: auto auto;
  }
  .content-spacing-phone {
    height: 230px !important;
}
}
.grid_content {
  text-align: center;
  height: 250px;
  min-width: 200px;
}
/* On smaller screens, fix iphone slider */
@media only screen and (max-width: 630px) {
  .grid_content {
    height: 200px;
    width: 200px;
  }
}
/* On smaller screens, fix iphone slider */
@media only screen and (max-width: 400px) {
  .grid_content {
    width: 370px !important;
  }
  .grid_container {
    grid-template-columns: auto !important;
  }
  .content-spacing-phone {
    height: 860px !important;
  }
}
.content-spacing-phone {
  height: 135px ;
}


.ikke-neaet {
  margin: 157px 25px 329px;
}

@keyframes loader-hvid {
  0% {
    opacity: 100;
  }
  50% {
    opacity: 100;
  }
  100% {
    opacity: 0;
  }
}

.scale-up-center {
  -webkit-animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1)
    both;
  animation: scale-up-center 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation-delay: 1.7s;
}
/* ----------------------------------------------
 * Generated by Animista on 2020-1-12 19:3:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-up-ver-top
 * ----------------------------------------
 */

@-webkit-keyframes scale-up-center {
  0% {
    /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
    opacity: 0%;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 100%;
  }
}
@keyframes scale-up-center {
  0% {
    /* -webkit-transform: scale(0.5);
    transform: scale(0.5); */
    opacity: 0%;
  }
  100% {
    /* -webkit-transform: scale(1);
    transform: scale(1); */
    opacity: 100%;
  }
}

/* <!-- ---------------------Projekter start---------------------------- --> */
.projekter-container
{
  position: relative;
  width: 1600px;
  margin: 0 auto 0;
  column-span: all;
}
.projekter-bg
{
 background-color: #221f1f;
}
.projekter-container .projekter-box
{
  position: relative;
  width: calc(400px - 30px);
  height: calc(240px - 30px);
  background: #000;
  float: left;
  margin: 15px;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
/* .projekter-container .projekter-box::before
{
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  transition: 0.5s;
  transform: scaleX(0);
  opacity: 0;
  z-index: 1;
}
.projekter-container .projekter-box:hover:before
{
  transform: scaleX(1);
  opacity: 1;
} */
.projekter-container .projekter-box::after
{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  opacity: 0;
  transition: 0.5s;
}
.projekter-container .projekter-box:hover:after
{
  transform: scaleY(1);
  top: 60%;
  opacity: 1;
}
.projekter-container .projekter-box .projekter-imgbox
{
  position: relative;

}
.projekter-container .projekter-box .projekter-imgbox img
{
  width: 100%;
  transition: 0.5s;
  transform: scale(1.2);
}
.projekter-container .projekter-box:hover .projekter-imgbox img
{
  opacity: .5;
  transform: scale(1.2) translateY(10px);
}
.projekter-container .projekter-box .projekter-content
{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.projekter-container .projekter-box .projekter-content h2
{
margin: 0;
padding: 0;
color: #fff;
transition: 0.5s;
opacity: 0;
visibility: hidden;
transform: translateY(0px);
}
.projekter-container .projekter-box:hover .projekter-content h2
{
  opacity: 1;
  visibility: visible;
  transition-delay: 0.2s;
  transform: translateY(16px);
}

.projekter-container .projekter-box .projekter-content p
{
margin: 0;
padding: 0;
color: #fff;
transition: 0.5s;
transform: translateY(25px);
opacity: 0;
visibility: hidden;
}

.projekter-container .projekter-box:hover .projekter-content p
{
  opacity: 1;
  visibility: visible;
  transform: translateY(35px);
  transition-delay: 0.2s;
}

@media (max-width: 1600px)
{
    .projekter-container, .footer-content
    {
      width: 1200px !important;
      margin: 0 auto 0;
    }
    .projekter-container .projekter-box
    {
      width: calc(400px - 30px);
      height: calc(240px - 30px);
    }
}
@media (max-width: 1200px)
{
    .projekter-container, .footer-content
    {
      width: 800px !important;
      margin: 0 auto 0;
    }
    .projekter-container .projekter-box
    {
      width: calc(400px - 30px);
      height: calc(240px - 30px);
    }
}
@media (max-width: 800px)
{
    .projekter-container, .footer-content
    {
      width: 600px !important;
      margin: 0 auto 0;
    }
    .projekter-container .projekter-box
    {
      width: calc(300px - 30px);
      height: calc(180px - 30px);
    }
}
@media (max-width: 600px)
{
    .projekter-container, .footer-content
    {
      width: 100% !important;
      margin: 0 auto 0;
    }
    .projekter-container .projekter-box
    {
      width: 100% !important;
      height: calc(230px - 30px);
      margin: 15px auto;
      float: none;
    }
}






.projekter-page-titel {
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin: -1px 0px -1px 0px;
  color: gray;
  background-color: #221f1f;
  height: 100px;
  padding-top: 25px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 10px;
}

/* -----------------projekter site starter her------------- */


.projekter-skew {
  width: 100%;
  box-sizing: border-box;
  border-right: 2609px solid transparent;
  border-bottom: 125px solid  #dee0e0;

  position: absolute;
  z-index: 1;
  top: 695px;
  animation: projekter-skew 2s 1 ease-out;
}
@keyframes projekter-skew {
  0%{ 
    border-right: 2609px solid transparent;
    border-bottom: 860px solid #dee0e0;
    top: 0px;
  }
  80%{
    border-right: 2609px solid transparent;
    border-bottom: 50px solid  #dee0e0;
    top: 755px;
  }
}
.projekter-spacer
{
  height: 2px;
  width: 100%;
  background-color: grey;

}
.projekter-container-site {
  position: relative;
  overflow: hidden;
  background-color: #221f1f;
  font-family: poppins;
  height: 3000px;
  padding: 0px 100px;
}
.projekter-parallax-container {
  position: relative;
  overflow: hidden;
  height: 870px;
  top: -50px;

}
@keyframes banner-in {
  0%{
    height: 0%;
  }
}

.projekter-banner-img {
  height: 170%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  filter: contrast(0.7) brightness(0.8)
}
.projekter-site-logo {
  position: absolute;
  width: 300px;
  margin: 0 auto;
  display: block;
  padding-top: 160px;
  z-index: 10;
  left: 0;
  right: 0;
}
.projekter-site-h1 {
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  color: white;
  height: 100px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 10px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 550px;
}
.projekter-site-h2 {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: grey;
  padding: 25px 20px 0px;
  margin: auto;
  text-align: center;
}
.projekter-site-h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: grey;
  padding: 25px 20px 0px;
  margin: auto;
  text-align: center;
}
.projekter-site-h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: grey;
  text-align: center;
}
.projekter-site-txt {
  color: grey;
  padding: 0px 20px 0px;
  text-align: justify;
}
.projekter-section-1 {
  margin-top: 50px;
}
.projekter-img {
width: 100%;
}
@media only screen and (max-width: 1024px) {
  .projekter-img {
 padding: 20px 0 0;
  }
}


.card-site {
  width: 100%;
  height: 50%;
  display: flex;
  background: #221f1f;
}
@media only screen and (max-width: 1800px) {
  .slide {
    height: 550px;
  }
}

/* -------------------gallery starter her------------------ */
.gallery-spacing {
  height: 7px;
  background-color: grey;
}

.gallery-content {
  padding: 0% 0% 0%;
  flex: 1 1 80%;
  /* background-color: #221f1f; */
  width: 1600px;
  margin: auto;
}

.gallery-item {
background-color: #221f1f;
display: flex;
justify-content: center;
align-items: center;
background-repeat: no-repeat;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
}
.medium {
  grid-row: span 2;
  grid-column: span 2;
 }
.large {
  grid-row: span 3;
  grid-column: span 3;
}
.large-01 {
  grid-row: span 4;
  grid-column: span 3;
}
.small {
  grid-row: span 2;
  grid-column: span 1;
}
.tall {
  grid-row: span 3;
  grid-column: span 2;
  background-size: 300% !important;
}
.wide {
  grid-row: span 2;
  grid-column: span 3;
}
.citat-grid {
  grid-row: span 2;
  grid-column: span 3;
}
.tall:hover {
  background-size: 350% !important;
}

.gallery {
  display: grid;
  height: 3600px;
  grid-template-rows: repeat(15, 1fr);
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}

.gallery-citat {
  display: grid;
  height: 800px;
  grid-template-rows: repeat(7, 1fr);
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}


.gallery-txts {
  color: #80808000 !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: color 0.5s ease;
}
.gallery-txts:hover {
  color: #191919 !important;
}

.gallery-hover {
  background-size: 160%;
  background-position: center;
  transition: all 0.5s ease;
  color: #80808000;
  filter: contrast(80%) grayscale(43%);
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 8px;
}
.gallery-hover:hover {
  background-size: 200% ;
  letter-spacing: 5px;
  color: white;
}

.citater {
  width: 100%;
  background-color: #221f1f;
  display: flex;
  align-items: center;
  justify-items: center;
  font-family: poppins;
  font-size: 15px;
  background-position: center;
  background-size: cover;
  color: grey;
  text-transform: uppercase;
  padding: 20px;
  text-align: center;
  flex-direction: column;
  transition: opacity 0.5s ease;
  opacity: 1;
}
.citater:hover {
  opacity: 1;
}
.citater:hover::after {
  content: attr(data-citat-hover);
  color: rgb(255, 255, 255);
  font-size: 40px;
  line-height: 50px;
  padding-top: 30px;
}
.citater-bg
{
  /* background-color: #221f1f; */
}

@media (max-width: 1600px)
{
    .gallery-content
    {
      width: 1200px;
      margin: 0 auto 0;
    }
}
@media (max-width: 1200px)
{
    .gallery-content
    {
      width: 800px;
      margin: 0 auto 0;
    }
@media (max-width: 1200px)
{
    .citater
    {
      font-size: 10px;
    }

}
@media (max-width: 800px)
{
    .gallery-content
    {
      width: 600px;
      margin: 0 auto 0;
    }

}
@media (max-width: 600px)
{
    .gallery-content
    {
      width: 100%;
      margin: 0 auto 0;
    }

}







  .gallery-citat {
    display: grid;
    height: 800px;
    grid-template-rows: repeat(7, 1fr);
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    padding: 0px;
  }
  .citater:hover::after {
    content: attr(data-citat-hover);
    color: rgb(255, 255, 255);
    font-size: 10px;
    line-height: 10px;
    padding-top: 10px;
    }
  .gallery-hover {
    background-size: 650% !important;
    font-size: 0px !important;
  }
  .gallery-hover:hover {
    opacity: 0.5;
    background-size: 700% !important;
  }
}
/* On smaller screens, fix iphone slider */
@media only screen and (max-width: 769px) {
  .gallery {
    height: 2500px;
  }
  .gallery-hover {
    background-size: 300%;
    font-size: 20px;
  }
  .gallery-hover:hover {
    opacity: 0.5;
    background-size: 350%;
  }
  .tall {
    background-size: 350% !important;
  }
  .tall:hover {
    background-size: 400% !important;
  }
  .gallery-citat
  {
    padding: 0px;
  }
}
/* -------------------Kontakt starter her------------------ */
.Kontakt-bg {
  background-color: #221f1f;
}
.titel-kontakt{

}
.undertitel-kontakt{
  color: grey;
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
  margin: 0 10px;
  text-align: center;

}
.tekst-kontakt{
  color: grey;
  font-size: 16px;
  font-weight: lighter;
  line-height: 32px;
  margin: 0 10px;
  text-align: center;
  display: block;

}
/* -------------------footer starter her------------------ */

.footerlol
{
  height: 100px;
  position: relative;
  width: 100%;
  background-color: #221f1f;
  margin: 100px 0 0;
}
.footer-content
{
  width: 1600px;
  margin: auto;
}
.footer-txt
{
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: grey;
  padding: 36px 0px 0px;
  float: left;
  padding-right: 33px;
}
.footer-social
{
  float: right;
  padding-top: 36px;
  
}
.social-linkedin
{
  background-position: -67px -6px !important;
}
.social-linkedin:hover
{
  background-position: -67px -32px !important;
}
.social-facebook
{
  background-position: -17px -6px !important;
}
.social-facebook:hover
{
  background-position: -17px -32px !important;
}
.social-twitter
{
  background-position: -42px -7px !important;
}
.social-twitter:hover
{
  background-position: -42px -32px !important;
}
.socials-sprite
{
  background: url(../images/socials.png) no-repeat;
  display: block;
  background-size: 103px;
  height: 25px;
  width: 25px;
  float: right;
  margin-left: 20px;
}
@media (max-width: 600px)
{
.footer-hide-content
  {
    display: none;
  }
}
@media (max-width: 600px)
{
.footer-content
  {
    padding: 0 20px 0;
  }
}

[data-aos="vertical-scale"] {
height: 0px;
transition-property: transform;
  & .aos-animate {
    height: fit-content;
  }
}