:root {
  --site-header-bg: white;
  --site-footer-bg: #273E7B;
  --navbar-toggler-bg: #fff;
  --burger-color: #fff;
  --h1-font-size: 3.25rem;
  --h2-font-size: 2.75rem;
  --h3-font-size: 2.5rem;
  --h4-font-size: 2rem;
  --h5-font-size: 1.5rem;
  --h6-font-size: 1.25rem;
  --headings-font-weight: 500;
  --headings-line-height: 1.1;
  --lead-font-size: 1.4rem;
  --lead-line-height: 2rem;
  --headline-tag-font-size: 1rem;
  --headline-tag-line-height: 2em;
  --main-nav-classic-bg: #F18606;
  --main-menu-background-color: #273E7B;
  --main-menu-link-color: #fff;
  --main-menu-separator-color: #6087F0;
  --main-menu-toggle-background: #eee;
  --main-menu-toggle-active-background: #004F87;
  --dunkelblau: #273E7B;
  --dunkelblau-hover: #112049;
  --demokratie-orange: #F18700;
  --demokratie-orange-hover: #af670b;
  --footer-menu-linkcolor: #b5c6f6;
  --demokratie-grau: #E3E8F6;
  --demokratie-hellorange: #FFDAAA;
  --demokratie-hellblau: #AEBDE5;
  --demokratie-dunkelgrau: #2E2F32;
  --demokratie-lead-blau: #6087F0;
  --dm-breadcrumb-divider: '';
  --border-radius: .5rem;
  --border-radius-sm: .4rem;
  --border-radius-lg: .75rem;
  --border-radius-pill: 50rem;
  --accordion-padding: .5rem 0;
  --accordion-button-padding: 30px 45px;
  --accordion-background-color: #E3E8F6;
  --accordion-header-color: #fff;
  --accordion-border-radius: 2rem;
  --accordion-header-background-color: #273E7B;
  --accordion-header-active-background-color: #273E7B;
  --accordion-body-padding: 40px 45px;
  /* Override Default Settings */
  --dm-body-font-size: 1.125rem;
  --dm-body-font-family: 'Poppins';
  --dm-body-font-weight: 300;
  --dm-body-line-height: 1.7;
  --card-background-color: #E3E8F6;
  --card-title-color: #273E7B;
  --card-border-width: 0px;
  --card-border-radius: .75rem;
  --box-shadow: 0 .15rem 1rem rgba(6, 27, 75, 0.1);
  --box-shadow-sm: 0 .15rem .4rem rgba(0, 13, 42, .15);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 13, 42, .9);
  --box-shadow-inset: inset 0 1px 2px rgba(0, 13, 42, .9); }

