/*
Theme Name: Atec
Theme URI: https://atec.rs
Author: Atec Technologies
Author URI: https://atec.rs
Version: 2023
*/

/* 
1.0 HEADER 
2.0 MENU 
3.0 PAGE LAYOUT & ELEMENTS
4.0 PAGES
5.0 FOOTER
6.0 MEDIA QUERIES
*/

:root {
  --primary-color: #ab0425;
  --secondary-color: #fff;
}

/******** 1.0 HEADER ********/

.content {
	background-color: #fffbf6;
}

#header-box {
	padding-top: 10px;
	padding-bottom: 10px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	color: #2f1e0e !important;
	font-weight: 600 !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	box-shadow: 0 4px 40px rgba(0,0,0,.17) !important;
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
	font-weight: 500;
}

.mega-sub-menu li.widget_text {
	font-size: 16px !important;
	padding-top: 0 !important;
}

.mega-sub-menu img {
	border-radius: 5px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
	font-weight: 500 !important;
}

.header-menu {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-menu-contact a {
	border: 2px solid #e5c6a7 !important;
	border-radius: 18px !important;
	background-color: #f2e0d1 !important;
	color: #0b0b0b !important;
	padding: 2px 20px 1px 20px !important;
	transition: 0.5s ease-in-out !important;
	height: unset !important;
}

.header-menu-contact:hover a {
	border: 2px solid #e5c6a7 !important;
	background-color: #fff !important;
}

.header-page-title h1 {
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
	margin-top: 0;
	padding-top: 30px;
	padding-bottom: 20px;
	font-family: "Merriweather", serif;
}

h2 {
	font-family: "Merriweather", serif;
}

.header-page {
	background-color: #fffbf6;
}

.header-page-title p {
	margin-bottom: 0;
	text-align: center;
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
}

.header-page.home-header-slider img {
	width: 100%;
}

.home-header-slider .header-page-img {
	position: relative;
}


/******** 1.0 END HEADER ********/

/******** 2.0 MENU ********/
/******** 2.0 END MENU ********/


/******** 3.0 PAGE LAYOUT & ELEMENTS ********/

/* Standard Page Elements */

.breadcrumb-top li {
	list-style: none;
	display: inline;
}

.breadcrumb-top ul {
	padding: 0;
}

#scroll-top {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 50px;
	display: none;
	text-indent: -9999px;
	background: url('images/icon_top.png') no-repeat;
	outline: none !important;
}

body {
	font-family: "Roboto", sans-serif;
	color: #311b04;
	font-size: clamp(18px, 2vw, 20px);
	line-height: 1.8;
	font-weight: 300;
}

/******** 3.0 END PAGE LAYOUT & ELEMENTS  ********/


/******** 4.0 PAGES ********/

/******** HOME PAGE ********/
.container-fluid.fp-section-willkommen {
	position: relative;
}

