/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
Description:	Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author:			Elementor Team
Author URI:		https://elementor.com/
Template:		hello-elementor
Version:		1.0.4
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/* typography globals */

body {
	font-family: "Open Sans", sans-serif;
}

a {
	color: #de2b20;
}

a:hover {
	color: #B53020;
}

p {
	font-size: 16px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 768px) {

	p {
		font-size: 14px;
	}

	li {
		font-size: 14px;
	}

	h3 {
		font-size: 20px;
	}

	h4 {
		font-size: 20px;
	}
}

/* remove hellotheme defaults */
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
	background: transparent;
	color: inherit;
}

.acfhide {
	
	display: none;
	
}

/* objekt pages overlay color override */
.eae-popup.mfp-bg {
	background: transparent;
}

/* hidden columns */

.col-hid span {
	visibility: hidden;
}

.col-hid:hover span {
	visibility: visible;
}

.fp-col-equalized-1 {
	/*min-height: 130px !important;*/
}

.fp-col-equalized-2 {
	/*min-height: 300px !important;*/
}

/* fontawesome fix */

.fa-solid-fix .fa{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

/* forced y scrollbar on entire site */

html {
  overflow-y: scroll;
}

.eae-content section {
	padding: 0
}

.eae-content h3 {
	margin-bottom: 0
}

.emotion-modal-row .ae-acf-repeater-item:first-child h3{
	margin-bottom: 18px
}

/* hover effect for objekt page i icons */

 .eae-popup-link i {
    transition: 0.3s;
}
.eae-popup-link:hover i {
    font-size: 58px;
}

/* responsive fix for fakten modal on objekt pages */
@media (max-width: 1300px) {
.fakten-section-responsive {
	padding: 0 !important;
}
}


/* override oceanwp/elementor form styling */

.elementor-field-option input[type="checkbox"] {
	width: 25px !important;
	height: 25px !important;
}

.elementor-field-option input[type="checkbox"]{
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
	display: inline-block;
    background-color: #fff;
    border: 1px solid #bbb;
    line-height: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    margin: -10px 10px 0 0;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    clear: none; 
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: 0.05s border-color ease-in-out;
    -moz-transition: 0.05s border-color ease-in-out;
    -ms-transition: 0.05s border-color ease-in-out;
    -o-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
	
	
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border: 0;
	display: inline-block !important;
}

.elementor-field-option input[type="checkbox"]:checked:before {
	float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    line-height: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	 content: '\f00c';
    margin-bottom: -1px;
    color: #13aff0;
    -moz-osx-font-smoothing: grayscale;
	color: #de2b20;
	font-size: 20px;
	position: relative;
	top: 4px;
	left: 2px;
}

.elementor-field-group-field_6 {
	margin-top: 20px;
}
.elementor-field-option label {
		position: relative;
    left: 60px;
    padding-right: 60px;
    display: block !important;
    top: -35px;
    font-size: 14px !important;
    line-height: 1.4;
}

.content-page__container .elementor-field-option label {
	left: 40px;
	padding-right: 40px;
	top: -26px;
}


@media (max-width: 768px) {
	.elementor-field-option label {
		left: 36px;
		padding-right: 36px;
		top: -26px;
	}
}

.elementor-field {
	border: none !important;
		box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.elementor-field {
	font-size: 14px !important;
}

.section-fullwidth .elementor-column-wrap{
	margin: 0 !important;
}
.elementor-styling-fix h3{
	text-align: center !important;
}

.elementor-centering-fix h3 {
	text-align: center !important;
}

.repeater-no-margin .ae-element-custom-field {
	margin-bottom: 0 !important;
}

.elementor-bottom-margin-fix {
	margin-bottom: 0 !important;
}

/* slick-slider styling */

.slider-arrow-prev {
	position: absolute;
	left:0px;
	right: unset;
	top: 32%;
	color: #de2b20;
	background: transparent;
	border: none;
	font-size: 24px;
	z-index: 1000;
}


.slider-arrow-next {
	position: absolute;
	right :0px;
	top: 32%;
	color: #de2b20;
	background: transparent;
	border: none;
	font-size: 24px;
	z-index: 1000;
}

.slider-arrow-prev:hover, .slider-arrow-next:hover, .slider-arrow-prev:focus, .slider-arrow-next:focus {
	color: #de2b20;
}

/* header */

.elementor-location-header {
	position: relative;
	z-index: 1000;
}

/* content page */

.content-page__controls {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-page__expand-contact {
	background: #de2b20;
	padding: 10px 15px;
	color: #fff;
	font-weight: 600;
	display: flex;
    align-items: center;
}

.content-page__expand-contact i {
	margin-left: 15px;
}

.content-page__expand-contact:hover {
	background: #b53020;
	color: #fff;
}


.content-page__expand-text-trigger {
	display: flex;
	align-items: center;
	font-weight: 600;

}

.content-page__expand-text-trigger:hover {
	color: #b53020;
}

.content-page__expand-text-trigger i {
	margin-left: 7px;
	margin-top: 2px;
}

.content-page__single-back {
	display: flex;
	align-items: center;
}

.content-page__single-back, .content-page__single-next {
	font-weight: 600;
}

.content-page__single-back a, .content-page__single-next a{
	display: flex;
	align-items: center;
}

.content-page__single-back i{
	margin-right: 7px;
	transform: rotate(180deg);
}

.content-page__single-next i{
	margin-left: 7px;
}

.content-page__expand-text-trigger--expanded .fas {
	transform: rotate(180deg);
}

.content-page__content-inner {
	padding-left: 45px;
    padding-right: 45px;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
	.content-page__content-inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	.content-page__content-inner .elementor-widget-form .elementor-widget-container {
		padding: 0 !important;
	}
}


.content-page__contact-form {
	padding: 40px 0;
}

.content-page__container h1, .content-page__container h2, .styled-text-row h2{
	color: #d43724;
}

.content-page__container h2, .styled-text-row h2 {
	font-weight: 600;
	line-height: 1.4;
}
.content-page__container h3, .styled-text-row h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 1.4;
	color: #3D3C3F;
}

@media (max-width: 768px) {

	.content-page__container p {
		font-size: 14px;
	}

	.content-page__container h1 {
		font-size: 20px;
	}

	.content-page__container h2 {
		font-size: 20px;
	}



	.content-page__container h3, .styled-text-row h3 {
		font-size: 20px;
	}

	.content-page__container h4, .styled-text-row h4 {
		font-size: 20px;
	}
}

.content-page__container p + h2, .content-page__container p + h3, .styled-text-row p + h2, .styled-text-row p + h2{
	margin-top: 50px;
}

@media (max-width: 500px) {
	.content-page__controls {
		flex-wrap: wrap;
	}
	
	.content-page__expand-contact {
/* 		width: 80%; */
	}
	.content-page__expand-text-trigger {
		display: none;
	}	
	
	.content-page__text-expandable {
		display: block !important;
	}
}

.content-page__background-mobile {
	height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


@media (min-width: 1024px) {
	
.content-page__background-mobile {
	display: none;
}

.content-page__mobile-image {
	display: none;
}
	
.page-template-template-content-page .elementor-location-header, .post-template-template-single-post .elementor-location-header, .page-template-template-news .elementor-location-header, .page-template-template-news-all .elementor-location-header { 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}
.page-template-template-content-page .elementor-location-footer, .page-id-17161 .elementor-location-footer, .page-id-19055 .elementor-location-footer, .post-template-template-single-post .elementor-location-footer, .elementor-page-18046 .elementor-location-footer, .page-template-template-news .elementor-location-footer, .page-template-template-news-all .elementor-location-footer, .page-template-template-magazin .elementor-location-footer, .page-template-template-pressemeldungen .elementor-location-footer{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.content-page__container {
	height: 100vh;
}
.content-page__background {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
}



.content-page__content {
	min-width: 750px;
	width: 28%;

    position: relative;
	left: 80px;
    padding-top: 140px;
}
	
.content-page__content--homestaging {
	padding-top: 0;
	position: relative;
	top: 140px;
}

.content-page__content-inner {
	padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    padding-bottom: 60px;
   	box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.35);
   	background-color: rgba(255,255,255,0.8);
} 


.content-page__text-expandable {
	padding-top: 40px;
}
}




/* cr form */


.cr_form input[type="text"] {
	background-color: #fff;
	border-radius: 0;
	padding: 8px 25px;
	font-family: inherit;
}

.cr_form label {
	display: none !important;
}





.cr_form .cr_button {
	background-color: #DE2B20;
	border: 0 !important;
	padding: 6px 60px;
	font-family: inherit;
	border-radius: 0;
}
.cr_form .cr_button:hover {
	background-color: #DE2B20 !important;
	color: #fff !important;

}

div[rel="checkbox"] > div{
	font-family: 'Open Sans';
	line-height: 22px;
}


.cr_form input[type="checkbox"] {
	width: 25px !important;
	height: 25px !important;
}

.cr_form input[type="checkbox"]{
	 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
	display: inline-block;
    background-color: #fff;
    border: 1px solid #bbb !important;
    line-height: 0;
    width: 22px !important;
    min-width: 16px;
    height: 22px !important;
    margin: -10px 10px 0 0;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    clear: none; 
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: 0.05s border-color ease-in-out;
    -moz-transition: 0.05s border-color ease-in-out;
    -ms-transition: 0.05s border-color ease-in-out;
    -o-transition: 0.05s border-color ease-in-out;
    transition: 0.05s border-color ease-in-out;
	
	
	/*box-shadow: 0 0 5px rgba(0,0,0,0.1);*/
	border: 0;
	display: inline-block !important;


    position: relative;
    top: 4px;
    left: 4px;

}

.cr_form input[type="checkbox"]:checked:before {
	float: left;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    line-height: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	 content: '\f00c';
    margin-bottom: -1px;
    color: #13aff0;
    -moz-osx-font-smoothing: grayscale;
	color: #de2b20;
	font-size: 22px;
	position: relative;
	top: 2px;
	left: 0px;

	background-color: #fff !important;
}

.cr_ipe_item.cr_ipe_item input.cr_ipe_radio, input.cr_ipe_checkbox.cr_ipe_checkbox:checked  {
	background-color: #fff !important;
}

.cr_form .mce_text {
	font-family: 'Open Sans';
}



/* news page styling */

.news__heading {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 600;
	margin: 0;
	margin-bottom: 12px;
}

.news-item {
	margin-top: 30px;
	padding-bottom: 30px;
}

.news-item__date {
	font-size: 16px;
	font-weight: 600;
}

.news-item h2 {
	margin: 0;
	margin-bottom: 16px;
}

@media (max-width: 768px) {
	.news-item h2 {
		font-size: 20px;
	}
}

.news-item__inner {
	display: flex;
}

.news-item__image-container {
	width: 35%;
	padding-right: 50px;
}

.news-item__image-container img {
	max-width: 100%;
	margin-top: 5px;
}

.news-item__text {
	width: 65%;
}

.news-item__link {
	margin-top: 50px;
	font-weight: 600;
}


.news-item__link a{
	display: flex;
	align-items: center;
}

.news-item__link:hover {
	color: #b53020;
}

.news-item__link i{
	margin-left: 10px;
}

.news__more-link {
	font-weight: 600;
	text-align: right;
}

.news__more-link a {
	display: flex;
	align-items: center;
}

.news__more-link:hover {
color: #b53020;
}

.news__more-link i{
	margin-left: 10px;
}



/* headers positioning fix */

.elementor-15158, .elementor-15170 {
	position:absolute;
	top: 0;
	width: 100%;
}



/* slider arrows*/

.slider-arrow-down img {
    max-width: 30px !important;
    transform: rotate(90deg);
}

.slider-arrow-up img {
	max-width: 30px !important;
    transform: rotate(-90deg);
}

/* footer size override */

.elementor-element-72f502b .elementor-element-populated {
	padding: 1px !important;
}

.elementor-element-72f502b .elementor-element-populated a {
	font-size: 13px !important;
}



/* immo page custom fixed nav */


	.immo-custom-nav-container {
		position: fixed;
		top: 0px;
		right: 0px;
		margin-top: 88px;
		display: none;
	}

  .logged-in .immo-custom-nav-container {
    margin-top: 120px;
  }

	@media (min-width: 1025px) {
		.immo-custom-nav-container {
			display: block;
		}
	}

	.immo-nav__item {
		display: flex;
		align-items: center;
		margin-bottom: 15px;

	}

	.immo-nav__item .immo-nav__item-popup-trigger {
		visibility: hidden;
		opacity: 0;
		transition: 0.3s;

		width: 34px;
		height: 34px;
		background: #de2b20;
		color: #fff;
		justify-content: center;
		align-items: center;
		margin-right: 10px;

		display: flex;
	}

	.immo-nav__item .immo-nav__item-popup-trigger:hover {
		cursor: pointer;
	}

	.immo-nav__item .immo-nav__item-popup-trigger i {
		color: #fff;
	}

	.immo-nav__item .immo-nav__item-link {
		width: 125px;
		transition: 0.3s;
		color: #3d3c3f;
		background: #fff;
		font-size: 12px;
		font-weight: 600;
		line-height: 20px;
		text-transform: uppercase;
		display: block;
		text-align: center;
		padding: 7px 15px;
	}

	.immo-nav__item.active .immo-nav__item-link {
		background: #de2b20;
		color: #fff;
	}

	.immo-nav__item.active .immo-nav__item-popup-trigger {
		visibility: visible;
		opacity: 1;
		/*display: none;*/
	}


@font-face {
  font-family: 'icomoon';
  src:  url(../../../../../../uploads/elementor/custom-icons/icomoon/fonts/icomoon.eot?iki33f);
  src:  url('../../../../../../uploads/elementor/custom-icons/icomoon/fonts/icomoon.eot?iki33f#iefix') format('embedded-opentype'),
    url(../../../../../../uploads/elementor/custom-icons/icomoon/fonts/icomoon.ttf?iki33f) format('truetype'),
    url(../../../../../../uploads/elementor/custom-icons/icomoon/fonts/icomoon.woff?iki33f) format('woff'),
    url('../../../../../../uploads/elementor/custom-icons/icomoon/fonts/icomoon.svg?iki33f#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Arrow-down:before {
  content: "\e900";
}
.icon-Arrow-right:before {
  content: "\e901";
}





/* custom frontpage immo grid*/


.frontpage-immos {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding: 0 32px;
}

.frontpage-immos__item {
	/*background: #fff;*/
	width: 25%;
	padding: 10px;
	/*margin-bottom: 10px;*/
}

@media (max-width: 1200px) {

	.frontpage-immos {
		padding: 0;
	}

	.frontpage-immos__item {
		width: 50%;
	}
}

@media (max-width: 768px) {
	.frontpage-immos__item {
		width: 100%;
	}
}

.frontpage-immos__item-top {
	background: #fff;
	text-align: center;
	padding: 11.2px 16px 8px 16px;
}

.frontpage-immos__item-bottom {
	min-height: 300px;
	background-size: cover;
	position: relative;
}

.frontpage-immos__item-bottom-content {
	display: none;

	position: absolute;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.7);

	padding: 36px 11px 16px 11px;
	text-align: center;

	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.frontpage-immos__item-bottom:hover .frontpage-immos__item-bottom-content {
	display: flex;

}

.frontpage-immos__item-bottom-price {
    color: #de2b20;
    font-family: "Open Sans", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    margin: 6px 0 12px 0;
}

.frontpage-immos__item-typ {
	color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.6em;
    letter-spacing: 0px;

    margin: 8px 0 0px 0;
}

.frontpage-immos__item-ort {
    color: #000000;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0 0 2px 0;
}

.frontpage-immos__item-hinweis {
    color: #de2b20;
    font-family: "Open Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    margin: 6px 0 12px 0;

}

.frontpage-immos__item-bottom-hinweis {
	font-size: 26px;
    font-weight: 700;
    color: #DE2B20;
}

.frontpage-immos__item-kundengefuehl {
    min-width: 190px;


	font-family: "Open Sans", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    background-color: #de2b20;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px;
    padding: 8px 12px 8px 12px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frontpage-immos__item-kundengefuehl i {
	float: right;
    /*margin-left: 5px;*/
}

.frontpage-immos__item-wertgepruft {
	color: #3d3c3f;
}

.frontpage-immos__item-provision {
	color: #3d3c3f;
}

.frontpage-immos__item-neu-icon {
	margin-top: 40px;

	color: #DE2B20;
	font-size: 19px;
	padding: 12px 24px;
}

/* remove arrows on html number input field */

input[type='number'] {
    -moz-appearance:textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/* styling for use in content */

.h2 {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 23px;
	line-height: 28px;
	color: #d43724;
}

.h3 {

}

.h4 {

}

.h5 {

}

.h6 {

}

.p {

}


/* fix for videos */

.page-id-18046 .elementor-element-5824adb0 > .elementor-column-wrap {
	margin-bottom: 0 !important;
}




/* basic single post styling */


.post .entry-title {
	color: #de2b20;
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0 60px 0;
}

.post header .header-featured-image {
	margin-bottom: 40px;
	width: 100%;
	height: 520px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;

}
@media (min-width: 1200px) {
	.post .page-content {
		padding: 0 90px;
	}
}

@media (min-width: 1200px) {
	.site-header, body:not([class*=elementor-page-]) .site-main {
	    max-width: 1180px !important;
	}
}

.post ul {
	margin: 15px 0 15px 20px;
	padding: 0;
}

.content-page__controls--single {
	text-align: center;
	margin: 50px 0;
	justify-content: center;
}


.gm-nav-custom-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.gm-nav-custom-menu a{
	font-family: "Open Sans",Sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 13px 0px;
    color: #fff;
    display: block;
    transition: 0.2s;
}

.gm-nav-custom-menu a.active{
	color: #de2b20;
}

.gm-nav-custom-menu a:hover {
	color: #de2b20;
}