@charset "utf-8";
/* CSS Document */

body {
    font-family: 'Montserrat', sans-serif;
}

.jumbotron {
    background: #fff;
}

header {
    background: #fff;
}

header img {
    width: 200px;
    margin: 5px 20px;
}

/* ---------- Top-Header ----------*/

.top-header {
    border-bottom: 5px solid #fff;
    /* text-align: center; */
    padding: 10px 0px 9px 30px;
    background-color: #b8144c;
    font-size: 12px;
}

.top-header a {
    font-weight: 700;
}

/* ---------- Header ----------*/

.header-page2 {
    position: relative;
    width: 100%;
    min-height: 500px;
    text-align: center;
    color: #fff;
    background-image: url(../img/header/header2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-page3 {
    position: relative;
    width: 100%;
    min-height: 500px;
    text-align: center;
    color: #fff;
    background-image: url(../img/header/header3.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-page4 {
    position: relative;
    width: 100%;
    min-height: 500px;
    text-align: center;
    color: #fff;
    background-image: url(../img/header/header4.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.header-content-inner {
    color: #fff;
    position: absolute;
    padding-top: 13%;
    text-align: center;
    width: 100%;
    /*text-transform: uppercase;*/
}

.header-content-inner h1 {
    font-weight: 400;
    line-height: 55px;
    font-size: 45px;
}

.text-big {
    font-size: 80px;
    /* font-weight: 700; */
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}

/* ---------- Slider ----------*/

.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 540px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    /* display: 
	
	-webkit-box; */
    display: -ms-flexbox;
    /* display: 
	-webkit-flex; */
    /* display: flex; */
    /* -webkit-box-pack: center; */
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* ---------- Navigation ----------*/

.btn-own li a {
    position: relative;
    display: inline-block;
    margin: 5px 8px;
    outline: none;
    color: #ecf0f1;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 18px;
    overflow: hidden;
    padding: 3px 5px 30px 5px;
    height: 26px;
    /*border: 2px solid #2980b9;
	border-radius: 20px;*/
    margin-top: 45px;
}

.btn-own li a:hover,
.btn-own li a:focus {
    outline: none;
}

.btn-own li a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.4s;
    height: 29px;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* Alte Navigation */

#navbar a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    font-weight: 700;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    letter-spacing: 0.5px;
}

.overlay-1 ul .active a span::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin-top: 0;
    bottom: 4px;
    position: absolute;
}


.btn-own li a:hover span,
.btn-own li a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #2c3e50;
}

.navbar-brand {
    width: 210px;
}

.navbar-brand > img {
    width: 100%;
}

.navbar-brand own-nav img a:hover {
    opacity: 1;
    transition: none;
}



/*  ----- Aktuelle Navigation ----- */

.navbar,
.dropdown-menu {
    background: #fff;
    border: none;
    max-width: 1600px;
}

.nav > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a,
.dropdown-menu > li {
    border-bottom: 3px solid transparent;
    transition: opacity 0.25s ease-in-out 0s;
}

.nav > li > a:focus,
.nav > li > a:hover,
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    border-bottom: 3px solid transparent;
    background: none;
    opacity: 0.5;
    transition: opacity 0.25s ease-in-out 0s;
}

.navbar a,
.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.navbar-toggle {
    color: #666;
    transition: opacity 0.25s ease-in-out 0s;
    font-size: 16px;
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav li.active {
    opacity: 0.5;
}

.navbar-toggle .icon-bar {
    background: #000;
}

/* ---------- Buttons ----------*/

.btn-content a {
    position: relative;
    display: inline-block;
    /* margin: 0px 0px 40px 0px; */
    outline: none;
    color: #6ab04c;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.7px;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 30px 30px 30px;
    height: 26px;
    border: 2px solid #6ab04c;
    border-radius: 20px;
}

.spezific-button-berry a {
    color: #b8144c;
    border: 2px solid #b8144c;
    margin-top: 20px;
    background: #fff;
}

.spezific-button-green a {
    color: #b8144c;
    border: 2px solid #b8144c;
    margin-top: 60px;
}

.spezific-button-white a {
    color: #666;
    border: 2px solid #666;
    margin-top: 10px;
    background: #fff;
}

.btn-content a:hover,
.btn-content a:focus {
    outline: none;
}

.btn-content a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.2s;
    height: 30px;
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-content a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    /* font-weight: 700; */
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-content a:hover span,
.btn-content a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* ---------- Icons ----------*/

.hi-icon {
    display: inline-block;
    font-size: 0px;
    /* cursor: pointer; */
    margin: 45px 0px 20px 0px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon-effect-7 .hi-icon {
    /* box-shadow: 0 0 0 2px rgba(119, 119, 119, 1); */
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-color: #6ab04c;
}

.hi-icon-effect-6 .hi-icon {
    box-shadow: 0 0 0 2px rgba(119, 119, 119, 1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
    background-color: #fff;
}

.hi-icon-effect-7 .hi-icon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
}

.hi-icon-effect-6 .hi-icon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
}

.hi-icon-effect-7b .hi-icon:after {
    box-shadow: 3px 3px rgba(106, 176, 76, 1.0);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s;
    -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.hi-icon-effect-6b .hi-icon:after {
    box-shadow: 3px 3px rgba(121, 181, 28, 1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s;
    -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hi-icon-effect-6b .hi-icon:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hi-icon-wrap a:hover {
    cursor: default;
}

/* ---------- Lightbox ----------*/

.gallerytron {
    width: 100%;
    margin: auto;
    padding-top: 0px;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    max-width: 90%;
    max-height: 90%;
}

/* ---------- Partner ----------*/

.portfolio-box {
	display: block;
	position: relative;
	/* margin: 0 auto; */
	/* max-width: 650px; */
}
.portfolio-box .portfolio-box-caption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #000;
	opacity: 0;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	transition: all .35s;
}
.portfolio-page3 {
	background: rgba(182, 202, 1, .4);
}
.portfolio-page4 {
	background: rgba(121, 181, 28, .4);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	padding: 0 15px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 400;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category:after {
	text-align: center;
	content: '';
	display: block;
	width: 50px;
	height: 3px;
	background-color: #000;
	margin: 0 auto;
	margin-top: 4px;
	margin-bottom: 10px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
	font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
	opacity: 1;
}
.partner {
	padding: 0px;
	border: 3px solid #fff;
}
.jumbotron-partner-page3 {
	text-align: center;
	background: #b6ca01;
	padding: 0px;
}
.jumbotron-partner-page4 {
	text-align: center;
	background: #79b51c;
	padding: 0px;
}
#partners {
	border-bottom: 3px solid #fff;
	border-top: 3px solid #fff;
}

/* ----------- Work Picture -----------*/

.banner {
    background: #fff;
    background-image: url(../img/startseite/test.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border: 8px solid #6ab04c;
    margin-top: 12px;
}

.banner p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 40px;
}

.work {
    margin: 80px 40px;
    text-align: center;
}

.info {
    background-image: url(../img/startseite/wide.jpg);
    background-position: center;
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    /* background-size: cover; */
    -o-background-size: cover;
    margin: 12px 0px 0px 0px;
    text-align: center;
    padding: 40px;
}

.info p {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 40px;
}

.info-stellenangebot {
    /* background-image: url(../img/stellenangebote/kreativ_stellenangebot.jpg); */
    /* background-position: inherit; */
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    /* background-size: cover; */
    -o-background-size: cover;
    /* margin: 12px 0px; */
    text-align: center;
    padding: 140px 0px;
    background: #b8144c;
}

.banner-referenzen-1 {
    background: #fff;
    padding: 8px;
}

/* ---------- News ----------*/

.home-post {
    border-bottom: 4px solid #6ab04c;
    background-color: #ECF0F1;
    margin-bottom: 30px;
    transition: 0.25s ease-in-out 0s;
}

.home-post .post-meta {
    background: #6ab04c;
}

.home-post:hover {
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.25s ease-in-out 0s;
    -moz-transition: 0.25s ease-in-out 0s;
    -o-transition: 0.25s ease-in-out 0s;
    -ms-transition: 0.25s ease-in-out 0s;
    transition: 0.25s ease-in-out 0s;
}


.home-post .entry-content {
    padding: 20px;
}

.home-post .entry-content h5 a {
    font-size: 20px;
    font-weight: 700;
}

.home-post .entry-content h5 a:hover {
    color: #312f2b;
    text-decoration: none;
}

.home-post .entry-content a.more {
    font-size: 13px;
}

.home-post .post-meta {
    padding: 20px;
    overflow: hidden;
    color: #fff;
}

.home-post .post-meta i {
    float: left;
    margin-right: 20px;
}

.home-post .post-meta span {
    margin-top: 10px;
}

.home-post .post-meta span.date {
    font-weight: 700;
    font-size: 13px;
    float: left;
}

.home-post .post-meta span.tags {
    font-weight: 700;
    font-size: 13px;
    float: right;
    color: #fff;
}

.home-post .post-meta span.tags a {
    color: #fff;
}

/* ---------- Timeline ----------*/

#about-timeline {
    margin-top: 130px;
    margin-bottom: 80px;
}

.timeline-heading {}

.subheading {
    /* font-family: 'Libre Baskerville', serif; */
    text-transform: uppercase;
    font-size: 30px;
    color: #6ab04c;
    margin: 30px 0px;
    font-weight: 700;
}

.timeline {
    position: relative;
    padding: 0;
    list-style: none
}

.timeline:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
    width: 2px;
    margin-left: -1.5px;
    content: '';
    background-color: #6ab04c;
}

.timeline > li {
    position: relative;
    min-height: 50px;
    margin-bottom: 50px
}

.timeline > li:after,
.timeline > li:before {
    display: table;
    content: ' '
}

.timeline > li:after {
    clear: both
}

.timeline > li .timeline-panel {
    position: relative;
    float: right;
    width: 100%;
    padding: 0 0px 0 100px;
    text-align: left;
}

.timeline > li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline > li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline > li .timeline-image {
    position: absolute;
    z-index: 100;
    left: 0;
    width: 80px;
    height: 80px;
    margin-left: 0;
    text-align: center;
    color: #6ab04c;
    border: 7px solid #6ab04c;
    border-radius: 100%;
    background-color: #fff;
}

.timeline > li .timeline-image h4 {
    font-size: 10px;
    line-height: 14px;
    margin-top: 12px;
    font-weight: 700;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 20px 0 100px;
    text-align: left
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0
}

.timeline > li:last-child {
    margin-bottom: 0
}

.timeline .timeline-heading h4 {
    margin-top: 0;
    color: inherit;
}

.timeline .timeline-heading h4 {
    text-transform: none;
}

.timeline .timeline-body > p,
.timeline .timeline-body > ul {
    margin-bottom: 0
}

@media (min-width:768px) {
    .timeline:before {
        left: 50%
    }
    .timeline > li {
        min-height: 100px;
        margin-bottom: 100px
    }
    .timeline > li .timeline-panel {
        float: left;
        width: 41%;
        padding: 0 20px 20px 0px;
        text-align: right;
    }
    .timeline > li .timeline-image {
        left: 50%;
        width: 100px;
        height: 100px;
        margin-left: -50px
    }
    .timeline > li .timeline-image h4 {
        font-size: 13px;
        line-height: 18px;
        margin-top: 16px
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        float: right;
        padding: 0 0px 20px 20px;
        text-align: left;
    }
}

@media (min-width:992px) {
    .timeline > li {
        min-height: 150px
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px
    }
    .timeline > li .timeline-image {
        width: 150px;
        height: 150px;
        margin-left: -75px
    }
    .timeline > li .timeline-image h4 {
        font-size: 18px;
        line-height: 26px;
        margin-top: 30px;
        font-weight: 700;
        color: #6ab04c;
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 20px 20px;
    }
}

@media (min-width:1200px) {
    .timeline > li {
        min-height: 170px
    }
    .timeline > li .timeline-panel {
        padding: 0 20px 20px 0px;
    }
    .timeline > li .timeline-image {
        width: 170px;
        height: 170px;
        margin-left: -85px
    }
    .timeline > li .timeline-image h4 {
        margin-top: 40px
    }
    .timeline > li.timeline-inverted > .timeline-panel {
        padding: 0 0px 20px 20px;
    }
}

/* ---------- Jumbotron Index ----------*/

.statistic {
    border: 2px solid #b8144c;
    border-radius: 50%;
    height: 130px;
    width: 130px;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 10px;
}

.quality {
    /* border: 2px solid #b8144c; */
    height: 180px;
    width: 180px;
    margin: 0 auto;
    /* background: #fff; */
    margin-bottom: 20px;
}

.statistic p {
    font-size: 75px;
    color: #b8144c;
}

.quality p {
    font-size: 53px;
    color: #b8144c;
    font-weight: 700;
}

.topic-datas {
    margin: 25px 0px 10px 0px;
}

.topic-datas:last-child {
    margin: 25px 0px -30px 0px;
}

.data2 p {
    padding: 14px 4px 14px 0px;
}

.quality p {
    padding: 48px 0px 0px 0px;
}

.data3 p {
    color: #c0392b;
}

.header {
    margin-top: 0px;
}

.jumbotron-header {
    /* background: #b6ca01; */
    padding: 0px;
}

.galabau {
    background-image: url(../img/header3_hg.jpg);
    background-size: 100% auto;
}

.berry-lower {
    color: #b8144c;
    font-size: 21px;
    margin-bottom: 8px;
}

.green-lower {
    color: #006e49;
    font-size: 21px;
    margin-bottom: 8px;
}

.white-lower {
    color: #fff;
    font-size: 24px;
    margin-bottom: 8px;
}

#black-amatic {
    color: #000;
    font-size: 80px;
    font-family: 'Libre Baskerville', serif;
    text-transform: uppercase;
}

.white-amatic {
    color: #fff;
    font-size: 50px;
    font-family: 'Libre Baskerville', serif;
    line-height: 65px;
    text-transform: uppercase;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
}

.section-header h1 {
    font-size: 40px;
    color: #000;
    text-align: center;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.section-header h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #ccc;
    bottom: 1px;
    left: calc(50% - 60px);
}

#last-section {
    margin-bottom: 12px;
}

.white h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #fff;
    bottom: 0;
    left: calc(50% - 20px);
}

