/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-300.woff2') format('woff2'),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-300.woff') format('woff');
}
/* roboto-300italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 300;
    src: local(''),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-300italic.woff2') format('woff2'),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-300italic.woff') format('woff');
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-regular.woff2') format('woff2'),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-regular.woff') format('woff');
}
/* roboto-italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 400;
    src: local(''),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-italic.woff2') format('woff2'),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-italic.woff') format('woff');
}
/* roboto-700italic - latin */
@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 700;
    src: local(''),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-700italic.woff2') format('woff2'),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-700italic.woff') format('woff');
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local(''),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-700.woff2') format('woff2'),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-700.woff');
}
/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local(''),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-900.woff2') format('woff2'),
    url('/wp-content/themes/Avada-Child-Theme/fonts/roboto-v27-latin-900.woff');
}
@font-face {
    font-family: 'fontello';
    src: url('/wp-content/themes/Avada-Child-Theme/fonts/fontello.eot');
    src: url('/wp-content/themes/Avada-Child-Theme/fonts/fontello.eot#iefix') format('embedded-opentype'),
    url('/wp-content/themes/Avada-Child-Theme/fonts/fontello.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*----------------------------------------------------------------------------
  Site wide > typography style
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif !important;
}

p {
    margin-top: 0;
    margin-bottom: 12px;
}

a:active,
a:focus {
    /* IE remove focus */
    outline: none;
}

a {
    text-decoration: none;
}

ins {
    background: white;
    text-decoration: none;
}

code {
    position: relative;
    top: 0;
    border: none;
    background-color: #F1F1F1;
    padding: 2px 6px;
    font-size: 0.9em;
}

pre {
    background-color: #f1f1f1;
    padding: 4px 10px 4px 10px;
    border: none;
    border-radius: 0;
    margin-top: 24px;
}

cite {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    /* ovveride bootstrap */
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    color: #000;
}

cite a {
    color: #000;
}

cite a:hover {
    color: #08a3d0;
}

q {
    font-style: italic;
}

ul,
ol {
    padding: 0;
}

ul li,
ol li {
    line-height: 24px;
    margin-left: 21px;
}

.dl-horizontal a {
    font-weight: 500 !important;
}

.dl-horizontal dt {
    width: 70px;
    font-weight: 400;
    line-height: 24px;
    font-size: 15px;
}

.dl-horizontal dd {
    margin-left: 90px;
    line-height: 24px;
    font-size: 14px;
}

address {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-bottom: 21px;
}

big {
    text-transform: uppercase;
}

embed {
    width: 100%;
}

input[type=submit] {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    background-color: #08a3d0;
    border-radius: 0;
    color: #fff;
    border: none;
    padding: 8px 15px;
    font-weight: 500;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #078bb0;
}

/************************ Werbung ************************/
#Ads_BA_BS {
    position: relative;
}

#Ads_BA_FLB, #Ads_BA_CAD, #Ads_BA_CAD2, #Ads_BA_FOOT {
    text-align: center;
}

#Ads_BA_CAD, #Ads_BA_CAD2 {
    padding-bottom: 45px;
}

#Ads_BA_FOOT {
    margin-bottom: 20px;
}


/*  ----------------------------------------------------------------------------
     table
*/
table {
    width: 100%;
}

table th {
    text-align: left;
    padding: 2px 8px;
}

table td {
    padding: 2px 8px;
}

table .odd td {
    background-color: #fcfcfc;
}

/* Global reset */
input, select, textarea {
    font-family: 'Open Sans', arial, sans-serif;
}

code, kbd, pre, samp {
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre-wrap;
}

.fusion-header {
    padding-left: 0;
    padding-right: 0;
}

.fusion-header-wrapper {
    z-index: 0;
}

.fusion-secondary-main-menu {
    border-bottom: 0;
}

.fusion-header-v4 .fusion-header {
    padding-top: 13px !important;
    padding-bottom: 11px !important;
}

.fusion-page-title-bar-left .fusion-page-title-secondary {
    margin-left: 0;
}

.fusion-main-menu > ul > li a {
    padding: 16px 23px;
    border-left: 1px solid #000000 !important;
    cursor: pointer;
    font-weight: 700;
    float: left;
    margin-right: 0;
    position: relative;
}

.fusion-main-menu > ul > li:last-child a {
    border-right: 1px solid #000000 !important;
}

.fusion-main-menu > ul > li a:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 100%;
    background: #ef7c02;
    bottom: 0;
    left: 0;
}

@media (max-width: 1024px) {
    .fusion-main-menu > ul > li a {
        padding: 13px 15px;
        height: 40px !important;
    }
}

@media (max-width: 920px) {
    .fusion-main-menu > ul > li a {
        padding: 13px 12px;
        height: 38px !important;
        font-size: 12px;
    }
}

.avada-menu-highlight-style-bar:not(.fusion-header-layout-v6) .fusion-main-menu > ul > li > a:not(.fusion-logo-link):not(.fusion-icon-sliding-bar):hover {
    border-left: 1px solid #000000;
}

.fusion-main-menu > ul > li.current_page_item,
.fusion-main-menu > ul > li.current_page_item span,
.fusion-main-menu > ul > li.current-menu-item,
.fusion-main-menu > ul > li.current-menu-item span,
.fusion-main-menu > ul > li:hover,
.fusion-main-menu > ul > li:hover span {
    background: #ef7c02;
    color: #ffffff;
}

.fusion-content-boxes.fusion-columns-1 .fusion-column {
    margin-bottom: 0;
}

.fusion-content-boxes .content-container {
    margin-bottom: 0;
}

body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li:not(:last-child) {
    padding-right: 12px;
}

body:not(.avada-menu-highlight-style-background) .fusion-is-sticky .fusion-main-menu > ul > li {
    padding-right: 12px;
}

.fusion-page-title-bar,
.fusion-secondary-main-menu,
.fusion-footer-widget-area,
.fusion-footer-copyright-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.fusion-footer-widget-area {
    padding-top: 33px;
    padding-bottom: 30px;
}

.home .avada-page-titlebar-wrapper {
    display: none;
}

#main {
    padding: 0 0 30px !important;
}

.home #main {
    padding: 20px 0 30px !important;
}

@media (max-width: 648px) {
    #content {
        margin-bottom: 0 !important;
    }

    .fusion-columns .fusion-column {
        margin: 0 !important;
    }
}

@media (max-width: 768px) {
    #main {
        padding: 0 0 10px !important;
    }

    .home #main {
        padding: 10px 0 10px !important;
    }
}

.fusion-content-boxes.content-boxes-clean-horizontal .col {
    padding: 0 !important;
}

body.has-sidebar #main .sidebar {
    width: 320px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (min-width: 768px) {
    body.has-sidebar #content:not(.full-width) {
        width: 66.66%;
        width: calc(100% - 320px);
    }
}

@media (min-width: 1141px) {
    .fusion-header > .fusion-row,
    #main > .fusion-row,
    .fusion-page-title-row,
    .fusion-footer-widget-area > .fusion-row,
    .fusion-footer-copyright-area > .fusion-row,
    .leaderboard,
    .billboard {
        padding-right: 160px !important;
        width: 1228px;
        max-width: none !important;
        padding-left: 15px;
    }

    body.has-sidebar #content {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (max-width: 1140px) and (min-width: 1019px) {
    .fusion-header-wrapper .fusion-header .fusion-row,
    #main > .fusion-row,
    .fusion-page-title-row,
    .fusion-footer-widget-area > .fusion-row,
    .fusion-footer-copyright-area > .fusion-row,
    .leaderboard,
    .billboard {
        padding-right: 160px !important;
        width: 1140px;
        max-width: none !important;
        padding-left: 15px !important;
    }

    body.has-sidebar #content {
        padding-right: 20px;
        padding-left: 0;
    }
}

@media (max-width: 1018px) and (min-width: 768px) {
    .fusion-header-wrapper .fusion-header .fusion-row,
    #main > .fusion-row,
    .fusion-page-title-row,
    .fusion-footer-widget-area > .fusion-row,
    .fusion-footer-copyright-area > .fusion-row,
    .leaderboard,
    .billboard {
        padding-right: 160px !important;
        width: 900px;
        max-width: none !important;
        padding-left: 15px !important;
    }

    body.has-sidebar #content {
        padding-right: 10px;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .fusion-header > .fusion-row,
    #main > .fusion-row,
    .fusion-page-title-row,
    .fusion-footer-widget-area > .fusion-row,
    .fusion-footer-copyright-area > .fusion-row,
    .leaderboard,
    .billboard {
        padding-right: 10px !important;
        width: 100%;
        max-width: none !important;
        padding-left: 10px;
    }

    .leaderboard {
        text-align: center;
    }

    body.has-sidebar #content {
        padding-right: 0;
        padding-left: 0;
    }

    body.has-sidebar #main .sidebar {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
}

body.has-sidebar #content.full-width {
    width: 100%;
}


/* Newsletter/Search */
.newsletter ul li {
    list-style: none;
}

.fusion-secondary-menu-search .searchform, #Newsletter form, .search-page-search-form .searchform {
    height: 22px;
    position: relative;
}

.searchform .fusion-search-form-content {
    width: 194px;
}

.searchform .fusion-search-form-content .fusion-search-field input,
#Newsletter input.input_top {
    height: 22px;
    position: relative;
    top: 0;
    width: 170px;
    font-size: 11px;
    padding: 3px 5px 4px 24px;
    float: left;
    background: #f9f9f9;
    border: 1px solid #424242;
    margin: 0;
}

.searchform .fusion-search-form-content .fusion-search-field input,
#Newsletter input.input_top {
    height: 22px;
    position: relative;
    top: 0;
    width: 170px;
    font-size: 11px;
    padding: 3px 5px 4px 24px;
    float: left;
    background: #f9f9f9;
    border: 1px solid #424242;
    margin: 0;
}


.searchform .fusion-search-form-content .fusion-search-field input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
#Newsletter input.input_top::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #333333 !important;
}

.searchform .fusion-search-form-content .fusion-search-field input::-moz-placeholder, /* Firefox 19+ */
#Newsletter input.input_top::-webkit-input-placeholder::-moz-placeholder { /* Firefox 19+ */
    color: #333333 !important;
}

.searchform .fusion-search-form-content .fusion-search-field input:-ms-input-placeholder, /* IE 10+ */
#Newsletter input.input_top::-webkit-input-placeholder:-ms-input-placeholder { /* IE 10+ */
    color: #333333 !important;
}

.searchform .fusion-search-form-content .fusion-search-field input:-moz-placeholder, /* Firefox 18- */
#Newsletter input.input_top::-webkit-input-placeholder:-moz-placeholder { /* Firefox 18- */
    color: #333333 !important;
}


.searchform .fusion-search-form-content .fusion-search-field input {
    padding: 3px 5px 4px 22px;
}

.searchform .fusion-search-form-content .fusion-search-field input::-webkit-input-placeholder, /* Chrome/Opera/Safari */
#Newsletter input.input_top::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #777777;
}

.searchform .fusion-search-form-content .fusion-search-field input::-moz-placeholder, /* Firefox 19+ */
#Newsletter input.input_top::-moz-placeholder { /* Firefox 19+ */
    color: #777777;
}

.searchform .fusion-search-form-content .fusion-search-field input:-ms-input-placeholder, /* IE 10+ */
#Newsletter input.input_top:-ms-input-placeholder { /* IE 10+ */
    color: #777777;
}

.searchform .fusion-search-form-content .fusion-search-field input:-moz-placeholder, /* Firefox 18- */
#Newsletter input.input_top:-moz-placeholder { /* Firefox 18- */
    color: #777777;
}

.searchform .fusion-search-form-content .fusion-search-button input[type=submit],
#Newsletter input.searchimage {
    background: #424242 url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -22px 4px;
    height: 22px;
    left: 0;
    line-height: 21px;
    position: relative;
    top: 0;
    width: 24px;
    text-indent: -99999px;
    padding: 0;
    float: left;
    border: none;
    cursor: pointer;
}

