/*
	Theme Name: Beratungsstelle Partnerschaft & Schwangerschaft
	Description: Beratungsstelle Partnerschaft & Schwangerschaft
	Version: 1.0.0
	Author: Matthias Bloch
	Author URI: http://kommpass.ch
*/
/*------------------------------------*\
    COLORS
\*------------------------------------*/
:root {
    --beratungstool-btn-color: rgb(29, 113, 184);
    --beratungstool-btn-color-accent: rgb(107, 190, 270);
}

/*------------------------------------*\
    FONTS
\*------------------------------------*/
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova/ProximaNova-Bold.eot');
    src: url('fonts/ProximaNova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova/ProximaNova-Bold.woff2') format('woff2'),
    url('fonts/ProximaNova/ProximaNova-Bold.woff') format('woff'),
    url('fonts/ProximaNova/ProximaNova-Bold.ttf') format('truetype'),
    url('fonts/ProximaNova/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova/ProximaNova-Semibold.eot');
    src: url('fonts/ProximaNova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova/ProximaNova-Semibold.woff2') format('woff2'),
    url('fonts/ProximaNova/ProximaNova-Semibold.woff') format('woff'),
    url('fonts/ProximaNova/ProximaNova-Semibold.ttf') format('truetype'),
    url('fonts/ProximaNova/ProximaNova-Semibold.svg#ProximaNova-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova/ProximaNova-Regular.eot');
    src: url('fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
    url('fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
    url('fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'),
    url('fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

*:after, *:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

html {
    width: 100%;
    height: 100%;
}

body {
    color: #272E2D;
    font-size: 22px;
    line-height: 1.5;
    font-family: "Proxima Nova", sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
/* clear */
.clear {
    clear: both;
}

.clear:before {
    content: " ";
    display: table;
}

.clear:after {
    content: " ";
    display: table;
    clear: both;
}

/* headings */
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    line-height: 1.2;
    font-weight: 700;
    margin: 35px 0;
}

.h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
    margin-top: 0 !important;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
    margin-bottom: 0 !important;
}

.h1:empty, .h2:empty, .h3:empty, .h4:empty, .h5:empty, h1:empty, h2:empty, h3:empty, h4:empty, h5:empty {
    margin: 0 !important;
}

h1, .h1 {
    font-size: 40px;
    font-weight: 600;
}

h2, .h2 {
    font-size: 28px;
    line-height: 1.43;
    font-weight: 600;
}

h2 strong, .h2 strong {
    font-weight: 600;
}

h2.page_title, .h2.page_title {
    font-size: 68px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

h2.page_title + *, .h2.page_title + * {
    margin-top: 0;
}

h3, .h3 {
    font-size: 22px;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

input,
input[type="search"],
textarea,
button {
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

a {
    color: #9E1461;
    text-decoration: none;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

a:hover {
    color: #544190;
    text-decoration: underline;
    -o-transition: color 0.2s;
    -ms-transition: color 0.2s;
    -moz-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

a:focus {
    text-decoration: none;
    outline: none !important;
}

input:focus {
    outline: 0;
    border: 1px solid #9E1461;
}

/* paragraphs */
p {
    margin: 0 0 15px;
}

p:last-child {
    margin-bottom: 0 !important;
}

p.even-margin {
    margin: 10px 0;
}

.p-even-margin p {
    margin: 10px 0;
}

p.smaller, .p-smaller p {
    font-size: 14px;
}

/* text styling */
.light {
    font-weight: 400;
}

b, strong {
    font-weight: 700;
}

b a, strong a, a b, a strong {
    font-weight: 600;
}

em {
    font-style: italic;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul:not([class]):not([id]),
ol:not([class]):not([id]) {
    padding-left: 20px;
    margin-bottom: 15px;
}

ul:not([class]):not([id]):last-child,
ol:not([class]):not([id]):last-child {
    margin-bottom: 0 !important;
}

ul:not([class]):not([id]) {
    list-style: disc;
}

ol:not([class]):not([id]) {
    list-style: decimal;
}

ul:not([class]):not([id]) li:not(:last-child),
ol:not([class]):not([id]) li:not(:last-child) {
    margin-bottom: 15px;
}

.container {
    width: 100%;
    max-width: 990px;
}

.container.full-width {
    width: 100% !important;
    max-width: 100% !important;
}

.spacer-lg {
    height: 100px;
    width: 100%;
}

/* column / paragraph padding */
.row.padding-bottom-md > div, p.padding-bottom-md {
    padding-bottom: 30px;
}

.row.padding-bottom-lg > div, p.padding-bottom-lg {
    padding-bottom: 40px;
}

/* layout elements */
.row.item {
    padding: 80px 0;
}

.row.no-outer-gutter > div:not(:last-child) {
    padding-right: 40px !important;
}

/* embedded iframes */
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-primary {
    background-color: #9E1461;
    border-color: #9E1461;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: rgba(158, 20, 97, 0.8);
}

.form-group {
    margin-bottom: 25px;
}

label {
    font-size: 17px;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
}

input.form-control, textarea.form-control, select.form-control {
    height: 62px;
    border-radius: 40px;
    background-color: transparent;
    font-size: 22px;
    color: #272E2D;
    padding: 10px 18px;
}

.form-control:focus {
    box-shadow: none;
}

select.form-control {
    background: url("img/icons/icon-select.svg") no-repeat right 18px center;
    outline: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
}

input.form-control::-moz-placeholder, textarea.form-control::-moz-placeholder {
    color: #272E2D;
    opacity: 1;
}

input.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {
    color: #272E2D;
    opacity: 1;
}

input.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {
    color: #272E2D;
    opacity: 1;
}

input[type="checkbox"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 20px;
    cursor: pointer;
    margin: 0 10px 20px 0 !important;
    padding: 4px 0 0;
    position: relative;
    top: 2px;
}

input[type="checkbox"]:before {
    content: '\2713';
    color: transparent;
}

input[type="checkbox"]:checked:before {
    color: #272E2D;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff !important;
    white-space: normal;
    transition: all 0.3s;
    padding: 8px 18px;
}

.btn i,
.btn .glyphicon {
    margin-right: 8px;
}

.post-edit-link {
    min-height: 42px;
    font-size: 17px;
}

.badge {
    background-color: #272E2D;
}

.hyphens {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.vcenter {
    display: table-cell;
    vertical-align: middle;
}

::selection, ::-webkit-selection, ::-moz-selection {
    background: #cf1e11;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
#page_wrapper {
    min-height: 100%;
}

/* header */
.header {
    position: relative;
}

.header > .container {
    display: flex;
    flex-direction: column;
    max-width: 1660px;
    min-height: 48.44vw;
    padding: 70px 15px 58px;
    position: relative;
    z-index: 1;
}

.logo {
    display: inline-block;
    margin: 0 0 70px 30px;
}

.logo a {
    outline: none;
}

#header_overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(256, 256, 256, 0.61);
}

#header_carousel, #header_carousel_mobile {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}

#header_carousel .owl-stage-outer, #header_carousel_mobile .owl-stage-outer,
#header_carousel .owl-stage, #header_carousel_mobile .owl-stage {
    display: flex;
}

#header_carousel .item, #header_carousel_mobile .item {
    width: 100%;
    height: 100%;
    margin: 0;
}

#header_carousel img, #header_carousel_mobile img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
    object-fit: cover;
}

#header_carousel_mobile {
    display: none;
}

/* quicklinks */
#quicklinks {
    padding: 0;
    margin: auto 0 0;
}

#quicklinks li {
    list-style: none;
    margin-bottom: 14px;
}

#quicklinks li:last-child {
    margin-bottom: 0;
}

#quicklinks a {
    display: block;
    width: 100%;
    max-width: 558px;
    font-size: 18px;
    line-height: 1.22;
    color: #fff;
    outline: none;
    text-decoration: none;
    padding: 12px 30px;
    position: relative;
    z-index: 1;
}

