@import "./style-variable.css";
@import "./style-fonts.css";
/*
 Theme Name:   Monika Weber
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Benjamin Seifert
 Author URI:   https://south-bird.de
 Template:     generatepress
 Version:      0.1
*/

/* ---------------------------------------- */

/*
............Basic Style
............Font
............Navigation
............Content
............Forms
............Footer
............Media
*/

/* ---------------------------------------- */

/*////////////////////////////////////////////
BASIC STYLE
////////////////////////////////////////////*/

/*html.js { margin-top: inherit !important; }
 
div#wpadminbar{ display:none;}*/

html {
	font-size: 100%;
}
::selection {
	background: var(--main-bg-color);
	color: var(--primary-color) !important;
	text-shadow: none;
}
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: inherit;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36363', endColorstr='#ed7d61', GradientType=0);
	/* IE6-9 */
	font-family: var(--content-font);
	font-size: var(--body-font);
	background: var(--main-bg-color);
	color: #50504A;
	line-height: 1.5;
}
a, .elementor-button:before, .main-navigation li.button a:before {
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.site-footer a {
    color: var(--primary-color);
}

.error404 .inside-article p {
	font-size: 20px;
	max-width: 600px;
}
.error404 form.search-form {
	display: none;
}
.error404 .inside-article {
	margin-bottom: 100px !important;
	display: block;
	padding: 10% !important;
	text-align: center;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #9f9f9f;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #9f9f9f;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #9f9f9f;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #9f9f9f;
}
*:focus {
	outline: 0;
}

.elementor-button span {
    font-weight: 500;
}

.show-home{display:none;}
.home .show-home{display:block;}

/*////////////////////////////////////////////
FONT
////////////////////////////////////////////*/

body, button, input, select, textarea {}
a {
	text-decoration: none;
	color: var(--accent-color);
}
b, strong {
	color: var(--primary-color);
	    font-weight: 600;
}
.elementor-heading-title b, .elementor-heading-title strong {
	color: var(--accent-color);
}
p {
	margin: 0 auto 1rem;
	    letter-spacing: 0.02rem;

}

li::marker {
    color: #ede9e5;
}

.elementor-widget-container ul li {
    padding-left: 5px;
}

.elementor-widget-container ul {
    margin: 0 0 10px 20px;
}

.eael-simple-menu-container .eael-simple-menu li a {
    line-height: 2;
}

table td:first-child {
    width: 85px;
}

table {
    margin: 0;
}

td, th {
    padding: 0 0 10px 0;
    border: none;
}

p:last-child {
	margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6, .elementor-heading-title {
	margin: 10px auto;
	font-family: var(--heading-font);
	font-weight: var(--heading-fontw);
	color: var(--primary-color);
}

h3.elementor-icon-box-title {
    font-size: 22px;
    letter-spacing: 0.05rem;
}

span.elementor-heading-title {
    font-family: var(--body-font);
    font-weight: 400;
}

.elementor-heading-title b, .elementor-heading-title strong{font-weight: var(--heading-fontw);}

body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl, body .elementor-widget-heading .elementor-heading-title.elementor-size-xl, body .elementor-widget-heading .elementor-heading-title.elementor-size-large{ word-spacing: -25px;}

body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: var(--XXL-font);
	    letter-spacing: -0.2rem;   
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: var(--XL-font);
	    letter-spacing: -0.2rem;   
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: var(--L-font);
	 letter-spacing: -0.1rem;   

}

body  .elementor-widget-heading .elementor-heading-title.elementor-size-medium{ font-size: 30px;}

body h1.elementor-heading-title {
	font-size: var(--h1-font);
}
body h2.elementor-heading-title {
	font-size: var(--h2-font);
}
body h3.elementor-heading-title {
	font-size: var(--h3-font);
}
body h4.elementor-heading-title {
	font-size: var(--h4-font);
}
body h5.elementor-heading-title {
	font-size: var(--h5-font);
}
body h6.elementor-heading-title {
	font-size: var(--h6-font);
}
body .elementor-heading-title {
	line-height: var(--lh-font);
}
p.elementor-icon-box-title {
	margin: 0;
}
p.elementor-heading-title {
	font-weight: var(--heading-fontw);
	font-size: var(--heading-font);
	font-family: var(--content-font);
}
body .elementor-button.elementor-size-md, .main-navigation .main-nav li.btn a {
	padding: var(--btn-pd);
	border-radius: var(--btn-rd);
	line-height: 1;
	font-size: var(--body-font);
	font-weight: 700;
}
.row ul.elementor-icon-list-items {
	display: flex;
	flex-wrap: wrap;
}
.row ul.elementor-icon-list-items li.elementor-icon-list-item {
	width: 50%;
	margin: 5px 0 !important;
}
h3.elementor-image-box-title {
	font-size: 28px;
	font-weight: 600;
}
p.elementor-image-box-description b {
	padding-bottom: 10px;
	display: inline-block;
}
/*////////////////////////////////////////////
#NAVIGATION
////////////////////////////////////////////*/

header#masthead, .main-navigation, .main-navigation ul ul {
	background:var(--main-bg-color);
	    box-shadow: none;
}

