html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.3em;
    color: #000;
    margin: 0;
    padding: 0;
}

.backGroundSwiper {
    background: rgba(137, 127, 117, 0.1);
    padding: 5vh 0 5vh 0;
    height: 90vh
}

a.navbar-brand {
    font-size: 14px
}

@media (min-width: 576px) {
    a.navbar-brand {
        font-size: 16px
    }
}

@media (min-width: 768px) {
    a.navbar-brand {
        font-size: 18px
    }
}

@media (min-width: 1080px) {
    a.navbar-brand {
        font-size: 20px
    }
}

h1,
h1.brandHeadline {
    font-size: 2.2em;
    color: rgba(136, 0, 0, 1.0)
}

h2,
h2.brandHeadline {
    font-size: 26px;
    color: rgb(136, 0, 0) !important
}

h3 {
    font-size: 22px;
    color: rgba(136, 0, 0, 1.0) !important
}

a,
a.goBack {
    color: #344172;
}

a.goBack {
    font-size: 25px;
    text-decoration: none
}

a.goBack:hover {
    font-size: 28px;
}

h4 {
    font-size: 20px;
    color: rgba(136, 0, 0, 1.0) !important
}

h5 {
    font-size: 18px;
    color: rgba(136, 0, 0, 1.0) !important
}

p.lead {
    font-size: 16px
}

.brandColor {
    color: rgba(136, 0, 0, 1.0)
}

.brandColorBgSand {
    background: rgba(136, 0, 0, 1.0) !important;
}

nav.navbar {
    border-top: 1px solid rgba(137, 127, 117, 1.0)
}

.navbar-dark .navbar-toggler, .btn-primary {
    border: 1px solid rgba(137, 127, 117, 1.0)
}

.navbar-dark, .brandColorBgDark {
    background: rgb(140, 129, 118) !important
}

#bereiche {
    list-style-type: none;
    padding: 0 0 0 25px
}

a.btn-lg {
    background: #214454
}

a.btn-lg:hover {
    background: rgba(137, 127, 117, 1.0)
}

.rot {
    color: red
}

.googleLink {
    font-size: 12px !important
}

.contentContainer {
    /*height: calc(100vh - 60px);*/
    width: 100%;
    background: linear-gradient(rgba(255,255,255,.85), rgba(255,255,255,.85)), url(/assets/images/Axel-Ebert-Logo.jpg) center center / cover no-repeat;
}

.contentContainer ul {
    list-style-type: square;
    list-style-position: inside;
    color: rgba(136, 0, 0, 1.0);
    font-weight: bold
}

.contentContainer span {
    color: black;
    font-weight: normal
}

#axelEbert {
    font-weight: bold;
    color: rgba(136, 0, 0, 1.0)
}

.projectLink {
    color: rgba(136, 0, 0, 1.0);
    font-weight: bold
}

/*swiper*/

.swiper {
    width: 80vh;
    height: auto;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

#swiperWrapper {
    margin-top: 1vh !important;
}

#bottomSpacer {
    width: 100%;
    height:5vh;
}