@media (max-width: 520px) {

    html body div.pp_pic_holder.pp_default,
    div.pp_pic_holder.pp_default div.pp_content_container {
        max-width: 340px !important;
        max-height: 200px !important;
        height: auto !important;
    }


    div.pp_content div.pp_fade div#pp_full_res {
        height: calc(250px + 20px) !important;
        width: 100% !important;
    }

    div.pp_content_container div.pp_left div.pp_right div.pp_content div.pp_fade {
        width: 100% !important;
        height: 100% !important;
        max-width: 340px !important;
    }

    div.pp_content div.pp_fade div#pp_full_res iframe {
        height: 100% !important;
        max-width: 340px !important;
        width: 100% !important;
    }

    html body div.pp_pic_holder.pp_default div.ppt {
        display: none !important;
    }
}

/* ++++++++++++++++ Html   ++++++++++++++++++++++ */

@font-face {
    font-family: 'cooper_hewittbook';
    src: url('fonts/cooperhewitt-book-webfont.woff2') format('woff2'),
        url('fonts/cooperhewitt-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittmedium';
    src: url('fonts/cooperhewitt-medium-webfont.woff2') format('woff2'),
        url('fonts/cooperhewitt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittsemibold';
    src: url('fonts/cooperhewitt-semibold-webfont.woff2') format('woff2'),
        url('fonts/cooperhewitt-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cooper_hewittlight';
    src: url('fonts/cooperhewitt-light-webfont.woff2') format('woff2'),
        url('fonts/cooperhewitt-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../css/fonts/glyphicons-halflings-regular.eot);
    src: url(../css/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),
        url(../css/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../css/fonts/glyphicons-halflings-regular.woff) format('woff'),
        url(../css/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

/* ++++++++++++++++ Preloader ++++++++++++++++++ */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999999999999;
}

#status {
    width: 63px;
    height: 88px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: auto;
    margin-left: -31px;
}

/* ++++++++++++++++ Body   ++++++++++++++++++++++ */
body {
    background: #fef9f4;
    overflow-x: hidden !important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* ++++++++++++++++ Typo ++++++++++++++++++++++++ */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: "cooper_hewittbook", sans-serif;
    font-size: 38px;
    color: #b8c10b;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 40px !important;
    line-height: 1.3 !important;
    margin-top: 60px;
    white-space: normal;
}

@media (max-width: 600px) {
    h1 {
        font-size: 32px;
    }
}


h1.intro {
    margin-top: 0px;
}

@media (max-width: 1200px) {
    h1.intro {
        margin-top: 30px;
    }
}

h1.intro br {
    display: none;
}

@media (max-width: 1200px) {
    h1.intro br {
        display: block;
    }
}


h2,
h3 {
    margin-top: 0 !important;
    margin-bottom: 25px;
    font-family: "cooper_hewittbook", sans-serif;
    font-size: 28px;
    color: #b8c10b;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    color: #7f7b78;
    margin-bottom: 50px;
}

@media (max-width: 600px) {

    h2,
    h3 {
        font-size: 22px;
    }
}

h4 {
    color: #292929;
    font-family: "cooper_hewittmedium", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}

p {
    font-size: 22px;
    font-family: "cooper_hewittbook", sans-serif;
    color: #292929;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    p {
        font-size: 16px;
    }
}

p a,
strong a {
    text-decoration: underline dotted;
    color: #292929;
}

a:hover,
a:focus {
    outline: none !important;
    text-decoration: underline dotted;
    color: #66970f;
}

.container {
    text-align: center;
}

.padding-bottom40 {
    padding-bottom:40px;
    background-color:#fff;
}

/* ++++++++++++++++ Header ++++++++++++++++++++++ */

/* Menue */
header#top.navbar {
    height: 90px;
    width: 100%;
    background: #14601e;
    border-bottom: 2px solid #66970f;
    margin-bottom: 0;
}

.navbar-right {
    margin-right: 0 !important;
}

.navbar-collapse.navbar-right {
    margin-top: 20px;
}

/* Logo */
.navbar-brand {
    padding: 0;
    margin-top: 10px;
}

a.navbar-brand {
    width: 116px;
    height: 70px;
}

a.navbar-brand img {
    width: 116px;
    height: 70px;
}

a.navbar-brand:hover,
a.navbar-brand:focus {
    opacity: 0.7;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

/* Menue Links */
ul.nav.navbar-nav li,
ul#menu-hauptnavi li {
    margin-left: 5px;
}

@media (max-width: 1199px) {

    ul.nav.navbar-nav li,
    ul#menu-hauptnavi li {
        margin-left: 0px;
    }

    .navbar-right div.container nav#bs-navbar.collapse.navbar-collapse.navbar-right ul.nav.navbar-nav.links li a {
        font-size: 14px;
    }
}

