

  @font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-weight: 900;
    font-display: swap;
    src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/Roboto-Black.ttf) format('truetype');
  }
  @font-face {
    font-family: 'Roboto';
    font-weight: 100;
    font-display: swap;
    src: local('Roboto Thin'), local('Roboto-Thin'), url(../fonts/Roboto-Thin.ttf) format('truetype');
  }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
} 
* {
	outline: none; 
}
main {
    line-height: 1.6;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #e85311;
  cursor: pointer;
  transition: all .2s ease;
} 
li {
    padding: 3px 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #818b95;
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 2rem;
}
h3 {
    font-size: 1.75rem;
}
h4 {
    font-size: 1.5rem;
}
h5 {
    font-size: 1.25rem;
}

/* scroll top */
.scrollToTop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    width: 35px;
    height: 35px;
    background: #436240;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.scrollToTop:hover {
  background: rgba(232,83, 17, 1);
}

.scrollToTop img {
    width: 40%;
}

/* ================================================================================================================= */

/* mobile menu display none in desktop */
#mobile {
    display: none;
}

/* slide animation */
.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
}

.slides {
    display: none;
}

.slideshow-container .prev, .next {
    position: absolute;
    top: 55%;
    font-weight: 100 !important;
    font-size: 40px !important;
    padding: 0 10px;
    color: #fff !important;
}

.next {
    right: 0;
}
    .prev:hover, .next:hover {
        color: rgba(232,83, 17, 1) !important;
    }

.dotscontainer {
    position: absolute;
    bottom: 3%;
    margin: auto;
    text-align: center;
    width: 100%;
}

.dots {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: rgba(196, 196, 196, 0.5);
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

.fade {
    animation-name: fade;
    animation-duration: 1s;
}

@keyframes fade {
    from {
        opacity: 0.7
    }

    to {
        opacity: 1
    }
}

.activeslide, .dots:hover {
    background: #fff;
    width: 12px;
    height: 12px;
}

/* text header */
div.text {
    text-align: left;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background: -moz-linear-gradient(to right, rgba(0,0,0,.4) 15%, transparent 85%);
    background: -webkit-linear-gradient(to right, rgba(0,0,0,.4) 15%, transparent 85%);
    background-image: linear-gradient(to right, rgba(0,0,0,.4) 15%, transparent 85%);
}
div.slideshow-container {
    line-height: 0 !important;
}
div.text {
    line-height: 0 !important;
}

div.slide-text {
    color: rgba(255,255,255,0.8);
    font-size: 6rem;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-top: 19.5%;
    padding-left: 5%;
}
div.slide-box {
 margin-top: 2%;
 margin-left: 5%;
}
.slide-box h3 {
    font-size: 2.5rem;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}
picture {
    font-size: 0;
}

/* container */
.container {
    max-width: 1200px;
    width: 1200px;
    margin: auto;
}

/* navigation */
.headercontainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    margin: auto;
    background: rgba(255,255,255,1);
    border-bottom: 1px solid rgba(0,0,0,0);
    z-index: 1000;
    height: 60px;
}

.mainnav #logo {
    width: 170px;
    float: left;
    vertical-align: middle;
    margin-top: 7px;
}

#topnav ul.navbar {
    display: inline-block;
    list-style: none;
    position: relative;
    left: 50px;
}

#topnav > ul > li {
    padding: 0px;
    float: left;
}

#topnav ul.navbar > li > a {
    color: #596364 !important;
    font-size: 14px !important;
    display: block;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    padding: 0 20px;
}
#topnav ul li:hover a.menu-item {
    color: #fff !important;
}
#topnav ul li:hover {
    background: #e85311;
}
#topnav ul li > ul {
    display: none;
    position: absolute;
}
#topnav ul li:hover > ul {
    display: block
}

/* sub menu */
a.menutitle {
    font-size: 14px !important;
    color: #596364 !important;
    transition: all .1s ease;
}

ul.submenu1, ul.submenu2, ul.submenu3 {
    padding: 0px !important;
    background: rgba(255,255,255,1);
    width: 200px;
    transition: all .1s ease;
    list-style: none;
}
.submenu1 li, .submenu2 li, .submenu3 li {
 padding: 0;
 margin: 0;
}
    .submenu1 a, .submenu2 a, .submenu3 a {
        display: block !important;
        text-align: left !important;
        border-top: 1px solid #d8e0e3;
        font-size: 14px !important;
        color: #596364;
        margin: 0;
        width: 100%;
        padding: 20px !important;
    }
#topnav ul.submenu1 a:hover {
    color: #fff !important;
    background: #e85311 !important;
}
#topnav ul.submenu2 a:hover {
    color: #fff !important;
    background: #e85311 !important;
}
#topnav ul.submenu3 a:hover {
    color: #fff !important;
    background: #e85311 !important;
}
        ul.submenu2 a:hover {
            color: #fff;
            background: #e85311;
        }
        ul.submenu3 a:hover {
            color: #fff;
            background: #e85311;
        }

#topnav ul li a.menutitle:after {
    content: " \25be";
    position: relative;
    top: 3px;
    font-size: 18px;
}
/* language selector */
.languagepicker a {
    color: #596364;
    text-transform: uppercase;
}

.icon {
    width: 18px;
    margin-right: 5px;
}

#desktop .languagepicker {
    display: inline-block;
    padding: 0;
    height: 55px;
    overflow: hidden;
    transition: all .3s ease;
    position: absolute;
    right: 50px;
    z-index: 1000;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#desktop .languagepicker a.de {
    height: 60px;
    line-height: 60px;
}

    #desktop .languagepicker:hover {
        /* height: 180px; */
        height: auto;
        background: rgba(255,255,255,1);
    }

    .languagepicker a {
        display: block;
        padding: 0 25px;
        line-height: 60px;
        font-size: 14px !important;
        transition: all .1s ease;
    }

        .languagepicker a:hover {
            color: #fff !important;
            background: #e85311;
        }
        
/* teampartner card*/
.card {
    z-index: 1000;
    float: right;
    position: relative;
    left: -50px;
    top: -43px;
    text-align: center;
}

.teampartnercard {
    min-width: 280px;
    width: auto;
    background: #fff;
    text-align: left;
    padding: 10px 15px;
    position: absolute;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    z-index: 100;
    border-radius: 20px;
    top: 43px;
    right: 50px;
    line-height: 2;
}
.partnerimg {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    /* background-image: url(../img/_2k19/Unbenannt-1-1.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    position: absolute;
    top: 9px;
    right: 15px;
}

.openClose {
    display: none;
}
    .openClose + label + div {
        display: none;
    }
    .openClose:checked + label + div {
        display: block;
        font-weight: normal !important;
    }
    .openClose + label {
        font-weight: normal !important;
        color: #596364;
        background: none !important;
        z-index: 200;
        text-align: center;
        position: absolute;
        top: 35px;
        right: 40px;
        cursor: pointer;
    }
     .openClose + label:after {
            color: #596364;
            content: "+";
            display: block;
            line-height: 20px;
            margin-right: 5px;
            height: 20px;
            width: 20px;
            font-size: 20px;
            position: absolute;
            top: 6px;
            right: 4px;
        }
        .openClose + label:hover:after {
            color: #e85311;
        }
    .openClose:checked + label:after {
        content: "\2212";
        color: #596364;
        font-size: 20px;
    }
    .openClose:checked + label {
        font-weight: normal !important;
        color: #596364;
        background: none !important;
        width: auto;
        z-index: 200;
        position: absolute;
        top: 35px;
        right: 40px;
    }
div.teampartnercard h2 {
    font-size: 16px;
    font-weight: normal;
    color: #596364;
}
    div.teampartnercard h2:nth-child(2) {
        color: #e85311;
    }
#topnav .card .teampartnercard p {
    display: block !important;
    color: #596364;
}
#topnav div.teampartnercard p, a {
    color: #596364 !important;
    font-size: 16px !important;
}
div.teampartnercard span {
    line-height: 1;
    color: #596364 !important;
    white-space: nowrap;
    font-size: 16px !important;
    font-weight: normal;
}
/* shop-icon navbar */
#shop-icon {
    float: right;
    position: relative;
    text-align: center;
    width: 70px;
    right: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: .3s ease-in-out;
    font-size: 12px !important;
    font-size: 10px !important;
    text-transform: uppercase;
    top: 6px;
}
#shop-icon img {
    width: 30px;
    display: block;
    margin: auto;
}
    #shop-icon img {
        width: 28px;
        display: block;
        margin: 5px auto;
        margin-top: 2px;
    }
#shop-icon:hover {
  -webkit-transform: scale(1.1);
            transform: scale(1.1);
            color: #e85311;
}
.headerScroll {
    border-bottom: 1px solid #d8e0e3;
}

/*nav-scroll*/
/* fixed-info */
.closeContact {
    position: absolute;
    top: 600px;
    top: 590px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.kontakinput {
    display: none;
}
    .kontakinput + label + div {
        display: block;
    }
    .kontakinput:checked + label + div {
        display: none;
    }

.fixedKontakt {
    position: relative;
    top: -30px;
    width: 115px;
    width: 125px;
    background: rgba(232,83, 17, 1);
    color: #fff;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    padding-left: 0;
    height: 30px;
}
    .fixedKontakt:hover {
        background: rgba(67,98,64,1);
    }
    .fixedKontakt {
        font-size: 14px;
        text-align: left !important;
        letter-spacing: 1px;
        text-transform: uppercase;
        font-weight: normal;
        margin: 0;
        line-height: 31px;
    }
.kontakinput + label:after {
    color: #fff;
    content: "\00d7";
    display: block;
    line-height: 20px;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    font-size: 26px;
    position: absolute;
    top: 5px;
    right: -4px;
}
.kontakinput:checked + label:after {
    content: "+";
    color: #fff;
}

.info-box {
    padding: 0 15px 0 7px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
    height: 115px;
    height: 125px;
}
    .info-box h6 {
        line-height: 25px;
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: normal;
        margin-top: 5px;
    }
    .info-box p {
        margin: 0 !important;
        line-height: 28px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .info-box a {
        color: #fff !important;
        font-size: 16px !important;
    }
        .info-box p:nth-of-type(1)::before {
            content: url(../img/_2k19/phone-2.png);
        }
        .info-box p:nth-of-type(2)::before {
            content: url(../img/_2k19/mai-2l.png);
        }
        .info-box p:nth-of-type(1) {
            margin-top: 19px !important;
        }
        .info-box p:nth-of-type(2) {
            margin-top: 6px !important;
        }
    .info-box:hover {
        background: rgba(0,0,0,1);
    }
.info-box a {
    color: #fff !important;
}
.fixed-info {
    top: 60px;
    right: 0;
}
/* main */
section#partner {
    position: relative;
    width: 100%;
    margin: 130px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 100px;
}

#partner div.infopic {
    width: 50%;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#partner div.rectangular {
    width: 200px;
    padding: 0;
}

#partner div.frame {
    width: 360px;
    height: 450px;
    margin: 0 auto;
    background-image: url(../img/_2k19/partner3-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-right: 25px;
}

    #partner div.frame:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

#partner div.square-frame {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background-image: url(../img/_2k19/poertrait.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    left: 0;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
    #partner div.square-frame:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
#partner div.circle-frame {
    width: 200px;
    height: 200px;
    margin: 0 auto;
    margin-top: 50px;
    background-image: url(../img/_2k19/partner2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
    #partner div.circle-frame:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }
.zoom {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease-in-out;
    transition: .8s ease-in-out;
}
.zoom-in {
    -webkit-transform: scale(1);
    transform: scale(1);
}
#partner div.info {
    width: 50%;
    text-align: left;
    padding: 0;
}
    #partner div.info h2 {
        color: #818d8f;
        display: inline-block;
        margin-right: 15px;
    }
    .fa-youtube {
        content: "\f167";
        color: #818b95;
    }
    .fa-youtube:hover {
        color: #ff0000 !important;
    }

    #partner .fa-youtube {
        font-size: 35px;
    }
    button.youtube-button {
        width: 50px;
        height: 50px;
        background-image: url(../img/_2k19/youtube-gray.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    button.youtube-button:hover {
        background-image: url(../img/_2k19/youtube-color.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .product-description button.youtube-button {
        width: 80px;
        height: 80px;
    }

/* video */
button.youtube-button {
    border: none !important;
    background-color: transparent !important;
}

#partner .fa-youtube {
    font-size: 50px;
    display: inline-block;
}
#partner .modal-video {
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border-radius: 10px;
    z-index: 10;
    text-align: center;
    display: none;
}
    #partner .modal-video.active {
        transform: translate(-50%, -50%) scale(1);
        display: block;
    }
#partner .modal-header {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
    #partner .modal-header .title {
        display: inline-block;
        font-size: 1.5rem;
        font-weight: bold;
        display: inline-block;
        margin-left: 20px;
        width: 47%;
    }
    #partner .modal-header .close-button-video {
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        font-size: 2.5rem;
        font-weight: normal;
        display: inline-block;
        color: #818b95;
        width: 50%;
        text-align: right;
        padding-right: 20px;
    }
