/* Author Thomas Schürmann */

@font-face {
    font-family: 'opensansregular';
    src: url('fonts/opensansregular.woff2') format('woff2'),
         url('fonts/opensansregular.woff') format('woff'),
         url('fonts/opensansregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'opensansitalic';
    src: url('fonts/opensansitalic.woff2') format('woff2'),
         url('fonts/opensansitalic.woff') format('woff'),
         url('fonts/opensansitalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: auto;
}

html {
    height: 100%;
}

body {
    position: relative;
    background-color: #f8f8ff;
    font-family: 'opensansregular', sans-serif;
    height: 100%;
    color: #4d4d4d; 
}

/* helpers */

.groot {
    background-color: #ff9900;
}

.img--resp {
    width: 100%;
    height: auto;
}

.img--leist {
    width: 90%;
    height: auto;
}


.text-hide {
    display: none;
}

a:hover {
    text-decoration: none;
}

h1  {
    font-size: 2rem;
}   

h1.sp__headline,
h1.leist__headline,
h1.wir__headline,
h1.hh__headline,
h1.ht__headline,
h1.ref__headline,
h1.partn__headline,
h1.kontakt__headline,
h1.datens__headline {
      color: #00afdd;  
      text-transform: uppercase;
}

p {
    font-size: 1rem;
    line-height: 1.9;
    margin-top: 0;
    margin-bottom: 1rem;
}
    
ul {
    list-style-type: square;
    color: #00afdd;
    font-size: 1rem;
    line-height: 1.9;
}

ul>li>span {
    color: #4d4d4d;   
}


.mt-45 {margin-top: 1em;}
.mt-55 {margin-top: 5.5em;}
.mt-6  { margin-top: 1em; }
.mt-7  { margin-top: 2em; }
.mt-8  { margin-top: 4em; }
.mt-10 { margin-top: 5em; }

/* logo */

a.navbar-brand {
    height: 50px;
    width: 170px;
    display: block;
}


/* navbar */

#page__header {
    height: 100px;
    background-color: rgba(255,255,255,1);
    position: fixed;
    transition: all 0.5s ease-out;
    border-bottom: 3px solid #dfe6ed;
    padding-top: 15px;
    z-index: 1000;
}


#page__header.affix-top {
    background-color: rgba(255,255,255,0.7);
    height: 80px;
}

#page__header .fixed-top {
    transition: all 0.5s ease-out;
    top: 8px;
}

#page__header.affix-top .fixed-top {
    top: 0;
}

#page__header.affix-top .navbar-top {
    margin-top: 0;
}

.navbar-light .navbar-toggler {
    border-color: transparent;
}

.navbar-toggler-icon {
    width: 2.5em;
    height: 2.5em;
}

.navbar-light .navbar-toggler-icon{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 175, 221, 1)' stroke-width='2' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bg-light {
    background-color: transparent!important;
}

.nav>li>a {
    padding: 10px 15px;
}

.navbar-expand-lg .navbar-nav .nav-link.nav-link--tel {
    background: url("img/tel-bg.png") no-repeat left center;
    padding-left: 24px;
}

.navbar-collapse {
    padding-right: 1em;
}

.navbar-collapse {
    background-color: rgba(255,255,255,1);
    padding-left: 16px;
    margin-left: -16px;
    margin-right: -16px;
    padding-bottom: 32px;
}

#page__header.affix-top .navbar-collapse {
    background-color: rgba(255,255,255,0.7);
}

.navbar-light .navbar-top li a.nav-link {
   color: #00afdd;
}

.navbar-light .navbar-bottom li a.nav-link {
    color: #296f8d;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #00afdd;
}

.navbar-top {
    margin-top: 15px;
    transition: all 0.5s ease-out;
}

.navbar-top::after {
    clear: both;
}

.navbar-top>li>a {
    font-size: 1em;
    width: 105%;
}

.navbar-light .navbar-bottom .nav-link:active {
    color: #00afdd;
    background-color: transparent;
}

.navbar-light .navbar-bottom .nav-link:hover {
    color: #00afdd;
    background-color: transparent;
}

