/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/typo3conf/ext/min_sitecore/Resources/Public/Fonts/gf/open_sans/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
    font-display: swap;
}

html {
    background: none;
    font-size: var(--font-html);
    height: 100%;
    min-height: 100%;
}
body {
    padding: 0 !important;
    background: var(--cone);
    font-family: var(--main-font-family);
    font-weight: 400;
    color: var(--main-font-color);
    position: relative;
    height: 100%;
    min-height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--main-font-family);
    font-weight: 400;
    color: var(--header);
    margin: 0 !important;
    padding: 0 0 .5em 0 !important;
}
h1,
h1 a {
    font-size: var(--font-h1);
}
h2,
h2 a {
    font-size: var(--font-h2);
}
h3,
h3 a {
    font-size: var(--font-h3);
}
h4,
h4 a {
    font-size: var(--font-h4);
}
h5,
h5 a {
    font-size: var(--font-h5);
}
h6,
h6 a {
    font-size: var(--font-h6);
}
li, p {/*font-size: 160%;font-size: 1.6rem;*/
    font-family: var(--main-font-family);
}

ul, ol, dl {
}
table tr th, table tr td {
}

li, p, ul, ol, dl, table tr th, table tr td, a{
    font-size: var(--font-all);
}
.tsmall {
    font-size: var(--font-small)
}
.smaller {
    font-size: var(--font-smaller);
}
.bigger {
    font-size: var(--font-bigger);
}
a {
    color: var(--mainlink);
    transition: all .5s;
}
a:hover {
    color: var(--overlink);
    transition: all .5s;
}
.maincontent a {
    text-decoration: underline;
}
/* Space */
.frame-space-before-extra-small { margin-top: 1em; }
.frame-space-before-small { margin-top: 2em; }
.frame-space-before-medium { margin-top: 3em; }
.frame-space-before-large { margin-top: 4em; }
.frame-space-before-extra-large { margin-top: 5em; }
.frame-space-after-extra-small { margin-bottom: 1em; }
.frame-space-after-small { margin-bottom: 2em; }
.frame-space-after-medium { margin-bottom: 3em; }
.frame-space-after-large { margin-bottom: 4em; }
.frame-space-after-extra-large { margin-bottom: 5em; }
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# site settings
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.row {
    max-width: 100% !important;
}
.allinner,
.mcinner,
.startnews,
.breacrumb-menu,
.sitenav-inner{
    /*background: #ffffff !important;*/
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wrapper-width);
    height: auto;
}
.paddinner {
    /*background: #ffffff !important;*/
    margin-left: auto;
    margin-right: auto;
    max-width: var(--paddinner-width);
    height: auto;
}
#wrapper {
    background: var(--color-xlight);
    background: var(--white);
}
.innercol {
    margin: 0 !important;
    /*padding: 10px 20px !important;*/
    padding: 0 !important;
}
/* # ~~~~~ Background overrides  ~~~~~ # */
.bg-padding {
    padding: 15px;
}
/* # ~~~~~ bg1 ~~~~~ # */
.background-style-1,
.background-color-scheme-1,
.bg-one,
.bg1{
    background: var(--cone)  !important;
}
.color-one {
    color: var(--cone)
}
/* # ~~~~~ bg2 ~~~~~ # */
.background-style-2,
.background-color-scheme-2,
.bg-two,
.bg2 {
    background:var(--ctwo) !important;
}


/* # ~~~~~ bg3 ~~~~~ # */
.background-style-3,
.background-color-scheme-3,
.bg-three,
.bg3 {
    background: var(--cthree) !important;
}
/* # ~~~~~ bg 4 ~~~~~ # */
.background-style-4,
.background-color-scheme-4,
.bg-four,
.bg4 {
    background: var(--cfour) !important;
}
.color-four {
    color: var(--cfour)
}
/* # ~~~~~ bg 5 ~~~~~ # */
.background-style-5,
.background-color-scheme-5,
.bg-five,
.bg5 {
    background: var(--cfive) !important;
}
/* # ~~~~~ bg6 ~~~~~ # */
.background-style-6,
.background-color-scheme-6,
.bg-six,
.bg6 {
    background: var(--csix) !important;
}

.color6,
.color-six {
    color: var(--csix);
}
.innercol.padding-scheme-1{
    padding: 15px !important;
}
.bts1 {
    border-top: 1px solid var(--overlink);
}
.bbs2 {
    border-bottom: 1px solid var(--footer-hover);
}
a.prefix:before{
    content: "\f1ea";
}

