/**
         * (c) Copyright 2015 ATBO. All Rights Reserved.
         * ATBO Studio. 09.09.2015. 20:52
         *
         * Project: prenatalis_html
         * Edited by: ATBO
         */

body, html {
    font-family: 'Ubuntu', sans-serif;
}

b, strong {
    font-weight: 500;
}

ul, li, p {
    letter-spacing: 0.01em;
}

p {
    font-weight: 300;
    line-height: 24px;
}

hr {
    border-color: #DDDDDD;
}

.main-content-sidebar p {
    line-height: 1.4em;
}

a, a:hover, a:active, a:focus {
    outline: 0;
    border: 0;
}

input::-moz-focus-inner {
    border: 0;
}

/* mobile nav - start */

#page-content-wrapper {
    overflow-x: hidden;
}

#sidebar {
    margin-left: -260px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#sidebar ul li {
    position: relative;
}

#sidebar .has-children {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    z-index: 999;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

#sidebar .color-schema-1 .has-children {
    background: url('../Images/submenu_1.svg') no-repeat center center;
    background-size: 10px 6px;
}

#sidebar .color-schema-2 .has-children {
    background: url('../Images/submenu_2.svg') no-repeat center center;
    background-size: 10px 6px;
}

#sidebar .has-children.open {
    transform: rotate(90deg);
    opacity: 1;
}

#sidebar .submenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 770ms ease-in-out;
    -moz-transition: all 770ms ease-in-out;
    -o-transition: all 770ms ease-in-out;
    transition: all 770ms ease-in-out;
}

#sidebar .submenu li {
    padding-left: 10px;
    width: 300px;
}

#sidebar .submenu.open {
    max-height: 100px;
    padding-left: 0;
}

#sidebar .submenu li:first-child {
    margin-top: 10px;
    -webkit-transition: all 770ms ease-in-out;
    -moz-transition: all 770ms ease-in-out;
    -o-transition: all 770ms ease-in-out;
    transition: all 770ms ease-in-out;
}

#sidebar .submenu.open li:first-child {
    margin-top: 0px;
}

.menu-open #sidebar {
    margin-left: 0 !important;
}

@media screen and (min-width: 992px) {
    #sidebar {
        margin-left: 0;
    }
}

/* mobile nav - end */

.color-schema-1 h1,
.color-schema-1 h2,
.color-schema-1 h3,
.color-schema-1 h4,
.color-schema-1 h5,
.color-schema-1 h6 {
    color: #882337;
    font-weight: 300;
}

.color-schema-2 h1,
.color-schema-2 h2,
.color-schema-2 h3,
.color-schema-2 h4,
.color-schema-2 h5,
.color-schema-2 h6 {
    color: #2977BC;
    font-weight: 300;
}

@media screen and (max-width: 860px) {
    h1, h2, h3, h4, h5, h6 {
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

.color-schema-1 .main-content-sidebar hr {
    border-color: #882337;
}

.color-schema-2 .main-content-sidebar hr {
    border-color: #2977BC;
}

.row.no-gutter > [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutter {
    margin-left: 0;
    margin-right: 0;
}

.container-prenatalis {
    max-width: 1880px;
    float: left;
    padding: 0;
    width: calc(100% + 260px);
}

.no-sidebar {
    width: 100% !important;
}

@media screen and (min-width: 992px) {
    .container-prenatalis {
        width: 100%;
    }

    .container-prenatalis-footer {
        max-width: 1480px;
        float: left;
        padding: 0;
        width: calc(100% - 15px);
    }
}

/* DAkkS logo */

.sidebar-content {
    margin: 80px 0;
}

.sidebar-content .quote {
    font-size: 10px;
    line-height: 14px;
}

.sidebar-content img {
    width: 100%;
    height: auto;
}

/* sidebar */

#sidebar {
    width: 260px;
    float: left;
    background-color: #ffffff;
    overflow-x: hidden;
    position: relative;
    z-index: 1;
}

#sidebar #logo {
    margin: 40px 0;
}

#sidebar #logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.sidebar-container {
    padding: 0 40px 0 40px;
    letter-spacing: 0.03em;
    transition: margin-left .5s ease-in-out;
    -moz-transition: margin-left .5s ease-in-out;
    -webkit-transition: margin-left .5s ease-in-out;
}

#sidebar nav {
    margin: 60px 0 0 0;
}

#sidebar nav .navtitle {
    font-size: 1.4em;
    font-weight: 300;
    margin: 20px 0 10px 0;
}

