@charset "UTF-8";
@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/work-sans-v17-latin-regular.woff2") format("woff2"), url("/fonts/work-sans-v17-latin-regular.woff") format("woff"), url("/fonts/work-sans-v17-latin-regular.ttf") format("truetype");
}
/* roboto-300italic - latin */
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: local(""), url("/fonts/roboto-v30-latin-300italic.woff2") format("woff2"), url("/fonts/roboto-v30-latin-300italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("/fonts/roboto-v30-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
html, body {
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: "Work Sans", "Roboto", sans-serif;
  font-weight: 400;
}

#background {
  background: url("/images/background.webp") center no-repeat;
  background-size: cover;
  z-index: 0;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#background:before {
  width: 100%;
  position: absolute;
  height: 100%;
  display: block;
  content: "";
  background-color: #fff;
  opacity: 0.8;
}

#error-container {
  margin: 0 auto;
  max-width: 600px;
  padding: 15px;
  min-height: calc(100vh - 187px);
}

.trix-editor-container form {
  max-width: 100%;
  height: 70vh;
}
.trix-editor-container form .trix-content {
  background: white;
  min-height: 70vh;
}
.trix-editor-container.small form {
  height: auto;
}
.trix-editor-container.small form .trix-content {
  min-height: 70px;
}

#settingsRegisterCheckboxes form {
  max-height: 280px;
}
#settingsRegisterCheckboxes .trix-content {
  min-height: 170px;
}

@media (min-width: 900px) {
  form {
    max-width: 600px;
  }
}
@media (max-width: 900px) {
  form {
    width: calc(100% - 40px);
  }
}
@media (max-width: 576px) {
  form {
    padding: 0 20px;
  }
  form div.form-group, form div.form-group-2 {
    display: block;
    margin-right: 0;
  }
}
form > div.error {
  color: #d60028;
  margin: 10px 0;
}
form .form-group-half {
  max-width: calc(50% - 10px);
}
form .form-group-2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
}
form .form-group-2 .form-group {
  flex: 1 1 100px;
}
form .form-group-2.first-big .form-group:first-child {
  flex: 5 1 100px;
}
form .form-group-2.second-big .form-group:last-child {
  flex: 5 1 100px;
}
@media (min-width: 576px) {
  form .form-group-2.form-group-2 .form-group:first-child {
    margin-right: 20px;
  }
}
form div.form-group {
  display: flex;
  flex-direction: column;
  padding-bottom: 5px;
}
form div.form-group select {
  background-color: white;
}
form div.form-group select#show_event_keys {
  height: 500px;
  max-height: 70vh;
}
form div.form-group.select-multiple label {
  opacity: 1;
}
form div.form-group.error .error-text {
  color: #d60028;
  font-size: 11px;
  margin-left: 20px;
}
form div.form-group.error input {
  border-color: #d60028;
}
form div.form-group label {
  cursor: pointer;
  line-height: 14px;
  font-size: 14px;
  margin-left: 20px;
}
form div.form-group.form-group-textarea label, form div.form-group.checkbox label, form div.form-group.form-date label {
  opacity: 1 !important;
}
form div.form-group label {
  opacity: 0;
  transition-duration: 0.5s;
}
form div.form-group label.show {
  opacity: 1;
}
form div.form-group input, form div.form-group textarea, form div.form-group select {
  line-height: 20px;
  padding: 10px 20px;
  font-size: 16px;
  border: #c5c5c5 1px solid;
  border-radius: 5px;
}
form div.form-group input:focus, form div.form-group textarea:focus, form div.form-group select:focus {
  border: #019355 1px solid;
}
form div.form-group input[type=date] {
  line-height: 18px;
  width: auto;
}
form div.form-group.checkbox {
  align-items: center;
}
form div.form-group.checkbox:not(.error) {
  flex-direction: row;
}
form div.form-group.checkbox.error {
  align-items: initial;
}
form div.form-group.checkbox.error .error-text {
  margin-left: 30px;
}
form div.form-group.checkbox input {
  margin-top: 10px;
}
form div.form-group.checkbox label {
  margin-left: 20px;
}
form div.form-group.form-date .flatpickr-mobile {
  width: auto;
}
form div.form-group.form-date .flatpickr-mobile:not(:-moz-placeholder)::after {
  color: gray;
  content: attr(placeholder);
}
form div.form-group.form-date .flatpickr-mobile:not(:placeholder-shown)::after {
  color: gray;
  content: attr(placeholder);
}
form div.form-group.form-date .flatpickr-mobile:valid::after {
  display: none;
}
@media (max-width: 900px) {
  form div.form-group.form-date label {
    opacity: 1 !important;
  }
}
form div.form-group.form-time, form div.form-group.form-date {
  position: relative;
}
form div.form-group.form-time .clear-time, form div.form-group.form-time .clear-date, form div.form-group.form-date .clear-time, form div.form-group.form-date .clear-date {
  position: absolute;
  right: 5px;
  width: 20px;
  height: 20px;
  top: 25px;
  z-index: 10;
}
form div.form-group.form-time .clear-time:after, form div.form-group.form-time .clear-time:before, form div.form-group.form-time .clear-date:after, form div.form-group.form-time .clear-date:before, form div.form-group.form-date .clear-time:after, form div.form-group.form-date .clear-time:before, form div.form-group.form-date .clear-date:after, form div.form-group.form-date .clear-date:before {
  background-color: rgba(51, 51, 51, 0.5);
}
form div.form-group.form-time .clear-time:hover, form div.form-group.form-time .clear-date:hover, form div.form-group.form-date .clear-time:hover, form div.form-group.form-date .clear-date:hover {
  cursor: pointer;
}
form div.form-group.form-time .clear-time:hover:after, form div.form-group.form-time .clear-time:hover:before, form div.form-group.form-time .clear-date:hover:after, form div.form-group.form-time .clear-date:hover:before, form div.form-group.form-date .clear-time:hover:after, form div.form-group.form-date .clear-time:hover:before, form div.form-group.form-date .clear-date:hover:after, form div.form-group.form-date .clear-date:hover:before {
  background-color: #333333;
}

