/*background-color: rgba(230,0,126,1);*/
/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/open-sans-v16-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../fonts/open-sans-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../fonts/open-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/open-sans-v16-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/open-sans-v16-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../fonts/open-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/open-sans-v16-latin-800.eot'); /* IE9 Compat Modes */
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'), url('../fonts/open-sans-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/open-sans-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/open-sans-v16-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/open-sans-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/open-sans-v16-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
*, :after, :before {
    box-sizing: border-box
}

body, html {
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

html {
    font-family: 'Open Sans' sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-size: 1.25rem;
}

main {
    z-index: 4;
    
}

.h1, h1 {

    color: #e6007e;
    font-size: 2rem;
}

a, a:visited, a:focus, a:active {
    color: rgba(230,0,126,1);
    fill: rgb(230,0,126);
}
a:hover {
    color: #000;
    text-decoration: none;
}

.modal-loading {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba( 255, 255, 255, .8 ) url(/media/sabkcqxf/source.gif) 50% 30% no-repeat;
	background-size: 60px 60px;
}

.headerpanel {
    position: relative;
    z-index: 50;
    overflow:hidden;
}

    .headerpanel svg,
    .headerpanel .headermask {
        position: absolute;
        bottom: -1px;
        right: 0;
        display: block;
        background-image: url(/Media/assets/polygonmask.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        width: 100%;
        height: 13vh;
        height:18%;
    }

    /* Navigationsüberschreibungen*/
.navbar-expand-lg .navbar-nav .nav-item {
    /*margin-right: 3vw;*/
}

.navbar-nav {
    padding-left: 30px;
}

.gupbtn{
    
    background-color:#e6007e;
    color:#fff!important;
    border-color: #e6007e;
    
}

.gupbtn:hover {
    color: #e6007e!important;
    background-color: #fff;
    border-color: #e6007e;
}

.gupbtn:active {
    color: #e6007e!important;
    background-color: #fff!important;
    border-color: #e6007e!important;
}

.navbar {
    padding: .75rem 1rem;
    padding: 0;
    width: 100%;
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    /* background-color: #efefef; */
}

.nav-link:not(.nav .nav-link) {
    padding: .5rem 0;
    margin-right: -15px;
    margin-left: -15px;
}

.logopanel .nav-link {
    padding: 0;
}

.dropdown-menu {
    background-color: transparent;
    border: none;
    font-size: 1em;
}
.dropdown-menu .dropdown-item {
    background-color: rgba(230,0,126,1);
    margin-bottom: 1px;
    color: #fff;
}

li.nav-item.dropdown.show a.nav-link {
    color: rgba(230,0,126,1);
}

.dropdown-toggle::after {
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-left: .2em solid transparent;
}


#hole {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.moodslider {
    background-size: cover;
    background-repeat: no-repeat;
    /*max-height: 60vh;*/
    overflow: hidden;
    position: relative;
    min-height: 36vh;
}

.heropanel {
    position: relative;
    /*top: -15vh;*/
    margin-top: -15vh;
    margin-bottom: 7vh;
    z-index: 89;
}

.hero-content {
    margin: 0 auto;
    display: block;
}

.hero-content {
    margin: 0 auto;
    display: block;
    /*min-width: 20vw;*/
    width: 100%;
    max-width: 50vw;
    background-color: rgba(230,0,126,0.7);
    padding: 3vh;
    padding: 20px;
}

.hero-content, .hero-content h1, .hero-content h2
{
    color: #fff;
}
    .hero-content h2 {
        font-size: 3em;
    }

    .hero-content p, .hero-content h1 {
        font-size: 1.4em;
        line-height: 1.1;
        font-weight: 400;
    }

    

.hero-content strong {
    font-weight: 600;
}

#stoerer {
    background-color: rgba(230,0,126,1);
    position: absolute;
    width: 300px;
    height: 300px;
    top: 50px;
    left: 50px;
    text-align: center;
    border-radius: 150px;
    padding-top: 60px;
    color: #fff;
    transform: rotate(-15deg);
    font-size: 1.2em;
    line-height: 1.3;
}

/* Überschreibung */
#stoerer {
    background-color: rgba(230,0,126,1);
    position: absolute;
    width: 18vw;
    height: 18vw;
    top: 50px;
    left: 50px;
    text-align: center;
    border-radius: 18vw;
    padding-top: 6vh;
    color: #fff;
    transform: rotate(-15deg);
    font-size: 1.4vw;
    line-height: 1.3;
}


    #stoerer h3 {
        font-size: 1.75em;
        font-size: 1.75vw;
    }

    #stoerer a {
        color: #fff;
        font-size: 1em;
        text-decoration: none;
    }

