/* Inter CSS Webfont*/
@import url("webfonts/hkgrotesk.css");
/*!
Theme Name: Frauenverband_Courage 
Theme URI: http://fvcourage.de
Author: Frauenverband Courage
Version:  1.0
License: Private
License URI: LICENSE
Text Domain: frauenverband_courage
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Webfonts
# Normalize
# Typography
# Layout
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# ACF Content Parts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: normal;
  font-family: 'hk_groteskbold', Helvetica Neue, Helvetica, Arial, sans-serif;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Layout
	 ========================================================================== */
/**
 * Header
 */
.site-header{
	background: #f1f1f1;
}
.custom-logo {
    padding: 0 24px;
}
.site-branding{
  margin-top:20px;
}
.dl-header-widget{
  position: absolute;
  right: 16px;
  top:10px;
  font-size:14px;
}
.dl-header-widget ul.menu {
  padding:0;
  margin: 0;
  list-style:none;
  float:right;
}
.dl-header-widget .menu li{
  display: inline-block;
}
.dl-header-widget .menu li:nth-child(n+2){
  margin-left:2px;
}
.dl-header-widget .menu a{
  text-decoration:none;
  color:#949494;
}
.dl-header-widget .menu li:nth-child(n+2) a{
  padding-left:5px;
  border-left: 1px solid #ccc;
}
.dl-header-widget .menu a:hover,
.dl-header-widget .menu a:active{
  color:#F39530;
}
/**
 * Navigation
 */
.menu-main-navigation-container > ul > li:first-child > a{
	display: block;
	color: #fff;
    background: transparent url(img/icon-home.svg) no-repeat 25px center;
    background-size: auto;
    width: 28px;
    padding: 0px;
    text-indent: -9999px;
    margin-top: -1px;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    padding-right: 20px;
	padding-left: 30px;
}
.main-navigation{
	background-color: #764896
}
.main-navigation a,
.main-navigation a:visited{
	padding: 25px 15px 30px;
	color:#fff;
	font-size:20px;
  line-height: 1;
	font-weight:normal;
	letter-spacing: 0.025em;
	-webkit-transition: all ease-in-out  .2s;	-o-transition: all ease-in-out  .2s;	transition: all ease-in-out  .2s;
  text-transform: uppercase;
}
.main-navigation a:hover,
.main-navigation .icon-home a:hover{
	color:#fff;
	opacity:.7;
	-webkit-transition: all ease-in-out  .2s;	-o-transition: all ease-in-out  .2s;	transition: all ease-in-out  .2s;
}
.main-navigation .sub-menu{
	/** background: url(img/icon-arrow-down--filled.svg) no-repeat top left #58A6D5;*/
	background-color: #fff;
	-webkit-transition: all ease-in-out  .2s;	-o-transition: all ease-in-out  .2s;	transition: all ease-in-out  .2s;
	background-size:25px 10px;
  color: #764896;
  box-shadow: 1px 1px 3px #0000001a;

}
.main-navigation .sub-menu a,
.main-navigation .sub-menu .sub-menu a{
  padding: 14px 16px;
  background: #fff;
  color: #764896;
}
.main-navigation .sub-menu li:first-child a{
}

.main-navigation .sub-menu a:hover{
  background: #764896;
  color: #fff;
}

.main-navigation .current_page_item:after {
    content: ' ';
    border: 0.5px solid #fff;
    position: absolute;
    bottom: 21px;
    display: block;
    height: 0px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.main-navigation .sub-menu .current_page_item:after{
  display: none;
}

/* Button to toggle mobile navigation */

.navigation-button {
    position: relative;
    height: 50px;
    width: 85px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: none;
    padding-left: 16px;
}
.navigation-button #mobile-menu-toggle{
	padding: 0;
}
.navigation-button:hover {
	  opacity: .7;
}
.mm-opened .navigation-button .top {
	  -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
	          transform: translateY(7px) translateX(0) rotate(45deg);
	  background: #fff;
}
.mm-opened  .navigation-button .middle {
	  opacity: 0;
	  background: #fff;
}
.mm-opened .navigation-button .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
          transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #fff;
}
.navigation-button span {
  background: #fff;
  border: none;
  height: 2px;
  width: 15px;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  cursor: pointer;
}
.navigation-button .burger{
	position: absolute;
    top: 50%;
    height: 50px;
    transform: translateY(-18%);
}
.navigation-button .burger span{
  position: absolute;
  top: 0px;
  left: 0;
}
span.text {
    left: inherit;
    padding-left: 25px;
    background: none;
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    line-height: 50px;
    width: auto;
    font-family: 'hk_groteskregular', Neue Helvetica, Helvetica, Arial, sans-serif;
}
.navigation-button .burger .top {
	top: 1px;
}
.navigation-button .burger .middle {
	top: 8px;
}
.navigation-button .burger .bottom {
  	top: 15px;
}

