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

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

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

#tx_calidenaprocesses .listelement .teaser-text {
    background: #009dd3 !important;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul,
li {
    list-style: none;
}

.startseite main ul {
    margin: 0;
}

main ul {
    margin: 3rem 0;
}

main ul li {
    margin: 1.2rem 0;
    font-weight: 400;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #000;
}

main ol li {
    list-style: conic-gradient;
    padding-bottom: 20px;
}

main a {
    text-decoration: underline;
}

main a.btn {
    text-decoration: none;
}

a:hover,
.btn:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #009dd3;
    cursor: pointer;
}

.btn.bg-blue:hover {
    color: #fff;
}

strong,
b {
    font-weight: 700;
}

.free {
    margin: 0 !important;
    padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.8rem;
    word-break: break-word;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-transform: uppercase;

}

.searchbox label {
    display: none;
}

.caseStudies h1 {
    color: #fff;
}

.caseStudies h2,
.caseStudies h3,
.caseStudies h4,
.caseStudies h5,
.caseStudies h6 {
    color: #009DD4;
}

.caseStudies h2 {
    font-size: 2.5rem;
}


button.btn {
    font-size: 1.375rem;
    text-transform: uppercase;
}

a.btn.bg-white.blue-text {
    text-decoration: none;
    color: #009dd3 !important;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 1);
}

.folgeseiten.caseStudies header hr {
    display: none;
}

/* Reset css STOP*/

.downloadtext {
    text-transform: uppercase;
}

.blue-text {
    color: #009dd3
}

.bg-blue {
    background-color: #009dd3;
    color: #fff;
}

.bg-blue h2,
.bg-blue a {
    color: #fff;
}

.bg-blue a {
    text-decoration: underline;
}

.bg-blue a button.bg-blue,
.bg-blue button.bg-blue {
    background-color: #ffffff;
    color: #009dd3 !important;
}

.bg-blue a:hover {
    text-decoration: none;
    color: #fff;
}

.middle-blue {
    background-color: #00abdf;
}

.bg-gray {
    background-color: #ededed;
}

.txt-darkblue {
    color: #007198;
}

/*  -------------------- START GENERELLE STILE --------------------*/
body {
    font-size: 1rem;
    font-family: 'BundesSansWeb Regular', sans-serif;
    color: #000;
    box-sizing: border-box;
}


p {
    line-height: 1.5rem;
}

.btn,
.btn-primary {
    border: 0;
    padding: 0.65rem 1.2rem;
    margin-top: 2rem;
    width: 100%;
}

.thin {
    font-weight: 200 !important;
}

main ul li {
    list-style-type: disc;
    line-height: 1.25rem;
}

h1.small,
h2.small,
h3.small,
h4.small,
h5.small {
    font-size: 1.375rem;
}

h1.medium,
h2.medium,
h3.medium,
h4.medium,
h5.medium {
    font-size: 1.875rem;
}

h1.big,
h2.big,
h3.big,
h4.big,
h5.big {
    font-size: 2.25rem;
}

h1.lead {
    font-size: 1.25em;
    margin-bottom: 0;
}

/* ABSTAENDE  */
.space-extra-small {
    height: 1.25rem;
}

.space-small {
    height: 2rem;
}

.space-medium {
    height: 3rem;
}

.space-large {
    height: 5rem;
}

.space-extra-large {
    height: 5rem;
}

/* END ABSTAENDE */

.col-12.col-lg-6 {
    padding-left: 0;
    padding-right: 0
}


.brand,
.navbar-brand {
    /*background-image: url('../images/logo-bg.svg');*/
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 121px;
    max-width: 107px;
}

#kontakt,
#ke_search_open,
#login {
    background-repeat: no-repeat;
    color: #FFFFFF;
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border: 0px;
    text-indent: -9999px;
}

/*#ke_search_searchfield_submit {
  display: inline-block;
  margin: 0px 2px;
  width: 45px;
  height: 45px;
  background-position: 11px 12px;
  background-size: 22px;
}*/

.ce-uploads-fileName .fas {
    padding-right: 0.625rem;
}


.container.w-80 {
    max-width: 80%;
}

#kontakt,
#ke_search_open {
    display: block;
    margin: 2px 0;
    width: 60px;
    height: 60px;
    background-position: 11px 12px;
    background-size: 35px;
}

#login {
    display: block;
    margin: 0 0 0 0;
    width: 60px;
    height: 60px;
    background-position: 11px 12px;
    background-size: 35px;
}

#kontakt {
    background-image: url('../images/icons/mail-black.svg');
}

#ke_search_open {
    background-image: url('../images/icons/search-black.svg');
}

#login {
    background-image: url('../images/icons/login-black-01.svg');
}

.menubar {
    margin-top: 4.375rem;
    margin-bottom: 9.375rem;
}

.menubar ul.navbar-nav a {
    font-size: 1.5rem;
    text-transform: uppercase;

}

