/*
Theme Name: GDD
Theme URI: https://www.gdd.de
Author:  KMD Medien GmbH
Author URI: https://www.kmd.de
Description: a Client-Theme for GDD
Version: 1.3
*/


 /*----------------------------------------------------------------------
build in: 02-2022
last update: 10-2023
copyright: KMD Medien GmbH – www.kmd.de
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
colors
----------------------------------------------------------------------*/

:root {
    --gdd-himbeer-rot: #B91E69;
    --gdd-weiss: #FFFFFF;
    --gdd-leicht-gold: #A09182;
    --gdd-dunkelbeere-rot: #6E0F46;
    --gdd-nacht-rot: #2D0519;
    --gdd-leicht-grau: #F0F0F0;
    --gdd-aktiv-blau: #5AB9B9;
    --gdd-nacht-blau: #0A1E37;
    --gdd-signal-gruen: #82BE1E;
    --gdd-signal-orange: #FFAA00;
    --gdd-signal-rot: #960A46;
    }
    

/*----------------------------------------------------------------------
Fonts
----------------------------------------------------------------------*/

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v29-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/roboto-v29-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v29-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v29-latin-900.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v29-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v29-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}


/*----------------------------------------------------------------------
global structure & normalize
----------------------------------------------------------------------*/

body {
    margin: 0;
    border: 0 none;
    padding: 0;
    color: var(--gdd-nacht-blau);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-rendering: optimizeSpeed;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }

p, form, img, legend, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd {
    margin: 0;
    border: 0 none;
    padding: 0;
    }
 
input, textarea, button, select {
    margin: 0;
    font: inherit;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    }

input[type="submit"], button, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    }

select {
    background: url(img/icon-dropdown.svg) 95% center no-repeat transparent;
    background-size: 20px 20px;
    }

textarea {
    overflow: auto;
    }

a {
    color: var(--gdd-himbeer-rot);
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

a:hover, a:focus {
    color: var(--gdd-aktiv-blau);
    outline-width: 0;
    text-decoration: underline;
    }
    
a:active {
    color: var(--gdd-dunkelbeere-rot);
    outline-width: 0;
    }

mark {
    background-color: var(--gdd-dunkelbeere-rot);
    color: var(--gdd-weiss);
    padding: 2px;
    border-radius: 5px;
    }

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

sub {
    bottom: -0.25em;
    }

sup {
    top: -0.5em;
    }
    
strong {
    font-weight: 900;
    }
    
.wrapper {
    margin: 0px auto;
    max-width: 1400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    }

.screen-reader-text {
    display: none;
    }
    
*, ::after, ::before {
    scroll-behavior: smooth;
    }
        

/*----------------------------------------------------------------------
Forms + Button
----------------------------------------------------------------------*/

.link-more {
    background: url(img/icon-link-r.svg) left center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-himbeer-rot);
    padding: 2px 0 2px 37px;
    display: inline-block;
    }

.link-more:hover {
    background: url(img/icon-link-b.svg) 5px center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-aktiv-blau);
    text-decoration: underline;
    }

a.button-first,
a span.button-first,
span.button-first a,
.wpcf7-submit,
.search-inputs input[type="submit"] {
    background: url(img/icon-link-w.svg) 10px center no-repeat var(--gdd-himbeer-rot);
    background-size: 22px 22px;
    color: var(--gdd-weiss) !important;
    padding: 10px 15px 10px 45px;
    border: 1px solid var(--gdd-himbeer-rot);
    border-radius: 0px 10px 0px 10px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

a.button-first:hover,
a:hover span.button-first,
span.button-first a:hover,
.wpcf7-submit:hover,
.search-inputs input[type="submit"]:hover {
    background: url(img/icon-link-w.svg) 15px center no-repeat var(--gdd-aktiv-blau);
    background-size: 22px 22px;
    color: var(--gdd-weiss) !important;
    border: 1px solid var(--gdd-aktiv-blau);
    text-decoration: none;
    cursor: pointer;
    }
    
a.button-second,
a span.button-second,
span.button-second a {
    background: url(img/icon-link-r.svg) 10px center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-himbeer-rot);
    padding: 10px 15px 10px 45px;
    border: 1px solid var(--gdd-himbeer-rot);
    border-radius: 0px 10px 0px 10px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

a.button-second:hover,
a:hover span.button-second,
span.button-second a:hover {
    background: url(img/icon-link-b.svg) 15px center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-aktiv-blau);
    border: 1px solid var(--gdd-aktiv-blau);
    text-decoration: none;
    }

.wpcf7 input[type="password"],
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea,
.wpcf7 select {
    border: 1px solid var(--gdd-leicht-gold);
    background: var(--gdd-weiss);
    border-radius: 10px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
    }
    
.wpcf7 input[type="password"]:hover,
.wpcf7 input[type="text"]:hover,
.wpcf7 textarea:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 select:hover,
.wpcf7 input[type="password"]:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 textarea:focus {
    background: var(--gdd-leicht-grau);
    }

.wpcf7 select {
    background: url(img/icon-dropdown.svg) 95% center no-repeat var(--gdd-weiss);
    background-size: 20px 20px;
    }

.wpcf7 select:hover,
.wpcf7 select:focus {
    background: url(img/icon-dropdown.svg) 95% center no-repeat var(--gdd-leicht-grau);
    background-size: 20px 20px;
    }

span.wpcf7-list-item {
    margin: 0;
    }

.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 30px 0;
    padding: 30px;
    border-radius: 10px;
    }

.wpcf7-not-valid-tip {
    color: var(--gdd-signal-rot);
    }

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: var(--gdd-signal-orange);
    }

.wpcf7 form.sent .wpcf7-response-output {
    border-color: var(--gdd-signal-gruen) ;
    }

.forms-section-columns {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -30px 0 0;
    clear: both;
    }

.forms-section-columns .forms-item {
    width: calc(50% - 30px);
    margin: 0 30px 0 0;
    }

.forms-section-columns h2,
.forms-section-columns h3 {
    width: 100%;
    }
    
.radio-lines .wpcf7-list-item {
    display: block;
    }

.forms-upload {
    border: 1px solid var(--gdd-leicht-gold);
    border-radius: 10px;
    padding: 10px 15px;
    margin: 0 0 30px 0;
    display: block;
    width: calc(100% - 30px);
    }

.main-content .forms-upload p {
    margin: 0;
    }


/*----------------------------------------------------------------------
Header + Stage
----------------------------------------------------------------------*/

header *,
.stage-home,
.stage-home *,
.stage-follow,
.stage-follow * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

.header-items {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 700;
    background-color: rgba(255, 255, 255, 1.0);
    }

.scrollUp {
    top: -210px;
    }

.header-items .wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 30px 0 0 0;
    }
    
.portal-logo {
    display: block;
    width: 200px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    background: url(img/gdd-logo.svg) left center no-repeat;
    background-size: auto 60px;
    }

.portal-logo a {
    display: block;
    width: 175px;
    height: 60px;
    }

.meta-navigation {
    display: block;
    text-align: right;
    width: calc(100% - 200px);
    padding: 20px 0 0 0;
    }

.meta-navigation ul {
    list-style: none;
    }

