/*
Theme Name: Kultur on Air Theme
Theme URI:
Author: FARN digital brand design
Author URI: https://www.farn.de
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;1,400&display=swap');

@font-face {
    font-family: 'Klavika Bold Bold';
    font-style: normal;
    font-weight: bold;
    src: local('Klavika Bold Bold'), url('fonts/KlavikaBoldBold.woff') format('woff');
    }

html {
  box-sizing:border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  word-wrap: normal;
  font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "liga", "clig";
  -moz-font-feature-settings: "liga", "clig";
  font-feature-settings: "liga", "clig";
  -webkit-font-feature-settings: "liga", "lnum";
  -moz-font-feature-settings: "liga", "lnum";
  font-feature-settings: "liga", "lnum";
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  height: 100%;
  margin-top: 0 !important;
  overflow: hidden;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
  color:#0B2840;
  height:100%;
  background:#ecf9ed;
  background: linear-gradient(10deg, rgba(5,180,170,0.1) 0%, rgba(120,200,10,0.1) 100%);
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x:hidden;
  font-size: 18px;
}
body.hidescrollbar{
  overflow-y: hidden;
}

figure {
    margin: 0;
}
img, svg{
  width: 100%;
  height: auto;
  display: block;
}
h1 {
  font-family: 'Klavika Bold Bold', sans-serif;
  font-size: 2.5em;
  margin-top:0;
  margin-bottom: 0.6em;
  line-height: 1.2;
  color:#005AAA;
}
.home h1 {
  font-size: 2em;
}
h2 {
  font-family: 'Klavika Bold Bold', sans-serif;
  font-size:2em;
  margin-top:0;
  margin-bottom: 0.6em;
  color:#005AAA;
}
h3 {
  font-family: 'Klavika Bold Bold', sans-serif;
  font-size: 20px;
  line-height:1;
  margin:0 0 15px 0;
  margin-top:0;
  margin-bottom: 0.6em;
}
a img:hover {
  opacity: 0.8;
}
a{
  font-size:1em;
  color: #005AAA;
  text-decoration: none;
  font-weight: bold;
}
a:hover{
  color: #05B4AA;
}
p {
  margin-top:0;
}
p:last-child {
  margin-bottom: 0;
}

/* BACKEND FARBEN -------------------------------------------------------------------------------------------------------------------------------- */
.has-farbe-1-color {
  color:#005AAA;
}
.has-farbe-1-background-color {
  background-color:#005AAA !important;
}
.has-farbe-2-color {
  color:#05B4AA;
}
.has-farbe-2-background-color {
  background-color:#05B4AA !important;
}
.has-farbe-3-color {
  color:#78C80A;
}
.has-farbe-3-background-color {
  background-color:#78C80A !important;
}
.has-farbe-4-color {
  color:#0B2840;
}
.has-farbe-4-background-color {
  background-color:#0B2840 !important;
}
.has-farbe-5-color {
  color:#fff;
}
.has-farbe-5-background-color {
  background-color:#fff;
}

/*Backend Gradient Farben----------------------------------------------------------------------------------------------------*/
.has-cyan-to-blue-gradient-background {
  background: linear-gradient(45deg, rgba(5,180,170,1) 0%, rgba(0,90,170,1) 100%)!important;
}
.has-cyan-to-green-gradient-background {
  background: linear-gradient(45deg, rgba(5,180,170,1) 20%, rgba(120,200,10,1) 100%)!important;
}

