@import url("reset.css");

/* italiana-regular - latin */
@font-face {
    font-family: 'Italiana';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/italiana-v11-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/italiana-v11-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/italiana-v11-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/italiana-v11-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/italiana-v11-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/italiana-v11-latin-regular.svg#Italiana') format('svg');
    /* Legacy iOS */
}

/* windsong-regular - latin */
@font-face {
    font-family: 'WindSong';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/windsong-v1-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/windsong-v1-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/windsong-v1-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/windsong-v1-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/windsong-v1-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/windsong-v1-latin-regular.svg#WindSong') format('svg');
    /* Legacy iOS */
}

/* windsong-500 - latin */
@font-face {
    font-family: 'WindSong';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/windsong-v1-latin-500.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/windsong-v1-latin-500.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/windsong-v1-latin-500.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/windsong-v1-latin-500.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/windsong-v1-latin-500.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/windsong-v1-latin-500.svg#WindSong') format('svg');
    /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v29-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/roboto-v29-latin-regular.woff') format('woff'),
        /* Modern Browsers */
        url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg');
    /* Legacy iOS */
}


* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    scroll-behavior: smooth
}

.clear {
    clear: both;
}

body {
    font: 400 15px/24px 'Roboto', arial, helvetica;
    color: #344866;
}

body a {
    text-decoration: none;
    cursor: pointer !important
}

body b {
    font-weight: bold;
    font-weight: 600
}

section {
    padding: 70px 0;
    overflow: hidden;
}

.inner {
    width: 940px;
    margin: auto;

}

header {
    background: url(../images/hg-head.png), url(../images/header.jpg);
    background-size: 50% 100%, cover;
    background-attachment: scroll, fixed;
    background-repeat: no-repeat;
    background-position: left center, right center;
    height: 1000px;
    width: 100%;
    padding: 0;
    margin: 0
}

.landing li {
    display: inline-block;
    margin-right: 15px;
}

.landing li a {
    color: rgba(52, 72, 102, 1);
}

.landing {
    width: 100%;
    background: rgba(199, 161, 199, 1);
    padding: 30px 10% 50px 10%;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex div {
    width: 48%;
}



.fixed-icons a:hover {
    cursor: pointer;
}

.fixed-icons img {
    width: 40px;
    height: auto;
    transition-duration: .25s;
}

.fixed-icons img:hover {
    transform: scale(.9);
}

.fixed-icons p {
    display: none;
}


.slogan p {
    font: 500 50px/58px 'WindSong';
    color: #344866;
    margin: 0 0 20px 0;
}

.slogan {
    position: absolute;
    left: 10%;
    top: 600px
}

.butt {
    font-family: 'Italiana', sans-serif;
    text-decoration: none;
    color: #344866;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #344866;
    padding: 10px 20px;
    transition: 0.5s;
    border-radius: 5px
}

.butt:hover {
    background: #344866;
    color: white;
}

.butt2 {
    font-family: 'Italiana', sans-serif;
    text-decoration: none;
    color: #c7a1c7 !important;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #c7a1c7;
    padding: 10px 20px;
    transition: 0.5s;
    border-radius: 5px
}



.butt2:hover {
    background: #c7a1c7;
    color: #344866 !important;
}

.navigation {
    display: flex;
    justify-content: space-between;
    padding: 10px 10%;
    box-sizing: border-box;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    z-index: 99999;
    border-bottom: 1px solid #c7a1c7;
}

.navigation ul li {
    display: inline-block;
    margin-left: 15px;
    font-family: 'Italiana', sans-serif
}

.navigation ul li a {
    font-family: 'Italiana', sans-serif;
    text-decoration: none;
    color: #344866;
    font-size: 16px;
    letter-spacing: 3px;
    transition: 0.5s;
}

.navigation ul li a:hover {
    color: #c7a1c7;
    transition: 0.5s
}


#logo img {
    width: 260px;
    height: auto;
}

#logo-resp {
    display: none;
}

#ueber-mobil {
    display: none;
}


#ueber {
    overflow: hidden !important;
}