.menubar ul.navbar-nav .navpopup.open a {
    text-transform: inherit;
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

.menubar .toggle {
    background: #fff;
}

.menubar .navbar-toggler-icon {
    background-image: url('../images/icons/menu-icon.svg');
}

.startseite .imageArea.startseite {
    z-index: -1;
    top: 0;
    height: 718px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 154px 0px;
    background-position-x: 154px;
    background-position-x: right;
}

.folgeseiten .imageArea.startseite {
    z-index: -1;
    top: 0;
    height: 1991px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 154px 0px;
    background-position-x: 154px;
    background-position-x: right;
}

.folgeseiten .headerImage {
    height: 900px;
    background-position-x: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}



.folgeseiten .imageArea .course,
.folgeseiten .menubar {
    display: none;
}

.imageArea .course {
    bottom: 0;
}



.banner.jumbotron {
    background-color: white;
}

.banner .title {
    text-align: center;
    font-size: 3.75rem;
    font-weight: bold;
    text-transform: uppercase;

}

.banner p {
    font-size: 1.875rem;
    line-height: 2.188rem;
}

.startseite main {
    /*margin-top:15rem;*/
    margin-top: 0;
}

.bg-ptb-blue {
    background-image: url('../images/ptb-BG-blue.jpg');
    background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-color: #009dd3;
}

.bg-grey {
    background-color: #F6F6F6;
}

.bg-image {

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.prozess .bg-image {
    height: 700px;
    width: auto;
}

.rounded {
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
    width: 218px;
    height: 218px;
    text-transform: uppercase;
    padding-top: 10%;
    font-size: 1.25rem;
}

.rounded img {
    height: 50px;
    width: auto;
}

.vorbereitung .rounded,
.kick-off .rounded,
.follow-up .rounded {
    bottom: 10px;
    left: 40px;
}

.cardCalidena button[aria-expanded="true"] .text-left,
.cardCalidena .card,
.cardCalidena button[aria-expanded="true"] {
    background: #009dd3 !important;
    color: #fff;
    border-radius: 0;
}

.cardCalidena .btn,
.btn-scroll-down {
    white-space: inherit;
}

.cardCalidena button[aria-expanded="true"] .rotate-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.cardCalidena a:hover,
.cardCalidena .btn:hover,
.cardCalidena button[aria-expanded="true"].btn:hover {
    text-decoration: none;
    opacity: 1;
    color: #fff !important;
    cursor: pointer;
}

.cardCalidena button[aria-expanded="false"].btn:hover {
    text-decoration: none;
    opacity: 0.9;
    color: #fff !important;
    cursor: pointer;
}

.projekt-karte {
    background-image: url('../media/startseite/overview-projektkarte.jpg');
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    background-color: #000;
    color: #fff;
    padding: 0 0 100px 0;
    position: relative;
    background-repeat: no-repeat;
}

.news .topnews {
    position: relative;
}

.news .topnews .news-img-wrap {
    width: 100%;
    height: 978px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.news .topnews .teaser-text,
.news .news-projekte-1 .teaser-text {
    position: absolute;
    bottom: 10px
}

.news .news-projekte-2 .teaser-text {
    position: absolute;
    bottom: 25px
}

.news .topnews a,
.news .news-projekte-1 a,
.news .news-projekte-2 a {
    color: #fff;
}

.news .news-projekte-1 .news-img-wrap,
.news .news-projekte-2 .news-img-wrap {
    width: 100%;
    height: 470px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.news.news-single strong,
.news.news-single b {
    font-weight: 700;
}

.folgeseiten .news .news-list-view .text-white {
    color: #009dd3 !important;

}

.searchbox input {
    border: 1px solid #009dd2;
    border-radius: 5px;
    padding: 15px 50px;
    font-style: italic;
    background-image: url('../images/icons/search-blue.svg');
    /* background-position: right 5px; */
    background-repeat: no-repeat;
    background-size: 32px;
    background-position-x: 5px;
    background-position-y: 9px;
}

/*#form_kesearch_searchfield
{
	width: 50%;
}

#ke_search_searchfield_sword
{
	width: 100%;
	
}*/
#accordionExample .btn-link {
    width: 100%;
    text-align: left;
    background-image: url(../images/plus-solid.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
}

#accordionExample .btn-link[aria-expanded="true"] {
    background-image: url(../images/minus-solid.svg);
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
}

#accordionExample .accordion-title {
    width: 70%;
}

#accordionExample ul {
    margin: 0;
}

/* Folgeseiten */
.folgeseiten .icon-circle {
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #009DD4;
    margin: 0 auto;
}

.folgeseiten .header-caseStudies .icon-circle {
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 35px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
}

.folgeseiten .header-caseStudies .icon-circle .img-fluid,
.folgeseiten .icon-circle .img-fluid {
    width: 80px;
}


.folgeseiten .header-caseStudies .Header-main {
    padding-top: 50px;
}

.folgeseiten .header-caseStudies h1,
.folgeseiten.caseStudies h2 {
    font-size: 1.6rem;
    line-height: 2.0rem;
    padding: 20px 0;
    text-align: center;
    text-transform: none;
}



.folgeseiten .header-caseStudies h2,
.folgeseiten #accordionExample h2 button.btn {
    font-size: 1.0rem;
}


.folgeseiten .header-caseStudies .caseStudies-text p {
    line-height: 1;
}

.folgeseiten .case-section {
    font-size: 3rem;
}

.bg-lesson-learned {
    /* background-image: url(../media/CaseStudies/Mango-Products-Ghana/bg-lessons-learned.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
    color: #fff;
    background: #009DD4;
}

.bg-lesson-learned h3 {
    color: #fff;
}

.bg-lesson-learned .icon-circle {
    margin: 0 auto;
    height: 150px;
    width: 150px;
    padding-top: 32px;
}


footer {
  background: rgb(12,144,189);
  background: linear-gradient(180deg, rgba(12,144,189,0.2539216370141807) 0%, rgba(255,255,255,1) 43%, rgba(255,255,255,1) 100%);
    padding-top: 8rem;
}
  

footer p {
    padding: 0;
    margin: 0;
}

footer .social-media {
    font-size: 2.8rem;
}

ul.footerNav {
    font-size: 2.25rem;
}

footer .navbar a {
    color: #007198;
    text-transform: uppercase;
    /*margin: 0 1rem;*/
}

