/* 
 * Physiofee - Praxis für Osteopathie und Manuelle Therapie
 * Theme-Stylesheet: main.css
 *
 * Author: Physiofee Web Team
 * URL: http://www.physiofee-osteopathie.net
 * 
 * 
 * Based on SHIELD - Free Bootstrap 3 Theme
 * Author: Carlos Alvarez
 * URL: http://Alvarez.is
 * 
 * Version: 1.0
 * Date: 02-11-2013
 * URL: http://blacktie.co/
 */


/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */


html,
button,
input,
select,
textarea {
    color: #222;
}

    button.btn-success {
        background-color: #2b2b2b !important;
    }

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: rgba(52, 152, 219, 0.40);
    color: #222;
    text-shadow: none;
}

::selection {
    background: rgba(52, 152, 219, 0.40);
    color: #222;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

    img.paragraph-image {
        margin-top: 15px;
        margin-bottom: 30px;
        display: inline;
    }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
    resize: vertical;
}

/*endregion*/


/* ==========================================================================
   General styles
   ========================================================================== */


html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'Open Sans', sans-serif; /* Original: "Lato" */
    font-weight: 300; /* Original: 300*/
    font-size: 16px;
    color: #555;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/*
.col-md-4 {
    padding-bottom: 20px;
}*/

.row {
    margin-right: 0px;
    margin-left: -15px;
}

.modal-header {
    background: #3498db;
}

    .modal-header h4 {
        color: white;
    }

.modal-footer {
    background: #2b2b2b;
}


/* Menu / Navbar */

.navbar {
    opacity: 0.92;
}

.navbar-default {
    border-color: transparent;
    background-color: #dadada;
}

.navbar-toggle {
    border-color: transparent;
    border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #16a085;
    color: white;
}

.navbar-brand { /* new */
    background: url(../img/logo_small.png) no-repeat;
    opacity: 0.7;
    width: 30px;
    height: 24px;
    margin-top: 10px;
}

.navbar-collapse {
    max-height: unset;
}

.dropdown-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #222;
    color: #999;
    text-decoration: none !important;
}

    .dropdown-item.active {
        background-color: #080808;
        color: white;
    }

    .dropdown-item:hover,
    .dropdown-item:active {
        text-decoration: none !important;
        color: white !important;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        color: white;
    }

.dropdown-divider {
    height: 1px;
    background-color: #ffffff19;
}

.dropdown-menu {
    background-color: #222;
    font-size: 16px;
}

/* Others */



hr {
    position: relative;
    border: none;
}

    hr:before {
        content: " ";
        position: absolute;
        top: 0;
        left: 25%;
        width: 50%;
        height: 2px;
        background: #ccc;
    }

/* a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}*/

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif; /* Original: "Raleway"; */
    font-weight: 300;
    color: #333;
}

h1 {
    padding-top: 35px;
}

h2 {
    padding-bottom: 25px;
    padding-top: 25px;
}

    h2.centered {
        margin-left: 15px;
        margin-right: 15px;
    }

.greywrap h2 {
    padding-bottom: 0px;
}

/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
    font-weight: 300; /* Original: 300, Alternative: 400, todo: what's better?*/
}

