/*
Theme Name: Landesfrauenrat Sachsen e.V.
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: pixit webdesign Dresden
Author URI: pixit-webdesign.de

*/
/* lato-100 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/lato-v14-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Lato Hairline'), local('Lato-Hairline'),
       url('fonts/lato-v14-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-100.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-100.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/lato-v14-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('fonts/lato-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
}

.expand{
	display:none
}

span.wpml-ls-native {
    color: #fff !important;
    margin: 0 15px 0 0;
}
.wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
    margin: 15px 0 0 0;
}

/* DEBUG */
/**:focus {*/
/*  box-shadow: 0 0 0 3px rgb(112, 34, 131) !important;*/
/*  background-color: rgba(112, 34, 131, 0.1) !important;*/
/*  outline: none !important;*/
/*}*/

:root {
  --primary-bg-color: #fff;
  --secondary-bg-color: #702283;
  --alt-bg-color: #000;
  --wrap-bg-color: #fbf9fc;

  --primary-text-color: #404040;
  --secondary-text-color: #702283;
  --headline-text-color: #252525;
  --submenu-text-color: #fff;
  --alt-text-color: #fff;
}

body.dark-mode {
  --primary-bg-color: #000;
  --secondary-bg-color: #702283;
  --alt-bg-color: #fff;
  --wrap-bg-color: #111;

  --primary-text-color: #f1f1f1;
  --secondary-text-color: hsl(288, 95%, 70%);
  --headline-text-color: #e1e1e1;
  --alt-text-color: #000;
  --wp--preset--gradient--blush-light-purple: #702283;
}


/*--------------------------------------------------------------
# Barrierefreiheit
--------------------------------------------------------------*/
.headeritem_wrap{
    align-items: center;
}

span.small_caps, span.big_caps, span.dark{
	cursor:pointer;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #404040;
    font-size: 14px;
    line-height: 18px;	
}

span.big_caps{
	font-size: 18px;
}

span.small_caps:hover, span.big_caps:hover, span.dark:hover{
	color:#702283;
}

.bf_controls .row {
  gap: 1em;
}

.bf_controls .icon-button,
button.menu_toggle {
  border: 0;
  appearance: none;
  color: inherit;
  background: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.25em 0.5em;
  transition: all 0.3s ease;
}

.button-label {
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 768px) {
  .button-label {
    display: none;
  }
}

.bf_controls button:hover,
button.menu_toggle:hover,
button.menu_toggle[aria-pressed="true"] {
  background-color: #702283;
  color: #fff;
}

.bf_controls button:focus-visible,
button.menu_toggle:focus-visible {
  outline: 2px dashed var(--secondary-bg-color) !important;
}

.bf_controls button svg,
button.menu_toggle svg {
  pointer-events: none;
  height: 1em;
  width: auto;
}

.bf_controls button svg path,
button.menu_toggle svg path{
  fill: currentColor;
}

.bf_controls .dark-mode button[aria-pressed="true"] svg.dark-mode {
  display: none;
}

.bf_controls .dark-mode button[aria-pressed="false"] svg.light-mode {
  display: none;
}

body.fontsize div#navigation_main {
    z-index: 9999;
    background: var(--primary-bg-color);
}

body.fontsize {
	font-size: 120% !Important;
	line-height: 120% !Important;

  --wp--preset--font-size--medium: 24px;
}

body.fontsize ul#mainmenu li ul.sub-menu li {
    width: auto;
}

body.contrast-mode {
  .icon_box_insert {
    background-color: black !important;
  }

  .icon_box_img {
    img {
      filter: saturate(0%) brightness(70%) contrast(1000%);
    }
  }

  .wp-block-table.is-style-stripes {
    border-bottom-color: transparent;
  }

  .wp-block-table {
    tr:nth-child(2n+1) {
      background-color: transparent;
    }

    tr:not(:last-child) td {
      border-bottom: 1px solid black;
    }
  }

  .wp-block-button {
    .has-blush-light-purple-gradient-background {
      --wp--preset--gradient--blush-light-purple: rgba(112, 34, 131, 0.8);
      color: white !important;
    }

    &:hover {
      .has-blush-light-purple-gradient-background {
        --wp--preset--gradient--blush-light-purple: #702283;
      }
    }
  }


  #sib-form {
    .entry__field {
      border-color: black;
    }

    .sib-form__declaration p {
      color: black !important;
    }

    a {
      color: #196793;
    }

    button[type="submit"] {
      background-color: rgba(112, 34, 131, 0.8) !important;
    }

    button[type="submit"]:hover {
      background-color: #702283 !important;
    }
  }
}

body.dark-mode {
  .wp-block-table {
    tr:nth-child(2n+1) {
      background-color: var(--wrap-bg-color);
    }

    tr:nth-child(2n) {
      background-color: var(--primary-bg-color);
    }
  }

  #sib-form {
    .entry__field {
      border-color: white;
      background-color: transparent;
    }

    .entry__field input {

    }

    .entry__label {
      color: var(--primary-text-color) !important;
    }

    .sib-form__declaration p {
      color: var(--primary-text-color) !important;
    }

    a {
      color: var(--secondary-text-color) !important;
    }

    button[type="submit"] {
      background-color: rgba(112, 34, 131, 0.8) !important;
    }

    button[type="submit"]:hover {
      background-color: #702283 !important;
    }
  }

  .has-blush-light-purple-gradient-background {
    color: var(--primary-text-color) !important;
  }

  .has-inline-color {
    color: var(--secondary-text-color) !important;
    background-color: transparent !important;
  }

  .event_info h3 {
    color: var(--secondary-text-color);
  }

  .event_info h3:hover {
    color: var(--primary-text-color);
  }

  .frauenwoche_page {
    section .large-links li a figure .image {
      height: auto;
      object-fit: cover;
    }

    .site-header {
      background-color: var(--primary-bg-color);
    }

    .uk-modal {
      background-color: rgba(0, 0, 0, 0.8);
    }

    .uk-modal-dialog {
      --hotpink: #b22482;

      background-color: var(--hotpink);
      border-color: var(--primary-bg-color);

      h3 {
        color: var(--primary-text-color);
      }

      p, span {
        color: var(--primary-text-color) !important;
      }

      .uk-close {
        color: var(--primary-bg-color) !important;
      }
    }

    .wrapper-subpage .main {
      .section-white {
        background-color: var(--primary-bg-color);
      }

      .section-light {
        background-color: var(--wrap-bg-color);
      }

      .section-lightblue:not(.downloads) {
        --primary-text-color: #404040;
        --headline-text-color: #252525;
      }

      .section-lightblue.downloads {
        background-color: var(--wrap-bg-color);

        a {
          color: var(--primary-text-color);
          padding-block: .25em;
          display: inline-block;
        }
      }
    }
  }
}

.frauenwoche_page {
  .bf_controls {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: var(--primary-text-color);

    button {
      line-height: 1.5;
    }
  }
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  clear: both;
  color: var(--headline-text-color);
  font-weight: 300;
  margin: 0;
}

body.contrast-mode {
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
  }

  img {
    filter: contrast(1.5);
  }

  .site-title img {
    filter: none;
  }
}

h1 {
  font-size: 2.5em;
  line-height: 1.4;
  padding-bottom: 0.875em;
}

h2 {
  font-size: 2.5em;
  line-height: 1.4;
  padding-bottom: 1em;
}

h3 {
  font-size: 1.125em;
  line-height: 1.1;
  padding-bottom: 0.4em;
  text-transform:uppercase;
}

h4 {
  font-size: 1em;
  line-height: 1.4;
}