#partner .close-button-video:hover {
    color: red;
}

#partner iframe {
    width: 978px;
    height: 550px;
}
#overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
}
    #overlay.active {
        opacity: 1;
        pointer-events: all;
    }

    #partner .info ul {
        list-style-position: outside;
        padding-top: 15px;
        list-style-image: url(../img/_2k19/circle-S.png);
        margin-left: 21px;
    }

    /* teampartner */
#teampartner {
    background: #f2f2f2;
    background-image: url(../img/_2k19/background-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
    margin: 130px 0;
}

#teampartner h1 {
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 2rem;
    padding-top: 15px;
}
#teampartner div.ansprache {
    width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    color: #fff;
}

#teampartner div.ansprache-text {
    width: 50%;
    text-align: left;
    padding: 20px;
}
#teampartner .list-style-text {
    position: relative;
    min-height: 370px;
    height: auto;
}
#teampartner .list-style-text ul {
    list-style-position: outside;
        padding-top: 15px;
        list-style-image: url(../img/_2k19/circle-S.png);
        margin-left: 21px;
}
#teampartner .info-button-text {
    padding: 0 20px !important;
}
#teampartner .ansprache .info-button {
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 5px;
}

#teampartner .info-button a {
    color: #fff !important;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    background-color: #e85311;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.5rem;
    line-height: 46px;
    padding: 0 30px;
    height: 46px;
    min-width: 230px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    border: 1px solid transparent;
}
#teampartner .ansprache-text .info-button a:hover {
    background: rgba(0,0,0,0);
    border: 1px solid #e85311;
}
#teampartner .info-button-m {
    display: none;
}
.register-btn {
    text-align: center;
    line-height: 0;
}
    .register-btn a {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        color: #fff !important;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        margin: 0 auto;
        background-color: #e85311;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 1.5rem !important;
        line-height: 56px;
        padding: 0 30px;
        height: 56px;
        min-width: 160px;
        border-radius: 100px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }

.register-btn a:hover {
    background: #436240;
}

.video-container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    margin: 130px auto;
}

div.video {
    width: 50%;
    position: relative;
}
div.video-text {
    width: 50%;
    padding-left: 40px;
}
div.video-text h2 {
    text-align: left;
    color: #818d8f;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}
div.video-text h4 {
    font-weight: normal;
}
.video-text a {
    color: #fff !important;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    background-color: #e85311;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 1.5rem;
    line-height: 46px;
    padding: 0 25px;
    height: 46px;
    min-width: 160px;
    border-radius: 100px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    margin-top: 30px;
}
.video-text a:hover {
    background: #436240;
}
div.iframe-container {
    background-color: #000;
}
            div.iframe-container iframe {
                width: 420px;
                height: 280px;
                position: absolute;
                top: 12px;
                right: 93px;
                vertical-align: top;
            }

 /* Herausforderungen */
 .heraus {
    margin: 130px auto;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #f2f2f2;
    padding: 0;
}
    .heraus h2 {
        text-align: center;
        color: #818d8f;
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        letter-spacing: 1px;
        padding-top: 30px;
    }
    .heraustext {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
    .heraustext > div {
        width: 50%;
        padding: 2%;
    }
    .heraustext strong {
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }

/* shop */
/* products h2 { */
section.products h2 {
    width: 100%;
    height: 250px;
    /* background: url(../img/_2k19/hinterground-L.jpg) no-repeat center top fixed; */
    /* background: url(../img/_2k19/hinterground-L-2.jpg) no-repeat center top fixed; */
    background: url(../img/_2k19/hinterground-L-3.jpg) no-repeat center top fixed;
    background: url(../img/_2k19/hinterground-L-4.jpg) no-repeat center top fixed;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner {
    width: 100%;
}
            .banner img {
                width: 100%;
                overflow: hidden;
                margin: 60px 0;
            }

/* products */
        .products {
            width: 100%;
            margin: 130px auto;
        }

    section.shop {
        margin: 130px auto;
    }
h2.title {
    text-align: center;
    color: #818d8f;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
} 
        #shop {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            margin: auto;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            border-top-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
        }
            #shop > div {
                width: 33.33%;
                min-height: 225px;
                height: auto;
                line-height: 2;
                padding: 1%;
                position: relative;
                transition: all 0.3s ease-in-out;
            } 
        #shop h3 {
            font-size: 1.25rem;
            color: #436240;
            text-align: center;
        }
        #shop p {
            text-align: center;
        }
        #shop input {
            display: block;
            margin: auto;
            margin-top: 7px;
            padding: 3px 0;
            text-align: center;
            border: 1px solid #eee;
        }
        #shop input:nth-of-type(1) {
            margin-top: 15px;
        }
        input::placeholder {
            color: #7f8c8d;
            font-style: italic;
        font-family: 'Roboto', sans-serif;
        }
#shop input[type="submit"] {
    min-width: 150px;
    background-color: #e85311;
    text-align: center;
    color: #fff !important;
    border: none !important;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -75px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    padding: 0 25px;
    /* height: 40px; */
    line-height: 40px;
    border-radius: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    border: 1px solid rgba(0,0,0,0) !important;
    cursor: pointer;
}
    #shop input[type="submit"]:hover {
        background-color: transparent;
        border: 1px solid #e85311 !important;
        color: #e85311 !important;
    }
    #shop > div:hover {
        background: #f2f2f2;
    }

#shop .button {
    width: 150px;
    background: #e85311;
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -75px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
    line-height: 40px;
    padding: 0 25px;
    /* height: 40px; */
    border-radius: 100px;
    max-width: 100%;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
    #shop .button:hover {
        background: transparent;
        border: 1px solid #e85311;
        color: #e85311 !important;
    }
            #shop a.button {
                color: #fff !important;
                font-size: 16px !important;
            }

    /* campus */
div.campuspic {
    width: 100%;
    height: 250px;
    background: url(../img/_2k19/Header_Teampartnerseite_CAMPUS_190423.jpg) no-repeat center top fixed;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 130px auto;
}
    .campus {
        margin: 130px auto;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: #f2f2f2;
    }
        .campus h2 {
            text-align: center;
            color: #818d8f;
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            letter-spacing: 1px;
            padding-top: 30px;
        }

    .campustext {
        margin: 0 auto;
        -webkit-column-count: 2; 
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 60px;
        -moz-column-gap: 60px; 
        column-gap: 70px;
    padding: 30px 70px;
    }
        .campustext p {
            text-align: justify;
        }

    .campus h6 {
        text-align: center;
        font-weight: normal;
        font-size: 1.5rem !important;
        color: #818d8f;
        padding-bottom: 30px;
    }
 /* webinar */
    #webinar {
        width: 100%;
        margin: 130px auto;
        position: relative;
    }
    #webinar .webinar-img {
        width: 100%;
        height: 330px;
        overflow: hidden;
        line-height: 0;
    }
        #webinar .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            text-align: center;
            height: 330px;
        }
        #webinar h2 {
            padding: 40px 0;
            color: #fff;
            text-align: center;
            font-family: 'Roboto', sans-serif;
            font-weight: 900;
            letter-spacing: 1px;
        }
        #webinar .webinartitle {
            width: 100%;
            margin: auto;
        }
        #webinar .webinarinfo {
            display: inline-block;
            width: 50%;
            text-align: left;
        }
        #webinar div.webinartitle:nth-of-type(2) {
            margin-top: 50px;
        }
        #webinar .webinar-btn {
            display: inline-block;
            width: 30%;
            text-align: right;
        }
        #webinar .webinarinfo h3 {
            text-align: left;
            padding: 0;
            font-weight: normal;
            font-size: 1.5rem;
            color: #fff;
        }
        #webinar .webinarinfo strong {
    font-size: 1.5rem ;
    padding-left: 10px;
        }
        @media(max-width:900px){
            #webinar .webinarinfo h3 {
                font-size: 1.2rem;
            }
            #webinar .webinarinfo strong {
                font-size: 1.2rem ;
            }   
        }
        #webinar .webinarinfo h3::before {
            content: url(../img/_2k19/calender.png);
        }
        #webinar .webinar-btn a {
            font-size: 16px !important;
            color: #fff !important;
            box-sizing: border-box;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            background-color: #e85311;
            font-weight: normal;
            letter-spacing: 1px;
            font-size: 1.5rem;
            line-height: 46px;
            padding: 12px 25px;
            height: 46px !important;
            min-width: 160px;
            border-radius: 100px;
            text-align: center;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            border: 1px solid transparent;
        }
            #webinar .webinar-btn a:hover {
                color: #fff !important;
                border: 1px solid rgba(232,83, 17, 1);
                background-color: transparent;
            }
 /* footer */
    #footertop {
        width: 100%;
        background: #272727;
        margin-top: 130px;
    }
    #footerbox {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding: 50px 0;
    }
        #footerbox > div {
            width: 300px;
            width: 33.33%;
            padding: 2%;
            margin: 0 auto;
        }
        #footerbox > div:nth-of-type(1) {
            padding-left: 0;
        }
        #footerbox > div:nth-of-type(3) {
            padding-right: 0;
        }
        #footerbox img {
            width: 58%;
        }
        #footerbox p {
            color: #eee;
            line-height: 2;
            padding-top: 15px;
            font-size: 14px !important;
            font-weight: normal;
        }

        #footerbox h4 {
            color: #eee;
            font-weight: 500;
            text-align: center;
            padding-bottom: 10px;
            font-size: 16px;
            border-bottom: 1px dotted #eee;
        }

#socialmedia {
    padding-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#socialmedia a {
    width: 16%;
}
    #socialmedia img {
            width: 45%;
        }
    #socialmedia a {
        transform: scale(1);
        transition: .3s ease-in-out;
        text-align: center;
    }
    #socialmedia a:hover {
        transform: scale(1.1);
    }

    #footerbox address {
        color: #eee;
        padding-top: 15px;
        font-size: 14px;
        font-weight: normal;
    }
    .contact a {
        color: #eee !important;
        font-size: 14px !important;
    }
    #footerend {
        width: 100%;
        background: #222;
        text-align: center;
        border-top: 1px solid #d8e0e3;
    }
    #footerend div.container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
    }
        #footerend div.footer-box-1 {
            width: 50%;
            text-align: left;
            color: #eee !important;
            padding: 2% 1%;
            font-size: 14px !important;
            padding-left: 0;
        }
        #footerend div.footer-box-2 {
            width: 50%;
            text-align: right;
            color: #eee !important;
            padding: 2% 1%;
        }
        #footerend .footer-box-2 a {
            color: #eee !important;
            font-size: 14px !important;
        }
            #footerend .footer-box-2 a:hover {
                color: #436240 !important;
            }

/*  ======================== Product page ====================== */

.product-links-m {
    display: none;
}
#products h1 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 0;
    padding: 80px 0 40px 0;
    color: #818d8f;
}
    .product-header {
        width: 100%;
    }
    .product {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        margin: 50px auto;
        max-width: 1100px;
        padding: 2%;
        flex-wrap: wrap;
    }
    span.plus {
        color: #E95412 !important;
        font-size: 16px !important;
        font-weight: bold;
        white-space: nowrap;
        position: relative;
        padding-right: 1em;
        padding-right: 0.7em;
    }
    span.plus > sup {
        position: absolute;
        right: 0;
        bottom: 3px;
        width: 1em;
        width: 0.7em;
    }
    span.plus-2 {
        color: #E95412 !important;
        font-size: 16px !important;
        font-weight: bold;
        white-space: nowrap;
    }
        .product div {
            width: 50%;
        }

    .left, .right {
        position: relative;
        right: 20vw;
        opacity: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .right {
        right: -20vw;
    }

    .fadeproducts {
        opacity: 0;
        -webkit-transition: all 3s;
        transition: all 3s;
    }

    .go {
        right: 0vw;
        opacity: 1;
    }

    .product-title {
        padding-bottom: 25px;
    }
    #products div.product-links {
        width: 100%;
        margin: 20px auto !important;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: left;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .register {
        border: 1px solid transparent;
        color: #fff !important;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        background-color: #e85311;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 1.5rem;
        line-height: 46px;
        padding: 0 30px;
        height: 46px;
        border-radius: 100px;
        text-align: center;
        width: auto;
        margin: 0 10px;
    }

     .mehr {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        box-sizing: border-box;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 1.5rem;
        line-height: 46px;
        padding: 0 30px;
        height: 46px;
        border-radius: 100px;
        text-align: center;
        border: 1px solid transparent;
        color: #fff !important;
        background-color: #e85311;
        width: auto;
        margin: 0 10px;
        margin-left: -0.8%;
    }

    #products .register {
    margin-left: 1px;
    border: 1px solid transparent;
    margin: 0 15px 12px;
    margin: auto;
    color: #fff !important;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #e85311;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 46px;
    padding: 0 30px;
    height: 46px;
    border-radius: 100px;
    text-align: center;
    width: 49%;
}
#products .register:hover {
            background: #436240;
            -webkit-transition: 1s !important;
            transition: 1s !important;
            transition-timing-function: linear;
            color: #fff;
        }

        .register a:hover {
            color: #7f8c8d !important;
        }

        .register a {
            color: #fff !important;
        }

        #products .mehr {
    margin: 20px auto;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 46px;
    padding: 0 30px;
    height: 46px;
    border-radius: 100px;
    text-align: center;
    width: 50%;
    margin-left: -0.8%;
}
    .mehr:hover {
        -webkit-transition: 1s !important;
        transition: 1s !important;
        transition-timing-function: linear;
        background: #436240;
    }

