/*
Theme Name: Divi Child
Theme URI: https://pixeltypen.de/
Template: Divi
Author: Tobias Bals
Author URI: https://pixeltypen.de/
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Tags: responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready
Version: 3.19.15.1550674810
Updated: 2019-02-20 17:00:10

*/

/* Load fonts locally */
@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-SemiBold.woff2') format('woff2'),
        url('./fonts/Quicksand-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-Bold.woff2') format('woff2'),
        url('./fonts/Quicksand-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-Light.woff2') format('woff2'),
        url('./fonts/Quicksand-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-Medium.woff2') format('woff2'),
        url('./fonts/Quicksand-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Quicksand';
    src: url('./fonts/Quicksand-Regular.woff2') format('woff2'),
        url('./fonts/Quicksand-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}





/* #### BASE STYLES ### */

.flex {
    display: flex;
}

h1.et_pb_module_header,
h2.et_pb_module_header {
    font-weight: 400 !important;
    text-transform: uppercase;
}

.rounded {
    border-radius: 10px;
}

.page-header .et_pb_promo_description {
    padding-bottom: 0;
}

.page-header h2.et_pb_module_header {
    padding-bottom: 0;
}

.header-image {
    transform: scale(1.2);
}

/* NAVIGATION */

.logo_container {
/*    height: 200px !important;*/
    padding-bottom: 40px !important;
    padding-top: 40px !important;
}

#top-menu .menu-item-has-children>a:first-child:after, #et-secondary-nav .menu-item-has-children>a:first-child:after {
    position: relative;
}

/* ### MAIN LOGO STYLES ### */

img#logo {
    transform: scale(1.5);
}

/* ### CUSTOM BOX ON TOP ### */

/* Container */

.header-contact-container {
    position: absolute;
    min-width: 350px;
    top: 0;
    right: 0;
    border-bottom: 2px solid #ece30f;
    border-left: 2px solid #ece30f;
    border-right: 2px solid #ece30f;
    color: #243553;
    padding: 10px 20px 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 30px;
}

/* button */
.tele a {
    background: #243553;
    color: #ffffff;
    font-size: 28px;
    display: inline-block;
    padding: 12px 18px;
    margin: 2px 0 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.tele a:before {
    font-family: ETmodules;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 25px;
    content: '\e090';
    padding-right: 8px;
    color: #ffffff;
    position: relative;
    top: -1px;
}

/* Time Schedule */
.weekdays,
.weekends {
    width: 50%;
    position: relative;
}

.weekdays {
    padding-right: 10px !important;
    border-right: 1px solid #2f4469;
}

.weekends {
    padding-left: 10px !important;
}

.schedule {
    display: flex;
    line-height: 1.3em;
}
.header-contact .schedule{
    font-size:13px!important;
}


/* ### MAIN MENU ### */

#top-menu>li>a {
    padding: 45px 10px 20px !important;
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: top center;
    transition: all .3s ease-in-out;
    transform-origin: center;
}

#top-menu li a {
    margin-top: 10px;
}

/* ### MAIN HEADER ### */
#main-header {
    box-shadow: none !important;
}


/* ### HEADING STYLES ### */


h1.et_pb_module_header {
    margin-bottom: 20px !important;
}

/* ##### BUTTONS ##### */

a.icon-button {
    background: none;
    position: relative;
    border: none !important;
    box-shadow: none;
}

a.icon-button.yellow-icon,
a.icon-button.blue-icon {
    font-size: 17px;
    margin: 0;
    padding-left: 55px;
    padding-top: 5px;
}

a.yellow-icon span.et-icon:before,
a.blue-icon span.et-icon:before {
    content: '\35';
    font-family: ETmodules;
    font-size: 30px;
    position: relative;
    top: -5px;
    color: white;
    box-shadow: none;
    font-weight: 100;
    text-shadow: none !important
}

a.blue-icon span.et-icon {
    background: #243553;
    height: 35px;
    width: 35px;
    top: 1px !important;
    text-align: center;
    line-height: 45px !important;
    border-radius: 100%;
    transition: all .1s ease-in-out;
}

a.yellow-icon:hover span.et-icon {
    background: #243553 !important;
}

a.blue-icon:hover span.et-icon {
    background: #ece30f !important;
}



/* ##### PAGES ##### */


/* HOME PAGE*/

.features span.et_pb_image_wrap {
    background: #ece30f;
    padding: 15px;
    border-radius: 100%;

}

/* Features section */

.features:hover .et_pb_image_wrap {
    transform: scale(1.2);
}

.features .et_pb_image_wrap {
    transition: all .2s ease-in-out;
}

.home-features {
    min-height: 370px !important;
}

/* services section */

.service:hover img {
    transform: scale(1.2);
}

.service img {
    transition: all .2s ease-in-out;
}

