/*
 * Theme Name:  Child
 * Template: blankslate
 */

:root {
  --blue: #003350;
  --black: #2c2c2c;
  --primary: #003350;
  --turkise: #68c1bc;
  --secondary: #68c1bc;
  --grey: #f1f1f1;
  --lightgrey: #f3f3f3;
  --swiper-pagination-color: #003350;
  --swiper-theme-color: #68c1bc;
  --bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(
      var(--bs-secondary-rgb),
      var(--bs-bg-opacity)
    ) !important;
  }
}

@font-face {
  font-family: "Moderat";
  src: url("f/Moderat-Regular.eot");
  src: url("f/Moderat-Regular.eot?#iefix") format("embedded-opentype"),
    url("f/Moderat-Regular.woff2") format("woff2"),
    url("f/Moderat-Regular.woff") format("woff"),
    url("f/Moderat-Regular.ttf") format("truetype"),
    url("f/Moderat-Regular.svg#Moderat-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Moderat";
  src: url("f/Moderat-Bold.eot");
  src: url("f/Moderat-Bold.eot?#iefix") format("embedded-opentype"),
    url("f/Moderat-Bold.woff2") format("woff2"),
    url("f/Moderat-Bold.woff") format("woff"),
    url("f/Moderat-Bold.ttf") format("truetype"),
    url("f/Moderat-Bold.svg#Moderat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "icomoon";
  src: url("f/icomoon.eot?fqoo3d");
  src: url("f/icomoon.eot?fqoo3d#iefix") format("embedded-opentype"),
    url("f/icomoon.ttf?fqoo3d") format("truetype"),
    url("f/icomoon.woff?fqoo3d") format("woff"),
    url("f/icomoon.svg?fqoo3d#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-message:before {
  content: "\e927";
}
.icon-bin:before {
  content: "\e924";
}
.icon-thing-down:before {
  content: "\e929";
}
.icon-thing-left:before {
  content: "\e92a";
}
.icon-thing-right:before {
  content: "\e92b";
}
.icon-thing-up:before {
  content: "\e92c";
}
.icon-minus-solid:before {
  content: "\e90f";
}
.icon-minus-outline:before {
  content: "\e910";
}
.icon-user-solid-circle:before {
  content: "\e911";
}
.icon-user:before {
  content: "\e912";
}
.icon-paperplane:before {
  content: "\e900";
}
.icon-send:before {
  content: "\e900";
}
.icon-flight:before {
  content: "\e900";
}
.icon-email:before {
  content: "\e900";
}
.icon-mail-envelope-closed:before {
  content: "\e901";
}
.icon-document-file-pdf:before {
  content: "\e902";
}
.icon-document-file-pdf1:before {
  content: "\e903";
}
.icon-file-pdf1:before {
  content: "\e904";
}
.icon-file-pdf2:before {
  content: "\e905";
}
.icon-document-download:before {
  content: "\e906";
}
.icon-document-download1:before {
  content: "\e907";
}
.icon-cloud-download:before {
  content: "\e908";
}
.icon-cloud-download1:before {
  content: "\e909";
}
.icon-document-upload:before {
  content: "\e90a";
}
.icon-document-upload1:before {
  content: "\e90b";
}
.icon-cloud-upload:before {
  content: "\e90c";
}
.icon-cloud-upload1:before {
  content: "\e90d";
}
.icon-map-marker:before {
  content: "\e920";
}
.icon-whatsapp:before {
  content: "\e90e";
}
.icon-arrow-right-circle:before {
  content: "\e913";
}
.icon-arrow-left-circle:before {
  content: "\e914";
}
.icon-arrow-down- *:focus {
  outline: none;
}

body {
  font-family: "Moderat", sans-serif;
  font-weight: normal;
  color: #d7d8da;
  background: var(--blue);
}
.color-turk,
.color-secondary {
  color: var(--secondary);
}
.color-blue,
.color-primary {
  color: var(--blue) !important;
}
a {
  -webkit-transition: color 0.3s ease-in;
  -moz-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  -ms-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
  text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
  color: #000;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.iconbutton {
  padding-right: 15px;
  max-width: 100%;
  white-space: pre-wrap;
}
.iconbutton span {
  width: 38px;
  height: 38px;
  line-height: 35px;
  border: 1px solid var(--primary);
  border-radius: 0.25rem;
  display: inline-block;
  text-align: center;
  font-size: 19px;
  background: var(--primary);
  color: #fff;
}
.iconbutton:hover {
  opacity: 1;
}
.iconbutton:hover span {
  opacity: 1;
  color: #fff;
  border-color: var(--secondary);
  background: var(--secondary);
}

#footer {
  max-width: 330px;
  margin: 0px auto;
  padding: 0px 0;
}
#footer li {
  margin: 0 0.5rem;
}
#footer li a {
  padding: 0.25rem;
  font-size: 9px;
  text-transform: uppercase;
  color: var(--grey);
  opacity: 0.25;
}
body,
html {
  height: 100%;
  min-height: 100%;
}

