/* Gleichklang Theme - New CSS File */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* ========== BASE ========== */
body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0;
}

input, textarea {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 16px;
    padding: 15px;
    border: 0;
    border-bottom: 1px solid transparent;
    outline: 0;
    margin-top: 10px;
    background: #f6f6f6;
}

/* ========== HEADER SECTION 1: TOP NAV ========== */
.header_nav {
	background: #1c4b75 !important;
	padding: 0 !important;
}
.content_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.header_nav .content_row {
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_logo {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.logo{
	width: 300px;
	height: auto;
	max-height: inherit;
	display: block;
}
#menu {
	background: #e6f0f4db;
    padding: 0 10px 0 20px;
    height: 50px;
    border-radius: 25px;
	align-content: center;
}

#menu ul.menu,
#menu #menu-header-menue {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 30px;
	height: 100%;
}

#menu li.menu-item,
#menu li {
	margin: 0;
	list-style: none;
}

#menu a,
#menu a[itemprop="url"] {
	display: inline-block;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    text-decoration: none;
    line-height: 30px;
    padding-bottom: 0;
    margin-top: -1px;
    margin-right: 0;
    color: #1c4b75;
}

#menu a span[itemprop="name"] {
	color: inherit;
}

#menu .header_login a,
#menu li.header_login a[itemprop="url"] {
    display: block;
    line-height: 26px;
    text-align: center;
    background: #1c4b75;
    height: 30px;
    width: 100px;
    border-radius: 15px;
    padding: 0;
    margin-right: 0;
    color: #e6f0f4;
    margin-top: 0;
}

#menu .header_login a span[itemprop="name"] {
	color: #e6f0f4;
}

#menu .header_user .dropdown-menu {
	position: absolute;
	background: #fff;
	border: 1px solid #e6f0f4;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
	right: 0;
	min-width: 160px;
	z-index: 1000;
	list-style: none;
	padding: 5px 0;
}

#menu .header_user .dropdown-menu li {
	display: block;
}

#menu .header_user .dropdown-menu li a {
	color: #1c4b75;
	padding: 10px 15px;
	display: block;
	border: none;
	border-radius: 0;
}

#menu .header_user .dropdown-menu li a:hover {
	background: #e6f0f4;
}

/* ========== HEADER SECTION 2: HERO BANNER ========== */
.subheader {
	/* background: linear-gradient(135deg, #1c4b75 0%, #2d5a87 100%) !important; */
	background-size: cover;
	background-position: center;
	padding: 60px 20px !important;
	position: relative;
}

.subheader .content_row {
	max-width: 1200px;
	margin: 0 auto;
}

.subheader_info {
	background: rgba(28, 75, 117, 0.95) !important;
	border-radius: 15px !important;
	padding: 30px 40px !important;
	max-width: 500px;
	color: #fff !important;
}

.subheader_info h1 {
	font-size: 32px;
	margin: 0 0 20px 0;
	font-weight: 600;
	color: #fff !important;
}

.subheader_info p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	opacity: 0.95;
	color: #fff !important;
}

/* ========== HEADER SECTION 3: SUB MENU ========== */
#sub_menu {
	background: #e6f0f4 !important;
	border-bottom: 1px solid #c8d8e0 !important;
	position: relative;
	height: 50px;
}

#sub_menu .content_row {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

/* Main menu toggle button (top nav) - hidden on desktop */
.menu-toggle {
	display: none;
	background: transparent;
	border: none;
	color: #e6f0f4;
	font-size: 20px;
	cursor: pointer;
	padding: 5px 10px;
}

.menu-toggle .menu-icon {
	font-size: 24px;
}
.search-form{
	display: flex;
    align-items: center;
}
.screen-reader-text {
	border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal;
}
#search .search-field {
	width: 35px;
	height: 50px;
	color: transparent;
	padding: 10px;
	border-color: transparent;
	margin-top: 0;
	background-color: transparent;
	background-image: url(/images/find-light.png);
	cursor: pointer;
}
/* input[type="search"] {
    -webkit-appearance: textfield;
} */
input[type="submit"], button, .button {
    margin: 0 auto;
}

/* Sub menu toggle button - hidden on desktop */
button.submenu-toggle {
	background: transparent;
	border: none;
	color: #1c4b75;
	font-size: 20px;
	cursor: pointer;
	padding: 5px 10px;
	display: none;
	font-size: 32px;
}

/* Desktop: menu visible inline */
@media(min-width: 1100px) {
	#submenu-collapse {
		display: block !important;
		position: static;
		background: transparent;
		box-shadow: none;
	}
	
	button.submenu-toggle {
		display: none !important;
	}
}