ul.nav.navbar-nav li a,
ul#menu-hauptnavi li a {
    font-size: 14px;
    color: #66970f;
    text-transform: uppercase;
    font-family: "cooper_hewittsemibold", sans-serif;
}

ul.nav.navbar-nav li a:hover,
ul#menu-hauptnavi li a:hover,
ul.nav.navbar-nav li a:focus,
ul#menu-hauptnavi li a:focus,
ul.nav.navbar-nav li a:active,
ul#menu-hauptnavi li a:active {
    color: #b8c10b;
    background: transparent;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

@media (max-width: 999px) {

    ul.nav.navbar-nav li a:hover,
    ul#menu-hauptnavi li a:hover,
    ul.nav.navbar-nav li a:focus,
    ul#menu-hauptnavi li a:focus,
    ul.nav.navbar-nav li a:active,
    ul#menu-hauptnavi li a:active {
        color: #006122;
        background: transparent;
        -webkit-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}


/* Flagge */
ul.nav.navbar-nav.rechts li a {
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding-left: 5px !important;
    padding-right: 5px !important;

}

ul.nav.navbar-nav.rechts li a:hover,
ul.nav.navbar-nav.rechts li a:focus,
ul.nav.navbar-nav.rechts li a:active {
    opacity: 0.7;
}

/* Flagge Rechts */
/*
a.first-flag {
    margin-right:-20px;
   }
@media (max-width: 999px) {
a.first-flag {
    margin-right:0px;
}
}
*/

ul.nav.navbar-nav.rechts li a.first-flag img,
ul.nav.navbar-nav.rechts li a img {
    padding-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
}


/* Responsive Menue */
@media (max-width: 1000px) {

    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .navbar-nav {
        background: #b8c10b;
        margin: 0;
        width: 100%;
    }

    .navbar-collapse {
        width: 100%;
        margin-top: 10px;
        overflow-x: hidden;
        border-top: none;
        box-shadow: none;
    }

    .navbar-collapse.navbar-right {
        margin-top: 10px;
    }

    .navbar-right div.container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    a.navbar-brand {
        margin-left: 5% !important;
    }

    ul.nav.navbar-nav.links {
        padding-top: 20px;
    }

    ul.nav.navbar-nav.rechts {
        padding-bottom: 20px;
    }

    ul.nav.navbar-nav li {
        margin-left: 0;
    }
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-toggle .icon-bar {
    height: 3px;
    width: 30px;
    background: #639510;
}

/* Eingeklappt */
button.navbar-toggle.collapsed {
    opacity: 1;
}

button.navbar-toggle.collapsed:hover,
button.navbar-toggle.collapsed:active,
button.navbar-toggle.collapsed:focus {
    opacity: 0.5;
}

/* Ausgeklappt */
button.navbar-toggle,
button.navbar-toggle:hover,
button.navbar-toggle:active,
button.navbar-toggle:focus {
    opacity: 0.5;
}


span.icon-bar {
    margin-top: 5px;
}

.collapse.in ul.nav.navbar-nav li,
.collapsing ul.nav.navbar-nav li,
.collapse.in ul.nav.navbar-nav li:last-child {
    width: 100% !important;
}


nav#bs-navbar.navbar-collapse.navbar-right.collapse.in,
nav#bs-navbar.navbar-collapse.navbar-right.collapsing {
    border-bottom: 2px solid #66970f;
}