h5 {
  font-size: 0.875em;
  line-height: 17.5px;
}

p, a, #primary li {
  font-family: 'Lato', sans-serif;
  font-weight: 400;  
  color: var(--primary-text-color);
  font-size: 0.875em;
  margin-bottom: 1em;
  display:block;
}

#primary li {   
  display:list-item !important;
  margin-bottom:5px;   
}

#primary ul {   
  margin-bottom:18px;  
}


a{
  color: var(--secondary-text-color);
  margin-bottom:0px;    
  display:inline;
 	transition: all .5s; 
}

a:hover{
  color: var(--primary-text-color);
  text-decoration:none
}


/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/

    @font-face {
      font-display: block;
      font-family: Roboto;
      src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
    }

    @font-face {
      font-display: fallback;
      font-family: Roboto;
      font-weight: 600;
      src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
    }

    @font-face {
      font-display: fallback;
      font-family: Roboto;
      font-weight: 700;
      src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
    }

    #sib-container input:-ms-input-placeholder {
      text-align: left;
      font-family: "Helvetica", sans-serif;
      color: #c0ccda;
    }

    #sib-container input::placeholder {
      text-align: left;
      font-family: "Helvetica", sans-serif;
      color: #c0ccda;
    }

    #sib-container textarea::placeholder {
      text-align: left;
      font-family: "Helvetica", sans-serif;
      color: #c0ccda;
    }

	.sib-form, div#sib-container, .sib-form-block{
		padding:0 !important;
	}	
	button.sib-form-block__button.sib-form-block__button-with-loader {
		cursor: pointer;
	}	
button.sib-form-block__button.sib-form-block__button-with-loader:hover {
    cursor: pointer;
	background-color: #404040 !important
}	


.nl_years_wrap {
    display: block;
    width: 100%;
    float: none;
	padding-right: 15px;
    padding-left: 15px;
	margin-bottom: 15px;
}
.nl_years{
    display: block;
    width: 100%;
    float: none;
	position:relative;
	background: #b18dc0;
	color:#fff;
	font-weight: bold;
    padding: 5px 10px;
}

body.contrast-mode,
body.dark-mode{
  .nl_years {
    background-color: var(--secondary-bg-color);
  }
}

.nl_years:hover{
    cursor:pointer;
}
span.plusminus {
    color: #fff;
    position: absolute;
    right: 10px;
    line-height: 34px;
    top: 0;
    font-weight: bold;
}

.nl_year_content{
	display:none;
	padding-top: 15px;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  color: var(--primary-text-color, #000);
  background: var(--primary-bg-color, #fff);
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  max-width: 100%;
}

div {
	display:block;
	box-sizing: border-box;
}

#gallery-1 img {
    border: none !important;
    padding: 10px !important;
}
/*--------------------------------------------------------------
# Container
--------------------------------------------------------------*/
div.logo{
	margin:0 0 45px 0;
	transition: all .5s;
}

div#content{
    padding-top: 236px;
}

div.content_wrap{
	margin:100px auto	
}
/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/

.container-fluid.banderole {
    padding: 45px 0;
    background-color: #702283;
	text-align:center;
}
.container-fluid.banderole h1{
    margin:0;
    padding:0;	
	font-size: 2.75em;
	line-height:45px;
	color:#fff;
	font-weight: 300;
}

body.contrast-mode {
  .container-fluid.banderole h1 {
    font-weight: 400;
  }
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/

.sidebar_widget {
    padding: 45px 40px;
    background-color: var(--wrap-bg-color);
    margin: 0 0 30px 0;
}

body.contrast-mode {
  .sidebar_widget {
    background-color: #fff;
    box-shadow: 0 0 0 1px #000;
  }

  .row.event_sidebar {
    border-color: rgba(64,64,64,1);
  }
}

span.sidebar_header {
    font-weight: 300;
    font-size: 1.5em;
    line-height: 28px;
    margin: 0 0 10px 0;
    display: block;
}

body.contrast-mode {
  span.sidebar_header {
    font-weight: 400;
  }
}

img.sidebar_image {
    margin: 0 0 25px 0;
}

.sidebar_widget form#mc4wp-form-1{
	padding:0
}

.sidebar_widget form#mc4wp-form-1 input[type="email"]{
    background-color: transparent;
    border: 1px solid rgba(64,64,64,0.3);
    padding: 10px;
	width: 100%;
	font-weight: 300;
    color: #404040;
	border-radius:0
}

.sidebar_widget form#mc4wp-form-1 input[type="email"]::-webkit-input-placeholder { color: #404040; }
.sidebar_widget form#mc4wp-form-1 input[type="email"]:-moz-placeholder           { color: #404040; }
.sidebar_widget form#mc4wp-form-1 input[type="email"]::-moz-placeholder          { color: #404040; }
.sidebar_widget form#mc4wp-form-1 input[type="email"]:-ms-input-placeholder      { color: #404040; }


.row.event_sidebar {
    padding: 15px 0;
	margin: 0;
}

.row.event_sidebar:not(:last-child) {
    border-bottom: 1px solid rgba(64,64,64,0.1);
}

.row.event_sidebar div.sidebar_img_wrap,.row.event_sidebar div.sidebar_text_wrap  {
    padding-left:0
}

.row.event_sidebar div.sidebar_text_wrap  {
    padding-right:0
}

span.sidebar_news_title {
    color: var(--primary-text-color);
    font-weight: 700;
    line-height: 20px;
    font-size: 0.875em;
    display: inline-block;
	transition: all .5s;
}

span.sidebar_news_title:hover {
    color: var(--secondary-text-color);
}

.sidebar_date_wrap.col-lg-12 {
    padding: 1em 0 0 0;
}

.sidebar_date_wrap.col-lg-12 p{
    font-size: 0.75em;
	margin: 0;
}

svg.svg-inline--fa.fa-facebook-square.fa-w-14.fan_target_sidebar {
    font-size: 30px;
}

.facebook p{
	margin:0
}

div.margin-top{
	margin:25px 0 0 0
}

.sidebar_widget ul {
    padding: 0;
}
li.cat-item {
    list-style-type: none;
    position: relative;
    padding: 0 0 10px 35px;
    margin: 0 0 10px 0;
    border-bottom: 0.5px solid rgba(37,37,37,0.1);
}

li.cat-item:before {
    content: "\f178";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 20px;
    transition: all .5s;
    color: var(--secondary-text-color);
}
li.cat-item:hover:before{
    color: var(--primary-text-color);
}	
/*--------------------------------------------------------------
# Maps
--------------------------------------------------------------*/
.acf-map {
	width: 100%;
	height: 300px;
	margin: 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.site-title {
  display: inline-block;

  svg {
    width: 100%;
    max-width: 280px;
    height: auto;
  }
}

.site-title:focus-visible {
  outline: 2px dashed var(--secondary-bg-color) !important;
}

body.contrast-mode .site-title path.st0 {
  stroke: #000;
  fill: #000;
}

body.dark-mode .site-title path.st0 {
  stroke: #fff;
  fill: #fff;
}

#mainmenu .dontdisplay{
	display:none;
}

header#masthead {
	padding-top: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	transition: all .5s;
}

ul#mainmenu:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

ul#mainmenu {
    padding: 0;
    margin-bottom: 0;	
}
ul#mainmenu li {
    margin: 0;
    position: relative;
    padding: 0 15px;
    width: auto;
    float: left;
    display: inline-block;	
}

ul#mainmenu li > a {
  color: var(--primary-text-color, #000);
  font-weight: 300;
  font-size: 1em;
  letter-spacing: 0.27px; 
}