.fusion-search-form-content .search-field {
    position: relative;
}

.searchform .fusion-search-form-content .fusion-search-button input[type=submit]:hover,
#Newsletter input.searchimage:hover {
    background: #808080 url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -22px 4px !important;
}

.fusion-secondary-menu-search .searchform:after,
#Newsletter form:after,
.search-page-search-form .searchform:after,
.fusion-search-form-content .search-field:after {
    background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -48px 6px;
    display: inline-block;
    height: 22px;
    width: 25px;
    left: -4px;
    line-height: 21px;
    position: absolute;
    top: -1px;
    content: '';
    z-index: 100;
}

#Newsletter form:after {
    background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -80px 6px;
}

#Newsletter form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

#Newsletter form input {
    flex-grow: 1;
}

@media (max-width: 768px) {
    #Newsletter {
        display: none;
    }
}


/* Header Social Bar */
.social-list {
    margin: 3px 15px 0 0;
}

.social-list .link {
    float: left;
    margin: 0 0 0 7px;
}

.social-list .link:nth-child(5) {
    margin: 0;
}

@media (max-width: 1024px) {
    .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper {
        width: 280px;
        height: 50px;
        display: block;
    }

    .social-list {
        margin: 15px 0 0;
        float: left;
    }

    #Newsletter,
    .fusion-secondary-menu-search {
        float: right;
    }

    #Newsletter {
        margin: 0 0 5px;
    }


}

@media (max-width: 768px) {
    .fusion-header-v4 .fusion-logo .fusion-header-content-3-wrapper,
    .social-list {
        display: none;
    }

    .fusion-secondary-main-menu .fusion-mobile-menu-search {
        position: absolute;
        right: 91px;
        top: 13px;
    }
}

@media (max-width: 460px) {
    .fusion-mobile-menu-icons a {
        margin-left: 15px;
    }

    .fusion-secondary-main-menu .fusion-mobile-menu-search {
        right: 81px;
    }

    .searchform .fusion-search-form-content {
        width: 120px;
    }

    .searchform .fusion-search-form-content .fusion-search-field input {
        width: 96px;
    }
}


/* Header */
.fusion-logo-link img {
    width: 260px;
}

@media (max-width: 768px) {
    .fusion-logo-link img {
        width: 100px !important;
    }

    .fusion-header {
        padding: 0 10px;
    }

    .fusion-secondary-main-menu {
        padding-left: 5px !important;
    }

    .fusion-body .fusion-is-sticky.fusion-header-wrapper .fusion-header,
    .fusion-body .fusion-is-sticky.fusion-header-wrapper .fusion-secondary-main-menu {
        background-color: #000000;
    }

    body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a {
        background-color: #f5f5f5;
        padding-left: 40px !important;
    }

    body:not(.mobile-menu-design-flyout) .fusion-mobile-nav-item a:hover {
        background-color: #eeeeee;
    }

}

.fusion-page-title-captions {
    display: none !important;
}

.fusion-secondary-header {
    border-bottom: none;
}

.fusion-content-boxes.content-boxes-icon-on-side .heading {
    margin-bottom: 0;
}

.sidebar .heading {
    position: relative;
    border-bottom: 2px solid #08a3d0;
    width: 100%;
    display: inline-block;
    margin: 0 0 6px !important;
}

.sidebar .widget_rss .heading {
    margin: 0 0 9px !important;
}

.heading .content-box-heading,
.sidebar .widget .widget-title {
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: normal;
    display: inline-block;
    position: relative;
    width: calc(100% - 75px);
    margin-bottom: 2px;
}

.sidebar a.abut {
    text-align:left;
	padding:0;
	overflow:visible!important;
    margin-top:15px!important;
}
.sidebar .widget .widget-title.anz-title:after {
    content: "Anzeige";
    position: absolute;
    right: 0;
    top: -22px;
    font-size: 10px;
    color: #000;
}
.sidebar .widget .widget-title.anz-title {
	margin:0;
	padding:5px 10px 3px;
}
.sidebar .widget .widget-title {
    background: #08a3d0 !important;
    padding: 5px 10px 3px !important;
    font-size: 17px !important;
    line-height: 23px !important;
    color: #ffffff !important;
    position: relative;
    margin: 0;
    display: inline-block;
    width: 100%;
}
.sidebar .widget .widget-title a {
    color: #ffffff !important;
}

@media only screen and (max-width: 768px) {
    .has-sidebar #sidebar {
        margin-top: 35px;
    }

}


/* Header Mobile */
.fusion-mobile-menu-icons {
    margin-top: 6px;
}

/*************************** Home Page ***************************/
.fusion-page-title-bar .fusion-breadcrumbs {
    margin: 0 0 0 -5px;
}

.fusion-page-title-bar .fusion-breadcrumbs a,
.fusion-page-title-bar .fusion-breadcrumbs a + span {
    margin: 0 5px;
}

.fusion-breadcrumbs span {
    display: inline;
}

.col.content-box-wrapper {
    min-height: auto !important;
}

/*** Issue Teaser  ***/
.td-post-small-box a:hover, .td_block_template_1 .td-related-title .td-cur-simple-item, .edd-submit.button.blue {
    background-color: #08a3d0;
    border-color: #08a3d0;
    color: white !important;
    white-space: normal;
}
.edd-submit.button.blue:hover {
    background: #078bb0;
    border-color: #078bb0;
}

.content-container:after {
    display: table;
    content: '';
    clear: both;
}

/************************ Easy Linux ************************/
.issueBoxImage {
    float: left;
    margin: 0 0 0 0;
    width: 30%;
}

.issueBoxImage.index {
    margin-right: 10px;
}

.issueHeader:after {
    display: table;
    content: '';
    clear: both;
}

.issueHeader p {
    float: left;
    width: 70%;
    padding: 0 0 0 15px;
}

.issueHeader .purchaseBoxWrapper {
    float: right;
    width: 70%;
    padding: 0 0 0 15px;
}

.issueDescription .CC_Logo,
.issueDescription .ohneDRM_Logo {
    max-width: 35%;
    float: right;
    margin: 0 0 2% 8px;
}

.issueDescription .ohneDRM_Logo {
    max-width: 15%;
    clear: right;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .issueBoxImage,
    .issueHeader p,
    .issueHeader .purchaseBoxWrapper {
        width: 100%;
        padding: 0;
    }

    .issueBoxImage {
        margin: 0 0 10px 0;
    }

    .issueBoxImage img {
        width: 100%;
    }

}

@media (max-width: 480px) {
    .issueBoxImage,
    .issueHeader p,
    .issueHeader .purchaseBoxWrapper {
        width: 100%;
        padding: 0;
    }

    .issueBoxImage {
        margin: 0 0 10px 0;
    }

    .issueDescription .CC_Logo {
        max-width: 45%;
    }

    .issueDescription .ohneDRM_Logo {
        max-width: 18%;
    }
}


.issueDescription p {
    font-size: 15px !important;
    line-height: 24px !important;
}

@media (max-width: 768px) {
    .issuem_years.page-nav {
        display: inline-block;
    }
}

@media (max-width: 480px) {
    .issueBoxImage {
        margin: 0 0 10px;
        width: 100%;
    }

    .issueBoxImage img {
        width: 100%;
    }
}

/************************ Issue Teaser ************************/
.issueTeaser .edd_purchase_submit_wrapper {
    margin-top: 10px;
}

.issueTeaser {
    padding: 15px;
    background: #f5f5f5;
    margin: 0 0 40px !important;
}

.issueTeaser.fusion-content-boxes.content-boxes-clean-horizontal .content-box-column {
    border: none;
}

.issueTeaser.special {
    margin: 0 0 30px;
}

.issueTeaser table tr td div {
    color: #333333;
}

.issueTeaser table tr td:nth-child(1) {
    vertical-align: top;
    width: 160px;
    padding: 0 17px 0 0;
}

.issueTeaser table tr td:nth-child(1) br {
    display: none;
}

.issueTeaser table tr td:nth-child(2) {
    padding: 0;
}

.issueTeaser table tr td:nth-child(2) h1, .issueTeaser table tr td:nth-child(2) h2 {
    font-size: 17px !important;
    font-weight: 700 !important;
    font-family: 'Open Sans', Arial, serif;
    line-height: 24px !important;
    margin: 0 0 10px !important;
    padding: 0 0 0 7px;
    border-bottom: none;
}

.issueTeaser table tr td:nth-child(2) h2 a {
    color: #666666;
}

.issueTeaser table tr td:nth-child(2) p {
    background: #ffcc03;
    padding: 5px 8px;
    line-height: 18px;
    color: #333333;
}

.issueTeaser table tr td:nth-child(2) p a {
    color: #0080da;
    font-weight: 600;
}

.issueTeaser .issueArticles {
    margin: 0 0 2px 8px;
}

.edd-submit.button.blue.mobileOnly {
    display: none;
    margin: 0 0 10px;
}

.issueTeaser table tr.mobileOnly {
    display: none;
}

.issueTeaser table tr td:nth-child(2) ul {
    margin: 0;
    padding: 0;
}

.issueTeaser table tr td:nth-child(2) ul li {
    margin: 0 0 0 20px;
    list-style: none;
    position: relative;
    color: #08a3d0;
    line-height: 21px;
}

.issueTeaser table tr td:nth-child(2) ul li:after {
    position: absolute;
    content: '';
    font-size: 20px;
    background: #777777;
    left: -12px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}

.issueTeaser table tr td:nth-child(2) ul li.read-more {
    background-color: #000000;
    text-align: center;
    margin: 12px 0 0 0;
}

.issueTeaser table tr td:nth-child(2) ul li.read-more:hover {
    background-color: #333333;
}

.issueTeaser table tr td:nth-child(2) ul li.read-more:after {
    display: none;
}

.issueTeaser table tr td:nth-child(2) ul li.read-more a {
    color: #ffffff;
    display: block;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {
    .issueTeaser {
        margin: 0 0 35px !important;
    }
}

@media (max-width: 480px) {
    .issueTeaser {
        margin: 0 0 10px;
        padding-top: 8px;
    }

    .issueTeaser h2 {
        margin-bottom: 6px !important;
    }

    .issueTeaser table {
        display: block;
        width: 100%;
    }

    .edd-submit.button.blue.mobileOnly {
        display: block;
    }

    .issueTeaser table tr.mobileOnly {
        display: block;
    }

    .issueTeaser table tr.mobileOnly td:nth-child(1) {
        width: 100%;
        padding: 0;
    }

    .issueTeaser table tr td:nth-child(1) {
        width: 100px;
        display: block;
        float: left;
        padding: 0 13px 0 0;
    }

    .issueTeaser table tr td:nth-child(1) img {
        max-width: 100px;
    }

    .issueTeaser table tr td:nth-child(2) {
        display: block;
        width: calc(100% - 113px);
        float: right;
    }

    .issueTeaser table tr td:nth-child(2) h1 {
        font-size: 15px !important;
        line-height: 22px !important;
    }

    .issueTeaser table tr td:nth-child(2) p {
        margin: 0 0 8px;
        font-size: 11px;
        line-height: 16px
    }
}

@media (max-width: 375px) {
    .issueTeaser table tr td:nth-child(1) {
        width: 100%;
        float: none;
        padding: 0 0 10px;
    }

    .issueTeaser table tr td:nth-child(1) img {
        max-width: 100%;
        width: 100%;
    }

    .issueTeaser table tr td:nth-child(2) {
        width: 100%;
        float: none;
    }

}


/*** Blog layout-large  ***/
.post {
    margin-bottom: 22px !important;
}

.post:last-child {
    margin-bottom: 0;
}

.fusion-blog-layout-large .fusion-posts-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    margin: 0 -10px;
}

.fusion-blog-layout-large .post-content {
    display: block;
}

.fusion-blog-layout-large .fusion-posts-container .post {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    position: relative;
    padding: 0 10px;
}