.datenschutz {
    position: fixed;
    z-index: 999;
    right: 5%;
    bottom: 0;
    background: #344866;
    padding: 10px;
    border-radius: 5px 5px 0 0;
}

.datenschutz a {
    color: #fff;
    font: 12px/20px 'Italiana';
    text-decoration: none;
    letter-spacing: 3px
}

#kontakt>div:nth-child(2)>div p {
    vertical-align: middle;
}

.datenschutz a:first-child {
    border-right: 1px solid #fff;
    padding: 0 10px 0 0;
}

.datenschutz a:last-child {
    padding: 0 0 0 8px;
}

#nav_button,
#toggle {
    display: none;
}

nav {
    width: 375px;
    margin: 20px auto 0;
}

nav ul li {
    font: 400 16px/24px 'Italiana';
    display: inline-block;
    margin: 0 15px 0 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
}

nav ul li a.active {
    font: 400 16px/44px 'Italiana';
    background: url(../images/fleck.png) no-repeat bottom center;
    background-size: 20px 20px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    padding: 0 0 10px 0;
}

nav ul li a:hover {
    font: 400 16px/44px 'Italiana';
    background: url(../images/fleck.png) no-repeat bottom center;
    background-size: 20px 20px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    padding: 0 0 10px 0;
}

nav ul li a {
    color: #344866;
    text-decoration: none;
}



@keyframes claim {
    from {
        margin: 0 0 0 0;
    }

    to {
        margin: 0 20% 0 0;
    }
}

-webkit-@keyframes claim {
    from {
        margin: 0 0 0 0;
    }

    to {
        margin: 0 20% 0 0;
    }
}

#ueber .inner {
    position: relative
}

#cigdem-resp {
    display: none
}

#foto {
    position: absolute;
    width: 350px;
    height: auto;
    right: -92px;
    top: -107px;
}

/* #ueber {
    padding: 260px 0 50px 0;
} */



#ueber .content {
    text-align: left;
}

#ueber .content p {
    column-count: 2
}

#ueber b,
#leistungen b,
#ueber .showmore b,
#ueber .more b,
#warum-aescape span {
    color: #c7a1c7;
    font-family: 'Italiana', sans-serif;
    letter-spacing: 1px;
}

#warum-aescape h3,
#vorteile h3 {
    font: 400 20px/20px 'Italiana', sans-serif;
    margin-bottom: 17px;
}

#ueber {
    padding-top: 250px;
}

#warum-aescape p {
    column-count: 2
}

.breadcrumb {
    margin: 0 0 60px 0;
}

.breadcrumb p {
    color: #c7a1c7;
    font-family: 'Italiana', sans-serif;
    letter-spacing: 2px
}

.breadcrumb span {
    color: #344866;
}

h1,
h2 {
    font: 400 40px/45px 'WindSong';
    color: #c7a1c7;
    display: inline-block;
    margin: 0 auto;

    background: url(../images/krokus-fleck.png) no-repeat;
    background-size: 60px auto;
    background-position: center top 55px;
    padding-top: 100px;
    margin-bottom: 30px
}

h1 {
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    text-align: center
}


#leistungen h2 {
    background-position: center top 100px;
    width: 196.1px;
    display: block;
    margin: 0 auto !important;
    padding-top: 150px !important;
    margin-bottom: 30px !important;
}



/* #leistungen{
    padding-top: 150px
} */

.leistungen {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.leistungen div {
    width: 48%;
    margin-bottom: 30px;
    hyphens: auto;
    background: #fffdfc;
    border-radius: 7px;
}

.leistungen div h3 {
    padding: 0 15px;
}

.leistungen div img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 7px 7px 0 0
}

.leistungen .butt2 {
    display: inline-block;
    font-family: 'Italiana', sans-serif;
    text-decoration: none;
    color: #c7a1c7 !important;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #c7a1c7;
    padding: 10px 20px;
    transition: 0.5s;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px
}

.leistungen .butt2:hover {
    color: #344866 !important
}




.showmore .more, .showmore.show .dots {
    display: none
}

.showmore.show .more {
    display: inline
}

.showmore {
    padding: 15px;
}

#ueber .showmore {
    padding: 0;
}

.showmore a {
    cursor: pointer;
    display: inline-block;

}





