* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* Elements */

html, body {
    background: #0059AB;
    float: left;
    font: normal 11px verdana, arial, tahoma, helvetica;
    min-height: 100%;
    padding: 0;
    margin: 0;
    width: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

fieldset, img {
    border: 0;
}

a, a span {
    color: #2122e0;
    text-decoration: none;
    font-weight: bold;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

/* helper */

.clear-fix:after {
    content: '';
    display: block;
    clear: both;
    float: none;
    font-size: 0;
    line-height: 0;
}

.mobile-grid-5, .mobile-grid-10, .mobile-grid-15, .mobile-grid-20,
.mobile-grid-25, .mobile-grid-30, .mobile-grid-35, .mobile-grid-40,
.mobile-grid-45, .mobile-grid-50, .mobile-grid-55, .mobile-grid-60,
.mobile-grid-65, .mobile-grid-70, .mobile-grid-75, .mobile-grid-80,
.mobile-grid-85, .mobile-grid-90, .mobile-grid-95, .mobile-grid-100,
.mobile-grid-33, .mobile-grid-66,
.grid-5, .grid-10, .grid-15, .grid-20, .grid-25, .grid-30, .grid-35,
.grid-40, .grid-45, .grid-50, .grid-55, .grid-60, .grid-65, .grid-70,
.grid-75, .grid-80, .grid-85, .grid-90, .grid-95, .grid-66, .grid-33,
.grid-100, .grid-container {
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    padding-left: 0;
    padding-right: 0;
}

.grid-parent,
.grid-container.grid-parent {
    padding-left: 0;
    padding-right: 0;
}

/** Vt323 Font */

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


/*.slideout-panel {*/
/*    padding-left: 10px;*/
/*    padding-right: 10px;*/
/*}*/

/* custom design */

.main-content-color-bg {
    /*margin-top: 3rem;*/
    margin-bottom: 3rem;
}

.header-search-submit {
    background: #333;
    border: 1px solid #333;
    /*border-top-right-radius: 3px;*/
    /*border-bottom-right-radius: 3px;*/
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 5px;
}

.page-header-image {
    height: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.page-header form input {
    border: 1px solid #6f6e72;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #6f6e72;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 5px 10px;
}

.page-footer {
    background: #333;
    color: #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.page-footer .mobile-grid-50, .page-footer .mobile-grid-100 {
    margin-bottom: 20px;
}

.page-footer h3 {
    color: #ccc;
    font-family: 'VT323', arial, serif;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 20px;
}

.page-footer a, .page-footer a span {
    color: #ccc;
    font-weight: normal;
    line-height: 20px;
}


.page-footer-copyright {
    border-top: 1px solid #555;
    color: #999;
    float: left;
    text-align: center;
    margin: 20px 0;
    padding-top: 20px;
}

li {
    list-style: none;
}

.start-container {
    padding: 0;
}

/**
Fixes
 */

.grid-container {
    padding-left: 0;
    padding-right: 0;
}

/**
 Search Right begin
 */


/*SORTIERUNG*/

.tag-search-order select {
    border: 1px solid #999999;
    font-size: 14px;
}

.tag-search-order select, .tag-search-categorie-select select {
    background: #FFFFFF;
    border: 1px solid #fff;
    border-top: 1px solid #6F6E72;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 5px;
}

/*SORTIERUNG*/


/*FILTER*/
.tag-search-categorie-select button {
    background: #333333;
    border: 1px solid #333333;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font-size: 13px;
    height: 40px;
    margin: 0;
    padding: 10px;
}

.trans, .smooth {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.nexgam-tag-menu {
    position: relative;
    left: 0px;
    top: 0px;
    border-left: 1px solid rgb(221, 221, 221);
    float: left;
    height: 718px;
    width: 100%;

    background: #FFFFFF;
    height: 100%;
    left: -110%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;

    font-size: 14px;
}

.tag-search-categorie-list {
    height: 400px;
    overflow: hidden;
    width: 100%;
}

.nexgam-tag-menu-footer {
    border-top: 1px solid #DDDDDD;
}

.nexgam-tag-menu-footer, .nexgam-tag-menu-header {
    text-align: center;
}

.tag-search-categorie-list-inner {
    height: 400px;
    overflow: hidden;
    transition-duration: 2000ms;
}

.changeable_selection {
    transition-duration: 2000ms;
}

.tag-search-categorie-list-inner section {
    float: left;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.tag-category {
    height: 100%;
    /*overflow-y: auto;*/
    -webkit-overflow-scrolling: touch;
}

.tag-category, .tag-category li, .tag-category label {
    clear: both;
    float: left;
    width: 100%;
}

.tag-category label {
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
    padding: 10px;
}

.tag-category label input {
    float: left;
    margin-right: 10px;
}

.tag-category label span {
    float: left;
    line-height: 20px;
}

.tag-category label {
    border-bottom: 1px solid #DEDEDE;
    cursor: pointer;
    padding: 10px;
}

/*FOOTER WITH SEARCH BTN */

.nexgam-tag-menu-footer {
    border-top: 1px solid #DDDDDD;
}

.nexgam-tag-menu-footer button {
    background: #64991E;
    border: 1px solid #538312;
    border-radius: 3px;
    color: #E8F0DE;
    cursor: pointer;
    margin: 10px 0;
    padding: 5px 10px;
}

/*FILTER*/


/**
Search Right end
 */

/* Social Bar */

.social-bar-inner-title {
    color: #333 !important;
    float: left;
    font-size: 13px;
    margin: 10px 0px 15px 0px;
    width: 100%;
}

.social-bar-inner a:hover {
    opacity: 0.5;
    text-decoration: none;
}

.social-bar-email a {
    background: #0A88FF;
}

.social-bar-facebook a {
    background: #306199;
}

.social-bar-twitter a {
    background: #26C4F1;
}

.social-bar-reddit a {
    background: #336699;
}

.social-bar-googleplus a {
    background: #E93F2E;
}

.social-bar-inner span {
    color: #FFFFFF;
}

.social-bar-inner a {
    float: left;
    /*padding: 10px;*/
    text-align: center;
    width: 100%;
}


.quiqqer-socialshare-classic .quiqqer-socialshare-wrapper, .quiqqer-socialshare-count {
    border-radius: 0 !important;
}


.quiqqer-socialshare-container {
    display: inline-flex;
    width: 100%;
}

.quiqqer-socialshare-wrapper {
    width: 100%;
}

/* MENU */

.menu li :hover {
    background-color: #000;
}

.quiqqer-menu-megaMenu {
    background: #999;
}

.quiqqer-menu-megaMenu-list-item-menu {
    background: #999;
}

.quiqqer-menu-megaMenu-list-item-menu
.quiqqer-menu-megaMenu-children-simple
.quiqqer-menu-megaMenu-children-simple-entry a span {
    color: #fff
}

.social-bar-inner {
    background: #E2E2E3;
    padding: 10px;
    /*margin-top: 120px;*/
}


.page-footer .fa {
    font-size: 16px;
    line-height: 20px;
    width: 20px;
}


.quiqqer-menu-megaMenu-list-item--current,
.quiqqer-menu-megaMenu-list-item:hover {
    background: #333;
}

.quiqqer-menu-megaMenu-list-item {
    padding: 0 15px !important;
}

.quiqqer-menu-megaMenu-list-item a {
    color: #fff;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
}

.quiqqer-menu-megaMenu .fa,
.quiqqer-menu-megaMenu a {
    color: #fff;
    text-decoration: none;
}

.page-header-search {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}

.grid-container {
    background: #FFF;
}

.page-header-logo {
    display: block;
    margin: 15px 0 0 10px;
    position: relative;
    z-index: 2;
}

.menu li a span {
    color: #2122e0;
    font-size: 13px;
    line-height: 40px;
    text-transform: uppercase;
}


/**
Right.html

 */
.right {
    position: relative;
}

/*Partly Search Right*/
.header-red, .header-blue {
    /*border-bottom: 1px solid #fff;*/
    color: #FFFFFF;
    /*float: left;*/
    font-weight: bold;
    font-size: 11px;
    padding: 5px 10px;
    width: 100%;
}

/**
Social Box Right
Start
 */
.social-right-box {
    float: left;
    width: 100%;
}

.btn-share-youtube {
    background-color: #CC181E;
}

.btn-share-gplus {
    background-color: #CF4231;
}

.btn-share-facebook {
    background-color: #3B5998;
}

.btn-share-twitter {
    background-color: #00B6F3;
}

.btn-share-button {
    color: #fff;
    float: left;
    padding: 0 10px;
    text-align: center;
    width: calc(100% / 3);
}


a, a span {
    color: #2122e0;
    text-decoration: none;
    font-weight: bold;
}

.btn-share-button span {
    color: #fff;
    font-size: 20px;
    line-height: 40px;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**
Social Box Right
End
 */

/**
Youtube Iframe
 */
.iframe-box {
    max-width: 100%;
    position: relative;
}

.youtube-container {
    width: 100%;
    height: 300px;
    float: left;
}

/**
Datenbank Ergebnisse
 */
/*#db-search-field .db-search-field{*/
.db-search-field {
    width: 85%;
    height: 100%;
    border: 1px solid #6f6e72;
    color: #6f6e72;
    float: left;
    font-size: inherit;
    margin: 0;
    padding: 5px 10px;
    /*-webkit-border-top-left-radius: 3px;*/
    /*-webkit-border-bottom-left-radius: 3px;*/
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    /*border-top-left-radius: 3px;*/
    /*border-bottom-left-radius: 3px;*/
}

#quiqqer-cookieconsent-banner {
    background-color: rgb(10, 136, 255) !important;
}

#quiqqer-cookieconsent-banner .quiqqer-cookieconsent-banner-wrapper {
    background-color: rgb(10, 136, 255) !important;
}

#quiqqer-cookieconsent-banner :first-child img {
    width: 217px;
}

.childrenlist-cardsCssGrid-wrapper.control-template {
    margin: 20px;
}

/*#quiqqer-cookieconsent-accept {*/
/*    border-color: transparent;*/
/*    color: rgb(10, 136, 255);*/
/*    font-size: 1.4rem;*/
/*    font-weight: 900;*/
/*}*/
#quiqqer-cookieconsent-accept {
    border-color: transparent;
    color: rgb(10, 136, 255);
    font-size: 1.4rem;
    font-weight: 900;
    background-color: #eee;
    padding: 10px;
    cursor: pointer;
}

#quiqqer-cookieconsent-message {
    color: white;
    font-size: 1.2rem;
    font-weight: 600;
}

#quiqqer-cookieconsent-categories form fieldset label {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 500;
}