#quicklinks a strong {
    display: block;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    font-size: 24px;
}

#quicklinks a:before {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 40px;
    opacity: 0.75;
    transition: all 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

#quicklinks a:hover:before {
    opacity: 1;
}

#quicklinks li.crimson a:before {
    background-color: #9E1461;
}

#quicklinks li.purple a:before {
    background-color: #8A2685;
}

#quicklinks li.green a:before {
    background-color: #00918A;
}

#quicklinks li.blue a:before {
    background-color: #6BBDE3;
}

/* section separator */
.content-section, section {
    padding: 100px 0;
    position: relative;
}

.content-section.crimson {
    background-color: #FAF3F7;
}

.content-section.crimson a, .content-section.crimson .page_title, .content-section.crimson h1, .content-section.crimson .h1, .content-section.crimson h2, .content-section.crimson .h2, .content-section.crimson h3, .content-section.crimson .h3 {
    color: #9E1461;
}

.content-section.crimson .text_boxes [class^="col-"]:before {
    background-color: #9E1461;
}

.content-section.crimson label {
    color: #9E1461;
}

.content-section.crimson input, .content-section.crimson textarea, .content-section.crimson select {
    border-color: #9E1461;
}

.content-section.crimson .block-contact {
    border-color: #9E1461;
}

