* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
img,
form,
fieldset,
blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #4C4D56;
    font: 500 18px "Kameron Regular", Arial, Helvetica, Sans-Serif;
    min-width: 270px;
}

a,
.contact-item a {
    color: #4C4D56;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}



a:hover {
    color: #000000;
    text-decoration: underline;
}

input,
select,
textarea {
    border: #999999 1px solid;
    color: #333333;
    font: 14px Arial, Helvetica, sans-serif;
    padding: 8px;
}

li {
    list-style: none;
}

h1 {
    font: 500 40px "Charcuterie Sans W05 Bold Obl", Arial, Helvetica, Sans-Serif;
    display: inline;
    color: #ffffff;
}

h1 span {
    line-height: 1.7;
    background-color: #276c3d;
    color: #FFF;
    box-shadow: -10px 0px 0 7px #276c3d,
        10px 0px 0 7px #276c3d,
        0 0 0 7px #276c3d;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

h1.startseite-headline {
    font-size: 46px;
    margin-left: 138px;
}

h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 1em;
}

.detailseite h2 {
    font-size: 28px;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 1em;
    padding: 10px 15px
}

h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 2em;
}

.title-section h3 {
    font-weight: 900;
    margin-bottom: 0.3em;

}

h4,
h6,
h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
    font-family: "Charcuterie W03 Sans Bd";
}

p {
    line-height: 1.3;
    padding: 0 0 2em;
}


.title-section p {
    padding: 0 0 0.8em;

}

