@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700|Poiret+One);

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.1;
}
.h1, h1 {
    font-size: 36px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

a {
    color: #5d96d0;
}
a:hover {
    text-decoration: underline;
}

.portfolio-info a:hover {
    text-decoration: none;
}

.navbar-brand svg {
    width: 100px;
}

.navbar-brand > a {
    display: block;
}

.navbar-brand svg, .navbar-brand h1 {
    display: inline-block;
}

#header .navbar-brand h1 {
    margin-left: 20px;
    position: relative;
    bottom: 11px;
}

#header .navbar-nav.navbar-right > li a {
    font-size: 18px;
}

#header .navbar-nav.navbar-right > li:last-child a {
    padding-right: 0;
}
#header .navbar-nav.navbar-right >li:last-child {
    margin-right: 5px;
}

#header {
    padding: 20px 0 10px 0;
}

.navbar-header {
    position: relative;
    top: 3px;
}

.navbar-nav {
    position: relative;
    bottom: 2px;
}

.bottom > address {
    margin-bottom: 20px;
}

.bottom > h2 {
    margin-bottom: 10px;
}

#home-slider .slide-text {
    left: 15px;
    width: 650px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.page-impressum #home-slider .slide-text {
    position: static;
}

.page-impressum #home-slider {
    background: none;
    padding-bottom: 40px;
}

.page-impressum #home-slider .main-slider {
    height: auto;
    margin: 30px 0;
}

.page-impressum .contact-info.bottom {
    padding-left: 0;
}

.company-info {
    margin-top: 20px;
}

#home-slider .slide-text div {
    margin-top: 24px;
    margin-left: 45px;
    text-align: right;
}

.slide-text h3 {
    margin: 5px 0;
    font-size: 25px;
}

#home-slider .preloader {
    background: #f1f6fc;
}

.ecke-green {
    color: #8ebf35;
}

.ecke-blue {
    color: #5d96d0;
}

.ecke-grey {
    color: #2e2e2e;
}

.ecke-white {
    color: #e5eefa;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 22px;
}

body {
    background: rgba(229, 238, 251, 0.5);
    font-size: 15px;
}

#header .navbar {
    background: transparent;
}

.ecke-db {
    display: block;
}

.action .btn-common {
    margin-top: 15px;
    margin-bottom: 10px;
    float: none;
}

.btn-common:hover, .btn-common:focus {
    background: #5d96d0;
    color: #e5eefa;
    border-color: #e5eefa;
}

.action.take-tour {
    padding: 20px;
}

.btn-common {
    font-size: 15px;
    color: #5d96d0;
    border: 1px solid #5d96d0;
}

#action {
    background-size: contain;
}

.padding {
    padding: 65px 0 25px 0;
}

.padding-top {
    padding-top: 25px;
}

.padding-bottom {
    padding-bottom: 25px;
}

.portfolio-info h2 {
    font-size: 22px;
    margin: 15px 0 5px;
}

.portfolio-info a {
    color: #2e2e2e;
}

.portfolio-info {
    text-align: center;
}

.portfolio-single {
    cursor: pointer;
}

.portfolio-view {
    background: rgba(93, 150, 208, 0.76);
    cursor: pointer;
}

.portfolio-view .nav-pills li a:hover {
    color: #2e2e2e;
    border-color: #2e2e2e;
}

.portfolio-view .nav-pills li a {
    font-size: 25px;
}

.portfolio-view > a {
    display: block;
    height: 100%;
}

.portfolio-show-details {
    display: block;
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 30%;
}

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

.content-image {
    max-width: 100%;
}

.the-k {
    border: 2px solid #fff;
}

#home-slider {
    background: url('../img/slider-bg.png') 0 100% repeat-x;
    border-bottom: 2px dashed #e9edf3;
    padding-bottom: 20px;
    background-position-y: 95%;
}

#company-information {
    padding: 40px 0;
    background: url('../img/noise.png') #2e2e2e;
    color: #e5eefb;
}

#license-information {
	padding: 40px 0;
    background: url('../img/noise.png');
}

.k-signature {
    width: 150px;
    padding: 3px 13px 2px 12px;
    background: #fff;
}

.work-image {
    position: relative;
    top: 20px;
}

