/*-------------------------------------------------
 =  Table of Css

 1.Isotope
 1.KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 3.Header
 4.home section
 5.about section
 6.feature section
 7.services section
 8.showcase section
 9.portfolio section
 10.testimonial section
 11.blog section
 12.team section
 13.clients section
 14.pricing section
 15.contact section
 16.blog page
 17.single post
 18.footer
 19.responsive part
-------------------------------------------------*/

/*-------------------------------------------------------*/
/* 1. Isotope filtering
/*-------------------------------------------------------*/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {/* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:-moz-transform, opacity;
    transition-property:transform, opacity;
}

/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:    1.0
date:       07/27/11
author:     themepunch
email:      support@themepunch.com
website:    http://www.themepunch.com
-----------------------------------------------------------------------------*/



.boxedcontainer     {   max-width: 1080px; margin:auto;}

/*********************************************
    -   SETTINGS FOR BANNER CONTAINERS  -
**********************************************/

.tp-banner-container{
    width:100%;
    position:relative;
    padding:0;

}

.tp-banner{
    width:100%;
    position:relative;
}

.tp-banner-fullscreen-container {
        width:100%;
        position:relative;
        padding:0;
}

/*********************************************
    -   header  -
**********************************************/
.clearfix {
    height: 50px; 
}

.navbar {
    width: 100%;
    background: #fff;
    border-top: 5px solid #21272b;
    border-bottom: 1px solid #d7d7d7;
    z-index: 1111;
}

.navbar-brand {
    padding: 10px 15px;
    margin-bottom: -1px;
    height: auto;
}

.navbar-default .navbar-nav > li {
    position: relative;
}

.navbar-default .navbar-nav > li:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 0;
    width: 0px;
    height: 26px;
    border-left: 1px dotted #bfbfbf;
}

.navbar-default .navbar-nav > li:last-child:after {
    content: '';
    display: none;
}

.navbar-default .navbar-nav > li > a {
    color: #21272b;
    font-size: 13px;
    font-family: 'Roboto';
    padding-right: 20px;
    padding-left: 20px;
    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;
    position: relative;
    z-index: 2;
}

.navbar-default .navbar-nav > li > a:hover {
    background: #21272b;
    color: white;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li > a:hover {
    color: white;
    background: #008800
}

.navbar.active {
  position: fixed;
  width: 100%;
box-shadow: 0px 0px 4px #d7d7d7;
-webkit-box-shadow: 0px 0px 4px #d7d7d7;
-moz-box-shadow: 0px 0px 4px #d7d7d7;
-o-box-shadow: 0px 0px 4px #d7d7d7;
}

#container {
    opacity: 0;
    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;
}

#container.active {
    opacity: 1;
}

.preloader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    margin-left: -16px;
    -webkit-backface-visibility: hidden;
    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;
}

.preloader img {
    -webkit-backface-visibility: hidden;
}

/*********************************************
    -   home section  -
**********************************************/

#slider .tp-bannertimer {
    display: none;
}

#slider .tp-caption.large_bold_white {
    font-size:48px;
    line-height:60px;
    font-weight:400;
    font-family: 'Roboto';
    color: #fff;
    text-transform: uppercase;
    opacity: 0.5;
}

#slider .tp-caption.medium_thin_grey {
    font-size:22px;
    font-weight:500;
    font-family: 'Roboto';
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    opacity: 0.6;
}

#slider .tp-caption.medium_thin_grey i {
    font-size:18px;
    margin: 0 2px;
}

#slider .tp-caption.medium_thin_grey a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    background: transparent;
    font-family: 'Montserrat';
    border: 2px solid #fff;
    padding: 0.7em 2em;
    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;
}

#slider .tp-caption.medium_thin_grey a:hover {
    background: #fff;
    color: #000000;
}

.slotholder:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/dot-pattern.png');
}

/*********************************************
    -   about section  -
**********************************************/

.typo {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 46px;
    margin-top: 80px;
}

.section .underline {
    width: 70px;
    height: 5px;
    background: #e6e6e6;
    display: inline-block;
    margin-bottom: 5px;
}