/* content */

.section  {
    padding-bottom: 4em;
}

.arrow--down {
    display: block;
    height: 35px;
    width: 70px;
    margin: 4em auto 1em auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 70 35' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolygon fill='rgba(135, 135, 135, 1)' points='34.3,34.1 3.6,3.4 6,1 34.3,29.3 62.5,1 64.9,3.4' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.25s ease-in-out;
}

.arrow--down:hover  {
    transform: translateY(10px);
}





/* slider */

#slider.section {
    padding-bottom: 1em;
}

.section>.container,
.section>.container-fluid {
    padding-top: 100px;
}

#slider__carousel {
    height: 320px;
    width: 100%;
}

#slider__carousel .carousel-control-next, 
#slider__carousel .carousel-control-prev {
    position: absolute;
    top: 150px;
    bottom: 430px;
    opacity: .5;
}


#slider__carousel .carousel-caption {
    display: block;
    right: 4%;
    bottom: 18%;
    background-color: rgba(0,175,221,.5);
    width: 85%;
    padding-top: 13px;
    padding-bottom: 10px;
    left: auto;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='rgba(255, 255, 255, 1)' d='M17.2,32.9l9.2-9.2l-9.2-9.2l2.8-2.8l12,12l-12,12L17.2,32.9z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 28px;
    transition: all 0.25s ease;
}

#slider__carousel .carousel-caption:hover {
    background-color: rgba(0,175,221,1);    
}


#slider__carousel .carousel-caption h1 {
    font-size: 1.2rem;
    text-align: right;
    padding-right: 26px;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#slider__carousel .carousel-caption:hover h1 {
    color: #fff;
    text-decoration: none;
}




/* cse */

#cse.section>.container-fluid {
    padding-top: 50px;
} 

.cse-intro {
    padding-top: 2em;
    padding-bottom: 4em;
}

.cse-intro p {
    font-family: 'opensansitalic';
    font-size: 1.2rem;
    line-height: 1.8;
}

.cse-intro h1 span {
      color: #00afdd;  
}

article h1 {
    margin-bottom: 2rem;
    font-size: 2rem;
}

.cse-intro__list {
    margin-top: 2em;
}

.cse-intro__list .col-12 {
     text-align: center;  
    margin-bottom: 1em;
}

.cse-intro__image {
    height: 40px;
    width: auto;
    padding-bottom: 10px;

}

.cse-intro__list h2 {
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 2em;
    text-align: center;
}

/* schwerpunkte */

#schwerpunkte {
    background-color: #eeeeee;
}

#schwerpunkte.section>.container-fluid {
    padding-top: 0;
}

/* new */

#section-schwerpunkte-bg {
    height: 25em;
    position: relative;
}


.sp__parallax-container {
    height: 300px;
}

/* ./ new */

.sp__headline {
    padding-top: 4em;
}

#schwerpunkte__fixedimage {
    transform: scale(0.5);
    transform-origin: top left;

    width: 220%;
    height: 1100px;
    background-image: url("img/junior_uni_wuppertal-s.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 200% auto;
    z-index: 1;
    margin-left: -15px;
    margin-right: -15px;
}

/*
#fixed {
  transform: scale(0.5);
  transform-origin: top left;
  margin-top: 400px;
  width: 200%;
  height: 1200px;
  background-image: url(Hawaii-Turtle-1920x1200.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 200% auto;
}
*/

article h1.sp__headline--loes {
    margin-top: 1em;
    color: #00afdd;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.sp__loesungen div h2 {
    padding: 0.5em 0 0.5em 3.5em;
    color: #00afdd;
    font-size: 1.1rem;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.sp__loesungen {
    margin-top: 2em;
}

.sp__loes--komm {
    background: url("icons/CSE_schwerpunkte_01.svg") no-repeat center left;
}

.sp__loes--safety {
    background: url("icons/CSE_schwerpunkte_02.svg") no-repeat center left;
}

.sp__loes--leitst {
    background: url("icons/CSE_schwerpunkte_03.svg") no-repeat center left;
    margin-top: 2em;
}

.sp__loes--it {
    background: url("icons/CSE_schwerpunkte_04.svg") no-repeat center left;
    margin-top: 2em;
}

/* leistungen */

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'mehr anzeigen ...';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'weniger anzeigen ...';
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    margin-left: 1em;
    color: #00afdd;
    font-size: .9em;
    line-height: 2;
    border-radius: .25em;
  
}


