html { 
  background: #ffffff;

  height: 101%;
}

body  {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  color: #65667d;
  margin:0;
  padding:0;
  box-sizing: border-box;
}



/* Mobile Navi */

#mobileMenu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index:2000;
}

#mobileMenu  li {
  display:block;
  font-style: normal;
  text-decoration:none;
  background-color: #ffffff;
  color: #83A539;
  padding: 7px 0;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #83A539;
  font-size: 14px;
  margin:0;
  
}

#mobileMenu ul {
  width: 100%;
  margin:0;
  padding:0;
}

#mobileMenu a {
  text-decoration: none;
}

#mobileMenu a:hover {
  color: #fb6633;
}

.toggleMobile {
  display: none;
}

.container_overlay {
  position: relative;
  width: 90%;
  margin-left:30px;
}

.image_overlay {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.br_fakten_news_mobile {
  display:none;
}

.image_lewero_4kids {
  width:400px;
}


.container_overlay:hover .image {
  opacity: 0.3;
}

.container_overlay:hover .middle {
  opacity: 1;
}

.text_2 {
  background-color: #8da34d;
  color: white;
  font-size: 16px;
  padding: 30px 30px 30px 34px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1600px;
}

.splide__pagination--custom {

}

.splide__pagination--custom_5 {
  padding:0;
  margin:0;
}

.slider_text_big {
  font-weight: 100;
  font-size: 56px;
  margin: 20px 0 20px 0;
}

#cookies {
	width:95%; 
	padding: 30px 0% 30px 5%; 
	position:fixed; 
	bottom:0px; 
	background:#fb6633;
	color:#ffffff;
	font-weight: 300;
  font-size: 20px;
  border-top: 2px solid #ffffff;
  z-index:2000;
}


#cookies article {
	float:left;
	width:47%; 
	padding: 0px 3% 0px 0%; 
}

.smallspan_white {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  padding:0px
  margin:0px;
}

#cookies p {
	float:left;
	padding: 0px 3% 0px 0%; 
}

.button_blue {
	display:block;
	width:300px;
	margin-left:30%; 
	background:#8da34d; 
	border:1px solid #ffffff; 
	padding:10px 0px 10px 0px; 
	color:#ffffff; 
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

.button_cookies {
	display:block;
	width:300px;
	margin-left:30%; 
	background:#8da34d; 
	border:1px solid #ffffff; 
	padding:10px 0px 10px 0px; 
	color:#ffffff; 
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

.button_blue_2 {
	display:block;
	width:300px;
	margin:35px 0px 30px 20px; 
	background:#8da34d; 
	border:1px solid #ffffff; 
	padding:10px 0px 10px 0px; 
	color:#ffffff; 
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}


#cookie_setup {
	display:none; 
	z-index:100000; 
	left: 50%; 
	top: 5%; 
	margin-left:-25%; 
	height:85%; 
	position:fixed; 
	width:50%; 
	background:#ffffff; 
	overflow-y:auto;
}

#cookie_setup .submit_button {
	position:fixed; 
	bottom:88px; 
	background:#ffffff; 
	left: 50%; 
	margin-left:-25%; 
	width:50%; 
	text-align:center; 
	z-index:100;
}

.container {

  display: flex;
  flex-wrap: wrap;
}

.top-left {
	box-sizing: border-box;
  float:left;
  width:40%;
  background: linear-gradient(to top,  #02123f 0%, #006ad9 100%);
  padding: 30px 30px 0px 50px;
  font-size:26px;
  opacity:1;
  text-align: left;
  color: white;
}
.lewero4kids_image {
  width:510px;
}

.container_versorger {
  position: relative;
  text-align: left;
  color: white;
}
.top-left_versorger {
	box-sizing: border-box;
  position: absolute;
  width:40%;
  height:100%;
  top: 0px;
  left: 0px;
  padding: 30px 30px 0px 100px;
  font-size:26px;
}

.swiper {
  width: 2000px;
  height:600px;
}

::placeholder { 
  color: #fb6633;
  opacity: 1; 
}
:-ms-input-placeholder {
  color: #fb6633;
}
::-ms-input-placeholder { 
  color: #fb6633;
}

#statistik {
  display: none;
}
#statistik + label {
  position: relative;
  display: inline-flex;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
#statistik + label:before {
  width: 60px;
  height: 30px;
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: #EEE;
  content: "";
  margin-right: 15px;
  transition: background-color 0.5s linear;
}
#statistik + label:after {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  content: "";
  transition: margin 0.1s linear;
  box-shadow: 0px 0px 5px #aaa;
  position: absolute;
  left: 2px;
  top: 2px;
}
#statistik:checked+label:before{
  background-color: #2b8718;
}
#statistik:checked+label:after {
  margin: 0 0 0 30px;
}

input {
	font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size:20px;
  padding: 13px;
  outline: 0;
  border:0;
  background: #ffffff;
  border: 1px solid #e1d5c8;
  color: #fb6633;
  margin-right:10px;
}

textarea {
	font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size:20px;
  padding: 13px;
  outline: 0;
  border:0;
  background: #ffffff;
  border: 1px solid #e1d5c8;
  color: #fb6633;
  margin-right:10px;
  height:120px;
}