/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# structure
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
.lnouter {
    border-bottom: inherit;
    max-height: 75px;
}
.islogocol {
    /*MR: Macht die Checkboxen hier kaputt: https://www.die-pflanzenzuechter.de/aubildungsbetriebe
    /*margin-bottom: -200px*/
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #666 !important;
 }
.not-top .hamburger-inner, .not-top .hamburger-inner::before, .not-top .hamburger-inner::after {
    background-color: #666 !important;
    transition: all .5s;
}

.stage {
    clear: both;
    height: 100%;
    background: var(--cfour);
}
.stage figure {
    margin: 0 !important;
    padding: 0 !important;
}

.startslider {
    background: var(--cfour);
    /*padding: 2em 0*/
}
.startslider-content {
    padding: 3em 0
}
/*youtube*/
.youtubevideo>.videoWrapper>.coverimage>.covertext {
    position: absolute;
    text-align: left;
    box-sizing: border-box;
    font-size: inherit !important;
    line-height:inherit !important;
    background-color:inherit !important;
    padding: inherit !important;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    bottom: 1.5rem;
}
.youtubevideo h2 {
    color: #fff;
    font-size: var(--font-h2-videotitel) !important;
    font-weight: 600;
    background-color: rgba(136, 39, 37, 0.8) !important;
    padding: 1rem 2rem !important;
    margin-bottom: .5rem !important;
}
.youtubevideo p {
    color: #fff;
    font-size: var(--font-videodesc) !important;
    font-weight: 400;
    background-color: rgba(136, 39, 37, 0.8) !important;
    padding: 1rem 2rem !important;
}
.colored-boxes .thumb-inner-wrapper {
    background: #882725 !important;
    transition: all 0.5s;
}
.colored-boxes .thumb-inner-wrapper:hover {
    background: #008243 !important;
    transition: all 0.5s;
    transform: scale(1.175);
}
.card .card-title-all {
    color: var(--cfour)
}
.colored-boxes .card-field-one h3 a {
    z-index: 2;
    color: #fff;
    font-size: var(--thumb-cboxes) !important;
    /* text-align: center; */
    text-decoration: none;
    line-height: inherit;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    display: block;
    width: 100%;
}
@media only screen and (max-width: 40.063em) {
    .youtube-campaign-content-outer {
        padding: 1em;
    }
    .youtubeVideo-cover-text h2 {
        color: #fff;
        font-size: 150%;
        font-size: 1.5rem;
    }
    .youtubeVideo-cover-text p {
        color: #fff;
        font-size: 120%;
        font-size: 1.2rem;
    }
    .youtube-campaign-twocol {
        padding-top: 1em;
    }
}

@media (max-width: 992px) {
    .youtubevideogallery.colcount-4 .youtubevideo {
        width: 49% !important;
        padding: 1% !important;
    }
    .youtubevideogallery.colcount-4 .space {
        width: 0px !important;
        padding: 0 !important;
    }
}

@media (max-width: 576px) {
    .youtubevideogallery.colcount-4 .youtubevideo {
        width: 99% !important;
    }
}

/* # ~~~~~ breadcrumb ~~~~~ # */
.breacrumb-menu {
    padding: .5em 0;
}

.breacrumb-menu span, .breacrumb-menu span a {
    font-size: 100%;
    font-size: 1.0rem;
    text-transform: inherit !important;
    font-style: italic;
    color: #999;
}
/* # ~~~~~ Main content ~~~~~ # */

.blayout-pagets__pure_no_maincontent .main-innercol {
    padding: 0;
    /*background: #F2F5F7;*/
}
.mcinner {
    /*padding: 1em 0 !important;*/
}
.maincontent,
.main-innercol {
    background: var(--white)
}
.maincontent.ce-col {
    padding: 3em 0;
    /*background: #ccc;*/
    clear: both;
}
.doktype-116 .maincontent.ce-col {
    border: inherit;
}
.blayout-pagets__onecol .main-innercol {
    padding: 2em 0 4em 0;
    /*background: #F2F5F7;*/
}
.page_uid_1 .maincontent.ce-col,
.page_uid_1 .main-innercol {
    padding: inherit !important
}
@media only screen and (min-width: 640px) {
    .blayout-pagets__twocol_right .maincontent.ce-col {
        padding: 0;
    }
    .two-cols-right .main-col,
    .two-cols-right .right-col {
        padding-top: 4em;
        padding-bottom: 3em;
    }
    .two-cols-right .main-col {
        padding-right:4em;
        border-right: 1px solid var(--commonborder);
    }

    .two-cols-right .right-col {
        padding-left: 4em;
    }
}

