/*
 Theme Name: Chicago Child
 Theme URI:
 Description: 
 Author: Your Name
 Author URI: http://www.yourdomain.com/
 Template: chicago 
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: Theme Name Child Theme
*/

/*
You can start adding your own styles here. Use !important to overwrite styles if needed. */

/*backgrounds and genreal stuff*/
a {
	color: #e95d0f;
}
.site-header{
	background-color: transparent;
}
.site-content {
	background-color: white;
	margin-top: -50px;
	z-index: 3;
}
.content-area {
	margin: 0px;
	border-top: 0px;
}
.site-description{
	display: block;
	position: relative;
	z-index: 2;
	color: white;
	text-transform: none;
	font-size: 1.1em;
}
a:hover, a:focus, a:active {
    color: #e95d0f;
}

.site-branding {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.site-logo, .site-title {
	margin: 0;
}

.site-title {
	text-transform:unset;
	text-align: left;
}

.site-title::after {
	content: url(http://blog.cdu-jesteburg.de/wp-content/uploads/2021/03/wappen.png);
	position: absolute;
	margin-left: 20px;

}

.site-title a {
	color: #e95d0f !important;
	font-size: 0.9em;
}
.site-title a:hover{
	color: #fff;
}
.widget a:hover{
	color: #e95d0f;
}
.site-header-image{
	z-index: -1;
	
}
.site-header-image img {
	border-top: 5px solid white;
	border-bottom: 5px solid white;
}

.entry-title a:hover {
	color: #E95D0F !important;
}

.main-navigation .menu-item {
	width: 150px;
}

.main-navigation .menu-item a {
	padding: 5px !important;
}

.cat-links a:hover, .tags-links a:hover {
	background-color: #E95D0F !important;
	color: white;
}

.main-navigation .menu-item:hover a, .main-navigation .current-menu-item a {
	font-weight:bold !important;
}

.menu-toggle {
	background-color: #E95D0F !important;
}

.menu-item:hover .sub-menu a, .current-menu-item .sub-menu a {
	font-weight:normal !important;
}

/** MENU **/
.menu {
	
} 
.menu-item {
	text-transform: none;
}
.main-navigation .wrapper {
	background-color: #e95d0f;
}
.main-navigation a {
	font-weight: normal;
	font-size: 0.9em;
}
#logo {
	position: absolute; top: -70px; right: 50px;
	}

#scrollup {
	color: #fff;
	background-color: #e95d0f;
}
@media screen and (max-width: 990px) {
	#logo{
		display: none;
	}
}

@media screen and (max-width:900px) {
	.site-logo img {
		width: 150px;
	}
}

@media screen and (max-width:670px) {
	.site-branding {
		flex-direction: column;
	}
	.site-title a {
	font-size: 0.6em;
}
	.site-title {
		position: relative;
		margin-bottom: 40px;
	}
	.site-title::after {
	content: url(http://blog.cdu-jesteburg.de/wp-content/uploads/2021/03/wappen.png);
	position: absolute;
	bottom: -60px;
		left: 28%;
		margin-left:0;

}
}

button, .button, input[type="reset"], input[type="submit"], input[type="button"] {
    background-color: #e95d0f;
    background-clip: border-box;
    border: 1px solid transparent;
    color: #fff;
    outline: none;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 12px 25px;
    text-transform: uppercase;
	width: 100%;
}

footer .textwidget a.footerlink {
	color: #E95D0F !important;
}