@charset "utf-8";
/* copyright 2025 webQ GmbH */
* {
	margin:0px;
	padding:0px;
	border:0;
	box-sizing: border-box;
}
html {
	scroll-padding-top: 5em; /* height of sticky header */
	scroll-behavior: smooth;
}
html, body {
	width: 100%;
	touch-action: pan-x pan-y;
	-ms-touch-action: pan-x pan-y; /* Für Internet Explorer */
  	-webkit-touch-action: pan-x pan-y; /* Für WebKit-basierte Browser wie Chrome und Safari */
  	-moz-touch-action: pan-x pan-y; /* Für Mozilla Firefox */
  	-o-touch-action: pan-x pan-y;
	/*overflow:auto;*/
	outline: none;
}
body {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	/*line-height: 150%;*/
	color: #000;
	background-color: #70a116;
	background-image: url("/images/home/dach.jpg");
	background-repeat: no-repeat;
  	background-size: cover;
}
img {
	width: 100%;
	max-width:100%;
	height:auto;	
}
p, input, textarea {
	font-size: 1em;
}
h1, h2, h3 {
	font-size: 24px;
	/*margin: 1em 0 0.5em 0;*/
}
p, input, textarea, ul, span {
	font-family: "Open Sans", Arial, sans-serif;
	text-align: left;
	line-height: 150%;
	color: #5d6363;
}
@media only screen and (max-width: 460px){
	h1, h2, h3 {
		font-size: 1.7em;
	}
}
a {
	text-decoration: none;
	color: #5d6363;
}

main {
	/*margin-top: 4em;
	min-height: 75vh;*/
}
ul {
	list-style-position: outside;
	margin-left: 1rem;
}
li {
  list-style: none;
}

.benefits li {
	padding: 5px 0 17px 57px;
	list-style: none;
	background-image: url(/layout/checkbox.svg);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 34px;
}

td {
	border-bottom: 1px solid #fff;
	padding: 0.25rem 0;
}
.invisible, .hidden{
	display: none;
}
.round {
	border-radius: 50%;
}
/* ---------------------------------- Layout Grid ---------------------------------- */
.container {
	/*max-width: 1080px;*/
	max-width: 1260px; /*rz 17.07.2024  */
	margin: 0em auto;
  	padding: 0 1em;
	position: relative;
	min-height:10em;
}
.adbottom {
	margin-bottom: 4em;
}
.flexbox {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	/*align-items: center;*/
}
.arrowFlexbox{
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	margin-top: 1em;
}
@media only screen and (max-width: 760px){
	.flexbox {
		flex-direction: column;
	}
}
.arrowFlexbox p{
	padding-top: 0.25em;
	margin-right: 1em;
	font-weight: 700;
  	font-size: 1.25em;
}
.row{
	flex-direction: row;
}
.col-70{
	width: 68%;
}
.col-50{
	width: 48%;
}
.col-30{
	width: 28%;
}
@media only screen and (max-width: 760px){
	.col-50, .col-70, .col-30{
		width: 100%;
	}
	.col-30 {
		width: 66%;
	}
	.row{
		flex-direction: column;
	}
}

.distanceBottom{
	margin-bottom: 2em;
}
/* ---------------------------------- Colors ---------------------------------- */
.grayBg {
	background-color: #79b41e17;
	color: #fff;
    padding: 1rem 2rem;
	padding: 3em 0;
}
.greenBg {
  background-color: #558203;
  color: #fff;
  border-radius: 0.8rem;
  padding: 1rem 2rem;
  text-align: center;
  max-width: 700px;
  margin-bottom:4em;
}

.whiteBg {
	background-color: #fff;
	color: #fff;
	border-radius: 0.8rem;
    padding: 2rem;
	width: calc(100% - 4em)
}
.faqs {
	padding: 2em 1em;
}

