body {
    --border-radius: 1.1em;
    --primary-color: #309D25;
    font-family    : 'Ubuntu Condensed', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0px;
}

.intro header h2 {
    font-weight: 100;
    color      : #fff;
}

#home.main .content {
    width: 25em;
}

#intro_content_wrapper {
    padding      : 1.5em;
    background   : white;
    border-radius: var(--border-radius);
}

#intro_content_wrapper img {
    width: 41%;
}

#intro_content_wrapper h2 {
    color      : black;
    font-size  : 2.2em;
    font-weight: normal;
}

#intro_content_wrapper span {
    color    : black;
    font-size: 0.8em;
}

#header {
    height: 4em;
}

#nav {
    height     : 4em !important;
    line-height: 4em !important;
}

header h2,
.info .content h2 {
    color: var(--primary-color);
}

#footer {
    background: #000 !important;
}

#footer .menu {
    margin-left: auto !important;
    color      : white;
}

#logo {
    margin-right: 0.5em;
    max-height  : 100%;
    height      : 85%;
    margin-left : 0.5em;
}

#logolink {
    display        : flex;
    flex-direction : row;
    height         : 100%;
    text-decoration: none;
    color          : black;
    align-items    : center;
}

.info.left .content {
    border-top-right-radius   : var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}

.info.right .content {
    border-top-left-radius   : var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}

/* BEHANDLUNGEN */

.iframepage #header,
.iframepage #footer {
    display: none;
}

.iframepage section.box {
    margin-top: -60px;
}

.poptrox-popup {
    padding-bottom: 0px;
}

#behandlungen.main.style3,
#operationen.main.style3,
#kontakt.main.style3 {
    padding: 3em 0 3em 0 !important;
}

#behandlungen {
    background-color: #f1f1f1;
}

#behandlungen header {
    color: #6a6a6a;
}

.behandlungCard {
    background-color  : #fff;
    padding           : 15px;
    margin-bottom     : 40px;
    width             : calc(50% - 20px) !important;
    -webkit-box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.3);
    box-shadow        : 0px 0px 22px -5px rgba(0, 0, 0, 0.3);
}

.behandlungCard .image::before {
    content: none;
    display: none;
}

.behandlungCard.from-left {
    margin-right: 20px;
}

.behandlungCard.from-right {
    margin-left: 20px;
}

.behandlungCard.moveCenter {
    margin-left: auto;
    margin-right:auto;
}

.behandlungCard .behandlungCardTitel {
    margin-top    : 10px;
    color         : var(--primary-color);
}


/* TEAM */

.teaminfo #header,
.teaminfo #footer {
    display: none;
}

.teaminfo section.box {
    margin-top: -60px;
}

.poptrox-popup {
    padding-bottom: 0px;
}

#unser-team.main.style3 {
    padding: 3em 0 3em 0 !important;
}

#team {
	padding: 0em 0 3em 0;
}

#unser-team, #team {
    background-color: #f1f1f1;
}

#unser-team header {
    color: #6a6a6a;
}

.teamCard {
    --teamCardMargin: 50px;
    background-color: #fff;
    /* padding      :15px; */
    /* margin-bottom: 40px; */
    width           : calc(33.3% - (var(--teamCardMargin)) * 2 / 3) !important;

    -webkit-box-shadow: 0px 0px 22px -5px rgba(0, 0, 0, 0.3);
    box-shadow        : 0px 0px 22px -5px rgba(0, 0, 0, 0.3);
    margin-right      : var(--teamCardMargin);
    margin-bottom     : var(--teamCardMargin);
    display           : flex;
    flex-direction    : column;
}

.teamCard.main{
	margin-bottom     : calc(var(--teamCardMargin) * 3);
}

.teamCardPadding {
    padding: 15px;
}

.teamSpacer {
    margin-top: -6px;
    /* border : 1px solid var(--primary-color); */
}

.vitaLink {
    margin-top: auto !important;
}

.teamVitaButton {
    background-color: var(--primary-color);
    color           : #fff;
    padding         : 7px 7px;
}

.teamCard:nth-child(3n) {
    margin-right: 0px;
}

.teamCard .image::before {
    content: none;
    display: none;
}

.teamCard.left {
    margin-right: 20px;
}

.teamCard.right {
    margin-left: 20px;
}

.teamCard .teamCardTitel {
    margin-top    : 10px;
    /* text-transform: capitalize; */
    color         : var(--primary-color);
}

.teamCard .teamCardSubTitel {
    color         : var(--primary-color);
    font-family   : 'Ubuntu';
    font-style    : italic;
    letter-spacing: -0.05em;
    font-size     : medium;
}

@media screen and (max-width: 650px) {
    .gallery {
       display: block
    }

	.gallery article {
		width: 100% !important;
	}
}

@media screen and (max-width: 736px) {
    .behandlungCard {
        width: calc(50% - 10px) !important;
    }

    .behandlungCard.from-left {
        margin-right: 10px;
    }

    .behandlungCard.from-right {
        margin-left: 10px;
    }
}




.mw-100 {
    max-width: 100%;
}

.mh-100 {
    max-height: 100%;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}