.meta-navigation li {
    display: inline;
    margin-left: 20px;
    }
 
 .meta-navigation .get-contact {
    background: url(img/icon-contact-r.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 30px;
    }

 .meta-navigation .get-contact:hover {
    background: url(img/icon-contact-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

 .meta-navigation .get-search {
    background: url(img/icon-search-r.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 30px;
    border: 0;
    cursor: pointer;
    color: var(--gdd-himbeer-rot);
    }

 .meta-navigation .get-search:hover {
    background: url(img/icon-search-b.svg) left center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-aktiv-blau);
    text-decoration: underline;
    }

 .meta-navigation .gdd-login {
    background: var(--gdd-leicht-gold) url(img/icon-login-w.svg) 15px center no-repeat;
    background-size: 22px 22px;
    padding: 10px 15px 10px 45px;
    border-radius: 0px 10px 0px 10px;
    color: var(--gdd-weiss);
    text-decoration: none;
    }

 .meta-navigation .gdd-login:hover {
    background: var(--gdd-aktiv-blau) url(img/icon-login-w.svg) 15px center no-repeat;
    background-size: 22px 22px;
    }

.is-language-switch .wpml-ls-legacy-list-horizontal {
    display: inline;
    clear: none;
    border: 0;
    padding: 0;
    }
 
.is-language-switch .wpml-ls-current-language a {
    font-weight: 900;
    }

.wpml-ls-legacy-list-horizontal a {
    padding: 0;
    }

.wpml-ls-legacy-list-horizontal a:hover span {
    text-decoration: underline;
    }

.wpml-ls-legacy-list-horizontal li a::after {
    content: "|";
    color: var(--gdd-nacht-blau);
    padding: 0 5px;
    }

.wpml-ls-legacy-list-horizontal li:last-child a::after {
    content: "";
    padding: 0;
    }
 
.meta-navigation ul ul {
    display: inline;
    } 
 
.is-lang-switch-mobile {
    display: none;
    } 
 
.main-navigation {
    display: block;
    border-top: 1px solid var(--gdd-leicht-gold);
    width: 100%;
    text-align: right;
    vertical-align: middle;
    list-style: none;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    }
    
.main-navigation nav li {
    display: inline-block;
    position: relative;
    margin: 0 0 0 30px;
    }

.main-navigation nav a {
    color: var(--gdd-nacht-blau);
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    }

.main-navigation nav a:hover {
    color: var(--gdd-aktiv-blau);
    }

.main-navigation nav ul ul {
    background-color: var(--gdd-weiss);
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 0;
    list-style: none;
    position: absolute;
    right: -9999px;
    z-index: 900;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }

.main-navigation nav ul ul li {
    border-bottom: 1px solid var(--gdd-leicht-gold);
    display: block;
    text-align: left;
    margin: 0;
    }
 
.main-navigation nav ul ul li:last-child {
    border-bottom: 0px;
    }   
    
.main-navigation nav li:hover ul {
    right: 0px;
    }

.main-navigation nav ul ul a {
    padding: 10px;
    color: var(--gdd-nacht-blau);
    display: block;
    width: 250px;
    margin: 0;
    font-size: 20px;
    line-height: 22px;
    text-transform: none;
    }
    
.main-navigation nav ul li:hover ul li a:hover {
    color: var(--gdd-aktiv-blau);
    }

.main-navigation nav ul ul .nav-active {
    background: var(--gdd-weiss);
    color: var(--gdd-himbeer-rot);
    }

.main-navigation nav input[type="checkbox"],
.main-navigation nav label {
    display: none;
    }

.while-scrolling {
    background-color:  var(--gdd-weiss);
    box-shadow: 0px 20px 60px rgba(0,0,0,0.4);
    }

.while-scrolling .wrapper {
    padding: 20px 0 0 0;
    }

.stage-home {
    margin: 0 60px 30px 60px;
    }

.stage-home-bg {
    background: var(--gdd-dunkelbeere-rot);
    max-width: 1700px;
    margin: 205px auto 0px auto;
    padding: 150px 0 0 0;
    border-radius: 10px 0 10px 0;
    }

.stage-home .wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    }

.stage-teaser {
    background: var(--gdd-himbeer-rot);
    border-radius: 0 10px 0 10px;
    width: calc(50% - 60px);
    box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
    margin: 0 0 -30px 0;
    position: relative;
    }

.stage-teaser:hover {
    box-shadow: 0px 20px 60px rgba(0,0,0,0.4);
    margin: -5px 0 -25px 0;
    background: var(--gdd-aktiv-blau);
    }

.stage-teaser::before {
    background: url(img/icon-gddsign-w.svg) no-repeat;
    background-size: 60px 60px;
    height: 60px;
    width: 60px;
    position: absolute;
    top: -10px;
    right: 60px;
    content: "";
    }

.stage-teaser a {
    display: block;
    color: var(--gdd-weiss);
    padding: 60px;
    text-decoration: none;
    }

.stage-teaser .link-more {
    background: url(img/icon-link-w.svg) left center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-weiss);
    margin: 30px 0 0 0;
    padding: 0 0 0 37px;
    display: block;
    }

.stage-teaser:hover .link-more,
.stage-teaser:hover .link-more:hover {
    background: url(img/icon-link-w.svg) 2px center no-repeat;
    background-size: 22px 22px;
    text-decoration: underline;
    }

.stage-teaser h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    }

.stage-teaser h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 30px 0;
    }

.stage-follow {
    margin: 0 60px 30px 60px;
    }

.stage-follow-bg {
    background: var(--gdd-dunkelbeere-rot);
    max-width: 1700px;
    height: 330px;
    margin: 205px auto 90px auto;
    border-radius: 10px 0 10px 0;
    position: relative;
    }

.stage-headline {
    background: var(--gdd-himbeer-rot);
    color: var(--gdd-weiss);
    border-radius: 0 10px 0 10px;
    padding: 60px;
    width: calc(50% - 120px);
    box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
    position: absolute;
    bottom: -30px;
    }

.stage-headline h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    }

.gdd-search {
    display: none;
    background: var(--gdd-dunkelbeere-rot);
    position: fixed;
    top: 0px;
    width: calc(100% - 60px);
    z-index: 1000;
    text-align: center;
    padding: 20vh 30px;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.4);
    }
    
.search-close {
    margin: 0px auto 30px auto;
    max-width: 1400px;
    border-bottom: 1px solid var(--gdd-himbeer-rot);
    text-align: right;
    }
    
.button-search-hide {
    background: url(img/icon-menux-w.svg) center right no-repeat;
    background-size: 20px 20px;
    color: var(--gdd-weiss);
    border: 0px;
    padding: 10px 30px 10px 0;
    cursor: pointer;
    }

.button-search-hide:hover {
    opacity: 0.5;
    }

.search-inputs input[type="text"] {
    border: 1px solid var(--gdd-leicht-gold);
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    width: 50%;
    margin: 0 5px 0 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    outline: none;
    }
    
.search-inputs input[type="text"]:hover,
.search-inputs input[type="text"]:focus {
    background: var(--gdd-leicht-grau);
    }

.search-in-page {
    margin: 30px 0 90px 0;
    }    
    
    
/*----------------------------------------------------------------------
Portal-Home + News + Events
----------------------------------------------------------------------*/

.ph-hot-teaser *,
.ph-news *,
.ph-events *,
.follow-news *,
.follow-news-list *,
.is-topic-teaser * {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

.ph-hot-teaser {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 120px 0;
    }

.ph-hot-teaser article {
    width: calc(50% - 60px);
    }

.is-hot-teaser {
    background: var(--gdd-leicht-grau);
    border-radius: 0 10px 0 10px;
    margin: 0 60px 0 0;
    position: relative;
    }

.is-hot-teaser a {
    display: block;
    color: var(--gdd-nacht-blau);
    padding: 60px;
    }

.is-hot-teaser a:hover {
    color: var(--gdd-aktiv-blau);
    text-decoration: none;
    }

.is-hot-teaser .ht-icon {
    position: absolute;
    right: 60px;
    top: -15px;
    }

.is-hot-teaser h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    }