.whiteText {
	color: #fff;
}
.greenText {
	color: #70a116;
}
td.greenText {
	font-weight: 700;
}
/* ---------------------------------- Buttons ---------------------------------- */
.btn, p.btn, button.btn {
	border-radius: 8px;
	font-size: 1em;
	text-align: center;
	width: 250px;
	height: 35px;
	padding: 0.25em;
	border: 2px solid #70a116;
	cursor: pointer;
	margin-right: 2em;
}
.btn-dark, .btn-light:hover{
	color: #fff;
	background-color: #70a116;
	border: 2px solid #fff;
}
.btn-dark:hover, .btn-light{
	color:  #70a116;
	background-color: #fff;
	border: 2px solid #70a116;
}
.goToBtn{
	background: transparent url("/layout/arrow-right.svg") no-repeat center left;
	background-size: contain;
	width: 40px;
	height: 30px;
	cursor: pointer;
	margin-left: 1.5em;
}
/* ---------------------------------- Header ---------------------------------- */
header {
	width: 100%;
    color: #fff;
}
.logo {
	width: 300px;
	height: 10em;
	cursor: pointer;
	background-color: white;
	padding: 3em 1em 2em 1em;
	box-shadow: 0px 0px 12px #093301;
}
@media only screen and (max-width: 760px){
.logo {
	width: 200px;
	height: 5em;
	padding: 1em 1em 2em 1em;
}
}
.logo_overlay {
	width: 200px;
	height: 5em;
	cursor: pointer;
	background-color: white;
	padding: 1em 1em 2em 1em;
	box-shadow: 0px 0px 12px #093301;
}
.headercontact {
	position: absolute;
	right: 5%;
	top: 1em;
}


/* ---------------------------------- accordion ---------------------------------- */
.accordion p {
    display: block;
	padding: 0.5em  3em 1.0em 1em;
    cursor: pointer;
    border-bottom: 1px dashed #666;
	position: relative;
	margin-bottom: 0.5em;
}
.accordion p::after {
	font-size: 1.5em;
	position: absolute;
	right: 1em;
	content: "+";
}
.accordion p.slactive::after {
	font-size: 1.0em;
	right: 1.5em;
	content: "—";
}
.accordion .slactive {
    border-bottom: 0px solid #666;
}
.accordion ul {
    padding-bottom: 1em;
	margin: 0em;
    display: none;
    font-size: 1em;
	float: none;
    border-bottom: 1px dashed #666;
}
.accordion ul li {
	margin: 0 3em 0 1rem;
	font-size: 0.875em;
	display: block;
}
/* ---------------------------------- Headline-Box ---------------------------------- */

.headline{
	padding: 1em 2.5em 2em 4.5em;
	margin-top: 4rem;
	color: #fff;
	position: relative;
	z-index: 10;
}
@media only screen and (max-width: 1250px){
	.headline{
		margin-top: 2rem;
	}
}
@media only screen and (max-width: 1020px){
	.headline{
		margin-top: 0;
	}
}

#overlay .headline{
	padding: 1em 2.5em 2em 2.5em;
	margin-top: 2rem;
	color: #fff;
	position: relative;
	z-index: 10;
}

.headline h1{
	margin-top: 0;
	font-size: 1.6em;
	color: #fff;
	text-shadow: 0px 0px 26px #093301;
}
.headline h2{
	font-size: 1.1rem;
	color: #fff;
	text-shadow: 0px 0px 26px #093301;
}



/* ---------------------------------- Home ---------------------------------- */
#auswahl{
	position: relative;
	max-width: 1280px;
	margin: 0em auto 2em auto;
  	padding: 1em;
	z-index: 7;
}
#auswahl .box {
	background-color:#FFF;
	border-radius:20px;
	margin-bottom: 2em;
}
#auswahl .box h2 {
	padding: 0.25em 4em 0.25em 1em;
	border: 2px solid #70a116;
	border-radius: 10px;
	margin: 1.5em 3em;
	background: transparent url("/layout/arrow-right.svg") no-repeat 95% center;
    background-size: 50px;
	font-size:2vw;
	font-size: clamp(16px, 2vw, 22px);
	color: #70a116;
	/*line-height:140%;*/
}
#auswahl .box h2 span {
	font-size:0.5em;
	color: #70a116;	
	display: block;
}