.detailseite p {
    font-weight: 300;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

video {
    display: block;
    max-width: 100%;
    height: 100%;
    height: auto;
}

.page-frame {
    background: #fff;
    margin-top: calc(100vh - 95px);
    overflow: hidden;
    padding-left: 220px;
    position: relative;
    z-index: 100;
}

.page-frame+.page-frame {
    margin-top: 0;
}

.page-frame+.page-frame .page-section {
    padding-top: 85px;
}

.contact-page-frame {
    margin-top: calc(60vh - 95px);
}

.detailseite-page-frame {
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    max-width: 1420px;
}

.page-top-bar {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
    background-color: white
}

.page-container {
    max-width: 1331px;
    /* content width 1054px; */
    padding: 0 100px 0 30px;
}

.start-container {
    padding: 0 222px 0 0;
}

.swiper-button-next,
.swiper-container-rtl,
.swiper-button-prev {
    filter: grayscale(1) brightness(4);
}

/*.page-header {
    align-items: center;
    display: flex;
    height: 95px;
    justify-content: space-between;
    padding: 0 65px 0 432px;
}

.header-logo {
    align-self: flex-end;
}*/
.page-header {
    align-items: flex-start;
    display: flex;
    height: 111px;
    justify-content: right;
    padding: 21px 65px 0 432px;
}

.header-contact {
    cursor: pointer;
    left: 190px;
    top: 10px;
    outline: none !important;
    position: fixed;
}

.contact-email {
    margin-left: 50px;
    margin-top: -4px;
}

.contact-email:hover {
    text-decoration: none;
}

.header-language {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    /*left: 65px;*/
    left: 155px;
    position: absolute;
    text-transform: uppercase;
}

.header-language a {
    color: #fff;
}


.language-dropdown li {
    cursor: pointer;
    margin-bottom: .2em;
    opacity: 0;
    transition: .2s All;
    visibility: hidden;
}

.language-dropdown .active {
    opacity: 1;
    visibility: visible
}

.language-dropdown .active::after {
    content: "\22";
    display: inline-block;
    font: 1em ElegantIcons;
    margin-left: 3px;
}

.language-dropdown:hover li {
    opacity: 1;
    visibility: visible;
}

.page-title {
    align-items: center;
    display: flex;
    height: 50vh;
    justify-content: space-between;
    left: 0;
    max-width: 1800px;
    padding: 0 65px;
    position: fixed;
    top: 0;
    z-index: 1;
}

.startseite-page-title {
    left: 10%;
}

.contact-page-title {
    height: 70vh;
}

.sub-title {
    display: block;
    padding-top: 200px;
    text-indent: -190px;
    margin-left: 190px;
}

.sub-title .title-headline {
    width: 60%;
}

.title-section {
    max-width: 1421px;
    /* padding-left: 173px;*/
    text-indent: 0px;
    padding-top: 40px;
}

.title-headline {
    flex: 0 1 940px;
    text-indent: -84px;
}

/*.title-headline-ident {
    display: block;
    padding-left: 367px;
}*/

.title-pic {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    justify-content: center;
    width: 500px;
}

.title-pic img {
    height: auto;
    width: 100%;
}

.nav-page {
    background: #41B868;
    bottom: 0;
    color: #fff;
    max-height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 100%;
    transition: .2s All;
    width: 100%;
    z-index: 10002;
}

.nav-page.nav-is-open {
    top: 0;
}

.nav-page a {
    color: #fff;
    text-decoration: none;
}

.nav-main {
    flex: 1 1 auto;
    font-size: 50px;
    font-weight: 300;
    text-transform: uppercase;
}

.nav-main a {
    text-decoration: none;
}

.nav-main a:hover,
.nav-main li.active a {
    opacity: .8;
    text-decoration: none
}

.nav-columns {
    display: flex;
    justify-content: space-between;
    padding: 130px 65px 0;
}

.nav-contacts {
    flex: 0 0 300px;
    font-size: 16px;
}

.nav-contacts a:hover {
    text-decoration: none;
}

.nav-address {
    margin-bottom: 30px;
    padding-top: 5px;
}

.nav-phone-email {
    font-size: 21px;
    margin-bottom: 70px;
}

.nav-soclinks {
    display: flex;
    font-size: 36px;
    margin-bottom: 70px;
}

.nav-soclinks a {
    margin-right: 10px;
}

.nav-footer {
    bottom: 35px;
    display: flex;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    width: 300px;
}

.nav-footer li {
    margin-right: 40px;
}

.nav-footer li:last-child {
    margin-right: 0;
}

.page-middle-bar {
    background: #41B868;
}

.start-bar {
    display: flex;
}

/*.team-middle-bar{
    padding-bottom: 100px;
}*/

.page-section {
    padding: 30px 0 70px;
    /*padding: 30px 0 30px;*/
    min-height: 400px;
}

.section-headline {
    color: #276c3d;
    font-family: "Charcuterie W03 Sans Bd";
    background-color: #FFFFFF;
    margin-bottom: 65px;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-size: 28px;
    width: 100%;
    /*  box-shadow: -10px 0px 0 7px #FFFFFF,
    10px 0px 0 7px #FFFFFF,
    0 0 0 7px #FFFFFF;*/

    padding: 10px 15px
}

.section-headline::before {
    background: #fff;
    content: '';
    height: 1px;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translateY(-50%) translateX(-35px);
    width: 155px;
    display: none;
}

.list-team {
    margin-bottom: 60px;
}

.contact-item {
    background: #fff;
    font-weight: 300;
    margin-bottom: 58px;
    font-size: 16px;
    position: relative;
}

.contact-item .mailto {
    font-size: 13px;
}

.contact-item-shift {
    transform: translateY(115px);
}

.contact-pic img {
    height: auto;
    width: 100%;
}

.contact-info {
    background: #fff;
    min-height: 255px;
    overflow: hidden;
    padding: 15px;
}

.contact-details {
    min-height: 155px;
}

.contact-social-link {
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
}

.contact-social-link:hover {
    text-decoration: none;
}

.contact-quote {
    color: #41B868;
    font-size: 16px;
    padding-right: 25px;
}

.list-contacts h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.list-contacts-subheading {
    margin-bottom: 10px;
}

.list-contacts {
    margin-bottom: 20px;
}

.list-contacts p {
    margin-bottom: 20px;
    font-weight: 300;
}


.page-footer {
    height: 850px;
    position: relative;
}

.page-footer::before {
    background: #41B868;
    background: rgba(229, 104, 73, .5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.team-lower-bar {
    padding-top: 50px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.text-white {
    color: #fff;
}

.text-white a {
    color: #fff;
}

.pic-responsive img {
    height: auto;
    margin: 0 0 35px;
    width: 100%;
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    left: 65px;
    outline: none !important;
    padding: 0;
    position: fixed;
    /*top: 35px;*/
    top: 40px;
    transition-duration: .15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
    z-index: 110000
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #4C4D56;
    border-radius: 2px;
    display: block;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 35px;
}

.hamburger--slider .hamburger-inner {
    top: 0;
}

.hamburger-inner::before {
    content: "";
    top: 10px;
    transition-duration: 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger-inner::after {
    content: "";
    top: 20px;
}

.hamburger.is-active .hamburger-inner {
    background: #fff;
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger.is-active .hamburger-inner::before {
    background: #fff;
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger.is-active .hamburger-inner::after {
    background: #fff;
    transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.text-page-p {
    font-weight: 300;
}

.filters-group {
    margin-bottom: 40px
}




.select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 50px;
}

.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #276c3d;
    padding: 8px 15px;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    top: 16px;
    right: 10px;
}

.select-styled:hover {
    background-color: #276c3d;
}

.select-styled:active,
.select-styled.active {
    background-color: #13341E;
}

.select-styled:active:after,
.select-styled.active:after {
    top: 9px;
    border-color: transparent transparent #fff transparent;
}

.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #276c3d;
}

.select-options li {
    margin: 0;
    padding: 12px 0;
    padding-left: 16px;
    /*text-indent: 15px; */
    border-top: 1px solid #FFFFFF;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}

.select-options li:hover,
.select-options li.is-selected {
    color: #276c3d;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

/*----------------*/

.accordeon {
    border-left: 1px solid #ffffff;
    padding-left: 15px;
}

.accordeon-smaller .accordeon-headline {
    font-size: 1em;
}

.accordeon-headline {
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: -1px;
    padding: 10px 25px 10px 0;
    position: relative;
}

.accordeon-headline:after {
    color: #ffffff;
    content: "\4c";
    font: 25px ElegantIcons;
    margin: -15px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
}

.accordeon-headline.active {
    border-bottom: 0;
}

.accordeon-headline.active:after {
    content: "\4b";
}

.is-open .accordeon-headline:after {
    content: "\4b";
}

.accordeon-wrap {
    color: #ffffff;
    /*font-size: 22px; */
    padding: 10px 0 20px;
}

.accordeon-wrap .list-unordered2 {
    margin: 0
}

/* custom */
.social-icon {
    float: left;
    margin-right: 5px;
}

.social_xing_square {
    background-image: url("../images/ico_xing_square_grey.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.social_xing_square:hover {
    background-image: url("../images/ico_xing_square_black.svg");
}

.social_mail_square {
    background-image: url("../images/email_icon_grey.svg");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: 24px;
}

.social_mail_square:hover {
    background-image: url("../images/email_icon_black.svg");
}

.contact-social-link {
    margin-top: 0;
}

.person-details dl {
    padding: 0 0 0.8em;
}

.person-details dl dt {
    float: left;
}

.person-details dl dd {
    margin-left: 90px;
}

.person-details dl.lang dt {
    float: unset;
}

.swiper-slide img {
    margin: auto;
}

/* neu nicht mehr grüner Teil darüber sliden */
.sub-title {
    background: #fff;
    height: auto;
    margin-top: 105px;
    overflow: hidden;
    padding-top: 80px;
    padding-left: 276px;
    position: relative;
    z-index: 100;
}

.sub-title .title-headline {
    padding-top: 0;
}

.page-frame {
    padding-left: 102px;
}

.page-frame+.page-frame .page-section {
    padding-top: 20px;
}

.sub-title+.page-frame {
    margin-top: 25px;
}

.contact-page-frame {
    margin-top: calc(45vh - 55px);
}


.filters-group .col-sm-3 {
    width: 19% !important;
    padding-left: 0;
    padding-right: 0;
}

#botschafter-filter-buttons {
    margin-left: 0;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#botschafter-filter-buttons::after,
#botschafter-filter-buttons::before {
    content: none;
}

@media (max-width: 1199px) {
    .filters-group .col-sm-3 {
        width: 47% !important;
    }
}

@media (max-width: 450px) {
    .filters-group .col-sm-3 {
        width: 100% !important;
    }
}

.gesichter-container {
    position: fixed;
    width: 100%;
    display: flex;
    top: 40%;
    justify-content: center;
    z-index: 1;
}

.gesichter-list {
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: center;
    max-width: 972px;
}

.gesichter-element {
    border: 6px solid #41B868;
    padding-right: 0;
    padding-left: 0;
    margin: 10px 40px;
    max-width: 252px;
}

.gesichter-element:last-child {
    margin-right: 0;
}

.gesichter-element:first-child {
    margin-left: 0;
}


.gesichter-foto img {
    display: block;
    width: 100%;
    height: auto;
}

.gesichter-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #41B868;
    padding: 2px;
}

.gesichter-text p {
    color: white;
    position: relative;
    text-align: center;
    padding: 0 0 1em;
}

.gesichter-contacts p {
    padding: 0;
}

.gesichter-element:hover .gesichter-text {
    opacity: 1;
}

.publibox-container {
    width: 100%;
    padding: 40px;
    max-width: 347px;
}

.line {
    background: #fff;
    height: 1px;
    border: 1px solid #fff;
    border-radius: 200px;
    /*position: absolute;*/
    width: 100%;
}

.swiper {
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 60px;
}

.swiper::-webkit-scrollbar {
    display: none;
}

.swiper-pagination {
    position: relative;
}

.swiper-slide {
    padding-top: 5px;
}

.swiper-pagination-bullet {
    background: #fff !important;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    top: 10px;
}

.publitext p,
.publitext a,
.section-title {
    color: #fff;
    font-family: "Charcuterie W03 Sans Bd";
    text-transform: uppercase;
    display: inline-block;
    font-size: 18px;
    width: 100%;
    padding: 20px;
    text-align: center;
}

.section-title {
    padding: 0;
}

.partner-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.partner:nth-child(-n + 2) {
    padding-top: 0;
}

.partner {
    padding-right: 10px;
    padding-left: 10px;
    /*filter: grayscale(100%) brightness(1000%);*/
    height: 100px;
    width: 70%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.partner a {
    margin: auto 0;
}

.background-dschungel {
    position: fixed;
    bottom: 94px;
}

.w-pad {
    max-width: 1331px;
    padding: 0 65px 0 347px;
}

.cms_content .text li {
    list-style-type: disc;
}

.cms_content .text ul {
    padding-left: 40px;
}

.detail-video {
    margin: 0 auto;
    width: fit-content;

}

.detail-video video {
    max-height: 600px;
    min-width: 500px;
}

.page-centered {
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 1em;
    gap: 10px;
    color: white;
}

.page-centered .no_umfliessend {
    margin: 0 auto;
}

.box-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-video {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
}

.contact-img img {
    width: 100%;
}

.bg-green-dark {
    background-color: #266d3c;
}

#kontakt-aufnehmen-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: auto;
    margin-top: 5px;
}

.bottom-md {
    display: none;
}

.detail-image {
    margin: 0 auto;
    width: 400px;
}

/* neu */
.formular-element {
    width: 100%;
}

.formular-element .formular-input {
    width: 100%;
    max-width: unset;
}

.formular-element .select {
    height: unset;
}

.formular-element .select-options {
    position: relative;
}

.formular-element .select-styled {
    position: relative;
}

.submit_anm {
    cursor: pointer;
}

p strong {
    font-weight: 600 !important;
}

.CCSS629 .cms_link {
    display: inline-block;
    background-color: #276c3d;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 30px;
}

.CCSS629 .cms_link:hover {
    background-color: #276c3dca;
}

.CCSS629 .cms_link a {
    color: #fff;
    text-decoration: none;
}