/* mmmenu / Mobile Navigation */

#mobile-navigation{
	color: #fff;
	background: #764896
}

#mobile-navigation .mm-panels > .mm-panel{
	padding-left: 0;
}

#mobile-navigation .mm-listview .mm-vertical .mm-panel, #mobile-navigation .mm-vertical .mm-listview .mm-panel{
	padding: 0;
}

#mobile-navigation .mm-listview .mm-vertical .mm-panel a, #mobile-navigation .mm-vertical .mm-listview .mm-panel a{
    padding-left: 70px;
}

#mobile-navigation .mm-listview>li:not(.mm-divider):after{
	left: 0;
}

#mobile-navigation .mm-listview>li.mm-vertical>.mm-next, #mobile-navigation .mm-vertical .mm-listview>li>.mm-next{
	height: 54px;
}

#mobile-navigation .mm-listview>li.mm-vertical>.mm-next:after, #mobile-navigation .mm-vertical .mm-listview>li>.mm-next:after{
    top: 23px;
}

#mobile-navigation .mm-listview{
	font-size: 21px;
}

#mobile-navigation .mm-listview>li>a, #mobile-navigation .mm-listview>li>span{
	padding: 17px 10px 17px 30px;
    font-family: 'hk_groteskregular', Neue Helvetica, Helvetica, Arial, sans-serif;
}

.mm-menu .mm-listview li a:hover,
.mm-menu .mm-listview li a:active,
.mm-menu .mm-listview li a:focus,
.mm-menu .mm-listview li.current-menu-item a,
.mm-menu .mm-listview li.current-menu-parent a,
.mm-menu .mm-listview li ul li.current-menu-item a,
.mm-menu .mm-listview li ul li a:hover,
.mm-menu .mm-listview li.current-menu-parent ul li a:hover,
.mm-menu .mm-listview li.current-menu-item ul li a:hover,
.mm-menu .mm-listview li.current-menu-parent ul li a:hover{
	color: #764896
	background-color: #fff;
}
/**
 * Content
 */
.site-content,
.site-footer{
    padding: 0 16px;
 }
.dl-wrapper,
.site-content,
.above-footer{
	max-width: 1200px;
	width:auto;
  margin: 0 auto;
}
.site-content{
  margin-bottom: 100px;
}
.site-header .dl-wrapper{
  position: relative;
}
.above-footer .dl-wrapper,
.site-footer .dl-wrapper,
.site-content .dl-wrapper{
 	position: relative;
  overflow-x: hidden;
}

#site-navigation .dl-wrapper{
  display: flex;
  height:75px;
  justify-content:space-between;
}

/* / HERO // SLIDER / */

.hero-home{
  height: 80vh;
}