/* cse wir  */

.jumbotron {
    background-color: #f8f8ff;
    margin-bottom: 0;
}

#cse-ueber-uns,
#hunshelm-team {
    padding-top: 80px;
}

#cse-ueber-uns .container-fluid {
    background-color: #296f8d;
    padding-top: 0;
    padding-bottom: 2em;
}

#hunshelm-team .container-fluid {
    background-color: #4d4d4d;
    padding-top: 0;
    padding-bottom: 2em;
}

#cse-ueber-uns .bcg {
    background-image: url(img/schwebebahn-lg.jpg);
    height: 12em;
}

#hunshelm-team .bcg {
    background-image: url(img/team-haende.jpg);
    height: 12em;
}

.bcg {
    background-attachment: unset;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}


/* team */

#hunshelm-team p span {
      color: #00afdd;    
}

#hunshelm-team.section {
    padding-bottom: 0;
}


/* hunshelm */

#cse-ueber-uns p,
#hunshelm-team p {
    color: #fff;
}

.wir__headline {
    margin-bottom: 0.5em;
}

.hh__subheadline {
    padding: 0 0 0.5em 0;
    font-size: 1.3rem;
    margin-bottom: 1em;
}

.hh__bmi-logo {
    width: 200px;
    height: auto;
}

.hh__desc {
    padding-top: 1em;
}




/* referenzen */

#ref__carousel .carousel-inner {
    max-width: 70%;
    margin: 0 auto;
}

#ref__carousel > .carousel-inner > .carousel-item > img {
    width: 100%;
    height: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
}


.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon:hover {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#00afdd' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='#00afdd' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}



.carousel-control-prev-icon.
.carousel-control-next-icon  {
    background-size: 110%;
}

#referenzen {
    background-color: #fff;
}

#se-ueber-uns .container-fluid {

    padding-top: 0;
}

h1.ref__headline  {
    margin-bottom: 3em;
}


/* partner mitgliedschaften */

#partner {
    background-color: #efefef;
}


h1.partn__headline {
    margin-bottom: 1em;
}

.horizontal-divide {
    margin: 2em 0 2em 0;
    border: none;
    height: 2px;
    background-color: lightgrey;
    width: 10%; 
    clear: both;
}

.partn__image--1 {
    width: 80%;
    height: auto;
}

.partn__image--2 {
    margin-bottom: 2em;
}

.partn__image--mitgl {
    width: 40%;
    height: auto;
    float: left;
}

.partn__image--mitgl--01 {
    margin-right: 18%;
}

.partn__list>li>span>a {
    color: #333;
    font-size: 1rem;
    line-height: 2.1;
}

.partn__list>li>span>a:hover {
      color: #00afdd;   
}

/* mitgliedschaften */

#mitgliedschaften {
    background-color: #fff;
}




    .mitgl__img--1 img { max-width: 40%;     margin-top: 2em;}
    .mitgl__img--2 img { max-width: 40%; margin-top: 2em;} 
    .mitgl__img--3 img { max-width: 30%; margin-top: 2em; } 
    .mitgl__img--4 img { max-width: 40%; margin-top: 2em;} 
    


/* kontakt */

#section-kontakt {
    background-color: #296f8d;
}

h1.kontakt__headline {
      color: #fff;  
}

address p,
address p a,
.kont__impressum,
.kont__impressum a {
    color: #fff;
}

address p a:hover,
.kont__impressum a:hover {
      color: #00afdd;   
}

.kont__impressum h1.kontakt__headline {
    margin-top: 2em;
}

/* datenschutzerklärung  */

#section-datenschutz {
    background-color: #4d4d4d;
    padding: 5em 0;
}


