/*
Theme Name: Digitalistan WDR Blog Theme
Description: A child theme of WDR Blog Basis Theme
Template: wdr-blog-basis-theme
Version: 1.1
*/

@import url("../wdr-blog-basis-theme/style.css");

@font-face {
      font-family: 'iconset';
      src: url('../wdr-blog-basis-theme/assets/fonts/iconset.eot');
      src: url('../wdr-blog-basis-theme/assets/fonts/iconset.eot#iefix') format('embedded-opentype'),
           url('../wdr-blog-basis-theme/assets/fonts/iconset.woff') format('woff'),
           url('../wdr-blog-basis-theme/assets/fonts/iconset.ttf') format('truetype'),
           url('../wdr-blog-basis-theme/assets/fonts/iconset.svg') format('svg');
      font-weight: normal;
      font-style: normal;
    }

@font-face {
     font-family: 'thesis_light';
     src: url('../wdr-blog-basis-theme/assets/fonts/thesanligpla-webfont.eot');
     src: url('../wdr-blog-basis-theme/assets/fonts/thesanligpla-webfont.eot#iefix') format('embedded-opentype'),
          url('../wdr-blog-basis-theme/assets/fonts/thesanligpla-webfont.woff') format('woff'),
          url('../wdr-blog-basis-theme/assets/fonts/thesanligpla-webfont.ttf') format('truetype'),
          url('../wdr-blog-basis-theme/assets/fonts/thesanligpla-webfont.svg') format('svg');
     font-weight: normal;
     font-style: normal;
    }

@font-face {
     font-family: 'thesis_semibold';
     src: url('../wdr-blog-basis-theme/assets/fonts/thesanssemiboldplain.eot');
     src: url('../wdr-blog-basis-theme/assets/fonts/thesanssemiboldplain.eot#iefix') format('embedded-opentype'),
          url('../wdr-blog-basis-theme/assets/fonts/thesanssemiboldplain.woff') format('woff'),
          url('../wdr-blog-basis-theme/assets/fonts/thesanssemiboldplain.ttf') format('truetype'),
          url('../wdr-blog-basis-theme/assets/fonts/thesanssemiboldplain.svg') format('svg');
     font-weight: normal;
     font-style: normal;
    }

@font-face {
     font-family: 'thesis_bold';
     src: url('../wdr-blog-basis-theme/assets/fonts/thesansboldplain.eot');
     src: url('../wdr-blog-basis-theme/assets/fonts/thesansboldplain.eot#iefix') format('embedded-opentype'),
          url('../wdr-blog-basis-theme/assets/fonts/thesansboldplain.woff') format('woff'),
          url('../wdr-blog-basis-theme/assets/fonts/thesansboldplain.ttf') format('truetype'),
          url('../wdr-blog-basis-theme/assets/fonts/thesansboldplain.svg') format('svg');
     font-weight: normal;
     font-style: normal;
    }


/* Header Styles */

body.boxed {
  background: url(../wdr-blog-basis-theme/assets/background-digitalistan.jpg) no-repeat center center fixed !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover !important;
}

.headerimage {
  width: 100%;
  height: 200px;
  background: url(../wdr-blog-basis-theme/assets/header-image-digitalistan.jpg) no-repeat center center;
  margin-top: 33px;
  margin-bottom: -135px;
}

.main-head .title {
  display: none;
}

.listing-alt .cat-title {
  display: none;
}

.main-heading strong {
  font-weight: 400;
  margin-left: 0;
}

.navigation {
  display: none;
}


/* Frontpage & Sidebar */

.homearticles {
  font-family: 'thesis_semibold' !important;
  border-left: 3px solid #B00235 !important;
}

.listing-alt .content > a {
  font-family: 'thesis_semibold' !important;
  font-size: 21px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
  border-left: 3px solid #B00235;
  padding-left: 5px;
}

.listing-alt .content .excerpt p {
  font-family: 'thesis_light' !important;
  color: #19232d;
  font-size: 16px;
}

.posts-list .content time {
  color: #666666;
  font-size: 12px;
  text-transform: none;
}