.content-section.crimson .teamlist .img {
    border: 1px solid #9E1461;
}

.content-section.crimson .btn, .content-section.crimson .anon-mailer form input[type="submit"], .content-section.crimson #pmsidebar a.btn.btn-primary, .content-section.crimson #pmsidebar .list-group-item.active {
    background-color: #9E1461;
    border-color: #9E1461;
}

.content-section.crimson .btn:hover, .content-section.crimson .anon-mailer form input[type="submit"]:hover, .content-section.crimson #pmsidebar a.btn.btn-primary:hover {
    background-color: rgba(158, 20, 97, 0.8);
}

.content-section.crimson .btn-border {
    background-color: transparent;
    color: #9E1461 !important;
}

.content-section.crimson .btn-border:hover {
    background-color: rgba(158, 20, 97, 0.8);
    color: #fff !important;
}

.content-section.purple {
    background-color: #EDDEED;
}

.content-section.purple a, .content-section.purple .page_title, .content-section.purple h1, .content-section.purple .h1, .content-section.purple h2, .content-section.purple .h2, .content-section.purple h3, .content-section.purple .h3 {
    color: #8A2685;
}

.content-section.purple .text_boxes [class^="col-"]:before {
    background-color: #8A2685;
}

.content-section.purple label {
    color: #8A2685;
}

.content-section.purple input, .content-section.purple textarea, .content-section.purple select {
    border-color: #8A2685;
}

.content-section.purple .block-contact {
    border-color: #8A2685;
}

.content-section.purple .teamlist .img {
    border: 1px solid #8A2685;
}

.content-section.purple .btn, .content-section.purple .anon-mailer form input[type="submit"], .content-section.purple #pmsidebar a.btn.btn-primary, .content-section.purple #pmsidebar .list-group-item.active {
    background-color: #8A2685;
    border-color: #8A2685;
}

.content-section.purple .btn:hover, .content-section.purple .anon-mailer form input[type="submit"]:hover, .content-section.purple #pmsidebar a.btn.btn-primary:hover {
    background-color: rgba(138, 38, 133, 0.8);
}

.content-section.purple .btn-border {
    background-color: transparent;
    color: #8A2685 !important;
}

.content-section.purple .btn-border:hover {
    background-color: rgba(138, 38, 133, 0.8);
    color: #fff !important;
}

.content-section.green {
    background-color: #F2FAF9;
}

.content-section.green a, .content-section.green .page_title, .content-section.green h1, .content-section.green .h1, .content-section.green h2, .content-section.green .h2, .content-section.green h3, .content-section.green .h3 {
    color: #00918A;
}

.content-section.green .text_boxes [class^="col-"]:before {
    background-color: #00918A;
}

.content-section.green label {
    color: #00918A;
}

.content-section.green input, .content-section.green textarea, .content-section.green select {
    border-color: #00918A;
}

.content-section.green .block-contact {
    border-color: #00918A;
}

.content-section.green .teamlist .img {
    border: 1px solid #00918A;
}

.content-section.green .btn, .content-section.green .anon-mailer form input[type="submit"], .content-section.green #pmsidebar a.btn.btn-primary, .content-section.green #pmsidebar .list-group-item.active {
    background-color: #00918A;
    border-color: #00918A;
}

.content-section.green .btn:hover, .content-section.green .anon-mailer form input[type="submit"]:hover, .content-section.green #pmsidebar a.btn.btn-primary:hover {
    background-color: rgba(0, 145, 138, 0.8);
}

