/* disable styling autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}

/* disable styling autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

/* disable browser select border */
input:focus,
select:focus,
textarea:focus,
button:focus,
.slick-initialized .slick-slide:focus {
  outline: none;
  outline-width: 0;
}

/**********************************************
	st_c_image_gallery
*************************************************/

.wvv-image-thumbnail {
  min-width: 125px;
  min-height: 125px;
  width: 125px;
  height: 125px;
  object-fit: cover;
  flex: none;
  padding: 0;
  margin-top: 20px;
  cursor: pointer;
}

.wvv-image-lg-thumbnail {
  max-width: 400px;
  height: 250px;
  margin-left: 0px;
  object-fit: cover;
  margin-top: 20px;
  padding: 0;
  cursor: pointer;
}

.wvv-image-thumbnails {
  position: relative;
  margin: 70px auto;
}

.wvv-image-thumbnails-main .wvv-image-thumbnail{
	margin-right:20px;
}

.wvv-image-thumbnails-main a {
  margin-left: 20px;
  vertical-align: middle;
} 
.wvv-gallery-link-elements>a {
  margin-right: 10px;
}

.wvv-image-thumbnails-main h5 {
  margin: 0;
}

.wvv-image-thumbnails-content {
  margin-left: 60px;
  width: 100%;
}

.wvv-image-thumbnails-content .row:first-of-type img:nth-child(2) {
  margin-right: 20px;
}

.wvv-image-thumbnails-content .row:first-of-type img:nth-child(1) {
  margin-right: 20px;
}

.wvv-image-thumbnail-description {
  padding: 0;
  margin-left: 20px;
  margin-top: 20px;
}

.wvv-image-thumbnail-description a {
  vertical-align: -webkit-baseline-middle;
}

.wvv-image-thumbnails .wvv-background-grey {
  width: 500px;
  height: 300px;
  top: 50px;
  z-index: -1;
  position: absolute;
}

.wvv-image-thumbnails .btn {
  float: left;
}

#vrview {
  margin-top: 20px;
}

@media (max-width: 575.98px) {
  .wvv-image-thumbnails-content {
    margin-left: 0px;
  }

  .wvv-image-thumbnails .wvv-background-grey {
    display: none;
  }

  .wvv-image-lg-thumbnail {
    width: 125px;
    height: 125px;
    margin-top: 20px;
  }

  .wvv-image-thumbnails-content .row .wvv-image-thumbnail:nth-child(2) {
    margin-right: 20px;
  }

  .wvv-image-thumbnails-content .row .wvv-image-thumbnail:nth-child(3) {
    margin-top: 20px;
    margin-right: 20px;
  }

  .wvv-image-thumbnails-content .row .wvv-image-thumbnail:nth-child(4) {
    margin-top: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .wvv-image-lg-thumbnail {
    width: 125px;
    height: 125px;
  }
}


@media (max-width: 1200px) {
  .wvv-image-thumbnails-main div {
    margin-top: 20px;
  }
}

#wvv-gallery {
  width: 100%;
}

#wvv-carousel-gallery {
  width: 100%;
  margin: 0 auto;
  z-index: 1001;
  display: none;
  position: fixed;
  top: 5px;
}

#wvv-carousel-gallery .carousel-inner {
  z-index: 1001;
}

.carousel-control-close {
  z-index: 1002;
  position: absolute;
  right: 5px;
  top: 95px;
  height: 30px;
  width: 30px;
  text-align: center;
  background: white;
  vertical-align: middle;
  opacity: 0.5;
  cursor: pointer;
}

.carousel-item {
  padding-top: 90px;
  padding-bottom: 90px;
}

.carousel-item img {
  max-height: 70vh;
  object-fit: cover;
}

.carousel-caption {
  z-index: 1001;
}

.carousel-image-count {
  float: left;
}

.carousel-control-prev,
.carousel-control-next {
  z-index: 1001;
}

.carousel-background-overlay {
  z-index: 1000;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.9;
}

