@charset "UTF-8";
/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** BASE STYLES */
html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

@media (min-width: 992px) {
  .mobile-only {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .desktop-only {
    display: none !important;
  }
}

* {
  font-family: "OpenSans";
}

a {
  letter-spacing: normal;
  text-decoration: underline;
  color: #030452;
}
a:hover {
  color: #df2237;
}
a.ext:after {
  content: none;
}
a[target=_blank]:after {
  content: none !important;
}

section h2 {
  text-align: center;
}

h1 {
  font-weight: 600;
  margin-bottom: 0;
}

h2 {
  font-weight: 400;
}

h3 {
  font-weight: 600;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  margin-bottom: 0.25rem;
}
.badges .badge {
  background-color: #3b3b3b;
}
.news-preview-area .badges {
  display: none;
}

.date,
.read,
.by {
  font-size: 0.9rem;
  /* i {
      position: relative;
      top: -1px;
  } */
}

.slick-slide .date {
  margin-bottom: 0.75rem;
}

.read {
  white-space: nowrap;
}

.by a {
  pointer-events: none;
  text-decoration: none;
}
.toolbar-horizontal .by a {
  pointer-events: all;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px;
  }
}

.bi-facebook:hover {
  color: #4267B2 !important;
}

.bi-twitter:hover, .bi-twitter-x:hover {
  color: #000000 !important;
  text-shadow: 2px 1px 0 #fff;
}

.bi-instagram:hover {
  color: #E1306C !important;
}

.bi-youtube:hover {
  color: #FF0000 !important;
}

#version {
  position: absolute;
  top: 3px;
  left: 5px;
  color: #000;
  font-size: 0.75rem;
  /* .alt & {
      color: #000;
  } */
}
.hp #version {
  color: #fff;
}

figure {
  margin-bottom: 1rem;
}
figure figcaption {
  font-size: 0.8rem;
  font-style: italic;
}

table {
  caption-side: top;
  table-layout: fixed;
  /* td {
      &.views-field-field-user-phone {
          width: 200px;
      }
  } */
}
@media (max-width: 768px) {
  table {
    table-layout: auto;
  }
}
.paragraph--type--body table {
  table-layout: auto;
}
table .views-field-field-contact-activity {
  width: 240px;
}
@media (max-width: 1200px) {
  table .views-field-field-contact-activity {
    width: 120px;
  }
}
@media (max-width: 991px) {
  table .views-field-field-contact-activity {
    width: 240px;
  }
}
@media (max-width: 768px) {
  table .views-field-field-contact-activity {
    width: 170px;
  }
}
@media (max-width: 580px) {
  table .views-field-field-contact-activity {
    min-width: 280px;
  }
}
.paragraph--type--list table .views-field-title {
  width: 150px;
}
.paragraph--type--list table .views-field-field-contact-deputy {
  width: 80px;
}
table thead tr th:not(:first-of-type) {
  padding-left: 8px;
}
table tbody tr td {
  border-right: 1px solid #dddddd;
  padding-left: 8px;
  padding-right: 8px;
  color: #3B3B3B;
  word-break: break-word;
}
table tbody tr td:first-of-type {
  padding-left: 0;
}
table tbody tr td:last-of-type {
  border-right: 0;
  padding-right: 0;
}
table tbody tr:last-of-type {
  border-bottom: none;
}
table caption {
  position: relative;
  margin: 0 0 11px 0;
  padding: 11px 1rem;
  background: #df2237;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  font-size: 0.75rem;
  text-transform: uppercase;
}
table caption + thead {
  display: none;
}
table caption:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  left: 0;
  bottom: -10px;
}
table + table {
  margin-top: -1.5625rem;
}
table + table caption {
  margin: 11px 0;
}
table + table caption:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #dddddd;
  left: 0;
  top: -10px;
}

blockquote, .paragraph--type--citation {
  color: #3B3B3B;
}
blockquote:before, .paragraph--type--citation:before {
  background-color: #030452;
}
blockquote:after, .paragraph--type--citation:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f036";
  color: #df2237;
}
blockquote p, .paragraph--type--citation p {
  margin: 0;
}

.file:not([data-drupal-selector]) {
  display: flex;
  flex-direction: column;
  padding: 0.75rem 0;
  gap: 0.25rem;
}
.file-wrapper {
  display: flex;
  background: #ededed;
  border-radius: 5px;
  overflow: hidden;
  gap: 0.75rem;
  padding-right: 0.75rem;
}
.file-wrapper i {
  background: #df2237;
  font-size: 20px;
  color: #fff;
  padding: 10px 9px 10px 11px;
  display: flex;
  align-items: center;
}
.file-wrapper a {
  font-size: 0.9rem;
  color: #030452;
  transition: 0s;
}
.file-wrapper a:hover {
  text-decoration: underline;
  color: #df2237;
}

.caption {
  font-size: 0.9rem;
  letter-spacing: normal;
  color: #3b3b3b;
}

input[type=text] {
  cursor: text;
}
input.form-autocomplete {
  background-position-x: calc(100% - 1rem) !important;
}

.progress-tracker {
  display: none;
  margin: 0 0 1rem;
}
.progress-tracker li:before {
  content: none;
}
.progress-tracker .is-active .progress-marker:before {
  background: #df2237 !important;
  color: #fff !important;
}

main form {
  margin-bottom: 2rem;
}
main form fieldset {
  border: 0;
  margin: 0;
  padding: 2rem;
  background: #f3f3f3;
  /* border-radius: 20px; */
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
main form fieldset legend {
  font-size: 1.25rem;
  cursor: default;
}
main form fieldset legend small {
  font-size: 0.78rem;
}
main form fieldset .form-item {
  flex-basis: calc(50% - 0.5rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 991px) {
  main form fieldset .form-item {
    flex-basis: 100%;
  }
}
main form fieldset .form-item.form-type-checkbox, main form fieldset .form-item.form-type-radio {
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 0.5rem;
}
main form .form-item.form-type-datetime {
  display: flex;
  flex-direction: column;
}
main form .form-item.form-type-datetime .container-inline {
  display: flex;
  gap: 1rem;
}
main form .form-item.form-type-datetime .container-inline .form-item {
  width: 50%;
}
main form .form-item.form-type-datetime .container-inline .form-time {
  padding: 0.5rem 0.75rem;
  line-height: 1.375;
}
main form label {
  font-size: 0.8rem;
  font-weight: 600;
}
main form .form-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main form .form-text {
  margin-top: 0;
}
main form .form-actions {
  /* position: relative;
  isolation: isolate; */
  margin-top: 1rem;
  flex-basis: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-left: auto;
  flex-direction: row;
  /* &:before {
      position: absolute;
      content: "";
      inset: 0;
      background: darken($color_secondary, 10%);
      z-index: -1;
      margin: 0rem -2rem;
  } */
  /* .gov-button {
      margin-left: auto;
  } */
}
main form .form-actions .dialog-cancel {
  order: -1;
  margin-right: auto;
}
main form #ajax-wrapper {
  margin: 1rem 0 0;
}
main form .progress-tracker {
  display: flex;
}
main form .progress-tracker .progress-text {
  color: #fff !important;
}
main form .progress-tracker .progress-marker:before, main form .progress-tracker .progress-marker:after {
  background: #fff !important;
  color: #000 !important;
}
main form .progress-tracker .is-active .progress-marker:before {
  background: #030452 !important;
}

main iframe {
  border-radius: 20px;
}
@media (max-width: 580px) {
  main iframe {
    border-radius: 0.5rem;
  }
}
main iframe:not(.media-oembed-content) {
  width: 100%;
}

video {
  height: auto;
  border-radius: 20px;
}
@media (max-width: 580px) {
  video {
    border-radius: 0.5rem;
  }
}

main form fieldset {
  background-color: #df2237;
  color: #fff;
  border-radius: 20px;
  background-image: url(../img/RectLight-r.svg);
  background-size: cover;
}
@media (max-width: 580px) {
  main form fieldset {
    border-radius: 0.5rem;
    padding: 0.75rem;
  }
}
aside main form fieldset {
  border-radius: 0.25rem;
}
main form fieldset fieldset {
  background: transparent;
}
main form fieldset.blue {
  background-image: url(../img/RectLight.svg);
}
main form fieldset input,
main form fieldset select {
  border-color: transparent;
}
main form fieldset p {
  color: #fff;
  margin: 0;
}
main form[class*=user-], main form.protected-pages-enter-password {
  width: 483px;
  margin: 2rem 0 0;
  max-width: 100%;
}
main form[class*=user-] fieldset, main form.protected-pages-enter-password fieldset {
  flex-direction: column;
  flex-wrap: nowrap;
}
main form.protected-pages-enter-password {
  margin: 0 auto;
}
main form.protected-pages-enter-password legend {
  display: none;
}
main form.protected-pages-enter-password .form-item {
  width: 100%;
}
main form.protected-pages-enter-password fieldset fieldset {
  padding: 0;
}
main form.protected-pages-enter-password .fieldset-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
main form.protected-pages-enter-password .fieldset-wrapper .form-submit {
  margin-left: auto;
}
main form .form-required:after {
  content: "*";
  color: #030452;
}
main form.webform-submission-form {
  background-color: #df2237;
  color: #fff;
  border-radius: 20px;
  background-image: url(../img/RectLight-r.svg);
  background-size: cover;
  padding: 2rem;
}
@media (max-width: 580px) {
  main form.webform-submission-form {
    border-radius: 0.5rem;
    padding: 0.75rem;
  }
}
main form.webform-submission-form fieldset {
  background: #a41121;
  border-radius: 0.25rem;
}
main form.webform-submission-form fieldset fieldset {
  padding: 1rem !important;
  gap: 0.25rem;
  margin-bottom: 2rem;
  background: #fff;
  color: #000;
}
main form.webform-submission-form fieldset fieldset .form-required:after {
  color: #df2237;
}
main form.webform-submission-form .fieldgroup {
  padding: 2rem;
}
main form.webform-submission-form p {
  color: #fff;
  margin: 0;
}
main form.webform-submission-form .file a {
  color: #fff;
}
main form.webform-submission-form input[type=submit] {
  color: #000;
}
main form.webform-submission-form #ajax-wrapper {
  margin: 0;
}
main form.webform-submission-form .webform-element-help {
  display: none;
}
main form.webform-submission-form .form-required:after {
  color: #fff;
}
main form.webform-submission-form .form-item {
  width: 100%;
}
main form.webform-submission-form .form-item.form-type-textfield, main form.webform-submission-form .form-item.form-type-email {
  width: calc(50% - 0.5rem);
}
@media (max-width: 768px) {
  main form.webform-submission-form .form-item.form-type-textfield, main form.webform-submission-form .form-item.form-type-email {
    width: calc(50% - 0.25rem);
  }
}
main form.webform-submission-form .form-item.form-item-identifier {
  width: 100%;
}
main form.webform-submission-form table .form-item {
  width: 100% !important;
}
main form.webform-submission-form.gov-form-control--classic {
  gap: 0.5rem 1rem;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main form.webform-submission-form.gov-form-control--classic {
    gap: 0.5rem;
  }
}
main form.webform-submission-form.gov-form-control--classic .form-wrapper {
  width: 100%;
  gap: 0.5rem 1rem;
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  main form.webform-submission-form.gov-form-control--classic .form-wrapper {
    gap: 0.5rem;
  }
}