.kontakt_button {
  font-size:20px;
  padding: 13px;
  outline: 0;
  border:0;
  background: #fb6633;
  background-image: -webkit-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -moz-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -ms-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -o-linear-gradient(to right, #f4384f, #fb6633);
	background-image: linear-gradient(to right, #f4384f, #fb6633);
  color: #ffffff;
  margin-bottom:80px;
  width:95%;
  margin-top:20px;
  cursor:pointer;
  
}
.kontakt_button:hover {
  background: #8da34d;
}


.kontakt_button_2 {
  font-size:20px;
  padding: 13px;
  outline: 0;
  border:0;
  background: #fb6633;
  color: #ffffff;
  margin-bottom:80px;
  width:calc(95% + 28px);
  margin-top:20px;
  cursor:pointer;
}

.kontakt_button_2:hover {
  background: #8da34d;
}

.input_login {
  text-align:center; 
  width:95%; 
  margin-top:20px;
}

.input_name {
  text-align:center; 
  width:41%; 
  margin-right:3%; 
  margin-top:43px;
}
.input_firma {
  text-align:center; 
  width:41%;
}
.input_email {
  text-align:center; 
  width:89.9%; 
  margin-top:20px;
}
.input_mitteilung {
  width:89.9%; 
  margin-top:20px; 
  text-align:center;
}
.submit_button_konatkt {
  width:89.9%; 
  margin-top:20px; 
  text-align:center;
}

a.copyspan {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #65666b;
  margin: 0px 20px 0 0px;
  padding: 20px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:underline; 
} 

a.copyspan:hover {
  color: #65666b;
  text-decoration:none;
}

a.tracking {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #65667d;
  margin: 0px 0px 0 0px;
  padding: 0px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:underline; 
} 

a.tracking:hover {
  color: #65667d;
  text-decoration:none;
}

a.impressum {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #65666b;
  margin: 0px 0px 0 0px;
  padding: 0px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:underline; 
} 

a.impressum:hover {
  color: #65666b;
  text-decoration:none;
}


a.grosshandelspreise {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  color: #65667d;
  margin: 0px 0px 0 0px;
  padding: 0px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:underline; 
} 

a.grosshandelspreise:hover {
  color: #65667d;
  text-decoration:none;
}

a.news {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  color: #65667d;
  margin: 0px 0px 0 0px;
  padding: 0px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
} 

a.news:hover {
  color: #fb6633;
  text-decoration:none;
}

a.middlespan {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  color: #65667d;
  margin: 0px 0px 0 0px;
  padding: 0px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
} 

a.middlespan:hover {
  color: #fb6633;
  text-decoration:none;
}

a.cookie_links {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  margin: 0px 0px 0 0px;
  padding: 0px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
} 

a.cookie_links:hover {
  color: #ffffff;
  text-decoration:underline;
}

a.smallspan {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #65666b;
  margin: 0px 0px 0 0px;
  padding: 0px 0px 0 0px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:underline; 
} 

a.smallspan:hover {
  color: #65666b;
  text-decoration:none;
}

a {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #65666b;
  margin: 0 20px 0 20px;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
} 

a:hover {
  color: #777777;
} 
.button_green {
  color:#ffffff;
  font-size:22px;
  background:#83a538;
  padding:12px 25px 11px 25px;
  margin: 0 0px 80px 0px;
  display:inline-block;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  cursor: pointer;
}

.swiper_prev {
  color:#00001f;
  font-size:28px;
  background:#e0d4c7;
  padding:12px 35px 11px 35px;
  margin: 0 0px 80px 0px;
  display:inline-block;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  cursor: pointer;
}

.swiper_next {
  color:#ffffff;
  font-size:28px;
  background:#83a538;
  padding:12px 35px 11px 35px;
  margin: 0 0px 80px 0px;
  display:inline-block;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  cursor: pointer;
}

.extreme_big_green {
  font-weight: 100;
  font-size: 80px;
  color: #83a538;
}

/* Navigation */

#navigation  {
  width:auto;
  margin:0;
}
#navigation article  {
	float:left;
  width:60%;
  margin:0;
  padding:0;
}
#navigation  .orange{
  width:40%;
  margin:0 0% 0 0%;
  background: #fb6633;   
  height: 150px;
  padding:0;
  background-image: -webkit-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -moz-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -ms-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -o-linear-gradient(to right, #f4384f, #fb6633);
	background-image: linear-gradient(to right, #f4384f, #fb6633);
}

/* LEH Navigation */

#leh_navigation  {
  width:auto;
  margin:80px 5% 0 5%;
}
#leh_navigation article {
	float:left;
  width:19%;
  margin:0;
  margin-right:20px;
  margin-bottom:0px;
  padding: 10px 0 20px 0;
  text-align:center;
}
.leh_navigation  {
	float:left;
  width:19%;
  margin:0;
  padding: 10px 0 20px 0;
  text-align:center;
  border-top:10px solid #fb6633;
  
  font-weight: 300;
  font-size: 32px;
}
.leh_navigation a  {
  font-weight: 300;
  font-size: 32px;
  cursor:pointer;
}
#leh_navigation .large{
  width:32%;
  border-top:10px solid #e8dfd5;
}
.current_leh a  {
	font-weight: 300;
  font-size: 32px;
  cursor:pointer;
  color:#ffffff;
}

.current_leh  {
	float:left;
  width:19%;
  margin:0;
  padding: 10px 0 20px 0;
  text-align:center;
  border-top:10px solid #83a538;
  background:#83a538;
  margin-right:20px;
  font-weight: 300;
  font-size: 32px;
  color:#ffffff;
}



/* Slider Top */


#top_slider, .swiper  {
  width: 100%;
  margin: 0;
  display:block;
  height:100%;
}
#top_slider article  {
  width: 100%;
  padding:0px 0 0 0px;
}

/* LEH */



#leh  {
  width: 90%;
  margin:20px 5% 0 5%;
}
#leh article  {
  width: 100%;
  padding:0px 0 0 0px;
  background:#efeae3;
}

#leh h1  {
  font-weight: 300;
  font-size: 28px;
  padding: 40px 0 0 32px;
  margin: 0;
}
#leh .div_linie_leh  {
  padding:7px 0 0 32px;
}
#leh .linie_leh  {
  width:100%;
	height:2px;
}
#leh .leh_punkte  {
  float:left;
  text-align:center;
  font-weight: 300;
  font-size: 22px;
  width:calc(20%);
  color: #fb6633;
  background:#efeae3;
}
#leh .leh_text  {
  text-align:left;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  width: calc(100% - 64px);
  padding: 32px 32px 32px 32px;
  background:#efeae3;
}
#leh .leh_punkte img {
  width: 30%;
  margin: 0 0 25px 0;
}

	

#hausverwaltung  {
  width: 90%;
  margin:20px 5% 0 5%;
  display:none;
}
#hausverwaltung article  {
  width: 100%;
  padding:0px 0 0 0px;
  background:#efeae3;
}
#hausverwaltung h1  {
  font-weight: 300;
  font-size: 28px;
  padding: 40px 0 0 32px;
  margin: 0;
}
#hausverwaltung .div_linie_leh  {
  padding:7px 0 0 32px;
}
#hausverwaltung .linie_leh  {
  width:100%;
	height:2px;
}
#hausverwaltung .leh_punkte  {
  float:left;
  text-align:center;
  font-weight: 300;
  font-size: 22px;
  width:calc(20%);
  color: #fb6633;
  background:#efeae3;
}
#hausverwaltung .leh_text  {
  text-align:left;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  width: calc(100% - 64px);
  padding: 32px 32px 32px 32px;
  background:#efeae3;
}
#hausverwaltung .leh_punkte img {
  width: 30%;
  margin: 0 0 25px 0;
}


#mittelstand  {
  width: 90%;
  margin:20px 5% 0 5%;
  display:none;
}
#mittelstand article  {
  width: 100%;
  padding:0px 0 0 0px;
  background:#efeae3;
}
#mittelstand h1  {
  font-weight: 300;
  font-size: 28px;
  padding: 40px 0 0 32px;
  margin: 0;
}
#mittelstand .div_linie_leh  {
  padding:7px 0 0 32px;
}
#mittelstand .linie_leh  {
  width:100%;
	height:2px;
}
#mittelstand .leh_punkte  {
  float:left;
  text-align:center;
  font-weight: 300;
  font-size: 22px;
  width:calc(20%);
  color: #fb6633;
  background:#efeae3;
}
#mittelstand .leh_text  {
  text-align:left;
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  width: calc(100% - 64px);
  padding: 32px 32px 32px 32px;
  background:#efeae3;
}
#mittelstand .leh_punkte img {
  width: 30%;
  margin: 0 0 25px 0;
}