/* ++++++++++++++++ Bühne ++++++++++++++++++++++ */
.container-fluid.buehne {
    /*background: url(../img/header.jpg);
    background-size:100%;
    background-repeat: no-repeat;
    background-position: center 90px;
    padding-bottom: 10%; */
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.slider-space {
    padding-bottom: 34%;
}

@media (max-width: 1119px) {
    .slider-space {
        padding-bottom: 34%;
    }
}

@media (max-width: 1099px) {
    .slider-space {
        padding-bottom: 38%;
    }
}

@media (max-width: 991px) {
    .slider-space {
        padding-bottom: 40%;
    }
}

/* Container - Insgesammt Höhe */
@media (max-width: 768px) {
    .container-fluid.buehne {
        background: rgba(0, 0, 0, 0) url("../img/header.jpg") no-repeat scroll center top / 100% auto;
        padding-bottom: 0;
    }
}

+ + + + + + + + + + + + + + + + Content + + + + + + + + + + + + + + + + + + + + + */ article {
    padding-bottom: 70px;
    border-bottom: 2px solid #66970f;
}

.container-fluid.white {
    background: #fff;
}

/* Trennung der Artikel */

article#redprince.intro {
    border-bottom: 2px solid #66970f;
    padding-bottom: 40px;
}

article.red-prince {
    border-bottom: 2px solid #66970f;
    padding-bottom: 50px;
}

article.biodiversitaet {
    border-bottom: 2px solid #66970f;
    padding-bottom: 0px;
}

article#anbau.anbau {
    border-bottom: 2px solid #66970f;
}

article#qualitaet.qualitaet {
    border-bottom: 2px solid #66970f;
}

article#marktauftritt.vermarktung {
    border-bottom: 2px solid #66970f;
    padding-bottom: 50px;
}


p.bullet {
    color: #0c5716;
    background: url(../img/trenner.png) bottom center no-repeat;
    height: 70px;
    margin-bottom: 20px !important;
}

@media (max-width: 600px) {
    p.bullet {
        font-size: 20px;
    }
}

@media (max-width: 585px) {
    p.bullet {
        height: 110px;
    }
}

/* Sorte */
.container.werte {
    height: 180px;
    background: rgba(0, 0, 0, 0) url("../img/red-prince-apfelscheibe.jpg") no-repeat scroll 80% 65%;
    text-align: left;
    padding-top: 10px;
}

@media (max-width: 992px) {
    .container.werte {
        background: none;
        text-align: center;
    }
}

ul.bewertung {
    list-style: none;
    font-size: 22px;
    font-family: "cooper_hewittbook", sans-serif;
    color: #0c5716;
    margin-left: 15%;
    padding-left: 0;
}

ul.bewertung li {
    margin-top: 10px;
}

ul.bewertung li span {
    display: block;
    float: left;
    width: 120px;
}

img.bewertung {
    /*  margin-right: 58%; */
}

@media (max-width: 992px) {
    ul.bewertung {
        /*margin-left: 0%;*/
    }

    img.bewertung {
        float: none;
        margin-right: 0%;
        margin-left: 20px;
    }
}

@media (max-width: 500px) {
    .container.werte {
        height: 100%;
        padding-bottom: 20px;
    }

    ul.bewertung {
        margin-left: 0%;
        padding-left: 0;
    }

    img.bewertung {
        float: none;
        margin-right: 0%;
        margin-left: 0px;
    }

    ul.bewertung li span {
        display: block;
        float: none;
        width: auto;
    }

    ul.bewertung li {
        margin-top: 20px;
    }
}


/* Anbau */
.container.anbau-regionen {
    padding-top: 45px;
}

/* Qualität */
.container-fluid.qualitaet {
    background: rgba(0, 0, 0, 0) url("../img/redprince-qualitaet_bg.jpg") no-repeat scroll center center / cover;
    border-bottom: 2px solid #66970f;
    height: 380px;
}

@media (max-width: 1199px) {
    .container-fluid.qualitaet {
        height: 340px;
    }
}