.is-hot-teaser h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 30px 0;
    }

.is-hot-teaser .link-more {
    background: url(img/icon-link-r.svg) left center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-himbeer-rot);
    margin: 30px 0 0 0;
    padding: 0 0 0 37px;
    display: block;
    }

.is-hot-teaser:hover .link-more {
    background: url(img/icon-link-b.svg) 2px center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-aktiv-blau);
    text-decoration: underline;
    }

.is-services-teaser {
    margin: 0 0 0 60px;
    }

.is-services-teaser ul {
    list-style: none;
    }

.is-services-teaser h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    padding: 0 0 22px 0;
    border-bottom: 1px solid var(--gdd-leicht-gold);
    }

.is-services-teaser a {
    color: var(--gdd-nacht-blau);
    background: url(img/icon-link-r.svg) right center no-repeat;
    background-size: 22px 22px;
    font-weight: 900;
    display: block;
    border-bottom: 1px solid var(--gdd-leicht-gold);
    padding: 22px 0;
    }

.is-services-teaser a:hover {
    color: var(--gdd-aktiv-blau);
    background: url(img/icon-link-b.svg) right center no-repeat;
    background-size: 22px 22px;
    }

.ph-news {}

.ph-news-header {
    margin: 0 0 90px 0;
    }

.news-show-all {
    display: block;
    float: right;
    background: url(img/icon-news-r.svg) right center no-repeat;
    background-size: 45px 45px;
    padding: 10px 60px 10px 0;
    margin: -10px 0 0 0;
    }

.news-show-all a,
.events-show-all a {
    background: url(img/icon-link-r.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 37px;
    }

.news-show-all a:hover,
.events-show-all a:hover {
    background: url(img/icon-link-b.svg) 2px center no-repeat;
    background-size: 22px 22px;
    }

.ph-news-header h2,
.ph-events-header h2,
.is-events-header h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    }

.ph-news-items {
    background: var(--gdd-leicht-grau);
    max-width: 1700px;
    margin: 0px auto;
    padding: 30px 0 0 0;
    border-radius: 10px 0 10px 0;
    }

.here-news-items {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -30px 0 0;
    clear: both;
    }

.news-item {
    width: calc(33.33% - 150px);
    border-radius: 0px 10px 0px 10px;
    background: var(--gdd-weiss);
    padding: 60px 60px 15px 60px;
    margin: -90px 30px 60px 0;
    box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
    }

.news-item:hover {
    margin: -95px 30px 65px 0;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.4);
    }
 
.news-item .link-more,
.event-item .link-more {
    color: transparent;
    padding: 15px 0 15px 0;
    background: transparent left center;
    background-size: 22px 22px;
    }

.news-item:hover .link-more,
.event-item:hover .link-more {
    background: url(img/icon-link-r.svg) left center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-himbeer-rot);
    padding: 15px 0 15px 37px;
    display: inline-block;
    }
    
.news-item:hover .link-more:hover,
.event-item:hover .link-more:hover {
    background: url(img/icon-link-b.svg) 2px center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-aktiv-blau);
    text-decoration: underline;
    }

.news-item h3 a,
.event-item h3 a,
.eventorganiser-event-meta h3,
.eventorganiser-event-go h3 {
    color: var(--gdd-nacht-blau);
    display: inline-block;
    padding: 0 0 15px 0;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    }

.news-item h3 a:hover,
.event-item h3 a:hover {
    color: var(--gdd-aktiv-blau); 
    }

.follow-news .news-item {
    margin: -90px 30px 120px 0;
    }

.follow-news .news-item:hover {
    margin: -95px 30px 125px 0;
    }
    
.ni-image {
    height: 210px;
    overflow: hidden;
    margin: -60px -60px 30px -60px;
    border-radius: 0px 10px 0px 10px;
    }
    
.ni-image img {
    width: 100%;
    height: auto;
    }

.ni-header,
.nli-aside {
     display: table;
     width: auto;
     margin: 0 0 15px 0;
    }

.ni-header img,
.nli-aside img {
     display: table-cell;
     vertical-align: top;
     width: 45px;
     margin: 0 15px 0 0;
    }
    
.ni-header .ni-aside,
.nli-aside .nli-aside-context {
     display: table-cell;
     vertical-align: top;
     line-height: 24px;
    }
 
.ni-header .is-category,
.nli-aside .is-category {
    display: block;
    }

.ni-header .is-category a,
.nli-aside .is-category a {
    color: var(--gdd-leicht-gold);
    }
 
.ph-news-select {
    text-align: center;
    padding: 0 0 60px 0; 
    }
 
.follow-news-select {
    text-align: right;
    padding: 0 0 120px 0; 
    }
 
.ph-news-select select,
.follow-news-select select {
    border-radius: 10px;
    border: 1px solid var(--gdd-leicht-gold);
    padding: 10px 15px;
    cursor: pointer;
    }

.ph-news-select select:hover,
.follow-news-select select:hover {
    border: 1px solid var(--gdd-aktiv-blau);
    color: var(--gdd-aktiv-blau);
    }

.ph-news-select option { 
    color: var(--gdd-nacht-blau);
    }

.blog-archive-area {
    margin: 0 0 120px 0;
    }

.blog-archive-area-short-head {
    margin: 0 0 60px 0;
    }

.news-navigation {
    list-style: none;
    }

.news-navigation li {
    display: inline-block;
    }
 
.news-navigation li a,
.news-navigation li select,
.blog-item-info .blog-item-tooverview,
.blog-item-info .blog-item-category a,
.search-nav-next a,
.search-nav-previous a {
    color: var(--gdd-himbeer-rot);
    border: 1px solid var(--gdd-himbeer-rot);
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    display: block;
    margin: 0 0 5px 0;
    line-height: 22px;
    } 

.news-navigation li a:hover,
.news-navigation li select:hover,
.search-nav-next a:hover,
.search-nav-previous a:hover { 
    border: 1px solid var(--gdd-aktiv-blau);
    color: var(--gdd-aktiv-blau);
    }

.news-navigation li option { 
    color: var(--gdd-nacht-blau);
    }

.news-archive-active {
    display: block;
    border: 1px solid var(--gdd-nacht-blau);
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    margin: 0 0 5px 0;
    line-height: 22px;
    }

.search-nav {
    list-style: none;
    margin: 0 0 60px 0;
    }

.search-nav li {
    display: inline-block;
    }

.blog-item-info {
    list-style: none;
    margin: 0 0 90px 0;
    }

.blog-item-info li {
    display: inline-block;
    }

.blog-item-info .blog-item-date {
    border: 1px solid var(--gdd-nacht-blau);
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
    display: block;
    margin: 0 0 5px 0;
    line-height: 22px;
    }
 
.ph-events {
    margin: 90px 0 150px 0;
    }

.events-show-all {
    display: block;
    float: right;
    background: url(img/icon-events-r.svg) right center no-repeat;
    background-size: 45px 45px;
    padding: 10px 60px 10px 0;
    margin: -10px 0 0 0;
    }
 
.ph-events-items {
    background: var(--gdd-leicht-grau);
    max-width: 1700px;
    margin: 0px auto;
    padding: 60px 0 0 0;
    border-radius: 0 10px 0 10px;
    display: flex;
    }