footer .contact a:hover {
    color: #009dd3 !important;
}

footer .contact {
    font-size: 1.0rem;
}

footer .contact a:hover {
    color: #fff;
}

footer #navbarFooter {
    font-size: 1.2rem;
}

/*FE LOGIN*/
.frame-type-felogin_login ul.typo3-messages {
    padding: 0;
    max-width: 420px;
}

.frame-type-felogin_login ul.typo3-messages li.alert {
    list-style: none;
}


/* ACCORDION */

#accordion .card-header,
#accordion .card {
    background: transparent;
    color: #000;
    border: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

#accordion .card-body {
    background-color: #ddd;
}

#accordion .card-body p,
#accordion .card-body p ul li {
    color: #000;
}



#accordion .btn-link,
#accordion .btn-link:hover {
    text-decoration: none;
    /* padding-left:0px;*/
}

#accordion .btn-link {
    width: 100%;
    text-align: left;
    background-image: url('../images/plus-solid.svg');
    background-position: right 15px center;
    background-repeat: no-repeat;
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
    padding-right: 6rem;
    background-size: 30px;
}

#accordion .btn-link[aria-expanded="true"] {
    background-image: url('../images/minus-solid.svg');
    background-color: rgba(0, 0, 0, 0.2);
    -moz-border-radius: unset;
    -webkit-border-radius: unset;
    border-radius: unset;
}

#accordion .btn-link[aria-expanded="true"]:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

#accordion .card-header {
    padding: 0.75rem 0 0 0;
}

#accordionExample.text-cdo h1 button.btn,
#accordionExample.text-cdo h2 button.btn,
#accordionExample.text-cdo h3 button.btn,
#accordionExample.text-cdo h4 button.btn,
#accordionExample.text-cdo h5 button.btn {
    color: #000;
}

#accordionExample.text-cdo button.btn:hover {
    text-decoration: none;
    opacity: 0.8;
}

/* END ACCORDION */



/* START GRID Frage Antwort */
.grid-quest-antw {
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    /*cursor: pointer;*/
    background: #009dd3;
    padding: 10px 10px;

}


.grid-quest-antw .quest {
    position: relative;
    cursor: pointer;
}

.grid-quest-antw .accordion-title {
    padding-left: 30px;
    margin-bottom: 0;
}

.grid-quest-antw a {
    color: #fff;
}

.grid-quest-antw .quest {
    background: #009dd3;
}


.grid-quest-antw .quest p {
    font-size: 1.0em;
    padding-right: 80px;
    font-weight: bold;
}

.grid-quest-antw .quest .plus {
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.grid-quest-antw .quest .plus .line {
    background-color: #ffffff;
    width: 4px;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
    margin-left: -2px;
    border: 0;
}

.grid-quest-antw .quest .plus .linep {
    background-color: #ffffff;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: -2px;
}

.grid-quest-antw .quest .plus.active .line {
    display: none;
}

h3.accordion-title {
    font-family: 'bundessans_webbold', Arial, sans-serif;
}

.grid-quest-antw .antw {
    display: none;
    padding: 0 0;
}

.grid-quest-antw p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.grid-quest-antw .antw.bg-weiss p {
    color: #004253 !important;
}

.antw .frame-default {
    padding-top: 1rem;
}

/* ENDE GRID Frage Antwort */
main .dce_fifty_text_pic {
    max-width: none;
    width: 100%;
    padding: 0;
    position: relative;
    display: table
}

.dce_fifty_text_pic > img {
    display: none
}

main .dce_fifty_text_pic.left {
    text-align: left
}

main .dce_fifty_text_pic.right,
main .dce_fifty_text_pic.right .text {
    text-align: right
}

main .dce_fifty_text_pic .picture {
    display: table-cell;
    width: 50%;
    vertical-align: top
}

main .dce_fifty_text_pic .picture img {
    display: block;
    width: 100%;
    height: auto;
    visibility: hidden
}

main .dce_fifty_text_pic .text {
    display: table-cell;
    width: 50%;
}

main .dce_fifty_text_pic .text .text-cont {
    box-sizing: border-box;
    padding: 15px 15px 15px;
    width: 100%;
    display: inline-block
}

main .dce_fifty_text_pic.right .text .text-cont {
    padding: 15px 15px 15px;
    text-align: left;
}


main .dce_fifty_text_pic h1,
main .dce_fifty_text_pic h2,
main .dce_fifty_text_pic h3,
main .dce_fifty_text_pic h4,
main .dce_fifty_text_pic h5,
main .dce_fifty_text_pic h6 {
    margin-bottom: 25px
}

main .dce_fifty_text_pic .link-cont {
    margin-top: 30px
}

h2 {
    font-size: 27px
}


/*Luka Start */

.startseite header #navbar_top ul.navbar-nav {
    display: block;
}

.startseite header #navbar_top.fixed-top ul.navbar-nav {
    display: flex;
}

header #navbar_top .meta-menu {
    position: relative;
    top: unset;
    right: unset;
    background: #fff;
}


header #navbar_top ul.navbar-nav a.nav-link {
    color: #000 !important;
    font-size: 1rem;
    text-transform: uppercase;
    /*font-family: 'bundessans_webbold', Arial, sans-serif;*/
    font-weight: 200;
    padding: 1rem;
}