.green h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #69B04C;
    bottom: 0;
    left: calc(50% - 20px);
}

.berry h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background: #b8144c;
    bottom: 0;
    left: calc(50% - 20px);
}

.landschaftspflege {
    background-image: url(../img/header4_hg.jpg);
    background-size: 100% auto;
}

.jumbotron-own-1 {
    text-align: center;
    /* border-bottom: 5px solid #fff; */
    border-top: 5px solid #fff;
    /*background: #fff;*/
}

.news-bg {
    background-image: repeating-linear-gradient(45deg,
    white 0%,
    white 1%, rgba(106, 176, 76, 0.15) 1%,
    rgba(106, 176, 76, 0.15) 4%, white 4%);
    text-align: center;
    margin-top: -5px;
}
.bewerben {
    margin-top: 20px;
}

#blog img {
    margin-bottom: 40px;
}

.jumbotron-own-2 {
    /*border-bottom: 5px solid #b8144c;*/
    padding-top: 80px;
    padding-bottom: 80px;
    /* background: #6ab04c; */
    /* border: 8px solid #fff; */
    margin-top: 12px;
    background-image: url(../img/bg.png);
}

.jumbotron-own-3 {
    /*background-image: url(../img/bg3.jpg);*/
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align: center;
    border: 8px solid #6ab04c;
    background: #fff;
}

