/*
Theme Name: wox
Version: 1.0
Description: A child theme of Newspaper
Template: Newspaper
Author: Administrator
*/
@import url("../Newspaper/style.css");
/* Your awesome customization starts here */




/* Buttn der Financeads Werbung */

.fa_button {
    background-color: #1291d4!important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight: bold !important;
}
.fa_button:hover {
    background-color: #149EE2!important;
    border-radius: 4px !important;
    color: #FFFFFF !important;
    text-align: center !important;
    text-decoration: none !important;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-weight: bold !important;
}

/* Buttons der Postlist Homepage */

.pt-cv-readmore {
    color: #ffffff!important;
    background-color: #1291d4!important;
    border: none !important;
}
.pt-cv-readmore:hover {
    color: #ffffff!important;
    background-color: #ccc!important;
    border: none !important;
}

/* Gr��e und Style Widgets */

.klein {
    font-size: 10px;
}



/* Weiterlesen Link */

*[id^='readlink'] {
    font-weight: bold !important;
    color: #1291d4 !important;
    padding: 0px !important;
    border-bottom: 0px solid #4e4e4e !important;
}

*[id^='readlink']:hover {
 font-weight: bold;
 color: #00aeef !important;
 padding: 0px !important;
 border-bottom: 0px #1291d4 !important;
}

*[id^='readlink']:focus {
 outline: none;
 color: #1291d4 !important;
}

/* Widget Höhe Abstand */


.widget {
    font-family: 'Open Sans', arial, sans-serif;
    margin-bottom: 18px;
}



/* Unterer Abstand von der Angebotsliste */

.item-details-table {
    margin-bottom: 40px;
}

/* Widget Schriftfarbe */

.widget_text a {
  color: #111;
}

/* Gr��e �berschriften */

.td-post-template-default .td-post-header .entry-title {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
}
.td-header-style-10 .td-logo-wrap-full a {
    position: relative;
    z-index: 1;
    line-height: 180px;
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    margin-bottom: 30px;
}
.td-blog-fitness .td_module_wrap:hover .td-module-title a {
color: #1291d4 !important;
}

/* Kategorie Description */

.td-category-description {
    width: 100%!important;
}

/* Gr��e und Style Widgets */

.widget_text .block-title {
    margin-bottom: 15px!important;
}
.widget a:hover {
    color: #1291d4!important;
    text-decoration: underline!important;
}


/* Checklist */

.checklist {
    list-style-position: outside;
    margin-left: 0.3rem;
}
.checklist li {
    list-style: none;
    margin-bottom: 0.5rem;
    line-height: 1.7;
}
.checklist li::before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    margin: 0 0.35rem 0px -1.25rem;
    color: #1291d4;
}


/* 4 su-columns */

.su-column-size-1-4 {
    width: 21%!important;
}

/* aawp Einstellungen */

.aawp {
    margin-bottom: 1rem!important;
    margin-top: 1rem!important;
}



/* su_table */

.su-table table {
    width: 99% !important;
    margin: 0 0 1.2em 0 !important;
    border-collapse: collapse !important;
    font-size: 0.8em !important;
    border: 1px solid #ccc !important;
}
.su-table th {
    text-align: center!important;
    padding: 0.8em!important;
    font-size: 0.8em!important;
    font-weight: normal!important;
    color: #333 !important;
    border: 1px solid #ccc!important;
    background: #f0f0f0!important;
}
.su-table td {
    padding: 0.2em 0.8em!important;
    border: 1px solid #ccc!important;
    background: #fff!important;
    font-size: 0.8em!important;
    line-height: 1.5em!important;
}
.su-table ul li {
    font-size: 1em!important;
    line-height: 1.5em!important;
}


/* Bild Caption */




/* Inhaltsverzeichnis TOC Einstellungen */

#ez-toc-container {
    background: #efefef;
    border: 1px solid #1291d4;
    width: 100%;
	margin-top:20px;
	margin-bottom:40px;
}
#ez-toc-container p.ez-toc-title {
    font-size: 22px;
	font-style: bold;
	padding-bottom: 10px;
}
#ez-toc-title {
    font-size: 26px;
	font-style: bold;
	margin-bottom: 10px;
}


/* Layout der Angebotstabellen */

.angebote div {
    padding: 3px 5px;
}
.angebote {
  clear: both;
  padding-bottom: 0px;
  padding: 5px 0px 5px 5px;
  display: inline-flex;
  width: 99%;
}
.angebote.angebote-small {
  padding: 0 0 0 5px;
}
.angebote:nth-child(2n+0) {
  background: #f3f3f3;
}
.angebote:nth-child(2n+1) {
  background: #fafafa;
}
.angebote.featured:nth-child(2n+0) {
  background: #d0eafb;
}
.angebote.featured:nth-child(2n+1) {
  background: #e8f5fd;
}
.angebote.featured .td-angebote-link {
  font-weight: bold;
}
.angebote .td-angebote-link {
	width: 38%;
  float: left;
}
.angebote.angebote-small .td-angebote-link {
	width: 50%;
}
.angebote .td-angebote-land {
	width: 25%;
  float: left;
}
.angebote .td-angebote-anbieter {
	width: 25%;
  float: left;
}
.angebote .td-angebote-zum-anbieter {
	min-width: 150px;
  float: right;
}
.angebote .td-angebote-zum-anbieter a {
  display: inline-block;
  background: #00aeef;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
}
.angebote.angebote-small .td-angebote-zum-anbieter a {
  margin-top: 8px;
}
.angebote .td-angebote-zum-anbieter a.inactive {
  background: #ccc;
  cursor: default;
}
.angebote .td-angebote-featured {
	display: none;
  float: left;
}