#sidebar nav .navtitle a {
    text-decoration: none;
}

#sidebar nav ul,
#sidebar nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar nav ul li a {
    padding: 5px 0;
    display: block;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: 300;
    border-bottom: 1px solid #E6E6E6;
}

/* mobile-toggle */
.mobile-toggle {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 6em;
    height: 6em;
    z-index: 9999;
    -webkit-box-shadow: 0 0 20px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 20px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 20px 1px rgba(50, 50, 50, 0.1);
    font-size: 9px;
    overflow: hidden;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.mobile-toggle,
.mobile-toggle * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile-toggle div {
    height: 0.5em;
}

.mobile-toggle div:first-child,
.mobile-toggle div:last-child {
    height: 2em;
}

.mobile-toggle div:nth-child(even) {
    height: 0.4em;
    background-color: rgba(0, 0, 0, 0.1);
}

.mobile-toggle div span {
    background-color: #FFFFFF;
    height: 0.8em;
    width: 1.5em;
    display: block;
    float: left;
}

.mobile-toggle div span:nth-child(2) {
    float: right;
}

.mobile-toggle div.fill {
    background-color: #FFFFFF;
}

.mobile-toggle div:nth-child(1) {
    top: 15px;
}

@media screen and (min-width: 992px) {
    .mobile-toggle {
        display: none;
    }
}

/* nav - muetter */
#sidebar nav.color-schema-1 .navtitle {
    color: #882337;
}

#sidebar nav.color-schema-1 ul li a {
    color: #882337;
}

/* nav - aerzte */
#sidebar nav.color-schema-2 .navtitle {
    color: #2977BC;
}

#sidebar nav.color-schema-2 ul li a {
    color: #2977BC;
}

/* language-select */

#sidebar .language-select {
    border-top: 1px solid #E6E6E6;
    margin: 60px 0 20px 0;
}

.language-select > div {
    margin: 0;
    padding: 0;
}

.language-select > div > div {
    float: left;
}

.language-select > div > div > a {
    padding: 0 0 0 10px;
    margin: 15px 0 15px 10px;
    border-left: 1px solid #E6E6E6;
    display: block;
    color: #cccccc;
    line-height: 16px;
    font-weight: 300;
}

.language-select > div > div:first-child > a {
    padding-left: 0;
    margin-left: 0;
    border: none;
}

.language-select > div > div.cur a {
    color: #333333;
}

.language-select > div > div.inact {
    clear: both;
    float: none;
    font-size: 10px;
    color: #CCCCCC;
}

/* maincontent */
#maincontent {
    width: calc(100% - 260px);
    float: left;
    position: relative;
    background-color: #FFFFFF;
    font-weight: 300;
}

.main-content-content a,
.main-content-sidebar a {
    text-decoration: underline;
}

.main-content-sidebar * {
    font-weight: 300;
    max-width: 100%;
}

.main-content-sidebar b *,
.main-content-sidebar strong * {
    font-weight: 500;
}

/* main-content - header */
.main-content-header {
    background: center center url('http://placehold.it/1280x460');
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 260px;
    position: relative;
}

@media screen and (min-width: 768px) {
    .main-content-header {
        min-height: 460px;
    }
}

.main-content-header nav {
    position: absolute;
    bottom: -1px;
    width: 100%;
    overflow: hidden;
}

.main-content-header nav ul,
.main-content-header nav ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-content-header nav ul li {
    float: left;
    min-width: 50%;
    position: relative;
    height: 55px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .main-content-header nav ul li {
        min-width: 33.332%;
    }
}

.main-content-header nav ul li a {
    position: absolute;
    width: 100%;
    height: 55px;
    top: 0;
    z-index: 9;
    display: block;
    background-color: #ffffff;
    padding: 10px 30px 5px 30px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-decoration: none;
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

@media screen and (min-width: 768px) {
    .main-content-header nav ul li a {
        height: 41px;
    }

    .main-content-header nav ul li {
        height: 41px;
        text-align: left;
    }
}

.main-content-header nav ul li:not(.current) a:hover {
    opacity: 0.9;
}

.main-content-header nav ul li.current a {
    z-index: 11;
}

.color-schema-1 .main-content-header nav ul li a {
    color: #882337;
}

.color-schema-2 .main-content-header nav ul li a {
    color: #2977BC;
}

.main-content-header .shadow {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: transparent;
    height: 1px;
    bottom: 0;
    -webkit-box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.5), 0 20px 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.5), 0 20px 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.5), 0 20px 10px 1px rgba(50, 50, 50, 0.1);
}