.logo {
 
    height: 8vh;
    margin-right: 10vw;
    padding-top: 10px;
    padding-bottom: 10px;
}

.makropanel {
    background-image: url(/media/assets/globe_sw.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 40vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

    .makropanel.world, .world {
        background-image: url(/media/assets/welt_grau.jpg);
        /*background-size: 100%;*/
        background-repeat: no-repeat;
        min-height: 86vh;
        margin-top: 5vh;
        margin-bottom: 5vh;
        padding-top: 14vh;
        padding-bottom: 17vh;
    }

.keyfactpanel .item img, 
.keyfactpanel .item svg {
    transform: scale(1.8);
    padding-top: 3vh;
    padding-bottom: 3vh;
    margin: 0 auto;
}
.keyfactpanel .slick-current .mga {
    fill: rgba(230,0,126,1);
    /*stroke: rgba(230,0,126,1);*/
}
.zitat {
    font-size: 3vh;
    color: #fff;
    margin-bottom: 3vh;
    line-height: 1.2;
    margin-top: 0;
    padding-top: 9vh;
}

.zitattext {
    display: inline;
    padding: 0 20px;
    line-height: 1.5;
}

.author {
    font-size: 0.8em;
    text-align: right;
    margin-top: 30px;
}



/*.zitat:before {
            content: open-quote;
            font: 1.5em/150% Helvetica, serif
        }

        .zitat:after {
            content: close-quote;
            font: 1.5em/150% Times New Roman, serif
        }*/

.section.main, .section.projekte, .section.projektliste {
    margin-bottom: 5vh;
}

section .galerie, .section.main, .section.standort {
    position: relative;
    margin-bottom: 5vh;
}

/*.standort .column {
    margin-bottom: 10vh;
}*/

.standort img {
    max-width: 100%;
    height: auto;
}

#map {
    min-height: 40vh;
}

.stationmap object {
    width: 38vw;
    margin: 0 auto;
    display: block;
}

.gs {
    margin: 10px 20px;
    font-size: 5em;
    font-weight: 600;
    background-image: url(/Media/assets/hexagon_grau.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0 60px;
    color: #fff;
}

.headline h3 {
    font-size: 2em;
}

.stationmap .headline h3, .stationmap .headline .gs {
    display: inline-block;
    
}

.stationmap .headline {
    text-align: center;
}

/*Teamseite - Temleiterpanel*/

.teampanel .entry,
.teampanel .entrysmall,
.teampanel .mainpart,
.teampanel .entry.second,
.teampanel .entry.third {
    position: relative;
    margin-bottom: 30px;
}
.teampanel .entry .tlpanel {
    font-size: 0.8em;
}
.teampanel .entrysmall .tlpanel {
    font-size: 0.8em;
    right: 0;
    left: 0;
    bottom: 0px;
    padding: 5px 15px 15px;
}

.teampanel .entry.second {
    
}

.doubleimage img:first-child {
    margin-bottom: 15px;
}

.tlpanel {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 15px 30px;
    background-color: rgba(255,255,255, 0.7);
}

.tlpanel .card-body {
    padding: 5px 15px;
}

.tlpanel .card-body p {
    margin-bottom:0;
}

.tlpanel .card {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ededed;
}

.tlpanel .btn {
    border-radius: 0;
    box-shadow: none;
    padding: 5px 10px;
    background-color: #fff;
    margin-bottom: -1px;
    border: 1px solid #fff;
    /*color: #fff;*/
}
        
.tlpanel .btn.focus, .btn:focus {
    box-shadow: none;
}

.tlpanel a {
    color: #0066cc;
    text-decoration: none !important;
}

.galerie .firstline, .galerie .row.line, .galerie .item {
    margin-bottom: 30px;
}

/* Team */
.pagenav {
    position: sticky;
    top: 30vh;
    z-index: 8;
}
.prev {
    position: sticky;
    position: -webkit-sticky;
    margin-left: 20px;
    display: block;
    float: left;

}
.next {
    position: sticky;
    position: -webkit-sticky;
    margin-right: 20px;
    display: block;
    float: right;
    
}
.prev img,
.next img {
    transform: scale(1.5);
}

.prev img, .prev p, 
.next img, .next p {
    display: inline-block;
    margin: 0 6px;
}

    .prev a, .next a {
        color: rgba(230,0,126,1);
        font-size: 1.2em;
        text-transform: uppercase;
    }

.blogpost {
    background-color: #efefef;
    padding: 15px 15px 15px 0;
    margin-bottom: 15px;
}

.blogpost-title {
    color: rgba(230,0,126,1);
}

.blogpost a, .blogpost, a.post {
    color: #3d3d3d;
}
footer {
    /*background-color: #e6007e;*/
    background-image: url(/Media/assets/footer_test.svg);
    background-size: cover;
    background-repeat: no-repeat;
    /*background-color: rgba(230,0,126,1);*/
    color: #fff;
    font-size: 1em;
    padding-top: 14vh;
    padding-bottom: 8vh;
}

.footertoppanel .item {
    margin-bottom: 30px;
    position: relative;
}

.footertoppanel .caption, 
.projekte .caption,
.projektliste .caption,
.newspanel .caption {
    position: relative;
    padding: 5px 10px;
    color: #fff;
    background-color: rgba(230,0,126,1);
    bottom: 0;
    line-height: 1.2;
}



.footertoppanel .caption a:hover, .caption a:hover {
    color: #fff;
}

.footerpanel .toppanel {
    font-weight: 600;
    margin-bottom: 2vh;
}

.footerpanel .contactdatapanel {
    margin-bottom: 1vh;
}
.footerpanel .bottompanel {
    margin-bottom: 3vh;
}

.footerpanel .bottomnavipanel ul {
    list-style-type: none;
    margin: 0;
    margin-left: -10px;
    padding: 0;
    margin-bottom: 20px;
}

.footerpanel .bottomnavipanel ul li {
    display: inline-block;
}
.footerpanel .bottomnavipanel ul li:after {
    content:"|";
}

.footerpanel .bottomnavipanel ul li:last-child:after {
    content: " ";
}

.footerpanel .bottomnavipanel a {
    color: #fff;
    text-decoration: none;
    padding: 0 15px 0 10px;
    font-size: 0.8em;
}

.footerpanel .bottomnavipanel .svg-inline--fa {
    margin-top: -30px;
}




/*Subfooter */
.subfooter {
    background-image: url(/Media/assets/projekte/02_stoerer_gebaeude_sw.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 55vh;
    background-position: 100% 75%;
    margin-bottom: -20vh;
    padding-top: 3vh;
}

.subfooter.standort {
    background-image: url(/Media/assets/gup_gebaeude_frei.jpg);
}

.subfooter.projects .item {
    text-align: center;
}

.subfooter.projects .counter {
    font-size: 3em;
    text-align: center;
}

section.second-content {
    margin-bottom: 5vh;
}

.footerpanel a {
    color: #fff;
}

.footerpanel i.fas {
    width: 40px;
}

.fa-2x {
    font-size: 1.5em;
}




.magenta {
    color: rgba(230,0,126,1);
}

.grey {
    color: rgba(80,82,81,1);
}

/*8 gute Gründe*/
.reasonpanel {

    background-color: rgba(230,0,126,1);
    color: #fff;
    text-align: center;
    max-width: 8vw;
    width: 100%;
    position: fixed;
    right: 0;
    top: 42vh;
    padding: 15px;
    font-size: 3vh;
    cursor: pointer;
    height: 100%;
    height: 25vh;
    z-index: 90;
    transition: all 1.2s ease-out;
}
.reasonpanel.active {
    max-width: 25vw !important;
    height: 100vh;
    top: 0;
    width: 100%;
    transition: all 1.2s ease-in;
}

.reasonpanel h2 {
    font-size: 10vh;
}

.reasonarea, .introtext {
    margin-left: 40vw;
    opacity: 0;
    transition: opacity 0.5s ease;
    transition: margin-left 0.5s ease;
    padding-bottom: 7vh;
    width: 21vw;
    /*width: 90%;*/
}

.reasonarea.show, .introtext.show {
    /*width: 90%;*/
    margin-left: 5%;
    opacity: 1;
    transition: all 1.9s ease;
}

.reasonarea p {
    font-size: 1.2rem;
    font-size: 1.7vh;
}

.reasonarea h2 {
    font-size: 1em;
}

.reasonpanel .expand {
    position: absolute;
    top: 0;
    left: 10px;
    color: #fff;
}

.reasonarrow, .reasonarrow:hover {
    color: #fff;
}

.reason .itemnumber {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(/Media/assets/hexagon_magenta.svg);
    color: #fff;
    font-size: 5vh;
    font-weight: 600;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

.reasonline {
    margin-bottom: 3vh;
}

.reasonline h2 {
    color: rgba(230,0,126,1);
}

/*Slick slider styles*/
.slick-prev.slick-arrow {
    position: absolute;
    bottom: 0;
    left: 0;  
}

.slick-next.slick-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
}
.slick-prev, .slick-next {
    border: 1px solid #fff;
    color: #fff;
    font-size: 0.8em;
    padding: 5px 20px 10px;
    margin: 0;
}

.slick-slide {
    overflow: hidden;
    height: auto;
    /*    height: 75.58vh;*/
}

/*Karriere*/

.joblist #accordion {
    margin-bottom: 4vh;
}
.joblist .card {
    border-radius: 0;
    margin-bottom: 15px;
}
.joblist .card-header {
    
}
.joblist .btn-job {
    background-color: #e6007e;
    border-radius: 0;
    margin-right: 20px;
}

.joblist .btn-job a {
    color: #fff;
}

.joblist .btn-job a i {
    margin-right:5px;
}

.joblist .btn.btn-link {
    color: #e6007e;
    font-size: 1.2em;
}

.joblist .btn-link:hover,
.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.projektliste .item {
    margin-bottom: 30px;
}
.hidecat {
    /*display: none;*/
    width: 0px;
    transition: all 1s ease-out;
    width: 0px;
    height: auto;
    transition: all 1s ease-out;
    flex: 0;
    padding: 0;
}

.hidecat .caption {
    display: none;
}

.showcat .caption {
    display:block;
}

.showcat {
    transition: all 1s ease-out;
    /*flex: 0 0 33.33%*/
}

.depfilter {
    margin-top: 20px;
}

.depfilter .item {
    margin-bottom: 30px;
}
.depfilter .item.inactive {
    opacity: 0.5;
    transform: scale(1);
    transition: all 0.6s ease-out;
}

.depfilter .item.active {
    opacity: 1;
    transform: scale(1.1);
    transition: all 0.6s ease-in;
}

.depfilter .caption {
    font-size: 0.8em;
    margin-bottom: 0;
}


.animation-element {
    opacity: 0;
    position: relative;
}
    /*animation element sliding left*/

    .animation-element.slide-left {
        opacity: 0;
        -moz-transition: all 1500ms linear;
        -webkit-transition: all 1500ms linear;
        -o-transition: all 1500ms linear;
        transition: all 1500ms linear;
        -moz-transform: translate3d(-100px, 0px, 0px);
        -webkit-transform: translate3d(-100px, 0px, 0px);
        -o-transform: translate(-2500px, 0px);
        -ms-transform: translate(-2500px, 0px);
        transform: translate3d(-2500px, 0px, 0px);
    }

        .animation-element.slide-left.in-view {
            opacity: 1;
            -moz-transform: translate3d(0px, 0px, 0px);
            -webkit-transform: translate3d(0px, 0px, 0px);
            -o-transform: translate(0px, 0px);
            -ms-transform: translate(0px, 0px);
            transform: translate3d(0px, 0px, 0px);
        }
        /*animation slide left styled for testimonials*/

        .animation-element.slide-left.testimonial {
            /*float: left;*/
            /*width: 47%;*/
            width: 100%;
            /*margin: 0% 1.5% 3% 1.5%;*/
            margin: 0 0 5vh 0;
            background: #F5F5F5;
            padding: 60px 15px 15px;
            box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
            border: solid 1px #EAEAEA;
            position: relative;
        }

.animation-element.slide-left.testimonial:hover,
.animation-element.slide-left.testimonial:active {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}

.animation-element.slide-left.testimonial:nth-of-type(odd) {
    /*width: 48.5%;*/
    width: 100%;
    /*margin: 0% 1.5% 3.0% 0%;*/
    margin: 0 0 5vh 0;
}

.animation-element.slide-left.testimonial:nth-of-type(even) {
    /*width: 48.5%;*/
    width: 100%;
    /*margin: 0% 0% 3.0% 1.5%;*/
    margin: 0 0 5vh 0;
}

.animation-element.slide-left.testimonial .header {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.testimonial {
    margin: 60px 0 5vh 0;
    position: relative;
    padding-top: 70px;
}
/*
.animation-element.slide-left.testimonial .left {
    float: left;
    margin-right: 15px;
}

.animation-element.slide-left.testimonial .right {
    float: left;
}
*/
/*
.animation-element.slide-left.testimonial img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    box-shadow: 0px 1px 3px rgba(51, 51, 51, 0.5);
}*/
.animation-element.slide-left.testimonial h3 {
    margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial h4 {
    margin: 0px 0px 5px 0px;
}

.animation-element.slide-left.testimonial .content {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.animation-element.slide-left.testimonial .rating {
}

.animation-element.slide-left.testimonial i {
    color: #aaa;
    margin-right: 5px;
}

.year {
    position: absolute;
    top: -10px;
    background-color: #e6007e;
    padding: 10px 20px;
    left: -15px;
    color: #fff;
    outline: 1px solid #e6007e;
    outline-offset: 5px;
}


/* Newsbereich */
.newspanel {
    background-color: #efefef;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.newspanel .caption {
    min-height: 58px;
    position: relative;
    bottom: 0;
}

.newspanel .newsitem  {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
}

.newspanel .newspanelheadline h3 {
    font-weight: 300;
    padding: 5px 0 25px;
}

/*Geschäftsstellen*/
svg .gs, svg .gs a, svg .gs a:visited, svg .gs a:active {
    font-family: 'OpenSans SemiBold';
    font-weight: 600;
    font-size: '20.4pt';
    fill: rgb(230,0,126);
    color: rgba(230,0,126,1);
}


.keyfacts .caption {
    line-height: 1;
    font-size: 0.8em;
    color: #3d3d3d;
}

/* TEMPORÄR */

#map {
    /*display: none;*/
}

/* TEMPORÄR */

.presseitem a, .presseitem h3 {
    align-items: center;
    
    height: 100%;
    position: relative;
    color: rgba(230,0,126,1);
}


.presseitem a {
    display: block;
}
.presseitem h3 {
    display: flex;
    justify-content: center;
}

.presseitem {
    background-color: #efefef;
    border: 1px solid #fff;
    padding: 15px;

}

.presseitem img {
    
}

.presseitem p.caption {
    position: absolute;
    margin: 0;
    padding: 3px;
    background-color: rgba(255,255,255,0.8);
    font-size: 0.8em;
    width: 100%;
    left: 0;
    bottom: 0;
}

.cc_css_reboot.cc_dialog.dark.headline button.cc_b_ok,
.cc_css_reboot.dark.cookie-consent-preferences-overlay .cookie-consent-preferences-dialog .cc_cp_container .cc_cp_footer .cc_cp_f_save button {
    background-color: #e6007e;
    color: #fff;
}

.cc_css_reboot.cc_dialog.dark.headline .cc_b_ok,
.cc_css_reboot.cc_dialog.dark.headline .cc_b_cp
{
     margin: 0px 10px 10px 0px !important; /* rs */   
}


p.subline {
    font-size: 80%;
}

/* Bootstrap Outline Color*/
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,var c
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus, 
.navbar-toggler-icon:focus {
    /*border-color: rgba(126, 239, 104, 0.8);*/
    border-color: transparent;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);*/
    box-shadow: 0;
    outline: 0 none;
}

.nav-link:focus, .nav-link:hover, 
.navbar-nav .nav-item {
    outline: 0 none;
    background-color: transparent;
}

svg .gs a:visited, svg .gs a:active {
    fill: rgb(230, 0, 126);

}
.gs a:visited {
    fill: rgb(230, 0, 126) !important;
}

svg|a:link, svg|a:visited {
    cursor: pointer;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 400;
}

svg|a text,
text svg|a {
    fill: rgb(230, 0, 126);
    font-family: Open Sans, sans-serif !important;
    font-weight: 400;
}

svg|a:hover, svg|a:active {
    color: rgb(230, 0, 126);
}

svg|a {
    font-family: OpenSans-Regular, sans-serif !important;
    font-weight: 400;
}

ol.colored-list {
    list-style-type: none;
}

ol.colored-list li {
    counter-increment: li;
    margin: 14px 0 50px -21px;
    border-top: 1px solid rgb(230, 0, 126);
}

    ol.colored-list li::before {
        content: counter(li);
        border: none;
        width: 60px;
        height: 60px;
        background-image: url(/Media/assets/hexagon_magenta.svg);
        text-align: center;
        background-repeat: no-repeat;
        padding: 3px;
        display: block;
        margin: -27px auto 10px;
        background-size: 100%;
        font-size: 1.5em;
        color: #fff;
    }

@media (max-width: 1200px) {
    .reasonpanel {
        max-width: 10vw;
    }
}

    @media (max-width: 1024px) {
        .navbar-expand-lg {
            margin: 0 auto;
        }

        .hero-content {
            max-width: 70vw;
        }

        .hero-content h2, .h2, h2 {
            font-size: 2rem;
        }
        
        .hero-content p {
            font-size: 1em;
        }
        
        .moodslider {
            min-height: auto;
        }

        #stoerer {
            padding-top: 5vh;
        }

        .reasonpanel {
            max-width: 12vw;
        }
    }

    @media (max-width: 992px) {
        #stoerer {
            display: none;
        }


        .makropanel.world, .world {
            
            padding-top: 5vh;
        }

        .keyfactpanel .item img,
        .keyfactpanel .item svg {
            transform: scale(1.4);
        }

        .hero-content {
            max-width: 70vw;
        }

        .hero-content h2, .h2, h2 {
            font-size: 2rem;
        }
        
        .teamarea .teampanel .column  {
            background-color: #efefef;
            margin-bottom: 30px;
            padding-top: 15px;
        }

            .teamarea .teampanel .tlpanel {
                position: relative;
                bottom: 0;
                background-color: rgba(255,255,255, 0);
            }

        .pagenav {
            position: relative;
            z-index: 8;
            height: 75px;
            top: 0;
        }

        .prev {
            position: absolute;
            left: 0;
        }

        .next {
            position: absolute;
            right: 0;
        }

        .prev img, .next img {
            transform: scale(0.5);
        }

        .teampanel .entry {
            margin-bottom: 0;
        }

        .zitattext {
            font-size: 1em;
        }

        .author {
            font-size: 0.7em;
        }

        .stationmap object {
            width: 60vw;
        }

    }
    /*media queries for small devices*/
@media screen and (max-width: 768px) {
    /*testimonials*/
    .animation-element.slide-left.testimonial, .animation-element.slide-left.testimonial:nth-of-type(odd), .animation-element.slide-left.testimonial:nth-of-type(even) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }

    .animation-element.slide-left.testimonial .right,
    .animation-element.slide-left.testimonial .left,
    .animation-element.slide-left.testimonial .content,
    .animation-element.slide-left.testimonial .rating {
        text-align: center;
        float: none;
    }
    /*
    .animation-element.slide-left.testimonial img {
        width: 85px;
        height: 85px;
        margin-bottom: 5px;
    }
    */
    .reasonpanel {
        display: none;
    }
    .makropanel.world, .world {
        padding-top: 10vh;
    }
    .footerpanel .bottomnavipanel ul li {
        display: block;
    }

    .footerpanel .bottomnavipanel ul li:after {
        content: '';
    }

    .hero-content {
        max-width: 90vw;
    }
    .hero-content h2 {
        font-size: 5.5vw;
    }
    .hero-content h1 {
        font-size: 4vw;
    }
    .hero-content p {
        font-size: 4vw;
    }
    .subfooter {
        height: 65vh;
    }

    .zitattext {
        font-size: 0.8em;
    }

    .author {
        font-size: 0.5em;
    }

}
@media screen and (max-width: 480px) {
    body {
        font-size: 1em;
    }

    .logo {
        height: 10vh;
    }
    .hero-content {
        width: 90vw;
        padding: 5px 10px;
        
    }
        .hero-content h2, h2, .h2 {
            font-size: 5.5vw;
        }
		.hero-content h1, h1, .h1 {
            font-size: 4.0vw;
        }

    .hero-content p {
        font-size: 4vw;
        margin-bottom: 0;
    }

    .joblist .btn.btn-link {
        font-size: 0.8em;
        text-align: center;
        width: 100%;
    }

    .heropanel {
        margin-top: -7vh;
        margin-bottom: 2vh;
    }

    .footerpanel .bottomnavipanel ul li {
        border-bottom: 1px solid #fff;
        padding: 5px 0;
    }

    .subfooter {
        height: 100vh;
    }


    .zitattext {
        font-size: 0.8em;
    }

    .author {
        font-size: 0.5em;
    }

    .stationmap object {
        width: 90vw;
    }
    .fa-2x {
        font-size: 3.5vh;
    }

    .reason .itemnumber {
        
        font-size: 1.5em;
        background-size: contain;
        height: 50px;
        width: 50px;
        margin: 0 auto 20px;
    }

}


