/*
Theme Name: VBKOE v2
Author: dG dev
Author URI: https://www.dgdev.at
*/
/*--------------------------------------------------------------
# TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

@font-face {
  font-family: 'Brandon Grotesque';
  src: url('assets/fonts/BrandonGrotesque-Regular.eot');
  src: url('assets/fonts/BrandonGrotesque-Regular.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/BrandonGrotesque-Regular.woff2') format('woff2'),
  url('assets/fonts/BrandonGrotesque-Regular.woff') format('woff'),
  url('assets/fonts/BrandonGrotesque-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Grotesque Black';
  src: url('assets/fonts/BrandonGrotesque-Black.eot');
  src: url('assets/fonts/BrandonGrotesque-Black.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/BrandonGrotesque-Black.woff2') format('woff2'),
  url('assets/fonts/BrandonGrotesque-Black.woff') format('woff'),
  url('assets/fonts/BrandonGrotesque-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Brandon Grotesque Medium';
  src: url('assets/fonts/BrandonGrotesque-Medium.eot');
  src: url('assets/fonts/BrandonGrotesque-Medium.eot?#iefix') format('embedded-opentype'),
  url('assets/fonts/BrandonGrotesque-Medium.woff2') format('woff2'),
  url('assets/fonts/BrandonGrotesque-Medium.woff') format('woff'),
  url('assets/fonts/BrandonGrotesque-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
:root {
  --content-width: 80%;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width:100%;
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 1.6em;
  margin: 0.67em 0;
  line-height: 1.4;
}

h2 {
  font-size: 1.4em;
  line-height: 1.4;
}

h3 {
  font-size: 1.3em;
  line-height: 1.4;
}

h4 {
  font-size: 1.25em;
  line-height: 1.5;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #444;
  /*font-family: 'Hind', sans-serif;*/
  font-family: 'Brandon Grotesque';
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  color: #32373c;
  clear: both;
  font-family: 'Brandon Grotesque';
  /*
  font-family: 'Special Elite', cursive;
  */
}

.entry-header h1.entry-title {
  font-size: 2em;
  line-height: 1.4;
  margin: 1em 0;
  position: relative;
  z-index:9;
}
h2.entry-title > a {
  text-decoration:none;
}


dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.archive .site-header {
  margin-bottom: 3.5em;
}
.archive #primary {
  margin-top:8em;
}
.site-title {
  max-width: 66%;
  margin: -1em auto 0 auto;
  font-size: 1em;
  line-height: 1.2;
  color: #333332;
  font-weight: normal;
  display:none;
}

.site-title a {
  text-decoration: none;
  color: inherit;
}

.site-branding {
  margin-bottom: 1.75em;
}