#action {
    background: url(../img/noise.png) #2e2e2e;
    color: #e5eefb;
    padding: 30px 0;
}

.action h1 {
    color: #e5eefb;
}

#home-slider .builder-main {
    position: absolute;
    right: 20px;
    bottom: 50px;
    width: 300px;
}

.animate-in .builder-main {
    -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
    animation: bounceInDown 1000ms ease-in-out 200ms both;
}

#home-slider .builder-left {
    position: absolute;
    right: 275px;
    bottom: 116px;
    width: 141px;
}

.animate-in .builder-left {
    -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
    animation: bounceInDown 500ms ease-in-out 800ms both;
}

#home-slider .builder-middle {
    position: absolute;
    right: 250px;
    bottom: 19px;
    width: 184px;
}

.animate-in .builder-middle {
    -webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
    animation: scaleIn 500ms ease-in-out 1200ms both;
}

#home-slider .builder-right {
    position: absolute;
    right: 20px;
    bottom: 6px;
    width: 134px;
}

.animate-in .builder-right {
    -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
    animation: fadeInLeft 500ms ease-in-out 1200ms both;
}


.animate-in .builder-left, .animate-in .builder-right, .animate-in .builder-middle {
    -webkit-animation: bounceInDown 500ms ease-in-out 300ms both;
    animation: bounceInDown 500ms ease-in-out 300ms both;
}

.skills .navbar-default, .client .navbar-default {
    margin-left: 0;
}

ul.with-style {
	list-style: circle;
}

.navbar-default li a {
    font-size: 15px;
}

.small {
    font-size: 12px;
}

.live-preview .btn-common {
    padding: 7px 25px;
}

:focus {
    outline: none;
}

#portfolio-information.padding-top {
    padding-top: 50px;
}
#portfolio-information {
    padding-bottom: 50px;
}

.back-from-portfolio-link {
    position: relative;
    top: -50px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

address {
    font-style: normal;
}

.ib {
    display: inline-block !important;
}

.client .nav a:hover {
    text-decoration: underline;
}

.live-preview {
    position: absolute;
    right: 15px;
    bottom: 0;
}

span.emphasized {
    color: #8ebf35;
}

.full-width {
    width: 100%;
}

.license-credit {
    margin-top: 25px;
}

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

.credo {
    padding-left: 40px;
}

.text-area {
	background: rgba(255,255,255,0.8);
    margin: 20px auto;
}

@media screen and (max-width: 992px) {
    .navbar-nav.navbar-right, .navbar-toggle {
        display: none;
    }
    .slide-images {
        transform: scale(0.5);
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .contact-info.bottom {
        padding-left: 0;
        position: relative;
        top: -60px;
    }
    #home-slider {
        background-size: 20%;
    }
    .contact-info.bottom {
        text-align: center;
    }
    .contact-form.bottom, .contact-form.bottom input, .contact-form.bottom textarea {
        text-align: center;
    }
    .info-part {
        margin-top: 30px;
    }
    .page-impressum #footer {
        background-position: bottom;
    }
    .page-impressum .contact-info.bottom {
        text-align: left;
    }
    .page-impressum .contact-form.bottom, .contact-form.bottom input, .contact-form.bottom textarea {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    .slide-images {
        left: 50%;
        right: auto;
    }
    #home-slider {
        margin: 0 20px;
    }
    #home-slider .main-slider {
        height: 400px;
        margin-left: -15px;
    }
    .credo {
        padding-left: 15px;
    }
    .action.take-tour {
        margin-top: auto;
    }
    .the-k {
        margin: auto;
    }
    .credo {
        text-align: center;
    }
    .page-impressum #home-slider {
        margin: 0;
    }
    #home-slider .slide-text {
        width: auto;
    }
    .page-impressum #home-slider .slide-text div {
        position: static;
        margin-left: 10px;
    }
    .page-impressum #home-slider .slide-text {
        text-align: left;
    }
    .live-preview {
        position: static;
    }
}

@media screen and (max-width: 580px) {
    #home-slider .slide-text div {
        position: absolute;
        left: 0;
        text-align: left;
        margin-left: 0;
        top: 70px;
    }
    .slide-images {
        transform: scale(0.4);
        position: absolute;
        right: 0;
        left: auto;
    }
    #header .navbar-brand h1 {
        font-size: 30px;
    }
}