/*
* {
  border: 1px solid black;
}
*/

/******************************************************************************
  Variabelen
******************************************************************************/

:root {
  /* Schaduwen */
  --shadow-full: 0 1px 1px rgba(0,0,0,0.11),0 2px 2px rgba(0,0,0,0.11),0 4px 4px rgba(0,0,0,0.11),0 8px 8px rgba(0,0,0,0.11),0 16px 16px rgba(0,0,0,0.11),0 32px 32px rgba(0,0,0,0.11);
  --shadow-light: 0 1px 1px rgba(0,0,0,0.03),0 2px 2px rgba(0,0,0,0.04),0 4px 4px rgba(0,0,0,0.05),0 4px 8px rgba(0,0,0,0.05);
  --radius-full: 15px;
  --radius-light: 4px;
}

/******************************************************************************
  Logo grootte en animaties
******************************************************************************/

.logo {
  flex: 1 1 auto;
  transition: all 1s cubic-bezier(.19,1,.22,1);
}

.scrolled .logo {
  padding: 0.2em 0 0.2em 40px;
}

.logo a {
  transition: all 1s cubic-bezier(.19,1,.22,1);
  height: 8em;
  display: flex;
  align-items: center;
}

.scrolled .logo a {
  height: 3em;
}

.logo a img {
  max-height: 100%;
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

#socialmedia {
  display: none;
}

@media only screen and (max-width: 767px) {
  .logo {
    padding: 20px;
  }
  
  .scrolled .logo {
    padding: 0.2em 0 0.2em 20px;
  }
}

/******************************************************************************
  Header
******************************************************************************/

.scrolled #container_header {
  box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

.header_main {
  flex-wrap: nowrap !important;
}

/* De header animeert en dit zorgt voor een effect waardoor de hele pagina
   scrolt. Hiermee proberen we dit te vermijden. */
/*
#container_header {
  position: fixed !important;
}

#container_main {
  margin-top: 16em;
}
*/

/* Ook sticky header op smalle schermen. */
@media only screen and (max-width: 767px) {
  #container_header {
    position: sticky !important;
  }
}

/******************************************************************************
  Footer menu
******************************************************************************/

/* Mag in feite gewoon weg. De helft is niet klikbaar, de rest is moeilijk
   leesbaar, en het hele menu staat toch altijd op het scherm. */

.footermenu {
  display: none;
}

/******************************************************************************
  Menu aanpassingen
******************************************************************************/

.hornav .deeper {
  cursor: default;
}

.hornav {
  margin-right: 0;
}

.hornav ul.menu {
  margin: 0 40px 0 0;
  padding-left: 0;
}

.hornav .nav-item ul.mod-menu__sub {
  text-align: right;
}

/******************************************************************************
  Tekstjes op de homepagina
******************************************************************************/

.homelet {
  text-align: center;
  display: block;
  overflow: visible;
}
.homelet:hover, .homelet:active, .homelet:focus {
  text-decoration: none;
}

.homelet h3 {
  color: inherit !important;
}

.homelet-img {
  overflow: visible;
}
.homelet-img img {
  width: 100%;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-full);
}

.homelet-title {
  margin-top: 1em;
}

.homelet-text {
}

/* Naam en titel */

.homelet-intro .homelet-intro-text {
  font-family: Epilogue, 'Noto Sans', sans-serif;
  font-size: 450%;
  line-height: 120%;
  font-variant: small-caps;
  font-weight: 900;
  background-color: #9b3b25;
  background-image: linear-gradient(220deg, rgba(255,255,255,0.3), rgba(0,0,0,0.3));
  color: #9b3b25;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media only screen and (max-width: 767px) {
  .homelet-img img {
    width: 60%;
  }
}

/******************************************************************************
  Afbeeldingen voor alle blog types
******************************************************************************/

.blog-featured .blog-item ,
.blog .blog-items {
  /* Drop shadows kunnen overlopen buiten de div */
  overflow: visible;
}

.blog-featured .blog-item,
.blog .blog-item {
  flex-direction: row;
  gap: 2em;
  align-items: flex-start;
  overflow: visible;
}

.blog-featured .blog-item .item-image,
.blog .blog-item .item-image {
  flex: 1 1 40%;
}
.blog-featured .blog-item .item-content,
.blog .blog-item .item-content {
  flex: 1 1 60%;
}
@media screen and (max-width: 600px) {
  .blog-featured .blog-item .item-image,
  .blog .blog-item .item-image {
    flex: auto;
  }
  .blog-featured .blog-item .item-content,
  .blog .blog-item .item-content {
    flex: auto;
  }
}

.blog-featured .blog-item .item-image {
  padding: 0;
  margin: 0;
  position: relative;
}