.leh_div  {
  float:left; 
  width: calc(57% + 60px);
}
.leh_img  {
  width:35%;
}
.leh_flexbox  {
  display: flex;
  align-content: space-between;
}
.div_leh_img  {
  text-align:right;
}

/* LEH Slider*/

#leh_slider  {
  width:auto;
  margin:0 1% 0px 1%;
  background:#efeae3;
}
#leh_slider article  {
  margin:0 0% 0 0%;
  background:#ffffff;
  padding: 0 0 0 0px;
}
#leh_slider p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65666b;
  padding: 10px 50px 0 34px;
}
#leh_slider h1 {
	float:left;
	font-size: 60px;
	font-weight: 300;
  color: #fb6633;
  padding: 20px 20px 0px 30px;
  margin: 0;
}
#leh_slider h2 {
	font-size: 32px;
	font-weight: 300;
  color: #75ac4e;
  padding: 20px 20px 0px 30px;
  margin: 0;
}
#leh_slider .linie{
  margin:0; 
  padding: 55px 0 0 50px;
}


/* Navigation Slider */

#navigation_slider  {
  width:auto;
  margin:0;
  z-index:1000;
}
#navigation_slider article  {
	float:left;
  width:60%;
  margin:0;
  padding:0;
}
#navigation_slider  .orange{
  width:20%;
  margin:0 0% 0 0%;
  background: #FFFFFF;
  height: 150px;
  padding:0;
  text-align:right;
}
#navigation_slider  .orange_siegel{
  width:20%;
  margin:0 0% 0 0%;
  background: #FFFFFF;
  height: 150px;
  padding:0;
  text-align:center;
}
#navigation_slider  .siegel{
  position: absolute; 
  margin-top:-95px; 
  margin-right:15%; 
  z-index:1000;
}


    .imageHolder {
      position: relative;
    }
    .imageHolder .caption {
      position: absolute;
      width: 283px;
      height: 50px;
      bottom: 0px;
      left: 0px;
      color: #ffffff;
      background: green;
      text-align:center;
      font-weight:bold;
      opacity:0.7;
    }

/* Titel Groß Versorger*/

#titel_big_versorger  {
  width:auto;
  margin:0 auto;
}
#titel_big_versorger article  {
  width:90%;
  margin:0 5% 0px 5%;
  text-align:center;
}
#titel_big_versorger h1 {
  font-weight: 100;
  font-size: 60px;
  margin:50px 0 20px 0;
  color: #fb6633;
}




/* Titel Groß */

#titel_big  {
  width:auto;
  margin:0 auto;
}
#titel_big article  {
  width:90%;
  margin:0 5% 0 5%;
}
#titel_big h1 {
  font-weight: 100;
  font-size: 60px;
  margin:50px 0 20px 0;
  color: #fb6633;
}
#titel_big p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65667d;
}

/* 4Kids */

#box_4kids {
  width:90%;
  margin:80px 5% 50px 5%;
  display: flex;
  align-content: space-between;
}
#box_4kids .textbox  {
  width:calc(60% - 60px);
  margin:0 0% 0 0%;
  padding:20px 30px 20px 30px;
  background:#d1e8b6;
  float:left;
}
#box_4kids .bildbox  {
  width:calc(40% - 60px);
  margin:0 0% 0 0%;
  padding:20px 30px 20px 30px;
  background:#fb6633;
  text-align:center;
}
#box_4kids h1 {
  font-weight: 100;
  font-size: 40px;
  margin:0 0 30px 0;
  color: #fb6633;
}
#box_4kids p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65667d;
  margin:0;
}

/* Login */

#box_login  {
  width:auto;
  margin:80px 0 50px 0;
  
}
#box_login article  {
  width:calc(90% - 100px;);
  margin:0 5% 0 5%;
  -webkit-box-shadow: 5px 5px 19px 2px rgba(85,85,85,0.73); 
  box-shadow: 5px 5px 19px 2px rgba(85,85,85,0.73);
  padding:1px 50px 0px 50px;
}
#box_login h1 {
  font-weight: 100;
  font-size: 60px;
  margin:50px 0 20px 0;
  color: #fb6633;
}
#box_login p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65667d;
}
#box_login .textbox {
  width:40%; 
  float:left;
}
#box_login .formbox {
  width:60%; 
  float:left; 
  margin:44px 0 0 0;
}

/* Fakten 1 */

#box_fakten_2  {
  width:90%;
  margin:120px 5% 100px 5%;
  display: flex;
  align-content: space-between;
}
#box_fakten_2 article  {
  width:33.33%;
  -webkit-box-shadow: 5px 5px 19px 2px rgba(85,85,85,0.73); 
  box-shadow: 5px 5px 19px 2px rgba(85,85,85,0.73);
  padding:0px 0px 50px 0px;
  margin:0px 0% 0px 0%;
  background: linear-gradient(to bottom,  #cfe09b 0%, #cfe09b 100px, #ffffff 100px, #ffffff 100%);
}
#box_fakten_2 .header  {
  background:#cfe09b;
  text-align:center;
  padding: 10px 0 0 0;
}
#box_fakten_2 h2 {
  font-weight: 100;
  font-size: 60px;
  margin: 0px 0 0px 0;
  padding: 0px 10% 0px 10%;
  color: #ffffff;
}
#box_fakten_2 h3 {
  font-weight: 300;
  font-size: 150px;
  margin: 0px 0 0px 0;
  padding: 0px 10% 20px 10%;
  color: #ffffff;
}
#box_fakten_2 h1 {
  font-weight: 300;
  font-size: 32px;
  margin: 0px 0 0px 0;
  padding: 30px 7% 0px 7%;
  color: #fb6633;
}
#box_fakten_2 p {
  font-weight: 300;
  font-size: 28px;
  margin: 0px 0 0px 0;
  padding: 30px 7% 0px 7%;
}

/* Fakten 1 */

#box_fakten_1  {
  width:auto;
  margin:50px 0 100px 0;
}
#box_fakten_1 article  {
  display: flex;
  width:calc(90% - 50px);
  margin:0 5% 0 5%;
  -webkit-box-shadow: 5px 5px 19px 2px rgba(85,85,85,0.73); 
  box-shadow: 5px 5px 19px 2px rgba(85,85,85,0.73);
  padding:1px 50px 0px 0px;
}
#box_fakten_1 .textbox_gruen  {
  width:330px; 
  float:left;  
  margin: -1px 0 0 0; 
  align-self: center;
}
#box_fakten_1 .pfeil  {
  width:103px; 
  float:left; 
  align-self: center;
}
#box_fakten_1 .textbox_container  {
  width: 100%; 
  float:left; 
  margin:30px 0 0 0;
}
#box_fakten_1 h1 {
  font-weight: 300;
  font-size: 32px;
  margin: 0px 0 0px 0;
  padding: 30px 30px 0px 30px;
  color: #ffffff;
}
#box_fakten_1 h2 {
  font-weight: 100;
  font-size: 60px;
  margin: 0px 0 0px 0;
  padding: 0px 10% 10px 10%;
  color: #82a63e;
}
#box_fakten_1 p {
  font-weight: 300;
  font-size: 150px;
  margin: 0px 0 0px 0;
  padding: 0px 25px 0px 20px;
  color: #ffffff;
}
#box_fakten_1 .fett {
  font-weight: 300;
  font-size: 100px;
  margin: 0 0 0 0;
  padding: 0px 0px 25px 0px;
  color: #ffffff;
}
#box_fakten_1 .superfett {
  font-weight: 300;
  font-size: 150px;
  margin: 0 0 0 0;
  padding: 0px 0px 25px 0px;
  color: #ffffff;
}
#box_fakten_1 .textbox {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  margin: 0px 0 0px 0;
  padding: 0px 10% 25px 10%;
  color: #65667d;
}

