a {
    transition: color 0.25s ease-in-out;
    -moz-transition: color 0.25s ease-in-out;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    -ms-transition: color 0.25s ease-in-out;
}

a:focus,
a:hover {
    outline: 0 none;
    text-decoration: none;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 26px;
}

.btn {
    min-width: 145px;
    line-height: 50px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0;
    transition: box-shadow 0.25s ease-in-out;
    -moz-transition: box-shadow 0.25s ease-in-out;
    -webkit-transition: box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out;
    -ms-transition: box-shadow 0.25s ease-in-out;
}

.btn-fill {
    color: #fff;
    background-color: red;
}

.btn-border {
    background-color: transparent;
    color: #212121;
    border: 1px solid #212121;
}

.btn-fill:hover,
.btn-fill:focus {
    color: #fff;
}

.btn:hover,
.btn:focus {
    box-shadow: 0 10px 18px 0 rgba(0, 0, 0, 0.15);
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    color: #212121;
}

.img-res {
    display: block;
    width: 100vw;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.visible-xxs {
    display: none;
}

.gray-bg {
    background-color: #e1e1e1;
}

.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: transparent;
    padding: 10px 0;
}

.site-logo img {
    padding-bottom: 2px;
}

.navbar-nav > li > a {
    padding: 5px 0;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: border-color 0.25s ease-in-out;
    -moz-transition: border-color 0.25s ease-in-out;
    -webkit-transition: border-color 0.25s ease-in-out;
    -o-transition: border-color 0.25s ease-in-out;
    -ms-transition: border-color 0.25s ease-in-out;
}

.navbar-nav.navbar-right {
    margin-right: 0;
}

.navbar-nav > li + li > a {
    margin-left: 40px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.nav > li > a:hover,
.nav > li.active > a {
    background-color: transparent;
    border-bottom: 2px solid #212121;
}

.nav > li > a:focus {
    background-color: transparent;
}

.navbar-title {
    display: none;
}

.home {
    height: 100%;
    width: 100%;
    min-height: 500px;
    padding-top: 70px;
    text-align: center;
}

.home .container {
    position: relative;
    height: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.home .row {
    display: flex;
    align-items: center;
}

.home h1 {
    font-size: 46px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.fm-cities {
    font-weight: 700;
    margin-bottom: 30px;
}

.fm-title {
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1;
}

.fm-title-contact {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.hand {
    font-family: 'Architects Daughter', cursive;
    font-size: 24px;
    color: red;
    margin-bottom: 30px;
}

.home img {
    width: 100%;
    max-width: 400px;
}

.site-main {
    position: relative;
    margin-bottom: 100px;
    background-color: #fff;
    z-index: 1;
}

.site-section {
    padding-top: 60px;
}

.site-section h2,
.site-section h3 {
    font-size: 36px;
    margin: 0;
    text-transform: uppercase;
}

.img-lines {
    margin: 15px 0 40px;
}

.img-section {
    width: 400px;
    margin-bottom: 30px;
}

.site-section p {
    margin-bottom: 20px;
}

.section-facility {
    /*background-color: #bfe4ff;*/
}

.section-garten {
    /*background-color: #bfffbf;*/
}

.section-dienstleistung {
    /*background-color: #ffdfbf;*/
    padding-bottom: 90px;
}

.section-angebot {
    /*background-color: #ffbfbf;*/
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-angebot:before {
    content: '';
    background: url(../img/angebot-bg.jpg) no-repeat fixed center / cover;
    width: 100%;
    height: 730px;
    position: absolute;
    left: 0;
    top: 0;
}

.overlay:after {
    content: '';
    width: 100%;
    height: 730px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    top: 0;
    left: 0;
    z-index: 0;
}

.section-angebot .container {
    padding: 60px 100px;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 40px 8px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.service h4 {
    margin: 25px 0;
    font-size: 24px;
    font-weight: 700;
}

.service p {
    color: #000;
    margin-bottom: 0;
}

.service img {
    max-width: 150px;
}

.site-footer {
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
    line-height: 60px;
    border-top: red solid 1px;
    background-color: white;
    color: red;
    z-index: 10;
    text-align: center;
}

.site-footer .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-item {
    padding: 3px 10px;
}
