@font-face {
    font-family: 'KarlaTest';
    src: url('../vendor/karla/Karla-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'karlaregular';
    src: url('../vendor/karla/karla-regular-webfont.woff2') format('woff2'),
         url('../vendor/karla/karla-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'KarlaTest', 'Karla';
}
      #headdiv{
        background-image: url(''); 
        height: 30vh;
    }   
    #headdiv h1{
        color: #333366;
        margin-top: 100px;
    }
  
.navbar-light .navbar-nav .nav-link {
    color: #333366;
      }

      #headdiv {
  height: 100%;
}
.language-flag{
    width: 46px;
height: 46px;
border-radius: 15px;
}
#languageandlocation{
    margin: 0 10%;
}
#languagesbig{
    margin-top: 50px;
}
.flag-language-name{
    
    font-weight: 700;
    font-size: 15px;
    line-height: 66px;
    text-align: center;
    letter-spacing: -0.005em;
    color: #4C5152;

}
.flagcontainer{
    text-align: center;
    margin: 0 15px;
}

#languagessmall{
        display: none;
    }
    .locationrow{

        margin-top: 95px;
        margin-left: 0;
        margin-right: 0;
    }
    .locationitem{
        font-weight: bold;
        font-size: 28px;
        line-height: 58px;
        text-align: center;
        color: rgba(87, 123, 208, 0.38);
        display: inline-block;
    }
    .locationitem.active{
    
letter-spacing: -0.005em;
color: #333366;
border-bottom: 2px solid #23D796;


    }
@media only screen and (max-width: 1274px) {
    .flagcontainer{
        margin: 0 45px;
    }
}
@media only screen and (max-width: 1068px) {
    .flagcontainer{
        margin: 0 35px;
    }
}
@media only screen and (max-width: 942px) {
    .flagcontainer{
        margin: 0 25px;
    }
}
@media only screen and (max-width: 820px) {
    .flagcontainer{
        margin: 0 15px;
    }
}
@media only screen and (max-width: 692px) {
    .flagcontainer{
        margin: 0 35px;
    }
}
@media only screen and (max-width: 564px) {
    .flagcontainer{
        margin: 0 25px;
    }
}
@media only screen and (max-width: 490px) {
    .flagcontainer{
        margin: 0 15px;
    }
}
/* @media only screen and (max-width: 416px) { */
@media only screen and (max-width: 768px) {
    #languagesbig, #locationbig{
        display: none;
    }
    #languagessmall, #locationsmall{
        display: block;
        text-align: center;
    }
}
.choose{
    font-weight: bold;
    margin: 35px auto 10px auto;
    width: 246px;
    color: #577BD0;
    background-color: #fff;
    border-radius: 25px;
    box-shadow: none;
    border: 2px solid #577BD0;
    height: 42px;
    appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;  
  padding: 0 15px 0 25px;
  background: url("../img/greentrianglesmall.png") no-repeat scroll right center transparent;  
}

.choose:hover{
    cursor:pointer;
}
.choose > option{
    text-align: center;
    background-color: #fff;

}
.chooseoption{
    text-align: center;
    background-color: #fff;
}
#optioncontainer{
    padding-left: 25px;
}
.choosetitle{
    color: #577BD0;
    font-size: 16px;
    text-align: left;
    line-height: 38px;
    -webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */

}
.langoption, .locationoption{
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}
.langoption:hover, .locationoption:hover{
    cursor: pointer;
}
.chooseoptions{
    display: none;
    background-color: #fff;
    z-index: 999;
    position: relative;
    width: 250px;
    margin: 30px auto 0 auto;
    padding: 0 0 0 27px;
    font-weight: bold;
}
.optie{
    text-align: left;
    color: #577BD0;
    font-size: 16px;
}
#goarrow{
    margin-top: 48px;
}



    #lessoncontainer{
        display: flex;
        justify-content: space-around;
        margin: 0 10%;
        flex-wrap: wrap;
    }

    .productbox {
  display: flex;
  flex-direction: column;
  margin: 65px 45px 0 45px;
  padding-bottom: 1rem;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  border-radius: 25px;
  padding: 0 35px;
  font-size: 14px;
  min-height: 250px;
  width: 297px;
background-color: #D8E0F1;
border: 1px solid #fff;

}

.productbox-dummy{
    height: 250px;
  width: 297px;
    /* display: hidden; */
    /* border: 1px solid black; */
    margin: 65px 45px 0 45px;
}