input.btn, button.btn, div.cookie-consent button {
  font-size: 16px;
}

.btn, div.cookie-consent button {
  padding: 7px 30px;
  border: 1px solid #019355;
  background-color: #019355;
  border-radius: 5px;
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  margin: 5px 0;
  line-height: 22px;
}
.btn:hover, div.cookie-consent button:hover {
  background-color: rgb(0, 120.02, 68.5828571429);
}
.btn:disabled, div.cookie-consent button:disabled, .btn[disabled], div.cookie-consent button[disabled], .btn.disabled, div.cookie-consent button.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn + .btn, div.cookie-consent button + .btn, div.cookie-consent .btn + button, div.cookie-consent button + button {
  margin-left: 10px;
}
.btn.error, div.cookie-consent button.error {
  background-color: #d60028;
  color: white;
}
.btn.error.error-x, div.cookie-consent button.error.error-x {
  border-radius: 50%;
  position: relative;
  height: 10px;
  width: 10px;
  padding: 5px;
}
.btn.error.error-x:after, div.cookie-consent button.error.error-x:after {
  content: "";
  width: 12px;
  height: 2px;
  background-color: white;
  transform: rotateZ(45deg);
  top: 9px;
  left: 4px;
  position: absolute;
}
.btn.error.error-x:before, div.cookie-consent button.error.error-x:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: white;
  transform: rotateZ(-45deg);
  top: 9px;
  left: 4px;
  position: absolute;
}
.btn.error:hover, div.cookie-consent button.error:hover {
  background-color: rgb(255, 10, 55.7943925234);
}
.btn.success, div.cookie-consent button.success {
  background-color: #377f3b;
  color: white;
}
.btn.success:hover, div.cookie-consent button.success:hover {
  background-color: rgb(70.4120879121, 162.5879120879, 75.532967033);
}

.btn-close {
  color: white;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
.btn-close.btn-close-2x:after, .btn-close.btn-close-2x:before {
  width: 24px;
}
.btn-close:after, .btn-close:before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: white;
  transform: rotateZ(45deg);
  top: 9px;
  left: 4px;
  position: absolute;
}
.btn-close:after {
  transform: rotateZ(45deg);
}
.btn-close:before {
  transform: rotateZ(-45deg);
}