.mainheader-dots button {
  background-color: #fff; }

.mainheader-text-container {
  border-top-left-radius: var(--border-radius); }
  .mainheader-text-container .mainheader-headline {
    color: var(--dunkelblau); }

.dm-hamburger,
.search-container input {
  z-index: 1; }

h1, h2, h3, h4, h5 {
  color: var(--dunkelblau); }
  @media (max-width: 800px) {
    h1, h2, h3, h4, h5 {
      hyphens: auto; } }

h1, h2, h3, h4, h5 {
  margin-bottom: 1.5rem;
  font-weight: 600; }

h2, h3, h4, h5 {
  margin-top: 2.5rem; }

h1 {
  font-size: calc(var(--h1-font-size) * .55); }
  @media (min-width: 321px) {
    h1 {
      font-size: calc(var(--h1-font-size) * .6); } }
  @media (min-width: 426px) {
    h1 {
      font-size: calc(var(--h1-font-size) * .75); } }
  @media (min-width: 769px) {
    h1 {
      font-size: var(--h1-font-size); } }

h2 {
  font-size: calc(var(--h2-font-size) *.8); }
  @media (min-width: 426px) {
    h2 {
      font-size: calc(var(--h2-font-size) * .85); } }
  @media (min-width: 769px) {
    h2 {
      font-size: var(--h2-font-size); } }

h3 {
  font-size: calc(var(--h3-font-size) * .55); }
  @media (min-width: 321px) {
    h3 {
      font-size: calc(var(--h3-font-size) * .6); } }
  @media (min-width: 426px) {
    h3 {
      font-size: calc(var(--h3-font-size) * .75); } }
  @media (min-width: 769px) {
    h3 {
      font-size: var(--h3-font-size); } }

.has-demo-grey-background-color {
  background-color: var(--card-background-color); }

a {
  text-decoration: none;
  color: var(--demokratie-orange); }
  a:hover {
    color: var(--demokratie-orange-hover); }

.dm-hamburger {
  border-radius: var(--border-radius);
  transition: all .2s ease-in-out; }
  .dm-hamburger .animated-icon {
    width: 45px;
    height: 30px;
    top: -2px; }
    .dm-hamburger .animated-icon span {
      height: 4px !important;
      border-radius: 0 !important; }

p.is-style-lead {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: calc(var(--lead-font-size) *.85);
  font-weight: 400;
  color: var(--demokratie-lead-blau);
  line-height: var(--lead-line-height); }
  @media (min-width: 426px) {
    p.is-style-lead {
      font-size: var(--lead-font-size); } }
  @media (min-width: 769px) {
    p.is-style-lead {
      font-size: var(--lead-font-size); } }

p.is-style-headline-tag {
  display: block;
  position: relative;
  font-size: var(--headline-tag-font-size);
  line-height: var(--headline-tag-line-height);
  font-weight: 300;
  max-width: fit-content;
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 2px 15px 0px 15px;
  background: var(--dunkelblau);
  border-radius: 10px; }
  p.is-style-headline-tag.has-text-align-center {
    margin-left: auto;
    margin-right: auto; }
  p.is-style-headline-tag.has-text-align-right {
    margin-left: auto; }

@media (min-width: 769px) {
  .is-style-2-cols-paragraph {
    -webkit-column-break-inside: avoid;
    -moz-column-count: 2;
    column-count: 2;
    gap: 40px; } }

ul.is-style-arrow-list-sign li {
  list-style-type: none;
  position: relative;
  padding-left: 5px; }
  ul.is-style-arrow-list-sign li:before {
    content: "";
    width: 12px;
    position: absolute;
    right: 100%;
    top: 4px;
    height: 100%;
    background-image: url("img/chevron-right-solid.svg");
    background-repeat: no-repeat;
    margin-right: 4px; }

.wp-block-separator.is-style-wide {
  color: var(--demokratie-hellblau);
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px; }

.dmindwpmaster-accordion .accordion-item {
  border: 0;
  box-shadow: var(--box-shadow); }
  .dmindwpmaster-accordion .accordion-item .accordion-header .accordion-button {
    font-size: var(--h5-font-size); }
  .dmindwpmaster-accordion .accordion-item .accordion-header .accordion-button.collapsed::after {
    background-image: unset !important;
    background: white;
    width: 40px;
    height: 4px;
    transition: transform .5s ease;
    transform: rotate(0deg); }
  .dmindwpmaster-accordion .accordion-item .accordion-header .accordion-button.collapsed::before {
    content: '';
    position: absolute;
    right: 45px;
    background: white;
    width: 40px;
    height: 4px;
    transform: rotate(90deg);
    transition: transform .5s ease; }
  .dmindwpmaster-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    background: white;
    width: 40px;
    height: 4px;
    transition: transform .5s ease;
    transform: rotate(180deg); }
  .dmindwpmaster-accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::before {
    content: '';
    position: absolute;
    right: 45px;
    background: white;
    width: 40px;
    height: 4px;
    transform: rotate(0deg);
    transition: transform .5s ease; }

.menu-active .site-header.fixed-top.sticky {
  box-shadow: unset; }

@media (max-width: 600px) {
  .site-header .site-header-bg .site-header-content .site-header-content-left .site-logo-container {
    margin-right: 15px !important; } }
