/*
 Theme Name:   amsel19 theme
 Description:  Mein Child Theme
 Author:       amsel19 webdesign wordpress
 Author URI:   https://www.amsel19.de
 Template:     catch-responsive
 Version:      1.0
 Text Domain:  catch-responsive-child
*/

#promotion-message .right .promotion-button {
    background-color: #af0000;
	border: 1px solid #af0000;
	box-shadow: 5px 5px 5px #ccc;
	color:#fff
	}
#promotion-message .columns {
	padding: 10px;
}
#feature-slider .entry-container {
	/*background: rgba(0,0,0,0.6);*/
	display: none;
}
.nav-primary {
 	background-color: #111;
}
#site-branding{
	padding-left: 0px;
}
#masthead .search-field {
	background-color: #fff;
	box-shadow: inset 0 2px 5px #eaeaea, 0 1px 0 #fff;
}
#search-toggle {
    display: none;
}
.gaoptout {
    background: #fff;
}
h3 {
    font-size: 22px;
}
a {
    color: #af0000;
}
.catchresponsive-nav-menu li:hover > a, .catchresponsive-nav-menu li.focus > a {
    color: #af0000;
}
.featured-heading-wrap {
    font-size: 18px;
}
#promotion-message .columns {
    padding-left: 20px;
}
#site-branding {
    padding-bottom: 5px;
}
.site-description {
    margin-left: 0px;
	padding-top: 5px;
}
#site-header {
    width: 100%;
	color: #777;
}
.logo-left #site-header {
    padding-left: 0px;
}



@media screen and (max-width: 700px) 
{
.mobile-menu-one #site-branding {
	width: 200Px;
	margin-left: 15px;
	}
#feature-slider .entry-container{
	display: none;
	}
#masthead .search-field {
	display: none;
}
}