/* EXTRA LARGE --------------------------------------*/
@media (min-width: 1200px) {
    .startseite header #navbar_top ul.navbar-nav {
        display: none;
    }

    header #navbar_top ul.navbar-nav a.nav-link {
        padding: .7rem;
    }

    header #navbar_top .meta-menu {
        position: absolute;
        right: 0;
        top: -15px;
    }
}

@media (min-width: 1440px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}


.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    background: #fff;
    border-bottom: 1px solid #000;
}



.projectmap {
    background: white;
    padding: 0;
    max-width: 1440px;
}

.projectmap .menu .menuitem {
    cursor: pointer;
}

.projectmap .menu .menuitem.active,
.projectmap .menu .menuitem:hover {
    background: #01395e;
}

.projectmap .infobox {
    position: relative;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.projectmap .infobox h3 {
    font-size: 2.25rem;
}

.projectmap .infobox p {
    font-size: 1.25rem;
}

.projectmap .projectlist .project {
    display: none;
}

.projectmap .projectlist .project.show {
    display: flex;
}

.projectmappopup {
    padding: 10px;
    background: #fff;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .28);
    align-items: flex-start;
    width: 480px;
    z-index: 99;
}

.projectmappopup img {
    height: 140px;
    width: 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
}

.projectmappopup .content {
    padding-left: 15px;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

.projectmappopup .content .desc,
.projectmap .projectlist .project .desc {
    font-size: 1.2rem;
    color: #000;
}

.projectmappopup .content .close {
    position: absolute;
    top: -10px;
    right: -10px;
    height: 30px;
    width: 30px;
}

.projectmappopup .content .close::before {
    content: "";
    display: block;
    width: 12px;
    border-top: 2px solid #333;
    transform: rotate(45deg);
    position: absolute;
    top: 10px;
    left: 10px;
    transform-origin: top left;
}

.projectmappopup .content .close::after {
    content: "";
    display: block;
    width: 12px;
    border-top: 2px solid #333;
    transform: rotate(-45deg);
    position: absolute;
    bottom: 10px;
    left: 10px;
    transform-origin: bottom left;
}

.projectmappopup .content h5 {
    color: #009dd3;
}

.projectmappopup .content a.more.blue-text i {
    font-size: 1.1rem;
    padding-left: 8px;
}

.projectmap .projectmenu.open .desc p {
    font-size: 1.2rem;
    line-height: 1.9rem;
}

.projectmap .projectmenu.open img {
    margin-bottom: 15px;
}

.projectmap .projectmenu.open .link,
.mapviewmobile .content .card .card-body .link {
    background-color: #ffffff;
    color: #009dd3 !important;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.65rem 1.2rem;
    border: 0;
    font-size: 1.375rem;
    text-transform: uppercase;
    width: max-content;

}

.projectmap .projectmenu.open .link a {
    color: #009dd3 !important;
}

#projectmapCounter {
    position: absolute;
    top: 70px;
    left: 0;
    display: block;
    background: #000;
    height: auto;
    width: auto;
    text-align: center;
    border-radius: 10px;
    padding: 7px 5px;
    color: #fff;
    display: none;
    z-index: 9;
}

.projectmap object {
    transition: right .5s;
    position: relative;
    right: 0;
}

.projectmap object.open {
    right: 450px;
}

.projectmap .closeprojectmenucontainer {
    width: 100%;
    padding: 10px;
    display: block;
}

.projectmap .closeprojectmenucontainer a i.fa-times {
    font-size: 1.75rem;
}


/* EXTRA LARGE --------------------------------------*/
@media (min-width: 1200px) {
    .projectmap .infobox {
        position: absolute;
        width: 840px;
    }
}



.projectmap .projectmenu {
    position: absolute;
    right: 0;
    top: 70px;
    bottom: 0;
    width: 0;
    background: rgba(255, 255, 255, .8);
    overflow-y: auto;
    transition: all 0.5s ease;
}

.projectmap .projectmenu.open {
    width: 450px;
    border-left: 1px solid #eee;
    box-shadow: -10px 10px 20px 1px #aaa;
}

.projectmap .projectmenu .projectelement {
    border-bottom: 1px solid #fff;
}

.projectmap .projectmenu .projectelement .quest {
    position: relative;
    padding: 10px;
    cursor: pointer;
    background: #009dd3;
}

.projectmap .projectmenu .projectelement .quest .plus {
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
}

.projectmap .projectmenu .projectelement .quest .plus .line {
    background-color: #ffffff;
    width: 4px;
    height: 100%;
    left: 50%;
    top: 0;
    position: absolute;
    margin-left: -2px;
    border: 0;
}

.projectmap .projectmenu .projectelement .quest .plus .linep {
    background-color: #ffffff;
    height: 4px;
    width: 100%;
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: -2px;
}

.projectmap .projectmenu .projectelement .quest .accordion-title {
    padding-left: 30px;
    margin-bottom: 0;
    text-transform: none;
}

.projectmap .projectmenu .projectelement .collapse,
.projectmap .projectmenu .projectelement .collapsing {
    padding: 10px;
    background: #009dd3;
}

.mapviewmobile .content .card .card-body img {
    max-height: 230px;
    object-fit: cover;
    object-position: top;
}

.mapviewmobile .content .card .card-header i.fa-chevron-down {
    cursor: pointer;
    transition-duration: 0.4s;
}

.mapviewmobile .content .card .card-header.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition-duration: 0.4s;
}



.news-list-view.newstemplate4 .article .news-img-wrap {
    height: 0;
    visibility: hidden;
    transition: height 2s;
}

