/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://generatepress.com/about
Description: This is a child theme of GP
Version: 3.6.1.1769676674
Updated: 2026-01-29 08:51:14
*/
.site-header {
    background-color: #e1e1e1!important;
}
body{
    background-color: #ffffff!important;
}
#menu-header-menu{
background-color: #e1e1e1!important;
}
.modifyDetails {
    /* background: #F2F2F2; */
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 15px 0;
    font-weight: 700;
}
h6{
    font-size:18px;
}

.author_imag img {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}

.custom_top_author {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}

.author_imag {
    line-height: 0;
}
.no-results {
    display: flex;
}
div#right-sidebar {
    display: none;
}
.name_author_out {
    display: flex;
    align-items: center;
}

.name_author_out span.lbl {
    margin-right: 5px;
    font-weight: 700;
    color: #28303d;
}

.name_author_out a {
    color: inherit;
    text-decoration: none;
}
.name_author_out a:focus {
    color: #000 !important;
    border-bottom: 0;
    text-decoration-style: solid !important;
}
.name_author_out a:hover,
.name_author_out a:hover p {
    color: #000;
    text-decoration: underline;
    border: 0;
    text-decoration-color: #000;
}

.name_author_out a p {
    font-weight: 600;
    font-size: 16px;
}

.name_author_out h4,
.name_author_out p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
/*Author Page css*/
.author-box-wrapper {
    width: 100%;
}
.profile-tab-content {
    padding: 30px 0;
}
.profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
}
.profile-fields-group.profile-fields-group-1 {
    border: 1px solid #abb8c3;
    margin: 1.5rem 0 0;
    padding: 15px 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    background: #fff;
    border-radius: 8px;
}

.profile-fields-group.profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 700;
}
.profile-header-container .header-name-container h2 {
    margin: 0;
    font-weight: 700;
}
.author-f-name {
    display: flex;
    gap: 10px;
    font-size: 20px;
    margin-bottom: 5px;
}
.author-f-name .label,
.author-description-name .label {
    font-weight: 700;
}
.author-description-name {
    margin-top: 20px;
    font-size: 20px;
    word-break: break-word;
}
.campaign-list-item_logo img {
    width: auto !important;
    height: auto !important;
}


.links-group-404 a:hover {
	color: #1d73bf;
}
.links-group-404 a {
	color: rgb(4, 12, 44);
	text-decoration: none;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.search-bar-404 {	
	width: 100%;	
	display: inline-block;	
	padding: 10px 0;
}
.search-bar-404 form {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.search-bar-404 #search {
	width: 100%;
	padding: 12px 15px;
	background: #fff;
	font-size: 16px;
	color: #0b0a0a;
	border: none;
	border-radius: 4px 0px 0px 4px;
	outline: none;
	height: auto;
}
.links-group-404 li {
	padding-bottom: 3px;
}
.search-bar-404 button {
	width: 100%;
	color: #ffff;
	background: #1d73bf;
	border: none;
	max-width: 130px;
	border-radius: 0 4px 4px 0px;
	padding: 10px;
	font-size: 15px;
}
.search-bar-404 strong {	
	font-size:16px;	
	color:rgb(4, 12, 44);	
	padding-bottom: 10px;	
	display: inline-block;	
	width: 100%;
} 
.links-group-404 ul {
	margin-top: 10px;
}

.page-section-404 {
	width: 100%;
	display: inline-block;
	margin: 10px 0 30px;
}
.site-content .content-area {
	width: 100%;
}


.links-group-404 a:hover {
	color: #c11d25;
}
.links-group-404 a {
	color:rgb(4, 12, 44);	
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.search-bar-404 {	
	width: 100%;	
	display: inline-block;	
	padding: 10px 0;
}
.search-bar-404 form {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.search-bar-404 #search {
	width: 100%;
	padding: 12px 15px;
	background: #fff;
	font-size: 16px;
	color: #0b0a0a;
	border: none;
	border-radius: 4px 0px 0px 4px;
	outline: none;
	height: auto;
}
.links-group-404 li {
	padding-bottom: 3px;
}
.search-bar-404 button {
	width: 100%;
	color: #ffff;
	background: #c11d25;
	border: none;
	max-width: 130px;
	border-radius: 0 4px 4px 0px;
	padding: 10px;
	font-size: 15px;
}
.search-bar-404 strong {	
	font-size:16px;	
	color:rgb(4, 12, 44);	
	padding-bottom: 10px;	
	display: inline-block;	
	width: 100%;
} 
.links-group-404 ul {
	margin-top: 10px;
}

.page-section-404 {
	width: 100%;
	display: inline-block;
	margin: 10px 0 30px;
}

.site-content .content-area {
	width: 100%;
}
.links-group-404 a {
	color: rgb(4, 12, 44);
	text-decoration: none;
}
section.page-section-404 {
    padding: 20px 0;
    width: 100%;
    max-width: 920px;
    margin: auto;
}
section.page-section-404 h1 {
    font-size: 35px;
    line-height: 45px;
}
.description-404 {
    font-size: 18px;
    line-height: 26px;
    padding: 10px 0;
}
.links-group-404 {
    font-size: 16px;
    line-height: 26px;
}
.links-group-404 a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
}
.search-bar-404 {
    padding: 12px 0;
}
.links-group-404 {
    font-size: 18px;
    line-height: 26px;
}
.search-bar-404 form {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.search-bar-404 form input {
    width: 100%;
    padding: 12px 15px;
    background: #fff;
    font-size: 16px;
    line-height: 26px;
    color: #0b0a0a;
    border: none;
    border-radius: 4px 0px 0px 4px;
    outline: none;
    height: auto;
    border: 1px solid #8d8d8d;
}
.search-bar-404 button {
    width: 100%;
    color: #fff;
    background: #0a85ed;
    border: none;
    max-width: 130px;
    border-radius: 0 4px 4px 0px;
    padding: 10px;
    font-size: 18px;
    cursor: pointer;
}
.links-group-404 ul {
    line-height: 26px;
    padding: 20px 60px;
    background: #4b4c4d08;
    border-radius: 5px;
	margin: 10px 0;
}
.search-bar-404 strong {
    padding-bottom: 10px;
    display: block;
    font-size: 18px;
    line-height: 26px;
}
.links-group-404 ul li {
    list-style: decimal;
}
.links-group-404 a:hover {
    color: blue;
}

.search-content {
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
}
header.search-header > h1 {
    text-align: center;
}
.nav-links span, .nav-links a {
    border: 1px solid #aba8a8;
    padding: 5px 10px;
    border-radius: 5px;
    background: #f1f1f1;
}
nav.navigation.pagination {
    display: flex;
    justify-content: center;
    padding: 25px 0;
}
div#content {
    margin: auto;
}
@media screen and (max-width: 991px) {
    .footer-bar .widget_nav_menu>div>ul {
   
    flex-direction: column;
}

    h2{
        font-size:28px!important;
    }

	.site-header .header-image{
		width: 200px;
	}
	.search-bar-404 button{
		max-width: 110px;
	}
.site-branding {
    max-width: 200px;
    width: 100%;
}

}

.content-part-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

div#footer-widgets {
    display: none;
}