.site-header.fixed-top.sticky {
  transition: all .2s ease-in-out;
  box-shadow: var(--box-shadow); }
  .site-header.fixed-top.sticky .site-header-bg {
    transition: all .2s ease-in-out;
    background: white;
    padding: 0; }
  .site-header.fixed-top.sticky .site-header-bg .site-header-content .site-header-content-left .site-logo-container .site-logo svg {
    height: 30px; }
  .site-header.fixed-top.sticky .dm-hamburger {
    scale: .75;
    transition: all .2s ease-in-out; }

.site-header .site-header-bg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition: all .2s ease-in-out;
  border-bottom: 1px solid var(--dunkelblau); }
  .site-header .site-header-bg .st0 {
    fill: var(--demokratie-orange); }
  .site-header .site-header-bg .st1 {
    fill: var(--dunkelblau); }
  .menu-active .site-header .site-header-bg {
    background-color: var(--dunkelblau); }
    .menu-active .site-header .site-header-bg .site-logo-container,
    .menu-active .site-header .site-header-bg .search-container {
      display: none !important; }
  .site-header .site-header-bg .search-container input {
    border-top-left-radius: .5rem !important;
    border-bottom-left-radius: .5rem !important;
    border-color: var(--demokratie-grau);
    background: var(--demokratie-grau); }
  .site-header .site-header-bg .search-container button {
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
    border-color: var(--demokratie-grau);
    background: var(--demokratie-grau); }

.menu-active .site-header .site-header-bg .site-logo-container,
.menu-active .site-header .site-header-bg .search-container {
  display: none !important; }

.main-menu .menu .sub-menu li a:not(.main-menu-element-toggle):hover, .main-menu .menu .sub-menu li a:not(.main-menu-element-toggle):focus {
  color: var(--demokratie-orange); }

.current-menu-item a {
  color: var(--demokratie-orange) !important; }

@media (min-width: 1200px) {
  .main-menu .menu > li {
    flex-basis: 31%; } }
@media (min-width: 1200px) {
  .main-menu .menu > li a, .main-menu .menu > li p {
    font-size: 24px; } }
.main-menu .menu > li > a, .main-menu .menu > li > p {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: 500; }
  @media (min-width: 1200px) {
    .main-menu .menu > li > a, .main-menu .menu > li > p {
      font-size: 40px; } }
@media (min-width: 1200px) {
  .main-menu .menu > li:not(:nth-child(-n+3)) {
    margin-left: 0; } }
@media (min-width: 1200px) {
  .main-menu .menu > li:not(:nth-child(-n+4)) {
    margin-left: 2.6%; } }

@media (min-width: 1200px) {
  .main-menu .menu .main-menu-element-toggle {
    top: 40px; } }
.main-menu .menu .main-menu-element-toggle:after {
  color: var(--dunkelblau); }

.main-menu .menu .sub-menu li [aria-expanded="true"]::after {
  color: white; }
.main-menu .menu .sub-menu li .sub-menu a:not(.main-menu-element-toggle) {
  color: var(--dunkelblau); }
@media (min-width: 1200px) {
  .main-menu .menu .sub-menu li .sub-menu .main-menu-element-toggle {
    top: 33px; } }
.main-menu .menu .sub-menu li .sub-menu .main-menu-element-toggle:after {
  color: var(--dunkelblau); }

.section-logos-bottom {
  background: var(--demokratie-hellblau);
  color: var(--main-menu-background-color); }
  .section-logos-bottom .flex-column {
    border-radius: 10px;
    padding: 20px;
    background: white;
    margin-bottom: 20px; }

@media only screen and (min-width: 992px) {
  .section-logos-bottom .flex-column:first-child {
    margin-right: 20px;
    width: calc(33.33333% - 20px); }
  .section-logos-bottom .flex-column:last-child {
    margin-left: 20px;
    width: calc(33.33333% - 20px); }
  .section-logos-bottom .col:last-child b {
    padding-left: 20px; } }
footer {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white; }
  footer a {
    text-decoration: none; }
    footer a:hover {
      color: white; }
  footer .menu-footer-menu-container li.list-group-item {
    padding-left: 0;
    padding-bottom: 0; }
    footer .menu-footer-menu-container li.list-group-item a {
      display: block;
      margin-bottom: -8px; }
  footer .menu-footer-menu-container #menu-footer-menu {
    display: inline-block; }
    footer .menu-footer-menu-container #menu-footer-menu li {
      display: inline;
      float: left;
      margin-right: 15px; }
  footer .footer-social a img {
    display: inline-block; }

