:selection {background: #415247; color: #fff;}
::-moz-selection {background: #415247; color:#fff ;}
/*::-webkit-scrollbar { display:none;}*/


* {
margin: 0px;
padding: 0px;
}

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

/* outfit-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/outfit-v11-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/outfit-v11-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* outfit-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/outfit-v11-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('fonts/outfit-v11-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}



html {
width: 100%;
height: 100%;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
scroll-behavior: smooth;
animation: fadein 2.0s;
-moz-animation: fadein 2.0s;
-webkit-animation: fadein 2.0s;
}
body {
font-family: 'Outfit';
width: 100%;
height: 100%;
font-weight: 400;
color: #393738;
font-size: 1.1vw;
}

.progress-bar {
background: #393738;
height: 1px;
width: 0%;
position: fixed;
top: 6vw;
z-index: 100000;
}

@keyframes fadein {
from{opacity:0;}to{opacity:1;}
}

.clearfix:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
}

.pink {
color: #CB0B88;
}

.data {
width: 100%;
position: relative;
z-index: 99;
padding-top: 7.5vw;
padding-right: 12.239583333333332vw;
padding-bottom: 12.239583333333332vw;
padding-left: 12.239583333333332vw;
line-height: 1.7vw;
}
.datb {
position: fixed;
width: 12vw;
height: auto;
top: 9.5%;
right: 7.5%;
z-index: 100;
}
.datac {
width: 100%;
margin-bottom: 8vw;
float: left;
clear: both;
}
.listdata {
list-style-image: none;
list-style-type: none;
background-image: url("bilder/punkt.svg");
background-repeat: no-repeat;
padding-left: 2.5vw;
background-position: left 0.6vw;
background-size: 0.50vw 0.50vw;
}
.liste {
list-style-image: none;
list-style-type: none;
background-image: url(#);
background-repeat: no-repeat;
padding-left: 0vw;
margin-top: 1vw;
background-position: left center;
}
.listelei {
list-style-image: none;
list-style-type: none;
background-image: url("bilder/punkt.svg");
padding-left: 2vw;
margin-top: 0.1vw;
background-size: 5px 5px;
background-position: left 0.7vw;
background-repeat: no-repeat;
}
.listvita {
list-style-image: none;
list-style-type: none;
background-image: url("bilder/punkt.svg");
padding-left: 1vw;
margin-top: 0.1vw;
background-size: 5px 5px;
background-position: left 0.75vw;
background-repeat: no-repeat;
}

img {
width: 100%;
height: auto;
border: 0px;
}
h1 {
font-family: 'Outfit';
font-size: 2.1vw;
line-height: 2.5vw;
font-weight: 400;
}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
.tf {
font-weight: 700;
}
.tfgruen {
font-weight: 700;
color: #415247;
}
.tgruen {
color: #415247;
}
.tfweiss {
font-weight: 700;
color: #fff;
}
.tk {
font-style: italic;
}
.thell {
opacity: 0.5;
}

.aus1 {
display: inline-block;
}
.aus2 {
display: inline;
}

a:link, a:hover, a:visited, a:active {
text-decoration: none;
outline: none;
cursor: pointer;
transition: all ease-out .3s;
}
A.tel:link, A.tel:active, A.tel:visited, A.tel:hover {
color: #373534;
}
A.telf:link, A.telf:active, A.telf:visited, A.telf:hover {
color: #373534;
font-weight: 700;
}

A.nava:link, A.nava:visited {
color: rgba(70,69,68,1.00);
background: 
linear-gradient(to right, rgba(55,53,52,0.30), rgba(55,53,52,0.30)),
linear-gradient(to right, rgba(55,53,52,1.00), rgba(55,53,52,1.00), rgba(55,53,52,1.00));
background-size: 100% 1px, 0 1px;
background-position: 100% 100%, 0 100%;
background-repeat: no-repeat;
border-bottom: 1px solid rgba(55,53,52,0);
padding-bottom: 0.2vw;
transition: all ease-out .3s;
}
A.nava.active, A.nava:hover {
color: rgba(55,53,52,1.00);
background-size: 0 1px, 100% 1px;
background-repeat: no-repeat;
padding-bottom: 0.2vw;
transition: all ease-out .2s;
}

A.navb:link, A.navb:visited {
color: rgba(255,255,255,1.00);
background: 
linear-gradient(to right, rgba(255,255,255,0.30), rgba(255,255,255,0.30)),
linear-gradient(to right, rgba(255,255,255,1.00), rgba(255,255,255,1.00), rgba(255,255,255,1.00));
background-size: 100% 1px, 0 1px;
background-position: 100% 100%, 0 100%;
background-repeat: no-repeat;
border-bottom: 1px solid rgba(255,255,255,0);
padding-bottom: 0.2vw;
transition: all ease-out .3s;
}
A.navb.active, A.navb:hover {
color: rgba(255,255,255,1.00);
background-size: 0 1px, 100% 1px;
background-repeat: no-repeat;
padding-bottom: 0.2vw;
transition: all ease-out .2s;
}



section {
width: 100%;
float: left;
clear: both;
position: relative;
}

footer {
width: 100%;
float: left;
clear: both;
position: relative;
z-index: 1;
}

.foot {
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 13.020833333333334vw;
padding-right: 13.020833333333334vw;
margin-bottom: 5vw;
}
.foota {
width: 100%;
float: left;
line-height: 1.7vw;
}
.footb {
width: 50%;
float: left;
}
.footba {
float: left;
}
.footbb {
float: left;
margin-left: 2.5vw;
}
.footc {
float: right;
}

.start {
width: 100%;
height: 35.41666666666667vw;
float: left;
background-color: #415247;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.starta {
width: auto;
height: auto;
position: relative;
}
.startb {
width: 10.104166666666666vw;
height: 7.8125vw;
left: -1.2916666666666667vw;
position: relative;
}
.startc {
width: 13.28125vw;
height: 10.260416666666666vw;
margin-top: 2.34375vw;
}
.startd {
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 13.020833333333334vw;
padding-right: 13.020833333333334vw;
}
.startd1 {
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 13.020833333333334vw;
padding-right: 13.020833333333334vw;
}
.startd2 {
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 13.020833333333334vw;
padding-right: 13.020833333333334vw;
}
.startd3 {
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 13.020833333333334vw;
padding-right: 13.020833333333334vw;
}
.startd4 {
width: 100%;
float: left;
clear: both;
position: relative;
padding-left: 13.020833333333334vw;
padding-right: 13.020833333333334vw;
}
.startda {
width: 100%;
float: left;
margin-top: 5.2vw;
line-height: 1.7vw;
}
.startdb {
width: 100%;
float: left;
margin-top: 3.2vw;
}

.startdca {
width: 45%;
float: left;
}
.startdcaa {
width: 90%;
float: left;
}

.startdcb {
width: 45%;
float: right;
}
.startdcbb {
width: 45%;
float: left;
}
.startdcbbb {
width: 52.5%;
float: right;
}
.sprecha {
width: 1.5vw;
float: left;
}
.sprechb {
float: left;
margin-left: 1vw;
}
.sprechc {
width: 100%;
clear: both;
}
.sprechd {
width: 100%;
float: right;
margin-top: 2vw;
}
.sprechda {
width: 100%;
float: left;
}
.sprechdb {
float: left;
clear: both;
margin-top: 2vw;
background-color: rgb(65, 82, 71);
color: rgb(255, 255, 255);
padding: 0.8vw 1.8vw;
border-radius: 50vw;
font-weight: 700;
}

.starte {
width: 100%;
float: left;
}

.startf {
width: 100%;
float: left;
clear: both;
position: relative;
margin-top: 7.5vw;
margin-bottom: 7.5vw;
padding-left: 13.020833333333334vw;
padding-right: 13.020833333333334vw;
z-index: 1;
}
.startfx {
width: 100%;
height: 37.552083333333336vw;
float: left;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
position: relative;
background-image: url(bilder/bild_01.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.startfa {
width: 10.104166666666666vw;
height: 7.8125vw;
position: relative;
z-index: 2;
}
.startfb {
position: absolute;
bottom: 1vw;
left: 1vw;
z-index: 2;
color: #fff;
opacity: 0.5;
font-size: 1vw;
line-height: 1vw;
}

.startg {
width: 100%;
float: left;
margin-top: 3.2vw;
line-height: 1.7vw;
}
.startga {
width: 65%;
float: left;
clear: both;
line-height: 1.7vw;
}
.startgb {
width: 100%;
float: left;
margin-top: 2.2vw;
column-count: 2;
column-gap: 7.5vw;
}
.startgc {
width: 100%;
float: left;
margin-top: 2vw;
margin-bottom: 2vw;
}
.startgd {
float: left;
clear: both;
background-color: #415247;
color: #fff;
padding-left: 1.8vw;
padding-right: 1.8vw;
padding-top: 0.8vw;
padding-bottom: 0.8vw;
border-radius: 50vw 50vw 50vw 50vw;
font-weight: 700;
}


.starth {
width: 100%;
float: left;
clear: both;
position: relative;
margin-top: 7.5vw;
}
.starth1 {
width: 100%;
float: left;
clear: both;
position: relative;
margin-top: 7.5vw;
}
.starth2 {
width: 100%;
float: left;
clear: both;
position: relative;
margin-top: 7.5vw;
}
.starth3 {
width: 100%;
float: left;
clear: both;
position: relative;
margin-top: 7.5vw;
}

.startha {
width: 100%;
float: left;
margin-top: 3.2vw;
background-color: #415247;
color: #fff;
padding-left: 5.208333333333334vw;
padding-right: 5.208333333333334vw;
padding-bottom: 5.208333333333334vw;
line-height: 1.7vw;
}
.starthb {
float: left;
}
.starthba {
width: 31.666666666666664vw;
height: auto;
float: left;
}
.starthbb {
width: 100%;
float: left;
clear: both;
margin-top: 2vw;
}
.starthc {
width: 44%;
float: right;
margin-top: 5.208333333333334vw;
}
.starthd {
width: 100%;
float: left;
clear: both;
margin-top: 3vw;
}

.starti {
width: 100%;
float: left;
line-height: 1.7vw;
}
.startia {
width: 45%;
float: left;
}
.startib {
width: 45%;
float: right;
}

.startic {
width: 100%;
float: left;
}
.startid {
width: 100%;
float: left;
margin-top: 2vw;
}
.startie {
width: 100%;
float: left;
}
.startif {
width: 90%;
float: left;
margin-top: 2vw;
}

.startj {
width: 100%;
float: left;
background-color: #415247;
color: #fff;
padding-left: 13.020833333333334vw;
padding-right: 13.020833333333334vw;
padding-bottom: 6.208333333333334vw;
padding-top: 5.208333333333334vw;
line-height: 1.7vw;
}
.startja {
width: 100%;
float: left;
}
.startjb {
width: 100%;
float: left;
clear: both;
margin-top: 2vw;
}
.startjc {
width: 100%;
float: left;
clear: both;
margin-top: 3.5vw;
}
.startjd {
width: 100%;
float: left;
clear: both;
margin-top: 0.5vw;
}

.startk {
width: 50%;
float: left;
clear: both;
}
.startka {
width: 7.552083333333333vw;
height: auto;
float: right;
}
.startkb {
width: 100%;
float: left;
clear: both;
margin-top: 2.5vw;
column-count: 2;
column-gap: 7.5vw;
}

.startl {
width: 100%;
float: left;
clear: both;
margin-top: 5vw;
}


.startmx {
width: 100%;
height: 37.552083333333336vw;
float: left;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
position: relative;
background-image: url("bilder/bild_04.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.startma {
width: 15vw;
height: 15vw;
position: relative;
z-index: 2;
}
.startmb {
position: absolute;
bottom: 1vw;
left: 1vw;
z-index: 2;
color: #fff;
opacity: 0.5;
font-size: 1vw;
line-height: 1vw;
}

.startmc {
width: 15vw;
height: 15vw;
position: absolute;
z-index: 2;
}


.vita {
float: left;
clear: both;
background-color: #fff;
color: #415247;
padding-left: 1.2vw;
padding-right: 1.2vw;
padding-top: 0.45vw;
padding-bottom: 0.45vw;
border-radius: 50vw 50vw 50vw 50vw;
font-weight: 700;
}
.overl {
width: 100%;
height: 100%;
text-align: left;
line-height: 1.7708333333333333vw;
padding: 8%;
background-color: #f5f6f6;;
float: left;
}
.overl_urlaub {
width: 100%;
height: 100%;
text-align: left;
line-height: 1.7708333333333333vw;
padding: 8%;
background-color: #415247;;
float: left;
color: #fff;
}
.overl_urlaub2 {
color: rgba(255,255,255,0.50);
}
.overla {
width: 15vw;
height: 15vw;
float: left;
clip-path: circle(50%);
}
.overlb {
float: left;
margin-left: 5vw;
margin-top: 2vw;
}
.overlba {
width: 70%;
float: left;
line-height: 2.3vw;
}
.overlbb {
float: left;
clear: both;
margin-top: 2vw;
}
.overlbc {
width: 100%;
float: left;
margin-top: 4.5vw;
margin-left: 0.25vw;
}
.overlc {
width: 100%;
float: left;
text-align: center;
color: #fff;
}
.overld {
width: 15%;
float: left;
}
.overlda {
width: 80%;
float: right;
}
.overle {
width: 100%;
height: 10px;
float: left;
clear: both;
}


/* Anfang Accord Leistungen */

.accordion-title {
width: 100%;
float: left;
clear: both;
cursor: pointer;
background-image: url("bilder/icon_plus.svg");
background-repeat: no-repeat;
background-position: 100% center;
background-size: 1.3541666666666667vw 1.3541666666666667vw;
color: #373534;
border-top: 1px solid #cdcdcd;
transition: all ease-out .3s;
padding-top: 1.5vw;
padding-bottom: 1.5vw;
padding-left: 0vw;
font-weight: 700;
}
.accordion-title:hover {
color: #415247
}
.accordion-title.open {
background-image: url("bilder/icon_minus.svg");
background-repeat: no-repeat;
background-position: 100% center;
background-size: 1.3541666666666667vw 1.3541666666666667vw;
transition: all ease-out .3s;
color: #415247;
padding-top: 1.5vw;
padding-bottom: 1.5vw;
font-weight: 700;
}
.accordion-content {
display: none;
width: 100%;
float: left;
clear: both;
padding-bottom: 1.5vw;
padding-left: 0vw;
border-bottom: 1px solid #cdcdcd;
top: 1px;
position: relative;
line-height: 1.7vw;
}
.accorda {
width: 90%;
float: left;
clear: both;
}
.accordb {
width: 100%;
height: 1px;
float: left;
clear: both;
background-color: #cdcdcd;
}

/* Ende Accord Leistungen */


@media screen and (min-width: 501px) {
.startmc {
display: none;
}
}

@media screen and (max-width: 1366px) {
.overla {
width: 17.5vw;
height: 17.5vw;
}
body {
font-size: 1.2vw;
}
.data, .foota, .startda, .startg, .startga, .startha, .startj {
line-height: 1.8vw;
}
}

@media screen and (max-width: 1194px) {
.startgd, .sprechdb {
padding-left: 2.3vw;
padding-right: 2.3vw;
padding-top: 1.1vw;
padding-bottom: 1.1vw;
}
.vita {
padding-left: 1.5vw;
padding-right: 1.5vw;
padding-top: 0.65vw;
padding-bottom: 0.65vw;
}
.startfb, .startmb {
font-size: 1.2vw;
line-height: 1.2vw;
}
.startfa {
width: 12.562814070351758vw;
height: 9.704262981574539vw;
}
.startma {
width: 16vw;
height: 16vw;
}
.accordion-title, .accordion-title.open {
padding-top: 2vw;
padding-bottom: 2vw;
}
.startka {
width: 10vw;
}
.startk {
width: 60%;
}
.startjc {
margin-top: 4.5vw;
}
.startgb, .startjb {
margin-top: 2.7vw;
}
h1 {
font-size: 3.6vw;
line-height: 4vw;
}
.startdca {
width: 55%;
}
.startdcb {
width: 35%;
}
.startdcbb {
width: 100%;
float: left;
}
.startdcbbb {
width: 100%;
float: left;
clear: both;
margin-top: 2.5vw;
}
.startd, .foot, .startd, .data, .startd1, .startd2, .startd3, .startd4, .startf, .startj {
padding-left: 10vw;
padding-right: 10vw;
}
body {
font-size: 1.6vw;
}
.data, .foota, .startda, .startg, .startga, .startha, .starti, .startj, .accordion-content, .overl, .overl_urlaub {
line-height: 2.2vw;
}
.accordion-title, .accordion-title.open {
background-size: 2vw 2vw;
}
.accordion-content {
padding-bottom: 2vw;
}
.startb {
width: 11.725293132328309vw;
height: 9.057311557788946vw;
left: -1.5vw;
}
.startc {
width: 14.991624790619765vw;
height: 11.58041876046901vw;
margin-top: 2.5vw;
}
.start {
height: 37.5vw;
}
.listelei, .listdata {
background-position: left 0.9vw;
}
.datb {
width: 15vw;
top: 7.5%;
right: 10%;
}
}

@media screen and (max-width: 1080px) {
}

@media screen and (max-width: 1024px) {
.startgd, .sprechdb {
padding-left: 3.3vw;
padding-right: 3.3vw;
padding-top: 1.5vw;
padding-bottom: 1.5vw;
}
.startgc {
margin-bottom: 3vw;
}
.vita {
padding-left: 1.7vw;
padding-right: 1.7vw;
padding-top: 0.75vw;
padding-bottom: 0.75vw;
}
.listelei, .listdata {
background-position: left 1vw;
}
.startia {
width: 100%;
}
.startib {
width: 100%;
float: left;
clear: both;
margin-top: 5vw;
}
.startga {
width: 100%;
}
.startgb {
column-count: 1;
column-gap: 0vw;
}
.startdcbbb {
margin-top: 3.1vw;
}
.startdcb {
width: 37.5%;
}
.startdca {
width: 57.5%;
}
body {
font-size: 1.8vw;
}
.data, .foota, .startda, .startg, .startga, .startha, .starti, .startj, .accordion-content, .overl, .overl_urlaub {
line-height: 2.4vw;
}
.listvita {
padding-left: 2vw;
margin-top: 0.3vw;
background-position: left 1vw;
}
.overla {
width: 20vw;
height: 20vw;
}
.overlb {
margin-left: 7.5vw;
}
.overld {
width: 25%;
}
.overlda {
width: 75%;
}
}

@media screen and (max-width: 834px) {
.sprechd {
margin-top: 5vw;
}
.startgd, .sprechdb {
padding-left: 3.8vw;
padding-right: 3.8vw;
padding-top: 1.75vw;
padding-bottom: 1.75vw;
}
.startgc {
margin-bottom: 3.5vw;
margin-top: 2.5vw;
}
.vita {
padding-left: 2.2vw;
padding-right: 2.2vw;
padding-top: 1vw;
padding-bottom: 1vw;
}
.overla {
width: 30vw;
height: 30vw;
}
.overld {
font-weight: 700;
}
.overld {
width: 100%;
}
.overlda {
width: 100%;
clear: both;
margin-top: 5px;
}
.overle {
height: 20px;
}
.startfx, .startmx {
height: 47.552vw;
}
.datb {
width: 17.5vw;
top: 6.5%;
right: 7.5%;
}
.sprecha {
width: 4vw;
}
.startdcbb {
width: 45%;
}
.startdcbbb {
width: 45%;
clear: none;
margin-top: 0vw;
}
.startda {
margin-top: 6.5vw;
}
.startdca {
width: 100%;
}
.startdcb {
width: 100%;
margin-top: 5vw;
}
.footbb {
margin-left: 3.5vw;
}
.listelei, .listdata {
background-position: left 1vw;
padding-left: 3vw;
margin-top: 0.5vw;
background-size: 7px 7px;
}
.accordion-content {
padding-bottom: 3vw;
}
.accordion-title, .accordion-title.open {
padding-top: 3vw;
padding-bottom: 3vw;
}
.accordion-title, .accordion-title.open {
background-size: 3vw 3vw;
}
.startkb {
margin-top: 3.5vw;
column-count: 1;
column-gap: 0vw;
}
.startka {
width: 15vw;
}
.startk {
width: 80%;
}
.starthc {
width: 42.5%;
margin-top: 7.5vw;
}
.starthba {
width: 42.5vw;
}
.startha {
padding-left: 7.5vw;
padding-right: 7.5vw;
padding-bottom: 7.5vw;
}
.starth {
padding-left: 7.5vw;
}
.startd2 {
padding-left: 0vw;
padding-right: 0vw;
}
.startb {
width: 16.30695443645084vw;
height: 12.608477218225419vw;
left: -2vw;
}
.startc {
width: 20.983213429256594vw;
height: 11.85005995203837vw;
margin-top: 3.5vw;
}
h1 {
font-size: 4.6vw;
line-height: 5.2vw;
}
.startd, .foot, .startd, .startd1, .startd3, .startd4, .startf, .startj, .data {
padding-left: 7.5vw;
padding-right: 7.5vw;
}
.start {
height: 50vw;
}
.data, .foota, .startda, .startg, .startga, .startha, .starti, .startj, .accordion-content, .overl, .overl_urlaub {
line-height: 2.9vw;
}
body {
font-size: 2.2vw;
}
}

@media screen and (max-width: 500px) {
.sprechdb {
margin-top: 5vw;
}
.overl_urlaub {
padding-top: 17.5vw;
}
.overl {
padding-top: 12.5vw;
}
.startgd, .sprechdb {
padding-left: 7vw;
padding-right: 7vw;
padding-top: 3vw;
padding-bottom: 3vw;
}
.startgc {
margin-bottom: 7.5vw;
margin-top: 3.5vw;
}
.starthd {
margin-top: 5vw;
}
.vita {
padding-left: 4.2vw;
padding-right: 4.2vw;
padding-top: 2vw;
padding-bottom: 2vw;
}
.listvita {
padding-left: 5vw;
margin-top: 2vw;
background-position: left 2.5vw;
background-size: 7px 7px;
}
.overlbc {
margin-top: 10vw;
margin-left: 0vw;
}
.overlb {
margin-left: 0.5vw;
margin-top: 6vw;
}
.overla {
width: 50vw;
height: 50vw;
}
.datb {
width: 22.5vw;
top: 3.5%;
right: 10%;
}
.footbb {
margin-left: 0vw;
margin-top: 3vw;
clear: both;
}
.foot {
margin-bottom: 10vw;
}
.footb {
width: 65%;
}
.accordion-title {
padding-right: 7vw;
}
.accorda {
width: 100%;
}
.listelei, .listdata {
background-position: left 2.2vw;
width: 100%;
padding-left: 5vw;
}
.accordion-title, .accordion-title.open {
background-size: 5vw 5vw;
}
.accordion-content {
padding-bottom: 5vw;
}
.accordion-title, .accordion-title.open {
padding-top: 5vw;
padding-bottom: 5vw;
}
.aus1 {
display: inline;
}
.aus2 {
display: none;
}
.startk {
width: 100%;
}
.startka {
display: none;
}
.startjd {
margin-top: 1vw;
}
.startif {
margin-top: 4vw;
}
.startid, .startgb, .startjb, .startkb {
margin-top: 4vw;
}
.starth1, .starth2, .startib, .starthc, .starth, .startgb, .startjc, .startl {
margin-top: 8.5vw;
}
.starthc {
width: 100%;
float: left;
}
.startha {
padding-left: 10vw;
padding-right: 10vw;
padding-bottom: 10vw;
margin-top: 4.2vw;
}
.starthbb {
margin-top: 4vw;
}
.starthba {
width: 100%;
}
.starth {
padding-left: 10vw;
}
.startg {
margin-top: 5.2vw;
}
.startf {
padding-left: 0vw;
padding-right: 0vw;
margin-top: 10.5vw;
margin-bottom: 10.5vw;
}
.startdcbb {
width: 100%;
}
.startdcb {
margin-top: 8vw;
}
.startdcbbb {
width: 100%;
clear: both;
margin-top: 8vw;
}
.startdcaa {
width: 100%;
}
body {
font-size: 5vw;
}
.data, .foota, .startda, .startg, .startga, .startha, .starti, .startj, .accordion-content, .overl, .overl_urlaub {
line-height: 6.4vw;
}
.startdb {
margin-top: 6.2vw;
}
.startda {
margin-top: 8.5vw;
}
h1 {
font-size: 9.4vw;
line-height: 10vw;
}
.startd, .foot, .startd, .startd1, .startd3, .startd4, .startj, .data {
padding-left: 10vw;
padding-right: 10vw;
}
.startb {
width: 26vw;
height: 20.1031vw;
left: -3vw;
}
.startc {
width: 36vw;
height: 20.33064vw;
margin-top: 5.5vw;
}
.start {
height: 90vw;
}
.sprecha {
width: 9vw;
}
.startfx {
height: 67.552vw;
}
.startmx {
display: inline;
justify-content: revert;
align-items: revert;
}
.startma {
display: none;
}
.startmc {
top: 10vw;
left: 10vw;
width: 18vw;
height: 18vw;
}

.startfa {
width: 24.6vw;
height: 19.02062vw;
}
.datac {
width: 90%;
}
.startfx, .startmx {
height: 55vw;
}

.startj {
padding-top: 8.5vw;
}
}


	
@keyframes fadein {
	from{opacity:0;}to{opacity:1;}
}
@-moz-keyframes fadein {
	from{opacity:0;}to{opacity:1;}
}
@-webkit-keyframes fadein {
	from{opacity:0;}to{opacity:1;}
}
@-o-keyframes fadein {
	from{opacity:0;}to{opacity:1;}
}
