html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: 'VAG-Rounded';
    src: url('../font/vag-rounded.eot');
    src: url('../font/vag-rounded.eot?#iefix') format('embedded-opentype'), 
        url('../font/vag-rounded.woff') format('woff'), 
        url('../font/vag-rounded.ttf') format('truetype'),
        url('../font/vag-rounded.svg#vagrounded_btregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    color: #222;
    background: #EAEAEA;
    font: 14px 'VAG-Rounded', sans-serif;
}
.wrapper {
    width: 990px;
    margin: auto;
    text-align: left;
    clear: left;
    position: relative;
}   
.info-aside {
    position: absolute;
    top: 0;
    right: -160px;
    width: 160px;
    height: 600px;
    border-radius: 10px;
}
a {
    color: #616161;
    text-decoration: none;
}
a:hover {
    color: #616161;
    text-decoration: underline;
}
input[type=text],
input[type=file] {
    border: 1px solid #999;
    padding: 5px;
    font-family: 'VAG-Rounded', sans-serif;
}
input[type=text]:hover,
input[type=text]:focus {
    border-color: #222;
}
input[type=submit] {
    border: 1px solid #999;
    padding: 4px 5px;
    cursor: pointer;
    font-family: 'VAG-Rounded', sans-serif;
}
input[type=submit]:hover {
    color: #fff;
    background: #999;
}
small {
    font-family: Arial;
    font-size: 10px;
}
#header {
    background: url('../images/header_bg.1234.png');
    background-repeat: repeat-x;
    height: 70px;
}
#logo {
    float: left;
    padding-top: 5px;
}
#header_meta {
    float: right;
    line-height: 30px;
    margin-right: 30px;
    font-size: 11px;
    font-weight: normal;
}
#header_meta a {
    color: #666;
}
#header_menu {
    float: right;
    margin-top: 0;
    margin-right: 20px;
}
#header_menu ul {
    height: 40px;
    line-height: 40px;
    list-style-type: none;
}
#header_menu ul li {
    float: left;
    margin-right: 1px;
    font-size: 16px;
}
#header_menu ul li a {
    color: #ececec;
    display: block;
    padding: 0 20px;
    text-decoration: none;
    background: #999;
    border-radius: 8px 8px 0 0;
}
#header_menu ul li a:hover {
    color: #666;
    background: #999;
}
#header_menu ul li a.current {
    color: #616161;
    background: #C9C9C9;
}
.menu-item-home {
    display: none;
}
#home_main {
    width: 740px;
    float: left;
    margin-top: -120px;
}
#home_main .postlist {} 
#main {
    width: 740px;
    float: left;
    position: relative;
    margin-top: -120px;
}
#content {
    background-image: url('../images/main_bg.1234.png');
    background-repeat: repeat-x;
    min-height: 550px;
}
.welcome {
    /*    background: url('../images/welcome.1234.png');*/
    position: relative;
    background-repeat: no-repeat;
    height: 170px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    color: #ECECEC;
}
.welcome .img {
    position: absolute;
    z-index: 0;
}
.welcome .text {
    position: absolute;
    padding-left: 30px;
    z-index: 10;    
}
.welcome .title {
    color: #616161;
    font-size: 30px;
    padding: 50px 0 10px;
}
.welcome .title span {
    color: #ffb027;
}
.welcome .desc {
    color: #616161;
    font-size: 18px;
}
#sidebar {
    width: 230px;
    padding-top: 20px;
    float: left;
    display: inline;
}
#sidebar.sidebar-enabled {
    position: absolute;
    top: 130px;
    left: 0;
    padding: 10px;
    background: #eee;
    z-index: 1000;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 0 10px 0 #000;
}
.post {
    margin-bottom: 20px;
}
.post .data {
    background: url(../images/data_bg.1234.png) repeat-y;
    color: #616161;
    padding: 10px 30px;
}
.post .data-ads {
    background: url(../images/data_bg.1234.png) repeat-y;
    color: #616161;
    padding: 10px 6px;
    text-align:center;
}
.post .pagedata {
    background: url(../images/data_bg.1234.png) repeat-y;
    color: #616161;
    padding: 10px 30px;
}
.pagedata p {
    margin-top: 20px;
}
.pagedata #respond .comment_info {
    font-family: Arial;
    font-size: 10px;
    width: 460px;
    padding-top: 10px;
    padding-bottom: 5px;
}
#respond {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #ccc;
}
#comment {
    width: 100%;
    height: 80px;
    font-family: 'VAG-Rounded', sans-serif;
}
#commentform {}

