#scroll-to-top {
  text-align:center;
}

#scroll-to-top span {
  padding: 3px 20px 3px 20px;
  background: #003A60;
  color: white;
  text-rendering: optimizelegibility;
  cursor: pointer;
}

.produkte--title h1 + p {
  line-height: 32px;
  vertical-align: middle;
}

/*********************
RESPONSIVE STARTSEITE
*********************/

@media only screen and (max-width: 1191px) {
  .progress-bar .checkout-step1,
  .progress-bar .checkout-step2,
  .progress-bar .checkout-step3,
  .progress-bar .checkout-step4,
  .progress-bar .checkout-step4 {
    clear:both;
    margin-bottom:10px;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width:1029px) { 
  .category-container .item {
    width:calc(100% * (2/4) - 5px - 1px)
  }
}

@media only screen and (max-width: 767px) {
  .category-container .item {
    width:calc(100% * (4/4) - 5px - 1px)
  }

  .berater--icons {
    background: none;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 50% 50%;
  }
}

@media only screen and (max-width: 480px) {
  .berater--icons {
    background: none;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 100%;
  }

  h1, .h1 {
    font-size:2em;
  }

  h2, .h2 {
    font-size:1.5em;
  }

  h3, .h3 {
    font-size:1.15em;
  }

  .produkte--title h1 {
    display: flex;
    flex-direction:column;
  }

  .produkte--title p span {
    display:block;
    clear: both;
    margin-top:3px;
  }

  .image-insul-solid {
      margin: 0 !important;
  }

  .progress-bar .checkout-step1,
  .progress-bar .checkout-step2,
  .progress-bar .checkout-step3,
  .progress-bar .checkout-step4,
  .progress-bar .checkout-step4 {
    margin-bottom:10px;
  }

  #menu-footer .menu-item:not(.menu-item-has-children) {
    padding: 5px 0;
  }
}