.site-branding {
    width: auto;
}

.main-navigation .main-nav ul li a {
	font-size: var(--body-font);
	color: var(--primary-color);
}
.inside-header.grid-container {
	padding: 0;
	z-index: 1;
	position: relative;
	max-width: inherit;
}
.grid-container {
	max-width: inherit;
}
.admin-bar.home header#masthead, .admin-bar.page-template-elementor_theme header#masthead {
	top: 32px;
}

.nav-float-right #site-navigation {
 background: none;
}

header#masthead {
    background: none;
    margin: 0 auto;
	    z-index: 1000;
    left: 0;
    right: 0;
    position: absolute;
    top: 0
}
	
.main-title a {
    font-family: var(--heading-font);
    text-align: center;
}



.site-logo {
	height: var(--logoh);

}
.site-header .header-image {
	height: 100%;
	width: auto;
}




.main-navigation .main-nav li.btn a {
	background: var(--accent-color);
	color: var(--main-bg-color) !important;
	margin-left: 15px;
}
.inside-header.grid-container {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: var(--content-padding);
	padding-left: var(--content-padding);

}
.elementor-testimonial-wrapper {
	background: #17192a;
	padding: 20px;
	border-radius: 20px;
}
.elementor-testimonial-wrapper {
	background: #17192a;
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
	text-align: left !important;
}
.content-row .elementor-widget-wrap>div {
	max-width: 550px;
	margin: 20px 20px;
}
.elementor-testimonial-details {
	font-weight: 600;
	color: #fff;
}
.elementor-testimonial-meta-inner:after {
	content: "";
	height: 30px;
	width: 250px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -40px;
	background-image: url(/wp-content/uploads/2023/10/five-star-png-free-download-fourjayorg-five-stars-png-1057_296.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
	position: relative;
}
body .elementor-testimonial-wrapper .elementor-testimonial-job {
	position: absolute;
	left: 0;
	top: 0;
	color: #121216;
	bottom: 0;
	margin: auto;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 25px;
}
.content-row .elementor-widget-wrap {
	display: flex;
	justify-content: center;
}

.two-column li.elementor-icon-list-item {
    min-width: 220px;
    margin-bottom: 10px;
}

body .elementor-testimonial-wrapper .elementor-testimonial-content {
	font-size: 15px;
	text-align: left;
	padding-top: 50px;
}
section.header {
	max-width: inherit;
}
.header .elementor-widget, .header .elementor-widget-wrap, .header .elementor-column {
	position: static;
}
section.bg .elementor-container {
	max-width: 1400px !important;
}
section.bg {
	max-width: inherit;
}
.openings table, .openings table * {
	border: none;
	vertical-align: top;
	color: #fff;
	margin: 0;
}
.openings table {
	margin-bottom: 5px;
}

.eael-entry-meta {
    position: absolute;
    right: 45px;
    bottom: 45px;
    /* margin: 20px; */
    font-size: 11px;
}

.inside-site-info {
    padding: 0;
}

/*////////////////////////////////////////////
#CONTENT
////////////////////////////////////////////*/

.elementor-widget-progress .elementor-title {
    margin-bottom: 15px;
    display: block;
}

.elementor-element.blur::before{animation: blur 4s ease 0s;}

.elementor-element.blur {
    overflow: hidden;
}

@keyframes blur {
0% {
    -webkit-filter: blur(50px);
    -moz-filter: blur(50px);
    -o-filter: blur(50px);
    -ms-filter: blur(50px);
  }
	 100% {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
  }
}






/*
.elementor-column.bg:after {
    background: #f8f7f6;
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 50px;
    width: 150%;
    z-index: 0;
}

.elementor-column.bg.left:after{right:inherit; left:0;}

.elementor-column.bg > .elementor-widget-wrap {
    z-index: 2;
}
*/
.content-row .elementor-column {
	width: 33.33333%;
}
.content-row .elementor-column p {
	font-size: 16px;
}
.content-row .elementor-container .elementor-widget-wrap {
	border-radius: 0 !important;
}
.content-row .elementor-container {
	flex-wrap: wrap;
}
.content-row.two .elementor-widget-wrap>div {
	width: calc(50% - 40px);
	max-width: inherit;
}
figure.elementor-image-box-img {
	margin-top: 15px !important;
}
.content-row.two .elementor-widget-wrap {
	width: auto !important;
	margin-left: -20px !important;
	margin-right: -20px !important;
}
.two .elementor-widget-image-box .elementor-image-box-content i {
	color: var(--light-bg-color);
	font-style: inherit;
	display: block;
	padding-top: 20px;
}
.elementor-widget-image-box .elementor-image-box-content {
	color: #fff;
	padding-bottom: 20px;
}

header.entry-header {
	display: none;
}

.separate-containers .inside-article>.featured-image img {
	border-radius: var(--border-radius);
}
.elementor-section.elementor-section-height-min-height .elementor-section, .elementor-section.elementor-section-height-min-height .elementor-section>div {
	height: 100%;
}
.separate-containers .inside-article>.featured-image {
	display: none;
}
.single-post.separate-containers .inside-article>.featured-image {
	display: block;
}

.single-post article {
    max-width: 780px;
    margin: 50px auto;
}

.single-post .inside-article {
    padding: 0 20px !important;
}

.single-post article header.entry-header {
    display: block;
}

.single-post article header.entry-header span.byline {
    display: none;
}

.single-post article header.entry-header span.posted-on {
    font-size: 20px;
    padding-bottom: 20px;
    display: block;
}

.elementor-section .elementor-section {
	padding: 0px 0px;
}
.separate-containers .comments-area, .separate-containers .inside-article, .separate-containers .page-header, .separate-containers .paging-navigation {
	padding: 0;
	background: none;
}
.separate-containers.no-sidebar .site-main, .entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child) {
	margin: 0;
}
.widget-title {
	margin-bottom: 15px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1460px;
}