/* News Teaser */

#news_teaser  {
  width:95%;
  margin:0px 2.5% 0px 2.5%;
}
#news_teaser article  {
	float:left;
  width:28.33%;
  margin:0px 2.5% 0px 2.5%;
  padding-top:30px;
}
#news_teaser h1 {
  font-weight: 300;
  font-size: 32px;
  margin: 0px 0 0px 0;
  padding: 30px 0px 0px 0px;
  color: #fb6633;
}
#news_teaser p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65667d;
}
#news_teaser img {
  width:100%;
  margin: 0px 0 0px 0;
}

/* Über uns */

#ueber_uns  {
  width:auto;
  margin:0 auto;
}
#ueber_uns article  {
  width:90%;
  margin:0px 5% 0px 5%;
  padding-top:30px;
}
#ueber_uns p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65667d;
}
#ueber_uns img {
  width:100%;
  margin: 30px 0 80px 0;
}
#ueber_uns div {
  float:left; 
  width:250px; 
  margin-right:50px;
}

/* Textbox Beleuchtung */

#textbox_beleuchtung  {
  width:auto;
  margin:0 auto;
  background:#d1e8b6;
  border:1px solid #d1e8b6;
  border-bottom:5px solid #fb6633;
}
#textbox_beleuchtung article  {
  width:90%;
  margin:0 5% 0 5%;
  
}
#textbox_beleuchtung p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65667d;
}
#placeholder_beleuchtung  {
  width:40%;
  font-size: 15px;
  margin:0 0% 0 0%;
  background: #fb6633;
  display:block;
}

/* Textbox Versorger */

#versorger_textbox  {
  width:auto;
  margin:0 auto;
}
#versorger_textbox article  {
  width:90%;
  margin:0 5% 0 5%;
  
}
#versorger_textbox h1 {
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  color: #7b9732;
  margin:0;
}
#versorger_textbox p {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #65667d;
  margin: 10px 0 0 0;
}

/* Textbox Beleuchtung White */

#textbox_beleuchtung_white  {
  width:auto;
  margin:0 auto;
}
#textbox_beleuchtung_white article  {
  width:90%;
  margin:0 5% 0 5%;
  
}
#textbox_beleuchtung_white p {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #65667d;
}

/* Beleuchtung Liste */

#beleuchtung_liste  {
  width:auto;
  margin:0 auto;
}
#beleuchtung_liste .image  {
  width:10%;
  margin:0 0% 0 5%;
  float:left;
  height:100%;
}
#beleuchtung_liste img  {
  width:50%;
}
#beleuchtung_liste .text  {
  width:80%;
  margin:0 5% 0 15%;
}
#beleuchtung_liste p {
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
  color: #65667d;
}
#beleuchtung_liste h1 {
  font-weight: 500;
  font-size: 40px;
  margin:50px 0 20px 0;
  color: #75ac4e;
}

/* Textbox Image Text */

#beleuchtung_image_text  {
  width:auto;
  margin:0 auto;
}
#beleuchtung_image_text article  {
  width:45%;
  margin:0 0% 0 5%;
  float:left;
}
#beleuchtung_image_text .image  {
  width:35%;
  margin:0 0% 0 5%;
}
#beleuchtung_image_text img  {
  width:100%;
}
#beleuchtung_image_text .text  {
  width:50%;
  margin:0 0% 0 2%;
}
#beleuchtung_image_text p {
  font-weight: 300;
  font-size: 22px;
  line-height: 50px;
  color: #65667d;
}

#beleuchtung_image_text li {
  padding: 10px 0 24px 0;
  font-size: 24px;
}

/* Textbox Image Text */

#beleuchtung_image_text_2  {
  width:auto;
  margin:0 auto;
}
#beleuchtung_image_text_2 article  {
  width:45%;
  margin:0 0% 0 5%;
  float:left;
}
#beleuchtung_image_text_2 .image  {
  width:35%;
  margin:0 0% 0 5%;
}
#beleuchtung_image_text_2 img  {
  width:100%;
}
#beleuchtung_image_text_2 .text  {
  width:50%;
  margin:0 0% 0 2%;
}
#beleuchtung_image_text_2 p {
  font-weight: 300;
  font-size: 22px;
  line-height: 50px;
  color: #65667d;
}

#beleuchtung_image_text_2 li {
  padding: 10px 0 14px 0;
  font-size: 24px;
}

/* Beleuchtung Fade Titel */

#beleuchtung_fade_titel  {
  width:auto;
  margin:0 auto;
  background-image: url("../img/beleuchtung_fade.jpg");
}
#beleuchtung_fade_titel article  {
  width:60%;
  margin:0 0% 0 5%;
}
#beleuchtung_fade_titel h1 {
  font-weight: 100;
  font-size: 100px;
  margin:0px 0 20px 0%;
  padding: 50px 0 0 0;
  color: #75ac4e;
}
#beleuchtung_fade_titel p {
  font-weight: 300;
  font-size: 40px;
  color: #65667d;
  padding: 0 0 50px 0;
}

#hausverwalter_fade_titel  {
  width:auto;
  margin:0 auto;
  background-image: url("../img/hausverwalter_info.jpg");
}
#hausverwalter_fade_titel article  {
  width:40%;
  margin:0 0% 0 5%;
}
#hausverwalter_fade_titel h1 {
  font-weight: 100;
  font-size: 100px;
  margin:0px 0 20px 0%;
  padding: 50px 0 0 0;
  color: #75ac4e;
}
#hausverwalter_fade_titel p {
  font-weight: 300;
  font-size: 40px;
  color: #65667d;
  padding: 0 0 50px 0;
}

#leh_fade_titel  {
  width:auto;
  margin:0 auto;
  background-image: url("../img/leh_info.jpg");
}
#leh_fade_titel article  {
  width:40%;
  margin:0 0% 0 5%;
}
#leh_fade_titel h1 {
  font-weight: 100;
  font-size: 100px;
  margin:0px 0 20px 0%;
  padding: 50px 0 0 0;
  color: #75ac4e;
}
#leh_fade_titel p {
  font-weight: 300;
  font-size: 40px;
  color: #65667d;
  padding: 0 0 50px 0;
}