.home .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
/*  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;*//* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+13,ddd1e5+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 13%, #ddd1e5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffffff 13%,#ddd1e5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffffff 13%,#ddd1e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ddd1e5',GradientType=0 ); /* IE6-9 */
}
.swiper-image{
  height: 40vh;
  overflow: hidden;
}
.swiper-text{
  text-align: left;
  padding: 0 50px;
  height: 40vh;
}
.swiper-text p{
  color: #000;
}
.swiper-text h2{
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1em;
  margin-top: -1.57em;
}
.swiper-text h2 span{
  background: #764896;
  color: #fff;
  letter-spacing: 0.025em;
  display: inline;
  font-family: 'hk_grotesklight', Neue Helvetica, Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 30px;
  padding: 4px 12px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.swiper-text .read-more{
  text-transform: none;
  display: block;
  letter-spacing: normal;
  font-family: 'hk_groteskbold', Neue Helvetica, Helvetica, Arial, sans-serif;
  margin-top: 20px;
  font-size: 16px;
}
.swiper-slide a{
	display: block;
	text-decoration: none;
  height: 80vh;
}
.home .swiper-button-prev, .home .swiper-container-rtl .swiper-button-prev {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAwIDEwMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzY0ODk2O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjYxLDUyOS45bDQxNi43LDQyOC42YzE2LjgsMTcuMyw0NC41LDE3LjIsNjEuMi0wLjFsMCwwYzE2LjEtMTYuNiwxNi00Mi45LDAtNTkuNEwzNTEuMiw1MDBMNzM5LDEwMQoJCWMxNi4xLTE2LjYsMTYuMS00Mi45LDAtNTkuNWwwLDBjLTE2LjgtMTcuMy00NC40LTE3LjMtNjEuMiwwTDI2MSw0NzAuNEMyNDQuOSw0ODYuOSwyNDQuOSw1MTMuMywyNjEsNTI5Ljl6Ii8+CjwvZz4KPC9zdmc+Cg=='); 
    background-size: 120%;
    left: 5px;
}

.home .swiper-button-next, .home .swiper-container-rtl .swiper-button-next {
    background-image:  url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTAwMCAxMDAwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMDAwIDEwMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNzY0ODk2O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzM5LDQ3MC4yTDMyMi4yLDQxLjVjLTE2LjgtMTcuMy00NC41LTE3LjItNjEuMiwwLjFsMCwwYy0xNi4xLDE2LjYtMTYsNDIuOSwwLDU5LjRsMzg3LjcsMzk5TDI2MSw4OTkKCQljLTE2LjEsMTYuNS0xNi4xLDQyLjksMCw1OS41bDAsMGMxNi44LDE3LjMsNDQuNCwxNy4zLDYxLjIsMEw3MzksNTI5LjZDNzU1LjEsNTEzLjEsNzU1LjEsNDg2LjcsNzM5LDQ3MC4yeiIvPgo8L2c+Cjwvc3ZnPgo=');
    background-size: 120%;
    right: 5px;
}

.home .swiper-pagination-bullet-active {
    background: #764896
}

.home .swiper-button-prev, .home .swiper-button-next {
	top: 49.5%;
}

.home .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 30px;
}

.home_teaser_big_item{
  height: 40vh;
  font-size: 16px;
  font-family: 'hk_groteskbold', Neue Helvetica, Helvetica, Arial, sans-serif;
  color: #fff;
}
.home_teaser_big_item a{
  color: #fff;
  text-decoration: none;
  display: block;
}
.home_teaser_big_image{
  height: 33vh;
  overflow: hidden;
}
.home_teaser_big_image img{
  min-height: 33vh;
  width: auto;
  max-width: inherit;
}
.home_teaser_big_text{
  height: 7vh;
  display: inline-flex;
  align-items: center;
}
.home_teaser_big_item a span{
  color: #fff;
  margin: 0;
  display: block;
  padding-left: 10px;
}

.home_teaser_big_item:nth-child(1){
  background: #764896;
}

.home_teaser_big_item:nth-child(2){
  background: #F39530;
}

/* Themen Teaser */

