﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; /*padding and border does not affect actual width and height */
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(Roboto/Roboto-Light.ttf);
}
@font-face {
  font-family: 'Robotolight';
  font-style: normal;
  font-weight: 100;
  src: url(Roboto/Roboto-Thin.ttf);
}
@font-face {
  font-family: 'Robotobold';
  font-style: normal;
  font-weight: 400;
  src: url(Roboto/Roboto-Medium.ttf);
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: 'Roboto';
  font-weight: 300;
  background-color: white;
  height: 100%;
  overflow-y: scroll;/*scrollbar displayed always*/
  overflow-x: hidden;
  overflow: overlay;
}
::-webkit-scrollbar-thumb {
  background: transparent;
  width: 0px;
}

::-webkit-scrollbar-track {
  background: transparent;
}
body::-webkit-scrollbar {
  background-color: transparent;
  width: 0px;

}
.menuopen::-webkit-scrollbar {
  background-color: black               /* width of the entire scrollbar */
}
.heading1 {
  font-size: 30px;
  font-weight: 300;
} 
.heading2 {
  font-size: 16px;
}

/*content1 */ 

.menu {
  background-color: transparent;
  color: black;
  position: fixed;
  max-height: 70px;
  height: 12%;
  min-height: 30px;
  width: 100%;
  padding-left: 5%;
  padding-right: 5%;
  
  left: 0;
  top: 0;
  z-index: 100;
  transition: all 300ms ease-in-out; /* scroll stuff*/
  display: flex; 
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

}
.menulogo {
  height: 25px;
  width: auto;
  background-repeat: no-repeat;
  background-size: cover; /* it is as tall and wide as the div */
  background-position: center center; 
  transition: all 300ms ease-in-out;
}
.menubar {
  background-color: transparent; 
  height: 29.7px;
  width: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  
  
}
.bar1 {
  background-color: black;
  width: 100%;
  height: 1.9px;
  
}
.menuopen {
  transform: translateX(-100%);
  color: gray;
  background-color: black;
  width: 100hv;
  min-width: 350px;
  height: auto;
  min-height: 100%;
  bottom: 0;
  top:0;
  gap:10px;
  z-index: 101;
  transition: transform 300ms ease;
  display: flex; 
  flex-direction: column;
  justify-content: space-between;
  overflow-x: hidden;
  overflow-y:scroll; /*scrollbar geht weg wenn man ihn nicht braucht */
  position: fixed; /*dafür das man wenn sich das menü öffnet nur man das menü scrollen kann fortsetzung ist beim content1*/
}
#menuOpenBlog {
  display: flex;
  flex-direction: row;
  background-color: transparent;
  justify-content: space-between;
  height: 85px;
  margin-top: -25px;
  margin-bottom: -25px;
  padding-top: 25px;
  overflow: visible;
  position: relative;
  margin-left: -20px;
  padding-left: 20px;
}
#blogEntries {
  display: flex;
  flex-direction: column;
  transition: transform 300ms ease;
  display: none;
  gap: 10px;
  background-color: transparent;
  margin-right: 5%;
  margin-top: -50px;
  height: 300px;
  position: absolute;
  right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  text-align: right;
}

.blogEntry {
  font-size: 16px;
  color: gray;
}
.blogEntry:hover {
  color: white;
  transition-duration: 300ms;
}
.menuopen::-webkit-scrollbar {
  background-color: black; /*scrollbar gets black*/
}



.menuopentop{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  width: auto;
  padding-top: 10px;
  height: 70px;
  top: 0;
  z-index: 5;
  opacity: 1;
}
.menuclosecross {
  font-size: 50px;
  color: gray;
  transform: rotate(45deg);
  font-weight: 100;
  margin-right: 5%;
  font-family: 'Robotolight';
}

.menuclosecross:hover {
  color: white;
  transition-duration: 300ms;
}

