html {
  scroll-behavior: smooth;
}
section,
article {
    scroll-margin-top: -1px;
}
body {
    font-family: 'Roboto Condensed', arial, sans-serif !important;
    font-weight: 400;
    font-size: 1.2rem !important;
    line-height: 1.6rem;
	letter-spacing: 0px;
    word-break: normal;
	color: rgba(0,0,0,1);
	background-color: rgba(255,255,255,1);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 100%; 
	height:100%;
	position: relative;
    background-image: url('../../files/narzisst-visual_waterlily_2000x1250px.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}
* {
    font-family: 'Roboto Condensed' !important;
}
p {
    margin: 20px 0;
    padding: 0;
}
.p-plain > p {
    margin: 0 !important;
    padding: 0 !important;
}
a {
    color: rgba(0,0,0,1);
    cursor: pointer;
    text-decoration: underline;
    transition: all 0.5s ease-in-out;
}
a:hover {
    color: rgba(0,0,0,1);
}
strong {
    font-weight: 700;
}

@media (max-width: 991px) {

}


h2, h3, h4, h5, h6 {
    font-weight: 600 !important;
}

h1, .fs-1 {
    font-size: 6rem !important;
    line-height: 6rem !important;
    font-weight: 700 !important;
}
h2, .fs-2 {
    font-size: 4rem !important;
    line-height: 4rem !important;
}
h3, .fs-3 {
    font-size: 3rem !important;
    line-height: 3.5rem !important;
}
h4, .fs-4 {
    font-size: 2rem !important;
    line-height: 2.5rem !important;
}
h5, .fs-5 {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}

a.theme-link {
    color: #104365;
    text-decoration: underline;
    text-decoration-color: rgba(28, 30, 46, 0.3);
}

a.theme-link:hover {
    color: #3798db;
    text-decoration-color: rgba(237, 101, 36, 0.8);
}

.btn {
    font-weight: 600;
    padding: 0.875rem 2.5rem;
    transition: all 0.4s ease-in-out;
    border-radius: 2rem;
    border: none;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover,
.btn:active,
.btn:focus {
    box-shadow: 0 10px 20px -4px rgba(0, 0, 0, 0.05);
}

.btn-submit {
    border-radius: 0.25rem;
    padding: 0.875rem 1.5rem;
}

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

.btn-primary {
    background: #3798db;
    color: #fff;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
    background: #e55713;
    color: #fff;
}

.btn-secondary {
    background: white;
    border: 2px solid #3798db;
    color: #3798db;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active {
    background: #3798db;
    border: 2px solid #3798db;
    color: white;
}

.btn-light {
    background: #f6f8fc;
    color: #3798db;
}

.btn-light:hover {
    background: #f6f8fc;
    color: #3798db;
}

.form-control {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 56px;
    border-color: #e3e9f6;
}

.form-control:focus {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.15);
    outline: none;
}

.theme-bg-light {
    background: #f6f8fc;
}

.theme-bg-dark {
    background: #104365;
}

.theme-bg-primary {
    background: #3798db;
}

.theme-bg-light-gradient {
    background-image: linear-gradient(to bottom, #f6f8fc 0%, #fff 70%);
}

#topcontrol {
    transition: all 0.4s ease-in-out;
    background: #104365;
    color: #fff;
    text-align: center;
    display: inline-block;
    z-index: 30;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    padding-top: 0.5rem;
    font-weight: 300;
    font-size: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    #topcontrol {
        transition: none;
    }
}

#topcontrol:hover {
    background: #2f334e;
    color: #fff;
}

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

.font-style-normal {
    font-style: normal !important;
}

.single-col-max {
    max-width: 760px;
}

.site-logo .logo-icon {
    height: 1.5rem;
}
.site-logo .logo-text {
    font-size: 1.5rem;
    font-weight: 400;
}

.footer .copyright {
    font-size: 0.875rem;
}

.section-heading {
    font-size: 2.5rem;
}

.section-intro {
    font-size: 1.25rem;
}

