/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - 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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
    --primary-color: #ffc200;
    --secondary-color: #0473b0;
    --text-color: #000000;
    --background-color: #ffc200;
    --link-color: #000000;
    --link-hover-color: #000000;
    --border-color: #ffffff;
    --footer-background-color: #0473b0;
}




body{
    font-family: Arial, sans-serif;
    background-color: var(--background-color);
    color: var(--text-color);
}

/* Neuer Wrapper zentriert das rotierende Element sauber */
.rotating_wrapper {
  position: absolute;
  inset: -200px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}

/* Rotierendes Quadrat */
.rotating_header_bg {
  width:175vw !important;
  height: 175vw !important;
  background-image: url(../img/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*animation: spin 60s linear infinite;*/
}

@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
header img{
    width: 90% !important;
    max-width: 600px !important;
   min-height:100px;
   height: auto !important; 
   object-fit: contain; 
}
header{
    height:75vh;
    overflow:hidden;
}
@media screen and (min-width: 575px) {
    header img{
        width: 90% !important;
        max-width: 600px !important;
        max-height: 35vh !important;
        min-height:100px;
        height: auto !important; 
        object-fit: contain; 
    }
    header{
        height:65vh;
        min-height:240px;
        overflow:hidden;
    }
}


@media screen and (max-width: 574px) {
    header{
        height:120vw;

    }

    header img{
        width: 75% !important;
        max-width: 500px !important
    }
 }  







p,ul.nodots>li{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: var(--text-color);
}
ul.nodots{
    padding: 0;
    margin: 0;
}
ul.nodots li{

         list-style: none;
        margin-left: 0px;
}
h2{
    color: var(--secondary-color);
    font-family: 'Open Sans';

     font-weight: 800;
    font-size:clamp(30px, 4vw, 36x);
    margin-bottom: 20px;
    text-align: center;
}
h2.light{
    font-weight: 400;
}
h2 strong{
    font-weight: 800;
}

a.btn{
    background-color: white;
    color: var(--secondary-color);
    font-family: 'open-sans', sans-serif;
    font-weight: 300;
    padding:10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: none !important;
   
}
a.btn:hover{
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    color: var(--link-hover-color);
}
a.btn-blue{
    font-weight: 600;
    color: white;
    background-color: var(--secondary-color);
}
a.btn-blue:hover{
    color: var(--secondary-color);
    background-color: white;
}
a.btn-large{
    font-size: 24px;
    padding: 15px 30px;
}
header img{
    width: 100%;
    height: auto;
}
header{
    position: relative;
}



     .stage-info{
      
         background-color: var(--secondary-color);
         padding-top: 20px  !important;
         width:100vw;
         clear: both;

    }
     .stage-info p{
        color: #ffffff !important
    }

   /*  .stage-info{
        position: absolute;
        bottom: 10%;
        left: 0%;
        width:100vw;
        color: #ffffff;
        padding:0 5vw;

    }*/

     .stage-info p{
        font-weight: 800;
        color: var(--secondary-color);
    }

.max-container{
    position: relative;
}
.max-container::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: url(../img/bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 300%;
  opacity: 0.5;
  z-index: -1;
}


footer{
    background-color: var(--footer-background-color);
    width:100%;
    color:#ffffff;
}
footer .container{
    width:100%;
    max-width:1280px;
    margin:0 auto;
}
footer p{
    color: #ffffff;
    font-size: 14px;
    line-height: 1.75;
    font-family: 'Open Sans';
    font-weight: 300;
    margin-bottom: 10px;
}
footer span{
    margin-right: 5px;
    display: inline-block;
    font-weight: 400;
    width: 90px;
}
footer ul.socketnav{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: start;
}
footer ul.socketnav li{
    margin: 0 10px;
}
footer ul.socketnav li a{
    color: #ffffff;
    text-decoration: underline;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 300;
}
footer ul.socketnav li a:hover{
    text-decoration: none;
}
footer h3{
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 10px;
    font-family: 'Open Sans';
    font-weight: 300;
}



footer .content-right img.height-45,
footer .siegel-img img.height-45 {
    width: auto;
    height: 45px;
    margin-right: 50px
}

footer .content-right img.height-60,
footer .siegel-img img.height-60 {
    width: auto;
    height: 60px;
    margin-right: 50px
}

footer .content-right img.height-72,
footer .siegel-img img.height-72 {
    width: auto;
    height: 72px;
    margin-right: 50px
}

footer .content-right img.height-84,
footer .siegel-img img.height-84 {
    width: auto;
    height: 84px;
    margin-right: 50px
}

footer .content-right img.height-106,
footer .siegel-img img.height-106 {
    width: auto;
    height: 107px;
    margin-right: 20px
}
.siegel-img img:last-child {
    margin-right: 0 !important
}

.card_num{
    display: flex;
    flex-direction: row;
    justify-content: start;
}
.card_num div:nth-child(1){
    color: var(--primary-color);
    background-color: var(--secondary-color);
    border-radius: 50%;
    font-size: 90px;
    font-family: 'Open Sans';
    font-weight: 700;
    width: 100px;
    height: 100px;
   display: flex;
    align-items: center;
    justify-content: center;
   /* margin: 0 auto;*/
    overflow: hidden;
    border:5px solid var(--primary-color);
    z-index: 1;
}
.card_num div:nth-child(2){
    font-size: 24px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: var(--secondary-color);
    background-color: white;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: 10px;
    height:80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 30px;
    margin-left:-20px;
}


#calculator{
    background-color: var(--secondary-color);
    position: relative;
}
#calculator h4{
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size:20px;
    margin-bottom: 20px;
}
#calculator p{
    color: #fff;
    font-family: 'Open Sans';
    font-weight: 300;
    font-size:18px;
    margin-bottom: 20px;
}