body.contrast-mode {
  ul#mainmenu li > a {
    font-weight: 400;
  }
}

ul#mainmenu li a:hover,
ul#mainmenu li.current_page_parent a{
	color: var(--secondary-text-color);
}

ul#mainmenu li > a::after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #702283;
    transition: width .3s;
	border:none !Important;
	margin-top:9px;
}


ul#mainmenu li > a:hover::after,
ul#mainmenu li.current-menu-item > a:after,
ul#mainmenu li.current_page_parent a:after{
  width: 100%;
}

body.contrast-mode {
  #mainmenu {
    *,
    *:before,
    *:after {
      transition-duration: 0ms;
    }
  }
}

ul.sub-menu{
    display: none;
	max-height:0;
	position:absolute;
	z-index:10;	
    transition: max-height 0.3s ease-out;	
}

ul#mainmenu li.menu-item-has-children:hover ul.sub-menu{
	max-height:700px;
	transition: max-height 0.3s ease-in;
	display:block;
}

ul.sub-menu {
    padding: 0;
    list-style-type: none;
}

ul#mainmenu li ul.sub-menu li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid var(--primary-bg-color);
  padding: 10px 5px;
}

ul#mainmenu li ul.sub-menu li:last-child a {
  border: 0;
}

ul#mainmenu li ul.sub-menu li a::after{
	display:none
}

ul#mainmenu li ul.sub-menu li {
    /*width: 250px;*/
    background: #702283;	
	padding:0 10px;
  display: block;
  float: none;
}

ul#mainmenu li ul.sub-menu {
  li:hover,
  li:focus-within {
      background: var(--primary-bg-color);
  }

  li:hover a,
  li:focus-within a {
    color: var(--secondary-text-color);
  }
}

ul#mainmenu li ul.sub-menu li.current-menu-item  {
    background: var(--primary-bg-color);
}

ul#mainmenu li ul.sub-menu {
  li.current_page_item > a,
  li.current-menu-item > a {
    color: var(--secondary-text-color) !important;
  }
}

body.dark-mode {
  ul#mainmenu li ul.sub-menu {
    --secondary-text-color: #fff;
  }
}


ul#mainmenu li ul.sub-menu li.menu-item-has-children{
	position:relative;
}

ul#mainmenu li ul.sub-menu li.menu-item-has-children ul.sub-menu{
	position: absolute;
	max-height:0;
	height:auto;
    left: 100%;
    top: 0;
    z-index: 999;
	display:none;

  min-width: 150px;
}

ul#mainmenu li ul.sub-menu li.menu-item-has-children ul.sub-menu li a{
	color: var(--submenu-text-color);
}

ul#mainmenu li ul.sub-menu a{
  white-space: nowrap;
}

ul#mainmenu li ul.sub-menu li.menu-item-has-children ul.sub-menu li:hover a{
	color: var(--secondary-text-color) !important;
}

ul#mainmenu li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu{
	max-height:700px;
	display:block;
}
/* Sticky */

#masthead.fixed-header {
    padding-top: 10px;
    position: fixed;
    top: var(--wp-admin--admin-bar--height, 0px);
    z-index: 20;
    width: 100%;
    background-color: var(--primary-bg-color);
    box-shadow: 0 0 20px rgba(65,65,65,0.5);
}

#masthead.fixed-header div.logo {
    margin: 0px 0 15px 0;
    display: inline-block;
    width: auto;
    float: left;
}

#masthead.fixed-header div.logo img {
    height: auto;
    max-width: 120px;
}

#masthead.fixed-header ul#mainmenu li {
    margin: 0;
    position: relative;
    padding: 0 10px;
}

#masthead.fixed-header ul#mainmenu  {
    padding-top: 5.5px;
}

/* Keyboard Focus */
#mainmenu .menu-item a:focus-visible {
  outline: 0;
}

#mainmenu .menu-item:focus-within .sub-menu {
  display: block;
}

#mainmenu .sub-menu .menu-item:focus-within .sub-menu {
  display: block;
}

#mainmenu .sub-menu > .menu-item:focus-within {
  border-color: var(--primary-bg-color);
}

#mainmenu .sub-menu > .menu-item:focus-within > a {
  color: var(--secondary-text-color) !important;
}

#mainmenu > .menu-item > a:focus-visible::before {
  border-radius: 0;
  content: "";
  position: absolute;
  border: .2rem dashed purple;
  inset: -.6rem;
  bottom: calc(15px - .6rem);
  z-index: 850;
}

body.contrast #mainmenu > .menu-item > a:focus-visible::before {
  border-color: var(--primary-bg-color);
}

/*--------------------------------------------------------------
# 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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Flex Content
--------------------------------------------------------------*/