#auswahl .box .titleimage {
	margin-bottom: 0.9em;
}

#Kontakt .box h3, #overlay h2 {
  color: #70a116;
}

#Kontakt .box h4 {
  padding: 0.25em 4em 0.25em 1em;
  border: 2px solid #70a116;
  border-radius: 10px;
  margin-top: 1.5em;
  background: transparent url("/layout/arrow-right.svg") no-repeat 95% center;
  background-size: auto;
  background-size: 50px;
  font-size: 2vw;
  font-size: clamp(16px, 2vw, 22px);
  color: #70a116;
  width:50%;
}
@media only screen and (max-width: 760px){
	#Kontakt .box h4 {
		width:100%;
	}
}

.contact{
	display: flex;
	justify-content:space-evenly;
	align-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	padding-left: 0;
}
.contact a{
	width: 160px;
	display: inline-block;
	border: solid 2px #fff;
	background-color: #70a116;
	color: #fff;
	border-radius: 8px;
	padding: 0.5em 1em;
	text-align: center;
}
@media only screen and (max-width: 760px){
	#auswahl .box h2 {
		padding: 1.25em 4em 1.25em 1em;
	}
}

/* ---------------------------------- Kontaktformular ---------------------------------- */
form#contact_form input, form#contact_form textarea{
  	border: 1px solid #70a116;
  	border-radius: 1px;
  	font-size: 1rem;
  	padding: 5px 10px;
  	margin: 0.25rem 0 1.5rem 0;
  	width: calc(100% - 120px);
	min-width: 320px;
	background: #eee;
}
form#contact_form button {
	border: solid 2px #fff;
	background-color: #70a116;
	color: #fff;
	border-radius: 8px;
	padding: 0.5em 1em;
	text-align: center;
	width: 100%;
	margin-top: 2rem;
	cursor: pointer;
	width: 160px;
	display: inline-block;
	font-size: 1.2em;
}
form#contact_form fieldset{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
}
form#contact_form a{
	color: #70a116;
	font-weight: 700;
}
label{
	color: #70a116;
	width: 120px;
	margin: 0.25rem 0 1.5rem 0;
}
#kontaktform strong{
	display: inline-block;
	margin: 2rem 0;
}
#send_success, #send_error {
	display: none;
}
@media only screen and (max-width: 535px){
	label{
		margin-bottom: 0.25rem;
	}
	form#contact_form input{
		width: 100%;
		min-width: 280px;
	}
}
/* ---------------------------------- Checkbox ---------------------------------- */
label.check{
	width: 100%;
}
label.check small{
	display: inline-block;
	width: calc(100% - 25px - 1rem);
	margin-left: calc(25px + 1rem);
}
.check {
    display: inline-block;
	top: 1rem;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.check input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border: 1px solid #7AB51D;
    border-radius: 3px;
}
.check:hover input ~ .checkmark {
	background-color: #eee;
}
.check input:checked ~ .checkmark {
	background-color: #70a116;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.check input:checked ~ .checkmark:after {
	display: block;
}
.check .checkmark:after {
	left: 8px;
	top: 3px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ---------------------------------- to top button ---------------------------------- */
.totop {
	margin-top: 3em;
}
.scrollToTop {
	position: fixed;
	z-index: 100;
	bottom: 0.5rem;
	right: 1rem;
	width: 3rem;
	height: 3rem;
	padding: 1em;
	border-radius: 50%;
	border: 1px solid #fff;
	transition: all 0.5s ease 0s;
	font-size: 0;
	text-align: center;
	text-decoration: none;
	background: #70a116 url(/layout/top-icon.svg) no-repeat center center;
	background-size: 28px 26px;
	opacity: 0;
	cursor: pointer;
}

/* ---------------------------------- Footer ---------------------------------- */
footer {
	position: relative;
	z-index: 90;
	width: 100%;
	padding: 1.5em 0;
	background-color: #558203;
}
footer .container {
	min-height: 0;
}
footer, footer p, footer a, footer li.active {
	color: #fff;
}
footer li.active{
	font-weight: 700;
	font-size: 1.25em;
}
.footerBottom, .footerLogos, .footerLinks{
	flex-direction: row;
	width: 100%;
}
.footerBottom {
	padding: 0;
}
.footerLogos{
	justify-content: flex-start;
}
.footerLogos a {
	margin-right: 1em;
}
.footerLogos a img {
	width: 170px;
}
.footerLinks{
	justify-content: center;
}
.footerLinks a {
	padding: 0 0.25em;
}

#Wohnwirtschaft, #Gewerbe {
	background-image: url(/images/home/mieterstrom.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	min-height: 20vh;
	margin-bottom: 3em;
}
#Gewerbe {
	background-image: url(/images/home/lokalstrom.jpg);
}