.container-fluid.fp-section-willkommen::before {
	content: '';
	background: linear-gradient( to left, #fff0e4 20%, rgba(255, 240, 228, 0.72) 40%, rgba(255, 240, 228, 0) 60%, rgba(255, 240, 228, 0) 100% );
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.container-fluid.fp-section-willkommen, .container.fp-section-unsere-leistunge {
	position: relative;
	padding: 70px 0px 50px 0px;
}

.willkommen-left img {
	width: 100%;
	border-radius: 18px;
}

.willkommen-left img:nth-child(1) {
	margin-bottom: 55px;
}

.willkommen-right, .willkommen-left {
	position: relative;
	z-index: 3;
}

.willkommen-right ul {
	border-top: 1px solid #311b04;
	padding-top: 20px;
	margin-top: 20px;
	list-style-type: none;
}

.willkommen-right ul li {
	font-weight: 500;
}

.willkommen-right h2 {
	font-weight: 500;
	font-size: 28px;
	padding-bottom: 10px;
}

.willkommen-right h1 {
	font-size: 20px;
}

.willkommen-right {
	padding-left: 3%;
}

.container.fp-section-unsere-leistunge h2 {
	text-align: center;
	font-weight: 500;
	font-size: 34px;
	padding-bottom: 10px;
}

.container.fp-section-unsere-leistunge ul li {
	display: flex;
	width: calc(33% - 10px);
	padding: 20px 20px;
	flex-direction: column;
	box-sizing: border-box;
	border-radius: 18px;
	border: 1px solid #f2e0d1;
	box-shadow: 4px 2px 6px 0px #f2e0d1ab;
	transition: 0.3s ease-in-out;
}

.container.fp-section-unsere-leistunge ul li:hover {
	box-shadow: 6px 10px 6px 0px #f2e0d1ab;
}

.container.fp-section-unsere-leistunge ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

.container.fp-section-unsere-leistunge ul li i {
	color: #e5c6a7;
	font-size: 44px;
	padding-bottom: 10px;
}

.container-fluid.fp-section-ihre-vorteile {
	position: relative;
}

.ihre-vorteile-left {
	position: relative;
	width: 60%;
	float: left;
	padding: 95px 165px 80px 15px;
}

.ihre-vorteile-left::before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #f2e0d1;
	border-top-right-radius: 18px;
}

.ihre-vorteile-text {
	position: relative;
	float: right;
	padding-right: 10%;
	line-height: 42px;
}

.ihre-vorteile-right {
	position: absolute;
	right: 0px;
	top: 50px;
	width: 45%;
	bottom: -39px;
	float: right;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
}

.ihre-vorteile-text h2 {
	font-weight: 500;
	font-size: 34px;
	padding-bottom: 10px;
}

.ihre-vorteile-text ul li::before {
	color: #311b04 !important;
}

/******** Unsere Team page ********/

.team-member-inner img {
	border-radius: 100%;
	margin-bottom: 20px;
	width: 100%;
}

h2.team-category-title {
	padding: 45px 12px 25px 12px;
	color: #311b04;
	font-size: 36px;
}

.team-member {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 35px;
}

.team-member h3 {
	color: #311b04;
	font-size: 22px;
	margin-bottom: 8px;
	margin-top: 7px;
}

.team-member p {
	font-size: 17px;
	margin-bottom: 0px;
	font-weight: 400;
	line-height: 20px;
}

h2.custom-page-title {
	padding-bottom: 25px;
}

.unsere-team-text-top {
	background-color: #f2e0d1;
	padding: 30px 30px 25px 30px;
	border-radius: 18px;
}

.ihre-vorteile-text li {
	line-height: 36px;
}

.container.fp-section-kurse {
	padding: 80px 0 20px 7%;
}

.container-fluid.front-page-content {
	padding-right: 0;
	padding-left: 0;
}

.container.fp-section-kurse h1 {
	font-size: 25px;
}

.container.fp-section-kurse h2 {
	font-weight: 500;
	font-size: 34px;
	padding-bottom: 10px;
}

.container.fp-section-kurse a {
	margin-top: 0px;
	border: 2px solid #e5c6a7;
	margin-bottom: 45px;
	padding: 10px 25px;
	width: auto;
	border-radius: 18px;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: block;
	color: #311b04;
	background-color: #f2e0d1;
	transition: 0.5s ease-in-out !important;
}

.container.fp-section-kurse a:hover {
	border: 2px solid #e5c6a7 !important;
	background-color: #fff !important;
}

.container.fp-section-kurse ul li {
	line-height: 36px;
}

.kontakt-left-inner {
	background-color: #f2e0d1;
	padding: 35px 40px;
	border-radius: 18px;
	margin-bottom: 25px;
	box-shadow: 4px 2px 6px 0px #f2e0d1ab;
	transition: 0.3s ease-in-out;
}

.standorte-left-inner {
	background-color: #e5c6a7;
	padding: 35px 40px;
	border-radius: 18px;
	margin-bottom: 25px;
	box-shadow: 4px 2px 6px 0px #f2e0d1ab;
	transition: 0.3s ease-in-out;	
}

.standorte-left-inner:hover, .kontakt-left-inner:hover {
	box-shadow: 6px 10px 6px 0px #f2e0d1ab;
}

.container.fp-section-standorte-kontakt {
	margin-bottom: 40px;
	align-items: stretch;
	display: flex;
	flex-flow: wrap;
}

.container.fp-section-standorte-kontakt h2 {
	padding-bottom: 20px;
}

.kontakt-left-inner a.button {
	margin-top: 0px;
	border: 2px solid #e5c6a7;
	margin-bottom: 0;
	padding: 6px 25px;
	width: auto;
	border-radius: 18px;
	transition: all 0.3s;
	font-weight: 600;
	display: block;
	color: #311b04;
	background-color: #fff0e4;
	transition: 0.5s ease-in-out !important;
}

.kontakt-left-inner a.button:hover {
	background-color: #fff;
}

.standorte-kontakt-text i {
	color: #6a5642;
}

.standorte-left, .kontakt-left {
	align-items: stretch;
	display: flex;
	flex-flow: wrap;
}

/******** Unsere Mission Werte page ********/
.unsere-mission {
	background-color: #f2e0d1;
	padding: 0px 0px 0px 30px;
}

.unsere-mission figure {
	margin: 0;
}

.unsere-mission .wp-block-image img {
	width: 100%;
}

.unsere-mission .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
	margin-bottom: 0;
}

