/*
Theme Name: Stockholm Child
Theme URI: http://demo.select-themes.com/stockholm/
Description: A child theme of Stockholm Theme
Author: Select Themes
Author URI: http://select-themes.com
Version: 1.0.0
Template: stockholm
*/
@import url("../stockholm/style.css");
@font-face {
  font-family: 'Allegretto';
  src: url('./allegretto_script-webfont.eot'); /* IE9 Compat Modes */
  src: url('./allegretto_script-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('allegretto_script-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('allegretto_script-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('allegretto_script-webfont.svg#svgFontName') format('svg'); /* Legacy iOS */
}
.header_bottom {
    border-bottom: 1px solid #e0b765 !important;
}

.q_logo img {
	z-index: 100000;
}

.q_logo img {
	height: 68px !important;
	margin-top: 10px !important;
}
.light {
	color: #f5f5f5 !important;
	font-size: 30px !important; 
}
.title.with_title_text_bg_color h1 {
	font-family: "Allegretto";
    padding: 12px 24px;
    margin-bottom: 6px;
    font-size: 60px;
}

.title-holder {
	background-color: #E0B765 !important;
}

.subtitle {
    font-family: "Lato";
    font-size: 22px;
    color: #665778;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 400;
    margin-top: -6px;
    text-transform: uppercase;
}

body.home .subtitle {
    color: #ffffff !important;
}

h1  {
	font-family: "Allegretto";
	font-weight: bold;
	margin-bottom: 18px;
}

p.special-text  {
	font-family: "Allegretto";
	font-weight: bold;
	margin-bottom: 35px;
	font-size: 25px;
	color: #503d66;
	
}

h2.special-text, h2.special-text-mobile-center {
	font-family: "Allegretto";
	color: #503d66;
}

/*
h2 {
	font-family: "Allegretto";
	font-weight: bold;
	margin-bottom: 16px;
}

h3 {
	font-family: "Allegretto";
	font-weight: bold;
	margin-bottom: 14px;
}
*/

h4 {
	margin-bottom: 14px;
}

.new_social_media_widget a {
	color: #fff !important;
}
.new_social_media_widget a:hover {
	color: #E0B765 !important;
}

.new_social_media_widget h4 {
	text-align:center;
}
/* NEWSLETTER FORM */
#mc4wp-form-1 {
	text-align: center;
}
.mc4wp-notice p {
	color: #f5f5f5 !important;
	padding: 10px 0px  !important;
}

.mc4wp-response {
 	margin-bottom: 10px;	
}

.mc4wp-response p {
    color: #f5f5f5;
}

.newsletter-box {
	height: 42px;
	margin: 0px auto;
	text-align: center;
	display: inline-block;
} 
.newsletter-box p {
	/*padding-top: 6px*/;
} 
.newsletter-label {
    display: inline-block;
    float: left;
    margin: auto;
    text-align: left;
    color: #fff;
    margin-right: 15px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
}
.email-field {
	border: 0;
    background-color: #f5f5f5;
    color: #333;
    /* border-radius: 4px;
    border-bottom: 1px solid #fff; */
    display: inline-block;
    float: left;
    padding: 7px 25px 7px 10px;
    border-radius: 4px !important;
    border-bottom-right-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-right: none !important;
}
.submit-button {
	border: 1px solid #E0B765 !important;
	padding: 7px 12px;
	border-radius: 4px !important;
	border-bottom-left-radius: 0px !important;
	border-top-left-radius: 0px !important;
	border-right: none !important;
	float: left;
	font-size: 14px;
	color: #fff!important;
    background-color: #E0B765 !important;
    cursor: pointer;
}

.em-cta-btn-purple {
	border: 1px solid #503D66 !important;
	padding: 7px 12px;
	border-radius: 4px !important;
	font-size: 14px;
	color: #fff!important;
    background-color: #665778!important;
    cursor: pointer;
	font-weight: 700;
}



.large-padding {
	padding-top: 120px;
	padding-bottom: 120px;
}
.medium-padding {
	padding-top: 60px;
	padding-bottom: 60px;
}
.small-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.fullwidth-text-padding {
	padding-left: 12%;
	padding-right: 12%;
}
.methoden-large-padding {
	padding-top: 120px;
	padding-bottom: 100px;
}
.only-bottom-padding {
	margin-bottom: 80px;
}
.btn-box {
	text-align: center;
}
.em-btn {
	font-family: "Lato";
	font-weight: 800;
	display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 22px;
    border: 2px solid #665778;
    font-size: 11px;
    text-align: left;
    color: #fff;
    background-color: #665778;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
}

.em-btn:hover {
	background-color: #fff;
	color: #E0B765;
	border: 2px solid #E0B765;
	font-weight: 800;
}

.em-btn-wth, input.wpcf7-form-control.wpcf7-submit.has-spinner {
	font-family: "Lato";
	font-weight: 800;
	display: inline-block;
    height: 37px;
    line-height: 37px;
    padding: 0 22px;
    border: 2px solid #E0B765;
    font-size: 11px;
    text-align: left;
    color: #ffffff;
    background-color: #E0B765;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 2px;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    transition: color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
}

.em-btn-wth:hover {
	background-color: #ffffff;
	color: #665778;
	border: 2px solid #e0b765;
	font-weight: 800;
}

.sgpb-content {
	border: none;
	border-radius: 8px;
	max-width: 480px !important;
}


.mobile-only {
	display: none;
}

.em-btn-light {
    border: 2px solid #fff;
    color: #E0B765;
    background-color: #fff;
}

.em-btn-large {
	margin: 20px auto 0px auto; 
	padding: 8px 40px; 
	font-size: 18px;
}

.em-btn-light:hover {
	border-color: #fff;
	background-color: #E0B765;
	color: #fff;
}


.img-border {
    border: 3px solid #FFEABD;
    padding: 1px;
    border-radius: 12px;
    background-color: #ebebeb;
}
.with_title_text_bg_color {
  background: linear-gradient(-135deg, rgb(224, 183, 101), rgb(166, 136, 73));
  background: -webkit-linear-gradient(-135deg, rgb(224, 183, 101), rgb(166, 136, 73));
	/*background-image: url("/wp-content/uploads/2017/04/edith_mueller_header.jpg") !important;
	background-position: center center;
    	background-repeat: no-repeat;
    	background-size: cover;*/
}

.title.has_background {
    background-size: cover !important;
}

.wpb_gmaps_widget .wpb_wrapper {
	padding: 0px !important;
}


.breadcrumbs_inner a {
	color: #4a4a4a !important;
}

ul.custom-bullets {
  list-style: none;
  padding-left: 1em;
}

ul.custom-bullets > li::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('/wp-content/uploads/2025/07/herz_half.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
  vertical-align: middle;
}

ul.sec{
	padding: 0 0 0 30px !important;
	list-style-type: disclosure-closed;
	line-height: 2em;
}

li {
	line-height: 2em;
}

p {
	line-height: 2em;
}

input.wpcf7-form-control {
	color: #000 !important;
	font-size: 1em;
}

input.wpcf7-form-control.wpcf7-submit 	{
	color: #fff !important;
	background: 503d66; 
}

input.wpcf7-form-control.wpcf7-submit:hover {
	color: #503d66 !important;
}

textarea.wpcf7-form-control.wpcf7-textarea, input.wpcf7-form-control.wpcf7-text, input.wpcf7-form-control.wpcf7-email {
	color: #503d66 !important;
	font-size: 16px;
}

.wpcf7-response-output {
	color: #503d66;
}


/* NL Anmeldung Banner start */

.newsletter-container {
  background: #665778;
  padding: 10px 15px;
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
}

.newsletter-form {
  display: inline-flex;
  justify-content: center;
  align-items: stretch !important;
  max-width: 600px;
  margin: auto;
  gap: 0em;
  flex-wrap: nowrap;
}

.newsletter-label {
  font-weight: bold;
  margin-right: auto;
  flex-basis: 100%;
  text-align: center;
  margin-right: 0.5em;
	font-size: 15px;
}

.newsletter-form .email-field {
  /* border-radius: 6px;
  border: 1px solid #ccc; */
  min-width: 150px;
  font-size: 1em;
}

button.submit-button {
  padding: 5px 40px 5px 20px;
  border: none;
  background: #235169;
  color: white;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
}


/* NL Anmeldung Banner end */


.wpcf7-list-item {
	margin:0 0 2em 0;
}

.wp-social-link-youtube {
	color: #ffffff!important;
	fill: #ffffff !important;
}

i.fa.fa-bars {
	font-size: 25px;
}

nav.mobile_menu .menu-item > a {
	font-size: 1em;
}

@media only screen and (max-width: 1000px) {
	
	.title:not(.breadcrumbs_title) .title_holder {
	height: 400px !important;
	    padding: 10px 0!important;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.content .content_inner > .container > .container_inner, .content .content_inner > .full_width > .full_width_inner, .content .content_inner > .container > .container_inner.default_template_holder {
	    padding-top: 0px !important;
	}
	.header_bottom {
    padding: 0 20px 10px !important;
	}
}
@media only screen and (max-width: 767px) {
	
	.newsletter-container {
		padding: 10px 15px 15px !important;
	}
	
	.fullwidth-text-padding {
	    padding-left: 6%;
	    padding-right: 6%;
}
	
	.medium-padding {
	    padding-top: 20px;
	    padding-bottom: 20px;
}

	.vc_column_container>.vc_column-inner {
	    padding-left: 6%;
	    padding-right: 6%;
	} 	 
	.maps-box .vc_column-inner {
	    padding-left: 0 !important;
	    padding-right: 0 !important;
	}

	.newsletter-box {
	height: 82px;
	} 	
	.newsletter-label {
		margin-right: 8px;
	}
	.mobile-only {
		display: block;
	}
	.title_subtitle_holder {
    		margin-top: 30px;
    		margin-bottom: 30px;
	}
	.title:not(.breadcrumbs_title) .title_holder {
		height: 100% !important;
	}
	
	h2.special-text-mobile-center {
	font-family: "Allegretto";
	color: #503d66;
	text-align: center !important;
	}
	
	.desktop-only {
	display: none !important;
	}
}

@media only screen and (max-width: 561px) { 
.title.with_title_text_bg_color h1 {
    font-size: 34px !important;
}
}

@media only screen and (max-width: 560px) {
	.newsletter-box {
		height: 82px;
	}
	.newsletter-label {
		text-align: center;
		display: block;
		margin-right: 0px;
		float: none;
	}
	.newsletter-form .email-field {
    min-width: 50px;
  }	
	
  .newsletter-form {
	display: inline-flex;
    flex-wrap: wrap !important;
  }
  .newsletter-label {
    margin-bottom: 8px;
    margin-right: 0;
    text-align: center;
  }
  button.submit-button {
	display: flex;
    justify-content: center;
	padding-right: 20px;
  }
}

@media only screen and (max-width: 480px) {
	.subtitle {
	    display: block;
	}
}

@media only screen and (max-width: 454px) {
	.newsletter-box {
		height: 104px;
	}
	
	.em-btn-large {
		margin: 20px auto 0px auto; 
		padding: 8px 20px; 
		font-size: 14px;
	}
	.email-field {
	    padding: 7px 18px 7px 10px;
	}
	.newsletter-form .email-field {
		min-width: 50px;
	}
}
