/*======================================
Theme Name: Extra-Child
Theme URI: https://divicake.com/
Description: Das Child-Theme von Extra
Version: 1.0
Author: Divi Cake
Author URI: https://divicake.com/
Template: Extra
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

/* Hide trending button */
#et-trending-button { display:none !important; }

/* Textfluss um Beitragsbilder vermeiden */
.et_pb_extra_module .posts-list article h3 {
  padding-left: 60px;
}

/* Seitenleiste besuchte Links nicht hervorheben */
.et_pb_widget a, .et_pb_widget a:focus, .et_pb_widget a:visited, .et_pb_widget a:active {
  color: rgba(0,0,0,.6) !important;
  transition: all .3s;
}
.et_pb_widget a:hover {
  color: rgb(81, 169, 68) !important;
  transition: all .3s;
}

/* Untertitel von Kategorie-Übersichten */
.category-subtitle {
  font-size: 14px;
  text-transform: none;
  font-weight: 600;
}

.archive h1 {
  display: none;
}

.category-title {
  font-size: 26px;
  text-transform: uppercase;
  display: inline-block !important;
}

/* Yoast Breadcrumbs */
#breadcrumbs {
  margin-bottom: 16px;
  font-size: 14px;
}

/* Weiße Box für Kategorie-Beschreibung */
.category-description {
  background-color: #fff;
  padding: 14px 20px 13px 20px;
  border-radius: 3px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

/* Link-Style für QP-Links */
.news_beitrag_link {
  text-decoration: underline;
}

p#breadcrumbs {
  background-color: #fff;
  padding: 14px 20px 13px 20px;
  border-radius: 3px !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.1);
}

/* Author-Bild Styles */
.author-box-avatar img {
    display: block;
    width: 90%;
    height: 90%;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

/* Anpassen der h3-Styles nachdem h1-überschriften im blogmodul (module-posts.php) auf h3 umgestellt */

.et_extra_layout .et_pb_column .module-head h3, .et_pb_extra_column .module-head h3 {
    display: inline-block;
    padding: 0;
    color: #00a8ff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1;
    text-transform: uppercase;
}

.et_pb_extra_module .main-post article .post-content h4 {
    padding: 0;
    color: #00a8ff;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.et_pb_extra_module .posts-list article h4 {
    padding: 0;
        padding-left: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.cli-modal .cli-modal-dialog, .cli-tab-container p, .cli-privacy-content-text {
	font-size: 15px !important;
	font-weight: 200 !important;
	line-height: 1.6em !important;
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
    max-height: 68px !important;
 }

 .cli-tab-footer .cli-btn {
    background-color: #289a47 !important;
    padding: 8px 16px !important;
    width: auto;
    color: #fff;
    text-decoration: none;
    border: 3px solid #289a47 !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}

.cookielawinfo-rounded {
	border: 0px solid white !important;
}

.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
    font-size: 12px !important;
    border-bottom: 8px solid white !important;
    border-left: 0px solid white !important;
    padding: 6px 8px;
}

.cookielawinfo-rounded thead {
    text-shadow: 0 0px 0 white !important;
    color: #ffffff !important;
    background-color: #289a47;
   
}

.cli-bar-popup {
   
    padding: 48px !important;
}

#cookie-law-info-again {
    font-size: 13px !important;
    margin: 0;
    padding: 4px 12px !important;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .5) !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    background-color: #289a47 !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.cli-col-12 {
    width: 98% !important;
}