/**
 * Theme Name:     Divi Child
 * Author:         Elegant Themes
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
 */

.pp-home-box {
	padding-top: 40px;
}
.bullets_homepage {
    height: auto !important; 
}
#post-44 .et_pb_module.et_pb_text.et_pb_text_1.et_pb_bg_layout_light.et_pb_text_align_left h4{
	text-align:center;
}
.logo_container::before {
    content: "in Kooperation mit";
    /*background-image: url('/wp-content/uploads/2019/08/inkoo-logo-new.png');*/
    position: inherit;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 120px;
    right: 0px;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    left: 0;
    font-size: 26px;
    color: #1B4792;
    font-weight: 600;
    top: 50%;
    margin-top: -1rem;
}

@media (max-width: 1212px){
	.pp-home-box {
		padding-top: 70px;
	}
}

@media (max-width: 1156px){
	.pp-home-box {
		padding-top: 90px;
	}
}

@media (max-width: 1021px){
	.pp-home-box {
		padding-top: 110px;
	}
}

@media (max-width: 1021px){
	.pp-home-box {
		padding-top: 110px;
	}
}

@media (max-width: 984px){
	.pp-home-box {
		padding-top: 130px;
	}
}

@media (max-width: 980px){
	.pp-home-box {
		padding-top: 0px;
	}
	.logo_container::before {
		right: 8rem;
	}
	#logo{
		max-height: 100% !important;
	}
	.logo_container::after {
		height: 80px !important;
		width: 180px !important;
		background-size: contain !important;
	}
	.logo_container::before{
		width: auto;
		height: auto;
	}
}

@media (max-width: 767px){
	h1, h2, h3, h4, h5, h6 {
    	line-height: 1.2em !important;
	}
    h1 {
    	font-size: 28px !important;
	}
    h2 {
    	font-size: 25px !important;
	}
    h3 {
    	font-size: 22px !important;
        line-height: 1.3em !important;
	}
	.logo_container::before {
		width: 100%;
		height: auto;
		right: 0;
		bottom: -5px !important;
		top: auto;
	}
}

@media (max-width: 575px){
	.container {
    	width: 92% !important;
    }
}

@media (max-width: 480px){
	.logo_container:after {
    	height: 73px !important;
    	background-size: cover;
        position: absolute !important;
        width: 170px !important;
	}
    .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
    	padding-top: 40px !important;
	}
    #main-header .container {
    	width:100% !important;
        padding:0 15px !important;
    }
    .et_header_style_left #logo, .et_header_style_split #logo {
    	max-width: 100% !important;
        width:110px;
	}
    .logo_container a {
    	display:inline-block;
        float: left;
    }
    .logo_container:after {
    	right: 0px!important;
    	top: -10px;
	}
    .container.et_menu_container {
    	min-height: 100% !important;
	}
	.logo_container::before {
		left: 4rem;
		top: 7.5rem;
		font-size: 18px;
	}
}