.fancybox-content {
  max-width: 750px;
  background-color: var(--blue);
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.fancybox-content a {
  color: var(--turkise);
}
.skip-link,
.screen-reader-text {
  display: none !important;
}

p {
  font-size: 1rem;
}
label {
  font-weight: bold;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
h3 {
  font-size: 1.625rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: bold;
}

.intro_top {
  color: var(--turkise);
}
.intro_top img {
  width: 50px;
  margin-bottom: 0.5rem;
}
.intro_top img.loggedout-logo {
  width: 110px;
}
.intro_bottom img {
  width: 110px;
}

button.startbutton,
button.custombutton {
  display: block;
  border: none;
  height: 48px;
  padding: 0.25rem 1.25rem 0.35rem 1.25rem;
  background: var(--turkise);
  color: #fff;
  font-weight: bold;
  font-size: 1.625rem;
  line-height: 1.2;
  border-radius: 0.25rem;
}

.custombutton.small {
  background: var(--turkise);
  color: #fff;
  font-size: 1rem;
  line-height: 48px;
  display: block;
  padding: 0.25rem 0.5rem;
  height: auto;
  margin: 15px auto;
  text-align: center;
  border-radius: 5px;
  border: 1px solid var(--turkise);
}
.custombutton:hover {
  color: #fff;
  border-color: #222;
}
.custombutton:focus {
  color: #fff;
  border-color: #222;
}
.white {
  color: white;
}

#sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidebar .gform_wrapper {
  margin-bottom: 1.25rem;
  width: 215px;
}
#sidebar .gform_wrapper .gfield_validation_message {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.goback {
  display: block;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32px' height='22px' viewBox='0 0 32 22' %3E %3Cpath d='M1.301 10.658L11.615.344 14.39 3.12 8.616 8.893H30.73v3.923H8.617l5.773 5.774-2.775 2.774L1.301 11.05a.28.28 0 0 1 0-.392z' stroke='%23ffffff' stroke-width='1px' fill='none'/%3E %3C/svg%3E")
    no-repeat 50% 50%;
  margin: 0;
  border: 0;
  width: 32px;
  height: 22px;
  margin-top: 4px;
}

.goback:focus,
.goback:hover {
  outline: none;
  background: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='32px' height='22px' viewBox='0 0 32 22' %3E %3Cpath d='M1.301 10.658L11.615.344 14.39 3.12 8.616 8.893H30.73v3.923H8.617l5.773 5.774-2.775 2.774L1.301 11.05a.28.28 0 0 1 0-.392z' stroke='%23ffffff' stroke-width='1px' fill='%23ffffff'/%3E %3C/svg%3E")
    no-repeat 50% 50%;
}
#offcanvasSidebar .offcanvas-header .goback {
  transform: rotate(180deg); /* W3C */
  -webkit-transform: rotate(180deg); /* Safari & Chrome */
  -moz-transform: rotate(180deg); /* Firefox */
  -ms-transform: rotate(180deg); /* Internet Explorer */
  -o-transform: rotate(180deg);
}
#offcanvasSidebar .gform_wrapper {
  padding-top: 0;
}

/* Icon 1 */
.togglemenu,
.btn_usermenu {
  position: fixed;
  right: 15px;
  top: 13px;
  z-index: 15;
}

