/**
Theme Name: Astra Child Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child-theme
Template: astra
*/



#elementor-popup-modal-3398 .dialog-message {
	width: 1100px;
}

.elementor-popup-modal .dialog-message {
	max-width: 80vw;
	max-height: 80vh;
}

.calendly-inline-widget {
	min-width:240px;
	height:59vh;
}

@media only screen and (max-width: 1024px) {
	.calendly-inline-widget {
		height: 940px;
	}
}

/**********************************************************/
/* Typographie                                            */
/**********************************************************/

:root {
	--gold: #cba840;
	--secondary-gold: #efeab8;
	--grey: #54595f;
}


h1, .h1 {
    display: inline-block;
    color: var(--gold) !important;
    background: transparent;
}


h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: var(--grey) !important;
}

/* Modern Fallback */
@supports (background-clip: text) {
    h1, .h1 {
        display: inline-block;
        color: transparent !important;
        background: var(--gold) !important;
        background: linear-gradient(20deg, var(--gold) 0%, var(--secondary-gold) 50%, var(--gold) 100%) !important;
        background-clip: text !important;
    }
}

@supports (-webkit-background-clip: text) {
    h1, .h1  {
        display: inline-block;
        color: transparent !important;
        background: var(--gold) !important;
        background: linear-gradient(20deg, var(--gold) 0%, var(--secondary-gold) 50%, var(--gold) 100%) !important;
        -webkit-background-clip: text !important;
    }
}

/* Fallback for IE */
@media screen and (min-width:0\0) {
    h1, .h1 {
        display: inline-block;
        color: var(--gold) !important;
        background: transparent !important;
    }
}

.cta a {
	color: var(--grey);
	text-decoration: underline;
}

footer a .elementor-icon-list-text {
	text-decoration: underline;
}

footer a .elementor-icon-list-text:hover {
	color: var(--grey) !important;
}

.copyright-bar a {
	color: var(--grey);
	text-decoration: underline;
}

.copyright-bar a:hover {
	color: #000;
}


/**********************************************************/
/* Typographie                                            */
/**********************************************************/
.custom-btn a {
	position: relative;
    background: none !important;
	transition: all 0.4s ease-in-out !important;
}

.custom-btn a::before {
	z-index: 1;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background: url('/wp-content/uploads/2022/03/btn-background.png') no-repeat center center/cover;
	transition: all 0.4s ease-in-out !important;
}

.custom-btn a span {
	position: relative;
	z-index: 2;
}

.elementor-button {
	position: relative;
	background: var(--grey) !important;
	border-radius: 0 !important;
	z-index: 1;
	color: #fff !important;
	font-weight: 600 !important;
	padding: 15px 35px !important;
}

.elementor-button:hover {
	color: #fff !important;
}

.elementor-button span {
	position: relative;
	z-index: 1;
}

.elementor-button::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--gold) !important;
  transition: opacity 0.5s linear;
  opacity: 0;
  z-index: -1;
}

.elementor-button:hover::before {
  opacity: 1;
}


/**********************************************************/
/* Typographie                                            */
/**********************************************************/
header.hdr .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important;
}







/* Kontaktformular
***********************************************************/
.form * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.form label {
	width: 100%;
	margin-bottom: 60px;
	color: #8A8A8A;
}

.form label span {
	margin-top: 0px;
}

.form .elementor-column-gap-custom {
	justify-content: space-between;
}

.form .elementor-column-gap-custom .elementor-column {
	padding: 0 5px;
	margin: 0 -5px;
}

.form textarea {
   max-height: 100px;
	max-width: 540px;
}

.mandatory {
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
}

.form select,
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form textarea {
	background: transparent !important;
	border: none !important;
	border-bottom: 2px solid #8a8a8a !important;
	color: #8A8A8A;
}

.form select:focus,
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="tel"]:focus,
.form textarea:focus {
	background: transparent !important;
	border: none !important;
	border-bottom: 2px solid var(--gold) !important;
	color: #8A8A8A;
}

.form select:invalid,
.form input:invalid,
.form textarea:invalid {
	background: transparent;
	border: none;
	border-bottom: 2px solid #f00 !important;
	outline: !important;
}

.form select option,
.form select option:hover,
.form select option:focus,
.form select option:valid,
.form select option:active {
	background: #FFF !important;
	outline: 0 !important;
}


.form .headline {
	margin-top: 60px;
	margin-bottom: 30px;
}

.form .headline .elementor-column {
	justify-content: center;
}

.form .headline h4 {
	text-align: center;
}