@media (max-width: 992px) {
    .container-fluid.qualitaet {
        height: 220px;
    }
}

@media (max-width: 768px) {
    .container-fluid.qualitaet {
        height: 180px;
    }
}

@media (max-width: 420px) {
    div.container-fluid.qualitaet {
        height: 150px;
    }
}

@media (max-width: 360px) {
    div.container-fluid.qualitaet {
        height: 110px;
        padding-top: 15px;
    }
}


/* Siegel */
img.img-responsive.img-circle.siegel {
    margin: 25% auto 10% auto;
    max-width: 200px;
}

@media (max-width: 1200px) {
    img.img-responsive.img-circle.siegel {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 992px) {
    img.img-responsive.img-circle.siegel {
        margin: 13% auto 10% auto;
        width: 150px;
        height: 150px;
    }
}

@media (max-width: 768px) {
    img.img-responsive.img-circle.siegel {
        margin: 15% auto 5% auto;
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 450px) {
    img.img-responsive.img-circle.siegel {
        margin: 30% auto 5% auto;
        width: 100px;
        height: 100px;
    }
}

@media (max-width: 360px) {
    img.img-responsive.img-circle.siegel {
        margin: 15% auto 5% auto;
        width: 80px;
        height: 80px;
    }
}



/* Nährwerte */
.container.naehrwerte {
    height: auto;
    padding: 45px 0;
}

.tabelle {
    background: url(../img/trenner.png) no-repeat center top;
    border-bottom: 2px solid #c0ca00;
    min-height: 70px;
    height: auto;
    max-width: 626px;
    width: 100%;
    text-align: center;
    margin: auto auto 20px;
    padding: 20px 0px 20px 0px;
}

.tabelle p {
    padding-top: 45px;
}

@media (max-width: 600px) {
    div.tabelle {
        padding: 20px;
        border-bottom: none;
    }
}

thead {
    display: none;
}

.naehrwerte small {
    color: grey;
}

/* Slideshow */
.slider {
    margin-bottom: 35px;
}

.slide div.carousel-inner div.item img {
    margin: auto;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

span.glyphicon.glyphicon-chevron-right,
span.glyphicon.glyphicon-chevron-left {
    color: #c8d01e;
}

img.img-responsive.video {
    margin: auto;
}

@media (max-width: 768px) {
    .video-box {
        margin-bottom: 40px;
    }
}

/* Kontakt Formular */
article.kontakt {
    padding-bottom: 0;
    border-bottom: none;
}

/*.formular {
    height: 200px;
    background: #fff;
    border: 1px solid #d8d8d8;
    padding: 20px;
}
.kontaktform {
    margin-bottom: 70px;
}*/

.wpcf7 {
    min-height: 70px;
    height: auto;
    max-width: 626px;
    width: 100%;
    text-align: center;
    margin: auto auto 20px;
    display: inline-block;
}

div.wpcf7 {
    margin: auto !important;
}

.wpcf7-form-control {
    border: 1px solid #bbb;
    background-color: #fff;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    font-family: "cooper_hewittbook", arial;
    color: #999;
    display: block;
    font-size: 17px;
    height: 43px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    margin-bottom: 10px;
}

.wpcf7-form-control:focus {
    border: 1px solid #b8c10b;
    box-shadow: 0px 0px 5px #b8c10b;
}

textarea.wpcf7-form-control {
    height: 100px;
    color: #444;
}

input[type='submit'] {
    border: 1px solid #b8c10b;
    color: #b8c10b;
    background-color: #fef9f4;
    max-width: 300px;
    margin: 20px auto 30px;
}

input[type='text'],
input[type='email'] {
    color: #444;
}

.wpcf7-form-control.wpcf7-checkbox {
    border: none;
    background-color: #fef9f4;
    text-align: left;
    display: inline;
}

.checkboxtext {
    font-family: "cooper_hewittbook", arial;
    color: #999;
    font-size: 17px;
    line-height: 1.42857;
}

/* Modifikationen */
span.wpcf7-form-control-wrap.anrede {
    max-width: 100px;
    width: 30%;
    float: left;
}

span.wpcf7-form-control-wrap.vornamename {
    max-width: 510px;
    width: 80%;
    float: right;
}

input.wpcf7-form-control.wpcf7-submit:hover,
input.wpcf7-form-control.wpcf7-submit:focus,
input.wpcf7-form-control.wpcf7-submit:active {
    background: #b8c10b;
    color: #fef9f4;
}

@media (max-width: 600px) {
    span.wpcf7-form-control-wrap.anrede {
        width: 100%;
        max-width: 100%;
    }

    .anrede select.wpcf7-form-control.wpcf7-select {
        width: 100%;
        max-width: 100%;
    }

    span.wpcf7-form-control-wrap.vornamename {
        width: 100% !important;
    }
}

/* Partner Adressen */
.partner-logos {
    padding-top: 70px;
}

img.partner-logo {
    margin: auto auto 10px auto;
}

.partner adress p {
    color: #292929;
    font-size: 18px;
    margin: 10px auto !important;
}

a.mail,
a.web {
    color: #292929;
}

a.mail:hover,
a.mail:focus,
a.web:hover,
a.web:focus {
    opacity: 0.6;
}

/* ++++++++++++++++ Footer ++++++++++++++++++++++ */
.footer {
    bottom: 0;
    height: auto;
    position: absolute;
    width: 100%;
}

.container-fluid.foot {
    background: rgba(0, 0, 0, 0) url("../img/footer.jpg") no-repeat scroll center top / 100%;
    height: auto;
}

.footer-space {
    padding: 12.5% 0;
}

.container-fluid.footer-links-a {
    height: 50px;
    background: #36302b;
    text-align: center;
}

p.footer-links {
    margin-bottom: 0 !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #7f7d7c !important;

}

p.footer-links a.footer-a {
    color: #7f7d7c !important;
}

/* Impressum */
h1.intro.impressum {
    padding-top: 150px;
}

/* Datenschutz */
a.datenschutz {
    color: #66970f;
}

/* +++++++++ PlugIn - WP Tabelle ++++++++++++++++++++++++ */
table.rt-table {
    color: #292929;
    font-family: "cooper_hewittbook", sans-serif;
    font-size: 16px !important;
    letter-spacing: 0.4px;
    margin-top: 25px;
    margin-left: 35px;
}

table {
    width: 100%;
    border-collapse: inherit;
}

td,
th {
    border: medium none;
    padding: 7px;
    text-align: left;
}

.responsive-table-shortcode-wrap {
    width: 100%;
}

@media only screen and (max-width:600px) {
    table.rt-table {
        margin-left: 0px;
    }
}


/*
@media only screen and (max-width:767px)  {
.rt-table, .rt-thead, .rt-body, .rt-th, .rt-td, .rt-tr { 
display: block; 
}
table.rt-table {
margin-left: 0;
}
	
.rt-thead .rt-tr { 
	position: absolute;
	top: -9999px;
	left: -9999px;
}
		
.rt-td { 
	border: none;
	position: relative;
	padding-left: 50%; 
	min-height: 30px;
}
	
.rt-td:before { 
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%; 
	padding-right: 10px; 
	white-space: nowrap;
}
}
*/
/* ++++++ Shadowbox zum Öffnen der Youtube Videos +++++++ */

/*
html body div.pp_pic_holder.pp_default {
min-height: 300px; min-width: 300px;}

html body div.pp_pic_holder.pp_default div.pp_content_container div.pp_left div.pp_right div.pp_content div.pp_fade div#pp_full_res iframe {min-height: 100%; width: auto !important;}


.pp_pic_holder.pp_default {
    overflow: hidden;
}
*/

@media only screen and (max-width:767px) {
    body div.pp_pic_holder.pp_default div.ppt {
        display: none;
    }
}



div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important;
}

div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important;
}

.pp_content {
    width: auto ! important;
    height: auto !important;
}

.pp_fade {
    width: 100% !important;
    height: 100% !important;
}

a.pp_expand,
a.pp_contract,
.pp_hoverContainer,
.pp_gallery,
.pp_top,
.pp_bottom {
    display: none !important;
}

#pp_full_res img {
    width: 100% !important;
    height: auto !important;
}