ul, ol {
    line-height: 28px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    /* color: #3498db;
    position: relative;
    margin: 0 0 40px -30px;*/
    margin-bottom: 50px;
    padding-left: 30px;
    border-left: 5px solid rgba(255, 0, 0, 1);
    padding-right: 30px;
    border-right: 5px solid rgba(251, 7, 217, 1);
    font-weight: bold;
    background: linear-gradient( 90deg, rgba(255, 0, 0, 1) 0%, rgba(255, 154, 0, 1) 10%, rgba(208, 222, 33, 1) 20%, rgba(79, 220, 74, 1) 30%, rgba(63, 218, 216, 1) 40%, rgba(47, 201, 226, 1) 50%, rgba(28, 127, 238, 1) 60%, rgba(95, 21, 242, 1) 70%, rgba(186, 12, 248, 1) 80%, rgba(251, 7, 217, 1) 90%, rgba(255, 0, 0, 1) 100% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    /* margin: 0 0 40px -30px; */
    margin-bottom: 50px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

    blockquote.altcolor1 {
        border-left-color: #28a745;
    }

    blockquote.altcolor2 {
        border-left-color: #ff8200;
    }

    blockquote.altcolor3 {
        border-left-color: #ff80e2;
    }

    blockquote cite {
        position: absolute;
        bottom: -25px;
        right: 0;
        font-size: 14px;
        font-style: italic;
        color: #333;
        font-weight: 300;
    }

        blockquote cite:before {
            content: "-- "
        }

label {
    font-weight: unset;
    display: inline;
}

.form-control {
    font-size: unset;
}

.input-group-grouping {
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px;
}

.underline {
    text-decoration: underline;
    font-weight: 500;
}

.our-services {
    color: #317e92;
    font-size: 32px;
    font-weight: bold;
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}


/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #3498db;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

    a:hover,
    a:focus {
        color: #c0392b;
        text-decoration: underline; /* Original: none */
        outline: 0;
    }

    a:before,
    a:after {
        -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
        -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
        -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
        -o-transition: color 0.1s ease-in, background 0.1s ease-in;
        transition: color 0.1s ease-in, background 0.1s ease-in;
    }

.backlink {
    text-align: right;
}

.icon-invisible {
    opacity: 0.0;
}

p.paragraph-with-icon {
    margin-left: 50px;
    text-indent: -50px;
}

.paragraph-icon {
    font-size: 30px;
    padding-right: 15px;
}

p.tag-cloud-job {
    text-align: justify;
    font-size: 18px;
    background: #f5f5f5;
    padding: 25px;
}

    p.tag-cloud-job span.tag-cloud-name {
        font-size: 32px;
        color: #376b79;
    }

    p.tag-cloud-job span.tag-cloud-prio-2 {
        font-size: 22px;
    }

    p.tag-cloud-job span.tag-cloud-prio-3 {
        font-size: 26px;
    }

    p.tag-cloud-job span.tag-cloud-prio-10-sabine {
        font-size: 32px;
        color: #d92472;
    }
    p.tag-cloud-job span.tag-cloud-prio-10-stephan {
        font-size: 32px;
        color: #317e92; /* #376b79 */
    }


.icon-align-top {
    vertical-align: top;
    padding-top: 10px;
}

#important-message {
    text-align: center;
    padding-top: 25px;
    color: red;
    background-color: #f2dede;
    border-color: #eed3d7;
    z-index: 0;
    display: none;
}
/*
.important-message-content::after {
    content: "Wir haben aktuell leider Probleme mit unserem E-Mail-Empfang. Wenn wir nicht innerhalb von 2 Werktagen auf eine E-Mail von Ihnen geantwortet haben, melden Sie sich bitte telefonisch bei uns. Vielen Dank und entschuldigen Sie etwaige Unannehmlichkeiten."
}*/

div.additional-info {
    background: #eee;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

    div.additional-info p {
        margin-top: 16px;
    }

div.info-event-pdf {
    display: none;
}

/* links with anchor: target is not behind navbar. Element with id must be an extra element without content. */
:target {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

span.emphasized {
    /*color: #b12f4f;*/
    font-weight: 600;
}

.temp-info-missing-all-content::before {
    content: "Leider hat der Umzug in die neuen Räumlichkeiten länger gedauert als erhofft. Daher ist der Inhalt dieser Seite leider nicht rechtzeitig fertig geworden. Wir werden ihn aber so schnell wie möglich in den nächsten Tagen nachreichen. Bitte schauen Sie doch bald mal wieder bei uns vorbei - für mehr spannende Inhalte.";
}

.temp-info-missing-further-content::before {
    content: "Weitere Inhalte zu diesem spannenden Thema folgen in Kürze. Leider hat der Umzug in die neuen Räumlichkeiten länger gedauert, als gehofft. Daher werden wir diesen Inhalt in den nächsten paar Tagen nachreichen. Bitte schauen Sie doch bald mal wieder bei uns vorbei - für mehr spannende Inhalte.";
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

    .disabled:hover {
        color: #999 !important;
    }




/* ==========================================================================
   Wrap Sections
   ========================================================================== */
#headerwrap {
    width: 100%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -50px; /*-50px*/
    padding-top: 120px; /*120px*/
    text-align: center;
    /*background-attachment: relative;*/
    /*background-position: center center;*/
    background-position: 50% 0%;
}

    #headerwrap h1 {
        height: 65px; /* new */
        color: #ffffff;
        margin-top: 18%; /* Original: 90px - 220px */
        padding-bottom: 30px;
        letter-spacing: 8px;
        font-size: 100px;
        font-weight: bold;
        text-shadow: 2px 2px 2px #000;
    }

        #headerwrap h1.headerwrap-logo {
            background: url(../img/logo_website_header-1.png) no-repeat center top; /* new */
            height: 250px;
            background-size: 500px, auto;
            background-position: right center;
            margin-right: 10%;
            margin-top: 9%;
            margin-bottom: 9%;
        }

        #headerwrap h1.pageHeadline {
            margin-top: 17%;
            text-shadow: none;
            margin-bottom: 0px;
            padding-top: 0px;
            text-align: right;
            font-weight: 900;
            font-size: 100px;
            height: 92px;
        }

    #headerwrap p {
        color: #ffffff;
        font-size: 40px;
        font-weight: 400;
        text-align: center;
        line-height: 40px;
        letter-spacing: 3px;
        margin-left: 15px;
        text-shadow: 1px 1px 1px #000;
    }

        #headerwrap p.subheadline { /* new */
            font-size: 30px;
        }