.unsere-mission h2, .elearning-text h2, h2.anstellung-title, .kurse-top-text h2 {
	padding-bottom: 25px;
	font-size: 36px;
}

.unsere-misssion-text p {
	padding-right: 35px;
}

.unsere-werte-main-title h2 {
	font-size: 36px;
	padding-top: 30px;
}

.unsere-misssion-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.unsere-werte-box {
	border-radius: 15px;
}

.unsere-werte-box1 {
	background-color: #f2e0d1;
}

.unsere-werte-box2 {
	background-color: #f2e8d1;
}

.unsere-werte-box3 {
	background-color: #f2d7d1;
}

.unsere-werte-box h3 {
	padding: 25px 20px 0 20px;
}

.unsere-werte-box p {
	padding: 15px 20px 20px 20px;
}

.unsere-werte-box figure {
	margin: 0;
}

.unsere-werte-box .wp-block-image img {
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

.unsere-mission {
	background-color: #f2e0d1;
	padding: 0px 0px 0px 30px;
	border-radius: 15px;
}

.unsere-mission .wp-block-image img {
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
		border-top-right-radius: 15px;
	border-top-left-radius: 15px;
}

/******** E-Learning page ********/
.elearning-image figure {
	margin: 0;
}

.elearning-text {
	padding-left: 2%;
}

.elearning-image img {
	border-radius: 15px;
}

/******** Unsere Standorte page ********/
.standorte-text-top h2, .unsere-erfahrung-page h2 {
	padding-bottom: 25px;
	font-size: 36px;
}

.standorte-map figure {
	margin: 0;
}

.standorte-map ul, .unsere-vorteile-list ul, .elearning-text ul, .page-id-607 ul, .kurse-top-text ul, .ablauf-box ul, #jobDescription ul, #jobRequirements ul, .willkommen-right ul, .ihre-vorteile-text ul, .fp-section-kurse ul {
	list-style-type: none;
	padding-left: 24px;
	line-height: 32px;
}

.standorte-list {
	display: flex;
	align-items: center;
}

.standorte-map ul li, .unsere-vorteile-list ul li, .elearning-text ul li, .kurse-top-text ul li, .ablauf-box ul li, #jobDescription ul li, #jobRequirements ul li, .willkommen-right ul li, .ihre-vorteile-text ul li, .fp-section-kurse ul li {
	position: relative;
	text-indent: -24px;
}

.page-id-607 ul li {
	position: relative;
	text-indent: -10px;
}

.standorte-map ul li::before, .unsere-vorteile-list ul li:before, .elearning-text ul li:before, .page-id-607 ul li:before, .kurse-top-text ul li:before, .ablauf-box ul li:before, #jobDescription ul li:before, #jobRequirements ul li:before, .willkommen-right ul li:before, .ihre-vorteile-text ul li:before, .fp-section-kurse ul li:before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	color: #e5c6a7;
	padding-right: 8px;
	font-size: 18px;
}

.wp-block-columns.vorteile-btn a, .elearning-btn a {
	margin-top: 0px;
	border: 2px solid #e5c6a7;
	margin-bottom: 45px;
	padding: 15px 25px;
	width: auto;
	border-radius: 18px;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: block;
	color: #311b04;
	background-color: #f2e0d1;
	transition: 0.5s ease-in-out !important;
}

