/* poppins-regular - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-italic - latin */

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/poppins-v20-latin-italic.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-italic.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-600 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/poppins-v20-latin-600.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins-v20-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-600.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* poppins-900 - latin */

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/poppins-v20-latin-900.eot');
    /* IE9 Compat Modes */
    src: local(''), url('../fonts/poppins-v20-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/poppins-v20-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/poppins-v20-latin-900.woff') format('woff'), /* Modern Browsers */
    url('../fonts/poppins-v20-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/poppins-v20-latin-900.svg#Poppins') format('svg');
    /* Legacy iOS */
}


/* CSS Desktopansicht Parkscout.de */

div,
ul,
li,
p,
h1,
h2,
h3,
h4,
body {
    margin: 0em;
    padding: 0em;
    font-weight: 100;
}

img {
    border: 0;
}

body {
    background: #ffffff;
    font-size: 100%;
    font-family: 'Poppins', sans-serif;
    color: #727272;
}

.c-b {
    clear: both;
    font-size: 0em;
}

.mobileOnly {
    display: none;
}

.desktopOnly {
    display: none;
}


/* Textformat Standard*/

h1,
h2,
h3,
h4 {
    font-size: 2.2em;
    text-transform: uppercase;
    font-weight: 600;
    color: #464646;
    margin: 0em 0em 0em 0em;
}

h2,
h3 {
    font-size: 1.6em;
}

.copy {
    font-size: 1.1em;
    margin-bottom: 1.8em
}

.copy h2 {
    margin-bottom: 0.7em;
}

h2,
h4 {
    text-transform: none;
}

h4 {
    font-size: 1.3em;
}

p {
    font-size: 1.1em;
}

strong {
    font-weight: 600;
}

hr {
    margin: 0.5em 0em 0.5em 0em;
    padding: 0em;
    border: none;
    border-top: 1px dashed #535353;
    color: #FFFFFF;
    background-color: none;
    height: 1px;
}

a {
    text-decoration: none;
    font-size: 1.0em;
    color: #8fd400;
}

a.text {
    color: #8fd400;
}

a.text::before {
    content: "» ";
}

a.text:hover {
    color: #1f7039;
}

.relatedHeader {
    grid-column: 1/3;
}

.relatedMore a.text {
    color: #ffffff;
    display: block;
}

.relatedMore:hover {
    background: #1f7039;
    transition: all ease 1.2s;
}

.tMini a {
    color: #8fd400;
}

.tMini a:hover {
    color: #a5a5a5;
}

.tMini {
    font-size: 0.8em;
    line-height: normal;
}

.tBG {
    background-color: #e1be5f;
    padding: 2px;
    color: #fff;
    display: inline;
    line-height: 1.8;
    font-weight: 600;
}

.icon {
    float: left;
    margin-right: 1em;
    height: 55px;
}

.noMargin {
    padding: 0em;
    margin: none !important;
}

.gewaehr {
    margin-top: 1em;
    text-align: right;
}

.legacy {
    font-size: 12px;
    background: lightgray;
    padding: 3px 6px;
    max-width: fit-content;
}


/* Cookiebanner */

#parkteamcks {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #666666;
    padding: 28px;
    font-size: 18px;
    line-height: 1.5em;
    ;
    z-index: 10000;
}

#parkteamcks a.button {
    cursor: pointer;
    background: #92c83e;
    color: #fff;
    padding: 16px 16px;
    margin-left: 10px;
    font-size: 20px;
    font-weight: 600;
    float: right;
}

#parkteamcks p.cookiemessage {
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 6px;
}


/* Header */

header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 1;
    background: #ffffff;
    box-shadow: 0px 4px 7px #646464;
}

header div:first-of-type {
    margin: 0 auto;
    max-width: 1100px;
}

#logo {
    width: 20%;
    float: left;
    padding: 1.2em 0em 1em 0em;
}


/* Hauptnavigation */

#burger {
    display: none;
}

nav {
    width: 80%;
    float: left;
    padding: 1.0em 0em 0.5em 0em;
}

nav ul {
    text-align: right;
}

nav ul li {
    display: inline-block;
    padding: 0em 0em 0em 2em;
}

nav ul li a {
    font-size: 1.3em;
    color: #000000;
}

nav ul li a:hover {
    border-bottom: 2px solid #91c73f;
}


/* Content */

#moodbar {
    display: none;
    height: 300px;
    background: url(/pics/mood1.jpg) no-repeat center;
    background-size: cover;
}