@media screen and (min-width: 768px) {
    #maincontent .main-content-shadow {
        right: 20px;
        z-index: -1;
    }
}

.main-content-shadow {
    position: absolute;
    right: -1px;
    top: 360px;
    width: 1px;
    height: 350px;
    -webkit-box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.5), 0 20px 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.5), 0 20px 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.5), 0 20px 10px 1px rgba(50, 50, 50, 0.1);
}

.main-content-container > .row {
    margin: 0 10px;
}

@media screen and (min-width: 768px) {
    .main-content-header .row,
    .main-content-container > .row {
        margin: 0 20px;
    }
}

.main-content-container {
    padding: 40px 0 0 0;
}

.main-content-container h1 {
    letter-spacing: 0.004em;
    line-height: 1.3;
}

.main-content-content {
    padding-bottom: 60px;
}

.main-content-content h1 {
    margin-bottom: 17px;
}

@media screen and (max-width: 768px) {
    .main-content-content .contenttable {
        width: 100%;
    }

    .main-content-content .contenttable tr {
        width: 100%;
        display: block;
        margin-bottom: 5px;
    }

    .main-content-content .contenttable tr td {
        width: 100%;
        display: block;
    }
}

.main-content-sidebar {
    padding: 20px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.main-content-sidebar {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 40px;
}

@media screen and (min-width: 1309px) {
    .main-content-sidebar {
        margin-top: 0;
    }
}

.main-content-content ul {
    font-weight: 300;
}

.main-content-content ul,
.main-content-sidebar .csc-bulletlist {
    margin-left: 13px;
    padding-left: 0;
    list-style: outside;
}

.main-content-content ul li,
.main-content-sidebar .csc-bulletlist li {
    padding: 0 0 6px 0;
}

.color-schema-1 a {
    color: #882337;
}

.color-schema-2 a {
    color: #2977BC;
}

.color-schema-1 .main-content-sidebar {
    color: #882337;
    background-color: #fbf4f1;
}

.color-schema-2 .main-content-sidebar {
    color: #2977BC;
    background-color: #e9f1f8;
}

.main-content-sidebar b,
.main-content-sidebar strong {
    font-weight: 500;
}

.main-content-sidebar h1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.main-content-sidebar h1:first-of-type {
    margin-top: 0;
}

/* footer */

#footer {
    clear: both;
    margin: 0;
    padding: 40px 0;
    display: block;
    font-size: 0.9em;
}

#footer p {
    line-height: 20px;
}

#footer {
    line-height: 20px;
}

#footer.color-schema-1 {
    background-color: #882337;
    color: #CFA7AF;
}

#footer.color-schema-2 {
    background-color: #2977BC;
    color: rgba(255, 255, 255, 0.5);
}

#footer:after {
    position: relative;
    display: block;
    content: " ";
    clear: both;
    float: none;
}

#footer #logo {
    margin: 20px 0;
}

#footer #logo img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

#footer .footer-container {
    padding: 0 40px 0 40px;
}

#footer nav {
    margin: 30px 40px;
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

#footer nav:first-child {
    border-left: none;
}

@media screen and (min-width: 768px) {
    #footer nav {
        border-top: none;
        float: left;
        margin: 20px 0;
        padding: 0 20px 0 40px;
        width: 33.33299%;
        border-left: 1px solid rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    #footer nav:first-child {
        border-left: none;
    }
}

@media screen and (min-width: 992px) {

    #footer nav {
        padding: 0 20px 0 40px;
        margin: 0;
    }

    #footer nav:first-child {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
}

#footer nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .navtitle {
    margin: 10px 0;
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;
}

#footer .navtitle a {
    font-size: 1.2em;
    font-weight: 500;
    color: #ffffff;
}

#footer ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 0.6;
    font-weight: 300;
}

#footer ul li.current a {
    opacity: 1;
}

#footer ul li a:hover {
    opacity: 1;
}

.copyright {
    padding: 20px 40px;
    font-weight: 300;
    font-size: 10px;
    text-align: left;
}

/* startscreen */
.startscreen {
    background: url("../Images/startscreen.png") no-repeat right;
    background-size: auto 100%;
    margin: 40px 0;
}

