@font-face {
    font-family: 'font_ks2021_1regular';
    src: url('font_ks2021_1-regular-webfont.woff2') format('woff2'),
        url('font_ks2021_1-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #335427;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
    background: #000000;
}

::-webkit-scrollbar-track {
    background: #e2e2e2;
    border: 0px none #ffffff;
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: #666666;
}

::-webkit-scrollbar-track:active {
    background: #333333;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

html {
    height: 100%;
}

body {
    color: #1b4131;
    font-family: Oswald, sans-serif;
    margin: 0;
    font-size: 18px;
}

.header {
    background: #1b4131;
}

.promotion {
    background:rgba(47, 53, 59, 0.8);
    padding: 50px;
    border-radius: 10px;
}

.stoerer {
    background:#e63d11;
    color: #fff;
}

.promotion-desc {
    color: #fff;
}

.bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 60px;
    min-height: 600px;
    max-height: 700px;
}

.bg1 {
    background-image: url(../img/kathleen-schuetz_.jpg?V=2);
}

.bg2 {
    background-image: url(../img/executive-coaching-1.jpg);
}

.bg3 {
    background-image: url(../img/kathleen-schuetz-coaching-2.jpeg);
}

img {
    max-width: 100%;
    height: auto;
}

.bg-article {
    background-color: #f5f2e6;
    background-image: url(../img/pattern-chakras-alt-color.png) !important;
    background-position: 0 0 !important;
    background-repeat: repeat !important;
    padding-top: 70px;
    padding-bottom: 70px;

}

.bg-testimonial {
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 90px;

}

.bg-footer {
    background: #1b4131;
    padding-top: 30px;
    padding-bottom: 20px;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

h1,
h2,
.h3-slider {
    font-family: Oswald, sans-serif;
    color: #fff;
    text-transform: uppercase;
}

h1,
.h3-slider {
    font-size: 36px;
    font-weight: 600;
}

h2 {
    font-size: 38px;
    line-height: 36px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

.section-headline {
    color: #1b4131;
    font-size: 38px;
    line-height: 36px;
    letter-spacing: 0.05em;
    font-weight: bold;
}

h4 {
    font-family: PT Serif, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.headline {
    display: block;
    color:#e63d11;
    text-transform: uppercase;
    font-size: 18px;
}

.image-wrapper {
    border-style: solid;
    border-width: 0px;
    border-color: orange;
    height: 500px;
    position: relative;
    width: 500px;
    border-radius: 100%;
}

.image-wrapper img {
    width: 100%;
    border-radius: 100%;
}

.image-wrapper::before {
    background-image: url(../img/image-icon-shape.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: auto;
    position: absolute;
    bottom: 2px;
    left: 2px;
    right: 2px;
    top: 5px;
    width: auto;
    opacity: 0.2;
}

.image-wrapper2 {
    border-style: solid;
    border-width: 5px;
    border-color: #f8cf68;
    height: 170px;
    position: relative;
    width: 170px;
    border-radius: 100%;
    display: inline-block;
    margin-right: 20px;
    position: relative;
    top: -40px;
}

.image-wrapper2 img {
    width: 100%;
    border-radius: 100%;
}

.image-wrapper2::before {
    background-image: url(../img/image-icon-shape2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: auto;
    position: absolute;
    bottom: 1px;
    left: 2px;
    right: 2px;
    top: 7px;
    width: auto;
}


.image-wrapper3 {
    border-style: solid;
    border-width: 5px;
    border-color: #f8cf68;
    height: 140px;
    position: relative;
    width: 140px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
}

.image-wrapper3 img {
    width: 100%;
    border-radius: 100%;
}

.image-wrapper3::before {
    background-image: url(../img/image-icon-shape2.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    content: "";
    height: auto;
    position: absolute;
    bottom: 1px;
    left: 2px;
    right: 2px;
    top: 7px;
    width: auto;
}


@media (max-width: 768px) {
    body {
        font-size: 16px;
    }
    .image-wrapper2 {
        border-style: solid;
        border-width: 5px;
        border-color: #f8cf68;
        height: 250px;
        position: relative;
        width: 250px;
        border-radius: 100%;
        display: inline-block;
        margin-right: 20px;
        position: relative;
        top: 0px;
    }
    
    .image-wrapper2 img {
        width: 100%;
        border-radius: 100%;
    }
    
    .image-wrapper2::before {
        background-image: url(../img/image-icon-shape2.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        content: "";
        height: auto;
        position: absolute;
        bottom: 2px;
        left: 2px;
        right: 2px;
        top: 5px;
        width: auto;
    }
}

.signature {
    font-family: font_ks2021_1regular;
    font-size: 58px;
    margin: 0;
    line-height: 52px;
}

.sig-title {
    font-size: 12px;
}

.btn-primary {
    background: #e63d11;
    padding: 10px 20px 10px 20px;
    border-radius: 25px;
    border: 1px solid #e63d11;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-primary:hover {
    background: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 25px;
    color: #1b4131;
    border: 1px solid #1b4131;
}

.fastyle i {
    font-size: 48px;
    color: #1b4131;
    margin-right: 15px;
}

.line {
    background: url(../img/linie.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 10px;
    margin: auto;
}

.line2 {
    background: url(../img/linie2.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 10px;
    margin: auto;
}

.line img {
    position: relative;
    top: -35px;
}

.price-col {
    padding: 20px;
    background-color: #fff;
    background-image: url(../img/pattern-price.png);
    background-size: cover;
    background-repeat: no-repeat;
    border-top: 5px solid #e09866;
    font-size: 14px;
    color: #2b2704;
    -webkit-box-shadow: 0px 1px 13px -1px rgba(112, 88, 22, 0.74);
    box-shadow: 0px 1px 13px -1px rgba(112, 88, 22, 0.74);
}

.price-col table {
    font-size: 13px;
    color: #2b2704;
}

.price-col td {
    padding: 10px 0;
    vertical-align: top;
}

.price-col td:nth-child(2) {
    font-family: Oswald;
    font-weight: 700;
}

.price-energy {
    text-align: left;
    font-size: 13px;
    font-style: italic;
}

.price-energy strong {
    font-style: normal;
}

.menu {
    margin: 0 20px;
    text-decoration: none;
    color: #2b2704;
}

.footer-link {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.footer-link:hover {
    text-decoration: underline;
    color: #fff;
    cursor: pointer;
    font-family: Oswald, sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.modal-dialog {
    max-width: 768px;
}

.socialmedia i {
    font-size: 28px;
    position: relative;
    top: -3px;
    color: #fff;
    margin-right: 15px;
}

.social {
    display: block;
}

blockquote q {
    font-size: 15px;
    font-style: italic;
    line-height: 30px;
}

blockquote q:before {
    content: "\201C";
    font-family: Satisfy, sans-serif;
    margin: 0 15px 0 0;
    font-size: 60px;
    line-height: 0;
    position: relative;
    top: 23px;
}

blockquote q:after {
    content: "\201D";
    font-family: Satisfy, sans-serif;
    font-size: 60px;
    line-height: 0;
    position: relative;
    top: 23px;
}

cite {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    position: relative;
    width: 100%;
}

cite small {
    font-size: 14px;
    font-weight: 400;
}

.carousel-control-next, .carousel-control-prev {
width: unset;
}

.carousel-control-prev-icon {
    background: #1b4131;
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    left: 50px;
}

.carousel-control-prev-icon::before {
    font: var(--fa-font-thin);
    content: "\f053";
    position: absolute;
    color: #fff;
    font-size: 24px;
    text-align: center;
    left: 12px;
    top: 8px;
}

.carousel-control-next-icon {
    background: #1b4131;
    position: relative;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 24px;
    text-align: center;
    right: 50px;
}

.carousel-control-next-icon::before {
    font: var(--fa-font-thin);
    content: "\f054";
    position: absolute;
    color: #fff;
    font-size: 24px;
    text-align: center;
    left: 12px;
    top: 8px;
}

.bg-mainservice{
 background: #ecf1f5;
 padding-top: 60px;
 padding-bottom: 60px;
}

.bg-about{
    background: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
   }

   .bg-about h2 {
    color: #1b4131;
    letter-spacing: 0;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
   }

   .accordion {
    --bs-accordion-active-bg: #5e695b;
   }

   .accordion-header {
    color: #fff;
   }

   .accordion-item {
    border: 0;
    background: #5e695b;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
   }

   .accordion-button {
    font-size: 18px;
   }
   
   .accordion-item:first-of-type .accordion-button {
border-radius: 0;
border: 0;
   }

   .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
   }

   .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

   .accordion-button:not(.collapsed) {
    color: #fff;
    text-transform:uppercase;
}

.mainservice {
    background: #fff;
    padding: 30px;
    min-height: 300px;
    position: relative;
    border-radius: 10px;
}

.mainservice h3 {
    text-transform: uppercase;
    margin-top: 15px;
    position: relative;
}

.mainservice h3::after,
.bg-about h2::after {
    content: " ";
    width: 60px;
    position: absolute;
    bottom: -15px;
    left:0;
    border-top: 2px solid #e63d11;
}

.mainservice p {
    font-weight: 300;
    color: #5c6873;
    margin-top: 30px;
}

.mainnav a {
    color: #fff;
    font-size: 24px;
    text-decoration: none;
}

.mainnav i {
    color: #fff;
    font-size: 36px;
    color:#e63d11;
}

.mainnav .btn-secondary {
    position: relative;
    top: -5px;
}

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}
.ribbon span {
    font-size: 11px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 100px;
    display: block;
    background: linear-gradient(#fc5800 0%, #e63d11 100%);
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -21px;
}
.ribbon span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #e63d11;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e63d11;
}
.ribbon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #e63d11;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #e63d11;
}