.main-navigation .main-nav ul li a {
    line-height: 40px;
}

/* new css */
/* /new css */
.eure-trainer-gesucht-content-part-area {
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 24px;
}
.eure-trainer-gesucht-content-part-area dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: #eee;
    border-bottom: 1px solid #ddd;
}
.eure-trainer-gesucht-content-part-area dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid #ddd;
    background-color: #fff;
}
.eure-trainer-gesucht-content-part-area dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.su-button{
    color: #FFFFFF;
    background-color: #0058c5!important;
    border-color: #0058c5!important;
    border-radius: 0px;
}
.su-button:hover{
    background-color: #0b4790!important;
}
@media screen and (min-width: 820px){
.sub-menu{
    left: 0px!important;
}
}
.sub-menu li a{
    word-wrap: break-word!important;
}
.inside-header {
    padding: 20px 20px;
}
.su-button-center{
	margin-bottom:20px!important;
}
.site-header{
    background-color: #fff;
}
.table-auto{
	    width: 100%!important;
    max-width: 100%!important;
    overflow: auto!important;
}


.eure-trainer-gesucht-content-part-area blockquote {
    padding: 45px 40px 45px;
    background: #ebebeb;
    border-left: 5px solid #000000;
    position: relative;
    margin: 20px auto;
}
.grid-container.container{
    padding:0px!important;
}
.eure-trainer-gesucht-content-part-area blockquote:before {
    position: absolute;
    content: open-quote;
    font-size: 3em;
    margin-left: 10px;
    margin-top: 10px;
    left: 0;
    top: 1rem;
    font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif;
}
.eure-trainer-gesucht-content-part-area blockquote:after {
    position: absolute;
    content: close-quote;
    font-size: 3em;
    bottom: 0;
    right: 0;
    margin-right: 0.4em;
    margin-bottom: 0em;
    font-family: "Helvetica Neue", "Helvetica", "Liberation Sans", "Arial", sans-serif;
}
.menu-toggle{
	    position: absolute!important;
    right: 20px!important;
}

.toplist-sweepstakes__offer-title{
    display:none;
}
.mobile-menu-control-wrapper .menu-toggle, .mobile-menu-control-wrapper .menu-toggle:hover, .mobile-menu-control-wrapper .menu-toggle:focus, .has-inline-mobile-toggle #site-navigation.toggled {
    background-color: rgb(225 225 225);
}
