body {
    padding-top: 5rem;
}

body {
    font-family: "Open Sans";
}

.starter-template {
    padding: 3rem 1.5rem;
    text-align: center;
}

h1 {
    font-size: 32px;
    color: #03528a;
    font-weight: 200;
}

h2 {
    font-size: 32px;
    color: #03528a;
    font-weight: 200;
}

h3 {
    font-size: 30px;
    color: #03528a;
    font-weight: 200;
}

h4 {
    font-size: 24px;
    color: #03528a;
    font-weight: 200;
}

@media (min-width: 576px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 28px;
    }

    .lead {
        font-size: 24px;
    }

    .navbar-logo-size {
        height: 88px !important;
    }
}

.divbox-width-4kacheln {
    width: 1100px;
}

@media (max-width: 1024px) {
    .divbox-width-4kacheln {
        width: 800px;
    }
}

@media (max-width: 768px) {
    .divbox-width-4kacheln {
        width: 720px;
    }
}

@media (max-width: 640px) {
    .divbox-width-4kacheln {
        width: 300px;
    }
}

.lead {
    color: #88bd24;
    font-size: 24pxpx;
}

p {
    font-weight: 200;
}

.gray-content {
    background-color: #dddddd;
}

.button {
    background-color: #88BD24;
    color: white;
    font-size: 14px;
}

.footer {
    font-size: 14px;
    color: #333;
    font-weight: 200;
    line-height: 1.5;
}

.footer_links {
    color: #88BD24;
    font-size: 14px;
}

.footer_copyright {
    font-size: 12px;
}

hr.style7 {
    border-top: 1px solid black;
    border-bottom: 1px solid #fff;
}

.menu_link {
    font-size: 14px;
    color: #333;
    font-weight: 300;
    text-decoration: none;
}

@media (min-width: 768px) {
    .menu_link {
        font-size: 20px;
    }

    .text-box-width {
        width: 660px !important;
    }

    .text-box-ux-width {
        width: 400px !important;
    }
}

.menu_link:hover {
    background-color: #88bd24;
    color: #333;
    text-decoration: none;
}

.menu_link_selected {
    background-color: #88bd24;
    color: #333;
    text-decoration: none;
}

.menu_link_secondary {
    font-size: 14px;
    color: #333;
    font-weight: 300;
    text-decoration: none;
}

.menu_link_secondary:hover {
    background-color: #88bd24;
    color: #333;
    text-decoration: none;
}

.footer_slogen {
    font-size: 24px;
    color: black;
    font-weight: 200;
}

.bewerbung_font {
    color: #03528A;
    font-weight: 700;
    font-size: 125%;
}

.support_slogen {
    font-size: 28px;
    color: #333;
    font-weight: 200;
}

.job_links {
    color: #0062ad;
    font-size: 18px;
}

.entwicklungs_slogen {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

ul {
    list-style-type: circle;
}

li {
    font-weight: 200;
}

.job_list_btn {
    box-sizing: border-box;
    background-color: #88bd24;
    border: 1px solid #f2f2f2;
    color: #ffffff;
}

.vl {
    border-right: 2px solid lightgray;
    height: 30px;
}

.navbar_line {
    border-bottom: 1px solid #dddddd;
}

.line_hight {
    line-height: 1.7;
}

.navbar {
    transition: top 0.6s;
}

.support_mail-number_text {
    font-size: 22px;
    color: #000000;
    font-weight: 200;
}

em {
    font-size: 18px;
    color: #03528A;
    font-style: normal;
    font-weight: normal;
}

.text-box-width {
    width: 300px;
}

.text-box-ux-width {
    width: 300px;
}

.navbar-logo-size {
    height: 60px;
}

.text-box-kacheln {
    width: 320px;
}

.text-box-4-kacheln {
    width: 240px;
}

ul {
    list-style: none;

    /* Remove default bullets */
}

ul li::before {
    content: "\2022";

    /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #03528a;

    /* Change the color */
    font-weight: bold;

    /* If you want it to be bold */
    display: inline-block;

    /* Needed to add space between the bullet and the text */
    width: 1em;

    /* Also needed for space (tweak if needed) */
    margin-left: -2em;

    /* Also needed for space (tweak if needed) */
}

.box-4-kacheln {
    width: 275px;
}

.box-4-kacheln-left-row {
    padding: 0px;
    margin: 0px;
}

.box-4-kacheln-right-row {
    padding: 0px;
    margin: 0px;
}

@media (max-width: 1024px) {
    .box-4-kacheln {
        width: 300px;
    }

    .box-4-kacheln-left-row {
        padding-left: 30px;
    }

    .box-4-kacheln-right-row {
        padding-left: 60px;
    }
}

@media (max-width: 768px) {
    .box-4-kacheln {
        width: 275px;
    }

    .box-4-kacheln-left-row {
        padding: 0px;
        margin: 0px;
    }

    .box-4-kacheln-right-row {
        padding: 0px;
        margin: 0px;
    }
}

.homepage-4-box-width {
    width: 240px;
}

.ki-box-anwendungsbeispiele {
    width: 375px;
}