@media screen and (max-width: 480px) {
  .ksk-product-advisor span .answers {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding-bottom: 60px;
  }

  .ksk-product-advisor span .answers .answer {
    max-width:100%;
    padding:0.5rem;
    position: relative;
  }

  .ksk-product-advisor span .answer.selected::after {
    bottom:0rem;
    right:0;
    font-size:2.5rem;
  }

  .ksk-product-advisor span .button-bar button:last-of-type {
    right:0 !important;
  }

  .ksk-product-advisor span .button-bar button:first-of-type {
    left:0;
  }

  .ksk-product-advisor span .results {
    padding:5px 20px 20px 20px;
  }

  .ksk-product-advisor span .results .result {
    max-width: 48%;
    padding-bottom: 0.5rem;
  }

  .ksk-product-advisor span .results .result .result-image {
    padding:5px;
    margin-bottom: 0.1em;
  }

  .ksk-product-advisor span .result-separator {
    height:60px;
  }

  .ksk-product-advisor span .result-separator a[href^="#"] {
    width: 100%;
    text-align: center;
    right: 0;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .ksk-product-advisor span .answers {
		display: grid !important;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr;
	    grid-gap: 10px;
    }

	.ksk-product-advisor span .answers .answer {
		max-width:100%;
		padding:0.5rem;
		position: relative;
	    padding-bottom: 20px;
	}

	.ksk-product-advisor span .answer.selected::after {
		bottom:40px;
		right:0;
		font-size:4.5rem;
		position: absolute;
	}

  .ksk-product-advisor span .button-bar button:last-of-type {
    right:20px !important;
  }

  .ksk-product-advisor span .button-bar button:first-of-type {
    left:20px !important;
  } 

	.ksk-product-advisor .answers {
		padding: 10px 50px 60px 50px !important;
	}

  .ksk-product-advisor span .results {
    padding:5px 20px 20px 20px;
  }

  .ksk-product-advisor span .results .result {
    max-width: 25%;
    padding-bottom: 0.5rem;
  }

  .ksk-product-advisor span .results .result .result-image {
    padding:5px;
    margin-bottom: 0.1em;
  }

  .ksk-product-advisor span .result-separator {
    height:60px;
  }

  .ksk-product-advisor span .result-separator a[href^="#"] {
    width: 100%;
    text-align: center;
    right: 0;
  }
}

@media screen and (max-width: 768px) {
	.ksk-product-advisor .result-suggestion .choices {
	    grid-template-columns: 1fr !important;
	    grid-template-rows: 1fr !important;
	    grid-row-gap: 0 !important;
	    padding:20px;
	}
}

@media screen and (max-width: 1024px) {
	.ksk-product-advisor .answer.selected::after {
	    font-size: 4rem;
	    position: absolute;
	    bottom: 30px;
	    right: 0;
	}

	.ksk-product-advisor .answer {
		position: relative;
	}
}

@media screen and (max-width: 350px) {
	.ksk-product-advisor .button-bar .blue-btn {
		padding: 10px 15px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.ksk-product-advisor .answers {
	    display: grid !important;
	    grid-template-columns: 1fr 1fr;
	    grid-template-rows: 1fr;
	    grid-row-gap: 20px;
        grid-column-gap: 20px;
    	padding: 10px 70px 70px 70px !important;
    }

    .ksk-product-advisor .answers .answer {
    	max-width: 100%;
    }

	.ksk-product-advisor span .answer.selected::after {
		bottom:40px;
		right:0;
		font-size:4.5rem;
		position: absolute;
	}

    .ksk-product-advisor span .results {
    padding:5px 20px 20px 20px;
  }

  .ksk-product-advisor span .results .result {
    max-width: 25%;
    padding-bottom: 0.5rem;
  }

  .ksk-product-advisor span .results .result .result-image {
    padding:5px;
    margin-bottom: 0.1em;
  }

  .ksk-product-advisor span .result-separator {
    height:60px;
  }

  .ksk-product-advisor span .result-separator a[href^="#"] {
    width: 100%;
    text-align: center;
    right: 0;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
	.ksk-product-advisor .answers {
	    padding: 10px 0px 80px 0px !important;
    	position: relative;
	}

	.ksk-product-advisor span .answer.selected {
		position: relative;
	}

	.ksk-product-advisor span .answer.selected::after {
		bottom:40px;
		right:0;
		font-size:4.5rem;
		position: absolute;
	}

    .ksk-product-advisor span .results {
    padding:5px 20px 20px 20px;
  }

  .ksk-product-advisor span .results .result {
    max-width: 25%;
    padding-bottom: 0.5rem;
  }

  .ksk-product-advisor span .results .result .result-image {
    padding:5px;
    margin-bottom: 0.1em;
  }

  .ksk-product-advisor span .result-separator {
    height:60px;
  }
}

@media screen and (min-width: 1281px) {
	.ksk-product-advisor .answers {
	    padding: 10px 0px 80px 0px !important;
    	position: relative;
	}

	.ksk-product-advisor span .answer.selected {
		position: relative;
	}

	.ksk-product-advisor span .answer.selected::after {
		bottom:40px;
		right:0;
		font-size:4.5rem;
		position: absolute;
	}	

  .ksk-product-advisor span .results {
    padding:5px 20px 20px 20px;
  }

  .ksk-product-advisor span .results .result {
    max-width: 25%;
    padding-bottom: 0.5rem;
  }

  .ksk-product-advisor span .results .result .result-image {
    padding:5px;
    margin-bottom: 0.1em;
  }

  .ksk-product-advisor span .result-separator {
    height:60px;
  }
}

.ksk-product-advisor span .button-bar .button-bar--reset {
	margin-left: 2em;
}

.ksk-product-advisor {
	position: relative;
}

.ksk-product-advisor .result-suggestion .suggestion-left {
	width: 100% !important;
}

.ksk-product-advisor .result-suggestion .choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 20px;
    padding:20px;
}

.ksk-product-advisor .answer:hover {
  cursor: pointer;
}

img.alignleft {
  margin: 0 0 0 0;
}

img.ksk_not_break {
  margin: 0 0 1.5em 0;
}

img.ksk_not_break {
  margin: 0 0 1.5em 0;
}

img.alignright {
  margin: 0 0 0 0;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.wpcf7-not-valid {
  margin-bottom: 0px;
}
span.wpcf7-not-valid-tip { 
  padding-bottom: 10px;
}
input[aria-invalid="true"], select[aria-invalid="true"] {
  margin-bottom: 0px;
}

.wpcf7 form.init .wpcf7-response-output {
    margin-top: 4rem;
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    margin-top: 4rem;
    border-color: #ffb900;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin-top: 4rem;    
} 

@media (min-width: 426px) and (max-width: 440px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 65%;
  }
}

@media (min-width: 441px) and (max-width: 447px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 60%;
  }
}

@media (min-width: 448px) and (max-width: 465px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 55%;
  }
}

@media (min-width: 466px) and (max-width: 498px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 210px;
  }
}

@media (min-width: 499px) and (max-width: 549px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 180px;
  }
}

@media (min-width: 550px) and (max-width: 617px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 160px;
  }
}

@media (min-width: 618px) and (max-width: 767px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 140px;
  }
}

@media (min-width: 768px) and (max-width: 1029px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output  {
      margin-top: 180px;
  }
}

@media (min-width: 1030px) and (max-width: 1099px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 135px;
  }
}


@media (min-width: 1100px) and (max-width: 2560px) {
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors,
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
      margin-top: 110px;
  }
}

.p-0 {
	padding: 0;
}

.pt-1 {
	padding-top: 30px;
}