.anmelden {
  display: flex; 
  flex-direction: row;
  background-color: transparent;
  gap: 10px;
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
}
.anmeldentext {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.loginnormal {
  font-size: 16px;
  color:white;
  text-decoration: none;
  cursor: pointer;
}
.loginpremium {
  font-size: 16px;
  color:white;
  text-decoration: none;
  cursor: pointer;
}
.loginslash {
  font-size: 16px;
  color:white;
}
.loginpremium:hover {
  color: gray;
  transition-duration: 300ms;
}
.loginnormal:hover {
  color: gray;
  transition-duration: 300ms;
}

.menuopenbottom {
  bottom: 0;
  font-size: 16px;
  display: grid;
  grid-template-rows: 50% 50%; 
  grid-template-columns: 120px 60px;
  grid-column-gap: 30px;
  grid-row-gap: 5px;
  padding-left: 40px;


  padding-right: 15%;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
  width: 100%;
  height: 70px;
  z-index: 5;
  opacity: 1;

}

.mbt {
  color: gray;
  text-decoration: none;
}

.mbt:hover {
  color: white;
  text-decoration: underline;
  transition-duration: 300ms;
  
}
.menuopenmiddle {
  font-size: 30px;
  background-color: black;
  font-weight: 300;
  display: flex; 
  flex-direction: column;
  justify-content: end;
  gap: 25px;
  z-index: 1;

  font-weight: 350;
  padding-left: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.menuopenmiddletext {
  font-size: 30px;
  height: 35px;
}
.menuopenmiddletextdouble {
  font-size: 30px;
}

.menuopenmiddletext:hover {
  color: white;
  transition-duration: 100ms;
}

.material-icons {
  color: #FE7316;
  font-size: 18px;
  }

content {
  display: flex; 
  flex-direction: column;
}

.contentmenuopen1 {
  overflow: hidden;
  position: fixed; /*man kann nur das menu scrollen den body scrollbar kann man nicht mehr verwenden */
}

/*content1 */


content {
  display: flex; 
  flex-direction: column;
}

.contentmenuopen1 {
  overflow: hidden;
  position: fixed; /*man kann nur das menu scrollen den body scrollbar kann man nicht mehr verwenden */
  
}
/* content 1 */

.content1 {
  background-image: url(bilder/titelbild.jpeg); /*can even put multiple backgroundimages*/
  padding-left: 5%;
  padding-top: max(100px,10%);
  width: 100%;
  height: 100vh; /*ACHTUNG 100% does not work only 100hv*/
  background-repeat: no-repeat;
  background-size: cover; /* it is as tall and wide as the div */
  background-position: center center; /*place it all over the div >> bottom 10px like a padding*/
  
}
.content1text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.c1top {
  font-size: 35px;
  font-weight: 300;
  color: black;
  width:fit-content;
  transition: all 300ms;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.fsw
{	font-size: 22px;
	font-weight: 200;
	color: white;
}
.fsw1
{	font-size: 28px;
	font-weight: 200;
	color: white;
}
.c1Einfach {
  color: black;
}
.c1middle {
  color: black; 
  font-weight: 200;
  font-size: 18px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-top: 10px;
  align-items: center;
}

.c2bottom {
position: absolute;
  display: flex;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  color: white;
  gap: 10px;
  font-size: 16px;
  bottom: 80px;
  background-color: transparent;
}

.c1bottom {
position: absolute;
  display: flex;
  width: fit-content;
  flex-direction: row;
  align-items: center;
  color: white;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  bottom: 0;
  background-color: transparent;
}
.icon {
  animation: arrow1 1s 2 ease;
-webkit-animation: arrow1 1s 2 ease; 

}

@keyframes arrow1 {
  0% {opacity:1}
  15% {opacity: 1; transform: translateY(10px);}
  16%{opacity: 0}
  34% {opacity:0}
  35% {opacity:1; transform: translateY(-10px);}
  75% {opacity:1; transform: translateY(10px);}
  76% {opacity:0}
  84% {opacity: 0}
  85% {opacity: 0; transform: translateY(-10px);}
  100% {opacity:1; transform: translateY(0px);}
} 
#c1change2 {
  position: absolute;
  background-color: transparent;
  transition: all 500ms;
  top: 0;
  left: 0;
}
#c1change2 {
  position: absolute;
  visibility:hidden;
  transition: all 500ms;
  top: 0;
  left: 0;
}
#c1change3 {
  position: absolute;
  visibility: hidden;
  transition: all 500ms;
  top: 0;
  left: 0;
}
/* test */
.testx {
  height: 500px;
  
}
.changecolor1 {
  background-color: transparent
}


