/*
Theme Name: VCAT-engagiertestadt
Theme URI: https://vcat.de
Author: Bernhard Kau, Daniel Dziamski
Author URI: https://vcat.de
Description:
Version: 1.11.0
Text Domain: engagiertestadt
Tags
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
		### Primary Menu
		### Head Menu
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
    ## Smilies
    ## Embeds
	## Captions
	## Galleries
# General font sizes and styles
# Custom
	## Header Box
	## Content
	## Footer
	## Ort
	## Orte
	## Metaslider
	## Werkzeug
	## Themen
	## Category Cloud
	## Longpager
	## Category Menu
# Responsive Design
    ## Layout
    ## Primary Menu
    ## Header Box
    ## Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  color: #000;
  font-family: Signika, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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,
:focus {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 36px;
  margin: 0.67em 0;
}

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 {
  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] {
  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-appearance: textfield;
  box-sizing: content-box;
}

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;
}

/* signika-regular - latin */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 400;
  src: url("font/signika-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/signika-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("font/signika-v12-latin-regular.woff2") format("woff2"), url("font/signika-v12-latin-regular.woff") format("woff"), url("font/signika-v12-latin-regular.ttf") format("truetype"), url("font/signika-v12-latin-regular.svg#Signika") format("svg");
  /* Legacy iOS */
}
/* signika-600 - latin */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 600;
  src: url("font/signika-v12-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/signika-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("font/signika-v12-latin-600.woff2") format("woff2"), url("font/signika-v12-latin-600.woff") format("woff"), url("font/signika-v12-latin-600.ttf") format("truetype"), url("font/signika-v12-latin-600.svg#Signika") format("svg");
  /* Legacy iOS */
}
/* signika-700 - latin */
@font-face {
  font-family: "Signika";
  font-style: normal;
  font-weight: 700;
  src: url("font/signika-v12-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("font/signika-v12-latin-700.eot?#iefix") format("embedded-opentype"), url("font/signika-v12-latin-700.woff2") format("woff2"), url("font/signika-v12-latin-700.woff") format("woff"), url("font/signika-v12-latin-700.ttf") format("truetype"), url("font/signika-v12-latin-700.svg#Signika") format("svg");
  /* Legacy iOS */
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  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/ */
  box-sizing: inherit;
}

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

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

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

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;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  font-size: 0.75rem;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
  /*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);*/
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
button:active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus {
  color: #111;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

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

a:focus,
button:focus {
  outline: thin dotted;
}

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

.menu a {
  color: #404040;
}
.menu a:hover {
  color: #000;
}

.menu-item-programm .menu-item.programm > a,
.menu-item-mitmachen .menu-item.mitmachen > a,
.menu-item-parent-programm .menu-item.programm > a,
.menu-item-parent-mitmachen .menu-item.mitmachen > a,
.menu-item.programm > a:hover,
.menu-item.mitmachen > a:hover {
  color: #EF7A0B;
}

.menu-item-download .menu-item.download > a,
.menu-item-parent-download .menu-item.download > a,
.menu-item.download > a:hover {
  color: #c10525;
}

.menu-item-fortbildungen .menu-item.fortbildungen > a,
.menu-item-parent-material .menu-item.fortbildungen > a,
.menu-item.fortbildungen > a:hover {
  color: #189FC7;
}

.category-themen:not(.single) .menu-item.themen > a,
.parent-category-themen:not(.single) .menu-item.themen > a,
.menu-item.themen > a:hover {
  color: #72787C;
}

.category-werkzeug:not(.single) .menu-item.werkzeug > a,
.parent-category-werkzeug:not(.single) .menu-item.werkzeug > a,
.menu-item.werkzeug > a:hover {
  color: #43949E;
}

.blog .menu-item.aktuell > a,
.author .menu-item.aktuell > a,
.category:not(.category-themen):not(.category-werkzeug):not(.parent-category-themen):not(.parent-category-werkzeug) .menu-item.aktuell > a,
.single:not(.single-es_city):not(.single-tribe_events) .menu-item.aktuell > a,
.menu-item.aktuell > a:hover {
  color: #43949E;
}

.page-orte .menu-item.orte > a,
.single-es_city .menu-item.orte > a,
.menu-item.orte > a:hover {
  color: #c10525;
}

.single-tribe_events:not(.single-es_city) .menu-item.kalender > a,
.post-type-archive-tribe_events .menu-item.kalender > a,
.menu-item.kalender > a:hover {
  color: #c10525;
}

.current-menu-ancestor .current-menu-item {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Primary-Menu
--------------------------------------------------------------*/
.primary-menu-container {
  position: absolute;
  top: 600px;
  font-size: 24px;
  line-height: 1.25;
  max-width: 250px;
}
.primary-menu-container ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-transform: lowercase;
}
.primary-menu-container li {
  padding: 5px 0;
}
.primary-menu-container li a {
  vertical-align: middle;
}
.primary-menu-container .sub-menu {
  display: none;
  margin-top: 10px;
  margin-left: 20px;
}
.primary-menu-container .sub-menu li {
  padding: 5px 0;
  line-height: 1.1;
}
.primary-menu-container .sub-menu a:hover {
  text-decoration: underline;
}
.primary-menu-container .sub-menu.toggled-on {
  display: block;
}
body:not(.single-es_city) .primary-menu-container .orte .dropdown-toggle {
  display: none;
}
.primary-menu-container .orte .sub-menu li {
  line-height: 1;
  padding: 4px 0;
  font-size: 0.8em;
}

.dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 0;
  margin-left: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 none;
  padding: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1792' height='1792' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23404040' d='M1395 736q0 13-10 23l-466 466q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l50-50q10-10 23-10t23 10l393 393 393-393q10-10 23-10t23 10l50 50q10 10 10 23z'/%3E%3C/svg%3E");
  background-size: cover;
  -webkit-transition: transform 0.1s ease-out 0ms;
  -moz-transition: transform 0.1s ease-out 0ms;
  -o-transition: transform 0.1s ease-out 0ms;
  transition: transform 0.1s ease-out 0ms;
}
.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.dropdown-toggle.toggled-on {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
}

/*--------------------------------------------------------------
## Head-Menu
--------------------------------------------------------------*/
.head-navigation {
  clear: both;
  display: block;
  top: 45px;
  position: absolute;
  right: 0;
  font-weight: 400;
  margin-left: -200px;
}

.menu-head-container {
  display: inline-block;
}

.head-navigation ul {
  margin: 0;
  padding-left: 0;
}

.head-navigation li {
  display: inline-block;
  margin-right: 20px;
}

.head-navigation a {
  display: block;
  text-decoration: none;
}

.head-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 1.5em;
  left: -999em;
  z-index: 99999;
}

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

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

.head-navigation ul li:hover > ul {
  left: auto;
}

.head-navigation ul ul li:hover > ul {
  left: 100%;
}