/* Menu list - default for desktop */
#submenu-collapse .menu {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: flex;
	gap: 30px;
}

#submenu-collapse .menu li {
	list-style: none !important;
}

#submenu-collapse .menu li a {
	color: #1c4b75 !important;
	text-decoration: none !important;
	font-size: 14px;
	padding: 5px 0;
	display: block;
}


#search {
	position: relative;
}

#search .search-field {
	width: 35px;
	height: 35px;
	padding: 5px;
	border: none;
	background: transparent url(/images/find.png) no-repeat center center / 20px auto;
	cursor: pointer;
	transition: width 0.3s;
}

#search .search-field:focus {
	width: 200px;
	background: #fff;
	border-radius: 20px;
	padding: 5px 15px;
	outline: none;
	cursor: text;
}

/* Mobile: hamburger menu under 1099px */
@media(max-width: 1099px) {
	button.submenu-toggle {
		display: contents;
	}
	
	#submenu-collapse {
		display: none;
		position: absolute;
		top: 50px;
		left: 20px;
		width: 280px;
		background: #1c4b75;
		border-radius: 10px;
		z-index: 999;
		box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	}
	
	#submenu-collapse.collapse.in {
		display: block;
		padding: 10px 0;
	}
	
	#submenu-collapse .menu {
		flex-direction: column;
		gap: 0;
		padding: 10px 0;
	}
	
	#submenu-collapse .menu li a {
		color: #e6f0f4 !important;
		padding: 12px 25px;
		font-size: 16px;
	}
	
	#submenu-collapse .menu li a:hover {
		background: rgba(255,255,255,0.1);
	}
}

/* ========== FULL WIDTH LAYOUT ========== */
.container{
	max-width: 1400px;
    margin: auto;
    padding: 10px 30px 80px;
    width: 100%;
}
.breadcrumb-wrap {
	background: #fff;
	width: 100%;
}

.content-wrap {
	width: 100%;
}

.container-inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ========== CONTENT: BREADCRUMB ========== */
.rank-math-breadcrumb {
    font-size: 14px;
	padding: 0 0 50px;
}

/* Article styling */
article.hentry {
	margin-bottom: 30px;
}

.entry-content {
	position: relative;
}

.entry-links {
	clear: both;
	padding-top: 20px;
}

/* Section banner */
#section3 {
	padding-top: 0;
	text-align: center;
}

#section3 img {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 20px auto;
	display: block;
}

/* ========== CONTENT: PSYCHOLOGISCHE TESTS HEADING ========== */
.section-heading {
	margin-bottom: 20px;
    background: #e6f0f4;
    padding: 20px 30px;
    border-radius: 10px;
}

.section-heading h2 {
	color: #1c4b75;
	margin: 0;
	font-size: 28px;
	font-weight: 600;
}

/* ========== inbox-top ========== */
.inbox-top {
    margin-bottom: 0 !important;
    background: #e6f0f4;
    padding: 20px 30px;
    border-radius: 10px;
}
.inbox-top h3 {
    margin: 10px 0 15px;
    color: #1c4b75;
	font-weight: 700;
    text-align: left;
}
h3 {
    font-size: 25px;
}
.page #content p, .single-post #content p {
    font-size: 18px;
    line-height: 145%;
}
p {
    margin: 10px 0;
}
b, strong{
	font-weight: 700;
}

/* ========== CONTENT: CARDS GRID ========== */
.cards-row {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 20px;
	margin-bottom: 30px;
}

.card-item {
	flex: 0 0 calc(33.333% - 14px);
	box-sizing: border-box;
	border: 1px solid #1c4b75;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.col-md-4{
    padding-left: 0;
    padding-right: 0;
}

.col-md-4 .inbox-test {
	background: #1c4b75;
	border-radius: 15px 15px 0 0;
    margin: 0;
    display: flex;
    align-items: center;
    padding-left: 15px;
    text-align: left;
    line-height: 1.2;
}

.col-md-4 .inbox-test p {
	margin: 0 !important;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #fff !important;
	display: flex;
    align-items: center;
}

.col-md-4 .inbox-test a {
	color: #fff !important;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.col-md-4 .inbox-test .fa-circle::before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(/css/images/li.png) no-repeat;
	display: block;
	background-size: 100%;
	filter: hue-rotate(110deg) brightness(130%);
}

.col-md-4 .inbox-description {
	background: #e6f0f4;
	color: #555;
	font-size: 15px;
	line-height: 1.7;
	border-radius: 0 0 15px 15px;
	min-height: 200px;
	padding: 0 25px;
	height: -webkit-fill-available;
}

.inbox-description p {
	margin: 0 0 15px 0 !important;
	color: #555 !important;
}

