/*
Theme Name: Neulandrebellen
Description: Child Theme for Colormag Pro
Author: S1
Template: colormag-pro
Version: 1.0
*/
body{
    color: #000;
}

img{
	border-radius:5px;
}
#wp-custom-header{
    text-align: left;
}
#wp-custom-header img{
    max-width: 160px;
	max-height:170px;
}

.wp-custom-header{
	display:none;
}
#header-logo-image img{
	width:100%;
	max-height: 100px;
	
}

#header-left-section{
	width: 40%;
}

#header-right-section{
	width: 60%;
}

#header-text-nav-wrap{
	padding: 20px 0 0!important;
}


#header-right-section .wpp-cards-compact li {
	margin: 0!important;
	padding: 0!important;
}

#header-right-section .widget h2{
	text-align:left;
	background-color: #c1242d;
    color: #fff;
    padding: 6px 12px;
	font-size: 18px;
	width: 105px;
    border-radius: 20px;
}

#header-right-section .widget h2:after{
	content: '';
    position: absolute;
    height: 1px;
    width: 240px;
    background-color: #c1242d;
    margin-top: 15px;

}

@media screen and (max-width:767px){
	#header-text-nav-container > .inner-wrap{
    display: none !important;
}
	
.wp-custom-header{
	display:block;
}
	
}

#menu-neulandmenu a span.fa{
    color: #cc9966;
}
#menu-neulandmenu a:hover span.fa,
#menu-neulandmenu a:active span.fa{
    color: #232323;
}
#menu-neulandmenu span.fa{
    color: #cc9966;
}

.footer-widgets-wrapper{
    background-color: #3e3e3e;
}
.tg-first-footer-widget img{
    float: left;
    margin-right: 15px;
    max-width: 140px;
}
.ccfic-text{
    font-size: .75em;
}
.ccfic,
.ccfic a,
.ccfic-text,
.ccfic-text a{
    color: #ccc !important;
    font-size: 12px !important;
}
#secondary ul .fa{
    color: #888888;
}
.printomatic.pom-default{
    display: none !important;
}
.printomatictext{
    background-color: #c1242d;
    border-radius: 4px;
    display: inline-block;
    color: #fff;
    font-size: .9em;
    margin-top: 15px;
    padding: 8px 15px;
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.25);
}
.printomatictext:before {
    content: "\f02f";
    font-family: FontAwesome;
    margin-right: .5em;
}
.footer-widgets-area p{
    color: #cc9966;
    font-size: .95em !important;
}

#wpcomm .wc-reply .wc-comment-right .wc-comment-text, #wpcomm .wc-reply .wc-comment-right .wc-comment-text *{
    font-size: 14px;
    line-height: 1.6;
}

body.archive article:not(:first-child) .featured-image img{
  display: block;
  width: 100vw;
  height: 230px;
  object-fit: cover;
}

body.single #content .post .article-content .below-entry-meta{
    padding-bottom: 10px !important;
}
.container-shariff:first-child{
    margin-bottom: 15px;
}

a.support-link{
    background-color: #c1242d;
    color: #fff;
    display: block;
    margin-top: 30px;
    padding: 15px;
    text-align: center;
    transition: all 0.25s;
}
a.support-link .fa{
    color: #fff;
}
a.support-link:hover,
a.support-link:active{
    background-color: #cc9966;
    color: #fff;
}
a.support-link:hover .fa,
a.support-link:active .fa{
    color: #fff;
}
.search-wrap input.s{
    width: 84% !important;
}

#wpcomm .wc-comment-right .wc-comment-text blockquote{
    background-color: #f8f8f8 !important;
    color: #999;
    margin-bottom: 0;
    margin-left: 7px;
    padding: 15px !important;
}

blockquote p::before{
    color: #5A5858;
}

header .inner-wrap{
   position: relative
}

.radio-popup {
/*     position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; */
    height: fit-content;
	width: fit-content;
    cursor: pointer;
/*     display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
}

.radio-popup:hover{
	opacity: .7;
}

.radio-popup img{
	margin: 0;
	width: 40px;
}

.radio-popup p{
	font-size: 18px;
	font-weight: bold;
	margin: 0 15px 0 0;
}

.radio-popup a{
	display: flex;
    align-items: center;
	flex-direction: row-reverse;
}
/* 
@media screen and (max-width: 767px){
	.radio-popup {
		margin-right:15px;
	}
} */