#station-2 h2 {
    width: 477.20px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px
}

#aktuelles h2 {
    width: 667.55px;
    display: block;
    margin: 0 auto !important;
    margin-bottom: 30px !important;
    text-align: center;
}



.content {
    text-align: center
}

.content a {
    color: #344866;
    text-decoration: none;
}

.content p {
    color: #344866;
    margin: 0 0 12px 0;
}

.team {
    margin: 50px 0 0 0;
}

.slick-slide {
    position: relative;
}

/* .slick-slide p {
    background: rgba(255, 255, 255, 0.8);
    font: 400 14px/20px 'Italiana';
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 94%;
    text-align: center;
    color: #344866;
} */

.slick-slide p span {
    font: italic 400 12px/16px 'Italiana';
    text-transform: none;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px;
    height: 35px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    background: transparent;
}

.slick-next {
    right: -35px;
}

.slick-prev {
    left: -35px;
}

.slick-prev:before {
    content: '❬';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #c7a1c7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: '❭';
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #c7a1c7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.button {
    background: #c7a1c7;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font: 400 14px/20px 'Italiana', sans-serif;
}

.button-2 {
    background: #344866;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font: 400 14px/20px 'Italiana', sans-serif;
    color: #fff;
    text-decoration: none;
}

.italic {
    font-style: italic;
}

#tabs {
    margin: 130px 0 0 0;
}

#tabs a.button {
    text-decoration: none;
    color: #c7a1c7;
    margin: 0 0 20px 0;
}

.ui-tabs-panel li {
    list-style: disc;
    color: #c7a1c7;
    margin: 0 0 0 12px;
}

.ui-tabs-vertical {
    width: 100%;
}

.ui-tabs-vertical .ui-tabs-nav {
    padding: 0 10px 0 0;
    float: left;
    width: 40%;

}

.ui-tabs-vertical .ui-tabs-nav li {
    clear: left;
    width: 100%;
    margin: 0 0px 15px 0;
    font-family: 'Italiana', sans-serif;
    text-decoration: none;
    color: #c7a1c7;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #c7a1c7;
    padding: 10px 20px;
    transition: 0.5s;
    height: 145px;
    border-radius: 5px;

    filter: saturate(0);

}

/*
.ui-tabs-vertical .ui-tabs-nav li a:after {
    content: url(../images/pfeil-rechts.png);
    float: right;
}
*/

.ui-tabs-vertical .ui-tabs-nav li a {
    display: inline-block;
    text-decoration: none;
    color: #c7a1c7;
    background: rgba(255, 255, 255, 0.8);
    padding: 7px;
    border-radius: 3px;
    transition: 0.4s
}

.ui-tabs-vertical .ui-tabs-nav li a:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 1);
    transition: 0.4s
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 12px;
    color: #344866;

}


#tabs>ul>li.ui-tabs-tab.ui-state-default.ui-tab.ui-tabs-active.ui-state-active.ui-corner-left {

    filter: saturate(1);

}



.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active a {
    color: #c7a1c7
}

.ui-tabs-vertical .ui-tabs-panel {
    padding: 30px;
    float: right;
    width: 60%;
    border: 1px solid #c7a1c7;
    border-radius: 5px;
}

#tabs .dotted {
    border-bottom: 2px dotted #344866;
    text-align: left;
    font-weight: bold;
    line-height: 30px;
    width: 80%;
    color: #344866;
    margin: 0 0 20px 0;
}

#tabs>ul>li:nth-child(1) {
    background: url(../images/magenverkleinerung.jpg) no-repeat right center /cover;
    position: relative;
    z-index: 2
}

#tabs>ul>li:nth-child(2) {
    background: url(../images/plastische-chirurgie.jpg) no-repeat right center /cover;
    position: relative;
    z-index: 2
}


#tabs>ul>li:nth-child(3) {
    background: url(../images/haartransplantation.jpg) no-repeat center center /cover;
    position: relative;
    z-index: 2
}



#tabs>ul>li:nth-child(4) {
    background: url(../images/zahnchirurgie.jpg) no-repeat center top /cover;
    position: relative;
    z-index: 2
}