.featurette-heading {
    margin-top: 0px;
}

.featurette-heading:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #6ab04c;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 45px;
}

.icons {
    text-align: center;
    /* border: 6px solid #b6ca01; */
    padding: 0px 20px;
}

.jumbotron-own-header {
    /* background: #C8F7C5; */
    text-align: center;
}

.jumbotron-history-page2 {
    background: yellowgreen;
    text-align: center;
    padding-top: 30px;
}

.jumbotron-history-page2-new {
    text-align: center;
    padding-top: 30px;
    border-bottom: 5px solid #fff;
}

.positionen-stellenangebote a {
    /* font-family: 'Libre Baskerville', serif; */
    font-size: 35px;
    color: #006e49;
    font-weight: 700;
}

.history {
    background-color: rgba(255, 255, 255, .3);
    border-color: #fff;
}

.jumbotron-own-zitat {
    /* background: rgba(38, 38, 38, .9); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-align: center;
}

.zitat3 {
    background-image: url(../img/zitat3.jpg);
}

.zitat4 {
    background-image: url(../img/zitat4.jpg);
}

.zitat5 {
    background-image: url(../img/zitat5.jpg);
    /* border-top: 1px solid #eee; */
}

.jumbotron-own-zitat h2 {
    font-size: 30px;
    text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.9);
    color: #fff;
}