.header-message {
  position: fixed;
  top: -200px;
  left: 0;
  height: 40px;
  line-height: 40px;
  color: white;
  width: 100%;
  text-align: center;
  transition: 0.3s;
  pointer-events: none;
  z-index: 100;
}
@media (min-width: 900px) {
  .header-message {
    margin-left: 200px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 900px) {
  .header-message {
    min-height: 80px;
    z-index: 1002;
  }
  .header-message > span {
    line-height: 24px;
    display: inline-block;
    text-align: left;
  }
  .header-message .btn-close {
    top: 5px;
    right: 5px;
  }
}
.header-message.error {
  background-color: #d60028;
}
.header-message.success {
  background-color: #377f3b;
}
.header-message.warning {
  background-color: #f6993f;
}
.header-message.show {
  top: 0;
}
.header-message .btn-close {
  right: 10px;
  pointer-events: all;
}
.header-message .btn-close:after, .header-message .btn-close:before {
  top: 18px;
  left: 8px;
}
.header-message .alert-link {
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
  pointer-events: all;
}

header ~ #app .header-message.show {
  margin-top: 55px;
}

/**
 *  CHECKBOX
 */
table tr .container-cbx {
  left: -10px;
}

form table.tbl-register-events {
  width: 100%;
  margin: 30px 0;
}
form table.tbl-register-events tr td, form table.tbl-register-events tr td .form-group.checkbox label {
  line-height: 20px;
  font-size: 16px;
}
form table.tbl-register-events tr td:last-child {
  text-align: right;
}
form table.tbl-register-events tr td:not(:first-child) {
  width: 1%;
}
form table.tbl-register-events tr td .form-group {
  padding-bottom: 0;
}
form table.tbl-register-events tr td .form-group .container-cbx {
  margin-left: 10px;
}
form table.tbl-register-events tr td .form-group .container-cbx label {
  padding-top: 5px;
}
form table.tbl-register-events tr td .form-group .container-cbx label .small {
  position: relative;
  top: -5px;
}

form div.form-group.checkbox .container-cbx {
  top: 0;
  margin: 5px 0;
}
form div.form-group.checkbox .container-cbx label {
  margin-left: 0;
  padding-left: 30px;
  display: block;
}
form div.form-group.checkbox .container-cbx label ~ .checkmark {
  pointer-events: none;
}
form div.form-group.checkbox .container-cbx .checkmark {
  top: calc(50% - 12px);
}

.container-cbx {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: -15px;
}
.container-cbx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.container-cbx:hover input ~ .checkmark {
  background-color: #eee;
}
.container-cbx input:disabled ~ .checkmark {
  background-color: #fff;
  border-color: #eee;
  cursor: not-allowed;
}
.container-cbx input:checked ~ .checkmark:after {
  display: block;
}
.container-cbx .checkmark:after {
  left: 7px;
  top: 3px;
  width: 4px;
  height: 9px;
  border: solid #019355;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.container-cbx .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c5c5c5;
}
.container-cbx .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

form#search {
  width: 100%;
  max-width: unset;
}
.btn.newEntry, div.cookie-consent button.newEntry {
  position: absolute;
  top: 0;
  right: 0;
}

.showData {
  display: grid;
  grid-template-columns: auto 1fr;
}
.showData.grid, .showData .grid {
  display: grid;
  grid-template-columns: auto 1fr;
}
.showData .propTitle {
  font-weight: bold;
}
.showData .propText a {
  text-decoration: none;
  color: #333333;
}
.showData .propText a:hover {
  cursor: pointer;
}

