@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900|Open+Sans);

body {
    -webkit-transition: linear 0s;
    transition: linear 0s;
    color: #333;
    font-family: "Merriweather", sans-serif;
    font-weight: 400;
    width: 100%;
    overflow-x: hidden;
    background-repeat: repeat-y;
    background-position: 50% 0;
    -webkit-transition-property: background-position;
    transition-property: background-position;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-only {
    display: none;
}

@media screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}

@media screen and (max-width: 992px) {

    #about-us-1 p br {
        display: none;
    }

    #about-us-1 p {
        margin-top: 1em;
    }

    #leistungen h2 {
        margin-bottom: 2em;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #team h5 {
        margin-bottom: 2em;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}

form.amount {
    position: relative;
    left: 28px;
}

#leistungen .img-responsive {
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#leistungen .img-responsive:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#imagewall {
	background-color: #d1d4be;
	padding: 1em 0 1em;
	color: white;
	border-top: 1px solid white;
}

#team {
    background-color: #d1d4be;
    /* padding: 1em 5em 3em; */
    color: white;
}

.team-row > div {
    padding: 0em 0em .5em;
    background: #edf1dd;
    border-right: 1px solid #d1d5be;
}

.shrink .navbar-brand img {
    width: 60% !important;
    text-align: right;
    margin: 0 auto;
    padding: 5px;
}

.margin-bottom-1 {
    margin-bottom: 1.5rem;
}

#about-us-1 h2 {
    color: #fff;
}

#about-us-1 {
    background-color: #94a19f;
    color: #fff;
    border-top: 1px solid white;
}

.details li i {
    color: #68a9be;
    font-size: 1.7em;
    margin: 1rem 0 0.5rem;
    display: block;
    width: 100%;
}

.details li {
    padding-bottom: .51rem;
}

.details {
    margin: 0;
    list-style: none;
    padding: 0 0 0 6px;
}

.alert {
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    padding: 15px;
    margin: 16px;
}

.details span,
.details li a {
    display: inline-flex;
}

#contact h4 {
    padding-top: 1em;
}

section#contact {
    padding-bottom: 4em;
}

section {
    background-color: #fff;
    margin: 0 auto;
    max-width: 1350px;
}

footer {
    background: #ebe8df;
    display: flex;
    align-items: center;
    height: 87px;
}

footer p {
    padding: 0;
    margin: 0;
}

h1, h2, h3 {
    padding: 0;
     color: #313842;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

#team h4 {
    margin-top: 1em;
}

h1 {
    font-size: 1.82em;
    line-height: 1.4;
    margin-bottom: 1em;
}

.badger.arrow i {
    color: #d5d5d5;
}

.badger.arrow {
    bottom: 0;
}

section {
    position: relative;
    text-align: center;
}

.badger {
    width: 100%;
    text-align: center;
    background-color: white;
    padding: 1em 0 1em;
}

.img-responsive {
    width: 100%;
    border: 0px solid whitesmoke;
}

.btn-image .btn {
    background: rgba(24, 54, 90, 0.6) none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    bottom: 0;
    font-size: 15px;
    min-height: 94px;
    padding: 14px 20px;
    position: absolute;
    text-align: left;
    white-space: normal;
    width: 85%;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 32px;
    }
}

h2 {
    font-size: 2.5em;
    font-weight: 100;
    padding-bottom: .2em;
    color: #d64c7a;
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 30px;
    }
}

h3 {
    font-size: 44px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 18px;
    font-weight: 600;
    color: #77644c;
    margin-top: 0em;
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 18px;
    }
}

h5 {
    font-size: 20px;
    color: #48453e;
}

.news-row h5 {
    font-size: 1.1em;
}

.big-padding {
    padding-top: 1em;
}

.mid-level-padding {
    padding-top: 30px;
    padding-bottom: 30px;
}

.low-level-padding {
    padding-top: 20px;
    padding-bottom: 20px;
}

.button {
    font-size: 1em;
    line-height: 20px;
    padding: 20px 46px 18px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition: all linear 400ms;
    transition: all linear 400ms;
    border: none;
    background-color: #68a9be;
    color: #fff;
    border-radius: 0;
    font-family: Open Sans, sans-serif;
    font-weight: bold;
}


#data-protection.show {
    bottom: 1em !important;
}

#data-protection {
    background: rgba(109, 154, 13, 0.54);
    position: fixed;
    bottom: -15em;
    right: 1em;
    padding: 1em;
    color: white;
    width: 70%;
    max-width: 310px;
    border-radius: 10px;
    font-size: 16px;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

