/*
 Theme Name:   Clean Blocks Child
 Description:  Younitiate Child Theme
 Author:       Rico Rauch
 Author URI:   
 Template:     clean-blocks
 Version:      1.0
 Text Domain:  clean-blocks-child
*/


body, h1, h2, h3, h4, h5, h6, body, button, input, select, textarea, .author-description .author-title {
	font-family: "Open Sans", sans-serif;
}

.copyright {
	display: none;
}

.wp-block-file .wp-block-file__button, .wp-block-button .wp-block-button__link {
    background-color: #ef7b30 !important;
}

header.site-header {
    background: #fbf3ec;
}
#header-content{
    border-bottom: 1px solid #aaa;
    background-image: url("images/ch_bg_1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

/* Suche ausblenden */
.primary-search-wrapper > div{
    background: #fbf3ec;
    display: none !important;
}

.menu-primary-toggle, .menu-primary-toggle a {
    color: #666666 !important;
}

.entry-container{
	visibility: hidden
}
.custom-logo {
    display: block;
    max-width: 250px;
}
a:hover {
	color: #f57f25;
}


div.custom-header{
	height: 250px;
}
body.home div.custom-header{
	height: 100%;
}
.backtotop{
	background-color: #ef7b30 !important;
}
.site-navigation a{
	font-size: 0.975rem;
}
.site-navigation a {
    text-transform: none;
}

@media (max-width: 1023px){
	.sub-menu {
		background-color: transparent !important;
	}
}

p {
	margin: 0 0 0.4em 0.3em;
}
ul,ol {
	margin: 0 0 1em 1.5em;
}
h1, h2, h3, h4, h5, h6 {
    text-transform: none;
}
h2 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.4rem;
	margin: 30px 0 15px 0;
}

h3 {
	font-family: "Open Sans", sans-serif;
	font-size: 1.2rem;
	margin: 20px 0 10px 0;
}

.startseite_blog .title {
	font-weight: bold;
	font-size: 1.4rem;
    margin: 30px 0 15px 0;
}
.startseite_blog .listing-item {
	margin-bottom: 30px;
}

.wp-block-columns {
	margin-top: 20px;
}

table {
	border: 0px;
}


/* Posts */
.listing-item { display: flex; flex-direction: column; }
.listing-item .date { order: 1; }
.listing-item .title { order: 2; }
.listing-item .content { order: 3; }

.listing-item .title {
	margin: 0;
}

/* Gutenberg Ultimate Addons */
.uagb-team__outer-wrap .uagb-team__image-wrap img {
	border-radius: 100%
}