.content-section.green .btn-border {
    background-color: transparent;
    color: #00918A !important;
}

.content-section.green .btn-border:hover {
    background-color: rgba(0, 145, 138, 0.8);
    color: #fff !important;
}

.content-section.violet {
    background-color: #EEECF4;
}

.content-section.violet a, .content-section.violet .page_title, .content-section.violet h1, .content-section.violet .h1, .content-section.violet h2, .content-section.violet .h2, .content-section.violet h3, .content-section.violet .h3 {
    color: #544190;
}

.content-section.violet .text_boxes [class^="col-"]:before {
    background-color: #544190;
}

.content-section.violet label {
    color: #544190;
}

.content-section.violet input, .content-section.violet textarea, .content-section.violet select {
    border-color: #544190;
}

.content-section.violet .block-contact {
    border-color: #544190;
}

.content-section.violet .teamlist .img {
    border: 1px solid #544190;
}

.content-section.violet .btn, .content-section.violet .anon-mailer form input[type="submit"], .content-section.violet #pmsidebar a.btn.btn-primary, .content-section.violet #pmsidebar .list-group-item.active {
    background-color: #544190;
    border-color: #544190;
}

.content-section.violet .btn:hover, .content-section.violet .anon-mailer form input[type="submit"]:hover, .content-section.violet #pmsidebar a.btn.btn-primary:hover {
    background-color: rgba(84, 65, 144, 0.8);
}

.content-section.violet .btn-border {
    background-color: transparent;
    color: #544190 !important;
}

.content-section.violet .btn-border:hover {
    background-color: rgba(84, 65, 144, 0.8);
    color: #fff !important;
}

.content-section.blue a, .content-section.blue .page_title, .content-section.blue h1, .content-section.blue .h1, .content-section.blue h2, .content-section.blue .h2, .content-section.blue h3, .content-section.blue .h3 {
    color: #1d71b8;
}

.content-section.blue .text_boxes [class^="col-"]:before {
    background-color: #1d71b8;
}

.content-section.blue label {
    color: #1d71b8;
}

.content-section.blue input, .content-section.blue textarea, .content-section.blue select {
    border-color: #1d71b8;
}

.content-section.blue .block-contact {
    border-color: #1d71b8;
}

.content-section.blue .teamlist .img {
    border: 1px solid #1d71b8;
}

.content-section.blue .btn, .content-section.blue .anon-mailer form input[type="submit"], .content-section.blue #pmsidebar a.btn.btn-primary, .content-section.blue #pmsidebar .list-group-item.active {
    background-color: #1d71b8;
    border-color: #1d71b8;
}

.content-section.blue .btn:hover, .content-section.blue .anon-mailer form input[type="submit"]:hover, .content-section.blue #pmsidebar a.btn.btn-primary:hover {
    background-color: rgba(29, 113, 184, 0.8);
}

.content-section.blue .btn-border {
    background-color: transparent;
    color: #1d71b8 !important;
}

.content-section.blue .btn-border:hover {
    background-color: rgba(29, 113, 184, 0.8);
    color: #fff !important;
}

#section_intro, #section_kontakt, #section_informationen {
    background: #fff;
}

/* footer */
.footer {
    min-height: 350px;
    color: #9E1461;
    background-color: #DDADC8;
    font-size: 16px;
    line-height: 1.25;
    padding: 55px 0;
    position: relative;
}

.footer_content{
    display: flex;
}

.footer_content > div {
    display: flex;
    flex-direction: column;
}

.footer p {
    margin-bottom: 0;
}

.footer a {
    color: #9E1461 !important;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .logo-footer {
    max-width: 270px;
    margin-top: -15px;
}

.footer_nav_wrapper {
    margin: auto 0 0 auto;
}

#footer_navigation {
    display: flex;
    padding: 0;
    margin: 0;
}

#footer_navigation li {
    list-style: none;
    text-transform: uppercase;
    margin-right: 10px;
}

#footer_navigation li:last-child {
    margin-right: 0;
}

/*------------------------------------*\
    NAVIGATION
\*------------------------------------*/
.st-content, .st-content-inner {
    position: relative;
    height: 100%;
}

.main {
    height: 100%;
}

/* button */
#st-trigger-effects {
    display: inline-block;
    position: fixed;
    top: 80px;
    right: 15px;
    z-index: 99;
}

