/*
Theme Name: Cobalt Child
Theme URI: http://themeforest.net/user/phpface
Author: Toan Nguyen
Author URI: http://themeforest.net/user/phpface
Description: Responsive Multipurpose Wordpress Theme
Version: 1.0.0
License: GNU General Public License
Template: cobalt
License URI: license.txt
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: cobalt
*/
@import url("/wp-content/themes/cobalt/style.css");
@import url(https://fonts.googleapis.com/css?family=Yantramanav);
body {
    background: #fff;
    height: 100%;
    opacity: 0;
    font-family: 'Yantramanav', sans-serif !important;
}
body.active {
    opacity: 1;
}
h1,h2,h3,h4,h5,h6,p,a {
	color: #606060;
	font-weight: 300;
	font-family: 'Yantramanav', sans-serif !important;
}
.logo-box {
  padding: 0 !important;
  background-color: #fc6909;
}
header{
    padding: 0 !important;
}
.header-footer{
  bottom: 5vh;
  right: 0;
  left: 0;
  position: absolute;
}
.header-footer p {
  padding-right: 5px;
}
.header-footer .bar {
  height: 30px;
  background-color: #fc6909;
  content: ' ';
}
#content{
    padding: 0 !important;
    height: auto;
    margin: 0 !important;
}
.menu-box{
	margin-bottom: 0;
}
.hover-box{
  padding: 10px 30px 10px 0 !important;
}
@media (max-width: 991px){
  .logo-box{
    height: 200px;
  }
  .logo-box img {
    height: 200px;
    right: 5px;
    position:absolute;
  }
    .vertical {
        display: none;
    }   
}
.single-project h1 {
    color: #606060;
    font-size: 18px;
    font-family: 'Yantramanav', sans-serif;
    font-weight: 400;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin: 0 0 25px;
    border-bottom: 1px solid #f3f3f3;
}

.single-project h1 span {
    float: right;
    display: inline-block;
    color: #808080;
    font-size: 14px;
    font-weight: 100;
}

.single-project h1 span a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #a5a5a5;
    text-align: center;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.single-project h1 span a i {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
}

.single-project h1 span a:hover {
    opacity: 0.7;
}
.slider{
  height: 350px;
}
.map{
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}
.leistungen .page-builder{
  padding:0;
}
.single-page {
  padding: 0;
}
.flexslider .slides img {
  height: auto;
}
ul.menu li a:hover:after,
ul.menu li.current-menu-item a:after,
ul.menu li a.active:after{
  width: 0px;
}
ul.menu li a:hover,
ul.menu li.current-menu-item a,
ul.menu li a.active{
  background: #EAEAEA;
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
}/**
.cross{
    position: absolute;
    width: 100%;
    height: 100%;
}
.cross .vertical{
    width: 10px;
    height: 100%;
    background: rgba(255,255,255,0.6);
    position: absolute;
    z-index: 5;
    left: 50%;
    margin-left: -5px;
}
.cross .horizontal{
    width: 100%;
    height: 10px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -5px;
}**/
.owl-theme .owl-controls .owl-buttons div{
    border: 0;
    background: rgba(252, 105, 9, 0.5);
}
.owl-theme .owl-controls .owl-buttons {
    margin-top: -24px;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev:before{
    content: "\f104";
}
.owl-theme .owl-controls .owl-buttons div.owl-next:before{
    content: "\f105";
}
.owl-prev:after,.owl-next:after{
    content: none !important;
}
.contact-box{
    top: 40px;
    right: 40px !important;
    bottom: auto !important;
    
}
.contact-page input[type="submit"]{
    font-family: inherit;
    background: #EAEAEA !important;
    font-size: 14px;
    text-transform: inherit;
    font-weight: 400;
}
.contact-box h1 {
    color: #606060;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    padding-bottom: 25px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 25px;
    border-bottom: 1px solid #f3f3f3;
}
.contact-page textarea, .contact-page input {
    font-family: inherit !important;
}
.services-post{
    cursor: pointer;
}
.contact-page input[type="email"]:focus{
    color: #fc6909;
}
ul li {
    list-style: initial;
}
.slick-slide { 
  outline: none;
}