.headerwrap-index {
    background: url(../img/bg/header_index.jpg) no-repeat center top;
}

.greywrap {
    background: #f5f5f5;
    margin-top: 0px;
    padding-top: 40px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

    .greywrap .callout {
        margin-bottom: 20px;
    }

    .greywrap p {
        margin-left: 30px;
        margin-right: 30px;
        letter-spacing: 1px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .greywrap .icon {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        color: #000;
    }

#partner-footerwrap {
    background: #f5f5f5;
    margin-top: 25px; /*75px without Doctify footer*/
    padding-top: 40px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #ddd;*/
    text-align: left;
    border-top: 1px solid #ddd;
}

    #partner-footerwrap .partner-logo {
        margin-bottom: 20px;
    }

    #partner-footerwrap.footer-no-margin {
        margin-top: 0px;
    }

    #partner-footerwrap .partner-logo div {
        margin: 0 auto;
    }

    #partner-footerwrap .partner-logo-url {
        text-align: center;
    }

    #partner-footerwrap a {
        color: #555;
    }

    #partner-footerwrap .partner-footer-headline {
        padding-left: 15px;
        padding-right: 15px;
    }

#footerwrap {
    text-align: center;
}

    #footerwrap p {
        margin-left: 30px;
        margin-right: 30px;
        letter-spacing: 1px;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: center;
    }

    #footerwrap .icon {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        color: #fff;
    }

div#logo-bemer {
    width: 136px;
}

div#url-bemer {
    margin-top: -20px !important;
}

div#logo-walutec {
    width: 136px;
}

div#url-walutec {
    margin-top: 5px !important;
}

div#logo-thechange {
    width: 136px;
}

div#url-thechange {
    margin-top: 5px !important;
}

div#logo-vitatec {
    width: 136px;
    margin-top: -10px !important;
}

div#url-vitatec {
    margin-top: -5px !important;
}

div#logo-mitovit {
    width: 136px;
    margin-top: -10px !important;
}

div#url-mitovit {
    margin-top: 0px !important;
}

#footerwrap {
    background: #2b2b2b;
    /*margin-top: 75px;*/
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    text-align: left;
}

    #footerwrap div, #footerwrap p, #footerwrap a {
        color: #999999;
    }

    #footerwrap b {
        font-weight: 500;
    }



div.footer-divider {
    border-bottom: 1px solid #4b4b4b;
    margin-top: 25px;
    margin-bottom: 25px;
}

div.footer-info-block {
    line-height: 25px;
}



/* ==========================================================================
   Box Sections
   ========================================================================== */
.white h1 {
    padding-top: 35px;
}

.white p {
    padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;
    background-position: center center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: relative;
    text-align: center;
}

    .section-divider h1,
    .section-divider hr,
    .section-divider p {
        visibility: hidden;
    }

.textdivider h1 {
    padding-top: 70px;
    color: white;
    font-size: 40px;
}

