/*
Theme Name: Gonzo
Theme URI: http://www.themeforest.net
Description: Minimalist, Responsive Magazine
Version: 1.9.4
Author: Ollie McCarthy
Author URI: http:///www.themeforest.net/user/OllieMcCarthy
License URI: http://themeforest.net/licenses/regular_extended
License: Themeforest Regular License
Tags: light, white, black,  two-columns, left-sidebar,   custom-colors, custom-menu,  featured-images, full-width-template, post-formats,  theme-options, translation-ready
*/

@import url("css/style_reset.css") ; 

@import url("css/flexslider.css");

@import url("css/elastislide.css");

@import url("css/style_main.css") ; 

@import url("css/style_667.css");

@import url("css/style_480.css");

@import url("css/style_414.css");

@import url("css/style_375.css");

@import url("css/style_320.css");

@import url("css/style_768.css");

@import url("css/style_1024.css");

@import url("css/tabber.css");

@import url("css/wpp.css");

/* -------------------------------------
Responsive Design der Anzeige der Spiele
------------------------------------- */

.spielewrapper {
    max-width: 1050px;
    background-color: #cccccc;
    border: 1px #000000;
    margin: 0 auto;
}
ul.spiele-list {
    list-style: none;
    padding: 0;
}
ul.spiele-list li.spiele-item {
    list-style: none;
    width: 20%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}
li.spiele-item img {
    width: 100%;
}
li.spiele-item a {
    text-decoration:none;
}
li.spiele-item a:hover {
    text-decoration:underline;
}
li.spiele-item .spiele-title {
    color: #648900;
    text-align: center;
    position: relative;
    padding: 5px 0 5px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-shadow: none;
    letter-spacing: 0;
    text-decoration: none;
    margin: 0;
}
@media screen and (max-width: 1197px) {
    ul.spiele-list li.spiele-item {
        width: 25%;
    }
}
@media screen and (max-width: 700px) {
    ul.spiele-list li.spiele-item {
        width: 33%;
    }
}
@media screen and (max-width: 548px) {
    ul.spiele-list li.spiele-item {
        width: 50%;
    }
}

/* new style 2019 */

.omc-right .textwidget p {
    overflow: hidden;
}

.toplist_wrapper img.alignright,
.toplist_wrapper img.alignleft,
.toplist_wrapper img.aligncenter,
.toplist_wrapper img.alignnone,
.oc-table-div img.alignnone{
    max-width: 60px;
    height: auto;
}

.oc-table-div.table-mobile {
    margin-bottom: 40px;
    padding-right: 10px;
    box-sizing: border-box;
}



.oc-table-div.table-mobile .oc-table-row {
    background: none;
}

div.pagination a,
div.pagination span{
    display: inline-block;
    margin: 0 2px 8px;
    padding: 8px 3px;
    text-align: center;
    width: 23px;

}

div.pagination a:hover,
div.pagination a:focus{
    text-decoration: none;
}



