﻿br.mobileonly {
    display: inline;
}

#stage {
    width: 100%;
    min-width: 640px;
}

#header {
    height: 142px;
}

#purinaheader {
    background-image: url(images_mobile/purina_header.png);
}

#felixheaderImg {
    height: 84px;
    width: 221px;
    background-image: url(images_mobile/felix_header.png);
    background-repeat: no-repeat;
    position:relative;
    top:12px;
    left: 221px;
}

#menuoption {
    position: absolute;
    top: 27px;
    margin-left: 32px;
    background-image: url(images_mobile/menu.png);
    width: 51px;
    height: 39px;
    background-repeat: no-repeat;
    z-index: 501;
    cursor: pointer;
}

.menuopen {
    width: 47%;
    background-color:rgba(255,255,255,0.8);
    position: absolute;
    z-index: 500;
    display: none;
}

.menuopen li {
    padding: 20px 0px 20px 30px;
    border-bottom: 1px dashed #cfcfcf;
    font-size: 1.3em;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
}

.menuopen li a {
    color: #5e5e5d;
    text-decoration: none;
}

.menuopen li:first-child {
    margin-top: 85px;
}

.menuopen li:last-child {
    border-bottom: none;
}

#twittershare {
    display: none;
}

#facebookshare {
    display: none;
}

#footermenu {
    display: none;
}


#mapcontainer {
    width: 100%;
    position: relative;
}

#map {
    width: 100%;
    height: 638px;
}

.errorcontainer {
    height: 480px;
    padding-top: 304px;
}

.errorcontainer p {
    font-size: 22px;
    line-height: 26px;
}

#closenodataerror {
    background-image: url("images_mobile/nodata_close.png");
    height: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 228px;
}

#closetechnicalerror {
    background-image: url(images_mobile/tech_error_close.png);
    width: 79px;
    height: 92px;
    position: absolute;
    top: 25px;
    right: 25px;
}


#details {
    width: 100%;
    height: 1460px;
}

/* Cat teaser */
#catofthedayteaser {
    width: 50%;
    height: 560px;
    overflow: hidden;
    z-index: 300;
    position: relative;
    float: left;
}

#catGallery {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 0;
    width: auto;
    overflow: hidden;
}

    #catGallery li {
    }

.catImage {
    width: 260px;
    height: 260px;
    margin-top: 20px;
}

.prevArrow {
    display: none;
}

.nextArrow {
    display: none;
}

.catHeader {
    text-align: center;
    display: block;
    padding-top: 30px;
}

hr {
    border: dashed 1px;
    border-top: none;
    width: 297px;
    margin-top: 22px;
    margin-bottom: 10px;
    color: white;
}

.catOfTheDayImg {
    background-image: url(images_mobile/katze_des_tages.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 83px;
}

.catProfileImg {
    background-image: url(images_mobile/katzenprofil.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 83px;
}

.catName {
    margin-top: 30px;
    font-family: Raleway-Light;
    letter-spacing: 1px;
    font-size: 24px;
    font-weight: bold;
    color: white;
}

.catDesc {
    height: auto;
    font-family: Raleway-Light;
    letter-spacing: 1px;
    font-size: 18px;
    color: white;
    padding-top: 3px;
}

/*Cat profile*/
#catprofile {
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: 0.9em;
    color: #5e5e5d;
    line-height: normal;
    width: 100%;
    z-index: 280;
    background-color: white;
    position: relative;
    overflow: hidden;
}

#catprofileoverview {
    width: 640px;
    position: relative;
}

#catprofileoverview .tothemap {
    background-image: url('images_mobile/to_the_map.png');
    width: 79px;
    height: 97px;
    position: absolute;
    right: 50px;
    cursor: pointer;
}

#catprofileoverview .header {
    background-image: url('images_mobile/cat_profile_header.png');
    width: 253px;
    height: 101px;
    position: relative;
    margin: 0 auto;
}

#catprofileoverview .catpaw {
    display: none;
}


#catprofileoverview .navleft {
    background-image: url("images_mobile/cat_profile_arrow_left.png");
    width: 32px;
    height: 50px;
    position: absolute;
    left: 30px;
    top: 300px;
    cursor: pointer;
    display: none;
}

#catprofileoverview .navright {
    background-image: url("images_mobile/cat_profile_arrow_right.png");
    width: 32px;
    height: 50px;
    position: absolute;
    left: 580px;
    top: 300px;
    cursor: pointer;
    display: none;
}