.overlaynews{position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); visibility: hidden; opacity: 0;}
.overlaynews:target 	{visibility: visible; opacity: 1;}
.popcntnews 	{position: relative; width: 675px; max-height:96%; margin: 0px; left: 50%; top:50%; transform: translate(-50%,-50%); overflow: auto; padding: 25px; box-sizing: border-box; background: white;}
.closnews	{position: absolute; top: 0px; right: 10px; padding: 15px; z-index: 100; color: #4c5155; font-size: 40px; line-height: 40px; font-weight: normal; text-decoration: none; background:none; cursor: pointer;}
.headingnews3 {width: 100%;   font-size: 22px;color: black; text-align: center;background-color: white;margin-bottom: 0px;margin-top: 0px;}
.newst {width: 375px; height: 325px; background: url(bilder/rf_sensor_ex.png); background-size: 100%;background-position: center center;  background-repeat: no-repeat;  transition: 200ms background-size;}
.newsbh{font-size: 17px;line-height: 30px;}
.newsb{width: 100%; font-size: 14px; background: transparent; margin: 0px; padding: 0px;}

.newsframe {
  width: 100%;
  background-color: transparent;
  transition: all 200ms;
  transform-origin: middle;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}



/* Content 6 alias Mission alias content 2 alias Intersection Observer */
.testx{
height: auto;
background: black;
margin: 5%;
margin-right: 5%;
transition: all 100ms ease;
font-size: 30px;

}

.c6 {
  padding: 5%;
  background-color: black;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.outsidec6p {
  background-color: transparent;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-out;
}

.c6p {
  font-size: 27px;
  color: white;
  transition: all 0.4s ease-out;
  transform: translateY(27px);
  opacity: 0;
}

#c62 {
font-size: 35px;
margin-bottom: 20px;
  transition-delay: 0.1s;
}
#c63 {
  transition-delay: 0.2s;
}
#c64 {
  transition-delay: 0.3s;
}
#c65 {
  transition-delay: 0.4s;
}
#c66 {
  transition-delay: 0.5s;
}
#c67 {
  transition-delay: 0.6s;
}
#c68 {
  transition-delay: 0.7s;
}



/* Content 2 Produktvergleich */
.content2 {
  background-color: white;
  color: black;
  padding-top: 20px;

  margin: 5%;

}
.c22 {
  color: gray;
  font-weight: 400;

  padding-top: 10px;
  padding-bottom: 5%;
}
.c23 {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  
  gap: 3%;
  transition: all 200ms;
}
.c24 {
  width: 30%;
  background-color: transparent;
  transition: all 200ms;
  transform-origin: middle;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.c25img {
  background-repeat: no-repeat;
  background-size: contain; /* it is as tall and wide as the div */
  background-position: center center;
   
}
#c251 {
  background-image: url(bilder/commupro.png)
}

#c251outside {
 
  padding-bottom: 30px;
}

#c252{
  background-image: url(bilder/easy.png);
}
#c253{
  background-image: url(bilder/easy.png);
}