.pagedata .content,
.pagedata .jokedesc {
    padding-bottom: 30px;
}
.pagedata .jokedesc {
    padding-top: 10px;
    font-size: 160%;
}
.pagedata .betterrelated {
    border-top: 1px solid #EBEBEB;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style-type: disc;
}
.pagedata .betterrelated ol {
    list-style-type: square;
    padding-left: 20px;
    font-size: 13px;
}
.pagedata .fullimage {
    margin-bottom: 20px;
    max-width: 680px;
    overflow: hidden;
}
.pagedata .fullimage img {
    max-width: 100%;
}
.pagedata a {
    color: #f2ac3a;
}
.pagedata a:hover {} .post .headline h1 {
    font-size: 30px;
    margin-bottom: 10px;
}
.post .headline h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.post .joke {
    font-size: 120%;
}
.post .image_text {
    margin-top: 10px;
}
.post .image_text_oly {
    position: relative;
    z-index: 30;
    margin-top: -35px;
}
.post .image_frame {
    position: relative;
    z-index: 10;
}
.post .image_frame .oly {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 45px;
    background: #fff;
    z-index: 20;
}
.post .source {
    margin-bottom: 10px;
    text-align: right;
    font-size: 12px;
}
.share {
    position: relative;
    z-index: 30;
    clear: both;
    margin: 0;
    color: #000;
    padding: 10px 0 0;
    margin-top: 10px;
    border-top: 1px dotted #ccc;
    height: 85px;
    width: 680px;
}
.share a {
    color: #000;
}
.share a:hover {
    color: #000;
}
.share-btn {
    float: left;
    margin-right: 5px;
}
.post a.image_text a {
    text-decoration: none;
}
.post .joke p {
    font-size: 120%;
}
.post .left {
    float: left;
    width: 240px;
}
.post .head {
    background: url('../images/post_head.1234.png') no-repeat left top;
    height: 24px;
    width: 740px;
}
.post .foot {
    background: url('../images/post_foot.1234.png') no-repeat left top;
    height: 24px;
    float: left;
    width: 740px;
}
.post .votes_up {
    position: relative;
    left: 20px;
    color: #616161;
    font-size: 18px;
    font-weight: bold;
}
.post .votes_down {
    position: relative;
    left: 100px;
    color: #616161;
    font-size: 18px;
    font-weight: bold;
}
.post .thumbs_up {
    position: relative;
    left: 40px;
    background-position: 0 0;
}
.post .thumbs_down {
    position: relative;
    left: 110px;
}
.post .posted {
    margin-top: 10px;
    font-size: 18px;
    text-align: center;
}
.post .posted span {
    color: #f2ac3a;
}
.post .hr {
    background-image: url('../images/hr.1234.png');
    height: 2px;
    width: 215px;
    background-repeat: no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post .right {
    float: left;
    width: 400px;
    margin-left: 30px;
}
.post .right img {
    max-width: 100%;
}
#footer {
    clear: both;
    height: 169px;
    background: url('../images/footer_bg.1234.png');
    background-repeat: repeat-x;
    color: #616161;
    padding-top: 20px;
}
#footer .wrapper {
    text-align: right;
}
#related {
    width: 500px;
    height: 76px;
    list-style: none;
}
#related li {
    float: left;
    width: 240px;
    margin: 0 10px 0 0;
}
#related img {
    float: left;
    width: 64px;
    height: 64px;
    margin: 0 15px 0 0;
    border: 4px solid #ececec;
    padding: 2px;
    border-radius: 3px;
}
.ratingblock {
    display: none !important;
}
.thumblock {
    position: relative;
    z-index: 30;
    margin: 0 !important;
    background-color: #eee;
    border-radius: 8px;
    height: 50px;
    line-height: 50px;
    border: 5px solid #eee;
}
.votes_up,
.thumbs_up,
.votes_down,
.thumbs_down {
    float: left;
}
.thumblock .thumbs_up,
.thumb,
.thumblock .thumbs_down {
    width: 32px;
    height: 50px;
    background: url(../images/sprite_thumbs.1234.png) no-repeat;
}
.thumbs_down {
    background-position: 0px -100px !important;
}
.breadcrumbs {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}
.breadcrumbs a {
    color: #999;
}
.thumbs_up_container a:hover,
.thumbs_up_container a.hover {
    background-position: 0px -50px !important;
}
.thumbs_down_container a:hover,
.thumbs_down_container a.hover {
    background-position: 0px -150px !important;
}
.stickem-container {
    position: relative;
}
.stickit {
    position: fixed;
    top: 2px;
    z-index: 1;
}
.stickit-end {
    bottom: 40px;
    position: absolute;
}
#searchform {
    margin-top: 30px;
}
#s {
    width: 140px;
}
#searchsubmit {
    width: 60px;
}
.error,
.alert {
    font-size: 10px;
    margin-top: 20px;
    width: 540px;
}
.thanks {
    color: darkgreen;
}
#infscr-loading {
    margin-bottom: 20px;
    text-align: center;
}