.navbullets {
    position: absolute;
    margin-top: 430px;
    margin-left: 97px;
    width: 445px;
    text-align: center;
}

.navbullets a {
    font-size: 50px;
    text-decoration: none;
    color: #c6c7c6;
    cursor: default;
}

.navbullets a.active {
    color: #8e8f8e;
}


.catprofileImage {
    width: 170px;
    height: 250px;
}

.catprofilewrap {
    float: left;
    width: 724px;
    margin-top: 15px;
}

#catprofilegallery {
    height: 400px;
    clear: both;
}

#catprofilegallery ul {
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 0;
    overflow: hidden;
    margin-top: 30px;
    margin-left: 97px;
    position: absolute;
    width: 445px;
    height: 400px;
}

#catprofilegallery ul li {
    width: 445px;
    float: left;
}

#catprofilegallery ul li div {
    position: relative;
    width: 445px;
}

#catprofilegallery ul li img {
    width: 445px;
}


#catprofiledescription {
    margin-top: 60px;
    margin-left: 30px;
    height: auto;
    padding: 20px 50px 20px 0px;
}

#catprofiledescription h1 {
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: 32px;
    padding-bottom: 20px;
    color: #dc6085;
    font-weight: bold;
}

#catprofiledescription h2 {
    font-weight: bold;
    padding-top: 20px;
    font-size: 21px;
}

#catprofiledescription p {
    font-size: 20px;
}

#catprofiledescription p strong {
    font-weight: bold;
}

#catprofiledescription p.catprofiledescriptiontext {
    padding-bottom: 20px;
}

#catprofilecattistik p span {
    float: right;
    font-weight: bold;
    font-size: 20px;
}

.catprofilecattistiktext {
    padding: 20px;
}

.catprofilecattistiktext p {
    padding: 3px 0px;
    font-size: 20px;
}

#catprofilecharts {
    overflow: hidden;
}

#catprofilecharts .columchart_top {
    font-size: 14px;
    position: absolute;
    margin-left: 65px;
    z-index: 999;
    color: #5e5e5d;
    font-weight: bold;
}

#catprofilecharts .piechart_top {
    font-size: 14px;
    position: absolute;
    margin-left: 423px;
    z-index: 999;
    color: #00c0ad;
    font-weight: bold;
}


#catprofilecharts .piechart_bottom {
    font-size: 14px;
    position: absolute;
    margin-left: 432px;
    margin-top: 230px;
    z-index: 999;
    color: #ff9214;
    font-weight: bold;
}


#columnchart {
    width: 310px;
    height: 300px;
    float: left;
    margin-left: 20px;
    margin-top: -45px;
}

#piechart {
    width: 280px;
    height: 190px;
    float: left;
    margin: 30px 20px 25px 10px;
}

#catprofilebadge {
    width: 640px;
    height: 165px;
    left: 0;
    position: relative;
    padding-top: 25px;
    overflow: hidden;
}

#catprofilebadge .navleft {
    background-image: url("images_mobile/cat_profile_arrow_left.png");
    width: 32px;
    height: 50px;
    position: absolute;
    left: 30px;
    top: 54px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

#catprofilebadge .navright {
    background-image: url("images_mobile/cat_profile_arrow_right.png");
    width: 32px;
    height: 50px;
    position: absolute;
    left: 580px;
    top: 54px;
    z-index: 999;
    cursor: pointer;
    display: none;
}

#catprofilebadge ul {
    overflow: hidden;
    height: 156px;
    position: absolute;
    margin-left: 110px;
}

#catprofilebadge ul li {
    width: 120px;
    float: left;
    margin: 0px 10px;
    text-align: center;
    position: relative;
}

#catprofilebadge .badgedate {
    font-size: 0.8em;
}

#catprofilecattistik {
    width: 640px;
    position: relative;
    float: right;
    margin-top: 15px;
}

#catprofilecattistik .header {
    background-image: url('images_mobile/cat_profile_catistik_header.png');
    height: 109px;
    width: 197px;
    margin: 0 auto;
}

/* ################## */

