/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

/* Helpers */
.text-red {
    color: #d2322d !important;
}

.headline-font {
    font-family: cg_omegabold;
}


/* Header & Mainnavigation */

.header_color .avia-menu-fx {
	background-color: #d2322d;
}

#menu-item-search {
	display:none !important;
}


@media only screen and (max-width: 767px) {
	    .responsive .logo img, .responsive .logo svg {
        max-width: 70%;
    }
}
@media only screen and (max-width: 989px) {
	nav.main_menu {
		display: flex !important;
		flex-direction: row-reverse;
	}
    .responsive .logo img, .responsive .logo svg {
        margin-left: 20px;
    }
	.responsive.html_cart_at_menu #top .main_menu .menu>li:last-child {
        padding-right: 0px;
        margin-right: 30px;
    }
	#header_main .container {
		width: 100% !important;
		max-width: 100% !important;
		}
}
#menu-item-shop .cart_dropdown_link {
	padding: 0 15px;
	}
/* Main */

#main {
	margin-top: 0px;
}

#main .container_wrap {
    border-color: #ffffff;
}

.avia-icon-list li {
    margin-bottom: 10px;
}
/* Footer */


#footer a {
    font-size: 18px;
}

/* Export-Brief Widget Area */

.ev-export-brief-widget-area {
    background: #07335a;
    color: #fff;
    text-align: center;
    padding: 60px 20px;
}

.ev-export-brief-widget-area h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.ev-export-brief-widget-area p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    line-height: 1.5;
}

.ev-export-brief-widget-area a {
    display: inline-block;
    background: #d3322d;
    color: #fff;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 20px;
}

.ev-export-brief-widget-area a:hover {
    background: #d10600;
}

/* Productcategory page */

.woocommerce-page .button {
    font-size: 18px;
}
.template-shop {
    padding-top: 0;
}
.template-shop .products
{
    padding-top: 50px;
}
.shop-header,
.seminar-filters {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    position: relative;
}

.shop-header__inner,
.seminar-filters__inner {
    margin: 0px auto;
    padding: 0 50px;
    max-width: 1310px;
}

.shop-header {
    background-color: #07335a;
    color: #fff;
    padding: 60px 0 45px 0;
}

.shop-header h1{
    color: #fff;
} 

.shop-header__page-title {
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 600;
    margin-bottom: 30px;
}

.shop-header__page-desc,
.shop-header__page-desc p {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

.shop-header a {
    color: #fff;
}


.seminar-filters{
    background: #f8f8f8;
    padding: 20px 0;
}

.seminar-filter-btn,
.seminar-filters__inner a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 18px;
    border: 1px solid #e3e3e3;
    color: #336699;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    background-color: #fff;
    margin-bottom: 5px;
}

.seminar-filter-btn:hover,
.seminar-filters__inner a:hover {
    background-color: #d2322d;
    color: #fff;
}

.seminar-filter-btn.is-active,
.seminar-filters__inner a.is-active {
    background-color: #07335a;
    color: #fff;
    box-shadow: 0 5px 15px rgba(10,58,94,0.2);
}

	
.template-shop ul.products {
    display: block !important;
}

.template-shop ul.products li.product {
    width: 100% !important;
}

.shop-item__title {
	padding-bottom: 10px;
}

.shop-item__excerpt {
    font-size: 16px;
    line-height: 1.4;
    padding-bottom: 5px;
}

.seminar-product .shop-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 24px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    background-color: #fff;
    height: 100%;
}

.shop-item__header {
    width: 100%;

}

.shop-item__excerpt,
.shop-item__header h2 {
    color: #07335a;
}

.shop-item__info-row {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shop-item__info-block {
    flex: 1 1 55%;
    font-size: 16px;
}
.shop-item__referent {
    margin-bottom: 20px;
    color: #07335a;
}
.shop-item__price-block {
    flex: 1 1 200px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
}
.products h2.shop-item__title {
	font-size: clamp(24px, 3vw, 30px);
}
.shop-item__price-amount {
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 600;
    line-height: 1.2;
    color: #07335a;
}

.shop-item__price-note {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #5a6c7a;
}
.shop-item__price-vat-note{
    font-size: 14px;
    color: #5a6c7a;
}

.shop-item__taxonomies {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.shop-item__topics,
.shop-item__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}

.tag-teilnehmer-10::before,
.tag-teilnehmer-15::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a3a5e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='8' r='3'/%3E%3Ccircle cx='17' cy='10' r='2.5'/%3E%3Cpath d='M4 18c0-2.8 2.2-5 5-5s5 2.2 5 5'/%3E%3Cpath d='M13 18c0-1.9 1.6-3.5 3.5-3.5S20 16.1 20 18'/%3E%3C/svg%3E");
}

