/* roboto-slab-100 - 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 Slab';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/roboto-slab-v34-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-300 - 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 Slab';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/roboto-slab-v34-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-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 Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v34-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-slab-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 Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v34-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 15px;
}

#log-container {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 1000;
    display: none;
}

#log-background {
    position: absolute;
    background-color: #ccc;
    width: 100%;
    height: 100%;
}

#log {
    position: absolute;
    width: 100%;
    height: 100px;
    overflow-y: scroll;
    font-size: 70%;
}

#main {
    opacity: 0;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    overflow: hidden;
}

a {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #DF5D0C;
}

#header {
    position: absolute;
    width: 100%;
}

#header-background {
    position: absolute;
    overflow: hidden;
    z-index: 0;
}

#header-background-image-01 {
    position: absolute;
    top: 0;
}

#header-background-image-02 {
    position: absolute;
    display: none;
    top: 0;
}

#header-background-image-03 {
    position: absolute;
    display: none;
    top: 0;
}

#header-background-image-04 {
    position: absolute;
    display: none;
    top: 0;
}

#header-background-image-05 {
    position: absolute;
    display: none;
    top: 0;
}

#header-logo {
    position: absolute;
}

#header-label {
    position: absolute;
}

.header-label-white {
    color: #fff;
    font-size: 23px;
    line-height: 28px;
}

.header-label-orange {
    color: #DF5D0C;
    font-size: 27px;
}

#header-menu-button {
    position: absolute;
    cursor: pointer;
}

#header-menu {
    height: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#header-menu-background {
    position: absolute;
    background-image: url("../img/black-85.png");
    height: 100%;
    width: 100%;
}

#header-menu-background img {
    position: absolute;
}

#header-menu-items {
    position: absolute;
    height: 100%;
    width: 100%;
}

.header-menu-item {
    position: absolute;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-menu-sep {
    position: absolute;
    background-image: url("../img/header-menu-sep.png");
    height: 100%;
    width: 1px;
}

#header-menu-small {
    display: none;
    position: absolute;
    width: 100%;
}

.header-menu-small-item {
    height: 20px;
    background-image: url("../img/menu-small-background.png");
    margin: 2px;
    padding: 20px;
    color: #fff;
    cursor: pointer;
}

#below-header {
    position: absolute;
    width: 100%;
}

#header-shadow {
    position: absolute;
    height: 8px;
    width: 100%;
}

.shadow-left {
    position: absolute;
    height: 8px;
    width: 100px;
    background-image: url("../img/header-shadow-edge.png");
}

.shadow-middle {
    position: absolute;
    height: 8px;
    background-image: url("../img/header-shadow.png");
}

.shadow-right {
    position: absolute;
    right: 0;
    height: 8px;
    width: 100px;
    background-image: url("../img/header-shadow-edge.png");
}

.content-h1 {
    position: absolute;
    font-size: 28px;
    font-weight: 100;
    top: 35px;
}

.content-h1-2019 {
    position: relative;
    font-size: 28px;
    font-weight: 100;
}

.content-h2 {
    position: absolute;
    font-size: 17px;
}

.content-p {
    position: absolute;
    max-width: 950px;
}

.box-orange {
    position: absolute;
    width: 100%;
    background-color: #DF642A;
}

.container {
    position: absolute;
    width: 100%;
}

#ueber-h1 {
    color: #DF642A;
}

#ueber-h2-2 {
    color: #DF642A;
}

#ueber-h2-3 {
    color: #DF642A;
}

#ueber-h2-4 {
    color: #DF642A;
}

#ueber-h2-5 {
    color: #DF642A;
}

#ueber-h2-5 a {
    color: #DF5D0C;
}

#ueber-h2-5 a:hover {
    color: #000;
}

#ueber-p-5 {
    color: #fff;
    top: 20px;
}

#ueber-shadow {
    position: absolute;
    height: 8px;
    width: 100%;
}

#leistungen-h1 {
    color: #DF642A;
}

#leistungen-list {
    position: absolute;
}

.leistungen-list-item {
    position: relative;
}

.leistungen-list-item-bullet {
    position: absolute;
}

.leistungen-list-item-label {
    position: absolute;
    top: 2px;
    left: 20px;
}

#leistungen-dotted-line {
    position: absolute;
    width: 100%;
    visibility: hidden;
}

.dotted-line-left {
    position: absolute;
    height: 14px;
    background-image: url("../img/dotted.png");
}

.dotted-line-triangle {
    position: absolute;
    height: 25px;
    width: 24px;
    background-image: url("../img/dotted-triangle.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

.dotted-line-triangle .arrow {
    position: absolute;
    left: 5px;
    top: 11px;
}

.dotted-line-right {
    position: absolute;
    right: 0;
    height: 14px;
    background-image: url("../img/dotted.png");
}

#aktuelles {
    background-color: #ededed;
    padding: 40px 10px 80px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#aktuelles-h1 {
    color: #DF642A;
    max-width: 1000px;
    margin: 0 auto;
}

#aktuelles-list {
    position: relative;
}

#aktuelles-list .dotted-line {
    position: absolute;
    top: -14px;
    left: 0;
    right: 0;
    width: 100%;
    height: 14px;
    background-image: url("../img/dotted.png");
    max-width: 1000px;
    margin: 0 auto;
}

.aktuelles-item {
    position: relative;
    padding: 20px 0;
    background-color: #ededed;
}

@media (max-width: 1024px) {
    .aktuelles-item {
        padding: 20px 5px;
    }
    #aktuelles-h1 {
        padding-left: 5px;
    }
}

@media (max-width: 414px) {
    #aktuelles-h1 {
        padding-left: 5px;
    }
    #aktuelles {
        padding: 40px 0px 80px;
    }
}

#aktuelles-list .aktuelles-item .dotted-line {
    position: absolute;
    bottom: -20px;
    top: auto;
    width: 100%;
    height: 14px;
    background-image: url("../img/dotted.png");
}

#aktuelles-triangle {
    background-image: url("../img/triangle-grey.png");
}

.aktuelles-item-inner {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.aktuelles-item-wrapper {
    position: relative;
    max-width: 900px;
}

.aktuelles-headline {
    color: #DF642A;
    font-size: 17px;
    margin-top: 4px;
    padding-right: 100px;
}

.aktuelles-body {
    padding: 10px 100px 0 0;
}

.aktuelles-item-accordion {
    height: 0;
    overflow: hidden;
}

.aktuelles-item .aktuelles-toggle {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    text-align: center;
}

.aktuelles-item .close {
    display: none;
}

.aktuelles-item.active {
    //background-color: #fff;
}

.aktuelles-item.active .close {
    display: inline-block;
}

.aktuelles-item.active .arrow-down {
    display: none;
}

#cv-triangle {
    background-image: url("../img/triangle-white.png");
}

#cv-h1-1 {
    color: #DF642A;
}

#cv-pic {
    position: absolute;
}

#cv-list {
    position: absolute;
}

.cv-list-item {
    position: relative;
}

.cv-list-item-bullet {
    position: absolute;
    color: #DF642A;
    font-weight: 400;
}

.cv-list-item-label {
    position: absolute;
    left: 100px;
}

.triangle {
    position: absolute;
    top: -9px;
    height: 9px;
    width: 19px;
    cursor: pointer;
}

.arrow {
    position: absolute;
    left: 3px;
    top: 9px;
}

#region-triangle {
    background-image: url("../img/triangle-orange.png");
}

#region {
    background-color: #DF642A;
}

#region-h1 {
    color: #fff;
}

#region-p-1 {
    color: #fff;
    margin-right: 20px;
}

#region-region {
    color: #000;
}

#region-map {
    position: absolute;
    overflow: hidden;
}

#region-map-image {
    position: absolute;
}

#kooperation-h1 {
    color: #DF642A;
}

#kooperation-list {
    position: absolute;
    width: 100%;
}

.kooperation-item {
    position: relative;
    width: 100%;
}

.kooperation-item a {
    text-decoration: none;
}

.p-orange {
    color: #DF642A;
}

#kooperation-triangle {
    background-image: url("../img/triangle-white.png");
}

#kontakt-triangle {
    background-image: url("../img/triangle-brown.png");
}

#kontakt {
    background-color: #393333;
}

#kontakt-logo {
    position: absolute;
}

#kontakt-h1 {
    color: #fff;
}

#kontakt-h2-1 {
    color: #fff;
}

#kontakt-p-1 {
    color: #fff;
}

#kontakt-h2-2 {
    color: #fff;
}

#kontakt-h1-2 {
    color: #fff;
}

#kontakt-impressum {
    color: #fff;
}

#kontakt a {
    color: #fff;
}

#kontakt a:visited {
    color: #fff;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-image: url("../img/overlay-background.png");
    display: none;
}

#overlay-close {
    position: absolute;
    top: 53px;
    right: 53px;
    cursor: pointer;
}

#impressum-logo {
    position: absolute;
}

#impressum-h1 {
    position: absolute;
    top: 266px;
    font-size: 28px;
    font-weight: 100;
    color: #DF642A;
}

.impressum-h2 {
    font-size: 17px;
    color: #DF642A;
}

#impressum-h2-1 {
    position: absolute;
    top: 320px;
}

#impressum-p {
    position: absolute;
    top: 373px;
    color: #fff;
    line-height: 26px;
}

#adrian-vesenbeckh-studio {
    margin-top: 5px;
    margin-bottom: 10px;
}

#impressum-p a {
    color: #fff;
    word-wrap: break-word;
}

#impressum-p a:visited {
    color: #fff;
}

#impressum-p a:hover {
    color: #DF642A;
}

.impressum-h1 {
    font-size: 28px;
    font-weight: 100;
    color: #DF642A;
    margin: 40px 0 20px;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