.btn_usermenu button {
  background-color: transparent;
  border: none;
  color: var(--secondary);
}
.btn_usermenu button .menuimage {
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: 2px solid var(--turkise);
}
.btn_usermenu button svg.dropdownsvg {
  width: 1rem;
  height: 1rem;
}
.btn_usermenu button svg.dropdownsvg path {
  fill: var(--secondary);
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--secondary);
  color: var(--blue);
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
}
.dropdown-item.active a,
.dropdown-item:active a {
  -webkit-transition: 0s ease-in-out;
  -moz-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  color: var(--blue);
}
.btn_usermenu .dropdown-toggle::after {
  position: absolute;
  right: 0;
  bottom: -0.29rem;
  border-top-color: var(--turkise);
  display: none;
}
.btn_usermenu button img {
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: center;
}
.btn_usermenu .gv-list-view,
.btn_usermenu .dropdown-item {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
}
.btn_usermenu .dropdown-menu {
  border-radius: 0;
}
.btn_usermenu .gv-list-view,
.btn_usermenu .gv-list-view div {
  margin: 0;
  border: 0;
  padding: 0;
}
.btn_usermenu .gv-list-view a {
  padding-left: ;
}
.toggle_sb_left {
  font-size: 1.9rem;
  display: block;
}
.nav-icon1 {
  width: 30px;
  height: 22px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.nav-icon1 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon1 span:nth-child(1) {
  top: 0px;
}

.nav-icon1 span:nth-child(2) {
  top: 9px;
}

.nav-icon1 span:nth-child(3) {
  top: 18px;
}

.nav-icon1.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

.nav-icon1.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.offcanvas {
  background-color: var(--blue);
}

.offcanvas {
  max-width: 330px;
}
.offcanvas .gform-body.gform_body {
  padding-left: 0;
  padding-right: 0;
}

select {
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.3rem center;
  background-size: 16px 12px;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  word-wrap: normal;
}

button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.gform_wrapper {
  width: 100%;
  max-width: 330px;
  margin: 0 auto;
  background-color: var(--turkise);
  border-radius: 0.25rem;
  padding: 1rem;
}
body:not(.home) .gform_wrapper.verteilerform_wrapper {
  max-width: none;
  width: 100%;
}
body.home .verteilerform .gform_confirmation_message {
  max-width: 330px;
  padding: 1rem;
  margin: 0 auto;
  background: #fff;
  color: var(--blue);
  border-radius: 0.25rem;
}

.blueform .gform_wrapper {
  background-color: var(--blue);
  height: 100%;
}

input.btn-lg,
input.btn-lg:hover,
a.custombutton,
.passwortbutton_container a,
.registerbutton_container a,
a.custombutton:hover,
.passwortbutton_container a:hover,
.registerbutton_container a:hover,
a.custombutton:focus,
.passwortbutton_container a:focus,
.registerbutton_container a:focus {
  border: 1px solid var(--turkise);
  line-height: 50px;
  padding: 0.25rem;
  background: var(--blue);
  border-radius: 0.25rem;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
/* Dokument upload */
#gform_19 .gfield--type-consent {
  padding: 0.5rem 1rem;
  border: 1px solid var(--blue);
}
#gform_19 .ginput_container_consent {
  margin-top: 1rem;
}
.card {
  color: var(--blue);
}
.borderradius {
  border-radius: 0.25rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.bg-grey {
  color: var(--blue);
  background-color: var(--grey);
}
.bg-lightgrey {
  color: var(--blue);
  background-color: var(--lightgrey);
}

.lwa {
  background-color: var(--turkise);
  color: #fff;
  border-radius: 0.25rem;
  padding: 1rem;
  width: 245px;
}
.lwa td,
.lwa th {
  display: block;
}
.lwa label {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  color: var(--blue);
}

.lwa .lwa-links-remember-cancel,
.lwa input {
  width: 100% !important;
  border-radius: 0.25rem;
  border: 1px solid white;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px !important;
}
.lwa .lwa-links-remember-cancel {
  color: #fff;
}
.lwa [type="button"],
.lwa [type="reset"],
.lwa [type="submit"] {
  border: none;
  height: 50px;
  padding: 0.25rem;
  background: var(--blue);
  color: #fff;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  border-radius: 0.25rem;
  line-height: 1;
  width: 100%;
}
.lwa input[type="checkbox"] {
  max-width: 100%;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 100%;
  border-radius: 0.25rem;
  z-index: 5;
  appearance: none;
  margin: 0;
  margin-top: 0;
  padding: 0 !important;
  width: 100%;
  border: none !important;
  transition: 0.3s all ease-in-out;
  background: transparent;
  position: absolute;
}

.lwa label {
  color: var(--blue);
  transition: 0.3s all ease-in-out;
  margin-bottom: 0;
  max-width: calc(100% - 32px);
  vertical-align: middle;
  display: inline-block;
  font-size: 15px;
}

.lwa input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--blue);
  z-index: 2;
  margin-top: 0;
  transition: 0.3s all ease-in-out;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
}

.lwa input[type="checkbox"] + label:after {
  border-radius: 5px;
}