.heading3 {
  font-size: 20px;
  color: black;
  text-align: center;
  background-color: white;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-inline: 10px;
  
}
.c27::before {
  content: '';
  height: 1px;
  width: 40%;
  background-color: lightgray;
  position: absolute;
  left: 30%;
  right: 30%;
  top: -8px;
}
.c27 {
  opacity: 0;
  transition: opacity 300ms; 
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: black;
  text-align: center;
  line-height: 1.2;
  background-color: white;
  position:relative;
  margin-inline: 10px;
  margin-bottom: 5%;
}

/* Content 3 News */
/*popup */
.overlay {
  position: fixed;
  overflow-y: auto;/*not working rn*/
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  visibility:  hidden;
  z-index: 100;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popupinhalt {
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  position: relative;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px;
  min-width: 300px;
  height: auto;
  max-width: 600px;
  width: 60%;
  height: auto;
  background-color: white;
  z-index: 400;
  margin-top: 40%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
  margin-bottom: 25px;
  padding: 20px;
  
}
.oc21close {
  position: absolute;
  right: 13px;
  top: 0;
  font-weight: 100;
  font-size: 50px;
  color: gray;
  transform: rotate(45deg);
  font-family: 'Robotolight';
}
.oc21close:hover {
  color: black;
}

.pop_1 {
  font-size: 30px;
  position: relative;
  width: fit-content;
}
.pop_1::after {
  content: '';
  background-color: black;
  position: absolute; 
  height: 2px;
  width: 40px;
  border-radius: 15px;
  bottom: -7px;
  left: 3px;
}
/*popup ende */

.content3 {
  background-color: white;
  margin-inline: 5%;
  margin-bottom: 20px;
  display: flex; 
  flex-direction: column;
}
.c3 {
  margin-bottom: 10px;
}

.c31 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: transparent;
  position: relative;
  
}
.c31::before {
  content: '';
  position: absolute;
  top: 0px;
  background-color: lightgray;
  width: 100%;
  height: 1px;
  margin-bottom: 10px;
}
.c32 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 80%;
}
.c33date {
  color: gray;
  margin-top: 10px;
}
.c33text {
  margin-bottom: 10px;
}

@media screen and (min-width: 1001px) {
  .c33out {
    display: flex;
    flex-direction: row;
    gap: 3%;
  }
  .c31 {
    width: 30%;
    gap: 3%;
  }
}
/* Content 4 Nachhaltigkeit */
.c4 {
  margin: 5%;
  background-color: white;
  display: flex;
  flex-direction: column;
  
}
.c41 {
  background-color: black;
  color: white;
  padding-inline: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  height: auto;
  min-height: 400px;
  display: flex;
  flex-direction: row; 
  justify-content: space-between;
}

.c42 {
  display: flex;
  flex-direction: column;
}
.c43img {
  background: url(bilder/autocharging.jpeg);
  background-size: 100%;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  display: none;
 
}
.c421 {
  font-size: 30px;
  color: white;
  margin-bottom: 25px;
}
.c4211 {
  font-size: 30px;
  color: #FE7316;
  opacity: 0.7;
}
.c422 {
  font-size: 16px;
}
.c423 {
  background-color: white;
  width: max-content;
  color: black;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  padding-inline: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}

/* unteren Bilder c4 */