.pp_details {
    width: 100% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    margin-top: -2px !important;
}

a.pp_close {
    right: 7% !important;
    top: 10px !important;
}

.pp_details {
    display: none;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8
}

/* div.pp_default .pp_content_container .pp_left{background:url(../img/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px} 
div.pp_default .pp_content_container .pp_right{background:url(../img/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}*/
div.pp_default .pp_next:hover {
    background: url(../img/prettyPhoto/default/sprite_next.png) center right no-repeat;
    cursor: pointer
}

div.pp_default .pp_previous:hover {
    background: url(../img/prettyPhoto/default/sprite_prev.png) center left no-repeat;
    cursor: pointer
}

div.pp_default .pp_expand {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_expand:hover {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
    cursor: pointer
}

div.pp_default .pp_contract {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
    cursor: pointer;
    width: 28px;
    height: 28px
}

div.pp_default .pp_contract:hover {
    background: url(../img/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
    cursor: pointer
}

div.pp_default .pp_close {
    width: 30px;
    height: 30px;
    background: url(../img/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
    cursor: pointer
}

div.pp_default .pp_gallery ul li a {
    background: url(../img/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
    border: 1px solid #aaa
}

div.pp_default .pp_social {
    margin-top: 7px
}

div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
    position: static;
    left: auto
}

div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
    height: 30px;
    width: 30px
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
    background: url(../img/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
    height: 20px;
    width: 20px;
    margin: 4px 0 0
}

div.pp_default a.pp_arrow_next {
    left: 52px;
    background-position: -82px -3px
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    width: 110px;
    position: relative
}

div.pp_default .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 75px;
    line-height: 25px;
    position: absolute;
    top: 2px;
    margin: 0;
    padding: 0 0 0 10px
}

div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0
}

/* div.pp_default .pp_bottom .pp_left{background:url(../img/prettyPhoto/default/sprite.png) -78px -127px no-repeat} */
/*div.pp_default .pp_bottom .pp_middle{background:url(../img/prettyPhoto/default/sprite_x.png) bottom left repeat-x}*/
/* div.pp_default .pp_bottom .pp_right{background:url(../img/prettyPhoto/default/sprite.png) -112px -127px no-repeat} */
div.pp_default .pp_loaderIcon {
    background: url(../img/loading-box.gif) center center no-repeat
}

/* div.light_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat} */
/* div.light_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat} */
div.light_rounded .pp_next:hover {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_rounded .pp_previous:hover {
    background: url(../img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_expand:hover {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_contract:hover {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_rounded .pp_nav .pp_play {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_rounded .pp_arrow_previous {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat
}

div.light_rounded .pp_arrow_next {
    background: url(../img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat
}

/* div.light_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat} */
/* div.light_rounded .pp_bottom .pp_right{background:url(../img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}*/

/*
div.dark_rounded .pp_content_container .pp_left{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
*/

div.dark_rounded .pp_next:hover {
    background: url(../img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_previous:hover {
    background: url(../img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_expand:hover {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_contract:hover {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_rounded .pp_description {
    margin-right: 85px;
    color: #fff
}

div.dark_rounded .pp_nav .pp_play {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_rounded .pp_arrow_previous {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat
}

div.dark_rounded .pp_arrow_next {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat
}

/* div.dark_rounded .pp_bottom .pp_left{background:url(../img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat} */
div.dark_rounded .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat
}

div.dark_rounded .pp_loaderIcon {
    background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat
}

/* div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000} */
div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0
}

div.dark_square .pp_loaderIcon {
    background: url(../img/prettyPhoto/dark_square/loader.gif) center center no-repeat
}

div.dark_square .pp_expand {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_expand:hover {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract {
    background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.dark_square .pp_contract:hover {
    background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.dark_square .pp_nav {
    clear: none
}

div.dark_square .pp_nav .pp_play {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.dark_square .pp_arrow_previous {
    background: url(../img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat
}

div.dark_square .pp_arrow_next {
    background: url(../img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat
}

div.dark_square .pp_next:hover {
    background: url(../img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.dark_square .pp_previous:hover {
    background: url(../img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

div.light_square .pp_expand {
    background: url(../img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_expand:hover {
    background: url(../img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract {
    background: url(../img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.light_square .pp_contract:hover {
    background: url(../img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.light_square .pp_nav .pp_play {
    background: url(../img/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
    height: 15px;
    width: 14px
}

div.light_square .pp_arrow_previous {
    background: url(../img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat
}

div.light_square .pp_arrow_next {
    background: url(../img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat
}

div.light_square .pp_next:hover {
    background: url(../img/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.light_square .pp_previous:hover {
    background: url(../img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

/* div.facebook .pp_top .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat} */
div.facebook .pp_top .pp_middle {
    background: url(../img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x
}

div.facebook .pp_top .pp_right {
    background: url(../img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat
}

/* div.facebook .pp_content_container .pp_left{background:url(../img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y} */
div.facebook .pp_expand {
    background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_expand:hover {
    background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer
}

div.facebook .pp_contract:hover {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer
}

div.facebook .pp_description {
    margin: 0 37px 0 0
}

div.facebook .pp_loaderIcon {
    background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat
}

div.facebook .pp_arrow_previous {
    background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default
}

div.facebook .pp_arrow_next {
    background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default
}

div.facebook .pp_nav {
    margin-top: 0
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px
}

div.facebook .pp_nav .pp_play {
    background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_nav .pp_pause {
    background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
    height: 22px;
    width: 22px
}

div.facebook .pp_next:hover {
    background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer
}

div.facebook .pp_previous:hover {
    background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer
}

/* div.facebook .pp_bottom .pp_left{background:url(../img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat} */
/* div.facebook .pp_bottom .pp_middle{background:url(../img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x} */
div.facebook .pp_bottom .pp_right {
    background: url(../img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat
}

div.pp_pic_holder a:focus {
    outline: none
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_content {
    height: 40px;
    min-width: 40px;
    margin: auto !important;
}

* html .pp_content {
    width: 40px
}

.pp_content_container {
    position: relative;
    text-align: center;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 0px
}

.pp_content_container .pp_right {
    padding-right: 0px
}

/* .pp_content_container .pp_details{float:left;margin:10px 0 2px} */
.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    display: none;
}

.pp_social .twitter {
    display: none;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    white-space: nowrap;
    margin: 2px 4px
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_previous,
a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    position: relative;
    white-space: nowrap;
    margin: 0 0 0 5px;
    padding: 0
}

.pp_gallery ul a {
    border: 1px rgba(0, 0, 0, 0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
    margin-top: 7px !important
}

a.pp_next {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_expand,
a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    line-height: 22px;
    text-indent: -10000px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px
}

#pp_full_res {
    line-height: 1 !important
}

#pp_full_res .pp_inline {
    text-align: left
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px
}

/*
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
*/
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
    color: #000
}

div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
    border-color: #fff
}

/*
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
*/
div.light_rounded .pp_description,
div.light_square .pp_description {
    margin-right: 85px
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px !important
}

div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default
}

div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default
}

div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
    background: url(../img/prettyPhoto/light_rounded/loader.gif) center center no-repeat
}

/*
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
*/

.pp_top,
.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_top,
* html .pp_bottom {
    padding: 0 20px
}

.pp_top .pp_left,
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle,
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right,
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_fade,
.pp_gallery li.default a img {
    display: none
}

/* Christian R. */
#menu-hauptnavi {
    float: left;
    margin: 0;
    padding-left: 0;
}

#menu-hauptnavi li {
    float: left;
    display: block;
    position: relative;
}

#menu-hauptnavi li a {
    padding: 15px 15px;
    text-decoration: none;
}

.menu-hauptnavi-container {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 10px 0 0 0;
    padding-left: 0;
}

article.impressum {
    background-color: #fff;
}

.menu-footernavi-container {
    display: inline-block;
}

#menu-footernavi li {
    display: block;
    float: left;
}

#menu-footernavi li a {
    color: #7f7d7c !important;
    font-size: 16px;
    margin-bottom: 0 !important;
    text-transform: uppercase;
    text-decoration: none;
}

#menu-footernavi li:first-child:after {
    padding: 0px 5px;
    color: #7f7d7c;
    font-size: 16px;
    content: '|';
}

.gewinnspiel-teaser img {
    width: 100%;
    max-width: 481px;
}

.bild_biodiversitaet {
    height: 450px;
    background-image: url('../img/biodiversitaet.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

@media(max-width:768px) {
    .bild_biodiversitaet {
        height: 250px;
        background-position: right -190px center;
    }
}


/* +++++++++++++ Biodiversitaet ++++++++++++++ */
/* Anbau */
.container.biodiversitaet {
    padding-top: 45px;
}

.container.biodiversitaet img {
    width: 100%;
}

.container.biodiversitaet.top {
    padding-top: 20px;
}

article.biodiversitaet .container {
    text-align: left;
}

.border-bottom {
    padding-bottom: 70px;
    border-bottom: 2px solid #66970f;
}

.biodiversitaet01 {
    height: 450px;
    background-image: url('../img/biodiversitaet.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.border-bottom70 {
    padding-bottom: 70px;
}

a.zurueck_zur_uebersicht {
    display: block;
    font-size: 18px;
    background-color: #66970f;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    padding: 15px 20px;
    margin-bottom:40px;
    float:right;
    transition: .3s;
}

a.zurueck_zur_uebersicht:hover {
    background-color: #14601e;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
}

a.mehr_infos {
    display: inline-block;
    font-size: 18px;
    background-color: #66970f;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    padding: 15px 20px;
    margin-bottom:40px;
    transition: .3s;
}

a.mehr_infos:hover {
    background-color: #14601e;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
}

.grid_handlungsfelder {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
}

.flipbox_bild img {
    width: 100%;
}

.textcontainer_teaser {
    display: grid;
    align-items: center;
    height: 110px;
}

.flip-box p {
    text-align: center;
    padding: 8px;
    margin: 0px;
    font-size: 18px;
}

.flip-box {
    perspective: 1000px;
    /* Remove this if you don't want the 3D effect */
    width: 100%;
    height: 250px;
    cursor: pointer;
    margin-bottom: 40px;
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    /* Safari */
    backface-visibility: hidden;
}

.flip-box-front {
    background-color: #66970f;
}

.flip-box-front p {
    color: #fff;
}

/* Style the back side */
.flip-box-back {
    background: #14601e;
    text-align: center;
    transform: rotateY(180deg);
    display: grid;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.flip-box-back p {
    color: #fff;
}

a.handlungsfelder_teaser:hover .beitrag_lesen {
    height: 100px;
}

a.zurueck_zur_uebersicht {
    font-size: 18px;
    background-color: #66970f;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    padding: 15px 20px;
    transition: .3s;
    float: right;
}

a.zurueck_zur_uebersicht:hover {
    background-color: #14601e;
    color: #fff;
    border-radius: 10px;
    transition: .3s;
}

.bild_rechts {
    width: 100%;
    max-width: 400px;
    float: right;
    margin: 5px 0px 5px 20px;
}

.bild_links {
    width: 100%;
    max-width: 400px;
    float: left;
    margin: 5px 20px 5px 0px;
}

@media(max-width:1200px) {
    .grid_handlungsfelder {
        grid-template-columns: repeat(4, 1fr);
    }

    .flip-box {
        height: 290px;
    }
}

@media(max-width:990px) {
    .grid_handlungsfelder {
        grid-template-columns: repeat(3, 1fr);
    }

    .flip-box {
        height: 290px;
    }

    .flipbox_bild p,
    .flipbox_text p {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .biodiversitaet01 {
        height: 250px;
        background-position: right -190px center;
    }

    .grid_handlungsfelder {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .flip-box {
        flex-basis: 220px;
        height: 330px;
    }
}

@media(max-width:670px) {

    .bild_rechts,
    .bild_links {
        width: 100%;
        max-width: 900px;
        margin: 10px 0px 10px 0px;
    }
}