.dropshadow h1 {
    text-shadow: 2px 2px 2px #000;
}

.textdivider p {
    color: white;
    font-size: 25px;
}

.dropshadow p {
    text-shadow: 1px 1px 1px #000;
}


/* ==========================================================================
   Timeless Unwinding
   ========================================================================== */
.paragraph-timeless-logo-claim {
    text-align: center;
}

.img-timeless-logo-claim {
    height: 300px;
    margin-top: 25px;
    margin-bottom: 25px;
}





/* ==========================================================================
   Overview pages
   ========================================================================== */
.overview-tile {
    border: 1px solid lightgray;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.overview-tile-headline {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 15px;
}

.overview-tile-desc {
    padding-left: 15px;
    padding-right: 15px;
}

.overview-tile-link {
    padding-left: 15px;
    padding-right: 15px;
}

/* ==========================================================================
   News Section
   ========================================================================== */
#news {
    padding-top: 20px;
}

    #news .news-headline {
        font-weight: bold;
        font-size: 18px;
    }

    #news .news-type {
        min-height: 75px;
        min-width: 125px;
    }

    #news .news-icon {
        margin-top: 20px;
        text-align: center;
        /*min-width: 75px;*/
    }

    #news .icon {
        font-size: 60px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #news .news-desc {
        min-height: 75px;
    }

.alert-news1 {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-news1 hr {
        border-top-color: #c9e2b3;
    }

    .alert-news1 .btn-primary {
        background-color: #3c763d;
    }

        .alert-news1 .btn-primary:hover,
        .alert-news1 .btn-primary:focus {
            background-color: #2b542c;
        }

    .alert-news1 .alert-link {
        color: #3c763d; /*#2b542c;*/
    }

.alert-news2 {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-news2 hr {
        border-top-color: #a6e1ec;
    }

    .alert-news2 .btn-primary {
        background-color: #31708f;
    }

        .alert-news2 .btn-primary:hover,
        .alert-news2 .btn-primary:focus {
            background-color: #245269;
        }

    .alert-news2 .alert-link {
        color: #31708f; /*#245269;*/
    }

#news .alert-link {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 0px;
}




/* ==========================================================================
   About Section
   ========================================================================== */
p.about-personal-info,
p.about-personal-info-left,
p.about-personal-info-right {
    line-height: normal;
    text-align: center;
}

    p.about-personal-info small,
    ,
    p.about-personal-info-left small,
    p.about-personal-info-right small {
        font-size: 14px;
    }

p.about-image,
p.about-image-left,
p.about-image-right {
    text-align: center;
}

p.about-news-sideinfo {
    text-align: left;
}

ul.about-news-list li {
    padding-bottom: 10px;
}

div#about-oliver-left {
    display: block;
}

div#about-oliver-right {
    display: none;
}





/* ==========================================================================
   Osteopathy Section
   ========================================================================== */
#osteopathy .osteo-icon {
    margin-top: 20px;
    text-align: center;
}

#osteopathy .icon {
    font-size: 60px;
    line-height: 30px;
    margin-bottom: 10px;
}




/* ==========================================================================
   My Approach Section
   ========================================================================== */


.osteo-step-canvas {
    padding: 20px;
    margin-bottom: 35px;
}

.osteo-step-frame {
    height: 300px;
}

#osteo-step-frame-1 {
    padding-top: 120px;
}

#osteo-step-frame-2 {
    padding-top: 60px;
}

#osteo-step-frame-3 {
    padding-top: 0px;
}

.osteo-step-column {
    background-color: #3498db;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #fff;
    overflow: hidden;
}

    .osteo-step-column div {
        position: relative;
        z-index: 2;
    }

.osteo-step-frame .icon {
    text-align: right;
    width: 90%;
    position: absolute;
    font-size: 125px;
    color: #fff;
    opacity: 0.15;
    top: 200px;
}

.osteo-step-label {
    text-align: center;
    margin-top: -13px;
}

    .osteo-step-label .step-number {
        display: inline-block;
        padding: 5px 17px;
        min-width: 10px;
        font-size: 16px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        background-color: #2b2b2b;
        border-radius: 10px;
        margin-bottom: 5px;
        z-index: 100;
    }

    .osteo-step-label .icon {
        margin-right: -25px;
        margin-top: 0px;
        font-size: 22px;
        color: #ccc;
    }