#tabs>ul>li:nth-child(5) {
    background: url(../images/augenlasern.jpg) no-repeat center top /cover;
    position: relative;
    z-index: 2
}






#tabs h3, .leistungen h3 {
    font: 400 18px/24px 'Italiana', sans-serif;
    background: none
}

#tabs p, .leistungen p {
    color: #344866;
    margin: 0 0 12px 0;
}

#tabs h3, .leistungen h3, #bewertungen h3 {
    font: 400 20px/20px 'Italiana', sans-serif;
    margin-bottom: 17px;
    color: #c7a1c7;
}

.flex-container {
    width: 100%;
    margin: 0 0 15px 0;
}

.flex-container p:first-child {
    width: 82%;
}

.flex-container p:last-child {
    text-align: right;
}

.flex-container td:last-child {
    width: 20%;
    color: #344866;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
}

#station-2 {
    background: url(../images/bg-2.png) no-repeat center center;
    padding: 250px 0 0 0;
}

#station-2 h2 {
    text-align: center;
}

#station-2 .inner {
    width: 800px;
}

.popups a {
    float: left;
    width: 30%;
    display: block;
    background: #fff;
    margin: 10px;
    box-shadow: 2px 2px 2px #8f9bb7;
    border-radius: 5px;
    text-decoration: none;
    color: #344866;
}

.popups p {
    text-align: center;
    font: 400 16px/20px 'Italiana', sans-serif;
    padding: 5px 0 10px 0;
    letter-spacing: 2px
}

.popups a img {
    width: 100%;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}

.popups a img:hover {
    opacity: 0.6;
    transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
}

/* #vorteile {
    padding: 100px 0 150px 0;
} */


#bewertungs-toggle {
    visibility: hidden;
    opacity: 0;
    height: 0;
    -webkit-transition: ease-in .6s;
    -o-transition: ease-in .6s;
    transition: ease-in .6s
}

#bewertungs-toggle.visible {
    visibility: visible;
    opacity: 1;
    height: 100%;
    -webkit-transition: ease-in .6s;
    -o-transition: ease-in .6s;
    transition: ease-in .6s
}

#btn-bewertungs-toggle.added {
    position: relative
}

#btn-bewertungs-toggle.added:after {
    content: " schliessen (X)";
    color: #c7a1c7;
}

.slick-slide {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px
}

.message h2 {
    color: #fff!important;
    background: #c7a1c7;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
    font-family: 'Italiana';
}

.rating-1 {
    display: none
}

.rating_value {
    display: none;
}

.rating {
    display: flex;
}

#bewertungen {
    background: #f3cd865e;
}

#rate_button {
    font-family: 'Italiana', sans-serif;
    text-decoration: none;
    color: #344866;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid #344866;
    padding: 10px 20px;
    transition: 0.5s;
    border-radius: 5px;
    background: none;
    margin-top: 30px;
}

#dsa-rating label{
    color: #c7a1c7;
}

#dsa-rating input, #dsa-rating textarea{
    border-radius: 7px;
}

#rate_button:hover {
    background: #344866;
    color: white;
}


#dsa-rating>h2 {
    margin-top: 0;
    padding-top: 0;
    background: none;
}

#bewertungen .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#bewertungen h2:first-of-type {
    width: 100%;
    text-align: center;
}

#bewertungen .col {
    width: 49%;
}


#btn-bewertungs-toggle {
    text-align: center;
    display: inline-block;
}


#dsa-rating {
    margin-top: 50px
}

#dsa-rating table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 25px
}

#dsa-rating .form-group {
    margin-top: 40px
}

#dsa-rating label {
    display: block;
    font-weight: 700
}

#dsa-rating input {
    width: 100%;
}

#dsa-rating input,
#dsa-rating textarea {
    font-size: 17px;
    padding: 10px;
    border: none;
    width: 100%;
    background: 0 0;
    border: 1px solid #000;
}

#dsa-rating #captcha {
    margin-top: 15px
}


#dsa-rating .Bewertungstabelle tbody tr td {
    padding: 11px;
}