.head-navigation .current_page_item > a,
.head-navigation .current-menu-item > a,
.head-navigation .current_page_ancestor > a,
.head-navigation a:hover {
  color: #EF7A0B;
}

/* Small menu. */
.menu-toggle {
  display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.nav-links {
  text-align: center;
}
.nav-links a {
  padding: 0 5px;
  text-decoration: underline;
}
.nav-links .current {
  color: #EF7A0B;
}

/*--------------------------------------------------------------
# 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;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  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. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-left: 0;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-right: 0;
  margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
  display: none;
}

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

.hentry {
  margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.blog .entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.blog .entry-content {
  margin: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.engagiertestadt-play {
  width: 630px;
  height: 360px;
}

.entry-content ul,
.entry-content ol {
  margin: 0 0 1.5em 0;
  padding-inline-start: 1em;
  font-size: 20px;
}

@media all and (min-width: 1198px) {
  .video-playing .header-box.has-slider {
    left: -680px;
  }
}
/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content {
  clear: both;
  margin-top: 10px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

#comments ol {
  margin: 0;
  list-style: none;
}

.comment-list {
  padding: 0;
}

.comment-body {
  margin: 10px 0;
  padding: 0 0 40px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}

.reply {
  position: absolute;
  right: 0;
  top: 5px;
}

.reply a {
  color: #ef7a0b;
}

.comment-author {
  line-height: 40px;
}

.comment-author img.avatar {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  border-radius: 42px;
  float: left;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .comment-author img.avatar {
    width: 60px;
    height: 60px;
  }
}
.comment-author b,
.comment-author .says {
  float: left;
  line-height: 45px;
  margin-right: 5px;
}

@media screen and (min-width: 768px) {
  .comment-author b,
.comment-author .says {
    line-height: 60px;
  }
}
.comment-metadata {
  clear: both;
  padding-top: 10px;
}

#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url,
#commentform p.comment-form-comment {
  margin: 0;
  padding: 15px 0 0;
}

@media screen and (min-width: 480px) {
  #commentform textarea#comment {
    width: 96%;
  }
}
@media screen and (min-width: 1024px) {
  #commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
    width: 33.3%;
    display: block;
    float: left;
    margin: 0;
    padding: 15px 0 0;
  }

  #commentform input#author,
#commentform input#email,
#commentform input#url {
    width: 88%;
  }

  #commentform p.comment-form-comment {
    width: 100%;
    display: block;
    float: none;
    clear: both;
    padding: 15px 0 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
--------------------------------------------------------------*/
article figure {
  margin: 0;
}

.wp-block-media-text {
  margin-bottom: 20px;
}
.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
  padding-right: 0;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}

.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%;
}

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

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

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

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

/*--------------------------------------------------------------
## 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.33%;
}

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

.wp-block-gallery {
  margin: 0 0 1.5em;
}

.video-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media all and (max-width: 1199px) {
  .video-wrapper iframe {
    height: 100%;
  }
}

/*--------------------------------------------------------------
# General font sizes and styles
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6, p {
  color: #404040;
}

article .entry-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  margin: 10px 0;
  text-transform: uppercase;
}

h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin: 10px 0;
  text-transform: uppercase;
}

h2 {
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin: 10px 0;
}

h3 {
  font-size: 23px;
  font-weight: 600;
  line-height: 29px;
  margin: 10px 0;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  margin: 10px 0;
}

h5 {
  font-size: 20px;
  font-weight: normal;
  line-height: 29px;
  margin: 10px 0;
  text-transform: uppercase;
}

h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  margin: 8px 0;
}

article p,
article table {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 20px;
}

article.post a,
article.page a,
article.es_city a {
  color: #EF7A0B;
}

article.post .posted-on a {
  color: #404040;
}

.single-post .wrapper-article {
  margin-top: 98px;
}

.archive-posts-wrapper {
  margin-top: 98px;
}

/*--------------------------------------------------------------
## dadz 10042015 Pfeil
--------------------------------------------------------------*/
.header-box {
  position: relative;
  width: 680px;
  height: 150px;
  left: -282px;
  display: table;
  vertical-align: middle;
  margin-bottom: 20px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
}
.long-post-title .header-box {
  width: 100%;
}

.header-box h1 {
  color: #fff;
}

.header-box:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 75px solid transparent;
  border-bottom: 75px solid transparent;
  border-left: 36px solid #EF7A0B;
  position: absolute;
  right: -36px;
}

.header-box:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #EF7A0B;
}

.header-box.has-slider:after {
  opacity: 0.8;
}

.header-box.has-slider:before,
[class*=page-idee] .header-box:before,
[class*=page-partner] .header-box:before,
[class*=page-prozess] .header-box:before,
[class*=page-jury] .header-box:before,
[class*=page-team] .header-box:before,
[class*=page-kontakt] .header-box:before {
  opacity: 0.8;
}

[class*=page-start] .header-box:before,
[class*=page-idee] .header-box:before,
[class*=page-partner] .header-box:before,
[class*=page-prozess] .header-box:before,
[class*=page-jury] .header-box:before,
[class*=page-team] .header-box:before,
[class*=page-kontakt] .header-box:before {
  background: #EF7A0B;
}

.page-download .header-box:before,
.page-print .header-box:before,
.page-videos .header-box:before,
.page-magazine .header-box:before,
.page-dokumente .header-box:before,
.page-zumnachlesen .header-box:before,
.page-zumnachmachen .header-box:before,
.page-zumnachschauen .header-box:before,
.page-zumprogramm .header-box:before,
.page-zum-nachlesen .header-box:before,
.page-zum-nachmachen .header-box:before,
.page-zum-nachschauen .header-box:before,
.page-zum-programm .header-box:before {
  background: #c10525;
}

.page-fortbildungen .header-box:before,
.page-anmeldung .header-box:before,
.page-material .header-box:before,
.parent-page-anmeldung .header-box:before,
.parent-page-material .header-box:before {
  background: #189FC7;
}

[class*=page-start] .header-box,
[class*=page-idee] .header-box,
[class*=page-partner] .header-box,
[class*=page-prozess] .header-box,
[class*=page-jury] .header-box,
[class*=page-team] .header-box,
[class*=page-kontakt] .header-box {
  color: #fff;
}

[class*=page-start] .header-box:after,
[class*=page-idee] .header-box:after,
[class*=page-partner] .header-box:after,
[class*=page-prozess] .header-box:after,
[class*=page-jury] .header-box:after,
[class*=page-team] .header-box:after,
[class*=page-kontakt] .header-box:after {
  border-left-color: #EF7A0B;
  opacity: 0.8;
}

.page-download .header-box:after,
.page-print .header-box:after,
.page-videos .header-box:after,
.page-magazine .header-box:after,
.page-dokumente .header-box:after,
.page-zumnachlesen .header-box:after,
.page-zumnachmachen .header-box:after,
.page-zumnachschauen .header-box:after,
.page-zumprogramm .header-box:after,
.page-zum-nachlesen .header-box:after,
.page-zum-nachmachen .header-box:after,
.page-zum-nachschauen .header-box:after,
.page-zum-programm .header-box:after {
  border-left-color: #c10525;
}

