/*
Theme Name: three-four-a-official
Theme URI: 
Author: 
Author URI: 
Description: official three-four-a website
Requires at least: 6.8
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: three-four-a-official
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
caption,
figcaption,
p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/



html .policy-content h2 {
    font-size: 25px !important;
}
html .policy-content h3 {
    font-size: 20px !important;
    color: #17273d !important;
}

.cky-policy{
display: block;
text-align: right;
}

.warum-home{
width:80%;
justify-content: space-around;
}


.grid-cont-mass{
align-items:stretch;
}

.excerpt-blue-btn .wp-block-post-excerpt__more-text a{
color:white;
}

.policy-content h2 {
	font-size: 23px !important;
	color: #17273d !important;
}

.logo-header a{
display:flex;
}

.grid-cont-mass>div {
        padding: 20px 10px !important;
    }


.more-link {
	display: block;
}


.no-click a {
	cursor: default;
}

.h3-unbold h3 {
	font-weight: 500;
}

.search-bar-blog input {
	border: 0;
	padding-left: 25px;
}

.buggy-cont {
	display: flex;
	flex-direction: column;
}

.beli-excerpt {
	display: flex;
}

.blog-post-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.blog-post-content>* {
	margin: 0 !important;
}

.blog-post-content>p {
	display: none;
}

.random-posts-section .beli-posts {
	margin-top: var(--wp--preset--spacing--50);
	gap: 1.5rem;
	flex-wrap: nowrap;
}

.beli-posts>p {
	display: none;
}

.d-none {
	display: none !important;
}

.random-posts-section {
	margin: 0;
}

.blog-featured-img-cont img {
	width: 150px !important;
	height: 140px !important;
	border-radius: 20px;
	object-fit: cover;
}

.blog-featured-img-cont {
	max-width: 150px;
	height: 140px !important;
	width: 100%;

}

.beli-small-posts .wp-block-post-date br {
	display: none;
}

.box:hover .box-text-a a {
	color: white !important;
}

.massnahme-text {
	transition: 500ms all;
}

.massnahme-text:hover a {
	color: #1f67e4 !important;
}

.tick-svg-grp svg {
	min-width: 20px;
	max-width: 20px;
}

.circular-svg path {
	fill: white;

}

.circular-svg {
	max-width: 40px;
}

.overflow-hidden {
	overflow: hidden;
}

.big-box-bottom {
	max-width: 330px;
}

.big-svg {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.good-shadow {
	box-shadow: 0px 0px 10px 0px #F2F4FF;
}

.w-all * {
	height: 100% !important;
}

.w-all {
	height: 100%;
}

.blue-icon-s {
	width: 25px;
	fill: #3a72d3;
}

.w-100 {
	width: 100%;
}

.w-100 {
	widt: 100%;
}

.quiz-maker .ays-fs-title,
.ays_quiz_question p {
	color: #2253cb !important;
	font-weight: 600;
}

.ays_restart_button {
	background-color: #2253cb !important;
	color: white !important;
	border-radius: 999px !important;
	padding: 15px 20px !important;
	min-width: 150px;
}

#quiz-maker .start_button {
	min-width: 150px;
	border-radius: 9999px !important;
	background-color: white !important;
	padding: 15px 20px !important;
	border: 1px solid #2253cb !important;
}

.cat-list li {
	list-style: none;
	min-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ebeefc;
	border-radius: 10px;
	min-width: 230px
}

.cat-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}


.blog-card {
	transition: 200ms all;
	overflow: hidden;
}

.blog-card img {
	transition: 200ms all;
}

.blog-card:hover img {
	scale: 1.05;
}

.blog-card:hover {
	box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);

}

.blog-grid ul {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2.5rem 1rem;

}

.blog-grid ul li {
	height: 100%;
	margin: 0;
}

.blog-grid .wp-block-post-featured-image {
	height: 220px;
}

.blog-grid ul li>*,
.blog-grid .wp-block-post-featured-image * {
	height: 100%;
}

.dotted-line {
	width: 0;
	height: 2px;
	background-image: repeating-linear-gradient(to right,
			white 0 2px,
			transparent 2px 6px);
	transition: width 0.3s ease;
	display: block;
}

.blue-dots {
	background-image: repeating-linear-gradient(to right,
			#3a72d3 0 2px,
			transparent 2px 6px);
}

.num-line:hover+.dotted-line {
	width: 100%;
}



.wp-block-post-excerpt__more-text a {
	border: 1px solid;
	padding-top: var(--wp--preset--spacing--20);
	padding-right: 35px;
	padding-bottom: var(--wp--preset--spacing--20);
	padding-left: 35px;
	border-color: #3a72d3;
	border-radius: 9999px;
	color: #3a72d3;
	background-color: white;
	font-weight: 700;
	transition: 200ms all;

}

.wp-block-post-excerpt__more-text a:hover {
	background-color: #3a72d3;
	color: white;
}

.w-100-img img {
	width: 100%;
}

.idiot-text {
	max-height: 33px;
}

.white-text a {
	color: white !important;
}

.blue-text {
	color: #3a72d3 !important;
}

.header-nav li {
	transition: 100ms all;
}

.header-nav li:hover {
	color: #3a72d3 !important;

}

.header-nav li a {
	text-decoration: none !important;
}

.cb-button-next,
.cb-button-prev {
	color: white !important;
}

.mw-max {
	max-width: max-content;
}

.blog-slider .swiper-pagination-bullet {
	background: white !important;
}

.search-bar-blog {
	border-radius: 3.125rem;
}

.footer-nav-item {
	transition: 100ms all;
}

.footer-nav-item:hover a {
	color: white !important;
}

.menu {
	position: fixed !important;
	top: auto !important;
	width: 70vw !important;
	transition: 200ms margin-left;
	margin-left: -200vw !important;
	background-color: white;
	left: 0;
	height: 100vh;
	overflow: scroll;
	scrollbar-width: none;
	display: none !important;
	padding-top: 10px !important;
}

.last-box {
	max-width: 210px;
}



.scroll-stop {
	overflow: hidden;
}

html body .menu-display {
	margin-left: 0 !important;
}

.menu-overlay {
	opacity: 0;
	position: fixed;
	width: 0vw;
	height: 100vh;
	transition: 300ms opacity ease 100ms;
	margin-top: 0 !important;
	display: none !important;
	top: 0 !important;
}

html body .menu-overlay-display {

	background-color: rgba(0, 0, 0, 0.5) !important;
	opacity: 1;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
}


.excerpt-blue-btn .wp-block-post-excerpt__more-text a {
	background-color: transparent;
	border: 1px solid white
}

.excerpt-blue-btn .wp-block-post-excerpt__more-text:hover a {
	color: #3a72d3;
	background-color: white;

}





#wpforms-952-field_4-container {
	width: 50% !important;
}

#wpforms-952-field_5-container {
	margin-left: 0% !important;
	width: 50% !important;
}


.w-50 {
	width: 50%;
}

.d-none-desktop {
	display: none !important;
}

.pointer-grab {
	cursor: grab !important;
	box-shadow: none !important;
}

.star-icon #Vivid-Icons {
	fill: #f0ad4e !important;
}

.no-line-wrap {
	white-space: nowrap;
}

.swiper-pagination-bullet-active {
	background-color: var(--wp--preset--color--accent-1) !important;
}

.star-icon-cont {
	min-width: 50%;
	gap: 1px;
	display: flex;
	justify-content: end;
}

.star-icon {
	max-width: 17px;
}

.contact-form input,
.contact-form textarea {
	padding: 15px 20px !important;
	border-radius: 36px !important;
	height: auto !important;
	border-color: #D3DBEF !important;
}

.contact-form textarea {
	height: 155px !important;
	padding: 20px 25px !important;
}

.contact-form .wpforms-field-container div {
	padding: 5px !important;
}

.wpforms-submit-container {
	display: flex;
	justify-content: end;
	padding-top: 20px;
}

.submit-btn {
	height: 52px !important;
	padding: 10px 35px !important;
	border-radius: 36px !important;
	background-color: var(--wp--preset--color--base) !important;
	color: var(--wp--preset--color--accent-1) !important;
	border: 1px solid !important;
	transition: 200ms all;

}

.submit-btn:hover {
	background-color: #3a72d3 !important;
	color: white !important;
}

.d-flex-btn div {
	display: flex !important;
}

.main-header {
	position: fixed;
	top: 40px;
	top: 8px;
	max-width: 1140px !important;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 999;
}

footer {
	margin: 0 !important;
}

.d-flex img {
	object-fit: contain !important;
}

.white-btn a,
.quiz-maker .start_button {
	transition: 200ms all;
}

.white-btn a:hover,
#quiz-maker .start_button:hover {
	background-color: #3a72d3 !important;
	color: white !important;
}

.blue-btn a:hover {
	background-color: white !important;
	color: #3a72d3 !important;
}

.error-btn a:hover {
	color: #17273d !important;
}

.small-shadow {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.link-dot {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
}

.link-dot a {
	width: 100%;
}

.box,
.cat-list li {
	box-shadow: 0px 0px 10px 0px #F2F4FF;
	cursor: pointer;
	transition: 200ms all;
	position: relative;
}

.box:hover,
.cat-list li:hover {
	background-color: #3a72d3 !important;
}

.box:hover .box-text,
.cat-list li:hover a {
	color: white !important;
}

.box:hover .box-img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(103deg) brightness(105%) contrast(105%);
	fill: white;
}

.box:hover #Vivid-Icons {
	fill: yellow !important;
}

.global-padding {
	padding-top: 90px !important;
	padding-bottom: 90px !important;
}

.video-cont video {
	border-radius: 8px;
	width: auto;
}

.video-cont video {
	box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.5);
	height: 367px !important;
	object-fit: cover;
	width: 100%;
	object-position: 20%;
}

.massnahme-hero-first-col {
	width: 58%;
}

.w-66 {
	width: 66%;
}

.w-33 {
	width: 33%;
}

.mass-checkmark {
	max-width: 20px;
	fill: #3a72d3;
}

.blue-icon {
	fill: #3a72d3;
	height: 40px;
}

.text-decoration-none a {
	text-decoration: none;
}

.z-99 {
	z-index: 99;
}

.page-cover-img::before {
	content: "";
	position: absolute;
	inset: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(270deg, #2C2C2E00 0%, #2C2C2E 80%);

}

.page-cover-img::before {
	z-index: 2;
}

header {
	position: relative;
	z-index: 999;
}

footer a {
	text-decoration: none !important;
}

.d-flex {
	display: flex !important;
}

.flex-1 {
	flex: 1;
}

.w-100 .wp-block-cover__inner-container {
	width: 100% !important;
}

.word-space-s {
	word-spacing: 5px;
}

.min-w-25 {
	min-width: 25px;
}

.rel-hero {
	position: relative;
	max-height: 700px;
	bottom: 100px;
}

.abs-hero {
	position: absolute;
	bottom: 10%;
	width: 100%;
}


@media screen and (max-width:1024px) {

	.blog-grid ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: end;
	}

	.cat-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.cert-icon {
		width: 40%;
		display: flex;
		justify-content: left;
	}

	.cert-icon figure {
		margin-left: 0 !important;
	}

	.test-icon {
		width: 40%;
		display: flex;
		justify-content: end;
	}

	.test-icon figure {
		margin-right: 0 !important;
	}

	.global-padding {
		padding-top: 70px !important;
		padding-bottom: 50px !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.global-padding {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.global-padding-plus {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

	.wrap-tab {
		flex-wrap: wrap !important;
	}

	.w-100-tab {
		width: 100%;
	}

	.w-30-tab {
		width: 30%;
	}

	.center-text-tab {
		text-align: center;
	}

	.direction-column-tab {
		flex-direction: column;
	}

	.warum-img {
		min-height: 300px;
		max-height: 300px;
		width: 100%;
	}

	.justify-center-tab {
		display: flex;
		justify-content: center;
	}

	.massnahme-section {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.alle-infos {
		width: 50%;
		border-left-width: 0px !important;
		border-top: 1px solid #969696;
	}

	.kosten {
		width: 100%;
	}


	.d-none-desktop {
		display: block !important;
	}

	.d-none-tab {
		display: none !important;
	}

	.page-top .wp-block-cover__inner-container {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.height-tab {
		min-height: 245px !important;
	}






	.grid-cont-mass {
		justify-content: center !important;
	}

	.grid-cont-mass>div {
		flex-basis: 45%;
	}

}

@media screen and (max-width:767px) {

	.main-header {
		top: 0px;
		border-radius: 0 !important;
		z-index: 9999;
	}

	.justify-center-mobile {
		display: flex;
		justify-content: center;
	}

	.hero-page * {
		margin: 0;
	}

	.text-center-mobile {
		text-align: center;
	}

	.min-h-0-mobile {
		min-height: 0 !important;
	}

	.reverse-col-mobile {
		flex-direction: column-reverse;
	}

	.min-h-300-mobile {
		min-height: 500px !important;
	}

	.angebote-card {
		width: 100% !important;
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.warum-home {
		flex-direction: column;
		padding-top: 51px !important;
		padding-bottom: 70px !important;
		gap: 30px !important;
	}

	.warum-home div * {
		max-width: none !important;
	}

	.home-bg {
		background-position: 1% 100% !important;
	}

	.massnahme-hero-first-col {
		width: 100%;
	}

	.global-padding-plus,
	.global-padding-plus {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}


	.video-cont video {
		height: 236px !important;

	}

	.column-center-mobile {
		flex-direction: column;
		align-items: center;
	}

	.alle-infos {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.w-100-mobile {
		width: 100%;
	}

	.p-0-mobile {
		padding: 0 !important;
	}

	.smallest-size {
		font-size: 18px !important;
	}

	.box {
		flex-basis: auto !important;
		width: 100%;
	}

	.mass-list-cont {
		gap: 19px !important;
	}

	.uber-bg {
		background-position: 20% 50% !important;
	}

	.the-vid {
		min-height: 700px !important;
	}

	.low-line {
		line-height: 1.3em !important;
	}

	.test-icon figure {
		min-height: 125px;
	}

	.test-icon,
	.cert-icon {
		width: 45%;
	}

	.test-icon img,
	.cert-icon img {
		object-fit: contain !important;
		min-height: 141px !important;
	}

	.footer-row>div {
		padding-bottom: 20px;
	}

	.footer-nav-list>* {
		margin-top: 8px !important;
	}

	.rel-hero {
		bottom: unset;
	}

	.m-0-mobile{
		margin:0 !important;
	}




	.menu {
		display: block !important;
	}

	.menu {
		min-width: 250px;
		padding-top: 80px !important;
		z-index: 999;
		top: 0;
		width: 50vw !important;
		transition: 200ms margin-left;
		margin-left: -200vw !important;
		background-color: #3A72D3 !important;
		left: 0;
		height: 100vh;
		overflow: scroll;
		padding-bottom: 230px !important;
		scrollbar-width: none;
	}

	.menu-overlay {
		display: block !important;
	}

	.menu-overlay {
		z-index: 99;
		opacity: 0;
		position: fixed;
		width: 0vw;
		height: 100vh;
		transition: 300ms opacity ease 100ms;
		margin-top: 0 !important;
	}

	.d-none-mobile {
		display: none !important;
	}

	.pointer-grab {
		min-height: 195px !important;
	}

	.swiper-pagination {
		bottom: -30px !important;
	}

	.max-w-280-mobile {
		max-width: 280px;
	}

	.last-box {
		max-width: 100%;
	}

	.hero-page {
		line-height: normal !important;
	}

	.d-none-tab {
		display: block !important;
	}

	#wpforms-952-field_4-container,
	#wpforms-952-field_5-container,
	.submit-btn {
		width: 100% !important;
	}

	.col-2-blog {
		border-top: 2px solid #3a72d3;
		border-left: 0 !important;
	}

	.p-t-20-mobile {
		padding-top: 20px !important;
	}

	.p-b-20-mobile {
		padding-bottom: 20px !important;
	}

	.beli-posts {
		align-items: flex-start !important;
		flex-direction: column;
	}

	.blog-featured-img {
		width: auto !important;
		height: auto !important;
		aspect-ratio: unset !important;
	}

	.m-w-none-mobile>* {
		max-width: none !important;
	}

	.blog-top-img img {
		object-position: 65% !important;
	}

	.massnahme-section {
		padding-top: 100px !important;
	}

	.d-none-tab {
		display: none !important;
	}

	.d-block-mobile {
		display: block !important;
	}

	.big-card {
		padding-right: var(--wp--preset--spacing--30) !important;
		padding-left: var(--wp--preset--spacing--30) !important;
	}

	.blog-grid ul {
		display: grid;
		grid-template-columns: 1fr;
	}

	.cat-list {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}

	.cat-list li {
		font-size: 15px !important;
		min-width: auto;
		min-height: 80px;
	}

	.grid-cont-mass {
		align-items: stretch !important;
		display: grid !important;
		grid-template-columns: 1fr 1fr;
	}

	.grid-cont-mass>div {
		padding: 20px 10px !important;

	}

	.display-grid-mobile {
		display: grid !important;
	}

	.big-box-bottom {
		max-width: 100%;
	}

	.ham {
		display: flex !important;
	}

	.circular-svg {
		max-width: 30px;
	}

	.big-svg {
		width: 40px;
		height: 40px;
	}

	.uber-bg .wp-block-cover__image-background {
		object-position: 80% !important;
	}

	.line-hero {
		line-height: 1.9;
		padding-top: 25px;
	}

	.wpforms-one-half {
		width: 100% !important;
		margin: 0 !important;
	}

	.blog-featured-img-cont {
		max-width: none;
		height: auto !important;
	}

	.blog-featured-img-cont figure {
		aspect-ratio: 3 / 2 !important;
	}

	.blog-featured-img-cont img {
		width: 100% !important;
		height: 100% !important;
	}
	.hero-page h2 {
		padding-top: 10px;
	}

	.quiz-btn a {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.quiz-maker-top {
		padding-top: 90px !important;
	}

	.privacy-img {
		min-height: 350px;
	}

.policy-content a{
line-break:anywhere;
}
	.min-h-300-mobile {
        min-height: 500px !important;
    }

}