.searchTable {
  border: 2px solid #019355;
  border-radius: 3px;
  background-color: #fff;
  min-width: 100%;
}
.searchTable th {
  background-color: #019355;
  color: rgba(255, 255, 255, 0.66);
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.searchTable tr > :first-child {
  min-width: 40px;
}
.searchTable tr > :first-child {
  min-width: 200px;
}
.searchTable td {
  background-color: #f5f5f5;
}
.searchTable th, .searchTable td {
  min-width: 120px;
  padding: 10px 20px;
}
.searchTable th.active {
  color: #fff;
}
.searchTable th.active .arrow {
  opacity: 1;
}
.searchTable ~ .pagination {
  width: 100%;
  text-align: center;
}
.searchTable.eventsTable tr td:nth-child(2), .searchTable.eventsTable tr th:nth-child(2), .searchTable.personsTable tr td:nth-child(2), .searchTable.personsTable tr th:nth-child(2) {
  width: 100px;
  min-width: 100px;
}
.searchTable.eventsTable tr td:last-child, .searchTable.eventsTable tr th:last-child, .searchTable.personsTable tr td:last-child, .searchTable.personsTable tr th:last-child {
  text-align: right;
  min-width: 100px;
  width: 100px;
}
.searchTable.eventsTable.personsTable tr td:nth-child(2), .searchTable.eventsTable.personsTable tr th:nth-child(2), .searchTable.personsTable.personsTable tr td:nth-child(2), .searchTable.personsTable.personsTable tr th:nth-child(2) {
  text-align: right;
}
.searchTable.eventsTable.personsTable tr td.col-price:before, .searchTable.eventsTable.personsTable tr th.col-price:before, .searchTable.personsTable.personsTable tr td.col-price:before, .searchTable.personsTable.personsTable tr th.col-price:before {
  position: relative;
  left: unset;
}

[data-person-container] .showData, [data-event-container] .showData {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}
[data-person-container] .showData .propTitle, [data-event-container] .showData .propTitle {
  padding-right: 15px;
}
[data-person-container] .showData .propTitle:after, [data-event-container] .showData .propTitle:after {
  content: ":";
}
[data-person-container] .showData h3, [data-event-container] .showData h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: #019355 1px solid;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
[data-person-container] .showData h3 + div, [data-event-container] .showData h3 + div {
  padding-left: 5px;
}
[data-person-container] .showData input[type=checkbox], [data-event-container] .showData input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
[data-person-container] .showData input[type=checkbox]:checked ~ .grid, [data-event-container] .showData input[type=checkbox]:checked ~ .grid {
  display: grid;
}
[data-person-container] .showData input[type=checkbox]:checked + label:after, [data-event-container] .showData input[type=checkbox]:checked + label:after {
  border-bottom: 6px solid #019355;
  border-top: 0;
}
[data-person-container] .showData input[type=checkbox] ~ .grid, [data-event-container] .showData input[type=checkbox] ~ .grid {
  display: none;
}
[data-person-container] .showData input[type=checkbox] + label, [data-event-container] .showData input[type=checkbox] + label {
  cursor: pointer;
}
[data-person-container] .showData input[type=checkbox] + label:after, [data-event-container] .showData input[type=checkbox] + label:after {
  border-top: 6px solid #019355;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
}

table[data-sortable-head] thead tr th {
  cursor: pointer;
  padding-right: 10px;
}
table[data-sortable-head] thead tr th:not(.active):after {
  opacity: 0.5;
}
table[data-sortable-head] thead tr th[data-sortDir=desc]:not([data-notSort]):after, table[data-sortable-head] thead tr th:not([data-sortDir]):not([data-notSort]):after {
  border-top: 4px solid white;
}
table[data-sortable-head] thead tr th[data-sortDir=asc]:after {
  border-bottom: 4px solid white;
}
table[data-sortable-head] thead tr th:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin-left: 5px;
}

table thead th {
  font-weight: 400;
}
table thead th, table thead td {
  background-color: #019355;
  color: white;
  padding: 10px 10px;
  white-space: nowrap;
}
table tbody tr:nth-child(2n) td, table tbody tr:nth-child(2n) th {
  background-color: #f5f5f5;
}
table tbody tr:nth-child(2n+1) td, table tbody tr:nth-child(2n+1) th {
  background-color: white;
}
table tbody tr td, table tbody tr th {
  padding: 5px 10px;
}
table tbody tr.raw-style td {
  background-color: #fff;
  line-height: 30px;
}