/* ========================== Products-pages =============================== */

    .product-description h2 sup {
        font-size: 30px;
    }
    #h-sun .desktop-none {
        display: none;
    }

    #h-sun section.tab_content {
        display: none;
        padding: 20px 0 0;
    }

/* products-tab */

#h-sun .tab-products {
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.tabs-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .tabs-title .product-tab {
        background-color: #436240;
        color: #fff;
        padding: 10px;
        font: inherit;
        flex: 1;
        border: 0;
        cursor: pointer;
    }
    .tab-products .tab-desktop-none {
        display: none;
    }
        .tabs-title .product-tab {
            border-right: 1px solid #fff;
        }
        .tabs-title .product-tab:last-child {
            border-right:none;
        }


        .tabs-title .product-tab.tab-active {
            background: #e85311;
        }
        .tabs-title .product-tab:hover {
            background: #e85311;
        }

.product-item {
    padding: 2.4rem;
    display: none;
    border: none;
}

.product-title, .tab-product-des {
    padding: 0;
    transition: inherit;
}

.product-title {
    margin-bottom: 1.5rem;
}
.product-title sup {
    font-size: 1.75rem;
}

.product-item.tab-active {
    display: block;
}

    .product-item.tab-active .tab-product-des {
        padding: 0;
    }

.tab-products .tab-product-des ul {
    margin-left: 17px !important;
    margin: 10px 0;
}

    .product-description {
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 1200px;
        margin-top: 70px;
    }
        .product-description h2 {
            font-size: 40px;
        }

        .product-description h3 {
            padding-bottom: 20px;
            font-weight: normal;
        }

        .product-description > div:nth-child(1) {
            width: 45%;
            text-align: center;
        }

        .product-description > div:nth-child(2) {
            width: 55%;
        }

    #h-sun {
        max-width: 1200px;
        padding: 2%;
        margin: auto;
    }
        #h-sun span.plus {
            color: #E95412 !important;
            font-size: 16px !important;
            font-weight: bold;
            line-height: 1.5 !important;
            white-space: nowrap;
        }

    .product-description strong {
        color: #E95412;
        font-size: 26px;
        padding-bottom: 20px;
    }

    .product-description span.plus {
        color: #E95412 !important;
        font-size: 16px !important;
        font-weight: bold;
        line-height: 1.5 !important;
        white-space: nowrap;
    }

    p.h-SUN-content {
        margin-top: 40px;
    }

    .product-description ul {
        list-style-position: outside;
        padding-top: 20px;
        margin-left: 21px;
        list-style-image: url(../img/_2k19/circle-S.png);     
    }
    .product-description ul li {
        margin: 10px 0;   
    }

    .inhalt-preise {
        background: #f2f2f2;
        margin: 0 auto !important;
        padding: 2% 4%;
        width: 100%;
        margin-top: 120px !important;
    }
        .inhalt-preise ul {
            padding: 30px 0;
            list-style-position: outside;
    margin-left: 18px;
        }
            .inhalt-preise ul li {
                line-height: 2.2;
                font-weight: normal;
            }

a.fixed {
    background: #e85311;
    text-align: center;
    position: fixed;
    top: 20%;
    right: 0;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    color: #fff !important;
    height: 52px;
    line-height: 52px !important;
    font-size: 20px !important;
    font-weight: normal !important;
    border-radius: 100px;
    padding: 0 15px;
    z-index: 1000;
}

.fixed:hover {
    background: #436240;
    -webkit-transition: 1s !important;
    transition: 1s !important;
    transition-timing-function: linear;
    color: #fff !important;
}

/* video */

.product-description .fa-youtube {
    font-size: 90px;
    margin: 20px auto;
}

button.youtube-button {
    border: none !important;
    background-color: transparent !important;
    cursor: pointer;
}

.product-description .modal-video {
    position: fixed;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    transition: 200ms ease-in-out;
    border-radius: 10px;
    z-index: 10;
    z-index: 1000;
    text-align: center;
    display: none;
}
.product-description .modal-video.active {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    display:block;    
}
.product-description .modal-header {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid black;
    background-color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}
    .product-description .modal-header .title {
        font-size: 1.75rem;
        font-weight: bold;
        display: inline-block;
        margin-left: 20px;
        width: 47%;
        text-align: left;
    }
    .product-description .modal-header .close-button-video {
        cursor: pointer;
        border: none;
        outline: none;
        background: none;
        font-size: 2.5rem;
        font-weight: normal;
        display: inline-block;
        width: 50%;
        text-align: right;
        padding-right: 3%;
        color: #818b95;
    }
.product-description .close-button-video:hover {
    color: red;
}
.product-description iframe {
    width: 978px;
    height: 550px;
}
#overlay {
    position: fixed;
    opacity: 0;
    transition: 200ms ease-in-out;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    pointer-events: none;
}
    #overlay.active {
        opacity: 1;
        pointer-events: all;
    }

/* ========================= h-one ============================== */
    .h-one-title {
        text-align: center;
        line-height: 0;
        font-size: 1.8rem;
        padding-bottom: 60px;
    }

/* ========================= h-one kids ========================== */
    .inhalt-title {
        margin: 30px auto;
    }
        .inhalt-title h3 {
            font-size: 24px;
            line-height: 3;
        }
        .inhalt-title strong {
            font-size: 24px !important;
            line-height: 3 !important;
            color: #E95412;
            white-space: nowrap;
        }

    span.small {
        color: #7f8c8d !important;
        font-size: 14px !important;
        line-height: 1;
        font-weight: normal !important;
    }

/* ================ h-SUN Clean ================= */
    #h-sun-clean ol {
        list-style-position: outside;
        margin-left: 17px;
    }

/* =====================  Kontakt page ================== */
    #Kontakt {
        max-width: 1100px;
        margin: auto;
    }
        #Kontakt h1 {
            font-size: 2.5rem;
            text-align: center;
            padding: 80px 0 5px 0;
            color: #818d8f;
        }
        #Kontakt p {
            padding: 2% 0.5%;
            line-height: 2;
        }
        #Kontakt h2 {
            font-size: 1.8rem;
            padding: 10px 0;
        }

    .Kontaktformular label {
        line-height: 40px;
        padding: 15px 0 5px 0;
        text-align: center;
        margin-left: 25% !important;
    }
    #Kontakt .required label:after {
        color: #e32;
        content: ' *';
        display: inline;
    }
    #Kontakt .Kontaktformular {
        border: 1px solid #e5e5e5;
        margin: 30px auto;
        margin-bottom: 150px;
    }
        .Kontaktformular input, textarea {
            width: 50%;
            padding: 1%;
            margin: 5px auto;
            display: block;
        }
            .Kontaktformular input[type="checkbox"] {
                width: 13px;
                height: 13px;
                padding: 0;
                display: inline-block;
                margin-top: 5px !important;
            }
            #Kontakt .required a {
        color: #7f8c8d;
        font-weight: bold;
    }

    .formSubmit {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 50%;
        margin: 10px auto;
    }

    #Kontakt input[type="submit"] {
    width: 200px;
    border: none !important;
    font-family: 'Roboto', sans-serif !important;
    color: #fff;
    background: #e85311;
    border-radius: 100px;
    padding: 0 25px;
    height: 46px;
    line-height: 46px;
    margin: 0 10px;
}

#Kontakt input[type="submit"]:hover {
    background: #436240;
}

/* ====================== Impressum ====================== */
#impressum {
    padding: 2%;
    margin: 80px auto;
}
#impressum h1{
    font-size: 1.5rem;
    font-weight: normal;
    padding: 10px 0;
}
#impressum h2 {
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0;
}

#impressum a {
    color: #436240 !important;
}
#datenschutz {
    padding: 2%;
    margin: 80px auto;
}
#datenschutz h1 {
    font-size: 1.5rem;
    font-weight: normal;
    padding: 10px 0;
}
#datenschutz h2 {
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0;
}
#datenschutz a {
    color: #436240 !important;
    white-space: pre-wrap; 
    white-space: -moz-pre-wrap; 
    white-space: -pre-wrap; 
    white-space: -o-pre-wrap; 
    word-wrap: break-word; 
}
#agb h1 {
    font-size: 1.5rem;
    font-weight: normal;
    padding: 10px 0;
}
#agb h2 {
    font-size: 1rem;
    font-weight: bold;
    padding: 10px 0;
}
#agb {
    padding: 2%;
    margin: 80px auto;
}
#agb a {
    color: #436240 !important;
}

/* ===================================================================================================================== */
@media screen and (max-width:1600px){
    .mainnav #logo {
        width: 160px;
    }
    #topnav ul.navbar > li > a {
        padding: 0 28px;
    }
    .card {
        left: -90px;
    }
    #topnav ul.navbar {
        left: 45px;
    }
    #shop-icon {
        right: 40px;
    }
    #shop-icon img {
        width: 23px;
        display: block;
        margin: 4px auto;
        margin-top: 6px;
    }
    #desktop .languagepicker {
        right: 30px;
    }
    div.slide-text {
        font-size: 5.2rem;
        padding-top: 18%;
        padding-left: 4%;
    }
    div.slide-box {
        margin-top: 3%;
        margin-left: 4%;
    }
    .slideshow-container .prev, .next {
        top: 55%;
        font-size: 33px !important;
    }
    
}

/* ======================================================================================================================= */
 @media screen and (max-width:1500px){
    .mainnav #logo {
        margin-top: 8px;
    }
    #topnav ul.navbar > li > a {
        padding: 0 25px;
    }
    .card {
        left: -130px;
    }
    #shop-icon {
        right: 80px;
    }
    div.slide-text {
        font-size: 4.7rem;
        padding-top: 19%;
    }
    .slideshow-container .prev, .next {
        top: 55%;
        font-size: 28px !important;
    }

 }

/*================================================================================================================================*/
@media screen and (max-width:1400px) {
    .mainnav #logo {
        width: 150px;
        margin-top: 9px;
    }
    #topnav ul.navbar {
        left: 30px;
    }
    #topnav ul.navbar > li > a {
        padding: 0 23px;
    }
    .card {
        left: -180px;
    }
    #shop-icon {
        right: 125px;
    }
    div.slide-text {
        font-size: 4.2rem;
    }
    .slide-box h3 {
        font-size: 2.2rem;
    }
    .slideshow-container .prev, .next {
        top: 55%;
        font-size: 25px !important;
    }
    /* video */
    #partner iframe {
        width: 850px;
        height: 478px;
    }
    #partner .modal-video {
        width: 850px;
    }
    .product-description .modal-video {
        width: 850px;
    }
    .product-description iframe {
        width: 850px;
        height: 478px;
    }
}

