* {
    margin: 0;
    padding: 0;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
}
a,
a:hover {
    color:#D8383B;
}

img, video, object {
    max-width: 100%;
    height: auto;
}

.fbx-modal {
    width: 100%;
}
.entry-content table {
    overflow: hidden;
    overflow-x: auto;
    display: block;
}

h2.entry-title {
    font-size: 1.5rem;
}

/*body.custom-background {
    background-color: #86428D;
    background-size: cover;
}*/

div.postBlock {
    margin: 1rem 0;
}

div#header,
div#wrapper,
div#footer,
div#spacerline {
    max-width: 1290px;
    background-color:#fff;
}

div#header,
div#footer,
div#wrapper,
div#sidebar {
    background: #fff;
}

div#header {
    padding-top: 1%;
}
div#wrapper {
    padding-top: 1rem;
}
/*** general ***/
#footer_navigation ul,
#header_navigation ul,
#chart_navigation ul,
#categorie_navigation ul {
    list-style: none;
    display: block;
    margin: 0;
}

#footer_navigation ul li,
#header_navigation ul li {
    display: inline-block;
    float: left;
    padding: 0 15px;
}

#footer_navigation ul li a,
#header_navigation ul li a,
#chart_navigation ul li a,
#categorie_navigation ul li a {
    color: #b4b5ba;
}

#footer_navigation ul li:hover a,
#header_navigation ul li:hover a,
#chart_navigation ul li:hover a,
#categorie_navigation ul li:hover a {
    color: #2d2e33;
    text-decoration: none;
}

#footer_navigation ul li.current-menu-item a,
#header_navigation ul li.current-menu-item a,
#chart_navigation ul li.current-menu-item a,
#categorie_navigation ul li.current-menu-item a {
    color: #2d2e33;
}

#categorie_navigation ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#sidebar.inline #categorie_navigation ul {
    columns: 8;
    -webkit-columns: 8;
    -moz-columns: 8;
}

div.right {
    float: right;
    clear: both;
    text-align: right;
}

.spacerbar{
    background: #D8383B;
    height: 3px;
    margin-top: 1%;
    margin-bottom: 1%;

}

.menu-footer-menu-container {
    float: right;
    margin: 1% 0;
}

.entry-part {
    padding-left: 0px;
}
.row {
    margin-right: 15px;
    margin-left: 15px;
}
.container-fluid {
}

div#header_navigation {
    margin: auto;
}
/*** general ***/

/*** Part for the hexagon ***/
.hex {
    position: relative;
    width: 153px;
    height: 88.33px;
    background-color: #64C7CC;
    margin: 44.17px 0;
    display: inline-grid;
    text-align: center;
    line-height: 57.74px;
}

.hex:before,
.hex:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 76.5px solid transparent;
    border-right: 76.5px solid transparent;
}

.hex:before {
    bottom: 100%;
    border-bottom: 44.17px solid #64C7CC;
}

.hex:after {
    top: 100%;
    width: 0;
    border-top: 44.17px solid #64C7CC;
}
/*** Part for the hexagon Image ***/

.img_hex {
    position: relative;
    width: 153px;
    height: 88.33px;
    margin: 44.17px 0;
    background-size: auto 176.6692px;
    background-position: center;
}

.hexTop,
.hexBottom {
    position: absolute;
    z-index: 1;
    width: 108.19px;
    height: 108.19px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 22.41px;
}

/*counter transform the bg image on the caps*/
.hexTop:after,
.hexBottom:after {
    content: "";
    position: absolute;
    width: 153.0000px;
    height: 88.33459118601274px;
    -webkit-transform:  rotate(45deg) scaleY(1.7321) translateY(-44.1673px);
    -ms-transform:      rotate(45deg) scaleY(1.7321) translateY(-44.1673px);
    transform:          rotate(45deg) scaleY(1.7321) translateY(-44.1673px);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    background: inherit;
}

.hexTop {
    top: -54.0937px;
}

.hexTop:after {
    background-position: center top;
}

.hexBottom {
    bottom: -54.0937px;
}

.hexBottom:after {
    background-position: center bottom;
}

.img_hex:after {
    content: "";
    position: absolute;
    top: 0.0000px;
    left: 0;
    width: 153.0000px;
    height: 88.3346px;
    z-index: 2;
    background: inherit;
}
/*** Part for the hexagon Image ***/

