@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://use.fontawesome.com/releases/v5.13.0/css/all.css');

:root {
  --logodark: #F47B20;
  --logolight: #FFC72C;
	--accentdark: #006EB6;
  --accentlight: #56B7E6;
  --bgbright: #F3F3F3;
	--footertext: rgba(255,255,255,.85);
  --ixgrey: #4f5353;
}

* {
margin: 0px;
padding: 0px;
/*border: 1px solid red;*/
}

p{
  margin-bottom: 0px !important;
}

.date{
font-size: 0.8rem;
margin-top: -20px;
margin-left: 40px;
}

html{
  font-size: 19px;
}

body[data-simply-edit] .sticky-top {
    top: 80px;
}

body{
  line-height: 1.7 !important;
  font-size: 1.0rem !important;
}

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

header{
  position: fixed !important;
    z-index: 10000;
    width: 100%;
    background-color: white;
}

h1{
  font-size: 2.0rem !important;
  margin-bottom: 40px !important;
  position: relative;
  font-weight: 700 !important;
  color: #0A3E5C;
  text-align: center;
}

h1::after {
    position: absolute;
    content: "";
    background: #FFC000;
    height: 3px;
    width: 220px;
    bottom: -3px;
    margin-left: -110px;
    left: 50%;
  }

#bannerbg{
    background-image: url("/img/ix-sky-bg.jpg");
    background-size: cover;
    height: 60vh;
    overflow: hidden;
        background-position: center;
  }

  .full-w-image{
    background-image: URL(https://www.ixzon.nl/img/ddl/gevel-lammermarkt.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60vh;
    margin-top: -30px !important;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .full-w-image-2{
    background-image: URL(https://www.ixzon.nl/img/ddl/stock-photo-002.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 30vh;
    margin-top: -30px !important;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .full-w-image-3{
    background-image: URL(https://www.ixzon.nl/img/ddl/stock-photo-004.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 30vh;
    margin-top: -30px !important;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

.theader{
  border-bottom:2px solid var(--logodark);
}

tr.theader:hover{
  --bs-table-accent-bg: white !important;
}

tr:hover{
  --bs-table-accent-bg: var(--bgbright) !important;
}


.vacancy{
   background-color:var(--logolight);
}

.vacancy h1{
  color: white;
}

.vacancy h1::after{
  position: absolute;
  content: "";
  height: 3px;
  width: 220px;
  bottom: 0;
  margin-left: -110px;
  left: 50%;
  background: linear-gradient(to right, rgba(255, 255, 255, 1.0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.job-list{
  margin-top: 20px !important;
  list-style-position: inside;
}

.job-list li{
  margin-bottom: 10px;
}

.job-list li:first-child{
  border-top: 2px solid var(--logolight);
}

.job-list li:last-child{
  margin-bottom: 0px;
  border-bottom: 2px solid var(--logodark);
}

.job-list li:hover{
  background-color: var(--bgbright);
}

h3{
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: var(--logodark);
}

  h4{
    font-weight: 700 !important;
    color: var(--ixgrey);
  }

  h6{
    color: black;
    margin-top: 3px;
  }

  .card{
    margin: 15px;
    padding: 10px;
    border: none !important;
  }

  .scroll_To_Top{
  		position:fixed;
  		bottom:50px;
  		right:50px;
  		display:none;
  	}

    .scroll_To_Top i{
      color: white !important;
      text-shadow: 1px 1px 8px rgba(0,0,0,.25);
      transition: all 0.5s;
    }

    .scroll_To_Top i:hover{
      transition: all 0.5s;
      border: none !important;
      text-shadow: 1px 1px 8px rgba(0,0,0,.50);
    }

    .img-info{
      font-size: 0.7rem !important;
      margin-left: 25px;
    }


#main-content{
  padding: 118px 0px 50px 0px;
  font-size: 1.1rem !important;
}

.main-content{
  padding: 0px !important;
}

.template{
  padding-top: 40px;
  padding-bottom: 20px;
}

.template-h1 h1{
  margin-bottom: 0px !important;
  margin-top: 20px !important;
}

.sub-template{
  padding-top: 20px;
}

.btn:focus{
  color: var(--footertext) !important;
  box-shadow: 3px 3px 3px rgba(0,0,0,.50) !important;
  transition: all 0.5s;
}


.btn-outline-light{
  box-shadow: none !important;
}

.btn-primary{
  background: linear-gradient(45deg, var(--accentdark), var(--accentlight)) !important;
  transition: all 0.5s;
  border: none !important;
  box-shadow: 2px 2px 2px rgba(0,0,0,.25);
}

.btn-primary:hover{
  background: linear-gradient(45deg, var(--accentdark), var(--accentlight)) !important;
  transition: all 0.5s;
  box-shadow: 3px 3px 3px rgba(0,0,0,.50);
}

.btn-secondary{
  background: linear-gradient(45deg, var(--logodark), var(--logolight)) !important;
  transition: all 0.5s;
  border: none !important;
  box-shadow: 2px 2px 2px rgba(0,0,0,.25);
}

.btn-secondary:hover{
  background: linear-gradient(45deg, var(--logodark), var(--logolight)) !important;
  transition: all 0.5s;
  box-shadow: 3px 3px 3px rgba(0,0,0,.50);
}

a{
  color: var(--logodark) !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  transition: all 0.5s;
}

a:hover{
  color: var(--logolight) !important;
  transition: all 0.5s;
}

.row{
  margin: 0px !important;
}

.top-menu{
	height: 24px;
  margin-top: 5px;
  margin-bottom: -8px;
}

.top-menu a{
	color: var(--ixgrey) !important;
	text-decoration: none !important;
  font-weight: normal !important;
	font-size: 0.8em !important;
  padding-right: .5rem;
  padding-left: .5rem;
}

.top-menu a:hover{
	color: #222 !important;
  text-decoration: underline !important;
}

.top-logo img{
	height: 80px;
}

.menu-border{
  width: 100%;
  height: 2px;
  background: linear-gradient(45deg, var(--logodark), var(--logolight));
}

.dropdown-menu {
    background-color: rgba(255,255,255,0.8) !important;
    border: none !important;
    border-radius: 0 !important;
  }

  .dropdown-item{
    color: var(--ixgrey) !important;
  }

.dropdown-item:active {
    background-color: rgba(200,200,200,0.4) !important;
  }

.dropdown-item:hover {
      background-color: rgba(240,240,240,0.4) !important;
    }

.navbar-nav, .dropdown-item{
  font-size: 0.9rem;
  line-height: 0.9rem;
  padding: 10px !important;
}

.navbar-nav{
  padding-right: 0px !important;
}

.carousel-item{
  max-height: 480px !important;
}

.carousel-indicators button{
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
}

.carousel-inner{
  background-color: #00a3e5;
}

.carousel-indicators{
  bottom: -10px !important;
}

.carousel-caption h2, .carousel-caption p{
  text-shadow: 4px 0px 4px white;
  text-align: center !important;
  font-weight: 900;
  color: var(--accentdark);
}

.carousel-caption p, .carousel-caption .btn{
    font-size: 1.1rem;
}

.movebg{
    left: 0px;
    transition: all 30s linear;
}

.movemg{
    left: 0px;
    transition: all 30s linear;
}

.movefg{
    left:-100px;
    transition: all 30s linear;
}

.staticbg{
    left: -50px;

}

.staticmg{
    left: -150px;

}

.staticfg{
    left: 0px;
    top: 50px;
}

.hero-image{
    height: 480px !important;
    overflow: hidden;
    width: 100vw;
    left: -17px;
    display: flex;
    position: relative;
    justify-content: center;
  }

.cta1{
  background: linear-gradient(45deg, var(--logodark), var(--logolight));
  color: white !important;
  font-size: 1.3rem;
  margin-top: 20px !important;
  padding-bottom: 40px !important;
}

.cta2{
  margin-top: 20px !important;
  font-size: 1.3rem !important;
  padding-bottom: 40px !important;
}

.cta1 .btn, .cta2 .btn{
  min-width: 100px;
}

.cta1 p, .cta2 p{
  margin-bottom: 20px !important;
}

.accordion-button, .accordion-button:not(.collapsed){
  border-radius: 20px !important;
  background-color: white !important;
  color: black !important;
  padding: 0.4rem 1.5rem 0.4rem!important;
  border: 1px solid var(--logolight) !important;
}

.accordion-button:hover{
  background-color: var(--bgbright) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
  }

.accordion-button:focus {
    box-shadow: none !important;
    color: black !important;
    border-color: var(--logodark) !important;
  }

  .accordion-collapse{
    border: none !important;
  }

  .accordion-body {
    padding: 0.4rem 1rem !important;
    font-size: 0.9rem !important;
  }

  .accordion-body img{
    width: 50%;
  }


.img-fluid{
  border-radius: 30px;
}

.team{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.team-img {
	width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.team-img img{

  position: absolute;
  left: 0px;
  top: 0px;
  max-width: 150px;
  min-height: 150px;
}

#team .thumbnail{
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 40px;
}

#team .thumbnail .caption {
	padding: 10px 0 0 0;
	color: #888;
  width: 160px;
}

#team i{
  font-size: 1.3em;
}

#team p{
  font-size: 0.8rem;
  margin-bottom: 10px !important;
}

.back{
  font-size: 0.9rem;
  padding: 0;
  margin: 0;
}

.press .description{
    font-size: 0.8rem;
}

.press .thumbnail{
  margin-bottom:20px;
}

.press i{
  margin: 20px 0px 0px 0px;
}

.news{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.news .caption{
  position: relative;
}

.news h6{
  font-size: 0.9rem;
}

.news-img {
	width: 118px;
  height: 118px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border-right: 6px solid var(--logodark);
  margin-right: 20px;
}

.news-img img{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 118px;
}

.i{
  position: absolute !important;
  right: 5px !important;
  bottom: 0 !important;
}

#news .news-thumbnail{
    margin: 30px 20px 10px 20px;
    height: 120px;
    border-radius: 60px 0 0 60px;
    transition: all 0.5s;
}

#news .news-thumbnail:hover{
background-color: white;
transition: all 0.5s;
filter: brightness(110%);
box-shadow: -1px -2px 2px rgb(0 0 0 / 20%);
}

#news .news-thumbnail.news-2:hover{
background-color: var(--bgbright) !important;
transition: all 0.5s;
filter: brightness(110%);
box-shadow: -1px -2px 2px rgb(0 0 0 / 20%);
}

#news .news-thumbnail .caption {
	padding: 10px 0 0 0;
	color: #888;
  width: 160px;
}

#news i{
  font-size: 1.5em;
}

#news p{
  font-size: 0.8rem;
}

#news h6{
  font-weight: 600;
  color: var(--logodark);
}