.follow-events-items {
    background: var(--gdd-leicht-grau);
    max-width: 1700px;
    margin: 0px auto 120px auto;
    padding: 60px 0 120px 0;
    border-radius: 0 10px 0 10px;
    display: flex;
    }
 
 .ph-events-items .wrapper,
 .follow-events-items .wrapper {
    width: 100%; 
    }
 
 .here-event-items {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -30px -60px 0;
    clear: both;
    }
 
.event-item {
    width: calc(33.33% - 150px);
    border-radius: 10px 0px 10px 0px;
    background: var(--gdd-weiss);
    padding: 60px 60px 15px 60px;
    margin: 30px 30px 0 0;
    box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
    position: relative;
    }

.event-item:hover {
    margin: 25px 30px 5px 0;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.4);
    }

.event-date {
    display: inline-block;
    }

.event-category {
    margin: 0 0 15px 0;
    }

.event-infos {
    list-style: none;
    }

.event-occurrence {
    position: absolute;
    top: -10px;
    right: 0;
    background: var(--gdd-leicht-gold);
    color: var(--gdd-weiss);
    padding: 5px 10px;
    border-radius: 0px 10px 0px 10px;
    }

.event-single-content {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    }

.event-single-main {
    width: calc(50% - 60px);
    margin: 0 60px 0 0;
    }

.event-single-details {
    width: 50%;
    margin: 0 0 30px 0;
    position: relative;
    }

.eventorganiser-event-meta {
    padding: 60px;
    background: var(--gdd-leicht-grau);
    border-radius: 0 10px 0 0;
    }

.eventorganiser-event-meta li {
    border-bottom: 1px solid var(--gdd-leicht-gold);
    padding: 10px 0;
    }

.eventorganiser-event-meta li:last-child {
    border-bottom: 0;
    }

.eventorganiser-event-meta ul.eo-event-meta {
    list-style: none;
    padding: 10px 0 0 0;
    border-top: 1px solid var(--gdd-leicht-gold);
    }
    
.eventorganiser-event-meta ul.eo-event-meta ul {
    list-style: circle;
    margin: 5px 0 0 15px;
    }

.eventorganiser-event-meta .eo-event-meta li {
    border-bottom: 0;
    padding: 0 0 5px 0;
    }

.eventorganiser-event-go {
    padding: 60px;
    border: 1px solid var(--gdd-leicht-gold);
    border-radius: 0 0 10px 0;
    margin: 0 0 30px 0;
    }

.event-action-now {
    display: block;
    }

.topic-teaser {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -30px 0 0;
    }

.is-topic-teaser {
    background: var(--gdd-leicht-grau);
    border-radius: 0px 10px 0px 10px;
    }

.tt-image {
    border-radius: 0px 10px 0px 10px;
    color: transparent;
    height: 260px;
    }

.is-topic-teaser:hover .tt-image {
    background-position: left -15px !important;
    }

.tt-content {
    padding: 60px 150px 60px 60px;
    position: relative;
    }

.tt-icon {
    position: absolute;
    top: 60px;
    right: 60px;
    }

.tt-content h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 30px 0;
    }

.tt-content p {
    margin: 0 0 30px 0;
    }

.tt-content .link-more {
    border: 1px solid transparent;
    border-radius: 0px 10px 0px 10px;
    padding: 10px 15px 10px 45px;
    }

.event-single-details .link-more {
    border: 1px solid transparent;
    border-radius: 0px 10px 0px 10px;
    padding: 10px 15px 10px 45px;
    background-position: 10px center;
    border: 1px solid var(--gdd-leicht-gold);
    }

.is-topic-teaser:hover .tt-content .link-more,
.event-single-details:hover .link-more {
    border: 1px solid var(--gdd-himbeer-rot);
    }
    
.is-topic-teaser:hover .tt-content .link-more:hover,
.event-single-details:hover .link-more:hover {
    border: 1px solid var(--gdd-aktiv-blau);
    background-position: 15px center;
    }

.callto-action {
    margin: 90px 0 30px 0;
    }

.cta-content {
    width: 33.33%;
    margin: 0 auto;
    }

.main-content .cta-content h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
    margin: 0 0 30px 0;
    }

.main-content ul.cta-actions {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 15px 0 0 0;
    }

.main-content .cta-content p {
    margin: 0;
    }

span.is-german {
    background: url(img/icon-de.svg) center center no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    border-radius: 50px;
    border: 1px solid var(--gdd-weiss);
    }

span.is-english {
    background: url(img/icon-en.svg) center center no-repeat;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px;
    border-radius: 50px;
    border: 1px solid var(--gdd-weiss);
    }

.cta-actions li {
    width: 50%;
    margin: 15px 0 0 0;
    }

.cta-actions li a {
    padding: 2px 0 2px 35px;
    }