.sameheight .wp-block-column {
  display: flex; }

.card-body a {
  text-decoration: none;
  color: var(--demokratie-orange); }
  .card-body a:hover {
    color: var(--demokratie-orange-hover); }

.card-icon {
  margin: 0 !important;
  height: 100%;
  overflow: visible !important; }
  .card-icon .card-img-top {
    background-color: var(--dunkelblau);
    border-radius: 10px;
    width: 6rem;
    height: auto;
    padding: 1rem !important;
    margin: 0 auto;
    margin-top: -3rem;
    box-shadow: var(--box-shadow); }
  .card-icon .card-title {
    margin-bottom: 1rem; }

.card .card-body {
  padding-top: 2rem;
  padding-right: 2rem;
  padding-bottom: 2.5rem;
  padding-left: 2rem; }

.wp-block-media-text.has-background {
  border-radius: var(--border-radius);
  overflow: hidden; }
  .wp-block-media-text.has-background .wp-block-media-text__content {
    padding-top: 2rem;
    padding-bottom: 2rem; }

.page-template-template-slider .fixed-top .site-header-bg {
  background: transparent;
  border-bottom: 0; }
.page-template-template-slider .search-container input, .page-template-template-slider .search-container button {
  background: white !important;
  border-width: 0;
  border-radius: 0; }
.page-template-template-slider #homeslider {
  max-height: 700px; }
  .page-template-template-slider #homeslider .carousel-item {
    max-height: 700px; }

.is-style-center {
  margin-left: auto;
  margin-right: auto; }

.quicklink-content {
  box-shadow: var(--box-shadow); }

.quicklink-content .card-title {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  text-transform: none !important; }

