/**
* Template Name: BizLand - v3.5.0
* Template URL: https://bootstrapmade.com/bizland-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/** Kleuren scholen
* WEB: main: #FF6699
* WEB: accent: #0070c0
* WEB andere: 
*
* PIT: main: #2b9c00
* PIT: accent: #E5B33B
* PIT andere: Groen: 00d33b - Geel: fff400- Blauw: 00a8f1 - Rood:e51e14- Groen Logo: 2b9c00

*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
a {
  color: var(--main-color);
  text-decoration: none;
}

a:hover {
  color: var(--main-color);
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Thasadith", sans-serif;
}

h4{
  font-family: "Thasadith", sans-serif;
  text-transform: uppercase;
}

.btn-1 {
  background: var(--main-color);
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-family: "Thasadith", sans-serif;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/** * Desktop Navigation  */


.navbar {
  background: var(--main-color);
  font-size: 14px;
  transition: all 0.5s;
  color: #FFFFFF;
  padding: 6px 60px 0px 0px;
}

.navbar ul {
  align-items: center;
  text-transform: uppercase;
}

.navbar li {
  position: relative;
  text-transform: uppercase;
}

.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  color: var(--accent-color);
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: var(--accent-color);
}

.navbar-custom 
.navbar-custom .navbar-text { 
    color: rgb(245, 252, 245);
    text-transform: uppercase;
    font-size: 16px;
  }

.navbar-brand { 
    background-color: #FFFFFF;
  }

.navbar-brand .navbar-img { 
    background-color: #FFFFFF;
    height: 100%;
    width: auto;
  }



.navbar > ul > li {
  white-space: nowrap;
}

.navbar a, .navbar a:focus {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 0;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}
.navbar a i, .navbar a:focus i {
  /*color: var(--accent-color);*/
  font-size: 12px;
  line-height: 0;
  margin-left: 0px;
}
.navbar > ul > li > a:before {
  /*color: var(--accent-color);*/
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar a:hover:before, .navbar li:hover > a:before, .navbar .active:before {
  visibility: visible;
  /*color: var(--accent-color);*/
  width: 100%;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  /*color: var(--accent-color);*/
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--main-color);
  transition: 0.3s;
  font-weight: bold;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: bold;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--accent-color);
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

@media screen and (min-width: 401px) and (max-width: 1024px) {
  .mobile-hidden { display: none; }  
}

@media screen and (min-width: 1024px) {
  .desktop-hidden { display: none; }  
}

#navbar .logo a {
  color: var(--accent-color);
}
#navbar .logo a span {
  color: #FFFFFF;
}
#navbar .logo img {
  max-height: 100px;
}

.btn-primary {
  color: var(--main-color))
}

body {
padding-top: 7rem;
margin: 30px 0 20px 0;
font-family: "Thasadith", sans-serif;
color: #444444;
}

@media screen and (max-width: 1024px) {
  body { padding-top: 250px;
  }  
}

.empty-row {
  padding-top: 25px;
  margin-left: -40px;
  background-color: #FFFFFF;
}



.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}


/*--------------------------------------------------------------
# Page-detail
--------------------------------------------------------------*/
.titel
{
  margin-top: 40px;
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}


/*--------------------------------------------------------------
#Header
--------------------------------------------------------------*/
.header {
  
}

.header .header-title {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px 10px 10px 10px;
  margin: 0px 0 30px 0;
  background: var(--main-color);
  color: #FFFFFF;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
  text-align: center;
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
#homepage {
  line-height: 2;
  text-align: center;
  color: var(--accent-color);
  vertical-align: center;
}

#homepage .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  font-family: "Thasadith", sans-serif;
}

#homepage .logo img {
  max-height: 250px;
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  /* padding: 20px;*/
  background: white;
  text-align: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  border-style: solid;
  border-color:rgba(0, 0, 0, 0.7);
  position: relative;
  overflow: hidden;
  margin: 10px 0 10px 0
}

.pricing .box h1 {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #000000;
  background: #f8f8f8;
}

.pricing .box .titel {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;

  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  color: white;
  background: black;
  writing-mode:vertical-rl; 
  transform:rotate(-180deg); 
}



.pricing .box h2 {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  background: #f8f8f8;
}

