/* roboto-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Roboto";
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/roboto-v30-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Roboto";
    font-style: italic;
    font-weight: 700;
    src: url("../fonts/roboto-v30-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: "Roboto", sans-serif !important;
}

#cn_insert .image a {
    color: white;
}

#top {
    display: block !important;
}

div#top_socials {
    display: flex;
    justify-content: space-between;
}

#top .mod_top_phone {
    width: 100%;
}

#footer {
    color: white;
    font-size: 15px;
}

#footer i {
    color: #252525;
    background: #707070;
    padding: 10px;
    border-radius: 3px;
    transition: background 0.3s ease;
}

#footer i:hover {
    background: white;
}

a#kununu-liverating:hover {
    filter: brightness(1);
}
a#kununu-liverating {
    display: block;
    margin-top: 3em;
    filter: brightness(0.4);
    transition: filter 0.4s ease;
}

.jarallax-container div {
    height: calc(600px + 100px + 45px) !important;
}
#contactms .block {
    overflow: visible !important;
}

.privacy_buttons input.submit:not(.all) {
    background-color: #707070 !important;
}

.show_overflow .block,
#kontakt .block {
    overflow: visible !important;
}

.mod_article:last-of-type .gray_blue_split.block {
    overflow: visible !important;
}

a.btn {
    color: white !important;
}

.cronologewerden_gradient .image_container img {
    height: 100px;
}

.invert, .invert * {
	color: white;
}

.ce_colorbox_inside {
    padding: 2em;
}

.header p.error {
    line-height: normal;
}

.block ul {
	list-style: disc;
	padding-left: 2em;
	margin-bottom: 15px;
}