.form a {
	color: var(--gold);
	text-decoration: underline;
}



/* Multistep Form
***********************************************************/


.calculator .form label {
	width: 100%;
	margin-bottom: 60px;
	color: #8a8a8a;
}

.calculator .form select,
.calculator .form input[type="text"],
.calculator .form input[type="email"],
.calculator .form input[type="tel"],
.calculator .form textarea {
	background: transparent !important;
	border: none !important;
	border-bottom: 2px solid var(--grey) !important;
	color: var(--grey);
}

.calculator .form select:focus,
.calculator .form input[type="text"]:focus,
.calculator .form input[type="email"]:focus,
.calculator .form input[type="tel"]:focus,
.calculator .form textarea:focus {
	background: transparent !important;
	border: none !important;
	border-bottom: 2px solid var(--grey) !important;
	color: var(--grey);
}

.calculator .form select:invalid,
.calculator .form input:invalid,
.calculator .form textarea:invalid {
	background: transparent;
	border: none;
	border-bottom: 2px solid #f00 !important;
	outline: !important;
}

.calculator .form select option,
.calculator .form select option:hover,
.calculator .form select option:focus,
.calculator .form select option:valid,
.calculator .form select option:active {
	background: #FFF !important;
	outline: 0 !important;
}


.calculator .form .headline {
	margin-top: 60px;
	margin-bottom: 30px;
}

.calculator .form .headline .elementor-column {
	justify-content: center;
}

.calculator .form .headline h4 {
	text-align: center;
	color: var(--gold);
}

/* Tooltip*/
.tooltip {
  color: #cba840; 
  text-decoration: underline; 
  cursor: help; 
}

.tooltip {
  position: relative;
}

.tooltip span[role=tooltip] {
  display: none;
}

.tooltip:hover span[role=tooltip] {
  display: block;  
  position: absolute; 
  bottom: 2em;
  left: -6em;
  width: 15em;
  padding: 0.5em;
  z-index: 100;
  color: #54595f; 
  background-color: #ececec;
  border: solid 1px #54595f;
  border-radius: 0.2em;
}



/* Prev & Next Button */
.calculator .action-button.cf7mls_back {
	background: none !important;
	border: 2px solid var(--grey) !important;
	color: var(--grey) !important;
}

.calculator .action-button.cf7mls_next {
	background: var(--grey) !important;
}

.calculator .action-button.cf7mls_next:hover,
.calculator .action-button.cf7mls_back:hover {
	opacity: 1 !important;
}

/* Multistep Header */
.calculator .multistep-hdr {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.calculator .multistep-hdr::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: var(--grey);
}

.calculator .multistep-hdr .steps {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	min-width: 50px;
	height: 50px !important;
	border-radius: 50%;
	background: #f5f5f5;
	color: #8a8a8a;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.calculator .multistep-hdr .steps:hover {
	opacity: 1;
	color: #fff;
	background: var(--grey) !important;
}

.calculator .multistep-hdr .steps.active {
	background: var(--grey) !important;
	color: #fff;
}


@media only screen and (max-width: 480px) {
	
	/* Multistep Header */
	.calculator .multistep-hdr {
		width: 200px;
	}
	
	.calculator .form .headline h4 {
	    text-align: center;
		color: var(--gold);
		font-size: 18px !important;
}
	
	.calculator .multistep-hdr::before {
		height: 3px;
	}
	
	.calculator .multistep-hdr .steps {
		font-size: 16px;
		width: 25px !important;
		min-width: 25px !important;
		height: 25px !important;
	}
}










/* Timeline */

.twae-title {
	display: none !important;
}

.twae-wrapper .twae-timeline-centered .twae-icon {
	border: none !important;
	background: var(--grey) !important;
}

.twae-timeline-centered .twae-timeline-entry .twae-timeline-entry-inner .twae-data-container {
	border-radius: 0 !important;
	background: #FFF !important;
	box-shadow: none !important;

}

.twae-description {
	color: #7a7a7a !important;
}

.twae-data-container.twae-no-border::after {
	border-right-color: #FFF !important;
}

.twae-wrapper::before,
.twae-wrapper::after,
.twae-line::before {
	background: var(--grey) !important;
}

.twae-line::before {
	width: 1px !important;
	margin-left: -3px !important;
}



.es-powered{
	display: none !important;
}

.es-price{
	color: #000;
}

.es-top-arrow a,
.navigation[aria-label="Beiträge"] {
    display: none !important;
}	
	
.nav-next{
	display: none !important;
}

.ast-single-post .entry-content a{
	color: #cba840;
}