#mittelstand_fade_titel  {
  width:auto;
  margin:0 auto;
  background-image: url("../img/mittelstand_info.jpg");
}
#mittelstand_fade_titel article  {
  width:40%;
  margin:0 0% 0 5%;
}
#mittelstand_fade_titel h1 {
  font-weight: 100;
  font-size: 100px;
  margin:0px 0 20px 0%;
  padding: 50px 0 0 0;
  color: #75ac4e;
}
#mittelstand_fade_titel p {
  font-weight: 300;
  font-size: 40px;
  color: #65667d;
  padding: 0 0 50px 0;
}

/* Titel Kontakt */

#titel_kontakt  {
  width:90%;
  margin:0 5% 0 5%;
}
#titel_kontakt article  {
  width:100%;
  margin:0 0% 0 0%;
  text-align:center;
}
#titel_kontakt h1 {
  font-weight: 100;
  font-size: 45px;
  color: #65666b;
  margin: 0;
}
#titel_kontakt h2 {
  font-weight: 100;
  font-size: 60px;
  color: #95bd75;
  margin: 30px 0 30px 0;
}

/* Titel Kontakt */

#titel_kundenstimmen  {
  width:auto;
  margin:0 auto;
}
#titel_kundenstimmen article  {
  width:100%;
  margin:80px 0% 80px 0%;
  text-align:center;
}
#titel_kundenstimmen h1 {
  font-weight: 100;
  font-size: 60px;
  color: #fb6633;
  margin: 0 0 10px 0;
}
#titel_kundenstimmen p {
  width:50%;
  margin:0 25% 0 25%;
}
.titel_orange {
  color:#f29427;
}
/* Kundenstimmen */

#kundenstimmen  {
  width:auto;
  margin:0 5% 20px 5%;
  background:#efeae3;
}
#kundenstimmen article  {
  margin:0 0% 0 0%;
  background:#ffffff;
  padding: 0 0 0 0px;
}
#kundenstimmen .ap_image {
  width:40%;
  margin: 0px 0 0 0;
  border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#kundenstimmen .zitat {
  width:100%; 
  text-align:center; 
  position: absolute;  
  margin-top:-25px; 
  z-index:1000;
}
#kundenstimmen .zitat_image {
  width:50px;
  border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#kundenstimmen h1 {
  font-weight: 300;
  font-size: 24px;
  margin: 60px 0 0 0;
}
#kundenstimmen h2 {
  font-weight: 300;
  font-size: 16px;
  color: #65666b;
  margin: 3px 0 0 0;
}
#kundenstimmen p {
  font-weight: 300;
  font-size: 16px;
  color: #65666b;
  margin: 15px 0 0 0;
  padding: 0 10% 0 10%;
}

/* Kundenstimmen 2*/

#kundenstimmen_2  {
  width:auto;
  margin:0 0% 0px 0%;
  background:#efeae3;
  display:block;
}
#kundenstimmen_2 article  {
  margin:0 0% 0 0%;
  background:#ffffff;
  padding: 0 0 0 0px;
}
#kundenstimmen_2 .logo {
  padding: 0px 0 0 25px;
}
#kundenstimmen_2 .textfeld {
  padding: 20px 0 15px 25px;
  text-align:left;
  width:158px;
}
#kundenstimmen_2 .kosten {
  padding: 0px 0 0 90px;
  text-align:left;
  color: #fb6633;
}
#kundenstimmen_2 .reduktion {
  padding: 0px 0 0 90px;
  text-align:center;
  color: #fb6633;
}
#kundenstimmen_2 .details {
  padding: 0px 50px 0 50px;
}
#kundenstimmen_2 .image {
  padding: 0px 50px 0 50px;
  background:#c1d29c;
}
#kundenstimmen_2 p {
  font-weight: 300;
  font-size: 16px;
}



#kundenstimmen_2_mobile  {
  width:auto;
  margin:0 0% 0px 0%;
  background:#efeae3;
  display:none;
}
#kundenstimmen_2_mobile article  {
  margin:0 0% 0 0%;
  background:#ffffff;
  padding: 0 0 0 0px;
}
#kundenstimmen_2_mobile .logo {
  text-align:left;
  padding: 20px 0 0 0px;
  margin-left: 10%;
}
#kundenstimmen_2_mobile .linie {
  width:105%;
  margin-top:10px;
  height:2px;
}
#kundenstimmen_2_mobile .textfeld {
  padding: 20px 8% 15px 20px;
  text-align:left;

  
}
#kundenstimmen_2_mobile .kosten {
  padding: 0px 0px 30px 15px;
  text-align:center;
  color: #fb6633;
}
#kundenstimmen_2_mobile .reduktion {
  padding: 0px 0px 30px 0px;
  text-align:center;
  color: #fb6633;
}
#kundenstimmen_2_mobile .details {
  padding: 0px 0px 0 0px;
}
#kundenstimmen_2_mobile .image {
  padding: 0px 0px 0 0px;
  background:#c1d29c;
}
#kundenstimmen_2_mobile p {
  font-weight: 300;
  font-size: 16px;
}

/* Titel Ansprechpartner */

#titel_ansprechpartner  {
  width:100%;
  margin:0 0 0 0;
}
#titel_ansprechpartner article  {
  width:90%;
  margin:80px 5% 80px 5%;
  text-align:center;
}
#titel_ansprechpartner h1 {
  font-weight: 100;
  font-size: 60px;
  color: #fb6633;
  margin: 0 0 10px 0;
}
#titel_ansprechpartner p {
  width:50%;
  margin:0 25% 0 25%;
}

/* Ansprechpartner */

#ansprechpartner  {
  width:auto;
  margin:0 5% 40px 5%;
  background:#efeae3;
}
#ansprechpartner article  {
  margin:0 0% 0 0%;
  background:#ffffff;
  padding: 0 0 0 0px;
}
.ap_image {
  width:50%;
  margin: 30px 0 0 0;
  border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#ansprechpartner h1 {
  font-weight: 300;
  font-size: 28px;
  margin: 0;
}
#ansprechpartner h2 {
  font-weight: 300;
  font-size: 20px;
  color: #fb6633;
  margin: 7px 0 0 0;
}
#ansprechpartner p {
  font-weight: 300;
  font-size: 20px;
  color: #65666b;
  margin: 30px 0 0 0;
  padding: 0 10% 0 10%;
}

#ap_kalender {
  text-align:center; 
  margin-bottom:80px; 
  margin-right:3%; 
  margin-left:3%; 
  width:19%; 
  height: 19%; 
  border: 0px; 
  float:left;
}
#ap_kalender h1 {
  font-weight: 300;
  font-size: 28px;
  margin: 0;
}
#ap_kalender h2 {
  font-weight: 300;
  font-size: 20px;
  color: #fb6633;
  margin: 7px 0 0 0;
}