.site-description {
  margin: .4375em 0 0;
  font-size: 17px;
  font-weight: inherit;
  line-height: 1.4;
  word-wrap: break-word;
  color: #929292;
}
.dg-wrapper, .dg-wrapper-footer {
  width:100%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

hr {
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style:none;
}

ol {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
.entry-content li {
	list-style: disc;
}
dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #333333;
}
.grid-header a {
  text-decoration: none !important;
}

a:visited {
  color: #333;
}

a:hover, a:focus, a:active {
  color: #666666;
}

a:focus {
  outline: thin dotted;
}

a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.home .site {
  position:fixed;
}
.menu-frontpage-menu-container li.invert {
  margin-top:0.5em;

}
.menu-frontpage-menu-container li.invert a {
  background: #000;
  color:#fff;
  padding:0.25em 0.5em;
  margin: 0;
  display: inline-block;
}

.padded-multiline {
  line-height: 1.3;
  padding: 2px 0;
  border-left: 20px solid #c0c;
  width: 400px;
  margin: 20px auto;
}
.padded-multiline h1 {
  background-color: #c0c;
  padding: 4px 0;
  color: #fff;
  display: inline;
  margin: 0;
}
.menu-frontpage-menu-container li.last {
  margin-bottom:2em;
}

.main-navigation-fixed {
  position: fixed;
  top:0;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}


.main-navigation ul ul {

  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  text-align: left;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation li {
  position: relative;
  margin: 0 0.3em;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'Brandon Grotesque Medium';
  font-size:1.1rem;
}

.menu-toggle {
  padding: 1em;
}


.icon {
  display: inline-block;
  fill: currentColor;
  height: 1.5em;
  position: relative; /* Align more nicely with capital letters */
  top: -0.0625em;
  vertical-align: middle;
  width: 1.5em;
}

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
  display: none;
}

.main-navigation > div > ul {
  text-align:center;
  padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
  display: block;
}

.main-navigation ul ul {
  padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
  display: block;
}

.main-navigation ul ul a {
  letter-spacing: 0;
  padding: 0.4em 0;
  position: relative;
  text-transform: none;
}

.main-navigation li {

  position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
  border: 0;
}

.main-navigation a {
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
}

.main-navigation a:hover {
  color: #767676;
}

/* Menu toggle */

.menu-toggle {
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #222;
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1.5;
  margin: 1px auto 2px 10px;
  padding: 1em;
  text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
  display: block;
}

.main-navigation.toggled-on ul.nav-menu {
  display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.menu-toggle:focus {
  outline: thin solid;
}

.menu-toggle .icon {
  top: -2px;
  margin-left:0.5em;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
  display: none;
}

.toggled-on .menu-toggle .icon-close {
  display: inline-block;
}

/*--------------------------------------------------------------
## VBKOE
--------------------------------------------------------------*/

.dg-lang {
  text-align:left;
  position:relative;
  top:1.5em;
}
.dg-lang a, .dg-lang-fixed a {
  text-align:left;
  font-size:0.9rem;
  font-family: 'Brandon Grotesque Black';
  text-transform: uppercase;
  display:inline-block;
  margin:0 !important;
  padding:0 !important;
}
.dg-lang-fixed {
  text-align:left;
  position:fixed;
  right:10%;
  top:16px;
  z-index:99999;
}

.dg-site-footer {
  position:relative !important;
  bottom:-20px;
}
#menu-item-5008,#menu-item-5007, #menu-item-5009 {
  display:none;
}

@media screen and (max-width: 37.5em) {
  :root {
    --content-width: 90%;
  }
  h1, h2, h3, h4, h5, h6, p {
    margin-top:0;
    margin-bottom: 0.5em;
  }
  .home .site {
    position: absolute;
  }
  .archive-grid {
    grid-gap:1.5em;
  }
  .dg-footer-1 {
    padding-top:1em;
    text-align:center;
  }

  .dg-wrapper-footer p {
    margin:0;
    line-height:1;
    font-size:0.9rem;
  }
  .menu-toggle {
    display: block;
    margin: 0.9em auto 0 auto;
  }
  .dg-lang-fixed {
    position:absolute !important;
    right:5%;
    top:19px;
  }
  .main-navigation.toggled ul {
    display: block;
    margin: -2em auto;
    padding-top: 3em;
    min-height:56vh;
    background: #fff;
  }
  .main-navigation.toggled ul ul {
    display: block;
    margin: 0 auto 1em auto;
  }
  .main-navigation ul ul {
    position: relative;
    width:100%;
    text-align: center;
    float:none;
    margin: 0 auto 1em auto;
  }
  .main-navigation ul li ul {
    display: block !important;
    left: auto !important;
  }
  .main-navigation ul ul a {
    width: 100%;
    font-size:0.9em;
  }

  .menu-hauptmenue-container {
    position:relative;
    width:100%;
    opacity:1;
    margin-top:5em;
    background: #ffffff;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
  }
  .main-navigation {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width:100%;
    background:#fff;
    text-align: center;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:99;
    height:0;
  }

  .dg-wrapper-footer {
    background:#000;
    color:#fff;
    height:130px;
  }
  .dg-wrapper {
    display:block;
    height: calc( 100vh - 130px );
  }
  .dg-wrapper div {
    padding: 0;
  }
  .dg-logo {
    position: relative;
    display: block;
    width: 100px;
    height: 100px;
    padding-right: calc(100% - 150px);
    z-index:99999;
  }
  .dg-logo img {
    width:80%;
    max-width: 80% !important;
    margin: 1em auto 1em 1em;
  }
  .dg-menu {
    display:none;
  }

  .dg-now {
    max-width: 75%;
    width: 75%;
    height: 60vh;
    margin: 1em auto;
  }

  .archive-grid {
    display: inline-block;
    width:100%;
    max-width:100%;
    margin: 1em auto !important;
  }
  .archive-grid .archive-col {
    padding: 1em;
  }
  .grid-header, .grid-content {
    padding-left: 0;
    padding-right: 0;
  }

  .entry-meta {
    padding-bottom:0.5em;
  }
  .grid-image {
    min-width:100%;
    overflow:hidden;
    background-size: cover;
  }
  .dg-site-footer-wrapper {
    margin-top:2em;
    display:inline-block;
  }
  .col-1-2 {
    width: 100%;
    padding: 0 1em;
  }
  .wp-block-spacer {
    max-height:1em !important;
  }
  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary,
  .page-content,
  .entry-content,
  .entry-summary {
    width: 100% !important;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 37.5em) {
  :root {
    --content-width: 90%;
  }

  .dg-lang-fixed {
    right: 5%;
    top: 15px;
  }
  .home .dg-lang-fixed {
    display:none !important;
  }
  .main-navigation {
    clear: both;
    display: block;
    margin: 0 auto;
    max-width: var(--content-width);
    width: var(--content-width);
    text-align: center;
    position:relative;
    z-index:99999;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .main-navigation a {
    padding: 0 .1em;
  }
  .main-navigation ul ul {
    position: relative;
    float: left;
    text-align: left;
    margin: 0 auto;
  }
  .main-navigation ul ul a {
    width: 200px;
    font-size:0.9em;
  }
  .dg-wrapper-footer {
    position:fixed;
    bottom:0;
    z-index:9999999;
    background: #000;
    color:#fff;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 80px;
    grid-template-rows: 80px;
    overflow:hidden;
  }
  .dg-wrapper-footer p {
    margin-top:0;
    line-height:1;
    font-size:0.9rem;
  }
  .dg-footer-1 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 7;
    grid-column-end: 8;
    padding:1em;
    text-align:left;
  }
  .dg-footer-3 {
    -ms-grid-column: 9;
    grid-column-start: 9;
    -ms-grid-column-span: 4;
    grid-column-end: 13;

  }
  .dg-wrapper {
    background: #fff;
    border-bottom: 1px solid #dedede;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(12, 1fr);
    -ms-grid-rows: 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh 10vh;
    grid-template-rows: repeat(10, 10vh);
    height: 104vh;
    opacity: 1;
    transition: opacity 500ms linear;
    -webkit-transition: opacity 500ms linear;
    -moz-transition: opacity 500ms linear;
    -o-transition: opacity 500ms linear;
  }
  .dg-wrapper div {
    padding: 0;
  }
  .dg-wrapper > div:first-child {
    padding: 0;
  }
  .dg-wrapper img {
    max-width: 50%;
    width:50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dg-logo {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 4;
    grid-row-end: 5;

  }
  .dg-logo img {
    width:60%;
    max-width: 60% !important;
    margin: 1em auto 1em 1em;
  }

  .dg-now {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 7;
    grid-column-end: 11;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-span: 7;
    grid-row-end: 8;
    color: #fff !important;
    text-shadow: 1px 1px 11px rgba(150, 150, 150, 1) !important;
    padding: 8% 2em 8% 2em !important;
    text-align: center;
    margin-top: 2.5em;
  }

  .dg-menu {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 7;
    grid-row-end: 10;
    padding: 2em !important;
    margin-top:1em;
    float: left;
  }
  @-moz-document url-prefix() {
    .dg-wrapper ul {
      margin: 1em auto 0 -1.5em !important;
    }
    .dg-lang {
      left:0.8em;
    }
  }

  .supporter img {
    width: 100%;
    max-width: 100% !important;
    margin-top:-0.4em;
  }

  .dg-site-footer-wrapper {
    background: #fff;
    display:-ms-grid;
    display:grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: repeat(8,1fr);
    grid-auto-rows: 50px;
    margin-bottom: 6em;
  }

  .archive-grid {
    display: -ms-grid;
    display: grid;
    width: var(--content-width);
    max-width: var(--content-width);
    margin:  0 auto !important;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(10vh, auto);
    grid-gap: 1.5em;
  }
  .archive-col {
    min-height:0 !important;
    min-width:0 !important;
  }

  .grid-header, .grid-content {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-header .entry-title {
    display: table-cell;
    vertical-align: bottom;
  }
  .entry-meta {
    padding-bottom: 0.5em;
  }
  .grid-image {
    min-width: 100%;
    overflow: hidden;
    background-size: cover;
  }
  .col-1-2 {
    width: 50%;
    float: left;
    padding-right: 4em !important;
  }
  .col-1-2:first-child {
    padding-bottom:300px;
  }
  .menu-toggle {
    display: none;
  }

  .menu-hauptmenue-container {
    position: absolute;
    width: var(--content-width);
    opacity: 1;

    border-bottom: 3px solid #000000;
    background: #ffffff;
    transition: opacity 200ms linear;
    -webkit-transition: opacity 200ms linear;
    -moz-transition: opacity 200ms linear;
    -o-transition: opacity 200ms linear;
  }
  .menu-hauptmenue-container-fixed {
    position: fixed;
    width: var(--content-width);
    top: 0;
    z-index: 99;
    padding-right:60px;
  }

  .site-main .comment-navigation,
  .site-main .posts-navigation,
  .site-main .post-navigation {

    margin: 0 auto 60px;
    max-width: var(--content-width);
    overflow: hidden;
    padding-bottom: 60px;
  }
  .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    text-align: end;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
}
@media screen and (min-width: 47.99em) {
  #menu-item-5009 {
    display:block;
  }
  .home .site {
    position: fixed;
  }
  .dg-logo {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
  .dg-logo img {
    width:60%;
    max-width: 60% !important;
  }
  .dg-now {
    -ms-grid-column: 5;
    grid-column-start: 5;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 9;
    grid-row-end: 9;
      margin-top: 46px;
      margin-right: 48px;
  }
  .aktuell {
    position: absolute;
    top: 12%;
    margin-left: -32px;
    font-size: 1em;
    color: #666;
    text-shadow: none !important;
  }
  .dg-menu {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 5;
    grid-column-end: 6;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 7;
    grid-row-end: 10;
  }
  .menu-hauptmenue-container-fixed {
    padding-right:40px;
  }

}

@media screen and (min-width: 56em) {
  :root {
    --content-width: 80%;
  }
  .archive-grid {
    grid-gap:2em;
  }
  .dg-logo {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 3;
    grid-column-end: 4;
  }
  .dg-logo img {
    max-width: 50% !important;

  }
  .main-navigation a {
    padding: 0 .5em;
  }
  #menu-item-5007, #menu-item-5009 {
    display:block;
  }
  .dg-lang-fixed {
    right:10%;
    top:16px;
  }
}
@media screen and (min-width: 64em) {
  .dg-site-footer-wrapper {
    margin-bottom: 8em;
  }
  .dg-now {
    margin-top: 48px;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 9;
    grid-row-end: 11;
  }
}
@media screen and (min-width: 76em) {
  .dg-logo img {
    max-width: 40% !important;
    width: 40%;
  }
  .dg-wrapper div {
    padding: 0;
  }
  #menu-item-5008 {
    display:block;
  }
  .dg-footer-3 {
    margin-top: -0.9em;
  }
}
@media screen and (min-width: 86em) {
  .dg-site-footer-wrapper {
    margin-bottom: 10em;
  }
}
@media screen and (min-width: 92em) {
  .supporter img {
    margin-top: -1.1em;
  }
  .dg-now {
    margin-top: 60px;
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 9;
    grid-column-end: 13;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-row-span: 9;
    grid-row-end: 13;
    margin-right:80px;
  }
}

@media screen and (max-height: 820px) {
    .menu-frontpage-menu-container {
        margin-bottom: 40px !important;
    }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  /*color: #21759b;*/
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}
#primary {
  height:auto;
  min-height:93vh;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft,
.alignright {
  max-width:var(--content-width) !important;	/* Let's work to make this !important unnecessary */
}


.alignleft figcaption,
.alignright figcaption {
  max-width: 100%;
  width: 100%;
}

.alignleft figcaption {
  clear: left;
}

.alignright figcaption {
  clear: right;
}

.alignleft img,
.alignleft figcaption {
  float: left;
  margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
  width: 25%;
}

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;

}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
  margin: 0 auto;
  width:100%;
  max-width: 100%;
  overflow-x: hidden;
}