div.normal_space{
	padding:100px 15px
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slide {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.slide > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  inset: 0;
}

.slide_content_wrap{
    position: relative;
    display: block;
    height: 100%;
}

.slide_content {
  --font-color: #000;
    position: absolute;
    right: 0;
    max-width: 50%;
    text-align: right;
    top: 40%;
    padding: 25px;
    color: var(--font-color);
}

body.contrast-mode .slide_content:has(span.headline) {
  box-shadow: 0 0 0 1px black;
}

body.contrast-mode .slide_content.dark {
  --font-color: #000;
}

.slide_content.dark {
  --font-color: #fff;
}

div.slide_content span.headline {
    color: var(--font-color);
    font-size: 2.875em;
    font-weight: 300;
    line-height: 50px;
    margin: 0 0 20px 0;
    display: inline-block;
}

div.slide_content:has( span.headline ) {
  background-color: rgba( 255, 255, 255, 0.2 );
  backdrop-filter: blur(10px);
}

body.contrast-mode div.slide_content:has( span.headline ) {
  background-color: #fff;
}

body.contrast div.slide_content:has( span.headline ) {
  background-color: rgba( 0, 0, 0, 0.7 );
}

div.slide_content p {
    color: var(--font-color);
	font-size: 1.125em;
    line-height: 1.2;
}

div.slide_content a.link {
    color: #fff;
    background: -webkit-linear-gradient(50deg, #702283 0%, #8c509d 75%);
    background: -moz-linear-gradient(50deg, #702283 0%, #8c509d 75%);
    background: -o-linear-gradient(50deg, #702283 0%, #8c509d 75%);
    background: linear-gradient(50deg, #702283 0%, #8c509d 75%);
    display: inline-block;
    width: 230px;
  padding-block: 1em;
    margin-right: -10px;
    font-size: 1.25em;
    font-weight: 300;
    text-align: center;
    -webkit-box-shadow: 18px 21px 19px -21px rgba(0,0,0,0.5);
    -moz-box-shadow: 18px 21px 19px -21px rgba(0,0,0,0.5);
    box-shadow: 18px 21px 19px -21px rgba(0,0,0,0.5);
    -webkit-transition: background 0.5s ease-out;
    -moz-transition: background 0.5s ease-out;
    -o-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;

}
div.slide_content a.link:hover{
    background-position:230px;
}

div.slider a.slick_nav_button {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    z-index: 2;
	cursor:pointer;
    transition: all 0.3s ease-out;
    background-color: rgb(112, 34, 131);
}

div.slider a.slick_nav_button.next{
    right:0
}
div.slider a.slick_nav_button.prev{
    left:0
}

div.slider a.slick_nav_button:hover {
    background: #fff;
    width: 100px;
    transition: width 0.3s ease-in;
}

body.contrast-mode {
  div.slider a.slick_nav_button:hover {
    box-shadow: 0 0 0 1px #702283;
  }
}

div.slider a.slick_nav_button:hover svg {
    color: #702283;
}

ul.slick-dots {
    width: 100%;
    position: absolute;
    bottom: 30px;
    padding: 0;
    text-align: center;
    list-style-type: none;
    margin: 0;
}
ul.slick-dots li{
	display:inline-block;
	margin:0 15px 0 0
}
ul.slick-dots li:last-of-type {
    margin: 0;
}
ul.slick-dots li.slick-active button {
    width: 130px;
    height: 15px;
    background: #b18dc0;
    border: none;
    font-size: 0;
}

body.contrast-mode,
body.dark-mode {
  ul.slick-dots li.slick-active button,
  ul.slick-dots li button:hover {
    background-color: var(--secondary-bg-color);
  }

  ul.slick-dots li button {
    box-shadow: 0 0 0 1px var(--secondary-bg-color);
  }
}

ul.slick-dots li button {
    width: 130px;
    height: 15px;
    background: var(--primary-bg-color);
    border: none;
    font-size: 0;
	cursor:pointer;
}

ul.slick-dots li button:hover {
    background: #b18dc0;
}

/*--------------------------------------------------------------
# Text
--------------------------------------------------------------*/
div.two_column{
    column-count: 2;
    column-gap: 50px;
}

div.three_column{
    column-count: 3;
    column-gap: 50px;
}

/*--------------------------------------------------------------
# Veranstaltungen (Teaser)
--------------------------------------------------------------*/

div.content_slide_wrap {
	padding:0 20px;
	position:relative;
}

.content_slide {
    padding: 0 20px;
}
div.bg_wrap{
	background-color: var(--wrap-bg-color);

  iframe {
    display: block;
  }
}

body.contrast-mode div.bg_wrap {
  background-color: #fff;
  box-shadow: 0 0 0 1px black;
}

div.bg_wrap .normal_space{
	padding:50px 0
}
div.text-align-right{
	text-align:right
}
.img_wrap {
    width: 100%;
    height: 150px;
    overflow: hidden;
	position:relative;
}
.event_image {
    width: 100%;
    height: 100%;
    /*background-position: center center;*/
    /*background-size: cover;*/
	transition: all .5s;
}

.quicklink-image {
  height: 190px;
}

.event_image img,
.quicklink-image img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.img_wrap:hover .event_image,
.img_wrap:focus .event_image,
.trans_wrap:hover .event_image {
  transform: scale(1.2);
}


.event_date {
    background-color: #702283;
    text-align: center;
    padding: 5px 0;
}

.event_date p{
    color: #fff;
	padding:0;
	margin:0;
    font-weight: 300;
}

body.contrast-mode {
  .event_date p,
  .post_date p {
    font-weight: 400;
  }
}

.event_content h3 {
    font-weight: 300;
    margin: 10px 0;
    padding: 0;
    font-size: 1.25em;
}

.event_content h3:hover {
    color: var(--secondary-text-color);
}

a.single_more{
    color: var(--primary-text-color);
	position:relative;
	padding: 0;
}

a.single_more:hover, a.single_more:hover:before{
    color: var(--secondary-text-color);
}

a.single_more:before {
  content: "\f178";
  font-family: FontAwesome;
  color: var(--primary-text-color);
  display: inline-block;
  margin:0;
  margin-right: .5em;
  font-size: 1em;
  transition: all .5s;
}

a.slick_content_nav_button {
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0;
	z-index:4;
	cursor:pointer;
}

a.slick_content_nav_button svg {
  pointer-events: none;
}



a.slick_content_nav_button.next {
    right: 0;
	left:auto;
}

a.slick-disabled {
  display: none !important;
}

.slick-slider {
    z-index: 9;
}
a.more_info {
    font-weight: 600;
}

a.more_info:after {
    content: "\f177";
    font-family: FontAwesome;
    color: var(--secondary-text-color);
    display: inline-block;
    margin:0;
  margin-left: .5em;
  font-size: 1em;
 	transition: all .5s;
}

a.more_info:hover:after {
  color: var(--primary-text-color);
}
.vertical-align {
    display: flex;
    align-items: center;
	min-height: 100%;
}


/*--------------------------------------------------------------
# Aktuelle News (Teaser)
--------------------------------------------------------------*/
.news_slide {
    padding: 0 20px;
}

.text-align-left a.more_info {
    font-weight: 600;
	position:relative;
	padding:0 0 0 35px;
}
.text-align-left a.more_info:after{
	display:none
}
.text-align-left a.more_info:before{
    content: "\f178";
    font-family: FontAwesome;
    color: #702283;
    display: inline-block;
    margin:0;
	position:absolute;
	top:1px;
	left:0;
	font-size:20px;
 	transition: all .5s;
}
.text-align-left a.more_info:hover:before{
    color:#404040
}
.news_teaser_content {
    padding: 5px 20px;
}

.post_date {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    background-color: #702284;
    padding: 5px 10px;
}

.post_date p {
    color: #fff;
    margin: 0;
    font-weight: 300;
}

/*--------------------------------------------------------------
# Newsletter
--------------------------------------------------------------*/
div.stoerer{
	background-color:#702283;
	padding:80px;
}

div.bg_form{
	position:relative;
	padding: 0;
}

div.bg_form:before{
	content:"\f003";
	font-family: FontAwesome;
	color:transparent;
	-webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: rgba(255,255,255,0.1);
	z-index:1;
	line-height:500px;
	font-size:500px;
	position:absolute;
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
    top: -165px;
    left: 80px;
}
div.bg_form h2 {
    color: #fff;
    font-size: 39px;
    letter-spacing: 2px;
}

div.bg_form p {
    color: #fff;
}


form#mc4wp-form-1 {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
	padding: 5px 0 0 25px;
}

form#mc4wp-form-1 p{
    display: block;
}

form#mc4wp-form-1 input[type="email"], .form input[type="text"], .form input[type="email"], textarea.form-control, textarea.form-control:focus {
    background-color: transparent;
    border: 0;
    padding: 10px;
	width: 100%;
	font-weight: 300;
    color: white;
	border-radius:0;
  font-size: 1em;

  outline: 1px solid rgba(255,255,255,0.2);
}

.form-control:focus {
  box-shadow: 0 0 0 2px rgba(255,255,255,1);
}

body.contrast-mode {
  form#mc4wp-form-1 input[type="email"], .form input[type="text"], .form input[type="email"], textarea.form-control, textarea.form-control:focus {
    border: 1px solid rgba(255,255,255,1);
    font-weight: 400;
  }
}

body.contrast-mode {

}

form#mc4wp-form-1 input[type="email"]::-webkit-input-placeholder { color: white; }
form#mc4wp-form-1 input[type="email"]:-moz-placeholder           { color: white; }
form#mc4wp-form-1 input[type="email"]::-moz-placeholder          { color: white; }
form#mc4wp-form-1 input[type="email"]:-ms-input-placeholder      { color: white; }

.form ::-webkit-input-placeholder { color: white; }
.form :-moz-placeholder           { color: white; }
.form ::-moz-placeholder          { color: white; }
.form :-ms-input-placeholder      { color: white; }

form#mc4wp-form-1 [type=submit], .form [type=submit] {
    background-color: #b18dc0;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    padding: 0.75em 2em;
	cursor:pointer;
 	transition: all .5s;
}

form#mc4wp-form-1 [type=submit]:hover, .form [type=submit]:hover{
    background-color: #404040;
}