#noMmoodbar {
    height: 12px;
}

#moodbar div {
    margin: 0 auto;
    max-width: 1100px;
    padding: 2.3em 0em 0em 0em;
}

#moodbar span {
    padding: 0.3em;
    line-height: 2.3em;
    background: #22723a;
    color: #ffffff;
    font-size: 2.1em;
    text-transform: uppercase;
    font-weight: 600;
}

#moodbar span:last-of-type {
    background: #91c73e;
}

#main {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0.5em 0em 0em 0em;
    min-height: 600px;
}

.breadcrumbs {
    margin-bottom: 1.0em;
}

#zielSearch {
    display: none;
    margin-bottom: 20px;
    transition: all 3s ease-in-out;
}

#zielSearch .hidden {
    display: flex;
    flex-direction: row;
    width: 100%;
    border: none !important;
}

#zielSearch .hidden input {
    box-sizing: border-box;
    flex-grow: 4;
}

#zielSearch .hidden DIV {
    flex-grow: 1;
    min-width: 200px;
}

@media (max-width: 700px) {
    #zielSearch .hidden {
        flex-direction: column;
    }
    #zielSearch .hidden input {
        flex-grow: 1;
        width: 100%;
        border-right: 10px solid #91c73e !important;
    }
}

.mainSearch {
    display: flex;
}

.mainSearch input {
    width: 75%;
    overflow: hidden;
}

.mainSearch div {
    width: 25%;
}

.box {
    box-sizing: border-box;
}

.box100 {
    width: 100%;
}


/* Grid und Flex für "Portal" */

.blockGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    gap: 2rem;
    overflow: hidden;
}