.noscript #approach-example {
    display: none;
}

#chains-example-carousel {
    height: 400px;
    margin-top: -40px;
}

    #chains-example-carousel .carousel-control {
        background-image: none;
        text-shadow: none;
        color: #000;
        margin-bottom: 30px;
    }

        #chains-example-carousel .carousel-control:hover {
            filter: alpha(opacity=90);
            opacity: 0.8;
        }

    #chains-example-carousel .carousel-item-background {
        width: 100%;
        height: 400px;
    }

    #chains-example-carousel .carousel-indicators li {
        border-color: #000;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

        #chains-example-carousel .carousel-indicators li:hover {
            filter: alpha(opacity=90);
            opacity: 0.8;
        }

        #chains-example-carousel .carousel-indicators li.active {
            background-color: #000;
        }

    #chains-example-carousel .carousel-caption {
        color: #2b2b2b;
        text-shadow: none;
        top: 0px;
        padding-top: 0px;
        bottom: auto;
    }

        #chains-example-carousel .carousel-caption .caption-content {
            height: 380px;
            line-height: 380px;
        }

            #chains-example-carousel .carousel-caption .caption-content .verticalCentered {
                display: inline-block;
                vertical-align: middle;
                line-height: 1.4;
            }

    #chains-example-carousel .example-date {
        padding-top: 20px;
        font-weight: bold;
        font-size: 24px;
    }

    #chains-example-carousel .example-date-desc {
        font-style: italic;
    }

    #chains-example-carousel .carousel-caption .background-icon {
        text-align: right;
        width: 90%;
        position: absolute;
        font-size: 125px;
        color: #000;
        opacity: 0.05;
        top: 220px;
    }

    #chains-example-carousel .carousel-caption .example-text {
        text-align: left;
    }

        #chains-example-carousel .carousel-caption .example-text .icon {
            font-size: 24px;
            color: #ccc;
        }




/* ==========================================================================
   Vitalfeld Section
   ========================================================================== */

#vf-tabs .tab-pane {
    border: 1px solid #ddd;
    border-top-color: transparent;
    padding: 15px;
}

.tab-headline {
    font-weight: 400;
    font-size: 18px;
}

#vf-tabs .tab-pane p {
    margin-bottom: 10px;
}




/* ==========================================================================
   Services Section
   ========================================================================== */
.recipe-header {
    min-height: 90px;
}

.recipe-preheadline {
    font-style: italic;
}

.recipe-headline {
    font-weight: 400;
    font-size: 18px;
}

.service-list p {
    margin-bottom: 0px;
}

.service-list ul {
    margin-top: 10px;
    margin-bottom: 15px;
}

    .service-list ul li {
        margin-top: 5px;
        margin-bottom: 5px;
        line-height: 28px;
    }

#services h2.withMargin {
    margin-bottom: 30px;
}


/* ==========================================================================
   Course & Event Section
   ========================================================================== */
.course-type {
    margin-bottom: 30px;
}

.course-icon {
    margin-top: 5px;
    text-align: center;
}


.course-name {
    font-weight: 400;
    font-size: 18px;
    border-bottom: 1px solid Lightgray;
}

.course-tagline {
    font-weight: 400;
    font-style: italic;
}

/*.course-shortdesc {
}*/

.course-dates .course-dates-headline {
    font-weight: 400;
}

.course-costs {
}

ul.dates li {
    font-weight: 400 !important;
}

.course-desc p {
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.img-course {
    object-fit: cover;
}



/* ==========================================================================
   Image Mask
   ========================================================================== */
.grid figure {
    margin: 0;
    position: relative;
}

    .grid figure img {
        width: 100%;
        display: block;
        position: relative;
    }

.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    color: #fff;
    background: #3498db;
}

    .grid figcaption h5 {
        margin: 0;
        padding-top: 0px;
        padding-left: 20px;
        padding-bottom: 5px;
        color: #fff;
        font-weight: 700;
        text-align: left;
        letter-spacing: 2px;
    }

    .grid figcaption a {
        text-align: left;
        padding: 5px 10px;
        margin-left: 20px;
        display: inline-block;
        background: #2f2f2f;
        color: #fff;
        font-size: 13px;
    }