.posts-list .content alttime {
  color: #666666;
  font-size: 14px;
  text-transform: none;
}

#alt-head {
  font-family: Verdana;
  display: block;
  font-size: 14px;
  color: #00345f;
  font-weight: bold;
  line-height: 1.615;
  margin: 10px 0;
}

.main-heading {
  font-family: 'thesis_semibold' !important;
  font-size: 24px;
  font-style: normal;
  font-variant: normal;
  border-left: 3px solid #B00235;
  padding-left: 14px;
  line-height: 2;
  margin-bottom: 28px;
  text-transform: none;
}

.post .read-more a {
  font-family: 'thesis_semibold'  !important;
  font: inherit;
  display: inline-block;
  padding: 2px 7px;
  background: #B00235 !important;
  color: #fff;
  font-size: 14px;
  text-transform: none;
}

.main-pagination .current, .main-pagination a:hover {
  background: #B00235;
}

.main-footer {
  background: #19232d;
}

.main-pagination .current {
    background: #B00235 !important;
}

/* Footer Markup */

#footernavigation {
  margin-left: 25px;
  font-family: 'thesis_light' !important;
  color: #ffffff !important;
  font-size: 16px;
  display:inline-block;
  width: 100%;
  margin-top: 34px;
  height: 57px;
}

#footernavigation li {
  display:inline;
  margin-right: 10px;
}

#footernavigation li:nth-child(4) {
  float: right;
  margin-right: 50px;
}

#footernavigation a {
  color: #ffffff;
}

#footernavigation a::before {
  font-family: "iconset";
  content: '\e807';
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
}

@media only screen and (max-width: 600px) {

  #footernavigation {
    width: 50%;
    margin-top: 18px;
    height: 140px;
  }

  #footernavigation li:nth-child(4) {
    float: left;
    margin-right: 0px;
  }

  #footernavigation li {
    display:block;
    margin-right: 10px;
    margin-bottom: 8px;
  }

  #footernavigation a {
    margin-bottom: 20px;
  }

}


/* Breadcrump Markup */


.breadcrumbs .location {
  display: none;
}

.breadcrumbs {
  font-family: 'thesis_light';
  background: #19232d;
  font-size: 14px;
  color: #ffffff;
  line-height: 1;
  height: 15px;
  padding: 14px 14px;
}

.breadcrumbs a {
  color: #ffffff;
}

.breadcrumbs li::before {
  font-family: "iconset";
  content: '\e807';
  color: #ffffff;
  font-size: 13px;
  margin-right: 1px;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs li:nth-child(n) {
    margin-left: 10px;
}


/* Singel Post and Autor Page Markup */

.post-meta time {
    text-transform: none;
}

.post-header .post-title {
  font-family: 'thesis_bold' !important;
  font-size: 30px;
  font-style: normal;
  font-variant: normal;
  position: relative;
  padding-left: 18px;
  margin-right: 35px;
  float: left;
}

.post-header .post-title:before {
  height: 30px;
}

.gallery-title, .section-head {
  font-family: 'thesis_light' !important;
  font-size: 16px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  background: #f3f4f7;
  border: 0px;
  border-left: 0;
  border-right: 0;
  line-height: 32px;
  color: #19232d;
  text-transform: none;
  padding: 0 14px;
  margin-bottom: 28px;
}

.related-posts .section-head {
  color: #19232d !important;
}

.related-posts .highlights h2 a {
  font-family: 'thesis_semibold' !important;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
}

.highlights h4 {
  color: #19232d;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 14px;
  margin: 7px 0;
}

.related-posts .highlights h4 a {
  font-family: 'thesis_semibold' !important;
  font-size: 17px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
}

.highlights-box.three-col .column.one-third img {
  width: 100%;
  height: auto;
}

.highlights h4:before {
  content: " ";
  display: block;
  float: left;
  position: absolute;
  left: 0px;
  height: 18px;
  border-left: 3px solid #e54e53;
}

.highlights h3 {
  font-family: 'thesis_semibold' !important;
  color: #19232d;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 14px;
  margin: 7px 0;
}

.highlights h3:before {
  content: " ";
  display: block;
  float: left;
  position: absolute;
  left: 0;
  height: 18px;
  border-left: 3px solid #e54e53;
}

.highlights .meta {
  font-family: 'thesis_semibold' !important;
  font-size: 12px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #666666;
  position: relative;
  background: #f2f2f2;
  line-height: 25px;
  text-transform: none;
  padding-left: 6px;
  overflow: hidden;
}

.social_share_privacy ul {
  height: 100px !important;
}

.social_share_privacy ul::before {
  font-family: 'thesis_semibold';
  content: "Teilen:";
  color: #19232d;
  float: left;
  margin-top: 17px;
  padding-right: 60px;
}

.cat-title {
  display: none;
}

.wp-post-image:hover {
  opacity: 1 !important;
}

.author-info .bio {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'thesis_light' !important;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
}

.author-info [rel="author"] {
  text-transform: none;
  font-family: 'thesis_semibold' !important;
  font-size: 14px;
  font-style: normal !important;
  font-variant: normal;
  font-weight: bold;
}

.author-info [rel="author"]::before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  font-size: 14px;
  display: inline-block;
}