#section-datenschutz p ,
#section-datenschutz p a {
    color: #fff;
}

#section-datenschutz p a:hover {
      color: #00afdd;  
}

h1.datens__headline,
#section-datenschutz h3 {
    color: #fff;
    font-size: 1.4em;
}

h1.datens__headline,
#section-datenschutz h3,
#section-datenschutz ul li,
#section-datenschutz strong {
    color: #fff;
}

#section-datenschutz h3 {
    margin-top: 2em;
    margin-bottom: 1em;
}



.copyright {
	margin-top: 4em;
}






















/* Medium devices (tablets, 400px and up) */
@media (min-width: 400px) { 
    
    /* content */

    .section  {
        padding-bottom: 6em;
    }
    
    #slider__carousel .carousel-caption {
        right: 4%;
        bottom: 10%;
        padding-top: 16px;
        padding-bottom: 12px;
        left: auto;
        background-size: 30px;
    }
    
    #slider__carousel .carousel-caption h1 {
        font-size: 1.4rem;
        padding-right: 30px;
    }
    

    #slider__carousel {
        height: auto;
        width: 100%;
    }

    .carousel-control-next, 
    .carousel-control-prev {
        position: absolute;
        top: 0;
        bottom: 0;
        opacity: .5;
    }
    
    /* cse ueber uns */
    
    #cse-ueber-uns .bcg {
        background-image: url(img/schwebebahn-lg.jpg);
        height: 12em;
    }


} 
/*  - - - - -  end 400   - - - - -  */

















/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    
    /* content */
    
    .mt-45 {margin-top: 2em;}
        .mt-55 {margin-top: 5.5em;}
    .mt-6  { margin-top: 0em; }
        .mt-7  { margin-top: 7em; }
        .mt-8  { margin-top: 8em; }
        .mt-10 { margin-top: 10em; }
    

      #slider__carousel .carousel-caption {
        width: 55%;
        right: 6%;
        bottom: 12%;
        padding-top: 20px;
        padding-bottom: 20px;
        left: auto;
        background-size: 48px;
    }
    
    #slider__carousel .carousel-caption h1 {
        font-size: 2rem;
        padding-right: 48px;
    }
    
    /* cse */
    
    .cse-intro {
        padding-top: 8em;
        padding-left: 2em;
        padding-bottom: 2em;
    }
    
    .cse-intro p {
        line-height: 2.5;
    }
    
    #cse .w-100 {
        width: 50%!important;
        height: auto;
    }
    
    /* schwerpunkte */
    
    .sp__loesungen div h2 {
        font-size: 1.2rem;
    }
    
    #schwerpunkte__fixedimage {
        transform: scale(0.5);
        transform-origin: top left;

        width: 208%;
        height: 1100px;
        background-image: url("img/junior_uni_wuppertal-md.jpg");

        background-size: 220% auto;

    }
    
    
    .sp__parallax-container {
        height: 400px;
    }

    
    /* leistungen */
    
    .leistungen--2 {
        margin-top: 3em;
    }
    
    /* cse */
    

    #cse-ueber-uns .bcg,
    #hunshelm-team .bcg {
        height: 28em;
    }
    
    #cse-ueber-uns .container-fluid {
        padding-bottom: 4em;
    }
    
    /* hunshelm */
    

    .hh__image {
        width: 70%;
        height: auto;
        position: absolute;
        bottom: 0;
    }

    .hh__desc--3,
    .hh__bmi-logo {
        margin-top: 6em;
    }
    
    /* mitgliedschaften */
    
    .img-cse-mitglied-border {
        border-right: 2px solid;
        border-color: lightgrey;
    }
    
    .mitgl__img--1 img { max-width: 40%;     margin-top: 2em;}
    .mitgl__img--2 img { max-width: 40%; margin-top: 2em;} 
    .mitgl__img--3 img { max-width: 30%; margin-top: 2em; } 
    .mitgl__img--4 img { max-width: 40%; margin-top: 2em;} 
    

    /* kontakt impressum */
    
    .kont__impressum h1.kontakt__headline {
        margin-top: 0;
    }
    
    
    
    
} 
/*  - - - - -  end 768   - - - - -  */

