#dsa-rating .Bewertungstabelle tbody tr:nth-of-type(odd) {
    background: #c7a1c7;
    color: #fff
}

#dsa-rating .Bewertungstabelle tr>td:last-of-type {
    width: 20%
}

#dsa-rating-view {
    font-size: 16px
}

#dsa-rating-view .thumbithumb {
    display: none
}

#dsa-rating-view .star {
    color: #fcbb2a
}

#dsa-rating-view .startext {
    color: #c7a1c7
}

#dsa-rating-view .star.full {
    color: #ffc749
}

#dsa-rating-view .rating_top {
    margin-top: 20px
}


#dsa-rating-view .rating_top .subline {
    display: none
}

#dsa-rating-view .rating_bottom {
    margin-top: 20px
}

#dsa-rating-view .questionline {
    line-height: 2
}

#dsa-rating-view .questionline .question {
    width: 200px;
    display: inline-block
}

#dsa-rating-view .rating_box {
    padding: 25px;
    border: 1px solid #344866
}



#vorteile .breadcrumb {
    margin: 0 0 140px 0;
}

#vorteile h2 {
    width: 80%;
    margin: 0 10% 20px 10%;
    text-align: center;
}

#vorteile h2,
#vorteile h3,
#warum-aescape h2,
#warum-aescape h3 {
    text-align: center;
}

#warum-aescape h2 {
    width: 100%
}

/* #warum-aescape .inner {
    padding: 150px 0
} */

#vorteile h3 {
    font-weight: bold;
}

#vorteile .boxen {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
}

#vorteile .box {
    background: #c7a1c7;
    width: 30%;
    padding: 25px;
    border-radius: 5px;
    color: #fff;
    text-align: left;
}

#vorteile .box p {
    hyphens: auto
}

#vorteile .box .button {
    background: #344866;
    padding: 10px 15px;
    border-radius: 5px;
    display: inline-block;
    font: 400 14px/20px 'Italiana', sans-serif;
    color: #fff;
    text-decoration: none;
    margin: 20px 0 0 0;
}

#vorteile .box h4 {
    font: 400 18px/22px 'Italiana', sans-serif;
    margin: 0 0 14px 0;
    text-align: center;
    letter-spacing: 1px
}

#vorteile .box:nth-child(2) {
    margin: 0 2.5%;
}

.box_wrap {
    display: none;
}

.pop-form {
    padding: 30px;
}

.pop-form h3 {
    font: 400 18px/22px 'Italiana', sans-serif;
    margin: 0 0 14px 0;
}

.pop-form h4 {
    font: 400 14px/20px 'Italiana', sans-serif;
    margin: 0 0 8px 0;
}

.pop-form p {
    margin: 0 0 12px 0;
    color: #344866;
}

.pop-form table {
    width: 100%;
}

.pop-form table tr {
    border-bottom: 1px solid #babcdb;
}

.pop-form table tr td {
    padding: 4px;
}

.pop-form table tr td:first-child {
    width: 70%;
}

#aktuelles h2 {
    text-align: center;
    margin: 0 0 50px 0;
}

#aktuelles .breadcrumb {
    margin: 0 0 150px 0;
}

.tempel {
    background: url(../images/aktuelles.jpg) no-repeat center center /cover;
    width: 100%;
    height: 400px;
}


.tempel .overlay {
    background: url(../images/krokus-fleck-white.png), rgba(245, 211, 145, 0.7);
    background-position: bottom -40px right -15px;
    background-size: 250px auto;
    background-repeat: no-repeat;
    width: 40%;
    float: right;
    height: 400px;
    display: table;
    padding: 30px;
    border-radius: 0 5px 5px 0;
}

.ablauf {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    text-align: center
}



.tempel .overlay p {
    font: italic 400 16px/22px 'Italiana', arial, helvetica;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}

.resp-sharing-button__link {
    margin: 0 3px 0 0;
}

.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block;
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    -webkit-transition: 25ms ease-out;
    -moz-transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.resp-sharing-button__icon svg {
    width: 20px;
    height: 20px;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */

.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */

.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

.resp-sharing-button--twitter:hover {
    background-color: #2795e9
}

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
    background-color: #8c0615
}