.title-section p {
    font-family: 'Roboto';
    font-size: 15px;
    margin-top: 25px;
    line-height: 25px;

}

.about-post a {
    display: inline-block;
    background: #008800;
    width: 106px;
    height: 106px;
    text-align: center;
    line-height: 106px;
    color: #fff;
    cursor: help;
    font-size: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 0 0 36px;
    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;
}

.about-post:hover a {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.about-box {
    margin-top: 30px;
}

.about-post {
    margin-top: 30px;
    text-align: center;
}

.about-post p {
    color: #96a3ab; 
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.about-post h2 {
    color: #21272b;
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: bold;
    margin: 0 0 15px;
}

/*********************************************
    -   feature section  -
**********************************************/


#featured-section {
    background: url(../images/bg_splitt.jpg) fixed;
    padding: 70px 0;
    margin-top: 100px;  
    background-size: cover; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
}

.featured-box {
    background: #ffffff;
    position: relative;
    margin: 0;
}

.hover-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    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;
}

.hover-box a {
    background: rgba(255,255,255,0.2);
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 16px;
    color: #aca39c !important;
    line-height: 60px;
    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;
}

.hover-box a:hover {
    background: rgba(255,255,255,0.4);
}

button.mfp-close, button.mfp-arrow {
    outline: none;
}

.search a {
    background: #594739;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    text-decoration: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.featured-box:hover .hover-box {
    opacity: 1;
}

.featured-box img {
    width: 100%;
}

.hover-box div {
    bottom: 0;
    left: 0;
    max-height: 225px;
    padding-bottom: 25px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.featured-box h2 {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    font-family: 'Roboto';
    margin: 0 0 5px;
}

.feature-content-box {
    min-height: 263px;
}

#owl-demo,
#owl-demo2,
#owl-demo3,
#owl-demo4 {
    width: 1170px;
    margin-left: -15px;
}

#owl-demo .item,
#owl-demo2 .item,
#owl-demo3 .item,
#owl-demo4 .item {
    margin: 0 15px;
}

.out-carousel {
    position: relative;
}

.carousel-arrows {
    position: absolute;
    margin-top: -25px;
    top: 50%;
    width: 100%;
    height: auto;
    left: 0;
}

.carousel-arrows a {
    background: #fff none repeat scroll 0 0;
    color: #555;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 58px;
    transition: all 0.17s ease-in-out 0s;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.carousel-arrows a.prev-link {
    float: left;
    border-bottom-right-radius: 50%;
    -webkit-border-bottom-right-radius: 50%;
    -moz-border-bottom-right-radius: 50%;
    -o-border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    -webkit-border-top-right-radius: 50%;
    -moz-border-top-right-radius: 50%;
    -o-border-top-right-radius: 50%;
}

.carousel-arrows a.next-link {
    float: right;
    border-bottom-left-radius: 50%;
    -webkit-border-bottom-left-radius: 50%;
    -moz-border-bottom-left-radius: 50%;
    -o-border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
    -webkit-border-top-left-radius: 50%;
    -moz-border-top-left-radius: 50%;
    -o-border-top-left-radius: 50%;
}

.carousel-arrows a.prev-link:hover {
    margin-left: 0px;
    opacity: 0.8;
}

.carousel-arrows a.next-link:hover {
    margin-right: 0px;
    opacity: 0.8;
}

.featured-box .ios {
    color: #96a3ab;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: normal;
    display: inline-block;
    margin: 0;
}

.featured-box h1 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    color: #373f45;
    margin: 0;
    margin-left: 30px;
    padding-top: 40px;
}

.works {
    margin-left: 30px;
    width: 70px;
    height: 5px;
    background: #e6e6e6;
    display: inline-block;
}

.featured-box p {
    font-size: 15px;
    font-family: 'Roboto';
    color: #96a3ab;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 30px;
}

.featured-box a {
    text-decoration: underline;
    color: #008800;
}

.featured-box a:hover {
    text-decoration: underline;
    opacity: 0.6;
}