.hero-section .headline {
    font-size: 2.5rem;
    font-weight: bold;
}

.hero-section .subheadline {
    font-size: 1.25rem;
}

.hero-quotes .quote {
    position: relative;
    border-left: 4px solid var(--c-blauhell);
    font-style: italic;
}

.hero-quotes .quote:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffffff;
    position: absolute;
    bottom: -10px;
    margin-left: -10px;
    left: 2rem;
}

.hero-quotes .source {
    vertical-align: middle;
    font-size: 0.875rem;
}
.hero-quotes .source-name,
.source-name {
    color: var(--c-blaudunkel);
}
.hero-quotes .source-title,
.source-title {
    color: var(--c-blauhell);
}
.hero-quotes .source-profile,
.source-profile {
    width: 60px;
    height: 60px;
}
.hero-quotes .carousel-indicators {
    bottom: -4rem;
}
.hero-quotes .carousel-indicators button {
    border: none;
    background-color: var(--c-blauhell);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
}

.book-cover-holder {
    position: relative;
}

.book-cover-holder .book-badge {
    position: absolute;
    right: 0;
    top: -2rem;
    width: 120px;
    height: 120px;
    background: #5cb377;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-family: 'Quicksand', sans-serif;
    padding-top: 34px;
    font-size: 1.375rem;
    line-height: 1;
    font-weight: bold;
}

.book-section .item-inner {
    height: 100%;
}
.book-section .item-icon {
    font-size: 3rem;
    color: var(--c-blaudunkel);
}
.book-toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
.book-toc > ol > li {
    margin: 0.5rem 0;
    font-weight: 600;
}
.book-toc ol ol {
    margin-top: 0.5rem;
    margin-left: 1.5rem;
    border-left: 2px solid rgba(28, 30, 46, 0.1);
    padding-left: 1rem;
}
.book-toc ol ol li {
    font-weight: 400;
    margin: 0.25rem 0;
}
.book-toc ol ol ol {
    margin-left: 1.25rem;
    border-left: none;
}
.book-toc li::marker {
    content: none;
}
.book-section .social-list li {
    background: var(--c-blaudunkel);
    width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    padding-top: 15px;
}
.book-section .social-list a {
    color: #fff;
}
.book-section .social-list a:hover {
    color: var(--c-blauhell);
}

.content-section .key-points-list {
    font-size: 1.125rem;
}

.content-section .key-points-list li {
    margin-bottom: 1rem;
}

.content-section .fa-check-circle {
    color: #7FCDB8;
}

.audience-section .audience {
    max-width: 500px;
}

.audience-section .item {
    margin-bottom: 1.5rem;
}

.audience-section .item-title {
    font-size: 1.125rem;
}

.audience-section .item-icon {
    font-size: 1.25rem;
    color: #7FCDB8;
}

.reviews-section .item-inner {
    height: 100%;
    position: relative;
}

.reviews-section .icon-holder {
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -18px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: var(--c-blauhell);
    color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 6px;
}

.reviews-section .source-profile {
    width: 60px;
}

.reviews-section .source-info {
    font-size: 0.875rem;
}

.reviews-section .quote {
    font-style: italic;
}

.author-section {
    color: #fff;
}

.author-section .author-pic {
    width: 150px;
    height: 150px;
}

.author-section .social-list li {
    background: var(--c-blaudunkel);
    width: 36px;
    height: 36px;
    display: inline-block;
    border-radius: 50%;
    padding-top: 6px;
}

.author-section .social-list a {
    color: #fff;
}
.author-section .social-list a:hover {
    color: var(--c-blauhell);
}

.theme-bg-primary a.theme-link {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0.5);
}

.theme-bg-primary a.theme-link:hover {
    color: #fff;
    text-decoration-color: #fff;
}

.nav-link.active {
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .hero-quotes .quote:after {
        left: 50%;
        margin-left: -10px;
    }

    .reviews-section .source-profile {
        margin-bottom: 0.5rem;
    }

    .form-inline .form-control {
        width: 200px;
    }
}