.lwa input[type="checkbox"]:checked + label:after {
  content: "";
  border-color: var(--blue);
  background-image: url(i/smiley_blue_mouth.svg);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.lwa td.lwa-submit-links {
  position: relative;
  margin-top: 15px;
  padding-top: 0;
}

a.lwa-links-remember {
  margin-top: 15px;
  position: relative;
  z-index: 5;
  height: 50px;
  padding: 0.25rem;
  color: var(--primary);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0.25rem;
  line-height: 1;
  width: 100%;
  border: 1px solid var(--primary);
}
input.lwa-button-remember {
  margin-bottom: 15px;
}
.lwa-links-remember-cancel {
  display: block;
  text-align: center;
}
.lwa-loading {
  z-index: 6;
  background: var(--turkise) !important;
}
form.lwa-remember table tbody tr:first-child > td > strong {
  color: var(--blue);
}
.lwa .lwa-status-invalid {
  padding: 15px;
  padding: 15px;
  border-radius: 0.125rem;
  text-align: center;
  background-color: #c02b0a;
  border-color: #c02b0a;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 0.875rem;
}
.removeaddress {
  font-size: 0;
}
.removeaddress a {
  font-size: 0.875rem;
}
textarea {
  border: none;
  border-radius: 0.25rem;
}

.activation-content {
  background-color: var(--secondary);
  color: var(--blue);
  padding: 1rem;
  max-width: 500px;
  margin: 0 auto;
}
table.deinedokumente {
  width: 100%;
}
.deinedokumente tr:nth-child(odd) {
  background-color: #eee;
}
table.deinedokumente tr:nth-child(even) {
  background-color: #f9f9f9;
}
table.deinedokumente td {
  padding: 0.5rem;
}
.home .offcanvas-backdrop.show {
  pointer-events: none;
}
.hide-next-element ~ div:first-of-type {
  display: none !important;
}
.page-template-page-small article.page {
  text-align: center;
}
.page-template-page-small .entry-content {
  text-align: left;
  max-width: 960px;
  background-color: var(--secondary);
  color: var(blue);
  padding: 1rem;
  border-radius: 0.25rem;
  display: inline-block;
  margin: 0 auto;
}
.page-template-page-small .entry-content p {
  color: var(--blue);
}
.page-template-page-small .entry-content p:last-child {
  margin-bottom: 0;
}
.home .verteiler_ausgetragen {
  padding: 1rem;
  background-color: rgb(248, 183, 183);
  color: #000;
  max-width: 330px;
  margin: 0 auto;
  border-radius: 0.25rem;
}
.home .verteiler_ausgetragen p:last-child {
  margin-bottom: 0;
}
body .gk-maps-element.gk-maps-element-search,
body .gk-maps-element.gk-maps-element-redo-search {
  display: none !important;
}
body .gm-style button.gm-control-active {
  top: 0 !important;
}

.rundschreiben_select .form-check-input:checked {
  background-color: var(--turkise);
}
.gv-diy-view-title {
  text-align: center;
}
.page-template-page-datatable .entry-content {
  max-width: 960px;
  margin: 0 auto;
  background-color: var(--secondary);
  color: var(blue);
  padding: 1rem;
  border-radius: 0.25rem;
}
.page-template-page-datatable .entry-content,
.page-template-page-datatable .entry-content p {
  color: var(--blue);
}

.page-template-page-datatable .dataTable td a,
a.whitelink {
  color: #fff;
}

.page-template-page-datatable .entry-content input[type="search"] {
  background-color: #fff;
  margin-top: 0.125rem;
}
.members-access-error {
  padding: 1rem;
  background-color: var(--secondary);
  color: var(--primary);
  text-align: center;
  border-radius: 0.25rem;
}
#aktuelles.tab-pane .gform_wrapper {
  padding: 0;
  background-color: transparent;
}
#aktuelles.tab-pane .gform_footer {
  padding-top: 0;
}
#aktuelles.tab-pane .gform_confirmation_wrapper .gform_confirmation_message {
  padding: 1rem;
  max-width: none;
  margin-top: 0.75rem;
}

body .gv-widget-page-links ul.page-numbers li {
  border-radius: 0.25rem;
  background-color: #eee;
  margin-bottom: 0.5rem;
}
body .gv-widget-page-links ul.page-numbers li .page-numbers {
  padding: 0.75rem 1rem;
}
ul.page-numbers li span.page-numbers.current {
  color: var(--primary);
}
ul.page-numbers li a {
  color: var(--secondary);
}

/* Whatsapp Toggle button */
button.icon-whatsapp {
  background-color: green;
  color: white;
  border-radius: 0.25rem;
}
button.icon-whatsapp.disabled {
  background-color: red;
}