/*--------------------------------------------------------------
# Facebook
--------------------------------------------------------------*/
div.stoerer{
	background-color:#702283;
	padding:80px;
}
div.text-align-center{
	text-align:center;
	margin:0 auto
}
div.bg_fb{
	position:relative;
	padding: 0;
}

div.bg_fb:before{
	content:"\f082";
	font-family: FontAwesome;
	color:transparent;
	-webkit-text-stroke-width: 0.5px;
   -webkit-text-stroke-color: rgba(255,255,255,0.1);
	z-index:1;
	line-height:500px;
	font-size:500px;
	position:absolute;
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
    top: -165px;
    left: 80px;
}

div.bg_fb h2 {
    color: #fff;
    font-size: 39px;
    letter-spacing: 2px;
}

div.bg_fb p {
    color: #fff;
}


a.submit_extern {
    background-color: #b18dc0;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 1em;
    padding: 0.625em 2em;
	cursor:pointer;
 	transition: all .5s;
}

body.contrast-mode {
  a.submit_extern {
    background-color: rgba(112, 34, 131, 0.8);
  }

  a.submit_extern:hover {
    background-color: var(--secondary-bg-color);
  }
}

body.dark-mode {
  a.submit_extern {
    background-color: rgba(112, 34, 131, 0.8);
  }

  a.submit_extern:hover {
    background-color: var(--secondary-bg-color);
  }
}

a.submit_extern:hover{
    background-color: #404040;
}

a.submit_extern.fb_flex {
    padding: 10px 30px 10px 30px;
}

a.submit_extern.fb_flex svg.svg-inline--fa.fa-facebook-f.fa-w-9{
    margin: 0 15px 0 0;
	color:#fff
}

/*--------------------------------------------------------------
# Störer - Allgemein
--------------------------------------------------------------*/

div.bg_nm{
	position:relative;
	padding: 0;
}

div.bg_nm h2 {
    color: #fff;
    font-size: 39px;
    letter-spacing: 2px;
}

div.bg_nm p {
    color: #fff;
}

svg.svg-inline--fa {
    margin: 0 15px 0 0;
}

/*--------------------------------------------------------------
# Icon Boxes
--------------------------------------------------------------*/
.icon_box_content {
    min-height: 100px;
}


.icon_box_insert {
    text-align: center;
    padding: 30px 0 20px 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.icon_box_content span {
    font-weight: 300;
    font-size: 1.625em;
    line-height: 1.1;
    color: #fff;
    margin: 15px 0 0 0;
    display: inline-block;
}
.icon_box_img img{
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


.icon_box:hover .icon_box_insert {
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
/*--------------------------------------------------------------
# Kontakt
--------------------------------------------------------------*/

div#contact {
    position: relative;
	margin-bottom: 100px;
}



div.adress_wrap{
	position:absolute;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 100%;
}
.container.adress_wrap h2 {
    font-size: 1.375em;
    line-height: 1;
    margin: 0 0 10px 0;
    padding: 0;
}

.adress_wrap .social-links {
  margin-bottom: 1em;
}

#slidetoggle{
	color: var(--secondary-text-color);
	cursor: pointer;
  font-size: 1.25em;
}
#slidetoggle:hover{
	color: var(--primary-text-color);
}
div#contactform {
    margin-top: -100px;
    padding: 50px 0;
    position: relative;
    background-color: var(--secondary-bg-color);
}

div#contactform label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

span.header {
    text-align: center;
    display: block;
    font-weight: 300;
    font-size: 2.25em;
  line-height: 1.1;
    margin: 0 0 .75em 0;
    color: #fff;
}

body.contrast-mode {
  span.header {
    font-weight: 400;
  }
}

.form textarea.form-control{
	margin:25px 0 0 0
}

.form span.wpcf7-list-item{
	margin:0
}
.form span.wpcf7-list-item label, .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok{
    color: #fff;
}


.form [type=submit]{
	margin:25px 0 0 0;
}

.close_form {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor:pointer;
  appearance: none;
  background: none;
  border: 0;

  svg {
    width: 40px;
    height: 40px;

    path {
      fill: rgba(255,255,255,0.2);
    }
  }

  &:hover,
  &:focus-within {
    path {
      fill: rgba(255,255,255,1) !important;
    }
  }
}

body.contrast-mode {
  .close_form path {
    fill: rgba( 255,255,255,0.8 );
  }

  .wpcf7-submit {
    background-color: white;
    color: #672a7f;
    transition-duration: 0ms;

    &:hover,
    &:focus-within {
      background-color: #672a7f;
      color: white;
      box-shadow: 0 0 0 2px white;
    }
  }
}

body.dark-mode {
  .wpcf7-submit {
    background-color: white;
    color: #672a7f;
    transition-duration: 0ms;

    &:hover,
    &:focus-within {
      background-color: #672a7f;
      color: white;
      box-shadow: 0 0 0 2px white;
    }
  }
}


span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.form-control {
    background: transparent;
    color: #fff;
    border: none;
    font-size: 12px;
	margin:25px 0 0 0
}

.wpcf7-response-output {
  color: #ffb900;
}

form span.wpcf7-not-valid-tip {
  color: #ffb900 !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: 2px solid #fff;
    color: #fff;
    margin: 10px 0;
    text-align: center;
}

span.wpcf7-form-control.wpcf7-acceptance a {
    color: #fff;
    text-decoration: underline;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-widget a.nav-link{
    padding: 0;
    color: var(--primary-text-color);
    font-weight: 300;
    font-size: 1.125em;
    margin: 0 0 1em 0;

  &:hover {
    color: var(--secondary-text-color);
  }
}

section#text-2 a {
  background-color: #fff;
  display: inline-block;
}

section#text-2 img {
  margin: 0;
  display: block;
}


input.search-submit.btn.btn-default {
    position: relative;
}
form.search-form label {
    width: 100%;
}

form.search-form {
    position: relative;
}

input.search-field.form-control {
    display: inline-block;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(153,153,153,0.5);
    border-radius: 0;
}

button.search_botton {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
	cursor:pointer
}

svg.svg-inline--fa.fa-search.fa-w-16{
	color:rgba(153,153,153,0.5);
}

svg.svg-inline--fa.fa-facebook-square.fa-w-14 {
    color: rgba(153,153,153,0.5);
    font-size: 25px;
    margin: 0;
    display: inline-block;
}
svg.svg-inline--fa.fa-facebook-square.fa-w-14:hover {
    color: rgba(112,34,131,1);
}
section#custom_html-2 p {
    color: rgba(153,153,153,0.5);
    line-height: 25px;
    margin: 0 15px 0 0;
    display: inline-block;
	float:left;
}

body.contrast-mode,
body.dark-mode{
  #footer-widget a.nav-link {
    font-weight: 400;
  }

  svg.svg-inline--fa.fa-facebook-square {
    color: rgba(112,34,131,0.8);
  }

  section#custom_html-2 p {
    color: var(--primary-text-color);
  }
}

section#custom_html-2 a {
	float:left;
}

section#custom_html-2 {
    margin: 25px 0 0 0;
}

#footer-widget {
  align-items: center;

  .social-links {
    --_icon-size: 3em;
  }
}

.social-links {
  display: flex;
  gap: .5em;
  justify-content: end;
  align-items: center;

  p {
    margin: 0;
  }

  svg {
    display: block;
    width: var(--_icon-size, 2em);
    height: var(--_icon-size, 2em);
    color: var(--_icon-color, var(--primary-text-color));

    &.facebook {
      --_icon-color: #3b5998;
    }

    &.instagram {
      --_icon-color: #dd2a7b;
    }

    &.linkedin {
      --_icon-color: #0a66c2;
    }

    body.dark-mode & {
      --_icon-color: var(--primary-text-color);
    }
  }

  a:hover,
  a:focus-visible {
    svg {
      --_icon-color: var(--secondary-text-color);
    }
  }
}