.bubble {
	position: absolute;
	right: 5%;
	top: -15%;
	padding: 1rem;
	width: 10em;
	height: 10em;
	color: #fff;
	background-color: #558203;
	border: 1px solid #eee;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 16px 15px -15px #666;
}
.bubble span {
	font-size: 1.2em;
	line-height: 1.3;
	color: #fff;
	font-style: italic;
	transform: rotate(8deg);
	font-weight: bold;
	text-align: center;
}

@media only screen and (max-width: 760px){
	#bubble {
		position: absolute;
		top: 6vw;
		right: 4vw;
	}
	.bubble {
		position: absolute;
		right: 5%;
		top: -15%;
		padding: 1rem;
		width: 6em;
		height: 6em;
	}
	.bubble span {
	font-size: 0.8em;
	}
}


footer ul.socialmedia {
  margin-left: 1.5em;
}
footer ul li {
  display: inline;
  margin: 0 1rem 0 0;
  list-style: none;
}
.socialmedia a {
    display: inline-block;
    margin: 0 0.75rem 0 0;
	margin:0;
    width: 1.25rem;
    height: 1.25rem;
    text-indent: -1000em;
    border: none;
}
.socialmedia a.facebook {
    background: url(/images/icons/icon-facebook.svg) no-repeat center center;
    background-size: auto;
    background-size: 1.25rem 1.25rem !important;
}
.socialmedia .youtube {
    background: url(/images/icons/icon-youtube.svg) no-repeat 0 0;
    background-size: auto;
    background-size: 1.25rem 1.25rem;
}
.socialmedia .instagram {
    background: url(/images/icons/icon-instagram.svg) no-repeat 0 0;
    background-size: auto;
    background-size: 1.25rem 1.25rem;
}
.socialmedia .linkedin {
	background: url(/images/icons/icon-linkedin.svg) no-repeat 0 0;
	background-size: auto;
	background-size: 1.25rem 1.25rem;
}


.column {
	float: left;
	padding: 0em 4em 2em 4em;
}
.ansprechpartner-column {
	padding: 1em;
}
.ansprechpartner-column > p {
  display: block;
  margin-top: -1em;
  background-color: #79b41e17;
  padding: 2em 1em 1em 1em;
  border-radius: 15px;
}
.content-inner p {
  margin-bottom: 0.5em;
}
.ansprechpartner-column > .image {
    max-width: 100%;
    overflow: hidden;
	border-radius:100%;
	margin-top:1em;
}
.ansprechpartner-column > .image > img {
    display: block;
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .3s ease-in-out .3s;
    transition: .3s ease-in-out .3s;
}
.ansprechpartner-column:hover .image img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.ansprechpartner-column.focus > .image > img {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}