.events-cards {
  margin-bottom: 30px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5; }
  .events-cards .card-body {
    color: var(--dm-body-color); }
  .events-cards .location {
    font-style: italic;
    margin-bottom: 1rem; }
  .events-cards .card-title {
    margin-bottom: 1rem; }
    .events-cards .card-title a {
      font-size: 20px;
      color: var(--dunkelblau);
      font-weight: 500;
      text-decoration: none; }
  .events-cards .dmindwpevents-event-time {
    font-weight: 500;
    margin-bottom: 1.5rem; }
  .events-cards .dmindwpevents-info {
    margin-bottom: 10px; }
  .events-cards .card {
    background: #FFDAAA;
    border: none;
    box-sizing: border-box; }
    .events-cards .card:hover {
      background-color: #FFDAAA !important; }
    .events-cards .card figure, .events-cards .card .card-body {
      z-index: 1; }
    .events-cards .card:after {
      border-radius: var(--border-radius);
      content: '';
      background: #FAD59E;
      width: 100%;
      height: 100%;
      position: absolute;
      clip-path: polygon(0 0, 0% 100%, 100% 100%);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
  .events-cards .btn {
    margin-top: 1.5rem;
    color: white; }
    .events-cards .btn:hover {
      color: white; }

.events-list .events-bg {
  background-color: var(--demokratie-grau) !important; }

.dmindwpevents-single-events-container .dmwpevents-sidebar {
  padding: 30px;
  background: var(--demokratie-hellblau);
  border-radius: 10px;
  color: white;
  box-shadow: var(--box-shadow); }
  .dmindwpevents-single-events-container .dmwpevents-sidebar .dmindwpevents-event-time {
    font-weight: 500; }
  .dmindwpevents-single-events-container .dmwpevents-sidebar h5 {
    margin-top: 0; }
  .dmindwpevents-single-events-container .dmwpevents-sidebar p a {
    margin-top: 30px;
    display: block;
    background-color: var(--dunkelblau);
    color: white;
    padding: 15px; }
.dmindwpevents-single-events-container .single-post-featuredimage figure {
  border-radius: 10px;
  overflow: hidden;
  display: block; }
.dmindwpevents-single-events-container a {
  color: var(--demokratie-orange);
  text-decoration: none; }
.dmindwpevents-single-events-container .dmindwpevents-event-time {
  font-weight: 500; }

.dmindwpevents-info.badge {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  max-width: fit-content;
  color: white;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: var(--dunkelblau) !important;
  border-radius: 10px; }

.event-phone, .event-email, .event-url {
  position: relative;
  padding-left: 25px; }

.icon-download, .fa-phone, .fa-envelope, .fa-fax, .fa-mobile {
  position: relative;
  width: 25px;
  margin-right: 25px; }

.icon-download {
  margin-left: -25px; }

.event-download-item {
  margin-left: 25px;
  margin-bottom: 5px;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .event-download-item p {
    margin-bottom: 0;
    margin-right: 5px; }
  .event-download-item .badge {
    display: block;
    background-color: #2E2F32;
    height: auto;
    padding: 5px;
    padding-top: 7px;
    border-radius: 5px;
    margin-top: auto;
    margin-bottom: auto;
    font-weight: normal;
    font-size: 9px; }

.event-phone:before, .event-email:before, .event-url:before,
.icon-download:before,
.fa-phone:before, .fa-envelope:before, .fa-fax:before, .fa-mobile:before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center; }

.event-phone:before, .fa-phone:before {
  background-image: url("img/phone-flip-solid.svg"); }

.event-email:before, .fa-envelope:before {
  background-image: url("img/envelope-solid.svg"); }

.event-url:before {
  background-image: url("img/house-solid.svg"); }

.icon-download:before {
  background-image: url("img/download-solid.svg"); }

.fa-fax:before {
  background-image: url("img/fax-solid.svg"); }

.fa-mobile:before {
  background-image: url("img/mobile-solid.svg"); }

.btn {
  font-weight: 400;
  padding: 0.5rem 1.25rem; }

.btn-lg {
  padding: 1rem 1.75rem; }

.btn-primary, .btn-outline-primary:hover {
  background-color: var(--dunkelblau);
  border-color: var(--dunkelblau); }

.btn-primary:hover, .btn-primary:focus {
  background-color: var(--dunkelblau-hover);
  border-color: var(--dunkelblau-hover); }

.btn-outline-primary {
  border-color: var(--dunkelblau);
  color: var(--dunkelblau); }

.btn-secondary, .btn-outline-secondary:hover {
  background-color: var(--demokratie-orange);
  border-color: var(--demokratie-orange); }

.btn-secondary:hover, .btn-secondary:focus {
  background-color: var(--demokratie-orange-hover);
  border-color: var(--demokratie-orange-hover); }

.btn-outline-secondary {
  border-color: var(--demokratie-orange);
  color: var(--demokratie-orange); }

#searchbutton {
  border-color: #c1c5c9; }

.search-title {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem; }

.breadcrumb-item a {
  text-decoration: none;
  color: var(--dunkelblau) !important; }
.breadcrumb-item.active {
  color: var(--dunkelblau) !important; }

.breadcrumb-item + .breadcrumb-item::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3C!--! Font Awesome Pro 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M342.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L274.7 256 105.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
  width: 0.75rem;
  height: 0.75rem;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0.5rem 0px;
  padding-right: 1.5rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem; }

.dmkz-netzwerk .col img, .dmkz-netzwerk .col svg {
  height: auto;
  width: auto;
  max-width: 200px;
  max-height: 200px; }
.dmkz-netzwerk .col a:hover {
  transition: ease-in-out;
  transition-duration: .4s; }
.dmkz-netzwerk .col a:hover img, .dmkz-netzwerk .col a:hover svg {
  filter: grayscale(1); }
.dmkz-netzwerk .col a:after {
  background-color: transparent !important; }

@media (max-width: 1199.98px) {
  .dmkz-netzwerk .col img, .dmkz-netzwerk .col svg {
    max-width: 150px;
    max-height: 150px; } }
.page-content .dmkz-netzwerk a:hover {
  box-shadow: inset 0 -1px transparent; }

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