.fusion-blog-layout-large .fusion-posts-container .post:nth-last-of-type(-n+2) {
    margin: 0 0 0 !important;
}

.fusion-blog-layout-large .fusion-posts-container .post .image {
    margin-bottom: 10px;
}

.fusion-blog-layout-large .fusion-posts-container .post .image img {
    width: 100%;
}

.fusion-blog-layout-large .fusion-posts-container .post .entry-title {
    font-size: 17px;
    line-height: 25px;
    margin: 0;
}

.fusion-blog-layout-large .fusion-posts-container .post p {
    margin: 0;
}

@media (max-width: 1100px) {
    .fusion-blog-layout-large .fusion-posts-container .post {
        -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .fusion-blog-layout-large .fusion-posts-container .post,
    .fusion-blog-layout-large .fusion-posts-container .post:nth-last-of-type(-n+2) {
        margin: 0 0 10px !important;
    }

    .fusion-blog-layout-large .fusion-posts-container .post:last-child {
        margin: 0 0 0 !important;
    }
}

/************************ Home Sidebar ************************/
#main .sidebar {
    padding: 0;
}

.sidebar .widget {
    margin-bottom: 40px;
}

.sidebar .widget.noMarginBottom,
.sidebar div .widget.noMarginBottom:last-child {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
    .sidebar .widget, .widget.issuem_active_issue img {
        margin-bottom: 35px !important;
    }
}

.sidebar .widget.noMarginBottom {
    margin-bottom: 0;
}

/***  Popular-questions/Latest-questions ***/
.dwqa-popular-questions ul li,
.dwqa-latest-questions ul li {
    padding: 5px 9px !important;
    margin: 0 0 5px !important;
    line-height: 18px;
}

.dwqa-popular-questions ul li:last-child,
.dwqa-latest-questions ul li:last-child {
    margin: 0 !important;
}

.dwqa-popular-questions ul {
    margin: 0;
}

.dwqa-popular-questions ul li a,
.dwqa-latest-questions ul li a {
    color: #08a3d0;
    font-weight: 600;
}

.dwqa-popular-questions ul li:nth-child(even), .dwqa-latest-questions ul li:nth-child(even) {
    background: #f5f5f5;

}

.dwqa-popular-questions .questionAuthor,
.dwqa-latest-questions .questionAuthor {
    color: #08a3d0;
    font-size: 10px;
    line-height: 21px;
}

.dwqa-popular-questions .questionExcerpt,
.dwqa-latest-questions .questionExcerpt {
    line-height: 21px;
}


/***  Stellenmarkt ***/
.az-jobs-content .az-jobs-first-row:hover + tr,
.az-jobs-content .az-jobs-content-job:hover,
.az-jobs-content .az-jobs-content-job {
    background-color: transparent;
    padding: 0;
}

.az-jobs-list table tr.az-jobs-content-job:nth-child(3),
.az-jobs-list table tr.az-jobs-content-job:nth-child(4),
.az-jobs-list table tr.az-jobs-content-job:nth-child(7),
.az-jobs-list table tr.az-jobs-content-job:nth-child(8),
.az-jobs-list table tr.az-jobs-content-job:nth-child(11),
.az-jobs-list table tr.az-jobs-content-job:nth-child(12),
.az-jobs-list table tr.az-jobs-content-job:nth-child(15),
.az-jobs-list table tr.az-jobs-content-job:nth-child(16),
.az-jobs-list table tr.az-jobs-content-job:nth-child(19),
.az-jobs-list table tr.az-jobs-content-job:nth-child(20) {
    background: #f5f5f5;
}

.az-jobs-content-job:first-child .az-jobs-title {
    border-top: none !important;
}

.az-jobs-content .az-jobs-content-job .az-jobs-title a {
    padding-top: 5px;
    color: #08a3d0;
}

.az-jobs-list table tr.az-jobs-content-job td {
    padding: 1px 9px !important;
}

.az-jobs-content .az-jobs-content-job .az-jobs-company a {
    color: #777777;
    line-height: 16px;
    padding-bottom: 8px;
}

.az-jobs-content .az-jobs-content-job .az-jobs-title,
.az-jobs-content .az-jobs-content-job .az-jobs-company {
    border: none;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.az-jobs-list table tr.az-jobs-content-job td {
    padding: 1px 9px;
}

a.az-jobs-button {
    background: #08a3d0;
    border-radius: 0;
    color: #FFFFFF;
    font-weight: normal;
    border: none;
    font-size: 14px;
    line-height: 20px;
    padding: 6px 12px;
    width: calc(50% - 5px);
    float: left;
    display: block;
    margin: 10px 0 0;
}

a.az-jobs-button:hover {
    background-color: #078bb0 !important;
}

.az-jobs-button.az-jobs-content-next {
    margin-right: 5px;
    margin-top: 10px;
}

.az-jobs-button.az-jobs-new-job {
    margin-left: 5px;
    margin-top: 10px;
}
/* new widget */
.jwtpl-ts-block .jwtpl-hilic-block {
	padding-bottom:11px!important;
}
.jwtpl-hilic-item:first-child {
	border-top:none!important;
	padding-top:0;
}
.jwtpl-hilic-item:last-child {
	border-bottom:0;
	padding-bottom:0;
}
.jwtpl-hilic-itemLink {
	margin:2px 0!important;
}
.jwtpl-hilic-itemTitel {
	color:var(--link_color);
}
.jwtpl-ts-jobmarketLinkIcon {
	background-color:#08a3d0!important;
	padding:7px!important;
	display:block!important;
	text-align:center;
}

.textwidget p {
    margin: 0;
}

.textwidget p:first-child {
    padding-top: 6px;
}

.textwidget p:last-child {
    padding-bottom: 6px;
}

.textwidget .fusion-blog-archive {
    margin-top: 3px;
}


/***  Issue Teaser ***/
.sidebar .issuem_active_list_widget {
    text-align: left;
    padding-top: 11px;
}

.sidebar .issuem_active_list_widget .issuem_widget_issue_cover_image {
    float: left;
    margin-right: 15px;
    max-width: 100px;
}

.sidebar .issuem_active_list_widget .issuem_widget_issue_name {
    height: 14px;
    line-height: 14px;
    font-size: 16px;
    margin: 0 0 10px;
}

.sidebar .issuem_active_list_widget ul {
    margin: 17px 0 13px;
}

.sidebar .issuem_active_list_widget ul li {
    margin: 0 0 10px;
    height: 11px;
    line-height: 11px;
}

.sidebar .edd_purchase_submit_wrapper {
    position: relative;
}

.sidebar .edd-submit.button {
    background-color: #08a3d0;
    border-color: #08a3d0;
    border-radius: 0;
    display: block;
    overflow: hidden;
    margin: 0;
}

.sidebar .edd-submit.button:hover {
    background-color: #078bb0;
    border-color: #078bb0;
}


/***  Insecurity Bulletin ***/
.widget_rss.widget ul li {
    line-height: 18px;
    padding: 6px 9px 6px 26px;
    border: 0;
}

.widget_rss.widget ul li:nth-child(even) {
    background: #f5f5f5;
}

.widget_rss.widget ul li a {
    font-weight: 600;
}

.widget_rss.widget .widget-title img {
    display: none;
}


/***  Sidebar Neuigkeiten ***/
.sidebar .post {
    margin-bottom: 22px;
}

.sidebar .post:after {
    display: table;
    content: '';
    clear: both;
}

.sidebar .post .image {
    position: relative;
    width: 100px;
    text-align: center;
    background: #fafafa;
    float: left;
    margin: 4px 13px 0 0;
}

.sidebar .post .entry-title {
    line-height: 21px !important;
}

.sidebar .post .fusion-post-content-container p {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}

.image.av:after {
    background-color: #000;
    color: #FFF;
    background-size: cover;
    content: "Anzeige";
    left: 0;
    position: absolute;
    top: 0;
    margin: 0;
    z-index: 2;
    padding: 1px 5px;
    font-size: 10px;
}


/*  ----------------------------------------------------------------------------
    Pagination
*/
.page-nav {
    margin: 30px 0 30px 0;
    font-family: 'Open Sans', arial, sans-serif;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    /* responsive portrait phone */
}

.page-nav:last-child {
    margin: 30px 0 0 0;
}

@media (max-width: 767px) {
    .page-nav {
        margin-right: auto;
        margin-left: auto;
        display: table;
        width: auto;
    }
}

.page-nav a:hover {
    color: #fff;
    background-color: #08a3d0;
    border-color: #08a3d0;
}

.page-nav a,
.page-nav span {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #666;
    line-height: 21px;
    float: left;
}

@media (max-width: 767px) {
    .page-nav .first,
    .page-nav .last {
        display: none;
    }
}

.page-nav .extend {
    border: none;
}

@media (max-width: 767px) {
    .page-nav .extend {
        display: none;
    }
}

.page-nav i {
    font-size: 9px;
    line-height: 1;
    display: inline-table;
}

.page-nav .pages {
    float: right;
    margin: 0;
    border: none;
    padding: 6px 0 6px 6px;
}

@media (max-width: 767px) {
    .page-nav .pages {
        display: none;
    }
}

.page-nav .current {
    background-color: #08a3d0;
    color: #fff;
    border-color: #08a3d0;
}

.page-nav:first-child > div {
    padding: 5px 11px;
    border: 1px solid #000000;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #fff;
    line-height: 21px;
    float: left;
    background-color: #000000;
}

.page-nav .td-icon-menu-right,
.page-nav .td-icon-menu-left {
    padding-left: 1px;
    position: relative;
}

.page-nav .td-icon-menu-right:before,
.page-nav .td-icon-menu-left:before {
    content: "\f054";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    left: -2px;
    top: -10px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 13px;
}

.page-nav .td-icon-menu-left:before {
    content: "\f053";
    font-weight: 900;
    left: -4px;
}

.page-nav .td-icon-menu-left {
    padding-left: 0;
    padding-right: 1px;
}


/************************ Magazin ************************/
.page .post-content h1, .fusion-post-title-meta-wrap h1, #content .heading .widget-title {
    position: relative;
    font-family: "Roboto", serif;
    margin: 5px 0 10px !important;
    width: 100%;
    display: inline-block;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 400;
}

.page .post-content h1, #content .heading .widget-title, .dwqa-question h1.entry-title {
    border-bottom: 2px solid #08a3d0;
    padding-bottom: 2px;
    margin: 0 0 12px !important;
}

.relatedPosts {
    margin-bottom: 36px;
}

.relatedPosts .post:last-child,
.relatedPosts .post:last-child p:last-child {
    margin-bottom: 0 !important;
}

.relatedPosts > h2 {
    margin: 0 0 10px;
    color: #08a3d0;
    border-bottom: 2px solid #08a3d0;
}

.relatedPosts > h2 span {
    background: #08a3d0;
    padding: 5px 10px 3px;
    font-size: 17px;
    line-height: 23px;
    color: #ffffff;
    position: relative;
    margin: 0;
    display: inline-block;
    font-weight: 400;
}

.page .post-content h1 + p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 12px;
}

