@import "./style-variable.css";
@import "./style-fonts.css";
/*
 Theme Name:   Bochum Apartment
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Benjamin Seifert
 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(--accent-color);
	color: var(--primary-color) !important;
	text-shadow: none;
}
html body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-weight: var(--content-fontw);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f36363', endColorstr='#ed7d61', GradientType=0);
	/* IE6-9 */
	font-family: var(--content-font);
	font-size: var(--body-font);
	line-height: 1.5;
	color: var(--primary-color);
	background: var(--main-bg-color);
}
a, .elementor-button:before, .main-navigation li.button a:before, .doctorlib.elementor-element, nav#site-navigation, span.elementor-icon-list-icon {
	-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;
}
.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;
}
/*////////////////////////////////////////////
FONT
////////////////////////////////////////////*/

ul li {
	margin-bottom: 8px;
}
ul {
	margin-left: 0;
	line-height: 1.1;
}
ul {
	font-size: var(--content-font);
	line-height: var(--lh-font);
	list-style: none;
}
table, td {
	border: none;
	margin: 0;
}
td, th {
	padding: 2px 0px;
	vertical-align: baseline;
}
body, button, input, select, textarea {}
a {
	text-decoration: none;
	color: var(--accent-color);
}
.elementor-widget.elementor-list-item-link-full_width a:hover {
	color: var(--accent-color);
}
b, strong {
	font-weight: 500;
}
.list-text strong {
	color: var(--accent-color);
}
h1, h2, h3, h4, h5, h6 {
	margin: 10px auto;
	font-family: var(--heading-font);
	font-weight: var(--heading-fontw);
}
span.elementor-heading-title {
	font-family: var(--heading-font);
	font-weight: var(--heading-fontw);
}
p.elementor-blockquote__content {
	font-family: var(--heading-font);
	line-height: 1.2;
	font-size: var(--XL-font);
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
	font-size: var(--XXL-font);
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
	font-size: var(--XL-font);
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
	font-size: var(--h1-font);
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
	font-size: var(--h3-font);
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-small {
	font-size: var(--h4-font);
}
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);
}
.elementor-button {
	font-weight: 500;
}
p.elementor-icon-box-title {
	margin: 0;
}
p.elementor-heading-title {
	font-weight: var(--heading-fontw);
	font-size: var(--heading-font);
}

body .elementor-button.elementor-size-md {
	padding: var(--btn-pd);
	border-radius: 0;
	line-height: 1;
	font-size: var(--body-font);
	background: var(--accent-color);
	font-size: 17px;
}
.main-navigation li.button {
    background: var(--accent-color); 

}

ul li {
    margin-bottom: 15px;
}
.main-navigation .main-nav ul li.button a {
    line-height: 1.4;
    color: #fff;
}

.main-navigation li.button:hover {background: var(--e-global-color-accent);}

.main-navigation li.button a{    color: #fff;}

.elementor-element.e-con-full.shadow {
-webkit-box-shadow: 5px 5px 30px 0px rgba(237,238,242,1);
-moz-box-shadow: 5px 5px 30px 0px rgba(237,238,242,1);
box-shadow: 5px 5px 30px 0px rgba(237,238,242,1);

}

/*////////////////////////////////////////////
#NAVIGATION
////////////////////////////////////////////*/

header#masthead {
    padding: 0 50px;
}

.inside-header.grid-container {
    max-width: 1500px;
	padding-left:0;
	padding-right:0;
}

.main-navigation .main-nav ul li a {
	font-size: var(--body-font);
	font-weight: var(--content-fontw);
	color: var(--primary-color);
}
.main-navigation .main-nav ul li a {
	font-size: 18px;
	font-weight: 500;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 2;
}
/*////////////////////////////////////////////
#CONTENT
////////////////////////////////////////////*/

.eael-grid-post-holder {
    height: 100%;
}

.eael-post-grid-container .eael-post-grid {
    display: flex;
	flex-wrap:wrap;
}

a.eael-post-elements-readmore-btn {
    position: absolute;
    bottom: 30px;
}

.eael-grid-post-excerpt {
    padding-bottom: 20px;
}

div#page {
    max-width: inherit;
}

header.entry-header {
    display: none;
}

.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;
}
/*////////////////////////////////////////////
#FOOTER
////////////////////////////////////////////*/

.sp-testimonial-free, .sp-testimonial-free * {
    text-align: left !important;
}

.sp-testimonial-free, .sp-testimonial-free * {
    text-align: left !important;
    color: #fff !important;
}

.sp-testimonial-free-section .sp-testimonial-client-testimonial, .sp-testimonial-free-section .sp-testimonial-client-testimonial p {
    font-size: 18px;
    line-height: 1.8;
    font-style: italic;
}

#sp-testimonial-free-wrapper-1251 .sp-testimonial-free-section .sp-testimonial-client-designation {
    color: #444444;
}

.sp-testimonial-free-section .sp-testimonial-client-name {
    font-size: 22px;
    padding-top: 30px;
}

.site-info {
    background-color: #f6f7f9;
}


.design {
 
    padding: 15px;
    text-align: center;
    font-size: 15px;
}

.design a {
    text-decoration: none;
    color: #18243c;
}

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

/*////////////////////////////////////////////
#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: 1600px) and (min-width: 1025px) {}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1200px) {}
@media screen and (min-width: 1025px) {}
@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) {}
@media screen and (max-width: 960px) {}
@media screen and (max-width: 769px) and (min-width: 1024px) {}
@media screen and (max-width: 790px) {}
@media screen and (max-width: 768px) {
	header#masthead {
    padding: 0 20px;
}
	
	.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(245 246 248);
}
	
	.has-inline-mobile-toggle #site-navigation.toggled {

    padding-top: 20px;
}
	
	html body {
    font-size: 17px;
}
	
	body h1.elementor-heading-title {
    font-size: 50px;
}
	
	body h3.elementor-heading-title {
    font-size: 30px;
}
	
	body .elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 40px;
}
	
	body .elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 23px;
}
	body .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 28px;
}
}
@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 h1.elementor-heading-title {
    font-size: 40px;
}
body .elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 24px;
}
	body h3.elementor-heading-title {
    font-size: 25px;
}
	
	ul li {
    font-size: 16px;
}
}
@media screen and (max-width: 321px) {}