#quiqqer-cookieconsent-toggle-info {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    font-weight: 500;
}

.quiqqer-cookieconsent-message-wrapper {
    background-color: rgb(10, 136, 255);

}

/*#db-search-form .db-search-form{*/
.db-search-form {
    margin: 0 auto;
    /*width: 375px;*/
    width: 100%;
    height: 40px;
    font-size: 18px;
}

/*#db-search-submit .db-search-submit{*/
.db-search-submit {
    width: 15%;
    height: 100%;
    font-size: inherit;
}


h1, h1 a {
    font-family: 'VT323', arial, serif;
    font-size: 30px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}


.nexgam-tag-search-result article h2 {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}

.nexgam-tag-search-result article h2 a {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}


@media screen and (min-width: 768px) {
    .grid-70 {
        float: left;
        width: 70%;
        *width: expression(Math.floor(0.7 * (this.parentNode.offsetWidth - parseFloat(this.parentNode.currentStyle.paddingLeft) - parseFloat(this.parentNode.currentStyle.paddingRight))) + "px");
    }
}

.nexgam-tag-search-result article {
    border-bottom: 1px solid #999999;
    cursor: pointer;
    margin-bottom: 30px;
}

.nexgam-tags-result-consoles {
    float: left;
    margin-left: 10px;
    margin-top: 8px;
}