.page-fortbildungen .header-box:after,
.page-anmeldung .header-box:after,
.page-material .header-box:after,
.parent-page-anmeldung .header-box:after,
.parent-page-material .header-box:after {
  border-left-color: #189FC7;
}

.single-tribe_events:not(.single-es_city) .header-box:after,
.post-type-archive-tribe_events .header-box:after {
  border-left-color: #c10525;
}

.blog .header-box:before,
.author .header-box:before,
.category .header-box:before,
.single:not(.single-es_city):not(.single-tribe_events) .header-box:before {
  background: #43949E;
  color: #fff;
}

.blog .header-box:after,
.author .header-box:after,
.category .header-box:after,
.single:not(.single-es_city):not(.single-tribe_events) .header-box:after {
  border-left-color: #43949E;
  color: #fff;
}

.category-themen .header-box:before {
  background: #72787C;
  color: #fff;
}

.category-themen .header-box:after {
  border-left-color: #72787C;
  color: #fff;
}

.category-werkzeug .header-box:before {
  background: #43949E;
  color: #fff;
}

.category-werkzeug .header-box:after {
  border-left-color: #43949E;
  color: #fff;
}

.parent-category-themen .header-box:before {
  background: #72787C;
  color: #fff;
}

.parent-category-themen .header-box:after {
  border-left-color: #72787C;
  color: #fff;
}

.parent-category-werkzeug .header-box:before {
  background: #43949E;
  color: #fff;
}

.parent-category-werkzeug .header-box:after {
  border-left-color: #43949E;
  color: #fff;
}

.page-orte .header-box:before,
.single-es_city .header-box:before {
  background: #c10525;
  color: #fff;
}

.page-orte .header-box:after,
.single-es_city .header-box:after {
  border-left-color: #c10525;
  color: #fff;
}

.single-tribe_events:not(.single-es_city) .header-box:before,
.post-type-archive-tribe_events .header-box:before {
  background: #c10525;
  color: #fff;
}

.single-tribe_events:not(.single-es_city) .header-box:after,
.post-type-archive-tribe_events .header-box:after {
  border-left-color: #c10525;
  color: #fff;
}

.header-box > h1 {
  font-weight: 600;
  font-size: 33px;
  text-transform: uppercase;
  padding: 0 30px 0 280px;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.category .header-box > h1, .single-es_city .header-box > h1 {
  color: #fff;
}

.has-slider .header-box > h1 {
  padding-left: 300px;
}

.has-slider .entry-header {
  position: relative;
  z-index: 100;
}

/*--------------------------------------------------------------
## dadz 08042015 CONTENT
--------------------------------------------------------------*/
#page {
  margin: auto;
  width: 1120px;
}

.site-main {
  min-height: 650px;
  width: 840px;
  float: right;
  margin-bottom: 200px !important;
}

.entry-meta {
  margin: 10px 0;
}

.byline {
  display: block;
}

.posted-on {
  display: block;
}

[class*=page-start] .page > .entry-content > p {
  color: #575656;
  font-weight: 600;
  font-size: 24px;
  margin-top: -20px;
  padding: 0;
  line-height: 2;
}

.wp-block-group.same-height-images figure {
  height: 10em;
  display: inline-flex;
  align-items: center;
}

/*--------------------------------------------------------------
## dadz 08042015 GRID 9x9
--------------------------------------------------------------*/
#wrapper-grid {
  margin: auto;
  margin-bottom: 91px;
  width: 840px;
  display: inline-block;
  float: right;
  position: relative;
  top: 76px;
}

.page #wrapper-grid .wrapper-article {
  width: 280px;
  float: left;
  padding: 0 10px 0 65px;
  position: relative;
}

.page #wrapper-grid .wrapper-article article {
  height: 332px;
  overflow: hidden;
}

.page #wrapper-grid .wrapper-article article:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 18px;
  right: 0;
  width: 145%;
  height: 1.2em;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white 50%);
}

.page #wrapper-grid .small-box {
  width: 35px;
  height: 40px;
  position: absolute;
  top: 5px;
  background: #43949E;
  left: 0;
}

.post-26 #wrapper-grid .small-box {
  background: #993366;
}

.page #wrapper-grid .small-box:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 12px solid #43949E;
  opacity: 1;
  position: absolute;
  right: -12px;
}

.post-26 #wrapper-grid .small-box:after {
  border-left: 12px solid #993366;
}

.page #wrapper-grid .entry-title {
  font-weight: 600;
}

.page #wrapper-grid .entry-header {
  margin-bottom: 30px;
}

.page #wrapper-grid .wrapper-article .entry-header {
  margin-bottom: 0;
}

.page #wrapper-grid .entry-header .entry-title {
  font-size: 20px;
  line-height: 120%;
  margin-top: 0;
  text-transform: uppercase;
}

.page #wrapper-grid .entry-content {
  position: relative;
  margin: 0;
  font-weight: 600;
}

.page .all-posts, .page .all-posts:hover, .all-posts.werkzeug, .all-posts.werkzeug:hover {
  float: right;
  color: #fff;
  background: #43949E;
  font-size: 17px;
  text-align: center;
  line-height: 30px;
  padding: 0 75px;
  border-radius: 3px;
  margin-bottom: 60px;
}

.all-posts.werkzeug, .all-posts.werkzeug:hover {
  background: #993366;
  padding: 0 35px;
  margin-top: -15px;
  margin-bottom: 140px;
  width: 220px;
}

.engagiertestadt-play {
  position: relative;
  width: 480px;
  height: 360px;
  display: block;
}

.engagiertestadt-play:before {
  content: "";
  background-image: url(img/yt-play.png);
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}

.post #wrapper-grid .engagiertestadt-play {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.post #wrapper-grid .engagiertestadt-play:before {
  content: "";
  background-image: url(img/yt-play.png);
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}

.page-header,
.category-description {
  margin-top: 90px;
}

