
body {
  padding-top: 80px;
  background: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  color: #2D2D2D;
  font-size: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
h2 {
  font-size: 24px;
  font-weight: 300;
}
h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 45px;
}
h4 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}
p span {
  color: #6C6C6C;
  font-weight: 400;
  font-size: 18px;
}
a {
  color: #ED7F32;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
a:hover, a:focus {
  text-decoration: none;
  color: #C0C0C0;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
  color: #ED7F32;
}
.ora {
  color: #ED7F32;
}
.grey {
  color: #D5D5D5;
}
.section-header {
  margin-bottom: 30px;
}
.section-header .section-title {
  font-size: 36px;
  margin: 0 0 20px;
  font-weight: 600;
}
.mt30 {
  margin-top: 30px;
}
.btn {
  border-width: 0;
  border-radius: 20px;
}
.btn.btn-primary {
	-webkit-transition: all 400ms;
	-moz-transition: all 400ms;
	-o-transition: all 400ms;
	transition: all 400ms;
	background-color: transparent;
	color: #202020;
	  font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	border-radius: 0px;
	padding: 8px 18px 8px 18px;
	box-shadow: 0px 0px 15px rgba(128,128,128,0.30);
	border-radius: 25px;
	margin-top: 25px;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background-color: #EF7E32;
	color: #FFFFFF;
	box-shadow: 0px 0px 8px rgba(128,128,128,0.00);
	
}
.btn.btn-select {
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  background-color: #C0C0C0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  margin-right: 3px;
  height: 35px;
  width: 35px;
  color: #ffffff;
  border-radius: 50%;
  line-height: 23px;
  text-align: center;
}
.btn.btn-box {
  background-color: transparent;
  border: 2px solid #FFFFFF;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  height: 35px;
  width: 35px;
}
.btn.btn-calc {
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.btn.btn-select:hover, .btn.btn-select:focus {
  background-color: #ED7F32;
}
.btn.btn-calc:hover, .btn.btn-calc:focus {
  background-color: #ABABAB;
  
}

ul.nostyle {
  list-style: none;
  padding: 0;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  -webkit-box-shadow: 9px 0 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 9px 0 30px -13px rgba(0, 0, 0, 0.75);
  background-color: #ffffff;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 10px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  margin-top: -20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
@media only screen and (min-width: 769px) {
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	
  }
  #main-menu.navbar-default .navbar-nav > li.active > a, #main-menu.navbar-default .navbar-nav > li.open > a, #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
	color: #EF7E32;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 280px;
    background-color: rgba(255, 255, 255, 9.5);
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #EAEAEA;
    border-bottom-color: #EAEAEA;
    border-left-color: #EAEAEA;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #FFFFFF;
    text-align: right;
	 -webkit-box-shadow: 0px 20px 30px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 20px 30px -13px rgba(0, 0, 0, 0.75);
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    padding: 15px 0;
    color: #424242;
    font-weight: 400;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #C0C0C0;
	font-size: 16px;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a, #main-menu.navbar-default .dropdown-menu > li.open > a, #main-menu.navbar-default .dropdown-menu > li:hover > a {
    color: #EF7E32;
    background-color: transparent;
  }
}
@media screen and (max-width: 769px) {
  .navbar.navbar-default .navbar-brand {
    height: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 20px;
    font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.07rem;
	text-transform: uppercase;
	text-align: right;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    font-size: 18px;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 10px;
  }
}
#cta {
  width: 100%;
  padding-bottom: 6rem;
  padding-top: 1rem;
  text-align: center;
}

#cta a {
 color: #2D2D2D;
}
#cta a:hover  {
 color: #2D2D2D;
}