/* HEADER */
header {
  width:100%;
  padding:0 5%;
  box-sizing:border-box;
  position:relative;
  z-index:10;
  top:0;
  transition:0.5s;
}
header .logo{
  flex:0 0 auto;
  height:80px;
  width: auto;
  padding:20px 0;
  box-sizing: border-box;
  display:inline-block;
}
header .logo img{
  height:100%;
  width: auto;
}
.headermain {
  width:100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.headermain nav {
  flex:1 0 auto;
  display: none;
  width:100%;
  position: fixed;
  background-color:white;
  left:0;
  top:80px;
  -webkit-box-shadow: 0px 10px 30px -10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 30px -10px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 30px -10px rgba(0,0,0,0.2);
}
.headermain nav ul {
  list-style-type:none;
  margin:0;
  padding:0;
  text-align: left;
  padding:1em 0 2em;
}
.headermain nav ul:after {
  content:'';
  background-color:white;
  position: absolute;
  display: block;
  bottom:-20px;
  height:20px;
  width:100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 0% 100%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 10%, 0% 100%);
}
.headermain nav ul li {
  display:block;
  position: relative;
}
.headermain nav ul li a{
  width:100%;
  color: #005AAA;
  text-decoration: none;
  display:inline-block;
  padding:15px 5%;
  font-size: 1.2em;
  font-family: 'Klavika Bold Bold', sans-serif;
}
.headermain nav ul li a:hover{
  color: #05B4AA;
}
.headermain nav ul li:last-child:not(.button) a{
  padding-right:0;
}
.headermain .button a {
  font-family: 'Klavika Bold Bold', sans-serif;
  color: #ffffff;
  background: rgb(5,180,170);
  background: linear-gradient(45deg, rgba(5,180,170,1) 0%, rgba(0,90,170,1) 100%);
  text-align: center;
  padding:15px 30px;
  border-radius: 0px;
  width: auto;
  font-size: 1em;
  -webkit-transition: all 0.1s linear, background-color 1s;
  -ms-transition: all 0.1s linear, background-color 1s;
  transition: all 0.1s linear, background-color 1s;
  margin:1em 0 0 20px;
}
.headermain .button a:hover {
  opacity: 0.9;
  color:white;
  background: rgb(5,180,170);
  background: linear-gradient(45deg, rgba(5,180,170,1) -20%, rgba(0,90,170,1) 80%);
}
.headermain .button a:active {
  transform:scale(0.95);
}
.headermain nav ul li.menu-item-has-children > a::after {
  content:'';
  width:12px;
  height:12px;
  border-right: 2px solid #005AAA;
  border-bottom: 2px solid #005AAA;
  margin-left:6px;
  transform: rotate(45deg);
  display: inline-block;
  box-sizing:border-box;
  margin-bottom:3px;
  float:right;
  transition: 0.5s;
}
.headermain nav ul li.menu-item-has-children > a.is-active::after {
  transform: rotate(-135deg);
}
.headermain nav ul li.menu-item-has-children:hover > a::after {
  border-right: 2px solid #05B4AA;
  border-bottom: 2px solid #05B4AA;
}
.headermain nav ul.sub-menu li > a::before, .headermain nav ul.sub-menu li > a::after {
  display:none;
}
.headermain nav ul.sub-menu {
  display:none;
  padding:0;
}
.headermain nav ul.sub-menu li a {
  padding:10px 7% 10px 7% !important;
  width: 100%;
}
.headermain nav ul.sub-menu li:first-child a {
  padding-top:15px !important;
}
.headermain nav ul.sub-menu li:last-child a {
  padding-bottom:15px !important;
}
/* Burgerbutton */
.burgerbutton {
  cursor: pointer;
  display: block;
  z-index: 50;
  position: absolute;
  padding:25px 5%;
  width: 30px;
  height:30px;
  box-sizing: content-box;
  right:0;
  transition: 0.4s;
  top:auto;
}
.burgerbutton-linie {
    background: #005AAA;
    height: 2px;
    margin-bottom: 8px;
    transition: 0.4s;
    width: 100%;
}
.burgerbutton-linie:nth-child(1) {
  margin-top: 4px;
}
.burgerbutton-linie:nth-child(3) {
  margin-bottom: 0;
}
.burgerbutton.active .burgerbutton-linie:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  -ms-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}
.burgerbutton.active .burgerbutton-linie:nth-child(2) {
  width: 0;
  margin-left: 50%;
}
.burgerbutton.active .burgerbutton-linie:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  -ms-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