/*  Kontakt */

#kontakt  {
  width:auto;
  margin:0 5% 0 5%;
}
#kontakt article  {
	float:left;
  width:33.33%;
  margin:0 0% 0 0%;
}
#kontakt .small  {
  width:28.33%;
}
#kontakt .large  {
  width:38.33%;
}
#kontakt p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65666b;
  padding: 30px 20% 80px 0;
  margin: 0;
}
#kontakt h1 {
	font-weight: 300;
  font-size: 40px;
  color: #fb6633;
  padding: 34px 20% 0px 0;
  margin: 0;
}
#kontakt img {
  width:40%;
  padding: 4px 0 8px 0;
}

/*  Kontakt */

#kontakt_kalender  {
  width:auto;
  margin:0 33.3% 0 33.3%;
}
#kontakt_kalender article  {
	float:left;
  width:100%;
  margin:0 0% 0 0%;
}

#kontakt_kalender p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65666b;
  padding: 30px 20% 0px 0;
  margin: 0;
}
#kontakt_kalender h1 {
	font-weight: 300;
  font-size: 40px;
  color: #fb6633;
  padding: 34px 20% 0px 0;
  margin: 0;
}


/* Video */

#video  {
  width:auto;
  margin:0 0% 80px 0%;
  background:#efeae3;
}
#video article  {
	float:left;
  width:90%;
  padding:0 5% 80px 5%;
  background:#efeae3;
}
#video div  {
	background:#7b9732;
	text-align:center;
	margin:0;
}

#video video  {
	width:70%; 
	padding:0 5px 0 5px; 
	background:#efeae3;
}



/* 4 Schritte background-image: url("../img/hintergrund_4_schritte.jpg"); */

#schritte_4  {
  width:auto;
  margin:0 0% 80px 0%;
  background:#efeae3;

}
#schritte_4 article  {
	float:left;
  width:21%;
  margin:0 0% 0 0%;
  padding:0 0% 0 0%;
  margin-left:5%;
  background:#ffffff;
}
#schritte_4 .small  {
  width:12.2%;
  margin-left:0%;
  padding-right:0%;
  padding-top:34px;
  padding-bottom:28px;
  background:#efeae3;
  text-align:center;
  height:100%;
}
	#schritte_4 .4_schritte_flexbox  {
	  
	}
#schritte_4 .ecke {
  padding: 232px 0 0 58px;
  margin: 0;
  width:10%;
}
#schritte_4 .linie{
  width:60px; 
  margin:0; 
  padding: 50px 0 20px 0;
}
#schritte_4 p {
	float:left;
  font-weight: 300;
  font-size: 45px;
  color: #65666b;
  padding: 118px 20% 55px 30px;
  margin: 0;
}
#schritte_4 h1 {
	font-size: 60px;
	font-weight: 100;
  color: #fb6633;
  padding: 34px 0 0px 30px;
  margin: 0;
}
#schritte_4 h2 {
	font-size: 60px;
	font-weight: 300;
  color: #65666b;
  padding: 0px 20px 0px 20px;
  margin: 0;
}
#schritte_4 h3 {
	font-size: 28px;
	font-weight: 300;
  color: #fb6633;
  padding: 25px 20px 0px 20px;
  margin: 0;
}

#schritte_4 .smallspan {
	text-align:left;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
  color: #65666b;
  padding: 10px 20px 0px 20px;
  margin: 0;
}

/* News & Fakten */

#news_fakten  {
  width:auto;
  margin:0 0% 0 0%;
  background:#efeae3;
}
#news_fakten article  {
	float:left;
  width:26.33%;
  margin:0 0% 0 0%;
  margin-left:5%;
  background:#ffffff;
}
#news_fakten .large  {
  width:66.66%;
  margin-left:0%;
  padding-right:2%;
}
#news_fakten .ecke {
  padding: 171px 0 0 0;
  margin: 0;
  width:10%;
}
#news_fakten .linie{
  width:60px; 
  margin:0; 
  padding: 30px 0 20px 0;
}
#news_fakten p {
	float:left;
  font-weight: 300;
  font-size: 45px;
  color: #65666b;
  background:#ffffff;
  width:95%;
  padding: 171px 20% 30px 30px;
  margin: 0;
}
#news_fakten h1 {
	font-size: 60px;
	font-weight: 100;
  color: #fb6633;
  padding: 34px 20% 0px 30px;
  margin: 0;
}
#news_fakten h2 {
	font-size: 32px;
	font-weight: 300;
  color: #fb6633;
  padding: 38px 20px 0px 20px;
  margin: 0;
}

/* News & Fakten 2 */

#news_fakten_2  {
  width:auto;
  margin:0 0% 0px 0%;
  background:#efeae3;
}
#news_fakten_2 article  {
  margin:0 0% 0 0%;
  background:#ffffff;
  padding: 0 0 0 0px;
}
#news_fakten_2 p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65666b;
  padding: 0px 0 100px 30px;
}
#news_fakten_2 h1 {
	float:left;
	font-size: 60px;
	font-weight: 300;
  color: #fb6633;
  padding: 60px 20px 0px 30px;
  margin: 0;
}
#news_fakten_2 h2 {
	font-size: 40px;
	font-weight: 300;
  color: #65667d;
  padding: 20px 20px 0px 30px;
  margin: 0;
}
#news_fakten_2 .linie{
  margin:0; 
  padding: 95px 0 0 50px;
}

/* box_impressum */

#box_impressum  {
  width:auto;
  margin:0 auto;
  background:#ffffff;
  padding: 10px 0 30px 0;
}
#box_impressum article  {
  margin:0 5% 0 5%;
  text-align:left;
  background:#ffffff;
  font-size: 20px;
  color: #65666b;
  padding: 10px 0px 10px 0px;
}

/* Footer */

#footer  {
  width:auto;
  margin:0 auto;
  border-top:10px solid #fb6633;
  background:#d1e8b6;
  padding: 10px 0 30px 0;
}
#footer article  {
  margin:0 0% 0 0%;
  text-align:center;
  background:#d1e8b6;
  font-size: 20px;
  color: #65667d;
  padding: 10px 0px 10px 0px;
}
#footer img{
  height:40px;
  margin: 10px 10px 10px 10px;
}
#footer p {
	padding:0;
  font-weight: 100;
  font-size: 20px;
  color: #65667d;
  background:#d1e8b6;
}
#footer a {
  font-weight: 300;
  font-size: 20px;
  color: #65667d;
}
/* Titel Versorger Grün */

#versorger_titel  {
  width:auto;
  margin:0 auto;
  padding:0;
  background:#ffffff;
}
#versorger_titel article  {
  margin:0 0% 0 0%;
;
}
#versorger_titel h1 {
  font-weight: 100;
  font-size: 60px;
  color: #7b9732;
  padding: 30px 5% 30px 5%;
  margin:0;
}

/* Titel Sehr Groß */

