/* Ensure the body takes up the full width and height */
body, html {
    margin: 0;
    padding: 0;
	width: 98%;
    height: 95%;
    font-family: 'Montserrat', sans-serif;
}

/* Text overlay inside the box */
.slideshow-text {
    /*background-color: red;*/
    position: absolute;
    text-align: center;
    /*border-color: black;*/
    bottom: 160px;
    /*top: 10px;*/
    width: 100%;
    /*height: 100%;*/
    color: white;
    font-size: calc(min(max((0.96vw * 2), 16px), 24px)); /* Scale font size with viewport width */
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1.0);
    z-index: 10; /* Keep text above images */
    opacity: 0; /* Initially invisible */
    transition: opacity 0.5s ease-in-out; /* Fade transition for text */
    font-family: 'Montserrat'; /* Specify the Google Font and provide a fallback */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* animation: animate-slideshow-text 4ms linear infinite; Animation to move the background */
  }

/* Keyframes for the background animation */
@keyframes animate-slideshow-text {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

@media (max-width: 1000px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 700px) {
  .tablet {
    display: none;
  }
}


@media (max-width: 400px) {
  .phone {
    display: none;
  }
}


/* Class for the current visible image */
.slideshow-box.current {
    opacity: 1; /* Fully visible */
}

/* Class for the next image to fade in */
.slideshow-box.next {
    opacity: 0; /* Initially invisible */
}

/* Fade the next image in */
.visible {
    opacity: 1;
}

.text-container {
    position: relative;
    height: 1.5em; /* Pas aan op basis van je tekstgrootte */
}
.text-container b {
    position: absolute;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.text-container b.active {
    opacity: 1;
}
.text-container i {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.text-container i.active {
  opacity: 1;
}
a {
    text-decoration: none; /* Verwijdert de onderlijning */
    color: rgb(10, 10, 200); /* Kleur van de link */
}

a:hover {
    color: rgb(0, 0, 255); /* Kleur van de link bij hover */
}
.columns {
    display: flex;
    z-index: 1; /* Layer above the background image */
}
.columnA {
    z-index: 0; /* Layer above the background image */
    padding: 0px;
}
.columnB {
  z-index: 0; /* Layer above the background image */
  flex: 1;
  padding: 30px;
  padding-top: 0px;
}
.columnAB {
  z-index: 0; /* Layer above the background image */
  flex: 1;
  padding: 30px;
  padding-top: 0px;
}

/* montserrat-300 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 300;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-regular - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-500italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-600italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700 - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-700italic - latin_latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('./fonts/Montserrat/montserrat-v26-latin_latin-ext-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

