﻿/* Grundschrift */
html, body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.25;
    color: #222;
    padding-top: 70px;
    padding-bottom: 40px;
}

/* Überschriften */
h1 { font-size: 2.2rem; font-weight: 400; }
h2 { font-size: 1.9rem; font-weight: 400; }
h3 { font-size: 1.6rem; font-weight: 400; }
h4 { font-size: 1.3rem; font-weight: 400; }
h5 { font-size: 1.1rem; font-weight: 400; }
h6 { font-size: 1.0rem; font-weight: 400; }

p {
    font-size: 1.05rem;
    margin-bottom: 0.6rem;
}

/* Untertitel */
.section-subtitle {
    margin-top: 10px;
    margin-bottom: 40px;
}

/* HEADER */
.top-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0px 3px 5px grey;
    z-index: 1000;
}

.inner-header {
    width: 960px;
    margin: 0 auto;
    background-color: #fff;
}

.top-header img {
    width: 50px;
    height: 60px;
    object-fit: contain;
}

/* PROMO BOX */
.promo-box {
    padding: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    background-color: #eeeeee;
    background-image: url('../img/blue.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
}

/* FOOTER BOX */
.footer-box {
    margin-top: 60px;
}

/* CHAPTER BOX */
.chapter-box {
    padding: 10px 20px;
    margin: 20px auto;
    background-color: white;
    border: 1px solid silver;
    border-radius: 10px;
    display: inline-block;
}

/* REFERENZEN */
.ref-row {
    margin-top: 20px;
    margin-bottom: 20px;
}

.ref-row h4 {
    margin-bottom: 5px;
}

.ref-row p {
    margin-top: -5px;
    margin-bottom: 15px;
}

/* KARUSSELL */
#textCarousel .carousel-item {
    min-height: 60px;
}

#textCarousel h4 {
    font-weight: 400;
    margin: 0;
}