.issuem_archives_shortcode {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.issuem_archives_shortcode .issuem_archive {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 32% !important;
    -ms-flex: 0 0 32% !important;
    flex: 0 0 32% !important;
    max-width: 32% !important;
    margin: 0 0 0 !important;
    position: relative;
    padding: 0;
}

.issuem_years {
    margin: 10px 0;
}

.issuem_years a {
    width: 52px;
}

.issuem_archives_shortcode .issuem_archive p {
    margin: 0;
}

.issuem_archives_shortcode .issuem_archive a {
    font-size: 13px;
    display: inline-block;
    line-height: 23px;
    width: 100%;
    font-weight: bold;
}

.issuem_archives_shortcode .issuem_archive img {
    display: inline;
    width: 100%;
    margin: 0 0 1px;
    border: 1px solid #e3e3e3;
}

.next_previous_archive_pagination {
    margin-bottom: 42px;
}

.issue-pagination.page-nav {
    margin-top: 0;
}

.issue-pagination.page-nav a:hover, .issuem_years a:hover {
    text-decoration: none;
}

.issue-pagination.page-nav .dots {
    border: none;
}

@media (max-width: 980px) {
    .issuem_archives_shortcode .issuem_archive {
        flex: 0 0 48.5% !important;
        max-width: 48.5% !important;
    }
}

@media (max-width: 768px) {
    .issuem_archives_shortcode .issuem_archive {
        flex: 0 0 32.5% !important;
        max-width: 32.5% !important;;
    }
}

@media (max-width: 480px) {
    .issuem_archives_shortcode .issuem_archive {
        flex: 0 0 49% !important;
        max-width: 49% !important;
    }
}

@media (max-width: 360px) {
    .issuem_archives_shortcode .issuem_archive {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.luce, .luce:hover {
    background:#ffcc00;
    color:#000;
    font-weight:bold;
	padding:0 3px;
}
h1 .luce, h1 .luce:hover {
	font-weight:normal;
	padding:0 5px;
}
.edd-submit.button.lu {
	background:#ffcc00;
    color:#000;
	font-weight:bold;
}
.edd-submit.button.lu:hover {
	background:#e7b700;
}

/************************ Article Page ************************/

.fusion-post-title-meta-wrap {
    margin-bottom: 0;
}

.fusion-post-title-meta-wrap .wp-caption {
    float: left;
    max-width: 330px;
    margin: 0 20px 0 0;
    width: 100% !important;
}

.wp-caption img {
    width: 100%;
    margin: 0 0 5px !important;
}

.wp-caption-text, .wp-caption-dd {
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 17px !important;
    margin: 0 0 12px !important;
    background: #F5F5F5;
    color: #555555;
    padding: 3px 7px;
}

.fusion-post-title-meta-wrap + .post-content {
    margin-bottom: 40px;
    position: static;
}

@media (max-width: 1018px) and (min-width: 580px) {
    .full-width .post-content .wp-caption {
        max-width: 330px;
        margin: 0 0 0 34px;
    }
}

@media (max-width: 1018px) {
    .post-content .wp-caption {
        max-width: 100%;
        margin: 0;
        width: 100%;
    }
}

@media (max-width: 1018px) {
    .fusion-post-title-meta-wrap .wp-caption {
        max-width: 100%;
        margin: 0;
    }
}

@media (max-width: 768px) {
    .fusion-post-title-meta-wrap + .post-content {
        margin-bottom: 30px;
    }
}

/* images @ full-width page */
.full-width p > img {
	margin-top:6px;
}
@media (max-width: 580px) {
	.full-width .post-content img, .full-width .post-content .wp-caption {
		width:100%!important;
		margin:0 0 12px 0;
	}
}

.post-content p.wp-caption-text:last-child {
    margin-bottom: 7px !important;
}

.post-content h3 {
    font-size: 17px;
    margin-top: 0;
}

.single .post-content h4 {
    font-size: 16px;
}

.single .aligncenter {
    max-width: 300px !important;
    margin: 14px auto 0 !important;
}

@media (max-width: 768px) {
    .single .aligncenter {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.single .author {
    color: #777;
}

.single .question {
    font-style: italic;
}

.single .post .fusion-post-title-meta-wrap .topline {
    font-family: 'Roboto', sans-serif;
    font-size: 22px !important;
    font-weight: 400;
    line-height: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    color: #08a3d0;
    display: block;
    border-bottom: 2px solid #08a3d0;
    padding: 0 0 3px 0;
}

.category h1,
.author h1 {
    border-bottom: 2px solid #08a3d0;
    margin-top: 0 !important;
    margin-bottom: 12px;
    padding: 0 0 2px;
    position: relative;
    font-size: 22px !important;
    line-height: 28px !important;
    color: #333333;
    text-transform: none;
    font-weight: normal;
    font-family: "Roboto", serif;
}

.single .post .fusion-post-title-meta-wrap h2.entry-title {
    font-size: 24px !important;
    line-height: 28px !important;
    margin: -4px 0 7px !important;
    padding-bottom: 2px !important;
    font-weight: 400 !important;
}

/*.single .post .post-content:not(.fusion-post-content) h2,
.single .td-post-content:not(.fusion-post-content) h2 {
    color: #555 !important;
    font-size: 24px !important;
    line-height: 28px !important;
    margin: -4px 0 7px !important;
    padding-bottom: 2px !important;
    font-weight:400 !important;
}*/
.post-content h2,
.post-content h3,
.post-content h4 {
    margin-bottom: 3px !important;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.post h3,
.post h4 {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 400 !important;
}

.post h4 {
    font-size: 16px !important;
    line-height: 23px !important;
}

.post-content img {
	margin-bottom:11px;
}

.single .fusion-post-title-meta-wrap .topline + a img {
    float: left;
    max-width: 300px;
    margin: 0 20px 10px 0;
}

@media (max-width: 1018px) {
    .single .fusion-post-title-meta-wrap .topline + a img {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

#main .post .fusion-post-title-meta-wrap .author {
    margin-bottom: 12px;
    letter-spacing: 0.2px;
    font-size: 11px;
    font-weight: 400;
    color: #444;
    display: inline-block;
}

#main .post .fusion-post-title-meta-wrap .author .author {
    margin-bottom: 0;
}

#main .post .fusion-post-title-meta-wrap .author a {
    font-weight: 600;
}

#main .post .fusion-post-title-meta-wrap .date {
    color: #444444;
    font-size: 11px;
}

.post-content p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 12px !important;
}

.post-content p:last-child {
    margin-bottom: 0 !important;
}

/***** Tags @ Article view ****/
.tags {
    margin: 17px 0 30px 0 !important;
    font-family: open sans, arial, sans-serif;
    display: table;
    line-height: 20px;
    font-weight: 600;
}

.tags li {
    list-style: none;
    line-height: 20px;
    margin-left: 0 !important;
    margin-bottom: 4px;
    float: left;
}

.tags span {
    background-color: #222;
    padding: 5px 9px;
    color: #fff;
    display: block;
    text-transform: uppercase;
    line-height: 10px;
    float: left;
    height: 20px;
}

.tags a {
    display: block;
    float: left;
    border: 1px solid #ededed;
    margin-left: 4px;
    line-height: 8px;
    color: #111;
    padding: 5px 8px;
    height: 20px;
}

.tags a:hover {
    background-color: #08a3d0;
    border-color: #08a3d0;
    color: #fff !important;
}

.tags span, .tags a {
    margin-right: 4px;
    margin-left: 0;
    font-size: 11px;
    font-weight: 400;
}

/***  Artikel  Sonstiges (miscellaneous) ***/

/*** Author  ***/


/*** Listingbox ***/
pre {
    background: #f7f7f7;
    color: #777777;
}

.box {
    border: 1px solid #e3e3e3;
    padding: 5px;
    margin: 12px 0;
}

.box .boxname p, .box .boxname {
    color: #333333;
    font-size: 18px;
    margin: 0 0 3px;
    font-family: 'Roboto', sans-serif;
}

.box .object-center img {
    margin-bottom: 10px;
}

.box .boxtitle p, .box .boxtitle {
    color: #333333;
    font-size: 18px;
    margin: 0 0 3px;
}

.box.listingbox .boxtitle p, .box.listingbox .boxtitle, .box.table .boxtitle p, .box.table .boxtitle {
    margin: 0 0 5px;
    font-size: 14px;
}

.box.table {
    overflow-x: auto;
}

.box pre {
    margin: 0 0 12px 0;
}

.box > *:last-child {
    margin: 0;
}

.box ol {
    padding: 0;
}

.box ol li {
    margin-left: 21px;
}

.box p:last-child {
    margin-bottom: 0 !important;
}

.post-content > p + .box {
    clear: both;
}

.wpb_text_column li {
    margin-left: 21px;
    margin-bottom: 0;
    list-style-type: disc;
}

.renderedtable {
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 12px;
    width: 100%;
}

.renderedtable caption {
    text-align: left;
}

.renderedtable tr th,
.renderedtable tr th p {
    background: #999999;
    color: #ffffff;
}

.renderedtable tr td {
    padding: 0 3px;
}

.renderedtable tr:nth-child(odd) td {
    background: #f5f5f5;
}

.renderedtable td p, .renderedtable th p {
    margin: 0;
}

.renderedtable tr th code {
    color: #555;
}

/*** Authorbox ***/
.box.authorbox {
    min-height: 99px;
}

.box.authorbox .object-left, .box.authorbox img {
    float: left;
}

.box.authorbox .boxtitle p, .box.authorbox .boxtitle {
    margin: 0 0 5px;
}

.box.authorbox .object-left img, .box.authorbox img {
    max-width: 50px !important;
    margin: 3px 10px 0 0;
    padding: 0 0 0;
}
/** inline-box **/
@media (max-width: 768px) { span.box { display:block; float:none!important; margin-bottom:10px!important; width:301px; } }
@media (max-width: 647px) { span.box { clear:both; } }
@media (max-width: 580px) { span.box { margin:10px auto!important; } }

/*** Article Paypall ***/
.articlePaywall {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMy4yIDIxLjYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIzLjIgMjEuNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjtzdHJva2U6IzM0OEMyQjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7c3Ryb2tlOiMwQjcyMDA7c3Ryb2tlLW1pdGVybGltaXQ6MTA7fQ0KCS5zdDJ7ZmlsbDojMEI3MjAwO30NCjwvc3R5bGU+DQo8Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjIiIGN5PSI5LjYiIHI9IjcuNSIvPg0KPGNpcmNsZSBjbGFzcz0ic3QwIiBjeD0iMTQuOSIgY3k9IjguMyIgcj0iNy41Ii8+DQo8Y2lyY2xlIGNsYXNzPSJzdDEiIGN4PSIxMi4yIiBjeT0iMTMuMyIgcj0iNy41Ii8+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTMuOCwxNS41YzAuNS0wLjIsMS4xLTAuNiwxLjctMS4xbDAsMS45Yy0wLjMsMC4zLTAuOCwwLjctMS4xLDAuOGMtMC42LDAuMi0xLjIsMC40LTEuOCwwLjQNCgkJYy0wLjcsMC0xLjMtMC4xLTEuOS0wLjRzLTEuMS0wLjYtMS41LTEuMWMtMC40LTAuNS0wLjctMS0wLjktMS42SDYuOGwwLjgtMC44aDAuNmMwLTAuMSwwLTAuMiwwLTAuNGMwLTAuMSwwLTAuMiwwLTAuM0g2LjgNCgkJbDAuOC0wLjhoMC42YzAuMS0wLjYsMC40LTEuMiwwLjktMS43czAuOS0wLjksMS41LTEuMXMxLjMtMC40LDItMC40YzAuNiwwLDEuMiwwLjEsMS44LDAuNHMxLjEsMC42LDEuNSwxbC0xLjEsMS4zDQoJCWMtMC4zLTAuMy0wLjYtMC42LTEtMC44Yy0wLjQtMC4yLTAuOC0wLjMtMS4yLTAuM2MtMC41LDAtMSwwLjEtMS40LDAuNGMtMC40LDAuMy0wLjcsMC43LTAuOSwxLjFoNC4ybC0wLjYsMC44aC0zLjcNCgkJYzAsMC4xLDAsMC4xLDAsMC4zYzAsMC4xLDAsMC4yLDAsMC40aDMuMmwtMC42LDAuOGgtMi4zYzAuMiwwLjQsMC41LDAuOCwwLjksMWMwLjQsMC4zLDAuOSwwLjQsMS40LDAuNA0KCQlDMTMsMTUuNywxMy40LDE1LjcsMTMuOCwxNS41eiIvPg0KPC9nPg0KPC9zdmc+DQo=');
    background-repeat: no-repeat;
    color: transparent;
    background-size: 20px;
    margin-top: 1px;
    position: relative;
    top: 6px;
    width: 20px;
    height: 20px;
    display: inline-block;
}

/*** Glossar ***/
ul#glossar_menue {
    display: block;
    float: left;
    font-size: 0;
    position: relative;
    z-index: 999;
}

ul#glossar_menue,
ul#glossar_menue ul {
    list-style: outside none none;
    padding: 0;
}

ul#glossar_menue > li {
    margin: 3px 0 0;
}

