/* ******************************************* //
// *************** FONT ***************** //
// ******************************************* */
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), url(/html/fonts/Lato-Regular.ttf) format("TrueType");
}

/* ******************************************* //
// *************** MAIN ***************** //
// ******************************************* */

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

.header {
    background-color: rgba(54,128,45,0.8);
    padding: 3%;
}

.center {
    margin: 0 auto;
}

.section {
    background-color: #ffffff;
    padding: 3%;
    color: black;
}

.footer {
    background-color: #037d36;
    color:white;
    font-size: 15px;
}

.footer-inside {
    padding: 3%;
}

.footer-header {
    font-weight: bold;
    margin-bottom: 2%;
}

.divider {
    height: 6em;
    width: 1px;
    background-color: white;
}

.footer-logo {
    height: 70px;
}

.logo {
    cursor: pointer;
}

.image-container {
    margin-bottom: 1%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

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

.image {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.img-phone-responsive-20 {
    left: 80%;
    top: 20%;
}

.img-phone-responsive-25 {
    left: 60%;
    top: 25%;
}

.bg-image {
    background-image: url("../img/bg.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: white;
}

.list-view {
    margin: 0 auto;
    font-size: medium;
}

/* ******************************************* //
// *************** BOOTSTRAP ***************** //
// ******************************************* */

.container {
    padding-left: min(9%, 150px) !important;
    padding-right: min(9%, 150px) !important;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand {
    padding: 5px;
}

/* ******************************************* */

/* ******************************************* //
// *************** CONTAINER ***************** //
// ******************************************* */

.jobs {
    position: relative;
    background-color: rgb(56, 56, 56);
    color: white;
    min-height: 250px;
    padding-top: 2%;
    padding-bottom: 2%;
}

.job-header {
    font-size: 25px;
    font-weight: bold;
}

.job-info {
    padding-top: 2%;
    padding-left: 15%;
    padding-right: 15%;
}

.job-info-header {
    font-size: 20px;
    margin-bottom: 2%;
    font-weight: bold;
}

.job-info-content-header {
    font-size: 15px;
    margin-bottom: 1%;
    font-weight: bold;
}

.job-picture-container {
    position: absolute;
    bottom: 5%;
    right: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.job-picture {
    max-height: 150px;
}

.facebook {
    cursor: pointer;
}

.nolink, .nolink:hover, .nolink:active {
    color: white;
}

.dropdownitem {
    font-size: 16px;
}

.dropdowninfo {
    font-size: 14px;
    padding-top: 2%;
}

.dropdownheader {
    display: flex;
    justify-content: space-between;
}

.dropdownitem {
    cursor: pointer;
}

.list-group-item {
    border: 1px solid #037d36;
}

.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.list-group-next {
    background-color: rgb(207, 207, 207) !important;
}

.inner-shadow {
    box-shadow: inset 0 0 10px -2px black;
}

.infobar {
    display: flex;
    justify-content: flex-end;
    position: relative;
    padding: 6px;
    color: white;
}

.infobar > div {
    margin-left: 10px;
}

.titleimg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 65%;
    filter: saturate(90%) contrast(110%);
}

.titleimg-pos-35 {
    background-position-y: 35%;
}

.titleimg-pos-60 {
    background-position-y: 60%;
}

.titleimg-no-filter {
    filter:none;
}

.title {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 20px;
    height: 350px;
    display: flex;
    position: relative;
}

.title .titletext {
    position: absolute;
    top: 25%;
    left: 15%;
}

.title .toptitle {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.title .bottomtitle {
    background-color: rgb(56, 56, 56);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.title .smalltitle {
    padding-left: 80px;
    padding-right: 80px;
}

.contact-text-header {
    font-size: 18px;
    color: #248744;
    margin-bottom: 2%;
}

.content {
    font-size: 15px;
}

.content-text {
    padding: 8%;
    padding-left: 12%;
    padding-right: 12%;
}

.content .content-text-header {
    font-size: 18px;
    color: #248744;
    margin-bottom: 2%;
}

.content .content-text-footer {
    font-size: 18px;
    color: #248744;
    margin-top: 2%;
}

.content-button {
    margin-top: 5%;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #248744;
    border: 2px solid #248744;
    transition: .3s ease;
    background-color: white;
}

.content-button:hover {
    color: #154b26;
    border-color: #154b26;
}

.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-y: center;
    height: 300px;
}

.parallax-title {
    font-family: 'Lato', sans-serif;
    color: white;
    font-size: 20px;
    height: 350px;
    position: relative;
}

.parallax-title .parallax-titletext {
    position: absolute;
    top: 20%;
    right: 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.parallax-title .parallax-toptitle {
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.parallax-title .parallax-bottomtitle {
    background-color: rgb(56, 56, 56);
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    width: 90%;
}

.icon {
    height: 130px;
}

.icon-text {
    margin-top: 6%;
}

.icon-text-header {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 3%;
}

.float-right {
    float: right;
}

.padding-8-12 {
    padding: 8%;
    padding-left: 2%;
    padding-right: 2%;
}

.margin-top-2 {
    margin-top: 2%;
}

.margin-top-4 {
    margin-top: 4%;
}

.margin-top-6 {
    margin-top: 6%;
}

.margin-bottom-4 {
    margin-bottom: 4%;
}

.padding-bottom-4 {
    padding-bottom: 4%;
}

.padding-top-2 {
	padding-top: 2%;
}

.width-67 {
    width: 67%;
}

.width-72 {
    width: 72%;
}

.width-90 {
    width: 90%;
}

.margin-bottom {
    margin-bottom: 10%;
}

.flex-mid {
    display: flex;
    justify-content: center;
}

.flex-right {
    display: flex;
    justify-content: flex-end;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex {
    display: flex;
}

.flex-column-center {
    margin: auto;
}

.flex-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.margin-auto {
    margin: 0 auto;
}

.col-item {
    margin: 1%;
    height: 200px;
    width: 200px;
    cursor: pointer;
}

.col-item-big {
    margin: 1%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    height: 500px;
    width: 855px;
    cursor: pointer;
}

.preview-img {
    opacity: 1;
    object-fit: cover;
    height: 200px;
    width: 200px;
    transition: .5s ease;
}

.preview-img-big {
    opacity: 1;
    object-fit: cover;
    height: 100%;
    width: 100%;
    transition: .5s ease;
}

.contact-img {
    opacity: 1;
    object-fit: cover;
    object-position: 50% 20%;
    height: 250px;
    width: 250px;
    transition: .5s ease;
}

.obj-pos-40 {
    object-position: 50% 40%;
}

/*.col-item:hover .preview-img {
    opacity: 0.3;
}

.col-item:hover .img-overlay {
    opacity: 1;
}*/

.img-overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(35,77,32,0.5);
    transition: .5s ease;
    color: white;
    padding-top: 8%;
    padding-bottom: 8%;
    padding-left: 13%;
    padding-right: 13%;
}

.img-overlay-header {
    font-size: 18px;
    font-weight: bold;
}

.img-overlay-text {
    margin-top: 2%;
}

.img-container .col-sm-6, .img-container .col-sm-4 {
    padding: 0;
}

.img-container .col-sm-6, .img-container .col-sm-3 {
    padding: 0;
}

.img-container .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.linkbar {
    background-color: rgb(56, 56, 56);
    padding: 8px;
}

.linkbar-content {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

.linkbar-content div {
    margin-left: 1%;
    margin-right: 1%;
}

.linkbar-content a {
    text-decoration: none;
    color: white;
}

.list-item {
    padding: 3%;
}

.list-item-next {
    background-color: rgb(207, 207, 207);
}

/* ******************************************* */

/* ******************************************* //
// ****************** COLOR ****************** //
// ******************************************* */

.bgcgreen {
    background-color: #037d36;
}

/* ******************************************* */

/* ******************************************* //
// ***************** BUBBLE ****************** //
// ******************************************* */

.bubble {
    max-width: 100%;
    max-height: 100%;
    padding: 4%;
    position:relative;
}

.bubble-big-item {
    max-width: 100%;
    background-color: rgba(54,128,45,0.6);
    padding: 15%;
    border-radius: 2px;
    border: 1px solid rgba(35,77,32,0.8);
    position: relative;
    overflow: hidden;
}

.bubble-item {
    max-width: 100%;
    background-color: rgba(54,128,45,0.6);
    padding: 10%;
    border-radius: 2px;
    border: 1px solid rgba(35,77,32,0.8);
}

.bubble-small-item {
    max-width: 100%;
    background-color: rgba(54,128,45,0.6);
    padding: 7%;
    border-radius: 2px;
    border: 1px solid rgba(35,77,32,0.8);
}

.bubble-content {
    position: absolute;
    width: 100%;
    max-height: 100%;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

/* ******************************************* */

/* ******************************************* //
// **************** BUTTONS ****************** //
// ******************************************* */

.btn-primary, .btn-primary:focus {
    background-color: #36802d;
    border-color: #234d20;
    color: white;
    padding: 1.5%;
}

.btn-primary:hover{
    background-color: #234d20;
}

#fb {
    position: relative;
    animation-name: slideButton;
    animation-duration: 1s;
    left: 2%;
    cursor: pointer;
    height: 50px;
    width: 150px;
}

#socialmedia {
    background-color: rgba(255,255,255,0.3);
    padding: 1%;
    padding-bottom: 0;
}

#team {
    width: 80%;
}

#bewerbung {
    color: black;
}

/* ******************************************* */

/* ******************************************* //
// ******************* TEXT ****************** //
// ******************************************* */

.text-padding {
    padding: 1%;
}

.text-padding-header {
    padding: 1%;
    padding-top: 0;
}

.text-padding-footer {
    padding-top: 1.5%;
    padding-bottom: 1%;
}

.text-padding-heavy {
    padding: 3%;
}

.text-margin-heavy {
    margin: 3%;
}

.text-shadow {
    text-shadow: 1px 1px 2px #6c6c6c;
}

.text-shadow-big {
    text-shadow: 4px 4px 20px #5e5959;
}

.text-section-header {
    text-shadow: 1px 1px 2px #4d4b4b;
    font-size: xx-large !important;
}

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

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

.text-center-flex {
    display: flex;
    justify-content: center;
}

.text-header {
    font-weight: bold;
}

/* ******************************************* */

/* ******************************************* //
// ************* NAVIGATION-BAR ************** //
// ******************************************* */

.navigation {
    font-weight: bold;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0px;
    border: none;
    /*border-top: 2px solid rgba(35,77,32,0.8);*/
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #037d36;
}

.navbar-default .navbar-nav > li > a {
    padding-bottom: 25px;
    padding-top: 5px;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #037d36;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #037d36;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand, .navbar-default .navbar-nav > .active > a {
    color: rgb(56, 56, 56);
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar-default .navbar-nav {
    padding-top: 20px;
}

.navbar-default .navbar-header {
    padding-top: 10px;
}

.navbar-nav > li:hover {
    background-color: #037d36;
}

.navbar-default .navbar-nav > li > a:hover {
    color:white;
}

.navbar-brand, .navbar-brand:hover {
    color: white;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
}

.navbar-brand > img {
    max-height: 100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
    margin-left: 0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #037d36;
}

.navbar-default .navbar-toggle {
    border-color: #037d36;
}

.icon-bar {
    background-color: #037d36 !important;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar {
    background-color: white !important;
}

/* FIXED TOP */

.navigation .navbar-fixed-top {
    padding-right: 10px;
    padding-left: 10px;
    box-shadow: 0 3px 5px -5px black;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse {
    padding-left: 1%;
    padding-right: 1%;
}

.footer-left {
    display: flex; 
    justify-content: flex-end;
}

.footer-middle {
    display: flex; 
    justify-content: center;
}

.footer-right {
    display:flex; 
    justify-content: flex-start; 
    flex-direction: column;
}

/* ******************************************* */

/* ******************************************* //
// *************** ANIMATIONS **************** //
// ******************************************* */

.slide {
    margin-bottom: 1%;
}

@keyframes slideButton {
    0% {left:100%; top:0%; transform(20deg);}
    100% {left:2%; top:0%; transform(20deg);}
}

/* ******************************************* */

.flex-mid {
    align-items: center;
}

@media screen and (min-width: 984px) {
    .image-thumbnail {
        max-width: 100%;
    }

    .img-phone-responsive-20 {
        left: 80%;
        top: 20%;
    }

    .img-phone-responsive-25 {
        left: 60%;
        top: 25%;
    }
}

@media screen and (max-width: 1000px) {
    .image-thumbnail {
        max-width: 50%;
    }

    .img-phone-responsive-20 {
        left: 55%;
        top: 20%;
    }

    .img-phone-responsive-25 {
        left: 0;
        top: 20%;
    }
}

@media screen and (max-width: 770px) {
    .footer-left {
        display: flex; 
        justify-content: flex-start;
    }
    
    .footer-middle {
        display:none; 
        justify-content: center;
    }
    
    .footer-right {
        display:flex; 
        justify-content: flex-start; 
        flex-direction: column;
    }
}

@media only screen and (max-device-width: 1366px) {
    .parallax {
      background-attachment: scroll;
    }
  }

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}