body {
    font-family: Arial;
    font-size: 14px;
}

/** HEADER SECTION **/

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

h2{
    z-index: 99;
}

.header {
    height: 651px;
    background: url(../img/002.png);
    transition: background-image 1s ease-in-out;
    /* Parallax Scrolling effect pure css */
    background-attachment: fixed;
    background-position: center -5em;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.regioNavbar {
    top: 130px;
    background-color: rgba(39,124,76,0.85);
}

.navbar-nav > li a {
    color: rgba(255,255,255,0.6) !important;
    font-family: Arial, Helvetica, sans-serif;
    /* text-transform: uppercase; */
}

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

.navbar-nav .active a {
    color: white !important;
}

.dropdown-menu{
    background-color: rgba(255,255,255,0.90) !important;
    top: 95% !important;
}

.nav-item {
    z-index: 1000;
}

.navbar-nav > li a.dropdown-item {
    color: rgb(39,124,76) !important;
}

.navbar-nav > li a.dropdown-item:hover {
    color: #fff !important;
    background-color: rgba(39,124,76,0.75) !important;
}

.floatRight {
    float: right !important;
}

@media (min-width: 991px) {
    .navbar-nav {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        -webkit-box-orient: unset !important;
        -webkit-box-direction: unset !important;
        -ms-flex-direction: unset !important;
        flex-direction: unset !important;
        display: inline-block;
        max-width: 1170px;
        padding: 0 0 0 200px;
        margin: 0 auto;
    }
    .navbar-nav > li {
        float: none;
        display: inline-block;
        z-index: 1000;
    }

    ul.navbar-nav li.dropdown:hover >.dropdown-menu{
        display:block !important;
    }

    .slidingImg {
        position: relative;
        float: left;
        overflow: hidden;
        margin: 10px 1%;
        min-width: 255px;
        max-width: 315px;
        height: 220px;
        width: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
      }

      .slidingImg.smallImage img {
          height: 120%;
      }

      .slidingImg img {
        height: 110%;
        position: absolute;
        right: 0;
        -webkit-transition: all 2s ease-out;
        transition: all 2s ease-out;
      }
      .slidingImg:hover img,
      .slidingImg.hover img {
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
      }

}

.logoWrapper {
    position: absolute;
    margin-top: 4em;
    z-index: 100;
}

.logoLink {
    text-decoration: none;
}

.logoImage {
    width: 210px;
    height: 210px;
    border-radius: 100%;
    overflow: hidden;
    background-size: 360px 259px !important;
    background-image: url(../img/logo.jpg);
    background-position: -75px -24px !important;
    background-repeat: no-repeat !important;
    background-color: #277C4C;
    box-shadow: 0 0 0 2px #FFFFFF, 0 0 0 7px #277C4C;
}

.logoContainer {
    width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 990px) and (min-width: 1px) {

    .logoContainer {
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: 3em;
    }

    div.col-sm img{
        margin: 2em auto;
        width: 100%;
        height: auto;
    }
    
    div.col-md img{
        margin: 2em auto;
        width: 100%;
        height: auto;
    }

    .regioNavbar {
        z-index: 1000;
        background-color: rgba(39,124,76,0.95);
    }

    .dropdown-menu {
        display: block !important;
        color: rgba(255,255,255,0.6) !important;
        background-color: transparent !important;
        border: none !important;
        border-top: 1px;
    }

    .dropdownHeader {
        font-weight: bold;
        /* text-transform: uppercase; */
    }

    .dropdown-toggle::after {
        display: none !important;
    }

    .navbar-nav > li a.dropdown-item {
        color: rgba(255,255,255,0.6) !important;
    }

    .logoWrapper {
        position: unset !important;
        margin-top: 0px;
        width: 100%;
        z-index: 100;
    }

    .logoImage {
        margin: 0 auto;
    }

    #navbarDropdownMenuLink{
        font-weight: bold;
    }
}

/** END HEADER **/

/** TITLE WRAPPER **/