ul#glossar_menue a {
    background-color: #222222;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-size: 9px;
    padding: 3px 10px;
    text-align: left;
    text-decoration: none;
    line-height: 14px;
}

ul#glossar_menue ul {
    display: none;
    left: 100%;
    position: absolute;
    top: -158px;
}

ul#glossar_menue > li:hover ul {
    display: block;
}

ul#glossar_menue ul li {
    float: none;
    display: block;
    font-size: 0;
    white-space: nowrap;
}

ul#glossar_menue li ul li a {
    background: #08a3d0;
}

ul#glossar_menue li ul li a:hover {
    background: #3d8cba;
}

/*** Rating Stars ***/
.ratingStars {
    display: block;
    position: relative;
    width: 80px;
    height: 17px;
    margin: 0 0 4px;
}

.ratingStars1 {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M16%206h-6L8%20.2%206%206H0l5%203.6-2%205.8%205-3.6%205%203.6-2-5.8z%22%20fill%3D%22%23d2d2d2%22%2F%3E%3C%2Fsvg%3E");

    width: 80px;
    height: 16px;
    display: block;
}

.ratingStars2 {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20d%3D%22M16%206h-6L8%20.2%206%206H0l5%203.6-2%205.8%205-3.6%205%203.6-2-5.8z%22%20fill%3D%22%23fed700%22%2F%3E%3C%2Fsvg%3E");
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.6;
    height: 16px;
    display: block;
}

/*** Easy Digital Downloads ***/
.edd_purchase_submit_wrapper a.button {
    display: block;
    margin: 0 0 0;
    border-radius: 0;
    overflow: hidden;
}

.edd_purchase_submit_wrapper a:hover {
    text-decoration: none;
}

.shopping-cart:not(.visible) {
    display: none;
}
.shopping-cart .header-cart {
    position: relative;
    background: url(/wp-content/plugins/easy-digital-downloads/assets/images/ui-icons_21759b_256x240.png) no-repeat -50px -114px;
    width: 16px;
    height: 16px;
    border: 1px solid #eee;
}
.shopping-cart .header-cart::before {
    content: attr(data-count);
    position: absolute;
    top: 4px;
    left: 12px;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
}

.edd-cart-added-alert {
    background-color: white;
    padding: 5px;
}

#edd_checkout_form_wrap label[for="card_state"] .edd-required-indicator {
    display: none;
}

/* 2017-09-14 tvb */
#edd_checkout_cart td, #edd_checkout_cart th {
    border-color: #EEEEEE;
}

#edd_purchase_submit #edd-purchase-button {
    margin-left: 0;
}

#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_purchase_form #edd_cc_address,
#edd_purchase_form #edd_checkout_user_info,
#edd_checkout_cart .edd_cart_header_row th {
    background-color: #F1F1F1;
}

#edd_cc_address p,
#edd_checkout_user_info p {
    margin-bottom: 20px;
}

#edd_purchase_receipt td h3 {
    left: auto !important;
    margin-top: -10px !important;
}

/* terms */
#edd_checkout_form_wrap #edd_purchase_form #edd_terms_agreement {
    border: 1px solid #e3e3e3;
}

#edd_checkout_form_wrap span.edd-description {
    font-size: 13px;
}

#edd_checkout_form_wrap label {
    font-size: 13px;
}

#edd_terms_agreement div.edd-terms-agreement {
    padding-top: 24px;
    height: 60px;
    background-color: #F1F1F1;
}

#edd-terms-agreement,
#edd_terms h1 {
    margin-top: 10px;
}

#edd_checkout_form_wrap fieldset#edd_terms_agreement {
    margin-bottom: 20px;
}

#edd_purchase_form_wrap label.edd-input,
#edd_purchase_form_wrap span.edd-description,
#edd_purchase_form_wrap label.edd-label {
    font-size: 100%;
}

fieldset#edd_payment_mode_select {
    background-color: #F1F1F1 !important;
    height: 62px;
}

#edd_purchase_form_wrap fieldset {
    min-width: 0;
    background-color: #F1F1F1;
}

#edd_purchase_form_wrap h1 {
    font-size: 28px;
}

#edd_checkout_form_wrap span.edd-description {
    color: #AAA;
}

#edd_purchase_form_wrap fieldset > p {
    margin-bottom: 30px;
}

#edd_purchase_form legend {
    margin: 0;
    display: block;
    height: 21px;
    position: absolute;
    top: -24px;
    left: 0;
    font-size: 100%;
}

#edd_purchase_form fieldset {
    position: relative;
}

#edd_purchase_form #edd_payment_mode_select,
#edd_purchase_form #edd_checkout_user_info,
#edd_purchase_form #edd_cc_address {
    margin-top: 50px;
}

#edd_checkout_form_wrap select.edd-select,
#edd_checkout_form_wrap input.edd-input,
#edd_checkout_form_wrap textarea.edd-input {
    width: 100%;
}

#edd_checkout_form_wrap {
    color: #666;
}

#edd_terms {
    display: block !important;
    height: 600px;
    overflow: auto;
    margin-bottom: 10px;
}

#edd_terms_agreement .edd_terms_links {
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 20px;
}

#edd_terms_agreement .edd_terms_links:before {
    background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -125px 0;
    display: inline-block;
    height: 15px;
    width: 15px;
    left: -1px;
    line-height: 21px;
    position: absolute;
    top: 7px;
    content: '';
    background-size: 350px 350px;
}

#edd_terms_agreement .edd_terms_links:after {
    position: absolute; /* Positions psuedo element relative to .icon */
    width: 15px; /* Same dimensions as .icon */
    height: 15px;
    content: ""; /* Allows psuedo element to show */
    background: #08a3d0; /* The color you want the icon to change to */
    mix-blend-mode: overlay; /* Only apply color on top of white, use screen if icon is black */
    top: 7px;
    left: 0;
}

#edd_show_terms {
    display: none;
}

#edd_terms_agreement .edd-terms-agreement {
    padding-top: 0.5em;
    padding-left: 1.387em;
    padding-bottom: 1.387em;
    height: 44px;
}

#edd_terms_agreement .required {
    display: block !important;
    float: left;
}

.edd-terms-agreement label {
    font-size: 13px !important;
    display: block !important;
    float: left;
}

#edd_purchase_submit .edd-submit {
    margin: 1.387em;
}

#edd_purchase_submit .edd-alert {
    margin-bottom: 0;
}

#edd_purchase_form_wrap #edd_final_total_wrap {
    padding-bottom: 1.387em !important;
    padding-top: 1.387em !important;
    margin-bottom: 0 !important;
}

#edd-card-country-wrap select {
    height: 34px;
    border-color: #e1e1e1;
}

#edd-card-country-wrap select:active {
    border-color: #b0b0b0;
}

#edd-purchase-button, .edd-submit, input[type=submit].edd-submit {
    border: none !important;
    border-radius: 0 !important;
}

#edd_terms_agreement #edd_terms {
    padding-left: 1.387em !important;
    padding-right: 1.387em !important;
}

#edd_terms_agreement #edd_terms h1 {
    font-size: 20px;
}

#edd_terms_agreement #edd_terms hr {
    width: auto !important;
}

#edd_purchase_form_wrap select.edd-select,
#edd_purchase_form_wrap input[type=text],
#edd_purchase_form_wrap input[type=url],
#edd_purchase_form_wrap input[type=tel],
#edd_purchase_form_wrap input[type=email] {
    font-size: 13px;
}

/* purchase receipt */
#edd_purchase_receipt_products tbody tr > td,
#edd_purchase_receipt_products thead tr + tr > td,
#edd_purchase_receipt_products thead tr > th,
#edd_purchase_receipt tbody tr > td,
#edd_purchase_receipt thead tr + tr > td,
#edd_purchase_receipt thead tr + tr > th {
    border: 1px solid #E3E3E3;
    padding: 1.387em;
}

#edd_purchase_receipt_products tbody tr > td,
#edd_purchase_receipt_products thead tr + tr > td,
#edd_purchase_receipt tbody tr > td,
#edd_purchase_receipt thead tr + tr > td {
    background-color: #F1F1F1;
}

#edd_purchase_receipt h3,
#edd_purchase_receipt + h3 {
    font-weight: 700;
    font-size: 15px;
    margin-top: 20px;
}

.td-page-content > p > strong {
    font-size: 15px;
    color: #555555;
}

.edd_purchase_receipt_files .edd_download_file {
    position: relative;
    margin-left: 10px;
}

.edd_purchase_receipt_files .edd_download_file:before {
    content: "\2022";
    position: absolute;
    display: block;
    top: 0;
    left: -10px;
    font-size: 16px;
    color: rgba(51, 150, 204, 0.8);
}


/***  Sidebar Neuigkeiten ***/
.purchaseBoxWrapper {
    overflow: auto;
    width: 100%;
    margin: 0 0 40px;
}

.purchaseBoxWrapper:last-child {
    margin-bottom: 0;
}

.purchaseBox {
    width: 100%;
}

.purchaseBox th {
    text-transform: uppercase;
}

.purchaseBox tr td img {
    max-width: 130px;
    background: #1e1e28;
    padding: 5px 10px;
}

.purchaseBox tr td img:hover {
    background: #000000;
}

.purchaseBox th, .purchaseBox td, .impressum h2, .kontakt h2 {
    border: none;
    border-bottom: 2px solid white;
    border-right: 2px solid white;
    padding: 7px 10px;
    line-height: 16px;
}

.purchaseBox th:last-child, .purchaseBox td:last-child {
    border-right: none;
}

.purchaseBox th, .impressum h2, .kontakt h2 {
    background-color: #08a3d0;
    font-weight: normal !important;
    color: white;
    font-size: 17px !important;
}

.impressum h2, .kontakt h2 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 2px;
    padding: 5px 10px 3px;
}

.kontakt h2 {
    margin-top: 15px;
}

.purchaseBox td:first-child, .lug th {
    background-color: #b3b3b3;
    color: white;
    text-align: left;
}

.purchaseBox td.blank {
    background: none;
}

.purchaseBox td.link {
    background-color: #f1f1f1;
    text-align: center;
}

.purchaseBox td.link a {
    display: inline-block;
    width: 100%;
}
.purchaseBox td.buy {
	text-align:center;
	background-color: #f1f1f1;
}
.purchaseBox td .edd-submit.button.blue {
    background-color: #258a00;
    border-color: #258a00;
}

.purchaseBox td .edd-submit.button.blue:hover {
    background-color: #1f7102;
    border-color: #1f7102;
}

.purchaseBox .edd_download_purchase_form {
    margin: 0;
}

@media (max-width: 1019px) and (min-width: 768px) {
    .purchaseBoxWrapper {
        overflow: initial;
    }

    .purchaseBox,
    .purchaseBox tbody {
        display: block;
        width: 100%;
        border-collapse: collapse;
    }

    .purchaseBox tr,
    .purchaseBox th {
        display: block;
        width: 100%;
    }

    .purchaseBox tr {
        display: flex;
        flex-flow: row wrap;
    }

    .purchaseBox tr th,
    .purchaseBox tr td {
        display: block;
        text-align: center !important;
    }

    .purchaseBox tr td {
        flex: 1 0 0;
    }

    .purchaseBox tr td a {
        color: #08a3d0;
    }

    .purchaseBox tr td a.button {
        width: 100%;
        border-radius: 0;
    }

    .purchaseBox tr td:first-child,
    .purchaseBox tr td:nth-child(4) {
        width: 100%;
        border-right: none;
        flex: 1 100%;
    }

    .purchaseBox tr td:nth-child(4) {
        clear: both;
    }

    .purchaseBox tr td:first-child {
        clear: both;
    }

    .purchaseBox tr td:nth-child(2),
    .purchaseBox tr td:nth-child(3) {
        width: 50%;
        float: left;
    }

    .purchaseBox tr td:nth-child(3) {
        border-right: 0;
    }

    .purchaseBox tr:last-child td:nth-child(2) {
        width: 100%;
        float: none;
    }
}

