/*

Theme Name: dribder.com
Author: Mike Quade
Author URI: http://www.mikequade.de
Description: The main theme and logic for dribder.com
Version: 0.0.1

*/

/* begin adding custom fonts */

@font-face {
    font-family: "Merriweather";
    src: url("fonts/Merriweather-Regular") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Merriweather";
    src: url("fonts/Merriweather-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Merriweather";
    src: url("fonts/Merriweather-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}
  
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}
  
@font-face {
    font-family: "Open Sans";
    src: url("fonts/OpenSans-BoldItalic.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}
  
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Italic.ttf") format('truetype');
    font-weight: normal;
    font-style: italic;
}
  
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-Bold.ttf") format('truetype');
    font-weight: bold;
    font-style: normal;
}
  
@font-face {
    font-family: "Roboto";
    src: url("fonts/Roboto-BoldItalic.ttf") format('truetype');
    font-weight: bold;
    font-style: italic;
}

/* end adding custom fonts */

body {
    overscroll-behavior-y: none;
}

#sidebar, #drib-sidebar {
    margin-top: 30px;
    width: 25%;
    margin-right: 30px;
    background-color: #fafafa;
    padding-left: 15px;
}

.article-full h2 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.article-full h4 {
    margin-bottom: 15px;
}

.article-full p:last-child {
    margin-bottom: 30px;
}

.article-full header h2 {
    margin-top: 0;
    margin-bottom: 15px;
}

.article-full a, .article-full a:hover, .article-full a:visited, .article-full a:focus {
    color: #e8776c;
}

footer a, footer a:hover, footer a:visited, footer a:focus {
    color: #e8776c;
}

#kelm-disclaimer-bar a, #kelm-disclaimer-bar a:hover, #kelm-disclaimer-bar a:visited, #kelm-disclaimer-bar a:focus {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#kelm-disclaimer-bar a:hover {
    text-decoration: underline;
}

.kelm-blog-heading {
    color: #000;
    text-decoration: none;
    font-family: 'Merriweather';
}

.kelm-blog-heading a, .kelm-blog-heading a:hover, .kelm-blog-heading a:visited, .kelm-blog-heading a:focus {
    color: #000;
    text-decoration: none;
    font-family: 'Merriweather';
}

.kelm-blog-heading a:hover {
    text-decoration: underline;
}

#kelm-blog-inner {
    background-color:#fafafa;margin-top:30px;width:50%;
}

#kelm-article-inner {
    background-color:#fafafa;margin-top:30px;width:50%;
}

#kelm-article-inner h2, #kelm-article-inner h3, #kelm-article-inner h4 {
    font-family: 'Merriweather';
}

#drib-sidebar h2 {
    font-family: 'Merriweather';
    font-size: 18px;
    margin-bottom: 15px;
}

#kelm-article-inner textarea {
    max-width: 100%;
}

#kelm-article-inner label {
    display: block;
}

@media (max-width: 997px) {

    #sidebar, #drib-sidebar, #kelm-blog-ads {
        display: none;
    }

    #kelm-blog-inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    #kelm-article-inner {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

}

#drib-sidebar-tags a, #drib-sidebar-tags a:hover, #drib-sidebar-tags a:visited, #drib-sidebar-tags a:focus {
    margin-right: 7px;
    margin-bottom: 7px;
    color: #000;
    text-decoration: none;
    font-size: 13px;
    padding: 2px 4px;
    background-color: #c93b2c;
    border: #000 1px dotted;
    display: inline-block;
    font-family: 'Roboto';
}

#respond {
    margin-top: 30px;
}

/* begin woocommerce styles */

.drib-short-desc {
    color: #000;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.products {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

li.product {
    background-color: #EDEDED;
    padding: 15px !important;
    border-radius: 7px;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link, a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:hover, a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:visited, a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:focus {
    color: #c93b2c;
}

h2.woocommerce-loop-product__title {
    padding: 0 !important;
    font-weight: bold;
    font-size: 24px !important;
}

.woocommerce ul.products li.product a img {
    margin-bottom: 25px !important;
}

ul.products li.product {
    text-align: center;
}

ul.products li.product .price {
    color: #c93b2c !important;
    font-weight: bold !important;
    font-size: 18px !important;
}

.woocommerce ul.products li.product a.button,
.woocommerce div.product form.cart button.button {
  background-color: #c93b2c; /* z.B. Grün */
  color: white;
  border: none;
}

.woocommerce ul.products li.product a.button:hover,
.woocommerce div.product form.cart button.button:hover {
  background-color: #ac291e;
}

a.added_to_cart, a.added_to_cart:hover, a.added_to_cart:visited, a.added_to_cart:focus {
    color: #c93b2c;
    font-weight: bold;
}

  
/*
ul.products li.product .drib-short-desc {
    text-align: left;
    margin-top: 0.5rem;
}
*/

/* end woocommerce styles */