/* 
Theme Name: Chemion - Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* Leistungen */ 

.acf-content-produkt .elementor-widget-container p:last-child,
.acf-content-produkt p:last-child {
    margin: 10px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #00000045;	
}


/*

Styling Ansprechpartner Produkt Page

*/

.asp-container {
    margin-bottom: 20px;
}

.asp-container-tel {
    display: grid;
    margin-bottom: 20px;
}

.aps-ansprechpartner {
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    word-spacing: 0px;
}

.asp-name {
    margin-bottom: 0px;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-weight: 800;
    font-size: 20px;
    line-height: 20px;
    word-spacing: 0px;
}

.asp-abteilung {
    margin-bottom: 12px;
    color: #7A7A7A;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 600;
    margin-bottom: 0px !important;
}

.asp-bereich {
    margin-bottom: 12px;
    color: #7A7A7A;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif !important;
    font-size: 16px;
    line-height: 22.4px;
    margin-top: 0px !important;
}


.asp-text {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    line-height: 0.5;
    word-spacing: 0px;
}

.asp-contact-telephone {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    word-spacing: 0px;
}

.asp-contact-telephone:before {
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e831 ";
    padding-right: 10px;
}

.asp-contact-mail {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    word-spacing: 0px;
}

.asp-contact-mail:before {
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\ea3c ";
    padding-right: 10px;
}

.asp-gebaeude {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    margin: 0px !important;
}

.asp-gebaeude:before {
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e801";
    padding-right: 10px;
}

.asp-raum {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    margin: 0px !important;
}

.asp-raum:before {
    font-family: "Happy Icons" !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e96c";
    padding-right: 10px;
}

.asp-standort {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    margin: 0px !important;
}

.asp-standort:before {
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "\e973";
    padding-right: 10px;
}

.asp-picture {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}