.news-list-view.newstemplate4 .article .teaser-text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 8s, opacity 6s;
}

.news-list-view.newstemplate4 .article.show .news-img-wrap {
    visibility: visible;
    height: 470px;
}

.news-list-view.newstemplate4 .article.show .teaser-text {
    visibility: visible;
    opacity: 1;
}

.vorbereitung .rounded,
.kick-off .rounded,
.follow-up .rounded {
    /*visibility: hidden;*/
    opacity: 0;
    transition: visibility 4s, opacity 4s;
}

.vorbereitung .rounded.show,
.kick-off .rounded.show,
.follow-up .rounded.show {
    /*visibility: visible;*/
    opacity: 1;
}

/*Suchbox*/
nav.meta-menu form #ke_search_searchfield_sword {
    background: transparent;
    border: none;
    border-bottom: 2px solid #009dd3;
    width: 0;
    height: 100%;
    transition: width 2s;
    display: none;
}

nav.meta-menu form.show #ke_search_searchfield_sword {
    width: 70vw;
    max-width: 400px;
}

nav.meta-menu form #ke_search_searchfield_submit {
    display: none;
}

body.folgeseiten.searchresults .searchbox {
    display: none;
}


/* -------------------- START FORUM ---------------------------------------- */

/* START REGISTRATION */
.tx-felogin-pi1 h3 {
    display: none;
}

.tx_evoweb_sfregister input.form-control,
.tx_evoweb_sfregister select.form-control,
.tx_evoweb_sfregister input.form-control-file {
    padding: 1.875rem 0.938rem;
    background-color: none !important;
    color: #007198;
}

.tx_evoweb_sfregister select.form-control {
    padding: 0 0.938rem;
    height: 62px !important;
}

.tx_evoweb_sfregister meter.show {
    margin-top: 0.938rem;
}

.tx_evoweb_sfregister .errorField {
    color: #721c24;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    ;
}

/* ENDE REGISTRATION  */

/* START FORUM */
.startseite .forum-register {
    display: none;
}

.forum-register {
    bottom: 0px;
    right: 20%;
}

.tx-typo3forum-pi1 .scrolled {
    margin-top: 25px;
}

ul.pagination,
ul.pagination li,
ul.breadcrumb,
ul.breadcrumb li {
    list-style: none;
    margin: 0;
}

.tx-typo3forum-pi1 h2 {
    display: none;
}

.tx-typo3forum-pi1 .card-body {
    background: none;
}

.tx-typo3forum-pi1 #topic .card-body {
    background: #f2f2f2;
}

.tx-typo3forum-pi1 #topic .btn {
    width: auto;
    margin-right: 10px;
}

.tx-typo3forum-pi1 #topic .form-group {
    margin-bottom: 2rem;
}

.tx-typo3forum-pi1 #topic input[type="checkbox"],
.tx-typo3forum-pi1 #topic input[type="radio"] {
    margin-left: 0;
    margin-right: 5px;
}

.forum-register a:hover {
    color: #009dd3;
}

.tx-typo3forum-pi1 a {
    color: #009dd3;
}

.tx-typo3forum-pi1 .btn.btn-primary {
    background-color: #009dd3;
    color: #fff;
    padding: 0.8rem 1.5rem;
    border: 0;
}

.tx-typo3forum-pi1 .btn.btn-primary i {
    display: none;
}

.tx-typo3forum-pi1 h2 {
    font-size: 2.375rem;
}

.tx-typo3forum-pi1 ul.nav-pills {
    display: none;
}

.tx-typo3forum-pi1 .page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #009dd3;
    border-color: #007198;
}

.tx-typo3forum-pi1 .table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(255, 255, 255, 0.05);
}

/* ENDE FORUM */

/* -------------------- ENDE FORUM ----------------------------------------- */

/*Formular und Lofin*/
.formular_wrapper,
.login_wrapper,
.register_wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 1.5s;
    overflow: auto;
}

.formular_wrapper.show,
.login_wrapper.show,
.register_wrapper.show {
    visibility: visible;
    opacity: 1;
}

.formular_wrapper .overlay,
.login_wrapper .overlay,
.register_wrapper .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.formular_wrapper .close,
.login_wrapper .close,
.register_wrapper .close {
    margin: 35px 35px;
    font-size: 30px;
}

.formular_wrapper .form-contact {
    padding: 15px;
    margin-top: 230px;
    border-radius: 5px;
    z-index: 999;
    position: relative;
}

.formular_wrapper .form-contact legend,
.formular_wrapper .form-contact .powermail_label {
    display: none;
}



.login_wrapper .form-login {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin-top: 260px;
    border-radius: 5px;
    z-index: 999;
    position: relative;
}

.login_wrapper .tx-felogin-pi1 h3,
.login_wrapper .tx-felogin-pi1 > div,
.login_wrapper .tx-felogin-pi1 legend,
.login_wrapper .tx-felogin-pi1 label {
    display: none;
}