#st-trigger-effects a.trigger-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 124px;
    height: 124px;
    background-color: #9E1461;
    border-radius: 30px 0 0 30px;
    text-decoration: none;
}

#st-trigger-effects a.trigger-nav span {
    width: 66.13%;
    height: 4.84%;
    background: #fff;
}

#st-trigger-effects a.trigger-nav span:before,
#st-trigger-effects a.trigger-nav span:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
}

#st-trigger-effects a.trigger-nav span:before {
    top: -320%;
}

#st-trigger-effects a.trigger-nav span:after {
    top: 300%;
}

/* menu */
.st-menu {
    background-color: #9E1461;
}

.st-menu h2 {
    font-size: 1.8em;
    padding: 0.8em;
}

.st-menu a {
    text-decoration: none;
    color: white;
}

.st-menu a:hover {
    text-decoration: none;
}

.st-menu ul li a {
    font-size: 18px;
    color: #fff !important;
    font-weight: 600;
    text-transform: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* page elements */
.page_element {
    margin-bottom: 55px;
}

.page_element:last-child {
    margin-bottom: 0;
}

.text_boxes {
    display: flex;
    flex-wrap: wrap;
    margin: -50px -20px;
}

.text_boxes [class^="col-"] {
    width: 50%;
    flex: 1 1 50%;
    padding: 50px 20px;
}

.text_boxes [class^="col-"]:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
}

.text_boxes .h2, .text_boxes h2 {
    margin: 0 0 5px;
}

.parallax_bg img {
    width: 100%;
}

.border {
    border: 1px solid #fff;
}

/* owl carousel */
.owl-controls {
    position: relative;
    text-align: center;
}

.owl-dots {
    overflow: auto;
    margin: 0 auto;
    display: inline-block;
}

.owl-dots .owl-dot {
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 4px;
    background-color: transparent;
    border: solid 1px #e0b22d;
}

.owl-dots .owl-dot.active {
    background-color: red;
}

/* block contact */
.block-contact {
    display: flex;
    gap: 30px;
    border: 3px solid transparent;
    border-radius: 20px;
    padding: 30px 30px 40px 40px;
}

.block-contact h2 {
    font-weight: 700;
    margin: 0 0 5px;
}

.block-contact .box-col:last-child a {
    white-space: nowrap;
}

.block-contact a strong, .block-contact strong a {
    font-weight: 700;
}

/* section contact */
#section_kontakt {
    padding-bottom: 20px;
}

#section_kontakt p {
    margin-bottom: 30px;
}

#section_kontakt a img.alignleft {
    float: none;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.contact .box-item {
    margin-top: 30px;
}

.contact .btn {
    min-width: 260px;
}

/* section information */
#section_informationen .btn:not(.post-edit-link) {
    min-width: 260px;
    margin-bottom: 20px;
}

.kostenrechner {
    margin-top: 20px;
}

.kostenrechner .btn {
    margin: 15px 0 0 !important;
}

.kostenrechner .feedback .alert {
    font-size: 16px;
    margin: 20px 0 0;
}

ul.teamlist {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -15px -12px;
}

ul.teamlist li {
    width: 50%;
    padding: 12px 15px;
}

ul.teamlist .box-item {
    display: flex;
}

ul.teamlist .box-img {
    width: 49%;
    flex-shrink: 0;
}

ul.teamlist .box-img img {
    width: 100%;
}

ul.teamlist .box-details {
    font-size: 17px;
    line-height: 1.2;
    padding-left: 20px;
}

ul.teamlist .box-details h3 {
    margin: 0;
}

/* section sponsor */
.block-download {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px -10px;
}

.block-download .box-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

.block-download p {
    margin-bottom: 20px;
}

.block-download .box-col:last-child p:last-child {
    margin-top:  auto;
}

.block-download .btn {
    width: 100%;
    font-size: 17px;
    padding: 8px 10px;
}

ul.teamlist-sponsor {
    margin-top: 50px;
}

ul.teamlist-sponsor li:first-child {
    width:  100%;
}

ul.teamlist-sponsor li:first-child .box-item {
    width: calc(50% - 15px);
}

/* other pages */
.anon-mailer form {
    padding: 0;
    margin: 50px 0 0;
}

