@charset "UTF-8";

/*
Theme Name: Wärmeversorgung Memmingerberg
Author: AH-Effect
Author URI: https://www.a-h-effect.de
Description: Custom Theme of Nahwärmeversorgung Memmingerberg
Tested up to: 7.4
Requires PHP: 7.4
Version: 1.1
Text Domain: customtheme
*/

/* Basic START */
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url(assets/webfonts/OpenSans-Light.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  src: url(assets/webfonts/OpenSans-LightItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
  src: url(assets/webfonts/OpenSans-Regular.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
  src: url(assets/webfonts/OpenSans-Italic.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url(assets/webfonts/OpenSans-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  src: url(assets/webfonts/OpenSans-SemiBoldItalic.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  src: url(assets/webfonts/OpenSans-ExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: italic;
  src: url(assets/webfonts/OpenSans-ExtraBoldItalic.ttf) format("truetype");
}

html,
body {
  font-family: "Open Sans";
  -moz-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
	color: rgba(51,51,51,1);
	box-sizing: border-box;
	padding: 0;
	margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
  letter-spacing:2px;
  color: rgba(255,102,1,1);
  text-align: center;
}

h1 {
  text-transform: uppercase;
}

h2 {
  font-size: 35px;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.align-left {
  text-align: left;
}

strong,
b {
  font-weight: 600;
}

:focus {
  outline: unset !important;
}

img {
  max-width: 100%;
  height: auto;
}

.entry-content a,
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active,
.entry-content a:visited {
  font-weight: 600;
  color: rgba(255,102,1,1);
  text-decoration: none;
}


.footer-wrapper,
.header-wrapper,
.entry-content {
  margin: 0 auto;
  max-width: 1200px;
}

.entry-footer {
  display: none;
}

#primary {
  overflow-x: hidden;
}

hr {
  width: 1000%;
  margin-left: -500%;
  border: 0;
  height: 0;
  color: transparent !important;
  background-color: transparent !important;
  overflow: visible;
  margin-top: 0;
  margin-bottom: 0;
}

hr:before {
  content: "";
  width: 100%;
  height: 50px;
  display: block;
  background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);
}

hr.to-the-bottom:before {
  background: -moz-linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  background: -webkit-linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  background: -o-linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  background: -ms-linear-gradient(bottom,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  background: linear-gradient(to top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f2f2f2',GradientType=0);
}

sub,
sup {
	line-height: 1;
}

.displaynone {
  display: none;
}

/* ul.special-list {
  list-style-type: none;
  padding-left: 0;
}

ul.special-list li {
  padding: 20px 0 20px 40px;
  position: relative;
}

ul.special-list li:before {
  content: "";
  background-image: url(/wp-content/uploads/favicon-nwd.png);
  width: 15px;
  height: 15px;
  display: block;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: calc(50% - 7.5px);
} */

ul.special-list {
  padding-left: 0;
  list-style-type: none;
}

ul.special-list li {
  padding: 14px 22px;
  /* background-color: rgba(255,102,1,1);
  color: #ffffff; */
  border: 3px solid rgba(255,102,1,1);
  margin-bottom: 20px;
  border-radius: 35px;
  font-weight: 600;
}

/* ul.special-list li:nth-child(3n) {
  margin-left: 150px;
}

ul.special-list li:first-child,
ul.special-list li:nth-child(4) {
  margin-left: 30px;
}

ul.special-list li:nth-child(5) {
  margin-left: 250px;
} */

/* ul.special-list.energy-bg {
  background-image: url(assets/images/energy-icon.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 300px;
} */

ul.orange-boxes-list ul,
ul.orange-boxes-list {
  list-style-type: none;
  list-style: none;
}

ul.orange-boxes-list li {
  position: relative;
}

ul.orange-boxes-list li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  position: absolute;
  left: -20px;
  top: 11px;
  background-color: rgba(255,102,1,1);
}

.orange-bg {
  background-color: rgba(255,102,1,1);
  color: #ffffff;
  position: relative;
  margin: 0;
}

.statistik-image img {
  max-height: 247px;
  width: auto;
}

h2.orange-bg {
  padding: 50px 0 10px 0;
}

h2.orange-bg + p.orange-bg {
  padding-bottom: 40px;
}

.orange-bg:after {
  content:"";
  height: 100%;
  width: 1000%;
  background-color: rgba(255,102,1,1);
  position: absolute;
  top: 0;
  left: -500%;
  z-index: -1;
}

button,
a.button,
a.wp-block-button__link,
a.wp-block-button__link:active,
a.wp-block-button__link:visited,
a.wp-block-button__link:focus,
input[type="submit"] {
  background-color: rgba(255,102,1,1);
  color: #ffffff;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 14px 22px;
  border-radius: 25px;
  border: 0;
  line-height: 22px;
  margin: 25px auto;
  font-size: 20px;
}

button:hover,
a.button:hover,
a.wp-block-button__link:hover,
input[type="submit"]:hover {
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 3px 6px rgba(51,51,51,0.3);
  -ms-box-shadow: 0 3px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 3px 6px rgba(51,51,51,0.3);
	-webkit-box-shadow: 0 3px 6px rgba(51,51,51,0.3);
	-o-box-shadow: 0 3px 6px rgba(51,51,51,0.3);
}

/* Basic END */

/* Header START */
header.site-header {
  position: fixed;
  width: 100%;
	padding: 0px 30px;
  box-sizing: border-box;
  background-color:#ffffff;
  z-index: 20;
  top: 0;
  box-shadow: 0 3px 6px rgba(51,51,51,0.3);
  -ms-box-shadow: 0 3px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 3px 6px rgba(51,51,51,0.3);
	-webkit-box-shadow: 0 3px 6px rgba(51,51,51,0.3);
	-o-box-shadow: 0 3px 6px rgba(51,51,51,0.3);
}

header.site-header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 0;
  max-width: 1400px;
}

.site-logo {
  max-width: 249px;
}

.site-logo > a {
  display: flex;
}

.menu-button {
  display: none;
}

body.page-template-page_front header.entry-header {
  display: none;
}

@keyframes zoomingimage {
  0% {transform: scale(1.35);}
  50% {transform: scale(1);}
  100% {transform: scale(1.35);}
}

#front-header-banner {
  margin-top: 63px;
  width: 100%;
  /* height: 700px; */
  height: 850px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#front-header-banner > div {
  height: 850px;
  overflow: hidden;
  display: block;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#front-header-banner .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  animation: zoomingimage 25s infinite ease-in-out;
}

#front-header-banner .intro-text {
  max-width: 100%;
  width: 750px;
  z-index: 2;
}

#front-header-banner .intro-text img {
  filter: drop-shadow(0px 0px 7px rgba(51,51,51,1));
}

#front-header-banner .intro-video {
  width: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  height: inherit;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#front-header-banner .intro-video video {
  /* max-width: 100%; */
  min-width: 100%;
  min-height: 100%;
}


#info-bubble {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0px 6px rgb(51 51 51 / 30%);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -webkit-box-shadow: 0 0px 6px rgb(51 51 51 / 30%);
  -o-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  color: #ffffff;
  background-color: rgba(255,102,1,1);
  width: 350px;
  height: 350px;
  z-index: 2;
  position: absolute;
  text-align: center;
  bottom: -120px;
  right: 55px;
  font-size: 22px;
  line-height: 40px;
  background-image: url(assets/images/right-icon.svg);
  background-size: 60px;
  background-position: bottom 45px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

#info-bubble .headline {
  font-family: "Open Sans";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
}