#catisticteaser {
    width: 50%;
    height: 560px;
    z-index: 300;
    position: relative;
    float: right;
}

  #catisticteaser .header {
        background-image:url("images_mobile/katzistikteaser_header.png");
        width:189px;
        height:109px;
        margin-top:25px;
        margin-bottom:22px;
    }

    #catisticteaser .navleft, #catisticteaser .navright {
       display:none;
    }

    #catisticteaser ul li {
        height:328px; 
        margin-top:77px; 
    }

    #catisticteaser ul li.katistic1 {
        height:380px; 
        margin-top:25px;
    }

    #catisticteaser ul li > div {
        height: 197px;
        font-size: 50px;
        padding-top:50px;
    }

     #catisticteaser ul li.katistic1 > div {
        height: 275px;
        padding-top:25px;
    }

    #catisticteaser ul li span {
        font-size: 24px;
    }

    #catisticteaser ul li span.annotation {
        font-size: 18px;
        margin-top:4px;
    }

    #catisticteaser .katistic1 {
        background-image:url("images_mobile/katzistikteaser_1.png");
    }

        #catisticteaser .katistic1 > div > span {
                display: block;
                font-family: Raleway-semiBold;
                letter-spacing: 1px;
                font-size: 50px;
                width:100%;
                text-align:center;
        }

            #catisticteaser .katistic1 > div > span:first-child {
                margin-top:15px;
            }
            #catisticteaser .katistic1 > div > span:last-child {
                margin-top:110px;
            }

    #catisticteaser .katistic2 {
        background-image: url("images_mobile/katzistikteaser_2.png");
    }
    #catisticteaser .katistic3 {
        background-image: url("images_mobile/katzistikteaser_3.png");
    }
    #catisticteaser .katistic4 {
        background-image: url("images_mobile/katzistikteaser_4.png");
    }
    #catisticteaser .katistic5 {
        background-image: url("images_mobile/katzistikteaser_5.png");
    }
    #catisticteaser .katistic6 {
        background-image: url("images_mobile/katzistikteaser_6.png");
    }

.catfilteropen {
    width: 100%;
    height: 68px;
    background-image: url(images_mobile/cat_filter_open.png);
    background-position: center;
    margin-bottom: 10px;
}

.catTitle {
    color: #808080;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: 16px;
    margin-bottom: 5px;
    width: 93px;
    text-align: center;
}

.catfilterclose {
    background-image: url(images_mobile/catfilter_close.png);
    width: 425px;
    height: 70px;
    left: 20%;
    top: 0;
    display: none;
}

#catfilterclosemobile {
    background-image: url(images_mobile/catfilter_close.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 68px;
}


#catfiltertransparent {
    position: static;
}

#catfilter p {
    color: #808080;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 20px;
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

#catgalleryfilterheader {
    background-image: url(images_mobile/catfilter_header.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 51px;
    margin-top: 30px;
    margin-bottom: 25px;
}

.catpicture {
    width: 93px;
    height: 93px;
    margin-bottom: 5px;
    margin-top: 17px;
}

#catgalleryfilter div.checked {
    background-image: url(images_mobile/catfilter_check.png);
    width: 32px;
    height: 28px;
    float: right;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

#catgalleryfilter ul {
    width: 610px;
    margin: 0 auto;
}

#catgalleryfilter li {
    display: inline-block;
    text-align: center;
    width: 112px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 15px;
    position: relative;
}


/* Timebeam */


#timebeam {
    width: 100%;
    height: 310px;
    position: relative;
}

#timebeamfilter {
    width: 100%;
    text-align: center;
}

#timebeamimgtop {
    background-image: url(images_mobile/timebeam_titel_mobile.png);
    margin-left: auto;
    margin-right: auto;
    margin-top: 31px;
    width: 232px;
    height: 52px;
}

.timebeamimg {
    margin-top: 32px;
    margin-left: 2.0em;
    margin-right: 2.0em;
}


#timebeamopen {
    background-image: url(images_mobile/timebeam_open.png);
    width: 348px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.timebeamclose {
    background-image: url(images_mobile/timebeam_close_mobile.png);
    width: 348px;
    height: 68px;
    margin-left: auto;
    margin-right: auto;
}

/* ################## */

#badgeteaser {
    width: 100%;
    height: 640px;
    background-color:white;
    border-bottom: 1px dashed #cfcfcf;
}

#ownerteaserinfo {
    width: 100%;
    height: 430px;
    background-color: blueviolet;
}

#infoteaser {
    height: 240px;
    width: 50%;
    background-color: burlywood;
    float: left;
    position: relative;
}

#dailyinfoteaser {
    height: 240px;
    width: 50%;
    background-color: azure;
    float: right;
    position: relative;
}

#magazinteaser {
    width: 100%;
    height: 57%;
    background-color: lavender;
    position: relative;
}

#startteaser {
    background-image: url(images_mobile/startteaser.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #ffffff;
}

