/*
 Theme Name:   Chaplin Child
 Description:  Mein Child Theme
 Author:       MARUNG+BÄHR
 Author URI:   http://www.marung-baehr.de/
 Template:     chaplin
 Version:      1.0
 Text Domain:  chaplin-child
*/



.site-description{
	visibility:hidden;
}


.entry-title.faux-heading{
	max-width:650px;
}


.entry-title.faux-heading{
	text-shadow: 3px 3px 4px #291567;
	/*filter: dropshadow(color=#291567, offx=8, offy=8);*/
}

.cover-header-inner-wrapper{
	justify-content:flex-start!important;
}

.mb-kachel > div{
	/*min-height:300px;*/
	display:flex;
	justify-content:center;
	align-items:center;
}

.mb-kachel > div > h3{
	width:100%;
	margin:0;
}

.mb-kachel > div > h3 > a{
	display:block;
	text-decoration:none;
	padding:5em 0;
	text-shadow: 1px 1px 1px #000000;
}


.mb-margin-bottom-md{
	margin-bottom:1.5rem;
}

.menu-copyright{
	display:none!important;
}

#site-footer{
	background-color:rgb(255,255,255);
}

.header-inner.is-sticky{
	background-color:rgb(255,255,255)!important;
}

.bg-body-background{
	background-color:rgb(255,255,255)!important;
}

.awmp_map_wrapper{
	padding-bottom:3.0rem;
}

.mb-language{
	display:flex;
	max-width:150px;
	justify-content: space-between;
}

.mb-language figcaption{
	margin-top:0;
}



@media ( min-width: 600px ) {
.mb-header{
	padding:300px;
}
}

@media ( min-width: 700px ) {
	#site-footer .border-color-border{
		border-color:rgb(255,255,255);
	}
	
	.footer-widgets .widget:first-child {
    	margin-top: auto!important;
 	}
	
}

@media ( max-width: 999px ) {
	.widget_media_image img {
		width: auto!important;
	}
}

@media ( min-width: 1000px ) {
	
	.grid .grid-item{
		width: calc( 33% - 4rem )!important;
	}
	
	.grid .column-four{
		width: calc( 100% - 4rem )!important;
		display:flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.grid .column-four .widget_media_image img{
		width:90%;
	}
	
	.grid .grid-item.column-one{
		margin-bottom:0;
	}
}
	