.startscreen .accredited img {
    padding: 20px;
    background-color: #FFF;
    min-width: 170px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media screen and (max-width: 768px) {
    .main-content-content img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
}

.startscreen-content-container .language-select {
    position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 860px), screen and (max-height: 620px) {
    html, body {
        height: 100%;
    }

    .startscreen-content-container .language-select {
        margin: 0;
        position: relative;
    }

    .startscreen-content-container .language-select:after {
        clear: both;
        display: block;
        content: ' ';
    }

    .startscreen-background {
        background: url("../Images/startscreen.png") no-repeat fixed right;
        background-size: cover;
    }

    .startscreen {
        background-size: auto 100%;
        background-image: none;
    }
}

@media screen and (min-width: 860px) and (min-height: 620px) {
    .main-content-content img {
        height: auto;
    }

    .startscreen {
        margin: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1500px) {
    .startscreen {
        background-position: right;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1440px) {
    .startscreen {
        background-position: right center;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 860px) and (max-width: 1299px) {
    .startscreen {
        background-position: right -100px center;
        background-size: auto 100%;
    }
}

@media screen and (min-width: 860px) {
    .center-area {
        /* let it fill the whole container */
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .center-area:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
    }

    .centered {
        display: inline-block;
        vertical-align: middle;
    }
}

.startscreen-content-container {
    position: relative;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 30px 1px rgba(50, 50, 50, 0.1);
}

@media screen and (min-width: 860px) and (min-height: 620px) {
    .startscreen-content-container {
        width: 50%;
        max-width: 1200px;
        padding: 0;
        margin-left: 10%;
        background-color: transparent;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.startscreen-content-container .logo img {
    max-width: 200px;
    height: auto;
    margin: 0 0 40px 0;
}

.startscreen-content-container .accredited {
    margin-top: 40px;
}

.startscreen-content-container .csc-header h1 {
    margin: 0 0 40px 0;
}

.startscreen-content-container img {
    max-width: 160px;
    height: auto;
}

.start-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.start-menu li {
    display: inline-block;
    padding: 10px 20px 10px 0;
}

.start-menu li a {
    font-size: 1.6em;
    font-weight: 300;
    text-decoration: none;
    padding-bottom: 6px;
    border-bottom: 1px solid #882337;
    position: relative;
}

.startscreen li a:after {
    display: block;
    position: absolute;
    bottom: 0;
    content: " ";
    height: 3px;
    width: 0;
    background-color: #882337;
}


@media screen and (min-width: 768px) {
    .startscreen li a:after {
        -webkit-transition: all 150ms ease-in-out;
        -moz-transition: all 150ms ease-in-out;
        -o-transition: all 150ms ease-in-out;
        transition: all 150ms ease-in-out;
    }

    .start-menu li a:hover:after {
        width: 100%;
    }
}

.start-menu li:nth-child(2) a {
    color: #2977BC;
    border-bottom: 1px solid #2977BC;
}

.startscreen li:nth-child(2) a:after {
    background-color: #2977BC;
}

/* icon-tab-container */
.icon-tab-container ul {
    margin: 40px 0 30px 0;
    padding: 0;
    list-style: none;
}

.icon-tab-container ul li {
    display: inline-block;
    margin: 0 30px 0 0;
    position: relative;
    padding: 0;
    opacity: 0.4;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    width: 50px;
    max-width: 50px;
}

.icon-tab-container ul li.current {
    opacity: 1;
}

.icon-tab-container ul li:hover {
    opacity: 1;
}

.icon-tab-container ul li img {
    width: 50px;
    height: auto;
}

.icon-tab-container ul li:before {
    position: absolute;
    content: ' ';
    height: 2px;
    width: 34px;
    top: calc(50% - 1px);
    left: -34px;
}

.icon-tab-container ul li.no-line:before {
    display: none;
}

.icon-tab-container ul li:last-child {
    margin-right: 0;
}

.icon-tab-container ul li:first-child:before {
    display: none;
}

.icon-tab-container ul li:after,
.color-schema-1 .icon-tab-container ul li:before {
    background-color: #882337;
}

.color-schema-2 .icon-tab-container ul li:before {
    background-color: #2977BC;
}

.icon-tab-container .icon-tab {
    display: none;
}

.icon-tab-container .icon-tab.current {
    display: block;
}

@media screen and (max-width: 768px) {
    .icon-tab-container ul li {
        margin: 0 10px 0 0;
    }

    .icon-tab-container ul li:before {
        width: 14px;
        left: -14px;
    }
}

ul.csc-uploads {
    margin-left: 0;
}