.c44 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  padding-top: 5%;
  gap: 5%;
  background-color: transparent;
}
.c45 {
  width: 30%;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.c46 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.imgc46 {
  background: url(bilder/oesterreich.jpg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 200ms background-size;
}
.imgc46:hover {
  background-size: 110%;
  background-position: center;
  
}

.imgc47 {
  background: url(bilder/garantie.jpg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 200ms background-size;

}
.imgc47:hover {
  background-size: 110%;
  background-position: center;
}
.imgc48 {
  background: url(bilder/solarenergie.jpeg);
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 200ms background-size;

}
.imgc48:hover {
  background-size: 110%;
  background-position: center;
}
.c47 {
  background-color: transparent;
  width: 100%;
}
.c48 {
  background-color: transparent;
}

/* Scroll Stuff*/

.scroll-down .menu {
  transform: translate3d(0, -100%, 0);
}

.scroll-up .menu{
 background-color: black;
}

.scroll-up .bar1 {
  background-color: white;
}
.scroll-top .menu {
  background-color: transparent;
}

/* arrow move stuff*/ 
.myContainer {
  width: 25px;
  height: 20px;
  position: relative;
  background:transparent;
  overflow: hidden;
  align-items: center;
  margin-bottom: 4px;
  padding-top: 5px;
}
.myContainer_news {
  width: 33px;
  height: 28px;
  position: relative;
  background:transparent;
  overflow: hidden;
  align-items: center;
  margin-bottom: 4px;
  padding-top: 5px;
}
.RAR_arrow {
  position: absolute;
  width: 18px;
  height: 13px;
}

.DAR_Container {
  width: 25px;
  height: 17px;
  position: relative;
  background:transparent;
  overflow: hidden;
  margin-bottom: 7px;
}

#DAR_arrow {
  position: absolute;
  top: 10px;
  font-size: 20px;

}
.newsarrow {
  width: 28px;
  height: 23px;
}


/*botttom Webpage */
*::bevor, *::after {box-sizing:border-box}

.c5 {
    background-color: rgb(236, 237, 231);
    width: 100%;
    height: 100%;
    padding: 5%;
}
/*top */


.c5t2 {
  background-color: black;
  color: white;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 10px;
  padding-inline: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  width: max-content;
}





/*middle*/
.c5m1 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1.1px solid black;
    font-size: 16px;
    padding-left: 3px;
    background-color: transparent;
}
.c5m2 {
    background-color: transparent;
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    transition: all 1s;
}
.c5m3{
    font-size: 30px;
    font-weight: 100;
    margin-right: 0px;
    font-family: 'Robotolight';
    transition: transform 300ms; /*die transition ist nur für die transform sachen der rest wird nicht verzögert*/
    line-height: 35px; /* macht höhe vom div streifen gleich hoch egal was für eine fontsize content hat*/
}
.c5m4 {
    height: 0px;
    transition-property: height;
    background-color: transparent;
    transition-duration: 700ms;
    overflow:hidden;
    font-weight: 300;
    
}
.c5m4 a {
    color:black;
    text-decoration: none;
}
.c5m4 a:hover {
    font-weight: 400;
    font-family: 'Robotobold';
}
/* middle lep*/

#c5m4lep {
    display: flex;
    flex-direction: column;
}
#c5m4lep a {
    padding-top: 7px;
    padding-bottom: 7px;
}
 /*middle Kontakt */
 
#c5m4kontakt {
    display: flex;
    flex-direction: row;
    background-color: transparent;
    height: 0;
   
    
}
#c5m4kontakt img {
    width: 35%;
    height: 100%;
    margin: 10px;
}

#c5m4kontakt div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: transparent;
    margin-top: 10px;
}
.c5m41 {
    margin-left: 15px;
    font-weight: 400;
    margin-bottom: 7px;
    transition: transform 200ms;
    position: relative;
    background-color: transparent;
    display: inline-block;
}
.c5m41:hover {
    text-decoration: underline;
}
.c5m41::after {
    content: '';
    position: absolute;
    display: block;
    background-color: blue;
    height: 1px;
}

#c5m4kontakt table {
    border-spacing: 15px 15px;
}
#c5m4kontakt table td {
    vertical-align: top;
}

/* middle Vertriebskanäle */
#c5m4vertriebskanäle {
    display: flex; 
    flex-direction: column;
}
#c5m4vertriebskanäle a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/* middle Anleitungen */ 
#c5m4anleitungen {
    display: flex; 
    flex-direction: column;
}
#c5m4anleitungen a {
    padding-top: 7px;
    padding-bottom: 7px;
}

/*middle Impressum & AGB */