/* Caption Style */
.mask figure {
    overflow: hidden;
}

    .mask figure img {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .no-touch .mask figure:hover img,
    .mask figure.cs-hover img {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

.mask figcaption {
    height: 50px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 30px;
}


/* ==========================================================================
   Practice Section - Team
   ========================================================================== */

.team-member {
    margin-top: 0px;
    margin-bottom: 0px;
}

p.team-image {
    text-align: center;
}

img.team-profile-image {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 130px;
    height: 130px;
}

.team-member-inside {
    padding: 15px;
    border: 1px solid lightgray;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 600px !important;
    height: 600px; /*auto;*/
}

.team-member-header {
    min-height: 90px;
    text-align: center;
}

.team-member-headline {
    font-weight: 400;
    font-size: 18px;
}

.team-member-subheadline {
    font-style: italic;
}

.team-quote {
    margin-top: 50px;
}

.team-quote-icon {
    font-family: Arial;
    content: "\201C";
    color: #78C0A8;
    font-size: 4em;
    vertical-align: text-bottom;
}



/* ==========================================================================
   Services Sections - like Bemer
   ========================================================================== */

.service-device-quote {
    margin-top: 90px;
    font-size: 24px;
    font-weight: bold;
}

.service-device-quote-icon {
    font-family: Arial;
    content: "\201C";
    color: #78C0A8;
    font-size: 200px;
    vertical-align: text-bottom;
    padding-bottom: -30px;
}

.service-device-info {
    text-align: center;
}

.service-sideinfo-container {
    border-left: 5px solid #78C0A8;
    margin-left: 10px;
    margin-bottom: 30px;
}

.service-sideinfo {
    font-weight: bold;
    margin-bottom: 20px;
}

.partner-website-url {
    font-size: 30px;
    border: 1px dashed #3498db;
    padding-top: 15px;
    padding-bottom: 15px;
}

.detail-item {
    padding: 10px;
}

.dynamic-video {
    width: 100%;
}

#brain-model-paragraph {
    padding-left: 50px;
    padding-right: 50px;
}

.video-overlay-button {
    text-align: center;
    margin-top: -70px;
}

    .video-overlay-button span {
        font-weight: bold;
        color: white;
        background-color: rgba(0, 0, 0, 0.3);
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 4px;
        padding-right: 4px;
    }


/* ==========================================================================
   Practice Section - Rooms
   ========================================================================== */
.img-practice {
    margin-top: 15px;
    margin-bottom: 15px;
    /*filter: grayscale(0.35);
    transition: -webkit-filter 0.3s ease-in-out;*/
}

    .img-practice:hover {
        /*filter: grayscale(0.0);*/
    }

.img-lazy {
    display: none;
}



/* ==========================================================================
   Contact Section
   ========================================================================== */


#success {
    margin-top: 15px;
}

.help-block {
    font-size: 14px;
    color: #3498db;
}


/* Change one of the two to "display:none;" to toggle visibility of contact form and its alternative contact information */
.contact-form-element {
}

.alternative-element-to-contact-form {
    display: none;
}



/* ==========================================================================
   Map Section
   ========================================================================== */


#map {
    width: 100%;
    height: 400px;
}

#static-map {
    width: 100%;
    height: 350px;
    background-image: url('../img/map/map.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    #static-map #map-copyright {
        font-size: 11px;
        color: black;
        background-color: rgba(255,255,255,0.5);
        position: absolute;
        margin-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
        bottom: 0;
        right: 0;
    }



/* ==========================================================================
   Cookie Consent Section
   ========================================================================== */
.cc-message a:hover {
    color: #3498db;
}



/* ==========================================================================
   Modals
   ========================================================================== */


.modal-dialog-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
}

.modal-body {
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0;
}

@media (max-width: 767px) {
    .modal-dialog-center {
        width: 100%;
    }
}

.impressum-subheadline {
    font-weight: bold;
}

.impressum-subheadline {
    font-weight: bold;
}

.datasecurity-subheadline {
    font-weight: bold;
    margin-bottom: 20px;
}

.datasecurity-subsubheadline {
    margin-bottom: 20px;
    font-weight: bold;
    font-style: italic;
}

