@font-face {
  font-family: 'h2h';
  src:  url('../fonts/h2h.eot?a8wlo6');
  src:  url('../fonts/h2h.eot?a8wlo6#iefix') format('embedded-opentype'),
    url('../fonts/h2h.ttf?a8wlo6') format('truetype'),
    url('../fonts/h2h.woff?a8wlo6') format('woff'),
    url('../fonts/h2h.svg?a8wlo6#h2h') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000000;
    line-height: 1.5;
}


::-moz-selection { 
    background: #BF004B; color: #ffffff; 
}

::selection {
    background: #BF004B; color: #ffffff;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    font-size: 100%;
    scroll-behavior: smooth;
    word-wrap: break-word;
}

/* --- Allgemeine Textstile --- */

h1{ 
    font-weight: 400;
    font-size: 3.5em;
    line-height: 1.2;
    margin: 0;
}

h2{
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.2;
    margin: 20px 0 0 0;
}

h3{
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.2;
    margin: 10px 0 0 0;
}

.berry{
    color: #BF004B;
}

p a:link,
p a:visited,
p a:hover,
p a:active{
    color: #BF004B;
    text-decoration: underline;
}

p.note{
    color: #BF004B;
    font-style: italic;
}

p.note b{
    color: #BF004B;
}

.author{
    color: #8F8F8F;
    display: block;
    padding-top: 5px;
}

.author sup{
    color: #8F8F8F;    
}

blockquote, blockquote p{
    color: #BF004B;
    font-size: 1.3em;
    line-height: 1.5;
    font-style: italic;
}

, blockquote:before, blockquote p:before{
    content:'»';
}

, blockquote:after, blockquote p:after{
    content:'«';
}

blockquote.noquote p:before{
    content:' ';
}

blockquote.noquote p:after{
    content:' ';
}

.quoteauthor{
    font-weight: 600;
    color: #BF004B;
}

figure{
    margin: 20px 0;
}

figcaption{
    font-size: 0.7em;
    font-style: italic;
}

figcaption.team{
    font-size: 0.8em;
    font-style: normal;
}

/* --- Allgemeine Elemente --- */

button.mainbutton{
    font-size: 1.25em;
    border: 2px solid #BF004B;
    background: none;
    color: #BF004B;
    padding: 5px 15px;
    margin-top: 15px;
    cursor: pointer;
    outline: none;
}

button:hover.mainbutton{
    background: #BF004B;
    color: #FFFFFF;
    transition: all 0.2s;
}

button.mainbutton.invert{
    border: 2px solid #ffffff;
    color: #ffffff;
    position: absolute;
    bottom: 0.5rem;
    margin-bottom: 10px;
}

button:hover.mainbutton.invert{
    background: #ffffff;
    color: #BF004B;
    transition: all 0.2s;
}

a.teilen-twitter{
    color: #BF004B;
    font-size: 1em;
    float: right;
    text-decoration: none;
    transition: all 0.2s;
}

a.teilen-twitter:before{
    content: 'h';
    font-family: 'h2h';
    color: #BF004B;
    font-size: 1.75em;
    position: relative;
    top: 5px;
    right: 6px;
    transition: all 0.2s;
}

a:hover.teilen-twitter:before,
a:hover.teilen-twitter{
    color: #1da1f2;
}

.social{
    color: #8F8F8F;
    font-style: italic;
    font-size: 1.1em;
    padding-top: 20px;
}

.social .youtube a,
.social .linkedin a{
    font-family: 'h2h';
    color: #000000;
    font-style: normal;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 1.5em;
}

.social .youtube a:hover{
    color: #FF0000;
}

.social .linkedin a:hover{
    color: #0a66c2;
}

.up{
    width: 50px;
    height: 50px;
    position: absolute;
    top: -55px;
    font-size: 1.25em;
    font-family: 'h2h';
    border: 2px solid #707070;
    background: #ffffff;
    color: #707070;
    outline: none;
    cursor: pointer;
    border-radius: 50px;
    transform: rotate(-90deg);
}