@media (max-width: 991.98px) {
    .section-heading {
        font-size: 1.75rem;
    }

    .section-intro {
        font-size: 1.125rem;
    }

    .hero-section .headline {
        font-size: 2rem;
        font-weight: bold;
    }

    .hero-section .subheadline {
        font-size: 1.125rem;
    }

    .book-cover-holder .book-badge {
        width: 100px;
        height: 100px;
        padding-top: 25px;
        font-size: 1.25rem;
    }
}

@media (min-width: 576px) {
    .form-inline .form-control {
        width: 400px;
    }
}


/* ---------- SASS ---------- */
/* ---------- ROOT ---------- */
:root {
    --c-blauhell: #3798db;
    --c-blauhell-rgb: 55,152,219;

    --c-blaudunkel: #104365;
    --c-blaudunkel-rgb: 16,67,101;

    --c-white: #FFFFFF;
    --c-white-rgb: 255,255,255;
}

/* ---------- BLAUHELL ---------- */
.text-c-blauhell,
.text-h-c-blauhell :is(h1, h2, h3, h4, h5, h6) {
    color: var(--c-blauhell) !important;
}
.bg-c-blauhell {
    background-color: var(--c-blauhell) !important;
}
.border-c-blauhell {
    border-color: var(--c-blauhell) !important;
}
.verlauf-c-blauhell {
    background: linear-gradient(to bottom, rgba(var(--c-blauhell-rgb), 1) 0%, rgba(var(--c-blauhell-rgb), 0.75) 100%);
}
.btn-c-blauhell {
    background-color: rgba(var(--c-blauhell-rgb), 1) !important;
    color: #000 !important;
    border: none;
}
.btn-c-blauhell:hover {
    background-color: rgba(var(--c-blauhell-rgb), 0.5) !important;
}
.btn-c-blauhell:focus,
.btn-c-blauhell:active {
    background-color: rgba(var(--c-blauhell-rgb), 0.9) !important;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(var(--c-blauhell-rgb), 0.4);
}
.btn-c-blauhell:disabled {
    background-color: rgba(var(--c-blauhell-rgb), 0.5) !important;
    opacity: 0.65;
    cursor: not-allowed;
}
/* ---------- BLAUDUNKEL ---------- */
.text-c-blaudunkel,
.text-h-c-blaudunkel :is(h1, h2, h3, h4, h5, h6) {
    color: var(--c-blaudunkel) !important;
}
.bg-c-blaudunkel {
    background-color: var(--c-blaudunkel) !important;
}
.border-c-blaudunkel {
    border-color: var(--c-blaudunkel) !important;
}
.verlauf-c-blaudunkel {
    background: linear-gradient(to bottom, rgba(var(--c-blaudunkel-rgb), 0.5) 0%, rgba(var(--c-blaudunkel-rgb), 1) 90%);
}
.btn-c-blaudunkel {
    background-color: rgba(var(--c-blaudunkel-rgb), 1) !important;
    color: #fff !important;
    border: none;
}
.btn-c-blaudunkel:hover {
    background-color: rgba(var(--c-blauhell-rgb), 0.5) !important;
}
.btn-c-blaudunkel:focus,
.btn-c-blaudunkel:active {
    background-color: rgba(var(--c-blaudunkel-rgb), 0.9) !important;
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(var(--c-blaudunkel-rgb), 0.4);
}
.btn-c-blaudunkel:disabled {
    background-color: rgba(var(--c-blaudunkel-rgb), 0.5) !important;
    opacity: 0.65;
    cursor: not-allowed;
}
/* ---------- WHITE ---------- */
.text-h-c-white :is(h1, h2, h3, h4, h5, h6) {
    color: var(--c-white) !important;
}
.bg-c-white-01 {
    background-color: rgba(var(--c-white-rgb), 0.1) !important;
}
.bg-c-white-08 {
    background-color: rgba(var(--c-white-rgb), 0.8) !important;
}
.bg-c-white-05 {
    background-color: rgba(var(--c-white-rgb), 0.5) !important;
}
