/*
Theme Name: Electrocore
Author: Informationsstelle Gesundheit GmbH, Düsseldorf
Author URI: www.informationsstelle-gesundheit.de
Description: Electrocore mit Autofill-Feldern
Version: 2.5
License: Copyright 2024 Informationsstelle Gesundheit GmbH - keine Vervielfältigung - dieser Teil darf nicht gelöscht, geändert oder umbenannt werden.
*/

/* Font-Sammlung */

@font-face {
    font-family: 'Material Icons';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/datepicker-font.woff2') format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.headboxlink:before {
    content: "\e080";
    margin-right: 10px;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Glyphicons Halflings';
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.headboxlink:hover:before {
    padding-left: 10px;
    margin-right: 0px;
}

btn-primary:focus {
    background-color: var(--text-color);
    border-color: var(--text-color);
}

html,
body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

p,
li {
    font-size: 1.8rem;
    font-weight: 300;
    color: var(--text-color);
}

p, ul {
    margin-bottom: 3rem;
}

p:empty {
    display: none;
}

.pea_cook_wrapper p {
    padding-bottom: 0;
}

a {
    color: var(--primary-color);
    font-size: 1.8rem;
    font-weight: 500;
}

a:hover {
    color: var(--text-color);
    text-decoration: none;
}

label {
    font-size: 1.8rem;
    font-weight: 400;
}

.checkbox label {
    padding-left: 5px;
    color: var(--text-color);
}

.checkbox-inline {
    padding-left: 0;
    font-weight: 300;
}

.form-group label {
    color: var(--text-color);
}

#wide {
    position: relative;
    overflow: hidden;
}

.btn-primary {
    display: inline-block;
    color: var(--text-color);
    background: #fff;
    white-space: normal;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
    background: #eee;
    color: var(--text-color);
    transition: all 0.2s ease-in-out;
}

.btn {
    border-radius: 4px;
    border: 1px solid var(--text-color);
}

.up {
    z-index: 5000;
    position: fixed;
    bottom: 80px;
    right: 1em;
    display: block;
    padding-top: 0.2rem;
    width: 4.5rem;
    height: 4rem;
    color: var(--text-color);
    background: #fff;
    border-radius: 30%;
    border: 1px solid white;
    font-size: 1.5rem;
    text-align: center;
    line-height: 4rem;
    opacity: 0.8;
    filter: alpha(opacity=60);
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .23);
}

.up:hover {
    background: white;
    color: var(--text-color);
    opacity: 0.6;
    border: 1px solid var(--text-color);
}

.up:active,
.up:focus {
    outline: none;
}

.telefonlink {
    white-space: nowrap;
	color: var(--primary-color);
	width: fit-content;
}

.telefonlink:before {
    content: "\e182";
    font-weight: normal;
    font-size: inherit;
    margin-right: 5px;
    text-decoration: none;
    font-family: 'Glyphicons Halflings';
}

.maplink:before {
    content:"\e062";
    font-weight: normal;
    font-size: inherit;
    margin-right: 5px;
    text-decoration: none;
    font-family: 'Glyphicons Halflings';
}

h1 {
    margin-top: 0;
    color: var(--primary-color);
    font-size: 3.5rem;
    line-height: 3.5rem;
    font-weight: 700;
    margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
}

section {
    padding: 10rem 0;
}

.home section {
    padding: 10rem 1.5rem;
}

aside {
    margin-bottom: 4rem;
}

.accordion_container {
    padding: 0;
}

.accordion_container .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion_container p {
    margin: 0;
    padding: 1rem 0;
}

.accordion {
    border-bottom: 1rem solid transparent;
}