/*********************************************
    -   services section  -
**********************************************/

.services-box {
    margin-top: 40px;
}

.image-post {
    float: right;
    width: 70px;
}

.image-post i {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #008800;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

.user-box {
    overflow: hidden;
    margin-top: 20px;
}

.services-post {
    margin-right: 85px;
    text-align: right;
    margin-left: 30px;
}

#services-section h3 {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: bold;
    color: #373f45;
    margin: 0px;
    padding-top: 5px;
}

.user-box p {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: normal;
    color: #96a3ab;
    margin-top: 10px;
}

.mid-post img {
    max-width: 100%;
}

.mid-post {
    margin-top: 10px;
    text-align: center;
}

.services-post2 {
    text-align: left;
    margin-right: 30px;
    margin-left: 85px;
}

.image-post2 {
    float: left;
    width: 70px;
}

.image-post2 i {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #008800;
    color: #fff;
    font-size: 24px;
    line-height: 70px;
    margin: 0;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
}

/*********************************************
    -   showcase section  -
**********************************************/

#customElement {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url('../images/bg_uni.jpg') fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#showcase-section {
    height: auto;
    margin-top: 70px;
    padding-bottom: 70px;
    position: relative;
    text-align: center;
}

#showcase-section:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: url('../images/dot-pattern.png');
}

#showcase-section .container {
    position: relative;
    z-index: 2;
}

#showcase-section h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 75px;
    position: relative;
}

/*#showcase-section p {
    background: #ffffff;
    color: black;
    font-family: "Roboto";
    font-size: 22px;
    font-style: italic;
    font-weight: lighter;
    line-height: 32px;
    margin-top: 35px;
    opacity: 0.8;
    text-align: center;
}*/

#showcase-section p {
    border: 0 solid #111;
    color: #fff;
    font-family: "Roboto";
    font-size: 26px;
    font-style: italic;
    font-weight: normal;
    line-height: 32px;
    margin-top: 35px;
    text-align: center;
    text-shadow: 0 0 5px black;
}

#showcase-section .quadrate {
    background: #e6e6e6;
    width: 70px;
    height: 5px;    
    position: absolute;
    left: 50%;
    margin-left: -35px;
    margin-top: 0px;
}

a.play {
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 56px;
    margin-top: 50px;
    text-align: center;
    width: 56px;
    line-height: 50px;
}

/*a.play-button {
    display: inline-block;
    width: 56px;
    height: 56px;
    border: 3px solid #fff;
    margin-top: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

a.play-button i {
    line-height: 50px;
}

a.play-button i.fa-pause {
    display: none;
}

a.play-button.active i.fa-pause {
    display: block;
}

a.play-button.active i.fa-play {
    display: none;
}*/

/*********************************************
    -   portfolio section  -
**********************************************/

.portfolio-menu {
    margin-top: 45px;
}

.filter {
    padding-left: 0px;
}

.portfolio-menu li {
    display: inline;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Roboto';
    padding-right: 40px;
}

.portfolio-menu li a {
    color: #21272b;
}

.portfolio-menu li a:hover,
.portfolio-menu li a.active {
   color: #008800;
   text-decoration: none;
}

/*.images-box {
    margin-top: 30px;
    height: auto;
    overflow: hidden;
    width: 100%;
}*/

.images-box {
    height: auto;
    margin: 30px auto 0;
    overflow: hidden;
    max-width: 1150px;
}

.portfolio-img {
    height: 225px;
    padding: 2px;
    position: relative;
    width: 19.98%;
}

.portfolio-img a {
    z-index: 2;
}

.portfolio-img img {
    width: 100%;
    height: 100%;
}

.portfolio-img:hover .hover-box {
    visibility: visible;
    background: black;
    opacity: 0.8;
}

.images-box h2 {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: normal;
    margin-top: 160px;
}

.images-box span {
    color: #96a3ab;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: normal;
    display: inline-block;
}

/*********************************************
    -   testimonial section  -
**********************************************/

#testimonials-section {
    background: url(../images/bg_referenz.jpg) fixed;
    margin-top: 85px;
    padding: 0 0 70px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#testimonials-section .flexslider {
    background: transparent !important;
}