#teaser {
  width: 100%;
  padding-bottom: 5rem;
  padding-top: 5rem;
}
#b, #c, #d, #e, #f, #g, #h, #i, #j, #k, #l, #m, #n, #o, #p, #q, #r, #s, #t, #u, #v, #w, #x {
  padding-top: 13rem;
}
#a {
  padding-top: 3rem;
}
#x {
  padding-top: 13rem;
  padding-bottom: 8rem;
}
#start1, #photovoltaik1, #photovoltaik2, #photovoltaik3, #emobilitaet1, #emobilitaet2, #emobilitaet3, #service1, #service2, #service3, #referenzen1, #referenzen2, #referenzen3, #service4, #service5, #speicher1, #speicher2, #emobil1, #map, #a, #b, #c, #d, #e, #f, #g, #h, #i, #j, #k, #l, #m, #n, #o, #p, #q, #r, #s, #t, #u, #v, #w, #x, #y, #z {
  width: 100%;
  background: #ffffff;
}
#photovoltaik1, #photovoltaik2, #photovoltaik3, #photovoltaik4, #service1, #service2, #emobilitaet1, #emobilitaet2, #service3, #service4, #service5, #referenzen1, #referenzen2, #referenzen3, #speicher1, #speicher2, #speicher3, #emobil1 {
  padding-top: 10rem;
}
#start1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
}
#boxes{
  width: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background: #f7f7f8;
}
.box {
   padding: 15px;
}
.box-inner {
   background: #ffffff;
   text-align: center;
   border-radius: 25px;
   padding: 30px 20px;
   box-shadow: 0px 0px 10px rgba(128,128,128,0.20);
 
}
.box-content {
 min-height: 100px;
 margin-top: 20px;
}
.box-inner p {
   font-size: 16px;
   margin-top: 20px;
   color: #666666;
}
.box-inner i  {
  font-size: 50px;
  color: #ED7F32;
  text-align: center;
  line-height: 1.4;
}

#content {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
#contact {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
#photovoltaik4, #service5, #emobilitaet3, #referenzen3, #speicher3 {
  padding-bottom: 10rem;
}
#content_no_banner {
  padding-top: 100px;
  padding-bottom: 10rem;
  min-height: 600px;
}
#content_ds {
  padding-top: 100px;
  padding-bottom: 10rem;
}
#content_ds h1 {
  font-size: 36px;
  font-weight: 300;
}
#content_ds h2 {
  font-size: 36px;
  font-weight: 300;
  margin-top: 50px;
}
#content_ds h3 {
  font-size: 24px;
  font-weight: 400;
}
#map {
  padding-top: 105px;
}
.responsive_map {
  height: 400px;
  overflow: hidden;
  position: relative;
}
#main-slider, #banner {
  overflow: hidden;
}
#main-slider .item {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#banner .item {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-content {
  margin-top: 140px;
}
.banner-content {
  margin-top: 350px;
}
.banner {
  margin-top: 100px;
}
#main-slider .slider-inner h2, #banner .banner-inner h2 {
  font-size: 40px;
  color: #ffffff;
  font-weight: 800;
  background-color: #F07F33;
  margin-bottom: 3px;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  letter-spacing: -2px;
}
#main-slider .slider-inner p {
  font-size: 19px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 10px;
  color: #2D2D2D;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
  font-weight: 700;
}
#main-slider .owl-prev, #main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover, #main-slider .owl-next:hover {
  background-color: #F17E33;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#detail {
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.detail-sign {
  font-size: 66px;
  color: #ED7F32;
  text-align: center;
}
#imp {
  padding: 50px 0;
  background-color: #FFFFFF;
}
#sitemap {
  padding-top: 20px;
  padding-right: 0;
  padding-left: 0;
  font-size: 13px;
  font-weight: 300;
  background-color: #f7f7f8;
}
#sitemap li {
  padding-bottom: 5px;
}
#sitemap h4 {
  font-weight: 600;
  margin-top: 25px;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 21px;
  color: #000000;
}
#sitemap h4 a {
  font-weight: 600;
  margin-top: 25px;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 21px;
  color: #000000;
}
#sitemap a {
  color: #000000;
  font-size: 13px;
  font-weight: 300;
}
#sitemap a:hover, a:focus {
  color: #F07F33;
}
.newsbox {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  -webkit-appearance: none;
}
.newsbox h4 {
  font-size: 14px;
  font-weight: 300;
  color: #777777;
  letter-spacing: 0px;
}
.astra {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .newsbox {
    font-size: 20px;
  }
  .newsbox h4 {
    font-size: 16px;
  }
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #eee;
}
.panel-default > .panel-heading {
  background-color: #FAFAFA;
  border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
  font-size: 15px;
  font-weight: 600;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EAEAEA;
  font-size: 13px;
  font-weight: 400;
  color: #818181;
}
#footer {
  padding-top: 0px;
  padding-bottom: 10px;
  color: #ABABAB;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f8;
}
#footer a {
  color: #ABABAB;
}
#footer a:hover {
  color: #000000;
  text-decoration: underline;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0 -7.5px;
}
#footer ul > li {
  display: inline-block;
  margin: 0 7.5px;
}
.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.shadow {
  margin-bottom: 20px;
}
.footer_cell {
  vertical-align: bottom;
  display: table-cell;
}
.footright {
  text-align: right;
}
.footcenter {
  text-align: left;
}
.half {
  max-width: 70%;
}
.zentriert {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 15px 1%;
  list-style: none;
  min-height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #portfolio-list li {
    margin-left: 0;
  }
}
#portfolio-list li a {
  min-height: 300px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
