/* CSS Desktopansicht unter 1100px Parkscout.de */

body {
    font-size: 95%;
}


/*Bereiche*/

header div:first-of-type {
    padding: 0em 1.4em 0em 1.4em;
}


/* Hauptnavigation */

nav ul li a {
    font-size: 1.2em;
}


/* Content */

#main {
    padding: 0.5em 1.4em 0em 1.4em;
}

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

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

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


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

.relatedPic {
    flex-basis: 120px;
    height: 90px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.relatedPic>div {
    width: 120px;
}

.relatedText {
    padding: 0 0 0 0.8rem;
    font-size: 0.95em;
}

.relatedText a.text {
    display: block
}


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

figure {
    width: 80%;
}

.figShowcase {
    height: 450px;
    width: 600px !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.infobarStars {
    height: 45px;
}

.infobarStarsSolo {
    width: 29.5%;
}

.infobarStarsVote {
    width: 80%
}

.boxArticleSearchText {
    width: 74%;
}

.boxArticleSearchPic {
    width: 24%;
}


/* Footer */

footer .row {
    padding-left: 1.5em;
    padding-right: 1.5em;
}