.elearning-btn a {
	margin-top: 20px;
	margin-bottom: 0;
	padding: 9px 25px;
}

.wp-block-columns.vorteile-btn:hover a, .elearning-btn:hover a {
	border: 2px solid #e5c6a7 !important;
	background-color: #fff !important;
}

.vorteile-btn h4 strong {
	font-weight: 500;
	font-size: 22px;
	font-family: "Merriweather", serif;
}
/******** Preise page ********/
.page-preise h2 {
	padding-bottom: 25px;
}

.page-preise .wp-block-button a {
	margin-top: 21px;
	border: 2px solid #e5c6a7;
	margin-bottom: 10px;
	padding: 18px 25px;
	width: auto;
	border-radius: 25px;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: block;
	color: #311b04;
	background-color: #e5c6a7;
	transition: 0.5s ease-in-out !important;
}

.page-preise .wp-block-button:hover a {
	border: 2px solid #e5c6a7 !important;
	background-color: #fff !important;
}

.page-preise p a {
	color: #311b04;
	font-weight: 500;
	font-size: 18px;
}


/******** Termin page ********/

.termin-section-text {
	text-align: center;
	margin-bottom: 0;
}

.termin-section-text h2 {
	padding-bottom: 25px;
	font-size: 36px;
	padding-top: 40px;
}

/******** Kurse page ********/

.kurse-top-text {
	padding: 0px 1% 0px;
	margin: 15px 30px 15px;
}

.kurse-top-text-left figure {
	margin: 0 15px 0 0;
}

.kurse-top-text-left img {
	border-radius: 18px;
}

.cp-contact-form.cp-form-cours {
	padding: 0px 12% 0px;
	margin: 15px 30px 48px;
}

.cp-contact-form.cp-form-course label {
	display: block;
}

.cp-contact-form.cp-form-course .wpcf7-form-control.wpcf7-radio input {
	width: auto;
}

.cp-contact-form.cp-form-course .wpcf7-list-item {
	display: block;
	margin: 0 0 0 1em;
}

.cf-kurse-sie .wpcf7-list-item {
	line-height: 30px;
	margin-left: 0 !important;
}

.cf-kurse-sie p > label {
	padding: 10px 0 20px 0;
}

.cf-kurse-accept .wpcf7-list-item, .cf-cp-radiobtn .wpcf7-list-item {
	margin-left: 0 !important;
}

.cp-contact-form .wpcf7-list-item label {
	line-height: 25px;
}

.cp-contact-form.cp-form-course .button-submit-contact input {
	margin-top: 10px;
	border: 2px solid #e5c6a7;
	margin-bottom: 10px;
	padding: 12px 25px;
	width: auto;
	border-radius: 10px;
	transition: all 0.3s;
	text-transform: unset;
	font-weight: 700;
	letter-spacing: 0.5px;
	display: block;
	border: 2px solid #e5c6a7;
	background-color: #fff;
	color: #0b0b0b;
	transition: 0.5s ease-in-out;
	height: unset;
	font-size: 16px;
}

.cp-contact-form.cp-form-course .button-submit-contact input:hover {
	background-color: #fff0e4;
}

.cp-contact-form.cp-form-course .wp-block-contact-form-7-contact-form-selector {
	padding: 30px 30px 0;
	background-color: #f2e0d1;
	border-radius: 18px;
}

h1.ablauf-main-title {
	padding-bottom: 10px;
	font-size: 44px;
	font-family: "Merriweather", serif;
	font-weight: 900;
	text-align: center;
}

.ablauf-box h2 {
	padding-bottom: 20px;
}

.cp-contact-form.cp-form-course h2 {
	padding-bottom: 30px;
	font-weight: 600;
	text-align: center;
	font-size: 37px;
}

.ablauf-box {
	background-color: #fff0e4;
	padding: 20px;
	border-radius: 18px;
	padding-top: 30px;
	box-shadow: 5px 5px 19px 0 #0000001a;
}


/******** All pages ********/

.page-content {
	padding-top: 45px;
	padding-bottom: 30px;
	position: relative;
}

