/* COLORS */
:root {
  --fandango: #A91E6E;
  --flame: #E06737;
  --delftblue: #252F64;
  --verdigris: #62BBC1;
  --beige: #F9EEE2;
  --palatinate: #5E2C5C;
  --white: #FFFFFF;
  --platinum: #F0F0F0;
}
.fandango   {color:var(--fandango);}
.flame      {color:var(--flame);}
.delftblue  {color:var(--delftblue);}
.verdigris  {color:var(--verdigris);}
.palatinate {color:var(--palatinate);}
.white      {color:var(--white);}
.platinum   {color:var(--platinum);}

html, body{height:100%;}
header{
  width:100%;
  z-index:777;
  padding:0;
  background-color: rgba(255,255,255,0);}
.logo_wrap .logo{
	max-width:100%;
	max-height:120px;}
.menu_wrap{
  flex-grow:1;}

.welkom .flex_container{}
.welkomTxt{
  width:40%;
  position: relative;
  background-color: var(--beige);}
  .welkomTxt article{position: relative;}
.welkomPic{
  width:60%;
  background-repeat: no-repeat;
  background-size:100% auto}

@media (max-width : 1200px) {
  .welkomTxt{width:50%;}
  .welkomPic{width:50%;}
}
@media (max-width : 1130px) {
  .welkomPic{
    background-size:135% auto}
}
@media (max-width : 920px) {
  .welkomPic{
    background-size:200% auto}
}
@media (max-width : 720px) {
  .welkomTxt{width:66%;}
  .welkomPic{width:33%;
    background-size:410% auto}
}
@media (max-width : 500px) {
  .welkom .nowrap{flex-wrap: wrap !important;}
  .welkom .nowrap .clear_30{height:0px;}
  .welkomTxt{width:100%;}
  .welkomPic{width:100%;
    background-size:100% auto;
    height:200px;}
}
.aanbod .flex_item{
  aspect-ratio: 16/9 auto;}
.aanbod figure{
  background-size: cover;
  background-repeat: no-repeat;
  width:100%;
  height:100%;
  border-radius:10px;}
.aanbod a,
.aanbodList a{text-decoration: none;}
@media (max-width : 1200px) {
  .aanbod .flex_container{
    width:calc(100% - 40px);
    margin:auto;}
}
@media (max-width : 920px) {
  .aanbod .flex_container{
    gap:20px;}
  .aanbod .gap3040 .width33{
  	width: calc(100% / 2 - 40px)}
}
@media (max-width : 500px) {
  .aanbod .gap3040 .width33{
  	width: calc(100% - 40px)}
}

.aanbodList figure{
  aspect-ratio: 4/3;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  border-radius:15px;
}

.aanbodList article{
  text-align: left;
}
.aanbodList .reverse article{
  text-align: right;
}

.album{
  justify-content: flex-start;}
.album .flex_item{
  width:calc(100% / 4 - 15px);
  max-width:calc(100% / 4 - 15px);
  aspect-ratio: 1/1 auto;
}
@media (max-width : 1000px) {
  .album{
    width:calc(100% - 40px);}
}
@media (max-width : 850px) {
  .album .flex_item{
    width:calc(100% / 3 - 15px);
    max-width:calc(100% / 3 - 15px);}
}
@media (max-width : 720px) {
  .album .flex_item{
    width:calc(100% / 2 - 10px);
    max-width:calc(100% / 2 - 10px);}
}

.ligature{
  background-color: var(--palatinate);
  position: relative;}
.ligature .world{
  min-height:300px;
  background: linear-gradient(rgba(94, 44, 92, 0.93),
  rgba(94, 44, 92, 0.93)),
  url('../img/map.png');
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;
  padding:0}
.ligature .hearts{
  font-size:0.7em;}
.ligature .rating{
  float:right;
  width:125px;}
.ligature .klanten{
  line-height: 1.1;
  padding:0;
  margin:0;}

@media (max-width : 850px) {
  .ligature .world{padding:0 50px}
}

.banner figure{
  min-height: 220px;
  max-height: 220px;
  /* height: 220px; */
  overflow: hidden;}
.banner .bannerImg{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top 50%;}
@media (max-width : 1100px) {
  .banner .flex_item:first-child{display:none;}
}
@media (max-width : 732px) {
  /* .banner .flex_item:last-child{display:none;} */
}

.titleUit{
  width:100%;
  margin-left:-100px;
}
@media (max-width : 1000px) {
  .titleUit{
    margin-left:0;
  }
}

main{
  min-height:100px;}

footer{
  font-size: 90%;}
  footer .small_logo{
    max-width:200px;
    margin:auto;}
	footer .company{
    margin:20px;
		display:flex;
    flex-direction:column;}
  footer .company *{width:80%;}
  footer .credits{}
  footer .ramdesign a{text-decoration: none;}