.tag-ganztags::before,
.tag-halbtags::before,
.tag-2-tage::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a3a5e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.shop-item__chip {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 10px;
    background: #f0f3f7;
    font-size: 13px;
    line-height: 1.2;
    color: #07335a;
}

.shop-item__chip--tag {
    background: #edf5ff;
    position: relative;
    padding-left: 34px;
}

.shop-item__chip--tag::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    width: 16px;
    height: 16px;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.upsells.products ul,
.related.products ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
  
}

@media (max-width: 768px) {
    .upsells.products ul,
    .related.products ul{
        flex-flow: column;
    
    }
    .upsells.products ul li,
    .related.products ul li{
    width: 100% !important;
  
    }
}

.upsells .products  > li.product,
.related .products > li.product{
    flex: 0 0 48%;
}
@media (min-width: 989px) {
    .upsells .products  > li.product,
    .related .products > li.product{
    flex: 0 0 24%; 
    }

    .upsells .products .shop-item__header,
    .related .products .shop-item__header{
    min-height: 160px;
    }

}

.shop-item__cta {
    width: 100%;
    margin: auto 0 0;
    
}
.single-product-summary h1 {
    margin-bottom: 30px;
}
.single-product-summary .woocommerce-Tabs-panel h2 {
    display: none;
}

.single-product-summary .woocommerce-Tabs-panel ul {
    list-style: disc;
    margin-left: 35px;
}

.woocommerce-page .single_add_to_cart_button,
.shop-item__cta .button {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 1.2;
    width: 100%;
}
.woocommerce-variation-add-to-cart {
    margin-bottom: 10px;
}
.product_column .products .shop-item__cta .button,
.cross-sells-product .add_to_cart_button {
    border: 2px solid #07335a;
    color: #07335a;
    padding: 5px 20px;
}
.product_column .products .shop-item__cta .button:hover,
.cross-sells-product .add_to_cart_button:hover {
    border: 2px solid #336699;
    color: #336699;
}
.badge {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    color: #07335a;
}

.seminar-level__grundlagenseminar {
	background-color: #a9d1e6;
}
.seminar-level__informationsseminar {
	background-color: #e2e6a9;
}
.seminar-level__aufbauseminar {
	background-color: #a9e6b8;
}



.ev-inhouse-cta {
    padding: 50px 0;
    margin: 20px 0 50px;
    background: #f8f8f8;
    border: 1px solid #e3e3e3;
    text-align: center;
}


.ev-inhouse-button {
    display: inline-block;
    color: #d3322d !important;
    padding: 10px 20px;
    text-decoration: none;
    border: 2px solid #d3322d !important;
    border-radius: 4px;
    margin-top: 20px;
}

.ev-inhouse-button:hover {
    border-color: #d10600;
    color: #d10600;
}

/* Cart & Checkout */
#top div.woocommerce-message{
    padding: 20px;
}

#top  ul.woocommerce-error {
    padding: 20px;
    display: flex;
}

#top div.woocommerce-message {
    border-color: #a9e6b8;
    background-color: #cff1d8;
    color: #07335a;
    
}
#top div.woocommerce-message a  {
        background: #07335a;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    margin: 5px;
    right: 10px;
    justify-content: center;
}
@media (min-width: 769px) {
#top div.woocommerce-message a  {
    display: inline-block;
} 
}

.wc-block-cart-item__product {
    font-size: 1.2rem;
}
.wc-block-components-button:hover {
    text-decoration: none;
}
.wc-block-components-totals-coupon__button{
    padding: 0px;
    height: 50px !important;
    min-height: auto !important;
}


.wc-block-checkout__form input {
    padding: 30px 6px 8px 6px !important;
}
.wc-block-checkout__form select {
    padding-top: 20px !important;
}

.wc-block-checkout__form div {
    font-size: 18px !important;
    line-height: 1.4 !important;
}

.wc-block-checkout__form label span, 
.wc-block-checkout__form legend span, 
.wc-block-checkout__form  address, 
.wc-block-components-address-card__address-section,
.woocommerce-customer-details  address{
    font-size: 18px !important;
    color: inherit !important;
}
.wc-block-components-address-card__edit {
    font-size: 14px !important;
}

.wc-block-components-product-name {
    font-family: cg_omegabold;
    font-weight: 700;
    font-size: 22px !important;
}

