/* GLOBAL STYLES
grün:#009540;
rot: #20613;
-------------------------------------------------- */

/*Schriften einbetten*/
/* source-sans-3-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/source-sans-3-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../Fonts/source-sans-3-v18-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* source-sans-3-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 400;
    src: url('../Fonts/source-sans-3-v18-latin-italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../Fonts/source-sans-3-v18-latin-italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* source-sans-3-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/source-sans-3-v18-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../Fonts/source-sans-3-v18-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* source-sans-3-600italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 600;
    src: url('../Fonts/source-sans-3-v18-latin-600italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../Fonts/source-sans-3-v18-latin-600italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* source-sans-3-900 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 900;
    src: url('../Fonts/source-sans-3-v18-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../Fonts/source-sans-3-v18-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* source-sans-3-900italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Source Sans 3';
    font-style: italic;
    font-weight: 900;
    src: url('../Fonts/source-sans-3-v18-latin-900italic.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../Fonts/source-sans-3-v18-latin-900italic.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}


.tx-indexedsearch-browsebox {
    text-align: center;
}

.tx-indexedsearch-browsebox {
    list-style: none;
    padding: 0;
}

.tx-indexedsearch-browsebox > li {
    display: inline;
    padding-right: 15px;
}

/* Padding below the footer and lighter body text */
html, body {
    min-width: 300px !important;
    overflow-x: hidden !important;
}

html, * {
    font-family: 'Source Sans 3', sans-serif;;
    box-sizing: border-box;
}

body {
    color: #171717;
}

.container {
    max-width: 1160px;
}

.topnav.desktop {
    background-color: rgb(217, 239, 227);
}

.topnav {
    padding: 0;
    width: 100%;
    display: block;
    background: url('../../../Resources/Public/Images/wave2.svg'),
    linear-gradient(to bottom, RGBA(255, 255, 255, 0.5), RGBA(255, 255, 255, 0.5)) 30px 0px no-repeat;
    background-size: cover, 250px 85px;
}

#logo {
    width: 270px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 30px;
    width: 250px;
    height: auto;
    z-index: 2;
    padding-bottom: 20px;
}

#logo img {
    width: 200px;
    height: auto;
    margin-top: -40px;
}

#margin-news {
    top: 0;
    left: 30px;
    width: 250px;
    min-height: 583px;
    background: linear-gradient(to bottom, RGBA(255, 255, 255, 0.5), RGBA(255, 255, 255, 0.5)) 0px 0px no-repeat;
    z-index: 2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 20px;
    position: absolute;
    text-align: center;
}

#margin-news a:hover {
    color: #000;
}


#news-content {
    position: relative;
    margin-top: 120px;
}

#news-content-mobile {
    padding: 25px;
    background-color: #d9efe3;
}

.topnav .icons {
    margin-right: 3em;
}

.topnav .icons a {
    margin-top: 1em;
    margin-right: 1em;
}

.topnav .btn.btn-primary {
    vertical-align: unset;
    padding: 0.375rem 0.75rem;
}

#topnav {
    display: inline-block;
    margin-left: 300px;
    margin-top: -20px;
}

#main_nav {
    margin-left: 300px;
    margin-top: 8px;
}

.maincontent {
    padding: 30px;
    background-color: #d9efe3;
}

#contentMain {
    margin-bottom: 30px;
}

.mainnav {
    background-color: #f5ec02;
}

.visual {
    background-color: #ccc;
    position: relative;
    overflow: hidden;
}

#contentSponsor .flexslider {
    margin-bottom: 0;
    border: 0px solid #ffffff;
    background: none;
}

#contentSponsor .flexslider .container {
    padding: 10px;
}

#contentSponsor .flexslider .slides img {
    height: auto;
    width: auto;
}

.page {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

#contentRight, #contentMember {
    background-color: #ecf7f1;
    border-radius: 10px;
}

footer {

    min-height: 100px;
    padding: 0;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #d9efe3;
    background-image: url('../../../Resources/Public/Images/wave-bottom.svg');
}

#footer .container {
    padding: 30px 0;
}

#margin-col h2 {
    display: block;
    background-color: #304654;
    color: #fff;
    padding: 5px 15px;
}

#margin-col h2.no-topborder {
    border-top: none;
}

#margin-col li, #margin-col li {
    padding-bottom: 10px;
}

#footer .imprint {
    color: #fff;
    margin-top: -10px;
}

/*Schriftgrößen und -farben*/


h1 {
    font-size: 1.6em;
    font-weight: 900;
    display: inline-block;

}

.maincontent h2 {
    font-size: 1.4em;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #fff;
    background-color: #009540;
    padding: 2px 6px;
    display: inline-block;
}

.maincontent h2 a {
    color: #fff;
}

h3 {
    font-size: 1em;
}

p {
    font-size: 1.1em;
}


header {

}

.footernav ul {
    margin: 0;
    padding: 0;
}

.footernav ul li {
    display: inline-block;
    padding-left: 10px;
}

.footernav a {
    color: #0b0b0b;
    text-decoration: none;
}

/*Aufteilung */
#breadcrumb {
    width: 100%;
    background-color: #d9efe3;
    border-top: 2px solid #ffffff;
    border-bottom: 1px solid #fff;
    padding: 3px 0 3px 30px;
}

#breadcrumb p {
    padding: 5px;
}

#breadcrumb a {
    font-weight: normal;
}

/*common classes*/
a {
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    font-weight: bold;
    color: #0b0b0b;
    text-decoration: none;
    text-decoration: none;
}

.maincontent a {
    color: #e20613;
}

a:hover {
    text-decoration: none;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.nopad-left {
    padding-left: 0;
}

.nopad-right {
    padding-right: 0;
}

.no-list-style {
    padding: 0;
    list-style: none;
}

.no-list-style li {
    display: inline-block;
    padding-right: 10px;
}

.social-fixed .no-list-style li {
    display: block;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.social-fixed {
    position: fixed;
    right: -70px;
    top: 180px;
    text-align: right;
    z-index: 30;
}

.social-fixed ul li a {
    display: inline-block;
    margin-right: -180px;
    width: 300px;
    text-align: left;
}


.social-fixed ul li a:hover {
    margin-right: 0;
}

.social-fixed ul li a img {
    margin-right: 10px;
    width: 50px;
    height: auto;
    background-color: #009540;
    margin: 0.2em 1em 0 0;
    padding: 5px;
    border-radius: 50%;
}

.social-fixed ul li a .label {
    background-color: #000;
    color: #fff;
    height: 46px;
    width: 250px;
    display: inline-block;
    padding: 8px 8px 7px 30px;
    mask: radial-gradient(16px 24px at left, transparent 100%, black);
    border-radius: 0px 50px 50px 0px;
    margin-left: -30px;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.btn-primary {
    background-color: #009540;
    border-color: #009540;
    margin-top: 5px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #009540;
    border-color: #009540;
}

.maincontent .btn-secondary {
    color: #fff;
}

.error {
    font-color: red;
}

.error_row {
    color: red;
}

.tx-indexedsearch-info {
    display: none;
}

.trenner {
    clear: both;
    height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
}

.popup-gallery a img {
    padding-right: 3px;
    padding-bottom: 3px;
}


