@font-face {
    font-family: 'filson_softregular';
    src: url('../../assets/fonts/filsonsoft-regular-webfont.woff2') format('woff2'),
         url('../../assets/fonts/filsonsoft-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_softblack';
    src: url('../../assets/fonts/filsonsoft-black-webfont.woff2') format('woff2'),
         url('../../assets/fonts/filsonsoft-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'filson_softthin';
    src: url('../../assets/fonts/filsonsoft-thin-webfont.woff2') format('woff2'),
         url('../../assets/fonts/filsonsoft-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
	background: #5bc1ec;
	color: white;
	font-family: 'filson_softthin';
	overflow-x: hidden;
}

h1 {
	font-family: 'filson_softblack';	
	font-size: 60px;
	line-height: 60px;
}

 /* Aangepaste font-grootte voor h1 op kleine schermen */
@media (max-width: 576px) {
    h1 {
        font-size: 40px;
		line-height: 40px;
    }
}

h2 {
	font-family: 'filson_softblack';
	font-size: 50px;
	line-height: 50px;
}

h3 {
	font-family: 'filson_softblack';
	font-size: 30px;
	line-height: 30px;
}

h1 strong, h2 strong, h3 strong {
     font-weight: bold;
     color: transparent;
     -webkit-text-stroke: 2px #ffffff;
}

p {
	font-family: 'filson_softregular';
}

p.light {
	font-family: 'filson_softthin';
}

.section {
	background: none;
	position: relative;
	min-height: 300px;
}

.section-blue {
	color: white;
}

.section-green {
	color: #00a275;
}

.center {
	text-align: center;
}

a.button, a:visited.button {
    display: inline-block;
    background: white;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    margin: 0 5px 10px 5px;
    transition: all 0.2s ease-in-out;
	font-family: 'filson_softregular';
}

a:hover.button {
    transform: scale(1.2);
    text-decoration: none;
}

p a, p a:hover, p a:visited {
	text-decoration: underline; /* Onderstreep de link */
	text-decoration-style: dotted; /* Gebruik een gestippelde onderstreep */
	text-decoration-color: currentColor; /* Gebruik de huidige tekstkleur voor de onderstreep */
	text-underline-offset: 3px; /* Optionele afstand van de tekst naar de onderstreep */
	font-size: 1em; /* Zorg ervoor dat de font-size consistent is */
	color: currentColor;

}

.green, .green:hover {
	color: #00a275;
}

.dark-blue, .dark-blue:hover {
	color: #476fd6;
}

.light-blue, .light-blue:hover {
	color: #5bc1ec;
}

.dot-blue {
	width: 24px;
    height: 24px;
    border-radius: 15px;
    background: #476fd6;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    padding-top: 4px;
    font-size: 10px;
    margin-right: 5px;
}

.dot-green {
	width: 24px;
    height: 24px;
    border-radius: 15px;
    background: #00a275;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    padding-top: 2px;
    font-size: 14px;
    margin-right: 5px;
}

.fade-in {
    opacity: 0; /* Start met volledige transparantie */
    transition: opacity 1s ease-in-out; /* Voeg een overgangseffect toe */
}

.fade-in.visible {
    opacity: 1; /* Maak het element volledig zichtbaar */
}

.content {
	padding-left: 60px;
	padding-right: 60px;
}

#navbar {
	text-align: right;
	background-color: rgba(255, 255, 255, 0.25);
	padding-bottom: 50px;
}

#navbar .button {
	margin-top: 40px !important;
}

#logo_small {
	position: absolute;
	left: 20px;
	top: 20px;
	height: 100px;
	width: 100px;
	display: inline-block;
}

#logo_small a, #logo_small a:hover, #logo_small a:visited {
	text-decoration: none;
}


#logo_small a img {
	text-decoration: none;
	width: -webkit-fill-available;
}

#section1 {
	background-image: url('../../assets/img/img_arrow_1.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 300px;
	padding-bottom: 0;
}

#between1 {
	background-image: url('../../assets/img/img_section_hero_background_1.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}

@media (max-width: 998px) {
    #between1 {
		min-height: fit-content;
        margin-top: 50px;
	}
}

#section1 .logo {
	height: 200px;
	position: relative;
	display: inline-block;
}

#section1 .logo:hover, #section1 .logo:visited, #section1 .logo:hover img, #section1 .logo:visited img {
	text-decoration: none;
}

#section1 .logo img {
	height: 125px;
}

#section1 .container {
	
}

#section1 .balls {
	background-image: url('../../assets/img/img_section_balls_1.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 200px;
	position: relative;
	height: 400px;
}

@media (max-width: 998px) {
    #section1 .balls {
		background: none;
		height: auto;
	}
}

#section2 .content {
	min-height: 400px;
}

#section2 .container {
	background-image: url('../../assets/img/img_section_2_background_1.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 400px;

	padding: 0;
    margin: 0;
    max-width: 100%;
}

#section2 .robot {
	background-image: url('../../assets/img/img_robot_1.png');
	background-position: right;
	background-repeat: no-repeat;
	background-size: 200px;
	min-height: 400px;
}

#section2 {
	padding-bottom: 0;
}

#between2 {
	padding: 0 0 50px 0;
	min-height: 300px;
}

@media (max-width: 576px) {
    #between2 {
		padding: 25px 0;
	}
}

#between2 img.illustration {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	display: flow-root;
	width: -webkit-fill-available;
}

#section3 {
	background-image: url('../../assets/img/img_section_green_small_balls_1.png');
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 200px;
	z-index: 4;
	padding-top: 0;
	margin-bottom: -23px;
	position: relative;
	min-height: 340px;
}

#section4 {
	z-index: 1;
	background: white;
	position: relative;
	padding-bottom: 0;
}

#section4 p.disclaimer {
	color: #5bc1ec;
	padding: 60px 60px 0 60px;
	font-size: 12px;
	text-align: center;
}