#c5m4agb {
    display: flex;
    flex-direction: row;

}
.c5m4impressum {
    font-weight: 400;
    width: 100%;
    display: flex;
    flex-direction: column;
    display: block;
}

.c5m4impressum div{
    font-weight: 300;
    display: block;
    margin-top: 20px;
}
.c5m41impressum {
    margin-top: 20px;
    margin-bottom: 10px; 
}
.c5m4impressum table {
    border-spacing: 15px 15px;
    font-weight: 300;
}

.c5m4impressum table td {
    vertical-align: top;
}
.c5m4agb {
    font-weight: 400;
    width: 100%;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
   
}
.c5m4agb div {
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px; 
}
.c5m4agb a {
    padding: 7px;
    padding-left: 30px;
    font-weight: 300;
}

.c5m4agb a:hover  {
    font-weight: 400;
    font-family: 'Robotobold';
}

/*bottom*/
.c5b {
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  font-size: 11px;
  color: gray;

}
.c5b1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  color: black;
  background-color: transparent;
  width: max-content;
}
.c5b2 {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
gap: 7px;
}
.c5b3 {
font-size: 12px; padding-top: 2px; padding-left: 5px;
}

/* Cookie */
.cookie {
  position: fixed;
  padding: max(10%, 50px);
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  visibility:  visible;
  z-index: 100;
  display: none;
  flex-direction: column;
  justify-content: center;

}

.cookieinhalt {
  background-color: white;
  padding: min(7%, 50px);
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  height: auto;
}
.cookiebtn {
  background-color: black;
  display: flex;
  width: max-content;
  padding: 10px;
  align-items: center;

}
.cookiebtn:hover {
  font-weight: 400;
}
.cookieb {
  display: flex;
  font-weight: 300;
  flex-direction: row;
  gap: 15px;
  padding-left: 10px;
  background-color: transparent;
  align-items: center;
  
}
.cookieb:hover {
  font-weight: 400;
}
.cookiebtext {
  text-decoration: underline;
}


@media screen and (max-width: 601px) { 
.popcntnews 	{width: 350px;}
.headingnews3 {  font-size: 18px;text-align: left;}
.newst {width: 250px; height: 217px; }
.newsbh{font-size: 16px;line-height: 30px;}
.newsb{font-size: 13px;}
.fsw{font-size: 16px;}
.fsw1{font-size: 21px;}
.c6p{font-size: 25px;}
#c62 {font-size: 30px;}

  #c5m4agb {
    flex-direction: column-reverse;
  }
  .c5m4agb div {
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 10px; 
  }
  .c5m4agb a {
    padding: 7px;
    padding-left: 15px;
    font-weight: 300;
    text-decoration: underline;
  }
  .c5m4agb {
    padding-left: 0px;
  }
  .c5m4impressum {
    margin-top: 20px;
  }
  .c5m41impressum {
    margin-top: 5px;
  }
  .c5m4impressum div{
    font-weight: 300;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 501px) {
  .c27 {
    opacity: 1;
    font-size: 13px;
}
.heading3 {
  margin-bottom: 10px;
  margin-top: 10px;
}
.c6p {
  font-size: 26px;
  transform: translateY(30px);
}

}
@media screen and (max-width: 401px) {
  .body::-webkit-scrollbar {
    background-color: transparent;
  }
  body {
    overflow-x: hidden;
  }
  .menuopen {
    min-width: 100%;
  }
  .heading3 {
    font-size: 16px;
  }
  .c27 {
    opacity: 1;
    font-size: 13px;
  }
  .imgc48:hover {
    
    background-position: center;
  }
  .imgc47:hover {
    
    background-position: center;
  }
  .imgc47:hover {
 
    background-position: center;
  }
  /*bottom*/
  #c5m4kontakt {
    display: flex;
    flex-direction: column;
    }
  #c5m4kontakt img {
    width: 50%;
    margin-left:25%;
  }
  .c5m4impressum table td {
    font-size: 14px;
  }
}