.pic-rounded {
    border-bottom: 3px solid #b8144c;
}

.jumbotron-own-referenz-page4 {
    background: #79b51c;
    padding-top: 60px;
    padding-bottom: 45px;
}

.featurette-heading-referenz-page3 {
    text-align: center;
    margin-top: 0px;
}

.featurette-heading-referenz-page3:after {
    text-align: center;
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #b6ca01;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 20px;
}

.featurette-heading-referenz-page4:after {
    text-align: center;
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 30px;
}

.referenz-page3 {
    color: #fff;
}

.referenz-page4 {
    color: #fff;
}

.featurette-heading-planline {
    margin-top: 0px;
}

.planline {
    color: #c0392b;
}

.jumbotron-own-planline {
    background: #eee;
}

.featurette-heading-planline:after {
    text-align: center;
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #c0392b;
    margin: 0 auto;
    margin-top: 4px;
    margin-bottom: 30px;
}

.leistung {
    margin-bottom: 30px;
}

.jumbotron-own-icons {
    background: #f1ebd1;
}

.jumbotron-own-icons p {
    color: #333;
}

/* ---------- Landingpages ----------*/

section.cta {
    position: relative;
    padding: 400px 0px 100px 0px;
    background-image: url(../img/landschaftspflege/baggerarbeiten/hero2.jpg);
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 12px;
}

