@font-face {
  font-family: 'the-mix-bold';
  src: url(../../../../custom/theme/assets/font/TheMix_Bold.otf);
  font-weight: bold;
}

@font-face {
  font-family: 'the-mix';
  src: url(../../../../custom/theme/assets/font/TheMix_Plain.otf);
  font-weight: normal;
}

:root {

  /***Logo's***/
  --logo-standard: url("../../custom/theme/assets/images/logo-denhaag.jpg");
  --logo-alt: url("../../custom/theme/assets/images/Logo_HSG.png");

  /***Header Image (Van toepassing op visual.twig)***/
  --header-image: url("../../custom/theme/assets/images/Registratiepagina.jpg");

  /***Brand Colors***/
  --color-brand-primary: #228C4A;
  --color-brand-primary-rgb: 34, 140, 74;
  --color-brand-secondary: #A87A26;
  --color-brand-tertiary: #E8BB2A;
  --color-brand-light: #B9BBB8;
  --color-brand-dark: #155429;

  --color-neutral-black: #231F20;
  --color-neutral-gray-09: #424547;
  --color-neutral-gray-08: #5A5F5F;
  --color-neutral-gray-07: #6E7276;
  --color-neutral-gray-06: #B9BBB8;

  /***Font***/
  --font-family: 'the-mix', sans-serif;
  --font-family-title: 'the-mix-bold', sans-serif;
  --font-size: 1.8rem;

  --border-radius: 0;
  --menu-height: 135px;

  /**** Voor meer settings zie: /themes/base/assets/style/variables.css ****/
}

.form_check {
    display: inline;
}

img {
  max-width: 100%;
  width: 100%;
}

.logo {
  height: 60px;
}

.header_visual-alt {
  margin-top: var(--menu-height);
}

.header_visual .header_visual-content {
  background: none;
  color: var(--color-neutral-white);
}

.navigation-bg {
  background-image: url(../../../../custom/theme/assets/images/navigatie-bg.svg);
  height: 32px;
  width: 100%;
  max-width: 100%;
}

.bg-color {
  background-color: var(--color-brand-tertiary);
}

.page-home h3 {
  margin: 0rem 0 0.8rem 0;
}

.iframe-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

header .header_bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.center-horizontal {
  align-items: center;
  gap: 32px;
}

.round {
  padding: 0;
}

.round .round-items_grid {
  overflow: hidden;
  position: relative;
  height: 100%;
  max-height: -moz-fit-content;
  max-height: 9000px;
  -webkit-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 1.6rem;
  align-items: start;
}

.round-item_grid {
  grid-column: span 4;
  background-color: var(--color-brand-tertiary);
  padding: 16px;
}

.round-item-description .description p {
  font-size: calc(var(--font-size) * 0.8);
  cursor: pointer;
}

.profile-picture {
  object-fit: cover;
  aspect-ratio: 3/4;
}

.round .round-item {
  background-color: var(--color-brand-tertiary);
}

.round-item {
  flex: none !important;
}

.round input:checked+.round-item {
  background-color: var(--color-brand-secondary);
}

.round input:checked+.round-item .title {
  color: var(--color-neutral-white);
}

.round-item .round-item-selector {
  padding-right: 1.6rem;
}

.round-item .paragraph--small {
  margin-left: 3.2rem;
}

.instagram {
  margin-left: 3.2rem;
}

.instagram .insta_icon {
  width: 16px;
  height: auto;
  display: block;
  margin-bottom: 1.6rem;
}

.round .round-item-title--container>*:not(.title) {
  margin-right: 0;
  display: block;
}

.round_title {
  align-items: flex-start;
}

.round-item-title .material-icons {
  rotate: 180deg;
}

.round_title .title {
  min-height: 3.2rem;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: wrap;
}

.round-item .round-item-description.closed {
  height: 11.2rem;
  max-height: 11.2rem;
}

.round-item .round-item-description.closed .description {
  line-clamp: 5;
  -webkit-line-clamp: 5;
}

#stemmen {
  scroll-margin-top: calc(var(--menu-height) + 96px);
}

.page-enquete .form {
  margin-top: 0;
}

.page-enquete .form_label {
  font-size: var(--font-size-s);
  font-weight: 700;
  color: var(--color-brand-primary)
}

.page-enquete .radio-custom-label {
  color: var(--color-neutral-gray-09);
}

.page-enquete .form_element_radio {
  border-bottom: 1px solid var(--color-brand-light);
  padding: 8px 0;
}

.page-enquete .form_element_radio:nth-child(7),
.page-enquete .form_element_radio:nth-child(8) {
  border-bottom: none;
  padding: 8px 0;
  margin-bottom: 0px;
}

.page-enquete .form_element+.form_element_radio {
  border-bottom: 1px solid var(--color-brand-light);
  border-top: 1px solid var(--color-brand-light);
  padding: 24px 0;
}

.scale-options datalist option:first-of-type,
.scale-options datalist option:last-of-type,
.scale-options datalist option.active {
  font-weight: 500;
  color: var(--color-neutral-gray-09);
}

.page-enquete [type="checkbox"]~label,
.checkbox-custom-label {
  color: var(--color-neutral-gray-07);
}

.page-enquete .form_label+.mb-2 {
  margin-bottom: 32px;
}

.img-fluid {
  display: block;
}
.background-image-container img {
  height: 14rem;
  object-position: top;
}

.winner-text {
  text-align: center;
  background: var(--color-brand-tertiary);
  font-size: x-large;
}

a.gallery-image-link {
  aspect-ratio: 16/9;

}
@media (max-width: 767px) {

  .header_visual-alt {
    margin-top: calc(var(--menu-height) + 32px);
  }
}

@media (min-width: 768px) {
  .round-item_grid {
    grid-column: span 2;
  }
}

@media (min-width: 992px) {

  .layout-header-small .content-container .container,
  body.layout-header-full-width .container {
    width: 928px;
  }

  .page-register .col-form {
    grid-column: span 8;
  }

  .round-item_grid {
    grid-column: span 1;
  }

  .round:nth-of-type(3) .round-item_grid:nth-of-type(4) {
    grid-column: span 1 / 2;
  }

  #stemmen {
    scroll-margin-top: calc(var(--menu-height) + 76px);
  }
 .page-winnaars_bekend .col-form {
    grid-column: span 10 / 12
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .layout-header-small .content-container .container,
  body.layout-header-full-width .container {
    width: 1170px;
  }

  .page-register .col-form {
    grid-column: span 7 / 12;
  }

  .round-item_grid {
    grid-column: span 1;
  }

  .page-winnaars_bekend .col-form {
    grid-column: span 8 / 11;
  }

}

.round-item {
  flex: 0 0 33.3333%;
}

.round-items {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}

.button--secondary {
  font-size: large;
  font-weight: bold;
  width: 250px;
}

.button--back .navbutton_text {
  color: var(--color-neutral-gray-08);
}
