/**
 * @file
 * Subtheme specific CSS.
 */
/*// Fonts*/
/**
{
	transition: all 500ms ease-in-out;
}*/
@font-face {
    font-family: 'MuseoSans700';
    font-weight: 700;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans700/font.woff);
    font-display: auto;
}

@font-face {
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

/*// Basics*/
* {
    margin: 0;
    padding: 0;
}

BODY, HTML {
    margin: 0;
    padding: 0;
}

BODY {
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 18px !important;
    line-height: 26px;
    color: #6C6256;
    background-color: #FFF;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100% !important;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: subpixel-antialiased;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

HTML {
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}

H1, H2, H3, H4, H5, H6 {
    color: #6C6256 !important;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

H1 {
    font-size: 32px;
    line-height: 45px;
    margin: 40px 0 32px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

H2 {
    font-size: 28px;
    line-height: 32px;
    margin: 27px 0 18px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

H3 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 33px;
    margin: 26px 0 16px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

H4 {
    font-size: 18px;
    letter-spacing: normal;
    margin: 21px 0 19px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

H5 {
    font-size: 14px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

H6 {
    font-size: 12px;
    line-height: 18px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

A {
    color: #6C6256 !important;
    text-decoration: underline;
}

P {
    color: #6C6256;
    transition: all 500ms ease-in-out;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

P STRONG {
    font-weight: 700;
}

BODY {
    /* Initially hide the content */
    opacity: 1;
    /* Initially set opacity to 0 */
    animation: fadeIn 2s ease-in-out forwards;
    /* Apply the animation */
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    
    100% {
        display: block;
        /* Display the content when fully visible */
        opacity: 1;
    }
}

/*// Logo*/
@media screen and (max-width: 991px) {
    .header .region-logo-mobile {
        text-align: left;
        display: block;
    }
    
    .header .region-logo {
        text-align: center;
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .header .region-logo-mobile {
        text-align: left;
        display: none;
    }
    
    .header .region-logo {
        text-align: center;
        display: block;
    }
}

.header .logo A.navbar-brand IMG {
    margin: 10px 0 0;
}

/*// Header*/
.header {
    transition: all 500ms ease-in-out;
    height: 100px;
}

.header .container-fluid {
    background: #FFF !important;
    padding: 0 5%;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 500ms ease-in-out;
    width: 100%;
    z-index: 99;
}

.header A.navbar-brand IMG {
    width: auto;
    max-height: 70px;
    margin-top: 5px;
    transition: all 500ms ease-in-out;
}

.header.headroom--top .container-fluid {
    background: #FFF !important;
    padding: 0 5%;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 500ms ease-in-out;
    width: 100%;
    z-index: 99;
}

.header.headroom--not-top .container-fluid {
    background: #FFFFFF !important;
    box-shadow: 0px 5px 20px -10px #888888;
    padding: 0 5%;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 500ms ease-in-out;
    width: 100%;
    z-index: 99;
}

.header.headroom.headroom--not-top .container-fluid .logo A.navbar-brand IMG {
    width: auto;
    height: 100px;
    margin-top: 5px;
    transition: all 500ms linear;
}

/*// Main Menu*/
.header .menu {
    float: right;
    display: flex;
}

.header.headroom--top .menu {
    transition: all 500ms ease-in-out;
}

.header.headroom--not-top .menu {
    transition: all 500ms ease-in-out;
}

.header .menu .navigation.menu--main {
    width: 100%;
    display: flex;
}

.header .menu .block-responsive-menu {
    display: flex;
}

.header .menu .navigation.menu--main UL {
    width: 100%;
    display: inline;
}

.header .menu .navigation.menu--main UL LI {
    width: 100%;
    display: inline;
}

.header .menu .navigation.menu--main UL LI A {
    width: auto;
    display: inline-block;
    padding: 0 10px;
    margin: 0;
    border-bottom: 2px solid rgba(45, 78, 83, 0);
    color: #4B4E53;
    letter-spacing: 2px;
}

.header.headroom--top BUTTON.btn.btn-primary {
    border: none !important;
    color: #333 !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #4B4E53 !important;
    letter-spacing: 2px !important;
    margin-top: -5px !important;
}

.header.headroom--not-top BUTTON.btn.btn-primary {
    border: none !important;
    color: #333 !important;
    background: transparent !important;
    font-size: 16px !important;
    color: #4B4E53 !important;
    letter-spacing: 2px !important;
    margin-top: -7px !important;
}

/*// Slider*/
.slider {
    padding: 0;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
}

.slider .view-headerimage.view-id-headerimage {
    border-bottom: 10px solid #B5829C;
}

.slider .view-headerimage.view-id-headerimage {
    position: relative;
    height: calc(100vH - 100px);
    overflow: hidden;
}

.slider .view-headerimage.view-id-headerimage IMG {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.slider .view-headerimage.view-id-headerimage .headertext H1 {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translate(-50%, 0%);
    color: #FFF !important;
    text-align: center;
    font-size: 2.8em;
    letter-spacing: 2px;
}

@media screen and (max-width: 640px) {
    .slider .view-headerimage.view-id-headerimage .headertext H1 {
        position: absolute;
        bottom: 20%;
        left: 50%;
        transform: translate(-50%, 0%);
        color: #FFF !important;
        text-align: center;
        font-size: 1.6em;
        letter-spacing: 2px;
        width: 90%;
    }
}

/*// Main Content*/
.page .main-container .main-content {
    padding: 0 0 50px 0;
    position: relative;
}

.node--type-page .main-content {
    padding: 0 0 50px 0;
}

.node--type-article .main-content {
    padding-right: 5% !important;
}

@media screen and (max-width: 767px) {
    .node--type-article .main-content {
        padding-right: 0 !important;
    }
}

.view-node-references.view-id-node_references {
    max-width: 768px;
    margin: auto;
}

.view-node-references.view-id-node_references LI.grid.list-group-item {
    border: 0;
    padding: 0;
    text-align: center;
    border: 10px solid transparent;
}

.view-node-references.view-id-node_references LI:nth-child(1).grid.list-group-item A {
    background: #6C6256;
    color: #FFF !important;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    display: block;
    letter-spacing: 2px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

.view-node-references.view-id-node_references LI:nth-child(1).grid.list-group-item A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 5%;
    top: 15px;
}

.view-node-references.view-id-node_references LI:nth-child(1).grid.list-group-item A:hover {
    background: rgba(108, 98, 86, 0.8);
    color: #FFF !important;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    display: block;
}

.view-node-references.view-id-node_references LI:nth-child(2).grid.list-group-item A {
    background: #D1D531;
    color: #FFF !important;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    display: block;
    letter-spacing: 2px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

.view-node-references.view-id-node_references LI:nth-child(2).grid.list-group-item A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 10%;
    top: 15px;
}

.view-node-references.view-id-node_references LI:nth-child(2).grid.list-group-item A:hover {
    background: rgba(208, 212, 49, 0.8);
    color: #FFF !important;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    display: block;
}

/*// Sidebar Right*/
.main-container ASIDE {
    padding: 45px 0 0;
}

.main-container ASIDE H2 {
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    padding-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .main-container ASIDE {
        padding: 45px 15px 0;
    }
}

/*// Patientengrid*/
.content-bottom {
    padding: 50px 0 0;
}

.content-bottom .patientenheadline H2 {
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.grid {
    position: relative;
}

/* Common style */
.grid FIGURE {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.grid FIGURE IMG {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}

.grid FIGURE FIGCAPTION {
    padding: 2em;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid FIGURE FIGCAPTION::before, .grid FIGURE FIGCAPTION::after {
    pointer-events: none;
}

.grid FIGURE FIGCAPTION, .grid FIGURE FIGCAPTION > A {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid FIGURE FIGCAPTION > A {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid FIGURE H3 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid FIGURE H3 SPAN {
    font-weight: 800;
}

.grid FIGURE H3, .grid FIGURE P {
    margin: 0;
}

.grid FIGURE P {
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: none;
    line-height: 1.3em;
}

/* Individual effects */
/*---------------*/
/***** Lily *****/
/*---------------*/
FIGURE.effect-lily IMG {
    width: 100%;
    height: auto;
}

FIGURE.effect-lily FIGCAPTION {
    text-align: left;
}

FIGURE.effect-lily H3, FIGURE.effect-lily P {
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0, 40px, 0);
}

FIGURE.effect-lily H3 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    color: #6C6256 !important;
    padding: 0 0 5px 0;
    text-align: center;
}

FIGURE.effect-lily P {
    color: #6C6256;
    opacity: 0;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
    transition: opacity 0.2s, transform 0.35s;
    text-align: center;
}

FIGURE.effect-lily:hover IMG, FIGURE.effect-lily:hover P {
    opacity: 1;
}

FIGURE.effect-lily:hover IMG, FIGURE.effect-lily:hover H3, FIGURE.effect-lily:hover P {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
}

FIGURE.effect-lily:hover P {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
}

.patienten {
    position: relative;
    overflow: hidden;
    padding: 0 0 50px 0;
    display: flex;
}

.patienten .region-patientengrid {
    position: relative;
    overflow: hidden;
}

.patienten .region-patientenrow {
    position: relative;
    overflow: hidden !important;
}

.patienten .fullwidth {
    display: flex;
}

.patienten .fullwidth .row .col-lg-8.col-md-12.col-sm-12.col-12 {
    background: #4C90E8;
}

.patienten .fullwidth .row .col-lg-4.col-md-12.col-sm-12.col-12 {
    flex: 2;
}

.view-patienten.view-id-patienten A .grid.teamgrid FIGURE.effect-lily FIGCAPTION .teamgrid-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    transition: all 900ms ease-in-out;
}

.view-patienten.view-id-patienten A .grid.teamgrid FIGURE.effect-lily FIGCAPTION .teamgrid-overlay H3 {
    transition: all 300ms ease-in-out;
}

.view-patienten.view-id-patienten A:hover .grid.teamgrid FIGURE.effect-lily FIGCAPTION .teamgrid-overlay H3 {
    padding-top: 35px;
    transition: all 300ms ease-in-out;
}

.view-patienten.view-id-patienten {
    padding: 0;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
}

.view-patienten.view-id-patienten LI.grid.list-group-item {
    padding: 0;
    border: 10px solid #FFF;
}

.view-patienten.view-id-patienten .teamgrid {
    position: relative;
    overflow: hidden;
}

.view-patienten.view-id-patienten A.teamgrid IMG {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    z-index: 1;
    transform: scale(1.05);
}

.view-patienten.view-id-patienten .teamgrid IMG {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    transform: scale(1.05);
    /*+box-shadow: 4px 2px;*/
    -moz-box-shadow: 4px 2px;
    -webkit-box-shadow: 4px 2px;
    box-shadow: 4px 2px;
    height: 100%;
}

.view-patienten.view-id-patienten A:hover .teamgrid IMG {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.view-patienten.view-id-patienten LI:hover .teamgrid IMG {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.view-patienten.view-id-patienten LI:nth-child(1) A .teamgrid .teamgrid-overlay {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #6C6256;
    height: 20%;
}

.view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(1) A .teamgrid .teamgrid-overlay {
    font-size: 26px !important;
    line-height: 30px !important;
    border-bottom: 10px solid #6C6256;
    height: 40% !important;
}

.view-patienten.view-id-patienten LI:nth-child(1):hover A .teamgrid .teamgrid-overlay {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #6C6256;
    height: 50%;
}

.view-patienten.view-id-patienten LI:nth-child(2) A .teamgrid .teamgrid-overlay {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #D1D531;
    height: 20%;
}

.view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(2) A .teamgrid .teamgrid-overlay {
    font-size: 26px !important;
    line-height: 30px !important;
    border-bottom: 10px solid #D1D531 !important;
    height: 40% !important;
}

.view-patienten.view-id-patienten LI:nth-child(2):hover A .teamgrid .teamgrid-overlay {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #D1D531;
    height: 50%;
}

.view-patienten.view-id-patienten LI:nth-child(3) A .teamgrid .teamgrid-overlay {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #B5829C;
    height: 20%;
}

.view-patienten.view-id-patienten LI:nth-child(3):hover:hover A .teamgrid .teamgrid-overlay {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #B5829C;
    height: 50%;
}

.view-patienten.view-id-patienten LI:nth-child(4) A .teamgrid .teamgrid-overlay {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #8FB9D6;
    height: 30%;
}

.view-patienten.view-id-patienten LI:nth-child(4):hover A .teamgrid .teamgrid-overlay {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #8FB9D6;
    height: 50%;
}

.view-patienten.view-id-patienten LI:nth-child(4n) .teamgrid .teamgrid-overlay {
    font-size: 26px;
    line-height: 30px;
    border-bottom: 10px solid #8FB9D6;
    height: 30%;
}

/*.view-patienten.view-id-patienten LI:nth-child(4n):hover .teamgrid .teamgrid-overlay
{
	font-size: 26px;
	line-height: 30px;
	border-bottom: 10px solid #8FB9D6;
	height: 50%;
}*/
@media screen and (max-width: 768px) {
    .view-patienten.view-id-patienten LI:nth-child(1) A .teamgrid .teamgrid-overlay {
        background: rgba(255, 255, 255, 0.8);
        padding: 15px 0 0;
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #6C6256;
        height: 30%;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(1) A .teamgrid .teamgrid-overlay {
        font-size: 26px !important;
        line-height: 30px !important;
        border-bottom: 10px solid #6C6256;
        height: 40% !important;
    }
    
    .view-patienten.view-id-patienten LI:nth-child(1):hover A .teamgrid .teamgrid-overlay {
        background: rgba(255, 255, 255, 0.8);
        padding: 15px 0 0;
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #6C6256;
        height: 50%;
    }
    
    .view-patienten.view-id-patienten LI:nth-child(2) A .teamgrid .teamgrid-overlay {
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #D1D531;
        height: 30%;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(2) A .teamgrid .teamgrid-overlay {
        font-size: 26px !important;
        line-height: 30px !important;
        border-bottom: 10px solid #D1D531 !important;
        height: 40% !important;
    }
    
    .view-patienten.view-id-patienten LI:nth-child(2):hover A .teamgrid .teamgrid-overlay {
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #D1D531;
        height: 50%;
    }
    
    .view-patienten.view-id-patienten LI:nth-child(3) A .teamgrid .teamgrid-overlay {
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #B5829C;
        height: 30%;
    }
    
    .view-patienten.view-id-patienten LI:nth-child(3):hover:hover A .teamgrid .teamgrid-overlay {
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #B5829C;
        height: 50%;
    }
    
    .view-patienten.view-id-patienten LI:nth-child(4) A .teamgrid .teamgrid-overlay {
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #8FB9D6;
        height: 30%;
    }
    
    .view-patienten.view-id-patienten LI:nth-child(4):hover A .teamgrid .teamgrid-overlay {
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #8FB9D6;
        height: 50%;
    }
    
    .view-patienten.view-id-patienten LI:nth-child(4n) .teamgrid .teamgrid-overlay {
        font-size: 26px;
        line-height: 30px;
        border-bottom: 10px solid #8FB9D6;
        height: 30%;
    }
    
    .grid FIGURE P {
        letter-spacing: 1px;
        font-size: 18px;
        text-transform: none;
        line-height: 1.3em;
    }
}

/*// Patientenrow*/
.view-patienten.view-id-patienten.view-display-id-block_2 {
    height:fit-content;
    block-size:fit-content;
    display: block;
    overflow: hidden;
    border: 5px solid transparent;
    padding: 0;
    margin: 0 !important;
}

.view-patienten.view-id-patienten.view-display-id-block_2 LI {
    height:fit-content;
    width: 100%;
    padding-bottom: 55px;
}

.view-patienten.view-id-patienten.view-display-id-block_2 LI A {
    height:fit-content;
}

.view-patienten.view-id-patienten.view-display-id-block_2 LI A .teamgrid {
    height:fit-content;
}

.view-patienten.view-id-patienten.view-display-id-block_2 LI A .teamgrid IMG {
    height:fit-content;
}

@media screen and (min-width: 2400px) {
    .view-patienten.view-id-patienten.view-display-id-block_2 LI {
        height:fit-content;
        width: 100%;
        padding-bottom: 0;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 A IMG {
        margin: 0 0 15px 0 !important;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(1) A .teamgrid .teamgrid-overlay {
        font-size: 26px !important;
        line-height: 30px !important;
        border-bottom: 10px solid #6C6256;
        height: 30% !important;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(2) A .teamgrid .teamgrid-overlay {
        font-size: 26px !important;
        line-height: 30px !important;
        border-bottom: 10px solid #D1D531 !important;
        height: 30% !important;
    }
}

@media screen and (min-width: 1981px) {
    .view-patienten.view-id-patienten.view-display-id-block_2 {
        height:fit-content;
        block-size:fit-content;
        display: block;
        overflow: hidden;
        border: 5px solid transparent;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI {
        height:fit-content;
        width: 100%;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 A IMG {
        margin: 0 0 -15px 0;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(1) A .teamgrid .teamgrid-overlay {
        font-size: 26px !important;
        line-height: 30px !important;
        border-bottom: 10px solid #6C6256;
        height: 40% !important;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(2) A .teamgrid .teamgrid-overlay {
        font-size: 26px !important;
        line-height: 30px !important;
        border-bottom: 10px solid #D1D531 !important;
        height: 39% !important;
    }
}

@media screen and (max-width: 1980px) {
    .view-patienten.view-id-patienten.view-display-id-block_2 LI {
        height:fit-content;
        width: 100%;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 A IMG {
        margin: 0 0 -15px 0;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(1) A .teamgrid .teamgrid-overlay {
        font-size: 26px !important;
        line-height: 30px !important;
        border-bottom: 10px solid #6C6256;
        height: 50% !important;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 LI:nth-child(2) A .teamgrid .teamgrid-overlay {
        font-size: 26px !important;
        line-height: 30px !important;
        border-bottom: 10px solid #D1D531 !important;
        height: 50% !important;
    }
}

@media screen and (max-width: 1440px) {
    .view-patienten.view-id-patienten.view-display-id-block_2 LI {
        height:fit-content;
        width: 100%;
        padding-bottom: 0px;
        max-height: 100%;
    }
    
    .view-patienten.view-id-patienten.view-display-id-block_2 A IMG {
        margin: 0;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1199px) {
    .view-patienten.view-id-patienten.view-display-id-block_2 LI {
        width: 49%;
        display: inline-block;
    }
}

@media screen and (max-width: 640px) {
    .view-patienten.view-id-patienten.view-display-id-block_2 LI {
        width: 100%;
        display: inline-block;
    }
}

/*// Content Fullwidth - Team*/
.content-fullwidth {
    padding: 50px 0 0;
    background: #FFFAF0;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
    border-bottom: 10px solid #FFF;
    position: relative;
}

.content-fullwidth H2 {
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.view-team.view-id-team {
    padding: 0;
}

.view-team.view-id-team LI.grid {
    background: rgba(255, 255, 255, 0);
}

.view-team.view-id-team LI.grid.list-group-item {
    padding: 0;
    border: 10px solid rgba(0, 0, 0, 0);
}

.view-team.view-id-team .teamgrid {
    position: relative;
    overflow: hidden;
}

.view-team.view-id-team A .teamgrid IMG {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    z-index: 1;
}

.view-team.view-id-team .teamgrid IMG {
    width: 100%;
    height: auto;
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    z-index: 1;
}

.view-team.view-id-team A:hover .teamgrid IMG {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.view-team.view-id-team LI:hover .teamgrid IMG {
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.view-team.view-id-team A .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #FFF;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 150px !important;
}

.view-team.view-id-team .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #FFF;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 150px !important;
}

.view-team.view-id-team LI:nth-child(1) A .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 125px;
    border-bottom: 10px solid #6C6256;
}

.view-team.view-id-team LI:nth-child(1n) .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 125px;
    border-bottom: 10px solid #6C6256;
}

.view-team.view-id-team LI:nth-child(2) A .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 125px;
    border-bottom: 10px solid #D1D531;
}

.view-team.view-id-team LI:nth-child(2n) .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 125px;
    border-bottom: 10px solid #D1D531;
}

.view-team.view-id-team LI:nth-child(3) A .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 125px;
    border-bottom: 10px solid #B5829C;
}

.view-team.view-id-team LI:nth-child(3n) .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 125px;
    border-bottom: 10px solid #B5829C;
}

.view-team.view-id-team LI:nth-child(4) A .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 125px;
    border-bottom: 10px solid #8FB9D6;
}

.view-team.view-id-team LI:nth-child(4n) .teamgrid .teamgrid-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 0 0;
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    height: 125px;
    border-bottom: 10px solid #8FB9D6;
}

.view-team.view-id-team A .teamgrid .teamgrid-overlay H3 {
    z-index: 2;
    font-weight: normal;
    padding: 0 50px;
}

.view-team.view-id-team .teamgrid .teamgrid-overlay H3 {
    z-index: 2;
    font-weight: normal;
    padding: 0 25px;
}

.view-team.view-id-team A .teamgrid .teamgrid-overlay P {
    z-index: 2;
    font-size: 20px;
    line-height: 24px;
    padding: 0 5px;
    font-weight: 700;
}

.view-team.view-id-team .teamgrid .teamgrid-overlay P {
    z-index: 2;
    font-size: 24px;
    line-height: 24px;
    padding: 0 5px;
    font-weight: 700;
}

.view-team.view-id-team .view-footer {
    padding-top: 50px;
    margin: auto;
    padding-bottom: 150px;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch {
    margin: auto;
    text-align: center;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.first A {
    background: #D1D531;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    display: block;
    letter-spacing: 2px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
    position: relative;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.first A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 25%;
    top: 15px;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.first A:hover {
    background: rgba(208, 212, 49, 0.80);
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.second A {
    background: #B5829C;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    display: block;
    letter-spacing: 2px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
    position: relative;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.second A:hover {
    background: rgba(180, 129, 155, 0.8);
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.second A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 10%;
    top: 15px;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.third A {
    background: #8FB9D6;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    display: block;
    letter-spacing: 2px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
    position: relative;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.third A:hover {
    background: rgba(142, 184, 213, 0.8);
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-team.view-id-team .view-footer .teamlink-kinderwunsch.third A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 25%;
    top: 15px;
}

.view-team.view-id-team.view-display-id-block_4 .item-list UL.list-group {
    max-width: 768px;
    margin: auto;
}

.view-team.view-id-team.view-display-id-block_5 .first A {
    width: 100% !important;
    display: block;
}

.view-team.view-id-team.view-display-id-block_5 .second A {
    width: 100% !important;
    display: block;
}

.view-team.view-id-team.view-display-id-block_5 .third A {
    width: 100% !important;
    display: block;
}

.view-team.view-id-team.view-display-id-block_5 A {
    text-decoration: none;
    display: block;
    background: #FFF;
    width: 100%;
    margin: auto;
    max-width: 360px;
}

.view-team.view-id-team.view-display-id-block_6 A {
    text-decoration: none;
    display: block;
    background: #FFF;
    width: 100%;
    max-width: 360px;
    text-align: center;
    margin: auto;
}

.view-team.view-id-team.view-display-id-block_5 LI.grid.list-group-item {
    background: transparent;
    margin: auto;
    padding: 15px;
}

.view-team.view-id-team.view-display-id-block_6 LI.grid.list-group-item {
    background: transparent;
    margin: auto;
    padding: 15px;
}

.view-team.view-id-team.view-display-id-block_5 {
    text-align: center;
    margin: auto;
    display: block;
    max-width: 1366px;
}

.view-team.view-id-team.view-display-id-block_6 {
    text-align: center;
    margin: auto;
    display: block;
    max-width: 1366px;
}

.view-team.view-id-team.view-display-id-block_5 A .teamgrid-detail .teamgrid-overlay-dertail H3 {
    z-index: 2;
    font-weight: normal;
    padding: 15px 30px;
    text-align: center;
    color: #6C6256 !important;
}

.view-team.view-id-team.view-display-id-block_5 LI:nth-child(1) A .teamgrid-detail .teamgrid-overlay-dertail {
    border-bottom: 10px solid #D1D531;
}

.view-team.view-id-team.view-display-id-block_5 LI:nth-child(2) A .teamgrid-detail .teamgrid-overlay-dertail {
    border-bottom: 10px solid #B5829C;
}

.view-team.view-id-team.view-display-id-block_5 LI:nth-child(3) A .teamgrid-detail .teamgrid-overlay-dertail {
    color: #6C6256 !important;
    border-bottom: 10px solid #8FB9D6;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(1) A {
    background: #D1D531;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    position: relative;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(2) A {
    background: #B5829C;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    position: relative;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(3) A {
    background: #8FB9D6;
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    position: relative;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(1) A:hover {
    background: rgba(208, 212, 49, 0.8);
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(2) A:hover {
    background: rgba(180, 129, 155, 0.8);
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(3) A:hover {
    background: rgba(142, 184, 213, 0.8);
    padding: 15px 50px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(1) A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 10%;
    top: 15px;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(2) A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 10%;
    top: 15px;
}

.view-team.view-id-team.view-display-id-block_6 LI:nth-child(3) A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 10%;
    top: 15px;
}

@media screen and (max-width: 767px) {
    .view-team.view-id-team .view-footer .teamlink-kinderwunsch.first A {
        background: #D1D531;
        padding: 15px 50px;
        text-decoration: none;
        color: #FFF !important;
        font-size: 24px;
        transition: all 500ms ease-in-out;
        display: block;
        margin: 0 0 20px 0;
    }
    
    .view-team.view-id-team .view-footer .teamlink-kinderwunsch.second A {
        background: #B5829C;
        padding: 15px 50px;
        text-decoration: none;
        color: #FFF !important;
        font-size: 24px;
        transition: all 500ms ease-in-out;
        display: block;
        margin: 0 0 20px 0;
    }
    
    .view-team.view-id-team .view-footer .teamlink-kinderwunsch.third A {
        background: #8FB9D6;
        padding: 15px 50px;
        text-decoration: none;
        color: #FFF !important;
        font-size: 24px;
        transition: all 500ms ease-in-out;
        display: block;
        margin: 0 0 20px 0;
    }
}

/*// Labor Team clickable or not*/
.view-id-team.view-display-id-block_2 LI.grid.list-group-item .views-field-nothing {
    pointer-events: none !important;
}

.view-id-team.view-display-id-block_2 LI:nth-child(1).grid.list-group-item .views-field-nothing {
    pointer-events: visible !important;
}

/*// Contact Regions*/
.region-kinderwunsch-contact-left .teamlink-kinderwunsch A {
    background: #D1D531;
    padding: 15px 100px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    position: relative;
}

.region-kinderwunsch-contact-left .teamlink-kinderwunsch A:hover {
    background: rgba(208, 212, 49, 0.8);
    transition: all 500ms ease-in-out;
}

.region-kinderwunsch-contact-left .teamlink-kinderwunsch A:after {
    content: " › ";
    font-size: 32px;
    position: absolute;
    right: 25%;
    top: 5px;
}

.region-kinderwunsch-contact-left .contact-cta {
    padding-top: 25px;
}

.region-kinderwunsch-contact-right .contact-map {
    padding-top: 25px;
    filter: grayscale(1);
}

@media screen and (max-width: 767px) {
    .contact-cta .contact-cta .teamlink-kinderwunsch.first {
        padding-bottom: 100px;
    }
}

/*// News*/
.news {
    padding: 50px 3%;
    background: #E5E8E9;
}

.news H2 {
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.news .view-news.view-id-news H3 {
    font-size: 24px;
    padding-right: 50px;
}

.news .view-news.view-id-news .views-field-body P {
    text-align: left;
    font-size: 16px;
    padding-right: 50px;
}

.news .view-news.view-id-news A {
    text-decoration: none;
    font-weight: 700;
    font-family: 'MuseoSans300';
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 500ms ease-in-out;
}

.news .view-news.view-id-news A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: -7px;
    transition: all 500ms ease-in-out;
}

.news .view-news.view-id-news A:hover {
    opacity: 0.7;
    transition: all 500ms ease-in-out;
}

.view-news.view-id-news .slick--optionset--slicknews NAV BUTTON.slick-prev {
    display: none !important;
}

.view-news.view-id-news .slick--optionset--slicknews NAV BUTTON.slick-next {
}

.slick-prev:before, .slick-next:before {
    font-family: 'slick' !important;
    font-size: 30px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    color: #000000 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

.news .view-news.view-id-news .slide {
    position: relative;
}

.news .view-news.view-id-news .slide:after {
    border-right: 4px dotted #FFF;
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 0;
    content: "";
    position: absolute;
    height: 70%;
}

@media screen and (max-width: 991px) {
    .news .view-news.view-id-news .slide:after {
        border-right: 4px dotted #FFF;
        position: absolute;
        top: 30px;
        right: 30px;
        bottom: 0;
        content: "";
        position: absolute;
        height: 70%;
    }
}

.view-news.view-id-news LI.grid.list-group-item {
    padding: 25px;
    min-height: 480px;
    border: none;
}

.view-news.view-id-news LI.grid.list-group-item A {
    text-decoration: none;
    font-weight: 700;
    font-family: 'MuseoSans300';
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 500ms ease-in-out;
}

.view-news.view-id-news LI.grid.list-group-item A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: -7px;
    transition: all 500ms ease-in-out;
}

.view-news.view-id-news LI.grid.list-group-item A:hover {
    opacity: 0.7;
    transition: all 500ms ease-in-out;
}

@media screen and (max-width: 640px) {
    .view-news.view-id-news LI.grid.list-group-item {
        padding: 25px;
        min-height: auto;
        border: none;
    }
}

#block-kinderwunsch-newsback {
    padding-top: 30px;
}

#block-kinderwunsch-newsback P A {
    text-decoration: none;
    font-weight: 700;
    font-family: 'MuseoSans300';
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 500ms ease-in-out;
}

#block-kinderwunsch-newsback P A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: -20px;
    top: -7px;
    transition: all 500ms ease-in-out;
}

#block-kinderwunsch-newsback P A:hover {
    opacity: 0.7;
    transition: all 500ms ease-in-out;
}

/*// Kinderwunsch*/
.count-kinderwunsch {
    padding: 100px 0 50px;
    background: #FFF;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
}

.count-kinderwunsch H2 {
    font-weight: normal;
    text-align: center;
    max-width: 640px;
    margin: auto;
    padding-bottom: 50px;
    letter-spacing: 2px;
}

.count-kinderwunsch .counter-cycle-one {
    padding: 25px;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin: auto;
    color: #FFF;
    text-align: center;
    background: #C82D2D;
}

.count-kinderwunsch .counter-cycle-two {
    padding: 25px;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin: auto;
    color: #FFF;
    text-align: center;
    background: #D1D531;
    position: relative;
}

.count-kinderwunsch .counter-cycle-three {
    padding: 25px;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin: auto;
    color: #FFF;
    text-align: center;
    background: #B5829C;
}

.count-kinderwunsch .counter-cycle-four {
    padding: 25px;
    border-radius: 50%;
    width: 125px;
    height: 125px;
    margin: auto;
    color: #FFF;
    text-align: center;
    background: #8FB9D6;
}

.count-kinderwunsch-inner .counter-cycle-one SPAN {
    font-size: 40px;
    position: relative;
    top: 10px !important;
}

.count-kinderwunsch-inner .counter-cycle-two SPAN {
    font-size: 40px;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.count-kinderwunsch-inner .counter-cycle-three SPAN {
    font-size: 40px;
    position: relative;
    top: 10px;
}

.count-kinderwunsch-inner .counter-cycle-four SPAN {
    font-size: 40px;
    position: relative;
    top: 10px;
}

.count-kinderwunsch .counter-text P {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 25px 0;
    margin: 0;
}

.count-kinderwunsch .counter-text P SPAN {
    text-align: center;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .count-kinderwunsch .counter-text P {
        text-align: center;
        font-size: 20px;
        line-height: 24px;
        padding: 15px 25px 50px;
        margin: 0;
    }
}

/*// CTA*/
DIV[class^='cta_'] {
    min-height: 70vh;
    background: center center / cover no-repeat fixed;
    display: block;
    position: relative;
}

@media screen and (max-width: 768px) {
    DIV[class^='cta_'] {
        min-height: 50vh;
        background: center center / cover no-repeat scroll;
        display: block;
    }
}

.cta {
    min-height: 500px;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
    border-bottom: 15px solid #FFF;
    position: relative;
}

.cta .cta-text A {
    position: absolute !important;
    right: 10%;
    bottom: 15%;
    background: #FFF !important;
    padding: 30px 75px !important;
    text-decoration: none;
    z-index: 1;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 500ms ease-in-out;
}

.cta .cta-text A:hover {
    position: absolute !important;
    background: #B4819B !important;
    color: #FFF !important;
    text-decoration: none;
    z-index: 1;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 500ms ease-in-out;
}

.cta .cta-text A:focus {
    position: absolute !important;
    background: #B4819B !important;
    color: #FFF !important;
    text-decoration: none;
    z-index: 1;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 500ms ease-in-out;
}

.cta .cta-text P A STRONG {
    position: relative;
}

.cta .cta-text P A STRONG:after {
    position: relative;
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: -15px;
    top: -3px;
}

@media screen and (max-width: 768px) {
    .cta .cta-text A {
        position: absolute !important;
        right: 0;
        bottom: 15%;
        background: #FFF !important;
        padding: 30px 75px !important;
        text-decoration: none;
        z-index: 1;
        font-size: 24px;
        text-transform: uppercase;
        letter-spacing: 2px;
        transition: all 500ms ease-in-out;
        width: 100%;
        text-align: center;
        box-shadow: 0 0 10px 1px #888;
    }
}

/*// Client Region*/
.client-testimonial {
    padding: 50px 3% 100px 2%;
    background: #FFFAF0;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
}

.view-testimonial LI.grid.list-group-item .views-field {
    color: #6C6256;
}

.client-testimonial .client-testimonial-inner H2 {
    text-align: center;
    padding-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.view-testimonial.view-id-testimonial LI.grid.list-group-item {
    border: none;
    background: transparent;
    padding: 0 25px;
    margin: 0;
}

.view-testimonial.view-id-testimonial LI.grid.list-group-item .views-field-field-testi {
    letter-spacing: 2px;
}

.view-testimonial.view-id-testimonial .testimonial-cta {
    background: rgba(180, 129, 155, 0.7);
    color: #FFF !important;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    overflow: hidden;
    right: 30px;
}

.view-testimonial.view-id-testimonial .testimonial-cta-cycle {
    background: #B5829C;
    border: 10px solid rgba(180, 129, 155, 0.8);
    color: #FFF !important;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view-testimonial.view-id-testimonial .testimonial-cta A {
    color: #FFF !important;
    text-decoration: none !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto !important;
    text-align: center;
    font-size: 24px;
    line-height: 24px;
}

@media screen and (max-width: 1024px) {
    .view-testimonial.view-id-testimonial LI.grid.list-group-item {
        border: none;
        background: transparent;
        padding: 0 25px;
        margin: 0 0 30px 0;
    }
}

/*// Footer Top*/
.footer-top {
    padding: 100px 0;
    border-left: 10px solid #FFF;
    border-right: 10px solid #FFF;
}

.view-partner.view-id-partner LI.grid.list-group-item {
    border: none;
    padding: 0;
    margin: 0;
    background: rgba(255, 255, 255, 0);
}

.view-partner.view-id-partner LI.grid.list-group-item IMG {
    margin: auto;
    max-width: 180px;
    padding: 15px;
    background: rgba(255, 255, 255, 0);
}

/*// Footer*/
.footer {
    padding: 50px 3% 100px 2%;
    margin: auto;
    background: #829CA8 !important;
    color: #FFF !important;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
    font-size: 18px;
}

.footer P {
    color: #FFF;
}

.footer P A {
    color: #FFF !important;
    text-decoration: none;
    transition: all 500ms ease-in-out;
}

.footer P A:hover {
    color: #6C6256 !important;
    text-decoration: none;
    transition: all 500ms ease-in-out;
}

.footer A {
    color: #FFF !important;
}

.footer .footer-first A {
    padding: 0 15px 0 0;
}

.footer .footer-contact {
    background: #FFF;
    color: #829CA8;
    padding: 15px 30px;
    border-radius: 20px;
}

.footer .footer-contact A {
    color: #829CA8 !important;
    text-decoration: none;
}

.footer .footer-contact P {
    color: #829CA8 !important;
    text-decoration: none;
}

.footer-bottom {
    padding: 75px 3% 125px 2%;
    margin: auto;
    background: #829CA8 !important;
    color: #FFF !important;
    border-left: 15px solid #FFF;
    border-right: 15px solid #FFF;
}

.footer-bottom P {
    color: #FFF;
}

.footer-bottom IMG {
    max-width: 200px;
    height: auto;
}

.footer-bottom .region-footer-bottom-right {
    float: right;
}

@media screen and (max-width: 991px) {
    .footer .footer-first {
        margin: 0 0 25px 0;
    }
    
    .footer .footer-second {
        margin: 0 0 25px 0;
    }
    
    .footer .footer-third {
        margin: 0 0 25px 0;
    }
}

@media screen and (max-width: 360px) {
    .footer .footer-contact {
        background: #FFF;
        color: #829CA8;
        padding: 15px 45px 15px 30px;
        border-radius: 20px;
    }
    
    .footer-bottom {
        padding: 75px 3% 75px 2%;
        margin: auto;
        background: #829CA8 !important;
        color: #FFF !important;
        border-left: 15px solid #FFF;
        border-right: 15px solid #FFF;
        text-align: center;
    }
    
    .footer-bottom P {
        color: #FFF;
        text-align: center;
    }
    
    .footer-bottom IMG {
        max-width: 200px;
        height: auto;
        margin: auto;
    }
}

/*// Unterthemen*/
.view-unterthemen.view-id-unterthemen {
    margin-bottom: 50px;
}

.view-unterthemen.view-id-unterthemen .views-row {
    display: flex;
    flex-direction: row;
    overflow: hidden;
    padding: 5% 5% 0 5%;
}

.view-unterthemen.view-id-unterthemen .helpbody {
    max-width: 100%;
}

.view-unterthemen.view-id-unterthemen .views-row IMG {
    -webkit-transition: -webkit-transform 1.5s ease-out;
    transition: -webkit-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

.view-unterthemen.view-id-unterthemen .views-row:nth-of-type(1n) {
    display: flex;
    overflow: hidden;
    z-index: 2 !important;
    position: relative;
}

.view-unterthemen.view-id-unterthemen .helprow:nth-of-type(1n) .views-field-nothing {
    width: 50%;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.view-unterthemen.view-id-unterthemen .views-row:nth-of-type(2n) {
    display: flex;
    background: #FFFAF0;
    position: relative;
    z-index: 9 !important;
}

.view-unterthemen.view-id-unterthemen .helprow:nth-of-type(2n) .views-field-nothing {
    width: 50%;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.view-unterthemen.view-id-unterthemen .views-row:nth-of-type(1n) P {
    display: flex;
}

.view-unterthemen.view-id-unterthemen .views-row:nth-of-type(2n) P {
    display: flex;
}

.view-unterthemen.view-id-unterthemen .views-row:nth-of-type(1n) {
    display: flex;
    flex-direction: row;
}

.view-unterthemen.view-id-unterthemen .views-row:nth-of-type(2n) {
    display: flex;
    flex-direction: row-reverse;
}

.view-unterthemen.view-id-unterthemen .helprow .views-field-nothing {
    width: 50%;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.view-unterthemen.view-id-unterthemen .helprow .views-field-nothing .field-content {
    position: absolute;
    color: #FFF;
    width: 91%;
    top: 15px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.view-unterthemen.view-id-unterthemen .helprow .views-field-field-headerimage {
    width: 50%;
    display: inline-block;
}

.view-unterthemen.view-id-unterthemen .views-field IMG {
    width: 100%;
    height: auto;
    transition: all 750ms ease-in-out;
}

.view-unterthemen.view-id-unterthemen .views-field IMG:hover {
    transition: all 750ms ease-in-out;
    transform: scale(1.1);
}

.view-unterthemen.view-id-unterthemen .views-row .views-field-field-headerimage {
    overflow: hidden;
}

.view-unterthemen.view-id-unterthemen .helprow A {
}

.view-unterthemen.view-id-unterthemen .helpbody .helplink {
    padding-top: 20px;
}

.view-unterthemen.view-id-unterthemen .helprow .helpbody H2 {
    text-align: left;
    letter-spacing: 0px;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 30px 0;
}

.view-unterthemen.view-id-unterthemen .helprow A {
    text-decoration: none;
    position: relative;
    transition: all 500ms ease-in-out;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
}

.view-unterthemen.view-id-unterthemen .helprow A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: -25px;
    top: -8px;
}

@media screen and (max-width: 991px) {
    .view-unterthemen.view-id-unterthemen .views-row:nth-of-type(1n) {
        display: block;
        flex-direction: row;
        position: relative;
    }
    
    .view-unterthemen.view-id-unterthemen .views-row:nth-of-type(2n) {
        display: block;
        flex-direction: row;
        position: relative;
    }
    
    .view-unterthemen.view-id-unterthemen .helprow:nth-of-type(1n) .views-field-nothing {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
    }
    
    .view-unterthemen.view-id-unterthemen .helprow:nth-of-type(2n) .views-field-nothing {
        width: 100%;
        display: block;
        position: relative;
        z-index: 0;
    }
    
    .view-unterthemen.view-id-unterthemen .helprow .views-field-field-headerimage {
        width: 100%;
        display: block;
        position: relative;
    }
    
    .view-unterthemen.view-id-unterthemen .views-row {
        display: block;
        flex-direction: row;
        overflow: hidden;
        position: relative;
        padding: 5% 5% 0 5%;
    }
    
    .view-unterthemen.view-id-unterthemen .helprow .views-field-nothing .field-content {
        position: relative;
        color: #FFF;
        width: 100%;
        top: 15px;
        left: 0;
        transform: none;
    }
}

/*// UNterthemen Links*/
.view-unterthemen.view-id-unterthemen.view-display-id-block_2 {
    text-align: center;
    margin: auto;
    display: block;
    max-width: 1366px;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 A {
    text-decoration: none;
    display: block;
    background: #FFF;
    width: 100%;
    margin: auto;
    max-width: 360px;
    display: block;
    letter-spacing: 2px;
    font-family: 'MuseoSans300';
    font-weight: 300;
    font-style: normal;
    src: url(/themes/custom/kinderwunsch//fonts/museosans300/font.woff);
    font-display: auto;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI.grid.list-group-item {
    background: transparent;
    margin: auto;
    padding: 15px;
    border: none;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(1) A {
    background: #6C6256;
    padding: 30px 30px 15px 30px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    position: relative;
    min-height: 100px;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(2) A {
    background: #6A7F8B;
    padding: 30px 15px 15px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    position: relative;
    min-height: 100px;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(3) A {
    background: #B0B633;
    padding: 30px 50px 15px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
    position: relative;
    min-height: 100px;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(1) A:hover {
    background: rgba(108, 98, 86, 0.8);
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(2) A:hover {
    background: rgba(106, 127, 138, 0.8);
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(3) A:hover {
    background: rgba(175, 181, 51, 0.8);
    text-decoration: none;
    color: #FFF !important;
    font-size: 24px;
    transition: all 500ms ease-in-out;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(1) A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 25px;
    top: 30px;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(2) A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 25px;
    top: 30px;
}

.view-unterthemen.view-id-unterthemen.view-display-id-block_2 LI:nth-child(3) A:after {
    content: " › ";
    font-size: 24px;
    position: absolute;
    right: 25px;
    top: 30px;
}