.cta h2 {
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    font-weight: 300;
}

.cta h2:nth-child(2) {
    font-weight: 700;
}

/* Firmengelände */

.landing-pics {
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 500px;
    padding: 0px;
}

.firm1 {
    background-image: url(../img/firmengelaende/1.jpg);
}

.firm2 {
    background-image: url(../img/firmengelaende/2.jpg);
}

.firm3 {
    background-image: url(../img/firmengelaende/3.jpg);
}

.wrap .landing-left {
    margin-left: 40px;
}

.landing-right {
    margin-top: 50px;
    margin-left: 50px;
    max-width: 540px;
}

/* Team */

.team-wrapper-a {
    background: #ECF0F1;
    width: 100%;
    display: flex;
    flex: 1;
    flex-wrap: nowrap | wrap | wrap-reverse;
}

.team-wrapper-b {
    background: #dedede;
    width: 100%;
}

.team-box-1 {
    order: 2;
}

.team-box-1 img {
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 1;
    padding: 0;
}

.team-box-2 {
    order: 1;
}

.team-content {
    padding: 10px 15px 15px 0px;
    text-align: left;
}

.team-content h2 {
    font-weight: 300;
    margin-bottom: 3px;
}

.team-content h3 {
    margin-bottom: 30px;
    color: #b8144c;
    font-size: 35px;
}

.team-content h3::after {
    content: '';
    position: absolute;
    display: block;
    width: 120px;
    height: 1px;
    background: #aaa;
    margin-top: 5px;
}

.right {
    margin-top: 50px;
    margin-left: 0px;
    max-width: 500px;
}

.left {
    margin-top: 50px;
    margin-left: 130px;
    max-width: 500px;
}

.wrapper img {
    overflow: visible;
    position: relative;
    z-index: 1;
    padding: 0;
    margin-left: 70px;
}

.wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* ---------- Stellenangebot ----------*/

.stelle1 {
    background-image: url(../img/stellenangebote/1.jpg);
    height: 350px;
}

.stelle2 {
    background-image: url(../img/stellenangebote/2.jpg);
    height: 350px;
}

.stelle3 {
    background-image: url(../img/stellenangebote/3.jpg);
    height: 350px;
}