/*====================================================================================================================================*/
 @media screen and (max-width:1300px){

/* container */
.container {
    max-width: 1100px;
    width: 1100px;
}
    #desktop .languagepicker {
        right: 0;
    }
    .mainnav #logo {
        width: 124px;
        margin-top: 12px;
    }
    #topnav ul.navbar > li > a {
        padding: 0 20px;
    }
    #topnav ul.navbar {
        left: 25px;
    }
    #shop-icon {
        right: 104px;
    }
    .card {
        left: -150px;
    }
    .openClose + label:after {
        top: 6px;
        right: 4px;
    }
    div.slide-text {
        font-size: 3.8rem;
    }
    .slideshow-container .prev, .next {
        top: 56%;
    }
    #partner div.rectangular {
        width: 180px;
    }
    #partner div.square-frame {
        width: 180px;
        height: 180px;
    }
    #partner div.circle-frame {
        width: 180px;
        height: 180px;
        margin-top: 40px;
    }
    #partner div.frame {
        width: 320px;
        height: 400px;
    }
    #partner div.info h2 {
        padding: 20px 0 30px 0;
        line-height: 0;
        line-height: 1em;
    }
    div.iframe-container iframe {
        width: 390px;
        height: 250px;
        top: 14px;
        right: 80px;
    }
    .scrollToTop {
        bottom: 20px;
        right: 20px;
    }
    /* video */
    #partner .modal-video {
        width: 746px;
    }
    #partner .modal-header .title {
        width: 46%;
    }
    #partner iframe {
        width: 746px;
        height: 420px;
    }
    .product-description .modal-video {
        width: 746px;
    } 
    .product-description iframe {
        width: 746px;
        height: 420px;
    }
    #footerend div.footer-box-2 {
        padding-right: 30px;
    }

    .product-description {
        max-width: 1100px;
    }


    }

/*===============================================================================================================================*/
@media screen and (max-width:1199px){

    /* container */
    .container {
        max-width: 1000px;
        width: 1000px;
    }
    div.slide-text {
        padding-top: 36%;
    }
    .slideshow-container .prev, .next {
        top: 56%;
    }
    .mainnav #logo {
        width: 120px;
        margin-top: 14px;
    }
        #topnav ul.navbar > li > a {
            padding: 0 13px;
        }
        #topnav ul.navbar {
            left: 34px;
        }
    #shop-icon {
        width: 55px;
        right: 82px;
        font-size: 11px !important;
        top: 7px;
        line-height: .9em;
    }
    .card {
        left: -123px;
        top: -46px;
    }
    .openClose + label:after {
        top: 10px;
        right: 3px;
    }
    .partnerimg {
        width: 55px;
        height: 55px;
        top: 13px;
    }
    div.slide-text {
        font-size: 5rem;
    }
    #partner div.infopic {
        width: 35%;
    }
    #partner div.info {
        width: 65%;
    }

    #partner div.frame {
        width: 360px;
        height: 450px;
    }

    /* video */
    #partner .modal-video {
        width: 719px;
    }
    #partner iframe {
        width: 719px;
        height: 405px;
    }
    
    #partner div.square-frame {
        display: none;
    }
    #partner div.circle-frame {
        display: none;
    }
    #teampartner .list-style-text {
        min-height: 390px;
    }
    div.iframe-container iframe {
        width: 350px;
        height: 237px;
        top: 13px;
        right: 78px;
    }
    #webinar .webinarinfo {
        width: 60%;
    }
    #footerend div.footer-box-2 {
        padding-right: 40px;
    }
    .campustext p {
        text-align: left;
    }

    /* products */
    main#products {
        max-width: 1050px;
        margin: auto;
    }
    .product-description {
        max-width: 1050px;
        margin-top: 50px;
    }
        .product-description .modal-video {
            width: 719px;
        }
    .product-description iframe {
        width: 719px;
        height: 405px;
    }
 
    /*  kontakt */
    #Kontakt {
        max-width: 1000px;
        margin: auto;
    }


    }

/* ============================================================================== */
@media screen and (max-width:1150px) {

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }
    .container {
        max-width: 900px;
        width: 900px;
    }

    /* navigation */
    .headercontainer-mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 60px;
        margin: auto;
        z-index: 100;
        background: rgba(255,255,255,1);
        border-bottom: 1px solid rgba(0,0,0,0);
    }
    .mainnav-mobile #logo-mobile {
        width: 150px;
        margin-top: 10px !important;
        margin-left: 15px;
        display: inline-block;
    }

    header.main-header {
        position: fixed;
        z-index: 1100;
        background: #fff;
        width: 100%;
    }

/* mobile menu */
#topnav-mobile {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    background: #f8f8f8;
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow-y: scroll;
    /* overflow: auto; */
    z-index: 1000;
    z-index: 1000;
    /* z-index: 10000; */
}

.headerScroll-mobile {
    border-bottom: 1px solid #d8e0e3;
}
#topnav-mobile ul {
    list-style: none;
}

    #topnav-mobile > ul > li {
        border-bottom: 1px solid #ddd;
    }
    #topnav-mobile > ul > li > ul > li {
        padding: 0;
    }
    li.submenucontainer-mobile {
        padding: 0;
    }

#topnav-mobile li.language-mobile {
    border-bottom: none;
}
li.lang3-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    border-bottom: 1px solid #ddd;
    background: none !important;
    padding-top:  15px;
}


#topnav-mobile a {
    color: #596364;
    display: block;
    line-height: 50px;
    padding-left: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

#topnav-mobile ul li a {
    /* padding-left: 15px; */
    padding: 0 15px;
    line-height: 3.5;
}

#topnav-mobile li:last-of-type a {
    border: none;
}

.submenucontainer-mobile label.submenuicon-mobile {
    top: 13px !important;
    background: #818b95;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
.language-mobile {
    text-align: left;
padding-top: 15px;
padding-left: 15px;
}
#topnav-mobile:target {
    right: 0;
}
/* p.menuIcon-mobile, */
#topnav-mobile p.menuIcon-mobile {
    background: #fff;
    position: fixed;
    /* position: absolute; */
    /* -ms-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0); */
    right: 0;
    /* left: 0; */
    z-index: 10000;
    transform: translate3d(0,0,0);


/* 
    top: 0;
    width:55px;
    height: 55px;
    text-align: center; */
/* 

    top:0;
    width: 55px;
    height: 55px; */
}

/* .menuIcon-mobile a, */
#topnav-mobile .menuIcon-mobile a {
    padding: 0;
    text-align: left;
    font-size: 36px !important;
    color: #596364;
    font-weight: normal;
    height: auto;
    width: 45px;
    line-height: 45px;
    transform: translate3d(0,0,0);
}

/* p.menuIcon-mobile a[href="#close"], */
#topnav-mobile p.menuIcon-mobile a[href="#close"] {
    display: none;
}

/* p.menuIcon-mobile a[href="#close"], */
#topnav-mobile:target p.menuIcon-mobile a[href="#close"] {
    display: block;
}

.iconSmall-mobile {
    width: 15px;
    width: 17px;
    margin-right: 5px;
    display: block;
    margin: auto;
}
#topnav-mobile .lang3-mobile a {
    font-size: 14px !important;
    line-height: 35px;
}

li.lang3-mobile a {
    padding-left: 10px;
}

/* dropdown menu */
label.menutitle-mobile {
    display: block;
}

a.menutitle-mobile {
    font-size: 16px !important;
}

input.OnOff-mobile {
    display: none;
}

.submenu1-mobile li {
    border-bottom: none !important;
    line-height: 50px;
    padding: 0;
}

.submenu2-mobile li {
    border-bottom: none !important;
    line-height: 50px;
    padding: 0;
}
.submenu3-mobile li {
    border-bottom: none !important;
    line-height: 50px;
    padding: 0;
}

#submenu1-mobile:checked ~ #topnav-mobile .submenu1-mobile a,
#submenu2-mobile:checked ~ #topnav-mobile .submenu2-mobile a,
#submenu3-mobile:checked ~ #topnav-mobile .submenu3-mobile a {
    line-height: 50px;
    opacity: 1;
    border-top: 1px solid #ddd;
    background: #f2f2f2;
    padding-left: 40px;
    display: block;
}

/* a.sub1-mobile {
    border-top: none !important;
} */

#submenu1-mobile ~ #topnav-mobile .submenu1-mobile,
#submenu2-mobile ~ #topnav-mobile .submenu2-mobile,
#submenu3-mobile ~ #topnav-mobile .submenu3-mobile {
    display: none;
}

#submenu1-mobile:checked ~ #topnav-mobile .submenu1-mobile,
#submenu2-mobile:checked ~ #topnav-mobile .submenu2-mobile,
#submenu3-mobile:checked ~ #topnav-mobile .submenu3-mobile {
    line-height: 50px;
    opacity: 1;
    border-top: 1px solid #ddd;
    background: #f8f8f8;
    display: block;
}

#topnav-mobile ul li ul li {
    line-height: 0;
    overflow: hidden;
    border-bottom: 0px solid #aaa;
    opacity: 1;
}

#topnav-mobile ul li ul li {
    font-size: 14px;
}

#topnav-mobile ul li a label:before {
    content: "+ ";
    font-size: 25px !important;
    color: #fff;
}

#submenu1-mobile:checked ~ #topnav-mobile ul li a label[for="submenu1-mobile"]:before,
#submenu2-mobile:checked ~ #topnav-mobile ul li a label[for="submenu2-mobile"]:before,
#submenu3-mobile:checked ~ #topnav-mobile ul li a label[for="submenu3-mobile"]:before {
    content: "-  ";
    font-weight: bold;
    font-size: 25px !important;
}

#menu-mobile:checked ~ #topnav-mobile label {
    opacity: 1;
    z-index: 100;
    visibility: visible;
}

.submenucontainer-mobile {
    position: relative;
}

label.submenuicon-mobile {
    position: absolute;
    right: 10px;
    top: 19px;
    padding: 0 !important;
    font-size: 14px;
    display: block;
}

/* language */
.language-mobile {
    display: block;
    font-weight: normal;
}
/* teampartner card */
#navbar-mobile div.card-mobile {
    text-align: center;
    display: block !important;
    position: relative;
}

.teampartnercard-mobile {
    width: 85mm;
    height: 55mm;
    margin: 60px auto;
    padding: 20px;
    background: #fff;
    text-align: left;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    z-index: 100;
    position: relative;
}

#topnav-mobile .card-mobile .teampartnercard-mobile p {
    position: relative;
    left: 0;
    display: block !important;
}

.partnerimg-mobile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    /* background-image: url(../img/_2k19/Unbenannt-1-1.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    position: absolute;
    top: 5px;
    right: -100px;
}

input.openClose-mobile {
    display: none;
}
.openClose-mobile:checked + label.visitcard-mobile + div {
    font-weight: normal !important;
}

.openClose-mobile + label[for="partnerCard-mobile"] {
    font-weight: normal !important;
    color: #7f8c8d;
    background: rgba(255,255,255,.8);
    background: none !important;
    width: auto;
    z-index: 200;
    position: absolute;
    top: 10px;
    right: 40px;
}

div.teampartnercard-mobile h2 {
    font-size: 1rem;
    font-weight: normal;
    position: relative;
    top: 10px;
}

    div.teampartnercard-mobile h2:nth-child(2) {
        font-size: 1rem;
        padding: 15px 0;
        padding-bottom: 10px;
        color: #e85311;
    }

div.teampartnercard-mobile p {
    color: #7f8c8d;
    font-size: 1rem !important;
    width: auto !important;
    margin-top: 8px;
    line-height: 1 !important;
}

div.teampartnercard-mobile a {
    color: #7f8c8d !important;
    font-size: 1rem !important;
    width: auto !important;
    margin-top: 5px;
    padding-left: 0 !important;
    display: inline-block !important;
    line-height: 1 !important;
    margin-top: 8px;
}

div.teampartnercard-mobile span {
    line-height: 1.6;
    color: #7f8c8d !important;
    white-space: nowrap;
    font-size: 16px !important;
    font-size: 1rem !important;
    font-weight: normal;
}

label#visitcard-mobile {
    display: block;
    position: relative;
    right: 0;
    width: 80px;
    margin: auto;
}

/* fixed-info */
#info-box-header {
    padding: 10px 20px;
    position: relative;
    right: 120px;
    right: 50%;
    text-align: center;
    background: rgba(232,83, 17, 1);
    float: right;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

    #info-box-header h6 {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: normal;
        color: #fff;
    }

    #info-box-header p {
        margin: 0 !important;
        line-height: 1.8;
        font-size: 14px;
        letter-spacing: 1px;
        color: #fff;
    }

    #info-box-header a {
        color: #fff !important;
        font-size: 14px !important;
    }

    #info-box-header p:nth-of-type(1) {
        margin-top: 0 !important;
    }

        #info-box-header p:nth-of-type(1)::before {
            content: url(../img/_2k19/phone-2.png);
        }

    #info-box-header p:nth-of-type(2) {
        margin-top: 0 !important;
    }

        #info-box-header p:nth-of-type(2)::before {
            content: url(../img/_2k19/mai-2l.png);
        }