@media (max-width: 768px) {
  #footer-widget {
    .widget {
      text-align: center;
    }

    .social-links {
      justify-content: center;
    }
  }
}
/*--------------------------------------------------------------
# Mitglieder (Übersicht)
--------------------------------------------------------------*/
.filter_controls, .sort_controls{
	margin-bottom:50px
}

 .sort_controls {
    text-align: right;
}


.filter_controls button, .sort_controls button {
    background-color: transparent;
    border: none;
    color: var(--primary-text-color);
    font-weight: 500;
	cursor:pointer;
	padding:5px 12px;
	margin: 0 ;
	transition: all 1s ease;
}

body.contrast-mode {
  .filter_controls button, .sort_controls button {
    transition-duration: 0ms;
  }
}

.filter_controls button:last-of-type, .sort_controls button:last-of-type {
	margin: 0;
}


.filter_controls button:hover, .sort_controls button:hover, button.control.mixitup-control-active{
	background-color: #702283;
	color:#fff;
}

.col-lg-3.mix {
    margin: 0 0 25px 0;
    position: relative;
}

.col-lg-3.mix a{
    display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:3
}
.ex_logo_wrap {
    width: 100%;
    height: 160px;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0;
	border:0.5px solid rgba(64,64,64,0.2);
	display: flex;
	align-items: center;
    position: relative;
}

.ex_logo_wrap img{
  max-width: 75%;
  margin:0 auto;
  width: 75%;
  height: 75%;
  object-fit: contain;
}

	.ex_logo_wrap:before {
      content:"";
      width: 0;
      top:0;
      left:0;
      height: 100%;
      background: rgba(64,64,64,0.9);
      border:0px solid rgba(64,64,64,0.9);
      position:absolute;
      z-index:1;
      transition: all 1s ease;
	}

    body.contrast-mode {
      .ex_logo_wrap:before {
        background: rgba(0, 0, 0, 0.9);
        transition-duration: 0ms;
      }

      .ex_logo_wrap:after {
        transition-duration: 0ms;
        transition-delay: 0ms !important;
        border: none;
      }

      .ex_title_wrap {
        background-color: #fff;
      }
    }

	.ex_logo_wrap:after {
		content: "mehr Informationen";
		width: 120px;
		height: auto;
		background: transparent;
		border: 0.5px solid rgba(255,255,255,0.2);
		color: #fff;
		position: absolute;
		z-index: 2;
		text-align: center;
		padding: 40px 0;
		margin: 0 auto;
		left: 50%;
		margin-left: -60px;
		top: 50%;
		margin-top: -64.5px;
		font-size:16px;
		font-weight:300;
		opacity:0;
		transition: all 1s ease;
		transition-delay: 0s;
	}
	.col-lg-3.mix:hover .ex_logo_wrap:before{
	  width:100%;
	  border: 0.5px solid rgba(64,64,64,0.9);
	}

	.col-lg-3.mix:hover .ex_logo_wrap:after{
		opacity:1;
		transition-delay: 1s;
	}


.ex_title_wrap {
  background-color: var(--wrap-bg-color);
  padding:12px;
  min-height:96px;
  hyphens: auto;
}


.ex_title_wrap h2 {
    font-size: 0.875em;
    line-height: 1.2;
    font-weight: 500;
	margin:0;
	padding:0
}

/*--------------------------------------------------------------
# Mitglieder (Single)
--------------------------------------------------------------*/


.row.info_divide {
    padding: 25px;
    background-color: #fbf9fc;
    border-right: 1px solid rgba(66,66,66,0.1);
    margin: 15px 0;
}

	.row.info_divide:nth-child(3){
    border-right: none;
	}
.row.info_divide p {
    margin: 0;
white-space: nowrap;
   overflow: hidden;
   width: 100%;
   text-overflow: ellipsis;
}

.row.info_divide a {
	color:#404040
}

.row.info_divide a:hover {
	color:#702283
}

span.info_single {
    display: block;
    width: 100%;
    font-weight: 500;
    margin: 0;
}

div.img_center{
	text-align:center
}

.row.content_single_mitglied {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 0.5px solid rgba(37,37,37,0.1);
}
/*--------------------------------------------------------------
# Veranstaltungen (Übersicht)
--------------------------------------------------------------*/

.event_overview {
    padding: 16px 0;
    border-bottom: 0.5px solid rgba(37,37,37,0.1);
}

h2.month_sep {
    font-weight: 700;
    color: var(--headline-text-color);
    font-size: 1.5em;
    line-height: 1;
    margin-block: 1em;
    padding: 0;
}

h3.overview {
  font-weight: 300;
  font-size: 1.375em;
  line-height: 1.2;
  padding: 0;
  margin: 0;
  margin-bottom: 0.25em;
  transition: all .5s;
}

h3.overview:hover {
    color: var(--secondary-text-color);
}

.trans_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*--------------------------------------------------------------
# Veranstaltungen (Einzelseite)
--------------------------------------------------------------*/

.row.meta_icon {
    background: var(--wrap-bg-color);
    padding: 10px 15px;
    margin: 10px 0;
}

body.contrast-mode {
  .row.meta_icon {
    background-color: #fff;
    box-shadow: 0 0 0 1px black;

    .col-lg-8 {
      border-right-color: rgba(66,66,66,1);
    }
  }
}

.row.meta_icon a{
	color: #404040;
}

.row.meta_icon a:hover{
	color: #702283;
}

.row.meta_icon p{
    margin: 0;
}

.row.meta_icon .col-lg-8 {
    border-right: 1px solid rgba(66,66,66,0.1);
}

.row.meta_icon .col-lg-4:last-of-type .col-lg-8{
    border-right: none;
}
.row.meta_icon .col-lg-6:last-of-type .col-lg-8{
    border-right: none;
}
.row.meta_icon .svg-inline--fa {
    font-size: 20px;
}
.row.content_single {
    margin-top: 50px;
}
.post-thumbnail {
    text-align: center;
    margin: 0 0 15px 0;
}
a.res_link {
    display: block;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #702283;
    margin: 0 0 25px 0;
}

a.res_link:hover {
    background-color: #404040;
}

a.res_link svg.svg-inline--fa {
    margin: 0 5px 0 0;
    font-size: 16px;
}

.form_event div{
		margin:0 0 25px 0
}
.form_event input[type="text"], .form_event input[type="email"], .form_event input[type="select"]  {
    background-color: transparent;
    border: 1px solid rgba(66,66,66,0.3);
    padding: 10px !Important;
	width: 100%;
	color: #404040;
    font-size: 14px;
    line-height: 18px;
	border-radius:0;
}

.form_event input[type="text"]::placeholder, .form_event input[type="email"]::placeholder, .form_event input[type="select"]::placeholder{
	color: #404040;
	opacity: 1;
}
.form_event input[type="text"]:-ms-input-placeholder, .form_event input[type="email"]:-ms-input-placeholder, .form_event input[type="select"]:-ms-input-placeholder{
	color: #404040;
}

.form_event input[type="text"]::-ms-input-placeholder, .form_event input[type="email"]::-ms-input-placeholder, .form_event input[type="select"]::-ms-input-placeholder{
	color: #404040;
}