/* - - - - - Large devices (desktops, 992px and up) - - - - -  */
@media (min-width: 992px) {
    

    #page__header {
        height: 120px;
    }
    
    #page__header.affix-top {
        height: 90px;
    } 
    
    #page__header.affix-top .fixed-top {
        top: 8px;
    }

    
    .navbar-top>li,
    .navbar-bottom>li {
        margin: 0 2px;
    }
    
    a.navbar-brand {
        height: 60px;
        width: 190px;
        margin-top: -18px;
        transition: all 0.5s ease-out;
    }
    
    #page__header.affix-top a.navbar-brand {
        margin-top: -28px;
    }
    
    .navbar-collapse {
        background-color: transparent;
        padding-left: 16px;
        margin-left: -16px;
        margin-right: -16px;
        padding-bottom: 32px;
    }

    #page__header.affix-top .navbar-collapse {
         background-color: transparent;
    }

    .nav>li>a {
        padding: 0 15px;
    } 
    
    /* contents */
    
    #slider__carousel .carousel-control-prev,
    #slider__carousel .carousel-control-next {
        display: none;
    }

     #slider__carousel .carousel-caption {
        width: 50%;
        right: 6%;
        bottom: 12%;
        padding-top: 20px;
        padding-bottom: 20px;
        left: auto;
        background-size: 60px;
    }
    
    #slider__carousel .carousel-caption h1 {
        font-size: 2.2rem;
        padding-right: 60px;
    }

    /* cse */
    
        .cse-intro {
            padding-top: 1em;
        }
    
        .cse-intro__list h2 {
            font-size: 0.9rem;
            line-height: 2em;
        }

        .cse-intro__image {
            height: 60px;
            width: auto;
            margin: 0.5em auto 1em auto;
        }
    
        #cse .w-100 {
            width: 100%!important;
            height: auto;
        }
    
    .hh__desc--3,
    .hh__bmi-logo {
        margin-top: 0;
    }

    /* schwerpunkte */
    
    #schwerpunkte__fixedimage {
        width: 210%;
    }
    
    #schwerpunkte__fixedimage {
        transform: scale(0.5);
        transform-origin: top left;

        width: 206%;
        height: 1100px;
        background-image: url("img/junior_uni_wuppertal-xl.jpg");

        background-size: 200% auto;

    }
    
    
    .sp__parallax-container {
        height: 500px;
    }
    
    .sp__loes--leitst {
        margin-top: 2em;
    }

    .sp__loes--it {
        margin-top: 2em;
    }

    
    /* hunshelm */
    
    .hh__image--cont {
        position: relative;
    }
    
    .hh__image {
        width: 220px;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    
     .hh__white {
        background-color: #fff;
    }

    /* mitgliedschaften */
    
    .mitgl__img {
        height: auto;
    }
    
    .mitgl__img--1 img { max-width: 90%;     margin-top: 4em;}
    .mitgl__img--2 img { max-width: 90%; margin-top: 4em;} 
    .mitgl__img--3 img { max-width: 50%;  margin-top: 0 ;} 
    .mitgl__img--4 img { max-width: 70%; margin-top: 3.5em;} 
    

    
} 
/*  - - - - -  end 992  - - - - -  */