.modal{
  padding: 0px !important;
}

.modal-content, .modal-header{
  background-color: transparent !important;
  border: none !important;
}

.modal-header{
    color: white !important;
    padding: 0px !important;
    flex-direction: row-reverse;
}

.modal-header h5{
  padding: 10px;
}

.modal-label{
    position: absolute;
    color: white;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background-color: var(--ixgrey);
    opacity: 0.8;
  }

  .modal-dialog {
    max-width: 80vw !important;
  }

  .modal-body{
    padding: 0px !important;
  }

  .modal .btn-primary{
    z-index:2000;
    background: none !important;
    box-shadow: none;
    margin-top: -5px;
  }

  .modal .btn-primary:hover, .modal .btn-primary:active, .modal .btn-primary:focus{
    box-shadow: none !important;
  }

.btn-thumbnail{
  display: flex;
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease;
}

.thumbnail .card-body, .thumbnail .card{
  padding: 0px;
}

.btn-thumbnail:hover{
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

body[data-simply-edit] .btn-thumbnail{
    height: 50px;
}

.button-thumbnail{
  width: 100%;
  height: 100%;
  border: none;
  color: white;
  background-color: white;
}

.thumbnail img{
  margin-top: 20px;
  margin-top: 0px;
  padding: 0px;
  background-color: #fff;
  border: none;
}

.map iframe{
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 400px;
}

.fase i {
  color: #0A3E5C;
  background-color: white;
}

.fase h6{
max-width: 50%;
font-weight: 600;
font-size: 16px;
text-align: left;
}

.fase:last-child h6{
max-width: 50%;
font-weight: 600;
font-size: 16px;
text-align: left;
}

.fase{
position: relative;
width: 100%;
}

.fase:last-child{
  width: 62px;
}

.fase::after{
display: flex;
content: "";
height: 1px;
width: 100%;
border-top: 5px dotted #0A3E5C;
position: absolute;
top: 65px;
z-index: -1000;
left: 6px;
}

.fase:last-child::after{
  display: none;
}

.vacancy{
  background-color: var(--logolight);
}

.partners a{
  padding: 10px;
}

.partner{
  max-width: 200px;
  filter: grayscale(100%);
  padding: 20px;
  transform: scale(1, 1);
  transition: transform 0.4s ease;
}

.partner:hover{
transform: scale(1.05, 1.05);
transition: transform 0.4s ease;
}

#footer{
  background: linear-gradient(45deg, #0A3E5C, #90DAEF);
}

#footer{
		color: var(--footertext) !important;
		padding: 30px 20px !important;
}

