* {
    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: #fffceb;
    color: #555554;
    font: 19px noto_serif, Helvetica, Serif;
    min-width: 270px;
}

a {
    color: #9D9678;
    outline: none;
    text-decoration: none;
    transition: .2s All;
}

a:hover {
    text-decoration: underline;
}

input,
select,
textarea {
    border: 1px solid #e0dfd6;
    color: #333333;
    font: 16px noto_serif, serif;
    padding: 8px;
}

sub {
font-size: 12px;
vertical-align: bottom;
}

li {
    list-style: none;
}

h1 {
    font: bold italic 90px lora;
    margin: 0 0 .5em;
}

h2 {
    color: #000;
    font: bold italic 45px/1.1 lora;
    margin: 0 0 .5em;
}

h3 {
    color: #000;
    font: bold italic 25px lora;
    margin: 0 0 1em;
}

h4,
h5,
h6 {
    font: bold italic 22px lora;
    margin: 0 0 1.5em;
}

.CCSS424, .CCSS427, .CCSS441 {
   width:50%;
   margin: 0 auto !important;
}
 .CCSS425 h5, .CCSS426 h5, .CCSS440 h5 {
  font-size: 16px;
font-style: italic;
padding: .5em 0;
font-weight: normal;
color: #555554;
text-align:left
}

.CCSS425 h5 strong, .CCSS426 h5 strong, .CCSS440 h5 strong {
  font-size: 16px;
font-style: italic;
padding: .5em 0;
}

.CCSS424 h2::before, .CCSS427 h2::before, .CCSS441 h2::before {
background: #e0dfd6;
content: '';
height: 1px;
margin-top: 10px;
width: 146px;
margin: 0 auto;
display: block;
position: absolute;
top: -5px;
left: 41%;
}

.CCSS424 h2, .CCSS427 h2, .CCSS441 h2{
  text-align: center;
  font: bold italic 30px lora;   
  /*border-top: solid 1px #9d9678;
  border-width:146px;*/
  padding-top: 15px
}
.CCSS424 h3, .CCSS427 h3, .CCSS441 h3{
  text-align: center;
  font: 13px advent_pro, Helvetica, Serif;
  color: #9d9678

}


p {
    /*line-height: 1.4em;*/
    padding: 0 0 1.4em;
}

table {
    border-collapse: collapse;
    width: 100%;
}

img {
    display: block;
}

.page-container,
.page-header,
.page-footer {
    margin: 0 auto;
    max-width: 1220px;
    padding: 0 25px;
}
.page-container-jobs{
    margin: 0 auto;
    max-width: 871px;
    padding: 0 25px;
}

.sub-page {
    background: #E0E0CC;
    background-attachment: fixed;
}

.sub-page.panflor {
    background: #E0E0CC;
    background-attachment: fixed;
}

.sub-page.zoi {
    background: #e2ddbd;
}
.sub-page.zoi-we-care {
    background: #ffffff;
}

.sub-page h2 {
    color: #918E71;
    margin-bottom: .5em;
}

.sub-page h3 {
    color: #6f7175;
}
.sub-page h3.title-job  {
    color: #FFFFFF;
    margin-bottom: .5em;
    font-size: 36px
}

.page-frame {
    padding-top: 95px;
}

.home-page .page-frame {
    padding-top: 0;
}

.home-page .page-container {
    padding-top: 0;
}

.page-top-bar {
    background: rgba(215, 207, 167, 1);
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: .5s All;
    z-index: 1001;
}

.home-page .page-top-bar {
    background: rgba(215, 207, 167, 0);
}

.page-top-bar.scrolling {
    background: rgba(215, 207, 167, 1);
}

.page-bottom-bar {
    background: #d7cfa7;
}

.page-header {
    align-items: center;
    display: flex;
    height: 95px;
    justify-content: space-between;
    max-width: inherit;
    position: relative;
    transition: .5s All;
}


.page-video {
    height: 680px;
    overflow: hidden;
    position: relative;
    transition: .7s All
}

.bgvideo {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: 1s opacity;
    width: auto;
}