/* open close card */
.card-m {
    z-index: 1000;
    float: right;
    position: relative;
    left: -190px;
    top: -44px;
    text-align: center;
}

.teampartnercard-m {
    min-width: 280px;
    width: auto;
    background: #fff;
    text-align: left;
    padding: 10px 15px;
    position: absolute;
    box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
    z-index: 100;
    border-radius: 20px;
    top: 46px;
    right: 50px;
}
.partnerimg-m {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* background-image: url(../img/_2k19/Unbenannt-1-1.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border: 1px solid #eee;
    position: absolute;
    top: 9px;
    right: 15px;
}
.openClose-m {
    display: none;
}
    .openClose-m + label + div {
        display: none;
    }
    .openClose-m:checked + label + div {
        display: block;
        font-weight: normal !important;
    }
    .openClose-m + label {
        font-weight: normal !important;
        color: #596364;
        background: none !important;
        z-index: 200;
        text-align: center;
        position: absolute;
        top: 35px;
        right: 40px;
    }
        .openClose-m + label:after {
            color: #596364;
            content: "+";
            display: block;
            line-height: 20px;
            margin-right: 5px;
            height: 20px;
            width: 20px;
            font-size: 22px;
            position: absolute;
            top: 7px;
            right: 5px;
        }
        .openClose-m + label:hover:after {
            color: #e85311;
        }
    .openClose-m:checked + label:after {
        content: "\2212";
        color: #596364;
    }
    .openClose-m:checked + label {
        font-weight: normal !important;
        color: #596364;
        background: none !important;
        width: auto;
        z-index: 200;
        position: absolute;
        top: 35px;
        right: 40px;
    }
div.teampartnercard-m h2 {
    font-size: 16px;
    font-weight: normal;
    line-height: 2;
    color: #596364;
}
    div.teampartnercard-m h2:nth-child(2) {
        color: #e85311;
    }

#topnav .teampartnercard-m p {
    display: block !important;
    color: #596364;
    line-height: 2;
}
p.visitcardinfo-m {
    color: #596364;
}
#topnav div.teampartnercard-m a {
    line-height: 2;
    font-size: 14px !important;
}

div.teampartnercard-m span {
    line-height: 2;
    white-space: nowrap;
    font-size: 14px !important;
    font-weight: normal;
    color: #596364;
}
/* shop icon */
#shop-icon {
    width: 70px;
    top: 15px;
    right: 140px;
}
    #shop-icon img {
        width: 25px;
        display: block;
        margin: auto;
        margin-bottom: 5px;
    }
#shop-icon {
    font-size: 11px !important;
}
#shop-icon {
    width: 55px;
    top: 12px;
    right: 165px;
} 

/* slide */
    .dotscontainer {
        bottom: 3%;
    }
    div.slide-text {
        padding-top: 35%;
    }
    div.slide-box {
        margin-top: 3%;
    }
    div.slide-text {
        font-size: 4.4rem;
    }

/* main */
    section#partner {
        align-items: flex-start;
    }
    section#partner {
        margin: 100px auto;
        margin-top: 80px;
    }

    #partner div.infopic {
        width: 40%;
    }

    #partner div.info {
        width: 60%;
    }

    #partner div.info h3 {
        line-height: 0;
    }
/* video */
    #partner .modal-header {
        border-bottom: 1px solid black;
    }
    .product-description .modal-header {
        border-bottom: 1px solid black;
    }
    #teampartner {
        margin: 100px 0;
    }
    #teampartner .list-style-text {
        min-height: 435px;
    }
    .video-container {
        margin: 100px auto;
    }
        #teampartner div.video-text {
            width: 60%;
        }

        #teampartner div.video {
            width: 40%;
        }

    div.iframe-container iframe {
        width: 320px;
        height: 210px;
        top: 10px;
        right: 70px;
    }

    .heraus {
        margin: 100px auto;
    }
    .products {
        margin: 100px auto;
    }
    #shop > div {
        min-height: 230px;
    }
    #shop form {
        margin-top: 15px;
    }
    .products h2 {
        height: 200px;
    }
    section.shop {
        margin: 100px auto;
    }
    div.campuspic {
        height: 200px;
        margin: 100px auto;
    }
    .campus {
        margin: 100px auto;
    }
    #webinar {
        margin: 100px auto;
    }
    #webinar .overlay.container {
        max-width: 100vw;
    }
    #webinar .webinarinfo {
        width: 70%;
        padding-left: 30px;
    }
    #webinar .webinar-btn {
        width: 29%;
    }
    #webinar .webinar-img {
        height: 330px;
    }
    #webinar .overlay {
        height: 330px;
    }

    #webinar h2 {
        margin-top: 0;
    }

    #webinar div.webinartitle:nth-of-type(2) {
        margin-top: 40px;
    }
    #footertop {
        margin-top: 100px;
    }
/* products */
    main#products {
        max-width: 930px;
        margin: auto;
    }
    .product-description {
        max-width: 940px;
    }
    #h-sun {
        max-width: 1000px;
    }

/* kontakt */
    #Kontakt {
        max-width: 800px;
        margin: auto;
    }

    .formSubmit {
        width: 100%;
    }
}


/* ======================================================= */

@media screen and (max-width:1050px){

    #shop-icon {
        right: 135px;
    }
    .card-m {
        left: -135px;
    }
    a.fixed {
        top: 30%;
        height: 45px;
        line-height: 45px !important;
        padding: 0 15px;
    }
    #h-sun {
        max-width: 910px;
    }
    #products .mehr {
        width: 55%;
    }

}

 /* =============================================================== */

@media screen and (max-width:950px){
    .container {
        max-width: 800px;
    }
    h2 {
        font-size: 28px;
    }
    .mainnav-mobile #logo-mobile {
        width: 130px;
        margin-top: 14px !important;
    }
    #info-box-header {
        right: 49%;
    }
    #shop-icon {
        right: 90px;
    }
    .card-m {
        left: -85px;
    }
    div.slide-text {
        font-size: 3.8rem;
        padding-top: 35%;
    }
    .slideshow-container .prev, .next {
        font-size: 25px !important;
    }
    #partner div.frame {
        width: 320px;
        height: 400px;
    }
    #teampartner .list-style-text {
        min-height: 445px;
    }
    div.iframe-container iframe {
        width: 283px;
        height: 190px;
        top: 10px;
        right: 62px;
    }
    .products h2 {
        height: 180px;
    }
    div.campuspic {
        height: 180px;
    }
    .heraustext {
        padding: 20px 40px;
    }
    #shop > div {
        min-height: 280px;
        padding: 2%;
    }
    .campustext {
        padding: 20px 40px;
    }
    .products h2 {
        width: 100%;
        background: url(../img/_2k19/hinterground-M.jpg) no-repeat center top fixed;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    #shop input {
        margin-top: 10px;
    }
    #shop input:nth-of-type(1) {
        margin-top: 20px;
    }
    #footerend div.footer-box-1 {
        padding: 3% 1%;
    }
    #footerend div.footer-box-2 {
        padding: 3% 1%;
        padding-right: 50px;
    }
    /*  produkte */
    main#products {
        max-width: 820px;
        margin: auto;
    }
    .product-description {
        max-width: 820px;
    }
    .product-description .fa-youtube {
        font-size: 70px;
    }
    #h-sun {
        max-width: 810px;
    }
    #Kontakt h1 {
        padding: 50px 0 5px 0;
    }

}


 /* ===================================================================================== */

@media screen and (max-width:850px) {
    .container {
        max-width: 700px;
    }
    h2 {
        font-size: 1.75rem;
        font-size: 1.5rem;
    }
    .mainnav-mobile #logo-mobile {
        width: 115px;
        margin-top: 15px !important;
    }
    #shop-icon {
        right: 90px;
        top: 10px;
    }
    .card-m {
        left: -70px;
    }
    #info-box-header {
        right: 50%;
    }
    div.slide-text {
        padding-top: 35%;
        font-size: 3rem;
    }
    .slide-box h3 {
        font-size: 2rem;
    }
    div.slide-box {
        margin-top: 4%;
    }
    #partner div.infopic {
        display: none;
    }
    #partner div.info {
        width: 100%;
    }
    /* video */
    .product-description .modal-video {
        top: 45%;
    }
    .popup {
        max-width: 100vw;
    }
    #teampartner div.ansprache-text {
        padding: 20px 10px;
    }
    #teampartner .list-style-text {
        min-height: 465px;
    }
    div.video {
        width: 80%;
    }
    div.iframe-container iframe {
        width: 405px;
        height: 258px;
        top: 11px;
        right: 77px;
    }
    div.video-text {
        width: 100%;
        padding-left: 0;
    }
    .video-text h2 {
        line-height: 1.6;
        margin: 30px 0 20px 0;
        text-align: center;
    }
    #shop h3 {
        font-size: 16px;
    }
    #shop > div {
        min-height: 260px;
    }
    #webinar h2 {
        padding: 30px 0 25px 0;
    }
    #webinar div.webinartitle:nth-of-type(2) {
        margin-top: 30px;
    }
    #webinar .webinar-img {
        height: 280px;
    }
    #webinar .overlay {
        height: 280px;
    }
    #webinar .webinarinfo {
        width: 80%;
        width: 70%;
    }
    #webinar .webinar-btn {
        width: 15%;
        width: 25%;
    }
    #webinar .webinarinfo {
        padding-left: 0;
    }
    #footerbox {
        padding-top: 20px;
    }
    #footerbox > div {
        width: 50%;
    }
    #footerbox > div:nth-of-type(1) {
        width: 100%;
    }
    #footerbox img {
        width: 30%;
    }
    #socialmedia img {
        width: 45%;
    }
    div.contact {
        text-align: center;
    }
    .scrollToTop {
        bottom: 20px;
        right: 10px;
    }
    .products h2 {
    width: 100%;
    height: 180px;
    background: url(../img/_2k19/hinterground-S-1.jpg) no-repeat center top fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    }

    /* produkt */
    a.fixed {
        top: 50%;
    }

    #h-sun {
        max-width: 770px;
    }
    .product div {
        width: 100% !important;
    }
    .product {
        max-width: 740px;
        margin: 0 auto;
        margin-top: 10px;
    }
    #products h1 {
        padding-bottom: 0;
    }
    #products .product-img {
        text-align: center;
    }
    #products div.product-links {
        margin:0 auto !important;
    }
    #products img {
        width: 60% !important;
        margin: auto;
        padding-top: 20px;
    }
    #products .mehr {
        margin: 10px auto;
        margin-bottom: 20px;
        width: 45%;
    }
    #products .register {
        margin: 10px auto;
        margin-bottom: 20px;
        width: 45%;
    }
    div.rewerse {
        flex-wrap: wrap-reverse !important;
    }
    #products div.product-links {
       display: none;
    }
    #products div.product-links-m {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        width: 70% !important;
        margin: auto;
        margin-top: 30px;
     }
 

     .product-description {
        max-width: 740px;
    }
    #products .mehr {
        width: 60%;
    }

    /* kontakt */
    .Kontaktformular {
        border: none;
    }
    #Kontakt {
        max-width: 760px;
        margin: auto;
    }

}

/* ===================================================================================== */

@media screen and (max-width:800px){

    #info-box-header {
        right: 46%;
    }
    /* tab - product */
    main#products {
        max-width: 720px;
        margin: auto;
    }
    .product-description {
        max-width: 710px;
        margin-top: 50px;
    }
    #h-sun {
        max-width: 710px;
    }
    .tab-products h4 {
        font-size: 1.25rem;
        font-weight: normal;
    }

    .tab-products .tabs-title {
        display: none;
    }
    .tab-products .tab-desktop-none {
        display: block;
    }

    .tab-products .product-item {
        border-bottom: 1px solid #e5e5e5;
    }

    .tab-products .product-item:last-child {
            border: none;
        }

        .tab-products .product-title {
        margin: 0;
        padding: 10px;
        cursor: pointer;
        transition: padding .2s ease;
        position: relative;
        background-color: #436240;
        color: #fff;
        border-bottom: 1px solid #fff;
    }
    .tab-products .border-none {
        border-bottom: none;
    }
        .tab-products .product-title:after {
            content: "+";
            position: absolute;
            top: 0;
            right: 30px;
            bottom: 0;
            margin: auto;
            opacity: 1;
            transition: opacity .1s ease;
            width: 30px;
            height: 30px;
            line-height: 30px;
            font-size: 30px;
        }

        .tab-products .product-title:hover {
            background-color: #e85311;
        }

        .tab-products .tab-product-des {
        padding: 0 1.25em;
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: padding .2s ease, opacity .5s .15s ease;
    }
    .tab-products .tab-active .product-title {
            background: #e85311;
            cursor: inherit;
        }
            .tab-products .tab-active .product-title:after {
                opacity: 0;
            }

            .tab-products .tab-active .tab-product-des {
            padding: 1.25em;
            height: auto;
            opacity: 1;
        }
        .tab-products .product-item {
            display: block;
        }
        .tab-products .product-item {
            border-bottom: none;
            padding: 0;
        }
        #Kontakt .Kontaktformular {
            border: none;
        }
        #Kontakt p {
            padding: 2%;
        }

}