#portfolio-list li a:hover:before {
  background-color: rgba(241, 124, 0, 1);
}
#portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 30%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  background-color: transparent;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  text-shadow: 0px 0px 6px #424242;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#portfolio-list li a:hover .case-studies-summary {
  text-shadow: 0px 0px 0px #424242;
}
#portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-top: 0px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}
#portfolio-list li a .case-studies-summary i {
  font-size: 36px;
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  display: inline-block;
  margin-bottom: 20px;
  color: #fff;
}
#portfolio-list li.two-third {
  width: 48.6%;
}
@media screen and (max-width: 768px) {
  #portfolio-list li.two-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #portfolio-list li.two-third {
    width: 100%;
  }
}
#portfolio-list li.one-third {
  width: 23.8%;
}
@media screen and (max-width: 768px) {
  #portfolio-list li.one-third {
    width: 49%;
  }
}
@media screen and (max-width: 480px) {
  #portfolio-list li.one-third {
    width: 100%;
  }
}
#portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #portfolio-list li.one-half {
    width: 100%;
  }
  .carousel-content {
    margin-left: 0px;
  }
  #main-slider .slider-inner h2, #banner .banner-inner h2 {
    font-size: 30px;
  }
  #main-slider .owl-prev, #main-slider .owl-next {
    display: none;
  }
  .navbar.navbar-default .navbar-toggle {
    margin-top: 0px;
  }
  .romo {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.mb50 {
  margin-bottom: 50px;
}
.banner_middle {
  font-size: 22px;
  margin-top: 150px;
  font-weight: 300;
  background-color: #ED7F32;
  color: #FFFFFF;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.imgframe {
  border: 5px solid rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 4px #ABABAB;
}
.kachel {
  background-color: rgba(234, 234, 234, 1);
  padding-top: 30px;
  padding-bottom: 20px;
  box-shadow: 0px 0px 4px #ABABAB;
}
.wror {
  background-color: #EF7E32;
  color: #ffffff;
  border-radius: 6px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-top: 20px;
}
.more {
  padding-left: 15px;
  padding-right: 15px;
}
.rechner textarea, .rechner input {
  width: 100%;
  border: 1px solid #FFFFFF;
  margin-bottom: 15px;
  border-radius: 25px;
  outline: none;
  font-weight: 400;
  background-color: #FFFFFF;
  -webkit-appearance: none;
  padding-right: 5%;
  padding-left: 5%;
  height: 40px;
  font-size: 17px;
  color: #2D2D2D;
}
.rechner h2 {
  padding-left: 2%;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.rechner label {
  font-size: 16px;
  font-weight: 300;
  color: #FFFFFF;
  padding-left: 2%;
}
.zentriert {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.nor {
  color: #2D2D2D;
}
.pos {
  color: #00CC00;
}
.neg {
  color: #FF0000;
}
.ergb {
  width: 100%;
  border: 1px solid #FFFFFF;
  margin-bottom: 15px;
  border-radius: 25px;
  font-weight: 400;
  background-color: #FFFFFF;
  padding-right: 5%;
  padding-left: 5%;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
}
.buca {
  text-align: center;
}
.contactform textarea, .contactform input {
  width: 100%;
  padding: 2%;
  border: 1px solid #EAEAEA;
  margin-bottom: 15px;
  border-radius: 6px;
  outline: none;
  font-weight: 300;
  background-color: #FFFFFF;
  font-size: 18px;
  -webkit-appearance: none;
}
label {
  font-weight: 300;
  color: #606060;
  margin-left: 5px;
  cursor: pointer;
}
#text_2::-webkit-input-placeholder, #textarea_2::-webkit-input-placeholder {
  color: #ED7F32;
}
#text_2:-moz-placeholder, #textarea_2:-moz-placeholder {
  color: #ED7F32;
}
#text_2::-moz-placeholder, #textarea_2::-moz-placeholder {
  color: #ED7F32;
}
#text_2:-ms-input-placeholder, #textarea_2:-ms-input-placeholder {
  color: #ED7F32;
}
#error {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vH;
  text-align: left;
}
.header__actions {
  float: right;
}
.header__actions > a {
	display: inline-block;
	margin-left: 3px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-family: 'Open sans', sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.01rem;
	text-align: center;
	color: #777777;
	vertical-align: top;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	font-weight: 500;
	 -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}