/* Vorrübergehende - wenn bubble nicht gebraucht wird */
/* #info-bubble {
  display: none;
} */

.info-bubble-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.small-info-bubble {
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0px 6px rgb(51 51 51 / 30%);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -webkit-box-shadow: 0 0px 6px rgb(51 51 51 / 30%);
  -o-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  color: #ffffff;
  background-color: rgba(255,102,1,1);
  width: 250px;
  height: 250px;
  z-index: 2;
  position: relative;
  text-align: center;
  font-size: 25px;
  line-height: 33px;
  margin-bottom: 15px;
}

.small-info-bubble .headline {
  font-family: "Open Sans";
  font-weight: 800;
  text-transform: uppercase;
  font-size: 43px;
  line-height: 55px;
}

.info-bubble-wrapper .smalltext {
  font-size: 10px;
  line-height: 1.2;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
}

p.no-margin-top {
  margin-top: 0;
}

/* Header END */


/* Menü START */

.mobile-menu,
.menu-button-container {
	display: none;
}

.footer-wrapper ul,
.primary-navigation ul {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-wrapper a,
.primary-navigation ul a {
  color: rgba(51,51,51,1);
  font-weight: bold;
  margin-left: 25px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 14px;
}

.primary-navigation ul a:hover,
.primary-navigation ul .current-menu-item.page_item a {
  color: rgba(255,102,1,1);
}


.footer-wrapper a:after,
.primary-navigation ul a:after {
  content: "";
  bottom: -5px;
  left: 50%;
  height: 2px;
  width: 0;
  position: absolute;
  background-color: rgba(255,102,1,1);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.footer-wrapper .current-menu-item.page_item a:after,
.footer-wrapper a:hover:after,
.primary-navigation ul .current-menu-item.page_item a:after,
.primary-navigation ul a:hover:after {
  width: 100%;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* Menü END */

/* Allgemein START */

article.page > header {
	/* padding-top: 77px; */
  padding-top: 107px;
}

/* Allgemein eND */

/* Round Image START */

.wp-block-image.round-image {
  margin: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -webkit-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -o-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
}

.image-with-box-shaddow img {
  box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -webkit-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -o-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
}

.wp-block-image.round-image img {
  display: flex;
  max-width: 100%;
}

.with-margin {
  margin: 50px 0;
}

/* Round Image END */

/* Lageplan  START */
.lageplan {
  position: relative;
  /* height: 600px; */
  overflow: hidden;
}

.parallax-row {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 95px 0 125px 0;
  position: relative;
  border-bottom: 3px solid rgba(255,102,1,1);
  border-top: 3px solid rgba(255,102,1,1);
  margin-bottom: 77px;
}

.lageplan .wp-block-button,
.lageplan .wp-block-buttons,
.lageplan h2 {
  max-width: 1200px;
  margin: 0 auto;
}

.lageplan h2 {
  text-align: left;
  color: #ffffff;
  filter: drop-shadow(0px 0px 7px rgba(51,51,51,1));
}

.lageplan .wp-block-button,
.lageplan .wp-block-buttons {
  margin-top: 25px;
}
/* Lageplan END */

/* Table START */

.wp-block-table {
  margin-left: 0;
  margin-right: 0;
}

.wp-block-table table {
  padding: 0;
  border-spacing: 0;
}

.wp-block-table table tr td {
  border-bottom: 1px solid rgba(255,102,1,1);
  text-align: center;
  padding: 10px;
}

.wp-block-table table tr:first-child td {

}

.wp-block-table table tr td:first-child {
  text-align: left;
}

.wp-block-table table tr:nth-last-child(3) td,
.wp-block-table table tr:nth-child(21) td,
.wp-block-table table tr:nth-child(15) td,
.wp-block-table table tr:nth-child(9) td {
  padding: 0;
}

.wp-block-table table tr:nth-last-child(2) td,
.wp-block-table table tr:last-child td {
  background-color: rgba(255,102,1,1);
  color: #ffffff;
}

.kostenvergleich-table {
  position: relative;
}

.kostenvergleich-table.short {
  max-height: 350px;
  height: auto;
  overflow:hidden;
}

/* .kostenvergleich-table.short:after  */
.kostenvergleich-table.short + .wp-block-button.show-whole-table:after,
.kostenvergleich-table.short + .wp-block-buttons .show-whole-table:after {
  content: "";
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 1;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(243,243,243,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(243,243,243,0) 100%);
  background: linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(243,243,243,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f3f3f3",GradientType=1);
  transition: max-height 2s ease-in-out;
  -ms-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
}

.kostenvergleich-table.short + .wp-block-button,
.kostenvergleich-table.short + .wp-block-buttons {
  position: relative;
}

.show-whole-table {
  margin-top: -90px;
  z-index: 1;
}

.show-whole-table a {
  z-index: 2;
  position: relative;
}

.kostenvergleich-table:not(.short) {
  max-height: 1000000px;
  transition: max-height 2s ease-in-out;
  -ms-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  margin-bottom: 32px;
}

.kostenvergleich-table:not(.short):after {
  display: none;
}

/* Table END */

/* CO2 Billanz START */
.co2-einsparung .wp-block-column,
.co2-billanz-liste .wp-block-column {
  text-align: center;
}
.co2-billanz-liste .wp-block-column {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  justify-content: flex-end;
}

.co2-billanz-liste .wp-block-column h3 {
  margin: 0;
}

.co2-einsparung {
  margin-top: 10px;
  margin-bottom: 29px;
}

.co2-einsparung + hr {
  margin-bottom:125px;
}

p.co2-einsparung-bubble,
.co2-einsparung .wp-block-column > p {
  background-color: rgba(100,175,55,1);
  color: #ffffff;
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -webkit-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -o-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  border-radius: 50%;
  font-size: 30px;
  margin: 0 auto;
}

/* CO2 BIllanz END */

/* Eckpunkte START */

.eckpunkte .with-before-icon {
  padding-top: 150px;
  position: relative;
}

.eckpunkte .with-before-icon:before {
  content: "";
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* font-size: 40px;
  font-family: "Font Awesome 5 Free";
  color: rgba(51,51,51,1);
  font-weight: 900; */
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
	-webkit-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
	-o-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
}

.eckpunkte .with-before-icon.zuschuss:before {
  /* content: "\f4c0"; */
  background-image: url(assets/images/icon-zuschuss.svg);
  background-size: 40px;
}

.eckpunkte .with-before-icon.arbeitspreis:before {
  /* content: "\f4c4"; */
  background-image: url(assets/images/icon-arbeitspreis.svg);
}

.eckpunkte .with-before-icon.messpreis:before {
  /* content: "\f080"; */
  background-image: url(assets/images/icon-messpreis.svg);

}

.eckpunkte .with-before-icon.laufzeit:before {
  /* content: "\f1da"; */
  background-image: url(assets/images/icon-laufzeit.svg);

}

.eckpunkte .with-before-icon.station:before {
  content: "\f276";
  background-image: url(assets/images/icon-station.svg);
}

.eckpunkte .with-before-icon:hover:before {
  box-shadow: 0 0px 6px rgba(51,51,51,0.6);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.6);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.6);
	-webkit-box-shadow: 0 0px 6px rgba(51,51,51,0.6);
	-o-box-shadow: 0 0px 6px rgba(51,51,51,0.6);
}

/* Eckpunkte END */

/* Forms START */
form {
  margin-top: 50px;
}

form .row {
  display: flex;
  justify-content: space-between;
}

form .row > label {
  width: 32%;
  position: relative;
  overflow: hidden;
}

form input[type="text"],
form input[type="email"],
form textarea {
  width: 100%;
  padding: 8px 15px;
  border: 0;
  /* border-bottom: 1px solid rgba(51,51,51,1); */
  font-size: 16px;
  line-height: 30px;
  font-style: italic;
  color: rgba(51,51,51,1);
	background-color: #f3f3f3;
  border: 1px solid  #f3f3f3;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

form textarea {
  height: 150px;
}

form label {
  display: block;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form textarea:focus {
  border-color: rgba(255,102,1,1);
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgb(150 139 0 / 10%);
  transition: all 0.5s ease-in-out;
}


.dsgvo-form,
.acceptance-413 .wpcf7-list-item {
  margin-left: 0;
  font-size: 12px;
  line-height: 20px;
}

.submit-wrapper {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* Form END */

/* Popup START */
.popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  background-color: rgba(0,0,0,0.5);
  align-items: center;
  justify-content: center;
}
.popup.active {
  display: flex;
}

.popup .popup-container {
  background-color: #ffffff;
  position: relative;
  width: 95%;
  max-height: 95%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: scroll;
}

.popup .popup-container img {
  max-width: 100%;
}

.popup .popup-container .close-icon {
  position: absolute;
  right: 25px;
  top: 25px;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.popup .popup-container .close-icon img {
  filter: brightness(0) invert(1);
}

/* Popup END*/

/* Downloads START */
.downloads a {
  position: relative;
  /* padding-top: 90px; */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 90px 50px 0 50px;
  hyphens: none;
}

.downloads a:before {
  content: "";
  width: 40px;
  height: 40px;
  background-color: rgba(255,102,1,1);
  background-image: url(assets/images/to-the-top-icon.svg);
  background-size: 12px auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  cursor: pointer;
  padding: 15px;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  box-shadow: 0 0px 6px rgb(51 51 51 / 30%);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
  -webkit-box-shadow: 0 0px 6px rgb(51 51 51 / 30%);
  -o-box-shadow: 0 0px 6px rgba(51,51,51,0.3);
}

.downloads a:hover:before {
  box-shadow: 0 0px 6px rgb(51 51 51 / 60%);
  -ms-box-shadow: 0 0px 6px rgba(51,51,51,0.6);
  -moz-box-shadow: 0 0px 6px rgba(51,51,51,0.6);
  -webkit-box-shadow: 0 0px 6px rgb(51 51 51 / 60%);
  -o-box-shadow: 0 0px 6px rgba(51,51,51,0.6);
}

.page-id-59 #content {
  min-height: calc(100vh - 252px);
}

.heizkostendownloads {
  padding: 0 27%;
}

.heizkostendownloads a:active,
.heizkostendownloads a:focus,
.heizkostendownloads a:hover,
.heizkostendownloads a {
  padding-top: 150px;
  font-weight: 800;
  text-transform: uppercase;
}

.heizkostendownloads a {
  padding-left: 0;
  padding-right: 0;
}

.heizkostendownloads a:before {
  width: 120px;
  height: 120px;
  box-sizing: border-box;
}

/* Downloads END */

/* FAQ START */

.wp-block-esab-accordion .esab__heading_tag {
  text-align: left;
}

/* FAQ END */

/* New Hooks START */
ul.wp-block-list.hooks {
  list-style: none;
  margin: 0; 
  padding: 0;
}
ul.wp-block-list.hooks > li > strong {
  font-weight: 800;
  letter-spacing:1px;
  /* color: rgba(255,102,1,1); */
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}

ul.wp-block-list.hooks > li {
  margin-bottom: 25px;
  padding-left: 80px;
  background-size: 65px auto;
  padding-top: 10px;
  background-position: top -0 left;
  background-repeat: no-repeat;
  background-image: url(assets/images/hook.svg);
}

/* News Hooks END */

/* Footer START */

.site-footer {
  background-color: rgba(51,51,51,1);
  color: #ffffff;
  padding: 50px 0;
  margin-top: 75px;
}

.site-footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer .footer-wrapper a {
  color: #ffffff;
}

.footer-wrapper a:after {
  background-color: #ffffff;
}

.footer-logo {
  width: 230px;
}

.copyright {
  font-size: 12px;
  font-weight: 300 !important;
}

#to-the-top {
  position: fixed;
  right: 25px;
  bottom: 25px;
  width: 40px;
  height: 40px;
  background-color: rgba(255,102,1,1);
  border-radius: 50%;
  cursor: pointer;
  padding: 15px;
  z-index: 50;
  text-align: center;
}

#to-the-top img {
  max-height: 100%;
}

/* Footer END */

/* Captcha START */
#content .kc_captcha {
  margin: 25px auto;
}

#content .kc_captcha .captcha-image {
  margin: 0 auto;
  display: block;
  border: 0;
}