.archive-posts-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: auto -2%;
}
.archive-posts-wrapper > .wrapper-article {
  position: relative;
  flex: 1 0 46%;
  max-width: 46%;
  margin: 0 2% 2%;
  padding: 0 10px 0 65px;
}
.archive-posts-wrapper .small-box {
  width: 35px;
  height: 40px;
  position: absolute;
  top: 5px;
  background: #43949E;
  left: 0;
}
.archive-posts-wrapper .page .small-box {
  background: #EF7A0B;
}
.category-themen .archive-posts-wrapper .small-box, .parent-category-themen .archive-posts-wrapper .small-box {
  background: #72787C;
}
.category-werkzeug .archive-posts-wrapper .small-box, .parent-category-werkzeug .archive-posts-wrapper .small-box {
  background: #43949E;
}
.archive-posts-wrapper .small-box:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 12px solid #43949E;
  opacity: 1;
  position: absolute;
  right: -12px;
}
.archive-posts-wrapper .page .small-box:after {
  border-left-color: #EF7A0B;
}
.category-themen .archive-posts-wrapper .small-box:after, .parent-category-themen .archive-posts-wrapper .small-box:after {
  border-left-color: #72787C;
}
.category-werkzeug .archive-posts-wrapper .small-box:after, .parent-category-werkzeug .archive-posts-wrapper .small-box:after {
  border-left-color: #43949E;
}
.archive-posts-wrapper .entry-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  margin-top: 0;
}
.archive-posts-wrapper .entry-header {
  margin-bottom: 30px;
}
.archive-posts-wrapper .wrapper-article .entry-header {
  margin-bottom: 0;
}
.archive-posts-wrapper .entry-content p {
  position: relative;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.archive-posts-wrapper .entry-footer {
  margin-top: 10px;
}
.archive-posts-wrapper .entry-footer > :not(:first-child):before {
  content: " | ";
}

/*--------------------------------------------------------------
## dadz 09042015 HEADER
--------------------------------------------------------------*/
.logo {
  position: absolute;
  top: 20px;
  width: 300px;
  margin-left: 60px;
}

h1.site-title {
  -moz-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -webkit-transform: rotate(-7deg);
  transform: rotate(-7deg);
  position: relative;
  top: -46px;
  left: -8px;
}

h1.site-title > a {
  font-weight: 400;
  font-size: larger;
}

h1.site-title > a > span {
  font-weight: bolder;
}

.site-header {
  position: relative;
}

.youtube-channel {
  position: absolute;
  top: 42px;
  right: 610px;
  width: 150px;
}

.newsletter-subscribe {
  position: absolute;
  top: 32px;
  right: 365px;
  width: 221px;
}

#search-main {
  display: inline-block;
  position: absolute;
  top: 45px;
  right: 0;
}

.site-branding {
  height: 245px;
}

#search-field {
  width: 228px;
  height: 20px;
  vertical-align: middle;
}

#searchsubmit {
  font-size: 16px;
  height: 28px;
  padding: 1px 6px;
  text-transform: lowercase;
  vertical-align: middle;
  width: 100px;
}

.meta-menu {
  position: absolute;
  top: 15px;
  right: 80px;
}
.meta-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.meta-menu ul li:not(.lang-item) {
  display: none;
}
.meta-menu ul li.lang-item a {
  display: inline-block;
  font-size: 40px;
  line-height: 1;
}
.meta-menu ul li.lang-item a:before {
  display: inline-block;
  text-indent: 9999px;
}
.meta-menu ul li.lang-item a[lang*=en]:before {
  content: "EN";
}
.meta-menu ul li.lang-item a[lang*=de]:before {
  content: "DE";
}

@media screen and (min-width: 1200px) {
  .meta-menu {
    top: 10px;
    right: 0;
  }
  .meta-menu ul {
    display: flex;
  }
  .meta-menu ul li {
    padding-left: 20px;
  }
  .meta-menu ul li:not(.lang-item) {
    display: unset;
  }
  .meta-menu ul li.lang-item a {
    font-size: unset;
    line-height: unset;
  }
  .meta-menu ul li.lang-item a:before {
    text-indent: 0;
  }
  .meta-menu ul li.lang-item a[lang*=en]:before {
    content: "";
  }
  .meta-menu ul li.lang-item a[lang*=de]:before {
    content: "";
  }
}
.site-footer {
  text-align: left;
  margin: 0 auto;
  width: 1120px;
  padding-bottom: 20px;
  padding-left: 71px;
}

.footer-wrapper {
  background: #DFD8D1;
}

.sponsors {
  margin-top: 20px;
}

.sponsors-row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sponsors-row img {
  margin: 20px 15px;
}

.sponsor-type-container {
  align-self: start;
}

.sponsored-by {
  display: block;
  font-size: 12px;
}

.sponsor-bundesminesterium {
  width: 205.223px;
  height: 144.021px;
}

.sponsor-bertelsmann {
  width: 219.42px;
  height: 26.696px;
}

.sponsor-breuninger {
  width: 320.323px;
  height: 43.478px;
}

.sponsor-bbe {
  width: 147.604px;
  height: 104.257px;
}

.sponsor-joachim-herz {
  width: 165.494px;
  height: 74.719px;
}

.sponsor-koerber {
  width: 189.85px;
  height: 64.322px;
}

.sponsor-robertbosch {
  width: 223.526px;
  height: 91.647px;
}

.sponsor-auridis {
  width: 120.809px;
  height: 52.53px;
}

.sponsor-dstgb {
  width: 187.593px;
  height: 74.671px;
}

.sponsor-deutscher-staedtetag {
  width: 196.594px;
  height: 84.975px;
}

.sponsor-stiftung-deutscher-verein {
  width: 229.66px;
  height: 74.767px;
}

.sponsor-hessen {
  width: 75.149px;
  height: 97.422px;
}

.sponsor-mrn {
  width: 120.51px;
  height: 90.208px;
}

.sponsor-rheinland-pfalz {
  width: 251.611px;
  height: 81.555px;
}

.sponsor-deutsche-stiftung-fuer-engagement-und-ehrenamt {
  width: 282px;
  height: 84px;
}


.footer-credits {
  font-size: 14px;
  text-align: center;
}

.footer-navigation {
  margin-top: 47px;
  font-size: 14px;
  text-align: center;
}
.footer-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-navigation li {
  display: inline;
}
.footer-navigation li:not(:first-of-type)::before {
  content: " | ";
}
.footer-navigation a {
  color: #000;
}

.copyright {
  margin-top: 12px;
  color: #000;
}

.city-inactive-title-text {
  display: block;
  font-size: 24px;
  text-transform: none;
  line-height: 24px;
}

.info-left, .info-right {
  width: 50%;
  display: table-cell;
}

.info-right {
  height: 100%;
  background: #c10525;
  padding: 20px 0;
  position: relative;
}

.info-head {
  display: flex;
  width: 350px;
}

.info-img-person img {
  display: block;
  flex: 1;
  width: 150px;
  height: auto;
  margin-right: 10px;
}

.info-text-person {
  font-size: 13px;
  font-weight: 600;
  flex: 1;
  margin-top: auto;
  margin-bottom: -5px;
}

.info-left h3, .info-left h4 {
  color: #c10525;
  margin-bottom: 0;
  font-size: 18px;
}

.info-left h3 {
  padding-top: 55px;
  font-size: 27px;
}

.info-left .info-question > span {
  position: relative;
  left: 95px;
  font-size: 18px;
}

.info-left .info-question-content > span {
  font-weight: 600;
  color: #575656;
  font-size: 18px;
}

.info-table {
  font-weight: 400;
  font-size: 16px;
}

.info-table td,
.info-table th {
  color: #fff;
  padding-left: 30px;
  width: 400px;
}