#testimonials-section h1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    font-family: 'Montserrat';
    text-align: center;
    margin-top: 75px;
    position: relative;
}

#testimonials-section .quadrate {
    background: #e6e6e6;
    width: 70px;
    height: 5px;    
    position: absolute;
    left: 50%;
    margin-left: -35px;
    margin-top: 0px;
}

blockquote {
    border: medium none;
    text-shadow: 0 0 5px black;
    color: #fff;
    font-family: "Roboto";
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    line-height: 32px;
    margin-top: 25px;
    opacity: 0.8;
    text-align: center;
}

#testimonials-section p {
    color: #fff;
    font-family: "Roboto";
    font-size: 26px;
    font-style: italic;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
    text-shadow: 0 0 5px black;
}

#testimonials-section .author {
    color: #ffffff;
    font-size: 22px;
    font-weight: lighter;
    font-family: 'Roboto';
    text-align: center !important;
    font-style: normal;
    width: 100% !important;
}

#testimonials-section span {
    color: #ffffff;
    font-weight: bold;
}

/*********************************************
    -   blog section  -
**********************************************/

.article-box {
    overflow: hidden;
    margin-top: 30px;
}

.date {
    float: left;   
    padding-right: 25px;
    margin-left: 15px;
    text-align: center;
}

.left-content span  {
    color: #008800;
    font-size: 66px;
    font-family: 'Montserrat';
    font-weight: bold;
}

.left-content p  {
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 16px;
    color: #96a3ab;
    line-height: 0px;
}

.left-content {
    width: 44%;
    float: left;
}

.img-post {
    margin-left: 120px;
}

.img-post img {
    width: 100%;
}

.right-content {
    width: 56%;
    padding: 0 22px;
    min-height: 207px;
    float: right;
    color: #373f45;
    background: url('../images/dot-pattern.png');
}

.right-content h2 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    color: #373f45;
    margin-top: 15px;
}

.right-content h2 a {
    display: inline-block;
    color: #373f45;
    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;
}

.right-content h2 a:hover {
    color: #008800;
}

.right-content p {
    margin-top: 15px;
}

.right-content span {
    padding: 4px 6px;
    background: #ef621c;
    color: #ffffff;
    margin-left: 3px;
}

.right-content p a {
    float: right;
    color: #373f45;
}

.right-content a:hover {
    text-decoration: none;
}

#blog-section .blog-text {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 25px;
    color: #373f45;
}

#blog-section .button a {
    display: block;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 14px;
    color: #373f45;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    background: rgba(0, 0, 0, 0) url("../images/dot-pattern.png") repeat scroll 0 0;
    border: none;
    outline: none;
    margin-top: 40px;
    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;
}

#blog-section .button a:hover {
    color: #ffffff;
    background: #008800;
}

/*********************************************
    -   team section  -
**********************************************/

#team-section {
    background: url(../images/bg_preise.jpg) fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    padding: 70px 0;
    margin-top: 65px;
}

.team-box h1 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    color: #373f45;
    margin-left: 30px;
    margin-top: 0;
    padding-top: 40px
}

.team-box {
    width: 270px;
    height: 270px;
    background: white;
}

.team-box p {
    font-size: 15px;
    font-family: 'Roboto';
    color: #96a3ab;
    padding-top: 10px;
    margin-left: 30px;
    margin-bottom: 0;
}

.team-box a {
    text-decoration: underline;
    color: #008800;
}

.team-box a:hover {
    text-decoration: underline;
    opacity: 0.6;
}

.team-box2 {
    background: white;
    width: 270px;
    height: 270px;
    position: relative;
}

/*********************************************
    -   clients section  -
**********************************************/

#clients-section {
    background: url(../images/bg_partner.jpg) fixed;
    width: 100%; 
    padding: 70px 0;
    margin-top: 55px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.clients-box h1 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    color: #373f45;
    margin-left: 30px;
    padding-top: 40px; 
    margin-top: 0;
}