/* ===================================================================================== */

@media screen and (max-width:750px) {

    .container {
        max-width: 650px;
    }
    div.slideshow-container {
        margin-top: 50px;
    }
    .slideshow-container .prev, .next {
        top: 50%;
    }
    div.slide-text {
        font-size: 3.2rem;
        padding-top: 33%;
    }
    #info-box-header {
        right: 43%;
    }
    section#partner {
        margin-top: 50px;
    }
    #partner .modal-video {
        width: 680px;
    }
    #partner iframe {
        width: 680px;
        height: 383px;
    }
    #teampartner .list-style-text {
        min-height: 550px;
    }
    .product-description .modal-video {
        width: 680px;
    }
    .product-description  iframe {
        width: 680px;
        height: 383px;
    }

    div.iframe-container iframe {
        width: 375px;
        height: 251px;
        top: 10px;
        right: 79px;
    }
    #webinar h2 {
        padding: 20px 0;
        padding-bottom: 50px;
        font-size: 26px;
    }
    .webinarinfo h3 {
        font-size: 24px;
    }
    #webinar .webinarinfo {
        width: 80%;
    }
    #webinar .webinar-btn {
        width: 18%;
    }

    /* produkte */
    .product-description .modal-video {
        top: 40%;
    }
    main#products {
        max-width: 660px;
    }
    .product-description {
        max-width: 660px;
    }
    #h-sun {
        max-width: 660px;
    }
    
     /* kontakt */
     #Kontakt {
        max-width: 660px;
        margin: auto;
    }
    .formSubmit {
        width: 100%;
    }

}

/* ===================================================================================== */

@media screen and (max-width:700px){
    .container {
        max-width: 630px;
    }
    h1 {
        font-size: 2.3rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    div.slide-text {
        font-size: 3rem;
        padding-top: 34%;
    }
    .slide-box h3 {
        font-size: 1.5rem;
    }
    #shop-icon {
        right: 85px;
    }
    .card-m {
        left: -75px;
    }
    #info-box-header {
        right: 37%;
    }
    #partner .modal-video {
        width: 640px;
    }
    #partner .modal-header .title {
        width: 45%;
    }
    #partner iframe {
        width: 640px;
        height: 360px;
    }
    #teampartner .list-style-text {
        min-height: 540px;
    }
    div.iframe-container iframe {
        width: 364px;
    height: 246px;
    top: 10px;
    right: 76px;
    }
    .heraustext > div {
        width: 100%;
    }
    #webinar .webinarinfo {
        width: 79%;
    }
    #webinar .webinar-btn {
        width: 20%;
    }
    #webinar .webinar-img {
        height: 290px;
    }
    #webinar .overlay { 
        height: 290px;
        background-color: #272727;
    }
    #webinar .webinarinfo h3 {
        font-size: 1.25rem;
    }
    #webinar .webinartitle {
        margin: 20px auto;
    }
    #footerbox img {
        width: 40%;
    }
  
    /* produkts */
    main#products {
        max-width: 630px;
    }
    .product-description {
        max-width: 630px;
    }
    #h-sun {
        max-width: 630px;
        padding: 0;
    }
    #products .product > div {
        width: 100%;
    }
    .two-button {
        width: 100%;
        display: block;
    }
    h2.product-title {
        font-size: 1.75rem;
    }
    /* h-sun */
    .product-description div:nth-of-type(1) {
        width: 100%;
        text-align: center;
    }
    .product-description div:nth-of-type(1) > img{
        width: 70%;
        margin: auto;
    }
    .product-description div:nth-of-type(2) {
        width: 100%;
    }
        .product-description .modal-video {
            width: 640px !important;
        }
    .product-description iframe {
        width: 640px;
        height: 360px;
    }
    button.youtube-button {
        display: block;
    }
/* kontakt */
    #Kontakt {
        max-width: 580px;
        margin: auto;
    }
    .formSubmit {
        width: 100%;
    }
}


/* ===================================================================================== */

@media screen and (max-width:674px){
    .container {
        max-width: 550px;
    }
    div.slideshow-container {
        margin-top: 0;
    }
    div#info-box-header {
        display: none;
    }
    .card-m {
        left: -110px;
    }
    #shop-icon {
        right: 110px;
    }
    div.slide-text {
        padding-top: 64%;
    }
    .slide-box h3 {
        font-size: 1.8rem;
    }
    #teampartner div.ansprache {
        width: 100%;
        width: 100%;
        display: block;
    }

    #teampartner div.ansprache-text {
        width: 100%;
         display: block; 
    }

    #teampartner .info-button a {
        display: none;
    }

    #teampartner .info-button-m {
        display: block;
        margin-top: 15px !important;
    }
    
    #teampartner .info-button-m a {
        color: #fff !important;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: inline-block;
        background-color: #e85311;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 1.5rem;
        line-height: 46px;
        padding: 0 30px;
        height: 46px;
        min-width: 160px;
        border-radius: 100px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%;
    }
    #teampartner .ansprache-text .info-button a:hover {
        background: rgba(0,0,0,0);
        border: 1px solid #e85311;
    } 
    #teampartner .list-style-text {
        min-height: auto;
    }
    div.iframe-container iframe {
        width: 311px;
        height: 210px;
        top: 10px;
        right: 67px;
    }
    .heraustext {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        padding: 30px 10px;
    }
    .campustext {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        padding: 30px 10px 10px 10px;
    }
    .campus h6 {
        font-size: 1rem !important;
        padding: 10px;
        margin-bottom: 30px;
    }
    #shop > div {
        width: 70%;
        margin: auto;
        display: block;
        min-height: 225px;
        line-height: 2;
        padding: 2%;
        margin: 15px auto;
        background: rgba(242,242,242,0.4);
    }
    #webinar {
        margin-bottom: 200px;
    }
    #webinar .webinarinfo h3::before {
        content: none;
    }
    #webinar .webinarinfo h3 {
        font-size: 1.3rem;
    }
    #webinar .webinarinfo strong {
        font-size: 1.3rem;
    }
    
    #webinar .webinar-img {
        height: auto;
        line-height: 0;
    }
    #webinar .overlay {
        padding-bottom: 20px;
        height: 330px;
    }
    #webinar h2 {
        padding: 15px 0;
    }
    #webinar div.webinartitle:nth-of-type(2) {
        margin-top: 20px;
    }
    #webinar .webinarinfo {
        width: 50%;
    }
    #webinar .webinar-btn {
        width: 48%;
    }
    /* produkte */
    main#products {
        max-width: 550px;
    }
    .product-description {
        max-width: 550px;
    }
    #products .mehr {
        width: 70%;
    }
    #h-sun {
        max-width: 550px;
    }
    #products h1 {
        font-size: 2.1rem;
    }
    .two-button a.mehr {
        margin: 30px 10px;
    }
    .product-description {
        padding: 2%;
    }
    .product-description h3 {
        font-size: 1.6rem;
    }
    #partner iframe {
        width: 590px;
        height: 331px;
    }
    #partner .modal-video {
        width: 590px;
    }
    .product-description .modal-video {
        width: 590px !important;
    }
    .product-description iframe {
        width: 590px;
        height: 331px;
    }
    .product-description .modal-header .title {
        text-align: left;
    }
    #products img {
        width: 76% !important;
    }
    #Kontakt {
        max-width: 550px;
    }

}

/* ===================================================================================== */

@media screen and (max-width:600px){
    .container {
        max-width: 500px;
    }
    h1 {
        font-size: 2.2rem;
    }
    .slideshow-container .prev, .next {
        font-size: 20px !important;
    }
    div.slide-text {
        font-size: 3rem;
    }
    div.slide-text {
        padding-top: 63%;
    }
    .slide-box h3 {
        font-size: 1.5rem;
    }
    .submenucontainer-mobile label.submenuicon-mobile {
        margin-right: 10px;
    }
    div.slide-box {
        margin-top: 6%;
    }
    section#partner {
        margin: 50px auto;
    }
    #partner .modal {
        width: 540px;
    }
    #partner .modal-video {
        width: 540px;
    }
    #partner iframe {
        width: 540px;
        height: 302px;
    }
    
    .video-text h3 {
        font-size: 1.5rem;
    }
    div.iframe-container iframe {
        width: 290px;
        height: 198px;
        top: 7px;
        right: 61px;
    }
    .video-container {
        margin-bottom: 100px;
    }
    div.video-text p {
        padding-top: 0;
    }
    .products h2 {
        display: none;
    }
    div.campuspic {
        display: none;
    }
    #webinar .overlay {
        height: 380px;
    }
    #webinar .webinar-btn {
        width: 100%;
        display: block;
        margin: auto;
        text-align: center;
        margin-top: 10px;
    }
    #webinar {
        height: 330px;
        background: #312a22;
    }
    #webinar .webinarinfo {
        width: 100%;
        display: block;
    }
    #webinar .webinar-btn {
        width: 100%;
        display: block;
    }
    .webinar-img {
        display: none;
    }
    #webinar h2 {
        padding: 20px 0;
    }
    #webinar div.webinartitle:nth-of-type(2) {
        margin-top: 35px;
    }
    #webinar .webinarinfo h3 {
        font-size: 1.3rem;
        text-align: center;
    }
    #webinar .webinarinfo strong {
        font-size: 1.3rem;
    }
    #footerbox > div {
        width: 100%;
    }
    div.contact {
        text-align: left;
    }
    #socialmedia {
        justify-content: flex-start;
    }
    #socialmedia a {
        width: 15%;
    }
    #footerbox h4 {
        text-align: left;
        padding-top: 30px;
    }
    #footerbox {
        padding: 20px 0;
    }
    #footerend div.footer-box-1 {
        padding: 2%;
    }
    #footerend div.footer-box-2 {
        padding: 2%;
        padding-bottom: 25px;
    }
    #footerbox > div {
        padding: 1% 0;
    }
    #footertop {
        margin-top: 80px;
    }
    div.contact {
        text-align: center;
    }
    #footerbox h4 {
        text-align: center;
    }
    #footerend div.footer-box-1 {
        width: 100%;
        text-align: center;
        padding-top: 25px;
    }
    #footerend div.footer-box-2 {
        width: 100%;
        text-align: center;
    }
    #footerbox > div:nth-of-type(1) {
        text-align: center;
    }
    #socialmedia {
        justify-content: center;
    }
    
    /* produkte */
    main#products {
        max-width: 500px;
    }
    .product-description {
        max-width: 500px;
    }
    #products .mehr {
        width: 60%;
    }
    #h-sun {
        max-width: 500px;
    }
    a.fixed {
        top: 40%;
    }
    #products div.product-links-m {
        width: 100% !important;
    }
    .product-description div:nth-of-type(1) > img {
        width: 100%;
    }
    .product-description h3 {
        font-size: 1.4rem;
    }
    /* h-sun */
    .product-description .modal-video {
        width: 540px !important;
    }
    .product-description iframe {
        width: 540px;
        height: 302px;
    }
    /* kontakt */
    #Kontakt {
        max-width: 480px;
        margin: auto;
    }
    .formSubmit {
        width: 100%;
    }
    .Kontaktformular input, textarea {
        width: 80%;
        padding: 1%;
        margin: 5px auto;
        display: block;
    }
    .Kontaktformular label {
        margin-left: 10% !important;
    }
    #Kontakt input[type="submit"] {
        width: 40% !important;
        padding: 0;
    }
    #Kontakt input[type="reset"] {
        width: 40% !important;
        padding: 0;
    }

}

/* ===================================================================================== */

@media screen and (max-width:550px){
    .container {
        max-width: 450px;
    }
    div.slide-text {
        padding-top: 65%;
        font-size: 2.8rem;
    }
    .slideshow-container .prev, .next {
        top: 54%;
    }
    #partner .modal-video {
        width: 490px;
    }
    #partner iframe {
        width: 490px;
        height: 273px;
    }
    div.video {
        width: 90%;
    }
    div.iframe-container iframe {
        width: 292px;
    height: 193px;
    top: 10px;
    right: 61px;
    }
    /* produkte */
    #products .mehr {
        width: auto;
    }
    main#products {
        max-width: 450px;
    }
    .product-description {
        max-width: 450px;
    }
    #h-sun {
        max-width: 450px;
    }
    .product-description h3 {
        font-size: 1.2rem;
    }
        .product-description .modal-video {
            width: 490px !important;
        }
    .product-description iframe {
        width: 490px;
        height: 273px;
    }
    #products img {
        width: 91% !important;
    }
    #Kontakt {
        max-width: 450px;
    }

}


