.tekstveld p {
  padding: 10px 0; }
.tekstveld h3 {
  padding-top: 20px; }

.intro * {
  font-size: 1.2em;
  font-weight: 600;
  color: #e20031; }

.background_color {
  background: #e20031;
  position: relative; }
  .background_color .background {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 100%;
    background-image: url("../assets/images/element_wave.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto; }

.background_color_yellow {
  background: linear-gradient(-90deg, rgba(255, 204, 89, 0.8) 0%, #ffcc59 50%, rgba(255, 204, 89, 0.8) 100%); }

#nomineren .background_color .background, #jury .background_color .background, #prijzen .background_color .background, #viernulvier .background_color .background, #bedankt .background_color .background, #stemmen .background_color .background {
  background-image: url("../assets/images/element_wave_yellow.svg"); }

.homepage-nav .menu-hoofdmenu-container ul li {
  width: 100%;
  padding: 0; }
  .homepage-nav .menu-hoofdmenu-container ul li a {
    padding: 0;
    color: #e20031;
    line-height: 400%;
    font-weight: 600; }
  .homepage-nav .menu-hoofdmenu-container ul li a:hover {
    background: linear-gradient(-90deg, rgba(255, 204, 89, 0.8) 0%, #ffcc59 50%, rgba(255, 204, 89, 0.8) 100%); }
.homepage-nav .menu-hoofdmenu-container ul li:not(:last-of-type) {
  border-bottom: 2px solid #fecc5a; }

.programma table {
  border-collapse: collapse;
  width: 100%;
  top: 60px; }
  .programma table tr {
    display: table;
    width: 100%;
    margin-top: 2px; }
    .programma table tr td, .programma table tr th {
      width: auto !important;
      display: table-cell !important;
      border-left: 4px solid rgba(254, 204, 90, 0.5) !important;
      border-top: 4px solid rgba(254, 204, 90, 0.5) !important;
      border-bottom: 4px solid rgba(254, 204, 90, 0.5) !important;
      border-right: 0px solid rgba(254, 204, 90, 0.5) !important;
      border-top-left-radius: 10px !important;
      border-bottom-left-radius: 10px !important;
      border-top-right-radius: 0px !important;
      border-bottom-right-radius: 0px !important;
      background-color: white !important;
      padding: 9px 20px !important;
      text-align: left !important; }
    .programma table tr td:not(:nth-of-type(1)) {
      text-align: right !important;
      border-left: 0px solid rgba(254, 204, 90, 0.5) !important;
      border-right: 4px solid rgba(254, 204, 90, 0.5) !important;
      border-top-left-radius: 0px !important;
      border-bottom-left-radius: 0px !important;
      border-top-right-radius: 10px !important;
      border-bottom-right-radius: 10px !important; }

.partner a {
  display: block;
  text-align: center; }
  .partner a img {
    object-fit: contain;
    max-width: 200px;
    max-height: 155px;
    height: auto;
    width: 100%;
    margin: auto;
    padding: 15px 0; }
.partner a:hover img {
  opacity: .7; }

.faq-item {
  background: white;
  border-radius: 10px;
  border: 4px solid rgba(254, 204, 90, 0.5);
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  .faq-item .faq-question {
    cursor: pointer;
    user-select: none; }
  .faq-item .faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease; }

.faq-item:hover {
  border: 4px solid white; }

.card {
  background: white;
  border-radius: 10px;
  border: 4px solid rgba(254, 204, 90, 0.5);
  padding: 30px; }
  .card .card-body {
    padding: 15px 0 0 0; }

#tickets table tr td:nth-of-type(1) em {
  background-color: rgba(254, 204, 90, 0.5); }
#tickets .programma table tr td {
  border-left: 4px solid rgba(255, 255, 255, 0.5) !important;
  border-top: 4px solid rgba(255, 255, 255, 0.5) !important;
  border-bottom: 4px solid rgba(255, 255, 255, 0.5) !important;
  border-right: 0px solid rgba(255, 255, 255, 0.5) !important;
  background-color: #fecc5a !important; }
#tickets .programma table tr td:not(:nth-of-type(1)) {
  border-left: 0px solid rgba(255, 255, 255, 0.5) !important;
  border-right: 4px solid rgba(255, 255, 255, 0.5) !important; }

/*

.background_image_holder {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;

	.overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: $tertiary_color;
	}
}

.image_holder {
	min-height: 200px;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.blok {
	background-color: $background_color;
	margin-top: -6rem;
	padding: 6rem 6rem 3rem 6rem;

	h3 {
		padding-bottom: 15px;
	}
}

*/
.mask-frame {
  position: relative;
  width: 400px;
  aspect-ratio: 1 / 1;
  top: 40px;
  margin-left: -60px; }
  .mask-frame .photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-mask-image: url("../assets/images/element_rose_mask.svg");
    mask-image: url("../assets/images/element_rose_mask.svg");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center; }
  .mask-frame .overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }

.form-image {
  top: 20%;
  margin-left: -120px;
  z-index: 0; }

#nomineren .col-md-8, #stemmen .col-md-8, #tickets .col-md-8 {
  z-index: 100; }

@media all and (max-width: 768px) {
  .background_image_holder {
    min-height: 200px; }

  .image_holder {
    min-height: 300px; }

  .mask-frame {
    margin-left: auto; } }
footer {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0 auto;
  background-color: #e20031; }
  footer .py-5, footer .pt-5 {
    padding-top: 3rem !important; }
  footer .py-5, footer .pb-5 {
    padding-bottom: 3rem !important; }
  footer .container {
    max-width: 1280px !important;
    padding: 0 30px; }
    footer .container [class^="col-"] .wp-block-heading {
      color: white;
      font-size: 1.3em;
      padding-bottom: .75rem;
      font-weight: 300; }
    footer .container [class^="col-"] p {
      color: white; }
      footer .container [class^="col-"] p b, footer .container [class^="col-"] p strong {
        color: white;
        font-size: 1em;
        display: inline-block; }
      footer .container [class^="col-"] p a {
        color: white;
        text-decoration: none; }
      footer .container [class^="col-"] p a:hover {
        text-decoration: underline !important; }
    footer .container [class^="col-"] #footer_logo img {
      max-width: 280px;
      margin: 0 auto 0 0;
      display: block; }
    footer .container [class^="col-"] .menu-navigatie-menu-container ul li a {
      width: 100%;
      max-width: 260px;
      text-align: center;
      display: block;
      padding: 8px 15px 9px 15px !important;
      background-color: white;
      color: #351905 !important;
      border: 4px solid rgba(226, 0, 49, 0.5);
      margin: 5px 0; }
    footer .container [class^="col-"] .menu-navigatie-menu-container ul li a:hover {
      text-decoration: none !important;
      border: 4px solid white; }
    footer .container [class^="col-"] .menu-navigatie-menu-container ul li:nth-of-type(2) a {
      border: 4px solid rgba(254, 204, 90, 0.5); }
    footer .container [class^="col-"] .menu-navigatie-menu-container ul li:nth-of-type(2) a:hover {
      border: 4px solid white; }
    footer .container [class^="col-"] .menu-hoofdmenu-container ul li a:before {
      content: '> ';
      padding-right: 10px;
      display: inline-block; }
    footer .container [class^="col-"] .nav li {
      display: block;
      width: 100%;
      padding: 0 !important; }
      footer .container [class^="col-"] .nav li a {
        text-align: left;
        color: white;
        padding: 0 !important;
        font-size: 1em !important; }
      footer .container [class^="col-"] .nav li a:hover {
        text-decoration: underline !important; }
    footer .container [class^="col-"] .social {
      display: block;
      height: 46px;
      width: 46px;
      background-color: white;
      border-radius: 10px;
      margin: 5px auto 10px auto; }
      footer .container [class^="col-"] .social img {
        height: 100%;
        width: 100%; }
    footer .container [class^="col-"] .social:hover {
      opacity: .7; }

.post-footer {
  background-color: white; }
  .post-footer .container {
    max-width: 1280px !important;
    padding: 0 30px; }
    .post-footer .container span, .post-footer .container a {
      text-decoration: none !important;
      color: #351905; }
    .post-footer .container a:hover {
      text-decoration: underline !important; }

@media all and (max-width: 991px) {
  footer .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }
@media all and (max-width: 768px) {
  footer .container [class^="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    footer .container [class^="col-"] #footer_logo img {
      margin: 15px auto !important;
      display: block; }
    footer .container [class^="col-"] p, footer .container [class^="col-"] .wp-block-heading {
      text-align: center; }
    footer .container [class^="col-"] #social_logo img {
      margin: 0 auto !important; }
    footer .container [class^="col-"] .btn {
      display: table !important;
      margin-left: auto !important;
      margin-right: auto !important; }
    footer .container [class^="col-"] .nav li a {
      text-align: center; }

  .menu-navigatie-menu-container ul li a {
    margin-left: auto !important;
    margin-right: auto !important; }

  .post-footer .col-md-6 {
    text-align: center; }
  .post-footer .text-right {
    text-align: center !important; } }
.btn, .menu-navigatie-menu-container li:not(.sub-menu li) a {
  position: relative;
  display: inline-block;
  padding: 8px 45px 9px 45px;
  margin: 0;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
  width: auto;
  float: none;
  background-color: #e20031;
  border-radius: 10px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  line-height: 130%;
  min-width: 220px;
  font-weight: 600; }

.menu-navigatie-menu-container li:not(.sub-menu li) a {
  min-width: inherit !important;
  display: inline-block;
  padding: 8px 30px 9px 30px !important; }

.menu-navigatie-menu-container li:nth-of-type(2):not(.sub-menu li) a {
  background-color: #fecc5a;
  color: #351905 !important; }

.btn:hover, .menu-navigatie-menu-container li:not(.sub-menu li) a:hover {
  text-decoration: none !important;
  box-shadow: 0px 0px 10px rgba(53, 25, 5, 0.15);
  border: 4px solid rgba(255, 255, 255, 0.1); }

/* Contactform 7 */
.wpcf7 {
  background-color: white;
  border: 4px solid rgba(254, 204, 90, 0.5);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(53, 25, 5, 0.25); }
  .wpcf7 label {
    width: 100%; }
  .wpcf7 input, .wpcf7 textarea {
    display: block;
    background-color: rgba(53, 25, 5, 0.1);
    border-radius: 10px;
    border: 0px solid #e20031;
    padding: 8px 15px 11px 15px;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    font-size: 1em;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out; }
  .wpcf7 input[type=checkbox] {
    color: #351905;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    margin-right: 5px; }
  .wpcf7 .wpcf7-list-item {
    margin-left: 0;
    width: 100%; }
    .wpcf7 .wpcf7-list-item span {
      color: #351905;
      padding: 0 20px 0 5px; }
  .wpcf7 .wpcf7-checkbox .first {
    padding-top: 5px; }
  .wpcf7 textarea {
    width: 100%;
    height: 120px; }
  .wpcf7 input:hover, .wpcf7 textarea:hover {
    opacity: .7; }
  .wpcf7 input[type=submit] {
    display: inline-block;
    padding: 15px 45px 16px 45px;
    margin: 15px 0 0 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    color: white;
    text-decoration: none !important;
    cursor: pointer;
    width: auto;
    float: none;
    background-color: #e20031;
    font-size: 1em;
    border-radius: 10px;
    border: 4px solid rgba(255, 255, 255, 0.5);
    line-height: 130%;
    width: 100%;
    font-weight: 600; }
  .wpcf7 input[type=submit]:hover {
    opacity: 1;
    border: 4px solid rgba(255, 255, 255, 0); }

.wpcf7-response-output {
  border: 0px solid white !important;
  margin: 0 !important;
  padding: 0 !important;
  color: white;
  background-color: #008c00;
  border-radius: 0; }

.white_block_small .textwidget .wpcf7-response-output {
  color: #008c00 !important;
  font-weight: 600 !important; }

.wpcf7-mail-sent-ok {
  background-color: #57423f !important; }

.wpcf7-not-valid-tip {
  display: inline-block !important;
  padding-top: 5px;
  color: #008c00 !important;
  font-weight: 600 !important; }

.white_block_small .textwidget .wpcf7-not-valid-tip {
  color: #008c00 !important;
  font-weight: 600 !important; }

div.wpcf7 .ajax-loader {
  display: block !important; }

.wpcf7-not-valid-tip {
  width: 100%;
  padding: 0; }

.wpcf7-radio {
  display: block;
  width: 100%; }
  .wpcf7-radio .wpcf7-list-item, .wpcf7-radio label {
    display: inline-block;
    width: 100%;
    margin: 0 10px 0 0; }
    .wpcf7-radio .wpcf7-list-item input, .wpcf7-radio label input {
      display: inline-block;
      width: auto;
      margin: 5px 5px 5px 0; }
    .wpcf7-radio .wpcf7-list-item span, .wpcf7-radio label span {
      display: inline-block;
      width: auto; }

.wrapper .wpcf7 {
  background-color: rgba(53, 25, 5, 0.1); }
  .wrapper .wpcf7 input, .wrapper .wpcf7 textarea {
    background-color: white; }
  .wrapper .wpcf7 input[type=submit] {
    background-color: #fecc5a; }
  .wrapper .wpcf7 input[type=submit]:hover {
    background-color: rgba(254, 204, 90, 0.5); }

@media all and (max-width: 991px) {
  .menu-navigatie-menu-container li:not(.sub-menu li) a {
    width: 100%; } }
html, body {
  padding: 0;
  margin: 0; }

.wrapper .container {
  max-width: 1080px !important;
  padding: 0 30px; }

.full_width_wrapper .container {
  max-width: 1080px !important;
  padding: 0 30px; }

.py-5, .pt-5 {
  padding-top: 4.5rem !important; }

.py-5, .pb-5 {
  padding-bottom: 6rem !important; }

.row {
  margin-right: -30px;
  margin-left: -30px; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-right: 30px !important;
  padding-left: 30px !important; }

@media all and (max-width: 768px) {
  .full_width_wrapper .container {
    padding: 0 30px; }

  .wrapper .container {
    padding: 0 30px; }

  .py-5, .pt-5, .pt-mob {
    padding-top: 3rem !important; }

  .py-5, .pb-5, .pb-mob {
    padding-bottom: 3rem !important; }

  .col-md-5 {
    margin-top: 20px; } }
header {
  position: relative;
  z-index: 9999;
  background-color: white; }
  header .container {
    max-width: 100% !important;
    padding: 0 30px; }
    header .container .row #header_logo {
      display: block;
      margin: 0;
      padding: 14px 0 20px 0;
      max-width: 280px; }
    header .container .row #header_logo:hover {
      opacity: .7 !important; }

@media all and (max-width: 991px) {
  header .container [class^="col-"] #header_logo {
    margin: 10px auto;
    padding-bottom: 5px; }
    header .container [class^="col-"] #header_logo img {
      display: block;
      margin: 0 auto;
      max-width: 300px; } }
.menu-main-menu-container {
  width: 100%; }

.navbar {
  padding: 26px 0;
  margin-left: auto;
  margin-right: 0; }

.navbar-toggler {
  border: none !important;
  color: black !important;
  border-color: rgba(0, 0, 0, 0) !important;
  display: block !important;
  margin-left: 0 !important;
  margin-right: 0 !important; }

.navbar-toggler-icon {
  height: 3em;
  width: 3em;
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgb(53 25 5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.navbar-toggler-icon:hover {
  opacity: .5; }

#navbarResponsive {
  z-index: 100;
  min-height: 70px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }
  #navbarResponsive div {
    margin-left: auto;
    margin-right: 0; }

.menu-primary-menu-container, .menu-navigatie-menu-container {
  margin-left: auto;
  margin-right: 20px; }

.nav {
  padding: 0;
  margin: 0;
  height: auto;
  width: 100%;
  z-index: 1010;
  text-align: center;
  padding-inline-start: 0 !important; }
  .nav li {
    display: inline-block;
    list-style: none;
    height: 100%;
    width: auto;
    padding: 0 0 0 15px; }
    .nav li a {
      height: 100%;
      padding: 3px 0 0 0 !important;
      color: #351905;
      text-decoration: none !important;
      text-align: center;
      display: block;
      font-size: 1em; }
    .nav li a:hover {
      color: #e20031;
      text-decoration: underline !important; }
    .nav li .sub-menu {
      z-index: 1000;
      position: absolute;
      padding: 0 0 5px 5px !important;
      background-color: #fecc5a;
      line-height: 150%;
      display: none;
      border-radius: 0 30px 30px 30px; }
      .nav li .sub-menu li {
        display: block;
        font-weight: inherit;
        text-align: left;
        padding: 0 20px; }
        .nav li .sub-menu li a {
          padding-top: 5px !important;
          text-align: left; }
        .nav li .sub-menu li a:hover {
          opacity: 1 !important;
          color: white !important; }
      .nav li .sub-menu li:first-of-type {
        padding-top: 10px; }
      .nav li .sub-menu li:last-of-type {
        padding-bottom: 10px; }
  .nav li:hover .sub-menu {
    display: block; }
  .nav .current-menu-item a {
    color: #e20031; }
  .nav .current-menu-item .sub-menu a {
    color: #351905; }
  .nav .current-menu-item .sub-menu li {
    color: #351905; }
  .nav .sub-menu .current-menu-item a {
    color: white;
    border-bottom: 0px solid white; }
  .nav .sub-menu .sub-menu {
    display: none !important; }

@media all and (max-width: 991px) {
  header .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  header .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  header .menu-primary-menu-container, header .menu-navigatie-menu-container {
    margin-left: auto;
    margin-right: auto; }
  header .navbar-toggler {
    width: 100%;
    margin-right: auto !important; }
  header .navbar .menu-navigatie-menu-container {
    width: 100%; }
  header #header_logo, header .navbar-toggler {
    margin-left: auto;
    margin-right: auto; }
  header .navbar {
    padding-bottom: 10px; }
  header #menu-alles {
    padding-bottom: 20px; }
  header .nav {
    display: block;
    width: 100%; }
    header .nav li {
      display: block;
      padding: 4px 0; }
      header .nav li a {
        text-align: center; }
      header .nav li .sub-menu {
        position: relative;
        display: block;
        background-color: white; }
        header .nav li .sub-menu li a {
          text-align: center; }
        header .nav li .sub-menu li a:hover {
          color: #e20031 !important; }
        header .nav li .sub-menu .current-menu-item a {
          color: #e20031 !important; } }
@media all and (max-width: 768px) {
  #navbarResponsive {
    padding: 0; }

  .navbar-toggler {
    padding: 15px 0;
    margin: 0 !important; } }
* {
  font-family: "nexa", sans-serif;
  font-weight: 400; }

h1, h2, h3, h4, p, td, a, b, i, em, b, strong, input, textarea, span, div, btn, li {
  line-height: 200%;
  color: #351905;
  font-size: 12pt; }

h1, h1 span, h2, h2 span, h3, h3 span, h4, h4 span {
  line-height: 125%;
  margin: 0;
  color: #e20031;
  font-weight: 600; }

h1, h1 span {
  font-optical-sizing: auto;
  font-weight: 400;
  font-size: 3em;
  color: white;
  letter-spacing: 10pt;
  text-transform: lowercase;
  text-shadow: 0px 0px 10px rgba(53, 25, 5, 0.5); }

h2, h2 span {
  font-size: 2.3em;
  padding-bottom: 5px; }

h3, h3 span {
  font-size: 1.4em;
  padding-bottom: 15px; }

h4, h4 span {
  font-size: 1.4em;
  color: #351905;
  padding-bottom: 10px; }

p, i, em, b, strong, a, li {
  margin: 0;
  padding: 0; }

i, em {
  font-style: italic; }

b, strong {
  font-weight: 600; }

b {
  color: #e20031; }

u {
  font-size: inherit;
  font-weight: inherit; }

.tekstveld ul {
  padding-inline-start: 20px !important;
  padding: 0;
  margin: 0; }
  .tekstveld ul li {
    color: #351905;
    display: block;
    list-style: none;
    position: relative;
    padding-left: 20px; }
  .tekstveld ul li::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 11px;
    height: 11px;
    background-image: url("../assets/images/element_rose.svg");
    background-position: left center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    left: 0px;
    top: 10px; }

a, a:link, a:visited {
  text-decoration: underline;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #e20031; }

a:hover {
  text-decoration: none; }

hr {
  background: #e20031;
  width: 100%; }

img {
  max-width: 100%;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out; }

.alignright {
  float: right;
  padding: 10px; }

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed; }
  table tr {
    display: table;
    width: 100%;
    margin-top: 2px; }
    table tr td, table tr th {
      width: 100%; }
    table tr td:nth-of-type(1) {
      width: 120px;
      display: block; }
      table tr td:nth-of-type(1) em {
        padding: 1px 10px;
        background-color: white;
        display: inline-block;
        border-radius: 10px;
        font-style: normal;
        font-weight: 600;
        color: #e20031; }

iframe {
  width: 100%; }

h1 span, h2 span, h3 span, h4 span, h1 a, h2 a, h3 a, h4 a {
  font-size: 1em !important;
  font-weight: inherit !important;
  font-family: inherit !important;
  color: inherit !important;
  text-decoration: inherit !important;
  line-height: inherit !important; }

h1 b, h2 b, h3 b, h4 b, h1 strong, h2 strong, h3 strong, h4 strong {
  font-size: inherit;
  font-weight: bold; }

h1 i, h2 i, h3 i, h4 i, h1 em, h2 em, h3 em, h4 em {
  font-size: inherit;
  font-style: italic; }

span strong {
  font-size: inherit;
  font-family: inherit; }

@media all and (max-width: 768px) {
  h1, h1 span {
    font-size: 2.6em; } }

/*# sourceMappingURL=style.css.map */
