@import 'stylesheets/bulma/css/bulma.css';

/* 
Uitgezet want niet nodig?
@import 'stylesheets/bulma/bulma.html';
@import "node_modules/%40glidejs/glide/src/assets/sass/glide.html";
@import "node_modules/%40glidejs/glide/src/assets/sass/glide-2.html"; 
*/

/* body */

#content {
  width: 100vw;
  overflow: hidden;
}

@font-face {
  font-family: EtelkaLight;
  src: url(font/EtelkaLightPro.ttf);
}

@font-face {
  font-family: EtelkaBold;
  src: url(font/EtelkaTextPro-Bold.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6,
button {
  font-family: EtelkaBold;
}

body {
  font-family: EtelkaLight;
  margin: 0;
}

.textspacing {
  line-height: 40px;
}

.titlespacing {
  line-height: 60px;
}

.container.is-small {
  max-width: 1130px !important;
}

/* hero/header */

.hero-image {
  background: url(images/header.jpg);
  background-size: cover;
  height: 650px;
  overflow: auto;
}

.hero-half-image {
  background: url(images/half-header.jpg);
  background-size: cover;
  height: 500px;
}

/* navbar */

.hover-test {
  border-bottom: transparent 2px solid;
}

.hover-test:hover {
  border-bottom: #f58b1b 2px solid;
}

.hover-home {
  border-bottom: transparent 2px solid;
}

.hover-home:hover {
  border-bottom: #f58b1b 2px solid;
}

#navbar-image {
  opacity: 0;
}

.navbar.is-fixed-top .navbar-start img {
  margin-top: 5px;
}

.navbar-burger {
  color: #f58220;
}

.navbar-burger span {
  color: #f58220;
  display: block;
  height: 3px;
  left: calc(45% - 10px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 27px;
  margin-top: 1px;
}

.navbar-burger:hover {
  background-color: transparent;
}

.navbar .container {
  min-height: 0rem;
}

.top-navbar .navbar-item {
  font-weight: lighter;
  font-size: 19px;
  padding-left: 25px;
  padding-top: 20px;
}

.top-navbar .navbar-item:first-child {
  padding-top: 12px;
}
.navbar.is-active .navbar-item:first-child:hover img{
  border-bottom: #f58b1b 2px solid !important;
}

.navbar-end .navbar-item:hover {
  color: #1369b3;
  background-color: transparent;
}

.navbar-item {
  color: #1369b3;
  font-weight: bold;
  border-bottom: transparent 1px solid;
}

/* .navbar-item:hover {
  color: #1369b3;
  text-decoration: underline #f58b1b 2px;
  text-underline-offset: 30%;
} */

.navbar-item:focus {
  color: #1369b3;
}

.navbar-item .language-select {
  color: #fff;
  font-family: EtelkaLight;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.navbar-item .language-select .language-select__option {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}

.navbar-item .language-select .language-select__option:hover {
  color: #fff;
}

.navbar-item .language-select .language-select__option svg path {
  fill: #fff;
}

.navbar-item .language-select .language-select__window {
  display: none;
}

.navbar-item .language-select .language-select__window.toggled {
  display: block;
  left: -19px;
  padding: 10px 19px;
  position: absolute;
  right: -19px;
  top: 100%;
}

.navbar.is-fixed-top .language-select {
  margin-inline-start: 2rem;
}

.navbar.is-fixed-top .language-select,
.navbar.is-fixed-top .navbar-item .language-select .language-select__option,
.navbar.is-fixed-top .navbar-item .language-select .language-select__option:hover {
  color: #1369b3;
}

.navbar.is-fixed-top .navbar-item .language-select .language-select__option svg path {
  fill: #1369b3;
}

.navbar.is-fixed-top .navbar-item .language-select .language-select__window {
  background-color: #fff;
}

@media(max-width: 768px){
  .navbar-item .language-select,
  .navbar.is-fixed-top .language-select{
    display: flex;
    /* justify-content: space-around; */
    justify-content: end;
    gap: 2rem;
    margin-block-start: 3rem;
    margin-inline-start: 0;
    margin-inline-end: 1rem;
  }
  .navbar-item .language-select .language-select__option svg{
    display: none;
  }
  .navbar-item .language-select .language-select__option--active{
    pointer-events: none;
  }
  .navbar-item .language-select .language-select__window{
    display: block;
  }
}

.help-button {
  color: #1369b3;
  border: none;
}

.help-button-topnavbar {
  color: #fff;
  border: none;
  background-color: transparent;
}

.help-button-topnavbar:hover {
  color: #fff;
  border: none;
  background-color: transparent;
}

.login {
  color: #fff;
}

.login:hover {
  color: white;
}

.help-button:hover {
  color: #1369b3;
}

.active-nav {
  text-decoration: underline #f58b1b 2px;
  text-underline-offset: 30%;
}

/* buttons home and subpages */

.aoa-button {
  color: #fff;
  border: #f58b1b solid;
}

.aoa-button:hover {
  border: #f58b1b solid;
  color: #f58b1b;
  background-color: #fff;
}

.service-button {
  border: #f58b1b solid;
  color: #fff;
}

.service-button:hover {
  border: #fff solid;
  color: #f58b1b;
  background-color: transparent;
}

.subpage-button {
  border: #f58b1b 1px solid;
  color: #f58b1b;
}

.subpage-button:hover {
  border: #f58b1b 1px solid;
  color: #fff;
  background-color: #f58b1b;
}

/* text colors/borders */

.is-orange {
  background-color: #f58b1b;
}

.has-text-orange {
  color: #f58b1b;
}

.has-orange-border {
  border: #f58b1b solid 1px;
}

.orange-underline {
  text-decoration: underline #f58b1b 2px;
  text-underline-offset: 10px;
}

.has-text-blue {
  color: rgb(23, 105, 180);
}

a {
  color: white;
}

.half-border {
  padding-top: 15px;
  border-top: 5px #f58b1b solid;
  border-image: linear-gradient(to right, #f58b1b 10%, transparent 5%) 20% 1;
}

.half-border-big {
  padding-top: 15px;
  border-top: 5px #f58b1b solid;
  border-image: linear-gradient(to right, #f58b1b 5%, transparent 5%) 20% 1;
}

.half-border-small {
  padding-top: 15px;
  border-top: 3px #f58b1b solid;
  border-image: linear-gradient(to right, #f58b1b 10%, transparent 5%) 20% 1;
}

.charity-mt {
  margin-top: 150px;
  margin-left: 0.75rem;
}

/* backgrounds/images */

.blue-background {
  background: url(images/achtergroundblauwnieuw.svg);
  background-size: cover;
  background-position: center;
  /* Dit was 1000px 05/11 */
  padding-block: 150px 150px;

}
@media(min-width: 1020px) {
  .blue-background {
    align-items: center;
    background: url(images/achtergroundblauw.svg);
    background-size: cover;
    display: flex;
    height: 900px;
    /* Dit was 1000px 05/11 */
  }
}

.earth-background {
  background: url(images/bg.jpg);
  background-size: cover;
  background-position: top 100px center;
  /*  was 50px */
  background-repeat: no-repeat;
  width: 100%;
  max-height: 1500px;
  transition: height 0.5s ease;
  z-index: 1;
}

.impact-img {
  border: white 6px solid;
  box-shadow: 0 0 30px #ccc;
}

.focus-img,
div.video-container {
  border: white 3px solid;
  box-shadow: 0 0 10px #00000050;
}

.aboutus-img {
  border: white 2px solid;
  box-shadow: 0 0 30px #ccc;
}


/* contact form */

.input {
  border: rgb(23, 105, 180) solid 1px;
}

.input:hover {
  border: rgb(23, 105, 180) solid 1px;
}

.textarea {
  border-radius: 10px;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #f58b1b;
}


/* collapsible section */
.collapsible-section {
  height: 0;
  overflow: hidden;
  transition: .3s all;
  background-size: cover;

  &:not(.open) {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.collapsible-section.open {
  height: auto; /* was 500 */
}

.collapsible-section iframe{
  display: none;
}
.collapsible-section.open iframe{
  display: block;
}

.leftcase-button {
  position: absolute;
  background: transparent;
  font-family: EtelkaBold;
  color: white;
  margin: 400px 50px;
  z-index: 1;
}

.leftcase-button:hover {
  background: white;
  color: #f58b1b;
}

.midcase {
  position: relative;
  top: -20px;
  transition: top ease 0.5s;
}

.midcase-button {
  position: absolute;
  background: transparent;
  top: -3px;
  font-family: EtelkaBold;
  color: white;
  margin: 400px 50px;
  z-index: 1;
}

.midcase-button:hover {
  background: white;
  color: #f58b1b;
}

.rightcase-button {
  position: absolute;
  background: transparent;
  font-family: EtelkaBold;
  color: white;
  margin: 400px 50px;
  z-index: 1;
}

.rightcase-button:hover {
  background: white;
  color: #f58b1b;
}

/* footer */

.home-footer {
  padding-left: 25px;
}
footer{
  width: 100vw;
}
.footer-background {
  background: url(images/bluefooter.jpg);
  background-color: #1769b3;
  background-repeat: no-repeat;
  background-position-y: bottom;
}

footer .logo img{
  max-width: 330px;
}

/* desktop */

.glide__arrow--left {
  left: -100px !important;
}

.glide__arrow--right {
  right: -100px !important;
}

/* touch */

.glide__arrow--left-mobile {
  left: -24px !important;
}

.glide__arrow--right-mobile {
  right: -24px !important;
}

.img-container {
  /* height: 600px; */
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  opacity: 100%;
  transition: top 0.3s ease, opacity 0.3s ease;
  margin: 0 20px;
  padding: 30px 20px 10px;
  overflow: hidden;
  /* width: 90%;
  height: 100%; */
}

.img-container:hover {
  top: 20px;
  opacity: 100%;

}

.img-container-nothover {
  opacity: 70%;
}

.case__button {
  position: absolute;
  z-index: 1;
  border: 1px solid #fff;
  background-color: transparent;
  height: 32px;
  border-radius: 50px;
  color: #fff;
  width: 150px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  transition: .2s all;
  top: 80%;
  left: 10%;
}

.case__button:hover {
  color: #f58b1b;
  background-color: #fff;
}

.case__bg__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: skewY(-12deg);
  transform-origin: left;
  left: 0;
  top: 0;
  overflow: hidden;
}

.case__bg {
  position: absolute;
  width: 130%;
  height: 130%;
  transform: skewY(12deg);
  left: -15%;
  top: -15%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.case__logo {
  position: relative;
  z-index: 1;
  max-width: 136px;
  max-height: 85px;
  text-align-last: left;
}

.case__bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #f58b1b 10%, transparent 30%);
}

.glide__slide {
  padding-bottom: 30px;
}

.navbar.is-fixed-top .navbar-start img {
  margin-top: 5px;
}

.navbar.is-fixed-top {
  top: -100px;
  transition: .5s all;
}

.navbar.is-fixed-top.is-active {
  top: 0;
}

/* responsive */

@media only screen and (max-width: 767px) {

  .collapsible-section1.open,
  .collapsible-section2.open,
  .collapsible-section3.open,
  .collapsible-section4.open,
  .collapsible-section5.open,
  .collapsible-section6.open,
  .collapsible-section7.open,
  .collapsible-section8.open,
  .collapsible-section9.open,
  .collapsible-section10.open,
  .collapsible-section11.open {
    height: 900px;
  }

  .hover-test:hover {
    border-bottom: transparent 2px solid;

  }

  .button-container-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-block: 10px;
  }
@media(max-width: 768px) {
  .button-container-mobile button{
    margin-bottom: 10px;
  }
}
  .hero-image {
    height: 425px;
  }

  .hero-half-image {
    height: 450px;
  }

  .blue-background {
    /*height: 1300px;*/
    /* was 1400px 05/11 ^ */
    /*padding-top: 250px;*/
    /*margin-top: -250px;*/
  }

  .earth-background {
    background: url(images/bg.jpg);
    background-size: cover;
    width: 100%;
    max-height: none; /*1500px;*/
    border-radius: 10px 10px 0 0;
    transition: height 0.5s ease;
  }

  .connection-line {
    margin-top: 30px;
  }

  .charity-mt {
    margin-top: 0;
    margin-left: 0;
  }

  .titlespacing {
    line-height: 40px;
  }

  .textspacing {
    line-height: 35px;
  }

  .midcase-button {
    margin: 300px 50px;
  }

  iframe {
    width: 100%;
    height: 100%;
  }

  .mobile-img {
    display: inline;
    max-width: 25%;
  }

  .navbar.is-active {
    background-color: #fff;
  }

  .navbar-brand-active {
    background-color: #fff;
    visibility: visible;
  }

  .navbar.is-fixed-top {
    background-color: transparent;
  }

  .navbar.is-fixed-top .is-active {
    background-color: #fff;
    /* background-image: -moz-element('images/logoAOA.svg'); */
  }

}

@media only screen and (max-width: 1023px) {

  .navbar.is-fixed-top .is-active {
    background-color: #fff;
  }

  .navbar.is-fixed-top {
    background-color: transparent;
  }
}

.navbar-menu {
  box-shadow: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1215px) {
  .sticky-logo {
    width: 220px;
  }
}

@media only screen and (max-width: 1999px) {
  iframe {
    width: 100%;
    height: 100%;
  }

  .is-centered-mobile {
    justify-content: center;
  }

  .navbar .navbar-brand .is-active {
    background-color: #fff;
  }

}


@media only screen and (min-width: 2000px) {
  .hero-image {
    background: url(images/header-bigscreen600.jpg);
    background-size: cover;
    height: 600px;
  }

  .hero-half-image {
    background: url(images/header-bigscreen600.jpg);
    background-size: cover;
    height: 600px;
  }

  .blue-background {
    /*height: 1300px;*/
    /* deze was net 1400px 05/11 */
  }

  section .blue-background {
    margin-top: 400px;
  }

  /* #resize-bigscreen {
    margin-top: 150px !important;
  } */

  .resize {
    margin-top: 350px;
    margin-bottom: -100px;
  }
}

@media only screen and (min-width: 3000px) {
  .hero-image {
    background: url(images/header-bigscreen600.jpg);
    background-size: cover;
    height: 900px;
  }

  .hero-half-image {
    height: 900px;
  }

  /* .blue-background {
    height: 1800px;
  } */

  section .blue-background {
    margin-top: 500px;
  }

  /* #resize-bigscreen {
    margin-top: 200px !important;
  } */

  .resize {
    margin-top: 450px;
    margin-bottom: -150px;
  }
}

.video-container {
  background-color: #000;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container--main{
  width: 90%;
}

.glide__track .glide__bullets{
  bottom: 0;
}
@media(max-width: 1414px){
  .glide__track .glide__bullets{
    bottom: 2rem;
  }
}
@media(min-width: 768px) {
  .home-intro-text{
    margin-left: 50px;
  }
}
.iso-icons-list{
  display: flex;
  justify-content: space-between;
}
.iso-icons-list img{
  max-height: 90px;
  max-width: 90px;;
}
@media(max-width: 768px) {
  .contact-data:nth-of-type(2){
    padding-bottom: 0;
  }
  .contact-data:nth-of-type(3){
    padding-top: 0;
  }
}