.pricing .box h3 {
  margin: -20px -20px 20px -20px;
  padding: 20px 15px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  background: #f8f8f8;
}
.pricing .box h4 {
  font-size: 16px;
  color: var(--accent2-color);
  font-weight: bold;
  font-family: "Thasadith", sans-serif;
  margin-bottom: 20px;
}
.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}
.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}
.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}
.pricing .box ul li {
  padding-bottom: 12px;
}
.pricing .box ul i {
  color: var(--main-color);
  font-size: 18px;
  padding-right: 4px;
}
.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}
.pricing .btn-wrap {
  /*margin: 20px -20px -20px -20px;
  padding: 20px 15px;*/
  background: #f8f8f8;
  text-align: center;
}
.pricing .btn-buy {
  background: var(--accent2-color);
  display: inline-block;
  padding: 10px 35px 10px 35px;
  margin: 0 0 40px 0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-family: "Thasadith", sans-serif;
  font-weight: 600;
}
.pricing .btn-buy:hover {
  background: #000000;
}
.pricing .featured h3 {
  color: #fff;
  background: var(--main-color);
}

.pricing .titel {
  width: auto;
  height: 250px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 25px;
  padding: 15px 5px 3px 25px;
  text-align: left;
  text-transform: uppercase;
  color: white;
  background: black;
  writing-mode:vertical-rl;
  transform:rotate(-180deg);
}

.pricing .name {
  width: 100%;
  height: auto;
  padding: 15px 15px 30px 15px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: var(--main-color);
}

.pricing .advanced {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--accent2-color);
  color: #fff;
}

.pricing .binnenkort {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--main-color);
  color: #fff;
}

.pricing .voorbij {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: var(--main-color);
  color: #fff;
}

/*--------------------------------------------------------------
# Productie_detail
--------------------------------------------------------------*/
.productie {
  /* padding: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
  */
  background: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.productie .productie-naam {
  margin: 20px 0px 40px 0px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: var(--accent2-color);
  background-color: #eee;
}

.productie .productie-periode {
  margin: 0 0 0 0;
  padding: 0px 0px 15px 0px;
  font-size: 25px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--main-color)
}

.productie .productie-data {
  margin: 0 0 0 0;
  padding: 0px 0px 15px 0px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

.productie .productie-plaats {
  margin: 0 0 0 0;
  padding: 0px 0px 15px 0px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

.productie .productie-team {
  text-align: left;
}

.productie .productie-detail-titel {
  margin: 20px 0px 10px 0px;
  font-size: 25px;
  text-transform: uppercase;
  text-align: left;
  color: var(--accent2-color);
  background-color: #eee;
}

.productie body {
  color: #000000;
  text-align: left;

}

.productie .btn-ticket {
  background: var(--accent2-color);
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 4px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Thasadith", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# Weblink
--------------------------------------------------------------*/
.weblink  {
  margin: 100px 0 30px 0;
  text-align: center;
}

.weblink .weblink-item {
  margin-bottom: 30px;
  text-align: center;
}

.weblink .weblink-item .weblink-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
.weblink .weblink-item .weblink-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #222222;
  text-transform: uppercase;

}

.weblink .weblink-item .weblink-info h6 {
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  color: #222222;
}
.weblink .weblink-item .weblink-info p {
  color: #555555;
  font-size: 14px;
  margin-bottom: 0;
}

.weblink .weblink-item .weblink-info .preview-link, .weblink .weblink-item .weblink-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #3c3c3c;
}

.weblink .weblink-item .weblink-info .preview-link:hover, .weblink .weblink-item .weblink-info .details-link:hover {
  color: var(--main-color);
}

.weblink .weblink-item .weblink-info .details-link {
  right: 10px;
}
.weblink .weblink-item .weblink-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.weblink .weblink-item .weblink-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.weblink .weblink-item .weblink-links a:hover {
  color: #6ba7f5;
}
.weblink .weblink-item:hover .weblink-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Nieuwsbrief
--------------------------------------------------------------*/
.nieuwsbrief {
  margin: 60px 0 60px 0;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  text-align: center;
  padding: 20px 0 30px 0;
}
.contact .info-box i {
  font-size: 32px;
  color: var(--main-color);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.footer {
  background: var(--main-color);
  font-size: 14px;
  align-items: center;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 10px 0 10px 0px;
}

.site-title {
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 5px;
  font-weight: 400;
  font-family: 'Pacifico', cursive;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Mobile Navigation 
*/

/*
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}
.navbar-mobile > ul > li {
  padding: 0;
}
.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: var(--main-color);
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: var(--main-color);
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

*/

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
/*.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f6fe;
  min-height: 40px;
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}
*/

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}
.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: var(--main-color);
  color: #fff;
  width: 56px;
  height: 56px;
  line-height: 0;
  border-radius: 50px;
  border: 5px solid #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Thasadith", sans-serif;
  font-size: 14px;
}