.up a{
    font-family: 'h2h';
    color: #707070;
    text-decoration: none;
}

.clear{
    clear: both;
}

/* --- MENÜ --- */

#menu{
    width: 700px;
    background-color: #BF004B;
    font-size: 1.75em;
    padding: 38px 0 20px 66px;
    position: fixed;
    z-index: 99;
}

#menu .menulogo a{
    font-size: 2.9em;
    font-family: 'h2h';
    color: #ffffff;
    padding-left: 65px;
    text-decoration: none;
}

#menu ul{
    padding-left: 63px;
}

#menu ul li{
    list-style: none;
    padding-bottom: 15px;
}

#menu ul li a{
    color: #ffffff;
    text-decoration: none;
    border-bottom: 10px solid #BF004B;
}

#menu ul li a:hover{
    border-bottom: 1px solid #FFFFFF;
    transition: all 0.2s;
}

#menubutton button{
    width: 70px;
    height: 70px;
    background-color: #BF004B;
    font-family: 'h2h';
    outline: none;
    cursor: pointer;
    border-radius: 35px;
    border: none;
    color: #ffffff;
    font-size: 1.5em;
    left: 40px;
    position: fixed;
    top: 60px;
    z-index: 100;
}

#menubutton.subpage button{
    background-color: #FFFFFF;
    color: #000000;
}

/* --- HEADER --- */

header{
    padding: 40px 0 20px;
}

header.berry{
    background-color: #BF004B;    
}

header .logo a{
    color: #000000;
    font-family: 'h2h';
    font-size: 5em;
    text-decoration: none;
}

header .logo.invert a{
    color: #ffffff;
}

/* --- ZWISCHENTITEL --- */

#intro{
    padding-bottom: 40px;
}

#intro.berry{
    background-color: #BF004B;
    background-image: url(../img/white-tile.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-position-x: 90%;
}

#intro p.subtitle{
    font-size: 1.75em;
    margin-top: 5px;
}

#intro.berry p{
    font-size: 1.25em;
    color: #ffffff !important;
    margin: 10px 0;
}

/* --- LETZTER BEITRAG --- */

#lastnews h2{
    font-size: 3em;
    margin: 0;
    line-height: 1;
}

#lastnews .lastnewsimg{
    margin: 0;
    padding: 0 2%;
    min-height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: center;
}

#lastnews .redelement{
    width: 70px;
    height: 20px;
    background-color: #BF004B;
    position: relative;
    bottom: -360px;
    left: -7%;
}

#lastnews .lastnewscontent{
    padding-top: 20px;
}

#lastnews .lastnewscontent .author{
    font-size: 1.25em;
}

#lastnews .lastnewscontent p{
    font-size: 1.25em;
    margin: 20px 0 0 0;
}

/* --- NEWS / LIST --- */

#news{
    padding: 70px 0 60px 0px;
}

#news .filter{
    color: #BF004B;
    font-size: 1.5em;
}

#news .btn{
    width: 100%;
    font-size: 1.25em;
    border: 2px solid #BF004B;
    background: none;
    color: #BF004B;
    text-align: left;
    outline: none;
    margin: 10px 0;
    cursor: pointer;
    background-repeat: no-repeat;
    transition: all 0.2s;
}

#news .btn:hover{
    background: #BF004B;
    color: #ffffff;
    background-repeat: no-repeat;
}

#news .btn.active{
    background: #BF004B;
    color: #ffffff;
}

#news .btn.blog{
    background-image: url(../img/blog.svg);
    background-size: 20px;
    background-position: right 9px top 9px;
}

#news .btn.blog:hover{
    background-image: url(../img/blog-white.svg);
}

#news .btn.podcast{
    background-image: url(../img/podcast.svg);
    background-size: 8px;
    background-position: right 13px top 8px;
}

#news .btn.podcast:hover{
    background-image: url(../img/podcast-white.svg);
}

#news .newscontainer a:link,
#list .newscontainer a:link{
    text-decoration: none;
}