.site-branding {
  text-align: center;
  margin: 0;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 100px 0 0 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-summary {
  width: var(--content-width);
  max-width: var(--content-width);
  margin: 1.5em auto 0 auto;
  position: relative;
  z-index:9;
}
/*
.entry-content {
  width:88.8%;
  margin: 0 auto;
  min-height:80vh;
  column-count: 2;
  column-gap: 10px;
}
*/
.entry-content {
  width:100%;
  margin: 0 auto;
  min-height:75vh;
  padding-bottom:2em;
}
#post-4135 .entry-content {
  width:80%;
  margin:0 auto;
  -webkit-column-count: 1;
  column-count: 1;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
  margin: 1.5em auto;
  /*
  padding-left: 14px;
  padding-right: 14px; */
  max-width: var(--content-width);
  width: var(--content-width);
}

.entry-footer span{
  margin-right: 1em;
}

.entry-footer{
  color: #aaa;
  font-size: 90%;
  padding-bottom: 40px;
  height:20px;
}

@media screen and (min-width: 664px) {
  .entry-header,
  .page-header,
  .entry-footer,
  .site-info,
  .post-navigation,
  .page-navigation,
  .comments-area,
  .not-found .page-content,
  .search .entry-summary {
    padding-left: 0;
    padding-right: 0;
  }
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
iframe {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
## dg-styles
--------------------------------------------------------------*/

.page-header {
  position: relative;
  top:50px;
  margin: 4em auto 0 auto;
}
.dg-hide {
  opacity: 0;
  transition: opacity 500ms linear;
  -webkit-transition: opacity 500ms linear;
  -moz-transition: opacity 500ms linear;
  -o-transition: opacity 500ms linear;
}

button, .wp-block-button {
  width:auto;
  color:#000 !important;
  margin-bottom:10px;
}
.wp-block-button__link, .wp-block-button__link:not(.has-background),.wp-block-button__link:not(.has-background), .wp-block-button__link:not(.has-background):active, .wp-block-button__link:not(.has-background):focus, .wp-block-button__link:not(.has-background):hover {
  color:#fff !important;
  background: #000000 !important;
  border-radius: 0;
  cursor:pointer;
}

.dg-now p, .dg-now h1, .dg-now h2, .dg-now h3,  .dg-now h4, .dg-now a {
  color:#fff !important;
  padding: 0 20%;
}
.dg-now {
    background-repeat: no-repeat;
    background-size: contain;
}
.dg-now:hover {
  cursor:pointer;
}

.dg-wrapper a {
  text-decoration: none;
}

.dg-wrapper ul {
  text-align:left;
  text-transform: uppercase;
  font-size:1.2rem;
  max-width:100%;
  width: 100%;
  margin:0 auto;
  -webkit-padding-start:0 !important;
}
.dg-wrapper ul, .dg-wrapper ol, .dg-wrapper li {
  margin:0 auto;
}

.dg-wrapper li > ul {
  text-align:center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width:100%;
  width: 100%;
  margin:0 auto 2.5em auto;
  font-size:0.8em;
}

.dg-site-footer-1 p {
  font-size:0.8em;
  opacity: 0.9;
}

.dg-site-footer-2 {

  -ms-grid-column: 3;

  grid-column-start: 3;
  -ms-grid-column-span: 5;
  grid-column-end: 8;
  padding:1em !important;
}
.supporter {
  max-width:50%;
  width: 50%;
  display:inline;
  float:left;
}
.supporter img {
  width:100%;
  max-width:100% !important;
}

#cd-timeline {
  margin: 0 auto !important;
}
.timeline-express-read-more-link, .timeline-date {
  display:none !important;
}
.cd-timeline-content p {
  font-size: 1em;
}

input[type="submit"] {
  margin-right:14%;
  min-width: 140px;
  padding: 0.5em;
  font-size:1.2em;
  color:#fff !important;
  background: #000000 !important;
  text-transform: uppercase;

}
input[type="date"] {
  min-width:36.25% !important;
}
.dg-mobile-now-link {
  width:100px;
  margin: 1em;
}
.page-title {
  text-transform:capitalize;
}
.checkbox-180 .wpcf7-list-item {
	margin: 1em 0 0.25em 0;
}
.checkbox-181 .wpcf7-list-item {
	margin: 0.5em 0 1em 0;
}

.wp-block-button .wp-block-button__link {
	margin: 1em;
}
.linker {
  width:100%;
  content: "";
  min-height:200px;
  height:400px;
  padding-top: 300px;
  display:block;
}

.has-2-columns:nth-child(odd) {
	margin-right:0 !important;
}
.has-2-columns:nth-child(even) {
	margin-left:0 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .dg-logo img {
    width: 140px;
    height:auto;
  }
  .archive-grid {
    width:90%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 48em) {
  .dg-logo img {
    width: 180px;
    height:auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 56em) {
  .dg-logo img {
    width: 250px;
    height:auto;
  }
  .archive-grid {
    width: 80% !important;
    margin: 0 auto;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 79em) {
  .dg-logo img {
    width: 300px;
    height:auto;
  }
}