.themen-teaser {
    margin-bottom: 16px;
}
.themen-teaser-item{
	position: relative;
  background-color: #764896;
  transition: all 0.2s ease;
}
.themen-teaser-item:hover{
  background-color: #F39530;
}
.themen-teaser-item:hover h3{
 color: #F39530;
}
.themen-teaser-item img{
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  mix-blend-mode: hard-light;
}
.themen-teaser .wrap .col:nth-child(even) .themen-teaser-item{
	padding-left: 10%;
}
.themen-teaser-item h3{
  line-height: 1.1;
  text-align: center;
  background: #fff;
  color: #764896;
  font-size: 21px;
  letter-spacing: 0.025em;
  padding: 10px 15px;
  display: block;
  position: absolute;
  margin: 0;
  text-transform: uppercase;
  font-family: 'hk_groteskbold', Neue Helvetica, Helvetica, Arial, sans-serif;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.themen-teaser-home .button-primary{
  margin-top: 20px;
}

/* Verband Home Teaser */

.home-teaser{
  background: #764896;
  padding: 50px 0;
  margin-bottom: 30px;
  position: relative;
}

.home-teaser:before {
  content: '';
  position: absolute;
  width: 100vw;
  background: #764896;
  height: 100%;
  overflow: visible;
  margin-left: 0;
  margin-top: -50px;
  z-index: -1;
  left: calc( ( 1200px - 100vw )/2 - 8px );
}

.home-teaser img{
  padding: 0 30px;
}

.home-teaser button.primary{
  background: #764896;
  margin-top: 40px;
  transition: all ease 500ms;
  padding: 0;
}

.home-teaser button.primary a{
  color: #fff;
  border: 1px solid #fff;
  display: block;
}

.home-teaser button.primary a:hover{
  background: #fff;
  color: #764896;
}

.home-teaser h3{
  line-height: 1.1;
    text-align: left;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0;
    display: inline;
    box-decoration-break: clone;
    font-family: 'hk_grotesklight', Neue Helvetica, Helvetica, Arial, sans-serif;
    margin-top: 5px;
}
.home-teaser p{
  font-size: 21px;
  color: #fff;
  line-height: 1.25;
  margin-top: 30px;
  padding-right: 20px;
}

/* Terminliste */

.termine-home{
    border-top: 1px solid #AD92C0;
    margin-top: 40px;
}

.home .marginaltext{
  margin-bottom: 30px;
}

.termine-item {
  margin: 0 0 29px 0;
    border-bottom: 1px solid #D4D4D4;
    padding: 0 0 30px 0;
    position: relative;
}
.termine-item .event-title{
  font-weight: 500;
    font-size: 18px;
}
.termine-item .event-date{
  text-align: center;
} 
.termine-item .event-venue{
  display: block;
  color: #764896
} 
.termine-item .event-date span{
  display: block;
  color: #764896
    font-weight: 700;
    font-size: 18px;
}
.termine-item .event-date span:nth-child(1):after{
    content: ' ';
    border-bottom: 1px solid #764896
    height: 0px;
    width: 12px;
    display: block;
    margin: 3px auto 2px;
}
.termine-item a{    
  display: block;
    position: absolute;
    bottom: 5px;
    right: 0;
}
.termine-item a::before {
    content: "";
    border-color: transparent #764896
    border-style: solid;
    border-width: 4px 0px 4px 4px;
    height: 0;
    width: 0;
    top: -4px;
    position: relative;
    font-size: 0px;
    margin: 0 3px 0 0;
}
.termine-home .read-more{
    padding-top: 20px;
    display: block;
}

.termine-liste {
    padding: 35px 0 0 0;
    border-top: 1px solid #D4D4D4;
    margin: 30px 0 0 0;
}

/* Seite Themen */

.themen-teaser-themen{
  margin-bottom: 30px;
}

.weitere-themen{    
  background: #764896;
}

.weitere-themen .marginaltext{ 
  color: #fff;
  margin-bottom: 20px;
}

.weitere-themen ul{
	margin: 0;
	padding: 0;
    list-style: none;
}
.weitere-themen ul li{
	display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.weitere-themen ul li a{    
  line-height: 1.1;
    text-align: center;
    background: #fff;
    color: #764896;
    font-size: 21px;
    letter-spacing: 0.025em;
    padding: 10px 15px;
    display: inline-block;
    margin: 0;
    text-transform: uppercase;
    font-family: 'hk_groteskbold', Neue Helvetica, Helvetica, Arial, sans-serif;
    text-decoration: none;
}
.weitere-themen ul li a:hover{
	text-decoration: underline;
}
.weitere-themen ul li a:before {
	content: "";
    border-color: transparent #764896
    border-style: solid;
    border-width: 7px 0px 7px 7px;
    height: 0;
    width: 0;
    left: -1em;
    top: -12px;
    position: relative;
    font-size: 0px;
    margin: 0 5px 0 0;
}

/* Social media icons header Widget */

.site-header .widget-socialmedia-icons{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
          justify-content: flex-end;
}

.widget-socialmedia-icons{
  margin:5px 0 5px 0;
}

.widget-socialmedia-icons a{
  display: inline-block;
  float: left;
  margin-right: 7px;
}
#footer-right .widget-socialmedia-icons a{
  margin-right:10px;
}

.widget-socialmedia-icons a:last-child{
  margin-right:0;
}

/* Newsletter Widget */
.newsletter .mailpoet_form{
	padding-top: 20px;
}
.newsletter h3{
	color: #764896
	line-height: 1.2;
	padding-left: 10px;
	padding-top: 40px;
}
.newsletter #mailpoet_form_1 .mailpoet_text,
.newsletter #mailpoet_form_1 .mailpoet_textarea{
	border: 1px solid #D1D1D1;
	background: #F2F2F2;
	width: 100%;
	border-radius: 0;
	padding: 10px 5px;
}
.newsletter #mailpoet_form_1 .mailpoet_text_label{
	color: #BFBFBF;
	font-weight: normal;
	margin-bottom: 5px;
}

