/* Roboto Condensed 400 u. 700 (Ueberschriften u. Menue) */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
/* Roboto Slab 400 (Buttons u. Ueberschrift Meinungsartikel) */
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
/* Roboto 500 (Beitragsinfos) */
@import url(https://fonts.googleapis.com/css?family=Roboto:500);
/* Indie Flower (Handschrift) */
@import 'https://fonts.googleapis.com/css?family=Indie+Flower';

#bottomNavClose:after,
.menu a,
.quelle,
.viaquelle {
    text-transform: uppercase
}

*,
.sm,
.sm li,
.sm ul {
    -webkit-tap-highlight-color: transparent
}

body {
    background: #363840;
    margin: 0;
    min-width: 300px;
    padding: 0 2%
}

.sm,
.sm li,
.sm ul,
.sm>li>h1,
.sm>li>h2,
.sm>li>h3,
.sm>li>h4,
.sm>li>h5,
.sm>li>h6 {
    margin: 0;
    padding: 0
}

.sm,
.sm li,
.sm ul {
    display: block;
    list-style: none;
    line-height: normal;
    direction: ltr
}

.sm-rtl,
.sm-rtl li,
.sm-rtl ul {
    direction: rtl;
    text-align: right
}

.sm ul {
    display: none
}

.sm a,
.sm:after {
    display: block
}

.sm a,
.sm li {
    position: relative
}

.sm a.disabled {
    cursor: not-allowed
}

.sm:after {
    content: "\00a0";
    height: 0;
    font: 0/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.sm,
.sm *,
.sm:after,
.sm:before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.sm-simple {
    border: 1px solid #bbb;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
}


.sm-simple a,
.sm-simple a:active,
.sm-simple a:focus,
.sm-simple a:hover {
    padding: 13px 58px 13px 20px;
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 17px;
    text-decoration: none
}

/* .adsbygoogle, */
.wpcf7-submit,
div.quelle a,
div.viaquelle a {
    text-decoration: none!important
}

.sm-simple a.current {
    background: #555;
    color: #fff
}

.sm-simple a.disabled {
    color: #ccc
}

.sm-simple a span.sub-arrow {
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: auto;
    right: 4px;
    width: 34px;
    height: 34px;
    overflow: hidden;
    font: 700 14px/34px monospace!important;
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, .08)
	}

.sm-simple a.highlighted span.sub-arrow:before {
    display: block;
    content: '-'
}

.sm-simple li {
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.sm-simple>li:first-child {
    border-top: 0
}

.sm-simple ul {
    background: rgba(179, 179, 179, .1)
}

.sm-simple ul a,
.sm-simple ul a:active,
.sm-simple ul a:focus,
.sm-simple ul a:hover {
    font-size: 14px;
    border-left: 8px solid transparent
}

.sm-simple ul ul a,
.sm-simple ul ul a:active,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:hover {
    border-left: 16px solid transparent
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:active,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:hover {
    border-left: 24px solid transparent
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:active,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:hover {
    border-left: 32px solid transparent
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:active,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:hover {
    border-left: 40px solid transparent
}

@media (min-width:911px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
    .sm-simple li {
        float: left
    }
    .sm-simple.sm-rtl li {
        float: right
    }
    .sm-simple ul li,
    .sm-simple.sm-rtl ul li,
    .sm-simple.sm-vertical li {
        float: none
    }
    .sm-simple a {
        white-space: nowrap;
        font-family: "Roboto Condensed", Roboto, sans-serif
    }
    .sm-simple ul a,
    .sm-simple.sm-vertical a {
        white-space: normal
    }
    .sm-simple .sm-nowrap>li>:not(ul) a,
    .sm-simple .sm-nowrap>li>a {
        white-space: nowrap
    }
    .sm-simple {
        background: #fff
    }
    .sm-simple a,
    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        padding: 11px 20px;
        color: #555
    }
    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        background: #eee
    }
	
    .sm-simple a.current {
        background: #555;
        color: #fff
    }
    .sm-simple a.disabled {
        background: #fff;
        color: #ccc
    }
    .sm-simple a.has-submenu {
        padding-right: 32px
    }
    .sm-simple a span.sub-arrow {
        top: 50%;
        margin-top: -8px;
        right: 20px;
        width: 8px;
        height: 16px;
        font: 14px/16px monospace!important;
        background: 0 0
    }
    .sm-simple a.highlighted span.sub-arrow:before {
        display: none
    }
    .sm-simple>li {
        border-top: 0;
        border-left: 1px solid #eee
    }
    .sm-simple>li:first-child {
        border-left: 0
    }
    .sm-simple ul {
        position: absolute;
        border: 1px solid #bbb;
        background: #fff;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .2)
    }
    .sm-simple ul a {
        border: 0!important
    }
    .sm-simple ul a.has-submenu {
        padding-right: 20px
    }
    .sm-simple ul a span.sub-arrow {
        right: auto;
        margin-left: -12px
    }
    .sm-simple ul>li {
        border-left: 0;
        border-top: 1px solid #eee
    }
	
	
    .sm-simple ul>li:first-child {
        border-top: 0
    }
    .sm-simple span.scroll-down,
    .sm-simple span.scroll-up {
        position: absolute;
        display: none;
        visibility: hidden;
        overflow: hidden;
        background: #fff;
        height: 20px
    }
    .sm-simple span.scroll-down-arrow,
    .sm-simple span.scroll-up-arrow {
        position: absolute;
        top: -2px;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        overflow: hidden;
        border-width: 8px;
        border-style: dashed dashed solid;
        border-color: transparent transparent #555
    }
    .sm-simple span.scroll-down-arrow {
        top: 6px;
        border-style: solid dashed dashed;
        border-color: #555 transparent transparent
    }
    .sm-simple.sm-rtl a.has-submenu {
        padding-right: 20px;
        padding-left: 32px
    }
    .sm-simple.sm-rtl ul a.has-submenu,
    .sm-simple.sm-rtl.sm-vertical a.has-submenu {
        padding: 11px 20px
    }
    .sm-simple.sm-rtl a span.sub-arrow {
        right: auto;
        left: 20px
    }
    .sm-simple.sm-rtl ul a span.sub-arrow,
    .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
        right: 20px;
        margin-right: -12px
    }
    .sm-simple.sm-rtl>li:first-child {
        border-left: 1px solid #eee
    }
    .sm-simple.sm-rtl>li:last-child {
        border-left: 0
    }
    .sm-simple.sm-vertical a span.sub-arrow {
        right: auto;
        margin-left: -12px
    }
    .sm-simple.sm-vertical li {
        border-left: 0;
        border-top: 1px solid #eee
    }
    .sm-simple.sm-vertical>li:first-child {
        border-top: 0
    }
}

/* Zusatz für Burger-Button (nur Mobile-Menü)*/
#blog_kommentare,
#menu-button {
    font-size: 34px
}

.quelle,
.viaquelle {
    font-size: 13px;
	margin-bottom: 15px;
}

#blog_kommentare.collapsed:before,
#blog_kommentare:before,
#menu-button.collapsed:before,
#menu-button:before {
    content: ''
}

#main-menu.collapsed {
    display: none
}

@media (max-width:911px) {

#dm_pn_anz {
    right: 115px !important;
    }
}


@media (min-width:911px) {
	/* hide the button in desktop view */
    #blog_kommentare,
    #menu-button {
        display: none
    }
    
    /* always show the menu in desktop view */
    #main-menu.collapsed {
        display: block
    }
}
/* ======> Menü und Body Ende <====== */

/* Anfang | CSS-Code für die Quellenangabe */
.quelle {
    text-align: left
}

.viaquelle {
    text-align: right
}

div.quelle a,
div.viaquelle a {
    color: #fff;
    background-color: #595c67;
    padding: 1px 5px;
    display: inline-block;
    border-radius: 3px
}

#jqlb_closelabel,
.rsswidget img {
    display: none
}

div.quelle a:hover,
div.viaquelle a:hover {
    color: #fff;
    background-color: #318ac2;
    transition-property: background-color!important;
    text-decoration: none!important
}
/* Ende | CSS-Code für die Quellenagabe */

code,
kbd,
pre {
    border-radius: 3px
}

/* Kennzeichnet jede Google-Werbung mit einem kleinen 'Werbung'-Hinweis */
#gwerbung:before {
    content: "Werbung";
    color: #fff;
    font-size: 10px;
    background: #5d5d5d;
    border-radius: 2px;
    padding: 1px 4px 2px;
}

/*
.adsbygoogle{
    margin-bottom: 50px;
    margin-top: 10px;
}

*/

#primary #gwerbung{
    padding-left: 30px;
    padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
	width: 100%;
 /* background: #e9e7e8;  */
}


.home #primary #gwerbung{
	border-bottom: 1px solid #e9e7e8;
}

/*
.infeed {
	height: 195px;
}
*/

/* Ende Google /*

/*Anpassung der RSS-Boxen */
a.rsswidget {
    color: #434343!important
}

a.rsswidget:hover {
    color: #5f95ba!important
}

/* macht den Amazon-Button schick */
.amazonbutton {
    background-color: #595c67;
    color: #FFF;
    border-bottom: #318ac2 3px solid;
    padding: 30px 36px 10px
}

.amazonbutton:hover {
    background-color: #318ac2;
    color: #fff;
    border-bottom: #595c67 3px solid
}

code,
pre {
    background-color: #eee
}

.ifa img {
    height: 126px;
    width: 254px
}

/* passt die Autoren-Box etwas an */
/* entfernt */

/* Zitate Links */
blockquote span {
    color: #318ac2!important;
    font-size: inherit;
    font-style: inherit
}

/* färbt den Hintergrund von Code schwarz */
code {
    padding: 2px
}

pre {
    padding: 15px;
    display: flex;
    overflow: auto;
    word-break: normal!important;
    word-wrap: normal!important;
    white-space: pre!important
}

kbd {
    color: #787878;
    background-color: #f2f2f2;
    line-height: 5px;
    white-space: inherit;
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    padding: 1px 3px
}

/* holt die Lightbox in den Vordergrund */
#lightbox,
#overlay {
    z-index: 999999999
}

/* sorgt dafür, dass die vor- und zurück Buttons nicht durch die Luft fliegen */  
#nextLink:hover,
#prevLink:hover {
    transition-duration: 0s
}

/* färbt den neuen Schließen Button beim Überfahren um */  
#bottomNavClose:hover::after {
    background: #fff;
    color: #595c67;
    transition-duration: .5s
}

/*positioniert den Schließen-Button etwas anders */
#imageData #bottomNavClose {
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-right: -10px
}

#imageDataContainer {
    line-height: 24px
}