.login_wrapper .form-login .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.login_wrapper .form-login input.user {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.login_wrapper .form-login input.pass {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.login_wrapper .form-login a.text-white {
    font-size: 1.2rem;
}

.register_wrapper .form-register {
    width: 100%;
    max-width: 1200px;
    padding: 15px;
    margin-top: 120px;
    border-radius: 5px;
    z-index: 999;
    position: relative;
}

.register_wrapper .form-register input[type="submit"] {
    background: #fff !important;
    color: #009dd3 !important;
}



.menubar .navpopup {
    position: absolute;
    max-width: 590px;
    background-color: #009dd3;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    margin-top: 10px;
    display: none;
}

.menubar .navpopup.open {
    display: block;
}

.menubar .navpopup:before {
    content: "";
    position: absolute;
    top: -15%;
    margin-top: -15px;
    left: 100px;
    border: solid 15px transparent;
    border-bottom-color: #009dd3;
    z-index: 1;
}

@media (min-width: 992px) {
    .menubar .navpopup {
        left: 35%;
        right: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
        margin-top: 70px;
    }

    .menubar .navpopup:before {
        left: 200px;
    }
}

.menubar .navpopup p {
    margin: 0;
}

.menubar .navpopup a {
    color: #fff;
    text-decoration: underline;
    font-size: 1.375rem !important;
}

.processhoverbox {
    width: 100%;
    max-height: 700px;
    background-size: cover;
    transition: max-height 0.3s ease-out;
    position: relative;
}

.processhoverbox .hovercontent {
    height: 100%;
    min-height: 400px;
    padding: 30px;
    margin-bottom: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.processhoverbox:hover .hovercontent {
    opacity: 1;
    visibility: visible;
}

.processhoverbox .hovercontent span {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.processhoverbox .rounded {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.processhoverbox:hover .rounded {
    opacity: 0;
    visibility: hidden;
}

.processhoverbox .hovercontent h4 {
    padding-top: 10px;
}

.costwindowwrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    display: none;
}

.costwindowwrapper .costwindow {
    width: 90%;
    height: auto;
    margin: 5% auto;
    padding: 20px;
    background: #009dd3;
    color: #fff;
}
.costwindowwrapper .costwindow p{
    font-size:1rem;
    line-height:1.5rem;
}

/*Contrastbutton*/
#contrastbutton {
    background-color: #000;
    color: #fff;
    border-radius: 25px;
    margin: 9px 40px 0 0;
    padding: 0 1rem;
    height: 40px;
    line-height: 1.23rem;
    font-size: 1.125rem;
}

#contrastbuttonMobile {
    margin: 2px 0;
    width: 60px;
    height: 60px;
    background-position: 11px 12px;
    background-size: 35px;
    padding: 10px 10px 10px 10px;
    background-repeat: no-repeat;
    background-image: url('../images/icons/adjust-solid.svg');
}

/* ANGLEICHUNG HEADER */

#navbar_top {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
}

hr.m-0 {
    border: 0px;
}

/* END ANGLEICHUNG HEADER */

/*Sitemenu*/
.anchor-menu {
    position: fixed;
    top: 50%;
    right: 16px;
    transform: translate(0, 50%);
    z-index: 9;
    display: none;
}


.anchor-menu ul li {
    margin-bottom: 16px;
}

.anchor-menu ul li button {
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #009DD4;
    border-radius: 100%;
    display: block;
    cursor: pointer;
}

.anchor-menu ul li button:hover {
    background: #009DD4;
    border: 1px solid #fff;
}

/* TOOLTIPPS */
.tooltip > .tooltip-inner {
    border: 2px solid #009DD4;
    background: #fff;
    color: #009DD4;
    padding: 5px 7px;
    text-transform: uppercase;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: #fff !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    border-right-color: #fff !important;
}

/* END TOOLTIPPS */


/* FAQ */
.faq #accordion .btn-link {
    font-size: 1rem;
}

.faq {
    max-width: 1440px;
    margin: 0 auto;
}

.faq .bg-grey {
    background-color: #e2ecf2;
    /*-webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);*/
    border: 1px solid #e9f5fc;
}

.faq #accordion .card-body {
    background: rgba(255, 255, 255, 0.7);
    padding: 1rem !important;
}

.faq #accordion .btn-link[aria-expanded="true"]:hover,
.faq #accordion .btn-link[aria-expanded="true"] {
    background-color: #fff;
}

.faq button.btn {
    text-transform: none;
}

.faq #accordion .btn-link {
    padding-right: 4.5rem;
    padding-left: 1rem;
}

.faq .bg-grey .container.Grid {
    background-color: #fff;
    padding: 25px 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.online-guide .Grid.container p strong i, .online-guide .Grid.container p i strong {
    color: #009DD4;
    font-size: 25px;
    line-height: 30px;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    border-left: 1px solid #009DD4;
    margin-bottom: 10px;
    width:100%;
}
.online-guide .ce-gallery figcaption{
    font-size:75%;
}
.online-guide .ce-gallery img {
  display: block;
  width: 100%;
  max-width: 100%;
    height: auto;
}

@media (min-width: 992px) {
    .faq #accordion .btn-link {
        font-size: 1.375rem;
        padding-left: 1rem;
    }

}


/* END FAQ */



/*Gradient header*/

.header-caseStudies .gradient {
    bottom: 0;
    width: 100%;
    height: 228px;
    transform: matrix(-1, 0, 0, -1, 0, 0);
    background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFEFE55 64%, #FFFEFE00 100%, #FFFDFDEB 100%) 0% 0% no-repeat padding-box;
}

/* START REGISTRATION */
.tx-felogin-pi1 h3 {
    display: none;
}

.tx_evoweb_sfregister input.form-control,
.tx_evoweb_sfregister select.form-control,
.tx_evoweb_sfregister input.form-control-file {
    padding: 1.875rem 0.938rem;
    background-color: none !important;
    color: #007198;
}

.tx_evoweb_sfregister select.form-control {
    padding: 0 0.938rem;
    height: 62px !important;
}