.footer-outer {
    border-top: 1px solid var(--commonborder);
    padding-top: 2em;
}
.footer-social a:before {
    display: none;
}
.footer-social a span{
    color: var(--cone);
    font-size: var(--font-small);
    text-transform: uppercase;
    padding: 0 1em;
}
.footer-copyright p.copyright-container {
    color: var(--cfive);
    font-size: var(--font-small);
    /*text-transform: uppercase;*/
}
.footerone .p-header a  {
    font-weight: bold;
}
.footerone a {
    color: var(--cone)
}
.footerone ul.service-menu.menu a {
    color: var(--cone)
}
.footerone ul,
.footerone ul,
.footerone a {
    padding-left: 0 !important;
    margin-left: 0 !important;
}
/*
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
# Settings for small screens
#+++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
@media only screen and (min-width: 40.063em) and (max-width:1500px) {
    .page_uid_1 .maincontent.ce-col,
    .page_uid_1 .main-innercol,
    .flexfive,
    .maincontent.ce-col,
    .hero-content {
        padding: 1em  !important;
    }
    .fleximage-all {
        background-attachment: inherit !important
    }
}

@media only screen and (max-width: 40.063em) {
    h1,
    h1 a {
        font-size: var(--font-h1m);
    }
    h2,
    h2 a {
        font-size: var(--font-h2m);
    }
    h3,
    h3 a {
        font-size: var(--font-h3m);
    }
    h4,
    h4 a {
        font-size: var(--font-h4m);
    }
    .stagetop {
        padding: 0 !important;
    }

    .fleximage-all {
        background-attachment: inherit !important
    }

    /* Space */
    .frame-space-before-extra-small { margin-top: .1em; }
    .frame-space-before-small { margin-top: .2em; }
    .frame-space-before-medium { margin-top: .3em; }
    .frame-space-before-large { margin-top: .4em; }
    .frame-space-before-extra-large { margin-top: .5em; }
    .frame-space-after-extra-small { margin-bottom: .1em; }
    .frame-space-after-small { margin-bottom: .2em; }
    .frame-space-after-medium { margin-bottom: .3em; }
    .frame-space-after-large { margin-bottom: .4em; }
    .frame-space-after-extra-large { margin-bottom: .5em; }

        #wrapper {
            padding-left: 1em  !important;
            padding-right: 1em !important;
        }
        .fleximage-all {
            background-attachment: inherit !important
        }
    li, p, ul, ol, dl, table tr th, table tr td, a{
        font-size: var(--font-all-mobile);
    }
    .youtubevideo h2 {
        font-size: var(--font-h2-videotitelm) !important;
    }
}

/*retina:*/
/*@media*/
/*screen and (-webkit-min-device-pixel-ratio: 2),*/
/*screen and (min-resolution: 192dpi),*/
/*screen and (min-resolution: 2dppx) {*/
/*    .hihi {*/
/*        padding-right: 3em !important;*/
/*    }*/
/*}*/

.ce-textpic a.button {
    background-color: var(--cthree);
    color: var(--white);
    text-decoration: none;
    padding: .3em 1em
}

.cardmenu-1111 img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: all .5s;

}
.cardmenu-1111 .card:hover img {
    -webkit-filter: grayscale(1%); /* Safari 6.0 - 9.0 */
    filter: grayscale(1%);
    transition: all .5s;
}
.owl-carousel .owl-item .is-fullwidth img {
    display: block;
    width: 100vw !important;
}
.equaltitle .card-field-three {
    padding-bottom: 0 !important;
}
.equaltitle .card-field-three p,
.equaltitle .card-field-three h3 {
    min-height: 68px;
    padding-bottom: 0 !important;
}
#bodyId-171 hr {
    display: none;
    visibility: hidden;
}
.bgalarm {
    background: var(--calert)
}
.bgalarm p {
    padding: 2rem 0 0 0
}

.powermail_tab_navigation {
    display: flex;
    flex-direction: row-reverse;
}