/*macht den PayPal Button wie die anderen */
div.paypalbutton input {
    background-image: url(https://www.deskmodder.de/public/logos/paypal-button.png);
    background-size: 125px 38px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-color: #595c67;
    color: #FFF;
    border-bottom: #318ac2 3px solid;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 60px;
    width: 197px;
    display: block;
    padding: 9px 36px 10px;
    margin: 10px auto
}

div.paypalbutton input[type=submit]:hover {
    background-color: #318ac2;
    border-bottom: #595c67 3px solid;
    transition-duration: .3s
}

/* Anpassungen Like-System */

.wpulike-default .wp_ulike_put_image:after{
	background: none;
	content: "\f164";
	width: 13px;
	height: 18px;
}



.wpulike:hover .wp_ulike_likers_wrapper, .wp_ulike_likers_wrapper {
    transform: none !important;
	transition: none !important;
	position: initial;
	padding: 0px;
	box-shadow: none;
	border-radius: 0px;
	margin-left: 90px;
	background: none;
}

.wpulike .wp_ulike_likers_wrapper, .wpulike .wp_ulike_likers_wrapper .tiles a > img {
    display:none;
}

.user-tooltip{
	display: none;
	}

.wp_ulike_general_class {
    float: right;
    display: inline;
}  

.wp_ulike_likers_wrapper .tiles{
	border-spacing: 5px;
}

.wp_ulike_likers_wrapper:after{
	display: none;
}

.wp_ulike_likers_wrapper .tiles li a>img {
	border-radius: 0px;
}

.wp_ulike_btn:after{
    content: "\f164";
	color: #757575;
	font-size: 16px;
	font-family: FontAwesome;
    background: none;
}

.wpulike-default .wp_ulike_btn {
	background: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	padding-right: 14px;
	min-width: initial;
	height: initial;
	font-weight: initial;
	line-height: 20px;
	min-height: initial;
}

.wpulike-default .wp_ulike_is_liked .wp_ulike_btn {
	display: none;
}

.wp_ulike_general_class {
	background: #E9E7E8;
	border-radius: 2px;
	transition-duration: 0.2s;
}

.wp_ulike_general_class:hover {
	background: #cccacb;
	border: none !important;
	transition-duration: 0.2s;
}

.wp_ulike_general_class.wp_ulike_is_liked{
	background: none;
}

.wpulike-default .count-box {
	border-radius: 2px;
	box-shadow: none;
	background: #fff;
	width: 31px;
	margin-left: 0px;
	border: 0px;
	line-height: 20px;
	margin: 2px;
	border: 0px;
}

.wp_ulike_general_class.wp_ulike_is_liked .count-box{
	border: 1px solid #ccc;
}

.wpulike-default .count-box:before {
	display: none;
}

.loading{
    display: none !important;
}

.wpulike .wp_ulike_is_loading .wp_ulike_btn, #buddypress .activity-content .wpulike .wp_ulike_is_loading .wp_ulike_btn,
#bbpress-forums .bbp-reply-content .wpulike .wp_ulike_is_loading .wp_ulike_btn{
    background-image: none !important;
}

 /* Formular der Tipp-Box */ 
.wpcf7-form input,
.wpcf7-form textarea {
    box-shadow: none;
    border: 1px solid #DFDFDF;
    background: #F8F8F8;
    color: #3E3E4A;
    line-height: 20px;
    padding: 10px;
    width: 70%
}

.wpcf7-form button:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    border-color: #318AC2;
    transition-duration: .3s!important
}

.wpcf7-submit {
    margin-top: 20px!important;
    background-color: #595c67!important;
    color: #FFF!important;
    font-size: 18px!important;
    padding: 5px 38px!important;
    border-bottom: #318ac2 3px solid!important;
    width: 20%!important;
    border-top: none!important;
    border-left: none!important;
    border-right: none!important
}

.wpcf7-submit:hover {
    background-color: #318ac2!important;
    color: #fff!important;
    border-bottom: #595c67 3px solid!important;
    transition-duration: .3s!important
}

 /* Abonnieren Testfeld und Button */ 
#subscribe-email input {
    box-shadow: none;
    border: 1px solid #DFDFDF;
    background: #F8F8F8;
    color: #3E3E4A;
    width: 100%
}

#subscribe-email input:focus {
    border-color: #318AC2;
    transition-duration: .3s!important
}

#subscribe-submit input {
    background-color: #595c67;
    color: #FFF;
    border-bottom: #318ac2 3px solid;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 40px;
    width: 197px;
    display: block;
    font-size: 18px;
    padding: 5px 38px;
    margin: 20px auto 10px
}

#subscribe-submit input[type=submit]:hover {
    background-color: #318ac2;
    border-bottom: #595c67 3px solid;
    transition-duration: .3s
}

/* stylt das Spotlight */
.dm_feature {
    width: 100%;
    position: relative;
    background: #000;
    max-height: 75px;
    overflow: hidden;
    margin-bottom: 10px
}

#text-31 .textwidget img,
.dm_feature img {
    margin-bottom: 0
}

.dm_feature img {
    transition: all .3s;
    width: 100%
}

.dm_feature:hover img {
    opacity: .75
}

.dm_feature>h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: "Roboto Slab", sans-serif;
    text-shadow: 1px 2px 2px #000;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    font-weight: 400;
    padding: 2px 8px;
    margin: 0;
    background-color: rgba(0, 0, 0, .5);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.dm_menu_search input,
input,
textarea {
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif;
    font-size: 15px
}

.dm_feature>h5 a {
    display: inline-block;
    margin-left: 5px;
    color: #fff
}

.dm_feature>h5 a:first-child {
    margin-left: 0
}

.dm_feature>h5 a:hover {
    color: #fff
}

/* fixt ein Problem mit der Breite der Appbox (Screenshots) */
div.wpappbox.screenshots>div.screenshots>div.slider {
    width: 100%
}

/* ======> Diverses <====== */
.header-logo-image img {
    height: 80px
}

.site-header {
    border: none
}

div#main.site-main.inner-wrap {
    color: #434343
}

a,
a:visited {
    color: #318ac2
}

a:hover {
    color: #6aa6cc
}

p {
    text-align: left;
    word-wrap: break-word
}

/* Suchfeld im Menü */
.dm_menu_search {
    position: absolute;
    width: 200px;
    white-space: nowrap
}

.dm_menu_search a:hover {
    background-color: #318ac2
}

.dm_menu_search button:hover {
    background: #318ac2
}


.dm_menu_search input {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 30px
}

input,
textarea {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0
}

/* "bei" bei den neuesten Kommentaren entfernen */
li.recentcomments {
    font-size: 0
}

li.recentcomments a {
    font-size: 15px
}
/*
li.recentcomments [id*="edit-author"] {
	padding-right: 3px;
	padding-left: 3px;
	border-radius: 3px;
	padding-bottom: 1px;
	font-size: 13px;
	background: #F1F1F1;
	color: #909195;
}
*/
#secondary .widget ul li.recentcomments {
    padding-bottom: 4px!important;
    padding-top: 3px!important;
    line-height: 15px!important
}

.widget ul li.recentcomments a::before {
    padding-left: 5px
}

/* ================== W8U ========================================= */

/* kennzeichnet externe Links */
.entry-content a[href^="http://"]:after,
.entry-content a[href^="https://"]:after {
    content: " \f08e";
    color: #b9b9b9;
    font-size: 12px;
    font-family: FontAwesome
}

.entry-content a[href*="deskmodder.de"]:after,
.entry-item .clearfix a:after,
.img a:after,
.quelle a:after,
.viaquelle a:after,
.wpappbox a:after {
    content: none!important
}

/* kennzeichnet alle Affiliate-Links im Beitragstext mit der ID 'deskmodderde-21' mit einem Symbol */
.entry-content a[href*=deskmodderde-21]:after {
    content: " \f14c"!important;
    color: #b9b9b9;
    font-size: 12px
}

.entry-content a[href*=deskmodderde-21]:hover::before, #secondary #custom_html-6 a[href*=deskmodderde-21]:hover::before {
    position: fixed;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 5% !important;
    z-index: 999999;
    content: "Durch einen Kauf über diesen Link unterstützt Du unsere Seite. Die Preise erhöhen sich dadurch für Dich übrigens nicht. Danke! \f004";
    font-family: FontAwesome, "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif;
    color: #fff !important;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.7);
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background: rgba(80, 80, 80, 0.75);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(10px);
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
}


@media screen and (max-width:800px) {
    .entry-content a[href*=deskmodderde-21]:hover::before {
        padding: 10px;
        border-radius: 5px;
        font-weight: normal;
        line-height: 17px;
        font-size: 14px;
    }
}

/* fügt den neuen Schließen Button bei der Lightbox ein */
#bottomNavClose:after {
    content: " Schliessen \f00d "!important;
    color: #fff;
    font-size: 12px;
    font-family: "Roboto Condensed", FontAwesome, sans-serif;
    font-weight: 500;
    background: #318ac2;
    padding: 6px
}


/* gibt den App-Boxen eine flachere Optik */
.wpappbox {
    box-shadow: none!important;
    background: #fcfcfc!important;
    border-radius: 3px;
}

.wpappbox div.appicon img {
    border-radius: 3px!important;
    background-color: #318ac2!important
}

div.wpappbox div.appbuttons a,
div.wpappbox div.appbuttons span {
    box-shadow: none!important;
    border-radius: 0!important
}

.wpappbox,
div.wpappbox div.appbuttons a,
div.wpappbox div.appbuttons span,
div.wpappbox.error div.buttons a {
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif!important
}

 /* Hover-Effekt iOS Geräte */
* {
    -webkit-appearance: none
}

/* gepunkteten Rahmen (dotted outline) entfernen */
a {
    outline: 0!important
}

/* Ueberschriften */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400
}

/* Listen runde Kreise */
.entry-content ul li {
    list-style-type: disc
}

/* aktualisiert am... */
.updated:after {
    content: ")"
}

.updated:before {
    content: " (aktualisiert: "
}

.updated {
    display: initial
}

/* passt die Umfragen an übrige Design an */
.wp-polls .pollbar {
    height: 15px;
    background: #318ac2;
    border: none;
    margin: -2px 0 10px
}

/* stylt das Menue vom 4.1.16 */
@media screen and (min-width:911px) {
    .sm-simple a,
    .sm-simple a.has-submenu,
    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        line-height: 44px;
        font-family: "Roboto Condensed", Roboto, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 20px;
        color: #fff
    }
	
@media (prefers-color-scheme:dark) {
		.sm-simple a, .sm-simple a.has-submenu, .sm-simple a.highlighted, .sm-simple a:active, .sm-simple a:focus, .sm-simple a:hover{
		color: #eaeaea;
		}
}
	
    .sm-simple a span.sub-arrow,
    .sm-simple a[href*=login]:after,
    .sm-simple a[href*=register]:after,
    .sm-simple li a:not(.has-submenu):after {
        display: none
    }
    #main-menu {
        border-bottom: 4px solid #318ac2;
        background: #595c67;
        box-shadow: none;
        border-top: none;
        border-left: none;
        border-right: none;
        height: 48px;
        margin-bottom: 5px
    }
	
	@media (prefers-color-scheme:dark) {
		#main-menu {
		border-color: #1b5f9f;
		background: #353739;
		}
	}

    .dm_menu_search {
        z-index: 9999
    }
    .sm-simple a,
    .sm-simple a.has-submenu {
        height: 48px;
        border: none
    }
    .sm-simple>li {
        border: none
    }
    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        background: #318ac2
    }
	
	@media (prefers-color-scheme:dark) {
		.sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        background: #1b5f9f;
		}
	}
	
    .sm-simple .sm-nowrap>li>a.has-submenu:after,
    .sm-simple a:after {
        font-family: FontAwesome;
        position: relative;
        font-size: 11px;
        left: 8px;
        top: -2px
    }
    .sm-simple a:after {
        content: "\f0d7";
        color: #fff
    }
    .sm-simple .sm-nowrap>li>a {
        background: #fff;
        color: #434343;
        font-weight: 400;
        line-height: 35px;
        height: 35px;
        padding-left: 19px;
        padding-right: 19px
    }
	
	@media (prefers-color-scheme:dark) {
		 .sm-simple .sm-nowrap>li>a {
        background: #515457;
        color: #eaeaea;
		}
	}
	
    .sm-simple .sm-nowrap>li>a.highlighted,
    .sm-simple .sm-nowrap>li>a:hover {
        background: #f1f1f1
    }
	
	@media (prefers-color-scheme:dark) {
		.sm-simple .sm-nowrap>li>a.highlighted,
    	.sm-simple .sm-nowrap>li>a:hover {
        background: #333333;
		}
	}	
	
    .sm-simple .sm-nowrap>li>a.has-submenu:after {
        content: "\f105";
        color: #434343
    }
    .sm-simple ul {
        border: 1px solid #f1f1f1;
        box-shadow: 0 0 2px #666
    }
	
	@media (prefers-color-scheme:dark) {
		.sm-simple ul {
        border-color: #242424;
		box-shadow: none;
		}
		
		.sm-simple .sm-nowrap>li>a.has-submenu:after {
        color: #e5e5e5;
		}
	}
	
    .has-smenu.highlighted {
        margin-top: 100px!important
    }
    .sub-menu .sm-nowrap {
        margin-top: -36px!important;
        margin-left: calc(100% + 2px)!important
    }
	
	@media (prefers-color-scheme:dark) {
		.sub-menu .sm-nowrap {
        margin-left: calc(100% + 0px)!important
		}
	
	    .sm-simple a.highlighted, .sm-simple a:active, .sm-simple a:focus, .sm-simple a:hover {
        background: #1b5f9f
		}
	}
}

