@font-face {
  font-family: "ElegantIcons";
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ElegantIcons.woff") format("woff"),
    url("../fonts/ElegantIcons.ttf") format("truetype"),
    url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.solarlp .header-container {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}

/* Image FlyIn Content Element */
.imgFlyInDCE {
  position: relative;
}
.imgFlyInDCE .bgImg {
  width: 100%;
  height: auto;
}
.imgFlyInDCE .overlayText {
  position: absolute;
  right: 0;
  bottom: 0px;
  background-color: white;
  padding: 5px 20px 5px 15px;
  font-size: 1em;
}
.imgFlyInDCE .overlayText p {
  margin: 0;
}
.imgFlyInDCE .flyInImgContainer {
  position: absolute;
  left: -20px;
  top: -10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.imgFlyInDCE .flyInImgContainer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.imgFlyInDCE .flyInImgContainer ul li {
  display: block;
  position: absolute;
  left: -1000px;
  max-width: 40%;
}
.imgFlyInDCE .flyInImgContainer ul li > a > img,
.imgFlyInDCE .flyInImgContainer ul li > img {
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 20px #444;
  -moz-box-shadow: 0 0 20px #444;
  box-shadow: 0 0 20px #444;
  max-width: 100%;
  height: auto;
}

.solarlp .content {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

.solarlp .video-js {
  max-width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
}
.solarlp .vjs-poster {
  display: block !important;
  height: 324px;
  width: auto;
}

.solarlp .logotext p {
  font-size: 1.85em;
  margin: 0 0 5px;
  padding: 0;
  font-weight: 400;
  line-height: 1;
}
.solarlp .logotext h1 {
  font-size: 1.35em;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.solarlp .maincontent #c3240 + h2 {
  font-size: 1.4em;
  display: none;
}
.solarlp .maincontent h2 {
  font-size: 1.4em;
}
.solarlp .maincontent h2 + p {
  font-size: 1.2em;
  margin-top: -5px;
  line-height: 1.3;
}
.solarlp .maincontent h2 + p > strong {
  font-weight: normal;
}
.solarlp .solar-text,
.solarlp .maincontent strong {
  color: #009fe3;
}
.solarlp h1.solar-text {
  font-size: 2em;
}

.solarlp .imgFlyInDCE {
  margin-bottom: 30px;
}
.solarlp .imgFlyInDCE .bgImg {
  border-top: 2px solid #009fe3;
}
.solarlp .imgFlyInDCE:before {
  display: block;
  content: " ";
  background: url(/fileadmin/templImg/downArrowBlueBorder.png) top left
    no-repeat;
  width: 89px;
  height: 25px;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}
.solarlp .imgFlyInDCE:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 15px 0 0;
  border-color: #009fe3 transparent transparent transparent;
  position: absolute;
  right: -15px;
  bottom: 0;
  z-index: 1;
}

.solarlp .imgFlyInDCE .overlayText {
  background-color: #009fe3;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  z-index: 2;
}
.solarlp .imgFlyInDCE .overlayText p {
  margin-bottom: 5px;
  line-height: 1.3;
}
.solarlp .imgFlyInDCE .overlayText p:last-child {
  margin-bottom: 0;
}

.solarlp .csc-frame-frame1 p {
  font-size: 1em;
  margin-bottom: 0;
}
.solarlp .csc-frame-frame1 ul {
  font-size: 1.2em;
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
}
.solarlp .csc-frame-frame1 ul li {
  clear: both;
  opacity: 0.5;
  line-height: 1.2;
  margin-bottom: 10px;
}
.solarlp .csc-frame-frame1 ul li:before {
  content: "\52";
  display: block;
  font-family: "ElegantIcons";
  color: #009fe3;
  float: left;
  margin: 0 10px 5px 0;
}
.solarlp .csc-space-after-20 {
  margin-bottom: 10px;
}
.solarlp .lpContact {
  width: 100%;
  padding: 8px;
  font-size: 1.4em;
  border-radius: 3px;
  border: none;
  color: #fff;
  background: #85b934;
  background: -moz-linear-gradient(top, #85b934 0%, #699f20 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #85b934),
    color-stop(100%, #699f20)
  );
  background: -webkit-linear-gradient(top, #85b934 0%, #699f20 100%);
  background: -o-linear-gradient(top, #85b934 0%, #699f20 100%);
  background: -ms-linear-gradient(top, #85b934 0%, #699f20 100%);
  background: linear-gradient(to bottom, #85b934 0%, #699f20 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b934', endColorstr='#699f20',GradientType=0 );
}

.solarlp .lpContact:hover {
  width: 100%;
  padding: 8px;
  font-size: 1.4em;
  border-radius: 3px;
  border: none;
  color: #fff;
  background: #2f8699;
  background: -moz-linear-gradient(top, #2f8699 0%, #2a7484 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #2f8699),
    color-stop(100%, #2a7484)
  );
  background: -webkit-linear-gradient(top, #2f8699 0%, #2a7484 100%);
  background: -o-linear-gradient(top, #2f8699 0%, #2a7484 100%);
  background: -ms-linear-gradient(top, #2f8699 0%, #2a7484 100%);
  background: linear-gradient(to bottom, #2f8699 0%, #2a7484 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8699', endColorstr='#2a7484',GradientType=0 );
}

.solarlp .contactform h4,
.solarlp .Tx-Formhandler h4 {
  color: #009fe3;
  font-size: 1.6em;
}
.solarlp .submitBtn {
  background-color: #009fe3;
  margin: 0 0 10px 0;
  font-size: 1em;
}
.solarlp .cancelBtn {
  color: #666;
  font-size: 1em;
  padding: 5px 5px;
  margin-right: 15px;
  background-color: transparent;
  border-color: transparent;
  border-style: solid;
  border-radius: 5px;
  box-shadow: none;
  font-family: Arial, Helvetica, sans-serif;
}
.solarlp .cancelBtn span {
  font-size: 0.8em;
}

.solarlp .blur {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.solarlp .Tx-Formhandler {
  display: none;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  padding: 0px 50px 20px;
  background-color: rgba(255, 255, 255, 1);
  height: auto;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.solidBg {
  background-color: #fff !important;
  background-color: rgba(255, 255, 255, 0.98) !important;
  padding-bottom: 60px !important;
}

.highlightBtn {
  animation: shadowHightlight 0.5s infinite;
  animation-direction: alternate;
  -webkit-animation: shadowHightlight 0.5s ease-out infinite;
  -webkit-animation-direction: alternate;
}

@keyframes shadowHightlight {
  from {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }
  to {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}
@-webkit-keyframes shadowHightlight {
  from {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  }
  to {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  }
}

.solarlp .contactform .has-error input,
.contactform select.has-error {
  background: rgba(255, 0, 0, 0.1);
}

.solarlp .csc-frame-rulerBefore {
  margin: 20px 0 -30px !important;
}
.solarlp .csc-frame-rulerBefore a,
.solarlp .csc-frame-rulerBefore a:visited,
.solarlp .csc-frame-rulerBefore a:focus,
.solarlp .csc-frame-rulerBefore a:active {
  color: #666;
}
.solarlp .align-right {
  text-align: right;
}

#slide-nav .navbar-header {
  padding: 8px 0 0 0;
}

.solarlp h2.zframe {
  margin-top: 15px;
}

p.ueber {
  font-size: 2em;
  color: #fff;
  background-color: rgba(0, 159, 227, 0.8);
  padding-left: 30px;
  padding-right: 10px;
  margin-left: -30px;
  border-radius: 0 25px 25px 0;
}

@media (min-width: 768px) {
  .solarlp .logotext p {
    font-size: 1.62em;
    margin: 0 0 5px;
    padding: 0;
    font-weight: 400;
    line-height: 1;
  }
  .solarlp .logotext h1 {
    font-size: 2em;
    margin: 0;
    padding: 0;
    font-weight: 400;
  }

  .solarlp .maincontent h2 {
    font-size: 2em;
    line-height: 1.4;
  }
  .solarlp .maincontent #c3240 + h2 {
    font-size: 3em;
    display: block;
  }
  .solarlp .maincontent h2 + p {
    font-size: 1.5em;
    margin-top: -5px;
  }
  .solarlp .maincontent h2 + p > strong {
    font-weight: normal;
  }

  /* Image FlyIn Content Element */
  .imgFlyInDCE {
    position: relative;
  }
  .imgFlyInDCE .overlayText {
    position: absolute;
    right: -9px;
    bottom: 60px;
    background-color: white;
    padding: 5px 50px 5px 15px;
    font-size: 1.4em;
  }
  .imgFlyInDCE .overlayText p {
    margin: 0;
  }
  .imgFlyInDCE .flyInImgContainer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .imgFlyInDCE .flyInImgContainer ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .imgFlyInDCE .flyInImgContainer ul li {
    display: block;
    position: absolute;
    left: -1000px;
  }
  .imgFlyInDCE .flyInImgContainer ul li > img {
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 20px #444;
    -moz-box-shadow: 0 0 20px #444;
    box-shadow: 0 0 20px #444;
    max-width: 250px;
    height: auto;
  }

  .solarlp .imgFlyInDCE:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 23px 0 0;
    border-color: #009fe3 transparent transparent transparent;
    position: absolute;
    right: -23px;
    bottom: 30px;
    z-index: 1;
  }
  .solarlp .Tx-Formhandler {
    display: none;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    padding: 0px 50px 20px;
    background-color: rgba(255, 255, 255, 1);
    height: auto;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
    z-index: 100;
    height: auto;
  }
  .solarlp .cancelBtn,
  .solarlp .submitBtn {
    font-size: 1.3em;
  }
  .solarlp .imgFlyInDCE .overlayText {
    background-color: #009fe3;
    color: #fff;
    -webkit-box-shadow: -5px 10px 25px #333;
    -moz-box-shadow: -5px 10px 25px #333;
    box-shadow: -5px 10px 25px #333;
    z-index: 2;
  }

  .solarlp .csc-frame-frame1 p {
    font-size: 1.2em;
    margin-bottom: 0;
  }
  .solarlp .csc-frame-frame1 ul {
    font-size: 1.35em;
  }
  .solarlp .imgFlyInDCE:before {
    left: 100px;
  }
  .mainNavi ul li.level0 div.level1 {
    display: none !important;
  }
  iframe {
    width: 329px;
    height: 184px;
  }
}

@media (min-width: 989px) {
  iframe {
    width: 440px;
    height: 248px;
  }
}