.author .author-info {
  border-bottom: 1px solid #19232d;
}

.author-info .description {
  margin-left: 110px;
  font-weight: bold;
}

input, textarea, select {
  font-family: 'thesis_semibold' !important;
  font-size: 16px;
  border: 2px solid #19232d;
  padding: 7px 34px;
  margin-right: -4px;
  color: #000000;
}

.search-field {
  color: #000000 !important;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input:focus, select:focus {
  border-color: #19232d;
  color: #000000;
}

.flex-direction-nav a {
  background: #B00235;
}

.post-content a::before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  font-size: 14px;
  display: inline-block;
}

.post-content a[rel=prettyPhoto]::before {
    content: '';
}

/* Widget */

.tabbed .tabs-list a {
  margin-top: 4px;
}

.utcw-207mm97 {
  font-family: 'thesis_semibold' !important;
}

.autoren {
  font-family: 'thesis_semibold' !important;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
}

.author-info .avatar {
  width: 85px;
  height: auto;
}

.widgetlink a {
  font-size: 16px;
}

.widgetlink a::before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  margin-left: 5px;
  font-size: 15px;
  display: inline-block;
}

.widget_authors li::before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  margin-left: 5px;
  font-size: 15px;
  display: inline-block;
}

.widget li {
  border-bottom: 0px solid #d9d9d9;
  font-size: 16px;
}

.main .sidebar .widgettitle, .tabbed .tabs-list {
  font-family: 'thesis_light' !important;
  font-size: 16px;
  text-transform: none;
}

.posts-list .content > a {
  font-family: 'thesis_light' !important;
  font-size: 15px;
  width: 96%;
}

.tabbed .tabs-list .active a {
  border-bottom: 6px solid;
  border-bottom-color: #f74a4a !important;
  font-family: 'thesis_semibold' !important;
}

.tabbed .tabs-list {
  min-height: 38px;
}

.tabs-list {
  font-family: 'thesis_light' !important;
}

.listing-alt .content > a {
  font-size: 21px !important;
}


/* WDR Navigation & Mobile Navigation*/

#navigation li {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
    .breadcrumbs {
  display: none;
  }
  .headerimage {
  display: none;
  }
}

#wdr-logo {
  margin-left: 40px;
  font-size: 40px;
  float: left;
}

#wdrSubNavi {
  margin-left: 70px;
  margin-right: 10px;
  margin-top: 46px;
  font-family: 'thesis_semibold' !important;
  font-weight: 100;
  font-size: 12px;
  color: #19232d;
  line-height: 1;
  display: inline-block;
}


/*  Screen Hidden Class & Skiplinks */

.hidden {
  position: absolute;
  top: -1000em;
  left: -1000em;
  line-height: 0;
  height: 0;
  font-size: 0;
  color: transparent;
  border: 0 none;
}