@media (max-width: 768px) {
    .purchaseBoxWrapper {
        margin: 0 0 35px;
    }
}


@media (max-width: 560px) {
    .purchaseBoxWrapper {
        overflow: initial;
    }

    .purchaseBox,
    .purchaseBox tbody {
        display: block;
        width: 100%;
        border-collapse: collapse;
    }

    .purchaseBox tr,
    .purchaseBox th {
        display: block;
        width: 100%;
    }

    .purchaseBox tr {
        display: flex;
        flex-flow: row wrap;
    }

    .purchaseBox tr th,
    .purchaseBox tr td {
        display: block;
        text-align: center !important;
    }

    .purchaseBox tr td {
        flex: 1 0 0;
    }

    .purchaseBox tr td a {
        color: #08a3d0;
    }

    .purchaseBox tr td a.button {
        width: 100%;
        border-radius: 0;
    }

    .purchaseBox tr td:first-child,
    .purchaseBox tr td:nth-child(4) {
        width: 100%;
        border-right: none;
        flex: 1 100%;
    }

    .purchaseBox tr td:nth-child(4) {
        clear: both;
    }

    .purchaseBox tr td:first-child {
        clear: both;
    }

    .purchaseBox tr td:nth-child(2),
    .purchaseBox tr td:nth-child(3) {
        width: 50%;
        float: left;
    }

    .purchaseBox tr td:nth-child(3) {
        border-right: 0;
    }

    .purchaseBox tr:last-child td:nth-child(2) {
        width: 100%;
        float: none;
    }
}

/************************ Geek Bazar ************************/
.geekBazar .fusion-content-boxes {
    margin-bottom: 0 !important;
}

.geekBazar .description .heading {
    margin: 0;
}

.geekBazar .description .heading .content-box-heading {
    position: relative;
    font-family: "Roboto", serif;
    border-bottom: 2px solid #08a3d0;
    margin: 5px 0 10px !important;
    width: 100%;
    display: inline-block;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: normal !important;
}

.geekBazar .description p {
    margin-bottom: 10px;
}

.geekBazar .description ul {
    margin: 15px 0;
    padding: 0;
}

.geekBazar .description ul li {
    margin: 0 0 0 20px;
    list-style: none;
    position: relative;
    line-height: 21px;
}

.geekBazar .description ul li:after {
    position: absolute;
    content: '';
    font-size: 20px;
    background: #777777;
    left: -12px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 20px;
}

.geekBazar .list .fusion-builder-row {
    padding: 15px !important;
}

.geekBazar .list .fusion-builder-row .fusion-layout-column {
    float: left;
    padding-right: 10px;
    margin: 0 !important;
}

.geekBazar .list .fusion-builder-row .fusion-layout-column h3 {
    margin: 0 0 5px;
}

.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(1) {
    width: 100px !important;
}

.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(2) {
    width: 170px !important;
}

.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) {
    width: calc(100% - 270px) !important;
    padding-right: 0;
}

.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) .content-container p {
    text-align: right;
    margin: 0 0 10px;
}

.geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) .fusion-text p {
    margin: 0;
}

.geekBazar .list .fusion-builder-row:nth-child(odd) {
    background: #f5f5f5;
}


@media (max-width: 1018px) and (min-width: 768px) {
    .geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(1) {
        width: 100% !important;
        margin: 0 0 10px !important;
    }

    .geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) {
        width: calc(100% - 170px) !important;
    }

}

@media (max-width: 580px) {
    .geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(1) {
        width: 100% !important;
        margin: 0 0 10px !important;
    }

    .geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) {
        width: calc(100% - 170px) !important;
    }

}

@media (max-width: 460px) {
    .geekBazar .list .fusion-builder-row .fusion-layout-column:nth-child(3) {
        width: 100% !important;
    }

}

.geekBazar .legend {
    background: #f5f5f5;
    padding: 15px 15px 5px;
    margin: 0 !important;
}

.geekBazar .legend h3 {
    margin: 0 0 10px;
}

.geekBazar .legend p {
    width: 50%;
    float: left;
    padding: 0 10px 0 25px;
    margin: 0 0 10px;
    position: relative;
}

.geekBazar .legend p img {
    position: absolute;
    left: 0;
    top: 0;
}

@media (max-width: 480px) {
    .geekBazar .legend p {
        width: 100%;
    }

    .geekBazar .legend p {
        width: 100%;
    }

}


/************************ Archive tax issue ************************/
.issueHeader h1,
h2.ticker {
    font-family: "Roboto", serif;
    position: relative;
    border-bottom: 2px solid #08a3d0;
    margin: 5px 0 15px !important;
    width: 100%;
    display: inline-block;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

.issueInfo h2 {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 20px !important;
    font-weight: 400 !important;
}

.issueInfo .issueBoxWrapper {
    position: relative;
    margin: 0 0 20px;
}

.issueInfo .issueBoxWrapper:after {
    display: block;
    clear: both;
    content: '';
}

.issueInfo .issueBoxWrapper .issueBoxImage {
    float: left;
    margin: 0 15px 10px 0;
    max-width: 140px;
}

.issueBoxImage img, .issuem_widget_issue_cover_image img, .issueTeaser img {
    border: 1px solid #e3e3e3;
}

.issueInfo .issueBoxWrapper .issueBoxTop {
    background: #f1f1f1;
    padding: 10px;
    width: 150px;
    position: absolute;
    top: 0;
    right: 0;
    clear: both;
}

.issueInfo .issueBoxTop .bob {
    background: #000000;
    padding: 4px 10px;
    text-align: center;
    margin: 0 0 6px;
}

.issueInfo .issueBoxTop .bob:hover {
    background: #333333;
}

.issueInfo .issueBoxTop .bob + div img {
    width: 100%;
}

.issueInfo .issueBoxTop .bob p {
    margin: 0;
}

.issueInfo .issueBoxTop .bob a {
    color: #fff;
}

.issueInfo .issueDescription {
    max-width: calc(100% - 170px);
}

.issueInfo .issueDescription ul {
    padding: 0 0 0 3px;
    float: left;
    width: 100%;
}

.issueInfo .issueDescription ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 10px;
}

.issueInfo .issueDescription ul li:before {
    position: absolute;
    content: "\f111";
    font-size: 6px;
    left: 0;
    top: 5px;
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
}

@media (max-width: 1080px) {
    .issueInfo .issueDescription {
        max-width: 100%;
    }

    .issueInfo .issueBoxWrapper .issueBoxTop {
        position: relative;
    }
}

@media (max-width: 768px) {
    .issueInfo .issueDescription ul {
        margin-top: 0;
    }

    .issueInfo .issueBoxWrapper .issueBoxTop {
        position: absolute;
    }

    .issueInfo .issueDescription {
        max-width: calc(100% - 170px);
    }
}

@media (max-width: 500px) {
    .issueInfo .issueBoxWrapper .issueBoxTop {
        position: relative;
    }

    .issueInfo .issueDescription {
        max-width: 100%;
    }
}

@media (max-width: 360px) {
    .issueInfo .issueBoxWrapper .issueBoxImage {
        max-width: 100%;
        margin: 0 0 10px 0;
    }

}


/***  Post medium ***/
.fusion-post-medium .fusion-post-content .titleWrapper .category {
    background: url(/wp-content/themes/Avada-Child-Theme/images/news-small.png) no-repeat;
    width: 72px;
    height: 18px;
    float: right;
    margin: 4px 0 0 0;
}

.fusion-post-medium .fusion-post-content .titleWrapper .category.artikel {
    background: url(/wp-content/themes/Avada-Child-Theme/images/lc-small.png) no-repeat;
}

.fusion-post-medium .fusion-post-content .titleWrapper .category.linuxuser,
.fusion-post-medium .fusion-post-content .titleWrapper .category.linuxuser-spezial {
    background: url(/wp-content/themes/Avada-Child-Theme/images/linuxuser-logo-small.png) no-repeat;
}

.fusion-post-medium .fusion-post-content .titleWrapper .category.easylinux,
.fusion-post-medium .fusion-post-content .titleWrapper .category.easylinux-starter-kit {
    background: url(/wp-content/themes/Avada-Child-Theme/images/easylinux-logo-small.png) no-repeat;
    width: 75px;
}

.fusion-post-medium .topline {
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0 0 1px;
    line-height: 21px;
}

.fusion-post-medium .fusion-post-content .titleWrapper {
    position: relative;
    border-bottom: 2px solid #08a3d0;
    margin-bottom: 5px;
    width: 79.2%;
    display: inline-block;
}

.topline.text {
    font-weight: bold;
}

@media (max-width: 1140px) {
    .fusion-post-medium .fusion-post-content .titleWrapper {
        width: 76.2%;
    }
}

@media (max-width: 1020px) {
    .fusion-post-medium .image {
        width: 100px;
    }

    .fusion-post-medium .fusion-post-content .titleWrapper {
        width: 100%;
    }
}

.fusion-post-medium .fusion-post-content .entry-title {
    display: inline-block;
    position: relative;
    width: calc(100% - 75px);
    margin-bottom: 2px !important;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

.fusion-post-medium .image {
    float: left;
    width: 130px;
    margin-right: 15px;
    margin-top: 4px;
    margin-bottom: 5px !important;
}

.fusion-post-medium .image img {
    padding: 2px;
    border: 1px solid #dcdcdc;
    display: inline-block;
}

.fusion-post-medium .author {
    display: inline-block;
    position: relative;
    font-size: 11px;
    color: #777;
}

.fusion-post-medium .author a {
    color: #08a3d0;
}

.fusion-post-medium .date {
    font-size: 11px;
    color: #aaa;
}

.fusion-blog-layout-large .fusion-posts-container .fusion-post-medium {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 0 20px !important;
}

.fusion-post-medium .fusion-read-more.btn {
    display: block;
    width: 100%;
}

.fusion-post-medium .fusion-read-more.btn:after {
    display: none;
}

.fusion-blog-pagination .pagination {
    margin-top: 20px;
}

.fusion-show-pagination-text .pagination {
    margin: 22px 0 0 !important;
}

@media (max-width: 768px) {
    .fusion-show-pagination-text .pagination {
        margin: 6px 0 0 !important;
    }
}

.pagination .page-numbers {
    padding: 5px 11px !important;
    border: 1px solid #e3e3e3;
    margin: 0 8px 0 0 !important;
    min-width: 33px;
    text-align: center;
    color: #666;
    line-height: 21px;
    float: left;
    height: 33px !important;
    width: auto !important;
}

.pagination .page-numbers:last-child {
    margin: 0 !important;
}

.pagination .page-numbers:hover {
    background-color: #08a3d0;
    color: #fff;
    border-color: #08a3d0 !important;
}

.pagination .page-numbers.current {
    background-color: #08a3d0;
    color: #fff;
    border-color: #08a3d0;
    height: 33px;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    position: relative;
    text-indent: -99999px;
}

.pagination .page-numbers.prev:after,
.pagination .page-numbers.next:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    left: 13px;
    top: 6px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 13px;
    text-indent: 0;
    color: #666666;
}

.pagination .page-numbers.prev:hover:after,
.pagination .page-numbers.next:hover:after {
    color: #ffffff;
}

.pagination .page-numbers.prev:after {
    content: "\f053";
    left: 11px;
}


/************************ Linux User ************************/
h1.td-page-title span {
    font-size: 30px;
}

.issueHeader {
    margin: 0 0 24px;
}

@media (max-width: 768px) {
    .issueHeader {
        margin: 0 0 19px;
    }
}

.issueInfo .issueBoxWrapper .issueBoxImage {
    float: left;
    margin: 0 0 0 0;
    max-width: 27%;
}