/* allgemeine Abstände */
.inner-content div,
.inner-content figure,
.inner-content div.wp-block-column
{
  margin-bottom: 2em;
}
.inner-content div.wp-block-columns:last-child,
.inner-content div.wp-block-spacer,
.inner-content div.wp-block-group__inner-container,
.inner-content .wp-block-latest-posts div,
.inner-content .wp-block-cover__inner-container,
.inner-content .wp-block-buttons,
.inner-content .wp-block-column div:last-child,
.inner-content .wp-block-column figure:last-child,
.inner-content div.wp-block-column:last-child,
.inner-content .wp-block-group__inner-container div:last-child,
.inner-content .wp-block-group__inner-container figure:last-child,
.inner-content .wp-block-group__inner-container p:last-child,
.inner-content .wp-block-media-text > .wp-block-media-text__content > p:last-child,
.inner-content .wp-block-media-text > .wp-block-media-text__content,
.inner-content form div,
.inner-content .osmkarte div
{
  margin-bottom: 0;
}
.inner-content p + div, .inner-content p + figure, .inner-content p + iframe {
  margin-top: 2em;
}
.inner-content p + h2, .inner-content p + h3 {
  margin-top: 0.8em;
}
/* breiten */
.alignfull {
   margin-right: auto;
   margin-left: auto;
   max-width: 100vw;
   position: relative;
   width: 100%;
 }
