/*
Theme Name:     Kinderhaus Bremholm
Template:       voice
*/


@font-face {
    font-family: 'Nicky Laatz  - Lucky Fellas Serif';
    src: url('/wp-content/uploads/fonts/Nicky Laatz  - Lucky Fellas Serif.ttf') format('truetype');
}

.vce-lay-a .entry-title a,
.vce-lay-c .entry-title a,
h1.entry-title-page,
h1.entry-title,
h1.main-box-title,
h3.main-box-title a {
    color:#7a813d;
    font-family: 'Nicky Laatz  - Lucky Fellas Serif', Arial, sans-serif;
}

h1, h2, h3 {
    color:#7a813d;
}

h3.main-box-title {
	font-size:220%;;
}

.vce-lay-a .entry-title a, h1.entry-title-page, h1.entry-title {
    font-size:60px;
}

.vce-lay-c .entry-title a, h1.main-box-title {
    font-size:40px;
}

.vce-border-top .main-box-title {
	border: none;
}

h1.entry-title-page:after {
    content: url("/wp-content/uploads/2017/05/bg-header.jpg");
    padding-left:20px;
}

.autor {
    text-align: right;
}

#header {
    background-image: url("/wp-content/uploads/2017/05/Flieger.png");
    background-repeat: no-repeat;
    background-position: 20% 75%;
    background-size: 125px 83px;
}

.main-box {
    background-image: url("/wp-content/uploads/2017/05/Hintergrund_Kinder.png"),
                      url("/wp-content/uploads/2017/05/Steckenpferde.png");
    
    background-repeat: no-repeat,
                       no-repeat;
    background-position: bottom left,
                          bottom 0px right 22px;
    background-size: 50%,
    15%;
    
    padding-bottom: 250px;
}

.home .main-box {
    background-image: none;
    padding-bottom: 0;
    }
    

p {
    margin-bottom: 14px;
    line-height: 20px;
}

strong {
    color:#7a813d;
}

/********************************************
   Anpassungen breadcrumbs
********************************************/
p#breadcrumbs {
    font-size:12px;
    font-family: 'Open Sans';
    margin-bottom:50px;
	margin-top: 6px;
}

h1.entry-title-page {
    padding-top:0px;
}

.single #mks-breadcrumbs{
    display:none;
}
/**********   END breadcrumbs *********/

    
@media (max-width: 1024px) {
	
	/* kleineres Logo im Header platzieren */
	
	
	#header {
    background-image: none;
    }

}