@media screen and (max-width:1024px) {
    .sm-simple .sm-nowrap>li>a,
    .sm-simple a,
    .sm-simple a.has-submenu,
    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        padding-left: 13px
    }
}

@media screen and (max-width:975px) {
    .dm_menu_search,
    .dm_menu_search input[type=text] {
        width: 150px
    }
    .dm_menu_search {
        right: 50px!important
    }
    .dm_menu_search button {
        right: -50px!important
    }
}

@media screen and (max-width:925px) {
    .dm_menu_search,
    .dm_menu_search input[type=text] {
        width: 125px
    }
    .sm-simple .sm-nowrap>li>a,
    .sm-simple a,
    .sm-simple a.has-submenu,
    .sm-simple a.highlighted,
    .sm-simple a:active,
    .sm-simple a:focus,
    .sm-simple a:hover {
        padding-left: 10px
    }
    .dm_menu_search {
        right: 75px!important
    }
    .dm_menu_search button {
        right: -75px!important
    }
    #dm_pn_anz {
    right: 175px;
    }
}

@media screen and (max-width:910px) {
    #menu-button {
        padding-right: 10px;
        color: #fff;
        position: absolute;
        right: 0;
        z-index: 3
    }
    #blog_kommentare {
        padding-right: 0;
        color: #fff;
        position: absolute;
        right: 70px;
        z-index: 2
    }
    .hgroup-wrap-right {
        width: 100%;
        margin-bottom: 5px;
        background: #595c67;
        height: 48px;
        line-height: 44px;
        z-index: 9999;
        border-bottom: 4px solid #318ac2
    }
	
	@media (prefers-color-scheme:dark) {
			#menu-button, #blog_kommentare {
			color: #eaeaea;
			}
	}
	
	@media (prefers-color-scheme:dark) {
		.hgroup-wrap-right {
			background: #353739;
			border-bottom: 4px solid #1b5f9f;
			}
	}
	
    nav#menu {
        margin-top: 53px
    }
    .dm_menu_search button,
    .dm_menu_search input[type=text] {
        height: 48px!important
    }
    .dm_menu_search input[type=text] {
        width: 100%!important
    }
    .dm_menu_search {
        left: 0!important;
        z-index: -1!important;
        width: calc(100% - 150px)!important;
        max-width: 250px!important;
        right: 40px!important
    }
    .dm_menu_search button {
        right: 0!important
    }
    div.pagination a,
    div.pagination span {
        padding-left: 6px!important;
        padding-right: 6px!important
    }
    .hgroup-wrap {
        padding-bottom: 0;
        padding-top: 10px!important
    }
    #main-menu a {
        color: #3e3e4a
    }
    #main-menu {
        border: none;
        border-bottom: 1px solid #ccc;
        box-shadow: none;
        font-family: "Roboto Condensed", Roboto, sans-serif;
        text-transform: uppercase;
        font-weight: 400
    }
    #main-menu ul a {
        background: #eaeaea;
        padding-left: 4px
    }
	
	@media (prefers-color-scheme:dark) {
			#main-menu {
	        border-color: #242424;
			}
			
			#main-menu a {
        	color: #eaeaea;
			}
			
			#main-menu ul a {
	        background: #353739;
			}
		
	}
	
}
/* Menu Ende */

/* Suchfeld */
.dm_menu_search {
    right: 40px;
    top: 0
}

.dm_menu_search input[type=text] {
    outline: 0;
    background: #318ac2;
    border: none;
    font-size: 14px;
    color: #fff;
    height: 44px;
    padding: 6px 0 6px 12px;
    line-height: 15px;
    width: 200px
}

.dm_menu_search input[type=text]:focus {
    font-style: normal;
    text-align: left
}

.dm_menu_search button {
    height: 44px;
    width: 41px;
    position: absolute;
    right: -40px
}


.hgroup-wrap-right,
.menu {
    width: 100%
}

/* Box-Sizing */
*,
:after,
:before {
    box-sizing: border-box
}

/* entfernt irgendwo einen Rahmen im Header */
.home .site-header {
    border: none
}

/* entfernt einen Schatten um die ganze Seite */
#page {
    box-shadow: none
}

/* fuegt unseren Farbverlauf als Hintergrund ein */
body.custom-background {
    background-image: linear-gradient(to right, #2e3037 0, #484a52 50%, #2e3037 100%)
}


/* macht den Header der Seite transparent */
#page,
.site-header {
    background: 0 0
}

/* faerbt Inhaltsbereich und Sidebar weiss <----------------------------------------------------------------------------- nochmal angucken */
#primary,
#secondary {
    background: #fff
}

/* stylt das Menue */ 
.menu {
    background: #595c67;
    border-bottom: 4px solid #318ac2;
    box-sizing: border-box;
    height: 48px
}

#content,
#secondary {
    box-sizing: content-box
}

.menu a {
    font-family: "Roboto Condensed", Roboto, sans-serif!important;
    font-weight: 700;
    height: 44px!important
}

dm_nav a {
    box-sizing: border-box;
    border: 0;
    font-weight: 400;
    font-size: 16px;
    padding: 4px 16px
}

dm_nav a:after {
    content: "\f0d7";
    color: #fff;
    font-family: FontAwesome;
    position: relative;
    font-size: 11px;
    left: 8px;
    top: -2px
}

/* verschiebt das Logo etwas nach oben */
.header-logo-image img {
    margin-bottom: 15px
}

/* Beginn Styling Artikeluebersicht */ 

.blog-medium .entry-content,
.entry-content {						/* <--------------------------------- nochmal gucken */
    padding-top: 0
}

#content .post {
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    border: none
}

.blog-medium .entry-content,
.search .entry-content {
    border-bottom: 1px solid #e9e7e8
}


#content .entry-title {
    font-family: "Roboto Condensed", Roboto, sans-serif;
    color: #3E3E4A;
    margin-top: -5px;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 3px
}


.page-template #content .entry-title,
.single.single-post #content .entry-title {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px
}

.entry-meta-bar .entry-meta a {
    margin: 5px 0 0;
    color: #B8B8C6;
    font-size: 13px;
    line-height: 20px;
 /*   font-style: italic; */
    font-weight: 500;
    text-transform: none;
    font-family: Roboto, sans-serif
}

.entry-meta {
    padding-bottom: 8px;
    border: 0;
    padding-left: 0;
}

.single.single-post #content .entry-meta {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 95%;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
/* Ende Styling Artikeluebersicht */  
  
  
/* stylt die Zitate um */
.quote_border_top,
blockquote {
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    border-bottom: 0;
    border-right: 0;
    border-top: 0;
    border-left: 4px solid #999!important;
    background: 0 0;
    color: #434343;
    margin-left: 2px;
    min-height: 50px;
    padding: 0 0 0 15px
}

/* Anpassungen der Boxen an das restliche Design + neue Abstände oben und unten */
.wpcmsdev-tabs .headings a,
.wpcmsdev-tabs .headings a.active {
    color: #fff;
    font-family: "Roboto Condensed";
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800
}

.wpcmsdev-tabs .headings a {
    background: #c9cad0;
    border: 0;
    border-radius: 0!important;
    line-height: 26px!important
}

.wpcmsdev-tabs .headings a:hover {
    background: #979ba9
}

.wpcmsdev-tabs .headings a.active {
    background: #595c67!important;
    border: 0;
    border-radius: 0!important;
    line-height: 22px
}

.wpcmsdev-toggle .toggle-title a {
    background: #f8f8f8;
    font-family: "Roboto Condensed", Roboto, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #3e3e4a
}

.wpcmsdev-tabs .tab{
	background-color: transparent;
}


/* Cookie-Leiste*/
.cc_container {
    background: #33353b!important;
    color: #ccc!important;
    border-top: 1px solid #595c67!important;
    border-bottom: 0!important;
    border-left: 1px solid #595c67!important;
    border-right: 1px solid #595c67!important;
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif!important;
    line-height: 15px!important;
    font-size: 15px!important;
    width: 1170px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px!important
}

.cc_container .cc_btn::-moz-selection,
.cc_message a::-moz-selection,
.cc_message::-moz-selection {
    background: #318ac2!important;
    color: #fff!important
}

.cc_btn::selection,
.cc_message a::selection,
.cc_message::selection {
    background: #318ac2!important;
    color: #fff!important
}

@media screen and (max-width:1190px) {
    .cc_container {
        width: 96%
    }
}

@media screen and (max-width:767px) {
    .cc_message {
        line-height: 15px!important
    }
}

@media screen and (max-width:719px) {
    .cc_container {
        padding-right: 10px!important;
        padding-left: 10px!important
    }
    .cc_message,
    .cc_message::before,
    .cc_more_info::after {
        font-size: 12px!important;
        line-height: 15px!important
    }
}

@media screen and (max-width:645px) {
    .cc_container {
        padding-right: 5%!important;
        padding-left: 5%!important;
        text-align: center!important
    }
    .cc_container .cc_btn {
        margin-top: 10px;
        float: none!important;
        margin-left: auto!important;
        margin-right: auto!important;
        width: 100%!important;
        max-width: none!important
    }
}

@media screen and (max-width:479px) {
    .cc_container {
        padding-right: 5%;
        padding-left: 5%
    }
    .cc_container .cc_btn {
        margin-top: 10px
    }
}

@media screen and (max-width:359px) {
    .cc_container {
        padding-right: 5%;
        padding-left: 5%
    }
    .cc_container .cc_btn {
        margin-top: 10px
    }
}

.cc_container,
.cc_container .cc_btn,
.cc_message {
    animation-duration: 0s!important
}

.cc_container .cc_message {
    margin: 0!important;
    padding: 8px 0!important
}

.cc_container .cc_btn {
    background-color: #5a5c68!important;
    color: #fff!important;
    font-family: "Roboto Condensed", sans-serif!important;
    font-weight: 700!important;
    border-radius: 0!important;
    line-height: 15px!important;
    font-size: 15px!important
}

.cc_message::before,
.cc_more_info::after {
    font-family: FontAwesome;
    line-height: 15px;
    font-weight: 400
}

.cc_container .cc_btn:hover {
    background-color: #fff!important;
    color: #595c67!important;
    transition-duration: .2s!important
}

a.cc_more_info {
    color: #31a8f0!important
}

a.cc_more_info:hover {
    color: #ccc!important;
    transition-duration: .3s!important
}

.cc_message::before {
    content: "\f05a";
    margin-right: 8px;
    font-size: 15px
}

.cc_more_info::after {
    content: "\f178";
    margin-left: 5px;
    font-size: 15px
}

/* passt die Sidebar an (einzelne Boxen) und stylt einige Widgets */ 

#secondary {
    padding: 0!important;
    background: 0 0
}

#secondary .widget {
    padding: 20px;
    background: #fff;
    margin-bottom: 3px;
    margin-top: 0;
    font-size: 15px
}

#secondary .widget ul li {
    border-bottom: 1px dotted #777
}

h3.widget-title {
    margin-top: -7px
}

/* Zeilenabstand Kommentare Sidebar */ 
.textwidget li,
.widget.widget_rss li,
li.recentcomments {
    line-height: 21px!important;
    padding-bottom: 7px!important
}