.scrolling .page-header {
    height: 56px;
}

.header-content {
    display: flex;
    height: 100%;
}

.header-content {
    align-items: center;
    color: #9d9678;
}

.header-content a {
    color: #9d9678;
    text-decoration: none;
}

.header-content a:hover {
    color: #000;
}

.header-content .active,
.header-content a:hover {}

.header-logo {
    transition: .2s All;
    width: 200px;
}

.scrolling .header-logo {
    width: 170px;
}

.header-logo img {
    height: auto;
    width: 100%;
}

div.header-logo {
    background-size: 250px !important;
    width: 250px;
    height: 70px;
}

.scrolling div.header-logo {
    background-size: 185px !important;
    width: 185px;
    height: 36px;
}

.scrolling .header-logo img {
    width: 105%;
    clip-path: inset(0px 0px 10px 0px);
    margin-bottom: -10px;
}

.nav-language {
    font: 600 16px advent_pro;
    text-transform: uppercase;
}

.nav-language li {
    display: inline;
    margin: 0 20px 0 0
}

.btn-search {
    font-size: 20px;
    margin-right: 10px;
}

.main-headline {
    overflow: hidden;
    position: relative;
    text-align: center;
}

.main-headline:before,
.main-headline:after {
    background: #918E71;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: 49%;
}

.main-headline:after {
    top: 53%;
}

.main-headline h2 {
    background: #FFFCEB;
    color: #918E71;
    display: inline;
    font: bold 62px advent_pro;
    padding: 0 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1
}