.issueInfo .issueBoxWrapper .purchaseBoxWrapper {
    width: 69%;
    margin-bottom: 0;
    float: right;
}

@media (max-width: 767px) {
    .issueInfo .issueBoxWrapper .issueBoxImage {
        margin: 0 0 0 0 !important;
    }
}

@media (max-width: 560px) {
    .issueInfo .issueBoxWrapper .purchaseBoxWrapper {
        width: 68%;
    }
}

@media (max-width: 480px) {
    .issueInfo .issueBoxWrapper .issueBoxImage {
        margin: 0 0 20px 0 !important;
        max-width: 100%;
    }

    .issueInfo .issueBoxWrapper .purchaseBoxWrapper {
        width: 100%;
    }
}

/************************ Suchseite **************************/
.has-sidebar .error-page .oops {
    font-size: 70px;
    line-height: 70px;
}

.search .fusion-title {
    margin: 0 !important;
}

.search .post-content h3 {
    font-weight: 400;
}

.error-page .useful-links {
    padding-left: 15px;
}

.search .search-page-search-form h2,
.search .post-content .fusion-title h2 {
    border-bottom: 2px solid #08a3d0;
    padding-bottom: 3px;
    padding-right: 0;
    margin: 0 0 12px !important;
    width: 100%;
    display: inline-block;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
}

.search-results .fusion-image-wrapper {
    max-height: 200px;
    overflow: hidden;
}

.search-page-search-form .entry-title {
    width: 100%;
    font-size: 22px !important;
    line-height: 28px !important;
    font-weight: 400 !important;
    border-bottom: 2px solid #08a3d0;
    padding-bottom: 2px;
    margin: 0 0 12px !important;
}

.search-page-search-form-top {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .fusion-columns .fusion-column:not(.fusion-column-last) {
        margin: 0 !important;
    }

    .search-page-search-form-top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 1019px) {
    .search .error-page .fusion-columns .fusion-column {
        width: 100% !important;
        float: none;
    }
}

/************************ Impressum ************************/
.table-border th {
    background-color: #08a3d0;
    color: white;
}

.table-border th.header {
    background-color: #000000;
    padding: 10px 0;
}

.table-border th.header p {
    margin: 0;
}

.partner img {
    display: block;
    margin: 10px auto;
}

.impressum .CMP-Logo {
    display: inline-block;
    margin-top: 20px;
}

/************************ Footer ************************/
@media (max-width: 768px) {
    .fusion-footer-widget-area {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.fusion-copyright-notice {
    font-size: 9px;
}

/************************ Werbung ************************/
#Ads_BA_BS {
    position: relative;
}

#Ads_BA_FLB, #Ads_BA_CAD, #Ads_BA_CAD2, #Ads_BA_FOOT {
    text-align: center;
}

#Ads_BA_FOOT {
    margin-bottom: 20px;
}

#skyscraper {
    position: absolute;
    min-height: 600px;
    min-width: 160px;
    right: 0;
    left: calc(100% - 160px);
}

.leaderboard {
    margin: 0 auto;
    z-index: 1 !important;
}

.leaderboard > div {
    text-align: center;
}

@media (max-width: 768px) {
    #skyscraper {
        display: none;
    }
}

.billboard {
    position: relative;
    margin: 0 auto;
}

.billboard #Ads_BA_FLB {
    padding-top: 10px;
    padding-bottom: 12px !important;
}

/*.billboard #Ads_BA_FLB[style*="display:none;"] {
    padding-top:0;
    padding-bottom:0!important;
}*/


/************************ 404 Page ************************/
.error-page .fusion-404-checklist {
    font-size: 13px !important;
    line-height: 20px !important;
}

.error-page .fusion-404-checklist .fusion-li-item-content {
    margin-left: 30px !important;
}

.error-page .fusion-404-checklist li {
    padding: 5px 0 !important;
}

.error-page .fusion-404-checklist .icon-wrapper {
    margin: 0 5px 0 0 !important;
    background: #ef7c02 !important;
}


/************************ Archive/Search Pages Styling ************************/

.archive .fusion-blog-layout-medium .post-content + .fusion-clearfix,
.search .fusion-blog-layout-medium .post-content + .fusion-clearfix {
    /*  display:none;*/
}

.archive .fusion-blog-layout-medium .fusion-meta-info,
.search .fusion-blog-layout-medium .fusion-meta-info {
    border: none;
    margin: 0;
    padding: 0;
}

.search .fusion-blog-layout-medium .fusion-post-medium.post {
    margin-bottom: 10px;
}

.archive .fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft,
.search .fusion-blog-layout-medium .fusion-meta-info .fusion-alignleft {
    display: none;
}


@media (max-width: 1018px) and (min-width: 768px) {
    .search .fusion-blog-layout-medium .fusion-post-content {
        width: 100% !important;
    }

    .fusion-blog-layout-medium .fusion-post-slideshow {
        margin-right: 0;
        width: 100%;
        margin-bottom: 10px;
    }
}

/* Header */
.fusion-text .more a:after {
    display: none;
}

.fusion-text .more {
    padding: 3px 8px;
    background: #f7f7f7;
    display: inline-block;
    color: #777777;
    font-size: 13px;
    float: right;
}

.fusion-text .more:hover {
    background: #f1f1f1;
}

.fusion-text .more a {
    font-weight: bold;
    margin: 0;
}

/* Kontakt */
.wpcf7 hr.spacer {
    border: 0;
    border-bottom: 1px solid #08a3d0;
    margin: 10px 0 10px;
}

.wpcf7 br {
    display: none;
}

.wpcf7-form input[type="submit"] {
    background: #08a3d0;
    padding: 8px 15px !important;
    font-weight: 500;
    text-transform: initial;
}

.wpcf7-form input[type="submit"]:hover {
    background:#078bb0;
}

.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
	color:#444;
}

.wpcf7-select-parent .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form textarea {
    color:#444;
    border-color:#999;
}

.wpcf7-form textarea {
    color:#444;
}

.wpcf7-select-parent .select-arrow {
    color:#444;
    border-color:#999;
}

/************************ Fragen ************************/
.dwqa-widget ul li {
	font-style:normal;
}
.dwqa-breadcrumbs {	
	display:none;
}

.dwqa-container .dwqa-question-filter {
    position: relative;
}

.dwqa-container .dwqa-question-filter:after {
    display: table;
    content: '';
    clear: both;
}

.dwqa-container .dwqa-question-filter span,
.dwqa-container .dwqa-question-filter a {
    font-size: 13px;
    line-height: 26px;
    background: #08a3d0;
    color: #ffffff;
    margin: 0 3px 3px 0;
    padding: 0 8px;
    display: inline-block;
    float: left;
}

.dwqa-container .dwqa-question-filter a {
    background: #f5f5f5;
    color: #666666;
    white-space: nowrap;
}

.dwqa-container .dwqa-question-filter a:hover,
.dwqa-container .dwqa-question-filter a.active {
    border: none !important;
    background: #999999;
    color: #ffffff;
    text-decoration: none;
}

.dwqa-container .dwqa-question-filter a:hover {
    background: #999999;
}

.dwqa-question-title a {
    font-size: 13px;
}

.dwqa-container .dwqa-pagination {
    display: inline;
}

.dwqa-container .dwqa-pagination a,
.dwqa-container .dwqa-pagination span,
.dwqa-container .dwqa-ask-question a {
    padding: 5px 11px;
    border: 1px solid #e3e3e3;
    display: inline-block;
    margin: 0 8px 8px 0;
    min-width: 33px;
    text-align: center;
    color: #666;
    line-height: 21px;
    float: left;
}

.dwqa-container .dwqa-pagination a:hover,
.dwqa-container .dwqa-pagination span:hover,
.dwqa-container .dwqa-pagination a.dwqa-current,
.dwqa-container .dwqa-pagination span.dwqa-current {
    text-decoration: none;
    background: #08a3d0;
    border: 1px solid #08a3d0;
    color: #ffffff;
}

.dwqa-container .dwqa-ask-question a {
    background: #74b78c;
    border: 1px solid #74b78c;
    color: #ffffff;
    font-size: 15px;
}

.dwqa-container .dwqa-ask-question a {
    margin: 0;
}

.dwqa-container .dwqa-ask-question a:hover {
    background: #649e78;
    border: 1px solid #649e78;
    text-decoration: none;
}

.dwqa-container .dwqa-questions-list {
    border: none;
    border-collapse: separate;
    border-spacing: 2px;
}

.dwqa-questions-list th {
    background-color: #08a3d0;
    color: white;
}

.dwqa-container .dwqa-questions-list .dwqa-question-item {
    border: none;
    background: #f5f5f5;
}

.dwqa-container .dwqa-questions-list .dwqa-question-item:hover {
    background: #f0f0f0;
}

.dwqa-container .dwqa-questions-list .dwqa-question-item:nth-child(even) {
    border: none;
    background: #ececec;
}

.dwqa-container .dwqa-questions-list .dwqa-question-item:nth-child(even):hover {
    background: #e6e6e6;
}

.dwqa-container table.dwqa-questions-list {
    margin: 0;
}

.dwqa-container table.dwqa-questions-list tr td.dwqa-answer-count {
    text-align: center;
}

.dwqa-container table.dwqa-questions-list tr td.dwqa-question-author {
    line-height: 17px;
}

.dwqa-container table.dwqa-questions-list tr td.dwqa-latest-answer {
    font-size: 12px;
    line-height: 17px;
    min-width: 114px;
}

.dwqa-container .dwqa-questions-footer:after {
    display: table;
    content: '';
    clear: both;
}

@media (max-width: 1018px) and (min-width: 768px) {
    .dwqa-container table.dwqa-questions-list tr th:nth-child(3),
    .dwqa-container table.dwqa-questions-list tr td.dwqa-question-author {
        display: none;
    }
}

@media (max-width: 480px) {
    .dwqa-container table.dwqa-questions-list tr th:nth-child(3),
    .dwqa-container table.dwqa-questions-list tr td.dwqa-question-author {
        display: none;
    }
}

.comment-form input[type="submit"] {
    text-transform: none;
}

p.dwqa-comment-note {
    display: none;
    margin: 10px 0 0 !important;
}


/************************ Fragen/Answer ************************/
.dwqa-question-item .dwqa-question-meta, .dwqa-answer-item .dwqa-answer-meta {
    padding: 7px 8px 7px 13px;
    background: #f5f5f5;
}

.dwqa-question-vote .dwqa-vote, .dwqa-answer-vote .dwqa-vote, .dwqa-question-vote .dwqa-vote-down, .dwqa-answer-vote .dwqa-vote-down {
    border-width: 16px !important;
}

.dwqa-question-vote .dwqa-vote-count, .dwqa-answer-vote .dwqa-vote-count {
    margin-left: 7px;
}

.dwqa-question-item .dwqa-question-meta .dwqa-question-status select {
    background-color: #fff;
}

.dwqa-question-item .dwqa-question-meta:after,
.dwqa-answer-item .dwqa-answer-meta:after {
    display: table;
    content: '';
    clear: both;
}

.dwqa-question-item .dwqa-question-meta,
.dwqa-answers .dwqa-answer-meta {
    margin-bottom: 0;
}

.dwqa-question-item .dwqa-question-meta span:first-child,
.dwqa-answers .dwqa-answer-meta span:first-child {
    font-size: 15px;
    font-weight: 700;
}

.dwqa-question-item .dwqa-question-actions a,
.dwqa-answer-item .dwqa-answer-actions a {
    padding: 3px 7px;
    background: #74b78c;
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
}

.dwqa-question-item .dwqa-question-actions a {
    float: left;
    padding: 0 7px;
    line-height: 26px;
}

.dwqa-question-item .dwqa-question-actions a:hover,
.dwqa-answer-item .dwqa-answer-actions a:hover {
    background: #649e78;
    text-decoration: none;
}

.dwqa-question-item .dwqa-question-actions label {
    float: left;
    line-height: 26px;
}

.dwqa-question-item .dwqa-question-actions label input[type=checkbox] {
    margin: 7px 4px 0;
    display: inline-block;
    float: left;
}

