/*******************************************************************************************/
/*** ALLGEMEIN *****************************************************************************/
/*******************************************************************************************/
.textwidget li {
    list-style: square;
}

::selection, ::-moz-selection, p::selection, p::-moz-selection {
    background: #f0d5c5;
}

html {background: #fafafa;} 

:focus {
    outline: lightgrey auto 1px!important;
}

a {
    transition: 0.25s;
}

a:hover {
    transition: 0.25s;
}

/*** 404  ***/
.error404 .alert {
    padding: 100px 0;
    font-size: 30px;
    font-weight: 400;
    line-height:normal;
}
/*******************************************************************************************/
/*** DSGVO ********************************************************************************/
/*******************************************************************************************/
#uc-privacy-button, .uc-powered-by-footer{
  display:none!important;
}
#uc-full-optin-description {
    outline: none !important;
}
.uc-embedding-wrapper h3 {
    line-height: normal;
}

.uc-embedding-container {
    margin-bottom: -56.25%;
}


/*******************************************************************************************/
/*** HEADER ********************************************************************************/
/*******************************************************************************************/
#logo {
    max-width: 260px;
}

#kad-banner {
    box-shadow: 0px 2px 0px #f1f1f1;
}

.headerclass {
    background: rgba(255, 255, 255, 0.85);
}

h1.entry-title, h1.page-title {
    color: #84265f;
    text-transform: uppercase;
}

.page-header {
    border:none;
}

.kt-showsub-indicator ul.sf-menu>li.sf-dropdown>a:after {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: inline-block;
    float: none;
    padding: 0;
    min-height: 1px;
    width: 0;
    right: 30px;
    height: auto;
}

.topbarmenu li.current-menu-item {
    background: rgba(255, 255, 255, 0.20);
}

.kad-topbar-left {
    width: 100%;
}

/*******************************************************************************************/
/*** SLIDER ********************************************************************************/
/*******************************************************************************************/
/*.ksp-text-layer {
    opacity: 0.9!important;
}*/
/*#button-male, #button-female {
    font-size:0.9em;
    display: block;
    text-align: center;
    margin: 0 auto;
    float: left; 
}*/
/*
#slogan {
    float: none;
}
#button-female {
    float: left;
}
#button-male {
    float: right;
}
*/


@media (max-width:780px){
  .ksp-slider-wrapper:after {
display:none!important;
  }
}


.ksp-slider-wrapper:after {
    /*background: #82255d; */
    background: #cecece;
    width: calc(100% + 200px);
    height: 240px;
    display: block;
    position: absolute;
    bottom: 55px;
    content: "";
    margin-left: -100px;
    opacity: 0.3;
    pointer-events: none;
    user-select: none;
    z-index: -1;
    overflow: hidden;
}/*
.ksp-slider-wrapper:before {
    background: #82255d;
    width: calc(100% + 200px);
    height: 240px;
    display: block;
    position: absolute;
    bottom: 55px;
    content: "";
    margin-left: -100px;
    opacity: 0.1;
    pointer-events: none;
    user-select: none;
    z-index: 0;
    overflow: hidden;
}*/


.kad-slider-dot {
    display: none!important;
}


#slogan {
    color: rgba(255, 255, 255, 0.5);
}

#female-male{
background: rgba(255, 255, 255, 0.5);
padding:5px;
}

.slick-dots {
    display: none!important;
}


/*******************************************************************************************/
/*** WOOCOMMERCE ***************************************************************************/
/*******************************************************************************************/

/* TEMP */
.logged-in .kad-cart-total, .logged-in .shop-menu-button, .logged-in .menu-cart-icon-kt {
    display: block;
}
.kad-cart-total, .shop-menu-button, .menu-cart-icon-kt {
    display: none;
}

.icon-cart:before {
content: "\e0c1";
font-size: 20px;
}

@media (min-width:993px){
.single-product .product {
    /*margin-top: 50px;*/
    margin-top: 32px;
}
}
@media (max-width:992px){
.single-product .product {
    /* margin-top: 20px; */
}
.kad_product_wrapper .product_item .kad_add_to_cart {
display:none!important;
}
}

.single-product .product table.variations td {
    border: none;
}
/*
.single-product .product .variations label[for=pa_groesse] {
    display: none;
}*/
/*
.kad_product_wrapper .product_item .kad_add_to_cart {
    display: block;
    font-size: 14px!important;
    padding: 4px 18px;
}*/

h1.product_title.entry-title {
    font-size: 26px!important;
    font-weight: 500;
    line-height: normal!important;
    letter-spacing: 1px;
}
.sidebar .current-cat{
  font-weight: bold;
}

.woocommerce-shop .contentclass{
  background:#f7f7f7!important;
}

.woocommerce-shop .details_product_item {
background: #ebebeb;
opacity: 1;
}