.screen-reader-text {position:absolute;
top:auto;
width:1px;
height:1px;
overflow:hidden;}

.skip {
  position: absolute;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
  font-family: 'thesis_semibold' !important;
  font-size: 14px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
  margin-top: -84px;
}

a.skip:active, a.skip:focus, a.skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
  text-decoration: none;
}

#skipLinks {
  width: 300px;
  position: absolute;
  margin-top: 60px;
  margin-left: 26px;
}

@media only screen and (max-width: 767px) {
  body.boxed {
    padding: 0 !important;
  }

  #banner {
    display: block;
    width: 100%;
    background-color: #00325f;
    border-bottom: 1px dotted #fff;
    height: 54px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 14;
  }

  #wdr-logo {
    width: 126px;
    height: 54px;
    float: right;
    background-image: url('../wdr-blog-basis-theme/assets/wdr_logo.svg');
    background-size: 100% auto;
    margin: 0;
    margin-right: 10px;
  }

  #skipLinks {
    top: 0;
    margin: 0;
    height: 52px;
    position: fixed;
    z-index: 14;
  }

  #skipLinks li {
    margin-top: 4px;
    display: block;
    float: left;
  }

  #skipLinks li:first-child {
    display: none;
  }

  #skipLinks li:nth-child(2) {
    margin-left: 4px;
    display: block;
  }

  .main-head header {
    min-height: 45px;
  }

  .skipimg {
    display: block;
  }

}

@media only screen and (min-width: 768px) {
  #content {
    display: block !important;
  }
}


/* Sign Up Style & General Admin Styles */

.widecolumn {
  margin-top: 80px;
  margin-bottom: 100px;
  margin-left: 30px;
  margin-right: 30px;
}


/* Comment Form */

.comrules {
    margin-bottom: 28px;
}

.fa-comments-o::before {
  font-family: "iconset";
  content: '\e808' !important;
  color: #19232d;
  font-size: 30px;
  display: inline-block;
}

.comhint {
  margin-bottom: 20px;
  font-family: 'thesis_light' !important;
  color: #19232d;
  font-size: 16px;
}

.cptchpr_input {
  margin-top: 12px;
}

.cptchpr_block {
  font-family: 'thesis_semibold';
  font-size: 16px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
}

.comment-content a {
  font-family: 'thesis_semibold' !important;
  font-size: 16px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d !important;
}

.comment-content {
  font-family: 'thesis_semibold' !important;
  font-size: 14px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
}

.comments-list .comment-content p {
  font-family: 'thesis_light' !important;
  font-size: 14px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
}

.comment-content .reply a  {
  text-transform: none;
}

.comment-avatar {
  display: none;
}

.comments-list .comment-meta, .comments-list .comment-content {
  margin-left: 0px;
}

.comment-reply-title {
  margin-top: 30px;
}

#comment-submit {
  margin-bottom: 30px;
}

#cancel-comment-reply-link {
  font-family: 'thesis_semibold' !important;
  font-size: 14px !important;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  color: #19232d;
}

#cancel-comment-reply-link::before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  margin-left: 5px;
  font-size: 15px;
  display: inline-block;
}

.comment-content .reply .fa {
    display: none;
}

.comment-reply-link::before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  margin-left: 5px;
  font-size: 15px;
  display: inline-block;
}

.comments-list .comment-meta {
  color: #000000;
  font-size: 16px;
}

.comment-meta a, .comment-meta .comment-author {
  text-transform: none !important;
  color: #000000;
}

.comment-meta a:before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  margin-left: 5px;
  font-size: 15px;
  display: inline-block;
}

.comments-list .comment-content {
  font-size: 14px;
  border-bottom: 1px solid #19232d;
}

#comment-submit, .submit-button {
  background: #19232d;
  text-transform: none;
}

.comment-respond input, textarea, select {
  font-family: 'thesis_light' !important;
  font-size: 16px !important;
  border: 1px solid #19232d;
  padding: 7px 34px;
  margin-right: -3px;
  color: #000000;
}

form input.cptchpr_input {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px !important;
}