/*** Part for the square Image ***/
.img_square img {
    width: 153px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.img_square {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
    width: 12rem;
}
.empty.square {
    /*background: transparent;
    width: 153px;
    height: 153px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    line-height: 153px;
    top: 50%;
    transform: translateY(-50%);
    position: relative;*/
}
/*** Part for the square Image ***/

/*** styles from old yootheme ***/
/*
.last-article-5-columns .pt-cv-wrapper {
	overflow:hidden;
}*/
.mceNextPage {
    border: 0px;
    border-top: 1px dotted #cccccc;
    display: block;
    width: 100%;
    height: 12px;
    margin-top: 15px;
    background: #ffffff url(https://www.tomshw.de/wp-content/themes/th/img/nextpage.gif) no-repeat right top;
}

.mcePageTitle {
    border: 0px;
    border-top: 1px dotted #cccccc;
    display: block;
    width: 100%;
    height: 12px;
    margin-top: 15px;
    background: #ffffff url(https://www.tomshw.de/wp-content/themes/th/img/pagetitle.gif) no-repeat right top;
}


/*globale anpassungen*/
.uk-navbar-item, .uk-navbar-nav > li > a, .uk-navbar-toggle {
    height:60px;
}
.uk-section  {
    padding-bottom:20px;
    padding-top:20px;
}
.pt-cv-view:after {
    content: initial;
}
.pt-cv-content-item:last-of-type {
    padding-bottom: 0px;
}
@media (min-width: 1200px) {
    *+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
        margin-top: 10px;
    }
}
*+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin {
    margin-top: 10px;
}

*+.uk-h1, *+.uk-h2, *+.uk-h3, *+.uk-h4, *+.uk-h5, *+.uk-h6, *+h1, *+h2, *+h3, *+h4, *+h5, *+h6 {
    margin-top: 10px;
}

/*** styles from old yootheme ***/

/*** editore fix ***/
.mceNextPage {
    border: 0px;
    border-top: 1px dotted #cccccc;
    display: block;
    width: 100%;
    height: 12px;
    margin-top: 15px;
    background: #ffffff url(https://www.tomshw.de/wp-content/themes/th/img/nextpage.gif) no-repeat right top;
}

.mcePageTitle {
    border: 0px;
    border-top: 1px dotted #cccccc;
    display: block;
    width: 100%;
    height: 12px;
    margin-top: 15px;
    background: #ffffff url(https://www.tomshw.de/wp-content/themes/th/img/pagetitle.gif) no-repeat right top;
}

/*** editore fix ***/

/*** icons ***/
@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon_5xu7vt.eot');
    src:  url('../fonts/icomoon_5xu7vt.eot#iefix') format('embedded-opentype'),
    url('../fonts/icomoon_5xu7vt.ttf') format('truetype'),
    url('../fonts/icomoon_5xu7vt.woff') format('woff'),
    url('../fonts/icomoon_5xu7vt-icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-two-speech-bubbles:before {
    content: "\e900";
}
.icon-tick-inside-circle:before {
    content: "\e901";
}
.icon-quill-drawing-a-line:before {
    content: "\e902";
}
.icon-eye:before {
    content: "\e903";
}
.icon-black-back-closed-envelope-shape:before {
    content: "\e904";
}
.icon-thunderbolt:before {
    content: "\e905";
}
.icon-chat:before {
    content: "\e906";
}
.icon-search:before {
    content: "\e986";
}
/*** icons ***/
/*** search***/
#searchform .icon{
    color: #b4b5ba;
    border-bottom: 1px solid #b4b5ba;
    padding: .5rem;
}
input.search-input {
    border: 0;
    color: #2d2e33;
    font-family: Tahoma,Verdana,Segoe,sans-serif;
}
input.search-input::placeholder {
    color: #b4b5ba;
    opacity: 1; /* Firefox */
}
/*** search***/

/*** ad ***/
#sidebar .ad {
    width: 100%;
    height: 300px;
    border: 1px solid #f0f;
}
/*** ad ***/

div.page-links a:first-child span,
div.page-links a:last-child span {
    color: #D8383B !important;
}
.page-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(1.25rem, 1fr));
    grid-gap: 1rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
}
.page-links a:hover {
    text-decoration: none;
}
.page-links>span,
.page-links a {
    border:1px solid #b4b5ba;
    text-align: center;
    color: #b4b5ba;
}
.page-links>span {
    color: #D8383B;
}

div.page-links a:first-child span {
    justify-self: start;
}
div.page-links a:last-child span {
    justify-self: end;
}