.teaserclose {
    height: 100%;
    width: 100%;
}

#footer {
    position: relative;
    width: 100%;
    height: 530px;
}

#footerimage {
    background-image: url(images_mobile/footerlogo.png);
    background-repeat: no-repeat;
    width: 537px;
    height: 277px;
    margin: auto;
    position: relative;
}



#bannergo {
    margin: auto;
    width: 210px;
    height: 60px;
    background-image: url(images_mobile/banner_go.png);
}



.footerdelimiter {
    background-image: url(images_mobile/footer_delimiter.png);
    width: 100%;
    height: 1px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    clear: both;
}

#bottomdelimiter {
    margin-bottom: 10px;
}

#footerdelimitertop {
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
}

#facebookfooter {
    position: relative;
    float: left;
    width: 50%;
    z-index: 5000;
}




.facebooklink {
    background-image: url(images_mobile/facebook_footer.png);
    width: 61px;
    height: 61px;
    float: right;
    margin-right: 9px;
}


#twitterfooter {
    position: relative;
    float: right;
    width: 50%;
    z-index: 5000;
}

.twitterlink {
    background-image: url(images_mobile/twitter_footer.png);
    width: 61px;
    height: 61px;
    margin-left: 9px;
    float: left;
}

#footertextmobil {
    color: #868685;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: small;
    position: relative;
    margin-top: 30px;
    text-align: center;
    height: 30px;
    display:block;
}

/* Steckbrief */

#catCharacteristics {
    background-image: url(images_mobile/steckbrief.png);
    background-repeat:no-repeat;
    opacity:0.9;
    z-index:500;
    width:350px;
    height:300px;
    display:block;
    text-align:center;
    position:relative;
}

.catNameCharacteristics {
    color: #656666;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: 24px;
    position:absolute;
    width:100%;
    top:84px;
}

.catDescCharacteristics {
    color: #656666;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: 16px;
    position:absolute;
    top:180px;
    height:55px;
    width:90%;
    text-align:left;
    margin-left:15px;
    margin-right:15px;
}

.catBadgesCharacteristics {
    position:absolute;
    top:121px;
    height:40px;
    margin-left:25px;
    margin-right:15px;
    overflow: hidden;
}

.catBadgesCharacteristics .badgetitle,
.catBadgesCharacteristics .badgedate {
    display: none;
}

.catBadgesCharacteristics li {
    float:left;
    margin: 0px 5px;
    position: relative;
    width: 40px;
}

#catBadges .navleft {
    background-image: url("images_desktop/cat_profile_arrow_left.png");
    width: 15px;
    height: 25px;
    position: absolute;
    left: 20px;
    top: 128px;
    cursor: pointer;
    z-index: 999;
    display: none;
}

#catBadges .navright {
    background-image: url("images_desktop/cat_profile_arrow_right.png");
    width: 15px;
    height: 25px;
    position: absolute;
    left: 315px;
    top: 128px;
    cursor: pointer;
    z-index: 999;
    display: none;
}

.goToProfile {
    background-image: url(images_mobile/profilAufrufen.png);
    background-repeat:no-repeat;
    position:absolute;
    top:240px;
    left:100px;
    width:154px;
    height:29px;
    cursor:pointer;
}

/* Article page */
#articlepage {
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: 0.9em;
    color: #5e5e5d;
    line-height: 20px;
    width: 100%;
    position: relative;
    z-index: 280;
    background-color: white;
    border-top: 1px dashed #cfcfcf;
    overflow: hidden;
}

#articlepageoverview {
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    width: 640px;
    height: 100%;
    position: relative;
    left: 0;
    border: 1px dashed #cfcfcf;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding-bottom: 25px;
}

#articlepageoverview .tothemap {
    background-image: url('images_desktop/to_the_map.png');
    width: 90px;
    height: 39px;
    position: absolute;
    top: 18px;
    left: 22px;
    cursor: pointer;
    z-index: 1;
}

#articlepageoverview .header {
    background-image: url(images_desktop/header_magazine.png);
    width: 461px;
    height: 115px;
    position: absolute;
    left: 125px;
    top: 18px;
}

#articlepageoverview .content {
    position: relative;
    padding: 160px 25px 25px 25px;
    border-bottom: 1px dashed #cfcfcf
}

#articlepageoverview h1 {
   font-size: x-large;
   padding-bottom: 20px;
   color: #c0272d;
   font-weight: bold;
   font-family:Raleway-SemiBold;
   letter-spacing: 1px;
}