/* ===================================================================================== */

@media screen and (max-width:500px) {
    .container {
        max-width: 400px;
    }
    #shop-icon {
        right: 76px;
    }
    .card-m {
        left: -45px;
    }
    .slideshow-container {
        margin-top: 30px;
    }
    .slide-box h3 {
        font-size: 1.4rem;
    }
    div.slide-text {
        font-size: 2.5rem;
    }
    div.slide-text {
        padding-top: 64%;
    }
    .slideshow-container .prev, .next {
        padding: 0 5px;
    }
    #partner .modal-video {
        width: 440px;
    }
    #partner iframe {
        width: 440px;
        height: 245px;
    }
    #partner .modal-header {
        padding: 0 10px;
    }
    #partner .modal-header .title {
        font-size: 1.25rem;
    }
    #partner .modal-header {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        height: 50px;
        line-height: 50px;
    }
    #partner .modal-header .close-button-video {
        padding-top: 0;
    }
    #teampartner {
        margin: 70px 0;
    }
    div.iframe-container iframe {
        width: 257px;
    height: 170px;
    top: 7px;
    right: 57px;
    }
    .video-container {
        margin: 70px auto;
    }
    .heraus {
        margin: 70px auto;
    }
    .campustext {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .campus {
        padding: 0 10px;
    }
    .products {
        margin: 70px auto;
    }
    section.shop {
        margin: 70px auto;
    }
    #shop > div {
        width: 80%;
    }
    div.campuspic {
        margin: 70px auto;
    }
    .campus {
        margin: 70px auto;
    }
    #webinar .overlay {
        height: 420px;
    }
    #socialmedia a {
        width: 16%;
    }

    /* produkte */
    .product-description .modal-video {
        top: 50%;
    }
    main#products {
        max-width: 400px;
    }
    #h-sun {
        max-width: 400px;
    }
    #products h1 {
        font-size: 2.4rem;
    }
    .product-description {
        max-width: 400px;
    }
    #h-sun label {
        display: block;
    }
    .inhalt-preise ul {
        padding: 30px 5px;
    }

    .product-description .modal-video {
        width: 440px !important;
    }
    .product-description iframe {
        width: 440px;
        height: 245px;
    }
    .product-description .modal-header {
        padding: 0 10px;
    }
    .product-description .modal-header .title {
        font-size: 1.25rem;
    }
    a.fixed {
        top: 35%;
    }
    #products .mehr {
        width: auto;
    }
/* kontakt */
      #Kontakt {
        max-width: 400px;
        margin: auto;
    }
    #Kontakt h1 {
        font-size: 2.4rem;
    }
    .formSubmit {
        width: 100%;
    }
}

/* ===================================================================================== */

@media screen and (max-width:450px){
    .container {
        max-width: 370px;
    }
    .mainnav-mobile #logo-mobile {
        width: 100px;
        margin-top: 18px !important;
        margin-left: 10px;
    }
    .card-m {
        left: 35px;
    }
    .teampartnercard-m {
        min-width: 260px;
        padding: 5px 10px;
        right: 60px;
    }
    .partnerimg-m {
        right: 115px;
    }
    .openClose-m + label:after {
        right: 104px;
        top: 6px;
    }
    div.teampartnercard-m h2:first-child {
        margin-top: 60px;
    }
    .slide-box h3 {
        font-size: 20px;
        font-weight: 350;
    }
    div.slideshow-container {
        margin-top: 15px;
    }
    .video-container .macbook {
        visibility: hidden;
    }
    .video-container div.video {
        width: 100%;
    }
    .video-container div.iframe-container iframe {
        width: 398px;
        height: 225px;
        top: 0px;
        right: -19px;
    }
    div.video-text h2 {
        margin-top: 50px;
    }

    #webinar .webinarinfo strong {
        font-size: 1.2rem;
    }
    #webinar .webinarinfo h3 {
        font-size: 1.2rem;
    }
    div.slide-text {
        padding-top: 61%;
        font-size: 2.2rem;
    }
    h1 {
        font-size: 1.9rem;
    }
    div.iframe-container iframe {
        width: 248px;
        height: 161px;
        top: 8px;
        right: 52px;
    }
    .heraustext {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #shop > div {
        width: 90%;
    }
    .campustext {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .products h2 {
        height: 150px;
    }
    div.campuspic {
        height: 150px;
    }
    /* produkte */
    main#products {
        max-width: 370px;
    }
    #products h1 {
        font-size: 1.8rem;
        padding-bottom: 30px;
    }
    .product-description {
        max-width: 370px;
    }
    .product-description .modal-video {
        top: 37%;
    }
    #h-sun {
        max-width: 370px;
    }
    .product-description h2 {
        font-size: 34px;
    }
    .product-description h3 {
        font-size: 1rem;
    }
    a.fixed {
        height: 45px;
        line-height: 45px !important;
        font-size: 18px !important;
    }
    #products .register {
        width: 48%;
    }
    .product-description .modal-video {
        width: 390px !important;
    }
    .product-description .modal-header {
        height: 50px;
        line-height: 50px;
    }
    .product-description .modal-header .title {
        margin-left: 0;
    }
    .product-description .modal-header .close-button-video {
        padding-right: 0;
    }
    .product-description iframe {
        width: 390px;
        height: 217px;
    }
    #products img {
        width: 100% !important;
    }
    .tab-products .product-title:after {
        right: 10px;
    }

/* kontakt */
     #Kontakt {
        max-width: 320px;
        margin: auto;
    }
    #Kontakt h1 {
        font-size: 2rem;
        text-align: left;
        padding-left: 15px;
    }
    .Kontaktformular label {
        margin-left: 5% !important;
    }
    .formSubmit {
        width: 100%;
    }
    input[type="submit"] {
        margin: 10px;
    }
    .Kontaktformular input, textarea {
        width: 90%;
    }
    #Kontakt p {
        padding: 2%;
    }
    #Kontakt input[type="submit"] {
        width: 45% !important;
    }
    input[type="reset"] {
        width: 45% !important;
    }

}

/* ================================================================== */
@media screen and (max-width:420px){
    .container {
        max-width: 350px;
    }
    .slideshow-container .prev, .next {
        padding: 0 8px;
    }
    .modal-video {
        width: 390px !important;
    }
    #partner iframe {
        width: 390px;
        height: 217px;
    }
    main#products {
        max-width: 350px;
    }
    #h-sun {
        max-width: 350px;
    }
    .product-description {
        max-width: 350px;
    }
    .video-container div.iframe-container iframe {
        width: 398px;
        height: 225px;
        top: 0px;
        right: -41px;
    }
    #webinar .overlay {
        height: 435px;
    }
    .tab-products .product-title {
        padding: 10px 16px;
    }
}
/* ======================================================================== */
@media screen and (max-width:400px) {
    .container {
        max-width: 350px;
    }
    main#products {
        max-width: 350px;
    }
    #topnav-mobile {
        position: fixed;
        top: 0;
        right: -100vw;
        /* right: -100%; */
        width: 100vw;
        /* width: 100%; */
        height: 100vh;
        /* height: 100%; */
    }
    #shop-icon {
        right: 69px;
        width: 50px;
        top: 14px;
        font-size: 10px !important;
    }
    #shop-icon img {
        width: 21px;
        margin-bottom: 0px;
    }
    .mainnav-mobile #logo-mobile {
        width: 100px;
    }
    .partnerimg-m {
        width: 58px;
        height: 58px;
    }
    .openClose-m + label:after {
        right: 104px;
    }
    #topnav-mobile .menuIcon-mobile a {
        height: 50px;
        width: 65px;
        line-height: 65px;
    }
    #topnav-mobile .menuIcon-mobile a {
        text-align: center;
    }
    div.slide-text {
        padding-top: 60%;
    }
    div.slide-text {
        font-size: 2rem;
    }
    .slide-box h3 {
        font-size: 19px;
    }
    .slideshow-container .prev, .next {
        font-size: 21px !important;
        padding: 0 15px;
    }
    .slideshow-container .prev {
        padding-left: 10px;
    }
    .slideshow-container .next {
        padding-right: 10px;
    }
    section#partner {
        margin: 40px auto;
    }
    h1 {
        font-size: 1.7rem;
    }
    div.iframe-container iframe {
        width: 233px;
        height: 155px;
        top: 8px;
        right: 48px;
    }
    .popup {
        margin-top: 60px;
    }
    #partner .modal-video {
        width: 365px;
    }
    .heraus h2 {
        padding: 20px 5px;
        padding-bottom: 0;
    }
    #webinar .webinarinfo strong {
        font-size: 1.1rem;
    }
    #webinar .webinarinfo h3 {
        font-size: 1.1rem;
    }
    #webinar h2 {
        padding: 25px 0;
    }
    #webinar {
        height: 340px;
    }
    .register-btn a {
        font-size: 1.3rem !important;
    }
    #footerbox img {
        width: 50%;
    }
    #socialmedia a {
        width: 13%;
    }
 
/* produkte */
        #products .mehr {
            margin: 10px auto;
        }
        #products .register {
            width: 100%;
            margin: 10px auto;
        }
        .product-description {
            max-width: 350px;
        }

            .product-description .modal-video {
                width: 365px !important;
            }
        .product-description iframe {
            width: 365px;
            height: 203px;
        }
        .tab-products h4.product-title {
            font-size: 1rem;
        }
        .tab-products .product-title:after {
            right: 22px;
        }

}

/* ============================================================= */
@media screen and (max-width:380px) {
    .container {
        max-width: 310px;
    }
    .mainnav-mobile #logo-mobile {
        margin-top: 15px !important;
    }
    .partnerimg-m {
        right: 96px;
    }
    .openClose-m + label:after {
        right: 86px;
        top: 7px;
    }
    .slide-box h3 {
        font-size: 18px;
    }
    div.slide-text {
        font-size: 2rem;
    }
    div.slide-text {
        padding-top: 62%;
    }
    .dotscontainer {
        bottom: 2%;
    }
    .slideshow-container .prev, .next {
        font-size: 18px !important;
    }
    #partner .modal-video {
        width: 345px !important;
    }
    #partner .modal-header {
        height: 50px;
        line-height: 50px;
    }
    #partner .modal-header .title {
        width: 49%;
    }
    #partner .modal-video {
        top: 35%;
    }
    #teampartner div.ansprache-text {
        padding: 20px 0;
    }
    #partner iframe {
        width: 345px;
        height: 191px;
    }
    .video-container div.iframe-container iframe {
        width: 360px;
        height: 200px;
    }
    div.video-text h4 {
        font-weight: bold;
        font-size: 1rem;
        margin-bottom: 10px;
    }
    #webinar {
        margin-bottom: 220px;
    }
    #webinar .overlay {
        height: 470px;
    }
    /* produkte */
    main#products {
        max-width: 310px;
    }
    .product-description {
        max-width: 310px;
    }
    #h-sun {
        max-width: 310px;
    }
        .product-description .modal-video {
            width: 345px !important;
        }
    .product-description iframe {
        width: 345px;
        height: 191px;
    }
    .product-description h2 {
        font-size: 28px;
    }
    .product-description .fa-youtube {
        font-size: 50px;
    }
    .tab-products .product-title:after {
        right: 5px;
        font-size: 25px;
    }
    #Kontakt .Kontaktformular {
        border: none;
    }
    .Kontaktformular input, textarea {
        width: 100%;
        padding: 2%;
    }
    .Kontaktformular label {
        margin-left: 0 !important;
    }
    

}