.resp-sharing-button--facebook {
    background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
    background-color: #2d4373
}

.resp-sharing-button--tumblr {
    background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
    background-color: #222d3c
}

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
    background-color: #3a80c1
}

.resp-sharing-button--google {
    background-color: #dd4b39
}

.resp-sharing-button--google:hover {
    background-color: #c23321
}

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
    background-color: #046293
}

.resp-sharing-button--email {
    background-color: #777
}

.resp-sharing-button--email:hover {
    background-color: #5e5e5e
}

.resp-sharing-button--xing {
    background-color: #1a7576
}

.resp-sharing-button--xing:hover {
    background-color: #114c4c
}

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
    background-color: #1da851
}

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
    background-color: #FB6200
}

.resp-sharing-button--vk {
    background-color: #507299
}

.resp-sharing-button--vk:hover {
    background-color: #43648c
}

.resp-sharing-button--google {
    background-color: #dd4b39;
    border-color: #dd4b39;
}

.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
    background-color: #c23321;
    border-color: #c23321;
}

footer {
    display: flex;
    margin: 200px 0 0 0;
    border-bottom: 20px solid #c7a1c7
}

footer .col {
    width: 50%;
}

footer .col:last-child {
    padding: 50px;
    color: #fff;
    background: url(../images/krokus-fleck.png) no-repeat bottom -50px right -50px;
    background-color: #344866;
    background-size: 350px auto;
}

footer .col .column {
    margin: 0 0 30px 0;
}

footer .col .column img {
    margin: 0 20px 0 0;
    display: inline-block;
}

footer .col .column .txt {
    margin: 0 0 30px 0;
    display: inline-block;
}

footer h5 {
    font: 400 20px/24px 'Italiana', sans-serif;
    margin: 20px 0 12px 0;
}

footer .box p {
    display: inline-block;
    width: 160px;
}

footer .box i {
    display: block;
    font-style: italic;
    margin: 20px 0 30px 0;
}

footer .box strong {
    font-weight: bold;
}

footer a {
    color: #fff;
    text-decoration: none;
    text-decoration: underline
}

/*-+-+-+--+- SIDENAV +-+-+-++-*/

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: rgba(52, 72, 102, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.sidenav a {
    display: block;
    font-family: 'Italiana', sans-serif;
    text-decoration: none;
    color: white;
    font-size: 16px;
    letter-spacing: 3px;
    border: 1px solid white;
    padding: 10px 20px;
    transition: 0.5s;
    border-radius: 5px;
    display: block;
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
}

.sidenav a:hover {
    color: #c7a1c7;
}

#resp-nav {
    text-align: center;
    width: auto;
    display: none;
    z-index: 999;
}

.sidenav .closebtn {
    position: absolute;
    top: 14px;
    right: 25px;
    font-size: 36px;
    /* margin-left: 50px; */
    width: 63px;
    text-align: center;
    border: none
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }


}

/*---------------------------------------
MEDIA Queries | Tablet | Phone
---------------------------------------*/



@media screen and (max-width: 1712px) {
    .navigation ul:first-of-type {
        display: none
    }

    #resp-nav {
        display: block
    }
}


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


    header {
        background-size: 77% 100%, cover;
        background-position: left center, center center
    }

    .slogan {
        width: 40%
    }
}

@media screen and (max-width: 1352px) {
    #foto {
        right: 23px;
        width: 290px;
    }
}