.description {
  font-size: 12px;
  font-style: italic;
  order: 99;
}

.shortcuts svg.ext {
  display: none;
}
.portal svg.ext {
  width: 20px;
  height: 20px;
  margin-top: -0.5rem;
  fill: #fff;
}
.portal svg.ext path {
  stroke: #fff;
}
.paragraph .portal svg.ext {
  fill: #030452;
}
.paragraph .portal svg.ext path {
  stroke: #030452;
}
.gov-footer__col svg.ext {
  width: 16px;
  height: 16px;
  margin-top: -10px;
  fill: #fff;
}
.gov-footer__col svg.ext path {
  stroke: #fff;
}
td svg.ext {
  display: inline-block;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  position: relative;
  top: -3px;
  fill: #030452;
  z-index: -1;
}
td svg.ext path {
  stroke: #030452;
}
header svg.ext {
  display: none;
}
.sitemap svg.ext {
  margin-left: 3px;
  width: 20px;
  height: 20px;
  position: relative;
  top: -4px;
}
.previous svg.ext {
  width: 20px;
  height: 20px;
  position: relative;
  top: -3px;
  fill: #fff;
}
.previous svg.ext path {
  stroke: #fff;
}

embed {
  box-shadow: 0 0 0 1px #323639;
  max-width: 100%;
  border-radius: 20px;
}
@media (max-width: 580px) {
  embed {
    border-radius: 0.5rem;
  }
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
body > .dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body.toolbar-horizontal > .dialog-off-canvas-main-canvas {
  min-height: calc(100vh - 79px);
}

footer h2 {
  display: none;
}

.drupal-tabs {
  width: 100%;
  margin-bottom: -2rem;
}
.wrap .drupal-tabs {
  position: absolute;
  top: 0;
}
.drupal-tabs div[id*=local-tasks] {
  margin-bottom: 2rem;
}

#block-khk-primary-local-tasks {
  display: flex;
}
#block-khk-primary-local-tasks ul {
  display: flex;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  background: #030452;
  padding: 1rem;
  border-radius: 0.25rem;
  flex-wrap: wrap;
}
#block-khk-primary-local-tasks ul li::before {
  content: none;
}
#block-khk-primary-local-tasks ul li a {
  background-color: #df2237;
  border: 2px solid #df2237;
  color: #fff;
  text-decoration: none;
  padding: 0.75rem;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-size: 12px;
  display: inline-block;
  font-weight: 500;
}
#block-khk-primary-local-tasks ul li a.is-active, #block-khk-primary-local-tasks ul li a:hover {
  background-color: transparent;
}

div[data-drupal-messages] {
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  z-index: 99999;
  max-width: calc(100% - 1.5rem);
}
#children_table div[data-drupal-messages] {
  position: relative;
  bottom: 0;
  right: 0;
}
div[data-drupal-messages] > div,
div[data-drupal-messages] .messages {
  border-radius: 0.25rem;
  border-left: 3px solid transparent;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  width: 500px;
  max-width: 100%;
  cursor: pointer;
  box-shadow: 1px 1px 1px 1px black;
  /* background: #fff;
  color: #000;
  border-left-color: #504848;
  &:hover {
      background: #e0e0e0;
  } */
}
#children_table div[data-drupal-messages] > div,
#children_table div[data-drupal-messages] .messages {
  display: none;
}
div[data-drupal-messages] > div--status, div[data-drupal-messages] > div--warning, div[data-drupal-messages] > div[aria-label="Zpráva s varováním"], div[data-drupal-messages] > div[aria-label="Zpráva o stavu"],
div[data-drupal-messages] .messages--status,
div[data-drupal-messages] .messages--warning,
div[data-drupal-messages] .messages[aria-label="Zpráva s varováním"],
div[data-drupal-messages] .messages[aria-label="Zpráva o stavu"] {
  background: #030452;
  color: #fff;
  border-left-color: #df2237;
}
div[data-drupal-messages] > div--status:hover, div[data-drupal-messages] > div--warning:hover, div[data-drupal-messages] > div[aria-label="Zpráva s varováním"]:hover, div[data-drupal-messages] > div[aria-label="Zpráva o stavu"]:hover,
div[data-drupal-messages] .messages--status:hover,
div[data-drupal-messages] .messages--warning:hover,
div[data-drupal-messages] .messages[aria-label="Zpráva s varováním"]:hover,
div[data-drupal-messages] .messages[aria-label="Zpráva o stavu"]:hover {
  background: rgb(2.1, 2.8, 57.4);
}
div[data-drupal-messages] > div--error, div[data-drupal-messages] > div[aria-label="Chybová zpráva"],
div[data-drupal-messages] .messages--error,
div[data-drupal-messages] .messages[aria-label="Chybová zpráva"] {
  background: #df2237;
  color: #fff;
  border-left-color: #030452;
}
div[data-drupal-messages] > div--error:hover, div[data-drupal-messages] > div[aria-label="Chybová zpráva"]:hover,
div[data-drupal-messages] .messages--error:hover,
div[data-drupal-messages] .messages[aria-label="Chybová zpráva"]:hover {
  background: rgb(179.9446640316, 26.0553359684, 43.1541501976);
}
div[data-drupal-messages] > div__wrapper,
div[data-drupal-messages] .messages__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 !important;
  box-shadow: none !important;
}
div[data-drupal-messages] > div a,
div[data-drupal-messages] .messages a {
  color: #fff;
  font-weight: 600;
}
div[data-drupal-messages] > div ul,
div[data-drupal-messages] .messages ul {
  padding-left: 1rem;
}
div[data-drupal-messages] > div ul li,
div[data-drupal-messages] .messages ul li {
  color: #fff;
}
div[data-drupal-messages] > div ul li:before,
div[data-drupal-messages] .messages ul li:before {
  background-color: #fff;
}
div[data-drupal-messages] ul {
  margin: 0;
}

.search-item input.form-autocomplete {
  background-image: none !important;
}

.toolbar-menu-administration ul li {
  font-size: 13px;
}
.toolbar-menu-administration ul li:before {
  content: none;
}
.toolbar-menu-administration ul li a {
  box-shadow: none;
}

#toolbar-administration ul li:before {
  content: none;
}