@media (max-width : 920px) {
  .footerNav{
    width:100%;
  }
  .footnav{
    display: flex;
    justify-content: space-around;
    border-width:1px 0;
    border-style: solid;
    border-color:var(--flame);
  }
  .footnav li a{
    color:var(--flame);
    font-family: 'Roboto bold', sans-serif;
    font-size:1.1em;
    display:inline-block;
    margin:10px 0;
  }
  .footerNav .footnav{
    list-style: none;
  }
}

@media (max-width : 732px) {
  footer .company{
    margin:0 20px;
    flex-direction:row;
    align-items: center;}
  footer .company *{width:50%}
  footer .company p{text-align: left;}
  footer .credits{text-align: center;}
}

/*-- BUTTONS --*/
.button,
.cta{
  float:right;
  margin-bottom:30px;
  font-size: 0.9em;
  font-family: "Roboto regular";
	color:#fff;
	min-height:35px;
	line-height:35px;
	border-radius:17px;
	display:inline-block;
  white-space: nowrap;
	text-decoration: none;
	padding:0 15px;
  border:none;
  background-color:var(--fandango);}
.button.fandango{
  background-color: var(--fandango);
	color:#fff;}
.button.platinum{
  background-color: var(--platinum);
	color:#444;}
.button.flame{
  background-color: var(--flame);
	color:#fff;}
.button:hover,
.cta:hover {
  animation: filter-animation 2s infinite;}
.button a,
.cta a{
	color:#fff !important;
	text-decoration: none;
	display:inline-block;
}
.icon{
  padding:0 10px;}

@keyframes filter-animation {
  0% {
    filter: brightness(100%);
  }
  50% {
    filter: brightness(85%);
  }
  100% {
    filter: brightness(100%);
  }
}

/*-- MISCELLANEOUS --*/

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color:rgba(255,255,255,0.97);
	z-index: 9999999;
}
.sticky:before,
.sticky:after {
  content: '';
}
.radius20, .radius20resp{border-radius:20px;}
.radius20left, .radius20leftresp{border-radius:20px 0 0 20px;}
.radius20right, .radius20rightresp{border-radius:0 20px 20px 0;}
.radius20top, .radius20topresp{border-radius:20px 20px 0 0;}
.radius20bottom, .radius20bottomresp{border-radius:0 0 20px 20px;}
@media (max-width : 1200px) {
  .radius20resp, .radius20leftresp, .radius20rightresp, .radius20topresp, .radius20bottomresp{border-radius:0;}
}
.bgPauw{
  position: absolute;
  height:100%;
  width:100%;
  background-image: url('../img/BGpauwZW.png');
  background-repeat: no-repeat;
  background-position: 20% center;
  background-size: 120%;
  opacity:0.06;}

article .flex_item.width20,
article .flex_item.width25,
article .flex_item.width33,
article .flex_item.width50,
article .flex_item.width66{
  width:auto;
  /* min-width: 33%; */
  margin: 20px 0;
}
/* article .flex_item.width20{max-width:20%;min-width:200px;}
article .flex_item.width25{max-width:25%;min-width:250px;}
 */
article .flex_item.width33{max-width:33%;min-width:300px;}
article .flex_item.width50{max-width:50%;min-width:400px;}
article .flex_item.width66{max-width:66%;min-width:600px;}

@media (max-width : 720px) {
  article .flex_item.width50{max-width:100%;min-width:auto;}
  article .flex_item.width66{max-width:100%;min-width:auto;}
}

article .flex_item.width33 div,
article .flex_item.width33 h3,
article .flex_item.width33 h2,
article .flex_item.width33 p{margin: 0 30px;}

article .flex_item.width50 div,
article .flex_item.width50 h3,
article .flex_item.width50 h2,
article .flex_item.width50 p{margin: 0 40px;}

.objcentered{
  margin:auto;
}

article.margin10{
    margin:10px;}
section.margin020,
article.margin020{
    margin:0 20px;}
article.margin20{
    margin:20px;}
section.margin2040,
article.margin2040{
  margin:20px 40px;}
section.margin040,
article.margin040{
  margin:0 40px;}
article.margin30{
  margin:30px;}
article.margin40{
  margin:40px;}
article.nomargin,
.nomargin{
	margin:auto;}
@media (max-width : 720px) {
    article.margin10,
    section.margin020,
    /* article.margin020, */
    article.margin20,
    section.margin040,
    article.margin040,
    section.margin2040,
    article.margin2040,
    article.margin30,
    article.margin40,
    article.nomargin{
      margin:20px;
    }
}

article.marginauto{
	margin-left:auto;
	margin-right:auto;}

article.padding10{
    padding:10px;}
article.padding20{
    padding:20px;}
article.padding30{
    padding:30px;}
article.padding40{
    padding:40px;}
article.nopadding{
    padding:0;}
@media (max-width : 720px) {
    article.padding10,
    article.padding20,
    article.padding30,
    article.padding40,
    article.nopadding{
        padding:20px;
    }
}
article figcaption{
  font-size: small;
  display:block !important;
  clear:both;
  line-height:1.7em;
  color:#888;
  font-style: italic;
}

.clear{clear:both;}
.clear_5{clear:both;height:5px}
.clear_10{clear:both;height:10px}
.clear_15{clear:both;height:15px}
.clear_20{clear:both;height:20px}
.clear_30{clear:both;height:30px}
.clear_40{clear:both;height:40px}
.clear_50{clear:both;height:50px}

.centered{
	text-align: center;}
.lefted{
	text-align: left;}
.righted{
	text-align: right;}
.hr--title{
	display:inline-block;}
hr.thin{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: inherit;
	margin:0;}
hr.fat{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: inherit;
	margin:0;}
.background_img{
	background-size:cover;
	min-height:300px;}
figure img{
	display:block;
	max-width:100%;}
.objectfit img{
	object-fit: cover;
  object-position: 50% 75%;
  width:100%;
  height:100%;
}
article table{margin:auto;}
.datatable{
	display:table;}
.datarow{
	display:table-row;}
.datacel{
	display:table-cell;}

.enable_cookies p{
	color:#ccc;
	text-align:center;
	max-width:90%;
	margin:auto;
}
.fa.icon{
  font-size:5em !important;
}

.breadcrumbWrap{
  margin:0 40px;
}
@media (max-width : 720px) {
  .breadcrumbWrap{
    margin:0 20px;
  }
}
.breadcrumb{
  margin:auto;
  position:relative;
  min-height:30px;}
#video-back, .poster{position:relative;margin-top:-30px; z-index:1;}
.breadcrumb ol{
  position:absolute;
  display:flex;
  list-style: none;}
.breadcrumb ol li{
  display:inline-block;
  padding-right:10px;}
.breadcrumb ol li a{
  display:block;
  width:100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height:50px;
  text-decoration:none;
  font-size:0.9em;
  color:#ddd;}
@media (max-width : 720px) {
  .breadcrumb ol li a{
    max-width:350px;}
}
.breadcrumb ol li:not(:first-child) a{
  color:#888;}
.breadcrumb ol li:not(:first-child) a:before{
  height:20px;
  width:10px;
  line-height:1;
  text-align:left;
  display:inline-block;
	font-family: 'fontAwesome';
  content: "\f105";
	margin-right:5px;
  color:#999;}

::-webkit-input-placeholder{
  font-weight:300;
  font-style: italic;
  color:rgba(91, 147, 107, 0.7);}
::-moz-placeholder{
  font-weight:300;
  font-style: italic;
  color:rgba(91, 147, 107, 0.7);}
:-moz-placeholder{
  font-weight:300;
  font-style: italic;
  color:rgba(91, 147, 107, 0.7);}
:-ms-input-placeholder{
  font-weight:300;
  font-style: italic;
  color:rgba(91, 147, 107, 0.7);}

input:focus::placeholder{
  color: transparent;}

/* form.searchBox:has(input:focus){
  background-color: rgba(255,255,255,1);
}
form.searchBox:has(input:focus) .searchButton{
  color: rgba(93, 149, 174, 1);
} */

.load{
	height: 4px;
	width: 100%;}
.loader {
  height: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;}
.loader:before{
  display: block;
  position: absolute;
  content: "";
  left: -200px;
  width: 200px;
  height: 4px;
  background-color: rgba(93, 149, 174, 0.9);
  animation: loading 2s linear infinite;}
@keyframes loading {
  from {left: -200px; width: 30%;}
  50% {width: 30%;}
  70% {width: 70%;}
  80% { left: 50%;}
  95% {left: 120%;}
  to {left: 100%;}
}
.meerartikels{
	display:block;
	padding:20px;
	background-color:rgba(93, 149, 174, 0.5);
	border-bottom:3px solid rgba(93, 149, 174, 0.9);
	text-decoration: none;}
.meerartikels h3{
	color: rgba(93, 149, 174, 1);
  color: #2e6982;
  font-family: 'Playfair Display', serif;
	font-weight: 400;}
/* .meerartikels span{
	font-size:12px;} */
.artikelsplus{
	display:none;}


.animate__animated.animate__fadeOut {
  --animate-duration: 0.1s;
}

@media (max-width : 732px) {
  .respHide{
    display:none;
  }
  article.margin20{
    margin:10px 20px;
  }
}