.form_event input[type="text"]{
    padding: .375rem .75rem;
}
.form_event ::-webkit-input-placeholder { color: rgba(66,66,66,0.6); }
.form_event :-moz-placeholder          { color: rgba(66,66,66,0.6); }
.form_event ::-moz-placeholder          { color: rgba(66,66,66,0.6); }
.form_event :-ms-input-placeholder      { color: rgba(66,66,66,0.6); }

.form-control, .form-control:focus, .form-control:active {
    color: rgba(66,66,66,0.6);
}

.form_event .btn{
    float: right;
}

span.resev_label {
    color: rgba(66,66,66,0.6);
    width: 45%;
    float: left;
    line-height: 38px;
}

span.wpcf7-form-control-wrap.menu-869 {
    float: right;
    width:53%;
}

.form_event span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.wpcf7-exclusive-checkbox.form-control {
    padding: 0;
    margin: 0;
    color: rgba(66,66,66,0.6);
}

.form_event [type=submit] {
    background-color: #b18dc0;
    border: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 30px;
	cursor:pointer;
 	transition: all .5s;
}

.form_event [type=submit]:hover{
    background-color: #404040;
}

.header_event_wrap {
    position: relative;
    margin: 50px auto 25px !important;
    text-align: center;
}

span.header_event {
    display: inline-block;
    text-align: center;
    padding:0 25px;
    font-weight: 500;
    font-size: 16px;
	position:absolute;
	z-index:3;
	top:0;
	left:50%;
	margin-left:-80px;
    background: #fff;
}

span.header_event_after {
    content:"";
	height:1px;
	width:100%;
	background: rgba(66,66,66,0.2);
	position:absolute;
	z-index:2;
	top:11.5px;
	left:0;
}

.col-lg-12.social_share {
    margin: 50px 0;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background-color: #398f14;
    text-align: center;
    font-weight: 500;
}

/* ---------------------------------------------

Form Ausschreibung

----------------------------------------------*/
.form_event.ausschreibung_engagement div{
	width:100%;
}

.form_event.ausschreibung_engagement .header_event{
	margin-left: -196px;
}
.form_event.ausschreibung_engagement div.row{
    margin-right: -15px;
    margin-left: -15px;
}

.form_event.ausschreibung_engagement div{
	margin-bottom:0;
}
.row.auswahl {
    display: flex;
    align-items: center;
}

.bullet p{
	margin:0;
}


.bullet label{
	margin:0;
}

.bullet span.wpcf7-list-item.first {
    margin-right: 25px;
}

.form_event.ausschreibung_engagement div.row.upload{
	margin: 25px 0
}
/* ---------------------------------------------

Form Frauenkonferenz

----------------------------------------------*/
span#checkbox_frauenwoche {
    padding: 0;
    margin: 0;
    border: none;
}

span#checkbox_frauenwoche span.wpcf7-list-item{
	margin: 0;
}

.group_wrap {
    width: 100%;
	margin:0 !important
}

.group_wrap div:first-of-type {
    width: 100%;
}

span.pretext{
	padding:0
}

.row.fliestext input {
    width: 200px;
    margin: -10px 25px 0 25px;
}

div.daten .col-lg-6{
	margin:0 0 25px 0
}
/*--------------------------------------------------------------
# Form Event
--------------------------------------------------------------*/
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

span#anmeldung span.wpcf7-list-item, span.wpcf7-form-control-wrap.acceptance-41 span.wpcf7-list-item {
	margin: 0 0 10px 15px;
    display: block;
    width: 100%;
}
span#anmeldung span.wpcf7-list-item label, span.wpcf7-form-control-wrap.acceptance-41 span.wpcf7-list-item label {
    display: block;
    width: 100%;
}
span#anmeldung .wpcf7-list-item-label, span.wpcf7-form-control-wrap.acceptance-41 .wpcf7-list-item-label{
	color: #404040;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 18px;
	display:block;
	float:right;
	width:97%
}
span#anmeldung input, span.wpcf7-form-control-wrap.acceptance-41 input{
	float:left;
	margin: 3px 0 0 0;
}

span#anmeldung span.wpcf7-list-item label:after, span.wpcf7-form-control-wrap.acceptance-41 span.wpcf7-list-item label:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
/*--------------------------------------------------------------
# News (Übersicht)
--------------------------------------------------------------*/
	button.menu_toggle {
		display: none;
	}

nav.navigation.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin: 25px 0 0 0;
}


h2.screen-reader-text{
	display:none !Important
}

a.page-numbers, span.page-numbers.current {
    font-size: 14px;
  padding: 0.5em;
}


/*--------------------------------------------------------------
# Vorstand
--------------------------------------------------------------*/
.persone_image_wrap {
    width: 100%;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 10px;
    border: 0.5px solid rgba(64,64,64,0.2);
    display: flex;
    align-items: center;
    position: relative;
}

body.dark-mode {
  .persone_image_wrap {
    border-color: rgba(190,190,190,0.4);
  }
}

body.contrast-mode {
  .persone_image_wrap {
    border-color: rgba(64,64,64,1)
  }
}

.persone_image_wrap img{
    width: 100%;
   height:auto;
}


.col-lg-6.persona_single {
    margin-bottom: 50px;
}

.col-lg-6.persona_single h2{
    font-size: 1.375em;
    line-height: 1.2;
	padding-bottom: 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 Query
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
		header#masthead {
			padding-top: 40px;
		}
		div.logo {
			margin: 0 0 30px 0;
			transition: all .5s;
		}
		div.logo img {
			width:180px
		}
		.slide_content {
			position: absolute;
			right: 75px;
			width: 50%;
			text-align: right;
			top: 30%;
		}
		div.slide_content a.link {
			margin-right: 0;
		}
		div#navigation {
			width: 100%;
		}
		ul#mainmenu li {
			padding: 0 10px;
		}
		ul#mainmenu li > a {
			font-size: 14px;
		}
		div#content {
			padding-top: 172px;
		}
		div.slider a.slick_nav_button:hover {
			width: 80px;
		}
	#masthead.fixed-header div.logo img {
		height: auto;
		max-width: 110px;
	}
	#masthead.fixed-header ul#mainmenu li {
			padding: 0 7px;
		}

	#masthead.fixed-header ul#mainmenu li > a {
		font-size: 14px;
	}
	#masthead.fixed-header div.logo {
		margin: 0px 0 15px 0;
		display: inline-block;
		width: auto;
		float: none;
	}
	#masthead.fixed-header .container.logo_container_wrap {
		width: auto;
		display: inline-block;
		float: left;
	}

	#masthead.fixed-header .container.nav_container_wrap {
		width: auto;
		display: inline-block;
		float: right;
	}

	.filter_controls button, .sort_controls button {
		padding: 5px 10px;
		font-size: 12px;
	}
	.event_overview {
		padding: 25px 0;
	}

	.row.meta_icon {
		text-align: center !important;
	}
	span.wpcf7-list-item.first.last {
		margin: 0 10px 0 0;
	}
  }
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }

  html.font-size {
    font-size: 105%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }

  html.font-size {
    font-size: 100%;
  }
	 div#content {
		padding-top: 150px;
	}
	.bg_fb .col-lg-4.vertical-align {
		z-index: 9;
	}

	 div.normal_space {
		padding: 40px 15px;
	}

	.text-align-left a.more_info {
		margin: 0 0 25px 0;
		display: inline-block;
	}

	.col-lg-3.icon_box {
		width: 48%;
		margin-bottom: 24px;
	}

	.maps iframe {
		width: 55%;
	}
	.sidebar_img_wrap.col-lg-3 {
		width: 17%;
		float: left;
		height: 95px;
	}

	.sidebar_text_wrap.col-lg-9 {
		float: left;
		width: 58%;
		display: inline-block;
	}

	.col-lg-6.persona_single {
		width: 48%;
	}
	.persone_image_wrap {
		width: auto;
		display: inline-block;
	}

	.filter_controls.col-lg-9 {
		width: 80%;
		float: left;
	}

	.sort_controls.col-lg-3 {
		width: 20%;
		float: right;
	}

	.col-lg-3.mix {
		width: 33%;
	}
	img.logo_single {
		margin: 0 0 25px 0;
	}

	.row.meta_icon .col-lg-6{
		width: 48%;
	}
	div.date_single p br {
		display: none;
	}
	div.meta_column {
		width: 48%;
	}
	span.resev_label {
		text-align: right;
		color: rgba(66,66,66,0.6);
		width: 45%;
		float: left;
		line-height: 29px;
		font-weight: 500;
		padding: 0 20px 0 0;
	}