/* ---------- Landingpages ----------*/

.bagger1 {
    background-image: url(../img/landschaftspflege/baggerarbeiten/1.jpg);
}

.bagger2 {
    background-image: url(../img/landschaftspflege/baggerarbeiten/2.jpg);
}

.bagger3 {
    background-image: url(../img/landschaftspflege/baggerarbeiten/3.jpg);
}


/* ---------- Footer ----------*/

.jumbotron-own-footer {
    background: #fff;
    background: -webkit-linear-gradient(375deg, #FFFFFF 50%, rgba(223, 240, 216, 0.69));
    background: linear-gradient(375deg, #FFFFFF 50%, rgba(223, 240, 216, 0.69));
    text-align: center;
    /* border-top: 5px solid #b8144c; */
    margin-top: 12px;
}

.footer-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    cursor: pointer;
}

a svg:hover .st0,
a svg:hover .st1 {
    fill: #116453;
}

.jumbotron-own-copy {
    text-align: center;
    padding: 0px;
    background-color: #fff;
}

.own-copy {
    font-size: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #006e49;
    font-weight: 700;
}

.featurette-heading-footer:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #6ab04c;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 45px;
}

.col-center-block {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- Impressum ----------*/

.navbar-impressum {
    background: rgba(192, 57, 43, .7);
}

.jumbotron-own-impressum {
    background: #c0392b;
    text-align: center;
    height: 360px;
}

.jumbotron-own-impressum h1 {
    color: #fff;
    font-weight: 700;
    padding-top: 135px;
}

.own-line:after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 4px;
}

.arrow-down-icon {
    top: 115px;
}

.jumbotron-own-impressum-container {
    text-align: center;
}

.logo-jn {
    padding: 10px;
    width: 80px;
    margin: 0 auto;
}

.logo-jn img {
    width: 100%;
}

/* ---------- Kontakt ----------*/

.navbar-kontakt {
    background: rgba(253, 116, 0, .6);
}

.kontakt img {
    width: 70%;
    margin: 40px 0px;
}

.jumbotron-kontakt1 {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 10px;
    background-color: #fff;
}

.jumbotron-kontakt2 {
    text-align: center;
    padding: 0px;
    background-color: #fff;
}

.jumbotron-own-kontakt {
    background: #fd7400;
    text-align: center;
    height: 360px;
}

.jumbotron-own-kontakt h1 {
    color: #fff;
    font-weight: 700;
    padding-top: 135px;
}

.user-icon {
    color: #fd7400;
    font-size: 65px;
    margin: 30px 0px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(253, 116, 0, 1);
    padding-top: 25px;
}

#map-container {
    height: 500px;
}

/* ---------- Spinning ----------*/