#articlepageoverview .articlecontent {
    margin-bottom: 15px;
    font-size: small;
    color: #7a7a7a;
    text-align: left;
    font-family:Raleway-Light;
}

#articlepageoverview .articlecontent u{
    text-decoration:underline;
}

#articlepageoverview .articlecontent strong, #articlepageoverview .articlecontent b{
    font-weight:bold;
}

#articlepageoverview .articlecontent i, #articlepageoverview .articlecontent em{
    font-style:italic;
}

#articlepageoverview .articlecontent ul{
    margin-left:30pt;
    list-style:disc;
}

#articlepageoverview p.author {
    font-weight: bold;
    margin-top: 25px;
    color: #7a7a7a;
    margin-bottom: 15px;
    font-size: small;
    text-align: left;
    font-family:Raleway-Light;
}

.topimage {
    overflow: hidden;
}

.topimage img {
    width: 100%; 
}

#articlepageoverview .content .topimage {
    margin: 0px -25px 25px -25px;
    overflow: hidden;
}
#articlepageoverview .content .topimage img {
    width: 100%; 
}

#articlepageoverview .content .rightimage {
    background: lightgray;
    height: 250px;
    width: 250px;
    overflow: hidden;
    float: right;
    margin: 55px 0px 25px 25px;
}
#articlepageoverview .content .rightimage img {
    width: 100%;  
}

#articlepageoverview .sharearticle, .sharearticle {
    background-image: url(images_desktop/share_article_button.png);
    height: 32px;
    width: 32px;
    right: 25px;
    position: absolute;
    cursor: pointer;
}

#articlepagesidebar {
    position: relative;
    float: right;
    height: 640px;
}

#articlepagesidebar .badgeslider {
    background-image: url(images_mobile/header_abzeichen_mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
    width:215px;
    height:109px;
    
}

#articlepagesidebar .infobadge {
    background-image: url(images_mobile/info_icon_mobile.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#articlepagesidebar .infobadge p {
    padding: 70px 20px 20px 20px;
    text-align: center;
}

#articlepagesidebar .timebadge {
    background-image: url(images_mobile/time_icon_mobile.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    color: #5e5e5d;
}

#articlepagesidebar .timebadge ul {
    padding: 50px 20px 10px 20px;
}

#articlepagesidebar .timebadge li {
    text-align: center;
}

#articlepagesidebar .timebadge li:first-child {
    padding-top: 30px;
}

#articlepagesidebar .timebadge li:last-child:after {
    content: '';
}

.articlepagewrap {
    float: left;
    width: 724px;
}

.badgeslider {
    background-image: url("images_mobile/header_abzeichen_mobile.png");
    background-repeat: no-repeat;
    height: 109px;
    width:215px;
    margin-left: auto;
    margin-right: auto;
 }


.infobadge {
    background-image: url("images_mobile/info_icon_mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 75px;
    margin-left: 0;
    margin-top: 325px;
    text-align: center;
    width: 50%;
    float:left;
    display:none;
}

#badgeteaser .infobadge p, #articlepagesidebar .infobadge p {
    padding: 100px 20px 20px;
}
#badgeteaser p, #articlepagesidebar p {
    color: #5e5e5d;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: large;
    line-height: 25px;
    margin-bottom: 2px;
    margin-top: 2px;
   
}
.infobadge p {
    text-align: center;
}

#badgeteaser .timebadge {
    background-position: center 8px;
}
.timebadge {
    background-image: url("images_mobile/time_icon_mobile.png");
    background-repeat: no-repeat;
    background-position: center center;
    color: #5e5e5d;
    width:50%;
    display: block;
    text-align: center;
    margin-right: 0;
    float:right;
    margin-top:305px;

}

#badgeteaser .timebadge ul, #articlepagesidebar .timebadge ul {
    padding: 120px 20px 10px;
}

#badgeteaser .timebadge ul li:not(:first-child), #articlepagesidebar .timebadge ul li:not(:first-child){
    display:none;
}


.badgeslider .navleft {
    background-image: url("images_mobile/cat_profile_arrow_left.png");
    cursor: pointer;
    height: 50px;
    left: 32px;
    position: absolute;
    top: 212px;
    width: 32px;
}

.badgeslider .navright {
    background-image: url("images_mobile/cat_profile_arrow_right.png");
    cursor: pointer;
    height: 50px;
    right: 32px;
    position: absolute;
    top: 212px;
    width: 32px;
}