#content .kc_captcha .cf7ic_instructions > span {
  color: rgba(255,102,1,1);
}

#content .captcha-image label>input:checked+svg,
#content .captcha-image label>input:focus+svg {
  border: 2px solid rgba(255,102,1,1);
}

#content .kc_captcha {
  text-align: center;
}
/* Captcha END */


/* Cookiebot START */
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  background-color: #b0b5af !important;
  border: 1px solid #b0b5af !important;
}
a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  background-color: rgba(255,102,1,1) !important;
  border: 1px solid rgba(255,102,1,1) !important;
}
/* Cookiebot START */

.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1550px) {
  #front-header-banner .intro-video video {
    min-width: unset;
  }
}

@media screen and (max-width: 1450px) {
  #info-bubble {
    width: 250px;
    height: 250px;
    bottom: -120px;
    font-size: 16px;
    line-height: 25px;
    background-size: 40px;
    background-position: bottom 35px center;
  }

  #info-bubble .headline {
    font-size: 20px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1200px) {
  .parallax-row > .wp-block-column,
  #front-header-banner .intro-text,
	.footer-wrapper,
  .header-wrapper,
  .entry-content {
		padding-left: 35px;
		padding-right:35px;
	}

  #front-header-banner > div,
  #front-header-banner {
    height: 500px;
  }

  #info-bubble {
    right: 35px;
    width: 240px;
    height: 240px;
    bottom: -80px;
  }

  #front-header-banner .intro-video {
    max-width: unset;
  }

  #front-header-banner .intro-video video {
    max-width: 100%;
  }
}