.path-hp .drupal-tabs {
  margin-top: 2rem;
}
.path-hp .drupal-tabs #block-khk-primary-local-tasks ul {
  margin-bottom: 2rem;
}
.drupal-tabs + .container-body .user-details {
  margin-top: 2rem;
}
.drupal-tabs + .container-body .user-details h4 {
  margin: 0;
}
.drupal-tabs + .container-body .user-details .form-item {
  margin-bottom: 1rem;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** HEADER STYLES */
header {
  border-bottom: 1px solid #ededed;
  isolation: isolate;
  position: relative;
  z-index: 9;
  /* .navbar-brand {
      position: relative;
      &:before {
          content: "";
          position: absolute;
          width: 400px;
          height: 435px;
          background: white;
          transform: rotate(20deg);
          border-radius: 22px;
          top: -308px;
          left: 55px;
          z-index: -1;
      }
  } */
}
main header {
  border: none;
}
.path-hp header {
  position: absolute;
  z-index: 2;
  width: 100%;
  border-bottom: none;
}
header nav.navbar {
  background: white;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: space-between;
  padding: 0.5rem 0;
}
@media (max-width: 1200px) {
  header nav.navbar {
    border-radius: 0;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  header nav.navbar {
    padding: 0;
    box-shadow: 0px 1px 0px 0px #d5d5d5;
  }
}
header nav .nav-item {
  font-size: 1.5rem;
}
@media (max-width: 991px) {
  header nav .nav-item {
    font-size: 1.25rem;
  }
}
header nav .nav-item a {
  color: #030452;
}
header nav .nav-item a:hover {
  color: #df2237;
}
@media (max-width: 991px) {
  header nav .nav-item:not(.lang-item) {
    text-align: center;
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    min-height: 37px;
  }
}
@media (max-width: 991px) {
  header nav .nav-item:not(.lang-item).dropdown.active .dropdown-menu {
    display: grid;
  }
}
@media (min-width: 992px) {
  header nav .nav-item:not(.lang-item).dropdown:hover .dropdown-menu {
    display: grid;
  }
}
header nav .nav-item:not(.lang-item).dropdown > .views-field-name a:before {
  content: "";
  position: absolute;
  inset: 0;
  margin: -0.5rem -0.5rem -1.5rem;
}
header nav .nav-item:not(.lang-item).dropdown > .views-field-name a:after {
  content: "\f078";
  font-family: "Font Awesome 6 Pro" !important;
  border: none;
  font-weight: 300;
  vertical-align: 2px;
  margin-left: 2px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  header nav .nav-item:not(.lang-item).dropdown > .views-field-name a:after {
    content: none;
  }
}
header nav .nav-item:not(.lang-item).dropdown.active .expand-nav i:before {
  transform: rotate(-180deg);
}
header nav .nav-item:not(.lang-item) .expand-nav {
  position: relative;
  top: 2px;
  margin-left: 2px;
  margin-left: auto;
}
header nav .nav-item:not(.lang-item) .expand-nav i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #df2237;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
}
header nav .nav-item:not(.lang-item) .expand-nav i:before {
  transition: 0.15s;
}
header nav .nav-item:not(.lang-item) .dropdown-menu {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 2rem;
  min-width: 600px;
  border-radius: 20px;
  padding: 2rem;
  left: -250px;
  right: auto;
  margin-top: 0;
  border: none;
  background-color: #f3f3f3;
}
header nav .nav-item:not(.lang-item) .dropdown-menu.show {
  display: none;
}
@media (min-width: 992px) {
  header nav .nav-item:not(.lang-item) .dropdown-menu {
    border: 1px solid #ededed;
    z-index: -1;
  }
}
@media (max-width: 991px) {
  header nav .nav-item:not(.lang-item) .dropdown-menu {
    position: relative;
    min-width: 0;
    width: 100%;
    left: auto;
    right: auto;
    grid-template-columns: 1fr;
    text-align: center;
    background: #f3f3f3;
    margin-top: 1rem;
    padding: 0.35rem 1rem 0.75rem;
    border-radius: 5px;
  }
}
@media (max-width: 580px) {
  header nav .nav-item:not(.lang-item) .dropdown-menu {
    padding: 0.75rem;
    border-radius: 0.5rem;
  }
}
header nav .nav-item:not(.lang-item) .dropdown-menu:before {
  content: "";
  position: absolute;
  width: 99%;
  left: 1%;
  height: 2px;
  background: #f3f3f3;
  top: 32px;
}
@media (max-width: 991px) {
  header nav .nav-item:not(.lang-item) .dropdown-menu:before {
    content: none;
  }
}
header nav .nav-item:not(.lang-item) .dropdown-menu .nav-item {
  border-top: 1px solid lightgray;
  padding-top: 0.4rem;
  font-size: 1.25rem;
}
@media (max-width: 991px) {
  header nav .nav-item:not(.lang-item) .dropdown-menu .nav-item:first-of-type {
    border-top: none;
  }
}
header nav .lang-item {
  font-size: 1.05rem;
  margin-left: 0;
  order: 1;
}
header nav .lang-item:before {
  content: none !important;
}
@media (max-width: 991px) {
  header nav .lang-item {
    width: 100%;
    margin: 0;
  }
}
header nav .lang-item .dropdown-toggle,
header nav .lang-item .language-link {
  font-size: 1.05rem;
  font-weight: 400;
}
header nav .lang-item .dropdown-menu {
  min-width: 0;
  width: auto;
  text-align: center;
  padding: 0.5rem 0.75rem;
  gap: 0.5rem;
  right: 0;
  left: auto;
}
header nav .lang-item .dropdown-menu.show {
  display: flex;
}
header nav .lang-item .dropdown-menu .nav-item {
  font-size: 1.05rem;
  font-weight: 400;
}
header nav .lang-item .dropdown-menu .nav-item:before {
  content: none;
}
@media (max-width: 991px) {
  header nav .lang-item .dropdown-menu {
    right: auto;
    left: 0;
  }
}
header nav .navbar-toggler-icon {
  color: #000;
}
@media (max-width: 1200px) {
  header .container {
    max-width: 100%;
    padding: 0;
  }
}
header .navbar-brand {
  margin-right: 0;
  box-shadow: none !important;
}
@media (max-width: 580px) {
  header .navbar-brand img {
    width: 250px;
  }
}
header .navbar-toggler {
  margin-left: auto;
  box-shadow: none !important;
}
header .navbar-toggler i {
  font-size: 2rem;
}
@media (max-width: 991px) {
  header .navbar-toggler[aria-expanded=true] + .nav-right {
    border-top: 2px solid #f1f1f1;
    padding-top: 1rem;
  }
}
header .nav-right {
  flex-shrink: 0;
  padding: 0.5rem;
}
@media (max-width: 991px) {
  header .nav-right {
    width: 100%;
    padding: 0 0.5rem;
  }
}

.nav-item a {
  text-decoration: none;
  font-weight: 600;
}
.nav-row {
  display: flex;
  gap: 1.25rem;
  justify-content: flex-end;
}
.nav-row-secondary {
  gap: 6px;
  margin-top: -4px;
}
@media (max-width: 991px) {
  .nav-row-secondary {
    order: 2;
    flex-direction: column;
    align-items: center;
    border-top: 2px solid #f1f1f1;
    margin-top: 0;
    padding-top: 0.5rem;
    gap: 0.25rem;
    width: 100%;
  }
}
.nav-row-secondary a {
  font-size: 1.05rem;
  font-weight: 400;
}
.nav-row-secondary .nav-item {
  /* &:last-of-type, */
}
.nav-row-secondary .nav-item:before {
  content: "•";
  vertical-align: middle;
}
@media (max-width: 991px) {
  .nav-row-secondary .nav-item:before {
    content: none;
  }
}
.nav-row-secondary .nav-item:first-of-type:before {
  content: none;
}
@media (max-width: 991px) {
  .nav-row-primary {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
  }
}
.nav-row-primary .search-item {
  /* border-bottom: 2px solid #f1f1f1; */
  padding-bottom: 1rem;
}
.nav-row-primary .nav-item {
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: normal;
}
.nav-row-primary .nav-item:before {
  content: none;
}

.navigation {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-right: 1rem;
}
@media (max-width: 991px) {
  .navigation {
    margin-right: 0;
  }
}

header form[id*=form-search] {
  margin: 0;
}
header form[id*=form-search] fieldset {
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  border-radius: 100vmax;
  border: 2px solid #df2237;
  background-color: #df2237;
  overflow: hidden;
}
header form[id*=form-search] .form-item label {
  height: 0;
  opacity: 0;
  display: block;
}
header form[id*=form-search] .form-item input {
  width: 200px;
}
header form[id*=form-search] .form-text {
  margin: 0;
}
header form[id*=form-search] .form-type-date {
  display: none;
}
header form[id*=form-search] .form-actions button {
  height: 100%;
  padding: 0.625rem 1rem;
}
header form[id*=form-search] input,
header form[id*=form-search] button {
  border-radius: 0;
  border: none;
  background-image: none !important;
}
header .search-bar {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 991px) {
  header .search-bar {
    flex-direction: column;
    order: 1;
  }
  header .search-bar .views-exposed-form {
    width: 100%;
  }
  header .search-bar .views-exposed-form .form-item-text {
    width: 100%;
  }
  header .search-bar .views-exposed-form .form-item-text input {
    width: 100%;
  }
}

.search-item {
  margin-left: 5px;
}
@media (max-width: 991px) {
  .search-item {
    margin: 0;
    order: -1;
    margin-bottom: 0.25rem;
  }
}
.search-item:before {
  content: none !important;
}
.search-item a {
  background-color: #df2237;
  color: #fff;
  padding: 5px 8px;
  border-radius: 3px;
}
.search-item a:hover {
  background-color: rgb(157.6699604743, 22.8300395257, 37.8122529644);
}
.search-item a i {
  color: #fff;
}
.search-item-inline .search-item-form-wrapper {
  display: block;
  position: relative;
  padding: 0;
  top: 0;
  border-radius: 0;
  background-color: transparent;
  margin-top: 0;
}
.search-item-inline .search-item-form-wrapper fieldset {
  background-color: transparent;
}
.search-item-inline .search-item-form-wrapper label {
  display: none;
}
.search-item-inline .search-item-form-wrapper input {
  width: 190px;
  border-color: #df2237;
  border-width: 2px;
  border-radius: 100vmax;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: 41px;
  font-size: 1rem;
  letter-spacing: normal;
}
@media (max-width: 991px) {
  .search-item-inline .search-item-form-wrapper input {
    width: 100%;
    height: 50px;
    color: #030452;
  }
}
.search-item-inline .search-item-form-wrapper input::-moz-placeholder {
  font-size: 1rem;
  letter-spacing: normal;
  color: #000;
}
.search-item-inline .search-item-form-wrapper input::placeholder {
  font-size: 1rem;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 991px) {
  .search-item-inline .search-item-form-wrapper input::-moz-placeholder {
    color: #030452;
  }
  .search-item-inline .search-item-form-wrapper input::placeholder {
    color: #030452;
  }
}
.search-item-inline .search-item-form-wrapper button {
  margin-left: 0;
  border-radius: 100vmax;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 41px;
  margin-top: 0;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .search-item-inline .search-item-form-wrapper button {
    height: 50px;
    width: 60px;
    font-size: 1rem;
  }
}
.search-item-form-wrapper {
  display: none;
  position: absolute;
  top: 30px;
  background-color: #030452;
  z-index: 999;
  right: 0;
  padding: 1rem;
  border-radius: 10px;
}
.search-item-form-wrapper.active {
  display: block;
}
@media (max-width: 991px) {
  .search-item-form-wrapper {
    display: block !important;
    position: relative;
    top: 0;
    width: 100%;
    text-align: left;
  }
}
.search-item-form-wrapper form {
  margin: 0 !important;
}
.search-item-form-wrapper fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  background-color: #030452;
  gap: 0;
  flex-wrap: nowrap;
}
.search-item-form-wrapper fieldset .form-item {
  width: 100%;
}
.search-item-form-wrapper fieldset label {
  display: block;
  font-size: 0.9rem;
  color: #fff;
  margin-bottom: 0.5rem;
  margin-top: -5px;
}
.search-item-form-wrapper fieldset input {
  padding: 0.5rem 0.75rem;
  cursor: text;
  width: 295px;
  max-width: 100%;
}
@media (max-width: 991px) {
  .search-item-form-wrapper fieldset input {
    width: 100%;
  }
}
.search-item-form-wrapper fieldset button {
  margin-left: 1rem;
  margin-top: auto;
}

@media (max-width: 991px) {
  .language-switcher-language-url {
    order: 2;
    align-self: flex-start;
  }
}
.language-switcher-language-url > .contextual {
  display: none;
}

.google-translate-bar {
  position: relative;
  /* button {
      background: transparent;
      font-size: 30px;
      padding: 0;
      color: $color_primary;
  }
  #google_translate_element {
      position: absolute;
      right: 0;
      top: 42px;
      z-index: 99;
      @include respond-to('lg') {
          right: auto;
          left: 50px;
          top: -5px;
      }
  } */
}
@media (max-width: 991px) {
  .google-translate-bar {
    width: 100%;
  }
}
.google-translate-bar .goog-te-gadget-simple {
  padding: 10px;
  /* padding-right: 25px; */
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** LAYOUT STYLES */
.content-block {
  /* padding: 4rem; */
  overflow: hidden;
}
.content-block.content-page-header {
  padding: 2rem;
}
@media (max-width: 580px) {
  .content-block.content-page-header {
    padding: 0.75rem;
  }
}
@media (max-width: 991px) {
  .content-block.content-page-header .container {
    padding: 0;
  }
}
@media (max-width: 580px) {
  .content-block {
    padding: 2rem 0;
  }
}
.content-block-hp {
  padding: 0;
}
.js-alt .content-block-hp {
  background-image: url("../img/blob.svg");
  background-size: cover;
  background-position: bottom;
}
.content-block-hp-wrapper {
  position: relative;
  height: 696px;
  overflow: hidden;
  max-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  /* &:before {
      content: "";
      position: absolute;
      inset: 0;
      background-color: #000;
      opacity: .5;
  } */
}
.js-alt .content-block-hp-wrapper {
  min-height: 678px;
  height: auto;
  max-height: none;
}
.content-block-hp-wrapper img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
}
.content-block-hp-wrapper img.inactive {
  display: none;
}
.js-alt .content-block-hp-wrapper .grid {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 11rem;
  margin-bottom: 4rem;
}
.js-alt .content-block-hp-wrapper .grid .gov-grid {
  padding: 2rem;
}
@media (max-width: 580px) {
  .js-alt .content-block-hp-wrapper .grid .gov-grid {
    padding: 0.75rem;
  }
}
@media (max-width: 580px) {
  .js-alt .content-block-hp-wrapper .grid {
    border-radius: 0.5rem;
    margin-top: 7rem;
    margin-bottom: 2rem;
  }
}
.js-alt .content-block-hp-wrapper .container {
  position: relative;
}
@media (max-width: 580px) {
  .js-alt .content-block-hp-wrapper .container {
    padding: 0 2rem;
  }
}
.content-block.js-news-preview-inline-bg {
  background-color: #030452;
  background-image: url(../img/RectLight.svg);
  background-size: cover;
  background-position: bottom;
  margin: 4rem 0;
}
.content-block.js-grid-msw-bg:not(.js-aside-box) {
  background-color: #f3f3f3;
  background-image: url(../img/ShinyOverlay-w.svg);
  background-size: cover;
  background-position: center;
}
.content-block.js-grid-msw-bg:not(.js-aside-box) + .js-news-preview-inline-bg {
  margin-top: 0;
}
.content-block.js-aside-box {
  padding: 0;
  /* @include respond-to('sm') {
      margin-top: -2rem;
  } */
}
.content-block.js-aside-box .container {
  display: flex;
  flex-direction: column;
  /* background: #f3f3f3; */
  /* padding: 2rem .75rem; */
  border-radius: 20px;
  /* overflow: hidden; */
  gap: 2rem;
}
.content-block.js-aside-box .container-body {
  display: flex;
  gap: 2rem;
}
@media (max-width: 991px) {
  .content-block.js-aside-box .container-body {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .content-block.js-aside-box .container {
    flex-direction: column;
  }
}
@media (min-width: 580px) and (max-width: 992px) {
  .content-block.js-aside-box .container {
    padding: 0;
  }
}
@media (max-width: 580px) {
  .content-block.js-aside-box .container {
    border-radius: 0.5rem;
  }
}
.content-block.js-aside-box .container section {
  width: 100%;
}
@media (min-width: 992px) {
  .content-block.js-aside-box .container > section {
    max-width: calc(100% - 370px - 2rem);
  }
}
.content-block.js-aside-box + .js-grid-msw-bg {
  margin-top: 4rem;
}
.content-block.below-content, .content-block.above-footer {
  margin-top: 2rem;
}
.content-block a + i {
  margin-left: 5px;
}
.content-block p a:hover {
  text-decoration: underline;
}
.content-block .container > .news-preview-block .news-list {
  padding: 0 !important;
}
.content-block .container > .news-preview-block .news-list .teaser {
  display: block;
}

.container-body-inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.container-body > .container-body-inner a[target=_blank] {
  margin-right: 0;
}

/* .content-page-header {
    + .content-block {
        > .container > .grid {
            @media (min-width: 580px) {
                margin-top: -4rem;
            }
        }
    }
} */
.page-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
.page-title .shortcuts {
  margin-left: auto;
}
@media (max-width: 580px) {
  .page-title .shortcuts {
    margin-left: 0;
    width: 100%;
  }
}

body.path-hp:not(.toolbar-horizontal):not(.toolbar-vertical) .container-body {
  margin-top: 4rem;
}
@media (max-width: 580px) {
  body.path-hp:not(.toolbar-horizontal):not(.toolbar-vertical) .container-body {
    margin-top: 2rem;
  }
}
.container-body > .container-body-inner {
  /* #block-khk-sectionmenu {
      display: none;
  } */
}
.container-body > .container-body-inner .shortcuts a:not(:last-of-type):after {
  content: ",";
}

.warning {
  /* &.js-polygon-bg {
      position: relative;
      z-index: 0;
      h2 {
          color: #fff;
      }
      &:before {
          content: '';
          position: absolute;
          z-index: -1;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-image: url('../img/low-poly-grid-haikei-2.svg');
          background-size: auto;
          background-position: left;
          width: 200vw;
          transform: translateX(-50vw);
          margin: -4rem 0;
          @include respond-to('md') {
              width: 120vw;
              transform: translateX(-24vw);
              background-size: cover;
          }
      }
  } */
}
.warning.js-gray-bg {
  box-shadow: 0 0 0 100vmax #f3f3f3;
  clip-path: inset(-4rem -100vmax);
  background-color: #f3f3f3;
  margin: 4rem 0;
}
.warning.js-polygon-bg {
  /** BLOB!!! */
  position: relative;
  z-index: 0;
}
.warning.js-polygon-bg h2 {
  color: #fff;
}
.warning.js-polygon-bg:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../img/blob-wide.svg");
  background-size: auto;
  background-position: center;
  width: 140%;
  transform: translateX(-13%);
  background-color: #030452;
  box-shadow: 0px 0px 0px 100vmax #030452;
  clip-path: inset(0 -100vmax);
  margin: -4rem 0;
}
@media (max-width: 768px) {
  .warning.js-polygon-bg:before {
    width: 120vw;
    transform: translateX(-15%);
  }
}
.warning h2 {
  text-align: center;
  /* &:after {
      content: "\f431";
      font-family: bootstrap-icons !important;
      vertical-align: -0.125em;
      margin-left: 5px;
  } */
}