#news .filterDiv{
    height: 440px;
    display: none;
}

#news .show{
    display: block;
}

#news .imgbox,
#list .imgbox{
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position-x: center;
    background-position-y: center;
}

#news .news-3,
#list .news-3{
    width: 23%;
    float: left;
    padding: 0 20px 20px 0;
    height: 510px;
}

#news .type,
#list .type{
    height: 37px;
    width: 45px;
    background-color: #BF004B;
    position: absolute;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center;    
}

#news .type.blue,
#list .type.blue{
    background-color: #003f97; 
}

#news .blog .type,
#list .blog .type{
    background-image: url(../img/blog-white.svg);
    background-size: 20px;
}

#news .podcast .type,
#list .podcast .type{
    background-image: url(../img/podcast-white.svg);
    background-size: 10px;
}

#news p,
#list p{
    margin: 5px 0 20px;
}

/* --- FOOTER --- */

footer{
    background-color: #FCFCFC;
    padding: 30px 0;
}

footer .logofooter a{
    font-family: 'h2h';
    font-size: 5em;
    text-align: center;
    display: block;
    padding-bottom: 30px;
    text-decoration: none;
}

footer .logo-lvg{
    height: 50px;
    margin: 0 auto;
    display: block;
}

footer .footernav{
    font-size: 1.25em;
}

footer .footernav ul{
    padding: 0;
}

footer .footernav ul li{
    padding-bottom: 10px;
    list-style: none;
}

footer .footernav ul li a{
    text-decoration: none;
    color: #000000;
    border-bottom: 5px solid #FCFCFC;
}

footer .footernav ul li a:hover{
    list-style: none;
    color: #BF004B;
    border-bottom: 1px solid #BF004B;
    transition: all 0.2s;
}

footer .nl-title{
    font-size: 1.1em;
    color: #000000;
    font-style: normal;
}

/* --- UNTERSEITEN --- */
/* --- Podcast/Blog --- */

.icons a{
    font-family: 'h2h';
    padding-right: 20px;
    text-decoration: none;
    transition: all 0.2s;
}

.icons.spotify{
    font-size: 3em;
}

.icons.deezer{
    font-size: 2em;
}

.icons.apple,
.icons.google,
.icons.podcastaddict{
    font-size: 2.8em;
}

.icons.spotify a:hover{
    color: #1db954;
}

.icons.deezer a:hover{
    color: #BF004B;
}

.icons.apple a:hover{
    color: #aa1dd3;
}

.icons.google a:hover{
    color: #BF004B;
}

.icons.podcastaddict a:hover{
    color: #fc7e0f;
}

#list h3{
    text-decoration: none;
    font-size: 1.5em;
}

#list .row{
    margin-bottom: 50px;
}

/* --- Beitragsseiten --- */

#newsimage .image{
    min-height: 450px;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
}

#newsimage .author{
    color: #BF004B;
    font-weight: 600;
    font-size: 1.3em;
}

#newsimage .author sup{
    color: #BF004B;
}

#newsimage .redelement{
    width: 70px;
    height: 20px;
    background-color: #BF004B;
    position: relative;
}

#content{
    margin: 40px 0;
    word-wrap: break-word;
}

#content ul{
    list-style: square;
}

#content ul li{
    color: #BF004B;
    font-weight: 600;
    padding: 3px 0;
}

#content img{
    width: 100%;
}

.audioplayer-podcast{
    background-color: #ae0a46;
    padding: 20px 30px 10px 30px;
    margin-top: -16px;
    border-radius: 0 0 8px 8px; 
}

.audioplayer-podcast .audioplayer-icon{
    position: relative;
    display: inline-block;
}

.audioplayer-podcast .audioplayer-icon a{
    color: #FFFFFF;
    font-family: 'h2h';
    font-size: 1.3em;
    padding-right: 40px;    
}

.audioplayer-podcast .audioplayer-icon a:link,
.audioplayer-podcast .audioplayer-icon a:visited,
.audioplayer-podcast .audioplayer-icon a:hover,
.audioplayer-podcast .audioplayer-icon a:active{
    text-decoration: none;    
}