.datasecurity-subsubsubheadline {
    margin-bottom: 20px;
    font-style: italic;
}

.credits-subheadline {
    font-weight: bold;
    margin-bottom: 20px;
}


/* ==========================================================================
   Doctify
   ========================================================================== */

/* Footer */
div.doctify_micro_stars_verbal_rating_verbal_rating--bold_36f3dcfb {
    color: rgb(85, 85, 85) !important;
}

#doctify-footerwrap {
    margin-top: 75px;
    padding-top: 40px;
    padding-bottom: 20px;
    /*border-bottom: 1px solid #ddd;*/
    text-align: left;
    border-top: 1px solid #ddd;
}

    #doctify-footerwrap.footer-no-margin {
        margin-top: 0px;
    }


#doctify-carousel-contact {
    margin-bottom: 30px;
}

#doctify-carousel-services {
    margin-top: 30px;
}

#doctify-carousel-footer {
    background-color: white;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (max-width:1050px), screen and (max-device-width:1050px) {
    body .header {
        background-attachment: scroll;
    }
}

/* ipad portrait */
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .header {
        background-attachment: scroll;
    }
}

@media screen and (min-width:769px) {
    p.about-personal-info,
    p.about-personal-info-left,
    p.about-personal-info-right {
        text-align: left;
    }

    p.about-news-sideinfo {
        text-align: left;
    }

    .linebreak-after::after {
        content: "\a";
        white-space: pre;
    }

    .img-hover-zoom {
        overflow: hidden;
    }

        .img-hover-zoom img {
            transition: transform 1.5s ease;
        }

        .img-hover-zoom:hover img {
            transform: scale(1.05);
        }
}

@media screen and (max-width:1400px) {
    #headerwrap h1.pageHeadline {
        font-size: 72px;
        height: 65px;
    }
}

@media screen and (max-width:1024px) {
    #headerwrap h1.pageHeadline {
        font-size: 50px;
        height: 46px;
    }
}


@media screen and (max-width:769px) {
    #headerwrap h1 {
        font-size: 80px;
    }

    #headerwrap p {
        font-size: 30px;
        line-height: 38px;
    }

    #headerwrap h1.pageHeadline {
        font-size: 24px;
        height: 18px;
        padding-bottom: 22px;
    }

    #approach-example {
        visibility: collapse !important;
        height: 0px;
    }

    .textdivider h1 {
        font-size: 30px;
    }

    .textdivider p {
        font-size: 18px;
    }

    .osteo-step-column {
        font-size: 11px;
    }

    .team-member-inside {
        min-height: 450px !important;
        height: auto;
    }
}

@media screen and (min-width: 992px) {
    p.about-personal-info-left {
        padding-top: 0px;
        text-align: left;
    }

    p.about-personal-info-right {
        padding-top: 0px;
        text-align: right;
    }

    div#about-oliver-left {
        display: none;
    }

    div#about-oliver-right {
        display: block;
    }



    p.about-image-left {
        text-align: left;
    }

    p.about-image-right {
        text-align: right;
    }

    p.about-news-sideinfo {
        text-align: right;
    }

    div.overview-tile {
        min-height: 680px !important;
    }

    p.overview-tile-link {
        position: absolute;
        bottom: 0;
    }
}

@media screen and (max-width:992px) {
    .recipe-header {
        min-height: 0px;
    }
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

@media all and (max-width: 768px) {
    .dropdown-item {
        margin-left: 30px;
    }

    #brain-model-paragraph {
        padding: 0px;
    }

    #video-with-sound, #mute-video {
        display: none;
    }

    /*#headerwrap:not(.header-with-logo) {
        height: 300px;
    }

        #headerwrap:not(.header-with-logo) h1.pageHeadline {
            margin-top: 158px;
        }*/

    #headerwrap h1.headerwrap-logo {
        background-size: 300px, auto;
        /*height: 125px;
        background-position: right center;
        margin-right: 5%;
        margin-top: 9%;
        margin-bottom: 9%;*/
    }

    .headerwrap-index {
        background-position: 50% 60px;
    }

    .partner-website-url {
        font-size: 22px;
    }

    .img-timeless-logo-claim {
        height: 200px;
    }
}