#titel_very_big  {
  width:auto;
  margin:0 auto;
  padding:0;
  background:#d1e8b6;
}
#titel_very_big article  {
  margin:0 0% 0 0%;
;
}
#titel_very_big h1 {
  font-weight: 100;
  font-size: 60px;
  color: #6d7071;
  padding: 30px 5% 30px 5%;
  margin:0px 0% 0 0%;
  
}

#placeholder  {
  width:100%;
  margin:0 0% 0 0%;
  background: #fb6633;
  background-image: -webkit-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -moz-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -ms-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -o-linear-gradient(to right, #f4384f, #fb6633);
	background-image: linear-gradient(to right, #f4384f, #fb6633);
}

#placeholder_news_1  {
  width:100%;
  margin:0 0% 0 0%;
  
}
#placeholder_news_1 article  {
	background: #fb6633;
	width:calc(40% - 20px);
  text-align:right;
  font-size: 20px;
  color:#ffffff;
  padding: 0px 20px 10px 0;
}

#placeholder_news  {
	border-top:22px solid #d1e8b6;
  width:100%;
  margin:0 0% 0 0%;
  
}
#placeholder_news article  {
	background: #fb6633;
	width:calc(40% - 20px);
  text-align:right;
  font-size: 20px;
  color:#ffffff;
  padding: 10px 20px 10px 0;
}

/* Versorger */

#versorger  {
  width:100%;
  max-width:2000px;
  margin:0 0% 0 0%;
  display:block;
}
#versorger article  {
  width:90%;
  margin:80px 5% 0 5%;
  font-size: 44px;
	font-weight: 100;
	color:#7b9732;
}
#versorger img  {
  width:100%;
}

#versorger_mobile  {
  width:100%;
  max-width:2000px;
  margin:0 0% 0 0%;
  display:none;
}
#versorger_mobile article  {
  width:90%;
  margin:0px 5% 0 5%;
  font-size: 44px;
	font-weight: 100;
	color:#7b9732;
}
#versorger_mobile img  {
  width:100%;
}

/* box_erfolge */

#box_erfolge  {
  width:auto;
  max-width:2000px;
  margin:50px auto 80px auto; 
  background:#ffffff;
}

#box_erfolge article { 
  margin-left:5%;
  float:left;
  width:40%;
  margin-right:5%;
  font-size:14px;
  text-align: left;
  border-radius: 15px 0 15px 0;
   padding-top:50px;
  padding-bottom:80px; 
  background:#ffffff;
}

#box_erfolge article img {
  width: 100%;
  float:left;
  margin-bottom: 30px;
}

#box_erfolge article h2 {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #83A539;
  margin-bottom:20px;
  line-height:50px;
}

#box_erfolge article p {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #555555;
  line-height:24px;
  margin-bottom:10px;
}
#box_erfolge article h3 {
  color:#fb6633; 
  font-weight: 800; 
  font-size: 40px;
  margin-top: 10px
  float:left;
}
#box_erfolge article h1 {
  color:#fb6633; 
  font-weight: 800; 
  font-size: 80px;
  margin-top: 10px
  line-height:80px;
}


/* Energieservices */

#energieservices  {
  width:90%;
  max-width:2000px;
  margin:0 5% 0 5%;
}
#energieservices article  {
	float:left;
  width:33.33%;
  margin:50px 0% 0 0%;
}
#energieservices .small  {
  width:28.33%;
}
#energieservices .large  {
  width:38.33%;
}
#energieservices .number  {
  float:left;
  font-size: 36px;
  color: #fb6633;
  margin-right: 20px;
}
#energieservices .text  {
  padding: 2px 0px 0px 0px;
}

/* Versorger Grafik */

#versorger_grafik  {
  width:100%;
  margin:0 0% 0px 0%;
  background:#ffffff;
}
#versorger_grafik article  {
	float:left;
  width:90%;
  margin:0px 5% 30px 5%;
  padding-bottom:50px;
}
#versorger_grafik article img {
  width:100%;
}

/* Versorger Orange */

#versorger_orange  {
  width:100%;
  margin:0 0% 80px 0%;
  background:#fb6633;
  background-image: -webkit-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -moz-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -ms-linear-gradient(to right, #f4384f, #fb6633);
	background-image: -o-linear-gradient(to right, #f4384f, #fb6633);
	background-image: linear-gradient(to right, #f4384f, #fb6633);
}
#versorger_orange article  {
	float:left;
  width:90%;
  margin:0px 5% 30px 5%;
  padding:40px 0 20px 0 ;
  font-size: 38px;
  color:#ffffff;
}

/* box_kalender */

#box_kalender  {
  width:auto;
  max-width:2000px;
  margin:0 auto;
  padding:50px 0 0px 0;
  padding-bottom: 30px;
}

#box_kalender article {
  margin-left:2%;
  float:left;
  width:96%;
  margin-right:2%;
  font-size:14px;
  text-align: center;
}

#box_kalender h2 {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  color: #83A539;
  margin-bottom:50px;
  line-height:50px;
}

#box_kalender p {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  color: #212121;
  line-height:34px;
  margin-bottom:50px;
}

#box_kalender img {
  width:15%; 
  border-radius: 50%; 
  -moz-border-radius: 50%;	
  -webkit-border-radius: 50%;
}
.datenschutz {
	font-size: 16px;
}

.input_kalender {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-size:23px;
  font-weight: 300;
  padding: 15px;
  outline: 0;
  border:0;
  width:600px;
  background: #ffffff;
  border: 1px solid #99CC00;
  border-radius:5px;
  color: #444444;
  margin-right:10px;
}

select {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-size:23px;
  font-weight: 300;
  padding: 15px;
  outline: 0;
  border:0;
  background: #ffffff;
  border: 1px solid #99CC00;
  border-radius:5px;
  color: #444444;
  width:330px;
  margin-right:10px;
}

.kalender_select  {
  width:630px;
}

input[type=checkbox] {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  font-size:16px;
  padding: 15px;
  outline: 0;
  border:0;
  width:25px;
  background: #ffffff;
  border: 1px solid #99CC00;
  border-radius:5px;
  color: #444444;
}

.button {
  font-family: 'Roboto Thin', 'Roboto', 'Arial', sans-serif;
  color:#fb6633;
  font-size:25px;
  margin-bottom:10px;
  background:#ffffff;
  padding:10px 15px;
  border-radius: 15px 0 15px 0;
  display:inline-block;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  cursor: pointer;
  border: 2px solid #fb6633;
  width:250px;
}

.button:hover {
  border: 2px solid #83A539;
  color:#83A539;
}


/* Versorger Icons */