@media screen and (max-width: 1279px) {
    #logo {
        display: none;
    }

    #logo-resp,
    #logo-resp img {
        display: block;
        width: 200px;
        height: auto
    }

   
}


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

    .slick-prev,
    .slick-next {
        display: none !important;
    }
}

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

    #bewertungen .inner .col{
        width: 100%;
        margin-bottom: 30px;
    }

    .inner,
    #station-2 .inner {
        width: 90%;
        margin: 0 5%;
    }

    .datenschutz {
        top: inherit;
        bottom: 0;
        right: 20px;
        border-radius: 5px 5px 0 0;
    }

    .dsa-cookie-notice {
        right: 20px;
    }

    .slick-slide p {
        width: 100%;
    }
}

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



    .flex-container td:last-child {
        width: 24%;
    }

    #tabs .dotted {
        width: 76%;
    }

    #vorteile .box {
        width: 33%;
    }

    #vorteile .box h4 {
        font: 400 16px/20px 'Italiana', sans-serif;
    }

    h1,
    h2 {
        hyphens: auto;
        width: auto
    }

    @keyframes claim {
        from {
            margin: 0 0 0 0;
        }

        to {
            margin: 0 5% 0 0;
        }
    }

    -webkit-@keyframes claim {
        from {
            margin: 0 0 0 0;
        }

        to {
            margin: 0 5% 0 0;
        }
    }

}

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

    header {
        background: url(../images/header.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: center center;
        height: 600px;
        width: 100%;
        padding: 0;
        margin: 0
    }

    .slogan {
        top: 250px;
        width: 60%
    }

    .logo {
        width: 320px;
    }

    .logo img {
        width: 100%;
    }


    .flex {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .flex div {
        width: 100%;
    }




    #navwrapper * {
        -webkit-transition: all .4s ease-out;
        -moz-transition: all .4s ease-out;
        -o-transition: all .4s ease-out;
        transition: all .4s ease-out;
    }

    #navwrapper ul {
        background: #c7a1c7;
    }

    nav {
        height: auto;
        width: 100%;
        background: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    nav {
        position: fixed;
        z-index: 9999;
    }

    nav ul li a:after {
        content: inherit;
    }



    #navwrapper label {
        display: inline-block;
        text-align: right;
        padding: 20px 10px;
        border-radius: 5px;
        background: #e3daea;
        -webkit-transition: all .2s ease-out;
        -moz-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    #ueber .content p,
    #warum-aescape p {
        column-count: 1
    }

    #foto {
        width: 150px;
        height: auto;
        right: 50px;
        top: 24px;
    }

    #nav_button~ul,
    #nav_button~ul li {
        max-height: 0;
        overflow: hidden;
        list-style-type: none;
        width: 100%;
        padding: 0;
        text-align: center;
        list-style-image: none;
        background-image: none;
    }

    #nav_button:checked~ul {
        max-height: 500px;
        overflow: hidden;
    }

    #nav_button:checked~ul li {
        max-height: 60px;
        overflow: hidden;
        line-height: 40px;
    }

    #toggle {
        display: block;
        margin: auto;
    }

    body {
        -webkit-font-smoothing: antialiased;
    }



    nav ul li:last-of-type a {
        padding: 0;
    }

    .slick-slide img {
        width: 100%;
        padding: 0 10px 0 0;
    }

    #station-2 {
        padding: 80px 0 100px 0;
    }

    #vorteile .breadcrumb {
        margin: 0 0 70px 0;
    }

    #vorteile {
        padding: 30px 0 80px 0;
    }

    #aktuelles .breadcrumb {
        margin: 0 0 70px 0;
    }

    .tempel .overlay {
        width: 100%;
    }

    .tempel .overlay p {
        text-align: center;
        font: italic 400 20px/26px 'Italiana', arial, helvetica;
    }

    footer {
        margin: 50px 0 0 0;
        display: block;
    }

    footer .col {
        width: 100%;
    }

    footer .col:first-child {
        width: 100%;
        height: 350px;
    }
}