/*** Hover-Button bei Artikeln auf Shopseite ***/

.product_item .add_to_cart_button, .product_item .kad_add_to_cart{
font-weight: bold;
}

/*** Preise Warenkorb gleich fett darstellen ***/
.woocommerce-cart .cart_totals .woocommerce-Price-amount {
font-weight: bold;
}


/****** Produkt-Page: doppelte Headline im Beschreibungen-Tab ******/

#tab-description h2:first-child {
    display: none;
}


/****** Ausverkaufte Produkte ******/

.kad-out-of-stock {
    background: #83245e;
}
.kad_product_wrapper .kad-out-of-stock {
    width: calc(100% - 2px);
}

/*******************************************************************************************/
/*** CONTENT *******************************************************************************/
/*******************************************************************************************/
.contentclass {
    padding-top: 0;
}

.wp-caption.alignnone, img.alignnone {
    margin: 0;
}

.caption div {
    font-size: 16px;
    line-height: normal;
}

blockquote h1 {
    font-size: 44px;
    line-height: 65px;
    margin: 0!important;
    font-weight: 400;
}

blockquote div {
    background: #a96d90;
    color: #fff;
    display: inline;
    padding: 0 5px;
}


.kad-icon-box {
    padding-bottom: 25px;
    border-radius: 5px;
}

.info-box h4 {
    color: #fff;
}

.info-box ul {
    margin-bottom: 0;
}

.info-box {
    background: #83245d;
    padding: 15px 25px;
    color: #fff;
    min-height: 250px;
    font-style: italic;
    font-size: 20px;
    line-height: normal;
}
.info-box p {
margin-bottom: 0;
}
.info-box:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    width: 0px;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 0px solid transparent;
    border-top: 20px solid #84265f;
}


.wp-caption-text {
    font-size: 14px;
    text-align: left;
    padding-top: 5px;
}

/*** Tabellen ***/

td {
    text-align: center;
    border: solid 1px #e0e0e0;
}

td:first-child{
  text-align: left;
}

.tableizer-firstrow th {
    text-align: center;
}

.table-scrollable {
  width: 99%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}

@media only screen and (max-width: 1200px) {
.entry-content table {
margin-bottom: 0;
overflow: hidden;
overflow-x: scroll;
display: block;
white-space: nowrap;
}
}


/*** Portfolio ***/

#filters li {
    list-style: none;
}

.page-header.single-portfolio-item h1 {
    font-size: 30px;
}

.page-header{
  margin:unset;
}


/*******************************************************************************************/
/*** KONTAKTFORMULAR ***********************************************************************/
/*******************************************************************************************/
.wpcf7 input {
    margin-bottom: 5px;
}

.wpcf7-list-item-label {
    font-weight: 300;
    font-style: italic;
}

textarea {
    width: 100%;
}

.wpcf7 input, .wpcf7 textarea {
    max-width: 500px;
}

.wpcf7-select {
    width: 100%;
    max-width: 500px;
}

input.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    width: 100%;
}

/*******************************************************************************************/
/*** BLOG **********************************************************************************/
/*******************************************************************************************/
/*** Responsive YT-Videos ***/
.embed-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0;
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.embed-container iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}

article h2.entry-title {
    color: #81265f;
}

/*******************************************************************************************/
/*** FOOTER ********************************************************************************/
/*******************************************************************************************/
.footerclass a, .footercredits p {
    color: #555;
    /* font-weight:normal; */
    /* font-size:14px; */
}

#containerfooter {
    padding-top: 0;
}

@media(max-width:1365px){
.footercredits{
  padding-left:65px;
}
}

/*******************************************************************************************/
/*** MOBILE ********************************************************************************/
/*******************************************************************************************/
img.kad-mobile-logo {
    max-height: 40px!important;
}


#kad-mobile-banner {
    box-shadow: -1px -2px 10px #292929;
}

ul.sub-menu.sf-dropdown-menu a {
    color: #000000!important;
}

.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu {
    padding-left: 35px;
}

#mg-kad-mobile-nav li.sf-dropdown.menu-item-has-children a {
    color: #909090;
}

.mobile-header-container {
    background: #81265f;
}

.kad-navbtn.clearfix {
    color: #fff;
}

.kad-mobile-nav .kad-nav-inner li ul.sf-dropdown-menu a {
    list-style: square;
}

ul#menu-mobilnavigation>li>ul>li>ul {
    padding-left: 0;
}

@media (max-width:780px){
  h1 {
font-size:30px!important;
line-height:35px!important;
}
  h2 {
font-size:25px!important;
line-height:30px!important;
}
}


@media (max-width:544px){
  .caption div {
    font-size: 12px;
    line-height: normal;
}
.flex-caption {
    left: 5px;
    bottom: 5px;
}
}