@media screen and (max-width: 1416px) {
  header.site-header .header-wrapper {
    align-items: center;
  }

  .menu-button,
  .mobile-menu {
    display: block;
  }

  .primary-menu-container {
    display: none;
  }

  label.hamburg {
    display: block;
    background: transparent;
    width: 32px;
    height: 24px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 21;
  }

  input#hamburg {
    display:none
  }

  .line {
   position: absolute;
   left:0;
   height: 4px;
   width: 32px;
   background: rgba(255,102,1,1);
   display: block;
   transition: 0.5s;
   transform-origin: center;
  }

  .line:nth-child(1) { top: 12px; }
  .line:nth-child(2) { top: 24px; }

  #hamburg:checked + .hamburg .line:nth-child(1){
    transform: translateY(6px) rotate(-45deg);
  }

  #hamburg:checked + .hamburg .line:nth-child(2){
    transform: translateY(-6px) rotate(45deg);
  }

  #hamburg:checked + .hamburg .line {
    background: #ffffff;
  }

  .mobile-menu-wrapper {
    display: block;
    background: rgba(255,102,1,1);
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 20;
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
  }

  #hamburg:checked + .hamburg + .mobile-menu-wrapper {
    max-height: 2000px;
    transition: max-height 1s ease-in-out;
  }

  .mobile-menu-wrapper > .inner {
    padding: 80px 37px 25px 37px;
  }

  .mobile-menu-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-wrapper a {
    font-size: 16px;
    line-height: 17px;
    margin-left: 0;
    margin-bottom: 20px;
    display: block;
    color: #ffffff;
    text-decoration: none;
  }
}