a.accordion-button {
    padding: 0.7rem;
    display: block;
    text-decoration: none;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.accordion-button .glyphicon {
    position: relative;
    top: 5px;
    padding-right: 0.5rem;
    font-size: 2rem;
}

a.accordion-button:hover {
    text-decoration: none;
}

.panel-group .panel {
    margin-top: 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.panel-group {
    margin-bottom: 0;
}

.panel-body strong {
    color: var(--text-color);
}

a.accordion-button.standart {
    color: white;
    background-color: var(--text-color);
    background-image: url('images/accordion-v1d.svg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 3.2rem 100% !important;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

a.accordion-button.collapsed.standart {
    color: var(--text-color);
    background-color: #eee;
    background-image: url('images/accordion-v1b.svg');
}

a.accordion-button.standart:hover {
    color: var(--text-color);
    background-color: #eee;
}

a.accordion-button.collapsed.standart:hover {
    color: #fff;
    background-color: var(--text-color);
    background-image: url('images/accordion-v1e.svg');
}

footer {
    margin: 0 0 0 0;
    background: var(--background);
    border-top: 1px solid var(--primary-color);
}

.footerv1 h3 {
    display: block;
    margin: 20px 0 4rem 0;
    padding: 3rem 0 3rem 0;
    color: var(--text-color);
    font-size: 2rem;
    font-weight: 500;
    text-transform: none;
    border-bottom: 1px solid var(--primary-color);
}

footer a,
footer p {
    text-decoration: none;
}

footer a {
    color: var(--primary-color);
}

footer a:hover {
    color: var(--text-color);
}

.footer-copyright2 {
    padding-top: 2rem;
    padding-bottom: 5rem;
    float: right;
    text-align: center;
}

html,
body {
    width: 100%;
    height: 100%;
}

.parallax-window {
    background: transparent;
    color: white;
    text-align: center;
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 500px;
}

.para-callout {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    text-align: left;
    margin-top: 4rem;
    margin-bottom: 3rem;
}

h3 {
    font-size: 20px;
    text-align: left;
	color: var(--text-color);
}

body {
    background: white;
    -webkit-font-smoothing: antialiased;
}

.willkommen {
    float: right;
    background: transparent;
}

.form-group p {
    margin: 0;
    padding: 0;
}

div#datetimepicker li {
    text-indent: 0;
    margin: 0;
}

div#datetimepicker li:before {
    content: ' ';
}

.checkbox p {
    margin: 0;
}

blockquote {
    border: none;
    background: #eee;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    width: 90%;
    padding: 3rem 2rem 1rem 2rem;
    margin-bottom: 3rem;
}

blockquote h2 {
    color: #fff;
    margin-top: 0;
}

blockquote p {
    color: #fff;
}

.kk-star-ratings .kksr-legend {
    color: #fff;
}

.bildimtext {
    float: right;
    padding: 0rem 0 2rem 5vw;
    max-width: 600px;
}

@media (min-width: 992px) {

    .slider {
        position: relative;
        overflow: hidden;
        margin-top: 17rem;
    }

    .sliderdown1 {
        position: absolute;
        top: 80%;
        left: 48.5%;
        z-index: 2;
        padding-top: 95px;
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #f0f0f0;
        letter-spacing: 0;
        text-decoration: none;
        transition: opacity .3s;
    }

    .sliderdown1 span {
        position: absolute;
        top: 0;
        left: 38%;
        width: 40px;
        height: 80px;
        margin-left: -15px;
        border: 2px solid #f0f0f0;
        border-radius: 50px;
        box-sizing: border-box;
    }

    .sliderdown1 span:before {
        position: absolute;
        top: 32px;
        left: 50%;
        content: '';
        width: 9px;
        height: 9px;
        margin-left: -4px;
        background-color: #f0f0f0;
        border-radius: 100%;
        -webkit-animation: animation_down 2s ease-in-out infinite;
        animation: animation_down 2s ease-in-out infinite;
        box-sizing: border-box;
    }

    a.sliderdown:hover {
        opacity: 0.8;
        color: #f0f0f0;
    }

    /*animated arrow animation*/
    @-webkit-keyframes animation_down {
        0% {
            -webkit-transform: translate(0, -20px);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: translate(0, 20px);
            opacity: 0;
        }
    }

    @keyframes animation_down {
        0% {
            transform: translate(0, -20px);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            transform: translate(0, 20px);
            opacity: 0;
        }
    }

    .sliderdown1:hover {
        opacity: 1;
    }

    .sliderdown1 span {
        font-size: 40px;
    }

    .arrow {
        width: 40px;
        height: 40px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
        background-size: contain;
    }

}

@media (max-width: 991px) {

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    .home section.color-background {
        padding: 5rem 0;
    }

    section {
        padding: 5rem 0;
        background: #fff;
    }

    footer ul li {
        text-align: center;
    }

    nav {
        display: block;
    }

    .header8fix {
        margin-top: 0rem;
    }

    .sliderdown1 {
        display: none;
    }

    #logo img {
        display: none;
    }

    aside {
        display: none;
    }

}

.margin-top3rem{
	margin-top: 3rem;
}

/*scroll-anker-header-fix*/
*[id] {
scroll-margin-top: 8rem;
}

/*Fixes für automatisierungen ANFANG*/

/*Anfahrt-maps volle Breite*/
iframe[src^="https://www.google.com/maps/embed?"] {
    width: 100%;
}

/*slider-boxen width fix*/
.slider-boxen .box a.telefonlink {
	width: 100%;
}

/*sprechzeiten <br> fix*/
.sprechzeiten>.flex-start p:has(+ p) {
    margin-bottom: 0;
}

/*Fixes für automatisierungen ENDE*/