.spinner {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    border: 4px solid #fff;
    border-bottom-color: #b8144c;
    border-top-color: #b8144c;
    -webkit-animation: rotate 50s linear 0s infinite;
    animation: rotate 50s linear 0s infinite;
    position: absolute;
    margin-top: -150px;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ---------- Quote ----------*/

.fa-star {
    color: #f7b731;
}

.stars {
    margin-bottom: 20px;
}

.slider {
    height: 600px;
    background: #fff;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__image {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 30px;
    border: 4px solid #b8144c;
}

.slider__nav {
    width: 12px;
    height: 12px;
    margin: 0px 20px 50px 20px;
    border-radius: 50%;
    z-index: 10;
    background: #b8144c;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-backface-visibility: hidden;
    /* backface-visibility: hidden; */
    border: 1px solid #b8144c;
}

.slider__nav:checked {
    -webkit-animation: check 0.4s linear forwards;
    animation: check 0.4s linear forwards;
    background: #521834;
}

.slider__nav:checked:nth-of-type(1) ~ .slider__inner {
    left: 0%;
}

.slider__nav:checked:nth-of-type(2) ~ .slider__inner {
    left: -100%;
}

.slider__nav:checked:nth-of-type(3) ~ .slider__inner {
    left: -200%;
}

.slider__nav:checked:nth-of-type(4) ~ .slider__inner {
    left: -300%;
}

.slider__inner {
    position: absolute;
    top: -40px;
    left: 0;
    width: 400%;
    height: 100%;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

.slider__contents {
    height: 100%;
    padding: 20px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider__caption {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
}

.slider__txt {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    max-width: 700px;
    font-style: italic;
}

@-webkit-keyframes check {
    50% {
        outline-color: #b8144c;
        box-shadow: 0 0 0 12px #b8144c, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #b8144c;
        box-shadow: 0 0 0 0 #b8144c, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

@keyframes check {
    50% {
        outline-color: #b8144c;
        box-shadow: 0 0 0 12px #b8144c, 0 0 0 36px rgba(51, 51, 51, 0.2);
    }
    100% {
        outline-color: #b8144c;
        box-shadow: 0 0 0 0 #b8144c, 0 0 0 0 rgba(51, 51, 51, 0);
    }
}

/* ---------- Media Querys ----------*/

@media (max-width: 1200px) {
    .right {
        margin-top: 30px;
        padding-left: 0px;
    }
    .left {
        margin-top: 30px;
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-brand {
        width: 175px;
        margin-top: -2px;
    }

    .navbar-nav li {
        position: relative;
        display: block;
        margin: 0 auto;
    }

    .navbar-nav li:last-child {
        /* border-bottom: 1px solid #2c3e50; */
        width: 200px;
        position: relative;
        display: block;
        margin: 0 auto;
        line-height: 60px;
    }

    .btn-own li a {
        margin-top: 15px;
    }

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

@media (max-width: 850px) {
    .portfolio-box .portfolio-box-caption {
        opacity: 1;
    }
}

@media (max-width: 991px) {
    .team-content {
        text-align: center;
        padding: 25px 25px 0px 25px;
    }
    .team-content h3::after {
        position: relative;
        margin: 0 auto;
        margin-top: 10px;
    }
    .team-box-1 {
        order: 1;
        width: 90%;
    }
    .team-box-1 img {
        width: 100%;
    }
    .wrapper img {
        margin-left: 0px;
    }
    .right {
        margin: 0 auto;
        max-width: 90%;
    }
    .left {
        margin: 0 auto;
        max-width: 90%;
    }
    .footer-left img {
        margin-bottom: 30px;
    }
    .landing-pics {
        margin: 0 auto;
        width: 100%;
    }
    .wrap .landing-left {
        margin-top: 0px;
        margin-left: 0px;
        max-width: 100%;
    }
    .landing-right {
        margin-top: 0px;
        margin-left: 0px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .landing-pics {
        height: 200px;
    }
    .work {
        background: rgba(255, 255, 255, 0.8);
    }
}

@media (max-width: 640px) {
    .top-header {
        font-size: 9px;
    }
    .section-header h1 {
        font-size: 35px;
    }
    .impressum-header h1 {
        font-size: 26px;
    }
    .green-lower {
        font-size: 20px;
    }
    .berry-lower {
        font-size: 20px;
    }
    .white-amatic {
        font-size: 31px;
        line-height: 37px;
    }
    .info-stellenangebot {
        padding: 100px 0px;
    }
    .own-copy {
        font-size: 13px;
    }
    .positionen-stellenangebote a {
        font-size: 22px;
    }
    .subheading {
        font-size: 24px;
        hyphens: auto;
    }
    #black-amatic {
        font-size: 50px;
        line-height: 40px;
    }
    .cta h2 {
        font-size: 40px;
        line-height: 40px;
    }
    .cta-content {
        margin-left: 20px;
    }
    .section-heading-upper {
        font-size: 35px;
    }
    section.cta {
        height: 300px;
    }
    .cta-content {
        position: absolute;
        margin-top: -120px;
    }
    .slider {
        height: 750px;
    }
    .slider__nav {
        margin: 0px 20px 60px 20px;
    }
    .kontakt img {
        width: 100%;
        margin: 20px 0px;
    }
    .partner img {
        /* margin-top: 60px; */
    }
    .partner-a img {
        width: 190px;
    }
    .partner img {
        /* width: 190px; */
        /* margin: 50px 0px; */
    }
}

@media (max-width: 570px) {
    .header-content-inner {
        display: none;
    }
    .swiper-container {
        max-height: 210px;
    }
}