.info-table td:last-child,
.info-table th:last-child {
  padding-right: 30px;
  vertical-align: bottom;
}

.info-right-meta {
  font-weight: 600;
  font-size: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  margin-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.info-right-meta,
.info-right-meta a,
.info-right-meta h4 {
  color: #fff;
}

.info-references {
  margin: 20px 0;
}

.wrapper-city-post span.byline {
  display: none;
}

.single-es_city article.type-es_city > .wrapper-article .entry-title,
.single-es_city article.type-es_city > .wrapper-article .entry-content p {
  margin: 0;
  padding: 0;
  color: #1a1a18;
  font-size: 18px;
}

.single-es_city article.type-es_city > .wrapper-article {
  margin-top: 90px;
}

.single-es_city article.type-es_city > .wrapper-article .entry-header h1 {
  font-size: 33px;
  text-transform: uppercase;
  color: #1a1a18;
}

.wrapper-ort-info {
  /*position: relative;
  float: left;*/
  margin-top: 60px;
  display: table;
  /*background-image: -webkit-linear-gradient(left,#fff 0,#fff 50%,$color__background-orte 50%);*/
}

.info-question {
  width: 350px;
}

.archive-posts-wrapper {
  margin-top: 90px;
}

/*--------------------------------------------------------------
## dadz 20150610 Quellenangabe von Ort
--------------------------------------------------------------*/
.city-map svg {
  height: 200px;
}

.sources {
  position: relative;
  left: 0;
  bottom: 3px;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  margin-top: 94px;
  display: inline-block;
}

.sources-text {
  position: relative;
  background-color: #c10525;
  width: 370px;
  min-height: 100px;
  color: #fff;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.6;
}

.info-right-meta .sources-text p {
  margin: 0 0 20px;
  padding: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.info-right-meta .sources-text ol,
.info-right-meta .sources-text ul {
  margin: 0 0 20px;
}

.wrapper-ort-info a,
.wrapper-ort-info a:hover {
  color: #fff;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*--------------------------------------------------------------
## ORTE
--------------------------------------------------------------*/
.orte-imagemap {
  width: 100%;
  margin-bottom: 50px;
}

.page-orte .list-city {
  margin: 0;
  padding: 0;
}
@media all and (min-width: 600px) {
  .page-orte .list-city {
    column-count: 2;
  }
}
@media all and (min-width: 1200px) {
  .page-orte .list-city {
    column-count: 3;
  }
}
.page-orte .list-city ul {
  margin: 0;
  padding: 0;
}
.page-orte .list-city li {
  list-style: none;
  color: #000;
  font-size: 14px;
  line-height: 130%;
}
.page-orte .list-city a {
  color: #000;
}
.page-orte .list-city a:hover, .page-orte .list-city a:focus {
  color: #EF7A0B;
}
.page-orte .list-city .city-inactive {
  display: inline;
  opacity: 0.5;
  font-size: 12px;
}
.page-orte .list-city .city-inactive-text {
  display: inline;
}
.page-orte .city-state h3 {
  margin: 0;
  color: #000;
}
.page-orte .city-state + ul {
  margin-bottom: 11px;
}

.site-main > .type-page > .entry-content:not(.has-slider) {
  margin-top: 90px;
}

.city-post-tag {
  margin-top: 100px;
}

.city-legende {
  position: relative;
  display: flex;
  margin-top: 10px;
}

.legende {
  width: 700px/3;
  position: relative;
}

.legende .city-legende-text {
  text-transform: uppercase;
}

.legende .small-box.orange {
  background-color: #EF7A0B;
  width: 28px;
  height: 34px;
  left: -44px;
}

.legende .small-box.orange:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 14px solid #EF7A0B;
  opacity: 1;
  position: absolute;
  right: -14px;
}

.legende .small-box.blue {
  width: 28px;
  height: 34px;
  left: -44px;
}

.legende .small-box.blue:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 14px solid #43949E;
  opacity: 1;
  position: absolute;
  right: -14px;
}

.legende .small-box.red {
  background-color: #c10525;
  width: 28px;
  height: 34px;
  left: -44px;
}

.legende .small-box.red:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 14px solid #c10525;
  opacity: 1;
  position: absolute;
  right: -14px;
}

.wrapper-article .edit-link {
  display: none;
}

.orte-imagemap a.city-focused path {
  fill: #EF7A0B !important;
}

a.city-focused {
  color: #EF7A0B !important;
}

a.city-inactive path {
  fill: #72787C !important;
}

a.city-inactive.city-focused path {
  fill: #EF7A0B !important;
}

#leaflet-map {
  max-width: 650px;
  width: 100%;
  height: 100%;
  background: white;
  padding-bottom: 105%;
}
#leaflet-map .marker-cluster-small,
#leaflet-map .marker-cluster-medium,
#leaflet-map .marker-cluster-large {
  background-color: rgba(239, 122, 11, 0.5);
}
#leaflet-map .marker-cluster-small div,
#leaflet-map .marker-cluster-medium div,
#leaflet-map .marker-cluster-large div {
  background-color: rgba(239, 122, 11, 0.7);
}
#leaflet-map .leaflet-marker-icon {
  z-index: 1 !important;
}

/*--------------------------------------------------------------
## beka 14042015 METASLIDER
--------------------------------------------------------------*/
.header-box {
  position: relative;
  z-index: 10;
  margin-top: 70px;
}

.entry-content.has-slider,
.category-description.has-slider {
  margin-top: -230px;
}

#content .flexslider .slides li {
  overflow: hidden;
  max-height: 540px;
}

body .flex-direction-nav .flex-prev {
  /*left: 5px;*/
}

body .flex-direction-nav .flex-next {
  right: 5px;
}

body .flex-control-nav {
  bottom: 35px;
  z-index: 100;
}

/* Direction Nav */
body .flex-direction-nav a {
  width: 34px;
  height: 38px;
  background: url("img/bg_direction_nav.png") no-repeat 0 0;
  position: absolute;
  top: 0;
  opacity: 0.7;
}

body .flex-direction-nav .flex-prev {
  right: 40px;
}

body .flexslider .flex-prev, body .flexslider:hover .flex-prev {
  right: 40px;
  left: auto;
}

body .flex-direction-nav {
  position: relative;
  top: -50px;
  right: 50px;
  z-index: 100;
}

/*--------------------------------------------------------------
## dadz 27042015 Themen - Cat menu small-box
--------------------------------------------------------------*/
.header-box-menu {
  position: relative;
  height: 95px;
  margin-top: -15px;
}

.menu-box {
  list-style: none;
  line-height: 26px;
  margin: 11px 0;
  float: left;
  font-size: 0;
  padding-left: 30px;
}

.menu-box li {
  float: left;
  font-size: 16px;
}

.menu-box li:last-child {
  margin-right: 0;
}

.header-box-menu-small {
  position: relative;
  min-width: 700px;
  height: 50px;
  left: -282px;
  display: table;
  vertical-align: middle;
}