.blog-featured .blog-item .item-image img,
.blog-alternative .item .item-image img,
.blog .blog-item .item-image img {
  width: 100%;
}

.blog-alternative .item-image {
  overflow: auto !important;
}

@media screen and (max-width: 600px) {
  .blog-featured .blog-item,
  .blog .blog-item {
    flex-direction: column;
  }
  .blog-featured .blog-item .item-image,
  .blog .blog-item .item-image {
    width: 100%;
  }
}

/* Als .image-alternate is toegevoegd, maak de even rijen omgekeerd. */
.blog-featured .image-alternate .blog-item:nth-child(even),
.blog .image-alternate .blog-item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  /* Ongedaan maken bij smalle schermen */
  .blog-featured .image-alternate .blog-item:nth-child(even),
  .blog .image-alternate .blog-item:nth-child(even) {
    flex-direction: column;
  }
}

/* Verwijder de rode driehoek over de foto. Mooi, maar niet overal gepast. */
.blog-featured .blog-item .item-image:after,
.blog .blog-item .item-image:after {
  display: none;
}

/* Geef de categoriebeschrijving wat meer ruimte. */
.category-desc {
  margin-bottom: 2em;
}

/******************************************************************************
  Afbeeldingen op volledige artikels
******************************************************************************/

.item-page .item-image {
  width: 60%;
  position: relative;
}

.item-page .item-image.right {
  margin-left: 2%;
}

.item-page .item-image.left {
  margin-right: 2%;
}

/* Verwijder de rode driehoek over de foto. Mooi, maar niet overal gepast. */
.item-page .item-image:after {
  display: none;
}

@media screen and (max-width: 600px) {
  .item-page .item-image.right,
  .item-page .item-image.left {
    width: 100%;
  }
}

/******************************************************************************
  Artikel aanpassingen
******************************************************************************/

.blog-item {
  margin-bottom: 2em;
}

/******************************************************************************
  Module aanpassingen
******************************************************************************/

.module-breadcrumbs .module_surround {
  /*padding: 1em 40px !important;*/
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.module_surround .breadcrumb {
  padding: 5px 0 !important;
}

@media only screen and (max-width: 767px) {
  .contenttop .module_surround {
    padding: 0 !important;
  }

  .padding-small-smallscreen .module_surround {
    padding: 1em !important;
  }
}

/******************************************************************************
  Infokaarten (bestuursleden, contactpersonen, ...)
******************************************************************************/

.infokaarten {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  margin-bottom: 3em;
}

.infokaart-leeg {
  flex-basis: 30em;
}

.infokaart {
  flex-basis: 30em;
  border-radius: var(--radius-light);
  box-shadow: var(--shadow-light);
  overflow: hidden;
  background-color: white;
}

.infokaart-header {
  padding: 0.5em 1em;
  background-color: #d10000;
  color: white;
}

.infokaart-content {
  padding: 0.5em 1em;
}

/******************************************************************************
  Tabel met openingsuren
******************************************************************************/

.tbl-openingsuren {
  border-collapse: collapse;
}

.tbl-openingsuren td {
  padding: 0.2em 0.7em 0.2em 0.2em;
}

.tbl-openingsuren tr {
  border-bottom: 3px solid white;
}

.tbl-openingsuren .dag {
  background: red;
  color: white;
  font-weight: bold;
}

.tbl-openingsuren .beginuur, .tbl-openingsuren .einduur {
  background: #ffcccc;
}

.tbl-openingsuren .beginuur {
  padding-left: 0.5em;
}

.tbl-openingsuren .einduur {
  text-align: right;
  padding: 0.2em 0.5em 0.2em 2em;
}

/******************************************************************************
  Tools
******************************************************************************/

/* Als menu-item verwijst naar een enkel artikel, dan afbeelding op volledige grootte. Zelf als klasse instellen in het artikel. */
.full-width {
  width: 100% !important;
}
.full-width img {
  width: 100%;
}

/* Een afbeelding eens aan de kant zetten. */
.pull-right {
  float: right;
  margin-left: 1em;
}
.pull-left {
  float: left;
  margin-right: 1em;
}
.pull-right-60 {
  float: right;
  width: 60% !important;
  margin-left: 1em;
}
.pull-right-40 {
  float: right;
  width: 40% !important;
  margin-left: 1em;
}
.pull-left-60 {
  float: left;
  width: 60% !important;
  margin-right: 1em;
}
.pull-left-40 {
  float: left;
  width: 40% !important;
  margin-right: 1em;
}

.radius-shadow-full {
  box-shadow: var(--shadow-full) !important;
  border-radius: var(--radius-full) !important;
}
.radius-shadow-light {
  box-shadow: var(--shadow-light) !important;
  border-radius: var(--radius-light) !important;
}
