<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(reset.css);
/* spectral-regular - latin */
@font-face {
    font-family: 'Spectral';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: url('../fonts/spectral-v6-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Spectral Regular'), local('Spectral-Regular'),
        url('../fonts/spectral-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/spectral-v6-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/spectral-v6-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/spectral-v6-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/spectral-v6-latin-regular.svg#Spectral') format('svg');
    /* Legacy iOS */
}

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

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

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

* {
    box-sizing: border-box;
}
body {
    width: 100%;
    overflow-x: hidden;
    font: 400 14px/18px 'Montserrat', sans-serif;
    color: #fff;
    line-height: 1.6;
    background: #202a31;
}

header {
    width: 100%;
    height: 80vh;
    min-height: 700px;
    background: url('../images/fantasy-buchempfehlung.jpg')no-repeat center bottom/cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 5%;
}

#empfehlung-jugendbuecher header {
    background-image: url('../images/empfehlung-jugendbuecher.jpg');
}

#neuerscheinung-jugendbuecher header {
    background-image: url('../images/neuerscheinung-jugendbuecher.jpg');
}

@media screen and (hover: none) {
    header {
        background-attachment: scroll;
    }  
}

@media screen and (orientation: portrait) {
    header {
        height: 80vh;
        min-height: auto;
    }  
}

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

.logo-area img {
    width: 100%;
    max-width: 380px;    
}


h2,
h3,
h4,
h5,
h6 {
    font-family: 'Spectral', serif;
    text-transform: uppercase;
    background-image: linear-gradient(0deg, #68484e, #cea864, #fff, #e2ae67, #68484e, #fbd8c5, #cea864);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

h1 {
    font-family: 'Spectral', serif;
    font-size: 26px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.08rem;
    
}

.headliness {
    margin: 50px 0;
}

header p {
    text-align: center;
    color: #fff;
    font-size: 18px;
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 16px;
}

p {
    margin-bottom: 20px;
}

p a, .seolist a {
    color: #3e686e;
}

.seolist{
    margin-bottom: 30px;
}

.content ul {
	list-style: square;
	margin-left: 14px;
}

.content ul li {
    padding: 3px 5px;
}

a {
    text-decoration: none;
    transition: .3s
}

a:hover {
    opacity: .5
}

nav {
    z-index: 999;
    position: fixed;
    bottom: 0;
    right: 0;
}

nav span {
    font-size: 50px;
    position: fixed;
    top: 15px;
    left: 2%;
    display: none
}

.desktop-nav {
    background-color: #3e686e;
    width: 100%;
    padding: 10px;
    text-align: right;
    box-sizing: border-box
}

.desktop-nav a {
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, .9);
    overflow-x: hidden;
    transition: .5s
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px
}

.overlay a {
    padding: 12px;
    text-decoration: none;
    font-size: 32px;
    color: #818181;
    display: block
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px
}

.small-dialog {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
    box-sizing: border-box
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

article {
    width: 100%;
    padding: 30px 0;
    box-sizing: border-box
}

.content {
    margin: 50px 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.col {
    width: 47%
}

.col img {
    width: 100%;
    margin-bottom: 30px;
}

a.button {
    color: #fff;
    text-decoration: none;
}

.button{
    font-size: 14px;
    border: 1px solid #fff;
    padding: 7px 15px;
    margin: 20px 0;
    text-align: center;
    transition: 0.7s;
    background: #3e686e;
    color: #fff;
    font-weight: 400;
    display: inline-block;
}


/*//////////////////////////////DSA SECURE CSS////////////////////////*/
.dsa-secure-plugin {
    border-radius: 5px;
    position: relative
}

.dsa-secure-plugin .dsa-secure-image {
    width: 100%;
    height: 100%
}

.dsa-secure-plugin {
    font-size: 12px;
    line-height: 16px
}

.dsa-secure-plugin .dsa-buttons {
    width: 90%;
    margin: auto;
    text-align: center
}

.dsa-secure-plugin .dsa-buttons a:nth-of-type(2n) {
    margin-top: 10px
}

.dsa-secure-plugin .undercheck {
    background-color: #fff;
    color: #222 !important;
    border-radius: 5px;
    padding: 4px;
    margin: 8px 50% 16px;
    width: 202px;
    transform: translateX(-50%)
}

.dsa-secure-plugin .check-slide-content {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 90%;
    margin: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(-50%)
}

.dsa-secure-plugin .dsa-switch {
    position: relative;
    width: 60px;
    height: 34px;
    display: block
}

.dsa-secure-plugin .check-slide {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity .5s linear
}

.dsa-secure-plugin .dsa-secure-plugin input {
    display: none
}

.dsa-secure-plugin iframe {
    width: 100%
}

.dsa-secure-plugin .dsa-switch {
    margin-left: calc(50% - 30px)
}

.dsa-secure-plugin p,
.dsa-secure-plugin p {
    text-align: center;
    font-family: 'Montserrat';
    padding: 10px 0;
    display: block;
    margin: auto;
    font-weight: 700
}

.dsa-secure-plugin .check-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bg.png);
    color: #000
}

.dsa-secure-plugin .check-slide.hide {
    display: none
}

.dsa-secure-plugin a {
    font-size: 12px;
    text-align: center;
    font-family: 'Montserrat';
    display: block;
    margin: auto;
    width: calc(100% - 20px);
    max-width: 300px;
    background-color: #cc1417;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    color: #fff
}

.dsa-secure-plugin a:hover {
    background-color: #dd171b
}

.dsa-secure-plugin:hover .check-slide,
.dsa-secure-plugin .check-slide:hover {
    visibility: visible;
    opacity: 1;
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted #000
}

.dsa-secure-plugin .dsa-buttons a:hover {
    color: #fff !important
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext {
    font-size: 12px;
    visibility: hidden;
    width: 100%;
    max-width: 300px;
    background-color: #cc1417;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 0;
    margin-left: 0;
    opacity: 0;
    transition: opacity .3s
}

.dsa-secure-plugin .dsa-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent
}

.dsa-secure-plugin .dsa-tooltip:hover .tooltiptext,
.dsa-tooltip.active .tooltiptext {
    visibility: visible;
    opacity: 1
}

.dsa-secure-plugin .dsa-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #333;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin .dsa-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s
}