.clients-box {
    width: 270px;
    height: 270px;
    background: white;
    position: relative;
}

.clients-box p {
    font-size: 15px;
    font-family: 'Roboto';
    color: #96a3ab;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-left: 30px;
}

.clients-box a {
    text-decoration: underline;
    color: #008800;
    display: inline-block;
}

.clients-box a:hover {
    opacity: 0.6;
}

.clients-box2 {
    width: 100%;
    height: 270px;
    background: white;
    text-align: center;
    position: relative;
    opacity: 0.85;
}

.clients-box2 img {
    margin-top: 0px;
}

.clients-box2ref {
    background: transparent;
    height: 270px;
    position: relative;
    text-align: center;
    width: 100%;
}
.clients-box2ref img {
    margin-top: 0;
}

/*********************************************
    -   pricing section  -
**********************************************/

#price-section {
    padding-bottom: 10px;
}

.pricing-table {
    background: #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 40px;
    text-align: center;
    transition: all 0.17s ease-in-out 0s;
}

.pricing-table:hover {
    border-top: 1px solid #008800;
}

.pricing-table h2 {
    color: #008800;
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
}

.pricing-table li {
    color: #666;
    font-family: "Roboto";
    font-size: 15px;
    list-style: outside none none;
}

.pricing-table li:nth-child(2n+1) {
    background: #ffffff                   
}
/*********************************************
    -   contact section  -
**********************************************/
.pricing-table li p {
    padding-top: 10px;
}

.pricing-table .price {
    background: #008800 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    font-family: "Montserrat";
    font-size: 12px;
    height: auto;
    margin: 20px auto auto;
    opacity: 0.7;
    padding: 10px;
    width: 96%;
}

.table {
    padding: 0;
    margin-top: 20px;
    overflow: hidden;
}

.pricing-table span {
    color: #ffffff;
    display: block;
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: normal;
}

.pricing-table a {
    background: #eeeeee none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #008800;
    display: inline-block;
    font-size: 18px;
    margin: 20px auto auto;
    padding: 13px 50px;
    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;
}

.pricing-table a:hover {
    background: #eeeeee;
    border: 1px solid #999999;
    color: #373f45;
    text-decoration: none;
}

.pricing-table .server {
    height: auto;
}

.pricing-table .server p {
    margin-bottom: 30px;
}

#contact-section .underline {
    width: 70px;
    height: 5px;
    background: #e6e6e6;
    display: inline-block;
    margin-bottom: 5px;
}

/*********************************************
    -   contact section  -
**********************************************/

.contact-box {
    margin-top: 40px;
}

.contact-box h2 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    color: #373f45;
    padding-bottom: 25px;
}

.contact-box p {
    font-family: 'Roboto';
    font-size: 15px;
    color: #373f45;
}

.info {
    padding-left: 0px;
    margin-top: 40px;
}

.info li {
    list-style: none;
    font-size: 15px;
    color: #21272b;
    line-height: 28px;
    padding-bottom: 10px;
}

.info .adress {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #96a3ab;
}

.info .fax {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #96a3ab;
}

.info .email {
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
    color: #96a3ab;
}

.info a {
    color: #008800;
    text-decoration: underline;
}

.info a:hover {
    text-decoration: underline;
    opacity: 0.6;
}

.form-group {
    width: 49%;
    float: left;
}

.form-group2 {
    width: 49%;
    float: right;
}

.form-control {
    background: #e6e6e6;
    border-radius: 0px;
    border: none;
    height: 50px;
}

label {
    font-family: 'Roboto';
    font-size: 15px;
    font-weight: 500;
    line-height: 28px;
    color: #21272b;
}

#contact-form textarea,
#contact-form input[type="text"],
#comment-form textarea,
#comment-form input[type="text"]  {
    display: block;
    width: 100%;
    background: #e6e6e6;
    margin-bottom: 24px;
    padding: 16px 20px;
    outline: none;
    border: none;
    display: block;
}

#contact-form textarea,
#comment-form textarea {
    height: 150px;
}

.submit-area {
    text-align: center;
}