.cptchpr_block label {
  font-family: 'thesis_light' !important;
}

#comment-submit, .submit-button {
  float: left !important;
  margin-top: 40px;
}

@media only screen and (max-width: 400px) {
  .comments-list .comment-meta {
    margin-left: 0% !important;
  }

  .post-meta .cats {
    float: left !important;
    margin-top: 22px;
  }

  .post-header .post-meta {
    font-size: 14px !important;
  }

  .reviewer a::before {
  margin-left: 0px !important;
  }

  input, textarea, select {
  padding: 7px 7px !important;
  }

  .searchform input[type="submit"] {
  width: 40px !important;
  }

}

@media only screen and (max-width: 667px) {
  .post-header .post-title:before {
    top: 0px;
  }
}


/* Lightbox Styles */

div.pp_default .pp_description {
  font-size: 16px !important;
  font-weight: 100 !important;
  line-height: 17px !important;
  margin: 0 0 0 0 !important;
  font-family: 'thesis_light';
  margin-left: 10% !important;
  position: absolute;
  padding-top: 8px;
}

.flex-direction-nav .flex-prev:after {
  font-family: "iconset";
  content: '\e805';
  color: #ffffff;
  font-size: 40px;
  margin-left: 5px;
  margin-top: 8px;
  display: inline-block;
}

.flex-direction-nav a:after {
  font-family: "iconset";
  content: '\e806';
  color: #ffffff;
  font-size: 40px;
  margin-left: 5px;
  margin-top: 8px;
  display: inline-block;
}

.flex-direction-nav a {
  background: #19232d;
  width: 50px;
  height: 50px;
}

.flexslider:hover .flex-prev {
  opacity: 1;
}

.flexslider:hover .flex-next {
  opacity: 1;
}

.featured .flex-direction-nav a {
  right: 30px;
  top: 48%;
}

.gallery-block .flex-direction-nav .flex-next {
  top: 45% !important;
}

.gallery-block .flex-direction-nav .flex-prev {
  top: 45% !important;
}

.gallery-block .flex-direction-nav a {
  width: 32px;
  height: 40px;
}

#zoomhint a::before {
  font-family: "iconset";
  content: '\e803';
  color: #19232d;
  font-size: 30px;
  display: inline-block;
  margin-left: 0px;
  margin-top: -7px;
}

.post-header .featured .caption {
  font-family: 'thesis_light';
  margin-bottom: 0;
  bottom: 5px;
  padding: 14px 20px 14px 20px;
  color: #000000;
  font-size: 16px;
  margin-left: -20px;
  z-index: 1;
}

.featured .caption {
  background: transparent !important;
  text-shadow: none !important;
}


/* Icon and Icon related styles */

.post-format-icon {
  width: 30px;
  height: 30px;
}

.searchimage {
  position: absolute;
  display: inline;
  margin-left: -20px;
  margin-top: -4px;
  padding-right: -40px;
}

.relatedimage {
  position: absolute;
  display: inline;
  margin-left: -18px;
  margin-top: 1px;
  padding-right: -40px;
}

.post-meta .cats::before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  font-size: 15px;
  display: inline-block;
}

.highlights-box.three-col .post-format-icon {
  margin-top: -49px;
}

.zoomouter {
  margin-bottom: 40px;
}

#zoomhint a {
  width: 30px;
  height: 30px;
  z-index: 1;
  float: right;
}

.posts-list .comments a {
  font-family: 'thesis_semibold' !important;
  color: #19232d;
  font-size: 22px;
  margin-right: 4px;
}

.posts-list .content .fa {
  font-size: 17px;
}

.post-header .comments {
  color: #19232d;
  font-size: 22px;
  line-height: 28px;
}

.post-header .comments .fa {
  font-size: 17px;
}

.posts-list .content time {
  font-family: 'thesis_semibold'  !important;
  color: #19232d;
  font-size: 15px;
  text-transform: none;
}

.main-pagination .page-numbers, .main-pagination a {
  color: #ffffff;
  background: #19232d;
  line-height: 25px;
  font-size: 14px;
}