.cta-actions .cta-info {
    background: url(img/icon-info-r.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.cta-actions .cta-info:hover {
    background: url(img/icon-info-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.cta-actions .cta-form {
    background: url(img/icon-document-r.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.cta-actions .cta-form:hover {
    background: url(img/icon-document-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.cta-actions .cta-phone {
    background: url(img/icon-phone-r.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.cta-actions .cta-phone:hover {
    background: url(img/icon-phone-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.cta-actions .cta-mail {
    background: url(img/icon-mail-r.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.cta-actions .cta-mail:hover {
    background: url(img/icon-mail-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.is-news-list {
    margin: 60px 0;
    }

.news-list-item {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-bottom: 1px solid var(--gdd-leicht-gold);
    padding: 30px 0;
    }

.news-list-item:last-child {
    border-bottom: 0;
    }

.nli-aside {
    width: 300px;
    }

.nli-main {
    width: calc(100% - 300px);
    }

.nli-aside-context {
    width: 100%;
    }

.news-category-view {
    margin: 0 0 90px 0;
    }

.fc-event-container .fc-event {
    color: var(--gdd-weiss) !important;
    border-radius: 0px 10px 0px 10px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    padding: 10px !important;
    }

.eo-fullcalendar {
    padding: 0 0 30px 0;
    }
    
.eo-fullcalendar-reset.fc-unthemed .fc-today,
.fc-unthemed th,
.qtip-eo .qtip-titlebar {
    background: var(--gdd-leicht-grau) !important;
    }

.fc .fc-button-group > * {
    margin: 0 0 0 5px !important;
    }
    
.fc button {
    background: transparent !important;
    border: 1px solid var(--gdd-himbeer-rot);
    color: var(--gdd-himbeer-rot);
    }
    
.fc button:hover {
    border: 1px solid var(--gdd-aktiv-blau);
    color: var(--gdd-aktiv-blau);
    }
    
.qtip {
    font-size: 16px !important;
    line-height: 18px !important;
    }    

.eo-fc-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-highlight {
    background: var(--gdd-leicht-gold) !important;
    color: var(--gdd-weiss) !important;
    }

.is-events-navigation,
.eo-events-nav-earlier,
.eo-events-nav-later {
    display: inline-block;
    }

/*----------------------------------------------------------------------
Main Content + Follow
----------------------------------------------------------------------*/

.main-content {
    margin: 0 0 90px 0;
    }

.main-content h1 {
    font-size: 45px;
    line-height: 55px;
    font-weight: 400;
    margin: 0 0 30px 0;
    }

.main-content h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 30px 0;
    }

.main-content h3 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
    margin: 0 0 30px 0;
    }

.main-content h4 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    margin: 0 0 30px 0;
    background: var(--gdd-himbeer-rot);
    color: var(--gdd-weiss);
    border-radius: 0 10px 0 10px;
    padding: 30px;
    box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
    display: inline-block;
    }

.main-content p {
    margin: 0 0 30px 0;
    }

.main-content ul,
.main-content ol {
    margin: 0 0 30px 15px;
    }

.main-content img {
    max-width: 100%;
    height: auto;
    }

.main-content a:not([href*='dev2.kmd.de']):not([href*='gdd.de']):not([href*='mailto:']):not([href*='tel:']):not([href^='#']):not([href^='/']):after,
.event-single-details a:not([href*='dev2.kmd.de']):not([href*='gdd.de']):not([href*='mailto:']):not([href*='tel:']):not([href^='#']):not([href^='/']):after {
    content: url(img/icon-external-r.svg);
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    height: 16px;
    width: 16px;
    padding: 0 0 0 5px;
    }

.main-content a:hover:not([href*='dev2.kmd.de']):not([href*='gdd.de']):not([href*='mailto:']):not([href*='tel:']):not([href^='#']):not([href^='/']):after,
.event-single-details a:hover:not([href*='dev2.kmd.de']):not([href*='gdd.de']):not([href*='mailto:']):not([href*='tel:']):not([href^='#']):not([href^='/']):after {
    content: url(img/icon-external-b.svg);
    }

.main-content a.button-first:not([href*='dev2.kmd.de']):not([href*='gdd.de']):not([href*='mailto:']):not([href*='tel:']):not([href^='#']):not([href^='/']):after,
.main-content span.button-first a:not([href*='dev2.kmd.de']):not([href*='gdd.de']):not([href*='mailto:']):not([href*='tel:']):not([href^='#']):not([href^='/']):after {
    content: url(img/icon-external-w.svg) !important;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    height: 16px;
    width: 16px;
    padding: 0 0 0 5px;
    }

.main-content .wp-caption {
    max-width: 100%;
    }

.main-content .wp-caption img {
    max-width: 100%;
    height: auto;
    line-height: 0;
    }
    
.main-content .wp-caption-text {
    background: var(--gdd-weiss);
    border: 1px solid var(--gdd-leicht-gold);
    color: var(--gdd-leicht-gold);
    padding: 15px;
    border-radius: 0 10px 0 10px;
    }

.main-content .gallery .wp-caption-text {
    background: transparent;
    border: 0px none;
    padding: 15px 0;
    }

.main-content .footnote-identifier-link {
    font-weight: 900;
    }

.main-content ol.footnotes {
    margin: 60px 0 0 0;
    padding: 15px 0 0 15px;
    border-top: 1px solid var(--gdd-leicht-gold);
    color: var(--gdd-leicht-gold);
    font-size: 16px;
    }

.sow-accordion * {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }

.sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
    display: inline-block !important;
    }

.main-content .sow-accordion-panel-header {
    background: var(--gdd-leicht-gold) !important;
    border-radius: 0px 10px 0px 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

.main-content .sow-accordion-panel-header:hover {
    background: var(--gdd-aktiv-blau) !important;
    border-radius: 0px 10px 0px 0px;
    }

.main-content .sow-accordion-panel-border {
    background: var(--gdd-leicht-grau) !important;
    border-radius: 0px 0px 0px 10px;
    padding: 30px 30px 15px 30px !important;
    }

.main-content .short-menu ul {
    list-style: none;
    margin: 0 0 30px 0;
    }

.main-content .short-menu li {
    padding: 10px 15px 10px 15px;
    border: 1px solid var(--gdd-himbeer-rot);
    border-radius: 10px;
    margin: 0 0 5px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

.main-content .short-menu li:hover {
    margin: 0 -10px 5px 10px;
    border: 1px solid var(--gdd-aktiv-blau);
    }

.is-hero-content {
    border-radius: 10px 0 10px 0;
    padding: 120px 60px 60px 60px;
    margin: 0 0 90px 0;  
    }

.is-light-ground {
    background: var(--gdd-leicht-grau);
    padding: 60px 60px 30px 60px;
    border-radius: 0 10px 0 10px;
    }

.is-border-white-ground {
    background: var(--gdd-weiss);
    border: 1px solid var(--gdd-leicht-gold);
    padding: 60px 60px 30px 60px;
    border-radius: 0 10px 0 10px;
    }

.is-light-ground img,
.is-border-white-ground img,
img.attachment-full {
    border-radius: 10px 0 10px 0;
    }

.is-light-ground img[src$=".svg"],
.is-border-white-ground img[src$=".svg"],
img[src$=".svg"].attachment-full {
    border-radius: 0;
    }

#kmd-powered {
    background: url(img/logo-kmd.svg) no-repeat;
    background-size: 80px auto;
    padding: 40px 0 0 0;
    }

.is-notfound {
    margin: 90px 0;
    }

.notfound-content {
    border: 1px solid var(--gdd-leicht-gold);
    padding: 60px 120px;
    border-radius: 10px 0 10px 0;
    text-align: center;
    }

.notfound-content img {
    width: 100%;
    max-width: 200px;
    }

.notfound-content p {
    margin: 60px 0 0 0;
    }


/*----------------------------------------------------------------------
GDD Karte Erfa-Kreise
----------------------------------------------------------------------*/

.gdd-map {
    position: relative;
	}

.gdd-map a {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 24px;
    background: var(--gdd-himbeer-rot);
    text-align: center;
    color: var(--gdd-weiss);
	font-size: 18px;
  	line-height: 18px;
    text-decoration: none;
    padding: 6px 0 0 0;
    border-radius: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }
    
.gdd-map a:hover {
    background: var(--gdd-aktiv-blau);
    z-index: 900;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    }

.gdd-map a[data-title]:after {
	visibility: hidden;
	}

.gdd-map a[data-title]:hover::after {
	content: attr(data-title);
	position: absolute;
	top: 0;
	left: 0px;
	background: var(--gdd-aktiv-blau);
	padding: 7px;
    border-radius: 25px;
    visibility: visible;
	}
	
.is-gdd-places h3 {
	margin: 0;
	padding: 0 0 15px 0;
	color: var(--gdd-leicht-gold);
	}

.is-gdd-places article {
	border-top: 1px solid var(--gdd-leicht-gold);
	padding: 10px 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
	}

.is-gdd-places article:target {
	padding: 30px 15px;
    color: var(--gdd-himbeer-rot);
	background: var(--gdd-leicht-grau);
    }

.is-gdd-places article:hover,
.is-gdd-places article:focus {
	background: var(--gdd-leicht-grau);
	}

.gdd-place-name {
	font-weight: 900;
    font-size: 28px;
    line-height: 34px;
    padding: 0 0 10px 0;
	}

.gdd-place-name span {
	display: inline-block;
	background: var(--gdd-himbeer-rot);
    color: var(--gdd-weiss);
    font-weight: 400;
	font-size: 18px;
  	line-height: 18px;
	width: 30px;
    height: 24px;
    text-align: center;
    padding: 6px 0 0 0;
    border-radius: 25px;
	}
	
.gdd-place-person {
	font-weight: 900;
	}

.gdd-place-mail {
    background: url(img/icon-mail-r.svg) left center no-repeat;
    background-size: 16px 16px;
    padding: 0 0 0 20px;
    }


/*----------------------------------------------------------------------
Footer
----------------------------------------------------------------------*/

.pre-footer-actions {
    background: rgb(7,21,38);
    color: var(--gdd-weiss);
    }

.footer-action-items {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    padding: 30px 0;
    }

.footer-action-items a,
footer a {
    color: var(--gdd-weiss);
    }

.footer-action-items a:hover,
footer a:hover {
    color: var(--gdd-aktiv-blau);
    }

.breadcrumb {
    width: 66.66%;
    }

.breadcrumb a:first-child {
    background: url(img/icon-home-w.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 30px;
    }

.breadcrumb a:hover:first-child {
    background: url(img/icon-home-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.footer-action-items .is-sharing {
    width: 33.33%;
    text-align: right;
    }

.footer-action-items .is-sharing ul {
    list-style: none;
    }

.footer-action-items .is-sharing li {
    display: inline;
    margin: 0 0 0 20px;
    }

.sharing-item {
    background: url(img/icon-share-w.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 30px;
    }

.sharing-item:hover {
    background: url(img/icon-share-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.twitter-item {
    background: url(img/icon-twitter-w.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 30px;
    }

.twitter-item:hover {
    background: url(img/icon-twitter-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.x-item {
    background: url(img/x-logo.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 30px;
    }

.x-item:hover {
    background: url(img/x-logo-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

footer {
    background: rgb(10,30,55);
    background: linear-gradient(110deg, rgba(10,30,55,1) 0%, rgba(7,21,38,1) 100%);
    color: var(--gdd-weiss);
    }

footer ul {
    list-style: none;
    }
    
.footer-main {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -30px 0 0;
    padding: 120px 0 90px 0;
    }
    
.footer-main article {
    margin: 0 30px 0 0;
    width: calc(33.33% - 30px);
    }    

.footer-main h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 400;
    height: 60px;
    }

.footer-logo {
    display: block;
    width: 200px;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    background: url(img/gdd-logo-white.svg) left center no-repeat;
    background-size: auto 60px;
    margin: -30px 0 30px 0;
    }

.footer-logo a {
    display: block;
    width: 175px;
    height: 60px;
    }

.footer-faqmenu {
    margin: 30px 0 0 0;
    }

.footer-faqmenu li {
    display: inline;
    margin: 0 20px 0 0;
    }

.footer-faqmenu .faq-faq {
    background: url(img/icon-docinfo-w.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 30px;
    }

.footer-faqmenu .faq-faq:hover {
    background: url(img/icon-docinfo-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.footer-faqmenu .faq-contact {
    background: url(img/icon-contact-w.svg) left center no-repeat;
    background-size: 22px 22px;
    padding: 2px 0 2px 30px;
    }

.footer-faqmenu .faq-contact:hover {
    background: url(img/icon-contact-b.svg) left center no-repeat;
    background-size: 22px 22px;
    }

.footer-top-menu ul {
    margin: -10px 0 0 0;
    }

.footer-top-menu li {
    border-bottom: 1px solid var(--gdd-leicht-gold);
    }

.footer-top-menu li:last-child {
    border-bottom: 0px solid transparent;
    }

.footer-top-menu li a {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    }

.footer-main .new-member {
    display: block;
    margin: 30px 0 0 0;
    text-align: right;
    }

.get-member {
    background: var(--gdd-himbeer-rot) url(img/icon-member-w.svg) 15px center no-repeat;
    background-size: 22px 22px;
    padding: 10px 15px 10px 45px;
    border-radius: 0px 10px 0px 10px;
    color: var(--gdd-weiss);
    }

.get-member:hover {
    background: var(--gdd-aktiv-blau) url(img/icon-member-w.svg) 15px center no-repeat;
    background-size: 22px 22px;
    color: var(--gdd-weiss);
    text-decoration: none;
    }

.footer-aside {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    border-top: 1px solid var(--gdd-leicht-gold);
    padding: 90px 0;
    }

.fellow-items {
    width: 50%;    
    }

.fellow-items ul {
    list-style-type: none; 
    }

.fellow-items li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    }

.fellow-items img {
    width: auto;
    }

.footer-legal {
    width: 50%;
    }
    
.footer-legal .legal-menu {
    text-align: right;
    }

.footer-legal .legal-menu li {
    display: inline;
    margin-left: 15px;
    }
    
.footer-legal address {
    text-align: right;
    color: var(--gdd-leicht-gold);
    font-style: normal;
    margin: 15px 0 0 0;
    }

.otgs-development-site-front-end {
    display: none;
    }


/*----------------------------------------------------------------------
Make Mail Invisible by KMD
----------------------------------------------------------------------*/
.mmi-this {}

.mmi-none {
    display: none;
    }

.mmi-do {
    font-style: normal;
    }


/*----------------------------------------------------------------------
Desktop
----------------------------------------------------------------------*/

@media only screen and (max-width: 1760px) { 

   .wrapper {
        margin: 0px 60px;
        max-width: 100%;
        }

    .ph-hot-teaser {
        margin: 120px 60px;
        }        

    .tt-image {
        height: 210px;
        }      
}

@media only screen and (max-width: 1400px) { 

    .news-item h3 a,
    .event-item h3 a,
    .eventorganiser-event-meta h3,
    .eventorganiser-event-go h3 {
        font-size: 24px;
        line-height: 30px;
        }

    .stage-teaser {
        width: calc(50% - 30px);
        }

    .stage-headline {
        width: 60%;
        }

    .main-content h1,
    .main-content .cta-content h2 {
        font-size: 38px;
        line-height: 48px;
        }

    .ph-hot-teaser {
        margin: 120px 0px;
        }

    .ph-hot-teaser article {
        width: calc(50% - 30px);
        }
    
    .is-hot-teaser {
        margin: 0 30px 0 0;
        }
        
    .is-services-teaser {
        margin: 0 0 0 30px;
        }
        
    .cta-content {
        width: 60%;
        }        
        
}

@media only screen and (max-width: 1240px) {

    .stage-home-bg {
        padding: 90px 0 0 0;
        }

   .stage-teaser {
        width: calc(66.66% - 30px);
        }

    .stage-teaser a,
    .is-hot-teaser a {
        padding: 45px;
        }

    .main-navigation nav a {
        font-size: 20px;
        letter-spacing: -0.05rem;
        }

    .tt-icon {
        top: 45px;
        right: 45px;
        }

    .tt-content {
        padding: 45px 120px 45px 45px;
        }

    .news-item,
    .event-item {
        width: calc(33.33% - 120px);
        padding: 45px 45px 15px 45px;
        }

    .eventorganiser-event-meta,
    .eventorganiser-event-go {
        padding: 45px;
        }

    .is-topic-teaser:hover .tt-image {
        background-position: left top !important;
        }

    .ni-image {
        height: 150px;
        margin: -60px -45px 30px -45px;
        }

    .main-content h1,
    .main-content h2,
    .main-content h3
    .main-content h4 {
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        }

    .is-hero-content {
        padding: 120px 45px 45px 45px;
        }

    .is-light-ground {
        padding: 45px 45px 30px 45px;
        }

    .is-border-white-ground {
        padding: 45px 45px 30px 45px;
        }

    .fellow-items,
    .footer-legal {
        width: 100%;
        }

    .fellow-items ul {
        margin: 0 0 30px 0;
        }

    .footer-legal .legal-menu,
    .footer-legal address {
        text-align: left;
        }

    .footer-legal .legal-menu li {
        margin: 0 15px 0 0;
        }
        
}



/*----------------------------------------------------------------------
Tablet-Styles (Landscape)
----------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) { 
   
   .wrapper {
        margin: 0px 30px;
        max-width: 100%;
        }

    .while-scrolling .wrapper {
        padding: 20px 0 20px 0;
        }
        
    .header-items .wrapper {
        width: calc(100% - 60px);
        padding: 30px 0 15px 0;
        }

    .meta-navigation {
        width: calc(100% - 250px);
        }

    .meta-navigation ul {
        margin: -8px 0 0 0;
        }

    .meta-navigation li {
        display: inline-block;
        margin-left: 15px;
        }

    .meta-navigation .get-contact {
        background: url(img/icon-contact-w.svg) center center no-repeat var(--gdd-himbeer-rot);
        background-size: 22px 22px;
        padding: 10px;
        font-size: 0px;
        line-height: 30px;
        color: transparent;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 0 10px 0 10px;
        }

    .meta-navigation .get-contact:hover {
        background: url(img/icon-contact-w.svg) center center no-repeat var(--gdd-aktiv-blau);
        background-size: 22px 22px;
        padding: 10px;
        }

    .meta-navigation .get-search {
        background: url(img/icon-search-w.svg) center center no-repeat var(--gdd-himbeer-rot);
        background-size: 22px 22px;
        padding: 10px;
        font-size: 0px;
        line-height: 30px;
        color: transparent;
        display: inline-block;
        width: 40px;
        height: 40px;
        border-radius: 0 10px 0 10px;
        }

    .meta-navigation .get-search:hover {
        background: url(img/icon-search-w.svg) center center no-repeat var(--gdd-aktiv-blau);
        background-size: 22px 22px;
        padding: 10px;
        }

    .main-navigation {
        border-top: 0px;
        width: 50px;
        margin: 0;
        padding: 12px 0 12px 0;
        }
    
    @-webkit-keyframes breath {
        0%   {  background-size: 100% auto; }
        50%  {  background-size: 85% auto; }
        100% {  background-size: 100% auto; }      
        }
    
    .main-navigation nav label {
        background: url(img/icon-menu-r.svg) no-repeat center center;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        text-align: left;
        font-size: 0;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        }

    .main-navigation nav label:hover {
        background: url(img/icon-menu-b.svg) no-repeat center center;
        background-size: 30px 30px;
        }

    .main-navigation nav li {
        letter-spacing: inherit;
        }
    
    .main-navigation nav ul {
        display: none;
        margin: 0 0 0 0;
        }
    
    .main-navigation nav ul li a {
        text-decoration: none;
        padding: 10px 0;
        display: block;
        letter-spacing: 0rem;
        }
    
    .main-navigation nav input[type="checkbox"]:checked ~ label {
        background: url(img/icon-menux-r.svg) no-repeat center center;
        background-size: 30px 30px;
        -webkit-animation: breath 1s linear infinite;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        }

    .main-navigation nav input[type="checkbox"]:checked ~ label:hover {
        background: url(img/icon-menux-b.svg) no-repeat center center;
        background-size: 30px 30px;
        }
    
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul {
        display: block;
        position: absolute;
        z-index: 800;
        background: var(--gdd-weiss);
        height: 60vh;
        width: 100%;
        overflow: auto;
        right: 0;
        text-align: left;
        margin-top: 25px;
        box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
        }

    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul ul::before,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul ul::before {
        left: 0;
        top: 0;
        border-left: 0 none;
        border-right: 0 none;
        border-bottom: 0 none;
        }

    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul li,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul li {
        display: block;
        margin: 0 30px;
        border-bottom: 1px solid var(--gdd-leicht-gold);
        }

    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul li:last-child,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul li:last-child {
        border-bottom: 0px solid transparent;
        }

    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul li a,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul li a {
        font-size: 20px;
        font-weight: 900;
        background: transparent;
        margin: 0;
        display: block;
        }

    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul ul a,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul ul a {
        font-weight: 400;
        width: 100%;
        }
        
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul ul,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul ul {
        background: transparent;
        position: relative;
        left: 0px;
        height: auto;
        padding: 0px;
        display: block;
        box-shadow: 0px 0px 0px transparent;
        border-radius: 0px;
        margin: 0;
        }
    
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul ul li,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul ul li {
        padding: 0 0 0 15px;
        margin: 0;
        background: transparent;
        border: 0;
        border-top: 1px solid var(--gdd-leicht-gold);
        }

    .stage-home,
    .stage-follow {
        margin: 0 30px 30px 30px;
        }        

    .stage-home-bg {
        margin: 120px auto 0px auto;
        }

    .stage-follow-bg {
        height: 390px;
        margin: 120px auto 90px auto;
        }

    .stage-headline {
        width: 75%;
        }

    .ph-hot-teaser {
        margin: 120px 0px 90px 0;
        }

    .ph-news-header {
        margin: 0 0 60px 0;
        }
        
     .here-news-items {
        margin: 0;
        }
               
    .news-item,
    .news-item:hover {
        width: 100%;
        margin: -60px 0 90px 0;
        box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
        }

    .news-item .link-more,
    .event-item .link-more {
        color: var(--gdd-himbeer-rot);
        background: url(img/icon-link-r.svg) left center no-repeat;
        background-size: 22px 22px;
        padding: 15px 0 15px 37px;
        }

    .follow-news .news-item,
    .follow-news .news-item:hover {
        width: 100%;
        margin: -60px 0 120px 0;
        box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
        }
 
    .ni-image {
        height: 240px;
        } 
    
    .ph-news-select {
        display: none;
        }
    
    .ph-events {
        margin: 15px 0 150px 0;
        }

     .here-event-items {
        margin: 0 0 -30px 0;
        }
 
    .event-item,
    .event-item:hover {
        width: 100%;
        margin: 30px 0 0 0;
        box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
        }

    .event-single-main,
    .event-single-details {
        width: 100%;
        margin: 0 0 30px 0;
        }

    .breadcrumb {
        width: 100%;
        }

    .notfound-content {
        padding: 30px;
        }
    
    .notfound-content p {
        margin: 30px 0 0 0;
        }

    .main-content .short-menu li:hover {
        margin: 0 0 5px 0;
        }

    .footer-action-items .is-sharing {
        width: 100%;
        text-align: left;
        border-top: 1px solid var(--gdd-leicht-gold);
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
        }

    .footer-action-items .is-sharing li {
        display: inline;
        margin: 0 20px 0 0;
        }

    .footer-main article {
        width: calc(50% - 30px);
        }
    
    .footer-main article:last-child {
        margin: 60px 0 0 0;
        padding: 60px 0 0 0;
        width: calc(100% - 30px);
        border-top: 1px solid var(--gdd-leicht-gold);
        }

    .footer-main .new-member {
        text-align: left;
        }

    .forms-section-columns {
        margin: 0 0 0 0;
        }
    
    .forms-section-columns .forms-item {
        width: 100%;
        margin: 0 0 0 0;
        }
        
}

/*----------------------------------------------------------------------
Mobile-Styles
----------------------------------------------------------------------*/

@media only screen and (max-width: 800px) { 

    body {
        font-size: 16px;
        line-height: 23px;
        }

   .wrapper {
        margin: 0px 20px;
        }

    .header-items .wrapper {
        width: calc(100% - 40px);
        padding: 20px 0 15px 0;
        }

    .portal-logo,
    .footer-logo {
        width: 120px;
        background-size: auto 40px;
        }
        
    .portal-logo a,
    .footer-logo a {
        display: block;
        width: 120px;
        height: 50px;
        }        

    .meta-navigation {
        width: calc(100% - 170px);
        }

    .meta-navigation li {
        margin-left: 5px;
        }

    li.is-language-switch {
        display: none !important;
        }
        
    .meta-navigation .gdd-login {
        background: var(--gdd-leicht-gold) url(img/icon-login-w.svg) center center no-repeat;
        background-size: 22px 22px;
        padding: 10px;
        font-size: 0px;
        line-height: 30px;
        color: transparent;
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 0 10px 0 10px;
        }

    .meta-navigation .gdd-login:hover {
        background: var(--gdd-aktiv-blau) url(img/icon-login-w.svg) center center no-repeat;
        background-size: 22px 22px;
        }

    .main-navigation nav input[type="checkbox"]:checked ~ .is-lang-switch-mobile {
        /*display: block;
        position: absolute;
        left: 0;
        z-index: 900;
        margin: 25px 0 0 0;
        padding: 15px 30px;
        text-align: left;
        width: calc(100% - 60px);
        background: var(--gdd-leicht-grau);*/ /*wichtig Abstand nach oben geringer */
        } 

    .main-navigation .is-lang-switch-mobile ul {
        display: inline-block;
        }

    .main-navigation .is-lang-switch-mobile a {
        padding: 0;
        margin: 0;
        }

    .wpml-ls-legacy-list-horizontal {
        border: 0;
        padding: 0;
        }

    .main-navigation nav input[type="checkbox"]:checked ~ .menu-hauptmenue-container ul,
    .main-navigation nav input[type="checkbox"]:checked ~ .menu-main-menu-container ul {
        /*margin-top: 78px;*/ /* is-lang-switch-mobile – wichtig Abstand nach oben geringer */
        margin-top: 35px;
        }

    .gdd-search {
        width: calc(100% - 30px);
        padding: 20vh 15px;
        text-align: left;
        }

    .search-inputs input[type="text"] {
        width: 100%;
        margin: 0 0 10px 0;
        }

    .stage-home,
    .stage-follow {
        margin: 0 20px 30px 20px;
        }

    .stage-home-bg {
        padding: 260px 0 0 0;
        margin: 110px auto 0 auto;
        }

    .stage-home-bg .wrapper,
    .stage-follow-bg .wrapper {
        margin: 0;
        }

    .stage-follow-bg {
        padding: 260px 0 0 0;
        height: 120px;
        margin: 110px auto 90px auto;
        }

    .stage-headline {
        padding: 30px;
        width: calc(100% - 60px);
        }

    .stage-teaser,
    .stage-teaser:hover {
        width: 100%;
        margin: 0 0 -30px 0;
        box-shadow: 0px 15px 60px rgba(0,0,0,0.3);
        }

    .stage-teaser::before,
    .is-hot-teaser .ht-icon {
        right: 30px;
        }
        
    .stage-teaser h2,
    .is-hot-teaser h2,
    .is-services-teaser h2,
    .ph-news-header h2,
    .ph-events-header  h2,
    .tt-content h2,
    .stage-headline h1 {
        font-size: 23px;
        line-height: 30px;
        }

    .is-events-header h2 {
        font-size: 23px;
        line-height: 30px;
        padding: 30px 0 0 0;
        }

    .stage-teaser, 
    .is-hot-teaser {
        padding: 30px 0 0 0;
        }

    .stage-teaser a,
    .is-hot-teaser a {
        padding: 30px;
        }

    .ph-hot-teaser {
        margin: 90px 0px 30px 0;
        }

    .ph-hot-teaser article {
        width: 100%;
        margin: 0 0 60px 0;
        }

    .news-show-all,
    .events-show-all {
        background: transparent;
        float: none;
        margin: 0;
        padding: 10px 0;
        }

    .ph-events {
        margin: 0 0 120px 0;
        }
     
     .ph-news-items {
        border-radius: 10px 0 0 0; 
        }
     
    .ph-events-items {
        padding: 0;
        border-radius: 0 0 0 10px;
        }

    .follow-events-items {
        margin: 0px auto 90px auto;
        padding: 0;
        border-radius: 0 0 0 10px;
        }
        
    .news-item, .event-item {
        padding: 30px 30px 15px 30px;
        }

    .eventorganiser-event-meta,
    .eventorganiser-event-go {
        padding: 30px;
        }

    .follow-news-select {
        text-align: left;
        padding: 0 0 60px 0;
        }

    .follow-news .news-item,
    .follow-news .news-item:hover {
        margin: -60px 0 90px 0;
        }

    .ni-image {
        height: 210px;
        margin: -30px -30px 30px -30px;
        } 

    .nli-aside {
        width: 100%;
        }
    
    .nli-main {
        width: 100%;
        }

    .topic-teaser {
        margin: 0;
        }

    .tt-image {
        height: 180px;
        }     

    .tt-icon {
        top: 15px;
        right: 30px;
        }

    .tt-content {
        padding: 30px;
        }

    .callto-action {
        margin: 0 0 60px 0;
        }

    .cta-content {
        width: calc(100% - 100px);
        padding: 30px;
        margin: 0 20px;
        border: 1px solid var(--gdd-leicht-gold);
        border-radius: 10px 0 10px 0;
        }

    .cta-actions li {
        width: 100%;
        margin: 15px 0 0 0;
        padding: 0;
        border: 1px solid var(--gdd-leicht-gold);
        border-radius: 10px 0 10px 0;
        }

    .cta-actions li a {
        display: block;
        padding: 10px 15px 10px 30px;
        margin: 0 0 0 15px;
        }

    .main-content {
        margin: 0 0 60px 0;
        }

    .main-content h1,
    .main-content .cta-content h2,
    .main-content h2 {
        font-size: 23px;
        line-height: 30px;
        }

    .main-content h3 {
        font-size: 21px;
        line-height: 28px;
        }

    .main-content h4 {
        font-size: 19px;
        line-height: 26px;
        padding: 15px;
        }

    .is-hero-content {
        padding: 180px 0 0 0;
        margin: 0 0 60px 0;
        border-radius: 0 10px 0 10px;
        }

    .is-hero-content.panel-row-style {
        background-size: 100% auto !important;
        background-position: top center !important;
        }
    
    .is-light-ground {
        padding: 30px;
        }
    
    .is-light-ground img {
        border-radius: 10px 0 10px 0;
        }
    
    .is-border-white-ground {
        padding: 30px;
        }

	.is-gdd-map-area {
		overflow: auto;
		}

	.gdd-map {
		width: 150%;
  		}

    .is-gdd-places article {
    	padding: 10px 0px;
    	}

    .is-gdd-places article:target {
    	padding: 30px 0px;
        }

    .gdd-place-name {
        font-size: 19px;
        line-height: 26px;
        font-weight: 400;
        }

    .footer-main {
        margin: 0 0 0 0;
        padding: 60px 0 0 0;
        }

    .footer-main h2 {
        height: auto;
        margin: 0 0 15px 0;
        }

    .footer-main article,
    .footer-main article:last-child {
        width: 100%;
        margin: 0 0 30px 0;
        padding: 30px;
        border: 1px solid var(--gdd-leicht-gold);
        border-radius: 0 10px 0 10px;
        }

    .footer-logo {
        margin: 0 0 30px 0;
        }

    .footer-legal {
        border-top: 0px;
        padding: 0 0 60px 0;
        }

    .footer-legal .legal-menu li {
        display: block;
        margin: 0;
        border-bottom: 1px solid var(--gdd-leicht-gold);
        }

    .footer-legal .legal-menu li a {
        display: block;
        padding: 10px 0;
        text-transform: uppercase;
        }

    .footer-legal address {
        padding: 15px 15px 0 15px;
        text-align: center;
        }

}