/* ============================================================= */
@media screen and (max-width:360px){
    .container {
        max-width: 300px;
    }
    main#products {
        max-width: 300px;
    }
    #h-sun {
        max-width: 300px;
    }
    #topnav-mobile .menuIcon-mobile a {
        line-height: 62px;
    }
    .partnerimg-m {
        right: 80px;
    }
    .teampartnercard-m {
        min-width: 250px;
        right: 59px;
    }
    #teampartner h1 {
        font-size: 1.75rem;
        padding-top: 10px;
    }
    #partner .modal-video {
        width: 330px !important;
        top: 45%;
    }
    #partner iframe {
        width: 330px;
        height: 182px;
    }
    div.teampartnercard-m h2:first-child {
        margin-top: 44px;
    }
    .openClose-m + label:after {
        right: 69px;
    }
    div.slide-text {
        font-size: 1.7rem;
    }
    .slide-box h3 {
        font-size: 17px;
    }
  
    h1 {
        font-size: 1.4rem;
    }
    #partner .modal-header .title {
        width: 54%;
    }
    .video-container div.iframe-container iframe {
        width: 346px;
        height: 193px;
        right: -42px;
    }
    .heraustext {
        padding: 20px 10px;
    }
    #webinar {
        margin-bottom: 250px;
    }
    #webinar .overlay {
        height: 480px;
    }

    /* produkte */
    main#products {
        max-width: 315px;
    }
    #products h1 {
        padding: 50px 0 30px 0;
    }
    .product {
        max-width: 315px;
        margin: 0 auto;
    }
    .product-description {
        max-width: 300px;
    }
    .two-button a.mehr {
        padding: 0 25px;
    }
    .two-button a.register {
        padding: 0 25px;
    }
    #product4 {
        margin-bottom: 0;
    }
    .product-description .modal-video {
        width: 330px !important;
    }
    .product-description iframe {
        width: 330px;
        height: 182px;
    }
    p.h-SUN-content {
        padding: 0 15px;
    }
    .inhalt-title {
        padding: 0 15px;
    }
    .inhalt-title h3 {
        line-height: 1.6;
    }
    .tab-products .product-title:after {
        right: -8px;
        font-size: 22px;
    }
    /* kontakt */
    #Kontakt {
        max-width: 315px;
    }
    #Kontakt h1 {
        padding: 40px 0 5px 0;
    }


}

/* ================================================================== */
@media screen and (max-width:340px){

    .partnerimg-m {
        width: 55px;
        height: 55px;
        top: 11px;
        right: 76px;
    }
    .teampartnercard-m {
        right: 53px;
    }
    .openClose-m + label:after {
        right: 67px;
        font-size: 18px;
    }
    #topnav-mobile .menuIcon-mobile a {
        height: 48px;
        width: 55px;
    }
    .container {
        max-width: 280px;
    }
    .slide-box h3 {
        font-size: 16px;
    }
    
    main#products {
        max-width: 280px;
    }
    .product {
        max-width: 280px;
    }
    .product-description {
        max-width: 280px;
    }
    #h-sun {
        max-width: 280px;
    }
    #partner .modal-header .title {
        width: 54%;
    }
    #partner .modal-video {
        width: 320px;
    }
    #partner .modal-header .title {
        width: 70%;
    }
    .product-description .modal-video {
        width: 320px !important;
    }
    .product-description iframe {
        width: 320px;
        height: 162px;
    }
    .video-container div.iframe-container iframe {
        width: 346px;
        height: 193px;
        right: -58px;
    }
    #footerbox img {
        width: 65%;
    }
    #socialmedia a {
        width: 12%;
        margin: 0 5px;
    }
    #products .mehr {
        width: 70% !important;
    }
    a.fixed {
        top: 34%;
    }
    .inhalt-preise {
        margin-top: 60px !important;
    }
    .tab-products .product-title {
        padding: 10px 14px;
    }
    /* kontakt */
    #Kontakt {
        max-width: 295px;
    }
        #Kontakt .Kontaktformular {
            border: none;
        }

}



/* style for IE*/
@media all and (-ms-high-contrast:none),all and (-ms-high-contrast:active){

    #impressum h1, h2, p, ul {
        margin: 0 30px;
    }
    #impressum h1 {
        margin-top: 80px;
    }
    #datenschutz h1, h2, p, ul {
        margin: 0 30px;
    }
    #datenschutz h1 {
        margin-top: 80px;
    }
    #agb h1, h2, p, ul {
        margin: 0 30px;
    }
    #agb h1 {
        margin-top: 80px;
    }


}

div.teampartnercard-m a.callaction,
div.teampartnercard-mobile a.callaction{
    background: #436240 !important;
    background: #0a0 !important;
    padding: 5px  !important;
    border-radius: 3px;
    color: #fff  !important;
}
div.teampartnercard-m a.callaction::before,
div.teampartnercard-mobile a.callaction::before{
    content: url(../img/_2k19/phone-2.png);
    padding-right: 5px;
    /* content:'\01F4DE '; */
    /* color: #fff; */
}

#cmp_login_errorbox{
    color: #fff;
    background: #c00;
    position: absolute;
    width: 100%;
    text-align: center;
    line-height: 1.3em;
    padding: 5px;
    box-sizing: border-box;
    bottom:-50px;
    left:0;
}

#headerslider-single,
#headerslider-single .slides{
    display: block !important;
}

.noemoji{
    font-family: "Segoe UI Symbol", "EmojiSymbols";
    /* content:"\2197\00FE0E"; */
}
.noemoji::before{
    /* content:"\2197"; */
}

.mob-special{
    position: fixed;
    top:0;
    right:0;
    width: 55px;
    height: 55px;
    font-size:40px;
    text-align: center;
}

.mob-special a{
    font-size:26px !important;
}
.mob-special-close{
    display: none;
}


















































/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------*/

/* -------------------------- NEW- 27/03/2020 -------------------------------------*/



div.teampartnercard-m a.callaction, div.teampartnercard-mobile a.callaction {
    background: #436240 !important;
    background: #0a0 !important;
    padding: 5px !important;
    border-radius: 3px;
    color: #fff !important;
}
    div.teampartnercard-m a.callaction::before, div.teampartnercard-mobile a.callaction::before {
        content: url(../img/_2k19/phone-2.png);
        padding-right: 5px;
    }

/* menu-list-active */
.activeMenu {
    color: #e85311 !important;
}
#topnav ul.navbar > li > a.activeMenu {
    color: #e85311 !important;
}
#topnav ul > li:hover > a.activeMenu  {
    color: #fff !important;
}


/* language selector */
#desktop .languagepicker {
    height: 40px;
    right: 50px;
    top: 10px;
}
#desktop .languagepicker:hover {
    /* height: 150px; */
    height: auto;
}

.current_lang {
    cursor: pointer;
    text-transform: uppercase;
    overflow: hidden;
}
.current_lang:hover {
    color: #e85311;
}

.lang {
    padding: 10px 15px;
    cursor: pointer;
}
.lang:hover span.lang-txt {
    color: #fff;
}
.lang:active span.lang-txt {
    color: #596364;
}
span.lang-txt {
    color: #596364;
    text-transform: uppercase;
    font-size: 14px;
    transition: all .1s ease;
}
    div.selected {
        display: none;
    }

.lang img,
.lang span.lang-txt {
    display: inline-block;
    vertical-align: middle;
}
    .lang span.lang-txt {
        position: relative;
        top: -1px;
    }
    .lang img {
        width: 18px;
        margin-left: 5px;
    }

    .lang span span {
        color: #999;
        font-weight: 400;
    }
.current_lang {
    height: 50px;
    line-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lang-txt {
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.more_lang .lang:hover {
    color: #e85311;
}
.languagepicker a {
    padding: 0; 
    line-height: 1.6; 
}


/*-----------------------------------------------------------*/
/* Products - page */
.product-img img.right {
    padding-left: 30px;
}
.product-img img.left {
    padding-right: 30px;
}

.product-description div img:first-child {
    padding-right: 30px;
}


/*-----------------------------------------------------------*/
/* Capmus - page */
.campus h1 {
    text-align: center;
    padding-top: 30px;
}

div.campuspic-2 {
    background: url(../img/_2k19/Header_Teampartnerseite_CAMPUS_190423.jpg) no-repeat center top fixed;
}
.inside-txt {
    margin: 130px auto;
    margin-bottom: 70px;
}
.inside-txt > h2 {
    padding-bottom: 15px;
}
.inside-txt > h1 {
    text-align: center;
    margin: 30px 0;
}
.inside-txt > img {
    margin-top: 30px;
}

/*-----------------------------------------------------------*/
/* Unsere Führungskräfte */

.flex-container {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 70px auto;
}
.box-inside {
    width: 33.33%;
}
.box-frame {
    margin: 30px 20px;
    text-align: center;
    border: 1px solid rgb(226, 226, 226);
    height: 430px;
    position: relative;
}

.btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-weight: normal;
    letter-spacing: 1px;
    border-radius: 100px;
    text-align: center;
    border: 1px solid transparent;
    color: #fff !important;
    background-color: #e85311;
    margin: 30px auto;
    font-size: 1rem;
    line-height: 46px;
    height: 46px;
    padding: 12px 30px;
    border-radius: 100px;
    cursor: pointer;
}
    .btn:hover {
        background: #436240;
        -webkit-transition: 1s !important;
        transition: 1s !important;
        transition-timing-function: linear;
    }

/*-----------------------------------------------------------*/
/* Hajoona für */

.campuspic.heilberufe-bg {
    background: url(../img/_2k19/heilberufe-bg.jpg) no-repeat center top fixed;
}

.campuspic.junggebliebene-bg {
    background: url(../img/_2k19/junggebliebene-bg.jpg) no-repeat center top fixed;
}
.campuspic.macher-bg {
    background: url(../img/_2k19/macher-bg.jpg) no-repeat center top fixed;
}
@media(max-width: 760px) {
    .campuspic.heilberufe-bg, .campuspic.junggebliebene-bg, .campuspic.macher-bg {
        display: none;
    }
}

.fuer-box {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
}

.fuer-img {
    width: 50%;
    height: 70vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.fuer-txt {
    width: 50%;
    padding: 70px;
}
    .fuer-txt h2 {
        text-align: center;
        margin-bottom: 30px;
    }
    @media(max-width: 850px){
        .fuer-txt {
            padding: 70px 35px;
        }
    }
@media(max-width: 760px) {
    .fuer-img, .fuer-txt {
        width: 100%;
    }
    .fuer-box .fuer-img {
        order: 1;
    }
    .fuer-box .fuer-txt {
        order: 2;
    }
    .fuer-txt {
        padding: 70px 0;
    }
}

    .heilberufe {
        background-image: url(../img/_2k19/Heilberufe.jpg);
    }
.fitnessstudio {
    background-image: url(../img/_2k19/Fitnessstudio.jpg);
}
.Junggebliebene {
    background-image: url(../img/_2k19/Junggebliebene.jpg);
}
.ReStart-Freunde {
    background-image: url(../img/_2k19/ReStart-Freunde.jpg);
}
.fuer-macher {
    background-image: url(../img/_2k19/fuer-macher.jpg);
}


.hajoona-fuer div.campuspic {
    margin: 0;
}
.hajoona-fuer .flex-container.fuer {
    margin: 0 auto;
}
/*--------- read more ----------------*/

    .showmore .more-txt, .showmore.show .more-dots {
        display: none
    }

    .showmore.show .more-txt {
        display: inline
    }

.showmore a.arrow-more {
    cursor: pointer;
    display: block;
    margin-top: 0.5em;
    margin-bottom: 1em;
    font-weight: bold;
}

a.arrow-more {
    color: rgba(232,83, 17, 1) !important;
}
    a.arrow-more:hover {
        color: #436240 !important;
    }
.arrow-more::before {
    content: "\2192 ";
    margin-right: 5px;
}

/*-------------- Blog - load more -------------------- */

div#blog {
    margin-top: 130px;
}
.blog-post {
    margin: 70px auto;
}
.post-container {
    display: flex;
    width: 100%;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    margin: 70px auto;
    padding: 70px;
    padding-top: 0;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #f2f2f2;
}
@media (max-width: 850px) {
    .post-container {
        padding: 40px;
    }
    .blog-post .post-txt {
        padding-top: 30px;
    }
}
@media (max-width: 450px) {
    .post-container {
        padding: 30px;
    }
}


.post-img {
    padding: 70px;
}
@media (max-width: 1000px){
    .post-img {
        padding: 70px 0;
    }
}
@media (max-width: 850px) {
    .post-img {
        padding: 0;
    }
}


.blog-post .post-txt h3 {
    text-align: left;
    padding: 20px 0;
    word-break: break-word;
}
.blog-post .post-txt h5 {
    word-break: break-word;
}

.post-txt h5, .post-txt img {
    padding: 15px 0;
}

.blog-post .showmore a {
    margin-bottom: 0;
}

div.load-more-btn {
    width: 100%;
    text-align: center;
    margin: 70px auto;
    padding: 0;
}

button#load-more-posts {
    margin: 0;
    padding: 25px 60px;
    line-height: 0;
    height: auto;
}


.hide-posts {
    display: none;
}
.blog-post .post-txt a {
    color: #e85311 !important;
}
.blog-post .post-txt a:hover {
    color: #436240 !important; 
}