.submit-area input {
    background: #008800;
    color: white;
    padding: 12px 45px;
    font-size: 14px;
    font-family: 'Roboto';
    border-radius: 5px;
    outline: none;
    border: none;
    margin-top: 10px;
    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;
}

.submit-area input:hover {
    opacity: 0.7;
}

.message {
    height:30px;
    font-size:13px;
    font-family: @font;
}
.message.error {
    color:#e74c3c;
}
.message.success {
    color: @skin-color;
}

#map-section {
    height: 400px;
    margin-top: 60px;
}

/*********************************************
    -   blog page  -
**********************************************/

.blog-page {
    padding-bottom: 65px;
}

.blog-page .left-content {
    width: 55%;
}

.blog-page .right-content {
    min-height: 188px;
    width: 45%;
}

.blog-page .right-content p a {
    float: none;
    display: block;
    margin-top: 10px;
}

.blog-page p.blog-text {
    clear: both;
    padding-top: 15px;
    margin-left: 120px;
}

.blog-page .article {
    overflow: hidden;
    margin-bottom: 30px;
}

.blog-page .article-box {
    margin-top: 0;
}

.blog-page h1 {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 46px;
    margin-top: 80px;
    color: #373f45
}

.blog-page .title-section span {
    width: 70px;
    height: 5px;
    display: inline-block;
    background: #e6e6e6;
    margin-bottom: 5px;
}

.sidebar li {
    list-style: none;
    font-size: 14px;
    border-bottom: 1px solid #96a3ab;
    border-bottom-style: dotted;
    padding: 10px 0px 10px 10px;

}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar h3 {
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: bold;
    color: white;
    background: #ef621c;
    padding: 10px 0px;
    padding-left: 10px;
    margin: 0;
    border-bottom: none;
}

.sidebar-widget {
    margin-bottom: 30px;
}

.sidebar a {
    color: #96a3ab;
}

.sidebar a:hover {
    text-decoration: none;
}

.sidebar li span {
    float: right;
    margin-right: 10px;
}

.sidebar .archives {
    font-size: 15px;
    font-family: 'Roboto';
    font-weight: bold;
    color: white;
    background: #ef621c;
    padding: 10px 0px;
    padding-left: 10px;
    border-bottom: none;
    margin-top: 30px;
}

/*********************************************
    -   single post  -
**********************************************/

.post-bottom .post-title {
    margin-bottom: 30px;
}

.post-bottom .contact-form {
    margin-top: 50px;
}

.post-bottom .contact-form .post-title {
    margin-bottom: 20px;
}

.post-bottom {
    margin-left: 120px;
    overflow: hidden;
}

.post-bottom h3 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    color: #ef621c;
    margin-top: 30px;
}

.underline {
    width: 70px;
    height: 5px;
    display: inline-block;
    background: #e6e6e6;
    margin-bottom: 5px;
}

.author {
    float: left;
}

.bottom-box .right-post {
    margin-left: 180px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Roboto';
    color: #333333;
    border-bottom: 1px solid #d9d9d9;
    border-bottom-style: dotted;
    padding-bottom: 25px;
    margin-bottom: 0;
}

.author h3 {
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: bold;
    color: #ef621c;
    margin-top: 0px;
}

.bottom-box span {
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: normal;
    color: #96a3ab;
    padding-top: 0px;
}

.bottom-box {
    overflow: hidden;
    margin-bottom: 25px;
}

/*********************************************
    -   footer  -
**********************************************/

footer {
    padding-top: 40px;
    text-align: center;
    border-top: 1px solid #eeeeee;
}

footer h2 {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: bold;
    color: #373f45;
}

.social-icons {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 25px;
}

.social-icons li {
    display: inline-block;
    list-style: none;
    margin-top: 30px;
    padding-right: 25px;
}

.social-icons a {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    line-height: 70px;
    font-size: 34px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    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;
}

.social-icons a:hover {
    opacity: 0.8;
}
.social-icons .facebook a {
    background-color: #3b5997;
}

.social-icons .twitter a {
    background: #008800;
}