.fa-angle-right:before {
  font-family: "iconset";
  content: '\e807' !important;
  color: #ffffff;
  font-size: 14px;
  display: inline-block;
  margin-left: -3px;
  margin-right: -5px;
}

.listing-alt article {
  border-top: 1px solid #19232d;
}

.posts-list .content {
  border-bottom: 1px solid #19232d;
}

.post-header .post-meta {
  font-size: 16px;
  border-top: 1px solid #19232d;
  border-bottom: 1px solid #19232d;
  font-family: 'thesis_semibold' !important;
  text-transform: none;
}

.social_share_privacy {
  border-top: 1px solid #19232d;
}

.post-header .post-meta {
  color: #19232d;
}

.reviewer a {
  font-weight: bold;
}

.reviewer a::before {
  font-family: "iconset";
  content: '\e807';
  color: #19232d;
  margin-left: 5px;
  font-size: 15px;
  display: inline-block;
}

.comments img {
  margin-top: 9px;
  width: 21px !important;
}

.post-header .comments img {
  margin-top: 0px !important;
  width: 21px !important;
}

.highlights-box.three-col .column.one-third .comments img {
  margin-top: 0px;
}

.widgetcomment img {
  width: 21px !important;
  height: auto;
  margin-left: -22px;
  margin-top: 3px !important;
}

.posts-list .content time {
  font-size: 15px;
}

.highlights .meta .comments {
  margin-right: 7px;
  margin-top: 2px;
  padding-bottom: 2px;
  font-size: 22px;
  color: #19232d;
}

.highlights .meta time {
  font-size: 14px;
  margin-top: 5px;
  color: #19232d;
}

.post-format-icon {
  background:  #19232d;
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  font-family: "iconset";
  content: '\e804' !important;
  color: #ffffff;
  font-size: 25px;
  display: inline-block;
  margin-top: 2px;
}


/* Post Content Styles */

.post-content h3  {
  font-family: 'thesis_bold'  !important;
  font-size: 20px !important;
  color: #000000 !important;
  }

.post-content {
  font-family: 'thesis_light'  !important;
  font-size: 17px !important;
  color: #000000 !important;
  }

.post-content a {
  color: #B00235 !important ;
  letter-spacing: 0.1em !important!;
}

.highlights .excerpt {
  font-size: 14px !important;
  color: #19232d;
  font-family: 'thesis_semibold' !important;
  letter-spacing: 0.01em;
}


/* Additional Mobile Styles */

@media only screen and (max-width: 667px) {

  input, select {
    padding: 7px 0px;
    font-size: 16px;
  }

  .post-header .post-title {
    font-size: 21px;
    width: 70%;
  }

  .post-header .post-title:before {
    height: 100%;
  }

  .post-header .post-meta {
    font-size: 12px;
  }

  .reviewer a::before {
    font-size: 12px;
  }

  .post-meta .cats::before {
    font-size: 12px;
  }

  .gallery-title, .section-head {
    font-size: 16px;
    padding: 0 8px;
  }

  #comment-submit, .submit-button {
    float: left;
    margin-top: 10px;
    text-transform: none !important;
  }

  .social_share_privacy ul {
    width: 70%;
  }

  .lower-foot {
    height: 120px !important;
  }

  .main-heading {
    font-size: 20px;
  }

  .cptchpr_input {
    margin-top: 0px;
  }

  .comment-reply-title {
    margin-top: 50px;
  }

  .comment-respond small {
    margin-top: -95px;
    text-transform: none;
    margin-right: 0px;
    }

}

.search-submit {
  background: #19232d;
  font-size: 16px;
  color: #fff;
  padding: 7px 17px;
}

.error-page {
  margin-top: 10px !important;
}


/* Tastaur Fokus */

[data-whatinput="keyboard"] a:focus {
  outline: 4px solid #B00235;
  text-decoration: underline;
}

[data-whatinput="keyboard"] #homeurl a:focus {
  outline: 4px solid #B00235;
  text-decoration: none !important;
}