.header-box-menu-small:after {
  content: "";
  width: 0;
  height: 0;
  top: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 16px solid transparent;
  position: absolute;
  right: -16px;
}

.category-themen .header-box-menu-small,
.parent-category-themen .header-box-menu-small {
  background: #d9dada;
}
.category-themen .header-box-menu-small:after,
.parent-category-themen .header-box-menu-small:after {
  border-left-color: #d9dada;
}

.category-werkzeug .header-box-menu-small,
.parent-category-werkzeug .header-box-menu-small {
  background: #e5b4cd;
}
.category-werkzeug .header-box-menu-small:after,
.parent-category-werkzeug .header-box-menu-small:after {
  border-left-color: #e5b4cd;
}

.page-idee .header-box-menu-small,
.page-partner .header-box-menu-small,
.page-prozess .header-box-menu-small,
.page-jury .header-box-menu-small,
.page-team .header-box-menu-small,
.page-kontakt .header-box-menu-small {
  background: #f9bb80;
}
.page-idee .header-box-menu-small:after,
.page-partner .header-box-menu-small:after,
.page-prozess .header-box-menu-small:after,
.page-jury .header-box-menu-small:after,
.page-team .header-box-menu-small:after,
.page-kontakt .header-box-menu-small:after {
  border-left-color: #f9bb80;
}

.menu-box > li {
  margin-right: 30px;
}

.menu-box > li a {
  color: #575656;
  font-weight: 600;
}