.social-icons .behance a {
    background: #1a1a1a;
}

.social-icons .linkedin a {
    background: #006699;
}

.social-icons .dribble a {
    background: #e5518b;
}

footer span {
    background: #e6e6e6;
    width: 70px;
    height: 5px;
    display: inline-block;
}

footer p {
    font-family: 'Roboto';
    font-size: 15px;
    color: #21272b;
    margin-top: 20px;
    margin-bottom: 30px;
}

/*********************************************
    -   Responsive part  -
**********************************************/

@media (max-width: 1500px) {

    .portfolio-img {
        width: 24.98%;
    }
}

@media (max-width: 1199px) {

    #owl-demo,
    #owl-demo2,
    #owl-demo3,
    #owl-demo4 {
        width: 970px;
    }

    .services-post {
        margin-left: 0;
    }
    .services-post2 {
        margin-right: 0;
    }
    .portfolio-img {
        width: 33.31%;
    }
}

@media (max-width: 991px) {
    #slider .tp-caption.medium_thin_grey a {
        padding: 0.5em 1em;
    }

    #slider .tp-caption.medium_thin_grey i {
        font-size:15px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    #owl-demo,
    #owl-demo2,
    #owl-demo3,
    #owl-demo4 {
        width: 750px;
    }

    .left-content {
        width: 100% !important;
        float: none !important;
    }

    .right-content {
        width: 100% !important;
        float: none !important;
        margin-top: 0;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-left: 120px;
    }
    .blog-box {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    #slider .tp-caption.medium_thin_grey a {
        padding: 0.3em 0.6em;
    }

    #slider .tp-caption.medium_thin_grey i {
        font-size:13px;
    }

    #owl-demo,
    #owl-demo2,
    #owl-demo3,
    #owl-demo4 {
        width: 100%;
        margin-left: 0;
    }

    .carousel-arrows {
        z-index: 99;
        height: 0;
    }

    .item {
        margin: 0;
    }
    .portfolio-img {
        width: 49.98%;
    }
    .date {
        display: none;
    }

    .img-post {
        margin-left: 0;
    }

    .right-content {
        margin-left: 0px;
    }

    .blog-page p.blog-text {
        margin-left: 0;
    }

    .social-icons a {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }

    .social-icons li {
        padding-right: 0;
        margin-left: 3px;
    }

    .post-bottom {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    #slider .tp-caption.medium_thin_grey a {
        display: none;
    }
    #slider .tp-caption.medium_thin_grey i {
        font-size:8px;
        margin: 0;
    }
    .portfolio-img {
        width: 100%;
    }

    .post-bottom .author {
        float: none;
        margin-bottom: 20px;
    }

    .bottom-box .right-post {
        margin-left: 0;
    }
}

/*********************************************
    -   ab hier neu impressum footer  -
**********************************************/

.atext {
    background: transparent;
    height: 60px;
    line-height: 60px;
    position: relative;
    width: auto;
}

.atext p {
    color: #96a3ab;
    font-family: "Roboto";
    font-size: 15px;
    margin: 0 auto;
    padding-bottom: 10px;
    width: auto;
}

.atext a {
    color: #96a3ab;
    display: inline-block;
    text-decoration: none;
}

.atext a:hover {
    opacity: 0.6;
    color: #008800;
}

#cookiedingsbums a {
color: #fff;
}

#cookiedingsbums a:hover {
color: #ccc;
}

#cookiedingsbums div {
padding:16px; 
padding-right:40px;
color: #fff;
}

#cookiedingsbums { 
   text-align:center; 
   border-top: 1px solid #ccc;
   background:  #008800; 
   position: fixed;
   bottom: 0px; 
   z-index: 10000; 
   width: 100%; 
   font-size: 14px; 
   line-height: 16px;
   }

#cookiedingsbumsCloser {
   background: #ffffff;
   color: #111;
   font: 14px;
   position: absolute;
   right: 14px;
   top: 11px;
   cursor:pointer;
   padding:6px;
 }

#cookiedingsbumsCloser:hover {
background: #008800;
color: #fff;
}