a {
	text-decoration: none;
	transition: all 0.3s;
}

.content-section {
	padding: 2% 0 3% 0;
}

.wp-block-separator {
	opacity: 1;
	border: none;
}

.alignright {
	float: right;
	margin-left: 20px;
}

.alignleft {
	float: left;
	margin-right: 20px;
}

/* Front page */

.front-page-section-1 i {
	color: var(--primary-color);
	font-size: 30px;
	margin-bottom: 16px;
}

.front-page-section-1 h4 {
	font-size: 20px;
}

.team-single-content em {
	font-size: 16px;
	font-weight: 500;
}

/* Contact page */

.contact-list.contact-list-br {
	margin-top: 16px;
}

.cp-contact-form h3 {
	font-weight: 300;
	font-size: 36px;
	text-align: center;
	padding-bottom: 20px;
}

.cp-contact-form {
	padding: 0px 1% 0px;
	margin: 15px 30px 48px;
}

.cf-contact-info h3 {
	margin-bottom: 25px;
	margin-top: 20px;
	font-size: 25px;
	font-weight: 500;
	color: #11192e;
	padding-left: 32px;
}

.cf-contact-info ul {
	list-style: none;
	font-size: 16px;
	font-weight: 400;
}

.cf-contact-info a {
	color: #311b04;
	text-decoration: none;
}

.cf-contact-info a:hover {
	color: #1c0f02;
}

.contact-detail-list li {
	margin-bottom: 18px;
	margin-top: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #808080;
	position: relative;
	padding-left: 40px;
	list-style: none;
}

.contact-detail-list .contact-detail {
	font-size: 14px;
	line-height: 14px;
	color: #1f1f1f;
	display: block;
}

.title-cl {
	font-weight: 500;
	padding-bottom: 0;
	display: block;
}

.contact-detail-list img {
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.contact-detail-list .small {
	font-size: 12px;
	color: #808080;
	display: block;
}

.contact-page h4 {
	color: #252525;
	font-size: 28px;
	font-weight: bold;
	padding-left: 15px;
}

.contact-page label {
	width: 100%;
}

.wpcf7-form-control-wrap {
	color: #311b04;
	font-weight: 400;
}

.cp-contact-form input {
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding: 10px 10px;
	width: 100%;
	border-radius: 10px;
	transition: all 0.3s;
}

.cp-contact-form textarea {
	text-transform: unset;
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 16px;
	width: 100%;
}

.cp-contact-form p {
	margin-bottom: 0px;
	padding-left: 0;
	font-weight: 500;
	font-size: 13px;
}

.cf-contact-info {
	padding: 25px 14% 15px;
}

.wpcf7-form-control.wpcf7-acceptance input {
	width: auto;
	margin-right: 10px;
}

.wpcf7-form-control.wpcf7-radio input {
	margin-bottom: 5px;
}

.col-12.cf-cp-radiobtn {
	margin-bottom: 10px;
}

.button-submit-contact input {
	margin-top: 21px;
	border: 2px solid #e5c6a7;
	margin-bottom: 10px;
	padding: 10px 25px;
	width: auto;
	border-radius: 10px;
	transition: all 0.3s;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
	display: block;
}

.wpcf7-form-control-wrap select {
	border: 1px solid #dfdfdf;
	margin-bottom: 20px;
	padding: 10px 10px;
	width: 100%;
	border-radius: 10px;
	transition: all 0.3s;
	background-color: #fff;
}

.page-id-7 .wpcf7-form-control.wpcf7-submit {
	text-transform: uppercase;
}

.button-submit-contact {
	display: block;
	margin-top: 10px;
	margin-bottom: 18px;

}

.wpcf7-submit {
	background-color: #e5c6a7;
	border: 2px solid #e5c6a7;
	color: #fff;
	padding: 5px 15px;
	font-weight: 500;
	border-radius: 10px;
	transition: 0.5s ease-in-out;
}

.wpcf7-submit:hover {
	background-color: #fff;
	text-decoration: none;
	color: #311b04;
	border: 2px solid #e5c6a7;
}

.wpcf7-form-control.wpcf7-textarea {
	max-height: 250px;
	border: 1px solid #e5c6a7;
}


/******** 5.0 PAGES ********/


/******** 5.0 FOOTER ********/

footer {
	font-size: 14px;
	font-weight: normal;
	background-color: #fff0e4;
}

#footer {
	padding-top: 3%;
	padding-bottom: 0;
	border-bottom: 1px solid #dbcabd;
}