.alignwide {
  max-width: 1100px;
  width:90%;
  margin-left:auto;
  margin-right:auto;
}
.inner-content > :not(.alignwide):not(.alignfull),
.wp-block-group.alignfull.has-background > .wp-block-group__inner-container > :not(.alignwide):not(.alignfull),
.wp-block-cover.alignfull > .wp-block-cover__inner-container > :not(.alignwide):not(.alignfull)
{
   width:90%;
   margin-left:auto;
   margin-right:auto;
   max-width: 900px;
}
/* has-background paddings & margins */
.inner-content {
  padding: 1em 0;
  min-height:50vh;
}
.wp-block-group.alignfull.has-background, .wp-block-cover.alignfull{
  padding:3em 0;
  margin: 3em auto;
}
.wp-block-image.alignfull, .wp-block-media-text.alignfull{
  margin: 3em auto;
}
.inner-content > .alignfull + .alignfull,
.inner-content > .alignfull:first-child
{
  margin-top:-3em;
}
.inner-content > .alignfull:last-child
{
  margin-bottom: -3em !important;
}
.inner-content > .wp-block-group:not(.has-background) + .wp-block-group:not(.has-background){
  margin-top: 8em;
}
/* padding farbige Boxen */
.inner-content .wp-block-group.has-background:not(.alignfull), .wp-block-media-text.has-background .wp-block-media-text__content {
  padding:2em;
  box-sizing: border-box;
}
/* Article ------------------------------------------------------------------------------------------------------------------------------------------- */
/* buttons */
.wp-block-button__link {
  font-family: 'Klavika Bold Bold', sans-serif;
  border-radius:0;
  font-size: 1em;
  padding:15px 30px;
  -webkit-transition: all 0.1s linear, background-color 1s;
  -ms-transition: all 0.1s linear, background-color 1s;
  transition: all 0.1s linear, background-color 1s;
}
.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline{
  padding:10px 20px;
}
.wp-block-button__link:not(.has-text-color) {
  color:white;
}
.wp-block-button__link:not(.has-background) {
  background: rgb(5,180,170);
  background:linear-gradient(45deg, rgba(5,180,170,1) 20%, rgba(120,200,10,1) 100%);
}
.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
  color:#005AAA;
}
.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
  background-color:white;
}
.wp-block-button__link:hover {
  opacity: 0.8;
  background: rgb(5,180,170);
  background:linear-gradient(80deg, rgba(5,180,170,1) -20%, rgba(120,200,10,1) 80%);
  color:white;
}
.wp-block-button__link:active {
  transform:scale(0.95);
}
.is-style-outline .wp-block-button__link:hover {
  color:#05B4AA;
}
/* block styles */
.wp-block-media-text.is-style-bild_abgeschnitten figure {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}
.is-style-hintergrund_dreieck_1, .is-style-hintergrund_dreieck_2, .is-style-hintergrund_dreieck_3, .is-style-hintergrund_dreieck_4, .is-style-hintergrund_dreieck_5 {
  position: relative;
}
.is-style-hintergrund_dreieck_1::after, .is-style-hintergrund_dreieck_2::after, .is-style-hintergrund_dreieck_3::after, .is-style-hintergrund_dreieck_4::after, .is-style-hintergrund_dreieck_5::after {
  position: absolute;
  content:'';
  display:block;
  background-size:contain;
  background-repeat: no-repeat;
  background-position:center;
  z-index: -1;
}
.is-style-hintergrund_dreieck_1::after{
  width:500px;
  height:357px;
  bottom:-30%;
  right:10%;
  background-image:url('images/hintergrund_dreieck_1.svg');
}
.is-style-hintergrund_dreieck_2::after{
  width:600px;
  height:358px;
  top:-15%;
  left:-20%;
  background-image:url('images/hintergrund_dreieck_2.svg');
}
.is-style-hintergrund_dreieck_3::after {
  width:700px;
  height:306px;
  top:-5%;
  right:5%;
  background-image:url('images/hintergrund_dreieck_3.svg');
}
.is-style-hintergrund_dreieck_4::after {
  width:650px;
  height:247px;
  bottom:-45%;
  left:-30%;
  background-image:url('images/hintergrund_dreieck_4.svg');
}
.is-style-hintergrund_dreieck_5::after {
  width:250px;
  height:281px;
  top:-5%;
  right:-15%;
  background-image:url('images/hintergrund_dreieck_5.svg');
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left:0;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
  margin-bottom:2em;
}
/* Kontaktformular */
input,textarea {
  border:none;
  margin:5px 0;
  padding:10px 15px;
  font-size:18px;
  background-color:white;
  width:100%;
  font-family: 'Source Sans Pro', sans-serif;
  box-sizing:border-box;
  resize: vertical;
  -webkit-appearance: none;
  -moz-appearance: none;
}
label {
  font-weight:bold;
  margin-top:1em;
  display: inline-block;
  width: 100%;
}
input[type="submit"] {
  width:auto;
  font-weight:bold;
  font-size: 1em;
  border:none;
  color: #ffffff;
  background: rgb(5,180,170);
  background: linear-gradient(45deg, rgba(5,180,170,1) 0%, rgba(0,90,170,1) 100%);
  cursor: pointer;
  padding:15px 30px;
  line-height:1;
  border-radius: 0px;
  -webkit-transition: all 0.1s linear, background-color 1s;
  -ms-transition: all 0.1s linear, background-color 1s;
  transition: all 0.1s linear, background-color 1s;
  margin-top:1em;
  font-family: 'Klavika Bold Bold', sans-serif;
}
input[type="submit"]:hover {
  opacity: 0.9;
  color:white;
  background: rgb(5,180,170);
  background: linear-gradient(45deg, rgba(5,180,170,1) -20%, rgba(0,90,170,1) 80%);
}
input[type="checkbox"],
input[type="radio"] {
  width:20px;
  height:20px;
  vertical-align: middle;
  margin:0 10px 0 0;
  padding:0;
  border-radius: 0px;
  background-color:white;
  cursor:pointer;
}
input[type="checkbox"]:checked::before {
   content: '\2713';
   text-align: center;
   display:block;
   font-weight: bold;
   color:#005AAA;
}
input[type="file"] {
  background:transparent;
  padding-left:0;
  width: auto;
}
.removefile {
  display: none;
}
.removefile-active .removefile {
  display: inline-block;
  cursor:pointer;
}
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item{
  width:100%;
  margin:5px 0 0 0;
}
.wpcf7-list-item-label a {
color:#005AAA;
text-decoration: underline;
}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color:#dc3232 !important;
}
label.half {
  width:calc(50% - 12px);
  margin-left: 0;
  margin-right: 0;
}
label.half1 {
  margin-right: 20px;
}
.wpcf7-quiz {
    width: 100px;
    display: block;
}
/* Block neueste Kulturorte */
.neuestekulturorte {
  margin-top:4em;
}
.nk-span {
  width:100%;
  display:block;
  margin-bottom:1em;
}
.neuestekulturorte .nk-liste {
  font-size: 0;
}
.neuestekulturorte .nk-kulturort {
  width:100%;
  margin-bottom:2rem;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
}
.neuestekulturorte .nk-kulturort:last-child {
  margin-right: 0;
}
.neuestekulturorte .nk-kulturort img:not(.nk-arrow),
.liste-posts .wp-post-image:not(.nk-arrow){
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  margin-bottom: 1rem;
}
.nk-arrow{
  width:25px;
}
/* Block neueste Kulturorte */
.wpcf7-form .sb-auswahl {
  font-size: 1.3em;
  margin-bottom: 2em;
  display: inline-block;
  width: 100%;
}
.wpcf7-form .sb-auswahl .wpcf7-list-item {
  width:calc(50% - 10px) !important;
  display: inline-block;
}
.allesuchebiete .sb-filter a {
  width:100%;
  display: block;
}
.allesuchebiete .sb-filter a.active{
  opacity: 0.5;
  color:#005AAA;
}
.allesuchebiete .sb-liste {
  font-size: 0;
}
.allesuchebiete .sb-suchebiete {
  background-color: white;
  padding:1em;
  width:100%;
  margin-bottom:2rem;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.allesuchebiete .sb-suchebiete:last-child {
  margin-right: 0;
}
.allesuchebiete .sb-suchebiete img{
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
  margin-bottom: 1rem;
}
.allesuchebiete .sb-suchebiete .sb-text{
  padding-right: 5%;
  width:100%;
}
.allesuchebiete .sb-suchebiete .sb-text h3{
  color:#005AAA;
}
.allesuchebiete .sb-suchebiete .sb-titlebar {
  width:100%;
  display:block;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 0.8em;
  display: flex;
  justify-content: space-between;
  color:#005AAA;
  font-family: 'Klavika Bold Bold', sans-serif;
}
.allesuchebiete .sb-suchebiete .sb-auswahl {
  width:100%;
  display:block;
  margin-bottom:0.2em;
}
/* Block nächste Veranstaltungen */
.naechsteveranstaltungen {

  margin-bottom: 2rem !important;
}
.naechsteveranstaltungen h3{
  hyphens: auto;
}
.naechsteveranstaltungen .nv-event {
  background-color: white;
  padding:1em;
  width:100%;
  margin-bottom:2rem;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.naechsteveranstaltungen .nv-event:nth-child(4n){
  margin-right: 0;
}
.naechsteveranstaltungen .nv-date {
  margin-bottom: 10px !important;
  width:100%;
}
.naechsteveranstaltungen .nv-arrow{
  width:25px;
}
.nv-event .wp-post-image {
    margin: -16px -16px 16px -16px;
    width: calc(100% + 32px);
}

/* orte und map */
.osmkarte {
  position: relative;
  height:500px;
  width:100%;
  background-color: white;
  display: block;
  z-index: 0;
  margin: 20px 0;
}
.leaflet-popup-content-wrapper {
  border-radius: 0px !important;
}
.leaflet-popup-content {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  margin:20px !important;
}
.leaflet-popup-content h3 {
  margin: 0 0 5px 0;
}
.leaflet-popup-content h4 {
  margin: 0 0 10px 0;
}
.leaflet-popup-content p {
  margin: 10px 0;
  line-height: 1.3;
  font-size: 16px;
}
.leaflet-popup-content .contactlinks a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.leaflet-popup-content *:empty:not(br) {
  display: none;
}
/* cluster marker */
.marker-cluster {
  width:35px !important;
  height:45px !important;
  border-radius: 0;
  font-size: 12px;
  background-image: url('images/markercluster.svg');
  background-repeat: no-repeat;
}
.marker-cluster div{
  width: 100%;
  height:100%;
}
.marker-cluster span {
	line-height: 30px;
  font-size: 20px;
  color:#0f9bc8;
  margin-left: 10px;
  font-family: 'Klavika Bold Bold', sans-serif;
}
.marker-cluster-medium span {
  margin-left: 5px;
}

/* Orte Tabelle */
.ortetable, .kunsttable {
}
.ortetable table, .kunsttable table{
  width:100%;
  font-size: 0;
}
.ortetable table td, .kunsttable table td {
  display: table-row;
}
.ortetable table th, .kunsttable table th {
  text-align: left;
}
.ortetable table tr, .kunsttable table tr {
  display: inline-block;
  font-size:1rem;
  width: 50%;
  padding-bottom: 30px;
}
.ortetable table tr:nth-child(even), .kunsttable table tr:nth-child(even) {
  padding-right: 15px;
}
.ortetable table tr:nth-child(odd), .kunsttable table tr:nth-child(odd) {
  padding-left: 15px;
}
.ortetable table tr:first-child, .kunsttable table tr:first-child {
  display: none;
}
.single-orte .wp-block-button, .single-kunst .wp-block-button {
  margin-top: 20px;
}
.single-orte h1, .single-kunst h1 {
  margin-top: 0;
}
.single-orte h4, .single-kunst h4  {
  margin: 15px 0 5px 0;
  font-size: 16px;
  line-height: 1.55;
}
/*.single-orte .ort-titelbild img,*/
.single-kunst .kunst-titelbild img,
/*.veranstaltung-titelbild img,*/
.post-titelbild img {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  -o-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 90%);
}
.single-orte .single-orte-aside h4:first-child, .single-kunst .single-kunst-aside h4:first-child  {
  margin-top: 0;
}
.single-orte span.ort-kategorie, .single-kunst span.kunst-kategorie  {
  margin-right: 15px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
  display: inline-block;
}
.single-orte span.ort-angebote, .single-kunst span.kunst-angebote {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top:5px;
}
.single-orte span.ort-angebote::before,.single-kunst span.kunst-angebote::before,  {
  content:'';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width:30px;
  height:30px;
  margin-right:10px;
  vertical-align: middle;
}
.single-orte span.ort-angebote#angebot1::before, .single-kunst span.kunst-angebote#angebot1::before {
  background-image:url(images/icon_erholung.svg)
}
.single-orte span.ort-angebote#angebot2::before, .single-kunst span.kunst-angebote#angebot2::before {
  background-image:url(images/icon_wassernaehe.svg)
}
.single-orte span.ort-angebote#angebot3::before, .single-kunst span.kunst-angebote#angebot3::before  {
  background-image:url(images/icon_inspiration.svg)
}
.single-orte span.ort-angebote#angebot4::before, .single-kunst span.kunst-angebote#angebot4::before  {
  background-image:url(images/icon_gespraeche.svg)
}
.single-orte span.ort-angebote#angebot5::before, .single-kunst span.kunst-angebote#angebot5::before  {
  background-image:url(images/icon_wertschaetzung.svg)
}
.single-orte span.ort-angebote#angebot6::before, .single-kunst span.kunst-angebote#angebot6::before  {
  background-image:url(images/icon_gastronomie.svg)
}
.single-orte span.ort-angebote#angebot7::before, .single-kunst span.kunst-angebote#angebot7::before {
  background-image:url(images/icon_uebernachtung.svg)
}
.single-orte span.ort-angebote#angebot8::before, .single-kunst span.kunst-angebote#angebot8::before  {
  background-image:url(images/icon_bewegung.svg)
}
.single-orte span.ort-angebote#angebot9::before, .single-kunst span.kunst-angebote#angebot9::before  {
  background-image:url(images/icon_familie.svg)
}
.single-orte span.ort-angebote#angebot10::before, .single-kunst span.kunst-angebote#angebot10::before  {
  background-image:url(images/icon_workshop.svg)
}
.single-orte span.ort-angebote#angebot11::before, .single-kunst span.kunst-angebote#angebot11::before {
  background-image:url(images/icon_inklusion.svg)
}
.single-orte span.ort-angebote#angebot12::before, .single-kunst span.kunst-angebote#angebot12::before  {
  background-image:url(images/icon_mobilitaet.svg)
}
.single-orte .ort_datei_caption, .single-kunst .kunst_datei_caption {
  font-style: italic;
  margin-bottom: 10px;
  display: inline-block;
}
.single-orte .ort_datei_video, .single-orte .ort_datei_audio, .single-kunst .kunst_datei_video, .single-kunst .kunst_datei_audio {
  width: 100%;
}