.fixed-icons {
    position: fixed;
    right: 10px;
    top: 200px;
    z-index: 99;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

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


    .leistungen div {
        width: 100%
    }

    /* .fixed-icons p {
        font: 12px/20px 'Italiana';
        text-decoration: none;
        letter-spacing: 3px;
        display: block;
        margin-left: 5px;
        color: #344866;
    } */

    .fixed-icons img {
        width: 20px;
        height: auto;
    }

    .fixed-icons a {
        text-align: center;
        display: flex;
        gap: .25rem;
        align-items: center;
        justify-content: flex-start;
        top: inherit;
        padding: 5px;
        background: rgba(199, 161, 199, 0.9);
        border-radius: 5px 5px 0 0;
    }

    #whatsapp p {}

    #cigdem-resp {
        display: block;
        max-width: 80%;
        height: auto;
        margin: 0 auto;
        margin-bottom: 30px;
        text-align: center;
        border-radius: 8px
    }


    #ueber-mobil {
        display: block;
    }

    #ueber-resp {
        display: none;
    }

    #foto {
        display: none
    }

    .inner {
        overflow: hidden
    }

    #station-2 h2,
    #aktuelles h2 {
        width: auto
    }

    #vorteile .boxen {
        display: block;
        margin: 50px 0 0 0;
    }

    #vorteile .box {
        width: 100%;
    }

    #vorteile .box:nth-child(2) {
        margin: 20px 0;
    }



    #more {
        display: none;
    }



    .ui-tabs-vertical .ui-tabs-nav {
        width: 100%;
    }

    .ui-tabs-vertical .ui-tabs-panel {
        width: 100%;
    }

    /*
    .ui-tabs-vertical .ui-tabs-nav li a {
        text-indent: -9999px;

    }
*/



    .ui-tabs-vertical .ui-tabs-nav li {
        padding: 10px;
        display: inline-block;
        margin: 5px;
        margin-bottom: 20px;
        height: 60px;
        text-align: center
    }

    #tabs>ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap
    }


    #tabs>ul>li:nth-child(1) {
        background: url(../images/magenverkleinerung.jpg) no-repeat right center /cover;
        position: relative;
        z-index: 2
    }

    #tabs>ul>li:nth-child(2) {
        background: url(../images/plastische-chirurgie.jpg) no-repeat right top -25px /cover;
        position: relative;
        z-index: 2
    }


    #tabs>ul>li:nth-child(3) {
        background: url(../images/haartransplantation.jpg) no-repeat center top -25px /cover;
        position: relative;
        z-index: 2
    }



    #tabs>ul>li:nth-child(4) {
        background: url(../images/zahnchirurgie.jpg) no-repeat center top /cover;
        position: relative;
        z-index: 2
    }



    #tabs>ul>li:nth-child(5) {
        background: url(../images/augenlasern.jpg) no-repeat center top -37px /cover;
        position: relative;
        z-index: 2
    }

    /*
    #ui-id-1 {
        background: url(../images/haare.png) no-repeat center center;
    }

    #ui-id-2 {
        background: url(../images/gesicht.png) no-repeat center center;
    }

    #ui-id-3 {
        background: url(../images/bauch.png) no-repeat center center;
    }

    #ui-id-4 {
        background: url(../images/zahn.png) no-repeat center center;
    }

    #ui-id-5 {
        background: url(../images/augen.png) no-repeat center center;
    }
*/

    .popups a {
        width: 45%;
    }

    .content {
        column-count: 1;
        column-gap: 0;
    }

    .dsa-cookie-notice {
        width: 100%;
        right: 0;
        left: 0;
    }
}

@media screen and (max-width: 540px) {
    #tabs .dotted {
        width: 72%;
    }

    .flex-container td:last-child {
        width: 28%;
    }

    header {
        background: url(../images/header.jpg);
        background-size: cover;
        background-attachment: scroll;
        background-repeat: no-repeat;
        background-position: right -200px center;
        height: 600px;
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative
    }

    .slogan {
        top: inherit;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        background: rgba(245, 211, 145, 0.6);
        padding: 35px;
        border-radius: 5px
    }
}

@media screen and (max-width: 460px) {
    .pop-form table tr td:first-child {
        width: 50%;
    }

    header {
        height: 450px;
    }

    .slick-slide img {
        width: 100%;
        padding: 0;
    }

    .ui-tabs-vertical .ui-tabs-panel {
        width: 100%;
    }

    .popups a {
        width: 42%;
    }


}

@media screen and (max-width: 420px) {
    .popups a {
        width: 100%;
        margin: 10px 0;
    }

    #ueber {
        padding: 50px 0 50px 0;
    }

    .datenschutz,
    #whatsapp {
        right: 0
    }

    .slogan p {
        font-size: 30px;
    }

}

@media screen and (max-width: 360px) {
    .ui-tabs-vertical .ui-tabs-panel {
        padding: 15px;
    }

    .ui-tabs-vertical .ui-tabs-nav {
        width: 70px;
    }


}