.post .post-comments {
    margin-top: 10px;
    /*    padding-bottom: 3px;
        border-bottom: 1px dotted #CCC;*/
}
.commentlist {
    list-style: none;
    margin-top: 20px;
    width: 100%;
}
.commentlist ul {
    list-style: none;
}
.comment-body {
    background-color: #F4F4F4;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px;
    margin-left: 55px;
    position: relative;
    color: #555;
    font-size: 12px;
}
.comment-body p {
    margin: 5px 0 35px 0;
}
.comment-meta {
    display: none;
}
img.wp-smiley, img.emoji {
    height: 1.5em !important;
    width: 1.5em !important;
    max-height: 1.5em !important;
}
.bypostauthor .comment-body {} .children {
    margin-left: 70px;
}
.vcard img {
    background-image: url(../images/comments_bg.1234.png);
    background-repeat: no-repeat;
    background-position: 45px 15px;
    padding-right: 35px;
    position: absolute;
    left: -55px;
    top: 0;
}
.reply {
    background-color: #E0E0E0;
    width: 60px;
    padding: 2px 6px;
    border-radius: 8px;
    position: relative;
    top: -18px;
    right: 1px;
    float: right;
    font-size: 13px;
}
.reply a {
    color: #fff;
    border: none;
}
#cancel-comment-reply {
    margin-bottom: 10px;
}
#cancel-comment-reply-link {
    color: #616161;
    text-decoration: none;
}
#cancel-comment-reply-link:hover {
    text-decoration: underline;
    color: #c11010;
}
.reply:hover {
    background-color: #C11010;
}
.reply:hover a {
    background-color: #C11010;
}
.uplform h1 {
    font-size: 30px;
}
.uplform .pagedata form {
    padding-top: 20px;
}
.uplform input[type=text],
.uplform textarea {
    border: 1px solid black;
    padding: 5px;
    width: 670px;
    font-family: 'VAG-Rounded', sans-serif;
}
.uplform textarea {
    height: 170px;
}
#left-menu {
    width: 180px;
    margin-left: 10px;
}
#left-menu li {
    line-height: 60px;
    text-align: right;
    background: bottom url(../images/li_sep.1234.png) no-repeat;
}
#left-menu li a {
    padding: 0 10px 0 0;
    color: #4B4B4B;
    font-size: 14px;
    font-weight: normal;
    display: block;
    text-decoration: none;
    background: url(../images/sprite_left_menu.3.png) no-repeat;
}
#left-menu li a:hover,
#left-menu li.current-menu-item a {
    color: #FFB027;
}
#left-menu li.menu-item-591 a {
    background-position: 0 0;
}
#left-menu li.menu-item-590 a {
    background-position: 0 -60px;
}
#left-menu li.menu-item-592 a {
    background-position: 0 -180px;
}
#left-menu li.menu-item-593 a {
    background-position: 0 -120px;
}
#left-menu li.menu-item-594 a {
    background-position: 0 -240px;
}
#left-menu li.menu-item-7848 a {
    background-position: 0 -300px;
}
#left-menu li ul {
    margin: 5px 0 5px 10px;
}
#left-menu li li {
    line-height: 30px;
    background: none;
}
#left-menu li li a {
    color: #666;
    font-size: 12px;
    background: url(../images/sprite_left_menu_small.1.png) no-repeat;
}
#left-menu li.current-menu-item li a {
    color: #666;
}
#left-menu li.current-menu-item li a:hover {
    color: #FFB027;
}
#left-menu li li.menu-item-7849 a {
    background-position: 0 -0px;
}
#left-menu li li.menu-item-7850 a {
    background-position: 0 -30px;
}
#left-menu li li.menu-item-7851 a {
    background-position: 0 -60px;
}
#left-menu li li.menu-item-7852 a {
    background-position: 0 -90px;
}
#left-menu li li.menu-item-7853 a {
    background-position: 0 -120px;
}
#left-menu li li.menu-item-7854 a {
    background-position: 0 -150px;
}
#left-menu li li.menu-item-7855 a {
    background-position: 0 -180px;
}
#left-menu li li.menu-item-7856 a {
    background-position: 0 -210px;
}
#left-menu li li.menu-item-7857 a {
    background-position: 0 -240px;
}
#left-menu li li.menu-item-7858 a {
    background-position: 0 -270px;
}
#left-menu li li.menu-item-7859 a {
    background-position: 0 -300px;
}
ul.categories {
    margin: 0;
}
ul.categories li {
    float: left;
    display: inline;
    width: 25%;
    text-align: center;
}
ul.categories li a {
    margin: 5px;
    display: block;
    line-height: 40px;
    border: 1px solid #ddd;
    background: #f2f2f2;
    border-radius: 8px;
}
ul.categories li a:hover {
    color: #FFB027;
    background: #fff;
    border-color: #ccc;
}
.categories-toggle {
    display: none;
    padding: 5px 0;
    text-align: center;
}
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    float: none;
    clear: both;
}
img.alignleft {
    margin: 0 10px 10px 0;
}
img.alignright {
    margin: 0 0 10px 10px;
}
img.aligncenter {
    display: block;
    margin: 10px auto;
}
.nav {
    clear: both;
    padding-bottom: 20px;
}
.aLeft {
    float: left;
    text-align: left;
}
.aRight {
    float: right;
    text-align: right;
}
.woxi-games-logo {
    padding-top: 10px;
}
.facebook-box {
    text-align: center;
}
.smiley-box {
    text-align: center;
    margin-bottom: 15px !important;
}
#back-to-top {
    display: none;
    position: fixed;
    cursor: pointer;
    right: 15px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    padding: 15px 10px 15px 25px;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
    z-index: 100;
}
.textbox-wrap {
    clear: both;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.textbox-wrap .textbox {
    padding-bottom: 20px;
}
.textbox-wrap .textbox p {
    margin: 20px 20px 0;
}
.textbox-wrap .textbox img[class~='alignleft'] {
    margin: 0 20px 50px 0;
}
.textbox-wrap .textbox h2,
.textbox-wrap .textbox h3 {
    padding: 5px 20px;
    background: #f2f2f2;
    border-radius: 10px 10px 0 0;
    ;
}
.top-10-icon {
    float: left;
    display: block;
    width: 56px;
    height: 56px;
    margin: -8px 10px 0 0;
    background: url(../images/top-10-sprite.png) no-repeat;
}
.top-10-icon.top-10 {
    background-position: 0 0;
}
.top-10-icon.top-10-facepalms {
    background-position: 0 -56px;
}
.top-10-icon.top-10-anzeigen {
    background-position: 0 -112px;
}
.top-10-icon.top-10-schilder {
    background-position: 0 -168px;
}
.top-10-icon.top-10-geschlechter {
    background-position: 0 -224px;
}
.top-10-icon.top-10-katzen {
    background-position: 0 -280px;
}
.top-10-icon.top-10-hunde {
    background-position: 0 -336px;
}
.top-10-icon.top-10-tiere {
    background-position: 0 -392px;
}
.top-10-icon.top-10-dumme-fragen {
    background-position: 0 -448px;
}
.top-10-icon.top-10-frauen {
    background-position: 0 -504px;
}
.top-10-icon.top-10-maenner {
    background-position: 0 -560px;
}
.top-10-icon.top-10-babys {
    background-position: 0 -616px;
}
.video-play-link {
    position: relative;
    width: 400px;
    height: 240px;
    display: block;
}
.video-play-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: center center url(../images/play-icon.png) no-repeat;
}
.sidebar-btn {
    display: none;
    clear: right;
    float: right;
    margin-top: 15px;
    width: 45px;
    height: 40px;
    background: #f2f2f2 url(../images/sidebar_btn.png) no-repeat center;
    border-radius: 8px;
    border: 1px solid #bfbfbf;
}
.sidebar-btn:hover {    
    background: #fff url(../images/sidebar_btn.png) no-repeat center;
}
p:empty {
    margin: 0 !important;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* + html .clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
@media print {
    #header,
    #footer,
    #sidebar,
    #respond,
    .share {
        display: none;
    }
    #home_main,
    #main {
        width: 100%;
    }
}
/*// Extra small screen / phone
// Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
@screen-xs:                  480px;
@screen-xs-min:              @screen-xs;
@screen-phone:               @screen-xs-min;

// Small screen / tablet
// Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
@screen-sm:                  768px;
@screen-sm-min:              @screen-sm;
@screen-tablet:              @screen-sm-min;

// Medium screen / desktop
// Note: Deprecated @screen-md and @screen-desktop as of v3.0.1
@screen-md:                  992px;
@screen-md-min:              @screen-md;
@screen-desktop:             @screen-md-min;

// Large screen / wide desktop
// Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
@screen-lg:                  1200px;
@screen-lg-min:              @screen-lg;
@screen-lg-desktop:          @screen-lg-min;

// So media queries don't overlap when required, provide a maximum
@screen-xs-max:              (@screen-sm-min - 1);
@screen-sm-max:              (@screen-md-min - 1);
@screen-md-max:              (@screen-lg-min - 1);*/