/* formatiert die Kommentare in der Sidebar etwas */
li.recentcomments,
li.recentcomments .comment-author-link {
    color: #909195
}

.comment-author-link {
  	padding-right: 3px; 
    border-radius: 3px;
    padding-bottom: 1px;
    font-size: 13px;
  	padding-left: 3px;
    background: #F1F1F1
}

.entry-content p img,
.gallery img,
.site-main .gallery a img {
    border: 4px solid #fff;
    box-shadow: 0 0 4px #ccc;
	border-radius: 3px;
}

.blog-medium .post-featured-image img,
.gallery img:hover,
.search .post-featured-image img {
    background: #fff
}

#text-12 .textwidget a,
#text-21 .textwidget a,
#text-22 .textwidget a,
#text-36 .textwidget a,
#rss-2 a,
li.recentcomments a {
    color: #434343!important
}

#text-12 .textwidget a:hover,
#text-21 .textwidget a:hover,
#text-22 .textwidget a:hover,
#text-36 .textwidget a:hover,
#rss-2 a:hover,
li.recentcomments a:hover {
    color: #318ac2!important
}

/* faerbt Ueberschriften (Links) dunkel grau und kleine Anpassung wegen Link */
.single-post #content .entry-title a {
    color: #3e3e4a;
    pointer-events: none;
    font-size: 26px
}

/* macht die Galerien schick */

.gallery {
    margin: 0 auto 18px
}

.gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%;
	margin-bottom: 10px;
}

.comment-form-author,
.comment-form-email,
.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-2 .attachment-medium {
    max-width: 92%;
    height: auto
}

.gallery-columns-4 .attachment-thumbnail {
    max-width: 84%;
    height: auto
}

.gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px
}

.gallery dl,
.gallery dt {
    margin: 0
}

.site-main .gallery a img {
    padding: 0;
    margin-top: 0px;
    margin-bottom: 0px;
	max-width: calc(100% - 6px);

}

.gallery:after {
    content: "";
    display: table;
    clear: both
}

/* fuegt einen ganz leichten inneren Schatten bei Bildern auf der Startseite ein + Hover-Effekt */ 

.post-featured-image:before,
.search .post-featured-image:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 1);
    background: #fff;
    transition: all .3s ease 0s
}

.dm_table_col1 img {
    float: left;
    opacity: .95;
    transition: all .3s ease 0s
}

.dm_table_col1 img:hover {
    opacity: .8;
    transition: all .3s ease 0s
}

.post-featured-image:hover:before,
.search .post-featured-image:hover:before {
    background: #000;
    transition: all .3s ease 0s
}

/* passt die Meta-Infos nochmal etwas an */
.entry-meta .avatar {
    position: relative;
    top: 2px
}

.single-post .entry-meta-bar{
    display: flex;
    justify-content: center;
}

.single-post .entry-meta {
    padding-bottom: 5px;
    border: 0;
    padding-top: 5px;
    padding-left: 0;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    margin-top: 15px;
}

.entry-meta-bar .entry-meta .author a {
    padding-left: 2px;
    padding-right: 0
}

.entry-meta-bar .entry-meta .author:after,
.entry-meta-bar .entry-meta .fa-calendar-o:after,
.single-post .entry-meta .fa.fa-tag:after{
    content: "|";
    padding-left: 7px;
    padding-right: 5px
}

.entry-meta-bar .entry-meta .fa.fa-comment-o{
    padding-right: 5px;
}

.entry-meta-bar .entry-meta a {
    padding-left: 0px;
}

.fa-calendar-o:before, .fa-tag:before, .fa-comment-o:before  {
    padding-right: 5px;
}

.entry-meta span {
    padding-right: 0;
    color: #B8B8C6;
}

@media screen and (max-width:1125px) {
    .fa.fa-tag {
        display: none;
    }
}

/* legt den Hovereffekt fuer Links auf 0.3 Sekunden fest */
a,
a:hover {
    transition: all .3s ease 0s
}

  /* Angleichung des Footers (Schrift) */ 
#site-generator a {
    padding-right: 17px
}

/* Kommentare */

#content .comment-body p, #content .comment-body blockquote, #content .comment-body pre {
    margin-left: 95px
}

#content .comment-body blockquote p{
    margin-left: 0px;
}

#content .comment-body cite.fn,
div.comment-meta.commentmetadata .fa {
    margin-left: 21px;
    color: #B8B8C6;
}

#content .comment-body cite.fn {
    font-family: "Roboto Condensed", sans-serif;
    color: #3E3E4A;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    top: -6px
}

.comment-meta.commentmetadata {
    position: relative;
    top: -8px
}

div.comment-meta.commentmetadata:not(.comment-reply-link) a {
    color: #B8B8C6;
 /*   font-style: italic; */
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    font-family: Roboto, sans-serif
}

.comment-edit-link,
.comment-reply-link {
    margin-top: -16px;
    float: right;
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif!important;
    font-style: normal!important;
    font-size: 13px!important;
    line-height: 20px;
    color: #757575!important;
    text-transform: capitalize;
    background: #E9E7E8;
    padding: 3px 10px;
    border-radius: 2px;
    display: inline-block
}

.comment-list {
    margin-top: -22px
}

.comment-edit-link {
    margin-right: 5px
}

#reply-title,
.comments-title {
    position: relative;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px
}

.comment-edit-link:hover,
.comment-reply-link:hover {
    background: #318ac2;
    color: #fff!important
}

.children .comment-body {
    padding-left: 0
} 

#cancel-comment-reply-link,
#commentform #slider-title a,
#commentform input[type=submit] {
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif!important
}

/* Quellenzeile */
.quellenzeile {
    display: flex;
    justify-content: space-between
}

/* Comments Edit Buttons */
.aec-undo,
.edit-comment-admin-links,
.edit-comment-user-link {
    margin-left: 79px
}

.edit-comment-admin-links a,
.edit-comment-user-link a {
    color: #484343
}

#aec_edit_options,
#comments #respond label[for=comment] {
    display: none!important
}

/* Kommentare Eingabefelder */
#commentform {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap
}

.fa.fa-pencil,
.entry-content .fa-tag,
.page-title-bar, 
.readmore-wrap {
    display: none
}

.comment-form-comment {
    width: 100%;
    order: 3
}

textarea#comment {
    resize: vertical;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 155px
}

.comment-notes {
    padding-bottom: 10px
}

#commentform input[type=email],
#commentform input[type=text],
#commentform textarea {
    padding: 7px;
    border-color: #dfdfdf;
    background: #f8f8f8;
    border-radius: 0;
    color: #434343;
}

#commentform input[type=email]:focus,
#commentform input[type=text]:focus,
#commentform textarea:focus {
    border-color: #318ac2;
}

#commentform #slider-title a,
#commentform input[type=submit] {
    font-size: 15px;
    border-radius: 3px;
    transition-duration: .2s;
    padding: 10px 20px
}

#commentform input[type=submit]:hover {
    background-color: #3aa5db;
    transition-duration: .2s
}

#commentform input[type=email] {
    width: 100%
}

#commentform input[type=text] {
    width: calc(100% - 10px)
}

#commentform .comment-form-email {
    padding-left: 10px
}

#comments .logged-in-as a {
    color: #434343;
    transition: all .3s ease 0s
}

#comments .logged-in-as a:hover {
    color: #318ac2;
    transition: all .3s ease 0s
}

#cancel-comment-reply-link {
    background: #fff;
    font-weight: 400;
    border-radius: 2px;
    margin-left: 10px;
    padding: 2px 4px;
    transition: all .2s ease 0s
}

#cancel-comment-reply-link:hover {
    background: #eaf3f9;
    color: #318ac2!important;
    transition: all .2s ease 0s
}

/* macht die Seite wieder richtig responsive */
@media all and (max-width:690px) {
    .blog-medium .post-featured-image img,
    .dm_table_col1,
    .dm_table_col2,
    .dm_table_col2_s,
    .search .post-featured-image img {
        width: 100%!important
    }
    .blog-medium .post-featured-image,
    .search .post-featured-image {
        max-height: 200px!important;
        width: 100%!important
    }
    .dm_table_col1 div {
        width: 100%
    }
}

@media all and (max-width:980px) {
    #primary,
    #secondary {
        width: 100%!important
    }
}

/* Ueber deskmodder Seite (Teamseite) */
.row {
    width: 100%;
    overflow: hidden!important
}

.col {
    width: 50%;
    float: left;
    padding-right: 20px;
    padding-bottom: 500em!important;
    margin-bottom: -500em!important
}

#content,
#primary {
    padding: 0;
    margin-bottom: 3px
}

@media all and (max-width:770px) {
    .col {
        width: 100%
    }
}

/* Anpassungen für die  Crew-Seite */
.uebersicht_link a[href*='pm&mode=compose'],
.uebersicht_link a[href*=mailto] {
    color: #3e3e4a
}

.uebersicht_link a[href*='pm&mode=compose']:hover,
.uebersicht_link a[href*=mailto]:hover {
    color: #69c
}

.uebersicht_link .fa.fa-google-plus-square {
    color: #d34836
}

.uebersicht_link .fa.fa-youtube-square {
    color: #d92524
}

.uebersicht_link .fa.fa-facebook-square {
    color: #3b5998
}

.uebersicht_link .fa.fa-twitter-square {
    color: #55acee
}

.uebersicht_link .fa.fa-link,
.uebersicht_link .fa.fa-wordpress {
    color: #464646;
    font-size: .87em
}

.entry-header {
    padding-bottom: 0
}

#secondary .widget-title span {
    text-transform: inherit;
    font-family: "Roboto Condensed", Roboto, sans-serif;
    color: #3E3E4A;
    border-bottom: 0
}

.entry-content {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 20px
}

.single #primary .post .entry-content {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 20px
}

#main {
    margin-top: 15px;
    padding-top: 0
}

#page,
.inner-wrap {
    max-width: 1169px;
    width: inherit
}

#secondary {
    width: 26.8908%;
    border-left: 0 solid #ccc
}

#primary {
    width: calc(73.1092% - 5px)
}

.blog-medium .post-featured-image,
.search .post-featured-image {
    border-bottom: 0;
    max-height: 180px;
    overflow: hidden
}

ins {
    background: 0 0
}

div#main.site-main.inner-wrap {
    margin: 0
}

dm_nav ul {
    margin-bottom: 15px;
    margin-top: 4px
}

/* legt die allgemeine Schrift fest */ 
body {
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: #434343
}

.single #primary .post {
    margin-bottom: -15px
}

/* Vor und Zurueck Button unter den Beitraegen */  
.default-wp-page .next a,
.default-wp-page .previous a {
    float: left;
    width: 50%;
    min-height: 90px;
    border-radius: 0;
    padding: 8px
}

.default-wp-page {
    padding-left: 30px;
    padding-right: 30px
}

  /* Altes Zeugs für die Sidebar */
#paypalbutton,
.mswpbutton,
.tippsenden,
.wp-polls .Buttons {
    background-color: #595c67!important;
    color: #fff!important;
    line-height: .5;
    width: 100%;
    padding: 12px 0;
    text-decoration: none;
    border: 0 solid #318ac2;
    border-radius: 3px;
    font-family: "Roboto Slab", sans-serif;
    font-weight: 400;
    font-size: 16px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}

.mswpbutton_container{
	display: flex;
	justify-content: space-between;
}

.mswpbutton_container a{
	width: calc(50% - 3px);
}

.mswpbutton{
	padding-left: 5px;
	padding-right: 5px;
}

.wp-polls .Buttons {
    width: 150px
}

#paypalbutton:hover,
.mswpbutton:hover,
.tippsenden:hover,
.wp-polls .Buttons:hover{
	background: #6a6e7b !important;
    transition-duration: .2s;
}

.mswpbutton {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 7px
}

