/* Schulung Übersicht */

.content {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

p.content {
    font-size: 13px;
}

div.col-1 {
    padding-right: 0;
    max-width: 25px;
}

.container-schulungen,
.container-schulungen.col {
    padding-left: 0;
}

p.schulung-title {
    font-weight: bold;
    color: #333333;
    font-size: 1.2em;
    text-transform: uppercase;
}

h3.schulung-title {
    font-weight: bold;
    color: #333333;
    font-size: 1.5em;
    text-transform: uppercase;
}

.entry-content h3 {
    color: #A79D97;
    font-size: 18px;
    line-height: 28px;
    margin: 40px 0 10px 0;
}

.more-link {
    font-weight: bold;
}


/* Farbe kommt aus der Style CSS*/

.icon-red {
    font-size: 14px;
}


/* Schulungs Produkt */

table,
tr,
td {
    border: none;
    padding: 10px 0;
}

#card-programm .card-body table tr {
    border-bottom: 1px solid #D9D9D9;
    vertical-align: top;
}


/*Standart Kommentare ausblenden*/

#comments {
    display: none;
}

.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.woocommerce-product-gallery__image {
    pointer-events: none;
}

.woocommerce-product-gallery__trigger,
div.summary.entry-summary,
nav.navigation.post-navigation {
    display: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    max-width: unset;
    clear: both;
}

.woocommerce-product-gallery img {
    width: 100%;
}

.card-title {
    font-weight: bold;
    font-size: 1.05em;
    color: black;
}

.woocommerce button.button.disabled {
    color: white;
}

.card-header {
    border: none;
    background-color: #efeeec;
    padding: 8px 10px;
    margin: 5px 0;
}

@media (max-width: 767px) {
    .card-body {
        padding: 0rem 1em !important;
    }
    #teil_list {
        margin-top: 30px;
    }
    .woocommerce-page div.product div.summary {
        width: 100% !important;
    }
    .woocommerce .woocommerce div.product div.images img {
        margin-left: auto;
        margin-right: auto;
    }
}

.card-body {
    padding: 0.75rem 1em;
    display: flow-root;
}

.card-header:before {
    font-family: 'Font Awesome 5 Pro';
    color: #d70005;
    content: "\f068";
    margin-right: 10px;
}

.card-header:before {
    margin-left: 10px;
}

.card-header.collapsed:before,
.submit-card .card-header p:before {
    font-family: 'Font Awesome 5 Pro';
    color: #d70005;
    content: "\f067";
    margin-left: 10px;
    cursor: pointer;
}

.icon-back:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f30a";
    padding-right: 10px;
    cursor: pointer;
}

.icon-fwd:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f30b";
    padding-left: 20px;
    cursor: pointer;
}

.button.sec, 
a.button.sec {
    color: #d70005;
    background: white;
}
button.button.text_link.entfernen {
    padding: 0px;
    background: none;
    color: grey;
    font-size: 0.75rem;
    line-height: 1;
}

.schulung-footer {
    margin: 15px 0;
}

span#footer-info {
    font-size: 0.8em;
    line-height: 0px;
}

.product ul {
    list-style: none;
    padding-left: 20px;
    margin-left: 31px;
}

.product li {
    position: relative;
}

.product li:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f069";
    color: #d70005;
    font-size: 0.7em;
    position: absolute;
    left: -2em;
}

.sobek-preis {
    font-weight: bold;
    font-size: 1.5em;
}

.sobek-termin {
    margin-bottom: 15px;
}

.sobek-termin h5 {
    font-size: 16px;
}


/* Schulungs Teilnehmer */

#my-nav {
    margin: 20px 0;
}

.submit-card p {
    font-weight: bold;
    margin: 5px 0;
}

#teil_list>hr,
#teil_list p {
    margin: 5px 0;
}

#teil_list hr:last-of-type {
    border: 1px solid black;
}

.single_add_to_cart_button {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.schulung-card .card-header{
    cursor: pointer;
}

.post-44757 .entry-header {
    display: none;
}

em#schulung-hinweis {
    padding: 5px 15px;
}

#termin-wrapper .teilname_art:not(.active) {
    display: none;
}
#termin-wrapper .teilname_art.active {
    border-bottom: 1px solid #f0eeec;
    margin-bottom: 20px;
}