div.page-links a:first-child span:before,
div.page-links a:last-child span:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



#post_page_navigation .contentjumptitle {
    border: 1px solid #b4b5ba;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: .75rem 0;
}
#post_page_navigation .contentjumptitle:hover {
    text-decoration: none;
}
#post_page_navigation ol,
#post_page_navigation p {
    margin-bottom: 0;
}

div#tsb_gotit {
    margin-bottom: 1.5rem;
}

#tsb_gotit .pt-cv-mask {
    background-color: rgba(171,73,160,0.65);
    color: #fff;
    overflow: hidden;
}

#tsb_gotit .pt-cv-content-item:not(:first-child) .pt-cv-mask .pt-cv-content {
    display: none;
}

#post_page_navigation .contentjumptitle:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: #D8383B;
}

#post_page_navigation .contentjumptitle.prev:after,
div.page-links a:first-child span:before {
    content:'\ea40';
}
#post_page_navigation .contentjumptitle.next:after,
div.page-links a:last-child span:before {
    content:'\ea3c';
}

h2.newsdate {
    text-align: center;
    border: 1px solid #b4b5ba;
    color: #b4b5ba;
}

/* Page Pagination*/
.nav-next,
.nav-previous {
    grid-row: 1;
    display: inline-grid;
    text-align: center;
    border: 1px solid #b4b5ba;
    color: #b4b5ba;
}
.nav-next a,
.nav-previous a {
    color:inherit;
}
.nav-next a:hover,
.nav-previous a:hover {
    text-decoration: none;
    color: #2d2e33;
}
.nav-previous {
    grid-column: 1;
}
.nav-next {
    grid-column: 2;
}
.nav-links {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
/* Page Pagination*/
a.nav-link {
    padding:0rem 1rem;
}


#contenteblock {
    margin-bottom: 1rem;
}


/* smaller*/
@media (max-width: 575px) {
    .empty.square {
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .img_square img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}
/* sm */
@media (min-width: 576px) {
    .entry-content table {
        display: block;
    }
    .entry-part {
        padding-left: 0px;
    }
    .empty.square {
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .img_square img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* md */
@media (min-width: 768px) {
    .entry-content table {
        display: block;
    }
    .entry-part {
        padding-left: 0px;
    }
    .empty.square {
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .img_square img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .img_square {
        width: 7.5rem;
    }
}

/* lg */
@media (min-width: 992px) {
    .entry-content table {
        display: table;
    }
    .entry-part {
        padding-left: 30px;
    }
}

/* xl */
@media (min-width: 1200px) {
    .entry-content table {
        display: table;
    }
    .entry-part {
        padding-left: 30px;
    }
}

a#toTop {
    width: 2rem;
    height: 2rem;
    position: fixed;
    bottom: 5rem;
    right: 1rem;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    background-color: #AB49A0;
    color: #fff;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    border-radius: .5rem;
    transform: rotate(90deg);
}
a#toTop:before {
    content: '\ea40';
    color: #fff;
    height: 100%;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;
}

a#toTop.hidden {
    opacity: 0;
}
a#toTop.visible {
    transition: opacity .25s ease;
    opacity: 1;
}

/*maybee*/
.pt-cv-content,
.pt-cv-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.top_story_box .pt-cv-oothers {
    clear: none!important;
    float: left;
    width: 100%;
}
.top_story_box .pt-cv-mask,
.top_story_box .pt-cv-oothers .pt-cv-title {
    padding: 5px;
}
.top_story_box .pt-cv-oothers .pt-cv-mask {
    background-color:transparent;
}

.widget-wpp ul {
    padding-left: 0;
}

.wpp-list li {
    padding-bottom: 15px;
    font-size: 11px;
}

.site404 .wpp-list li {
    padding-bottom: 15px;
    font-size: inherit;
}
.wpp-post-title {
    margin-left: -5px;
}
/*maybee*/
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

#sidebar h2 {
    margin-top: 1.25rem;
}
ul#menu-chartmenue li {
    margin-bottom: .5rem;
}

#sidebar.inline ul#menu-chartmenue li {
    float: left;
    max-width: 32%;
    margin-right: 1%;
    display: contents;
}