/*Footer*/
.site-footer{
	background:#764896;
	color:#fff;
	padding-top:50px;
  padding-bottom: 50px;
}
.site-footer .dl-wrapper{
  position: relative;
  overflow: visible;
}
.site-footer .dl-wrapper:before {
    content: ' ';
    background: url(img/signs.svg) no-repeat;
    width: 302px;
    position: absolute;
    top: -160px;
    right: 0;
    height: 162px;
}
.site-footer .col{
	font-size: .8rem;
}
.site-footer .widget-title{
	font-family: 'hk_groteskbold', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	letter-spacing: 3px;
	line-height: 19px;
  	margin-top:0;
	margin-bottom:30px;
}
.site-footer #footer-left img{
  width: 111px;
}
.site-footer a {
  color:#fff;
}
.site-footer .menu a,
.site-footer .menu a:visited{
	color:#fff;
	text-decoration:none;
  margin-bottom: 10px;
  font-size: 21px;
}
.site-footer .menu a::before {
    content: '» ';
}
.site-footer a:hover,
.site-footer a:active{
	color:rgba(255,255,255, .7);
}
.site-footer ul,
.site-footer li{
	list-style:none;
	padding-left:0;
	margin:0;
}
.site-footer .menu-sitemap-navigation-container a{
	font-size:21px;
	line-height: 31px;
}
.above-footer{
	padding: 0 16px;
}
/*
© Zeile
 */
.site-info{
	padding-top:50px;
}
.footer-nav li{
	display: inline-block;
	padding-right:5px;
}
/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
	display: block;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'hk_groteskregular', Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'hk_groteskregular', Neue Helvetica, Helvetica, Arial, sans-serif;
	margin: 0;
  font-weight: normal;
}

h2,
h3{
  	font-weight: 500;
  	font-size: 28px;
    margin-bottom:1.5em;
    color:#333;
}

.copytext{
	font-family: 'hk_groteskregular', Neue Helvetica, Helvetica, Arial, sans-serif;
	font-size: 16px;
}

p {
  margin-top:0;
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}
blockquote{
  font-size: 18px;
  font-weight: 300;
  margin:0 auto 30px;
  color: #F39530;
  padding: 20px 0 0 50px;
  border-top:1px solid #F39530;
  border-bottom:1px solid #F39530 ;
  line-height:1.2;
  position: relative;
  max-width: 640px;
}
blockquote::before{
  content: "\201E";
  font-family: Georgia, serif;
  color:#bbb;
  font-size:4em;
  line-height: 1;
  position: absolute;
  left: 0px;
  top: -25px;
}
blockquote::after{
  content: "\201C";
  font-family: Georgia, serif;
  color:#bbb;
  font-size:4em;
  line-height: 1;
  position: absolute;
  right: 0px;
  bottom: -25px;
}


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 https://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. */
}

ul, ol {
	margin: 0 0 15px 0px;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}
.dl-text ul{
  margin:0;
  padding:0 0 20px 20px;
}
.dl-text li{
  position: relative;
}
.dl-text li::before {
     position:absolute;
     left: -15px;
     top:6px;
     content: " ";
     width:7px;
     height:13px;
     background: url('img/bullet-arrow.png') no-repeat;
     background-size:7px 13px;
     background-position: bottom center;
   }

.dl-text li{
  padding-bottom:10px;
  list-style: none;
}
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. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}
/* Tabellen */
table {
	margin: 0 0 1.5em;
	width: 100%;
  table-layout: auto;
}
td{
  vertical-align:top;
}
td:first-child{
  color:#764896
  min-width:12%;
  margin-right:10px;
}

.dl-table td{
padding: 10px 0;
border-top: 1px solid #000;
}

.dl-table{
  width: 100%;
}

