@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplay';
    src: url('../fonts/PlayfairDisplay-Regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

a {
    color: #231F20;
}
.btn {
    color: #231F20;
    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: #e75113;
    color: #FFF;
    text-shadow: none;
}
::selection {
    background: #e75113;
    color: #FFF;
    text-shadow: none;
}
::-moz-selection {
    background: #e75113;
    color: #FFF;
    text-shadow: none;
}
::-webkit-selection {
    background: #e75113;
    color: #FFF;
    text-shadow: none;
}
html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    background: #fff;
    font-family: "PT Sans", sans-serif;
    line-height: 1.5em;
    font-size: 1rem;
    font-weight: 300;
    color: #231F20;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    padding: 0 30px;
}
.btn-link {
    color: #231F20;
    word-break: normal;
    word-break: break-all;
    word-break: keep-all;
    text-decoration: underline;
}
.btn-link:hover {
    color: #231F20;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'PT Sans', Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 1.3em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    color: #231F20;
    margin-bottom: 10px;
    font-size: 1.25em;
    font-weight: 700;
}
*, :before, :after {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    position: relative;
    height: 100%;
}
p {
    word-wrap: break-word;
}
a:hover {
    text-decoration: none;
    color: #231F20;
    transition: all .3s linear;
}
h1 {
    font-size: 2.3125em;
}
h2 {
    font-size: 1.625em;
    font-weight: 600;
}
h3 {
    font-size: 1.5em;
}
.form-control {
    font-size: 0.875em;
    border-color: #706FBE;
    height: calc(1.5em + .75rem + 7px);
}
.custom-select:focus {
    border-color: #231F20;
}
.form-control:focus {
    box-shadow: none;
    border-color: #231F20;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0;
}
.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}
.relative {
    position: relative;
}
section {
    padding: 0;
}
.title {
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    color: #e75113;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 1.625em;
}
.navbar {
    padding: 0 20px; position: fixed; height: 86px; z-index: 999; background: #fff; width: 100%; left: 0; top: 0;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
    position: relative;
    left: 15px;
    top: 0;
    padding: 0;
}
.navbar-toggler:active, .navbar-toggler:focus {
    outline: none;
}
.navbar-toggler-icon {
    width: 24px;
    height: 19px;
    background-image: none;
    position: relative;
    border-bottom: 3px solid #FFD500;
    transition: all 300ms linear;
}
.navbar-toggler-icon:before, .navbar-toggler-icon:after {
    width: 24px;
    position: absolute;
    height: 3px;
    background-color: #FFD500;
    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 span, .navbar-nav .nav-item:hover .nav-link span {
    position: relative;
    color: #e75113;
}
.navbar-nav .nav-item.active .nav-link span::before, .navbar-nav .nav-item:hover .nav-link span::before {
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    width: 100%;
    height: 5px;
}
.navbar-nav .nav-item .nav-link {
    position: relative;
    color: #e75113;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    padding: 30px 30px;
}
.navbar-nav .nav-item .nav-link:first-of-type {
    padding-left: 0;
}
.navbar-nav .nav-item .nav-link span::before {
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    background: none repeat scroll 0 0 transparent;
    content: "";
    left: 50%;
    position: absolute;
    background: #e75113;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
.navbar-nav .nav-item .nav-link:hover {
    width: 100%;
    left: 0;
}
.dropdown-menu {
    border-radius: 0;
    margin: 0;
    border: none;
    min-width: 12rem;
    padding: 0 20px;
}
.dropdown-menu li {
    padding: 2px 0;
    border-bottom: 2px solid #e75113;
}
.dropdown-item { padding: .25rem 0; }
.dropdown-menu li:last-of-type {
    border-bottom: none;
}
.navbar-brand img { max-height: 65px; } 
.navbar-brand {
    padding: 10px 0 10px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin-right: 0;
}
.navbar-brand h2 {
    margin-bottom: 5px;
    line-height: 1em;
    font-weight: 600;
    font-size: 1.125em;
    color: #e75113;
    letter-spacing: .1em;
}
.navbar-brand p {
    margin-bottom: 0;
    line-height: 1em;
    font-size: 0.625em;
}
.section_banner {
    padding: 0;
    position: relative;
}
.section_banner .btn_down {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
    width: 44px;
    height: 44px;
}
.section_banner .carousel-cell {
    width: 100%;
    margin-right: 10px;
}
.section_banner .carousel-cell .box_banner_left {
    background: #FFD500;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    padding: 400px 100px 0px;
    position: relative;
}
.section_banner .carousel-cell .box_banner_left::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/svg/doc.svg") no-repeat;
    width: 303px;
    height: 208.5px;
    background-size: 100%;
}
.section_banner .carousel-cell .box_banner_left h1 {
    margin-right: 15px;
}
.section_banner .carousel-cell .box_banner_left h4 {
    font-size: 1.25em;
    text-align: left;
    text-transform: none;
    margin-bottom: 0;
    line-height: 1.4em;
}
.section_banner .carousel-cell .box_banner_left p {
    margin-bottom: 0;
    margin-bottom: 75px;
    font-size: 1.25em;
    line-height: 1.4em;
}
.section_banner .carousel-cell .box_banner_right {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.section_banner .carousel-cell .box_banner_right img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.section_banner .carousel-cell .box_banner_right h1 {
    color: #fff;
    justify-content: flex-start;
    margin-left: 15px;
    font-style: italic;
}
.section_banner .carousel-cell h1 {
    font-family: "PlayfairDisplay", serif;
    color: #e75113;
    font-size: 7em;
    text-transform: none;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    align-content: stretch;
}
.section_banner .flickity-button {
    background: transparent;
}
.section_banner .flickity-prev-next-button {
    border-radius: 0;
}
.section_banner .flickity-prev-next-button.next {
    right: -30px;
    background: url("../images/svg/arrow_right.svg") no-repeat;
}
.section_banner .flickity-prev-next-button.previous {
    left: -30px;
    background: url("../images/svg/arrow_left.svg") no-repeat;
}
.section_banner .flickity-prev-next-button .flickity-button-icon {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.section_banner .flickity-prev-next-button .flickity-button-icon path,
.flickity-button:disabled 
{
    display: none;
}
.section_psychological {
    /* padding-top: 80px; */
}
.section_psychological ul {
    padding: 0 0 0 15px;
    margin: 0 0 15px;
}
.section_psychological ul li p {
    margin-bottom: 0;
}
.section_psychological a {
    /* border-bottom: solid 1px #e75113; */
    border-bottom: solid 1px #000;
}
.section_psychological .box_psychological_footer {
    margin-top: 30px;
}
.section_psychological .box_psychological_footer h3 {
    border-top: 5px solid #e75113;
    padding-top: 15px;
    color: #e75113;
    text-align: center;
    text-transform: uppercase; font-size: 1.125em; letter-spacing: .1em
}
.section_psychological .box_psychological_footer p {
    text-align: center;
}
.section_step {
    border-top: 5px solid #e75113;
    overflow: hidden;
    padding: 50px 0; margin-top: 2em;
}
.section_goal {
    background: #FFD500;
    position: relative;
}
.section_goal::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/svg/doc.svg") no-repeat;
    width: 303px;
    height: 208.5px;
    background-size: 100%; z-index: -1;
}
.section_goal {
    font-family: "PlayfairDisplay", serif;
    text-align: center;
    color: #e75113;
    line-height: 1.5em;
    position: relative;
    z-index: 1;
    font-size: 2.3125em; 
    padding: 50px ;
    margin-bottom: 50px;
}
.section_paar::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/svg/doc.svg") no-repeat;
	width: 250px;
	height: 250px;
	background-size: 100%; 
}
.section_ueber { position: relative; }
.section_ueber::before {
	content: '';
	position: absolute;
	right: -50px;
	top: -50px;
	background: url("../images/svg/doc.svg") no-repeat;
	width: 300px;
	height: 300px;
	background-size: 100%;
}
.section_topics .box_topics {
    margin-bottom: 30px;
}
.section_topics .box_topics h3 {
    font-size: 1.125em;
}
.section_topics .box_topics h3 a {
    text-transform: uppercase;
    color: #e75113;
    letter-spacing: .1em;
}
.section_topics .box_topics p:last-of-type {
    margin-bottom: 0;
}
.section_topics .box_topics p b {
    font-weight: 700;
}
.section_topics .box_topics .box_topics_img {
    border-top: 5px solid #e75113;
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
}
.section_topics .box_topics .box_topics_img img {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
}
/*  BJOERN */

ul.liste { padding-left: 0; }
ul.liste li { list-style: none; display: block; padding-left: 15px; }
ul.liste li:before { content: '•'; font-size: 10px; position: absolute; margin-left: -15px; }
b, strong { font-weight: 600; }
p + ul { margin-top: -1em; }

/* New copy w i x page */
/* .video { max-height: 200px; } */
.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* .video-html5 { position: relative; overflow: hidden; width: 100%; } */

video {
  width: 100%;
  height: auto;
}

.g22 main { padding: 0 8%; background: #FFD500; font-size: 20px; }
/* .g22 .navbar-nav { display: none; } */
.g22 .navbar-expand-lg .navbar-collapse {
	justify-content: end;
}
.g22 main {	margin-top: 90px; }
.g22 main h1, .g22 main h2 { font-family: 'PlayfairDisplay'; font-size: 2em; color: #393939; text-transform: none; letter-spacing: 0; }
#willkommen .title { margin-top: 1em; }
.g22 li b , .g22 li strong, .card-body h3 { color: #e75113; }
.g22 li { margin-bottom: 1em; }
/* .g22 p, .g22 main li { font-size: 1.2em; line-height: 1.5em; }  */
.card-body p { color: #fff; font-family: 'PlayfairDisplay'; } 
.card-body p:after { content: ''; display: block; width: 30px; height: 30px; background-repeat: no-repeat; margin: 2em auto 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 26.1 20.8' style='enable-background:new 0 0 26.1 20.8;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_00000078766701657362902620000008105974077558286735_);fill:%23E75113;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Crect id='SVGID_1_' y='0' width='26.1' height='20.8'/%3E%3C/defs%3E%3CclipPath id='SVGID_00000022558964602292910410000002636489546639895945_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath style='clip-path:url(%23SVGID_00000022558964602292910410000002636489546639895945_);fill:%23E75113;' d='M1.1,8.4 c0.7,0.9,1.7,1.4,3,1.4c0.5,0,0.8,0,1.1-0.1c0,1.9-0.4,3.5-1.3,4.7c-0.9,1.2-2.1,2.2-3.6,3l2.5,3.4c0.7-0.3,1.6-0.7,2.6-1.4 c1-0.7,1.9-1.6,2.9-2.6s1.7-2.4,2.3-4c0.6-1.6,0.9-3.5,0.9-5.7c0-2.3-0.6-4.1-1.8-5.2C8.6,0.6,7.1,0,5.2,0C3.7,0,2.4,0.4,1.5,1.3 C0.5,2.2,0,3.4,0,4.9C0,6.4,0.4,7.5,1.1,8.4 M15.7,8.4c0.7,0.9,1.7,1.4,3,1.4c0.5,0,0.8,0,1.1-0.1c0,1.9-0.4,3.5-1.3,4.7 c-0.9,1.2-2.1,2.2-3.6,3l2.5,3.4c0.7-0.3,1.6-0.7,2.6-1.4c1-0.7,2-1.6,2.9-2.6c0.9-1.1,1.7-2.4,2.3-4c0.6-1.6,0.9-3.5,0.9-5.7 c0-2.3-0.6-4.1-1.8-5.2C23.2,0.6,21.7,0,19.8,0C18.3,0,17,0.4,16,1.3c-1,0.9-1.4,2.1-1.4,3.6C14.6,6.4,15,7.5,15.7,8.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
} 
.g22 .card-body { padding: 4em 3em; }
.g22 .card-body i { font-weight: 600; }
.g22 .btn-mehr { background: #e75113; color: #fff; padding: 10px 40px; border: none; font-weight: 600; min-width: 420px; max-width: 100%; font-size: 1.2rem; }
.g22 .btn-mehr:before { content: "\f133"; font: normal normal normal 1em/1 FontAwesome; margin-right: 10px;  }
.g22 .section_psychological .box_psychological_footer .col-md-8 p {
	text-align: left;
}
.g22 #movetop { display: none !important; }
.rund img { border-radius: 50%; border: solid 3px #fff; }
img.icon { max-width: 60px; margin: 0 auto; display: block; }
.fa_stimme { font-size: 1.5em; display: block; margin: 0 auto; text-align: center; }
.g22 .section_psychological .box_psychological_footer h3 {
	border-top: none;
	padding-top: 15px;
	color: #393939;
	text-align: center;
	text-transform: none;
	font-size: 1.4em;
	letter-spacing: 0;
}
.rahmen .col-12 { border: solid 3px #fff; padding-bottom: 2em; margin-top: 6em; }
.rahmen .col-12:after { content: ''; display:  block; width: 220px; height: 220px; position: absolute; top: -150px; right: -150px;
 	background: url(../images/userfiles/image/Punkte_weiss_Website.png) no-repeat; background-size: cover; margin: 2em;
	}
.rahmen { overflow: hidden; }
.gmap { width: 100%; height: 100%; min-height: 300px; }
.footer2 { background: #2f2e2e; text-align: center; padding-top: 2em; padding-bottom: 1em; color: #fff; }
.footer2 a { color: #fff; }

.social_media_fix { position: fixed; right: 0; top: 40%; display: block; width: 30px; text-align: center; }
.social_media_fix a { display: block; margin: 1em 0 0 ; font-size: 1.5em;  }

.imgla { width: 48%; float: left; margin-right: 2%; }
.imgra { width: 48%; float: right; margin-left: 2%; }

p.hide { display: none; }

footer {
    background: #FFD500;
    padding: 50px 0 0;
    position: relative;
    border-bottom: 30px solid #fff;
    margin-top: 50px;
}
footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/svg/doc.svg") no-repeat;
    width: 303px;
    height: 208.5px;
    background-size: 100%;
}
footer h2 {
    /* text-align: center; */
    color: #e75113;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700;
    font-size: 1.625em;
    margin-bottom: 30px;
}
footer h3 {
    color: #e75113;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.125em;
    margin-bottom: 0; letter-spacing: .1em;
}
footer .link_bold {
    color: #e75113;
    font-weight: 700;
    text-decoration: underline;
}
footer .link_bold a {
    color: #e75113;
}
footer .btn_orange {
    background: #e75113;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
}
footer .box_ins {
    margin-top: 30px;
    background: #fff;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
}
footer a.social .fa  {
	font-size:  1.3em; 
	line-height: 40px; text-align: center; display: inline-block;
	width: 40px; 
}
footer .social img {
	height: 50px; width: 50px;
	margin-right: 10px;
}
footer .box_ins p {
    line-height: 1.3em;
}
footer .box_ins p span {
    color: #e75113;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
}
footer .meta{ margin: 2em 0 1em; }
.news { 
    border-bottom: solid 3px #e75113; 
    border-top: solid 3px #e75113;
    padding-top: 1em; padding-left: 0;
    padding-bottom: 1em;
}
hr.orange { border-bottom: solid 3px #e75113; margin: 2em 0; }
hr.orange:first-child { border-bottom: solid 3px #e75113; margin: 0 0 2em; }
main { margin-top: 86px; }
.c6 main, .c5 main { margin-top: 160px; }
#movetop { position: fixed; bottom: 10px; margin: 0 auto; width: 44px; left: 50%; margin-left: -22px; display: none; }
#movetop.showtop { display: block; }

.portrait { border-radius: 50%; }
.konkret { margin-top: 80px; }
.insta { min-width: 50px; }
.wrap {
    position: relative;
}
.upper, .lower {
    display: flex;
    justify-content: space-between;
}
.lower {
    margin-left: 65px;
    position: relative;
    top: 0px;
}
.upper img {
    width: 50px;
    height: 50px;
    opacity: 0;
    -webkit-animation: fadeIn, fadeOut;
            animation: fadeIn, fadeOut;
    -webkit-animation-duration: 9s, 9s;
            animation-duration: 9s, 9s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.upper img:nth-of-type(2n) {
    position: relative;
    top: -30px;
}
@-webkit-keyframes fadeIn {
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    10% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    25% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.upper img:first-child {
    -webkit-animation-delay: 0.5s, 3.5s;
            animation-delay: 0.5s, 3.5s;
}
.lower img:first-child {
    -webkit-animation-delay: 1s, 4s;
            animation-delay: 1s, 4s;
}
.upper img:nth-child(2) {
    -webkit-animation-delay: 1.5s, 4.5s;
            animation-delay: 1.5s, 4.5s;
}
.lower img:nth-child(2) {
    -webkit-animation-delay: 2s, 5s;
            animation-delay: 2s, 5s;
}
.upper img:nth-child(3) {
    -webkit-animation-delay: 2.5s, 5.5s;
            animation-delay: 2.5s, 5.5s;
}
.lower img:nth-child(3) {
    -webkit-animation-delay: 3s, 6s;
            animation-delay: 3s, 6s;
}
.upper img:nth-child(4) {
    -webkit-animation-delay: 3.5s, 6.5s;
            animation-delay: 3.5s, 6.5s;
}
.lower img:nth-child(4) {
    -webkit-animation-delay: 4s, 7s;
            animation-delay: 4s, 7s;
}
.upper img:nth-child(5) {
    -webkit-animation-delay: 4.5s, 7.5s;
            animation-delay: 4.5s, 7.5s;
}
.lower img:nth-child(5) {
    -webkit-animation-delay: 5s, 8s;
            animation-delay: 5s, 8s;
}
.upper img:nth-child(6) {
    -webkit-animation-delay: 5.5s, 8.5s;
            animation-delay: 5.5s, 8.5s;
}
.lower img:nth-child(6) {
    -webkit-animation-delay: 6s, 9s;
            animation-delay: 6s, 9s;
}
.upper img:nth-child(7) {
    -webkit-animation-delay: 6.5s, 9.5s;
            animation-delay: 6.5s, 9.5s;
}
.lower img:nth-child(7) {
    -webkit-animation-delay: 7s, 10s;
            animation-delay: 7s, 10s;
}
.upper img:nth-child(8) {
    -webkit-animation-delay: 7.5s, 10.5s;
            animation-delay: 7.5s, 10.5s;
}
.lower img:nth-child(8) {
    -webkit-animation-delay: 8s, 11s;
            animation-delay: 8s, 11s;
}
.upper img:nth-child(9) {
    -webkit-animation-delay: 8.5s, 11.5s;
            animation-delay: 8.5s, 11.5s;
}
.lower img:nth-child(9) {
    -webkit-animation-delay: 9s, 12s;
            animation-delay: 9s, 12s;
}
.upper img:nth-child(10) {
    -webkit-animation-delay: 9.5s, 12.5s;
            animation-delay: 9.5s, 12.5s;
}
.lower img:nth-child(10) {
    -webkit-animation-delay: 10s, 13s;
            animation-delay: 10s, 13s;
}
.upper img:nth-child(11) {
    -webkit-animation-delay: 10.5s, 13.5s;
            animation-delay: 10.5s, 13.5s;
}
.lower img:nth-child(11) {
    -webkit-animation-delay: 11s, 14s;
            animation-delay: 11s, 14s;
}
.upper img:nth-child(12) {
    -webkit-animation-delay: 11.5s, 14.5s;
            animation-delay: 11.5s, 14.5s;
}
.lower img:nth-child(12) {
    -webkit-animation-delay: 12s, 15s;
            animation-delay: 12s, 15s;
}
.upper img:nth-child(13) {
    -webkit-animation-delay: 12s, 15.5s;
            animation-delay: 12s, 15.5s;
}
.lower img:nth-child(13) {
    -webkit-animation-delay: 13s, 16s;
            animation-delay: 13s, 16s;
}
.upper img:nth-child(14) {
    -webkit-animation-delay: 13.5s, 16.5s;
            animation-delay: 13.5s, 16.5s;
}
.lower img:nth-child(14) {
    -webkit-animation-delay: 14s, 17s;
            animation-delay: 14s, 17s;
}
.upper img:nth-child(15) {
    -webkit-animation-delay: 14.5s, 17.5s;
            animation-delay: 14.5s, 17.5s;
}
.lower img:nth-child(15) {
    -webkit-animation-delay: 15s, 18s;
            animation-delay: 15s, 18s;
}
.upper img:nth-child(16) {
    -webkit-animation-delay: 15.5s, 18.5s;
            animation-delay: 15.5s, 18.5s;
}
.lower img:nth-child(16) {
    -webkit-animation-delay: 16s, 19s;
            animation-delay: 16s, 19s;
}
.upper img:nth-child(17) {
    -webkit-animation-delay: 16.5s, 19.5s;
            animation-delay: 16.5s, 19.5s;
}
.lower img:nth-child(17) {
    -webkit-animation-delay: 17s, 20s;
            animation-delay: 17s, 20s;
}
.upper img:nth-child(18) {
    -webkit-animation-delay: 17.5s, 20.5s;
            animation-delay: 17.5s, 20.5s;
}
.lower img:nth-child(18) {
    -webkit-animation-delay: 18s, 21s;
            animation-delay: 18s, 21s;
}

.mobile-cta { display: none; }

@media (max-width: 1600px) {   
	.section_ueber::before {
		width: 230px;
		height: 230px;
	}
}
@media (max-width: 1500px) {   
    .section_banner .carousel-cell .box_banner_left h4,
    .section_banner .carousel-cell .box_banner_left p {
        font-size: 1.35em;
        line-height: 1.3em;
    }
}
@media (max-width: 1350px) {   
    .section_banner .carousel-cell .box_banner_left h4,
    .section_banner .carousel-cell .box_banner_left p {
        font-size: 1.2em;
        line-height: 1.3em;
    }
}
@media (max-width: 1250px) {   
	.g22 main { padding: 0; }
    .section_banner .carousel-cell .box_banner_left h4,
    .section_banner .carousel-cell .box_banner_left p {
        font-size: 1.1em;
        line-height: 1.2em;
    }
    .navbar-nav .nav-item .nav-link {
        letter-spacing: .05em;
        padding: 30px 15px;
    }
    .section_banner .carousel-cell .box_banner_left { padding: 350px 50px 0; }
}
@media (max-width: 1180px) {   
    .navbar-nav .nav-item .nav-link {
        letter-spacing: 0;
        padding: 30px 15px;
    }
}
@media (max-width: 1050px) {   
    .navbar-nav .nav-item .nav-link {
        letter-spacing: 0;
        padding: 30px 15px;
        font-size: .9em;
    }
    .section_banner .carousel-cell h1 { font-size: 6em; }
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        margin-top: 0;
    }
    .navbar .dropdown-menu.fade-down {
        top: 80%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
    }
    .navbar .dropdown-menu.fade-up {
        top: 180%;
    }
    .navbar .nav-item:hover .dropdown-menu {
        transition: .3s;
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: rotateX(0deg);
    }
}
@media (max-width: 992px) {
    footer {
        border-bottom: none;
    }
    section {
        padding: 30px 0;
    }
    .title {
        margin-bottom: 15px;
    }
    .navbar-brand {
        margin: auto;
        margin-right: 15px;
    }
    .navbar-collapse {
        top: 0; background: #fff;
    }
    .navbar {
        padding: 0;
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-item:hover .nav-link {
        background: #e75113; color: #fff;
    }
    .navbar-nav .nav-item.active .nav-link span, .navbar-nav .nav-item:hover .nav-link span {
        color: #fff;
    }
    .navbar-nav .nav-item.active .nav-link span::before, .navbar-nav .nav-item:hover .nav-link span::before {
        display: none;
    }
    .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
        border-bottom: 1px solid #f1f1f1;
    }
    .navbar-nav .nav-item .nav-link span {
        margin-left: 15px;
    }
    .navbar-nav .nav-item .nav-link:first-of-type {
        padding-left: 30px;
    }
    .dropdown-menu {
        padding: 0;
    }
    .dropdown-menu .dropdown-item {
        padding-left: 30px;
        padding-right: 30px;
    }
    section, .section_psychological { padding: 0; }
    .section_goal { font-size: 1.25em; }
    .section_banner .carousel-cell h1 { font-size: 4em; }
    .section_banner .carousel-cell .box_banner_left { padding: 350px 40px 0; }
    .section_banner .carousel-cell .box_banner_left h4 {
        font-size: 0.875em;
        line-height: 1em;
    }
    .section_banner .carousel-cell .box_banner_left p {
        line-height: 1em;
        font-size: 0.875em;
    }
    .section_banner .flickity-prev-next-button.next {
        right: 0; width: 25px;
    }
    .section_banner .flickity-prev-next-button.previous {
        left: 0; width: 25px;
    }
    .section_banner .btn_down { width: 25px; }
    .section_banner h1 span {
        padding: 0 5px 5px;
    }
    .section_banner + section.mt6 { 
        margin-top: 0;
    }
    .section_goal h1 {
        font-size: 1.5em;
        padding: 0 15px;
    }
    footer {
        padding: 30px 0;
    }
    .mobAbst { margin-top: 2em; }
    footer h2 {
        font-size: 1.5em;
        margin-bottom: 15px;
    }
    footer h3 {
        margin-top: 15px;
    }
    .section_goal::before, footer::before, .section_banner .carousel-cell .box_banner_left::before { width: 200px; }
	.g22 .btn-mehr { min-width: inherit; }
	.stim { margin-bottom: 2em; } 
}
@media (max-width: 768px) {
    .news { padding-left: 15px; }
    .section_goal::before, footer::before, .section_banner .carousel-cell .box_banner_left::before { width: 200px; }
	.card { height: auto !important; }
	.g22 main h1, .g22 main h2 {
		font-size: 1.5em;
	}
	.video-container { margin-bottom: 2em; }
	.g22 .btn-mehr { display: block; }
	.mobbottom { display: block; height: 3em; }
	.rahmen .col-12:after {
		width: 180px;
		height: 180px;
		top: -162px;
		left: 50%;
		margin-left: -90px;
		right: inherit;
	}
	.navbar-brand img {
		max-height: 50px;
	}
	.g22 .section_psychological.bg-gelb { padding-top:  0 !important; }
	.g22 .navbar-brand {
		margin: 0; margin-right: 30px;
	}
	.g22 .video { margin-bottom: 0 !important; padding-bottom: 1em !important; }
	footer .box_ins { display: block; }
	.social img { margin-bottom: 1em; }
	.box_ins img { vertical-align: top; }
}
@media (max-width: 590px) {
    body { padding: 0; }
    .section_goal::before, footer::before, .section_banner .carousel-cell .box_banner_left::before { width: 120px; }
    .section_banner .carousel-cell h1 { font-size: 2em; }
    .box_banner_left h4, .box_banner_left p { display: none; }
    .btn_down { display: none; }
    .title { font-size: 1.4em; }
	.section_psychological .box_psychological_footer h3 { margin-top: 2em; }
    .g22 .section_psychological .box_psychological_footer h3 { margin-top: 0; }
	.g22 .section_psychological .box_psychological_footer .col-12 { margin-bottom: 3em; }
    footer::before {
        width: 150px;
        height: 150px;
    }
	.section_ueber::before {
		right: 0;
		top: -50px;
		width: 200px;
		height: 200px;
	}
	.section_paar::before {
		width: 150px;
		height: 150px;
	}
	#uebermich { margin-top: 3em !important; }
	.besprechen, .besprechen.mt6, .besprechen .mt6 { margin-top: 0 !important; }
	.maps .col-12 + .col-12 { }
	.mobbottom { margin-bottom: 0; height: 0; }
	.social_media_fix { display: none; }
	.mobile-cta { display: block; }
	.g22 .btn-mehr { font-size: 1rem; }
	.g22 .btn-mehr:before {
		font: normal normal normal 14px/1 FontAwesome;
	}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .navbar-brand {
        background-position: 78px center;
    }
}

.wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