.bg-poly {
  /* background-image: url('../img/low-poly-grid-2.svg'); */
  background-image: url("../img/blob.svg");
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 2000px) {
  .bg-poly {
    background-position: center;
  }
}
.bg-poly h2 {
  color: #fff;
}
.bg-poly .warning {
  background-color: transparent;
  box-shadow: none;
  clip-path: none;
}

.socials {
  position: absolute;
  top: 240px;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}
.socials .moto {
  font-size: 3rem;
  color: #fff;
  font-style: oblique;
  font-weight: 900;
  margin-bottom: 1rem;
  /* br {
      @media (min-width: 580px) {
          display: none;
      }
  } */
}
@media (max-width: 768px) {
  .socials .moto {
    padding: 0 1rem;
  }
}
.socials .moto span {
  font-weight: 300;
  position: relative;
  width: 500px;
  max-width: 100%;
  display: inline-block;
  font-size: 2rem;
  margin-top: 1rem;
  padding-top: 1rem;
}
.socials .moto span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .socials .moto span:before {
    width: 80%;
    left: 10%;
  }
}
@media (max-width: 768px) {
  .socials .moto {
    font-size: 2rem;
  }
}
.socials-wrapper {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.socials-wrapper a,
.socials-wrapper i {
  font-size: 3rem;
  color: #fff;
}
@media (max-width: 768px) {
  .socials-wrapper a,
  .socials-wrapper i {
    font-size: 2rem;
  }
}
.socials-wrapper .ext {
  position: relative;
}
.socials-wrapper .ext svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.section-action {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}

.action-wrapper {
  display: flex;
  gap: 1rem;
}
@media (max-width: 580px) {
  .action-wrapper {
    flex-direction: column;
  }
}

.detail {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: #3B3B3B;
  /* .js-previous-block-exist {
      h2 {
          + * {
              margin-top: 42px;
          }
      }
  } */
}
.detail h2 {
  text-align: left;
}
.detail-details i {
  margin-right: 3px;
}
.detail section:last-child:not(.grid) {
  margin-bottom: -2rem;
}
@media (max-width: 991px) {
  .detail section:last-child:not(.grid) {
    margin-bottom: 0;
  }
}
.detail .teaser.teaser-exist {
  margin: -2rem 0;
}
@media (max-width: 991px) {
  .detail .teaser.teaser-exist {
    margin-top: 0;
  }
}
.detail .teaser img {
  border-radius: 20px;
}
@media (max-width: 580px) {
  .detail .teaser img {
    border-radius: 0.5rem;
  }
}

.hidden,
.type-hidden {
  display: none;
}

.view-change {
  margin-top: 2rem;
}
.view-change span {
  display: block;
  font-size: 0.9rem;
  cursor: pointer;
}

/** temp */
.lightgallery a {
  pointer-events: none;
}

.gallery {
  margin-bottom: 1rem;
}

section.list .news-list {
  padding: 0;
}
section.list .filter, section.detail .filter {
  margin-top: -2rem;
}
@media (max-width: 991px) {
  section.list .filter, section.detail .filter {
    margin-top: 0;
  }
}
section.list .filter form, section.detail .filter form {
  margin-bottom: 0;
}
section.info > p {
  text-align: center;
}
section .filter form fieldset {
  background-color: #df2237;
  color: #fff;
  border-radius: 20px;
  background-image: url(../img/RectLight-r.svg);
  background-size: cover;
}
@media (max-width: 580px) {
  section .filter form fieldset {
    border-radius: 0.5rem;
  }
}
section .filter form fieldset.blue {
  background-image: url(../img/RectLight.svg);
}
section .filter form fieldset input,
section .filter form fieldset select {
  border-color: transparent;
}

/* .ico {
    &-contact {
        &.gov-alert {
            .gov-alert__item {
                &:first-of-type {
                    &:before {
                        content: "\f676";
                    }
                }
            }
        }
    }    
    &-info {
        &.gov-alert {
            .gov-alert__item {
                &:first-of-type {
                    &:before {
                        content: "\f646";
                    }
                }
            }
        }
    }
    &-list {
        &.gov-alert {
            .gov-alert__item {
                &:first-of-type {
                    &:before {
                        content: "\f5f9";
                    }
                }
            }
        }
    }
    &-exclamation {
        &.gov-alert {
            .gov-alert__item {
                &:first-of-type {
                    &:before {
                        content: "\f33b";
                    }
                }
            }
        }
    }
} */
.poll {
  width: 100%;
}
.poll-question {
  color: #fff;
  margin: 0;
}
.poll .form-actions button[id*=edit-vote] {
  order: 2;
}
.poll .form-actions button[id*=edit-result] {
  margin-right: auto;
}

.user-details .form-item {
  margin-bottom: 2rem;
}

.default-field {
  margin-bottom: 1rem;
}
.default-field h4 {
  margin-bottom: 0;
}
.default-field i {
  display: none;
}

article.node .info {
  margin-bottom: 1rem;
}
article.node .details .info {
  margin-bottom: 0;
}

.search-api-autocomplete-search {
  width: 500px !important;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem;
}
.search-api-autocomplete-search li {
  background: transparent !important;
}
.search-api-autocomplete-search li:before {
  content: none;
}
.search-api-autocomplete-search .search-api-autocomplete-suggestion {
  color: #3B3B3B;
}
.search-api-autocomplete-search .ui-state-active .search-api-autocomplete-suggestion {
  background-color: transparent !important;
  color: #3B3B3B !important;
  text-decoration: underline;
}

main .nav-row {
  flex-direction: column;
  gap: 0.5rem;
}
main .nav-row > .nav-item {
  font-size: 1rem;
  /* border-bottom: 1px solid lightgray;
  padding-bottom: .5rem; */
}
main .dropdown-menu {
  display: block;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0 0 0 0.75rem;
}

.bulletin-wrapper > i {
  display: none;
}
.bulletin-wrapper > div {
  display: flex;
  font-size: 1rem;
  align-items: baseline;
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.bulletin-wrapper .file {
  padding: 0;
}

.sitemap ul li {
  list-style-type: none;
}
.sitemap ul li:before {
  content: none;
}
.sitemap ul ul {
  border-left: 2px solid #030452;
  padding-left: 1rem;
  margin-left: 0;
}
.sitemap ul ul ul {
  border-left-color: #d7d7d7;
}
.sitemap ul ul ul ul {
  border-left-color: #f0f0f0;
}
.sitemap a {
  text-decoration: none;
  font-weight: 600;
  color: #030452;
}
.sitemap a:hover {
  color: #df2237;
}

dl dt,
.percent {
  color: #fff;
}

.table-wrapper {
  width: 100%;
  overflow: auto;
  margin-bottom: 1rem;
}
.table-wrapper.fixed {
  overflow: visible;
}
.table-wrapper.fixed table {
  table-layout: fixed;
}
.table-wrapper table {
  width: 100% !important;
}
@media (max-width: 580px) {
  .table-wrapper table tr th {
    width: 125px;
  }
}

.node.contract .node-content .default-field, .node.register .node-content .default-field {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.75rem;
}
.node.contract .node-content .default-field h4, .node.register .node-content .default-field h4 {
  margin-bottom: 0.25rem;
}
.node.contract .node-content .default-field.field_contract_reason, .node.register .node-content .default-field.field_contract_reason {
  margin-bottom: 0.75rem;
}
.node.contract .node-content .default-field:last-of-type, .node.contract .node-content .default-field.field_register_members, .node.register .node-content .default-field:last-of-type, .node.register .node-content .default-field.field_register_members {
  border-bottom: none;
}
.node.contract .node-content .default-field ul,
.node.contract .node-content .default-field ol,
.node.contract .node-content .default-field table, .node.register .node-content .default-field ul,
.node.register .node-content .default-field ol,
.node.register .node-content .default-field table {
  margin-bottom: 0;
}
.node.contract .node-content .default-field ul li,
.node.contract .node-content .default-field ol li, .node.register .node-content .default-field ul li,
.node.register .node-content .default-field ol li {
  font-size: 1rem;
}
.node.contract.smlouva .field_contract_number_addendum {
  display: none;
}

.node-content .field_author {
  margin-top: 1rem;
}

section.grid {
  margin-top: 2px;
}

.project-type {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 580px) {
  .project-type {
    flex-direction: column;
  }
}
.project-type--item {
  width: 50%;
  display: flex;
  align-items: center;
}
@media (max-width: 580px) {
  .project-type--item {
    width: auto;
  }
}

.tooltip-wrapper {
  cursor: help;
  z-index: 0;
  position: relative;
}
.tooltip-wrapper em {
  display: none;
  font-style: normal;
}
.tooltip-wrapper:hover {
  font-size: 100%;
}
.tooltip-wrapper:hover em {
  display: block !important;
  position: absolute;
  top: -20px;
  left: 20px;
  width: 300px;
  background: #656565;
  color: #fff;
  padding: 10px;
  text-decoration: none;
  z-index: 10;
  font-size: 90%;
  line-height: 1.5;
}
.tooltip-wrapper span {
  display: none;
}

body:not(.js-alt) .content-block-hp-wrapper .paragraph--type--header {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  max-width: none;
  display: block;
}
body:not(.path-user) #block-prihlaseni h2 {
  display: none;
}
body:not(.path-user) .user-login-form {
  margin: 0;
}
body:not(.path-user) .user-login-form + ul {
  display: none;
}

.phone-number {
  display: inline-block;
  position: relative;
  white-space: nowrap;
}
.phone-number:before {
  content: attr(data-visual);
  position: absolute;
  color: inherit;
  pointer-events: none;
}
.phone-number span {
  color: #fff;
  letter-spacing: 1px;
}
.phone-number span::-moz-selection {
  color: transparent;
  background: #3367d1;
}
.phone-number span::selection {
  color: transparent;
  background: #3367d1;
}

.news-preview-area:not(.news-preview-area-teaser) {
  overflow: auto;
}
.news-preview-area:not(.news-preview-area-teaser)::-webkit-scrollbar {
  display: none;
}

.socials-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin: 2rem 0 4rem;
}
@media (max-width: 991px) {
  .socials-banner {
    margin: 0 0 2rem;
  }
}
.socials-banner h2 {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.socials-banner a {
  display: flex;
  font-size: 3rem;
  text-decoration: none !important;
  position: relative;
}
.socials-banner a i,
.socials-banner a img {
  transition: 0.15s;
}
.socials-banner a:hover i,
.socials-banner a:hover img {
  transform: scale(1.15);
}
.socials-banner a svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  opacity: 0;
}
.socials-banner .facebook i {
  color: #1878f1;
}
.socials-banner .youtube i {
  color: red;
}
.socials-banner .twitter-x i {
  color: #000;
}
.socials-banner .instagram i {
  color: #b12e94;
}