.wvv-cta-links {
  display: flex;
  width: fit-content;
  align-items: baseline;
}

.wvv-cta-links>* {
  margin-right: 10px;
}

.wvv-accordion-list-expandable {
  display: none;
}

#wvv-accordion-expand .wvv-accordion button.show-more {
  display: block;
  margin: 0 auto;
  margin-bottom: 5%;
}

div.wvv-tab-accordion.container h2 {
  margin-top: 5%;
  margin-bottom: 5%;
}

/* Search bar custom css*/
.wvv-search-bar-action {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.wvv-search-field-action {
  background: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  border-bottom: 1px solid white;
  color: white;
  margin-bottom: 3px;
  margin-right: 50px;
  display: flex;
  flex: 1 1 50%;
}

.wvv-search-field-action:focus {
  outline: none;
}

.wvv-search-button {
  flex: 2 1 0;
}

::placeholder {
  color: white;
  opacity: .8;
  font-size: 20px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

@media screen and (max-width: 640px) {
  .wvv-search-bar-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .wvv-search-field-action {
    margin-bottom: 20px;
    width: 90%;
  }

  .wvv-search-bar-action h5.wvv-search-button {
    padding-left: 0;
  }
}

/* Search bar custom END*/

.wvv-accordion-card_item h5 {
  margin-top: 0;
}

/* .col-12.wvv-accordion-card_item {
  padding-left: 0;
} */

.wvv-accordion-card_image_item,
.wvv-accordion-filter-item {
  padding-left: 15px !important;
}

.font-size-small p {
  text-align: justify;
}

.col-12.wvv-accordion-card_item img {
  padding-left: 15px;
}

.wvv-accordion-card_item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.wvv-column-teaser-row .wvv-accordion-card_item,
.wvv-accordion-card .wvv-accordion-card_item {
  padding-left: 0px;
}

.wvv-column-teaser-row {
  display: flex;
  flex-wrap: wrap;
}

.wvv-accordion .wvv-accordion-card .wvv-accordion-card-header .wvv-accordion-card_item {
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .wvv-tab-accordion .row .wvv-accordion-card-price {
    float: left;
    text-align: left !important;
  }
}

.wvv-text-module {
  margin: 40px 0 40px 0;
  text-align: justify;
}

input.form-check-input {
  display: none;
}

input.form-check-input span {
  color: white;
}

.wvv-tarifrechner-search-bar {
  color: white;
}

.wvv-tarifrechner-search-bar input {
  color: white;
}

.wvv-tarifrechner-search-bar input:focus {
  color: white;
}

.wvv-tarifrechner-search-bar input.form-check-input,
.wvv-tarifrechner-detail-page input.form-check-input {
  display: none;
}

.wvv-tarifrechner-search-bar input.form-check-input span,
.wvv-tarifrechner-detail-page input.form-check-input span {
  color: white;
}

.wvv-tarifrechner-search-bar .wvv-red-bar .wvv-text h5 {
  padding-left: 0;
}

.wvv-tarifrechner-search-bar .col-8 .row {
  align-items: center;
}

.wvv-tarifrechner-search-bar .form-group .form-control {
  border-bottom: 1px solid white;
}

.wvv-tarifrechner-search-bar .wvv-red-bar-standalone .navbar {
  padding: 0;
}

.wvv-tarifrechner .form-group .form-control:valid~.float-label {
  color: white
}

.wvv-tarifrechner .form-group {
  margin: 0;
}

.wvv-tarifrechner .indicator:hover {
  cursor: pointer;
}

.wvv-tarifrechner .form-check-inline {
  cursor: pointer;
  margin: 0;
}

.wvv-tarifrechner .navbar {
  margin: 22px;
}

.wvv-tarifrechner nav ul li a {
  cursor: pointer;
  font-weight: 800;
}

.wvv-tarifrechner-detail-page {
  color: #758085;
}

.wvv-tarifrechner-detail-page nav {
  height: 40px;
}

.wvv-tarifrechner-detail-page form .row {
  width: initial;
}

.wvv-tarifrechner-detail-page form .form-group .form-control {
  border-bottom: 1px solid #758085;
}

.wvv-tarifrechner-detail-page .form-group .form-control:valid~.float-label {
  color: #758085;
}

.wvv-tarifrechner-detail-page nav ul li a {
  font-weight: 400;
}

.wvv-tarifrechner-detail-page .active-radio-tarif {
  border: 1px solid #d50041;
  width: 30px;
  height: 30px;
  text-align: center;
}

.wvv-tarifrechner-detail-page form .row {
  margin-top: 20px;
}

.wvv-tarifrechner-detail-page .btn {
  padding: 5px;
  min-width: max-content;
}

.wvv-tarifrechner-detail-page .wvv-tarifrechner-offers {
  color: black;
}

.wvv-tarifrechner-detail-page .wvv-tarifrechner-offers .font-size-largest {
  font-size: 44px;
}

.wvv-tarifrechner-detail-page .wvv-tarifrechner-offers .wvv-tarifrechner-offer {
  background-color: #ECF0F2;
}

.wvv-tarifrechner-detail-page .wvv-tarifrechner-offers .wvv-tarifrechner-offer img {
  height: 200px;
  width: 100%;
  background-size: cover;
  object-fit: cover;
}

.wvv-tarifrechner-offer-links-row {
  width: auto;
}

.wvv-tarifrechner-detail-page .wvv-tarifrechner-mobile-nav .nav .active,
.a-filter-tabs .wvv-filter-tabs-mobile-nav .nav .active {
  border-bottom: 5px solid #d50041;
}

.active-radio-tarif {
  border: 1px solid white;
  width: 30px;
  height: 30px;
  text-align: center;
}

.wvv-tarifrechner-mobile-nav .nav .active,
.wvv-filter-tabs-mobile-nav .nav .active {
  border-bottom: 5px solid white;
  outline: none;
  box-shadow: none;
}

.margin-tb-4 {
  margin: 4rem 0 4rem 2rem;
}

.wvv-video-p-x-3-r-4 {
  padding: 0rem 2rem 0rem 0rem !important;
}

@media only screen and (min-width: 991px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 30.25% !important;
    /* 16:9 */
    height: 0;
  }

  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

  }

  .imgWrapper {
    position: relative;
    padding-bottom: 30.25% !important;
    height: 0;
  }

  .imgWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 990px) {
  .videoWrapperYT {
    position: relative;
    padding-bottom: 56.25% !important;
    /* 16:9 */
    height: 0;
  }

  .videoWrapperYT iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .videoWrapper {
    position: relative;
    padding-bottom: 56.25% !important;
    /* 16:9 */
    height: 0;
  }

  .videoWrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .imgWrapper {
    position: relative;
    padding-bottom: 56.25% !important;
    /* 16:9 */
    height: 0;
  }

  .imgWrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (min-width: 991px) {
  .order-lg-rc {
    padding-left: 3rem;
  }

  .order-lg-1 {
    padding-right: 3rem;
  }
}

blockquote.center-text {
  text-align: justify;
}

.wvv-box.wvv-box-3 {
  min-height: 376px;
}

.wvv-filter-tabs-mobile-nav .navbar li a {
  cursor: pointer;
}

.wvv-highlight-2 .wvv-container-fluid .wvv-gray-small-background {
  left: -2vw !important;
}

@media only screen and (min-width: 991px) {
  .c-image-text-combo-lr-1 .align-items-center .order-lg-rc {
    left: 5px;
  }
}

section.wvv-spezialmodul-dach .wvv-text,
section.wvv-spezialmodul-dach .wvv-text:hover {
  color: black;
}

section.wvv-spezialmodul-dach .wvv-icon-arrow-small-right-black {
    display: inline;
    margin-left: -6px;
}
section.wvv-spezialmodul-dach .wvv-box-content-white .wvv-icon-arrow-small-right-black {
    display: none;
}

section.wvv-spezialmodul-dach .wvv-icon-arrow-small-right-white {
	display: inline;
    margin-left: -6px;	
}
section.wvv-spezialmodul-dach .wvv-box-content .wvv-icon-arrow-small-right-white {
	display: none;
}

.wvv-highlight-1{
	overflow: hidden;
	height:100%;
}

.wvv-highlight-1 .container {
	max-width: 1140px;
}

.c-quotes .container {
	max-width: 1140px;
}

section.c-facts-copy2er h2,
section.c-facts-copy2er h3 {
	padding-bottom: 15px;
}

/* NEW CUSTOM CSS */
/* NAVIGATION */

.container-navigation {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

h3 {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.wvv-tarifrechner-detail-page {
  padding-top: 60px;
}

.wvv-card img {
    max-width: 100%;
    display: block;
    margin: auto;
}

.container.wvv-text-module {
	padding-left: 0px;
}

.wvv-pf_header_image-mb {
	margin-bottom: 100px !important;
}

section.pf-footer .social-icons-container { gap:10px; }
section.pf-footer .social-icons-container img{
	width: 32px;
	height: 32px;
}

.mwf-layout {
	margin: 0px;
}

.mwf-layout > * {
	margin: 0px;
	margin-bottom: 0.5rem;
}

.mwf-layout input:focus,
.mwf-layout select:focus,
.mwf-layout textarea:focus,
.mwf-captcha__input:focus {
	outline: none;
}


.mwf-textinput__input,
.mwf-select__select,
.mwf-textarea__textarea,
.mwf-captcha__input  {
    border: none;
}

.mwf-textinput__input:hover,
.mwf-select__select:hover,
.mwf-textarea__textarea:hover,
.mwf-captcha__input:hover {
	outline: none;
}

.mwf-textinput__input,
.mwf-textarea__textarea,
.mwf-captcha__input  {
	flex: 1;
	height: 36px;
    font-size: 1rem;
    font-weight: 300;
    padding: 0;
    background-color: transparent;
    background-image: none !important;
    box-shadow: none;
    border-bottom: 1px solid #758085;
}

.mwf-textinput__label,
.mwf-textarea__label {
    position: relative;
   	bottom: -36px;
    position: relative;
    font-size: 12px;
    color: #758085;
    transition: bottom ease-in-out 0.15s, font-size ease-in-out 0.15s;
	pointer-events: none;
}

.mwf-textinput {
    position: relative;
}

.mwf-textinput__label.flow-up,
.mwf-textarea__label.flow-up {
      bottom: 0; 
}

.mwf-textinput__label.on-focus,
.mwf-textarea__label.on-focus  {
      color: #d50041;
      font-size: 1rem;
      font-weight: bold; 
}

.mwf-textinput__input.on-focus,
.mwf-textarea__textarea.on-focus {
	border-bottom: 2px solid #d50041;
}

@media (min-width: 768px) {
    .mwf-textinput--l {
        display: inline-flex;
        width: 49%;
    }
}

.mwf-select > span {
	display: none;
}

.mwf-select__select {
	width: 100%;
	background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    display: block;
    word-wrap: normal;
}

.mwf-select__select:focus {
	border: 2px solid #d50041;
}

.mwf-textarea__textarea {
	flex: 1;
}

.mwf-select__label  {
	color: #000;
    font-size: 12px;
	font-weight: 300;
}
.mwf-textinput__label,
.mwf-textarea__label  {
	color: #758085;
    font-size: 12px;
	font-weight: 300;
}

.mwf-captcha__input {
    	width: 100%;
}


@media (min-width: 575.98px) {
	.mwf-captcha__wrapper {
		display: grid;
	    grid-template:
    	"captcha text"
    	"captcha error" / auto 100%;
	}

	.mwf-captcha__input {
   	    margin-left: 12px;
    	width: 49%;
	}
}



.mwf-button--cancel  {
	visibility: hidden;
}

.mwf-button--submit {
	color: white;
    background: #d50041 !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #d50041;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}