/* responsive Menu */

  ul#mainmenu li > a {
    font-size: 1.125em;
  }

	ul#mainmenu {
		z-index: 20;
		position: relative;
		background: var(--primary-bg-color);
	}

	ul#mainmenu li {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 0.5px solid rgba(37,37,37,0.1);
	}
	ul.sub-menu {
		max-height: 999px;
		position:static
	}

	ul.sub-menu {
		max-height: 999px !important;
		position: static;
	}

	ul.sub-menu li{
	width:100%;
	padding:0;
      background-color: var(--primary-bg-color) !important;
	float:none;
	}
	ul.sub-menu .expand{
		background:#404040 !important;
		color:#fff;
	}
	ul.sub-menu li a{
	  color: var(--secondary-text-color) !important;
      background-color: var(--primary-bg-color) !important;
	}

	li.menu-item-has-children{
		position:relative;
	}
	.expand{
		display: block;
		position: absolute;
		height: 39px;
		top: 0;
		right: 0;
		z-index: 99;
		width: 39px;
		background: #702283;
		color: #fff;
		line-height: 39px;
		text-align: center;
		font-weight: bold;
		border-bottom: 0.5px solid #fff;
		cursor: pointer;
	}

	ul#mainmenu li > a::after{
		display:none !Important
	}

	ul#mainmenu li ul.sub-menu{
		padding:25px 0;
	}

	ul#mainmenu li ul.sub-menu li ul.sub-menu{
		position:static !Important;
		display:block;
		padding:0 !important
	}

	ul#mainmenu li ul.sub-menu li ul.sub-menu li{
		position:static;
			width: 100%;
			display: block;
			border-bottom: none;
			float: none;
	}

		ul#mainmenu li ul.sub-menu li {
			width: 100%;
			display: block;
			border-bottom: none;
			float: none;
		}
	 div.two_column {
		column-count: 1;
		column-gap: 0;
	}


	div.logo, #masthead.fixed-header div.logo {
		display: inline-block;
		width: auto;
		float: left !important;
		margin: 0;
	}

    button.menu_toggle {
      display: inline-flex;
    }

	#navigation_main{
		display:none;
		max-width: 720px;
		margin: 0 auto;
		border-top: 2px solid rgba(37,37,37,0.1);
	}

	.container.nav_container_wrap {
		position: absolute;
		top: 150px;
		max-width: 100%;
		padding: 0;
		background-color:#fff;
		z-index: 10;
	}

	#masthead.fixed-header div.logo_container_wrap{
		display: block !important;
		float: none!important;
	}
		#masthead.fixed-header button.menu_toggle {
		padding: 6.5px 0;
	}

	#masthead.fixed-header {
		padding: 20px 0;
	}

	#masthead.fixed-header .container.nav_container_wrap{
		width:100%;
		float:none;
		display:block
	}

	#masthead.fixed-header ul#mainmenu li{
		padding: 10px;
	}
	#masthead.fixed-header ul#mainmenu li a{
		padding: 0 !important;
	}

	#masthead.fixed-header .container.nav_container_wrap{
		top: 77px;
	}
	a.submit_extern.fb_flex {
		padding: 10px 30px 10px 30px;
		display: inline-block;
	}


}

/*--------------------------------------------------------------
## S5
--------------------------------------------------------------*/
@media only screen and (max-width: 650px) {
	div.bg_nm h2 {
		font-size: 22px;
		line-height: 28px;
	}
	.container.adress_wrap h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.container.adress_wrap a {
		display: block;
		font-size: 12px;
	}

}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
	  html {
		font-size: 75%;
	  }

	  html.fontsize {
		font-size: 90%;
	  }
	.slide_content {
		right: 0;
		padding: 0 50px;
		width: 100%;
		text-align: center;
		top: 20%;
	}
	 .slide {
		height: 500px;
	}
	div.slide_content span.headline {
		font-size: 25px;
		line-height: 28px;
	}

div.slider a.slick_nav_button {
    margin-top: -20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 25px;
}
	div.slider a.slick_nav_button:hover {
		width: 40px;
	}

	 .mobile_wrap{
		padding:0 15px
	 }
	 div.two_column {
		column-count: 1;
		column-gap: 0;
	}

	.event_content h3 {
		font-weight: 300;
		margin: 10px 0;
		padding: 0;
		font-size: 16px;
		line-height: 24px;
	}
	div.stoerer {
		background-color: #702283;
		padding: 10px;
	}
	div.bg_fb h2 {
		color: #fff;
		font-size: 26px;
		letter-spacing: 2px;
		line-height: 32px;
	}

	div.bg_fb p {
		color: #fff;
		margin: 0 0 50px 0;
	}

	div.bg_fb:before {
		line-height: 350px;
		font-size: 350px;
		top: -33px;
		left: 40px;
	}
	.col-lg-3.icon_box {
		width: 100%;
		margin-bottom: 24px;
	}

	.container.adress_wrap {
		position: static;
		margin: 25px 0 0 0;
	}

	.maps iframe {
		width: 100%;
	}
	.sidebar_widget.facebook .fa-facebook-square {
		display: none !important;
	}
	.sidebar_widget.facebook .col-lg-10 {
		padding: 0;
		margin: 15px 0;
	}
	.sidebar_img_wrap.col-lg-3 {
		width: 22%;
		float: left;
		height: 40px;
	}
	.container-fluid.banderole h1 {
		margin: 0;
		padding: 0;
		font-size: 22px;
		line-height: 26px;
		color: #fff;
		font-weight: 100;
	}
	.row.meta_icon .col-lg-6 {
		width: 100%;
		margin: 0 0 15px 0;
	}
	div.content_wrap {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.col-lg-6.persona_single {
		width: 100%;
	}
	.persona_single .col-lg-4 {
		width: 40%;
	}
	.persona_single .col-lg-8 {
		width: 60%;
	}
	.filter_controls.col-lg-9 {
		width: 100%;
		float: none;
	}

	.sort_controls.col-lg-3 {
		width: 100%;
		float: none;
	}
	.sort_controls {
		text-align: left;
	}
	.col-lg-3.mix {
		width: 48%;
	}
	.trans_wrap {
		height: 337px;
	}

	div.meta_column {
		width: 100%;
		margin: 0 0 25px 0;
	}
	a.submit_extern {
		font-size: 13px;
	}
	div.logo img {
		width: 150px;
	}

	div#content {
    padding-top: 130px;
	}

	header#masthead {
		padding-top: 30px;
	}

	.container.nav_container_wrap {
		top: 130px;
	}

}