.tx_evoweb_sfregister meter.show {
    margin-top: 0.938rem;
}

.tx_evoweb_sfregister div.captcha p.form-control-plaintext {
    display: none;
}

/* ENDE REGISTRATION  */


.projects_dce .project {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.projects_dce .project h3 {
    margin-bottom: 0;
    text-transform: none;
}

.projects_dce .project h3 a {
    color: #fff;
}

.projects_dce .project.topproject .img-wrap {
    width: 100%;
    height: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.projects_dce .project .teaser-text {
    position: absolute;
    bottom: 10px;
    margin: 0 0 5px 0;
    width: 100%;
    background-color: rgba(0, 157, 212, 0.8);

}

.projects_dce .project.smallproject .teaser-text {
    visibility: hidden;
    opacity: 0;
    transition: visibility 8s, opacity 6s;
}

.projects_dce .project.smallproject.show .teaser-text {
    visibility: visible;
    opacity: 1;
}

.projects_dce .project.siteproject .img-wrap {
    width: 100%;
    height: 0;
    visibility: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition: height 2s;
}

.projects_dce .project.siteproject.show .img-wrap {
    visibility: visible;
    height: 350px;
}

.cardCalidena button[aria-expanded="false"] span.click::after {
    content: "more information"
}

.cardCalidena button[aria-expanded="true"] span.click::after {
    content: "less information"
}

.cardCalidenaNew .openbutton span::after {
    content: "more information"
}

.cardCalidenaNew .openbutton.open span::after {
    content: "less information"
}

.cardCalidenaNew .openbutton {
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, transparent 50%, #009dd3 50%);
    -webkit-transition: background-position .3s;
    -moz-transition: background-position .3s;
    transition: background-position .3s;
    opacity: 1 !important;
    background-color: #009dd3;
}

.cardCalidenaNew .openbutton.open {
    background-position: 0 -100%;
}

.cardCalidenaNew a i,
.cardCalidenaNew a span {
    font-size: 1.12rem;
}

.cardCalidenaNew .content {
    color: #fff;
    background: #009dd3;
    overflow: hidden;
    transition: all .7s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
    height: 0;
}

.cardCalidenaNew .content.open {
    transform: scaleY(1);
    height: 100%;
}


/*Filelist START*/
.ce-uploads .columns {
    column-count: 1;
}

@media (min-width: 992px) {
    .ce-uploads .columns {
        column-count: 3;
    }
}

/*Filelist ENDE*/

/* Horizontal Scrollbarer Bereich START*/
.dce_scrollimage .horizontalImageScroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
}

.dce_scrollimage .horizontalImageScroll .imgarea {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    height: 550px;
    scrollbar-width: none;
}

.dce_scrollimage .horizontalImageScroll .imgarea img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
    transform: translateX(0%);
}


.dce_scrollimage .slider {
    -webkit-appearance: none;
    width: 85%;
    max-width: 500px;
    height: 20px;
    background: url('../media/CaseStudies/scrollLinie.svg');
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.dce_scrollimage .slider:hover {
    opacity: 1;
}

.dce_scrollimage .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    border: 2px solid #009dd3;
    background: #fff;
    cursor: pointer;
}

.dce_scrollimage .slider::-moz-range-thumb {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
    border: 2px solid #009dd3;
    background: #fff;
    cursor: pointer;
}

.dce_scrollimage i {
    font-size: 30px;
    cursor: pointer;
}

.dce_scrollimage .imgarea::-webkit-scrollbar,
.dce_scrollimage .imgarea::-moz-scrollbar {
    height: 0;
    scrollbar-height: 0;
}

@media (min-width: 1200px) {
    .dce_scrollimage .horizontalImageScroll .imgarea {
        height: 913px;
    }
}


/* Horizontal Scrollbarer Bereich START*/



.eventprogram:nth-child(2n) {
    background: rgba(0, 171, 223, 0.6);
    color: #000;
}
 

/*News Candela Startseite*/

.news .article.candela .news-img-wrap {
    background-repeat: no-repeat;
    background-size: cover;
}

.news .article.candela figure figcaption, .news.manual figure figcaption  {
    position: absolute;
    top: 222px;
}
.news.manual figure figcaption  {
    top: 180px;
}

.news .news-list-view .article.candela .news-img-wrap {
    height: 256px;
    width: 100%;
    background-size: cover;
}

.news .article.candela .date, .news.manual .date {
    font-family: 'BundesSansWeb Regular', sans-serif;
    background-color: #009dd3;
    color: #fff;
    padding: 0.3rem 1rem;
}


.news .article.candela h3,
.news .article.candela h3 a {
    font-family: 'BundesSansWeb Regular', sans-serif;
    color: #009dd3;
    text-transform: uppercase;
    margin: .5rem 0;
    float: left;
    width: 100%;
}


.news.manual h3 a{
    color:#009dd3;
}



/* Luka End */


/* AUSBLENDEN EVENT REGISTRATION STARTSEITE */
#c1023 .d-flex.justify-content-between{
    display: none !important;
}

/* END - AUSBLENDEN EVENT REGISTRATION STARTSEITE */



/* Extra-SMALL */
@media (min-width: 414px) {}

/* SMALL */
@media (min-width: 576px) {}

