@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Playfair Display';
	src: url('../fonts/PlayfairDisplay-Bold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Regular.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'opensans-bold';
  src: url('../fonts/OpenSans-Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

a {
    color: #4D4D4D;
}

.btn {
    color: #4D4D4D;
    border-radius: 0;
}

.btn, a, .btn:hover {
    transition: color .25s ease;
}

.btn:hover, .btn.focus {
    transition: all .3s linear;
}

.btn.focus, .btn:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

::-moz-selection {
    background: #515762;
    color: #FFF;
    text-shadow: none;
}

::selection {
    background: #515762;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #515762;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #515762;
    color: #FFF;
    text-shadow: none;
}

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

body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: "Open Sans", Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 1.7em;
    font-size: .98em;
    font-weight: 400;
    color: #4D4D4D;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

.btn-link {
    color: #4D4D4D;
    word-break: normal;
    word-break: break-all;
    word-break: keep-all;
    text-decoration: underline;
}

.btn-link:hover {
    color: #4D4D4D;
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.3em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #4D4D4D;
    margin-bottom: 10px;
    font-size: 1.25em;
}

*, :before, :after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    position: relative;
    height: 100%;
}

p {
    word-wrap: break-word;
    font-size: 1em; font-weight: 400;
}

b {
    font-weight: 600;
}

ul {
    padding-left: 15px;
}

a:hover {
    text-decoration: none;
    color: #4D4D4D;
    transition: all .3s linear;
}

.red {
    color: red;
}

.bg-light {
    background: #ECF7FB !important;
}

.form-control {
    border-radius: 0;
}

section {
    padding: 90px 0;
}

h2, h3.large, .eb2 h1 {
    font-size: 2em;
    text-align: center;
    color: #A4A859;
    margin-bottom: 90px;
    letter-spacing: 0.1em;
}
.news h2 { text-align: left; letter-spacing: 0; margin-bottom: 1em; }
h3 { color: #A4A859; margin-bottom: 1.25em; }
.news h3 { text-align: left; letter-spacing: 0; margin-bottom: 1em; color: #4D4D4D }
h4 {  line-height: 1.5em; }
.navbar {
    padding: 10px 70px;
}

.navbar-toggler-icon {
    background: none;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    top: 0;
    right: 15px;
    padding: 0;
}

.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}

.navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-toggler-icon:before, .navbar-toggler-icon:after {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
    color: #A4A859;
}

.navbar-nav .nav-item:last-child .nav-link {
    background: #A4A859;
    color: #fff;
}

.navbar-nav .nav-item .nav-link {
    font-weight: 400;
    color: #58595B;
    padding: 5px 15px;
}

.dropdown-menu {
    top: 97%;
    border-radius: 0;
    border: none;
    padding: 0 15px 15px;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #A4A859;
    padding: 10px 20px;
    font-size: 0.9375em;
    font-weight: 400;
}
.dropdown-menu .dropdown-item:last-of-type {
    border-bottom: none;
}
.dropdown-slide.show .dropdown-menu {
    transform: scale(1, 1);
    opacity: 1;
}
.dropdown-slide .dropdown-menu {
    opacity: .3;
    display: block;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}
.dropdown-item.active, .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #A4A859;
}
.dropdown:hover>.dropdown-menu{
	display: block;
}
.section_banner {
    /* background: url("../images/Susanne_schroeder_boese.jpg") no-repeat center center; */
    background-size: cover;
	background-attachment: fixed;
    height: calc(100vh - 100px);
    padding: 0 100px;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    overflow: hidden;
}

.section_banner .logo {
    position: absolute;
    top: 90px;
}
.navbar .logo { display: none; }
.section_banner .scroll_down {
    position: absolute;
    bottom: 30px;
}

.section_banner .caption {
    position: absolute;
    margin-top: 60px;
    width: 50%;
}
.section_banner .header_title {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 3.5em; line-height: 1.25em;
    margin-bottom: 30px; font-weight: 400;
}
.section_banner .header_title strong {
	width: 100%; display: block;
	font-family: 'Open Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 600; font-size: .6em; text-align: center; text-transform: uppercase; letter-spacing: 0.1em;
}
.section_banner .header_title.subtitle { text-align: center; padding: 0 12%; }
.section_banner .header_title h2 { font-size: 1em !important; width: 100% !important; font-weight: 400;  color: #fff; 	font-family: 'Playfair Display', serif; line-height: 1.25em; letter-spacing: 0; }
.section_banner .header_title h1 { 
	width: 100% !important;
	display: block;
	font-family: 'Open Sans' !important;
	font-weight: 600;
	font-size: .6em !important;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.1em !important;
}

.section_banner .caption p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    letter-spacing: .1em;
}

.section_banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 4em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    align-content: stretch;
}

