/*
Theme Name: Landing Page Theme
Theme URI: 
Version: 1.0
Description: HTML responsive template .
Author: Gib WUB24
*/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
src: url(fonts/Nunito-Regular.ttf);
}
body {
	font-family: 'Open Sans';
	font-size: 16px;	
	color:#000;
}
header{
    background-color:#fff;padding: 0;
}
.custom-navbar .navbar-toggle .icon-bar{
    background: #222;
}
.custom-navbar .navbar-toggle{
    border: 1px solid #222;
}
.navbar.custom-navbar{margin:0;}
.custom-navbar .navbar-brand{
	color: #fff;
	line-height: 20px;
	height: auto;
	padding: 9px 0 9px;
	font-size: 22px;
	font-family: 'Nunito';
	position: relative;
	left: 16px;
}
.custom-navbar .navbar-brand > img{
	width: 145px;
}
.custom-navbar .navbar-nav > li > a{
    color: #000;font-weight: 600;letter-spacing:0.2px;padding: 22px 15px 22px;
}
.custom-navbar .navbar-nav > li.active > a {
    color: #ff6633; 
}
.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus{background-color: transparent;color: #ff6633; }
.custom-navbar .navbar-nav > li > .dropdown-menu {
    left: 0;
    padding: 0;
    border-radius: 0;
}
.custom-navbar .navbar-nav > li > .dropdown-menu > li > a {
    padding: 15px 20px;
}
.custom-navbar .navbar-nav > li > .dropdown-menu > .active > a{
	background-color: #f1f1f1;
	color:#262626;
}
/*.dropdown:hover .dropdown-menu {
    display: block;
}*/
.dropdown:hover a.dropdown-toggle{
	color:#9EFF56;
}
#myCarousel .carousel-caption{
    background-color:#ff6633;
    padding-left: 20px;
    padding-right: 20px;
    left:40%;
    right:10%;
}
#myCarousel .carousel-caption h1{font-family:'Nunito';text-shadow: 0 0 0;color:#000;font-weight:700;}
#myCarousel .carousel-caption p{text-shadow:0 0 0;}
.page-sections{padding: 40px 0;}
.home.page-sections h2,.page-sections h1{font-family: 'Nunito';text-align: center;color:#000;margin:0px 0 26px;}
.page-sections p{color: #000;}
.page-sections#features, .page-sections#kosten, .page-sections#direktanfrage{
    background-color:#D4FAFF;
}
.sc-icon-box img{
    margin-right: 13px;float: left;
}
.icon-content{padding-left:93px;padding-top: 1px;}
.sc-icon-box h4{
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
}
.sc-icon-box h4::after{
    background: #1a90c6;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 55px;
}
#statik {
    background-color: #f1f1f1;
}
#features .col-md-6, #kosten .col-md-6{margin-bottom: 10px;}
.solar-campaign{list-style: none;padding: 0;margin-bottom:0;}
.sc-box {
    border: 1px solid #D4FAFF;padding:16px;
}
.sc-box h4{color: #000; font-family: Nunito;position: relative;margin-bottom:19px;}
.solar-campaign li{margin-bottom:28px;}
.solar-campaign li:last-child { margin-bottom: 15px;}
.sc-box p{margin: 0 0 0;}
.sc-box h4::after{
    background: #1a90c6 none repeat scroll 0 0;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 35px;
}
.sc-box:hover h4{color: #1a90c6;}
footer{background-color: #333;color: #fff;padding: 15px 0 12px; border-top: 1px solid #444;}
.top_jumparrow{
    position: fixed;
      bottom: 10px;
      right: 10px;
    z-index: 99;
    display: none;
}
.top_jumparrow a{
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: none;
    padding: 6px 10px;
    background-color: #ff6633;
}
.top_jumparrow a:hover i,.top_jumparrow a:focus i{
    color: #ff6633;
}
.top_jumparrow a i{
    line-height: 22px;
    color: #fff;
}
.copyright {font-size: 12px;}
.contactform .form-control{
    border-radius: 0;box-shadow:0 0 0;
}
.contactform .btn-blue, .contactform .wpcf7-submit{
    background-color:#1a90c6;
    border-color: #1a90c6;
    border-radius: 0;
    color: #fff;
    font-weight: 600;
    padding: 9px 10px;
    text-transform: uppercase;
    width: 100%;
    transition: all 0.3s ease 0s;
}
.contactform .wpcf7-submit{border: none;}
.contactform .btn-blue:hover, .contactform .btn-blue:focus,
.contactform .wpcf7-submit:hover, .contactform .wpcf7-submit:focus{
    background-color: #0070a6;
    border-color: #0070a6;
    color: #fff;
    outline: medium none;
}
.gmap-wrap {
    margin-top: 35px;
}
.gmap-wrap > iframe{
    border: 2px solid #fff !important;
}
#impressum h5 {
    font-family: "Nunito";
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.disclaimer {
    color: #555;
    font-size: 12px;
    margin-top: 10px;
}
.disclaimer p{margin-bottom: 0;}
#allgemeines img{
    float: left;margin-right:18px; margin-bottom: 10px;
}
.page-sections h3{font-size: 20px; margin-top: 10px;}
.page-sections ul {
    padding-left: 16px;
}
.page-sections li{color: #000;}
.poweredby{font-size: 12px;display: inline-block;}
.wub24logo img {
    width: 36px;
}
.page-sections .thumbnail{border-radius: 0;}
.bottom-section{background: #333;color: #fff;}
.bottom-section p{color: #fff;}
.bottom-section a{color: #fff;}
.bottom-section a:hover{color:#ff6633;text-decoration:none;}
.wpcf7-response-output{clear: both;}
.wpcf7-validation-errors {
    background: #ffffa7 none repeat scroll 0 0;
    padding: 9px 10px !important;
}
span.wpcf7-not-valid-tip {
    font-size: 13px !important;
    margin-top: 7px;
}
.wpcf7-mail-sent-ok {
    background: #e2ffbd none repeat scroll 0 0;
    padding: 10px 11px !important;
}
.footer-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link li {
    display: inline-block;
    padding: 0 18px 0 0;
}
.footer-link li a {
    font-size: 12px;
    color: #000;
}
.menu-footer{
	list-style: none;
	padding:0 !important;
}
.menu-footer li {
    width: 50%;
    float: left;
    padding: 8px 0px;
}
.contact-info-item {
    margin-bottom: 10px;
}
.contact-info-item .text {
    display: block;
    float: left;
    width: 34px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 2px;
    position: relative;
}
.contact-info-item .text i{font-size:16px;}
.contact-info-item .value{ margin-left: 35px;display:block;}
form .form-control{
	border-radius:0;
}
.form-group select {
    border: 1px solid #ccc;
    padding: 5px 9px;
}
form input[type="submit"] {
    background: #1A90C6;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 58px;
}
form input[type="submit"]:hover{
	background: #0C82B8;
}
form .wpcf7-list-item-label {
    font-weight: normal;
    font-size: 13px;
    vertical-align: top;
}
.brand-section {
  text-align: center;
  padding-bottom: 40px;
}
.brand-section h3 {
  font-family: 'Nunito';
}
.brand-section .brand-img {
  box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 15px 20px;
}
.brand-img img {
  max-width: 100%;
  height: auto;
  width: 130px;
}
.brand-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}
.brand-section ul li {
  display: inline-block;
  margin-right: 18px;
}


@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1048px){
	#menu-primary {
		margin-top: 15px;
	}
	.dropdown:hover .dropdown-menu {
    display: block;
	}
}
@media (min-width: 1200px) {
   
}

@media (min-width:320px) and (max-width:480px){
    #myCarousel .carousel-caption h1{font-size:16px;color:#fff;}
    #myCarousel .carousel-caption p{font-size:12px;display: none;}
    #myCarousel .carousel-caption{left: 10%;background: transparent;}
}