.sup-headline {
    color: #918E71;
    font: 600 17px advent_pro;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sub-headline {
    position: relative;
}

.sub-headline {
    color: #000;
    font: 16px noto_serif;
    margin-bottom: 1em;
    padding-top: 20px;
    position: relative;
}

.sub-headline:before {
    color: #918E71;
    content: "\e017";
    font: 17px ElegantIcons;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 0;
}

.tag-headline {
    margin-bottom: 1em;
    padding-top: 15px;
    position: relative;
    text-align: center;
}

.tag-headline h4 {
    color: #918E71;
    font: bold 13px advent_pro;
    letter-spacing: 1px;
    margin-bottom: .5em;
    position: relative;
    text-transform: uppercase;
}

.tag-headline:before {
    background: #e0dfd6;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: -73px;
    position: absolute;
    top: 0;
    width: 146px;
}

.tag-headline-secondary {
    margin-bottom: 30px;
}

.tag-headline-secondary:before {
    display: none;
}

.tag-headline-secondary h4 {
    color: #cec7a1;
    font-size: 18px;
}

h5,
.intro-text {
    color: #000;
    font: bold italic 23px noto_serif;
    text-align: center;
}

.intro-text-secondary {
    color: #9d9678;
    font: bold italic 19px noto_serif;
    margin: 0 auto .5em;
    max-width: 720px;
    text-align: center;
}

.page-slider {
    position: relative;
}

.page-slider .slide {
    height: 670px;
    position: relative;
    width: 100%;
}

.btn-left-slide,
.btn-right-slide {
    color: #fff;
    cursor: pointer;
    left: 0;
    margin-top: -55px;
    opacity: .4;
    position: absolute;
    top: 50%;
    z-index: 100;
}

.btn-left-slide:before {
    content: "\34";
    font: 75px ElegantIcons;
}

.btn-right-slide {
    left: auto;
    right: 0;
}

.btn-right-slide:before {
    content: "\35";
    font: 75px ElegantIcons;
}

.page-title {
    height: 265px;
    position: relative;
}

.page-subtitle {
    height: 380px;
}

.page-subtitle.inline-images {
    height: 280px;
}

.page-title:after {
    background: rgba(0, 0, 0, .1);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.title-headline-wrap {
    bottom: 20px;
    color: #fff;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1
}

.title-headline {
    line-height: 1;
    margin: 0 0 .1em;
    position: relative;
}

.title-headline:before {
    background: url(../images/ico-rye.svg) no-repeat center / contain;
    content: '';
    height: 80px;
    left: 50%;
    margin-left: -20px;
    padding: 20px 0;
    position: absolute;
    top: -75px;
    width: 80px;
}

.title-headline.panflor:before {
    background: url(../images/logo-panflor-gross.svg) no-repeat center / contain;
    height: 230px;
    margin-left: -20px;
    left: 25%;
    top: -232px;
    width: 50%;
}

.title-headline.panflor-logo:before {
    background: url(../images/logo-panflor-klein.svg) no-repeat center / contain;
    height: 75px;
    left: 50%;
    margin-left: -33px;
    top: -65px;
    width: 60px;
}

.title-headline-text {
    font: bold italic 30px lora;
    padding: 0 0 .3em;
}

.page-title .title-headline-text {
    padding-bottom: 0;
}

.scrolling+.nav1 {
    top: 56px;
}

.nav1 {
    background: #fffded;
    bottom: 0;
    color: #706f6f;
    display: none;
    font-family: advent_pro;
    font-weight: 600;
    max-height: 100%;
    overflow: auto;
    overflow-y: auto;
    padding: 25px 25px 25px 55px;
    position: fixed;
    right: 0;
    top: 95px;
    transition: .5s top;
    width: 450px;
    z-index: 1001;
}

.nav1 .nav-language {
    display: none;
}

.nav-main li {
    font-size: 35px;
    letter-spacing: 2px;
    margin: 0 0 5px;
    text-transform: uppercase
}

.nav-main a,
.nav-contacts a {
    color: #706f6f;
    position: relative;
    text-decoration: none;
}

.nav-main li ul {
    padding-left: 50px;
}

.nav-main>li>a:before {
    content: "\24";
    font: 27px ElegantIcons;
    left: -30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
}

.nav-main a:hover,
.nav-main .active {
    color: #000;
}

.nav-main li li {
    font-size: 23px;
    margin: 0;
    text-transform: none
}

.nav-main {
    margin-bottom: 35px;
}

.nav-contacts {
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.nav-contacts a,
.contact-phone {
    text-decoration: underline;
}

.nav-contacts li {
    font-size: 18px;
    margin: 0 0 .2em;
    text-transform: none;
}

.nav2 {
    font: 600 16px/27px advent_pro;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.nav2 a {
    background: rgba(255, 255, 255, .6);
    border-radius: 15px;
    color: #000;
    display: inline-block;
    margin: 0 10px 5px;
    min-width: 125px;
    padding: 0 10px;
    text-decoration: none
}

.nav2 a:hover,
.nav2 a.active {
    background: #fff;
}

.nav2-anchor {}

.nav3 {
    font: bold 14px/1.7 advent_pro;
    letter-spacing: 1px;
    margin: 0 auto;
    max-width: 700px;
    text-transform: uppercase;
}

.nav3 li {
    display: inline-block;
    margin: 0 15px;
}

.nav3 a {
    color: #918E71;
}

.page-columns {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px 13px;
}

.sub-page .page-columns {
    background: none;
    padding: 45px 0 30px;
}

.page-container-jobs .page-columns{
    padding: 0;

}

.sub-page .page-columns-bg {
    background: url(../images/bgr-panflar.svg) no-repeat center;
    margin-bottom: 0px !important;
    padding-bottom: 55px !important;
}

.page-columns .col-separator {
    border-right: 1px solid #e0dfd6;
}

.row-content {
    margin-bottom: 20px;
}

.list-events {
    margin-bottom: 1.5em;
}

.list-events-witout-spacing {
    margin-bottom: 0;
}

.event-item {
    border-right: 1px solid #e0dfd6;
    padding-bottom: 5px;
    padding-top: 20px;
    position: relative;
    text-align: center;
}

.event-item:nth-child(4n+4) {
    border-right: 0;
}

.event-item:before {
    background: #e0dfd6;
    content: '';
    height: 1px;
    left: 50%;
    margin-left: -73px;
    position: absolute;
    top: 0;
    width: 146px;
}

.event-item-pic {
    margin-bottom: 10px;
}

.event-item-pic img {
    height: auto;
    width: 100%;
}

.event-item-text {
    color: #000;
    font-size: 15px;
    line-height: 1.1;
    padding-bottom: 5px;
}

.event-item-text h4 {
    margin: 0 0 8px 0;
    line-height: 1;
}

.event-item-date {
    color: #C4C4CC;
    font: 600 12px advent_pro;
    letter-spacing: 1px;
    margin-bottom: .2em;
}

.event-item-tag {
    color: #9d9678;
    font: bold 13px advent_pro;
    letter-spacing: 1px;
    margin-bottom: .5em;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
}

.event-item-tag a {
    color: #9d9678;
}

.event-item-tag:before {
    content: "\e017";
    font: 17px ElegantIcons;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 0;
}

.quote-item {
    color: #000;
    font-size: 16px;
    margin-bottom: 1em;
    text-align: center;
}

.quote-pic {
    border-radius: 50%;
    height: 135px;
    margin: 0 auto .5em;
    overflow: hidden;
    width: 135px;
}

.quote-pic img {
    height: 135px;
    width: auto;
}

.quote-name h3 {
    margin-bottom: 0;
}

.quote-name h4 {
    font-size: 18px;
    font-weight: normal;
}

.quote-content {
    font-size: 17px;
    font-style: italic;
    margin-bottom: 1em;
}

.quote-content p {
    padding: 0
}

.quote-content cite {
    font: bold 14px advent_pro;
}

.accordeon .list-contacts {
    margin: 0 auto;
    max-width: 850px;
}

.contact-item {
    color: #706f6f;
    margin-bottom: 30px;
    text-align: center;
}

.contact-name h3 {
    color: #706f6f;
    line-height: 1.1;
    margin-bottom: .3em;
}

.accordeon .contact-name h3 {
    font-size: 20px;
}

.contact-name h4 {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 1em;
}

.accordeon .contact-name h4 {
    color: #9d9678;
    font: bold 12px advent_pro;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact-item .contact-phone {
    font: bold 18px advent_pro;
    letter-spacing: 1px;
}

.contact-mail {
    font-size: 28px;
}

.list-features {
    margin-top: 30px;
}

.feature-item {
    background: #FFFCEB;
    margin-bottom: 25px;
    padding-top: 16px;
    text-align: center;
}

.feature-item-pic img {
    height: auto;
    width: 100%;
}

.feature-item-text {
    font-size: 16px;
    padding: 15px 15px 20px;
}

.feature-item-text h4 {
    color: #918E71;
    margin: 0;
}

.feature-item-text p {
    line-height: 1.1;
}

.form-newsletter {
    text-align: center;
}

.form-newsletter h5 {
    font: 16px noto_serif;
    margin-bottom: 0;
}

.form-newsletter-group {
    margin: 0 auto 1em;
    width: 280px
}

.form-news-label {
    color: #6F7175;
    display: block;
    font: italic bold 22px lora;
    margin-bottom: .5em;
}

.form-news-input {
    float: left;
    height: 35px;
    padding: 5px 15px;
    width: 235px;
}

.form-news-btn {
    background: #fff;
    border: 1px solid #e0dfd6;
    color: #e0dfd6;
    cursor: pointer;
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    width: 35px;
}

.form-news-btn:before {
    content: "\35";
    font: 40px/25px ElegantIcons;
    left: -4px;
    position: absolute;
    top: 3px;
}

.btn-more a {
    color: #000;
    font: 16px noto_serif;
    text-decoration: underline;
}

.btn-more-rounded a {
    background: #b2af96;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    font: 600 16px/27px advent_pro;
    letter-spacing: 1px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn-top {
    color: #c6c6c6;
    font-size: 30px;
    line-height: 1;
    position: relative;
    text-align: right;
}

.btn-top a {
    background: #fff;
    border: 1px solid #e0dfd6;
    color: #c6c6c6;
    height: 35px;
    position: absolute;
    right: 20px;
    text-align: center;
    text-decoration: none;
    top: -50px;
    width: 35px;
}

.btn-top a:hover {
    color: #000;
}

.accordeon {
    padding: 25px 0;
    text-align: center;
}

.accordeon .accordeon-headline {
    color: #9d9678;
    cursor: pointer;
    font: 40px advent_pro;
    letter-spacing: 3px;
    padding: 8px 40px;
    position: relative;
    text-transform: uppercase;
}

.accordeon .accordeon-headline:after {
    color: #9d9678;
    content: "\4c";
    font: 45px ElegantIcons;
    margin: -27px 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    transition: .1s All;
}

.accordeon .accordeon-row.is-open .accordeon-headline:after {
    transform: rotate(45deg);
}

.accordeon .accordeon-row {
    border-bottom: 2px solid #9d9678;
    transition: .2s All;
}

.accordeon .accordeon-row:first-child {
    border-top: 2px solid #9d9678;
}

.accordeon .accordeon-row.is-open {
    background: #fff;
}

.accordeon .accordeon-wrap {
    padding: 10px 0 15px;
}

.soclinks {
    background: #fff;
    color: #c6c6c6;
    font-size: 19px;
    padding: 8px 10px;
    position: fixed;
    right: 0;
    top: 210px;
    width: 40px;
}

.soclinks a {
    color: #c6c6c6;
    display: block;
    padding: 7px 0;
    text-decoration: none;
}

.soclinks a:hover {
    color: #918E71;
}

.row-tooltip {
    margin-left: -30px;
    margin-right: -30px;
    position: relative;
    padding-top: 100px;
}

.row-tooltip:before {
    background: #6F7175;
    border: 2px solid #fff;
    border-radius: 50%;
    content: '';
    height: 22px;
    top: 0;
    left: 50%;
    margin-left: -11px;
    position: absolute;
    width: 22px;
    z-index: 1;
}

.tooltip-separator {
    background: #c6c49e;
    bottom: 0;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px;
    z-index: -1
}

.row-tooltip [class*="col-"] {
    padding: 0 30px;
}

.arrow-box {
    background: #fff;
    border: 1px solid #c7ad93;
    border-radius: 7px;
    font-size: 16px;
    margin-top: -40px;
    margin-bottom: 60px;
    padding: 10px 15px;
    position: relative;
}
.arrow-box-left {
    margin-top: 0;
    margin-bottom: 30px;
}

.arrow-box-left-first {
    margin-top: 30px;
    margin-bottom: 30px;
}
.arrow-box h3 {
    color: #87C846;
    margin: 0 0 .2em;
    position: relative;
}

.arrow-box h3:before {
    background: #87C846;
    border: 1px solid #fff;
    border-radius: 50%;
    content: '';
    height: 12px;
    left: -56px;
    margin: 0 0 0 4px;
    position: absolute;
    top: 3px;
    width: 12px;
}

.arrow-box-left h3:before {
    left: auto;
    margin: 0 4px 0 0;
    right: -56px;
}

.arrow-box-brown h3 {
    color: #B89574;
}

.arrow-box-brown h3:before {
    background: #B89574;
}

.arrow-box p {
    padding: 0
}

.arrow-box-left {
    text-align: right;
}

.arrow-box:after,
.arrow-box:before {
    border: solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 100%;
    top: 30px;
    width: 0;
}

.arrow-box-left:after,
.arrow-box-left:before {
    -webkit-transform: scaleX(-1);
    left: 100%;
    transform: scaleX(-1);
}

.arrow-box:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px 15px 7px 0;
    margin-top: -17px;
}

.arrow-box:before {
    border-color: rgba(184, 149, 116, 0);
    border-right-color: #c7ad93;
    border-width: 6px 15px 7px 0;
    margin-top: -18px;
}

.list-archive {
    font-size: 15px;
    margin-bottom: 40px;
    overflow: hidden;
    text-transform: uppercase;
}

.list-archive a {
    color: #c7ad93;
    text-decoration: underline;
}

.list-archive ul {
    margin-bottom: 1em;
}

.list-archive li {
    display: inline;
    margin-left: 11px;
}

.list-archive .col-separator {
    border-right: 1px solid #bbb69e;
}

.archive-head {
    border-bottom: 1px solid #bbb69e;
    border-top: 1px solid #bbb69e;
    color: #918E71;
    font: 16px advent_pro;
    letter-spacing: 2px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
}

.archive-head2 {
    font: italic bold 16px noto_serif;
    text-align: center;
    text-transform: none;
}

.archive-subhead {
    border-bottom: 1px solid #bbb69e;
    color: #918E71;
    font: 14px advent_pro;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-align: center;
}

.bottom-section {
    text-align: center;
}

.page-footer {
    color: #9d9678;
    font: 600 19px advent_pro;
    letter-spacing: 1px;
    padding-bottom: 40px;
    padding-top: 20px;
}

.page-footer .row {
    display: flex;
    margin: 0 -20px;
}

.page-footer [class*="col-"] {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
}

.page-footer a {
    color: #9d9678;
    text-decoration: none;
}

.page-footer a:hover {
    color: #000;
}

.footer-logo {
    max-width: 220px;
}

.footer-logo img {
    height: auto;
    width: 100%;
}

.page-footer .col-separator {
    border-right: 1px solid #c6c49e;
}

.footer-copyright {
    padding-top: 20px;
}

hr {
    border: 0;
    border-top: 1px solid #000;
    margin-bottom: 20px;
    margin-top: 25px;
}

.hr-black {
    border-top: 1px solid #000;
    margin-bottom: 0;
}

.hr-content {
    border-top: 1px solid #000;
    margin-bottom: 35px;
    margin-top: 20px;
    position: relative;
}

.hr-special .trennlinie {
    border-top: 1px solid #000;
    margin-bottom: 35px;
    margin-top: 20px;
}

.hr-special .trennlinie:before,
.hr-content:before {
    background: url(../images/ico-rye-magnif.svg) #fff no-repeat center / contain;
    content: '';
    height: 60px;
    left: 50%;
    margin-left: -30px;
    padding: 20px 0;
    position: absolute;
    top: -35px;
    width: 80px;
}

.hr-special .trennlinie:before {
    top: -12px;
}

.pic-content {
    margin: 0 0 20px;
}
.col-sm-3 .pic-content {
    margin: 0 0 70px;
}
.col-sm-20 .pic-content {
    margin: 0 0 70px;
}

.pic-content img {
    height: auto;
    width: 100%;
}

.cms_content .legende,
.pic-description {
    font-size: 16px;
    font-style: italic;
    padding: .5em 0
}

.cms_content .legende i,
.cms_content .legende strong,
.pic-description strong {
    color: #c6c6c6;
    font: bold 13px advent_pro;
    font-style: normal;
}

.pic-description h4{
  text-align: center;
    font: bold 17px advent_pro;
    color: #918E71;
}

.menu-label {
    font: 600 14px advent_pro;
    margin-top: 23px;
    position: absolute;
    text-transform: uppercase;
    transition: .5s All;
}

.scrolling .menu-label {
    opacity: 0
}

.hamburger {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    height: 100%;
    margin-right: -25px;
    outline: none;
    padding: 0;
    padding: 0 25px;
    position: relative;
    transition-duration: 0.15s;
    transition-property: opacity, filter;
    transition-timing-function: linear;
}

.hamburger.is-active {
    background: #e1d9b0;
}

.hamburger::-moz-focus-inner {
    border: 0;
}

.hamburger-box {
    display: inline-block;
    height: 20px;
    position: relative;
    width: 35px
}

.hamburger-inner {
    display: block;
    margin-top: -1px;
    top: 50%
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    background-color: #9d9678;
    border-radius: 0;
    height: 3px;
    position: absolute;
    transition-duration: 0.15s;
    transition-property: transform;
    transition-timing-function: ease;
    width: 35px
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}

.hamburger--slider .hamburger-inner {
    top: 2px;
}

.hamburger--slider .hamburger-inner::before {
    top: 8px;
    transition-duration: 0.2s;
    transition-property: transform, opacity;
    transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
    opacity: 0;
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
    Detailseite
*/
.CCSS323 h2 {
    text-align: center;
}

.sprungmarkertitel {
  color: #918E71 !important;
  font: 600 19px advent_pro;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Karte */
iframe {
    width: 100%;
}

/* Suche */
#suche .form-search-input {
    width: calc(100% - 35px);
}

#suche .form-search-btn {
    border: none;
    background: none;
    width: 30px;
}

#suche .form-search-btn {
    border: none;
    background: none;
    width: 30px;
    font-size: 25px;
}

#suche .form-search-btn .icon_search {
    position: relative;
    top: 4px;
}

/* Listen */
.cms_item ul li, .page-columns  ul li  {
    list-style: disc;
    list-style-position: outside;
    margin-left: 30px;
}

.cms_item ol li, .page-columns  ol li {
    list-style: decimal;
    list-style-position: outside;
    margin-left: 30px;
}


          ol li > strong {
                font-weight:bold;
            }

.CCSS385, .CCSS428, .CCSS443{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  -moz-column-gap: 40px; /* Firefox */
  column-gap: 40px;


}

.cms_column img {
    width: 100%;
    height: auto;
}
.cms_column{
    position: relative;
}

/* Dokumente */
.cms_item a.pdf {
    background: none;
}

a.file {
    padding-left: 0px !important; 
}

/* PDF auf Marktinfos */
.pdf-marktinfos {
    margin-bottom: 10px;
    margin-top: 1.4em;
}

/* Parallax auf Marktinfos */
.page-title-fill {
    margin: 0 calc(50% - 65vw) 45px !important;
    position: relative;
    z-index: 10;
    float: none !important;
    width: initial !important;
    clear: both;
}
.page-parallax {
    align-items: center;
    display: flex;
    height: 380px;
    margin-bottom: 45px;
}
.labelbild{
  padding-bottom: 20px
}
.erstesbild{
  padding-top: 110px

}

h2.zentrierteszitat{
    text-align: center;
    font: bold italic 30px lora;
    color: #000;
    padding-top:10px
}
h4.zentrierteperson{
    text-align: center;
font: bold 17px advent_pro;
color: #918E71;
margin:0;

}
h5.zentrierteabteilung{text-align: center;
font: bold 17px advent_pro;
color: #000;
margin:0;
    padding-bottom:50px

}
.kurzelinie{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 70px

}

.cms_content .text, .quote-text{
    hyphens: auto;
-webkit-hyphens: auto;
   -moz-hyphens: auto;  
}



/*
 *  COOKIE BANNER
 */
#cookie {
    background: rgba(215, 207, 167, 1);
    overflow: hidden;
    color: #FFF;
    position: fixed;
    padding: 10px;
    bottom: 0;
    right: 0;
    margin: 0 10px 10px 0;
    max-width: 300px;
    z-index: 1000000000000;
}

#cookie a {
    padding:4px;
    background:#908b71;
    text-decoration:none;
    color:#fff;
    float: right;
    width: calc(50% - 10px);
    cursor: pointer;
    text-align: center;
}

#cookie a.datenschutz_link {
    background:none;
    color: #9D9678;
    font-size: 12px;
    text-decoration: underline;
    padding: 10px 0 0 0;
}

#cookie .cookie-text {
    font-size: 12px;
    color: #908b71;
}

#cookie .buttons {
    display:flex;
    justify-content: space-between;
}

.getreide-box-erste{
  margin: 40px 0 0 0;
}
.getreide-box{
  margin: 100px 0 0 0;
}

.getreide-box p{
  padding: 0 0 0 0;
}

.getreide-slider{
  margin-top: -40px
}
.getreide-slider2{
  margin-bottom: 60px
}

.getreide-slider .slide-headline{
  margin-top: 20px
}
.getreide-slider .slide-headline h2{
  margin:0 !important
}
.getreide-slider .slide-headline h3{
  margin: 0 0 0.5em;
}