#data-protection a {
    text-decoration: underline;
    color: #2e4400;
}

.data-protection-ok {
    padding: 1em;
}

.data-protection-ok {
	padding: .7em .7em .6em .6em !important;
	background: rgba(255, 255, 255, 0.51) !important;
	display: inline-block;
	color: #2e4400 !important;
	text-decoration: none !important;
	margin: .5em 0 0;
	border-radius: .5em;
	line-height: 1em;
	border: 2px solid #ffffff;
	cursor: pointer;
	font-size: 16px;
}

a.activate-maps {
    display: block;
    padding: 1em;
    cursor: pointer;
    background: #7ca721 url("../pix/google-maps-preload.png") 0 0;
}

@media screen and (max-width: 767px) {
    /*.button {*/
    /*padding: 10px 28px;*/
    /*font-size: 11px;*/
    /*line-height: 16px;*/
    /*}*/
}

.button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 51%;
    -ms-transform-origin: 51%;
    transform-origin: 51%;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border-radius: 28px;
    border: none;
}

.loader ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    color: #11799a;
}

.with-errors ul li {
    color: blueviolet;
}

#leistungen h4 {
    padding-left: 15px;
}

#team h2 {
    color: white;
}

.nobg {
    background: #ffffff none repeat scroll 0 0 !important;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

h5, .h5 {
    font-size: 1em;
    line-height: 1.5em;
}

.list-inline li {
    padding: 0;
}

@media screen and (min-width: 768px) {
    .text-col-2 {
        /* -webkit-column-count: 2; */ /*  Chrome, Safari, Opera  */
        -moz-column-count: 2; /* Firefox */
        /* column-count: 2; */
        /* -webkit-column-gap: 50px; */ /* Chrome, Safari, Opera */
        -moz-column-gap: 50px; /* Firefox */
        column-gap: 50px;
        text-align: justify;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
}

.list-inline li a {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 35px;
    -webkit-transition: 400ms linear;
    transition: 400ms linear;
}

.list-inline li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
    color: #ffffff;
}

.list-inline li:nth-child(2) a:hover {
    background: #58bbff;
    border-color: transparent;
    color: #ffffff;
}

.list-inline li:nth-child(3) a:hover {
    background: -webkit-radial-gradient(33% 100%, #58bbff 4%, #3b5998 30%, #58bbff 62%, #3b5998 85%, #58bbff);
    background: radial-gradient(circle at 33% 100%, #58bbff 4%, #3b5998 30%, #58bbff 62%, #3b5998 85%, #58bbff);
    border-color: transparent;
    color: #ffffff;
}

.owl-prev, .owl-next {
    display: inline-block;
    font-size: 40px;
}

.element-center {
    margin: 0 auto;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

@media screen and (max-width: 1199px) {
    .blog-section .user img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-section .user p {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .blog-section .user img {
        display: inline-block;
        margin-left: auto;
        margin-right: auto;
    }

    .blog-section .user p {
        text-align: inherit;
    }

    .blog-section .user p.text-right {
        text-align: right;
    }
}

/* loader styling start */
.loader {
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1200;
}

#cssload-pgloading:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#cssload-pgloading .cssload-loadingwrap {
    position: absolute;
    top: 45%;
    bottom: 45%;
    left: 25%;
    right: 25%;
}

#cssload-pgloading .cssload-bokeh {
    font-size: 97px;
    width: 1em;
    height: 1em;
    position: relative;
    margin: 0 auto;
    list-style: none;
    padding: 0;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li {
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

#cssload-pgloading .cssload-bokeh li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: #58bbff;
    transform-origin: 50% 250%;
    -o-transform-origin: 50% 250%;
    -ms-transform-origin: 50% 250%;
    -webkit-transform-origin: 50% 250%;
    -moz-transform-origin: 50% 250%;
    animation: cssload-rota 1.3s linear infinite, cssload-opa 4.22s ease-in-out infinite alternate;
    -o-animation: cssload-rota 1.3s linear infinite, cssload-opa 4.22s ease-in-out infinite alternate;
    -ms-animation: cssload-rota 1.3s linear infinite, cssload-opa 4.22s ease-in-out infinite alternate;
    -webkit-animation: cssload-rota 1.3s linear infinite, cssload-opa 4.22s ease-in-out infinite alternate;
    -moz-animation: cssload-rota 1.3s linear infinite, cssload-opa 4.22s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(2) {
    top: 50%;
    right: 0;
    margin: -.1em 0 0 0;
    background: #d1d4be;
    transform-origin: -150% 50%;
    -o-transform-origin: -150% 50%;
    -ms-transform-origin: -150% 50%;
    -webkit-transform-origin: -150% 50%;
    -moz-transform-origin: -150% 50%;
    animation: cssload-rota 2.14s linear infinite, cssload-opa 4.93s ease-in-out infinite alternate;
    -o-animation: cssload-rota 2.14s linear infinite, cssload-opa 4.93s ease-in-out infinite alternate;
    -ms-animation: cssload-rota 2.14s linear infinite, cssload-opa 4.93s ease-in-out infinite alternate;
    -webkit-animation: cssload-rota 2.14s linear infinite, cssload-opa 4.93s ease-in-out infinite alternate;
    -moz-animation: cssload-rota 2.14s linear infinite, cssload-opa 4.93s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(3) {
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: #d64c7a;
    transform-origin: 50% -150%;
    -o-transform-origin: 50% -150%;
    -ms-transform-origin: 50% -150%;
    -webkit-transform-origin: 50% -150%;
    -moz-transform-origin: 50% -150%;
    animation: cssload-rota 1.67s linear infinite, cssload-opa 5.89s ease-in-out infinite alternate;
    -o-animation: cssload-rota 1.67s linear infinite, cssload-opa 5.89s ease-in-out infinite alternate;
    -ms-animation: cssload-rota 1.67s linear infinite, cssload-opa 5.89s ease-in-out infinite alternate;
    -webkit-animation: cssload-rota 1.67s linear infinite, cssload-opa 5.89s ease-in-out infinite alternate;
    -moz-animation: cssload-rota 1.67s linear infinite, cssload-opa 5.89s ease-in-out infinite alternate;
}

#cssload-pgloading .cssload-bokeh li:nth-child(4) {
    top: 50%;
    left: 0;
    margin: -.1em 0 0 0;
    background: #40b58d;
    transform-origin: 250% 50%;
    -o-transform-origin: 250% 50%;
    -ms-transform-origin: 250% 50%;
    -webkit-transform-origin: 250% 50%;
    -moz-transform-origin: 250% 50%;
    animation: cssload-rota 1.98s linear infinite, cssload-opa 6.04s ease-in-out infinite alternate;
    -o-animation: cssload-rota 1.98s linear infinite, cssload-opa 6.04s ease-in-out infinite alternate;
    -ms-animation: cssload-rota 1.98s linear infinite, cssload-opa 6.04s ease-in-out infinite alternate;
    -webkit-animation: cssload-rota 1.98s linear infinite, cssload-opa 6.04s ease-in-out infinite alternate;
    -moz-animation: cssload-rota 1.98s linear infinite, cssload-opa 6.04s ease-in-out infinite alternate;
}

@keyframes cssload-rota {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes cssload-rota {
    to {
        -ms-transform: rotate(360deg);
    }
}

@-webkit-keyframes cssload-rota {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes cssload-opa {
    12.0% {
        opacity: 0.80;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.60;
    }
    66.6% {
        opacity: 0.52;
    }
    70.0% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.60;
    }
    84.2% {
        opacity: 0.75;
    }
    91.0% {
        opacity: 0.87;
    }
}

@-ms-keyframes cssload-opa {
    12.0% {
        opacity: 0.80;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.60;
    }
    66.6% {
        opacity: 0.52;
    }
    70.0% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.60;
    }
    84.2% {
        opacity: 0.75;
    }
    91.0% {
        opacity: 0.87;
    }
}

@-webkit-keyframes cssload-opa {
    12.0% {
        opacity: 0.80;
    }
    19.5% {
        opacity: 0.88;
    }
    37.2% {
        opacity: 0.64;
    }
    40.5% {
        opacity: 0.52;
    }
    52.7% {
        opacity: 0.69;
    }
    60.2% {
        opacity: 0.60;
    }
    66.6% {
        opacity: 0.52;
    }
    70.0% {
        opacity: 0.63;
    }
    79.9% {
        opacity: 0.60;
    }
    84.2% {
        opacity: 0.75;
    }
    91.0% {
        opacity: 0.87;
    }
}

/* loader styling end */
/* make portfolio font big */
.list button {
    font-weight: 700;
}

/* make responsive tabs  setting */
#leistungen #service-2 #responsiveTabsDemo .r-tabs-state-active a {
    font-weight: 700;
}

/* pricing table font */
/* vertical heading */
.vertical-heading span {
    color: #58bbff;
}

.navbar {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    border: none !important;
}

.navbar.shrink {
    background: rgba(255, 255, 255, 0.83);
    margin: 0;
    box-shadow: 0 8px 6px -9px #999;
}

.navbar.shrink .nav li a {
    color: #18365a;
}

.navbar.shrink .nav li a:focus {
    background: transparent;
    color: #58bbff;
}

.navbar.shrink .nav li a:hover {
    color: #58bbff;
}

.navbar .navbar-nav {
    margin: 1.3em 0 0 5em;
}

.navbar .navbar-header .navbar-brand {
    height: auto;
    padding: 4px 0 0 13px;
    width: 228px;
    text-align: center;
}

#leistungen .btn.btn-primary {
    display: flex;
    align-items: flex-end;
}

#leistungen .col-sm-4 .fa {
    line-height: inherit;
    margin-left: 7px;
}

@media screen and (max-width: 767px) {
    .navbar .navbar-header .navbar-brand {
        /*padding: 8px 15px;*/
    }
}

@media screen and (max-width: 767px) {
    .navbar .navbar-header .navbar-brand {
        width: 164px;
    }
}

.navbar .navbar-header .navbar-brand img {
    width: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar .navbar-header button {
    background: #ffffff;
}

.navbar .navbar-header button span {
    background: #58bbff;
}

@media screen and (max-width: 767px) {
    .navbar .navbar-collapse {
        background: #ffffff;
    }
}

.navbar .nav li {
    padding: 13px;
}

.navbar .nav li a {
    color: #266d55;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
    padding: 0;
    font-size: 16px;
    display: flex;
}

a.active {
}

span {
}

.navbar .nav li a:hover, .navbar .nav li a:focus {
    background: transparent;
    /* color: #ffffff; */
}

@media screen and (max-width: 767px) {
    .navbar .nav li a:hover, .navbar .nav li a:focus {
        color: #18365a;
    }
}

.navbar .nav li a:hover {
    color: #40b58d;
}

.navbar .nav li a:before {
    position: absolute;
    content: '';
    width: 100%;
    display: table;
    height: 1px;
    background: #fff;
    bottom: -5px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    color: #fff;
}

@media screen and (max-width: 767px) {
    .navbar .nav li a:before {
        display: none;
    }
}

.white {
    color: white;
}

.navbar .nav li.active a {
    color: #58bbff;
}

.navbar .nav a.active {
    color: #40B591;
}

.navbar .nav li.active a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

@media screen and (max-width: 767px) {
    .navbar {
        margin-top: 0;
    }

    .navbar, .navbar.shrink {
        padding: 4px 0;
    }

    .navbar .nav li a {
        color: #18365a;
    }
}

.navbar .side-menu-button {
    position: relative;
    cursor: pointer;
    padding: 20px 14px;
    border-radius: 4px;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 2;
    float: right;
    right: 0;
    display: none;
}

@media screen and (max-width: 767px) {
    #leistungen .col-sm-4 {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1150px) {
    .navbar .side-menu-button {
        display: inline-block;
    }
}

.side-menu-button .fa {
    font-size: 25px;
}

.navbar .side-menu-button.actives {
    background: transparent;
}

.navbar .side-menu-button.actives .fa {
    color: #58bbff;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.navbar .side-menu-button.actives .fa:hover {
    color: #6a6a6a;
}

.navbar .sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Stay on top */
    top: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.9);
    /* Black*/
    overflow: hidden;
    /* Disable horizontal scroll */
    padding-top: 0;
    /* Place content 60px from the top */
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar .mySideBar {
    width: 100%;
}

.navbar .mySideBar > ul.nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navbar .sidenav ul li {
    display: block;
    text-align: center;
}

.navbar .sidenav ul li a {
    color: #266d55;
    font-size: 1.5em !important;
    padding: .51em;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

@media screen and (max-width: 767px) {
    .navbar .sidenav ul li a {
        font-size: 18px;
        border: none;
    }
}

.navbar .sidenav ul li.active a {
    border: none;
}

@media screen and (max-width: 1199px) {
    .navbar .sidenav ul li {
        padding: 5px;
        border: none;
    }
}

.navbar .sidenav ul > li.active a {
    color: #58bbff;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background: transparent;
}

.navbar .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border: none;
    color: #fff;
}

/*navbar styling end */
/* =================== Revolution  =================== */
.t_115 {
    font-size: 115px;
    line-height: normal;
}

.t_55 {
    font-size: 55px;
}

.t_55 .border {
    vertical-align: middle;
    height: 2px;
    width: 44px;
    margin-right: 10px;
}

.dark_t {
    color: #070b2c;
}

.white_t.t_115 {
    font-size: 3em;
    color: white;
}