.dsa-secure-plugin input:checked+.dsa-slider {
    background-color: #cc1417
}

.dsa-secure-plugin input:focus+.dsa-slider {
    box-shadow: 0 0 1px #cc1417
}

.dsa-secure-plugin input:checked+.dsa-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px)
}

.dsa-secure-plugin .dsa-slider.round {
    border-radius: 34px
}

.dsa-secure-plugin .dsa-slider.round:before {
    border-radius: 50%
}

.dsa-cookie-notice-close:hover {
    background-color: #000
}

.dsa-cookie-notice {
    font-family: 'Montserrat';
    font-size: 14px;
    display: block;
    position: fixed;
    left: auto;
    right: 0;
    bottom: 50px;
    z-index: 99999 !important;
    background-color: #1c3134;
    margin: auto;
    width: 300px;
    text-align: center;
}

.dsa-cookie-notice a {
    color: #3d676d;
}

.dsa-cookie-notice .button {
    background: #3d676d;
    font-size: 14px;
    display: inline-block;
    margin: 5px 0;
    color: #fff;
}

.dsa-cookie-notice a:hover {
    color: #fff;
}

.dsa-cookie-notice.hide {
    display: none
}

.cookie-inner {
    padding: 25px
}

@media (max-width:900px) {

    .dsa-secure-plugin .check-slide,
    .dsa-secure-plugin .check-slide {
        visibility: visible;
        opacity: 1;
        visibility: visible;
        opacity: 1
    }
}

/*//////////////////////////////DSA SECURE CSS////////////////////////*/

@media screen and (max-width: 1024px){
    body, .button{
        font-size: 12px;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 700px){
    .col{
        width: 100%;
    }
}

@media screen and (max-height:450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px
    }
}</pre></body></html>