#footer h3{
  color: var(--footertext) !important;
}

#footer a{
  color: var(--footertext) !important;
}

#footer a:hover{
  color: white !important;
}

.brands-footer {
	margin: 10px;
	width: 100px;
	height: 100px;
	padding: 15px;
	border-radius: 50%;
	background: white;
	box-shadow: 2px 2px 2px rgba(0,0,0,.25);
  transition: all 0.5s;
}


.brands-content{
  margin: 0px !important;
  width: 150px !important;
  height: 150px !important;
}

.brands-content img{
  width: 85% !important;
}

.brands-footer:hover{
  transition: all 0.5s;
  box-shadow: 3px 3px 3px rgba(0,0,0,.50);
}

.brands-footer img{
	width: 95%;
}

.footer-menu a{
  font-size: 0.8em;
  color: var(--footertext) !important;
  text-decoration: none !important;
  font-weight: normal !important;
  transition: all 0.8s;
}

.footer-menu a:hover{
  color: white !important;
  transition: all 0.8s;
}

a.btn{
  color: white !important;
  padding: 10px 20px;
}

.lower-footer-text{
   color: var(--ixgrey) !important;
   font-size: 0.9rem;
}

#footer .social{
  color: white;
  margin: 0px 10px;
  transition: all 0.5s;
}