.textwidget select {
    color: #434343;
    height: 30px;
    position: relative;
    top: 1px;
    padding-left: 5px;
    background-image: linear-gradient(45deg, transparent 50%, #595c67 50%), linear-gradient(135deg, #595c67 50%, transparent 50%), linear-gradient(to right, #e5e5e5, #e5e5e5);
	background-position: calc(100% - 13px) calc(1em - 2px), calc(100% - 8px) calc(1em - 2px), 100% 0;
	background-size: 5px 5px, 5px 5px, 27px 2.5em;
	background-repeat: no-repeat;
}

#paypalbutton {
    width: 30px;
    height: 30px;
    padding: 0;
    margin-top: 0
}
  /* Ende altes Zeugs für die Sidebar */
  
  
  /* Blocksatz und Silbentrennung für Newstexte */
#content p {
    text-align: justify;
    -moz-hyphens: auto
}



.blog-medium .post-featured-image img,
.search .post-featured-image img {
    width: 250px;
    height: 100%;
    padding-bottom: 0
}

.search .post-featured-image {
    margin-right: 10px
}

.comment-author .fn {
    font-family: Roboto;
    color: #3E3E4A;
    font-weight: 700;
    display: block;
    margin: 0 0 15px
}

#main {
    background: 0 0
}

.comment-metadata,
.comment-metadata a {
    margin: 5px 0 0;
    color: #B8B8C6;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 500;
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    font-family: Roboto
}

.comment-list .reply .comment-reply-link {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: #757575;
    font-weight: 400;
    text-transform: capitalize;
    background: #E9E7E8;
    padding: 0 5px;
    display: inline-block;
    float: right
}

#commentform,
.comment-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px
}

.comment-body {
    border-top: 2px solid #d1d1d1;
    list-style: none;
    padding-top: 21px
}

ol.children {
    margin-bottom: 0;
    list-style: none
}

.comment-metadata:before {
    content: "\f133";
    font-family: FontAwesome;
    font-style: initial;
    color: #3E3E4A
}

#reply-title,
.comments-title{
    background: #318ac2;
    font-weight: 700;
    display: block;
    margin: 25px 0 20px;
    line-height: 22px;
    text-align: center;
    color: #FFF;
    padding: 10px
}

  /* beschaeftigt sich mit dem Footer */
  
#colophon {
    background: #595c67;
    border-top: 0;
    border-bottom: 4px solid #318ac2;
    padding: 14px 20px;
    margin-top: 20px
}

#site-generator,
#site-generator a {
    border-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff
}

  /* Ueberschriften der Widgtes */
  
.widgettitle,
.widgettitle a,
h3.widget-title,
h3.widget-title a {
    text-transform: inherit;
    font-family: "Roboto Condensed", Roboto, sans-serif!important;
    border-bottom: 0 none;
    color: #2C2C2C;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 32px
}

.post-featured-image .mask,
.search .post-featured-image .mask {
    display: none
}

@media screen and (max-width:770px) {
    #primary,
    #secondary {
        width: 100%
    }
    .menu-toggle {
        display: none
    }
    .hgroup-wrap-right {
        float: right
    }
}

/* Suche ohne Ergebnis */
section.no-results.not-found {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px
}

/* Pagination Anfang */
div.pagination {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    word-break: break-all;
    padding-right: 10px!important;
    padding-left: 10px
}

div.pagination a,
div.pagination span {
    padding: 10px 15px;
    text-decoration: none
}

div.pagination a {
    margin: 2px 4px;
    font-size: 14px;
    background: #FFF;
    border-width: 1px 1px 1px;
    border-style: solid;
    border-color: #fff;
    font-weight: 800;
    color: #3E3E4A;
    line-height: 55px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
	border-radius: 3px;
}

div.pagination a:hover,
div.pagination span {
    background-color: #318ac2;
    color: #fff;
    font-weight: 800;
    font-size: 14px
}

div.pagination span {
    margin: 1px 4px;
    border: 1px solid #256793;
    border-width: 1px 1px 1px;
	border-radius: 3px;
}

div.pagination a:hover {
    border-width: 1px 1px 1px;
    border-style: solid;
    border-color: #256793;
    padding-top: 10px;
    padding-bottom: 10px;
	border-radius: 3px;
}

/* Pagination Ende */

/* Kommentarfelder sortieren */
.comment-form-url {
    order: 4
}

.comment-form-email {
    order: 2
}

.comment-form-author {
    order: 1
}

.form-submit, #submit.submit {
    order: 5
}

/* Blog-Index Spalten */
.dm_table {
    width: 100%
}

.dm_table_col1 {
    float: left
}

.dm_table_col2,
.dm_table_col2_s {
    float: left;
    min-width: 250px;
    width: calc(100% - 270px)
}

#content .entry-title a {
    border-bottom: 0
}

/* CSS: shortcodes Anfang */
blockquote.quote_border_top {
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    border-left: 4px solid #318ac2;
    background: 0 0;
    color: #434343;
    margin-left: 2px;
    min-height: 50px;
    padding: 0 0 0 15px
}

.pfeil,
.pfeilb {
    height: 20px;
    margin-left: auto;
    margin-right: auto
}

/* W10Info */
#w10info_title {
    background: #f3f3f3;
    border: 1px solid #e7e7e7;
    font-size: 18px;
    transition: all .3s ease 0s;
    padding: 4px 10px
}

.arteilen,
.autbox {
    font-family: 'Indie Flower', cursive;
    font-size: 20px;
    font-weight: 700
}

#w10info_title .fa {
    padding-right: 5px
}

#w10info_text {
    background: #fcfcfc;
    border: 1px solid #f3f3f3;
    border-top: none;
    padding: 10px
}
/* CSS: shortcodes Ende */


/* Artikel teilen u. ueber den Autor */
.handschriftzeile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%
}

.autbox_ {
    width: 70%;
    text-align: center
}

.autbox {
    transform: rotate(5deg)
}

.pfeilb {
    width: 20px;
    transform: rotate(-15deg) scaleX(-1);
    position: relative
}

.arteilen_ {
    width: 30%;
    text-align: center
}

.arteilen {
    transform: rotate(-10deg)
}

.pfeil {
    width: 20px;
    transform: rotate(5deg)
}

.meta-nav {
    display: none !important;
}


/* Autorenbox */

.saboxplugin-wrap {
    background: #fbfbfb;
    padding: 10px 99px 14px 99px !important;
	margin-top: 20px !important;
	border-top: 1px solid #E9E7E8 !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
	min-height: 120px;
}

.saboxplugin-wrap .sab-edit-settings, .saboxplugin-wrap .saboxplugin-authorname .sab-profile-edit{
	display: none !important;
}

.saboxplugin-wrap .saboxplugin-desc, .saboxplugin-wrap .saboxplugin-desc a{
	color: rgb(97, 97, 97);
}

.saboxplugin-wrap .saboxplugin-authorname {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.saboxplugin-wrap .saboxplugin-desc {
    width: 80%;
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    padding: 0 !important;
    margin: 0 !important;
}

.saboxplugin-wrap .saboxplugin-gravatar {
    padding-left: 20px !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
    float: right !important;
    position: relative;
    top: 15px
}

.saboxplugin-wrap .saboxplugin-gravatar img {
    width: 75px;
    height: 75px;
    border: 3px solid #fff;
    box-shadow: 0 0 4px #ccc;
	border-radius: 8px !important;
}

.saboxplugin-authorname:before {
	content: "Über den Autor ";
}

 /* Aehnliche Artikel */
 

ul.related_post {
    background: #fbfbfb;
    border-top: none !important;
	border-bottom: 1px solid #E9E7E8;
    margin-top: 0!important;
    margin-bottom: 0!important;
    padding: 10px 30px!important;
}

.related_post img{
	border-radius: 30px;
	opacity: 0.7;
	filter: contrast(150%) brightness(105%);
}

.related_post li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
	
a.wp_rp_thumbnail {
	order: 1;
	}

.wp_rp_title{
	order: 2;
	flex-grow: 1;
}

.wp_rp_publish_date{
	order: 3;
}

.wp_rp_comments_count{
	order: 4;
	color: #B8B8C6;
	font-size: 13px;
	font-weight: 500;
	font-family: Roboto, sans-serif;
	white-space: nowrap;
}

.wp_rp_comments_count:before {
	content: '\f086';
	margin-left: 0;
	font-family: Fontawesome;
}

.wp_rp_title {
	font-family: "Roboto Condensed", Roboto, sans-serif;
	font-size: 17px;
	margin-left: 15px;
}

.ahnliche {
	font-size: 16px;
    background: #318ac2;
    font-weight: 700;
    line-height: 22px;
    text-align: center;
    color: #FFF;
    padding: 10px;
	font-family: "Roboto Condensed", sans-serif;
}

.related_post_title,
.wp_rp_footer {
    display: none
}

a.wp_rp_thumbnail {
    border: 2px solid #fff;
    box-shadow: 0 0 2px #ccc;
	border-radius: 30px;
	margin-bottom: 4px;
	margin-top: 4px;
	min-width: 54px;
	min-height: 54px;
	}
	
.related_post > li:nth-child(1) > a.wp_rp_thumbnail {
	background: linear-gradient(to top right, #0557bf, #f42912)
	}

.related_post > li:nth-child(2) > a.wp_rp_thumbnail {
	background: linear-gradient(to top right, #00b698, #b79c05)
	}
	
.related_post > li:nth-child(3) > a.wp_rp_thumbnail {
	background: linear-gradient(to top right, #c400aa, #15f1d8)
	}
	

/* Navigation */

.default-wp-page {
    background: #f8f8f8;
    border-top: 1px solid #f3f3f3;
    margin-bottom: 0
}

.default-wp-page .next a,
.default-wp-page .previous a {
    background: 0 0;
    border: none
}

.default-wp-page .next a:hover,
.default-wp-page .previous a:hover {
    background: #f8f8f8;
    color: #6aa6cc;
    transition: all .3s ease 0s
}

/* Anzahl der PNs im oberen Menü */
#dm_pn_anz,
#dm_pn_anz a {
    color: #fff
}


@media (max-width:700px) {
   /* #wp_rp_first,
    .ahnliche,*/
    .autbox_,
    .saboxplugin-wrap {
        display: none !important;
    }
    .arteilen_,
    {
        width: 100%
    }
}

/* sorgt für ein Blinken der PN-Anzeige */
#dm_pn_anz {
    position: absolute;
    top: 7px;
    right: 245px;
    border-radius: 3px;
    background-color: #cc7d00;
    font-size: 14px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    z-index: 999999999;
    padding: 3px 7px 2px;
    animation: pulse 0.8s ease-out;
    animation-iteration-count: 3;
    -webkit-animation: pulse 0.8s ease-out;
    -webkit-animation-iteration-count: 3;
    -moz-animation: pulse 0.8s ease-out;
    -moz-animation-iteration-count: 3;
    -o-animation: pulse 0.8s ease-out;
    -o-animation-iteration-count: 3
}

@media screen and (max-width:975px) {
    #dm_pn_anz {
        right: 207px
    }
}

@media screen and (max-width:910px) {
    #dm_pn_anz {
        right: 75px;
        line-height: 24px
    }
}

@-webkit-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1)
    }
    51% {
        -webkit-transform: scale(1.8)
    }
}

@-moz-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1)
    }
    51% {
        -webkit-transform: scale(1.8)
    }
}

@-o-keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1)
    }
    51% {
        -webkit-transform: scale(1.8)
    }
}

@keyframes pulse {
    0%,
    100% {
        -webkit-transform: scale(1)
    }
    51% {
        -webkit-transform: scale(1.8)
    }
}

#dm_pn_anz a:hover {
    color: #318ac2
}

.sticky .entry-title a:before {
    content: "\f08d";
    font-family: FontAwesome;
    transform: rotate(45deg);
    display: inline-block;
    font-size: 20px;
    margin-right: 9px
}

