
body {
    font-family: Trebuchet MS;
    line-height: 1.5em;
    overflow-x: hidden;
}

.main-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.background-image {
    max-width: 1400px;
    width: 80vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

 .features {
    max-width: 1400px;
    width: 80vw;
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.features-item {
    flex: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 35px;
    padding-top: 50px;
    background-repeat: no-repeat;
    background-size: 48px;
    background-position: center top;
}

.features-item__title {
    color: #1a1a1a;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 140%;
    text-align: center;
}


/* ==============================================================================break */


.dj-slide {
    display: none;
}

.dj-slide.active {
    display: block;
}

.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 10px;
    cursor: pointer;
}

#prev {
    left: 10px;
}

#next {
    right: 10px;
}

.dj-slider {
  position: relative;
  margin-top: 35px;
  max-width: 1400px;
  width: 80vw;
  justify-content: center;
  background-size: cover;
  display: flex;
  overflow: hidden;
}

.dj-slider img {
    width: 100%; /* Gør billedet 100% af sin forælderbeholder */
    height: auto; /* Beholder billedets proportioner */
}

/* ================================================================================================= */

/* Text */
.text {
    max-width: 1400px;
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 35px;
}

/* Bottom */
.bottom {
  background: #C0C0C0; 
  height: 10vmin;
  max-width: 1400px;
  width: 80vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.calendar {
    width: 574px;
    height: 310px;
    frameborder: 0;
    scrolling: no;
    -moz-box-shadow: 2px 2px 16px #777777;
    -webkit-box-shadow: 4px 4px16px #777777;
    box-shadow: 4px 4px 16px #777777;
}

a:link {
  color: #000000;
}

a:visited {
  color: #000000;
}

button {
    padding: 10;
    margin-bottom: 15px;
    font: inherit;
    color: #707070;
    background-color: #C0C0C0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border: none;
    border-radius: 8px;
}

.btn:hover {
  color: #f0f0f0;
}

.btn:focus {
    outline: none;
    border: none;
	color: #000000;
    background-color: #C0C0C0;
}

h1 {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
   /* line-height: 2.5rem; */
}

h2 {
    margin-top: 1.0em;
    margin-bottom: 0.5em;
    font-size: 1.2em;
}

h3 {
    font-weight: bold;
    display:inline;
}

p {
    font-size: 16px;
}

small {
    font-size: 11px;
}


/* Small screen */

@media only screen and (max-width: 390px) {
    small {
        font-size: 0.85em;
    }
    
    p {
        font-size: 0.95em;
    }

    h1 {
        font-size: 2em;
    }

    h2 {
        font-size: 1.8em;
    }

    h3 {
        font-size: 1.8em;
    }
}


@media only screen and (max-height: 600px) {
   // .logo {
   //    width: auto;
   //    max-height: 75vh;
   // }

   // .section::before {
   //     bottom: 1rem;
   //     font-size: 1.2rem;
   //     height: 2.5rem;
   // }
}