[data-whatinput="keyboard"] .listing-alt article > a:focus {
  outline:.25em solid #B00235;outline-offset:-0.1667em;
}

[data-whatinput="keyboard"] .posts-list li > a:focus {
  outline:.25em solid #B00235;outline-offset:-0.1667em;
}

[data-whatinput="keyboard"] .highlights .image-link:focus {
  outline:.25em solid #f74a4a;outline-offset:-0.1667em;
  margin-bottom: 22px;
}

[data-whatinput="keyboard"] .flex-prev:focus {
  border: solid 4px #f74a4a;
  opacity: 1;
}

[data-whatinput="keyboard"] .flex-next:focus {
  outline:  0em;
  border: solid 4px #f74a4a;
  opacity: 1;
}

[data-whatinput="keyboard"] .gallery-block .image-link:focus {
  outline:  0em;
  border: solid 4px #f74a4a;
}

[data-whatinput="keyboard"] .highlights .meta .comments:focus {
  outline:  0em;
  border: solid 4px #B00235;
}

[data-whatinput="keyboard"] #comment-submit:focus {
  outline:  0em;
  border: solid 4px #f74a4a;
}

[data-whatinput="keyboard"] input:focus, textarea:focus, select:focus {
  outline:  0em;
  border: solid 4px #B00235;
}

[data-whatinput="keyboard"] .shariff .facebook a:focus, textarea:focus, select:focus {
  outline:  0em;
  border: solid 4px #e0e051;
}

[data-whatinput="keyboard"] .shariff .googleplus a:focus, textarea:focus, select:focus {
  outline:  0em;
  border: solid 4px #08031c;
}

[data-whatinput="keyboard"] .shariff .twitter a:focus, textarea:focus, select:focus {
  outline:  0em;
  border: solid 4px #d34836;
}

  [data-whatinput="keyboard"] .breadcrumbs a:focus {
    outline:  0em;
    border: solid 4px #f74a4a;
}

[data-whatinput="keyboard"] .tabbed .tabs-list a:focus {
  outline:  0em;
  border: solid 4px #f74a4a;
}

[data-whatinput="keyboard"] .searchform input[type="submit"]:focus {
  outline:  0em;
  border: solid 4px #f74a4a;
}

[data-whatinput="keyboard"] #logo a:focus {
  outline:  0em;
  border: solid 4px #f74a4a;
}

[data-whatinput="keyboard"] #homeurl a:focus {
  outline:  0em;
  border: solid 4px #f74a4a;
}

[data-whatinput="keyboard"] .post .read-more a:focus {
  outline:  0em;
  border: solid 4px #19232d;
}

.post-meta .cats {
  padding-right: 10px;
}

.social_share_privacy {
  border-top: 0px solid #d9d9d9;
  border-style: solid;
  margin-top: 40px;
  padding-top: 16px;
}

textarea:focus {
  color: #000000;
}

.comment-awaiting-moderation {
  font-style: normal;
  font-size: 16px;
  padding-top: 0px;
}

label {
  font-family: 'thesis_light';
  color: #000000;
  font-size: 17px;
}


/* New Captcha */

.math-captcha-form, .comment-respond p {
  font-size: 16px !important;
  margin-bottom: 28px;
  color: #000000 !important;
  font-family: 'thesis_semibold' !important;
}


/* Print Styles */

@media print {
    .headerimage {
      display: none;
    }

    .breadcrumbs {
      display: none;
      color: #ffffff;
    }

    .main .sidebar {
      display: none;
    }

    #navigation {
      display: none;
    }

    .wdr-suche {
      display: none;
    }

    #footernavigation {
      display: none;
    }

    .social_share_privacy {
      display: none;
    }

    .section-head {
      display: none;
    }

    .comments {
      display: none;
    }

    .top-bar {
      display: none;
    }

    #logo {
      display: none;
    }

    #wdrde {
      display: none;
    }

    #digital {
      display: none;
    }

    .main-head header {
      min-height: 0px;
    }

    #copyright {
      margin-left: 25px;
      color: #000000;
    }

    #urlprint {
      margin-left: 66px;
      color: #000000;
      display: inline;
    }

    .shariff {
      display: none;
    }

    .related-posts {
      display: none;
    }

    .post-content {
    font-size: 28px !important;
    }

    .post-content a::before {
    font-size: 26px;
    }

    .col-8, .column.two-third {
    width: 100%;
    }

    .listing-alt .content .excerpt p {
    font-size: 20px;
    }

    .author-info {
    margin-top: 70px;
    }

}