.col-price {
  text-align: right;
  position: relative;
  padding-left: 12px;
}
.col-price:before {
  content: "€ ";
  position: absolute;
  left: 0;
}

.col-center, .center {
  text-align: center;
}

.col-right {
  text-align: right;
}

table.table-raw td, table.table-raw th {
  background-color: transparent !important;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #019355;
  z-index: 1000;
  color: white;
  line-height: 30px;
  font-size: 14px;
  transition-duration: 0.3s;
  height: calc(55px - 2px);
  display: flex;
  border-bottom: 2px solid #007744;
}
header > div {
  display: none;
}
@media (min-width: 900px) {
  header > div {
    display: flex;
  }
  header #menu-logo {
    flex: 1 1 auto;
  }
  header #menu-logo + div {
    line-height: 55px;
  }
  header #menu-logo + div a:not(#ooevp_logo) {
    font-size: 16px;
    height: 100%;
    display: inline-block;
    padding: 0 15px;
  }
  header #ooevp_logo {
    width: 170px;
    display: inline-block;
    height: 16px;
    padding: 0;
  }
  header #ooevp_logo img {
    position: absolute;
    width: 150px;
    top: 5px;
  }
}
header #mobile-menu {
  display: none;
}
header #menu-logo {
  height: 55px;
  position: relative;
}
header #menu-logo a {
  left: 0;
  position: absolute;
  padding: 10px 25px 0;
  top: 0;
  z-index: 995;
}
@media (min-width: 900px) and (max-width: 860px) {
  header #menu-logo a:last-child {
    display: none;
  }
}
header .header-text {
  position: absolute;
  width: 100%;
  padding-left: 130px;
  font-size: 18px;
  font-weight: 300;
  text-transform: none;
  text-align: left;
  line-height: 21px;
  padding-top: 8px;
}
@media (min-width: 900px) {
  header .header-text {
    position: relative;
    padding-left: 135px;
    padding-top: 0;
  }
}
@media (max-width: 900px) {
  header .header-text {
    height: calc(55px - 8px);
  }
}
@media (max-width: 900px) {
  header #menu-logo, header #mobile-menu {
    display: block;
  }
  header #menu-logo a:last-child {
    display: none;
  }
  header div#mobile-menu {
    display: flex;
    position: absolute;
    right: 0;
    width: 100%;
  }
  header div#mobile-menu #mobile-menu-rows {
    display: none;
  }
  header div#mobile-menu #hamburg:checked ~ #mobile-menu-rows {
    height: 100vh;
    overflow: hidden;
    z-index: 990;
    display: block;
    position: absolute;
    top: 55px;
    left: 0;
    background-color: white;
    color: #333;
    width: 100%;
    padding-top: 30px;
  }
  header div#mobile-menu #hamburg:checked ~ #mobile-menu-rows a.row {
    line-height: 50px;
    display: block;
    border-bottom: 1px solid #007744;
    cursor: pointer;
    color: #333333;
    font-weight: 700;
  }
  header div#mobile-menu #hamburg:checked ~ #mobile-menu-rows > div {
    line-height: 75px;
    text-align: center;
  }
  header div#mobile-menu #hamburg:checked ~ #mobile-menu-rows > div:first-of-type {
    padding-top: 15px;
  }
  header div#mobile-menu #hamburg:checked ~ #mobile-menu-rows > div img {
    width: 150px;
  }
  header div#mobile-menu label.hamburg {
    display: block;
    width: 50px;
    height: 55px;
    position: relative;
    margin-left: auto;
    margin-right: 15px;
    border-radius: 4px;
    text-align: left;
    cursor: pointer;
  }
  header div#mobile-menu input#hamburg {
    display: none;
  }
  header div#mobile-menu .line {
    position: absolute;
    left: 10px;
    height: 4px;
    width: 40px;
    background: #fff;
    border-radius: 2px;
    display: block;
    transition: 0.3s;
    transform-origin: center;
  }
  header div#mobile-menu .line:nth-child(1) {
    top: 14px;
  }
  header div#mobile-menu .line:nth-child(2) {
    top: 26px;
  }
  header div#mobile-menu .line:nth-child(3) {
    top: 38px;
  }
  header div#mobile-menu #hamburg:checked + .hamburg .line:nth-child(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  header div#mobile-menu #hamburg:checked + .hamburg .line:nth-child(2) {
    opacity: 0;
  }
  header div#mobile-menu #hamburg:checked + .hamburg .line:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }
}
header a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 30px;
}
header a:hover {
  color: rgba(255, 255, 255, 0.8);
}
header #gemeinde-wappen {
  width: 90px;
}
@media (min-width: 900px) {
  header #gemeinde-wappen {
    width: 120px;
  }
}

