@charset "utf-8";
@font-face {
  font-family: 'Titillium';
  font-display: swap;
  src: url('/fonts/Titillium-Regular.woff2') format('woff2'),
       url('/fonts/Titillium-Regular.ttf') format('truetype');
}
* {
	margin-left: auto;
	margin-right: auto;
	font-family: 'Titillium','Verdana','Helvetica',sans-serif;
}
html {
	height: 100.2%;
	color: #555;
	scroll-behavior: smooth;
}
body {
	padding: 0;
	height: 100%;
	margin: 0;
	text-align: left;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	background: #fff;
	color: #666;
}
a {
	text-decoration: none;
	color: #666;
}
a:hover {
	color: #fff;
	background-color: #e8a33d;
}
#sliderbox {
	position: relative;
	float: right;
	padding: 0 0 0 20px;
}
.item-content video.img-right {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 100%;
  height: auto;
  padding-left: 2%;
}

.item-content video.img-left {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
  height: auto;
}

.item-content::after {
  content: "";
  display: table;
  clear: both;
}
#logobox {
	position: relative;
	float: left;
	clear: none;
	width: 20%;
}
#bg {
	position: fixed;
	height: 100px;
	width: 100%;
	background: #fff;
	top: 0;
}
#container-kopf {
	position: relative;
	margin-top: 0;
	width: 100%;
}
#menuebox {
	position: relative;
	height: 80px;
	padding-top: 10px;
	float: left;
	clear: none;
	background: #1c5a8a;;
	width: 80%;
}
#menuebox ul, #menuebox2 ul {
	list-style: none;
}
#menuebox a {
	font-size: 1.3em;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
#menuebox a.current_active {
	color:#aaa;
}
#menuebox ul li, #menuebox2 ul li {
	display: inline-block;
	list-style: none outside none;
	padding: 8px;
}
#menuebox ul.nav-child {
	display: none;
}
#menuebox ul.maximenuck2 li {
    margin-left: 40px;
}
#menuebox ul._mm.maximenuck {
    background: rgb(97, 151, 148);
}
#menuebox span.titreck{
	padding-right: 10px;
	font-size: 1.2em;
	text-shadow: none;
}
#contentbox, #menuebox2 {
	padding: 0 10% 0 10%;
	background-color: #fff;
}
#contentbox {
	margin-top: 10px;
}
#contentbox h1 {
	color: #1c5a8a;
	font-size: 3em;
	text-align: center;
}