footer .cf-contact-info, footer .cf-contact-info a {
	list-style: none;
	font-size: 16px;
	color: #311b04;
	line-height: 28px;
	padding-top: 0;
}

.footer-menu a {
	font-weight: 500;
	font-size: 11px;
	float: right;
}

ul#footer_menu {
	padding-left: 0;
	list-style-type: none;
}

#footer_menu a {
	color: #311b04;
	font-size: 17px;
	line-height: 40px;
}

#footer_menu a:hover {
	color: #311b04;
}

.footer a {
	text-decoration: none;
	color: #311b04;
	transition: all 0.3s;
}

.footer a:hover, .footer a:hover span {
	color: #311b04;
}

.footer-column.logo_footer img {
	padding-top: 20px;
	max-width: 210px;
	width: 100%;
}

.website-design {
	font-size: 12px;
	color: #311b04;
	text-align: center;
	letter-spacing: 0.5px;
	font-weight: 300;
	background-color: #fff4ea;
	padding: 15px 0 10px 0;
}

.website-design.container-fluid a {
	color: #311b04;
}

.website-design.container-fluid a:hover {
	text-decoration: underline;
}

.cp-social-icons ul li {
	display: inline-block;
	border: 1px solid #e5c6a7;
}

.cp-social-icons ul li {
	display: inline-block;
	border: 1px solid #311b04;
	border-radius: 5px;
	margin-right: 10px;
}

.cp-social-icons ul li a i {
	font-size: 20px;
	padding: 8px;
	border-radius: 5px;
	width: 35px;
	text-align: center;
	transition: 0.5s ease-in-out;
}

.cp-social-icons li:hover i {
	color: #fff;
	background-color: #311b04;
}

.footer-logos-sertificate img {
	text-align: center;
	margin-right: 15px;
}

.footer-logos-sertificate {
	text-align: right;
}

.footer-logos-sertificate img:nth-child(1), .footer-logos-sertificate img:nth-child(2) {
	max-width: 175px;
}

.footer-logos-sertificate img:nth-child(3), .footer-logos-sertificate img:nth-child(4) {
	max-width: 80px;
}


/******** 5.0 END FOOTER ********/


/******** 6.0 MEDIA QUERIES ********/

/* X-Large devices (large desktops, less than 1920px) */
@media (min-width: 1920px) {

.header-page img, .header-page.home-header-slider img {
	width: 100%;
}

}

/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

.cp-contact-form {
	margin: 0;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 0px 10px 0px 10px !important;
	font-size: 15px !important;
}

.header-menu {
	justify-content: center;
}

.logo-header {
	text-align: center;
}

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

footer .cf-contact-info, footer .cf-contact-info a {
	font-size: 16px;
}

.cf-contact-info {
	padding-bottom: 20px;
}

.unsere-misssion-text {
	padding-top: 20px;
	padding-bottom: 10px;
}

.unsere-mission figure {
	position: relative;
	aspect-ratio: 1/1;
	border-radius: var(--radius-m);
	box-shadow: var(--shadow);
	overflow: hidden;
	flex: 0 0 calc(50% - 1.5 * var(--grid-lg));
	width: 100%;
}

.unsere-mission .wp-block-image img {
	border-top-left-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.willkommen-right {
	padding-left: 1%;
	padding-top: 25px;
	padding-bottom: 25px;
}

.container-fluid.fp-section-willkommen {
	padding: 40px 0px 40px 0px;
}

.container.fp-section-unsere-leistunge {
	position: relative;
	padding: 40px 0px 40px 0px;
}

.ihre-vorteile-left {
	padding: 95px 70px 80px 15px;
}

.willkommen-left {
	order: 2;
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

button:focus:not(:focus-visible) {
	outline: 0;
	box-shadow: none;
}

.header-menu {
	justify-content: flex-end;
}

#mega-menu-primary .textwidget {
	display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
	padding-top: 5px !important;
	padding-bottom: 20px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
	font-size: 18px;
	box-shadow: none !important;
}

.header-menu-contact a {
	text-align: center !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-size: 20px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	padding: 4px 15px 9px 10px !important;
}

#mega-menu-item-13 {
	margin-top: 20px !important;
}