#versorger_icons  {
  width:90%;
  margin:0 5% 0 5%;
}
#versorger_icons article  {
	float:left;
  width:20%;
  margin:80px 0% 30px 0%;
  padding-bottom:50px;
}
#versorger_icons article img {
  width:100%;
}
#versorger_icons h1 {
	text-align:center;
	font-size: 80px;
	font-weight: 300;
  color: #65666b;
  padding: 0px 0px 0px 20px;
  margin: 0;
}
#versorger_icons p {
	text-align:center;
	font-size: 28px;
	font-weight: 300;
  color: #7b9732;
  padding: 20px 20px 0px 20px;
  margin: 0;
}

/* Energieservices Images */

#energieservices_images  {
  width:100%;
  margin:0 0% 0 0%;
}
#energieservices_images article  {
	float:left;
  width:15%;
  margin:80px 0% 0 0%;
  background: linear-gradient(to top,  #83a538 0%, #83a538 calc(50% + 60px), #ffffff calc(50% + 60px), #ffffff 100%);
  padding-bottom:120px;
}
#energieservices_images article img {
  width:80%;
  margin-right:20%;
  border:8px solid #fb6633;
}

/* 3 Images */

#images_3  {
  width:100%;

  margin:0 0% 0 0%;
}
#images_3 article  {
	float:left;
  width:30%;
  margin:30px 0% 0 0%;
}
#images_3 article img {
  width:95%;
  margin-right:5%;
}

/* News Suche */

#news_suche  {
  width:23.33%;
  margin:0 5% 0px 0%;
  float:left;
}
#news_suche article  {
  width:100%;
  text-align: left;
  margin:50px 0% 0px 0%;
  padding: 0px 30px 30px 30px;
  background:#011750;
}
#news_suche h1 {
  font-weight: 300;
  font-size: 40px;
  padding-top:20px;
  color: #fb6633;
}

/* News Themen */

#news_themen  {
  width:23.33%;
  margin:0 5% 0px 0%;
  float:left;
}
#news_themen article  {
  width:100%;
  text-align: left;
  margin:50px 0% 0px 0%;
}

/* News Pagenavigation*/

#news_pagenavigation  {
  width:61.66%;
  margin:0 5% 0px 5%;
}
#news_pagenavigation article  {
  width:100%;
  text-align: center;
  margin:0px 0% 0px 0%;
}
#news_pagenavigation a {
  font-weight: 300;
  font-size: 60px;
  color: #65667d;
}
#news_pagenavigation a:hover {
  border-bottom: 3px solid #fb6633;
}
.news_pagenavigation_mobile {
	display:none;
}
.news_pagenavigation_desktop {
	display:block;
}

/* News */

#news  {
	float:left;
  width:58.25%;
  margin:0 5% 0px 5%;
}
#news article  {
  width:100%;
  margin:0px 0% 120px 0%;
}

#news .social  {
	float:left;
  width:150px;
  cursor:pointer;
  margin-right:20px;
}
#news .footer  {
  margin:30px 0% 0px 0%;
}
#news article img {
  width:100%;
}
#news h1 {
  font-weight: 300;
  font-size: 40px;
  color: #fb6633;
}
#news p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #65667d;
}

/* ############## Main Navigation  - box_navigation.php ################ */

.box_navigation { 										
  background-color:#ffffff; 
}

#nav {
	margin: 48px 0px 0px 100px;
	padding: 0px 0px 0px 0px;
}

#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	
	float: left;
	position: relative;
	list-style: none;
	white-space: nowrap;
}

#nav .center{
	text-align:center;
}

#nav .linie {
	padding-top:5px;
}



/* main level link */

#nav a {
	padding:  0px 0px 14px 0px;
	margin: 0px 30px 0px 30px;
	display: block;
  color:#fb6633; 
  text-decoration:none; 
  font-size:20px;
}

/* main level link hover */

#nav .current a, #nav li:hover > a {
	color: #fb6633;
}

/* sub levels link hover */

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #444444;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	color: #fb6633 !important;
}

/* level 2 list */

#nav ul {
  z-index: 1000;
  background-color:transparent; 
  text-align:left;
	display: none;
	margin: 0px 0px 0px 6px;
	padding: 25px 39px 0px 0px;
  font-size:16px;
	color: #444444 !important;
	position: absolute;
	top: 35px;
	left: -5px;
}

#nav .liste {
  background:#ffffff;
  opacity: 0.9;
}

#nav .navigation_top_orange {
	color: #fb6633 !important;
	border-bottom: 2px solid #fb6633;
}

#nav .navigation_top_green {
	color: #83a538 !important;
	border-bottom: 2px solid #83a538;
}
#nav .navigation_top_grey {
	color: #65667d !important;
	border-bottom: 2px solid #65667d;
}
#nav .navigation_top_grey_active {
  font-weight:400;
	color: #65667d !important;
	border-bottom: 2px solid #65667d;
}
#nav .navigation_top_green_active {
  font-weight:400;
	color: #83a538 !important;
	border-bottom: 2px solid #83a538;
}
#nav .navigation_top_orange_active {
  font-weight:400;
	color: #fb6633 !important;
	border-bottom: 2px solid #fb6633;
}
#nav .navigation_orange {
  font-size:16px;
  font-weight:300;
	color: #fb6633 !important;
}
#nav .navigation_orange:hover {
	color: #83a538 !important;
}
#nav .navigation_orange_active {
  font-size:16px;
  font-weight:400;
	color: #fb6633 !important;
}
#nav .navigation_green {
  font-size:16px;
  font-weight:300;
	color: #83a538 !important;
}
#nav .navigation_green:hover {
	color: #fb6633 !important;
}
#nav .navigation_green_active {
  font-size:16px;
  font-weight:400;
	color: #83a538 !important;
}
#nav .navigation_grey {
  font-size:16px;
  font-weight:300;
	color: #65667d !important;
}
#nav .navigation_grey:hover {
	color: #fb6633 !important;
}
#nav .navigation_grey_active {
  font-size:16px;
  font-weight:400;
	color: #65667d !important;
}

/* dropdown */

#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul a {
	font-weight: normal;

}

/* level 3+ list */

#nav ul ul {
	left: 181px;
	top: -3px;
}

/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/*#nav {
	display: inline-block;
}*/

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}


/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('roboto-v15-latin-100.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin'), local('Roboto-Thin'),
       url('../fonts/roboto-v15-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-100.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-100italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: url('roboto-v15-latin-100italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'),
       url('../fonts/roboto-v15-latin-100italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-100italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-100italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-100italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-100italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('roboto-v15-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('roboto-v15-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v15-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('roboto-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('roboto-v15-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('../fonts/roboto-v15-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('roboto-v15-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('../fonts/roboto-v15-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('roboto-v15-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('../fonts/roboto-v15-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('roboto-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('roboto-v15-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v15-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('roboto-v15-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black'), local('Roboto-Black'),
       url('../fonts/roboto-v15-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-900.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-900italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: url('roboto-v15-latin-900italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'),
       url('../fonts/roboto-v15-latin-900italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v15-latin-900italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v15-latin-900italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v15-latin-900italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v15-latin-900italic.svg#Roboto') format('svg'); /* Legacy iOS */
}