.dl-table thead th{
  height: 50px;
    font-family: 'hk_groteskbold',sans-serif;
    font-weight: normal;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit']
{
    font-size: 16px;
    font-family: 'hk_groteskbold',sans-serif;
    line-height: 1;

    margin-bottom: 20px;
    padding: 20px 20px;

    cursor: pointer;
    letter-spacing: .2em;
    text-transform: uppercase;

    color: #fff;
    border: none;
    background: #764896;
}

button.primary a,
button.primary a:hover{
  color: #fff;
  padding: 20px 20px;
  text-decoration: none;
}

.button a,
.button a:hover,
.entry-content button a,
button a:hover
{
    color: #fff;
}

.zweispaltig button a
{
    display: block;

    width: 100%;
}
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover
{
    background: #f39530;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

a:visited {
	color: #764896
}

a:hover, a:focus, a:active {
	color: #764896
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.menu-main-navigation-container{
  display: flex;
  align-items: center;
}
.main-navigation {
	display: block;
	width: 100%;
	overflow-y: visible;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
  display: inline-block;
}


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

.main-navigation ul li ul {
	visibility: hidden;
  	opacity: 0;
  	min-width: 5rem;
	position: absolute;
  	transition: all 0.5s ease;
	left: 0;
  	display: none;
  	z-index: 2;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li ul:hover {
  	visibility: visible;
  	opacity: 1;
  	display: block;
}

.main-navigation ul li ul li {
	clear: both;
  	width: 100%;
}

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

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

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

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

.main-navigation li {
	display: inline-block;
	position: relative;
  	transition-duration: 0.5s;
}

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

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 4em;
	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%;
}
.post-navigation{
	margin-top: 80px;
}
.post-navigation .nav-previous,
.post-navigation .nav-next{
	margin: 0 0 30px 0;
	padding-top: 30px;
}
.post-navigation .nav-next a{
	padding-right: 10px;
}
.nav-next a:after {
	content: "";
    border-color: transparent #764896
    border-style: solid;
    border-width: 7px 0px 7px 7px;
    height: 0;
    width: 0;
    right: 0;
    top: -5px;
    position: relative;
    font-size: 0px;
    margin: 0 0 0 10px;
}
.nav-previous a:before {
	content: "";
    border-color: transparent #764896
    border-style: solid;
    border-width: 7px 7px 7px 0px;
    height: 0;
    width: 0;
    right: 0;
    top: -5px;
    position: relative;
    font-size: 0px;
    margin: 0 10px 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.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%;
}
.widget-title{
	font-family: 'hk_groteskregular', Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 28px;
	color: #764896
	letter-spacing: 0;
	line-height: 32px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.single #primary{
	margin-top: 30px;
}

.single .dl-image,
.single .dl-text{
  display: block;
}

.trennlinie {
  background-color: #AD92C0;
  border: 0;
  height: 1px;
  margin: 50px 0;
  width: 100%;
  display: block;
}

.dl-text.color{
  padding: 30px 40px 10px 40px;
  margin-bottom: 30px;
  color: #764896;
  border-radius: 2px;
  border: 3px solid #764896;
  box-shadow: 5px 5px 0 #76489682;
}

.single .dl-image img{
  margin: 0 auto;
}

.single .dl-image p{
  font-size: 12px;
  text-align: center;
  width: 90%;
  margin: 10px auto 0;
}

.single .entry-title{
	font-weight: 300;
    font-size: 35px;
    line-height: 1.2;
    margin: 20px 0 20px;
}

.single h2{
  margin-bottom: 20px;
}

.single .entry-meta{
  margin-bottom: 20px;
}

.single .post-thumbnail img{
  margin: 0 auto;
}

.page h1{
    color: #764896;
    font-size: 3rem;
    margin-bottom: 50px;
    text-align: left;
}

.page h2{
  margin-bottom: 20px;
}

.page p{
  margin-bottom: 0;
}

.page .dl-text{
margin-bottom: 40px;
}

.post,
.page {
	margin: 0 ;
}

.post{
  border-bottom: 1px solid #AD92C0;
  padding-bottom: 35px;
}

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

.page-content,
.type-page .entry-content,
.entry-summary,
.archive .site-main {
	margin: 3em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.post .post-thumbnail{
	margin-bottom: 15px;
  display: block;
}

.loop-article .category-links{
  margin-top: 20px;
}

.loop-article .category-links a,
.single .category-links a{
  color: #764896;
  font-size: 12px;
  background: #EFE8F3;
  display: inline;
  padding: 2px 6px;
  text-transform: uppercase;
  border-radius: 5px;    
  margin-right: 5px;
  display: inline-block;
}

.loop-article .category-links a:hover,
.single .category-links a:hover{
  color: #fff;
  background: #764896;
}

.post a .entry-title{
	color: #000;
	line-height: 1.25;
  font-size: 21px;
	margin: 0;
  font-family: 'hk_groteskbold', Neue Helvetica, Helvetica, Arial, sans-serif;
}

.post a:hover .entry-title{
	color: #764896
}

.loop-article{
	margin-bottom: 40px;
}

.loop-article a{
  display: block;
  text-decoration: none;
  color: inherit;
}

.loop-article p{
  margin-bottom: 0;
}

.loop-article .entry-meta{
  font-size: 12px;
  text-transform: uppercase;
  color: #764896;
  margin-bottom: 15px;
}

.read-more{
  	text-transform: uppercase;
  	letter-spacing: 0.1em;
  	text-decoration: none;
    font-size: 12px;
    font-family: 'hk_groteskbold', Neue Helvetica, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #764896;
    margin-bottom: 28px;
}
.read-more:hover{
	text-decoration: underline;
}
.block{
	padding-top: 30px;
  	padding-bottom:20px;
}
.marginaltext{
    font-size: 12px;
    font-family: 'hk_groteskbold', Neue Helvetica, Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #764896;
    margin-bottom: 28px;
}

/*--------------------------------------------------------------
## Page Magazin
--------------------------------------------------------------*/

.page-magazin #content{
  overflow-x: visible;
}

.page-magazin .post-thumbnail img{
  width: 100%;
}

.last-magazine{
  padding: 50px 0;
  margin: 0 0 50px 0;
  background: #764896;
  position: relative;
}

.last-magazine p{
  font-size: 28px;
  margin-bottom: 50px;
}

.last-magazine *{
  color: #fff;
} 

.last-magazine h2{
  font-family: hk_groteskbold, sans-serif;
  margin-bottom: 50px;
}

.last-magazine button.primary{
  background: #fff;
  padding: 0;
}

.last-magazine button.primary a{
  padding: 20px;
  display: block;
  background: #764896;
  color: #fff;
  border: 1px solid #fff;
}

.last-magazine button.primary a:hover{
  background: #fff;
  color: #764896;
}

.last-magazine:before {
    content: '';
    position: absolute;
    width: 100vw;
    background: #764896;
    height: 100%;
    overflow: visible;
    margin-left: 0;
    margin-top: -50px;
    z-index: -1;
    left: calc( ( 1200px - 100vw )/2 - 8px );
}

/*--------------------------------------------------------------
## Page Kontaktadressen
--------------------------------------------------------------*/

#kontaktadressen-map{
  margin-bottom: 50px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: block;
  width: 20%;
  margin: 0 auto;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

.gallery-columns-3 .gallery-item {
	max-width: 33.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;
}


/*--------------------------------------------------------------
## ACF Content Parts
--------------------------------------------------------------*/
.dl-image-container{
  padding-bottom: 40px;
  padding-top: 10px;
}
.dl-gallery img{
  padding-bottom:15px;

}

/**
 * Search Form in header
 *
 */
/*
Search
 */
#site-navigation input[type="search"]{
  background: transparent;
  color:#fff;
  border: inherit;
  max-width: 170px;
  width: auto;
  border-bottom-color: inherit;
  border-bottom-style: inherit;
  border-bottom-width: inherit;
  border-bottom: 2px solid rgba(255,255,255, .8);
  -webkit-border-radius: 0px;border-radius: 0px;
}
#site-navigation input[type="search"]:active{
  color:#fff;
}
#site-navigation input[type="search"]::placeholder{
  color:rgba(255,255,255, .8);
}
#site-navigation input[type="search"]::hover::placeholder,
#site-navigation input[type="search"]::active::placeholder{
  color:#fff;
}