.section_banner ul li {
    margin-right: 60px;
}

.section_banner ul li:last-child {
    margin-right: 0;
}

.section_banner ul li a {
    color: #fff;
    font-size: 1.375em;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    background: #A4A859;
    padding: 10px 50px;
    text-align: center;
    box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.5);
}

.section_banner.sub_banner {
    align-items: center;
}

.section_banner.sub_banner h1 {
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-size: 3.5em;
    margin-bottom: 30px;
    text-align: center;
    width: 75%;
}

.section_intro {
    background: url("../images/Blume_Susanne_schroeder_boese.svg") no-repeat center center fixed;
    background-size: 30%;
}
.eb2 .section_intro {  }
.section_services {
    background: #A4A859 url("../images/userfiles/image/Therapie_Susanne_schroeder_boese-2400.jpg") no-repeat center center fixed;
    background-size: cover;
}
.p1 .section_services {
	background: #A4A859;
}

.section_services ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: baseline;
    align-content: stretch;
}

.section_services ul li {
    margin-right: 4%;
    padding: 30px;
    background: #fff;
    min-height: 650px; width: 30%;
}

.section_services ul li:last-child {
    margin-right: 0;
}

.section_services ul li h3 {
    font-size: 1.375em;
    background: #A4A859;
    letter-spacing: 0.05em;
    color: #fff;
    padding: 10px;
    margin-bottom: 35px;
    box-shadow: 0 10px 17px -10px rgba(0, 0, 0, 0.5);
}

.section_services ul li h4 {
    font-size: 1.125em;
    color: #A4A859;
    margin-bottom: 30px;
}

.section_services ul li .btn {
    padding-left: 20px;
    position: relative;
    text-decoration: none;
    font-size: 1.125em;
    color: #A4A859;
    font-weight: 600;
}

.section_services ul li .btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url("../images/i_right.svg") no-repeat center left;
    width: 14px;
    height: 15px;
}

.section_services h5 {
    margin-top: 60px;
    font-weight: 700;
    color: #fff; line-height: 1.5em;
    text-align: center;
}
ul.liste, .liste ul { list-style: none; }
ul.liste li:before,
.liste ul li:before { content: '•'; font-size: .8em; position: absolute; margin-left: -15px; }