.page-header {
	display: none;
}
#mainbox {
	width: 100%;
	padding-bottom: 30px;
	float: left;
	clear: both;
	margin-top: -10%;
}
#footerbox {
	background: #fff;
	clear:	both;
	background: #666;
	color: #fff;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 50px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	min-height: 380px;
	font-size: 0.8em;
}
#footerbox div.seitenbild {
	width: 39%;
	float: left;
	clear: none;
	text-align: left;
	padding: 20px 0 20px 20px;
}
#footerbox a:link {
	background: #555;
	color: #fff;
}
#footerbox a:hover {
	color: #b4d8f7;
}
div.seitenbild img {
	max-width: 95%;
}
div.seitenbild table {
	width: 100%;
	border: 0;
	cellspacing: 0;
	cellpadding: 3;
	border: 1px solid #666666;
}
div.seitenbild table th {
	background-color: #666;
	color: #fff;
	text-align: left;
	padding: 0 20px;
}
div.seitenbild table td {
	text-align: left;
	padding: 0 20px;
}
ul.maximenuck, div#_mm ul.maximenuck li.maximenuck.level1.active {
	border: none;
}
li.maximenuck:hover {
	border: none;
}
div#_mm ul.maximenuck, div#_mm .maxiFancybackground {
	border: none;
	background: #fff;
}
div#_mm ul.maximenuck li.maximenuck.level1 > a, div#_mm ul.maximenuck li.maximenuck.level1 > span.separator {
	color: #666;
}
ul.maximenuck2 {
	background: #fff !important;
}
#menuebox2 {
	height: 30px;
}
div.standard {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 30px;
	background: #fff;
}
#groessentabelle {
	width: 70%;
}
.seitenbreite {
	width: 100%;
}
div#_mm span.titreck:hover {
	color: #444;
}
.startseitentext {
	position: absolute;
	top: 300px;
	left: 100px;
	color: #fff;
}
div.startseitentext h1, div.standard h1 {
	text-transform: none;
	font-weight: lighter;
}
div.startseitentext h1 {
	font-size: 4em;
}
div.standard h1, #produktbox h1 {
	font-size: 3em;
}
ul.maximenuck2 li a {
	color: #444;
}
#bedarfsrechner {
	float: left;
	clear: both;
	width: 100%;
	padding-left: 50px;
}
div.beispiele {
	float: left;
	clear: both;
	padding-top: 30px;
}
.eingabefeld {
	float: left;
	clear: none;
	padding: 10px;
	border: 1px solid #888;
	border-radius: 10px;
	margin-right: 10px;
}
.poszeile {
	width: 100%;
	float: left;
	clear: both;
}
.zahlen {
	width: 100%;
	height: 250px;
	vertical-align: center;
	margin-bottom: 50px;
	border-bottom: 1px solid #bbb;
}
.c25, .c30, .c50, .c50e {
	float: left;
	clear: none;
	font-size: 1.2em;
}
.c50 {
	width: 50%;
	text-align: left;
}
.c50e {
	width: 40%;
	text-align: left;
	padding: 0 20px 0 20px;
	font-size: 1em;
}
.c30 {
	width: 30%;
	text-align: left;
	width: 27%;
	text-align: left;
	padding: 3% 5% 3% 0;
}
.c25 {
	width: 25%;
	text-align: center;
}
div.c25 h1 {
	margin: 0;
	padding: 0;
	font-size: 4em;
	font-weight: lighter;
}
#kontaktformular {
	text-align: right;
}
#gesamtgewicht {
	margin-left: 36%;
	font-weight: bolder;
}
.startvideo {
	position: absolute;
	top: 100px;
	right: 0;
}
.kurzlinie {
	float: left;
	clear: none;
	width: 40px;
	padding: 0 10px 0 10px;
}
.headline1 {
	float: left;
	clear: none;
	text-transform: uppercase;
	color: #aaa;
}
.spacer {
	margin: 30px 0 30px 0;
}
.unten {
	bottom: 0;
}
.graeingabe {
	width: 450px;
	margin-left: 0;
}
div.graeingabe input {
	width: 60%;
}
div.graeingabe input, div.graeingabe textarea {
	height: 35px;
	border-radius: 17px;
	padding: 0 10px;
	color: #444;
}
div.graeingabe textarea {
	width: 700px;
	height: 150px;
}
div.absendenbutton {
	margin-top: 20px;
}
div.absendenbutton input {
	background: rgb(97, 151, 148);
	color: #fff;
}
#produkte {
	background: #fff;
}
#produktbox, #produktbox2 {
	background: #504f4a;
}
#produkte div.linkeseite, #produkte div.rechteseite {
	margin: 10px 0 20px 0;
}
#produktbox {
	clear: both;
	padding: 30px 10% 0 10%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: #fff;
	font-family: 'Titillium','Verdana','Helvetica',sans-serif;
	border-bottom: 1px solid #fff;
}
#produktbox2 {
	clear: both;
	padding: 30px 3% 0 9%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: auto;
	margin-bottom: 20px;
}
.linkeseite {
	background: #504f4a;
	float: left;
	clear: none;
	width: 61%;
}
.rechteseite {
	background: #504f4a;
	float: right;
	clear: none;
	width: 33%;
	padding: 60px 3% 0 0;

}
.zweipxhoch {
	margin-top: -2px;
	text-transform: uppercase;
}
#produkte_alt {
	clear: both;
}
div.tripplebild, div.tripplebild2 {
	width: 28%;
	margin:1%;
	float: left;
	clear: none;
	padding: 1%;
	background: #f4f4f4;
}
img.bild {
	width: 100%;
	height: auto;
	transition: transform .2s;
}
img.bild:hover {
	transform: scale(1.05);
}
div.tripplebild p {
	font-size: 1.1em;
	font-weight: bold;
}
.rechtspfeil {
	float: right;
	clear: none;
}
div.rechtspfeil img {
	width: 30px;
	height: 30px;
	margin-top: 10px;
}
div.tripplebild p {
	float: left;
	clear: none; 
}
div.tripplebild a:hover, div.tripplebild2 a:hover {
	color: #5a0e0e;
}
div#kontaktformular form div {
	text-align: left;
}
.gb-section {
  clear: both;
  margin: 40px 0;
  border-radius: 8px;
  overflow: hidden;
}

.gb-header {
  padding: 18px 28px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 12px;
}

.gb-header.gb-it {
  background-color: #1c5a8a; /* Blauton passend zum Header */
}

.gb-header.gb-solar {
  background-color: #e8a33d; /* Orangeton passend zum Footer-Balken */
}

.gb-body {
  padding: 24px 28px;
  border: 1px solid #e2e2e2;
  border-top: none;
  background-color: #fafafa;
}

.gb-intro {
  margin: 0 0 20px 0;
  color: #444;
  font-style: italic;
}

.gb-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.gb-item {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  padding: 16px 18px;
}

.gb-item h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  color: #1c1c1c;
}

.gb-header.gb-it ~ .gb-body .gb-item h4 {
  color: #1c5a8a;
}

.gb-solar-wrap .gb-item h4 {
  color: #c47c1e;
}

.gb-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

div.seitenbild {
  width: 80%;
  text-align: right;
}
@media (max-width: 600px) {
  .gb-header {
    font-size: 18px;
    padding: 14px 18px;
  }
  .gb-body {
    padding: 18px;
  }
  #mainbox {
    margin-top: -30px;
  }
  #contentbox {
    margin-top: 30px;
  }
  #contentbox h1.slogan {
    font-size: 1em;
  }
  div#maximenuck113 ul.maximenuck li.maximenuck.level1 > a,
   div#maximenuck113 ul.maximenuck li.maximenuck.level1 > span.separator {
    padding: 2px;
  }
  div.seitenbild {
    width: 100%;
  }
  #menuebox {
    display: none;
  }
  #logobox {
    float: none;
  }
  #contentbox h1.sph1 {
    font-size: 1.5em;
  }
}