.pingback .comment-reply-link,
.pingback .counter,
.search-wrap button:before {
    display: none
}

 /* High DPI-Fix für WP-Appbox */ 
div.wpappbox div.rating-stars {
    background-size: 65px 143px!important
}

/* Edit-Button fuer Autoren */
#content .comment-edit-link {
    margin-right: 10px!important
}

/*Kommentare auf Mobilgeräten */
/* passt die Einrueckungen der Kommentare bei mehreren Ebenen an */
.depth-2.parent ol.children,
ol.children {
    margin-left: 13.5%
}

.depth-3.parent ol.children {
    margin-left: 6%
}

/* bringt den Eingabebereich bei eingerueckten Kommentaren auf 100% Breite*/
.depth-2 #respond {
    width: 115.6068648%;
    position: relative;
    left: -15.6068648%
}

.depth-2 ol.children #respond {
    width: 133.6462005%;
    position: relative;
    left: -33.6462005%
}

.depth-3 ol.children #respond {
    width: 142.1741968%;
    position: relative;
    left: -42.1741968%
}

/* Kommentare mobil */
@media screen and (max-width:700px) {
    .comment-author {
        max-width: 35px
    }
    #content .comment-body p, #content .comment-body blockquote, #content .comment-body pre {
        margin-left: 0!important
    }    
    #content .comment-body cite.fn,
    div.comment-meta.commentmetadata .fa {
        margin-left: 6px!important
    }
    .comment-meta.commentmetadata,
    .comment-meta.commentmetadata a {
        font-size: 12px!important
    }
    .depth-1 .comment-reply-link {
        margin-top: -20px
    }
    
    .single #primary .post .entry-content, #primary #gwerbung {
    padding-right: 20px;
    padding-left: 20px;
    }
    .default-wp-page {
    padding-left: 20px;
    padding-right: 20px
    }
    #commentform,
    .comment-body {
    padding-left: 20px;
    padding-right: 20px;
    }
    .wpulike .wp_ulike_likers_wrapper, .wpulike .wp_ulike_likers_wrapper .tiles a > img {
    display: none;
    }
}

@media screen and (max-width:300px) {
    .depth-1 .comment-reply-link {
        margin-top: -42px
    }
}

@media screen and (max-width:289px) {
    .depth-1 .comment-reply-link {
        margin-top: -42px;
    }
}

@media screen and (max-width:336px) {
    .depth-2 .comment-reply-link {
        margin-top: -42px
    }
}

@media screen and (max-width:389px) {
    .depth-3 .comment-reply-link {
        margin-top: -42px
    }
}

@media screen and (max-width:367px) {
    #comments .comment-edit-link,
    #comments a.comment-edit-link {
        margin-top: -42px !important;
        opacity: .4;
        margin-right: 70px!important
    }
}

@media screen and (max-width:338px) {
    #comments .comment-reply-link {
        margin-top: -42px;
    }
}


@media screen and (max-width:575px) {
    .comment-edit-link, .comment-reply-link {
        padding: 1px 8px;
    }
}

/* Markierung der Ebenen */
.depth-5:before {
    content: "5"
}

.depth-4:before {
    content: "4"
}

.depth-3:before {
    content: "3"
}

.depth-2:before {
    content: "2"
}

.depth-2:before,
.depth-3:before,
.depth-4:before,
.depth-5:before {
    padding-right: 3px;
    border-radius: 3px;
    padding-bottom: 1px;
    font-size: 13px;
    padding-left: 3px;
    color: #646464;
    background: #d1d1d1;
    top: 13px;
    position: relative
}

@media screen and (max-width:313px) {
    div.comment-meta.commentmetadata:not(.comment-reply-link) a {
        font-size: 12px
    }
}

/* blendet Dinge aus auf Mobilgeräten */
@media screen and (max-width:500px) {
    .default-wp-page,
    .saboxplugin-wrap,
   /* .wp_rp_wrap */{
        display: none
    }
    
    .single.single-post #content .entry-meta {
        padding-left: 10px;
        padding-right: 0px;
}
}

@media screen and (max-width:413px) {
   	.wp_rp_wrap, .ahnliche, #start_button {
        display: none !important;
    }
}

/* Suchbutton bei "kein Ergebnis" */
.search-wrap button {
    margin-left: 5px;
    padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 9px;
	padding-top: 9px;
    border-radius: 3px;
	top: -1px;
	font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif;
}

/* Lightbox neu */
#imageContainer {
    padding: 0
}

#imageDataContainer {
    background-color: #595c67;
    height: 24px!important
}

#lightbox {
    position: fixed
}

#imageDetails,
#imageDetails a {
    color: #fff;
    font-family: "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif;
    font-size: 11px;
    font-weight: inherit
}

#imageData #numberDisplay {
    padding-bottom: 0;
    float: right
}

#bottomNavClose::after {
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    font-size: 11px;
    line-height: 24px
}

#imageData #bottomNavClose {
    margin-top: 0!important
	}


/* Youtube */
/*
.video-container {
   position: relative;
   padding-bottom: 53%; 
   padding-top: 25px;
   height: 0;
}
.video-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
*/

.pingback:before {
    content: "Pingback";
    padding-right: 8px;
    border-radius: 3px;
    padding-bottom: 1px;
    font-size: 13px;
    padding-left: 8px;
    background: #F1F1F1;
    color: #909195;
    position: relative;
    top: 45px;
    left: 20px
}

.pingback a.url {
    color: #3e3e4a
}

.pingback .comment-body {
    padding-left: 95px
}

.pingback p {
    margin-left: 20px!important
}

@media (max-width:720px) {
    .entry-content table {
        table-layout: fixed;
        word-wrap: break-word
    }
}

#recentcomments .comment-author-link a:after {
    content: "\f0c1";
    font-family: Fontawesome;
    font-size: 10px;
    padding-left: 4px
}

#recentcomments .comment-author-link a {
    color: #909195!important;
    font-size: 13px!important
}

#recentcomments .comment-author-link a:hover {
    color: #318ac2!important
}

#recentcomments .comment-author-link a:before,
.uebersicht_link a:after {
    display: none!important
}

.uebersicht_link .fa.fa-deviantart {
    color: #05cc47
}

.uebersicht_link .fa.fa-windows {
    color: #0077c8
}

#imageData #imageDetails {
    width: calc(100% - 85px)
}

@media screen and (max-width:785px) {
    #captionText {
        display: none!important
    }
    #imageData #numberDisplay {
        float: left!important
    }
}

/* Formatierung der Meinungsartikel */

.no-sidebar-full-width #commentform,
.no-sidebar-full-width .comment-body,
.no-sidebar-full-width .default-wp-page,
.no-sidebar-full-width .entry-content {
    padding-left: 10%;
    padding-right: 10%
}

.no-sidebar-full-width .entry-content.clearfix p:first-child:first-letter {
    float: left;
    padding: 10px;
    margin-top: 7px;
    margin-right: 10px;
    color: #fff;
    border-radius: 3px;
    font: 72px "Roboto Slab";
    line-height: 72px;
    background: #318ac2
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    border-bottom: 2px solid #d1d1d1;
    margin-bottom: 10px;
    margin-top: 25px
}

.no-sidebar-full-width .ahnliche,
.no-sidebar-full-width .default-wp-page,
.no-sidebar-full-width .entry-meta .avatar,
.no-sidebar-full-width .related_post.wp_rp,
.no-sidebar-full-width .vorundzuruck {
    display: none
}

.no-sidebar-full-width .socialboxganz {
    padding-right: 8%;
    padding-left: 8%
}

.no-sidebar-full-width .entry-meta span {
    color: #fff
}

.no-sidebar-full-width .entry-title {
    text-align: center;
    padding: 40px 7%!important
}

.no-sidebar-full-width .entry-title a {
    font: 30px "Roboto Slab"!important
}
/*
.no-sidebar-full-width .adsbygoogle {
    max-width: 50%!important
}
*/
.no-sidebar-full-width.single.single-post #content .entry-meta {
    text-align: center;
    background: #318ac2
}

.no-sidebar-full-width.single.single-post #content .entry-meta a {
    color: #fff;
    font-family: Roboto, sans-serif
}

#komm_klick:before,
.saboxplugin-wrap .saboxplugin-socials:before {
    font-family: FontAwesome, "Segoe UI", Tahoma, Geneva, "Trebuchet MS", Arial, sans-serif
}

.no-sidebar-full-width.single.single-post #content .entry-meta a:hover {
    color: #d5e7f2
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

.single-post .entry-content h3 {
    font-size: 22px
}

.single-post .entry-content h4 {
    font-size: 19px
}

.single-post .entry-content h5 {
    font-size: 17px
}

.single-post .entry-content h6 {
    font-size: 14px
}

.comment-subscription-form {
    width: 100%
}

#menu_is_selected {
    background: #318ac2;
    color: #fff!important
}

/* Kommentare zum Ausklappen Anfang */
#komm_klick {
    color: #fff;
    cursor: pointer;
    background: #585b67;
    border-radius: 3px;
    text-align: center;
    width: 33%;
    min-width: 218px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: -5px;
    transition-duration: .2s
}

#komm_klick:hover {
    background: #63656f;
    transition-duration: .2s
}

#komm_klick:before {
    content: '\f0fe  Kommentare einblenden';
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px
}
/* Kommentare zum Ausklappen Ende */

/* zu den News / Startseite Button */ 

#start_button {
    color: #757575;
    cursor: pointer;
    background: #E9E7E8;
    border-radius: 3px;
    text-align: center;
    width: calc(100% - 60px);
    min-width: 218px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
	margin-top: 10px;
	margin-bottom: 15px;
    transition-duration: .2s
}

#start_button:hover {
    background: #dbd8d9;
    transition-duration: .2s
}

#start_button:before {
    content: '\f1ea';
    margin-left: 0;
	font-family: Fontawesome;
	}


/* Ende zu den News / Startseite Button */

#reply-title,
.comments-title {
    text-transform: none
}

.site-branding {
    max-width: 100%!important;
    width: 100%
}

@media (max-width:450px) {
    .header-logo-image img {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 5px;
        height: 60px
    }
    .header-logo-image {
        float: none!important;
        padding-right: 0
    }
    .hgroup-wrap-right {
        height: 40px;
        line-height: 35px
    }
    .dm_menu_search button,
    .dm_menu_search input[type=text] {
        height: 40px!important
    }
    #blog_kommentare,
    #menu-button {
        font-size: 27px
    }
    nav#menu {
        margin-top: 45px
    }
    .single-post #content .entry-title a {
        color: #3e3e4a;
        pointer-events: none;
        font-size: 19px
    }
	
	@media (prefers-color-scheme:dark) {
	.single-post #content .entry-title a {
	        color: #e5e5e5;
			}
	}
	
    #content .entry-title,
    .single-post #content .entry-title {
        line-height: 22px
    }
    .blog-content h2.entry-title a {
        font-size: 19px;
        color: #3e3e4a
    }
	
	@media (prefers-color-scheme:dark) {
		.blog-content h2.entry-title a {
		        color: #e5e5e5;
				}
	}
	
    .blog-content div.entry-meta-bar.clearfix,
    .single.single-post #content .entry-meta  {
        background: #fff;
        border-top: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
        text-align: center
    }
	
	@media (prefers-color-scheme:dark) {
		.blog-content div.entry-meta-bar.clearfix {
			        background: #353739;
			        border-top: 1px solid #555;
			        border-bottom: 1px solid #555;
					}
		
		.single.single-post #content .entry-meta  {
			        background: #515457;
					}
	}
	
    .single-post .entry-meta {
        background: #fff;
        border-top: 0px !important;
        border-bottom: 0px !important;
        text-align: center;
    }  
	
    .blog-content div.entry-meta-bar.clearfix {
        margin-bottom: 7px
    }
    .single-post .entry-meta {
        padding-bottom: 3px;
        margin-top: 7px
    }
    .blog-content .entry-meta {
        padding-bottom: 3px;
        margin-top: 0
    }
    .blog-content .entry-meta span,
    .single-post .entry-meta span {
        padding-right: 15px
    }
    .blog-content .entry-meta-bar .entry-meta .author:after,
    .blog-content .entry-meta-bar .entry-meta .fa-calendar-o:after,
    .single-post .entry-meta-bar .entry-meta .author:after,
    .single-post .entry-meta-bar .entry-meta .fa-calendar-o:after {
        content: none
    }
    .blog-medium .entry-content, .home #primary #gwerbung{
        border-bottom: 2px solid #e9e7e8
    }
	
	@media (prefers-color-scheme:dark) {
		.blog-medium .entry-content {
		        border-bottom: 2px solid #555;
				}
	}
	
    .entry-header {
        padding-bottom: 7px
    }
    #dm_pn_anz {
    right: 115px;
    top: 4px;
    }
    
}