.titleContainer {
    color: white;
    background-color: rgba(39,124,76,0.85);
    text-align: center;
    padding: 10px 0 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.title {
    font-size: xx-large;
    font-weight: normal;
    font-style: normal;
}

.subtitle {
    font-size: x-large;
    font-weight: normal;
    font-style: normal;
}

/** END TITLE WRAPPER **/

/** CONTENT **/


.container {
    margin-top: 3em;
    /* margin-bottom: 3em; */
}

.row > .emailForm {
    margin: 0 auto;
}

.emailFormButton {
    margin-top: 1em;
    margin-bottom: 1em;
    float: right;
}

.emailFormButton {
    margin-top: 1em;
}


@media (min-width: 991px) {

    .container > .row{
        padding-bottom: 4em;
    }

    .row > .emailForm {
        width:60%;
    }

    .emailForm {
        max-width: 60%;
        margin-top: 3em;
    }

}

@media (max-width: 990px) {
    .row > .emailForm {
        width: 90%;
    }
}

.map {
    margin-top: 5em;
}

.map iframe {
    width: 100%;
    height: 33em;
}

.contentHeader {
    font-size: 17px;
}

.input-group-text {
    min-width: 9.5em !important;
}

/** END CONTENT **/

/** FOOTER **/

.footer {
    background-color: #277c4c;
    color: white;
    padding: 45px 0;
}


.social-list {
    margin: 0 auto;
    text-align: center;
}

.social-list ul {
    padding: 0;
}

/* insta : #8e0099 , Face : #0641e2, linked :  #1d77f4*/

.social-list li {
    display: inline-block;
    margin-left: 1.25em;
}

.social-list li:first-child {
    margin-left: 0em;
}

.social-list ul li a {
    font-size: 1.25em;
    color: #ffffff;
    background: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-list ul li a.face:hover {
    color: #0641e2;
}

.social-list ul li a.insta:hover {
    color: #8e0099;
}

.social-list ul li a.linked:hover {
    color: #1d77f4;
}

.important-links {
    text-align: center;
    margin: 0 auto;
}

.important-links ul {
    vertical-align: top;
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.important-links ul li {
    display:inline-block;
    vertical-align: top;
}

.impressum {
    color: black !important;
}

.datenschutz {
    color: black !important;
}

/** END FOOTER **/

/** Multi Column NavBar **/
.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 992px) {

    .dropdown-menu.columns-2 {
        min-width: 400px;
    }

    .dropdown-menu.columns-5 {
        min-width: 999px;
    }


    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: #333;
        white-space: normal;
    }

    .multi-column-dropdown li a:hover {
        text-decoration: none;
        color: #262626;
        background-color: #999;
    }

    .multi-column-dropdown .dropdown-item{
        padding: .25rem 0.1rem;
        word-wrap: break-word;
    }

    .dropdown-menu.multi-column .col-sm-2, .dropdown-menu.multi-column .col-sm-3 {
        padding-right: 0px !important;
    }

    .dropdown-menu.multi-column .row{
        margin: 0px !important;
    }

    .col-sm-2.wider {
        max-width: 23%;
    }


    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        /* top: 2.3em !important; */
        /* margin: 7px; */
    }


    .dropdownHeader {
        color: #277C4C;
        font-weight: bold;
        line-height: 1em;
        /* text-transform: uppercase; */
    }

    .navbar-nav > li {
        line-height: 3.4rem;
        height: 3.4rem;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        padding-top: 0rem;
        padding-bottom: 0rem;
    }

    .navbar {
        padding: 0 !important;
        height: 3.4rem;
    }

    .dropdown-item {
        line-height: initial !important;
    }

}

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

@media only screen and (max-width: 990px) and (min-width: 576px) {
    .col-sm-2.permitMultiColumn {
        flex: unset !important;
        -webkit-box-flex: unset !important;
        max-width: 100% !important;
    }

    .col-sm-3.permitMultiColumn {
        flex: unset !important;
        -webkit-box-flex: unset !important;
        max-width: 100% !important;
    }
}
/** END Multi Column NavBar **/

/** Tooltip iframe fix **/

.container iframe {
    /* height: -webkit-fill-available !important; */
}