.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap {
	margin: var(--content-padding);
	border-radius: var(--border-radius);
	padding: 0;
	overflow: hidden;
}
.no-ov>.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap {
	overflow: inherit;
}
.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap .elementor-widget-wrap {
	margin-top: var(--content-btwn);
	margin-bottom: var(--content-btwn);
}
body .elementor-section.elementor-section-full_width>.elementor-container {
	margin-left: var(--content-mpadding);
	margin-right: var(--content-mpadding);
}

.comments-area, span.cat-links {
    display: none;
}

.nav-previous, .nav-next {
    padding: 10px;
    background: #f9efe3;
    border-radius: 10px;
	margin:10px 0;
}
	
	.nav-previous a, .nav-next a {
    color: var(--accent);
}

/*////////////////////////////////////////////
#FOOTER
////////////////////////////////////////////*/

body .site-info, .featured-image.page-header-image.grid-container.grid-parent {
	    background-color: #fff;

}

.home .site-footer .no-home, .featured-image.page-header-image.grid-container.grid-parent {
	display: none;
}
.opening table, .opening table * {
	border: none;
	margin: 0;
}
.opening table td {
	padding: 2px 0;
	font-weight: 600;
}



/*////////////////////////////////////////////
#FORM
////////////////////////////////////////////*/