/* List Posts */
.imagebox {
    margin-bottom: 0 !important;
}
.paging {
    text-align: center;
}
.paging span, .paging a {
    padding: 10px;
    display: inline-block;
}

/*Footer */
footer {
  margin: 0 !important;
  background-image: url('images/dreieckfooter.svg');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: top;
  padding:5em 5% 2em 5%;
}
footer nav ul {
  width:100%;
  list-style-type: none;
  margin:0;
  padding:0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 2em;
}
footer .inner-content {
  padding:0;
  min-height: auto;
}
/* MEDIA QUERIES */
@media only screen and (min-width: 600px) {
  .neuestekulturorte .nk-kulturort {
    width:calc(50% - 15px);
    margin-right: 30px;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom:0;
  }
  .wp-block-media-text.is-style-bild_abgeschnitten figure {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    -o-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
  }
  .allesuchebiete .sb-filter a{
    display: inline-block;
    width: auto;
  }
  .allesuchebiete .sb-filter a:not(:last-child){
    margin-right: 0.7em;
    border-right: 2px solid #005AAA;
    padding-right: 0.7em;
  }
}
@media only screen and (min-width: 768px) {
  .imagebox {
      margin-bottom: inherit !important;
  }
  footer nav ul {
    flex-direction: row;
    align-items: center;
  }
  .allesuchebiete .sb-suchebiete {
    width:calc(50% - 1rem);
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 990px) {
  .burgerbutton {
    display: none;
  }
  body.logged-in {
    margin-top: 32px;
  }
  header .logo{
    height:90px;
  }
  .headermain nav {
    display:block;
    width:auto;
    position: relative;
    background-color:transparent;
    left:auto;
    top:auto;
    height:auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .headermain nav ul {
    text-align: right;
    padding:0;
  }
  .headermain nav ul:after {
    display: none;
  }
  .headermain nav ul li {
    display:inline-block;
  }
  .headermain nav ul li a{
    width:auto;
    padding: 20px 25px 20px 0px;
    font-size: 1em;
  }
  .headermain .button a {
    margin:0;
  }
  .headermain nav ul.sub-menu {
    display:none;
    text-align: left;
    padding:0;
    margin-left: -25px;
    margin-top:-5px;
    background-color:white;
    width:auto;
    position: absolute;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
    -moz-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
    -ms-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
    -o-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 5% 100%);
    min-width: 160px;
  }
  .headermain nav ul li.menu-item-has-children > a::after {
    width:8px;
    height:8px;
    float:none;
  }
  .headermain nav ul li.menu-item-has-children:hover .sub-menu{
    display:block;
  }
  .headermain nav ul.sub-menu li a {
    padding:10px 25px 10px 25px !important;
    width: 100%;
  }
  .headermain nav ul.sub-menu li:first-child a {
    padding-top:15px !important;
  }
  .headermain nav ul.sub-menu li:last-child a {
    padding-bottom:15px !important;
  }
  .inner-content {
    padding: 3em 0;
  }
  .ortetable table, .kunsttable table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .ortetable table td, .ortetable table th, .kunsttable table td, .kunsttable table th {
    display: table-cell;
    padding:15px 10px;
  }
  .ortetable table tr, .ortetable table tr:first-child, .kunsttable table tr, .kunsttable table tr:first-child {
    display: table-row;
    width: auto;
    padding:0;
  }
  .ortetable table tr:first-child, .kunsttable table tr:first-child {
    background-color:transparent;
    border-bottom: 1px solid #005AAA;
  }
  .single-orte .single-orte-article,
  .single-veranstaltungen-article,
  .single-kunst .single-kunst-article {
    max-width:calc(80% - 40px);
    margin-right: 30px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .single-orte .single-orte-aside,
  .single-veranstaltungen-aside,
  .single-kunst .single-kunst-aside {
    max-width:20%;
    display: inline-block;
  }
  .inner-content .wp-block-column.is-vertically-aligned-center {
    margin-bottom: 0;
  }
  .neuestekulturorte .nk-kulturort {
    width:calc(33% - 20px);
    margin-right: 30px;
  }
  .naechsteveranstaltungen .nv-event {
    width:calc(25% - 20px);
    margin-right: 22.5px;
  }
}