.care,
.food {
    border: 2px solid #243553;
    border-radius: 10px;
}

.treatment,
.house-alarm {
    border: 2px solid #ece30f;
    border-radius: 10px;
}

.number {
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 100%;
	margin: 0 auto;
}

.quote h2 {
    background: #ece30f;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 70px;
    border-radius: 50px;
    font-size: 50px;
    font-weight: 900 !important;
}

.white-left:before {
    content: "";
    width: 55%;
    position: absolute;
    background-image: linear-gradient(to right, white 90%, rgba(0, 0, 0, 0));
    ;
    top: 0;
    left: 0;
    bottom: 0
}

.white-left,
.white-right {
    position: relative;
}

.white-right:before {
    content: "";
    width: 55%;
    position: absolute;
    background-image: linear-gradient(to left, white 60%, rgba(0, 0, 0, 0));
    ;
    top: 0;
    right: 0;
    bottom: 0
}


/* # Unternehmenleitbild PAGE STYLES # */

.top-quote:before {
    content: "\7b";
    font-family: 'ETmodules';
    font-size: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
    color: #ece30f;
}

/* ### AMBULANTE PAGE ### */

.service-section ul li {
    position: relative;
    list-style: none;
    margin-left: 10px;
}

.service-section ul li:before {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    background: #F7E691;
    left: -15px;
    top: 8px;
    border-radius: 100%;
}


.service-title .et_pb_promo_description {
    padding-bottom: 0;
}

.service-col {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

table {
    margin-top: 20px !important;
}

thead {
    background: rgba(255, 255, 255, .9);
    color: black;
}

/** ### TAGESPFLEGE PAGE ### */

.slider .et-pb-controllers {
    bottom: 40px !important;
}

.slider .et-pb-controllers a {
    width: 27px;
    height: 27px;
    background-color: rgba(43, 36, 36, 0.5);
    text-indent: 0;
    font-weight: bold;
    color: #ece30f;
}


.slider .et-pb-active-control {
    background-color: white !important;
    color: #777 !important;
}

.slider.et_pb_slider:hover .et-pb-arrow-prev::before {
    color: white !important;
}

.slider.et_pb_slider:hover .et-pb-arrow-next::before {
    color: white !important;
}


/** ### KONTACT PAGE ### */

.posrel {
    position: relative;
    height: 300px;
}

.floated-row {
    position: absolute;
    top: 130px;
    left: 0;
    right: 0;
}


/* #### FOOTER STYLES #### */

.footer-title h4 {
    border-bottom: 2px dotted #ffffff;
    text-align: center;
    padding-bottom: 5px;
    width: max-content;
}


.footer .schedule .weekdays {
    border-right: 1px solid #fff !important;
}

.footer-title h4 {
    margin-bottom: 15px;
}

.get-in-touch .et_pb_promo_description {
    padding-bottom: 0;
}

ul#menu-footer {
    text-align: center !important;
}

/* tagespflege PAGE */

.tablepress thead th{
    background:#243553!important;
    color:white!important;
}

/* Imprint / Privacy Policy  */

ol h4 {
    display: inline-block;
}


/* ##### MEDIA QUARIES ##### */