textarea {
	height: 150px;
}

.eael-contact-form-7 label {
    position: relative;
}



label span + span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 17px 20px;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    margin: auto;
    /* bottom: 0; */
}
.using + span {
    opacity: 0.65;
    transform: scale(0.75) translateY(-12px) translateX(5px);
}

select.wpcf7-form-control.wpcf7-select {
    border-radius: 8px;
    padding: 17px 20px;
}

/*////////////////////////////////////////////
#MEDIA
////////////////////////////////////////////*/

@media screen and (max-height: 600px) {}
@media screen and (max-height: 500px) {}
@media screen and (max-height: 400px) {}
@media screen and (min-width: 1141px) {}
@media screen and (max-width: 1200px) {
	body .elementor-widget-heading h1.elementor-heading-title.elementor-size-xxl {
		font-size: 60px;
	}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
		font-size: 50px;
	}
	.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap {
		margin: 20px;
	}
	body h3.elementor-heading-title {
		font-size: 23px;
	}
}
@media screen and (min-width: 1025px) {.elementor-element.sticky {
    position: sticky;
    top: 2rem;
    align-self: flex-start;
}}
@media screen and (min-width: 1025px) and (max-width: 1550px) {}
@media screen and (max-width: 1400px) {}
@media screen and (min-width: 1025px) and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {

.main-navigation.toggled .main-nav li {
    text-align: center;
}
	
	.gp-icon svg {
height: 2em;
        width: 2em;
        top: .5em;
}

	.main-navigation .main-nav li.btn a {
		margin-right: 15px;
	}
	.elementor-column.bg:after {width:100%}

header#masthead {
}
	.site-logo {
    height: 70px;

}
}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 769px) and (min-width: 1024px) {}
@media screen and (max-width: 768px) {
	.content-row .elementor-column {
		width: 50%;
	}
	.inside-header.grid-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	.content-row.two .elementor-widget-wrap>div {
		width: calc(100% - 40px);
		max-width: inherit;
	}
	    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
 
        background: none;
    }
	
	.has-inline-mobile-toggle #site-navigation.toggled {
    background: #fff !important;
    padding: 50px 0;
}
	button.menu-toggle {
    background: none !important;
}
}

@media screen and (max-width: 650px) {}
@media screen and (max-width: 600px) {}
@media screen and (min-width: 560px) {}
@media screen and (max-width: 569px) {
	
	
	body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl, body .elementor-widget-heading .elementor-heading-title.elementor-size-xl, body .elementor-widget-heading .elementor-heading-title.elementor-size-large{ word-spacing: -15px;}
	
	body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: var(--XXL-font);
	    letter-spacing: -0.1rem;   
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: var(--XL-font);
	    letter-spacing: -0.1rem;   
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: var(--L-font);
	 letter-spacing: -0.05rem;   

}
	
	body {
    font-size: 17px;
}
	
	body h2.elementor-heading-title {
    font-size: 35px;
}
	
	body .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 22px;
}

    body .elementor-widget-heading h1.elementor-heading-title.elementor-size-xxl {
        font-size: 50px;
        /* word-spacing: -0px; */
    }

	.content-row .elementor-column {
		width: 100%;
	}
	.elementor-widget-image-box .elementor-image-box-content {
		text-align: left;
	}
	h4.elementor-image-box-title {
		font-size: 20px;
	}

	body h1.elementor-heading-title {
		font-size: 40px;
	}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
		font-size: 42px;
	}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
		font-size: 40px;
	}
	body h3.elementor-heading-title {
		font-size: 28px;
	}
	.elementor-column-gap-default>.elementor-column>.elementor-widget-wrap {
		margin: 10px;
	}
	.inside-header.grid-container {
		padding-left: 20px;
		padding-right: 20px;
	}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
		font-size: 32px;
	}
}
@media screen and (max-width: 321px) {}