@media (max-width:375px) {
	body{
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.cc_container {
	width: 100%;
	}	
}

.sb-paypal,
.tippsenden {
    margin-top: 7px
}

.dm_comments .fa {
    background: #F1F1F1;
    padding-right: 7px;
    padding-left: 7px;
    padding-bottom: 1px;
    border-radius: 3px;
    color: #909195;
    margin-right: 5px
}

.dm_comments {
    border-bottom: 1px dotted #777;
    padding-bottom: 4px;
    padding-top: 4px
}

a#scroll-up {
    background-color: rgba(49, 138, 194, .7);
    opacity: inherit;
    transition-duration: 0s;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

@media (max-width:750px) {
    .kommentliste table,
    .kommentliste tbody,
    .kommentliste td,
    .kommentliste th,
    .kommentliste thead,
    .kommentliste tr {
        display: block
    }
    .kommentliste thead tr,
    .kommentliste tr:nth-child(1) {
        display: none
    }
    .kommentliste tr {
        border-left: 1px solid #f3f3f3;
        border-right: 1px solid #f3f3f3;
        border-bottom: 1px solid #f3f3f3;
        border-top: 1px solid #f3f3f3;
        border-radius: 3px;
        margin-bottom: 10px
    }
    .kommentliste td {
        border: none;
        position: relative;
        padding-left: 100px;
        background: #f8f8f8
    }
	
	@media (prefers-color-scheme:dark) {
			  .kommentliste tr {
			  border-color: #7d7d7d;
	    }
	    .kommentliste td {
	        background: #515457;
			}
	}
	
    .kommentliste td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap
    }
    .kommentliste td:nth-of-type(1):before {
        content: "Kommentar:"
    }
    .kommentliste td:nth-of-type(2):before {
        content: "Nickname:"
    }
    .kommentliste td:nth-of-type(3):before {
        content: "Artikel:"
    }
}

#captionText,
.saboxplugin-socials:empty {
    display: none
}

.kommentliste tr:nth-child(1) {
    background: #f8f8f8
}

.kommentliste td {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #eaeaea
}

.textwidget select {
    width: calc(100% - 37px);
    margin-right: 5px;
}

.wp-caption {
    border: 0;
	margin-bottom: 0.5em;
}

.wp-caption img[class*=wp-image-] {
    border: 4px solid #fff;
    box-shadow: 0 0 4px #ccc;
    max-width: 100%
}

.wp-caption-text {
    font-size: 13px;
    color: #999;
}

.wp-caption .wp-caption-text, .gallery .gallery-caption {
    margin: 0 0;
	}

.site-main .gallery {
	margin-bottom: 0.5em;
}	
	
.saboxplugin-wrap .saboxplugin-socials {
    text-align: center;
    background: 0 0 !important;
    border: 0 !important;
	padding: 0 !important;
    box-shadow: none;
    margin-top: 10px;
    height: 11px;
    width: 125px;
    float: left;
    overflow: hidden;
    transition-duration: .2s
}

.saboxplugin-wrap .saboxplugin-socials:before {
    content: '\f138  folge dem Autor';
    color: #7d7d7d;
    font-size: 10px;
    position: relative!important;
    top: -15px;
    left: -6px!important
}

.saboxplugin-wrap .saboxplugin-socials:hover:before {
    content: none;
    transition-duration: .2s
}

.saboxplugin-wrap .saboxplugin-socials:hover {
    background: #fff !important;
    width: 100%;
    height: 38px;
    margin-top: 10px;
    transition-duration: .2s;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
}

.saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey{
    margin: 5px 5px;
}

.saboxplugin-wrap .saboxplugin-desc p {
    margin-bottom: 0px;
}

/* Windows 10 DL Boxen */
.redstone1, .redstone2, .redstone3 {
    background: #fff;
 /*   background: #f8f8f8; */
 /*   border: 1px solid #d9d9d9; */
    padding: 5px;
    color: #434343;
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
    transition-duration: .3s;
    
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
}

.wunten {
    background: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    border-radius: 3px;
    margin-top: 3px;
}

.redstone1:hover{
    background: rgb(161, 65, 61);
    transition-duration: .2s;
    color: #fff;
    border-color: transparent;
}

.redstone2:hover{
 background: rgb(207, 67, 19);
    transition-duration: .2s;
    color: #fff;
    border-color: transparent;
}

.redstone3:hover{
    background: rgb(54, 107, 157);
    transition-duration: .2s;
    color: #fff;
    border-color: transparent;
}

.browserbox {
	display: flex;
	justify-content: space-between;
}

.browserbox a{
	width: calc(33% - 4px);
	min-width: 31%;
}

.browserbox .fa {
	font-size: 22px;
	margin-top: 4px;
}

.textwidget h3 {
	font-size: 16px;
	border-bottom: 2px solid #d1d1d1;
	line-height: 20px;
	margin-bottom: 7px;
}

.saboxplugin-wrap .saboxplugin-desc, .saboxplugin-wrap .saboxplugin-authorname{
    font-family: inherit !important;
}

.dse_box {
	background-color: #863a3a;
	color: #ffffff;
	margin-bottom: 10px;
    margin-top: 3px;
	padding: 5px 10px;
}

.dse_box h5 {
    color: #fff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
    margin-bottom: 5px;
}

.dse_box a {
    color: #ffffff;
    text-decoration: underline;
}

.dse_box a:hover {
    color: #cbcdcd;
}

.dse_box a[href*="datenschutz"]:after {
    content: " \f0da"!important;
    font-family: FontAwesome;
}

.dse_box a[href*="accept"]:after {
    content: " \f00c"!important;
    font-family: FontAwesome;
}

.dse_box a[href*="abgelehnt"]:after {
    content: " \f00d"!important;
    font-family: FontAwesome;
}

.dse_box a.button {
    background: rgba(255, 255, 255, 0.8);
    color: rgba(0, 0, 0, 0.85);
	transition: all .16s ease-out 0s;
	border-radius: 3px;
	padding-right: 15px;
	padding-left: 15px;
	text-decoration: none;
    line-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
    white-space: nowrap;
}

.dse_box a.button:hover {
	background: rgba(255, 255, 255, 0.9);
}

/* Kuerzt die Autorenbox bei langen Texten */
.saboxplugin-wrap .saboxplugin-desc p {
    margin: 5px 0px 0px !important;
    max-height: 65px !important;
    overflow: hidden !important;
	transition-duration: 0.3s !important; 
}

.saboxplugin-wrap .saboxplugin-desc p:hover {
    max-height: 200px !important;
	transition-duration: 0.4s !important; 
}

/* Appstore-Logos im Kommentar-Bereich bei Kommentaren aus DM-APP 

#comments a[href*="/store/apps/details?id=com.deskmodder"]:after {
	font-family: Fontawesome;
	content: " \f17b";
	color: #a4c639;
	}
	
#comments a[href*="/store/apps/9wzdncrdfx92"]:after {
	font-family: Fontawesome;
	content: " \f17a";
	color: #0077c8;
	}
*/

.saboxplugin-wrap .saboxplugin-socials a svg{
	width: 17px !important;
}

/* Kommentar bearbeiten */
	
#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxTitle, #status{
	display: none !important;
}

#cboxWrapper {
	padding: 14px;
}

#cboxWrapper{
	background: rgba(255, 255, 255, 0.37);
	border-radius: 10px;
}

#cboxContent{
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.41);
}

#cboxClose{
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.31);
}

/* stylt die Kommentapruefung */
.kommentpruefung {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 5px;
	}

.comment-awaiting-moderation {
	width: 50%;
	float: initial;
	margin: 0 auto;
	background: #ffc973;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius: 5px;
	} 
	
/* Vergleichsbilder */

.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
	width: 4px;
	}
	
.twentytwenty-container{
	border: 4px solid #fff;
	box-shadow: 0 0 4px #ccc;
	}
	
.twentytwenty-handle{
	border: 4px solid #fff;
	background: rgba(0, 0, 0, 0.24);
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
	}
	
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.24);
	}

/* Anpassung AEC Icons */
.aec-icons {
	display:none;
}
	
	
/* Darkmode zuzammengefasst (soweit nicht von der Display-Groesse abhaengig), um die Media Queries zu verringern */

