

/* TEAM PANELS */

.panel { width: 100%;margin-bottom: 0px !important; border: 0px !important; 
    padding: 0em 0.8em 0.7em 1em; border-radius: 0px !important; box-shadow: inherit; }

.panel-default { background-color: var(--zero); }

.panel-therapie {
    background-color: none;
    background: none;
}

.panel-heading {
    color: var(--secondary) !important;
    background-color: var(--tertiary) !important;
	border: none !important;
    position: relative;
    margin-bottom: 0px;
    border-radius: 0px;
}

.panel-heading:hover {
    background-color: var(--primarysoft);
}
.panel a { color: var(--secondary); text-decoration: none; }

.panel  a:hover { text-decoration: none !important; color: var(--secondary) !important; }
.panel  a:hover h3 { text-decoration: none !important; color: var(--secondary) !important; }


.panel-body { padding: 0px; border: 0px;  margin-top: 1em;
}

.panel-heading h3 {
    font-size: 1em !important;
    margin-bottom: 0px !important;
}

.panel-heading:after {
    font-family: FontAwesome;
    content: '\f067';
    position: absolute;
    right: 15px;
    top: 10px;
}

[aria-expanded="true"] .panel-heading:after {
    font-family: FontAwesome;
    content: '\f068';
    position: absolute;
    right: 15px;
    top: 10px;
}

[aria-expanded="true"] .panel-heading {
    background-color: var(--primarysoft) !important;
}

.panel-therapie .panel-body {
    background-color: rgba(255,255,255,0.9);
    padding: 30px 20px 20px;
    margin-top: 0px;
}

.panel-therapie a.accordion-toggle {
    display: block;
    width: 100%;
}

.panel-therapie .accordion-toggle p.infobutton {
    margin: 0 auto;
}