@media screen {
    .printonly {
      display: none;
    }
}


/* 404 & Comments Error */

.post-content .fa-ul .fa {
  display: none;
}


/* Sidebar Search */

.searchform input, .searchform #s {
  font-size: 13px;
  margin-bottom: 45px;
}

.searchsubmit {
  font-size: 12px;
  font-family: 'thesis_semibold' !important;
  background: #19232d;
}

.searchform  input[type="submit"] {
  background-color: #19232d;
  color: #ffffff;
  width: 32px;
}

@media only screen and (max-width: 1090px) {
      input, textarea, select {
      padding: 7px 14px;
    }
}

/* New Header Structure */

#homeurl {
  width: 303px;
  height: 90px;
  margin-left: 36%;
  padding-top: 50px;
  font-size: 60px;
  color: #B00235;
  font-family: 'thesis_semibold';
}

#homeurl a:hover {
  text-decoration: none;
}

#homeurl a {
  color: #B00235;
}

#banner  {
  position: absolute;
  margin-left: 40px;
  margin-top: 5px;
}

#logo {
  font-size: 35px;
  width: 300px;
}

.main-heading {
  display: none;
}

.homelinkmobile {
  display: none;
}

.author-info .social-icons {
  display: none;
}

.main-heading-display {
    font-family: 'thesis_semibold' !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    border-left: 6px solid #B00235;
    padding-left: 10px;
    line-height: 1.2;
    margin-bottom: 40px;
    display: block;
}

@media only screen and (max-width: 767px) {

  .main-heading {
    font-size: 32px !important;
    font-weight: 400 !important;
    border-left: 6px solid #B00235;
    padding-left: 10px;
    line-height: 1.2;
    margin-bottom: 40px;
  }

  .homelinkmobile {
    font-family: 'thesis_semibold' !important;
    font-size: 32px !important;
    font-weight: 400 !important;
    border-left: 6px solid #B00235;
    padding-left: 10px;
    line-height: 1.2;
    margin-bottom: 40px;
    display: block;
  }

  #banner {
    margin-left: 0px;
    margin-top: 0px;
  }
  #logo {
  float: right;
  width: 133px;
  margin-top: 4px;
  }
  #footernavigation {
  width: 90%;
  }

  .sidesearch {
    margin-top: 30px;
  }

  .sidesearchwrap {
    height: 100px;
    border-top: 2px solid #19232d;
    margin-bottom: 50px;
  }

  .searchform input, .searchform #s {
    width: 72%;
  }
}

@media only screen and (max-width: 767px) {
      .author-info .description {
        margin-left: 100px !important;
      }
}

.noimage {
    margin-top: -20px;
}

/* Color Replacement */

.top-bar, .post-content .modern-quote {
    border-top-color: #B00235 !important;
}

.post-content .wpcf7-not-valid-tip, .main-heading, .review-box .heading, .post-header .post-title:before,
.highlights h2:before, div.bbp-template-notice, div.indicator-hint, div.bbp-template-notice.info,
.modal-header .modal-title, .entry-title, .page-title {
    border-left-color: #B00235 !important;
}

.highlights h4:before {
  border-left: 3px solid #B00235 !important;
}


/* TO TOP */

.cd-container {
  width: 90%;
  max-width: 768px;
  margin: 2em auto;
}
.cd-container::after {
  content: '';
  display: table;
  clear: both;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(176, 2, 53, 1) url(../wdr-blog-basis-theme/assets/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  background-size: 40px;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}

.cd-top.cd-is-visible:hover {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
      height: 60px;
      width: 60px;
      right: 30px;
      bottom: 30px;
  }
}