#footer .social:hover{
  transition: all 0.5s;
  color: var(--footertext) !important;
}


@media (min-width: 992px){

.navbar-expand-lg .navbar-collapse {
  justify-content: flex-end;
}

.carousel-caption{
  bottom: 3.25rem !important;
}

.carousel-item p{
  margin-bottom: 30px !important;
}

.footer-divider{
  display: none;
}


}

@media (max-width: 992px){

*{
  text-align: center;
}

.carousel-item p{
  margin-bottom: 10px !important;
  margin-top: -6px;
}

.carousel-caption .btn {
    font-size: 0.8rem;
  }

  .accordion-body img{
    width: 100%;
  }



  .carousel-inner img{
  height: 25vh !important;
  left: -105px !important;
}

.news p, .news h6{
  text-align: left !important;
}

  #team .thumbnail .caption {
  	padding: 10px 0 0 0;
  	color: #888;
    width: 120px;
  }

  #team .thumbnail{
      margin-right: 10px;
      margin-left: 10px;
  }

.team-img {
  	width: 100px;
    height: 100px;
  }

  .team-img img {
    max-width: 100px;
    min-height: 100px;
}

.press .team-img{
  width: 200px;
  height: 200px;
}

.press .team-img img{
  max-width: 200px;
  min-height: 200px;
}

.partner{
    min-width: 140px;
  }

  .carousel-caption{
    left:0 !important;
    right:0 !important;
    line-height: 1.3rem;
    padding: 0px 20px 0px 20px;
  }

  .brands-content{
    margin: 0px 0px 20px 0px !important;
  }

  .footer-divider{
    height: 2px;
    background-color: var(--footertext);
    width: 100%;
    margin: 20px 0px 20px 0px;
  }

  .projectfasen{
  display: flex;
  flex-direction: column;
  align-items: center;
  }

  .fase, .fase:last-child{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  }

  .fase::after{
    display: none;
  }

  .modal-dialog {
    max-width: 100vw !important;
  }

.date{
  text-align: left !important;
}

}