/* Extra small screen / phone */
@media (max-width: 479px) {
    .wrapper {
        width: 300px;
    }  
    #logo img{
        width: 120px;
    } 
    #header_meta {
        margin-right: 0px;
    }
    .sidebar-btn {
        display: block;
    }

    #home_main, #main {
        width: 300px;
        margin-top: 10px;
    }
    .welcome {
        height: 75px;
    }
    .welcome .img img{
        width: 100%;
    }
    .welcome .text {
        padding-left: 8px;
    }
    .welcome .title {
        font-size: 15px;
        padding: 18px 0 0px;
    }
    .welcome .desc {
        font-size: 10px;
    }
    .post .data {
        background: url(../images/data_bg_phone.png) repeat-y;
        padding: 10px 30px;
    }
    .post .pagedata {
        background: url(../images/data_bg_phone.png) repeat-y;
        padding: 10px 30px;
    }
    .post .head {
        background: url('../images/post_head_phone.png') no-repeat left top;
        width: 300px;
    }
    .post .foot {
        background: url('../images/post_foot_phone.png') no-repeat left top;
        width: 300px;
    }
    .post .left {
        float: none;
        width: 100%;
    }
    .post .right {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .post .wp-post-image.attachment-width_400, .post .wp-post-image.attachment-width_max {
        width: 240px;
        height: auto;
    }     
    .single-post .image_frame .oly {
        height: 19px;
    }   
    .postlist .post .image_frame .oly {
        height: 29px;
    }           
    .postlist .post .image_text_oly{
        margin-top:-28px; 
    }   
    .post .video-play-link, .post .video-play-link img, .post .fullimage iframe {
        width: 240px;
        height: 155px;      
    }
    .post img {        
        width: 240px;
        height: auto;
    }
    .vcard img {
        width:32px;
    }
    #comments {
        clear: both;
    }
    #commentform label {
        display: block;
    }
    .post .headline h1 {
        font-size: 24px;
    }
    .post .joke{
        font-size: 90%;
    }
    .post .jokedesc {
        font-size: 110%;
    }
    .share {
        width: 240px; 
        height: 70px;
    } 
    .share .share-btn.google-plus {
        margin-right: 0;
        margin-top: -8px;
        /*width: 50px;*/
        /*height: 74px;*/
    }
    .share-btn.email {
        display: none;
    }
    .share-btn.email a img {
        width: 32px !important;
        height: 32px !important;
    }
    .fb-comments {
        width: 250px;
        margin-left: -5px;
    }
    .fb-comments span {
        width: 250px !important;      
    }
    .fb-comments span iframe {
        width: 250px !important;        
    }
    .textbox-wrap .textbox img[class~='alignleft'] {
        margin: 0 20px 10px 0;        
        width: 198px;
        height: auto;
    }
    /* form */ 
    #form_image input[type=text], #form_image textarea#desc,
    #form_image input[type=file],
    #form_video input[type=text],
    #form_jingle input[type=text], #form_jingle textarea#desc,
    #form_joke input[type=text], #form_joke textarea#desc {
        width: 230px;
    }
    /* categories */ 
    ul.categories {
        max-height: 50px;
        overflow: hidden;
    }
    ul.categories.categories-expanded {
        max-height: none !important;
    }    
    ul.categories li {
        width: 50%;
    }
    .categories-toggle {
        display: block;
    }

    /* sidebar */    
    #sidebar {
        display: none;
        width: 230px;
    }
    #left-menu {
        width: 225px;
        margin-left: 0px;
    }
    #left-menu li {
        line-height: 60px;
        text-align: left;
        background: transparent url("../images/hr.1234.png") no-repeat center bottom;
    }
    #left-menu li a {
        margin-left: 10px;
        padding-left: 70px;
    }
    #searchform .screen-reader-text {
        display: block;
    }
    #s {
        width: 148px;
    }
    .facebook-box, .smiley-box {
        text-align: left;  
    }
    /* footer */
    #back-to-top {
        right: 12px;
        border-top: 2px solid #eaeaea;
        border-right: 2px solid #eaeaea;
        border-left: 2px solid #eaeaea;
    }
} 
@media (min-width: 480px) and (max-width: 767px) {
    .wrapper {
        width: 460px;
    }  
    #logo img{
        width: 120px;
    } 
    #header_meta {
        margin-right: 5px;
    }
    .sidebar-btn {
        display: block;
        margin-right:2px;
    }
    #home_main, #main {
        width: 460px;
        margin-top: 10px;
    }
    .welcome {
        height: 110px;
    }
    .welcome .img img{
        width: 100%;
    }
    .welcome .text {
        padding-left: 25px;
    }
    .welcome .title {
        font-size: 22px;
        padding: 30px 0 5px;
    }
    .welcome .desc {
        font-size: 14px;
    }
    .post .data {
        background: url(../images/data_bg_phone2.png) repeat-y;
    }
    .post .pagedata {
        background: url(../images/data_bg_phone2.png) repeat-y;
    }
    .post .head {
        background: url('../images/post_head_phone2.png') no-repeat left top;
        width: 460px;
    }
    .post .foot {
        background: url('../images/post_foot_phone2.png') no-repeat left top;
        width: 460px;
    }
    .post .left {
        float: none;
        width: 100%;
    }
    .post .right {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .post .wp-post-image.attachment-width_400, .post .wp-post-image.attachment-width_max {
        width: 400px;
        height: 100%;
    }     
    .single-post .image_frame .oly {
        height: 29px;
    }    
    .post .video-play-link, .post .video-play-link img, .post .fullimage iframe {
        width: 400px;
        height: 260px;      
    }
    .post img {        
        width: 400px;
        height: auto;
    }
    .vcard img {
        width:32px;
    }
    .post .headline h1 {
        font-size: 24px;
    }
    .post .joke{
        font-size: 110%;
    }
    .post .jokedesc {
        font-size: 130%;
    }
    .share {
        width: 380px; 
    } 
    .share .share-btn.google-plus {
        margin-top: -8px;
    }
    .share-btn.email img {
        width: 32px;
        height: 32px;
    }
    .fb-comments {
        width: 410px;
        margin-left: -5px;
    }
    .fb-comments span {
        width: 410px !important;      
    }
    .fb-comments span iframe {
        width: 410px !important;        
    }
    .textbox-wrap .textbox img[class~='alignleft'] {
        margin: 0 20px 10px 0;
        width: 150px;
        height: auto;
    }
    /* form */ 
    #form_image input[type=text], #form_image textarea#desc,
    #form_video input[type=text],
    #form_jingle input[type=text], #form_jingle textarea#desc,
    #form_joke input[type=text], #form_joke textarea#desc {
        width: 390px;
    }
    /* sidebar */    
    #sidebar {
        display: none;
        width: 230px;
    }
    #left-menu {
        width: 225px;
        margin-left: 0px;
    }
    #left-menu li {
        line-height: 60px;
        text-align: left;
        background: transparent url("../images/hr.1234.png") no-repeat center bottom;
    }
    #left-menu li a {
        margin-left: 10px;
        padding-left: 70px;
    }
    #searchform {
    }
    #searchform .screen-reader-text {
        display: block;
    }
    #s {
        width: 148px;
    }
    .facebook-box, .smiley-box {
        text-align: left;  
    }
    /* footer */
    #back-to-top {
        right: 12px;
        border-top: 2px solid #eaeaea;
        border-right: 2px solid #eaeaea;
        border-left: 2px solid #eaeaea;
    }

}