@media screen and (max-width: 990px) {
  #front-header-banner > div,
  #front-header-banner {
    height: 300px;
  }


  #front-header-banner .intro-text {
    max-width: 60%;
  }

  #info-bubble {
    width: 210px;
    height: 210px;
    bottom: -110px;
    font-size: 14px;
    line-height: 21px;
  }

  #info-bubble .headline {
    font-size: 16px;
    line-height: 21px;
  }

  form .row > label {
    width: 100%;
  }

  form .row {
    flex-direction: column;
  }

  form .row > label:not(:last-child) {
    margin-bottom: 16px;
  }

  .orange-bg.eckpunkte,
  .round-image-row {
    justify-content: center;
  }

  .co2-billanz-liste > .wp-block-column {
    width: 100%;
    flex-basis: 100% !important;
    margin-left: 0;
  }

  .co2-billanz-liste > .wp-block-column:not(:last-child) {
    margin-bottom: 50px;
  }

  .site-footer .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .site-footer .footer-wrapper a {
    margin-left: 0;
    margin-right: 25px;
  }

  .site-footer .footer-navigation-wrapper {
    margin: 15px 0;
  }

  .parallax-row {
    background-attachment: scroll;
  }

  .downloads {
    justify-content: center;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 560px) {
  body {
    font-size: 14px;
    line-height: 25px;
  }

  h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }

  h2#co2-billanz + h3 {
    margin-bottom: 35px;
  }

  #front-header-banner > div,
  #front-header-banner {
    height: 210px;
  }

  #info-bubble {
    right: calc(50% - 105px);
    bottom: -150px;
  }

  article#post-2 {
    padding-top: 155px;
  }

  .home .entry-content > .wp-block-spacer:first-child {
    height: 10px !important;
  }

  .round-image-row > .wp-block-column:not(:last-child) {
    margin-bottom: 40px;
  }

  .wp-block-image.round-image img {
    min-height: 100%;
  }

  .kostenvergleich-table.short,
  .kostenvergleich-table {
    overflow-x:scroll;
  }

  .wp-block-table table tr td {
    min-width: 100px;
  }

  .popup .popup-container .close-icon {
    right: 15px;
    top: 15px;
    width: 25px;
    height: 25px;
  }

  .info-bubble-wrapper {
    margin-top: 20px;
  }
}