.blockGrid .normal {
    aspect-ratio: 4 / 3;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

.blockResponsive4block .normal {
    aspect-ratio: 4/3;
    cursor: pointer;
}

.blockResponsive4block .normal:hover,
.blockGrid .normal:hover,
.blockGrid .prodPic:hover {
    filter: brightness(1.3);
}

.blockGrid .prodBorder {
    aspect-ratio: 4 / 3;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 0.5rem;
    border: 1px solid #91c73f;
}

.blockGrid .prodPic {
    aspect-ratio: 4 / 3;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    /*image-rendering: -webkit-optimize-contrast;*/
}

.blockGrid .prodDetails {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.blockGrid .prodDetails span {
    color: #727272;
    font-size: 0.8rem;
}

@media (max-width: 1000px) {
    .blockGrid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 550px) {
    .blockGrid {
        grid-template-columns: 1fr;
    }
}

.portalMain,
.relatedMain {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 20px;
    overflow: hidden;
}

.portalMainFour {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.portalMain img {
    display: block;
    transition: all 0.5s;
}

.portalMain img:hover {
    filter: brightness(1.25);
    transform: scale(1.5, 1.5) rotate(10deg);
}

.relatedPic img {
    transition: all 0.5s;
}

.relatedPic img:hover {
    filter: brightness(1.25);
}

.relatedMain>div {
    display: flex;
}

.relatedPic {
    flex-basis: 120px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    cursor: pointer;
    transition: all 0.7s;
}

.relatedPic>img {
    object-fit: cover;
    height: 100px;
    cursor: pointer;
}

.relatedText {
    padding: 0 0 0 0.8rem;
}

.relatedText a.text,
.relatedText strong {
    display: block
}


/* Ende - Grid und Flex für "Portal" */


/* Listen */

.listRow {
    display: flex;
    align-items: center;
    margin-bottom: 2.0rem
}

.listRow .listPic {
    width: 170px;
    padding-right: 20px;
    margin-bottom: -9px;
}

.listPic img {
    transition: all 0.3s ease-in;
}

.listPic img:hover {
    filter: brightness(1.25);
}

.listRow .listItems {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.listItems a {
    cursor: pointer;
    color: #727272;
}

.listItems a:hover {
    color: #8fd400;
}

.listStarsRow {
    max-width: 250px;
}

.listRow .listStars {
    width: 100%;
    margin-right: 1%;
    display: flex;
    align-items: center;
}

.listStars img {
    width: 20%;
}

.dashedMore {
    text-align: right;
    border-bottom: 1px dashed #535353;
    padding: 8px
}


/* Listen Ende*/

.two a,
.two div {
    width: 49.5%;
    float: left;
}

.two a:last-of-type,
.two div:last-of-type {
    margin-left: 1%;
}

.three a {
    width: 32.668%;
    margin-right: 1%;
    float: left;
}

.three a:last-of-type {
    margin-right: 0%;
}

.boxArticleAwardList {
    width: 50%;
    float: left;
}

.boxArticleAwardList.left {
    padding: 0em 2em 0em 0em;
    border-right: 1px dashed #535353;
}

.boxArticleAwardList.right {
    padding: 0em 0em 0em 2em;
}

.boxArticleWinText {
    width: 68%;
    margin-right: 2%;
    float: left;
}

.boxArticleWinPic {
    width: 30%;
    float: left;
}

.boxArticleSearchText {
    width: 74.5%;
    margin-right: 1.5%;
    float: left;
}

.boxArticleSearchPic {
    width: 24%;
    float: left;
}

.framed {
    border: 1px dashed #535353;
    padding: 8px
}

figure {
    position: relative;
    margin: 0;
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.figShowcase {
    height: 540px;
    width: 720px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgb(0 0 0 / 15%);
    box-shadow: inset 1px 1px 9px 0px rgb(0 0 0 / 25%);
}

figure img {
    display: block;
    width: 100%;
}

figcaption {
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 0.3em 0em;
    font-size: 0.8em;
    width: 100%;
    color: white;
    text-shadow: 1px 3px 0 #969696;
}

figure.thumbRow {
    display: flex;
    flex-wrap: nowrap;
    box-sizing: border-box;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    padding: 3px 0px;
    overflow-x: scroll;
    width: 470px;
    gap: 5px;
}

figure.thumbRow::-webkit-scrollbar {
    height: 5px;
}

figure.thumbRow::-webkit-scrollbar-track {
    background: #f1f1f1;
}

figure.thumbRow::-webkit-scrollbar-thumb {
    background: #888;
}

figure.thumbRow::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.thumbRow>figure {
    box-sizing: border-box;
    display: inline-block;
    width: 90px;
}

.thumb img {
    object-fit: cover;
    height: 90px;
    width: 90px;
    cursor: pointer;
}

.thumb img:hover {
    filter: brightness(1.25);
}

figure+p,
figure+h2,
figure+.box,
.box+p,
div+.tfPicRight,
.infobar {
    margin-top: 1.5em;
}

figure.reduced {
    width: 55%;
}

#boxYoutube {
    background-color: white;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

#boxYoutube>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.infobar {
    border-top: 1px dashed #535353;
    border-bottom: 1px dashed #535353;
    padding: 8px 0px;
}

.infobarFlex {
    display: flex;
    flex-direction: row;
    border-top: 1px dashed #535353;
    border-bottom: 1px dashed #535353;
    padding: 8px 0px;
}

.infobarMore {
    display: flex;
    flex-direction: row;
    margin: 1.6em 0em 0.25em 0em;
    padding: 8px 0px 6px 0px;
}

.infobarEndNoMargin {
    border-top: none !important;
    margin: 0em 0em 0.3em 0em;
    padding: 4px 0px 8px 0px;
}

.infobarEnd {
    border-top: none !important;
    margin: 1.6em 0em 0.3em 0em;
    padding: 8px 0px 8px 0px;
}

.infobarInfo {
    border-top: 1px dashed #535353;
    border-bottom: 1px dashed #535353;
    margin: 1.6em 0em;
    padding: 8px 0px;
    display: flex;
    align-items: center;
}

.infobarStars {
    width: 100%;
    max-width: 300px;
    margin-right: 1%;
    display: flex;
    align-items: center;
    height: 48px;
}

.infobarStars img,
.infobarStarsSolo div,
.infobarStarsSearch div,
.infobarStarsRelated div {
    width: 15%;
    min-width: 36px;
    padding: 0px !important;
    float: left;
}

.zielInfobar {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.zielInfobar>.infobarStars>img {
    width: 48px;
}

.infobarStarsSolo {
    width: 27%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.6em 0em;
}

.infobarStarsVote {
    width: 73.4%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0em 0em 1.0em 0em;
    ;
}

.infobarStarsSearch {
    width: 24%;
    background: #ffffff;
    margin: 0em 0em 0.6em 0em;
}

.infobarStarsRelated {
    float: none !important;
    width: 60% !important;
    padding: 0px !important;
    margin: 0.3em 0em !important;
}

.infobarVotes {
    /*width: 25%;*/
    width: 100%;
    /*margin-right: 1%;*/
    /*float: left;*/
}

.infobarVote {
    /*width: 25%;*/
    width: 100%;
    /* margin-right: 1%;*/
    /*float: left;*/
}

.infobarSwing {
    display: flex;
    gap: 1rem;
    text-transform: uppercase;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    /*flex-direction: column;*/
    /*width: 27%;*/
    /*float: left;*/
}

.swing {
    /*  
    min-width: 35%;
    max-width: 45%;*/
    display: flex;
    flex-grow: 1;
    padding: 0.64em 0.6em 0.64em 0.6em;
    /*background: rgb(145, 199, 62);
    background: linear-gradient(63deg, rgba(145, 199, 62, 1) 0%, rgba(176, 224, 9, 1) 100%);*/
    background: rgb(255, 201, 0);
    background: linear-gradient(63deg, rgba(255, 201, 0, 1) 0%, rgba(186, 147, 0, 1) 100%);
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.swing-l {
    width: 24px
}

.swing-m {
    width: 100%;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1rem;
}

.swing-r {
    width: 24px
}

.swingL {
    width: 24px;
    height: 26px;
    background: url(/pics/b-sign-l.png) center no-repeat;
}

.swingR {
    width: 24px;
    height: 26px;
    background: url(/pics/b-sign-r.png) center no-repeat;
}

.button {
    border-radius: none;
    box-sizing: border-box;
    padding: 0.6em 0.8em 0.6em 0.8em;
    background: #91c73e url(/pics/b-sign-right.png) no-repeat right;
    font-size: 1.1em;
    color: #ffffff;
    font-weight: lighter;
    text-transform: uppercase;
    display: block;
}


/* Kontinent, Regionen, Geo */

.geoOverview {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.geoOverview div:first-of-type {
    max-width: 100%;
}

.buttonDown {
    background: #91c73e url(/pics/b-sign-down.png) no-repeat right;
}

.buttonSend {
    background: #91c73e url(/pics/b-sign-send.png) no-repeat right;
}

.buttonSearch {
    background: #91c73e url(/pics/b-sign-search.png) no-repeat right;
}

.buttonUnder {
    margin-top: 0.4em;
}

.button:hover,
.buttonDown:hover,
.buttonSend:hover,
.buttonSearch:hover {
    background: #1f7039 url(/pics/b-sign-finish.png) no-repeat right;
    transition: all ease 1.2s;
}

.buttonSubmit {
    border-radius: 0;
    border: none;
    box-sizing: border-box;
    padding: 0.9em 0.8em 0.9em 0.8em;
    font-size: 1.0em;
    color: #ffffff !important;
    text-transform: uppercase;
    display: block;
}

.infoMap {
    float: left;
    width: 22%;
    margin-right: 2%
}

.map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.infoParkSimple {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.infoParkname {
    width: 20%;
    overflow: hidden;
    margin-right: 10px;
}

.infoParknameSimple {
    width: 100%;
    border-top: 1px dashed #535353;
    border-bottom: 1px dashed #535353;
    padding: 15px 0;
}

.infoParkPicSimple {
    max-width: 320px;
}

.infoAdress {
    width: 30%;
    overflow: hidden;
    margin-right: 10px;
}

.infoButton {
    flex-grow: 1;
}

.voteInfo {
    display: flex;
    width: 100%;
}

.voteNavi {
    display: flex;
    flex-direction: row;
}

.voteInfoLeft {
    width: 36%;
    margin-right: 4%;
}

.voteInfoRight {
    width: 60%;
}

.voteInfoLeft h3,
.voteInfoRight h3 {
    margin: 0 0 0.3em 0;
}

.boxes-l,
.related-l,
.follow-l,
.voted-l {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-top: 20px;
}

.boxes-r,
.related-r,
.follow-r,
.voted-r {
    float: left;
    width: 50%;
    padding-left: 10px;
    margin-top: 20px;
}

.related-l div:first-of-type,
.related-r div:first-of-type,
.follow-l div:first-of-type,
.follow-r div:first-of-type,
.voted-l div:first-of-type,
.voted-r div:first-of-type {
    box-sizing: border-box;
    float: left;
    width: 40%;
    padding-right: 10px;
}

.related-l div:last-of-type,
.related-r div:last-of-type,
.follow-l div:last-of-type,
.follow-r div:last-of-type,
.voted-l div:last-of-type,
.voted-r div:last-of-type {
    box-sizing: border-box;
    float: right;
    width: 60%;
    padding-left: 10px;
    font-size: 1.1em;
}

.follow-l div:first-of-type,
.follow-r div:first-of-type {
    width: 17%;
    padding-right: 10px;
}

.follow-l div:last-of-type,
.follow-r div:last-of-type {
    width: 83%;
}

.infobarMore .related-l {
    margin-top: 2px;
}

.infobarMore .related-r {
    margin-top: 2px;
}

.relatedTextVisibility {
    display: block;
}

.followPic {
    float: left;
    width: 15%;
    padding-right: 10px;
}

.followText {
    float: right;
    width: 85%;
    padding-left: 10px;
    font-size: 1.1em;
}

.relatedMore {
    float: right;
    margin-bottom: 1.3em;
    padding: 0.3em 0.7em;
    background: #91c73e;
    font-size: 1.1em;
    color: #ffffff;
}

.textEnd {
    width: 100%;
    text-align: center;
}

.topVoting {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.8em;
}

.endPoints {
    margin: 0 auto;
    max-width: 60px;
    padding: 1.0em 0em 3.9em 0em;
}

.endPoints img {
    width: 15px;
    margin-right: 5px;
    float: left;
}

.endPoints img:last-child {
    margin-right: 0px;
}

.voteNow {
    width: 37%;
    margin: 0em 3% 0em 0em;
    float: left;
}

.voteNow p {
    font-size: 0.8em;
}

.voiceNow {
    width: 60%;
    float: left;
}

.formInput {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    border-right: 10px solid #91c73e !important;
    background-color: #f3f3f3;
    min-height: 41px;
    width: 100%;
    padding: 0.5em;
    font-size: 1.0em;
    font-family: 'Poppins', sans-serif;
    margin: 0em 0em 0.45em 0em;
    outline: none;
    color: #464646;
}

.selectInput {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    min-height: 41px;
    border-right: 10px solid #91c73e !important;
    background: #f3f3f3 url(/pics/b-sign-down.png) no-repeat right;
    width: 100%;
    padding: 0.5em;
    font-size: 1.0em;
    font-family: 'Poppins', sans-serif;
    margin: 0em 0em 0.45em 0em;
    outline: none;
    color: #464646;
}

.formTextarea {
    box-sizing: border-box;
    border: 0px;
    border-right: 10px solid #91c73e !important;
    background-color: #f3f3f3;
    width: 100%;
    padding: 0.5em;
    font-size: 1.0em;
    font-family: 'Poppins', sans-serif;
    margin: 0em 0em 0em 0em;
    outline: none;
    color: #464646;
}

.formInput:focus:focus,
.formTextarea:focus {
    background-color: #707070;
    color: #ffffff;
    outline: none;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

.searchInput {
    border: 0px;
    background-color: #f3f3f3;
    width: 100%;
    padding: 0.6em 0.8em 0.6em 0.8em;
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
    outline: none;
    color: #464646;
}

label.check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    line-height: 34px;
}

label.check span {
    background: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-color: #f3f3f3;
    position: absolute;
    top: 7px;
    left: 0;
    transition: all .2s linear;
}

label.check:hover span {
    background-color: #707070;
}

input[type="checkbox"]:checked+span {
    background-color: #8BC34A;
}

.formCheckbox {
    border: 0px;
    border-right: 10px solid #91c73e !important;
    background-color: #f3f3f3;
    width: 100%;
    padding: 0.5em;
    font-size: 1.0em;
    font-family: 'Poppins', sans-serif;
    margin: 0em 0em 0.35em 0em;
}

::-webkit-input-placeholder {
    color: #727272;
}

::-moz-placeholder {
    color: #727272;
}


/* Blocks */

.blockResponsive {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
}

.blockResponsive>div {
    width: 50%;
}

.blockResponsive p {
    margin: 0 !important;
}

.blockResponsive4 {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
}

.blockResponsive4block {
    width: 100%;
    display: flex;
    gap: 20px;
}

.blockResponsive4block>div {
    width: 100%;
}

.blockArtikelplaintext {
    margin-bottom: 2rem;
    overflow: hidden;
    columns: 2 auto;
}

.blockAwardCol {
    display: flex;
    flex-direction: column;
    width: 100%;
    cursor: pointer;
}

.blockAwardTitle {
    padding: 6px 0px 0px 0px;
    font-size: 0.9rem;
    text-align: center;
}

.blockAwardPic {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    background-position: center center;
    background-size: cover;
    border-radius: 15px;
}

.blockAwardName {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transition: 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #217039;
    /*background-image: url(/pics/bg-award-publikum.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: 125% 63%;*/
    font-size: 1rem;
    text-align: center;
    width: 100%;
    border-radius: 15px;
    color: #d2bb7f;
    text-transform: uppercase;
    aspect-ratio: 16/9;
}

.blockAwardPic:hover .blockAwardName {
    opacity: 0;
}

.blockAwardTarget {
    color: #ffffff;
    text-transform: none;
    font-size: 0.8rem;
}


/* Footer */

footer {
    background: #91c73f url(/pics/shadow.png) top repeat-x;
    font-size: 1.1em;
    color: #ffffff;
    margin-top: 2em;
}

footer .row {
    margin: 0 auto;
    max-width: 1100px;
}

footer .toprow {
    padding: 2em 0em 1.8em 0em;
    text-align: center;
    border-bottom: 1px dotted #ffffff;
}

#social {
    background: #ffffff url(/pics/shadow.png) top repeat-x;
}

#disclaimer {
    background: #23723b url(/pics/shadow.png) top repeat-x;
}

.toprow ul li {
    display: inline-block;
    padding: 0em 2em 0em 0em;
}

.toprow ul li:last-child {
    padding-right: 0em;
}

.toprow ul li a {
    color: #23723b;
}

.toprow ul li a:hover {
    color: #ffffff;
}

footer .midrow {
    padding: 2em 0em 1em 0em;
}

.fooNavi,
.fooInfo {
    float: left;
    margin-right: 4em;
}

.fooLinks {
    margin-right: 0em;
}

.midrow ul li {
    display: block;
    padding: 0em 0em 0.4em 0em;
}

.midrow ul li:last-child {
    padding: 0em 0em 0em 0em;
}

.midrow ul li a {
    color: #23723b;
}

.midrow ul li a:hover {
    color: #ffffff;
}

footer .socialrow {
    padding: 2em 0em 1.5em 0em;
    text-align: right;
}

footer .disclaimerrow {
    padding: 2em 0em 1.8em 0em;
    text-align: center;
}


/*styled/cleaned alten Artikel-Bestand (legacy)*/

.tfBoxLeft,
.tfBoxRight {
    display: none;
}

.tfPicNoFrameRight,
.tfPicNoFrameLeft,
.tfPicLeft,
.tfPicRight,
.tfPicCenter {
    width: 80%;
    margin: 0px auto;
    margin-bottom: 10px;
}

.tfPicNoFrameRight,
.tfPicNoFrameLeft,
.tfPicLeft,
.tfPicRight,
.tfPicCenter img {
    text-align: center;
}

.tfSubtitle {
    padding: 8px;
    text-align: center;
    font-size: 10px;
    line-height: normal;
}

.tfCopy {
    height: 10px;
    padding: 3px;
    background: #ffffff;
    font-size: 8px;
    position: relative;
    top: -22px;
    opacity: 0.7;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
    margin-bottom: -22px;
}


/* Hide this*/

.hidden550 {
    display: block;
}

.hiddenRelatedText {
    display: block;
}

.autocomplete-suggestions {
    margin-top: 4px;
    margin-left: -18px;
    border: 1px solid #898989;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 5px 18px 5px 18px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #8fd400;
}


/* > Award Slider  ____________________________________________________________________________________________ */

#awardSlider {
    margin: 0 auto;
    position: relative;
    width: 650px;
}

#awardSlider .slidenext,
#awardSlider .slideprev {
    cursor: pointer;
    /*   position: absolute;
    top: 575px;*/
}

#awardSlider .slideprev {
    left: 0px;
}

#awardSlider .slidenext {
    right: 0px;
}

#asections {
    overflow: hidden;
    background-color: white;
    width: 100%;
    clear: left;
}

#asections ul,
#asections li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

#asections ul {
    width: 14300px;
}

#asections li {
    float: left;
}

#asections .itembox {
    float: left;
    width: 186px;
    padding-left: 0px;
    background: #fff;
}

#asections .itembox-inner {
    width: 186px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    height: 120px;
    background: #4D4C4D;
}

.linkdivarrow {
    float: left;
    width: 11px;
    padding-top: 5px;
}

.linkdivtext {
    float: left;
    width: 195px;
    padding-top: 5px;
}

.divaward {
    float: left;
    width: 140px;
    height: 150px;
    overflow: hidden;
    cursor: pointer;
}

.divawardlow {
    border: 1px solid #96C880;
    padding: 6px 3px 0 3px;
    height: 55px;
    overflow: hidden;
    font-size: 0.75rem;
    line-height: 1.0;
}

.divspacer {
    float: left;
    width: 30px;
    height: 15px;
    padding: 0px;
    overflow: hidden;
}