.infobox { border-top: solid 1px #A4A859; border-bottom: solid 1px #A4A859; padding: 2em 0 1em; }
.infobox a, .infobox h2 { color: #A4A859; font-size: 1.1em; text-transform: uppercase; font-weight: 600; letter-spacing: .1em; }
.infobox h2 { margin-bottom: 1em; }

footer {
    background: #515762;
    padding: 45px 0 30px;
}

footer .freude {
    font-size: 2em;
	text-align: center;
	color: #A4A859;
	margin-bottom: 2em;
	letter-spacing: 0.1em; font-weight: 600;
}

footer h3 {
    color: #fff;
    font-size: 1.1em; margin-bottom: 1.4em;
}

footer p {
    color: #fff;
    font-weight: 400;
}
footer p a {
    color: #fff;
}
footer a:hover {
	color: #A4A859;
}
	
footer .footer-nav a { font-size: .8em; }
footer .footer-nav a:after { content: '|'; display: inline-block; padding: 0 4px 0 6px; }
footer .footer-nav a:last-child:after { content: ''; padding: 0; }
.text_underline {
    text-decoration: underline;
}

.box_highline, .gold {
    background: #A4A859;
    padding: 30px;
    color: #fff;
}

.box_highline h3, .gold h3 {
    color: #fff;
    font-size: 1em;
    font-weight: 800;
}

.box_highline ul, .gold ul {
    padding: 0 0 0 15px;
    margin: 0;
}

.section_costtherathy {
    background: url("../images/userfiles/image/Therapie_Susanne_schroeder_boese-2400.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #fff;
}

.section_costtherathy h2 {
    color: #fff;
}

.section_costtherathy ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 50%;
}
.section_costtherathy ul li {
    border-top: 1px solid #fff;
    font-weight: 600;
    padding: 15px 0;
}
.section_costtherathy i {
	border-top: 1px solid #fff;
	font-weight: 600;
	padding: 15px 0 0; font-style: normal;
	display: block; width: 50%; margin: 0;
}
.section_costtherathy p {
	font-weight: 600;
}

.section_costtherathy .note {
    margin-top: 60px;
    margin-bottom: 0;
    text-align: center;
    font-size: 1.125em;
}

.section_contact .frm_contact .form-control {
    border: none;
    background: #FAFBFB;
}

.section_contact .frm_contact .btn_send {
    background: #A4A859;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    padding: 10px 30px;
}

.custom-control-label::before {
    background: #f5f5f5;
    border: none;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}

.data_production {
    text-decoration: underline;
}

.inner p, .inner li { font-weight: 600; }
/* EXPERIMENT */
.col-50 { display: inline-grid; width: 45%; margin-right: 5%; }
/* .col-50:nth-child(2n+0) { margin-right: 0;  } */


@media (max-width: 1300px) {
	.section_costtherathy i {
		width: 60%;
	}
}
@media only screen and (max-width: 2000px) and (max-height: 800px) {
  .section_banner .header_title {
	font-size: 2.5em;
  }
}
@media (max-width: 1050px) {
		.section_banner .caption h1 {
		color: #fff;
		font-family: 'Playfair Display', serif;
		font-size: 2.5em;
		margin-bottom: 30px;
	}
	.section_banner ul li {
		margin-right: 30px;
	}
	.section_banner .header_title { font-size: 2.5em; }
	.section_banner .scroll_down {
		bottom: 15px;
		left: 20px;
	}
	.section_costtherathy i {
		width: 75%;
	}
}
@media only screen and (max-width: 1150px) and (max-height: 705px) {
  .section_banner .header_title { font-size: 2em; }
  .section_banner .caption { margin-top: 300px; width: 60%; }
  .logo { top: 70px !important; width: 150px; }
  .section_banner { padding: 0 40px; }
}
@media only screen and (max-width: 1150px) and (max-height: 650px) {

}
@media only screen and (max-width: 1150px) and (max-height: 600px) {

}
@media (max-width: 1050px) {
	.section_costtherathy { height: auto !important; }
	.section_costtherathy h2 { margin-bottom: 40px; }
}
@media (max-width: 992px) {
	.logo { display: block; width: 170px; height: 80px; }
	.section_banner .logo { display: none !important; }
	.navbar { padding: 0 70px; height: 100px; }
	.section_costtherathy i { width: 75%; }
    .section_banner { padding: 0 40px; }
	.box1, .box2 { border-bottom: none; }
}
@media (max-width: 768px) {
	h2 {
        font-size: 1.5em;
        margin-bottom: 45px;
    }
	.box3 { border-bottom: none; }

    section {
        padding: 45px 0;
    }

    .navbar {
        padding: 10px 30px;
    }

    .navbar-nav .nav-item .nav-link {
        padding-left: 0;
        padding-right: 0;
    }

    .dropdown-slide .dropdown-menu {
        display: none;
    }

    .dropdown-slide.show .dropdown-menu {
        display: block;
    }

    .dropdown-menu .dropdown-item {
        padding-left: 0;
        padding-right: 0;
    }

    .section_banner {
        padding: 0 15px;
    }

    .section_banner .logo {
        display: block;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
    }

    .section_banner .caption {
        width: 100%;
        text-align: center;
        padding: 0 15px;
    }

    .section_banner .caption h1 {
        font-size: 1.5em;
    }

    .section_banner ul li {
        margin-right: 10px;
    }

    .section_banner ul li a {
        font-size: .8em;
        padding: 5px 10px;
    }

    .section_banner .scroll_down {
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        text-align: center;
    }
	.section_banner ul { bottom: 6em; }
    .section_banner.sub_banner h1 {
        font-size: 2em;
        width: 100%;
    }
    .section_services ul {
        flex-direction: column;
    }
    .section_services ul li {
        min-height: auto;
        margin-bottom: 15px;
        margin-right: 0;
		width: 100%
    }

    .section_services h5 {
        margin-top: 30px;
    }

    footer {
        text-align: center;
    }

    .section_costtherathy ul {
        width: 100%;
    }
	.section_banner {
		/* background: url(../images/Susanne_schroeder_boese.jpg) no-repeat center right; */
		background-size: cover;
		background-attachment: fixed;
		height: 100vh;		
	}
	.navbar-nav .nav-item .nav-link { padding-left: 15px; }
	.nav-item { margin: .5em 0; }
	.navbar-nav { background: #fff; padding: 20px; }
	.section_costtherathy i { width: 80%; }
	.c9 #start { margin-top: 100px; }
}

@media (max-width: 600px) {
	.section_banner .caption, .section_banner ul, .header_title.subtitle { display: none; }
	.section_banner { height: 250px; }
	.c1 .section_banner { height: 450px; }
	.c1 .section_banner .header_title { font-size: 2em; }
	h2 { font-size: 1.25em; margin-bottom: 45px; }
	.news h2 { margin-top: 1em; }
	h3 { font-size: 1em;  }
	.navbar .logo { display: block; width: 130px; height: 63px; padding: 0; }
	.navbar { height: 80px; }
	.col-50 { display: block; width: 100%; margin-right: 5%; }
	footer .freude { font-size: 1.5em; letter-spacing: 0.05em; }
	main { margin-top: 85px; }
	.scroll_down { display: none !important; }
	.box_highline, .gold { margin-top: 1em; }
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.3em;
  font-size: 1.05em;
  line-height: 1.7;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 0.2em;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 0 rgba(203, 34, 237, 0.2);
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	line-height: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: #A4A859;
	width: 16px;
	height: 16px;
}

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0) rotate(45deg);
  transform: scale(0) rotate(45deg);
}

[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}

/* Disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #e9e9e9;
}

[type="checkbox"]:disabled:checked + label:after {
  color: #777;
}

[type="checkbox"]:disabled + label {
  color: #aaa;
}

/* Accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1),
	0 0 0 6px rgba(203, 34, 237, 0.2);
}

.form-group-sel { margin-bottom: 0; }
.btn-info {
	color: #fff !important;
	background-color: #A4A859;
	border-color: #A4A859;
	min-width: 25%;
}
.btn-info:hover {
	color: #fff !important;
	background-color: #515762;
	border-color: #515762;
}
.btn-maps { text-transform: uppercase; }
.btn-maps:hover {
	background-color: #91954f;
	border-color: #91954f;
}
	

.mt0 { margin-top: 0px; } .mt1 { margin-top: 10px; } .mt2 { margin-top: 20px; } .mt3 { margin-top: 30px; } .mt4 { margin-top: 40px; } .mt5 { margin-top: 50px; } .mt6 { margin-top: 60px; } .mt7 { margin-top: 70px; } .mt8 { margin-top: 80px; } .mt9 { margin-top: 90px; } .mt10 { margin-top: 100px; }  .mb0 { margin-bottom: 0px !important; }  .mb1 { margin-bottom: 10px; }  .mb2 { margin-bottom: 20px; }  .mb3 { margin-bottom: 30px; }  .mb4 { margin-bottom: 40px; }  .mb5 { margin-bottom: 50px; }  .mb6 { margin-bottom: 60px; }  .mb7 { margin-bottom: 70px; }  .mb8 { margin-bottom: 80px; }  .mb9 { margin-bottom: 90px; }  .mb10 { margin-bottom: 100px; }  .pad0 { padding: 0px; }  .pad1 { padding: 10px; }  .pad2 { padding: 20px; }  .pad3 { padding: 30px; }  .pad4 { padding: 40px; }  .pad5 { padding: 50px; }  .pad6 { padding: 60px; }  .pad7 { padding: 70px; }  .pad8 { padding: 80px; }  .pad9 { padding: 90px; }  .pad10 { padding: 100px; }  .pt0 { padding-top: 0px; }  .pt1 { padding-top: 10px; }  .pt2 { padding-top: 20px; }  .pt3 { padding-top: 30px; }  .pt4 { padding-top: 40px; }  .pt5 { padding-top: 50px; }  .pt6 { padding-top: 60px; }  .pt7 { padding-top: 70px; }  .pt8 { padding-top: 80px; }  .pt9 { padding-top: 90px; }  .pt10 { padding-top: 100px; }  .pb0 { padding-bottom: 0px; }  .pb1 { padding-bottom: 10px; }  .pb2 { padding-bottom: 20px; }  .pb3 { padding-bottom: 30px; }  .pb4 { padding-bottom: 40px; }  .pb5 { padding-bottom: 50px; }  .pb6 { padding-bottom: 60px; }  .pb7 { padding-bottom: 70px; }  .pb8 { padding-bottom: 80px; }  .pb9 { padding-bottom: 90px; }  .pb10 { padding-bottom: 100px; }