.audioplayer-podcast .audioplayer-icon.deezer a{
    font-size: 1.1em;  
}

.tooltiptext{
    position: absolute;
    background: #383838;
    color: white;
    padding: 4px 9px;
    bottom: 35px;
    border-radius: 16px;
    white-space: nowrap;
    visibility: hidden;
}

.tooltiptext.spotify{
    right: 20px;
}

.tooltiptext.deezer{
    right: 23px;
}

.tooltiptext.applepodcast{
    right: 0px;
}

.tooltiptext.googlepodcast{
    right: -10px;
}

.tooltiptext.podcastaddict{
    right: -10px;
}

.audioplayer-podcast .audioplayer-icon:hover .tooltiptext{
    visibility: visible;
}

sup{
    color: #BF004B;
}

table {
    text-align: left;
    border-spacing: inherit;
}

th{
    font-size: 1.2em;
    background-color: #BF004B;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 5px 5px 5px 20px;
}

@media only screen and (max-width: 93em) { /* ~1500px */ 
    
    #news .news-3{
        width: 30%;
    }
}

@media only screen and (max-width: 75em) { /* ~1200px */ 

    h1{
        font-size: 2em;
    }   
    
    h2{
        font-size: 1.5em;
    }   
    
    h3{
        font-size: 1.8em;
    }

    #up{    
        position: fixed;
        z-index: 300;
        bottom: -20px;
        height: 52px;
        width: 52px;
        right: 10px;
    }

    blockquote p{
        color: #BF004B;
        font-size: 1.3em;
        margin: 10px 0 0 0;
        line-height: 1.5;
    }

    #menu-sm{
        background-color: #BF004B;
        width: 100%;
        height: 70px;
        position: fixed;
        z-index: 200;
        top: 0;
    }   

    #menu-sm .logo a{
        color: #ffffff;
        font-family: 'h2h';
        font-size: 3em;
        text-decoration: none;
        text-align: center;
        display: block;
    }

    #menu-sm .menubutton button{
        width: 70px;
        height: 70px;
        background-color: #BF004B;
        font-family: 'h2h';
        outline: none;
        cursor: pointer;
        border-radius: 35px;
        border: none;
        color: #ffffff;
        font-size: 1.5em;
    }

    #menu-sm-slide{    
        width: 230px;
        background-color: #BF004B;
        font-size: 1.75em;
        padding: 28px 0 20px 0px;
        position: fixed;
        z-index: 99;
        height: 100%;
    }

    #menu-sm-slide ul{
        padding-left: 29px;
    }

    #menu-sm-slide ul li{
        list-style: none;
    }

    #menu-sm-slide ul li a{
        color: #ffffff;
        text-decoration: none;
    }
    
    #menu-sm-slide ul li a.menu-sm-icon{
        font-family: 'h2h';
        color: #FFFFFF;
    }

    #intro{
        margin-top: 70px;
        padding: 20px 0 10px 0;
        background-image: none;
    }

    #intro button {
        position: static;
        margin: 0;
    }

    #lastnews .lastnewsimg{
        min-height: 250px;
    }
    
    #lastnews h2{
        font-size: 2.5em;
    }

    #news #myBtnContainer{
        margin-bottom: 20px;
    }

    #news .filterDiv{
        height: 440px;
    }

    #news .news-3,
    #list .news-3{
        width: 100%;
        padding: 0 0 20px 0;
    }

    #news p{
        margin: 5px 0 20px;
    }

    #newstitle{
        margin-top: 60px;
    }

    #newstitle h1{
        font-size: 2.5em;
    }

    #newsimage .image{
        width: 96%;
        min-height: 150px;
        margin: 0 2%;
    } 
    
    a.teilen-twitter{
        float: left;
        padding-left: 5px;
    }
    
    #content{
        margin: 20px 0;
    }
    
    footer{
        text-align: center;
    }
    
    footer .nl{
        text-align: left;
    }
}