.header__actions > a > i {
  margin-left: 5px;
}
.header__actions > a:hover {
  background-color: #ED7F32;
  color: #ffffff;
}
.header__actions > a {
  margin-right: -4px;
}
.header__top1 {
  background-color: #ffffff;
}
.header__actions p {
display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Open sans', sans-serif;
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	text-align: center;
	color: #ED7F32;
	vertical-align: top;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	font-weight: 500;
	margin-right: 0px;
}
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}
table {
  margin: 0 0 2em 0;
  width: 100%;
}
table tbody tr {
  border: 0;
  border-left: 0;
  border-right: 0;
}
table tbody tr:nth-child(2n + 1) {
  background-color: #F5F5F5;
}
table td {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
}
table th {
  color: #727a82;
  font-size: 0.9em;
  font-weight: 700;
  padding: 0 0.75em 0.75em 0.75em;
  text-align: left;
}
table thead {}
table tfoot {}
input[type="checkbox"], input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  text-decoration: none;
  color: #818181;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding-left: 2.2em;
  padding-right: 0.75em;
  position: relative;
  line-height: 20px;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}
input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  border-radius: 4px;
  border: solid 1px #dee1e3;
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  line-height: 18px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
  background-color: #FFFFFF;
}
input[type="checkbox"]:checked + label:before, input[type="radio"]:checked + label:before {
  background: #ED7F32;
  border-color: #ED7F32;
  color: #ffffff;
  content: '\f00c';
}
input[type="checkbox"]:focus + label:before, input[type="radio"]:focus + label:before {
  border-color: #2B6FB4;
  box-shadow: 0 0 0 1px #2B6FB4;
}
input[type="checkbox"] + label:before {
  border-radius: 4px;
}
input[type="radio"] + label:before {
  border-radius: 100%;
}
.hinweiss {
  margin-bottom: 20px;
  margin-top: 20px;
}
.yt_responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.yt_responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v34-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}