#top {
  position: relative;
  top: 0;
  width: 100%;
  height: 55px;
}

div.cookie-consent {
  position: fixed;
  z-index: 1005;
  bottom: 0;
  min-height: 70px;
  background: rgba(0, 119, 68, 0.9);
  width: 100%;
  line-height: 70px;
  color: white;
}
@media (max-width: 900px) {
  div.cookie-consent {
    line-height: 22px;
    text-align: center;
  }
  div.cookie-consent .cookie-consent__message {
    margin: 10px;
    text-align: center;
    display: inline-block;
  }
  div.cookie-consent button {
    position: relative;
    margin: 10px auto;
    right: unset;
    top: unset;
    display: block;
  }
}
@media (min-width: 900px) {
  div.cookie-consent .cookie-consent__message {
    margin-left: 40px;
  }
}
@media (min-width: 900px) {
  div.cookie-consent button {
    position: absolute;
    right: 40px;
    top: 10px;
  }
}

.modal-mask .modal-container .modal-footer {
  display: flex;
  justify-content: flex-end;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-container {
  width: 300px;
  margin: 0px auto;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  font-family: Helvetica, Arial, sans-serif;
  position: relative;
}

.modal-header h3 {
  margin-top: 0;
  color: #42b983;
}
.modal-header > div:last-of-type {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

.modal-body {
  margin: 20px 0;
}

.modal-default-button {
  float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

body {
  margin: 0;
  min-height: 100vh;
}

html, body {
  max-width: 100%;
  min-width: 300px;
}

#box-parallax {
  height: 100vh;
  position: fixed;
  background: url("/images/background.webp") center no-repeat;
  background-size: cover;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}
#box-parallax:before {
  width: 100%;
  position: absolute;
  height: 100%;
  display: block;
  content: "";
  background-color: #222;
  opacity: 0.7;
}

#box-text {
  min-height: 90vh;
  z-index: 4;
  text-align: center;
  color: white;
  width: 100%;
}
#box-text > div {
  position: relative;
  z-index: 5;
  padding: 50px 20px 20px;
}
#box-text > div h1 {
  margin-bottom: 10px;
}
#box-text > div h3 {
  margin-top: 0;
}
#box-text > div .text {
  margin-top: 40px;
}
#box-text > div > p > img {
  margin-bottom: 60px;
}

#content-inline {
  position: relative;
  z-index: 5;
  color: white;
}

.onlyMobile {
  display: none;
}

@media (max-width: 900px) {
  .onlyMobile {
    display: block;
  }
}
#boxRegister {
  z-index: 5;
  width: 100%;
  position: relative;
  padding-bottom: 100px;
  color: #333333;
  min-height: 750px;
}
#boxRegister h2, #boxRegister p, #boxRegister form {
  z-index: 10;
  position: relative;
}
#boxRegister h2 {
  text-align: center;
}
#boxRegister form {
  padding-top: 50px;
}
#boxRegister form h2 {
  padding: 10px 0 20px;
}
#boxRegister form {
  margin: 0 auto;
}

#boxRegisterBg .bgcolor {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform-origin: 100% 100%;
  transform: skewY(5deg);
}
#boxRegisterBg #linkToForm {
  display: block;
  background-color: #019355;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -3vh;
  transform: skewY(-5deg);
}
#boxRegisterBg #linkToForm:hover {
  background-color: rgb(0, 120.02, 68.5828571429);
}
#boxRegisterBg #linkToForm:after {
  content: " ";
  border-bottom: 4px solid white;
  border-right: 4px solid white;
  width: 15px;
  height: 15px;
  transform: rotateZ(45deg);
  display: block;
  position: relative;
  top: 15px;
  left: 20px;
}