.productbox-top {
  display: flex;
  margin: 0 0 0 0;
  padding-bottom: 1rem;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  border-bottom: 2px solid #fff;
}
.productbox-top h7{
  font-weight: 500;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: -0.005em;
  color: #333366;
  margin-top: 20px;
}
.productbox-flag {
        border-radius: 15px;
        width: 25px;
        height: 25px;
        margin-top: 25px;
    }
    .productbox-middle{
        margin-top: 10px;
        height: 125px;
        color: #535353;
    }
    .productbox-typee{
        margin-bottom: 0;
        text-align: left;
    }
    .productbox-type{
        text-align: left;

    }
    .text-before-date{
        color: #23D796;
    }
    .productbox-calendarextras{
        display: none;
    }
    .productbox-roostersignup{
        display: flex;
        justify-content: space-between;
        margin-bottom: 15px;
        margin-top: 8px;
    }
    .productbox-calendarbutton{
        color: #23D796 !important;
    }

    .locationitem:hover{
        cursor:pointer;
    }
    .flagcontainer{
        opacity: 0.3;
    }
    .flagcontainer:hover{
        opacity: 1;
        cursor: pointer;
    }
    .flagcontainer.active {
    opacity: 1;
    }
    .loadmorebutton{
        height: 41px;
        width: 196px;
        margin-top: 65px;
    }

#loadmorebuttoncontainer{
    flex-basis: 100%;
    text-align: center;
}
.productbox-container{
    /* border-left: 1px dotted black; */
    /* border-right: 1px dotted black; */
}

    #laadmeerbutton{
        border: 2px solid #23D796;
        height: 41px;
        width: 196px;
        border-radius: 20px;
        text-align: center;
        color: #23D796;
        line-height: 38px;
        font-weight: bold;
        margin: 65px auto 0 auto;
    }
    #laadmeerbutton:hover{
        cursor: pointer;
    }

    @media only screen and (max-width: 416px) {
        .langoption:hover, .locationoption:hover{
            text-decoration: underline;
            cursor: pointer;
        }
    }

    .sign_up_button{
        width: 110px;
height: 27.5px;
background-color: #23D796;
border-radius: 15px;
/* margin-left: 35px; */
display: flex;
justify-content: space-between;
padding-left: 30px;
padding-right: 5px;
/* line-height: 26px; */

    }
    .sign_up_button > p{
        color: #fff;
        display: inline-block;
        font-size: 13px;
    /* font-weight: bold; */
    line-height: 26px;
    }
    .sign_up_button p:nth-child(2){
        font-size: 20px;
        line-height: 26px;
            }

    .calendarlocation{
        display: none;
        height: 320px;
        position: relative;
        margin-top: 34px;
    }
    .fc-left h2 {
  font-size: 11px !important;
  margin-top: 1px !important;
  margin-bottom: 1px !important;
  padding-top: 10px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #989898;
  float: none;
        /* position: absolute; */
        /* left: 35px; */
        padding-top: 0 !important;
    }
    .fc-toolbar .fc-left {
  float: none;
  width: 100%;
}

    .fc-today-button {
  display: none;
}
.fc-day-grid-container {
  height: 100% !important;
}
.fc-day-grid-container {
  overflow: visible !important;
  /* background-color: white; */
}
.fc-day-header {
  font-weight: 400;
  font-size: 10px;
  line-height: 34px;
  color: #989898;
}
.fc-day-number {
  font-weight: 400;
  font-size: 10px;
  line-height: 34px;
  text-align: center;
  color: #989898;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 2em;
}
.fc-next-button, .fc-prev-button {
  background-image: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: #23D796;
}
.fc-prev-button {
  position: absolute !important;
  left: 0;
  top: 0;
}
.fc-next-button {
  position: absolute !important;
  right: 0;
  top: 0;
}
.fc button {
 
  outline: none;
}

.productbox.open {
  background-color: #fff;
  border: 1px solid #577BD0;
  border-radius: 25px;
}
.productbox.open .productbox-top {
  border-bottom: 2px solid #577BD0;
}
.fc td, .fc th{
    border: none;
}
.fc-day-top{
    text-align: center;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{
    float: none;
}
.fc-unthemed .fc-disabled-day {
    background: #fff;
}
.fc-unthemed td.fc-today {
  background: #fff;
  border: none;
}
.fc .fc-toolbar > * > * {
  float: none;
  margin-left: .75em;
}
.navbar-light .navbar-nav .nav-link {
  color: #333366 !important;
}