@media screen and (min-width : 480px) and (max-width: 980px) {

    .et_menu_container .header-contact-container {
        transform-origin: 0 0;
        top: 0;
        right: 0;
        padding: 5px !important;
        background-color: #ece30f24;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .et_menu_container .weekdays,
    .et_menu_container .weekends {
        display: none;
    }

    .et_menu_container .tele a,
    .et_menu_container .tele a:before {
        font-size: 16px;
    }

    .container.clearfix.et_menu_container {
        position: static;
    }

    img#logo {
        transform: scale(2);
    }

    .mobile_nav.closed {
        margin-top: 20px !important;
    }

    .logo_container {
        margin-bottom: 50px !important;
    }

    /* ### HOME ### */

    .home-features {
        min-height: 200px !important;
    }

    .logo-section.et_always_center_on_mobile {
        margin-left: 0 !important;
    }

}

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

    .flex {
        align-items: center;
    }

    .plan>a {
        background-image: url(https://kuhn.pixeltypen.de/wp-content/uploads/2019/02/apple.png);
    }

    .about-us>a {
        background-image: url(https://kuhn.pixeltypen.de/wp-content/uploads/2019/02/house.png);
    }

    .services>a {
        background-image: url(https://kuhn.pixeltypen.de/wp-content/uploads/2019/02/services.png);
    }

    .contact>a {
        background-image: url(https://kuhn.pixeltypen.de/wp-content/uploads/2019/02/location.png);
    }

    .jobs>a {
        background-image: url(https://kuhn.pixeltypen.de/wp-content/uploads/2019/02/jobs.png);
    }

    .daycare>a {
        background-image: url(https://kuhn.pixeltypen.de/wp-content/uploads/2019/02/daycare.png);
    }

    ul.sub-menu li {
        width: 100%;
    }

    ul#top-menu li a {
        padding: 0 10px;
        width: 100;
    }

    /* ### HOME PAGE ### */

    .banner-image {
        transform: scale(1.1);
    }

	/* unternehmensleitbild PAGE */
	
	.features{
	  min-height:250px;
	}
	.yellow-section{
	  background:#FEFEF5;
	  z-index:0;
	  border-radius:20px;
	}

	.blue-section{
	  z-index:0;
	  border-radius:20px;
	}

	.rounded-image{
	  margin-right:-100px!important;
	}
	.rounded-image-right{
		margin-left:-100px!important;
	}
 
    /* ## AMBULANTE PAGE ### */

    .same-height-section {
        min-height: 550px;
    }

    /* ### TEAM PAGE ### */

    .team-member {
        position: relative !important;
    }
	.team-member img{
		border-radius: 100%;
	}

    .team-member .et_pb_team_member_description {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        min-height: 100%;
        bottom: -5%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 100% !important;
        background: rgba(36, 53, 83, 0.73);
        opacity: 0;
        transition: all .3s ease-in-out;
        padding: 10px 5px;
    }

    .team-member .et_pb_team_member_image.et-waypoint.et_pb_animation_off.et-animated {
        margin-bottom: 0 !important;
    }

    .team-member .et_pb_team_member_image {
        clip-path: circle(120px at 50%);
        transition: all .2s ease-in-out;
    }

    .team-member:hover .et_pb_team_member_image {
        clip-path: circle(100% at 50%);

    }

    .team-member:hover .et_pb_team_member_description {
        bottom: 0;
        opacity: 1;
    }
	
	.team-member:hover img{
		border-radius:0!important;
	}

    .et_pb_team_member_image {
        transition: all .2s ease-in-out;
    }

    .team-member h4.et_pb_module_header {
        font-size: 20px !important;
        color: #ece30f !important;
    }

    .team-member p.et_pb_member_position {
        font-size: 14px;
        color: #fff;
        ;
    }



}


@media screen and (max-width:480px) {
    .header-contact-container {
        display: none !important;
    }


    /* ## HOME ## */

    header#main-header {
        padding-top: 0 !important;
    }

    img#logo {
        transform: scale(1.8);
    }

    .logo_container {
        margin-bottom: 40px;
    }


}



@media screen and (max-width:980px) {
    .flex {
        flex-direction: column;
    }


    .service {
        margin-bottom: 150px !important;
    }

    .top-banner-container-home h1:after {
        display: none;
    }

    .section-header h2.et_pb_module_header {
        line-height: 1.2em;
    }

    .section-header .et_pb_module_header {
        text-align: center;
    }

    .et_pb_code_inner {
        text-align: center !important;
    }

    .top-banner-container-home .et_pb_promo_description {
        text-align: center !important;
    }

    .quote {
        text-align: center;
    }

    .quote h2 {
        margin: 0 auto;
    }

    /* ### PAGE ### */

    .service h2.et_pb_module_header {
        text-align: center !important;
    }

    .service .et_pb_text {
        margin: 20px auto;
    }

    .top-quote {
        padding: 0 !important;
        text-align: center !important;
        padding-top: 25px !important;
    }

    .top-quote:before {
        margin: 0 auto;
        left: 0;
        right: 0;
    }
	
	.row-even .et_pb_column_1_3{
		order:-1;
	}

    .et_pb_blurb_content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .et_pb_blurb_content .et_pb_module_header {
        line-height: 1.4em;
    }

    .et_pb_blurb_container {
        text-align: center !important;
        padding-left: 0 !important;
    }

    .row-even .et_pb_column,
    .row-odd .et_pb_column {
        padding: 5 !important;
    }

    .row-even,
    .row-odd {
        margin: 0 !important;
        width: 90%;
        margin: 0 auto !important;
    }

    /* ### TEAM PAGE ### */

    .team-member img {
        border-radius: 100%;
        width: 60%;
    }

    .et_pb_team_member_description {
        margin-top: 20px;
        display: block !important;
    }

    /* ### CONTACT PAGE ### */

    .contact-form .et_contact_bottom_container {
        float: none !important;
    }

    .contact-form button.et_pb_contact_submit.et_pb_button.et_pb_custom_button_icon {
        display: block !important;
        margin: 0 auto 20px;
    }



    /* #### FOOTER #### */

    .footer,
    .footer p {
        text-align: center !important;
    }

    .footer .et_pb_module_header {
        text-align: center;
        margin: 0 auto 20px;
    }

    .footer .weekdays,
    .footer .weekends {
        text-align: center !important;
    }


}