.nexgam-tags-result-more {
    border-left: 1px solid #999;
    float: right;
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

.nexgam-tags-result-more span {
    color: #999;
    text-decoration: none;
}

.nexgam-tag-search-result article footer {
    background: #ddd;
    clear: both;
    float: left;
    margin: 10px 0 0 0;
    width: 100%;
}


.nexgam-tags-result-image {
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.nexgam-tag-search-result picture {
    float: left;
    padding-right: 10px;
}

.nexgam-tags-result-image img {
    max-width: 100%;
}

.content-inner-container {
    font-size: 12px;
    float: left;
    padding: 0 20px;
    text-align: justify;
    width: 100%;
}

.content-inner-container p img {
    padding: 10px;
}

.nexgam-tags-result-consoles img {
    max-height: 20px;
}

.select_filter2 .qui-select .icon {
    display: block !important;
}


/**
Display none on the new Tag selection
 */
.quiqqer-tags-menu {
    display: none;
}


/*
    Media Querys for mobile devices
    The Filtering and the sorting of the Database result will be placed on to of the results
*/

@media screen and (max-width: 767px) {
    .nexgam-tag-search-result picture {
        padding-right: 0px;
    }
}

/*.qui-loader-inner-ball-clip-rotate {*/
/*    top: 50vh;*/
/*}*/

/** float left fix */
.useless {
    float: left;
}

/** nexgam StartPage */

.btn-white {
    background: #fff;
    color: #333333;
    float: right;
    padding: 0 10px;
}

.nexgam-new-articles-btn-all {
    float: left;
}

.btn-white span {
    color: #333333;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    text-decoration: none;
}

.btn-white:hover span {
    color: #fff;
    text-decoration: none;
}

.btn-white:hover {
    background: #333333;
    text-decoration: none;
    cursor: pointer;
}

.btn-white:hover {
    background: #333333;
    text-decoration: none;
}


.nexgam-new-tests-btn-all {
    float: left;
}

.trans, .smooth {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

/** Article CSS StartPage */
.nexgam-new-article-image {
    background-size: cover;
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 150px;
}

.nexgam-new-article {
    cursor: pointer;
    border-bottom: 1px solid #999;
}

.nexgam-new-article-text {
    font-size: 13px;
    padding: 10px;
}

.nexgam-new-article-text h2 {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}

.nexgam-new-article footer {
    background: #ddd;
}

.nexgam-new-article-consoles {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.nexgam-new-article-consoles img {
    margin-right: 10px;
    max-height: 12px;
    width: auto;
}

.nexgam-new-article-more {
    border-left: 1px solid #999;
    float: right;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
}

.nexgam-new-article-more span {
    color: #999;
    text-decoration: none;
}

.nexgam-new-article:hover {
    opacity: 0.5;
}

/** StartPage Review Sector */
.nexgam-new-tests {
    border-bottom: 1px solid #999999;
    cursor: pointer;
    height: 180px;
    margin-top: 1px;
    position: relative;
}

.nexgam-new-tests:nth-child(3n-2) article {
    border-left: 0px;
}

.nexgam-new-tests article {
    border-left: 1px solid #fff;
    float: left;
    height: 100%;
    position: relative;
    width: 100%;
}

.nexgam-new-tests h3 {
    background: rgba(0, 0, 0, 0.6);
    color: #FFF;
    float: left;
    height: 40px;
    padding: 5px 10px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.nexgam-new-tests h3 span {
    color: #fff;
}

.nexgam-new-tests-consoles {
    background: #ddd;
    bottom: 0;
    padding: 10px;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.nexgam-new-tests-consoles img {
    max-height: 16px;
    width: auto;
}

.nexgam-new-tests-consoles img + img {
    float: right;
}

.nexgam-new-tests-bg {
    height: 100%;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.nexgam-new-tests:hover {
    opacity: 0.5;
}

.nexgam-new-tests-bg {
    height: 100%;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

/** ads */

.nexgam-new-article-ad {
    width: 100%;
    height: 150px;
    overflow: hidden;
}

.nexgam-new-article-ad-footer {
    height: 30px;
    line-height: 30px;
    float: left;
    padding-left: 10px;
}

/** Pagination */
.quiqqer-sheets-desktop {
    /*opacity: 1!important;*/
}

.quiqqer-sheets-desktop a, .quiqqer-sheets-desktop span {
    border-radius: 3px;
    color: #5d5d5d;
    margin-right: 2px !important;
    padding: 0 15px;
    float: none
}

.quiqqer-sheets-desktop a, .quiqqer-sheets-desktop span {
    border: 1px solid #D0D3D3;
    border-bottom: 1px solid #D0D3D3;
    border-top: 1px solid #D0D3D3;
    float: left;
    line-height: 30px;
    margin: 0;
    text-align: center;
    text-decoration: none
}

.quiqqer-pagination .quiqqer-sheets-desktop:last-child {
    margin: 40px 0;
}

.quiqqer-sheets-desktop {
    clear: both;
    float: left;
    margin: 0;
    width: calc(100% - 120px)
}

.quiqqer-sheets-desktop__100 {
    width: 100%
}

.quiqqer-sheets-desktop:last-child {
    margin: 20px 0
}

.quiqqer-sheets-desktop a, .quiqqer-sheets-desktop span {
    border: 1px solid #D0D3D3;
    border-bottom: 1px solid #D0D3D3;
    border-top: 1px solid #D0D3D3;
    float: left;
    line-height: 30px;
    margin: 0;
    text-align: center;
    text-decoration: none
}

.quiqqer-sheets-desktop-disabled {
    border-color: #DDD;
    color: #AAA;
    cursor: default
}

.quiqqer-sheets-desktop-limits a.active, .quiqqer-sheets-desktop-current {
    background: #999 !important;
    border-color: #999 !important;
    color: #FFF;
    cursor: default
}

.quiqqer-sheets-desktop a:hover {
    /*color: #999 !important;*/
    background: #999 !important;
    text-decoration: none
}

.quiqqer-sheets-desktop-limits {
    float: right;
    line-height: 40px;
    text-align: center;
    width: 120px
}

/** Pagination */
.pag-class {
    vertical-align: middle;
    height: 30px;
}

.quiqqer-sheets-mobile.hide-on-desktop {
    vertical-align: middle;
    height: 100%;
}

.hide-on-desktop {
    height: 100%;
    left: 0px;
    /* opacity: 0; */
    /* position: absolute; */
    top: 0px;
    cursor: pointer;
    z-index: 1;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: 1px solid #c9c8c5;
    background: #fff;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.2s ease;
}

.quiqqer-pagination.grid-100.grid-parent {
    height: 100%;
}

.qui-control-input-range-text {
    display: none;
}

.noUi-active .qui-control-input-range-text {
    display: block;
}

.noUi-handle.noUi-handle-lower.noUi-active .qui-control-input-range-text {
    display: block;
}

.noUi-handle.noUi-handle-lower.noUi-active .qui-control-input-range-text {
    position: absolute;
    display: block;
}

.noUi-handle.noUi-handle-lower.noUi-active .noUi-tooltip {
    display: block;
}

.noUi-tooltip {
    display: none !important;
}

.noUi-active .noUi-tooltip {
    display: block !important;
}

/** */
.grid-100.mobile-grid-100.user-rating-box {
    height: 250px;
}

/**  */

/** Megamenu Stuff */

.quiqqer-menu-megaMenu-mobile {
    float: left !important;
}

.quiqqer-menu-megaMenu-mobile span {
    color: #FFF;
}

.quiqqer-menu-megaMenu-mobile:hover {
    background: #333333;
}

.quiqqer-menu-megaMenu-mobile-article:hover {
    background: #333333;
}

.quiqqer-menu-megaMenu-mobile-article {
    cursor: pointer;
    display: block;
    float: right;
    font-size: 20px;
    line-height: 60px;
    padding: 0 10px;
}

.quiqqer-menu-megaMenu-mobile-article span {
    color: #FFF;
}

.page-menu {
    /*background: rgb(0, 89, 171)!important;*/
    background-image: radial-gradient(circle farthest-side at center bottom, #009cde, #003087 125%) !important;
}

.page-navigation .left-menu-text {
    color: #FFF;
}

/** Megamenu Stuff */

/** Search */
.qui-select.quiqqer-search-searchinput-searchfieldselect {
    display: none;
}

.quiqqer-search-searchinput form {
    /*display: flex*/
}

.quiqqer-search-searchinput-input {
    height: 30px
}

.quiqqer-search-searchinput-submit.qui-button.button {
    margin-bottom: 5px;
}

.quiqqer-search-searchinput form,
.qui-search-searchinput-from-search-input {
    width: 100% !important;
}

.quiqqer-search-searchinput-input {
    margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
    .page-header-logo {
        margin: auto;
    }
}

.quiqqer-sheets-mobile.hide-on-desktop {
    margin-top: 7px;
    height: 30px;
}

.qui-control-childrenlist-default-entry-content-footer {
    margin-top: 35px !important;
}

.qui-control-childrenlist-default-entry-content {
    padding: 0 0 0 20px !important;
}

.qui-control-childrenlist-default-entry-image img {
    /* max-height: 100%; */
    object-fit: cover;
    width: 100%;
    object-position: center;
    height: 170px;
}

/** Search */

/** custom stuff
 ================================================ */
.d-f {
    display: none;
}

.quiqqer-search-searchinput form,
.qui-search-searchinput-from-search-input {
    width: 375px;
    margin: 20px auto !important;
    height: 40px;
    font-size: 18px;
}

#wrapper > div > div.main-content-color-bg > div > div.page-multiple-left.grid-70.mobile-grid-100 > div > section > header > h1 {
    display: none;
}

.page-multiple-left.grid-70.mobile-grid-100 .quiqqer-search:first-of-type, .page-multiple-left.grid-70.mobile-grid-100 .quiqqer-search-searchinput:first-of-type {
    font-size: 12px;
    float: left;
    padding: 0 20px;
    text-align: justify;
    /*width: 100%;*/
}


.bild_rechts_ausrichten_zoom_rahmen {
    float: right;
    margin: 0 0 10px 10px;
    padding: 5px;
    /*cursor: url(zoomin.cur), pointer;*/
}

.bild_links_ausrichten_zoom_rahmen {
    float: left;
    margin: 0 10px 10px 0;
    padding: 5px;
    /*cursor: url(zoomin.cur), pointer;*/
}

@media (max-width: 650px) {
    .bild_rechts_ausrichten_zoom_rahmen {
        float: none;
        margin: 0 auto;
        padding: 5px;
        display: block;
        /*cursor: url(zoomin.cur), pointer;*/
    }

    .bild_links_ausrichten_zoom_rahmen {
        float: none;
        margin: 0 auto;
        padding: 5px;
        display: block;
        /*cursor: url(zoomin.cur), pointer;*/
    }
}


/** tag-search CSS Articles new */

/** tag-search CSS Articles new */