/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  
    /* header */
    
    a.navbar-brand {
        height: 70px;
        width: 230px;
        display: block;
    }
    
    .navbar-top {
        margin-top: 5px;
    }

    #page__header {
        height: 140px;
    }
    
    #page__header.affix-top {
        height: 110px;
    } 
    
    #page__header.affix-top .fixed-top {
        top: 0px;
    }
    
    /* nav font-sizes */
    

    
    .navbar-light .navbar-bottom li a.nav-link {
    color: #296f8d;
}
    
    .navbar-top>li,
    .navbar-bottom>li {
        margin: 0 0.5em;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
    
    .nav>li>a {
        padding: 8px 0;
    } 
    
    .navbar-bottom>li>a {
        font-size: 0.9em;
        color: #296f8d;
    }
    
    .navbar-nav>li>a {
        font-size: 1em;
        text-transform: uppercase;
    }
    
    /* content */
    
    
    .mt-45 {margin-top: 4.5em;}
    .mt-55 {margin-top: 5.5em;}
    .mt-6  { margin-top: 6em; }
    .mt-7  { margin-top: 7em; }
    .mt-8  { margin-top: 8em; }
    .mt-10 { margin-top: 10em; }
    
    
    .section  {
        padding-bottom: 6em;
    }

    
    .section>.container,
    .section>.container-fluid {
        padding-top: 140px;
    }
    

    #slider__carousel .carousel-caption {
        right: 4%;
        bottom: 16%;
        background-color: rgba(0,175,221,.5);
        width: 50%;
        padding-top: 40px;
        padding-bottom: 40px;
        left: auto;
    }

    #slider__carousel .carousel-caption h1 {
        font-size: 2.5rem;
    }    

    /* cse */  
    
    .cse-intro {
        padding-top: 8em;
    }

    .cse-intro__list h2 {
        font-size: 1.1rem;
        line-height: 2em;
    }

    /* hunshelm und team  */
    
    #cse-ueber-uns,
    #hunshelm-team {
        padding-top: 110px;
        height: calc(48em + 110px);
    }
    

    .cse-intro__image {
        height: 70px;
        width: auto;
        margin: 1em auto 2em auto;
    }
    
    .cse-intro {
        padding-bottom: 2em;
    }
    

    
    /* schwerpunkte */
    
    .sp__loes--leitst {
        margin-top: 0em;
    }

    .sp__loes--it {
        margin-top: 0em;
    }
    
   #schwerpunkte__fixedimage {
        transform: scale(0.5);
        transform-origin: top left;

        width: 202%;
        height: 1200px;

        background-size: 200% auto;

    }
    .sp__loesungen div h2 {
        font-size: 1.1rem;
    }
    
    article h1.sp__headline--loes {
        margin-bottom: 2em;
    }

      /* leistungen */
    
    .img--leist {
        width: auto;
        height: auto;
    }  
    
    #cse-ueber-uns .bcg {
        height: 52em;
    }
    #hunshelm-team .bcg {
        height: 48em;
    }
    
    #cse-ueber-uns .container-fluid {
        padding-bottom: 0;
    }
    
    #hunshelm-team .container-fluid {
        padding-bottom: 0;
    }
    
    /* hunshelm */
    
    .hh__desc {
        padding-top: 4em;
    }
    
    .hh__image {
        width: 240px;
        height: auto;
        position: absolute;
        bottom: 0;
        right: 2em;
    }
    
    .hh__white {
        min-height: 350px;
    }
    
    /* referenzen */
    
    #ref__carousel > .carousel-inner > .carousel-item > img {
        width: 100%;
        height: auto;
    }
    
    /* partner */
    
    h1.partn__headline {
        margin-bottom: 4em;
    }

    .partn__list>li>span>a {
        color: #333;
        font-size: 1.5rem;
        line-height: 2.1;
    }
    
    /* mitgliedschaften */
    
    .partn__headline--mit {
        margin-top: 2em;
    }
    

    .mitgl__img--1 img { margin-top: 4em;}
    .mitgl__img--2 img { margin-top: 4em;} 
    .mitgl__img--3 img { margin-top: 0 ;} 
    .mitgl__img--4 img { margin-top: 3.5em;} 

    

}
/*  - - - - -  end 1200  - - - - -  */


/* Extra Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1520px) {
    
    .navbar-bottom>li>a {
        font-size: 1.1em;
        color: #296f8d;
    }
    
    .navbar-nav>li>a {
        font-size: 1.1em;
        text-transform: uppercase;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }

    .navbar-top>li,
    .navbar-bottom>li {
        margin: 0 1.6em;
    }
    
    .sp__loesungen div h2 {
        font-size: 1.6rem;
    }
    
}
/*  - - - - -  end 1200  - - - - -  */



