/* CSS Content trennen fuer Einbindung in TYPO3-RTE */
/* Import Standard-CSS fuer TYPO3-RTE */
@import "rte-standard.css";

/* @group Google Analytics Opt-out */

span.ga-opt-out-text {}
span.ga-opt-out-notification {}
span.hidden {
  display: none;
}

/* @end */

/* @group Links */

a {
  color: #00a1e5;
  text-decoration: none;
}

a:hover {
  color: #00a1e5;
  text-decoration: underline;
}

* {
  outline: none;
}

a.internal-link,
a.external-link {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #00a1e5;
  display: inline-block;
  padding-left: 1em;
}

a.internal-link::before,
a.external-link::before {
  content: '»';
  margin-left: -1em;
  position: absolute;
}

a.internal-link:hover,
a.external-link:hover {
  color: #067fb3;
}

a.external-link-new-window {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 24px;
  background-image: url(../images/icon-screen.png);
  background-size: 17px;
  background-position: left center;
  background-repeat: no-repeat;
  color: #2d346c;
  text-decoration: none;
  display: inline-block;
}

a.external-link-new-window:hover {
  color: #00a1e5;
  background-image: url(../images/icon-screen-cyan.png);
  text-decoration: underline;
}

.image-gallery-wrapper .image-box a.external-link-new-window {
  display: inline;
  padding-top: 0;
  padding-bottom: 0;
}

a.download {
  padding-left: 18px;
  background-image: url(../images/icon-download.png);
  background-size: 13px;
  background-position: left top 11px;
  background-repeat: no-repeat;
  color: #00a1e5;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block; /* damit padding-left über mehrere Zeilen hinweg aktiv bleibt, für Text-Einruecken ab 2. Zeile */
}

a.download:hover {
  background-image: url(../images/icon-download-dark.png);
  color: #067fb3;
  text-decoration: underline;
}

a.email {
  padding-left: 18px;
  background-image: url(../images/icon-email.png);
  background-size: 13px;
  background-position: left top 10px; /* war vorher top 8px */
  background-repeat: no-repeat;
  color: #2d346c;
  text-decoration: none;
  display: inline-block;
}

a.email:hover {
  background-image: url(../images/icon-email-cyan.png);
  color: #00a1e5;
  text-decoration: underline;
}

/* @end */

/* @group Inhalt */

h1 {
  font-size: 1.9375em;
  font-weight: 800;
  line-height: 112.903225806451613%;
  color: #2e356c;
  letter-spacing: 0;
  margin-top: 25px;
  margin-bottom: 10px;
}

body.vorteile-mitgliedschaft h1 {
  margin-bottom: 1.5em;
}

h2 {
  font-size: 1.3125em; /* 21px */
  font-weight: 700;
  line-height: 133.333333333333333%; /* 28px */
  color: #00a1e5; 
  letter-spacing: 0;
  margin-top: 45px;
  margin-bottom: 20px;
}

h3 {
  font-size: 1em;
  font-weight: 700;
  line-height: 150%;
  color: #00a1e5;
  margin-bottom: 5px;
  margin-top: 1.65em;
}

h4 {
  font-size: 1em;
  line-height: 150%;
  font-weight: 900;
}

.csc-firstHeader {
  margin-top: 0 !important;
}

p, li, td {
  font-size: 1em; /* 16px */
  line-height: 150%; /* 24px */
}

p.bodytext {
  margin-bottom: 1.5em;
}

.leadtext p.bodytext,
p.leadtext {
  font-size: 1.3125em; /* 21px */
  font-weight: 700;
  line-height: 133.333333333333333%; /* 28px */
  color: #00a1e5; 
  letter-spacing: 0;
  margin-top: 45px;
  margin-bottom: 20px;
}

p.smalltext {
  font-size: 0.75em;
  line-height: 150%;
  color: #919191;
}

footer h3 {
  font-size: 1.125em;
  line-height: 116.666666666666667%;
  color: #00a1e5;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 0;
}

b, strong {
  font-weight: 800;
}

sup {
  font-size: 70%;
  line-height: 0;
  vertical-align: 0.45em;
}

sub {
  font-size: 70%;
  line-height: 0;
  vertical-align: -0.25em;
}

ul, ol, dl {
  margin: 0 0 1.2em;
}

ul li ul,
ol li ol {
  margin: 0;
  padding: 0;
}

.content-wrapper ul li {
  list-style: none;
  margin-left: 1em;
}