#site-navigation .search-toggle {
    float: right;
    width: 54px;
    height: 54px;
    padding: 12px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#site-navigation .search-toggle:hover,
#site-navigation .search-toggle.active {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

/*--------------------------------------------------------------
# 404 Seite
--------------------------------------------------------------*/
.error404 .page-title{
  padding-top:5%;
}
.error404 .page-content input[type="search"]{
  padding:15px;
}
.error404 .widget_categoriess h2{
  color:#000;
}
.error404 .widget_recent_entries ul,
.error404 .widget_categories ul{
  padding:0;
}

@media screen and (max-width: 600px) {
    .search-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
    }
}

/*--------------------------------------------------------------
## Header Search Bar
--------------------------------------------------------------*/
#site-navigation input[type="submit"].search-submit{
  background: transparent url('img/icon-search.svg') no-repeat left center;
  margin-left:-25px;
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
}
#site-navigation .search-field{

}
#site-navigation input[type="submit"].search-submit:active{
  position: relative;
  top: 1px;
  opacity: .7;
}
#site-navigation .search-form{
  display: inline-block;
  padding:5px 0;
}
#site-navigation .search-toggle {
    float: right;
    width: 54px;
    height: 54px;
    padding: 12px;
    margin-right: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#site-navigation .search-toggle:hover,