.inbox-description a {
	color: #c24f4f !important;
	text-decoration: underline !important;
	font-weight: 600;
}

.inbox-date {
	background: #e6f0f4;
	padding: 15px 25px;
	color: #333;
	border-radius: 0 0 15px 15px;
	margin-top: -15px;
	font-size: 14px;
}

.inbox-date .fa-calendar {
	color: #1c4b75 !important;
	margin-right: 8px;
}
.register_btn{
	display: block;
    font-family: inherit;
    font-size: 16px;
    color: #e6f0f4;
    text-align: center;
    text-decoration: none;
    padding: 12px 25px;
    border: 0;
    background: #1c4b75;
    cursor: pointer;
    border-radius: 27px;
    margin: 0 auto;
    width: 100%;
}
.register_btn:hover{
	opacity: 0.8;
	color: #e6f0f4;
}

/* ========== FOOTER ========== */
.footer {
	padding: 50px 0 30px;
	margin-top: 50px;
	border-top: 1px solid #bbb;
}

.footer .content_row {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer-column {
	/* flex: 1;
	margin-bottom: 30px;
	padding-right: 20px; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

.footer-column h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
}

.footer-column ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-column li {
	margin-bottom: 8px;
}

.footer-column a {
	text-decoration: none;
	font-size: 14px;
}

.footer-column a:hover {
	text-decoration: underline;
}

.footer-bottom {
	width: 100%;
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #bbb;
	margin-top: 20px;
}

/* Newsletter */
.newsletter-form {
	display: flex;
	gap: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.newsletter-form input[type="email"] {
	flex: 1;
	padding: 10px 15px;
	border: 1px solid #bbb;
	border-radius: 5px;
	font-size: 14px;
}

.newsletter-form button {
	background: #1c4b75;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 14px;
}

.newsletter-form button:hover {
	background: #0d2d4a;
}

/* Member button */
.btn-member {
	background: #1c4b75;
	color: #fff;
	border: none;
	border-radius: 25px;
	padding: 12px 25px;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
}

.btn-member:hover {
	background: #0d2d4a;
	color: #fff;
}
@media (max-width: 874px) {
    #menu {
        position: relative;
        background: transparent;
        padding: 0;
        height: auto;
        border-radius: 0;
    }
    
    #menu .menu-toggle {
        display: block;
        color: #e6f0f4;
        height: 40px;
        line-height: 34px;
        width: 40px;
        margin-left: auto;
    }
    
    #menu .menu-header-menue-container {
        display: none;
        position: absolute;
        top: 100%;
        right: 0;
        background: #1c4b75;
        border-radius: 10px;
        min-width: 200px;
        z-index: 1000;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        padding: 10px 0;
        top: 60px;
    }
    
    #menu .menu-header-menue-container.show {
        display: block;
    }
    
    #menu ul.menu,
    #menu #menu-header-menue {
        flex-direction: column;
        gap: 0;
        height: auto;
        padding: 0;
    }
    
    #menu li.menu-item {
        width: 100%;
    }
    
    #menu a[itemprop="url"],
    #menu li.menu-item a {
        color: #e6f0f4 !important;
        padding: 12px 25px;
        display: block;
        text-align: left;
    }
    
    #menu a[itemprop="url"]:hover,
    #menu li.menu-item a:hover {
        background: rgba(255,255,255,0.1);
    }
    
    #menu .header_login a,
    #menu li.header_login a[itemprop="url"] {
        background: transparent !important;
        width: auto;
        height: auto;
        border-radius: 0;
        margin: 0;
    }
    
    #menu .header_login a span[itemprop="name"] {
        color: #e6f0f4;
    }
}

/* ========== RESPONSIVE ========== */
@media(max-width: 768px) {
	.header_nav .content_row { 
		display: flex;
		gap: 15px;
	}
	
	#menu ul {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	
	.subheader_info {
		max-width: 100%;
		padding: 25px;
	}
	
	.subheader_info h1 {
		font-size: 24px;
	}
	
	#sub_menu .content_row {
		height: auto;
	}
	
	#sub_menu .menu {
		flex-wrap: wrap;
		justify-content: center;
		gap: 15px;
	}
	
	.footer .content_row {
		flex-direction: column;
	}
	
	.footer-column {
		min-width: 100%;
	}
}

/* ========== CARDS RESPONSIVE ========== */
@media (max-width: 992px) {
	.card-item {
		flex: 0 0 calc(50% - 10px);
	}
}

@media (max-width: 768px) {
	.card-item {
		flex: 0 0 100%;
	}
	
	.cards-row {
		gap: 15px;
	}
	
	.container-inner {
		padding: 0 15px;
	}
}