/*  Order Details & Bestellbestätigung  */
.woocommerce-order-overview .woocommerce-thankyou-order-details,
.woocommerce-table--order-details th,
.woocommerce-table--order-details td {
    font-size: 18px !important;
}
.woocommerce-order-details,
.woocommerce-thankyou-order-details{
    margin-bottom: 50px !important;
}
/* Metafelder im Checkout Reihenfolge anpassen  */
.wc-block-cart-item__product .wc-block-components-product-details,
.wc-block-components-order-summary-item__description .wc-block-components-product-details{
  display: block;
  font-size: 18px;
  color: #07335a;
}

.wc-block-cart-item__product .wc-block-components-product-metadata,
.wc-block-components-order-summary-item__description .wc-block-components-product-metadata {
  display: flex;
  flex-direction: column;
}

.wc-block-cart-item__product .wc-block-components-product-metadata
  > ul.wc-block-components-product-details:nth-of-type(1),
.wc-block-components-order-summary-item__description  .wc-block-components-product-metadata
  > ul.wc-block-components-product-details:nth-of-type(1)  {
  order: 2;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}
.wc-block-cart-item__product .wc-block-components-product-metadata
  > ul.wc-block-components-product-details:nth-of-type(1) > li.wc-block-components-product-details__vorname,
.wc-block-components-order-summary-item__description .wc-block-components-product-metadata
  > ul.wc-block-components-product-details:nth-of-type(1) > li.wc-block-components-product-details__vorname  {
    border-top: 1px solid #ddd;
    margin-top: 5px;
}

.wc-block-cart-item__product .wc-block-components-product-metadata
  > ul.wc-block-components-product-details:nth-of-type(2),
.wc-block-components-order-summary-item__description .wc-block-components-product-metadata
  > ul.wc-block-components-product-details:nth-of-type(2) {
  order: 1;
}

.woocommerce-mini-cart-item.mini_cart_item .variation {
    display: none;
}

/* Edit-Link Anpassen und unten positionieren */
.wc-block-cart-item__wrap{
    position: relative;
}


/* Edit-Link ausblenden */
.thwepo-edit-product-container,
.thwepo-edit-product-link {
  font-size: 0 !important;                 
}

/* Pencil Icon aus Fontello einsetzten*/
.thwepo-edit-product-link::before {
  content: "\e836";             
  font-family: 'entypo-fontello';
  font-size: 20px;
  margin-left: 15px;
}


/* Produktseite */
.single_variation_wrap {
    margin: 40px 0 25px 0px;
}
#top .variations_form {
    margin-top: 10px;
}
.woocommerce-product-details__short-description {
	margin-bottom: 20px;
	font-size: 20px;
}

.single-product-summary .woocommerce-Price-amount {
	font-size: clamp(26px, 3vw, 38px) !important;

}
.woocommerce-variation-price {
    padding: 10px 0;
}
.ev-price-per {
	font-size: 80%;
	margin-bottom: 20px;
}
.ev-product-tags{
    margin-bottom: 10px;
}
.ev-product-tags span{
    margin-right: 5px;
}
.ev-teilnemer-section  {
    padding: 0 15px;
    margin-bottom: 15px;
}
.ev-teilnemer-title {
    font-size: 20px;
    font-weight: 700;
}
.ev-teilnemer-section .thwepo-field {
    padding: 0;
}

.ev-teilnemer-section .label.above,
.ev-teilnemer-section .label-tag {
    margin-bottom: 0px !important;
    font-size: 15px !important;
    font-weight: normal !important;
}
@media (min-width: 989px) {
.ev-teilnemer-section .thwepo-field {
    display: inline-block; 
    margin: 0 5px;
} }

/* Produktseite cross selling */ 
.product_column .shop-item__taxonomies {
    flex-flow: column;
}

@media print {

    /* Alles ausblenden, was nicht mitgedruckt werden soll */
    #header,
    #footer,
    .sidebar,
    .related.products,
    .upsells.products,
    .single_add_to_cart_button,
    .single-product-main-image,
    .ev-export-brief-widget-area{
        display: none !important;
    }

    /* Produktbereich auf volle Breite */
    .single-product .container,
    .single-product .product,
    .single-product-summary,
    .woocommerce-Tabs-panel{
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        color: #000 !important;
    }

    
    /* Schrift / Farben druckfreundlich */
    body {
        background: #fff !important;
        color: #000 !important;
        font-size: 12pt;
    }

    h1.product_title {
        font-size: 22pt;
        margin-bottom: 20px;
        color: #000 !important;
    }


    a {
        color: #000 !important;
        text-decoration: none !important;
    }
}