/* Small screen / tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .wrapper {
        width: 760px;
    }  
    #header_meta {
        margin-right: 20px;
    }
    #header_menu {
        margin-right: 10px;
    }

    #header_menu ul li {
        font-size: 14px;
    }
    #header_menu ul li a {
        padding: 0 15px;
    }
    #sidebar {
        width: 210px;
    }
    #home_main, #main {
        width: 540px;
    }
    .welcome {
        height: 140px;
    }
    .welcome .img img{
        width: 100%;
    }
    .welcome .title {
        font-size: 26px;
        padding: 35px 0 5px;
    }
    .welcome .desc {
        font-size: 16px;
    }
    .post .data {
        background: url(../images/data_bg_tablet.png) repeat-y;
        padding: 10px 30px;
    }
    .post .pagedata {
        background: url(../images/data_bg_tablet.png) repeat-y;
        padding: 10px 30px;
    }
    .post .head {
        background: url('../images/post_head_tablet.png') no-repeat left top;
        width: 540px;
    }
    .post .foot {
        background: url('../images/post_foot_tablet.png') no-repeat left top;
        width: 540px;
    }
    .post .left {
        float: none;
        width: 100%;
    }
    .post .right {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }
    .post .right .image_frame a img {
        /*        width: 480px;
                height: auto;*/
    }
    .post .wp-post-image.attachment-width_max {
        max-width: 480px;
        height: auto;
    }   
    .single-post .image_frame .oly {
        height: 34px;
    }     
    .post .fullimage iframe {
        width: 480px;
        height: 310px;
    }
    .share {
        width: 480px;
    } 
    .fb-comments {
        width: 480px;
    }
    .fb-comments span {
        width: 480px !important;        
    }
    .fb-comments span iframe {
        width: 480px !important;        
    }
    .textbox-wrap .textbox img[class~='alignleft'] {
        margin: 0 20px 10px 0;
    }
    /* form */ 
    #form_image input[type=text], #form_image textarea#desc,
    #form_video input[type=text],
    #form_jingle input[type=text], #form_jingle textarea#desc,
    #form_joke input[type=text], #form_joke textarea#desc {
        width: 470px;
    }

    /* sidebar */
    #searchform {
        margin-left: 10px;
    }
    #searchform .screen-reader-text {
        display: block;
    }
    #s {
        width: 108px;
    }
    .woxi-games-logo, .bild-logo {
        margin: 0 10px;      
    }
    .woxi-games-logo-img, .bild-logo-img {
        width: 185px;        
    }
    .facebook-box, .smiley-box {
        text-align: left;
        margin: 0 10px;      
    }
    /* footer */
    #back-to-top {
        left: 15px;
    }
}

/* Medium screen / desktop */
@media (min-width: 992px) {  

}

/* styles for desktop */
.tinynav { display: none }

/* styles for mobile */

@media screen and (max-width: 767px) {
    #menu-header-menu { 
        display: none 
    }     
    .menu-item-home {
        display: block;
    }
    #header_menu {
        position: relative;
        clear:right;
        float: right;
        margin-right: 3px;
    }    
    .tinynav { 
        display: block; 
        width: 180px;        
        height: 40px;
        background: #999;
        color: #ececec;
        font: 16px 'VAG-Rounded', sans-serif;
        border: 1px solid #8c8c8c;
        border-radius: 8px 8px 0 0;
        padding: 0 8px;
    }   
    .tinynav option {
        padding: 5px 0px 5px 10px;
        border: none;
        font-size: 14px;
    }
}
@media screen and (max-width: 479px) {    
    #header_menu {
        margin-right: 0px;
    }  
    .tinynav {  
        width: 165px;    
        padding: 0 5px;
    }   
    .tinynav option {
        padding: 5px 0px 5px 7px;
    }
}