.form-item-children .tabledrag-toggle-weight-wrapper {
  display: none;
}
.form-item-children .tabledrag-toggle-weight-wrapper .tabledrag-toggle-weight {
  color: #fff;
}
.form-item-children .webform-multiple-table {
  background: #ab1929;
  box-shadow: 0px 0px 2px 0px #242424;
  padding: 0;
}
.form-item-children .webform-multiple-table:has(table[data-drupal-selector=edit-children-items]) {
  padding: 1rem 0.25rem 1rem 1rem;
}
.form-item-children .webform-multiple-table:has(table[data-drupal-selector=edit-children-items]) + .webform-multiple-add {
  display: none;
}
.form-item-children .webform-multiple-add {
  display: flex;
  gap: 0.5rem;
}
.form-item-children .webform-multiple-add .button {
  order: 1;
}
.form-item-children .webform-multiple-add .form-item input {
  padding: 8px;
  height: 40px;
}
.form-item-children .webform-multiple-add .form-item .field-suffix {
  display: none;
}
.form-item-children table {
  table-layout: auto;
}
.form-item-children table tr {
  border: none;
}
.form-item-children table tr th {
  text-transform: none;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0 0 0 3px !important;
  vertical-align: bottom;
}
.form-item-children table tr td {
  min-width: 0;
  padding: 0 1px !important;
  border: none;
}
.form-item-children table tr td.webform-multiple-table--handle {
  width: auto;
  padding-right: 2px !important;
}
.form-item-children table tr td.webform-multiple-table--operations-two {
  width: auto;
}
.form-item-children table tr td.webform-multiple-table--operations {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  filter: invert(1) brightness(100);
  transform: scale(0.9);
  margin-top: -1px;
  margin-bottom: 1px;
  padding-left: 3px !important;
}
.form-item-children table tr td.webform-multiple-table--operations input {
  margin: 0 !important;
}
.form-item-children table tr td .tabledrag-handle .handle {
  width: 16px;
  height: 24px;
  filter: brightness(100);
  background-position: left center;
  margin: 0;
  padding: 0;
}

.form-item-legal-representative input[type=checkbox] {
  position: relative;
  top: 2px;
}

.bank-account-wrapper {
  display: flex;
  width: 100%;
  gap: 1rem;
}
@media (max-width: 768px) {
  .bank-account-wrapper {
    gap: 0.5rem;
  }
}

.form-item:not(.form-item-children).error, .form-item:not(.form-item-children):has(.error) {
  position: relative;
}
.form-item:not(.form-item-children).error input:not([type=radio], [type=checkbox]), .form-item:not(.form-item-children):has(.error) input:not([type=radio], [type=checkbox]) {
  padding-right: 2.25rem;
}
.form-item:not(.form-item-children).error:after, .form-item:not(.form-item-children):has(.error):after {
  font-family: "Font Awesome 6 Pro";
  content: "\f071";
  position: absolute;
  right: 0.5rem;
  top: 1.8rem;
  font-size: 20px;
  color: #df2237;
  font-weight: 900;
}
table .form-item:not(.form-item-children).error:after, table .form-item:not(.form-item-children):has(.error):after {
  top: 0.35rem;
}

table .form-item.error:after, table .form-item:has(.error):after {
  content: none !important;
}

