/* 
Theme Name: ocean-pharma.de
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 */

/* Boder Radius für Online-Shop Element im Hauptmenü*/
li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1130 {
    border: 2px solid;
    border-radius: 10px;
    border-color: var(--e-global-color-text);
}

/*Linien für Zwischenüberschriften*/
.linie-ueberschriften {
    border: 0;
    font-size: 20px;
    height: 1em;
    line-height: 1em;
    position: relative;
    text-align: center;
  }
  .linie-ueberschriften::before {
    content: "";
    background: var(--e-global-color-secondary);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
.linie-ueberschriften::after {
    color: var(--e-global-color-primary);
    background-color: white;
    content: attr(data-content);
    line-height: 1em;
    padding: 0 7px;
    position: relative;
}

/*Produkttitel Produkte Spirularin und skinicer anpassen*/
/*Beispiel HTML zur Erklärung:
<h1><div class="Produkttitel">
    <div class="skinicer">skinicer</div>
    <div class="Registrierte">®</div>
    <div class="Zusatztitel">Verruceptin</div>
</div></h1>*/

.Produkttitel {
    display: flex;
}

.Spirularin {
    color: var(--e-global-color-secondary);
    font-size: 50px;
    font-weight: 700;
}

.skinicer {
    color: var(--e-global-color-secondary);
    font-size: 50px;
    font-weight: 700;
}

.Registrierte {
    margin-top: 15px;
    font-size: 18px;
    color:var(--e-global-color-secondary);
    font-weight:800;
    
}

.Zusatztitel {
    color:var(--e-global-color-secondary);
    font-size: 20px;
    align-self: end;
    margin-bottom: 11px;
    font-weight: 300;
}

.NF {
    color: #ed6c32;
    font-size: 50px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}
.SR {
    color: #ed6c32;
    font-size: 50px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}
.HF {
    color: #ed6c32;
    font-size: 50px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}
.VS {
    color: #ed6c32;
    font-size: 50px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}
.N {
    color: #ed6c32;
    font-size: 50px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}
.HS {
    color: #ed6c32;
    font-size: 50px;
    font-weight: 700;
    margin-left: 10px;
    margin-right: 10px;
}

/*Produkttitel Spirularin Seite anpassen*/
.ProdukttitelS {
    display: flex;
    justify-content: center;
}

.Spirularin-Seite {
    color: var(--e-global-color-secondary);
    font-size: 50px;
    font-weight: 700;
}

/**
 * Fix brand registered trademark rendering
 * Fixes WPML parser issues with nested HTML tags around ®
 */
.brand-reg {
    font-size: 0.6em;
    vertical-align: super;
    line-height: 0;
}