.navbar-toggler {
    padding: 0.25rem 0.5rem;
    font-size: .75rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.entry-meta {
    font-size: 0.75rem;
}
blockquote {
  background: #FAEEFA;
  border-left: 5px solid #804080;
  margin: 0.5em 10px;
  padding: 0.5em 10px;
}
blockquote:before {
  color: #804080;
  content: '"';
  font-size: 2em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
	font-size: 15px;
	font-style: normal;
}

table {
  border-spacing: 1px;
  border-collapse: separate;
  border-spacing: 2px;
	border-color: grey;
	font-size: 15px;
	width: 100%;
}
th, td {
    padding: 4px;
    border: 1px solid #E0E0E0;
    background-color: #e0e0e0;
    color: #000000;
}

td {
    font-style: normal;
    text-align: left;
    background-color: #ffffff;
    font-size: 13px;
}
th {
    text-align: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
}
th {
    font-weight: bold;
    text-align: center;
}

.group-1 {
    margin-top: 1.25rem;
}
#sidebar img {
    height: auto;
    width: auto;
    max-width: none;
}
#menu-kategoriemenue img {
    max-width: 100%;
}

.entry-content ul {
    /*list-style-position: inside;*/
    padding-left: 17px;
}
.comment-list {
    list-style: none;
}
.comment-title {
    display: inline-block;
}
li.comment-block {
    border: 1px solid #b4b5ba;
    margin: .7rem 0;
    padding: .25rem;
    border-radius: .25rem;
    font-size: 0.9rem;
}
.comment-header {
    border-bottom: 1px solid #b4b5ba;
    color: #993366;
}
.bbCodeBlock--quote {
    margin: 1rem;
    border-left: 1px solid #D8383B;
    padding: .25rem;
}
.bbCodeBlock-title {
    text-decoration: underline;
}
.forum_link_container {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    grid-gap: 1rem;
}
.forum_link {
    text-align: center;
}
.forum_link a {
    padding: 0.375rem;
    display: inline-block;
    background-color: #D8383B;
    color: #fff;
}

/* aff box start */
.aff_box,
.geizhals,
.geizhals .row,
.caseking .row {
    padding: 0;
    margin: 0;
}

.aff_box {
    background: #E8E8E8;
    border-radius:.5rem;
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
}
.prod_title h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.datebox {
    font-size: 0.8rem;
    text-align: right;
}
.pricebox {
    font-size: 1.5rem;
    font-weight: 600;
}
.prod_price .pricebox {
    text-align: right;
}

.aff_box .caseking .PseudoPrice em {
    display: none;

}

.caseking .row>div,
.geizhals .row>div {
    background-color:#fff;
    padding-left: 1rem;
}

.caseking .row>div.prod_price,
.geizhals .row>div.prod_price {
    padding-left: 0;
}

.geizhals .row {
    margin-bottom: 0.4rem;
    background: #fff;
    border-radius: .5rem;
}
.caseking .row {
    background: #fff;
    border-radius: .5rem;
}
.geizhals .shop_logo img {
    margin: .5rem;
}
.geizhals .shop_logo a {
    color: inherit;
}
.powered_by_1 {
    text-align: left;
    font-size: .6rem;
}
.powered_by_2 {
    text-align: right;
    font-size: .6rem;
}
.caseking .datebox,
.caseking .pricebox {
    text-align: right;
}
.caseking {
    margin-bottom: .5rem;
}
.prod_image {
    padding-left: 0;
    margin-bottom: .5rem;
}
.prod_image img {
    top: 50%;
    position: relative;
    transform: translateY(-50%);
}
.shop_logo {
    border-radius: .5rem 0 0 .5rem;
}
.prod_price {
    border-radius: 0 .5rem .5rem 0;
}
.caseking .prod_price a {
    color: #AB49A0;
}
.geizhals .pricebox a {
    color: #000;
}
.caseking .pricebox {
    font-size: 2rem;
}
.caseking ul {
    margin-bottom: 0;
}
.prod_title {
    margin-top: .25rem;
}
.image_box {
    background: #fff;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 15px;
    border-radius: .5rem;
}
/* aff box ende */

/*.flexWrapper {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
}*/
.takeover {
    grid-column: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
    background-attachment: fixed;
    background-position: left top;
}
.takeover.rightside {
    grid-column: 3;
    background-position: right top;
}
.takeover a {
    display:block;
    height:100%;
    width:100%;
}
.uk-notouch .flexContentBlock {
    width: 1290px;
}

.uk-notouch .flexWrapper {
    display:grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.uk-touch .flexWrapper {
    display:grid;
    grid-template-columns: 1fr calc(100vw  + 15px) 1fr;
}
.uk-touch .flexContentBlock {
    max-width: 1290px;
}