/* hellblau #55c0d7
grün #93ba21 */
.fixed {
    position: fixed;
    bottom: 50px;
    left: 25px;
    background: #f83d23;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

@media only screen and (max-width: 576px) {
    .fixed {
        bottom: 15px;
        width: 90vw;
        left: 5vw;
    }
}

.bg-test {
    background-color: rgba(255, 0, 234, 0.15);
    border: #ff00f2 1px dotted;
}

.bg-lightblue {
    background-color: #55c0d7 !important;
}

body {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 300;
}

a {
    color: inherit !important;
}

b,
strong {
    font-weight: 600 !important;
}

/* ÜBERSCHRIFTEN
-------------------------------------------------- */
.h0,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: normal;
}

.h0 {
    font-size: 250%;
}

h1,
.h1 {
    font-size: 200%;
    font-weight: 600;
}

h2,
.h2 {
    font-weight: 600;
}

h3,
.h3 {
    font-weight: 500;
}

@media only screen and (max-width: 576px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3 {
        font-size: 125%;
    }
}

h3 {
    font-size: 1.25rem;
}

/* HEADER
-------------------------------------------------- */
.header {
    height: 600px;
    margin-top: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header h1,
.header .h1,
.header .h0 {
    background-color: rgba(85, 192, 215, 0.85);
}

@media only screen and (max-width: 576px) {
    .header {
        margin-top: 75px;
        height: 50vh;
    }

    .header h1,
    .header .h1,
    .header .h0 {
        font-size: 125%;
    }
}

/* PRIMARY
-------------------------------------------------- */
.bg-primary {
    background-color: #55c0d7 !important;
}

.btn-primary {
    background-color: #55c0d7 !important;
    border-color: #55c0d7 !important;
    color: #ffffff !important;
}

/* SECONDARY
-------------------------------------------------- */
.bg-secondary {
    background-color: #93ba21 !important;
}

.text-secondary {
    color: #93ba21 !important;
}

/* NAV */
.navbar {
    background-color: #ffffff;
    text-transform: uppercase;
}

.navbar-brand img {
    width: 180px;

    /* 220px; */
}

.dropdown-menu {
    margin-top: 0.5rem;
    padding-top: 1rem;
    border: none !important;
    border-radius: none !important;
}

.dropdown-item {
    margin-bottom: 1rem;
}

.dropdown-item:hover {
    color: red;
    background-color: #ffffff !important;
}

/* CONTENT */
.carousel-item {
    color: #ffffff !important;
}

.carousel-item hr {
    width: 30%;
    border-color: rgba(255, 255, 255, 0.5);
}

.carousel-text {
    height: 35vh;
}

@media only screen and (max-width: 576px) {
    .carousel-text {
        height: 100%;
    }
}

.index-blog-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

#bewertungen .carousel-item .item-height {
    height: 35vh !important;
}

@media only screen and (max-width: 576px) {
    #bewertungen .carousel-item .item-height {
        height: 40vh !important;
    }
}

/* BLOG
-------------------------------------------------- */
.blog-listview a:hover {
    text-decoration: none !important;
}

/* KONTAKTFORMULAR
-------------------------------------------------- */
.contactSubjectTd {
    padding-top: 1.3rem !important;
}

/* VERGLEICHSRECHNER
-------------------------------------------------- */
.iframe {
    height: 100vh !important;
}

/* FOOTER
-------------------------------------------------- */
.bg-footer {
    background-color: rgba(136, 172, 30, 1) !important;
}