.menu-box li.active a,
.menu-box li.active span {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.menu-box li.active span {
  display: none;
}

/*--------------------------------------------------------------
## dadz 29042015 Unterseite von TopNav
--------------------------------------------------------------*/
.header-box.partner,
.header-box.idee,
.header-box.prozess,
.header-box.jury,
.header-box.team,
.header-box.kontakt {
  position: relative;
  background-color: #EF7A0B;
  width: 680px;
  left: -280px;
  margin-top: 52px;
}

.header-box.partner:after,
.header-box.idee:after,
.header-box.prozess:after,
.header-box.jury:after,
.header-box.team:after,
.header-box.kontakt:after {
  border-left-color: #EF7A0B;
}

.header-box.partner > h1,
.header-box.idee > h1,
.header-box.prozess > h1,
.header-box.jury > h1,
.header-box.team > h1,
.header-box.kontakt > h1 {
  position: absolute;
  color: #fff;
  text-transform: lowercase;
  right: 0;
  font-size: 30px;
}

/* Newsletter subscription form */
.widget_wysija_cont {
  background-color: #DFD8D1;
  margin-bottom: 50px;
  padding: 10px 20px 0;
}

.wysija-paragraph {
  display: inline-block;
  margin-top: 0;
  width: 29.5%;
}

.wysija-paragraph input {
  width: 88%;
}

.widget_wysija_cont .wysija-submit {
  display: inline-block;
  width: 10%;
}

.type-wysijap {
  margin-top: 200px;
}
.type-wysijap table {
  text-align: left;
}
.type-wysijap th,
.type-wysijap td {
  padding: 5px 0;
}

.page-faq .entry-content ol,
.page-faq .entry-content ul {
  margin-left: 0;
  padding-left: 1em;
  font-size: 20px;
}

.page-faq .entry-content ol {
  font-weight: bold;
}

.page-faq .entry-content ol ul {
  font-weight: normal;
}

.page-faq .entry-content ul ul li {
  list-style-type: circle;
}

.page-faq .entry-content ol > li {
  margin-bottom: 30px;
}

.page-faq .entry-content h2 {
  font-size: 20px;
}

.gfield_html b[title] {
  color: #EF7A0B;
  border-bottom: 1px dashed #EF7A0B;
}

.gfield.signature-box p,
.gfield.signature-box div {
  display: none;
}

.gform_confirmation_message {
  font-size: 20px;
}

.single-tribe_events header.entry-header {
  display: block;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  padding-top: 0;
}

.tribe-common .tribe-common-c-svgicon {
  color: #c10525;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-c-ical__link {
  background-color: #c10525;
  text-shadow: none;
}
.tribe-common .tribe-common-c-btn:hover, .tribe-common .tribe-common-c-btn:focus,
.tribe-common a.tribe-common-c-btn:hover,
.tribe-common a.tribe-common-c-btn:focus,
.tribe-events .tribe-events-c-ical__link:hover,
.tribe-events .tribe-events-c-ical__link:focus {
  background-color: rgba(193, 5, 37, 0.8);
}
.tribe-common .tribe-common-c-btn:active,
.tribe-common a.tribe-common-c-btn:active,
.tribe-events .tribe-events-c-ical__link:active {
  background-color: rgba(193, 5, 37, 0.9);
}
.tribe-common .tribe-common-c-btn:disabled,
.tribe-common a.tribe-common-c-btn:disabled,
.tribe-events .tribe-events-c-ical__link:disabled {
  background-color: rgba(193, 5, 37, 0.07);
}

.tribe-events .tribe-events-c-ical__link {
  border-color: #c10525;
  color: white;
}

.tribe-events .tribe-events-c-search__input-control--keyword .tribe-events-c-search__input:focus ~ .tribe-events-c-search__input-control-icon-svg {
  color: #c10525;
}

.tribe-common .tribe-common-form-control-slider__input::-webkit-slider-runnable-track,
.tribe-common .tribe-common-form-control-slider__input::-moz-range-track,
.tribe-common .tribe-common-form-control-slider__input::-ms-fill-lower,
.tribe-common .tribe-common-form-control-slider__input::-ms-fill-upper,
.tribe-common .tribe-common-form-control-toggle__input:checked {
  background-color: #c10525;
}

.tribe-events .datepicker .day.active,
.tribe-events .datepicker .day.active.focused,
.tribe-events .datepicker .day.active:focus,
.tribe-events .datepicker .day.active:hover,
.tribe-events .datepicker .month.active,
.tribe-events .datepicker .month.active.focused,
.tribe-events .datepicker .month.active:focus,
.tribe-events .datepicker .month.active:hover,
.tribe-events .datepicker .year.active,
.tribe-events .datepicker .year.active.focused,
.tribe-events .datepicker .year.active:focus,
.tribe-events .datepicker .year.active:hover {
  background-color: #c10525;
}

.tribe-common .tribe-common-anchor-alt,
.tribe-common .tribe-common-anchor-alt:active,
.tribe-common .tribe-common-anchor-alt:focus,
.tribe-common .tribe-common-anchor-alt:hover,
.tribe-common .tribe-common-anchor-thin-alt,
.tribe-common .tribe-common-anchor-thin-alt:active,
.tribe-common .tribe-common-anchor-thin-alt:focus,
.tribe-common .tribe-common-anchor-thin-alt:hover,
.tribe-common .tribe-common-cta--alt,
.tribe-common .tribe-common-cta--alt:active,
.tribe-common .tribe-common-cta--alt:focus,
.tribe-common .tribe-common-cta--alt:hover,
.tribe-common .tribe-common-cta--thin-alt,
.tribe-common .tribe-common-cta--thin-alt:active,
.tribe-common .tribe-common-cta--thin-alt:focus,
.tribe-common .tribe-common-cta--thin-alt:hover,
.tribe-common .tribe-common-c-btn-border,
.tribe-common a.tribe-common-c-btn-border {
  border-color: #c10525;
}

@keyframes a {
  50% {
    background-color: #c10525;
  }
}
.single-es_project .entry-content h1, .single-es_project .entry-content h2, .single-es_project .entry-content h3, .single-es_project .entry-content h4, .single-es_project .entry-content .wp-block-navigation-item__content {
  text-transform: uppercase;
}
.single-es_project .entry-content p, .single-es_project .entry-content a {
  font-size: 20px;
}
.single-es_project .entry-content a:not(.wp-block-navigation-item__content) {
  color: #EF7A0B;
}
.single-es_project .entry-content > .wp-block-group {
  margin-bottom: 1.5em;
}
.single-es_project .entry-content .wp-block-tag-cloud a {
  font-size: 20px !important;
}
.single-es_project .entry-content > .wp-block-group .wp-block-group__inner-container {
  padding: 1.25em 2.375em;
}
.single-es_project .entry-content .wp-block-navigation {
  border-top: 1px solid #72787C;
  border-bottom: 1px solid #72787C;
  margin: 3em 0;
}
.single-es_project .entry-content .wp-block-navigation ul {
  margin-top: 1.5em;
}

.post-type-archive-es_project img {
  width: 100%;
}
.post-type-archive-es_project .header-img {
  height: 270px;
  width: 100%;
  background-position: center;
}
.post-type-archive-es_project .image-dummy-wrapper {
  width: 100%;
  height: 266px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-type-archive-es_project .wrapper-article {
  background-color: #F0EFEF;
  padding: 0;
}
.post-type-archive-es_project .filter-dropdown {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
}
.post-type-archive-es_project .filter-wrapper form {
  display: flex;
  justify-content: flex-start;
  width: 80%;
  margin: 40px 0;
}
.post-type-archive-es_project .archive-posts-wrapper {
  margin-top: 0;
}
.post-type-archive-es_project .entry-content {
  display: flex;
  flex-direction: column;
}
.post-type-archive-es_project .entry-content a {
  width: 100%;
}
.post-type-archive-es_project .entry-content .meta-wrapper {
  padding: 1rem;
}
.post-type-archive-es_project .entry-content .meta-tax-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.post-type-archive-es_project .entry-content .meta-tax-wrapper div {
  width: 50%;
}
.post-type-archive-es_project .entry-content .right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .post-type-archive-es_project .archive-posts-wrapper > .wrapper-article {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .post-type-archive-es_project .archive-posts-wrapper {
    display: flex;
  }
  .post-type-archive-es_project .archive-posts-wrapper > .wrapper-article {
    padding-left: 0;
    flex: 1 0 46%;
    max-width: 46%;
    margin: 0 2% 2%;
  }
  .post-type-archive-es_project .filter-wrapper form {
    margin-left: 2%;
    margin-right: 2%;
  }
}
/*--------------------------------------------------------------
## Responsive changes for Desktop-First-Design
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fix the main layout elements for the mobile width
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  #page {
    margin: 0;
    padding: 0 15px;
    width: 100%;
  }

  .longpager {
    padding-left: 45px;
    position: relative;
  }

  .site-branding {
    height: auto;
  }

  .logo {
    margin: 20px 0 20px 25px;
    padding-right: 120px;
    position: relative;
    top: auto;
    width: auto;
  }

  .main-navigation {
    position: absolute;
    left: -210px;
    top: 120px;
    transform: none;
    -webkit-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -ms-transition: left 0.5s;
    -o-transition: left 0.5s;
    transition: left 0.5s;
    z-index: 10;
  }
  .main-navigation.toggled {
    left: -15px;
  }

  .site-main {
    float: none;
    margin-bottom: 20px !important;
    width: 100%;
  }

  .site-content .longpager .site-main {
    margin-bottom: 40px !important;
  }

  .site-content {
    position: relative;
  }
  [class*=page-start] .site-content {
    padding-left: 0;
  }

  .header-box,
.has-slider .header-box {
    left: -60px;
    margin-top: 0;
    width: 100%;
  }
  .header-box > h1,
.has-slider .header-box > h1 {
    padding-left: 60px;
    padding-right: 10px;
  }

  .entry-content.has-slider,
.category-description.has-slider {
    margin-top: 0;
  }

  .page-orte .type-page .entry-content {
    margin-top: 0;
  }

  .site-footer {
    padding: 0 15px 40px;
    width: 100%;
  }
}
/*--------------------------------------------------------------
## Toggled Head-Menu
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  .primary-menu-container {
    position: relative;
    top: auto;
    left: auto;
  }
  body:not(.single-es_city) .primary-menu-container .orte .dropdown-toggle {
    display: inline-block;
  }

  .menu-toggle,
.main-navigation.toggled-on {
    display: block;
  }

  .menu-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNjY0IDEzNDR2MTI4cTAgMjYtMTkgNDV0LTQ1IDE5aC0xNDA4cS0yNiAwLTQ1LTE5dC0xOS00NXYtMTI4cTAtMjYgMTktNDV0NDUtMTloMTQwOHEyNiAwIDQ1IDE5dDE5IDQ1em0wLTUxMnYxMjhxMCAyNi0xOSA0NXQtNDUgMTloLTE0MDhxLTI2IDAtNDUtMTl0LTE5LTQ1di0xMjhxMC0yNiAxOS00NXQ0NS0xOWgxNDA4cTI2IDAgNDUgMTl0MTkgNDV6bTAtNTEydjEyOHEwIDI2LTE5IDQ1dC00NSAxOWgtMTQwOHEtMjYgMC00NS0xOXQtMTktNDV2LTEyOHEwLTI2IDE5LTQ1dDQ1LTE5aDE0MDhxMjYgMCA0NSAxOXQxOSA0NXoiLz48L3N2Zz4=");
    background-size: 40px;
    background-position: center;
    border: 0 none;
    color: transparent;
    font-size: 0;
    height: 40px;
    outline: none;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
  }
  .menu-toggle:active, .menu-toggle:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .menu-toggle.toggled-on {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNDkwIDEzMjJxMCA0MC0yOCA2OGwtMTM2IDEzNnEtMjggMjgtNjggMjh0LTY4LTI4bC0yOTQtMjk0LTI5NCAyOTRxLTI4IDI4LTY4IDI4dC02OC0yOGwtMTM2LTEzNnEtMjgtMjgtMjgtNjh0MjgtNjhsMjk0LTI5NC0yOTQtMjk0cS0yOC0yOC0yOC02OHQyOC02OGwxMzYtMTM2cTI4LTI4IDY4LTI4dDY4IDI4bDI5NCAyOTQgMjk0LTI5NHEyOC0yOCA2OC0yOHQ2OCAyOGwxMzYgMTM2cTI4IDI4IDI4IDY4dC0yOCA2OGwtMjk0IDI5NCAyOTQgMjk0cTI4IDI4IDI4IDY4eiIvPjwvc3ZnPg==");
  }

  .main-navigation {
    background-color: #EF7A0B;
    display: none;
    left: auto;
    margin-left: 0;
    padding: 0 20px 20px;
    right: 0;
    top: 65px;
    width: 300px;
    z-index: 100;
  }
  .main-navigation li {
    display: block;
    margin: 0;
  }
  .main-navigation a {
    color: #fff !important;
  }
  .main-navigation .menu {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .youtube-channel,
.newsletter-subscribe {
    display: none;
  }

  #search-main {
    position: static;
    top: auto;
    right: auto;
    display: block;
    width: auto;
  }

  #search-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fce4ce;
    border: 0 none;
    border-radius: 0;
    color: #404040;
    font-size: 20px;
    font-weight: 600;
    height: 24px;
    width: 100%;
  }
  #search-field::-webkit-input-placeholder {
    color: #404040;
    font-weight: 600;
  }

  #searchsubmit {
    display: none;
  }
}
/*--------------------------------------------------------------
## Content adjustments
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  .header-box,
.has-slider .header-box {
    height: 70px;
  }
  .header-box:after,
.has-slider .header-box:after {
    border-top-width: 35px;
    border-bottom-width: 35px;
    border-left-width: 17px;
    right: -17px;
  }
  .header-box > .entry-title,
.has-slider .header-box > .entry-title {
    font-size: 16px;
    line-height: 1.6;
  }

  .content-area .entry-header .header-box:before, .content-area .entry-header .header-box:after {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
## Content adjustments
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  h1,
article .entry-title {
    font-size: 26px;
    line-height: 1.3;
  }

  article a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .single-post .wrapper-article {
    margin-top: 30px;
  }

  [class*=page-start] .entry-content p,
.single-es_city .entry-content p {
    font-size: 16px;
    line-height: 1.3;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
  }

  .page-orte .orte-imagemap {
    margin-left: 0;
  }

  .archive-posts-wrapper {
    margin-top: 0;
  }
}
/*--------------------------------------------------------------
## Content adjustments
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  .header-box-menu {
    border-bottom: 2px solid #DADADA;
    height: 30px;
    margin: 0;
    overflow: hidden;
  }
  .header-box-menu.toggled {
    overflow: visible;
  }

  .header-box-menu-small {
    background-color: #F4F4F4;
    border: 2px solid #DADADA;
    left: auto;
    min-width: 100%;
    position: relative;
    width: 100%;
  }
  .header-box-menu-small:after {
    display: none;
  }

  .category-werkzeug .header-box-menu,
.category-werkzeug .header-box-menu-small,
.parent-category-werkzeug .header-box-menu,
.parent-category-werkzeug .header-box-menu-small {
    border-color: #43949E;
  }

  .menu-box {
    float: none;
    margin: 0;
    padding: 0;
  }
  .menu-box li {
    float: none;
    margin: 0;
    padding: 0 5px;
  }
  .menu-box li.active span {
    display: block;
  }
  .toggled .menu-box li.active span {
    display: none;
  }
}
/*--------------------------------------------------------------
## Fixing the pagination arrows
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  body .flex-control-nav {
    bottom: -5px;
  }

  body .flex-direction-nav {
    bottom: 4px;
    right: -3px;
    top: auto;
  }
  body .flex-direction-nav a {
    background-size: 50px;
    width: 25px;
    height: 25px;
  }

  body .flexslider .flex-prev,
body .flexslider:hover .flex-prev {
    right: 27px;
  }
}
/*--------------------------------------------------------------
## Adjust grid to mobile layout
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  .archive-posts-wrapper {
    display: block;
    margin: 0;
  }
  .archive-posts-wrapper > .wrapper-article {
    position: relative;
    flex: none;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 65px;
  }
}
/*--------------------------------------------------------------
## Orte layout
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  .wrapper-ort-info {
    margin-top: 25px;
  }

  .info-head {
    max-width: 500px;
    width: auto;
  }

  .info-left,
.info-right {
    width: 100%;
  }

  .info-left {
    display: table-footer-group;
  }
  .info-left:before {
    content: "";
    display: block;
    height: 40px;
    width: 100%;
  }
  .info-left .info-question {
    width: 100%;
  }
  .info-left .info-question > span {
    left: 0;
  }

  .info-right {
    display: table-header-group;
    margin-bottom: 20px;
  }
  .info-right:before, .info-right:after {
    content: "";
    display: block;
    height: 15px;
    width: 100%;
  }

  .info-right-meta {
    width: 100%;
  }
}
@media all and (max-width: 599px) {
  .info-table td {
    display: block;
    padding-left: 15px;
    text-align: left;
    width: 100%;
  }

  .info-table th {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
    width: 50%;
  }
  .info-table th:last-child {
    padding-left: 0;
    padding-right: 15px;
    vertical-align: middle;
  }

  .info-right-meta {
    padding-left: 20px;
  }
}
/*--------------------------------------------------------------
## Newsletter subscription form
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  .wysija-paragraph {
    width: 100%;
  }
  .wysija-paragraph input {
    width: 100%;
  }

  .widget_wysija_cont .wysija-submit {
    margin-top: 0;
    margin-bottom: 20px;
    width: auto;
  }
}
/*--------------------------------------------------------------
## Comments form
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  #commentform input,
#commentform textarea#comment {
    width: 100%;
  }
  #commentform input[type=submit] {
    width: auto;
  }
}
/*--------------------------------------------------------------
## Fix the main layout elements for the mobile width
--------------------------------------------------------------*/
@media all and (max-width: 1199px) {
  .sponsors-bundespartner .sponsors-row {
    grid-template-columns: 1fr 1fr;
  }

  .sponsors-partner .sponsor-type-container {
    grid-column: 1/span 2;
  }

  .sponsors-bundespartner .sponsors-row:last-of-type,
.sponsors-partner .sponsors-row {
    grid-template-columns: 1fr 1fr;
  }
  .sponsors-bundespartner .sponsors-row:last-of-type img,
.sponsors-partner .sponsors-row img {
    justify-self: center;
    align-self: unset;
  }
  .sponsors-bundespartner .sponsors-row:last-of-type img:nth-of-type(3n+1),
.sponsors-partner .sponsors-row img:nth-of-type(3n+1) {
    grid-column-start: unset;
  }
}
/** IE10+ fallback */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sponsors-partner .sponsors-row > div {
    width: 100%;
  }

  .sponsors-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }
  .sponsors-row img {
    margin-left: 35px;
  }
  .sponsors-row img:first-of-type {
    margin-left: 0;
  }
}

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