.content-wrapper ul li::before {
  content: "–";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.content-wrapper ol li {
  margin-left: 1.5em;
}

dd, dt {
  font-size: 1em; /* 16px */
  line-height: 120%;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

div.csc-textpic .csc-textpic-imagewrap figure img,
p.content-image-wrapper img {
  padding-top: 4px;
}

span.blau {
  color: #00a1e5;
}

span.telefon {
  padding-left: 18px;
  background-image: url(../images/icon-telefon.png);
  background-size: 13px;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  display: inline-block;
}

span.fax {
  padding-left: 18px;
  background-image: url(../images/icon-fax.png);
  background-size: 13px;
  background-position: left center;
  background-repeat: no-repeat;
  text-decoration: none;
  display: inline-block;
}

figcaption.csc-textpic-caption,
p.legenden {
  font-size: 0.8125em;  /* 13px */
  line-height: 150%;
  color: #919191;
  text-align: left;
  width: 100%;
  padding-top: 5px;
}

p.content-image-wrapper {
  font-size: 0;
}

div.float-left-50 {
  display: inline-block;
  width: 47.5%;
  margin-right: 3%;
  vertical-align: top;
}

div.float-right-50 {
  display: inline-block;
  width: 48.5%;
  vertical-align: top;
  margin-right: 0;
}

/* @end */


/* @group Coronavirus Anpassunge, Text/Textbild in layout-breit mit News-Ausgabe ging über Rand hinaus, Padding hinzugefügt */

body.news-mit-h1 p.bodytext,
body.news-mit-h1 .csc-textpic-text {
  padding-right: 1.25%;
}

/* @end */


/* @group Buttons */

p.twitter-button a {
  font-size: 0.625em;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #2e356c;
  background-image: url(../images/social-icon-twitter.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left 9px center;
  padding: 12px 8px 12px 40px;
  margin-top: 4px;
  color: white !important;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

p.linkedin-button a {
  font-size: 0.625em;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #2e356c;
  background-image: url(../images/social-icon-linkedin.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left 9px center;
  padding: 12px 8px 12px 40px;
  margin-top: 16px;
  color: white !important;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

p.youtube-button a {
  font-size: 0.625em;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #2e356c;
  background-image: url(../images/social-icon-youtube.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left 9px center;
  padding: 12px 8px 12px 40px;
  margin-top: 4px;
  color: white !important;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

p.instagram-button a {
  font-size: 0.625em;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #2e356c;
  background-image: url(../images/social-icon-instagram.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: left 9px center;
  padding: 12px 8px 12px 40px;
  margin-top: 4px;
  color: white !important;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

p.twitter-button,
p.linkedin-button,
p.youtube-button,
p.instagram-button {
  display: inline-block;
  width: 120px;
}

p.twitter-button a:hover,
p.linkedin-button a:hover,
p.youtube-button a:hover,
p.instagram-button a:hover {
  background-color: #242852 !important;
}

p.back-button a {
  font-size: 0.625em;
  line-height: 120%;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #00a1e5;
  padding: 12px 8px 12px 8px;
  margin-top: 16px;
  color: white !important;
  text-transform: uppercase;
  display: inline-block;
}

p.back-button a:hover {
  color: #fff;
  background-color: #067fb3 !important;
}

p.back-button span {
  font-size: 1.7em;
}

p.newsletter-button a,
div.new-articles-button a {
  font-size: 0.625em;
  font-weight: 800;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #2e356c;
  padding: 9px 8px 12px 8px;
  margin-top: 16px;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
}

p.newsletter-button a:hover,
div.new-articles-button a:hover {
  background-color: #242852 !important;
}

p.newsletter-button a::after,
div.new-articles-button a::after {
  content: "»";
  font-size: 17px;
  padding-left: 15px;
  vertical-align: -1px;
}

div.new-articles-button {
  text-align: center;
  margin-top: -35px;
  margin-bottom: 50px;
}

/* @end */

/* @group Call-to-Action */

.call-to-action {
  box-sizing: border-box;
  border-top: 1px solid currentColor;
  padding-top: 0.6em;
  margin-top: 45px;
  margin-bottom: 45px;
}

.call-to-action h3 {
  font-size: 1.3125em;
  line-height: 116.666666666666667%;
  color: currentColor;
  font-weight: 800;
  margin-top: 0 !important;
  margin-bottom: 0.6em;
}

.call-to-action p {
  margin-bottom: 0;
}

.call-to-action.blue-fullsize {
  color: #fff;
  background-color: #2e356c;
  width: calc(100% - 12px);
  padding: 0 12px 1em 12px;
}

.call-to-action.blue-fullsize h3 {
  margin-top: 0.6em !important;
}

@media only screen and (min-width: 900px) {
  .call-to-action.blue-fullsize {
    padding: 1.4em 16.666666666666667% 1.8em 16.666666666666667%; /* 160 / 960px */
  }
}

.call-to-action.blue-fullsize p.newsletter-button a {
  border: 1px solid #fff;
}

@media only screen and (max-width: 540px) {
  .call-to-action.blue-fullsize {
    width: 100%;
  }  
}

/* @end */

/* @group Quote Text-Bild */

.quote {
  margin-top: 45px;
  margin-bottom: 1.5em;
}

.quote .csc-textpic {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.quote .csc-textpic-imagewrap {
  width: calc(308 / 788 * 100%);
  margin: 0 !important;
}

.quote .csc-textpic-text {
  width: calc(448 / 788 * 100%);
  margin: 0 !important;
}

.quote .csc-textpic-imagewrap figure {
  margin-bottom: 0 !important;
}

.quote p.bodytext {
  font-size: 1.3125em; /* 21px */
  font-weight: 800;
  line-height: 133.333333333333333%; /* 28px */
  color: #00a1e5; 
  letter-spacing: 0;
  margin-bottom: 0.65em;
}

.quote p.smalltext {
  font-weight: 600;
  color: #00a1e5;
}

@media only screen and (min-width: 900px) {
  .quote .csc-textpic {
    width: calc(788 / 628 * 100%);
    margin-left: calc(-80 / 628 * 100%);
  }
}

@media only screen and (max-width: 540px) {

  .quote .csc-textpic {
    flex-direction: column;
  }

  .quote .csc-textpic-imagewrap,
  .quote .csc-textpic-text {
    width: 100%;
  }

  .quote .csc-textpic-imagewrap figure {
    margin-bottom: 1em !important;
  }
}

@media only screen and (min-width: 541px) {
  .quote > p.bodytext,
  .quote > p.smalltext {
    margin-left: calc(80 / 628 * 100%);
    margin-right: calc(80 / 628 * 100%);
  }  
}

/* @end */

/* @group Instagram Feed */

.insta-feed {
  box-sizing: border-box;
  background-color: #f5f5f5;
  width: calc(100% - 12px);
  padding: 0 12px 1em 12px;
  margin-top: 45px;
  margin-bottom: 45px;
}

@media only screen and (min-width: 900px) {
  .insta-feed {
    padding: 0.5em 8.333333333333333% 1em 8.333333333333333%; /* 80 / 960px */
  }
}

@media only screen and (max-width: 540px) {
  .insta-feed {
    width: 100%;
  }  
}

/* @end */

/* @group Auf-/Zuklapper */

.expandable-box,
.accordion {
  border-top: 1px solid #2e356c;
  border-bottom: 1px solid #2e356c;
  margin-top: -1px;
}

.expandable-box .csc-header h3,
.accordion > .csc-header h3 {
  font-size: 1em;
  line-height: 150%;
  color: #2e356c;
  background-image: url(../images/icon-open.png);
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 11px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 0;
}

.expandable-box .csc-header h3.close,
.accordion > .csc-header h3.close {
  background-image: url(../images/icon-close-blue.png);
  background-repeat: no-repeat;
  color: #00a1e5;
}

.expandable-box .csc-header h3:hover,
.accordion > .csc-header h3:hover {
  color: #00a1e5;
  cursor: pointer;
}

.expandable-box > .csc-textpic-text,
.expandable-box > .news,
.accordion .sc-content-wrapper {
  border-top: 1px solid #2e356c;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
  display: none;
}

/* @end */

/* @group One-Page-Layout: Sections als Ausklapper */

section.expandable h2.expand {
  background-image: url(../images/icon-open.png);
  background-repeat: no-repeat;
  background-position: right 11px center;
  background-size: 11px;
  padding-right: 30px;
  padding-bottom: 20px;
  margin-bottom: 0;
  cursor: pointer;
}

section.expandable h2.expand:hover {
  color: #2e356c;
}

section.expandable.expanded h2.expand {
  background-image: url(../images/icon-close-blue.png);
  background-repeat: no-repeat;
  color: #00a1e5;
}

section.expandable + section.expandable h2.expand {
  margin-top: 0;
}

section.expandable .section-content {
  display: none;
  position: relative;
  padding-bottom: 45px;
}

section.expandable .section-content .text-bild {
  padding: 1.25em 0;
  margin: 0;
}

/* @end */

/* @group Additional */

.additional {
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 18px;
  clear: both;
}

.additional::after {
  content: '';
    display: block;
    clear: both;
}

.additional p {
  font-size: 1em;
  line-height: 81.25%;
  font-weight: 800;
  margin-bottom: 20px;
}

/* @end */

/* @group Image-Gallery-Wrapper */

div.image-gallery-wrapper {
  width: 101.265822784810127%; /* 960px/948 - wir fuegen hier rechts 12px Rand dazu */
}

div.image-gallery-wrapper::after,
div.image-gallery-wrapper .csc-default .news::after {
  content: '';
  display: block;
  clear: both;
}

div.image-box {
  width: 32.083333333333333%; /* 308px/960 (nicht 948px!) */
  float: left;
  min-height: 344px;
  margin-right: 1.25%; /* 12px/960 (nicht 948px!) */
  padding-bottom: 10px;
}

.image-box p.bodytext {
  margin-bottom: 0;
}

span.bluetext {
  color: #00a1e5;
  font-weight: 800;
}

.image-box div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 4px;
}

.image-box a.email {
  padding-left: 24px;
  background-image: url(../images/icon-email.png);
  background-size: 17px;
}

.image-box a.email:hover {
  background-image: url(../images/icon-email-cyan.png);
}

/* @end */

/* @group News Header-Image */

.header-image-wrapper {
  position: relative;
  text-align: center;
}

.news-img-wrap .outer {
  margin-bottom: 20px;
}

.news-img-wrap .outer p {
  font-size: 0.8125em;  /* 13px */
  line-height: 150%;
  color: #919191;
  width: 66.244725738396624%; /* 628px/948 */
  margin-left: 16.877637130801688%; /* 160px/948 */
  margin-right: 16.877637130801688%; /* 160px/948 */
}

/* @end */

/* @group Wirtschaft & Politik News-Gallery */

body.news h1 {
  display: none;
}

body.news div.image-gallery-wrapper {
  padding-bottom: 18px;
}

div.image-gallery-wrapper .news .article {
  width: 32.083333333333333%; /* 308px/960 */
  margin-right: 1.25%; /* 12px/960px */
  margin-bottom: 12px; /* 12px/960px */
  padding-bottom: 0;
  /* Höhe Teaser auf 300px erhöht */
  height: 300px;
}

.news .no-news-found {
  color: #2e356c;
  font-style: normal;
}

body.news .news.news-single h1 {
  display: block;
  margin-top: 5px;
}

.article-date-author span.news-list-author {
  background-color: #00a1e5;
  color: white;
  padding: 3px;
  margin-left: 10px !important;
}

.news.news-single .news-img-wrap .outer:first-of-type {
  display: none;
}

.news.news-single span.news-list-author {
  margin-left: -0.25em;
}

.news.news-single .content-wrapper .tags {
  position: relative;
  top: 0;
  left: 0;
}

.news-related-wrap {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
}

.news-related {
  display: block;
  width: 100%;
  padding: 0;
  border: none;
  margin-top: 1.5em;
}

/* @end */

/* @group News-Pagination */

.news .page-navigation {
  clear: both;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 18px;
  padding-right: 12px;
}

.news .page-navigation:first-child {
  display: none;
}

.news .page-navigation p {
  display: none;
}

.news .page-navigation ul {
  display: inline-block;
  float: none;
  margin: 0;
}

.news .page-navigation ul li {
  font-size: 12px;
  color: #ccc;
  width: 31px;
  text-align: center;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin: 0;
  padding: 0;
}

.news .page-navigation ul li:last-child {
  border-right: 2px solid #ccc;
}

.news .page-navigation ul li.current {
  color: #00a1e5;
  font-weight: 900;
  height: 24px;
  padding-top: 6px;
}

.news .page-navigation ul li.points {
  height: 24px;
  padding-top: 6px;
}

.news .page-navigation ul li a {
  color: #ccc;
  text-decoration: none;
  height: 24px;
  padding-top: 6px;
  display: block;
}

.news .page-navigation ul li:hover a {
  color: #00a1e5;
}

.news .page-navigation ul li.last.next,
.news .page-navigation ul li.previous {
  background-color: #ccc;
}

.news .page-navigation ul li.last.next a,
.news .page-navigation ul li.previous a {
  height: 24px;
  font-size: 16px;
  color: #fff;
  padding-top: 6px;
}

.news .page-navigation ul li.last.next:hover,
.news .page-navigation ul li.previous:hover {
  background-color: #8a8a8a;
  border: 2px solid #8a8a8a;
}

.news .page-navigation ul li.previous:hover {
  border-right: 0;
}

.news .page-navigation ul li.previous:hover + li {
  border-left: 2px solid #8a8a8a;
}

/* @end */

/* @group Medienberichte */

.content-wrapper.medienberichte .news .article {
  width: 100%;
  height: auto;
  margin: 0;
  float: none;
  overflow: visible;
  padding-bottom: 0;
  margin-bottom: 0;
}

.content-wrapper.medienberichte .news .article::before,
.content-wrapper.medienberichte .news .article::after,
.content-wrapper.medienberichte .news .article:hover::after {
  display: none;
}

.content-wrapper.medienberichte .news .article h3 {
  margin-bottom: 5px;
  margin-top: 1.5em;
}

.content-wrapper.medienberichte .news .article .download-description {
  margin-left: 18px;
}

.content-wrapper.medienberichte .news .article .news-list-date {
  font-size: 0.705882352941176em;
  line-height: 150%;
  color: #919191;
}

.content-wrapper.medienberichte .news .article .news-related-files-size {
  text-transform: uppercase;
}

.expandable-box .news .article:first-of-type h3 {
  margin-top: 0;
}

/* @end */

/* @group Tabellen */

table {
  margin-top: 0;
  margin-bottom: 1.2em;
}

tr {
  vertical-align: top;
}

th {
  text-align: left;
}

table p,
table p.bodytext,
table ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* @group Tabelle Schliessungen (Kontakt) */

table.schliessungen {
  width: 100%;
  font-size: 0.875em;
  line-height: 121.428571428571429%;
  margin-bottom: 0;
}

.schliessungen td {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  
}

.schliessungen td.blue {
  color: #00a1e5;
}

.schliessungen td:first-child {
  padding-left: 0;
}

.schliessungen td:last-child {
  padding-right: 0;
}

.schliessungen td:nth-child(2),
.schliessungen td:nth-child(4) {
  white-space: nowrap;
}

/* Tabelle mit Linien (Zahlen) */

table.table-lines {
  width: 100%;
  font-size: 0.75em;
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 900px) {
  .csc-frame-frame1 {
    width: calc(788 / 628 * 100%);
    margin-left: calc(-80 / 628 * 100%);
  }
}

@media only screen and (max-width: 899px) {
  .csc-frame-frame1 {
    overflow-x: auto;
  }
}

table.table-lines caption {
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  text-decoration: underline;
}

table.table-lines b,
table.table-lines strong {
  font-weight: 900;
}

table.table-lines th,
table.table-lines td {
  text-align: right;
  border-bottom: 1px solid currentColor;
  padding-left: 12px;
  padding-top: 10px;
  padding-bottom: 4px;
  width: calc(160 / 788 * 100%);
}

table.table-lines th {
  font-weight: 800;
}

table.table-lines tr th:first-child,
table.table-lines tr td:first-child {
  text-align: left;
  width: auto;
  min-width: 80px;
  padding-left: 0;
}

table.table-lines tr:first-child td {
  padding-top: 16px;
}

table.table-lines tr.tr-bold td {
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

table.table-lines td.td-blue-line,
table.table-lines th.td-blue-line {
  padding-right: 12px;
  border-right: 3px solid #00a1e5;
}

/* @end */

/* @end */

/* @group Formulare */

form {
  margin-top: 0;
  margin-bottom: 1.5em;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=submit],
select,
textarea {
  color: #2e356c;
  border: 1px solid #2e356c;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text],
input[type=email],
input[type=submit],
input[type=tel],
select,
textarea {
  font: normal normal 1em/150% "Muli", Arial, Helvetica, sans-serif; /* 16px */
}

label {
  font-size: 0.8125em; /* 13px */
}

legend {
  font-size: 1em; /* 16px */
  line-height: 150%;
  font-weight: bold;
}

input[type=submit] {
  font-size: 0.625em;
  line-height: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  width: auto;
  min-width: 115px;
  background-color: #00a1e5;
  background-image: url(../images/submit-button-pfeil-rechts.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 12px 10px 12px 10px;
  margin-top: 6px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  cursor: pointer;
  border: none;
  text-align: left;
  font-weight: 800;
}

input[type=submit]:hover {
  background-color: #067fb3 !important;
}

input[type=submit].btn-danger {
  background-image: url(../images/submit-button-pfeil-links.png);
  background-size: 10px;
  background-position: left 10px center;
  text-align: right;
}

/* @group powermail */

div.tx-powermail {
  font-size: 1em; /* 16px */
  line-height: 150%;
}

.tx-powermail legend {
  display: none;
}

.tx-powermail .powermail_fieldwrap_type_radio {
  padding-bottom: 10px;
}

.tx-powermail .powermail_fieldwrap_type_radio .powermail_label {
  display: none;
}

.tx-powermail input[type=radio] {
  display: none;
}

.tx-powermail div.radio label {
  display: block;
  background-repeat: no-repeat;
  background-image: url(../images/icon-checkbox.png);
  background-size: 15px;
  cursor: pointer;
  background-position: left 4px;
  padding-left: 23px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1em;
}

.tx-powermail div.radio label.checked {
  background-image: url(../images/icon-checkbox-selected.png);
}

.tx-powermail span.mandatory {
  padding-left: 2px;
}

.tx-powermail h3 {
  display: none;
}

div.powermail_fieldwrap.powermail_fieldwrap_type_html {
  margin-bottom: 10px;
}

.tx-powermail ul.parsley-errors-list {
  margin-bottom: 10px;
  margin-top: -6px;
}

.tx-powermail ul.parsley-errors-list li {
  font-size: 0.8125em; /* 13px */
  color: #919191;
  margin: 0;
}

.tx-powermail .powermail_fieldwrap_type_radio .parsley-errors-list {
  padding-top: 8px;
}

.tx-powermail ul.parsley-errors-list li::before {
  content:"";
}

.tx-powermail .powermail_confirmation h1 {
  font-size: 1em; /* 16px */
  line-height: 150%;
  background: none;
  padding: 0;
  margin-bottom: 1.5em;
}

.tx-powermail .powermail_confirmation table,
.tx-powermail .powermail_create table {
  width: 100%;
}

.tx-powermail .powermail_confirmation table td,
.tx-powermail .powermail_create table td {
  padding-top: 4px;
  padding-bottom: 4px;
}

.tx-powermail .powermail_confirmation table td strong,
.tx-powermail .powermail_create table td strong {
  font-size: 0.8125em; /* 13px */
  font-weight: normal;
}

/* @end */

/* @group Newsletter-Anmeldung */

div.contact_form {
  font-size: 1em; /* 16px */
  line-height: 150%;
}

.contact_form label {
  padding-top: 3px;
  padding-bottom: 2px;
  display: block;
}

.contact_form ul.field_errors {
  margin: 0;
  padding: 0;
}

.contact_form ul.field_errors li {
  font-size: 0.8125em; /* 13px */
  color: #919191;
  margin: -6px 0 10px;
}

.contact_form ul.field_errors li::before {
  content:"";
}

.contact_form p.bodytext {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* @end */

/* @end */

/* @group Vorstand */

body.vorstand .image-gallery-wrapper div.image-box {
  min-height: 363px;
  padding-bottom: 10px;
}

.vorstand-heading .col {
  width: 32.083333333333333%;
  float: left;
  margin-right: 1.25%;
  display: block;
}

.image-gallery-wrapper h2.president-heading {
  display: none;
}

.image-gallery-wrapper h2.vice-president-heading {
  display: none;
}

/* @end */

/* @group Kontakt-Box */

div.contact-box {
  width: 100%;
  margin: 40px auto;
}

.contact-box .csc-textpic {
  border: 3px solid #2e356c;
  padding: 8px 12px 12px;
  overflow: auto;
}

.contact-box .csc-textpic-imagewrap {
  width: 35.264900662251656% !important;
  margin-right: 1.986754966887417% !important;
  height: auto;
}

.contact-box .csc-textpic-imagewrap figure {
  margin-bottom: 0 !important;
}

.contact-box .csc-textpic-text {
  width: 62.748344370860927% !important;
  margin-left: 0 !important;
  float: left;
}

.contact-box p.position {
  color: #00a1e5;
  margin-top: 8px;
  margin-bottom: 30px;
}

.contact-box p.text {
  font-size: 0.875em;
  line-height: 121.428571428571429%;
}

.contact-box div.csc-textpic .csc-textpic-imagewrap figure {
  display: block;
}

/* @end */

/* @group Netzwerk Boxes */

body.netzwerk div.image-gallery-wrapper > .csc-default > p {
  font-size: 0.875em;
  line-height: 106.25%;
  font-weight: 800;
  margin-bottom: 10px;
}

.safixi {
  display: block;
  width: 32.083333333333333%;
  margin-right: 1.25%;
  margin-bottom: 12px;
  float: left;
}

.netzwerk-box {
  border: 3px solid #2e356c;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 240px;
  width: 100%;
  cursor: pointer;
}

.netzwerk-box a,
.netzwerk-box a:hover {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

.netzwerk-box div.csc-textpic:hover .csc-textpic-text {
  background-color: #242852;
}

.netzwerk-box div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}

.netzwerk-box div.csc-textpic-left .csc-textpic-imagewrap {
  float: none;
}

.netzwerk-box div.csc-textpic.csc-textpic-left.csc-textpic-above {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.netzwerk-box div.csc-textpic-imagewrap {
  display: table-row;
  text-align: center;
  height: 100%;
}

.netzwerk-box div.csc-textpic-text {
  background-color: #2e356c;
  display: table-row;
  text-align: center;
}

.netzwerk-box div.csc-textpic .csc-textpic-imagewrap figure {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-color: #fff;
  position: relative;
}

.netzwerk-box div.csc-textpic .csc-textpic-imagewrap figure img {
  padding-top: 0;
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 70%;
}

.netzwerk-box div.csc-textpic-text p.bodytext {
  color: #fff;
  font-size: 1.4375em;
  line-height: 121.739130434782609%;
  font-weight: 800;
  position: relative;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 15%;
  padding-top: 12px;
  margin-bottom: 0;
}

.netzwerk-box div.csc-textpic-text p::after {
  content: '»';
  color: #fff;
  font-size: 1.565217391304348em;
  line-height: 52.777777777777778%;
  margin-right: 10px;
  margin-bottom: 10px;
  position: absolute;
  bottom: 4px;
  right: 0;
  font-weight: 700;
}

/* @end */

/* @group Hires-Text-/Bildbox */

div.hires-text-bild-box {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}

div.hires-text-bild-box div.image-wrap {
  width: 148px;
  float: left;
  margin-right: 12px;
}

div.hires-text-bild-box div.text-wrap {
  margin-left: 160px;
  position: absolute;
  /* bottom: 0; Konflikt in TYPO3-RTE: verschoben ins layout.css */
  width: calc(100% - 160px);
}

div.hires-text-bild-box ul,
div.hires-text-bild-box p.bodytext {
  margin-top: 0;
  margin-bottom: 0;
}

div.hires-text-bild-box img {
  padding-top: 4px;
}

/* @end */

/* @group Hover & Gradient Effekte  */

.tags {
  z-index: 10;
}

.home-teaser-box h2.content,
.news .article h2.content {
  z-index: 10;
}

.home-teaser-box div.arrow,
.news .article div.arrow {
  z-index: 10;
}

.home-teaser-box .event-datum,
.news .article .event-datum {
  z-index: 10;
}

.home-teaser-box .event-titel,
.news .article .event-titel {
  z-index: 10;
}

.home-teaser-box a,
.news .article a {
  cursor: pointer;
}

.home-teaser-box::before,
.home-teaser-box.mitgliedernews .article::before,
.home-teaser-box.networking .slide::before,
.home-teaser-box.zhk .slide::before,
.home-teaser-box.team .slide::before,
.news .article::before {
  background: linear-gradient(to bottom, rgba(117, 117, 117, 0) 0%, rgba(56, 56, 56, .7) 100%);
  content: '';
  display: block;
  height: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

.home-teaser-box:hover::after,
.home-teaser-box.mitgliedernews:hover .article::after,
.home-teaser-box.zhk:hover .slide::after,
.home-teaser-box.team:hover .slide::after,
.news .article:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
  top: 0;
  clear: none;
  visibility: visible;
}

div.home-section-wrap.wirtschaft-politik .news .article::before,
div.home-section-wrap.wirtschaft-politik .news .article::after {
  display: none;
}

div.home-section-wrap.wirtschaft-politik div.home-teaser-box.textbox::before {
  content: none;
} 

div.home-teaser-box.big.services::before {
  content: none;
}

div.home-teaser-box.big.events::before {
  content: none;
}

/* @end  */


/* @group News Listen-Ansicht */

.list-article {
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

.list-article .list-item {
  color: #2d346c;
  font-size: 0.875rem;
}

.list-article a:hover .list-item {
  color: #00a1e5;
  text-decoration: none;
}

.list-article a:hover {
  text-decoration: none;
}

.list-article .list-item .news-list-date {
  margin-right: 10px;
}

.list-group {
  margin-bottom: 15px;
}

.list-group > p {
  font-size: 0.875rem;
  font-weight: 800;
  margin-bottom: 5px;
}


/* @end */


/* @group Slideshow */

.cycle-slideshow {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide,
.cycle-slideshow .article {
  width: 100%;
  height: 100%;
  position: relative;
}

div.home-teaser-box.big.events.two-cols .cycle-slideshow {
  position: static !important;
}

/* pager */
.cycle-pager {
  width: auto;
  text-align: right;
  font-size: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 200;
}
.cycle-pager span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  margin-right: 2px;
  margin-left: 2px;
  border: 1px solid #fff;
  font-size: 0;
  line-height: 0;
}
.cycle-pager span.cycle-pager-active {
  background-color: #fff;
}
.cycle-pager > * {
  cursor: pointer;
}

.home-teaser-box.big .cycle-pager {
  text-align: center;
  right: auto;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}

.home-teaser-box.big.events .cycle-pager {
  text-align: right;
  right: 12px;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.home-teaser-box.events .cycle-pager span {
  border-color: #2e356c;
}

.home-teaser-box.events .cycle-pager span.cycle-pager-active {
  background-color: #2e356c;
}

.image-slider {
  position: relative;
  padding-top: 2em;
  margin-top: 45px;
}

.image-slider .cycle-caption {
  font-size: 1.5em; /* 24px */
  font-weight: 800;
  color: #00a1e5; 
  letter-spacing: 0;
  position: absolute;
  top: -1.6em;
  z-index: 200;
}

.image-slider .cycle-prev,
.image-slider .cycle-next {
  width: 40px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  z-index: 200;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.image-slider .cycle-next {
  left: auto;
  right: -40px;
  justify-content: flex-end;
}

.image-slider .cycle-prev::before,
.image-slider .cycle-next::before {
  content: '';
  display: block;
  width: 17px !important;
  height: 26px !important;
  background-color: #00a1e5;
  mask-image: url(../images/icon-arrow-prev.svg);
  -webkit-mask-image: url(../images/icon-arrow-prev.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
}

.image-slider .cycle-next::before {
  mask-image: url(../images/icon-arrow-next.svg);
  -webkit-mask-image: url(../images/icon-arrow-next.svg);
}

@media only screen and (max-width: 480px) {
  .image-slider .cycle-prev,
  .image-slider .cycle-next {
    display: none;
  }
}

/* @end */

/* @group Image Gallery */

.image-gallery {
  margin-bottom: 1.5em;
}

@media only screen and (min-width: 900px) {
  .image-gallery .csc-textpic {
    width: 150.955414012738854%; /* 948 / 628px */
    margin-left: -25.477707006369427%; /* 160 / 628px */
  }
}

.image-gallery .csc-textpic-center-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 1.265822784810127%;
}

.image-gallery .csc-textpic-center-inner > div {
  flex-basis: 24.050632911392405%;
}

.image-gallery .csc-textpic-center-inner .csc-textpic-image {
  display: block;
  position: relative;
  margin-bottom: 0 !important;
}

.image-gallery .csc-textpic-center-inner .csc-textpic-image::before {
  content: "";
  display: block;
  padding-top: 95%;
}

.image-gallery .csc-textpic-center-inner .csc-textpic-image a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.image-gallery .csc-textpic-center-inner .csc-textpic-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.image-gallery .csc-textpic-center-inner .csc-textpic-image figcaption {
  display: none;
}

.image-gallery div.csc-textpic div.csc-textpic-imagecolumn,
.image-gallery div.csc-textpic-center .csc-textpic-center-outer,
.image-gallery div.csc-textpic-center .csc-textpic-center-inner {
  float: none;
}

@media only screen and (max-width: 899px) {

  .image-gallery .csc-textpic-center-inner {
    column-gap: 1.910828025477707%;
  }

  .image-gallery .csc-textpic-center-inner > div {
    flex-basis: 32.058917197452229%;
  }
}

@media only screen and (max-width: 540px) {

  .image-gallery .csc-textpic-center-inner {
    column-gap: 3.896103896103896%;
  }

  .image-gallery .csc-textpic-center-inner > div {
    flex-basis: 48.051948051948052%;
  }
}

/* Lightbox Gallery */

.mfp-bottom-bar {
  margin-top: -30px !important;
}

.mfp-title,
.mfp-counter {
  font-size: 0.8125em !important;
}

.mfp-counter {
  white-space: nowrap;
}

button.mfp-arrow {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.mfp-arrow::before {
  position: relative !important;
  width: 23px !important;
  height: 35px !important;
  margin: 0 !important;
  background-color: white;
  mask-image: url(../images/icon-arrow-prev.svg);
  -webkit-mask-image: url(../images/icon-arrow-prev.svg);
  mask-size: contain;
  -webkit-mask-size: contain;
  flex-shrink: 0;
  flex-grow: 0;
}

.mfp-arrow-right::before {
  mask-image: url(../images/icon-arrow-next.svg);
  -webkit-mask-image: url(../images/icon-arrow-next.svg);
}

.mfp-arrow::after {
  content: none !important;
}

.mfp-arrow-left::before,
.mfp-arrow-right::before {
  border: none !important;
}

/* @end */

/* @group Search */

.tx-kesearch-pi1 {
  font-family: "Muli", Arial, Helvetica, sans-serif !important;
  font-style: normal !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em !important;
  font-size: 1em !important; /* 16px */
  line-height: 150%;
  position: relative;
}

#kesearch_results .result-list-item .result-number,
#kesearch_results .result-list-item .result-title {
  font-size: 1em !important; /* 16px */
  line-height: 150% !important;
  font-weight: 800 !important;
  margin-bottom: 1.33em !important;
}

#kesearch_results .result-list-item .result-teaser {
  color: #2e356c !important;
  font-size: 0.9375em !important; /* 15px */
}

#kesearch_num_results {
  color: #2e356c !important;
  float: none !important;
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
  color: #00a1e5 !important;
  font-weight: 800 !important;
}

#kesearch_pagebrowser_bottom .pages_total {
  border-top: 1px solid #2e356c !important;
}

.tx-kesearch-pi1 ul li::before {
  content: "" !important;
  display: none !important;
}

.tx-kesearch-pi1 input[type="text"],
.tx-kesearch-pi1 select, .tx-kesearch-pi1 textarea {
  padding: 0 0 8px !important;
  border: none !important;
  border-bottom: 1px solid #2e356c !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  color: #2e356c !important;
  margin-top: 17px !important;
}

.tx-kesearch-pi1 input[type="text"]:focus,
.tx-kesearch-pi1 input[type="text"]:hover,
.tx-kesearch-pi1 select:focus,
.tx-kesearch-pi1 select:hover,
.tx-kesearch-pi1 textarea:focus,
.tx-kesearch-pi1 textarea:hover {
  box-shadow: none !important;
}

#ke_search_sword {
  font-size: 1.9375em;
  line-height: 150%;
  color: #2e356c !important;
  border-bottom: 1px solid #2e356c;
  width: 100% !important;
  max-width: none;
  padding-bottom: 0 !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight: 800;
  color: #2e356c;
}
::-moz-placeholder { /* Firefox 19+ */
   font-weight: 800;
  color: #2e356c;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight: 800;
  color: #2e356c;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight: 800;
  color: #2e356c;
}

#kesearch_submit {
  display: none;
}

span.resetbutt {
  display: none;
}

span.submitbutt {
  position: absolute;
  right: 0;
  margin-top: -30px;
}

span.submitbutt input {
  width: 25px !important;
  min-width: 25px !important;
  height: 25px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  border: none !important;
  color: transparent !important;
  font-size: 0 !important;
}

span.submitbutt input:hover {
  background: transparent !important;
  background-repeat: no-repeat !important;
  background-size: 25px !important;
  border: none !important;
  box-shadow: none !important;
}

.tx-kesearch-pi1 a {
  text-decoration: none;
}

.tx-kesearch-pi1 a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Suche-Pagination */

.kesearch_pagebrowser {
  clear: both;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 0;
  padding-right: 12px;
  margin: 0 !important;
}

#kesearch_pagebrowser_top .pages_total,
#kesearch_pagebrowser_bottom .pages_total {
  margin-bottom: -15px !important;
}

#kesearch_pagebrowser_top,
#kesearch_pagebrowser_bottom {
  font-size: 13px !important;
  color: #2e356c !important;
}

.kesearch_pagebrowser ul {
  display: inline-block !important;
  float: none !important;
  margin: 0 !important;
}

.kesearch_pagebrowser ul li {
  font-size: 12px;
  color: #ccc;
  width: 33px;
  text-align: center;
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}

.kesearch_pagebrowser ul li a {
  color: #ccc !important;
  text-decoration: none !important;
  height: 23px !important;
  padding: 7px 0 0 !important;
  display: block !important;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.kesearch_pagebrowser ul li:last-child a {
  border-right: 2px solid #ccc !important;
  width: 29px !important;
}

.kesearch_pagebrowser ul li:hover a {
  color: #00a1e5 !important;
}

.kesearch_pagebrowser ul li a.current {
  color: #00a1e5 !important;
  font-weight: 900 !important;
}

.kesearch_pagebrowser li.prev-link:hover + li a {
  border-left: 2px solid #8a8a8a !important;
}

.tx-kesearch-pi1 a.prev,
.tx-kesearch-pi1 a.next {
  width: auto !important;
  display: block !important;
  height: 30px !important;
  font-size: 16px !important;
  line-height: 26px;
  color: #fff !important;
  background-color: #ccc !important;
  background-image: none;
  padding-top: 6px !important;
  margin: 0 !important;
}

.tx-kesearch-pi1 a.prev:hover,
.tx-kesearch-pi1 a.next:hover {
  color: #fff !important;
  background-color: #8a8a8a !important;
  border: 2px solid #8a8a8a !important;
}

.news .page-navigation ul li.previous:hover {
  border-right: 0;
}

.news .page-navigation ul li.previous:hover + li {
  border-left: 2px solid #8a8a8a;
}

/* @end */

/* @group Anpassungen Events (evenito) */

.evenito-embed {
  margin-right: 1.25% !important; /* 12px/960 */
}

.evenito-embed .container {
  width: 100% !important;
}

.evenito-embed .main-content {
  font-family: "Muli", Arial, Helvetica, sans-serif !important;
}

.evenito-embed .main-content {
  color: #2e356c !important;
}

.evenito-embed .logo-box {
  border: none !important;
}

.evenito-embed .navbar-collapse.collapse {
  width: 100% !important;
  border-bottom: 1px solid #2e356c !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-bottom: 5px !important;
}

.evenito-embed .mainmenu li a,
.evenito-embed .event-menu li a {
  font-family: "Muli", Arial, Helvetica, sans-serif !important;
  font-size: 0.875rem !important;
  line-height: 178.571428571428571% !important;
  color: #2e356c !important;
  letter-spacing: 0.15em !important;
}

.evenito-embed h1 {
  font-size: 1.3125rem !important;
  font-weight: 700 !important;
  line-height: 133.333333333333333% !important;
  color: #00a1e5 !important;
  letter-spacing: 0 !important;
  margin-top: 45px !important;
  margin-bottom: 20px !important;
}

.evenito-embed h3 {
  font-size: 1.3125rem !important;
  color: #00a1e5 !important;
}

.evenito-embed .events h3 {
  border-bottom: none !important;
}

.evenito-embed .events article h4 {
  color: #2e356c !important;
}

.evenito-embed p {
  line-height: 150% !important;
}

.evenito-embed a {
  color: #00a1e5 !important;
}

.evenito-embed .mainmenu li a,
.evenito-embed {
  color: #2e356c !important;
  font-family: "Muli", Arial, Helvetica, sans-serif !important;
}

.evenito-embed .container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.evenito-embed ul.nav li {
  color: #2e356c !important;
  margin-left: 0 !important;
  display: inline-block !important;
}

.evenito-embed .navbar-nav {
  margin: 0 !important;
}

.evenito-embed .navbar-nav>li>a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.evenito-embed .nav>li>a {
  display: inline-block !important;
  margin-right: 34px !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.evenito-embed .nav>li>a:hover,
.evenito-embed .nav>li>a:focus {
  background-color: inherit !important;
}

.evenito-embed .mainmenu li.current a::before,
.evenito-embed .event-menu li.current a::before {
  content: "› ";
}

.evenito-embed article {
  border-top: 1px solid #2e356c !important;
}

.evenito-embed .events article .date {
  color: #919191 !important;
}

.evenito-embed #publisher-menu {
  position: relative !important;
  padding-bottom: 0 !important;
}

.evenito-embed #navbar.sticky-navbar {
  position: relative !important;
}

button.navbar-toggle {
  display: none !important;
}

.evenito-embed .collapse {
  display: block !important;
}

.evenito-embed .filter-selectors form {
  /* display: none !important; */
}

.evenito-embed .content-box {
  padding: 0 !important;
}

.evenito-embed .nbe-calendar-filter .next .hidden-xs,
.evenito-embed .nbe-calendar-filter .prev .hidden-xs {
  color: #2e356c !important;
}

.evenito-embed .nbe-calendar-filter .next,
.evenito-embed .nbe-calendar-filter .prev {
  font-size: 1.9375rem !important;
}

.evenito-embed .nbe-calendar-filter .filter-selectors table td {
    background-color: #fff !important;
}

.evenito-embed .nbe-calendar-filter .filter-selectors table td .filter-menu {
    padding-top: 7px !important;
}

.evenito-embed .nbe-calendar-filter .filter-selectors table td .filter-menu a {
    border: 1px solid !important;
}

.evenito-embed .nbe-calendar-filter .filter-selectors table td .filter-menu .filter-list {
    top: 30px !important;
    background-color: white !important;
    border: 1px solid grey !important;
    font-color: blue !important;
}

.evenito-embed .nbe-calendar-filter .filter-selectors table td .filter-menu .filter-list .list-container .scroll-container {
    overflow: hidden !important;
}

.evenito-embed .nbe-calendar-filter .filter-selectors table td .filter-menu .filter-list .list-container .scroll-container ul li label {
    font-weight: normal !important;
    font-size: 1em !important;
    color: #2e356c !important;
}

/* @end */


/* @group 2-spaltige Elemente */

.container-2-spaltig  {
  margin: 4em 0;
}

.container-2-spaltig .sc-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.container-2-spaltig .sc-content-wrapper > div {
  flex: 0 43.630573248407643%; /* 274/628px */
}

p.leadtext-blue {
  font-size: 3.75em;
  line-height: 1.1;
  color:#00a1e5;
  margin-bottom: 0.05em; /* war 0.2em */
}

.container-2-spaltig-fullsize {
  width: 150.955414012738854%; /* 948 / 628px */
  margin-left: -25.477707006369427%; /* 160 / 628px */
}

.container-2-spaltig-fullsize .sc-content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div {
  flex: 1 0 40%;
  background-color: #dedfe7;
  height: 240px;
  margin-right: 12px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 12px;
  margin-bottom: 12px;
  position: relative;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div:nth-child(2n) {
  margin-right: 0;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div > .csc-header {
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 18px);
}

.container-2-spaltig-fullsize .sc-content-wrapper > div > .csc-header > h3 {
  color: #fff;
  background-color: #2e356c;
  width: auto;
  border: 1px solid #fff;
  padding: 3px 10px;
  margin-right: 6px;
  margin-bottom: 6px;
  float: left;
  font-size: 0.625em;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  background-color: unset;
  color:#2e356c;
  font-size: 0.9em;
  border: 2px solid #2e356c;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div .csc-textpic-text {
  position: absolute;
  bottom: 12px;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext {
  font-size: 1.4375em;
  line-height: 1.217391304347826;
  margin-bottom: 0;
  font-weight: 800;
  padding-right: 5%;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a::after {
  content: '»';
  /* position: absolute; */
  /* bottom: 20px; */
  /* right: 12px; */
  /* color: #fff; */
  font-size: 1.565217391304348em;
  font-size: 1.55em;
  line-height: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  vertical-align: -0.05em;
  display: inline;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a.internal-link,
.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a.external-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #2d346c;
  display: inline-block;
  padding-left: 0;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a.internal-link:hover,
.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a.external-link:hover {
  text-decoration: none;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a.internal-link::before,
.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a.external-link::before {
  content: '';
  margin-left: 0;
  position: relative;
}

.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a.internal-link::before:hover,
.container-2-spaltig-fullsize .sc-content-wrapper > div p.bodytext a.external-link::before:hover {
  text-decoration: none;
}

/* @end */


/* @group Header-Bild / Hero-Bild */

.header-bild {
  width: 150.955414012738854%;
  margin-left: -25.477707006369427%;
  position: relative;
  margin-bottom: 2em;
}

.header-bild .csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0;
}

.header-bild .csc-header {
    width: 66.244725738396624%;
    margin: 0 16.877637130801688%;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    bottom: 1.2em;
}

.header-bild .csc-header h3 {
  font-size: 1.9375em;
  color: #fff;
  line-height: 1.1;
}

.header-bild::before {
  background: linear-gradient(to bottom, rgba(117, 117, 117, 0) 0%, rgba(56, 56, 56, .7) 100%);
  content: '';
  display: block;
  height: 30%;
  mix-blend-mode: multiply;
  position: absolute;
  /* top: 50%; */
  bottom: 0;
  width: 100%;
  z-index: 1;
}


/* @end */


/* @group Text-Bild */

.text-bild {
  margin-bottom: 45px;
  margin: 2.5em 0;
}

.text-bild .csc-textpic {
  display: flex;
}

.text-bild .csc-textpic .csc-textpic-imagewrap {
    width: 140px;
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    float: none;
    margin-right: 20px;
    box-sizing: border-box;
}

.text-bild .csc-textpic .csc-textpic-text {
  width: auto;
  margin-left: 0;
}

.accordion.downloads .text-bild {
  margin-top: 0;
  margin-bottom: 0;
}

.textpic-2-cols {
  display: flex;
  margin: 2.5em 0;
}

.textpic-2-cols .csc-header {
  width: 25.477707006369427%;
  padding-right: 20px;
  box-sizing: border-box;
}

.textpic-2-cols .csc-textpic {
  width: 74.522292993630573%;
}

.textpic-2-cols .csc-header h3 {
  font-size: 4.25em;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0;
}

.textpic-2-cols .csc-header h3 span.percentages {
  font-size: 2.25rem;
}

.textpic-2-cols .csc-header h3 p.inline {
  display: inline;
  line-height: 1;
}

.text-bild figure img {
  max-width: 140px;
}

.accordion.downloads .text-bild {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion.downloads .text-bild figure img {
  max-width: 140px;
  max-height: 110px;
}

/* @end */


/* @group Mitglied werden Kreis */

.mitglied-ribbon {
  position: fixed;
  display: inline-block;
  top: 425px;
  right: unset;
}

.mitglied-ribbon {
  display: none;
}

body.mitglied-ribbon-on .mitglied-ribbon {
  display: inline-block;
}

.mitglied-werden {
  width: 170px;
  height: 170px;
  display: table;
  padding: 30px;
  border: 5px solid #00a1e5;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -40px;
  top: -10px;
  right: -60px;
  top: -20px;
}

.mitglied-werden .wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.mitglied-werden .wrap a {
    padding-top: 0;
    padding-bottom: 0;
    color: #2d346c;
    display: inline-block;
    padding-left: 0;
}

.mitglied-werden .wrap a.internal-link::before,
.mitglied-werden .wrap a.external-link::before {
  content: '';
  margin-left: 0;
  position: relative;
}

.mitglied-werden .wrap a.internal-link::after {
  content: '»';
  /* position: absolute; */
  /* bottom: 20px; */
  /* right: 12px; */
  /* color: #fff; */
  font-size: 1.565217391304348em;
  font-size: 1.55em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  vertical-align: -0.05em;
  display: inline-block;
}

.mitglied-werden .wrap:after {
  /* content: ""; */
  width: 32px;
  height: 32px;
  background: url("../images/icon-video-teaser.png") no-repeat;
  background-size: 32px;
  top: -10px;
  right: -10px;
  position: absolute;
  display: inline-block;
  }

.mitglied-werden-icon {
    content: "";
    width: 32px;
    height: 32px;
    background: url("../images/icon-video-teaser.png") no-repeat;
    background-size: 32px;
    z-index: 1;
    position: absolute;
  }

.mitglied-werden .csc-header h3 {
  color: #fff;
  background-color: #2e356c;
  width: auto;
  border: 1px solid #fff;
  padding: 3px 10px;
  /* float: left; */
  font-size: 0.625em;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 1.5em;
  display: inline-block;
}

.mitglied-werden p.bodytext {
  margin-bottom: 0;
}

.mitglied-werden {
  display: none;
}

.mitglied-werden.show {
  display: table;
}

.mitglied-werden-icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.mitglied-werden-icon.open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

/* @end */


/* @group Video-Teaser auf Startseite Kreis */

.video-teaser-ribbon {
  position: fixed;
  display: inline-block;
  top: 425px;
  right: unset;
  top: 390px;
}

.video-teaser-ribbon {
  display: none;
}

body.video-teaser-ribbon-on .video-teaser-ribbon {
  display: inline-block;
}

.video-teaser {
  width: 170px;
  height: 170px;
  display: table;
  padding: 30px;
  border: 5px solid #00a1e5;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -40px;
  top: -10px;
  right: -60px;
  top: -20px;
}

.video-teaser .wrap {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.video-teaser .wrap a {
    padding-top: 0;
    padding-bottom: 0;
    color: #2d346c;
    display: inline-block;
    padding-left: 0;
}

.video-teaser.wrap a.internal-link::before,
.video-teaser .wrap a.external-link::before {
  content: '';
  margin-left: 0;
  position: relative;
}

.video-teaser .wrap a.internal-link::after,
.video-teaser .wrap a::after {
  content: '»';
  /* position: absolute; */
  /* bottom: 20px; */
  /* right: 12px; */
  /* color: #fff; */
  font-size: 1.565217391304348em;
  font-size: 1.55em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
  vertical-align: -0.05em;
  display: inline-block;
  margin-left: 0.3em;
}

.video-teaser .wrap a.internal-link::before {
  content: none;
}

.video-teaser .wrap::after {
  /* content: ""; */
  width: 32px;
  height: 32px;
  background: url("../images/icon-video-teaser.png") no-repeat;
  background-size: 32px;
  top: -10px;
  right: -10px;
  position: absolute;
  display: inline-block;
  }

.video-teaser-icon {
  content: "";
  width: 32px;
  height: 32px;
  background: url("../images/icon-video-teaser.png") no-repeat;
  background-size: 32px;
  z-index: 1;
  position: absolute;
}

.video-teaser .csc-header h3 {
  color: #fff;
  background-color: #2e356c;
  width: auto;
  border: 1px solid #fff;
  padding: 3px 10px;
  /* float: left; */
  font-size: 0.625em;
  line-height: 120%;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 1.5em;
  display: inline-block;
}

.video-teaser p.bodytext {
  margin-bottom: 0;
}

.video-teaser {
  display: none;
}

.video-teaser.show {
  display: table;
}

.video-teaser-icon {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.video-teaser-icon.open {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

/* @end */


/* @group Für unsere Mitglieder */

body.news-fuer-mitglieder h1 {
  width: 66.244725738396624%;
  margin-left: 16.877637130801688%;
  margin-right: 16.877637130801688%;
  margin-bottom: 40px;
}

body.news-fuer-mitglieder-details h1 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.inhaltsspalte-schmal {
  width: 66.244725738396624%;
  margin-left: 16.877637130801688%;
  margin-right: 16.877637130801688%;
  margin-bottom: 40px;
}

body.news-fuer-mitglieder div.image-gallery-wrapper .news .article {
  width: 32.083333333333333%;
  margin-right: 1.25%;
  margin-bottom: 12px;
  padding-bottom: 0;
  background-color: #dedfe7;
}

body.news-fuer-mitglieder div.image-gallery-wrapper .news .article .center-image img {
  display: none;
}

body.news-fuer-mitglieder .news .article h2.content {
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 85%;
  color: #2d346c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4375em;
  line-height: 121.739130434782609%;
  font-weight: 800;
  text-shadow: none;
}

body.news-fuer-mitglieder .news .article::before {
  background: linear-gradient(to bottom, rgba(117, 117, 117, 0) 0%, rgba(56, 56, 56, .7) 100%);
  content: none;
  display: none;
  height: 50%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
}

body.news-fuer-mitglieder .news .article div.arrow {
  color: #2d346c;
}

body.news-fuer-mitglieder .image-gallery-wrapper {
  margin-bottom: 3em;
}


/* @end */




/* @group Media Queries */

@media only screen and (max-width: 1052px) {
  
  div.image-box,
  body.vorstand .image-gallery-wrapper div.image-box {
    min-height: inherit;
  }
  
  .netzwerk-box div.csc-textpic .csc-textpic-imagewrap figure img {
    max-height: 70% !important; /* fuer responsive Berechnung %, fuer IE mit jQuery berechnete Pixel ueberschreiben */
  }
  
}

@media only screen and (max-width: 899px) {
  
  .home-teaser-box.big .cycle-pager {
    text-align: right;
    right: 12px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }  
  
  div.image-gallery-wrapper {
    width: 101.910828025477707%; /* 2 x 308 + 2 x 12 = 640, 640/628px */
  }
  
  div.image-gallery-wrapper .news .article,
  body.netzwerk div.image-gallery-wrapper div.safixi,
  body.news-fuer-mitglieder div.image-gallery-wrapper .news .article {
    width: 48.125%;
    margin-right: 1.875%;
    margin-bottom: 12px;
  }
  
  .evenito-embed {
    margin-right: 1.875% !;
  }
  
  .image-box p.bodytext {
    font-size: 0.875em; /* 14px/16 */
  }
  
  body.vorstand .image-gallery-wrapper div.image-box {
    min-height: 264px;
  }
  
  .news-img-wrap .outer p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .header-bild {
    width: 100%;
    margin-left: 0;
  }

  .container-2-spaltig-fullsize {
    width: 100%;
    margin-left: 0;
  }

  body.news-fuer-mitglieder h1 {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  
  .inhaltsspalte-schmal {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  
  p.instagram-button a {
    margin-top: 4px;
  }


}

@media only screen and (max-width: 680px) {
  
  .home-section-wrap.wirtschaft-politik .home-teaser-box::before {
    /* background: none; */
  }
  
  div.wirtschaft-politik .cycle-slideshow {
    min-height: 346px;
  }
  
  div.image-gallery-wrapper .news .article,
  body.news-fuer-mitglieder div.image-gallery-wrapper .news .article  {
    height: 211px; /* Seitenverhaeltnis Boxen ist 308/240 = 1.28333... hier gerechnet: Breite 272 / 1.28333px */
    height: 264px; /* neues Seitenverhältnis 308/300, höher, entsprechend neu berechtet */
  }
  
  div.image-gallery-wrapper {
    width: 101.910828025477707%
  }
  
  .image-gallery-wrapper div.image-box {
    width: 48.125%;
    margin-right: 1.875%;
  }
  
  body.vorstand .image-gallery-wrapper div.image-box {
    min-height: 320px;
  }
  
  body.vorstand .image-gallery-wrapper div.image-box.president {
    margin-right: 51.875%;
  }
  
  .image-gallery-wrapper .vorstand-heading {
    display: none;
  }
  
  .image-gallery-wrapper h2.president-heading {
    display: block;
  }

  .image-gallery-wrapper h2.vice-president-heading {
    display: block;
  }
  
  .contact-box p.text {
    font-size: 0.8125em;
  }
  
}

@media only screen and (max-width: 640px) {
  
  div.image-gallery-wrapper .news .article,
  body.news-fuer-mitglieder div.image-gallery-wrapper .news .article  {
    height: 199px; /* Seitenverhaeltnis Boxen ist 308/240 = 1.28333... hier gerechnet: Breite 256...px / 1.28333... */
    height: 249px; /* neues Seitenverhältnis 308/300, höher, entsprechend neu berechtet */
  }
  
  .list-article .list-item {
    display: flex;
  }
  
  .list-article .list-item .news-list-date {
    display: block;
  }
  
  .list-group > p {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
}

@media only screen and (max-width: 580px) {
  
  .home-teaser-box h2.content {
    font-size: 1.25em !important; /* 20px/16 */
  }
  
  .contact-box .csc-textpic-imagewrap {
    width: 75% !important;
    float: none;
  }
  
  .contact-box p.name {
    margin-top: 14px;
  }
  
  .contact-box p.text {
    font-size: 0.875em;
  }
  
  .contact-box .csc-textpic-text {
    width: 100% !important;
  }
  
}

@media only screen and (max-width: 540px) {

  div.additional .home-teaser-box {
    height: 240px;
  }
  
  div.image-gallery-wrapper .news .article,
  body.netzwerk div.image-gallery-wrapper div.safixi,
  body.news-fuer-mitglieder div.image-gallery-wrapper .news .article  {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
    height: 240px;
    height: 300px; /* neues Seitenverhältnis 308/300, höher, entsprechend neu berechtet */
  }
  
  div.home-teaser-box.big.events.two-cols .cycle-slideshow {
    min-height: 400px;
  }
    
  div.image-gallery-wrapper {
    width: 100%;
  }
  
  .image-gallery-wrapper div.image-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  
  body.vorstand .image-gallery-wrapper div.image-box {
    min-height: inherit;
  }
  
  .image-box p.bodytext {
    font-size: 1em; /* 16px */
  }
  
  div.float-left-50 {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  
  div.float-right-50 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
  
  div.hires-text-bild-box div.image-wrap {
    float: none;
  }
  
  div.hires-text-bild-box div.text-wrap {
    margin-left: 0;
    position: static;
    width: 100%;
  }

  .container-2-spaltig-fullsize .sc-content-wrapper {
    display: block;
  }

  .container-2-spaltig-fullsize .sc-content-wrapper > div {
    margin-right: 0;
  }

  .container-2-spaltig .sc-content-wrapper {
    display: block;
  }

  .text-bild .csc-textpic {
    display: block;
  }

  .text-bild .csc-textpic .csc-textpic-imagewrap {
    justify-content: flex-start;
  }

  .text-bild .csc-textpic .csc-textpic-text {
    width: 100%;
  }
  
  .textpic-2-cols {
    display: block;
  }

  .textpic-2-cols .csc-header {
    width: 25%;
  }

  .textpic-2-cols .csc-textpic {
    width: 100%;
  }

  .accordion.downloads div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 10px;
  }

}

/* Print output */  
@media print {}

/* @end */  