.anon-mailer form .row {
    margin: 0 0 25px;
}

.anon-mailer form input:not([type='submit']), .anon-mailer form select {
    background-color: transparent;
}

.anon-mailer form input[type='submit'] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 62px;
    min-width: 260px;
    border-radius: 40px;
    text-decoration: none;
    outline: none;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff !important;
    white-space: normal;
    transition: all 0.3s;
    padding: 8px 18px;
}

.login-form {
    max-width: 600px;
}

.login-form .btn {
    width: auto;
    min-width: 260px;
}

#pmsidebar a {
    font-weight: 600 !important;
}

/*------------------------------------*\
    Ninja Forms
\*------------------------------------*/
.ninja-forms-cont {
    margin: 20px 0;
}

.ninja-forms-form-wrap {
    max-width: 400px;
    margin: 0;
}

.ninja-forms-form-wrap input {
    color: #1e859f;
}

.ninja-forms-form-wrap .ninja-forms-field-error, .ninja-forms-form-wrap .ninja-forms-error-msg {
    color: #ffc7c7;
}

.ninja-forms-form-wrap .ninja-forms-field-error p, .ninja-forms-form-wrap .ninja-forms-error-msg p {
    margin: 3px 0;
}

.ninja-forms-form-wrap .ninja-forms-field-error p:last-child, .ninja-forms-form-wrap .ninja-forms-error-msg p:last-child {
    margin-bottom: 16px;
}

.ninja-forms-cont .ninja-forms-required-items, .ninja-forms-cont .ninja-forms-req-symbol {
    display: none;
}

.ninja-forms-cont .list-radio-wrap.label-left ul li {
    float: none;
}

.ninja-forms-cont .list-radio-wrap.label-left label {
    text-align: left;
    display: block;
    float: none;
}

/*------------------------------------*\
    SHARING BUTTONS
\*------------------------------------*/
.kp_socialmedia_sharer {
    display: inline-block;
    height: 42px;
    padding: 4px 0 4px 6px;
}

.kp_socialmedia_sharer > a {
    background: black;
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 0;
    margin: 0 4px;
}

.kp_socialmedia_sharer .mail {
    background: url(/web/20220119082935im_/https://www.partnerschaft-schwangerschaft-sh.ch/wp-content/themes/bsp/img/icons/socialmedia/email.png) no-repeat;
    background-size: 100%;
}

.kp_socialmedia_sharer .facebook {
    background: url(/web/20220119082935im_/https://www.partnerschaft-schwangerschaft-sh.ch/wp-content/themes/bsp/img/icons/socialmedia/facebook.png) no-repeat;
    background-size: 100%;
}

.kp_socialmedia_sharer .linkedin {
    background: url(/web/20220119082935im_/https://www.partnerschaft-schwangerschaft-sh.ch/wp-content/themes/bsp/img/icons/socialmedia/linkedin.png) no-repeat;
    background-size: 100%;
}

.kp_socialmedia_sharer .twitter {
    background: url(/web/20220119082935im_/https://www.partnerschaft-schwangerschaft-sh.ch/wp-content/themes/bsp/img/icons/socialmedia/twitter.png) no-repeat;
    background-size: 100%;
}

.kp_socialmedia_sharer .xing {
    background: url(/web/20220119082935im_/https://www.partnerschaft-schwangerschaft-sh.ch/wp-content/themes/bsp/img/icons/socialmedia/xing.png) no-repeat;
    background-size: 100%;
}

.kp_socialmedia_sharer .pinterest {
    background: url(/web/20220119082935im_/https://www.partnerschaft-schwangerschaft-sh.ch/wp-content/themes/bsp/img/icons/socialmedia/pinterest.png) no-repeat;
    background-size: 100%;
}

.kp_socialmedia_sharer .google_plus {
    background: url(/web/20220119082935im_/https://www.partnerschaft-schwangerschaft-sh.ch/wp-content/themes/bsp/img/icons/socialmedia/google_plus.png) no-repeat;
    background-size: 100%;
}

a#kpSlideNavigation_control {
    background-color: #9E1461;
    border-radius: 0;
    outline: none;
    top: 15px;
    right: 15px;
}

a#kpSlideNavigation_control.active {
    background-color: rgba(0, 0, 0, 0.2);
    top: 15px;
}

#kpSlideNavigation_wrapper {
    background-color: #9E1461;
}

#kpSlideNavigation_wrapper .head {
    color: rgba(0, 0, 0, 0.4);
    font-size: 34px;
}

#kpSlideNavigation_wrapper ul.menu > li {
    min-height: 40px;
    line-height: 40px;
    border-color: rgba(0, 0, 0, 0.2);
}

#kpSlideNavigation_wrapper ul.menu a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    outline: none;
    text-decoration: none;
    padding: 0 15px;
}

#kpSlideNavigation_wrapper ul.menu a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1199px) {
    .header > .container {
        padding: 50px 15px;
    }

    .logo {
        width: 260px;
        margin: 0 0 50px;
    }

    #st-trigger-effects {
        top: 50px;
    }

    #st-trigger-effects a.trigger-nav {
        width: 80px;
        height: 80px;
        border-radius: 0;
    }

    h2.page_title, .h2.page_title {
        font-size: 58px;
    }

    ul.teamlist .box-img {
        width: 39%;
    }
}