#site-navigation .search-toggle.active {
    background: #4d4d4d;
    background: hsl(0, 0%, 30%);
}

@media screen and (max-width: 600px) {
    .search-toggle {
        position: absolute;
        top: 0;
        right: 0;
        margin-right: 0;
    }
}

/*--------------------------------------------------------------
## Search Results Page
--------------------------------------------------------------*/

.search-results .entry-meta{
  position: relative;
  top:inherit;
  left:inherit;
}
.search-results .page-header{
  margin-top:30px;
}

.search-results .page-title{
  font-family: 'hk_groteskregular', Neue Helvetica, Helvetica, Arial, sans-serif;
  font-size: 30px;
  color: #764896;
}


/*--------------------------------------------------------------
## Termin Detail Seite
--------------------------------------------------------------*/
.eo-event-meta {
    margin-left: 0 !important;
    padding: 0;
}
.eo-venue-map{
  margin-bottom:30px;
}


/*--------------------------------------------------------------
## Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px){
    /* .block ACF Content parts*/
  .block{
    padding-bottom:60px;
    display: block;
  }
}
@media (min-width: 1300px){
	/* xl */
  .swiper-text h2 p{
    font-size: 1.2rem;
  }
}

@media (max-width: 1200px){
  .home-teaser:before,
  .last-magazine:before {
    left: -10px;
  }
}

@media (max-width: 960px) {
  .site-header .sm-wrap{
    display: flex;
    flex-flow: column;
  }
  .sm-wrap a{
    margin: 0 0 7px 0;
  }
  .dl-header-widget .menu li{
    display:block;
    text-align:right;
  }
  .dl-header-widget .menu li a{
    border-left: inherit;
  }
  .main-navigation a{
    font-size:14px;
  }

}

@media (max-width: 1024px) {
  /* lg */
  .main-navigation a{
  	font-size: 16px;
  }
}
@media (min-width:768px) and (max-width: 875px) {
  #site-navigation input[type="search"]{
    width: 120px;
  }
}

@media (max-width: 768px) {
  /* md */
  /*Header*/
  /*SocialMedia icons*/
  .dl-header-widget{
    top:-10px;
  }
  /*Suchbar*/
  #site-navigation .dl-wrapper{
    height:50px;
  }

  #site-navigation .search-form{
    padding: 7px 0 0 0;
  }
  #site-navigation .search-submit{
    padding:2px 14px;
  }
  /*Thementeaser*/
  .themen-teaser-item img{
	width: 100%;
  }
  .widget-area{
    width:100%;
  }
  .navigation-button {
    display: block;
  }
  #site-navigation #primary-menu{
  	display: none;
  }
  .hero-home{
    height: auto;
  }
  .home .swiper{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .swiper-slide {
	display: block;
  }
  .swiper-text{
  	margin-left: 0;
    position: relative;
    margin-top: -3%;
  }
  .swiper-slide:after{
  	display: none;
  }
  .swiper-text p{
  	margin-left: 0;
    margin-top: -4%;
    padding-top: 5%;
  }
  .swiper-text h2{
  	font-size: 35px;
	margin-left: -1%;
  }
  .swiper-text .rotate {
    transform: rotate(-3deg);
    width: 100%;
  }
  .loop-container .loop-article:nth-child(odd){
	padding-right: 8px;
  }
  .loop-container .loop-article:nth-child(even){
	padding-left: 8px;
  }
  .entry-meta {
    top: 0;
    right: 0;
    left: auto;
  }

}

@media (max-width: 667px) {
  /* sm */

  /* Footer */
  .site-footer .widget-title{
  	margin:35px 0 15px 0;
  }

  .home_teaser_big_image img{
    width: 100%;
    min-height: inherit;
    height: auto;
  }

}

@media (max-width: 375px) {
  #site-navigation input[type="search"]{
    width:150px;
  }
}