.cf-contact-info h3, .cf-contact-info ul {
	padding-left: 0;
}

.cp-contact-form {
	padding: 40px 15px 30px;
	margin: 0;
}

.cf-contact-info {
	padding: 25px 5px 15px;
}

.footer-column.logo_footer {
	margin-bottom: 30px;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
	flex-basis: 100% !important;
}

.wp-block-columns {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: wrap !important;
	align-items: normal !important;
}

.cf-contact-info {
	padding: 5px 5px 5px;
}

.elearning-text {
	padding-left: 0;
}

.elearning-image {
	display: flex;
	order: 2;
}

.unsere-mission figure {
	aspect-ratio: auto;
}

.unsere-mission {
	padding: 0px 0px 0px 0px;
}

.unsere-misssion-text p {
	padding-right: 20px;
}

.unsere-misssion-text {
	padding-left: 20px;
}

.unsere-werte-box .wp-block-image img {
	width: 100%;
}

.unsere-werte {
	margin-bottom: 0;
}

.container.fp-section-kurse {
	padding: 80px 0 20px 3%;
}
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

.website-design {
	text-align: center;
}

.willkommen-left img:nth-child(1) {
	margin-bottom: 25px;
}

.ihre-vorteile-left {
	width: 100%;
}

.contact-list {
	margin-bottom: 10px;
}

.cp-contact-info {
	text-align: center;
}

.filter-group {
	flex: unset;
	width: 100%;
}

.footer-menu a {
	float: none;
}

.copyright-left {
	order: 2;
	padding-top: 10px;
}

.footer-column h4 {
	font-size: 21px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.ihre-vorteile-text {
	position: relative;
	float: none;
	padding-right: 3%;
	padding-left: 11%;
}

.container-fluid.fp-section-ihre-vorteile {
	position: relative;
}

.ihre-vorteile-right {
	position: relative;
}

.footer-column {
	text-align: center;
}

.footer-logos-sertificate img:nth-child(3), .footer-logos-sertificate img:nth-child(4) {
	max-width: 50px;
}

.footer-logos-sertificate img:nth-child(1), .footer-logos-sertificate img:nth-child(2) {
	max-width: 150px;
}

.container-fluid.fp-section-willkommen {
	padding: 50px 0px 40px 0px;
}

.container.fp-section-unsere-leistunge ul li {
	width: calc(100% - 10px);
}

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

.logo-header img {
	max-width: 210px;
}

.footer-logos-sertificate {
	text-align: center;
}

.footer-logos-sertificate img {
	margin-right: 10px;
}

.logo-header {
	text-align: left;
}

.termin-section-text h2 {
	padding-bottom: 5px;
	font-size: 28px;
	padding-top: 20px;
}

.container.fp-section-kurse {
	padding: 80px 0 20px 6%;
}

.header-menu {
	position: absolute;
	padding-top: 5px;
}

.jobs-text-top h2, .unsere-mission h2, .elearning-text h2, h2.anstellung-title, .kurse-top-text h2, .standorte-text-top h2, .unsere-erfahrung-page h2 {
	font-size: 28px;
	padding-top: 20px;
}

.job-title {
	font-size: 22px;
}

.container.fp-section-unsere-leistunge {
	position: relative;
	padding: 40px 2px 40px 10px;
}

.ihre-vorteile-left {
	padding: 50px 15px 50px 15px;
}

.ihre-vorteile-text {
	padding-left: 3%;
}

}

@media (max-width: 478.98px) {
.job-filters-container h3 {
	font-size: 30px;
}

.jobs-text-top h2, .unsere-mission h2, .elearning-text h2, h2.anstellung-title, .kurse-top-text h2, .standorte-text-top h2, .unsere-erfahrung-page h2 {
	font-size: 24px;
}

}

    /******** 6.0 END MEDIA QUERIES ********/