@media (max-width: 767px) {
  .angebote .td-angebote-link, .angebote .td-angebote-land, .angebote .td-angebote-anbieter, .angebote .td-angebote-zum-anbieter {
    float: inherit;
    width: auto;
  }
  .angebote {
    display: inline-block;
  }
}

.weitere-angebote {
  display: inline-block;
  background: #00aeef;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin-top: 20px;
}

/* Layout der Ratgeber Liste*/

.td-ratgeber-thumb {
	width: 150px;
	vertical-align: top;
    padding: 3px 10px 0px 0px;
	border: 1px;
}
.td-ratgeber-text h4 {
    padding-bottom: 3px;
	padding-top: 0px;
	border: 1px;
	margin-top: 0px;
	margin-bottom: 2px;
}
.td-ratgeber-text {
	border: 1px;
	padding: 0px 0px 0px 0px;
}
.td-ratgeber-title {
	border: 1px;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
.td-ratgeber-text .su-button {
    margin: 10px 0px;
}
.ratgeber-details-table {
    border: 0px!important;
}

/* Search & Filter */

.searchandfilter ul li h4 {
    font-size: 140%;
}

.searchandfilter ul li[data-sf-field-input-type=checkbox] {
    width: 24%;
    margin-right: 1%;
    display: inline-block;
}

.searchandfilter ul li[data-sf-field-input-type=checkbox] ul {
    height: 280px;
    overflow: scroll;
    display: inline-block;
    width: 100%;
    border: solid 1px #CCCCCC;
    box-shadow: inset 5px 5px 20px #eee;
    padding: 5px;
}

.searchandfilter ul li[data-sf-field-input-type=checkbox] li {
    padding: 2px 0 0px 8px;
    float: inherit;
    width: 100%;
    margin-bottom: 3px;
}

.searchandfilter ul li[data-sf-field-input-type=checkbox] li.sf-option-active {
    background: #1291d4;
    color: #ffffff;
}

.searchandfilter ul li[data-sf-field-input-type=checkbox] li label {
    width: auto;
    display: flex;
    font-size: 90%;
}

.searchandfilter ul li[data-sf-field-input-type=checkbox] li.sf-option-active label {
    font-weight: bold;
}

.searchandfilter ul li[data-sf-field-input-type=checkbox] li input {
  float: left;
  margin-top: 5px;
}

@media (max-width: 767px) {
  .searchandfilter ul li[data-sf-field-input-type=checkbox] {
    float: inherit;
    width: 90%;
  }
  .searchandfilter ul li[data-sf-field-input-type=checkbox].sf-field-taxonomy-sprache, .searchandfilter ul li[data-sf-field-input-type=checkbox].sf-field-taxonomy-branche {
    display: none;
  }
}

/* anbieter */
@media (min-width: 768px) {
  body.single-anbieter article.anbieter .description, body.single-anbieter article.anbieter .angebot, body.single-anbieter article.anbieter .mitgliedschaften, body.single-anbieter article.anbieter .auszeichnungen {
      width: 45%;
      float: left;
      margin-right: 5%;
  }
  body.single-anbieter article.anbieter .description {
    width: 65%;
    margin-bottom: 25px;
  }
  body.single-anbieter article.anbieter .angebot {
    width: 100%;
    float: inherit;
    clear: left;
  }
  body.single-anbieter article.anbieter .adresse {
    width: 30%;
    float: right;
    font-size: 15px;
    line-height: 26px;
    color: #5e5e5e;
    border: solid 1px #ccc;
    padding: 20px;
    box-shadow: inset 0px 0px 20px #ddd;
    margin-bottom: 25px;
  }
  body.single-anbieter article.anbieter .adresse img {
    max-width: 60%;
    margin-bottom: 25px;
  }
  body.single-anbieter article.anbieter header h1.entry-title {
    display: inline;
  }
  body.single-anbieter article.anbieter .bilder {
    float: left;
    width: 65%;
    margin-right: 5%;
    background: #f9f9f9;
    display: inline-block;
    padding: 2px;
    box-shadow: inset 0px 0px 0px #ddd;
  }

  body.single-anbieter article.anbieter .video {
    width: 100%;
    float: left;
  }
  body.single-anbieter article.anbieter .bilder img {
    margin: 10px;
	min-width: 100px !important;
    max-width: 150px !important;
  }
  body.single-anbieter article.anbieter footer {
    margin-top: 50px;
  }
}

body.single-anbieter article.anbieter .adresse {
  font-size: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

#td-page-sf-form-result {
  margin-bottom: 50px;
}

a.video_entry:nth-child(2n+1) {
  margin-right: 4%;
}

a.video_entry {
  max-width: 48%;
  display: inline-block;
}