.dwqa-question-item .dwqa-question-actions a.dwqa_delete_question,
.dwqa-answer-item .dwqa-answer-actions a.dwqa_delete_answer {
    background: #cc2028;
}

.dwqa-question-item .dwqa-question-meta a.dwqa_delete_question:hover,
.dwqa-answer-item .dwqa-answer-actions a.dwqa_delete_answer:hover {
    background: #b31d24;
}

.dwqa-question-item .dwqa-question-content,
.dwqa-answer-item .dwqa-answer-content {
    padding: 8px 13px 0;
    margin-bottom: 12px;
}

.dwqa-answer-item .dwqa-answer-content p {
    color: #333333;
}

.dwqa-answer-item .dwqa-answer-content p:last-child,
.dwqa-question-item .dwqa-question-content p:last-child,
.dwqa-answer-item .dwqa-answer-content .video-shortcode,
.dwqa-question-item .dwqa-question-content .video-shortcode {
    margin-bottom: 12px !important;
}

.dwqa-comment-meta span {
    font-style: italic;
    font-weight: bold;
}

.dwqa-comments-list .dwqa-comment-actions a {
    padding: 3px 7px;
    background: #74b78c;
    color: #ffffff;
}

.dwqa-comments-list .dwqa-comment-actions a:hover {
    background: #649e78;
    text-decoration: none;
}

.dwqa-comments-list .dwqa-comment-actions a.dwqa-delete-comment {
    background: #cc2028;
}

.dwqa-comments-list .dwqa-comment-actions a.dwqa-delete-comment:hover {
    background: #b31d24;
}

.dwqa-answer-form form {
    text-align: left;
}

.dwqa-captcha {
    margin-bottom: 11px;
}

.dwqa-select, .dwqa-comment-hide + p {
    display: none;
}

.dwqa-btn-primary {
    background: #08a3d0 !important;
    padding: 8px 15px !important;
    min-width: auto !important;
}

.dwqa-btn-primary:hover {
    background-color: #078bb0 !important;
}

.dwqa-pick-best-answer {
    left: 12px;
}

@media (max-width: 480px) {
    .dwqa-pick-best-answer {
        display: none;
    }

    .single-dwqa-question .dwqa-question-item .dwqa-question-vote, .single-dwqa-question .dwqa-answer-item .dwqa-answer-vote {
        display: none;
    }
}


/* comment section on single posts */
#comments, #wpdcom {
    margin: 0 auto;
}

#wpcomm {
    padding: 0;
    margin: 0 auto;
    border: none;
}

#wc-comment-header {
    padding-top: 0;
    margin-top: -10px;
}

.wpdiscuz-subscribe-bar {
    margin-bottom: 0;
}

#wpcomm .wpdiscuz-form-top-bar {
    display: none;
}

.wc-comment-title {
    display: none;
}

#wpcomm .wc-thread-wrapper {
    padding: 0;
    margin: 0;
}

#wpcomm .wc-thread-wrapper .wc-blog-guest:first-child {
    margin-top: 20px;
}

#wpcomm .wc-comment-bar {
    padding-top: 10px;
}

#wpcomm .wpdiscuz-front-actions {
    margin-top: 10px;
}

#wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
    min-width: 28px;
    width: 28px;
    border: 1px solid #333333;
    padding: 3px 3px 5px 3px !important;
    height: 28px !important;
    min-height: 28px !important;
}

#wpcomm .wc-reply {
    border-top: 1px solid #dedede;
}

#wpcomm .wc-comment .wc-reply:last-child .wc-reply .wc-comment-right {
    margin-bottom: 0;
}

#wpcomm .wc-reply .wc-comment-header {
    border: none !important;
}

@media screen and (max-width: 1019px) {
    #wpcomm .wpdiscuz-subscribe-form-button input[type="submit"] {
        margin-top: 10px;
    }

    #wpcomm .wpdiscuz-subscribe-form-option {
        width: 100% !important;
        padding-right: 5px !important;
    }

    #wpcomm .wpdiscuz-subscribe-form-email {
        width: calc(100% - 33px) !important;
        margin-top: 10px;
    }

    #wpcomm .wpdiscuz-subscribe-form-button {
        width: 28px !important;
    }
}

@media screen and (max-width: 800px) {
    #wpcomm .wpdiscuz-front-actions .wpdiscuz-sbs-wrap {
        padding: 0;
    }
}


#wpcomm .wpdiscuz-subscribe-form-email {
    padding: 0;
}

.comments-area .notification {
    background: #f86457;
    color: #ffffff;
    position: relative;
    padding: 25px 40px 25px 64px;
    margin: 0 0 24px;
}

.comments-area .notification:before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #f86457;
    position: absolute;
    bottom: -12px;
    content: '';
    left: calc(50% - 10px);
}

.comments-area .notification:after {
    background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -178px -34px;
    display: inline-block;
    height: 27px;
    width: 27px;
    left: 25px;
    line-height: 21px;
    position: absolute;
    top: 25px;
    content: '';
}

.comments-area .notification .closeButton {
    width: 19px;
    height: 19px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
    border: 1px solid #ffffff;
    cursor: pointer;
}

.comments-area .notification .closeButton:hover {
    background: #e65d51;
}

.comments-area .notification .closeButton:after {
    background: url(/wp-content/themes/Avada-Child-Theme/images/sprite.png) repeat scroll -233px -35px;
    display: inline-block;
    height: 27px;
    width: 27px;
    left: 0;
    line-height: 21px;
    position: absolute;
    top: 0;
    content: '';
}

.comments-area .notification p {
    font-size: 18px;
    line-height: 25px;
    margin: 0;
}


/* Pretty Photo Lightbox */
div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
    margin-bottom: 5px;
}

.pp_nav {
    margin: 3px 10px 0 7px;
}

div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next,
div.pp_default .pp_expand,
div.pp_default .pp_contract,
div.pp_default .pp_close {
    background: #f9f9f9;
    height: 30px;
    width: 30px;
    margin: 0 5px 0 0;
    border: 1px solid #e6e6e6;
    position: relative;
    left: auto;
}

div.pp_default .pp_expand,
div.pp_default .pp_contract,
div.pp_default .pp_close {
    position: absolute;
    margin: 0;
}

div.pp_default .pp_close {
    top: 2px;
    margin: 0 7px 0 0;
}

div.pp_default a.pp_arrow_previous:hover,
div.pp_default a.pp_arrow_next:hover,
div.pp_default .pp_contract:hover,
div.pp_default .pp_expand:hover,
div.pp_default .pp_close:hover {
    background: #fff;
}

div.pp_default a.pp_arrow_previous:after,
div.pp_default a.pp_arrow_next:after,
div.pp_default .pp_contract:after,
div.pp_default .pp_expand:after,
div.pp_default .pp_close:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    left: 12px;
    top: 5px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 13px;
    text-indent: 0;
    color: #666666;
}

div.pp_default .pp_close:after {
    content: "\f00d";
    left: 9px;
    top: 4px;
    font-size: 15px;
}

div.pp_default .pp_contract:after {
    content: "\f78c";
    left: 7px;
    top: 2px;
    font-size: 16px;
}

div.pp_default .pp_expand:after {
    content: "\f31e";
    left: 8px;
    top: 4px;
    font-size: 15px;
}

div.pp_default a.pp_arrow_previous:after {
    content: "\f053";
    left: 10px;
}

/* source links archive, ex. https://www.linux-community.de/qr/44030 */
.sourceLinks h3 {
    margin: 0 0 10px;
    padding: 5px 0 5px 18px;
    color: #707070;
    background-color: #f5f5f5;
    border-bottom: 2px solid silver;
    font-size: 13px
}

.sourceLinks .articleIntro {
    padding-left: 20px
}

.sourceLinks .articleLinks {
    margin: 7px 0 20px;
    padding: 0 !important
}

.sourceLinks .articleLinks li {
    margin: 0 0 0 20px;
    list-style: none;
    position: relative;
    line-height: 21px
}

.sourceLinks .articleLinks li:after {
    position: absolute;
    content: '';
    font-size: 20px;
    background: #777;
    left: -12px;
    top: 7px;
    width: 6px;
    height: 6px;
    border-radius: 20px
}

/* Datenschutz Seite - go to Privacy Manager Section */
.toPrivacyManager {
    margin: 15px 0 20px;
}

.toPrivacyManager .button {
    padding: 0.4rem 2rem 0.4rem 1rem;
    height: 3rem;
    background-color: transparent;
    position: relative;
    border: 1px solid #000000;
    color: #08a3d0;
    line-height: 2rem;
    display: inline-block;
    box-sizing: border-box;
    font-size: 17px;
    text-decoration: none;
}

.toPrivacyManager .button:hover {
    color: #000000;
}

.toPrivacyManager .button:before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free", serif;
    height: 9px;
    width: 9px;
    padding: 0;
    position: absolute;
    overflow: visible;
    top: 1px;
    right: 16px;
    color: #08a3d0;
    line-height: 45px;
    font-size: 20px;
    font-weight: 700;
}

.toPrivacyManager .button:hover:before {
    color: #000000;
}

/** /linuxuser-musterartikel/ **/
.fmt {
    color: green;
    font-weight: 700;
}

/** /lug/ **/
.lug tfoot {
    text-align: right;
    background-color: #b3b3b3;
    color: white;
    font-size: 0.7rem;
}

/* Linuxuser Scrollable Table */
.scrollTable {
    overflow-x: auto;
}

.scrollTable table tr th,
.scrollTable table tr td {
    padding: 5px 8px;
}

.scrollTable table tr th {
    font-size: 14px;
    line-height: 16px;
}

.scrollTable table tr td a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.scrollTable table tr th:nth-child(1),
.scrollTable table tr td:nth-child(1) {
    max-width: 150px;
    width: 150px;
}

.scrollTable table tr th:nth-child(2),
.scrollTable table tr td:nth-child(2) {
    max-width: 100%;
    width: 100%;
}

.scrollTable table tr th:nth-child(3),
.scrollTable table tr td:nth-child(3) {
    max-width: 200px;
    width: 200px;
    min-width: 200px;
}

.scrollTable table tr td {
    font-size: 12px;
    line-height: 15px;
}

@media (max-width: 1018px) and (min-width: 768px) {
    .scrollTable table tr th:nth-child(1),
    .scrollTable table tr td:nth-child(1) {
        max-width: 102px;
        width: 102px;
    }

    .scrollTable table tr th:nth-child(3),
    .scrollTable table tr td:nth-child(3) {
        max-width: 130px;
        width: 130px;
        min-width: 130px;
    }
}

@media screen and (max-width: 660px) {
    .scrollTable table tr th:nth-child(1),
    .scrollTable table tr td:nth-child(1) {
        max-width: 102px;
        width: 102px;
    }
}

@media screen and (max-width: 560px) {
    .scrollTable table tr th:nth-child(3),
    .scrollTable table tr td:nth-child(3) {
        max-width: 130px;
        width: 130px;
        min-width: 130px;
    }
}

/* Fireplace Advertorial */
.fpl {
   position: relative;
   height: 250px;
   width:1068px;
   margin-left: -15px;
}
.fpl a {
   display:block;
}
.fpl .fplLeft {
    background:url("/wp-content/themes/Avada-Child-Theme/images/usenext/left.jpg") no-repeat black;
    position: absolute;
    width:322px;
    height:1508px;
    top:0;
    left:-309px;
}
.fpl .fplTop {
    background:url("/wp-content/themes/Avada-Child-Theme/images/usenext/top.jpg");
    position: absolute;
    width:1068px;
    height:250px;
    top:0;
    left:13px;
}
.fpl .fplRight {
    background:url("/wp-content/themes/Avada-Child-Theme/images/usenext/right.jpg") no-repeat black;
    position: absolute;
    width:580px;
    height:1508px;
    top:0;
    right:-593px;
}

@media screen and (max-width: 1140px) {
    .fpl {
        display:none;
    }
}