/* Medium Devices, Desktops */
@media (max-width: 991px) {
    h2.page_title, .h2.page_title {
        font-size: 48px;
    }

    #pmsidebar {
        padding-bottom: 30px;
    }

    .news_post .thumnail {
        height: 100px;
        float: none;
    }

    .news_post .content {
        margin-left: 0;
    }
}

/* Small Devices, Tablets: single column layout and responsive nav */
@media only screen and (max-width: 768px) {
    html, body {
        height: 100%;
    }

    body {
        font-size: 16px;
    }

    h1, .h1 {
        font-size: 30px;
    }

    h2, .h2 {
        font-size: 20px;
    }

    h2.page_title, .h2.page_title {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 18px;
    }

    .btn:not(.post-edit-link) {
        min-height: 58px;
        font-size: 20px;
    }

    input.form-control, textarea.form-control, select.form-control {
        height: 58px;
        font-size: 20px;
    }

    #content {
        margin-right: 0;
    }

    #main {
        float: none;
        margin-right: 0;
    }

    .main {
        height: auto;
    }

    #sidebar {
        float: none;
        width: 100%;
    }

    #main_navigation {
        display: none;
    }

    #page_wrapper {
        width: 100%;
        height: 100%;
        min-height: 0;
    }

    .logo {
        width: 220px;
        margin-bottom: 30px;
    }

    .header {
        height: 100%;
        position: relative;
    }

    .header > .container {
        padding: 30px 15px;
    }

    .header #header_carousel {
        display: none;
    }

    .header #header_carousel_mobile {
        display: flex;
    }

    #quicklinks li a {
        font-size: 14px;
        padding: 12px 20px;
    }

    #quicklinks li a strong {
        font-size: 18px;
    }

    #st-trigger-effects a.trigger-nav {
        display: none;
    }

    #st-trigger-effects {
        top: 38px;
        right: 56px;
    }

    .content-section, section {
        padding: 55px 0;
    }

    .text_boxes {
        margin: -25px -15px;
    }

    .text_boxes [class^="col-"] {
        width: 100%;
        flex: 1 1 100%;
        padding: 25px 15px;
    }

    .block-contact {
        flex-direction: column;
        padding: 30px 20px;
    }

    #section_kontakt {
        padding-bottom: 0;
    }

    ul.teamlist li,
    ul.teamlist-sponsor li:first-child .box-item {
        width: 100%;
    }

    .footer {
        min-height: inherit;
        padding: 20px 0;
    }

    .footer_content {
        flex-direction: column;
    }

    .footer_content > div {
        width: 100%;
        margin: 15px 0;
    }

    .footer .logo-footer {
        margin-top: 0;
    }

    .footer_nav_wrapper {
        margin: 0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    h2.page_title, .h2.page_title {
        font-size: 26px;
    }

    .btn:not(.post-edit-link) {
        width: 100%;
    }

    ul.teamlist .box-img {
        width: 29%;
    }

    ul.teamlist .box-details {
        font-size: 16px;
    }

    .block-download .box-col {
        width: 100%;
    }
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a {
        text-decoration: underline;
    }

    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after {
        content: "";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    img {
        page-break-inside: avoid;
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }
}
