/*
Theme Name: sndesigns Master
Description: sndesigns Master
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* GLOBAL STYLINGS */
/* ubuntu-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("https://asc-melsungen.de/wp-content/themes/salient-child/fonts/ubuntu-v20-latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("https://asc-melsungen.de/wp-content/themes/salient-child/fonts/ubuntu-v20-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("https://asc-melsungen.de/wp-content/themes/salient-child/fonts/ubuntu-v20-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* ubuntu-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("https://asc-melsungen.de/wp-content/themes/salient-child/fonts/ubuntu-v20-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

h1, h2, h3, h4, h5, h6, p, a, span {
	font-family: "Ubuntu"!important;
}

.sn_margin-bottom-0,
.sn_margin-bottom-0.nectar-responsive-text {
  margin-bottom: 0 !important;
}

.sn_margin-bottom-10,
.sn_margin-bottom-10.nectar-responsive-text {
  margin-bottom: 10px !important;
}

/* END OF GLOBAL STYLINGS */

.sn_nl-btn span {
  color: #db4a3c;
}

.sn_testimonial span.open-quote {
  font-family: "Arial";
  font-size: 13vw !important;
  color: #db4a3c;
  margin-bottom: -50px !important;
  margin-top: 60px;
}

blockquote.nectar_single_testimonial > div > p {
  font-size: 24px;
  line-height: 1.4;
}

blockquote.nectar_single_testimonial > div > span > span:nth-child(1) {
  font-size: 24px;
  display: block;
  line-height: 28px;
  font-weight: 600;
}

.sa_vorstand-section i {
  font-size: 24px !important;
}

.page-id-179 form input,
.page-id-179 form textarea {
  background: transparent;
  border: 1px solid #f1f1f1;
}

.page-id-179 input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background: #e6e2ce;
  color: #000;
  font-weight: 400;
  text-transform: none !important;
}

.sn_footer-quick-links p {
  line-height: 1.6;
}

.hide-element * {
  display: none !important;
}

.sn_hero-h2 h2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.sn_center-inner-row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.sn_sparten-icons img {
  max-width: 180px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#sn_footer-row .iwt-text * {
  color: #e6e2ce !important;
}

.sn_max-width-95-percent {
  max-width: 95%;
}

.sn_margin-left-0 {
  margin-left: 0 !important;
}

.wpcf7-acceptance .wpcf7-list-item {
  margin-left: 19px;
  text-indent: -23px;
  line-height: 1;
}

select[name="select-sparten"] {
  background-color: #f1f1f1;
  border: none;
  transition: all 0.2s ease;
  color: #555;
}

select[name="select-sparten"] div[aria-hidden="true"] {
  color: rgb(117, 117, 117) !important;
}

select[name="select-sparten"] #select-button {
  color: rgb(117, 117, 117);
  padding-right: 30px;
}

.sn_partner-img .img-with-aniamtion-wrap {
  max-width: 200px !important;
  width: 100% !important;
}

.sn_bg-parallax .row-bg {
  width: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  top: 50%;
}

/* BEGIN Cookie Banner Stylings */
.cookie-info-banner,
.cookie-info-banner * {
  box-sizing: border-box;
}
.cookie-info-banner {
  position: fixed;
  left: 50px;
  right: 50px;
  bottom: 20px;
  z-index: 99999;
}

.cookie-info-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 16px 20px;
  background: #db4a3c;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cookie-info-inner p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  color: #fff;
}

.cookie-info-inner p a {
  color: #fff;
  text-decoration: underline;
}

#cookie-info-close {
  border: 2px solid;
  border-color: #e6e2ce;
  border-radius: 8px;
  padding: 10px 18px;
  cursor: pointer;
  white-space: nowrap;
  background: #e6e2ce;
  color: #db4a3c;
  font-weight: 600;
}

#cookie-info-close:hover {
  border: 2px solid;
  border-color: #e6e2ce;
  padding: 10px 18px;
  background: transparent;
  color: #e6e2ce;
  font-weight: 600;
}
/* END Cookie Banner Stylings */

/*###############################*/
/*### BEGIN OF MEDIA QUERIES ####*/
/*###############################*/

@media screen and (max-width: 1150px) {
  .sn_btn-with-responsive.nectar-button.large {
    width: 210px !important;
  }

  .sn_btn-font-size-responsive a.nectar-button span {
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px) {
  .sn_only-desktop {
    display: block !important;
  }

  .sn_only-mobile {
    display: none !important;
  }
  .sn_footer-icon .iwithtext .iwt-text {
    padding-left: 45px;
  }

  .sn_footer-icon .iwithtext .iwt-text {
    padding-left: 35px !important;
    font-size: 13px;
  }

  .sn_footer-icon .fa-instagram:before {
    font-size: 28px !important;
  }

  .sn_footer-icon .fa-instagram {
    width: 27px !important;
  }

  .sn_footer-icon .wpb_wrapper > div:nth-last-child(2) {
    margin-bottom: 10px;
  }

  #sn_footer-row .span_12 {
    justify-content: center;
  }
}

@media screen and (max-width: 999px) {
  .sn_only-mobile {
    display: block !important;
  }
  .sn_only-desktop {
    display: none !important;
  }
	.sn_row-gab-mobile > div.col > div {
		border-bottom: 1px solid #efefef;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.sa_vorstand-section .wpb_column.el_spacing_50px > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
    	margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.asc-hero-video .viewport-phone {
		background-position: 30%;
	}
}

@media (max-width: 700px) {
  .cookie-info-banner {
    left: 12px;
    right: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom));
  }

  .cookie-info-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 14px 16px;
  }

  #cookie-info-close {
    width: 100%;
    text-align: center;
  }
}