#checkPerson {
  margin: 0 auto;
  max-width: 600px;
  position: relative;
  padding: 50px 20px 0;
}
#checkPerson #foundPerson {
  background: #019355;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
#checkPerson #foundPerson h4 strong {
  font-weight: bold;
}
#checkPerson h2 {
  text-align: center;
  margin-bottom: 10px;
}
#checkPerson h2 + span {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
#checkPerson form {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
#checkPerson form input[type=submit] {
  margin-top: 15px;
}

#event-front {
  min-height: calc(100vh - 257px);
  max-width: 640px;
  margin: 0 auto;
  padding: 50px 20px;
}
#event-front:before {
  content: " ";
  background-color: #fff;
  z-index: -1;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.8;
}
#event-front:after {
  background: url("/images/background.webp") center no-repeat;
  background-size: cover;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  content: " ";
  z-index: -2;
}
#event-front form {
  padding: 0;
  margin: 0;
  width: 100%;
}

.registration-not-visible {
  padding-top: 60px;
  position: relative;
}

.btn.btn-main, .btn, div.cookie-consent button {
  background-color: #019355;
  color: white;
}
.btn.btn-main:hover, .btn:hover, div.cookie-consent button:hover {
  background-color: rgb(0, 120.02, 68.5828571429);
}

.center {
  text-align: center;
}

.small {
  font-size: 10px;
  font-weight: normal;
}

#downloads {
  position: relative;
  z-index: 4;
  margin-top: 50px;
  min-height: 300px;
}

footer {
  width: 100%;
  bottom: 0;
  left: 0;
  line-height: 20px;
  height: 100px;
  background-color: #019355;
  border-top: 2px solid #007744;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
footer > div {
  padding-top: 20px;
  color: white;
  margin-left: 20px;
}
@media (min-width: 900px) {
  footer > div {
    margin-left: 50px;
  }
}
footer > div a {
  text-decoration: none;
  color: white;
  font-weight: 700;
}
footer .footer-logos {
  display: flex;
}
@media (max-width: 900px) {
  footer .footer-logos {
    display: none;
  }
}
footer .footer-logos div {
  line-height: 50px;
  padding: 10px 15px 0;
}
footer .footer-logos div:first-of-type img {
  width: 180px;
}
footer .footer-logos div:last-of-type {
  padding-right: 40px;
}
footer .footer-logos div img {
  width: 150px;
}

#hint-container {
  margin: 0 auto;
  max-width: 600px;
  padding: 15px;
  min-height: calc(100vh - 187px);
}

#event-front.event-show:before {
  background-color: #333;
  opacity: 0.7;
}
#event-front.event-show h1 {
  color: white;
}
#event-front #showEventsSelect {
  width: 100%;
  line-height: 30px;
  padding: 10px 15px;
}
#event-front div#showEvent {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: white;
}
#event-front div#showEvent .event-title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
#event-front div#showEvent .event-section {
  margin: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-content: start;
  gap: 0.4rem 0.5rem;
}
#event-front div#showEvent .event-section-title {
  margin-bottom: 10px;
  text-decoration: underline;
  text-underline-offset: 6px;
  grid-column: 1/-1;
}
#event-front div#showEvent .event-row {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  gap: 10px;
}
#event-front div#showEvent .event-label {
  font-family: "Work Sans", Roboto, sans-serif;
  font-size: 14px;
  line-height: 1rem;
}
#event-front div#showEvent [data-event-data=infos] {
  margin-bottom: 20px;
}
#event-front div#showEvent .col-price {
  text-align: left;
}
#login-form {
  min-height: calc(100vh - 257px);
  display: block;
  margin: 50px auto;
  width: 300px;
  position: relative;
}
#login-form .form-group {
  width: 100%;
}
#login-form .form-group input {
  width: calc(100% - 40px);
}
#login-form .form-group label {
  opacity: 1;
  text-align: left;
}