.summary {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
.summary-label {
  font-size: 14px;
}
.summary-value {
  font-size: 16px;
  font-weight: 500;
}
.summary-value .summary {
  padding-left: 1rem;
  border-left: 2px solid;
  margin-left: 1px;
}

.nia-logout-block {
  border: 0;
  margin: 0;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: #df2237;
  color: #fff;
  border-radius: 20px;
  background-image: url(../img/RectLight-r.svg);
  background-size: cover;
}
.nia-logout-block .nia-logout-text > * {
  color: #fff;
  font-size: 1rem;
  margin: 0;
}

div[class*=legal-representative] {
  display: flex;
  gap: 5px;
}
div[class*=legal-representative] input[type=checkbox] {
  width: 24px;
  height: 24px;
  top: -1px;
  margin-right: 4px;
  flex-shrink: 0;
}
div[class*=legal-representative] label {
  font-size: 16px;
  font-weight: 700;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** SIDEBAR STYLES */
aside {
  /* background: $color_primary;
  box-shadow: 0 0 0 100vmax $color_primary;
  clip-path: inset(-4rem -2rem); */
  flex-basis: 430px;
  flex-shrink: 0;
  position: relative;
  isolation: isolate;
  color: #fff;
  background: #030452;
  border-radius: 20px;
  padding: 2rem;
  /* height: fit-content; */
  /* &:before {
      content: "";
      position: absolute;
      inset: 0;
      background: $color_primary;
      margin: -2rem;
      z-index: -1;
      border-radius: 20px;
      @include respond-to('lg') {
          content: none;
      }
  } */
  /* #block-khk-sectionmenusidebar {
      display: none;
  } */
}
@media (max-width: 991px) {
  aside {
    order: 1;
    padding: 2rem;
    background-color: #030452;
    border-radius: 20px;
  }
}
@media (max-width: 580px) {
  aside {
    padding: 0.75rem;
    border-radius: 0.5rem;
  }
}
aside :is(h2, a, a:visited, i, span) {
  color: #fff;
}
aside a {
  text-decoration: none;
}
aside a:hover {
  color: #fff;
  text-decoration: underline;
}
aside a:hover i {
  color: #fff;
}
aside .previous {
  /* border-bottom: 1px solid #252685; */
  padding-bottom: 1rem;
}
aside .previous h2 {
  margin-bottom: 0;
}
aside .previous i {
  position: relative;
  top: 2px;
}
aside .previous + .sidebar-list {
  margin-top: 1rem;
}
aside nav {
  margin-top: 3px;
}
aside nav .nav-item {
  margin-bottom: 5px;
  border-radius: 5px;
  /* overflow: hidden; */
  background-color: rgb(2.46, 3.28, 67.24);
}
aside nav .nav-item.active {
  background-color: #df2237;
  /* pointer-events: none; */
}
aside nav .nav-item.active i {
  background: rgb(157.6699604743, 22.8300395257, 37.8122529644);
}
aside nav .nav-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
}
aside nav .nav-item a:visited > * {
  color: #fff;
}
aside nav .nav-item a:hover {
  text-decoration: none;
}
aside nav .nav-item a:hover span {
  color: #fff;
  text-decoration: underline;
}
aside nav .nav-item a:hover i:before {
  transform: scale(1.25);
}
aside nav .nav-item a svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  margin-left: -0.75rem;
}
aside nav .nav-item a svg path {
  stroke: #fff;
}
aside nav .nav-item a i {
  order: 2;
  margin-left: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
aside nav .nav-item span {
  padding: 1.25rem 1rem;
}
aside nav .nav-item i {
  padding: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #252685;
}
aside nav .nav-item i:before {
  transition: 0.15s;
}
aside .shortcuts {
  font-size: 0.9rem;
  /* display: flex;
  flex-wrap: wrap;
  gap: .33rem;
  margin-top: .3rem; */
}
@media (max-width: 580px) {
  aside .shortcuts {
    display: none;
  }
}
aside .shortcuts a[target=_blank] {
  margin-right: 0;
}
aside .shortcuts a:not(:last-of-type) {
  position: relative;
  /* padding-right: 10px; */
}
aside .shortcuts a:not(:last-of-type):after {
  content: "•" !important;
  position: relative;
  margin-left: 3px;
  font-size: 0.9rem;
  vertical-align: baseline;
}
aside .gov-alert .gov-alert__item:before {
  content: none !important;
}
aside footer {
  margin-top: 2rem;
  background: none;
}
aside img {
  max-width: 100px;
}
aside .view-area {
  margin-top: 0;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 580px) {
  aside .view-area {
    gap: 0.75rem;
  }
}
aside .view-area .action-wrapper {
  justify-content: flex-end;
}
aside .views-row article {
  display: flex;
  gap: 1rem;
  align-items: center;
  background-color: rgb(2.46, 3.28, 67.24);
  border-radius: 5px;
  overflow: hidden;
  padding-right: 1rem;
}
aside .views-row article .details {
  gap: 0;
}
aside .views-row article .teaser a {
  flex-shrink: 0;
}
aside .views-row article .teaser a[target=_blank]::after {
  content: none !important;
}
aside .views-row article h3 {
  margin: 0;
}
aside .views-row article.portal h3 {
  margin-right: -12px;
}
aside .gov-alert .view-area {
  margin-bottom: 1rem;
}
aside .gov-alert .views-row {
  background-color: transparent;
}
aside .gov-alert footer {
  margin-top: 1rem;
}
aside .contact-line {
  margin-left: 2px;
}
aside .contact-teaser .default-field {
  margin: 0;
}
aside .contact-teaser .default-field h4 {
  display: none;
}
aside .contact-teaser .default-field i {
  display: inline-block;
}
aside + .container-body-inner {
  width: calc(100% - 430px - 2rem);
}
@media (max-width: 991px) {
  aside + .container-body-inner {
    width: 100%;
  }
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** PRAGRAPH STYLES */
.paragraph {
  /** temp - before drupal implementation */
}
body:not(.path--home) .paragraph + .paragraph:not(.js-bg):not(.bg):not(.paragraph--type--accordition-item):not(.paragraph--type--information):not(.paragraph--type--navigation-tile) {
  margin-top: 2rem;
}
body:not(.path--home) .paragraph + .paragraph.bg, body:not(.path--home) .paragraph + .paragraph.js-bg {
  margin-top: 6rem;
}
.paragraph a.gov-button {
  margin-bottom: 1rem;
}
.paragraph a small {
  color: #030452;
}
.paragraph a:hover small {
  color: #df2237;
}
.paragraph h2 {
  margin-bottom: 1rem;
}
.paragraph > p {
  color: #3B3B3B;
}
.paragraph p a.ext:not(.gov-button) {
  position: relative;
  padding-right: 15px;
  /* &:after {
      font-family: bootstrap-icons;
      content: "\f1c5";
      font-size: .7rem;
      position: absolute;
      bottom: 4px;
      right: 0;
  } */
}
.paragraph p a.ext:not(.gov-button) svg.ext {
  width: 18px;
  height: 18px;
  margin-top: -5px;
  margin-left: 1px;
  fill: #030452;
}
.paragraph p a.ext:not(.gov-button) svg.ext path {
  stroke: #030452;
  stroke-width: 1;
}
.paragraph .gov-alert {
  margin-bottom: 1rem;
}
.paragraph .gov-alert .gov-button {
  margin-bottom: 0;
}
.paragraph--type--list .view-area {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.paragraph--type--list .view-area .views-row {
  position: relative;
}
.paragraph--type--list .view-area .views-row:not(:last-of-type):after {
  width: 100%;
  content: "";
  height: 1px;
  position: absolute;
  bottom: -1rem;
  background: #ededed;
}
.paragraph--type--list .view-area + footer {
  display: none;
}
.paragraph--type--list article {
  position: relative;
  display: flex;
  gap: 1rem;
  height: 100%;
  color: #3B3B3B;
}
.paragraph--type--list article p {
  color: #3B3B3B;
}
@media (max-width: 1200px) {
  .paragraph--type--list article {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .paragraph--type--list article {
    flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .paragraph--type--list article {
    flex-wrap: wrap;
  }
}
.paragraph--type--list article img {
  border-radius: 5px !important;
  transition: 0.3s;
}
.paragraph--type--list article h3 {
  width: 100%;
}
.paragraph--type--list article a {
  text-decoration: none;
  color: #030452;
}
.paragraph--type--list article a span,
.paragraph--type--list article a i {
  color: #030452;
}
.paragraph--type--list article a:hover {
  color: #df2237;
}
.paragraph--type--list article a:hover span,
.paragraph--type--list article a:hover i {
  color: #df2237;
}
.paragraph--type--list article.portal .shortcuts a:not(:last-of-type):after {
  content: "," !important;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin-top: -2px;
}
.paragraph--type--list article .badge a {
  color: #fff;
}
.paragraph--type--list article .badge a:hover {
  color: #fff;
  text-decoration: underline;
}
.paragraph--type--list article p {
  margin-bottom: 0.75rem;
  font-size: 15px;
  width: 100%;
}
.paragraph--type--list article .read {
  margin-left: auto;
}
.paragraph--type--list article .details {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-shrink: 0;
}
.paragraph--type--list article .teaser {
  border-radius: 5px;
  overflow: hidden;
  /* a {
      &:hover {
          img {
              transform: scale(1.25);
          }
      }
  } */
}
@media (max-width: 580px) {
  .paragraph--type--list article .teaser {
    max-width: 100%;
  }
  .paragraph--type--list article .teaser img {
    width: 100%;
  }
}
.paragraph--type--list article .teaser + .details {
  width: 60%;
}
@media (max-width: 768px) {
  .paragraph--type--list article .teaser + .details {
    width: 100%;
  }
}
.paragraph--type--list article .info {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin-top: auto;
}
.paragraph--type--list article .info .read {
  margin-left: auto;
}
.paragraph--type--navigation {
  padding: 4rem 0;
}
.paragraph--type--accordition-item:not(:last-of-type) {
  border-bottom: 1px solid #e9e9e9;
}
.paragraph--type--information {
  position: relative;
}
.paragraph--type--information:not(:last-of-type):after {
  content: "";
  position: absolute;
  right: -1.5rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 768px) {
  .paragraph--type--information:not(:last-of-type):after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -1rem;
    left: 0;
    right: auto;
  }
}
.paragraph--type--citation {
  position: relative;
  margin-bottom: 1.5625rem;
  padding: 0.9375rem 1.5625rem;
  padding-left: 3.125rem;
  background-color: var(--gov-color-blue-hover);
  border: none;
  color: var(--gov-color-grey-mid);
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.0125em;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
.paragraph--type--citation:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
}
.paragraph--type--citation:after {
  display: block;
  position: absolute;
  left: 0.9375rem;
  top: 0.625rem;
  bottom: 0;
  font-size: 1.5rem;
}
.paragraph--type--image-embedded img {
  border-radius: 20px;
}
@media (max-width: 580px) {
  .paragraph--type--image-embedded img {
    border-radius: 0.5rem;
  }
}
.paragraph--type--document-embedded .embedded-source-file {
  display: none;
}
.paragraph--type--document-embedded .pdf-wrapper {
  border: 5px solid #323639;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 580px) {
  .paragraph--type--document-embedded .pdf-wrapper {
    border-radius: 0.5rem;
  }
}
.paragraph--type--document-embedded .pdf-wrapper .pdf-viewer {
  overflow: auto;
}
.paragraph--type--body a {
  text-decoration: underline;
}
.paragraph--type--body a:hover {
  text-decoration: underline;
}

.attachments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.news-preview {
  position: relative;
  display: flex;
  gap: 2rem;
  background-color: #f3f3f3;
  /* background-color: #fff;
  box-shadow: 0 0 0 100vmax $color_primary;
  clip-path: inset(-4rem -100vmax); */
  border-radius: 20px;
  max-width: 100%;
  margin-bottom: 8rem;
  /* &.bg-lists {
      &:before,
      &:after {
          content: "";
          position: absolute;
          height: 110%;
          width: 50%;
          background: $color_primary;
          z-index: -1;
          right: -1%;
          top: -5%;
          border-radius: 20px;
          transform: rotate(10deg);
          @include respond-to('sm') {
              border-radius: .5rem;
          }
      }
      &:before {
          background: $color_secondary;
          transform: rotate(22deg);
      }
  } */
}
.news-preview.bottom-zero {
  margin-bottom: 0;
}
.news-preview.bottom-zero + .section-action {
  margin-bottom: 8rem;
}
@media (max-width: 991px) {
  .news-preview {
    flex-direction: column;
  }
  .news-preview:before, .news-preview:after {
    content: none !important;
  }
}
@media (max-width: 580px) {
  .news-preview {
    border-radius: 0.5rem;
  }
}
.news-preview.bg-shape:after {
  content: "";
  position: absolute;
  height: calc(100% + 8rem);
  width: 100%;
  /* background: $color_secondary; */
  background: #030452;
  background-image: url(../img/RectLight.svg);
  /* background-image: url(../img/5184157.jpg); */
  background-size: cover;
  z-index: -1;
  right: -75%;
  top: -4rem;
  transform: skew(-12deg, 0deg);
}
@media (max-width: 580px) {
  .news-preview.bg-shape:after {
    content: none;
  }
}
.news-preview-area {
  flex-basis: 50%;
  max-width: 50%;
  max-height: 700px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .news-preview-area {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .news-preview-area {
    max-height: none;
  }
}
.news-preview-area > .views-element-container {
  height: 100%;
}
.news-preview-area > .views-element-container > div {
  height: 100%;
}
.news-preview-area .view-area .views-row:not(:first-of-type) .teaser {
  display: none;
}
.news-preview-area .view-area .views-row:not(:first-of-type) .details {
  width: 100%;
}
.news-preview.news-preview-block {
  flex-wrap: wrap;
  background-color: transparent;
}
.news-preview.news-preview-block .news-preview-area {
  flex-basis: 100%;
  max-width: 100%;
  /* .teaser {
      display: none;
  }     */
}
.news-preview.news-preview-block .gov-button {
  margin-right: auto;
}
.news-preview.news-preview-inline {
  /* box-shadow: 0 0 0 100vmax $color_primary;
  clip-path: inset(-4rem -100vmax); */
  flex-wrap: wrap;
  background-color: transparent;
  justify-content: center;
}
.news-preview.news-preview-inline .news-preview-area {
  flex-basis: 100%;
  max-width: 100%;
  /* background-color: rgba(2, 3, 67, .50); */
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 580px) {
  .news-preview.news-preview-inline .news-preview-area {
    border-radius: 0.5rem;
  }
}
.news-preview.news-preview-inline .news-preview-area .news-list {
  flex-direction: row;
  flex-wrap: wrap;
  padding-right: 2rem;
}
.news-preview.news-preview-inline .news-preview-area .news-list h2 {
  width: 100%;
  /* color: #fff; */
}
.news-preview.news-preview-inline .news-preview-area .news-list .news-item {
  flex-basis: calc(50% - 1rem);
  max-width: calc(50% - 1rem);
}
@media (max-width: 991px) {
  .news-preview.news-preview-inline .news-preview-area .news-list .news-item {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .news-preview.news-preview-inline .news-preview-area .news-list .news-item {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.news-preview.news-preview-inline .news-preview-area .news-list .news-item h3 {
  order: -1;
}
.news-preview.news-preview-inline .news-preview-area .news-list .news-item h3, .news-preview.news-preview-inline .news-preview-area .news-list .news-item a, .news-preview.news-preview-inline .news-preview-area .news-list .news-item p, .news-preview.news-preview-inline .news-preview-area .news-list .news-item .date {
  /* color: #fff; */
  color: #3B3B3B;
}
.news-preview.news-preview-inline .news-preview-area .news-list .news-item a:hover {
  text-decoration: underline;
}
.news-preview.news-preview-inline .news-preview-area .news-list .news-item .badges {
  margin-top: -3px;
}
.news-preview.news-preview-inline .gov-button {
  margin: 0 auto;
}
.news-teaser {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 991px) {
  .news-teaser {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}
.news-teaser .teaser,
.news-teaser img {
  border-radius: 0;
  height: 100%;
  width: auto;
}
@media (max-width: 991px) {
  .news-teaser .teaser,
  .news-teaser img {
    width: 100%;
  }
}
.news-teaser img {
  max-width: none;
}
.news-teaser .teaser {
  position: relative;
}
@media (max-width: 991px) {
  .news-teaser .teaser {
    max-height: 470px;
  }
}
.news-teaser .teaser:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #000;
  opacity: 0.4;
}
.news-teaser .details {
  position: absolute;
  color: #fff;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 2rem;
}
.news-teaser .details a,
.news-teaser .details a span {
  color: #fff;
  text-decoration: none;
}
.news-teaser .details a:hover,
.news-teaser .details a span:hover {
  color: #df2237;
}
.news-teaser .details h3 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .news-teaser .details h3 {
    font-size: 1.5rem;
  }
}
.news-item {
  position: relative;
}
.news-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 2rem;
}
@media (max-width: 580px) {
  .news-list {
    padding: 0.75rem;
  }
}
.detail .news-list {
  padding: 0;
}
.news-list h2 {
  margin-bottom: 0;
  text-align: center;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** FOOTER STYLES */
footer {
  background-color: #030452 !important;
  background-image: url(../img/RectLight.svg);
  background-size: cover;
  background-position: bottom;
  margin-top: 4rem;
}
aside footer {
  background: transparent !important;
}
footer .navbar-brand img {
  margin-left: -44px;
  margin-top: -10px;
  filter: invert(1) brightness(1000);
}
@media (max-width: 1200px) {
  footer .navbar-brand img {
    margin-left: -22px;
  }
}
footer hr {
  border-color: #fff !important;
}
footer .gov-footnote svg.ext {
  position: relative;
  top: -2px;
  left: 2px;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** OVERWRITE GOV STYLES */
p,
.gov-paragraph,
table tbody td,
.gov-table tbody td {
  font-family: "OpenSans", sans-serif;
}

a,
.gov-link,
.gov-fileinput__attachments > li > span,
.gov-portal-nav__link,
.gov-sortable-table__trigger {
  font-family: "OpenSans", sans-serif;
}

ul > li,
.gov-list > li,
.gov-list__item,
ol > li,
.gov-ordered-list > li,
.gov-ordered-list__item {
  font-family: "OpenSans", sans-serif;
}

h1,
h2,
h3,
h4,
.gov-title,
.gov-portal-subnav__headline,
table th,
.gov-table th,
.gov-autocomplete__empty,
.gov-multiselect__empty,
.gov-autocomplete__result,
.gov-multiselect__option {
  font-family: "OpenSans", sans-serif;
}

.gov {
  /* &-grid {
      &-bg {
          .gov-grid-tile {
              &:nth-child(odd) {
                  background-color: $color_primary;
              }
          }
      }
  } */
}
.gov-alert {
  border-radius: 20px;
  padding: 2rem;
  gap: 3rem;
  /* &:before {
      font-family: "Font Awesome 6 Pro";
  } */
}
@media (max-width: 768px) {
  .gov-alert {
    flex-direction: column;
  }
}
@media (max-width: 580px) {
  .gov-alert {
    padding: 0.75rem;
    border-radius: 0.5rem;
  }
}
.gov-alert + .gov-alert {
  margin-top: 2rem;
}
aside .gov-alert + .gov-alert {
  margin-top: 0;
}
.gov-alert > i {
  font-size: 3rem;
  color: #fff;
  margin-left: 0.5rem;
  margin-right: -0.5rem;
}
.gov-alert--map:before, .gov-alert--primary:before, .gov-alert--secondary:before {
  font-family: "Font Awesome 6 Pro";
  content: none;
  font-size: 3rem;
}
.gov-alert--map .gov-alert__content, .gov-alert--primary .gov-alert__content, .gov-alert--secondary .gov-alert__content {
  display: flex;
  gap: 2rem;
  margin: 0;
  max-width: 100%;
}
.gov-alert--map .gov-alert__content > *, .gov-alert--primary .gov-alert__content > *, .gov-alert--secondary .gov-alert__content > * {
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .gov-alert--map .gov-alert__content, .gov-alert--primary .gov-alert__content, .gov-alert--secondary .gov-alert__content {
    flex-direction: column;
  }
}
.gov-alert--map .gov-alert__item, .gov-alert--primary .gov-alert__item, .gov-alert--secondary .gov-alert__item {
  border-right: 1px solid #fff;
  padding-right: 2rem;
  display: flex;
  /* &:first-of-type {
      &:before {
          font-family: "Font Awesome 6 Pro";
          content: "\f646";
          margin-right: 2rem;
          font-size: 3rem;
          color: #fff;
          @include respond-to('md') {
              margin: -1rem auto 1rem;
          }
      }
  } */
}
@media (max-width: 768px) {
  .gov-alert--map .gov-alert__item, .gov-alert--primary .gov-alert__item, .gov-alert--secondary .gov-alert__item {
    flex-direction: column;
  }
}
.gov-alert--map .gov-alert__item-wrapper, .gov-alert--primary .gov-alert__item-wrapper, .gov-alert--secondary .gov-alert__item-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 768px) {
  .gov-alert--map .gov-alert__item, .gov-alert--primary .gov-alert__item, .gov-alert--secondary .gov-alert__item {
    border-right: 0;
    border-bottom: 1px solid #fff;
    padding-right: 0;
    padding-bottom: 1rem;
  }
}
.gov-alert--map .gov-alert__item:last-of-type, .gov-alert--primary .gov-alert__item:last-of-type, .gov-alert--secondary .gov-alert__item:last-of-type {
  border-right: none;
  padding-right: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.gov-alert--map h2,
.gov-alert--map h3,
.gov-alert--map h4, .gov-alert--primary h2,
.gov-alert--primary h3,
.gov-alert--primary h4, .gov-alert--secondary h2,
.gov-alert--secondary h3,
.gov-alert--secondary h4 {
  color: #fff;
}
.gov-alert--map h2 a:hover,
.gov-alert--map h3 a:hover,
.gov-alert--map h4 a:hover, .gov-alert--primary h2 a:hover,
.gov-alert--primary h3 a:hover,
.gov-alert--primary h4 a:hover, .gov-alert--secondary h2 a:hover,
.gov-alert--secondary h3 a:hover,
.gov-alert--secondary h4 a:hover {
  text-decoration: underline;
}
.gov-alert--map p, .gov-alert--primary p, .gov-alert--secondary p {
  margin-bottom: 1rem;
}
.gov-alert--map .action-wrapper, .gov-alert--primary .action-wrapper, .gov-alert--secondary .action-wrapper {
  margin-top: auto;
}
.gov-alert--map a, .gov-alert--primary a, .gov-alert--secondary a {
  margin-top: auto;
}
.gov-alert--map a:hover, .gov-alert--primary a:hover, .gov-alert--secondary a:hover {
  text-decoration: none !important;
}
.gov-alert--map .contact-teaser a:hover, .gov-alert--primary .contact-teaser a:hover, .gov-alert--secondary .contact-teaser a:hover {
  text-decoration: underline !important;
}
.gov-alert--map {
  background-color: #f3f3f3;
  padding: 0rem;
  overflow: hidden;
}
.gov-alert--map .gov-alert__item:before {
  content: none !important;
}
.gov-alert--map .gov-alert__item-wrapper {
  flex-direction: row;
}
@media (max-width: 768px) {
  .gov-alert--map .gov-alert__item-wrapper {
    flex-direction: column;
    gap: 2rem;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .gov-alert--map .gov-alert__item-wrapper iframe {
    border-radius: 20px;
  }
}
@media (max-width: 580px) {
  .gov-alert--map .gov-alert__item-wrapper iframe {
    border-radius: 0.5rem;
  }
}
.gov-alert--map .gov-alert__item-wrapper iframe:not(:first-of-type) {
  border-left: 2px solid #fff !important;
}
@media (max-width: 768px) {
  .gov-alert--map .gov-alert__item-wrapper iframe:not(:first-of-type) {
    border: none !important;
  }
}
.gov-alert--primary {
  background-color: #030452;
}
aside .gov-alert--primary {
  background-color: #252685;
}
.gov-alert--secondary {
  background-color: #df2237;
}
.gov-footer span {
  color: #fff;
  font-size: 0.75rem;
}
.gov-footer h5 {
  color: #fff;
}
.gov-footer__lower {
  border-top: 1px solid #686868;
  padding-top: 2.5rem;
  margin-top: 1rem;
}
.gov-footnote a {
  color: #df2237;
  color: #a8a8a8;
  font-size: 0.75rem;
  text-decoration: none;
}
.gov-footnote a:hover {
  text-decoration: underline;
}
.gov-grid--x1 .gov-grid-tile,
.gov-grid--x1 .gov-grid-tile:hover {
  background: transparent;
}
.gov-grid--x1 .gov-grid-tile {
  padding: 1rem;
  padding-right: 1.5rem;
}
.gov-grid--x1 .gov-grid-tile:nth-child(odd) {
  background-color: #f7f7f7;
}
.gov-grid--x1 .gov-grid-tile:before {
  bottom: 0;
}
.gov-grid--x1 .gov-grid-tile:after {
  content: none;
}
.gov-grid--x1 .gov-grid-tile h3 {
  padding-right: 2rem;
}
.gov-grid--x1 .gov-grid-tile h3:after {
  right: 0.5rem;
}
.gov-grid--x1 .gov-grid-tile:hover h3:after {
  right: 0.1rem !important;
}
.gov-grid--x1 .gov-grid-tile.ext:hover h3:after {
  right: 0.5rem !important;
}
.gov-grid--x2 .gov-grid-tile,
.gov-grid--x2 .gov-grid-tile:hover {
  background: transparent;
}
.gov-grid.gov-grid-msw-tiles {
  gap: 1rem;
}
.gov-grid.gov-grid-msw-tiles .hidden {
  display: block;
}
.gov-grid.gov-grid-msw-tiles .gov-grid-tile {
  text-align: center;
  padding: 1rem;
  border: 1px solid lightgray;
  border-radius: 10px;
}
.gov-grid.gov-grid-msw-tiles .gov-grid-tile:before, .gov-grid.gov-grid-msw-tiles .gov-grid-tile:after {
  content: none;
}
.gov-grid.gov-grid-msw-tiles .gov-grid-tile i {
  font-size: 4rem;
}
.gov-grid.gov-grid-msw-tiles .gov-grid-tile .gov-preview-tile__headline {
  padding: 0;
  width: 100%;
}
.gov-grid.gov-grid-msw-tiles .gov-grid-tile .gov-preview-tile__headline:after {
  content: none;
}
.gov-grid.gov-grid-msw-tiles .gov-preview-tile {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
  align-items: center;
}
.gov-grid .gov-grid-tile:focus {
  z-index: 1;
}
.gov-breadcrumbs .gov-link {
  color: #d9162b;
}
@media (max-width: 580px) {
  .gov-breadcrumbs {
    margin-bottom: 1rem;
  }
}
.gov-pagination {
  margin: 2rem 0;
}
.moderation-dashboard-block .gov-pagination {
  margin: 1rem 0 0;
}
.gov-pagination__item {
  min-width: 42px;
  height: 42px;
  color: #3B3B3B;
}
.gov-pagination__item:before {
  content: none !important;
}
.gov-pagination__item:hover, .gov-pagination__item--active {
  color: #3B3B3B;
}
.gov-pagination__item:hover:after, .gov-pagination__item--active:after {
  background-color: #df2237;
}
.gov-pagination__item--disabled {
  opacity: 0.5;
}
.gov-pagination__item--arrow-right i, .gov-pagination__item--arrow-left i {
  margin-top: 2px;
}
.gov-accordion__header {
  color: #030452;
}
.gov-accordion__header:has(.gov-icon) {
  padding-right: 3.5rem;
}
.gov-accordion__header:hover, .gov-accordion__header.is-expanded {
  color: #030452;
  background-color: rgba(3, 4, 82, 0.2);
}
.gov-accordion__content {
  color: #3B3B3B;
}
.gov-accordion__content.show {
  height: auto;
  visibility: visible;
}
.gov-accordion__content p {
  color: #3B3B3B;
}
.gov-accordion .gov-icon i {
  color: #df2237;
}

.gov-preview-msw-img {
  margin-bottom: 2rem;
  position: relative;
  isolation: isolate;
}
.gov-preview-msw-img:before {
  content: "";
  position: absolute;
  inset: 0;
  transform: rotate(4deg);
  background-color: #df2237;
  z-index: -1;
  border-radius: 5px;
}
.gov-preview-msw-img a {
  box-shadow: none !important;
}

.gov-grid-msw-sm .gov-grid-tile {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.gov-grid-msw-sm .gov-grid-tile:nth-child(even) .gov-preview-msw-img:before {
  transform: rotate(-4deg);
  background-color: #030452;
}
.gov-grid-msw-sm img {
  border-radius: 5px;
}
.gov-grid-msw-sm .gov-preview-tile__headline:after {
  content: none;
}
.gov-grid-msw-sm a {
  text-decoration: none;
}
.gov-grid-msw-sm p {
  margin-bottom: 1rem;
  color: #3B3B3B;
}

a.gov-grid-tile {
  /* &:nth-child(even) {
      .gov-preview-msw-bg {
          + .gov-preview-tile {
              h3 {
                  background-color: $color_secondary;
              }
          }
      }
  } */
}
.gov-grid-msw-lg a.gov-grid-tile {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 160px;
  background-color: #f3f3f3;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 20px;
}
@media (max-width: 580px) {
  .gov-grid-msw-lg a.gov-grid-tile {
    border-radius: 0.5rem;
  }
}
.gov-grid-msw-lg a.gov-grid-tile:after {
  content: none;
}
.gov-grid-msw-lg a.gov-grid-tile:hover .gov-preview-tile__headline {
  color: #fff;
  text-decoration: underline;
}
.gov-grid-msw-lg a.gov-grid-tile .gov-preview-tile__headline {
  padding: 0;
  width: auto;
  transition: 0.3s;
}
.gov-grid-msw-lg a.gov-grid-tile .gov-preview-tile__headline:after {
  content: none;
}
.detail .gov-grid-msw-lg a.gov-grid-tile .gov-preview-tile__headline {
  font-size: 1rem;
  padding: 1rem;
}
a.gov-grid-tile .gov-preview-msw-bg {
  position: relative;
  /* &:before {
      content: "";
      position: absolute;
      inset: 0;
      background: #000;
      opacity: .25;
  } */
}
a.gov-grid-tile .gov-preview-msw-bg + .gov-preview-tile {
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
}
a.gov-grid-tile .gov-preview-msw-bg + .gov-preview-tile h3 {
  position: relative;
  padding: 1.5rem 1rem;
  color: #fff;
  isolation: isolate;
  font-size: 1.5rem;
  background-color: #030452;
  text-align: center;
  /* &:before {
      content: "";
      position: absolute;
      inset: 0;
      margin: -1rem;
      background: #000;
      opacity: .5;
      z-index: -1;
  } */
}
a.gov-grid-tile .gov-preview-tile > * {
  color: #3B3B3B;
}
a.gov-grid-tile .gov-preview-tile__icon i {
  font-size: 2rem;
  color: #df2237;
}
a.gov-grid-tile .gov-preview-tile__headline:after {
  content: "\f054";
  font-family: "Font Awesome 6 Pro";
  transition: 0.15s;
  font-weight: 300;
}
a.gov-grid-tile:hover .gov-preview-tile__headline:after {
  right: -5px;
}
a.gov-grid-tile:hover .gov-preview-tile.ext .gov-preview-tile__headline:after {
  right: 0;
  transform: scale(1.15);
}
a.gov-grid-tile.ext svg.ext {
  display: none;
}
a.gov-grid-tile.ext .gov-preview-tile__headline:after {
  content: "\f08e";
  font-size: 1.2rem;
  top: 0;
}
a.gov-grid-tile.ext:hover .gov-preview-tile__headline:after {
  right: 0;
  transform: scale(1.15);
}

.gov-button {
  /* &--file {
      background-color: #ebebeb;
      border-color: #ebebeb;
      &:hover {
          background-color: #c9c9c9;
          border-color: #c9c9c9;
      }
  } */
}
.gov-button--primary, .form-item-children .tabledrag-toggle-weight-wrapper .tabledrag-toggle-weight {
  background-color: #030452;
  border-color: #030452;
}
.gov-button--primary:hover, .form-item-children .tabledrag-toggle-weight-wrapper .tabledrag-toggle-weight:hover, .gov-button--primary:focus, .form-item-children .tabledrag-toggle-weight-wrapper .tabledrag-toggle-weight:focus {
  border-color: rgb(4.8, 6.4, 131.2);
}
.gov-button--primary:hover, .form-item-children .tabledrag-toggle-weight-wrapper .tabledrag-toggle-weight:hover {
  background-color: rgb(4.8, 6.4, 131.2);
}
.gov-button--secondary {
  background-color: #df2237;
  border-color: #df2237;
  color: #fff !important;
}
.gov-button--secondary:hover, .gov-button--secondary:focus {
  border-color: rgb(157.6699604743, 22.8300395257, 37.8122529644);
  color: #fff;
}
.gov-button--secondary:hover {
  background-color: rgb(157.6699604743, 22.8300395257, 37.8122529644);
}
.gov-button--tertiary {
  background-color: #fff;
  border-color: #fff;
  color: #3B3B3B !important;
}
.gov-button--tertiary:hover, .gov-button--tertiary:focus {
  border-color: rgb(216.75, 216.75, 216.75);
}
.gov-button--tertiary:hover {
  background-color: rgb(216.75, 216.75, 216.75);
}
.gov-button:focus {
  box-shadow: 0 0 0 2px var(--gov-color-blue-focus) !important;
}
.gov-button.ext:after {
  font-family: "Font Awesome 6 Pro";
  content: "\f08e";
  font-size: 0.7rem;
  margin-left: 5px;
  margin-top: -1px;
}
.gov-button:hover {
  text-decoration: none !important;
}

.gov-grid-msw-lg {
  gap: 2rem;
}
@media (max-width: 1200px) {
  .gov-grid-msw-lg {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 440px) {
  .gov-grid-msw-lg {
    grid-template-columns: 1fr;
  }
}

.content-block ul li {
  color: #3B3B3B;
}

.paragraph .gov-form-control {
  margin-bottom: 2rem;
}
.gov-form-control select {
  letter-spacing: normal;
}
.gov-form-control input:hover,
.gov-form-control select:hover {
  border-color: #030452;
}
.gov-form-control .gov-select:after {
  content: "\f282";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  right: 10px;
  margin-top: -10px;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
/** SLICK STYLES */
.slick-list, .slick-track {
  height: 100%;
}
.slick-dots {
  position: absolute;
  bottom: 1rem;
  z-index: 9;
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 0;
  gap: 0.5rem;
}
.slick-dots li:before {
  content: none;
}
.slick-dots li button {
  background-color: transparent;
  border-radius: 100vmax;
  padding: 0;
  width: 26px;
  color: transparent;
  border: 4px solid #fff;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}

/** COLOR VARS */
/** FONT VARS */
/** OTHER VARS */
/** BREAKPOINTS */
/** MIXINS */
.eu-cookie-withdraw-tab {
  display: none;
}
footer .eu-cookie-withdraw-tab {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  background: transparent;
  border: none;
  transform: none;
}

.eu-cookie-compliance-banner[aria-hidden=true],
.eu-cookie-withdraw-banner[aria-hidden=true] {
  opacity: 0;
}

#sliding-popup {
  font-family: "Raleway";
  width: 600px !important;
  background: transparent !important;
  left: 1rem;
  max-width: calc(100% - 2rem);
}
@media (min-width: 992px) {
  #sliding-popup {
    width: 632px !important;
    left: auto;
    right: 2rem;
  }
}
@media (max-width: 600px) {
  #sliding-popup {
    left: 0;
    max-width: 100%;
  }
}
#sliding-popup .popup-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5rem;
  max-width: 100%;
  padding: 0 1rem;
  margin-bottom: 1rem;
  margin-top: 0;
  background-color: #fff !important;
  box-shadow: 1px 0px 2px 0px #858585;
  border-radius: 20px;
}
@media (min-width: 992px) {
  #sliding-popup .popup-content {
    margin-bottom: 2rem;
    box-shadow: 0px 0px 2px 0px #858585;
  }
}
@media (max-width: 600px) {
  #sliding-popup .popup-content {
    margin-bottom: 0;
    box-shadow: none;
  }
}
@media (max-width: 580px) {
  #sliding-popup .popup-content {
    border-radius: 0.5rem;
  }
}
#sliding-popup .popup-content div,
#sliding-popup .popup-content p,
#sliding-popup .popup-content label {
  color: #3B3B3B;
}
#sliding-popup .popup-content button {
  background: #030452;
  text-shadow: none;
  color: #fff;
  border: 1px solid #030452;
  border-radius: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 0.625rem 0.75rem;
  box-shadow: none;
}
#sliding-popup .popup-content button:hover {
  background: rgb(1.2, 1.6, 32.8);
}
#sliding-popup .popup-content a:hover {
  text-decoration: underline;
}
#sliding-popup .popup-content input[type=checkbox] {
  position: relative;
  top: 1px;
  accent-color: #030452;
}
#sliding-popup .eu-cookie-compliance-message {
  margin-top: 1rem;
  max-width: none;
}
#sliding-popup .eu-cookie-compliance-message p {
  font-size: 14px;
  font-weight: 400;
}
#sliding-popup .eu-cookie-compliance-categories {
  padding-top: 0;
  margin-top: 0.5rem;
}
#sliding-popup .eu-cookie-compliance-category label {
  font-size: 14px;
}

#eu-cookie-compliance-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  #eu-cookie-compliance-categories {
    margin-bottom: 1rem;
  }
}

#popup-buttons {
  float: none;
  margin-top: 0;
}

.eu-cookie-compliance-categories-buttons {
  width: 100%;
  float: none;
  max-width: none;
  margin: 0;
}

.eu-cookie-compliance-buttons {
  float: none;
  max-width: none;
}
.eu-cookie-compliance-buttons button {
  margin-top: 1rem !important;
}
@media (max-width: 600px) {
  .eu-cookie-compliance-buttons button {
    margin-top: 0.5 !important;
  }
}
@media (max-width: 600px) {
  .eu-cookie-compliance-buttons {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .eu-cookie-compliance-buttons {
    position: absolute;
    bottom: 0;
    right: 0.5rem;
  }
}/*# sourceMappingURL=style.css.map */