/* MEDIUM */
@media (min-width: 768px) {

    .startseite .imageArea.startseite {
        height: 1300px;
    }

    .space-extra-large {
        height: 10rem;
    }

    .processhoverbox .hovercontent {
        min-height: 400px;
    }

    .rounded img {
        height: 97px;
    }

    .projects_dce .project.topproject .img-wrap {

        height: 470px;
    }

    .banner.jumbotron {
        width: fit-content;
        padding: 1.5rem;
    }

    .btn,
    .btn-primary {

        width: auto;
    }

    .grid-quest-antw {
        width: 80%;
    }

    .projects_dce .project.siteproject.show .img-wrap {
        height: 470px !important;
    }

    .anchor-menu {
        display: block;
    }

    .costwindowwrapper .costwindow {
        width: 50%;
    }

    main ul li {
        line-height: 2.25rem;
    }

    .cardCalidenaNew a i,
    .cardCalidenaNew a span {
        font-size: 1.375rem;
    }

}

/* LARGE */
@media (min-width: 992px) {
    .col-12.col-lg-6 {
        padding-left: 15px;
        padding-right: 15px;
    }

    main .dce_fifty_text_pic.right .text .text-cont,
    main .dce_fifty_text_pic .text .text-cont {
        padding: 100px 80px 100px 80px;
    }

    .processhoverbox .hovercontent {
        min-height: 700px;
    }

    .startseite .imageArea.startseite {
        height: 1991px;
    }

    .banner.jumbotron {
        background-color: transparent !important;
    }

    .cardCalidenaNew .openbutton {
        background-color: transparent !important;
    }

    .space-extra-large {
        height: 15rem;
    }

    .projects_dce .project.topproject .img-wrap {

        height: 970px;
    }

    h1.small,
    h2.small,
    h3.small,
    h4.small,
    h5.small {
        font-size: 1.875rem;
    }

    h1.medium,
    h2.medium,
    h3.medium,
    h4.medium,
    h5.medium {
        font-size: 2.25rem;
    }

    h1.big,
    h2.big,
    h3.big,
    h4.big,
    h5.big {
        font-size: 3.25rem;
    }

    h1.lead {
        font-size: 1.25em;
    }

    .startseite main {
        margin-top: 40rem;
    }

    h2 {
        font-size: 36px
    }

    .folgeseiten .header-caseStudies h1,
    .folgeseiten.caseStudies h2 {
        font-size: 2rem;
        line-height: 2.5rem;
        padding: 0;
        text-align: left;
    }

    .folgeseiten .headerImage {
        height: 550px;

    }

    .w-lg-50 {
        width: 50% !important;
    }

    .banner .title {

        font-size: 9.375rem;
    }


    .vorbereitung .rounded {
        bottom: 90px;
        left: -90px;
    }

    .kick-off .rounded {
        top: -50px;
        left: -10px;
    }

    .follow-up .rounded {
        bottom: 90px;
        right: -90px;
    }

    .kick-off {
        margin-top: 180px;
    }


}

/* EXTRA LARGE ---- Menuumbruch -----------*/
@media (min-width: 1200px) {
    body {
        font-size: 1.375rem;

    }

    .startseite .imageArea.startseite {
        height: 1991px;
    }

    p {
        line-height: 2.25rem;
    }

    .folgeseiten .headerImage {
        height: 700px;

    }

    .folgeseiten .header-caseStudies .icon-circle .img-fluid,
    .folgeseiten .icon-circle .img-fluid {
        width: 110px;
    }

    .folgeseiten .header-caseStudies .icon-circle,
    .folgeseiten .icon-circle {

        padding-top: 49px;

    }

    .folgeseiten .header-caseStudies .icon-circle,
    .folgeseiten .icon-circle {
        width: 200px;
        height: 200px;

    }

    .bg-lesson-learned .icon-circle {

        height: 178px !important;
        width: 178px !important;
        padding-top: 30px;
    }

    #accordionExample .accordion-title {
        width: 100%;
    }

    .folgeseiten #accordionExample h2 button.btn {
        font-size: 1.6rem;
    }


}

/* EXTRA EXTRA LARGE */
@media (min-width: 1440px) {
    .rounded {

        width: 318px;
        height: 318px;
        font-size: 1.875rem;
    }

    .folgeseiten .header-caseStudies h1 {
        font-size: 4rem;
        line-height: 4.5rem;
    }

    .folgeseiten.caseStudies h2 {
        font-size: 3.5rem;
        line-height: 4rem;
    }

    .folgeseiten .headerImage {
        height: 900px;
    }

    .folgeseiten.caseStudies .gradient {
        display: block;
    }

    .folgeseiten .header-caseStudies .Header-main {
        padding-top: 160px;
    }

    .folgeseiten .header-caseStudies .icon-circle,
    .folgeseiten .icon-circle {
        width: 260px;
        height: 260px;

    }

    .folgeseiten .header-caseStudies h1 {
        font-size: 4rem;
        line-height: 5.438rem;
    }

    .folgeseiten .header-caseStudies h2,
    .folgeseiten #accordionExample h2 button.btn {
        font-size: 2.0rem;
    }

    .folgeseiten .header-caseStudies .icon-circle .img-fluid,
    .folgeseiten .icon-circle .img-fluid {
        width: 150px;
    }

    .folgeseiten .bg-lesson-learned .icon-circle .img-fluid {
        width: 100px;
    }

}

@media (max-width: 1500px) {
    .navbar-nav.mx-auto {
        background: rgba(255, 255, 255, 0.85);
    }

    .navbar-nav.mx-auto a {
        color: #1f91b9;
    }
}

/* EXTRA EXTRA EXTRA LARGE ---------------------------------------- */
@media (min-width: 2000px) {
    .container {
        max-width: 1680px;
    }

    .folgeseiten .headerImage {
        height: 1100px;
    }

}