@media (prefers-color-scheme:dark) {
    body.custom-background {
        background: #1e1c1c
    }
    #primary,
	#secondary {
        background: #353739
    }
    .sm-simple {
        background: #515457;
        box-shadow: none
    }
    .sm-simple a span.sub-arrow {
        background: rgba(0, 0, 0, .26)
    }
    .sm-simple li {
        border-color: #242424
    }
    .sm-simple ul>li {
        border-color: #242424
    }
    div.quelle a, div.viaquelle a {
        background-color: #515457;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24)
    }
    #gwerbung:before {
        color: #5d5d5d;
        background: #fff;
    }
	.home #primary #gwerbung {
		border-bottom-color: #555;
	}
    code, pre {
        background-color: #000
    }
    .wpulike-default .wp_ulike_put_image:after {
        color: #ccc
    }
    .wp_ulike_general_class {
        background: #515457;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24)
    }
    .wp_ulike_general_class:hover {
        background: #63676a
    }
    .wpulike-default .count-box {
        background: #2a2a2a;
        color: #ccc
    }
    .wp_ulike_general_class.wp_ulike_is_liked .count-box {
        border: 1px solid #5e5e5e
    }
    .header-logo-image img {
        filter: brightness(94%)
    }
    div#main.site-main.inner-wrap {
        color: #cccccc
    }
    .dm_menu_search button:hover {
        background: #1b5f9f
    }
    .entry-content a[href*=deskmodderde-21]:hover::before, #secondary #custom_html-6 a[href*=deskmodderde-21]:hover::before {
        background: rgba(27, 95, 159, 0.75)
    }
    #bottomNavClose:after {
        background: #1b5f9f
    }
    div.wpappbox, div.wpappbox div.appicon {
        background: #414346!important;
        border-color: #5c5c5c !important
    }
    div.wpappbox.appstore div.applinks, div.wpappbox.googleplay div.applinks, div.wpappbox.windowsstore div.applinks, div.wpappbox.compact a.applinks {
        background-color: #414346 !important;
        border-color: #5c5c5c
    }
    div.wpappbox.compact.colorful a.applinks:hover, div.wpappbox.compact:not(.colorful) a.applinks, div.wpappbox:not(.colorful) div.applinks {
        filter: none !important
    }
    div.wpappbox a:link, div.wpappbox a:visited, div.wpappbox *, div.wpappbox:after, div.wpappbox:before {
        color: #ccc !important
    }
    div.wpappbox div.stars-monochrome {
        filter: invert(1)!important
    }
    div.wpappbox div.appbuttons a, div.wpappbox div.appbuttons span, div.wpappbox.error div.buttons a {
        background: #515457 !important;
        color: #ccc !important
    }
    div.wpappbox div.appbuttons a:hover, div.wpappbox div.appbuttons span:hover, div.wpappbox.error div.buttons a:hover {
        color: #ccc !important;
        background: #1b5f9f !important
    }
    .dm_menu_search input[type=text] {
        background: #1b5f9f;
        color: #eaeaea
    }
    .dm_menu_search button {
        background: #1b5f9f;
        color: #eaeaea
    }
    .blog-medium .entry-content, .search .entry-content {
        border-bottom-color: #555
    }
    #content .entry-title {
        color: #e5e5e5
    }
    .entry-meta-bar .entry-meta a {
        color: #777
    }
    .wpcmsdev-toggle .toggle-title a,.wpcmsdev-toggle .toggle-title a:active, .wpcmsdev-toggle .toggle-title a:focus, .wpcmsdev-toggle .toggle-title a:hover {
        background: #515457;
        color: #e5e5e5
    }
    .wpcmsdev-toggle {
        border: none
    }
    .wpcmsdev-toggle .toggle-content {
        border-top: none;
        padding: 1.5em;
        background: #414346;
        border-right: 1px solid #5c5c5c;
        border-left: 1px solid #5c5c5c;
        border-bottom: 1px solid #5c5c5c
    }
    .cc_container {
        background: #1b5f9f !important;
        border-color: #2477c9!important;
        color: #eaeaea!important
    }
    .cc_container .cc_btn {
        background-color: #123b65!important
    }
    #secondary .widget {
        border-bottom: 1px solid #555;
        margin-bottom: 0px
    }
    #secondary .widget ul li {
        border-bottom: 1px dotted #555
    }
    #secondary .widget {
        background: #353739
    }
    li.recentcomments,
	li.recentcomments .comment-author-link {
        color: #e5e5e5
    }
    .comment-author-link {
        background: #515457
    }
    .entry-content p img, .gallery img, .site-main .gallery a img {
        border: 4px solid #515457;
        box-shadow: 0 0 4px #000;
        filter: brightness(96%) saturate(1.15);
		background: #515457;
    }
    .blog-medium .post-featured-image img,
	.gallery img:hover,
	.search .post-featured-image img {
        background: #000
    }
    .blog-medium .post-featured-image, .search .post-featured-image, .dm_feature img {
        filter: brightness(90%) saturate(1.15)
    }
    #text-12 .textwidget a,
	#text-21 .textwidget a,
	#text-22 .textwidget a,
	#text-36 .textwidget a,
	#rss-2 a,
	li.recentcomments a {
        color: #ccc!important
    }
    .entry-header .entry-title a, .single-post #content .entry-title a {
        color: #e5e5e5
    }
    .post-featured-image:before,
		.search .post-featured-image:before {
        background: #000
    }
    .single-post .entry-meta {
        background: #515457
    }
    .entry-meta span, .entry-meta-bar .entry-meta a {
        color: #e5e5e5
    }
    #content .comment-body cite.fn,
	div.comment-meta.commentmetadata .fa {
        margin-left: 21px;
        color: #e5e5e5
    }
    #content .comment-body cite.fn {
        color: #e5e5e5
    }
    div.comment-meta.commentmetadata:not(.comment-reply-link) a {
        color: #e5e5e5
    }
    .comment-edit-link,
	.comment-reply-link {
        color: #fff !important;
        background: #515457;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24)
    }
    .comment-edit-link:hover, .comment-reply-link:hover {
        background: #1b5f9f !important
    }
    #reply-title, .comments-title {
        background: #1b5f9f;
        color: #f0f0f0
    }
    .aec_link_text, .aec_anon_text, .edit-comment-admin-links a, .edit-comment-user-link a {
        color: #ccc
    }
    #commentform input[type=email],
	#commentform input[type=text],
	#commentform textarea {
        border-color: #5c5c5c;
        background: #414346;
        color: #ccc
    }
    #commentform input[type=submit] {
        background-color: #1b5f9f;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24)
    }
    #commentform input[type=submit]:hover {
        background-color: #18558f
    }
    #comments .logged-in-as a {
        color: #ccc
    }
    #secondary .widget-title span {
        color: #e5e5e5
    }
    body {
        color: #ccc
    }
    #paypalbutton, .mswpbutton, .tippsenden, .wp-polls .Buttons {
        background-color: #515457!important;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
        color: #e5e5e5
    }
    #paypalbutton:active:before,
	#paypalbutton:focus,
	.mswpbutton,
	.mswpbutton:active:before,
	.mswpbutton:focus,
	.tippsenden a,
	.tippsenden:active:before,
	.tippsenden:focus,
	.wp-polls .Buttons:active::before,
	.wp-polls .Buttons:focus {
        color: #e5e5e5 !important
    }
    #paypalbutton:before,
	.mswpbutton:before,
	.tippsenden:before,
	.wp-polls .Buttons:before {
        background: #325d88
    }
    #paypalbutton:hover,
	.mswpbutton:hover,
	.tippsenden:hover,
	.wp-polls .Buttons:hover {
        background: #5f6266 !important;
    }
    .textwidget select {
        color: #ccc;
        background-color: #414346;
        border-color: #515457;
        background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, #515457, #515457);
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24)
    }
    .comment-body {
        border-top: 2px solid #7b7b7b
    }
    #reply-title,
	.comments-title {
        background: #1b5f9f;
        color: #eaeaea
    }
    #colophon {
        background: #353739;
        border-bottom: 4px solid #1b5f9f
    }
    #colophon a {
        color: #eaeaea !important
    }
    .widgettitle,
	.widgettitle a,
	h3.widget-title,
	h3.widget-title a {
        color: #e5e5e5
    }
    div.pagination a {
        background: #515457;
        border-color: #515457;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
        color: #fff
    }
    div.pagination a:hover,
	div.pagination span {
        background-color: #1b5f9f
    }
    div.pagination span {
        border: 1px solid #2b87db
    }
    div.pagination a:hover {
        border-color: #2b87db
    }
    blockquote.quote_border_top, blockquote {
        color: #ccc
    }
    .pfeil, .pfeilb {
        filter: invert(1)
    }
    .saboxplugin-wrap {
        background: #414346;
        border-top: 1px solid #5c5c5c !important
    }
    .saboxplugin-wrap .saboxplugin-gravatar img {
        border: 3px solid #7a7a7a;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.5)
    }
    ul.related_post {
        background: #414346;
    }
    ul.related_post a {
        color: #ccc
    }
	.wp_rp_comments_count {
		color: #e5e5e5;
	}
    ul.related_post a:hover {
        color: #aaa
    }
    .ahnliche {
        background: #1b5f9f;
        color: #eaeaea;
    }
	a.wp_rp_thumbnail {
		border: 2px solid #ccc;
		box-shadow: 0 0 2px #000;
	}
	.saboxplugin-wrap .saboxplugin-desc, .saboxplugin-wrap .saboxplugin-desc a {
		color: #ccc;
	}
    .default-wp-page, ul.related_post {
        border-bottom: 1px solid #5c5c5c
    }
    .default-wp-page {
        background: #414346;
        border-top: 1px solid #5c5c5c
    }
    .default-wp-page a {
        color: #ccc
    }
    .default-wp-page .next a:hover, .default-wp-page .previous a:hover {
        background: #414346;
        color: #aaa
    }
    .vor, .zuruck {
        background: #515357;
        border-bottom: 1px solid #5c5c5c;
        color: #fff
    }
    .depth-2:before,
	.depth-3:before,
	.depth-4:before,
	.depth-5:before {
        color: #ccc;
        background: #7b7b7b
    }
    #outerImageContainer {
        background-color: #000
    }
    #imageDataContainer {
        background-color: #353739
    }
    .single-post .entry-content h1,
	.single-post .entry-content h2,
	.single-post .entry-content h3,
	.single-post .entry-content h4,
	.single-post .entry-content h5,
	.single-post .entry-content h6 {
        border-bottom: 2px solid #7b7b7b;
        color: #ccc
    }
    #menu_is_selected {
        background: #1b5f9f;
        color: #eaeaea !important
    }
    #komm_klick, #start_button {
        background: #515457;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.24);
		color: #fff;
    }
    #komm_klick:hover , #start_button:hover{
        background: #494c4e
    }
    .dm_comments .fa {
        background: #515457;
        color: #e5e5e5
    }
    a#scroll-up {
        background-color: rgba(27, 95, 159, 0.7)
    }
    .kommentliste tr:nth-child(1) {
        background: #515457
    }
    .kommentliste td {
        border-color: #555
    }
    .wp-caption img[class*=wp-image-] {
        border: 4px solid #515457;
        box-shadow: 0 0 4px #000
    }
    .saboxplugin-wrap .saboxplugin-socials:hover {
        background: #515457 !important
    }
    .saboxplugin-wrap .saboxplugin-socials .saboxplugin-icon-grey {
        color: #ccc !important
    }
    .saboxplugin-wrap .saboxplugin-socials:before {
        color: #ccc
    }
    .redstone1, .redstone2, .redstone3 {
        background: #515457;
        color: #e5e5e5
    }
    .wunten {
        color: #e5e5e5
    }
    .textwidget h3 {
        color: #ccc;
        border-bottom: 2px solid #7b7b7b
    }
    h1, h2, h3, h4, h5, h6 {
        color: #e5e5e5
    }
	.uebersicht_link a[href*='pm&mode=compose'],
	.uebersicht_link a[href*=mailto], .uebersicht_link .fa.fa-link,
	.uebersicht_link .fa.fa-wordpress {
    	color: #ccc
	}
	.comment-awaiting-moderation{
		background: #c07500;
		color: #e5e5e5;
	}
	
	
	.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
	width: 4px;
	background: #515457;
	box-shadow: none !important;
	}
	
	.twentytwenty-container{
		border: 4px solid #515457;
		box-shadow: 0 0 4px #000;
		filter: brightness(96%) saturate(1.15);
		}
		
	.twentytwenty-handle{
		border: 4px solid #515457;
		background: rgba(255, 255, 255, 0.61);
		box-shadow: none;
		}
		
	.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
		box-shadow: 0 0 4px #000;
		}
	
	.twentytwenty-right-arrow {
		border-left: 6px solid #515457;
		}
	
	.twentytwenty-left-arrow {
		border-right: 6px solid #515457;
		}
	
	#cancel-comment-reply-link{
		background: #eaeaea;
		color: #1b5f9f !important;
		}
		
	#cancel-comment-reply-link:hover{
		background: #d7d7d7;
		color: #1b5f9f !important;
		}
	.wpcmsdev-tabs .headings a.active {
		background: #515457!important;
		}
	.wpcmsdev-tabs .tab {
		border: 1px solid #555;
		}
	.appsbutton {
		background: #282a2c !important;
		}
	.appsoben {
		background: #515457 !important;
		}
}

/* placeholder im MenüSuchfeld heller machen bzw. in jedem Browser gleich */
.dm_menu_search input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.dm_menu_search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
.dm_menu_search input::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}

/* Deskmodder Apps Download Buttons */

.appsbutton {
    background: #33353b;
    color: #fff;
    text-align: center;
    transition-duration: .3s;
    border-radius: 3px;
	font-family: "Roboto Slab", sans-serif;
	margin-top: 10px;
	transition-duration: .2s;
}

.appsoben {
	background: #595c67;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #fff;
    font-size: 14px;
    text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
	
.appsbutton.windows:hover{
	background: #0178d6 !important;
	transition-duration: .2s;
}

.appsbutton.android:hover{
	background: #3ddc84 !important;
	transition-duration: .2s;
}
	
.appsbutton.ios:hover{
	background: #ff9502 !important;
	transition-duration: .2s;
}

/* Kommentare deaktiviert */
.no-comments {
	text-align: center !important;
	padding: 30px;
}