#slider {
  appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: linear-gradient(to right, #0d6efd 0%, #0d6efd 50%, #dee2e6 50%, #dee2e6 100%);
  outline: none;
  transition: background 450ms ease-in;
}

#myinput {
  background: linear-gradient(to right, #82CFD0 0%, #82CFD0 50%, #fff 50%, #fff 100%);
  border: solid 1px #82CFD0;
  border-radius: 8px;
  height: 7px;
  width: 356px;
  outline: none;
  transition: background 450ms ease-in;
  -webkit-appearance: none;
}

#slider::-webkit-slider-thumb {
    background-color: #fff;
}


/*
css from calculator
*/
.step {
	background-image: url("../img/step.png");
	background-position: center 0;
	background-repeat: no-repeat;
	display: none;
	height: 115px;
	margin: 0 auto;
	width: 81px;
}

#Step2 {
	background-position: center -132px;
}

#Step3 {
	background-position: center -263px;
}

#Step4 {
	background-position: center -402px;
}

#Step5 {
	background-position: center -527px;
}

.step.active {
	display: block;
}

#calculator .button {
	background-color: transparent;
	bottom: 0;
    border:none;
	border-top: 1px solid #fff;
	color: #fff;
	font-size: 18px;
	min-height: 56px;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	text-transform: uppercase;
	transition: .3s ease-in-out;
	white-space: normal;
    width:100%;

}

#calculator .button:hover {
	background: #ffdd00;
	color: #009ee0;
}
#map_region_product_consumption {
display: inline;
width: 100%;
}

#calc_error{
    background-color: #ffdd00;
    color: #009ee0;
    padding: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    display: none;
    margin-bottom: 20px;
}


.accordion{
    padding-left:7px;
    padding-right:7px;
}
.accordion-body p,
.accordion-body li,
.accordion-body strong{
    color: #ffffff;
}
.accordion-button{
    background-color: transparent !important;
    color:#ffffff !important;
    font-size:  14px;
}
.accordion-item{
    background-color: transparent !important;
}