.badgeslider ul {
    height: 280px;
    margin-top: 135px;
    overflow: hidden;
    position: absolute;
}

#badgeteaser .badgeslider{
    margin-top:28px;
}

#badgeteaser .badgeslider ul p, #articlepagesidebar .badgeslider ul p{
    font-family:Raleway-Regular;
    font-size:x-large;
}

.badgeslider li {
    height: 280px;
    text-align: center;
    width: 200px;
}

.badgeslider .badgeImage{
    display: block;
    height: 200px;
    width: 200px;
    margin-bottom:32px;
}

.badgeslider .navbulletsbadges{
    display:none;
}

.catbuddy{
    background-image:url(images_mobile/badges/teaser/Catbuddy_gold.png);
}

.dauerschlaefer{
     background-image:url(images_mobile/badges/teaser/Dauerschlaefer_gold.png);
}

.dauerlaeufer{
    background-image:url(images_mobile/badges/teaser/Dauerlaeufer_gold.png);
}

.globetrotter{
    background-image:url(images_mobile/badges/teaser/Globetrotter_gold.png);
}
.streuner{
    background-image:url(images_mobile/badges/teaser/Streuner_gold.png);
}

.stubentiger{
    background-image:url(images_mobile/badges/teaser/Stubentiger_gold.png);
}


#magazineheader {
    background-image: url("images_mobile/magazine_header_mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 106px;
    padding-top: 60px;
    width: 442px;
    margin-left: auto;
    margin-right: auto;
}

#newsfeedteaser {
    padding-bottom: 25px;
    position: absolute;
    width:640px;
    height:665px;
}

.magazineteaser {
    left: 0;
    padding-top: 30px;
    border-bottom: 1px dashed #cfcfcf;
    padding-bottom:10px;
}

#articlepagenewsfeedteaser{
    position:relative;
}


#articlepagenewsfeedteaser .navleft {
    background-image: url("images_mobile/cat_profile_arrow_left.png");
    cursor: pointer;
    height: 50px;
    left: 32px;
    position: absolute;
    top:110px;
    width: 32px;
}

#articlepagenewsfeedteaser .navright {
    background-image: url("images_mobile/cat_profile_arrow_right.png");
    cursor: pointer;
    height: 50px;
    right: 32px;
    position: absolute;
    top: 110px;
    width: 32px;
}


.magazineteaser ul {
    height: 210px;
    overflow: hidden;
    padding-left: 75px;
    padding-right: 75px;
    width: 490px;
}

.magazineItem {
    float: left;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    height: 210px;
    list-style-type: none;
    margin-left: 20px;
    padding-left: 10px;
    position: relative;
    text-align: justify;
    width: 225px;
}

.magazineItem h1 {
    color: #c0272d;
    font-family: Raleway-SemiBold;
    letter-spacing: 1px;
    font-size: x-large;
    font-weight: bold;
    width: 215px;
    padding-bottom: 0px !important;
    line-height: 26px;

}

.magazineItem .shortcontent {
    color: #cfcfcf;
    font-size: 14px;
    height: 100px;
    margin-top: 25px;
    width: 100%;
    overflow:hidden;
}

.magazineItem div.readon {
    color: #5d5e5e;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    right: 10px;
    margin-bottom: 10px;
    position: absolute;
    top: 190px;
    float: right;
}

#smallcontent h1 {
    color: #c0272d;
    font-family: Raleway-SemiBold;
    letter-spacing: 1px;
    font-size: xx-large;
    font-weight: bold;
    padding-bottom: 20px;
    margin-top:40px;
    padding-left:30px;
}

#smallcontent p {
    color: #7a7a7a;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: medium;
    margin-bottom: 15px;
    text-align: left;
    padding-left:30px;
    float:left;
}

#smallcontent .readall{
    color: #5d5e5e;
    cursor: pointer;
    font-size: medium;
    font-weight: bold;
    position: relative;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    float: right;
    margin-right: 35px;
}

#smallcontent .sharearticle{
    background-image: url("images_mobile/share_main_mobile.png");
    bottom: 59px;
    height: 88px;
    left: 50%;
    right: auto;
    width: 61px;
}

#smallcontent .shorttextmagazin{
    float:left;
    color: #7a7a7a;
    font-family: Raleway-Regular;
    letter-spacing: 1px;
    font-size: large;
    margin-bottom: 15px;
    text-align: left;
    padding-left:30px;
    line-height: 20px;
}




