/* Entfernen der Browsereinstellungen */
:focus {
    outline-color: transparent;
    outline-style: auto;
    outline-width: 0;

    outline: 0;
}

select,
button,
button:focus {
    border: none;
    outline: none;
}

button,
button:focus {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

select:focus::-ms-value {
    background-color: transparent;
}

html,
body {
    width: 100%;
    min-height: 100%;

    font-family: Verdana, sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 200;
    line-height: 1.4;

    background-color: #000000;

    color: #444444;
}

@media (min-width: 992px) {
    body {
        overflow-y: scroll;

        font-size: 14px !important;
        line-height: 1.4;

        color: #666666;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 14px !important;
        line-height: 1.4;
    }
}

a,
a:active,
a:focus,
.ce_text a {
    color: #9e0a2e;
    text-decoration: none;
}

a:hover,
.ce_text a:hover {
    color: #999999;
    text-decoration: none;
}

h1,
.h1 {
    margin-bottom: 20px;

    font-size: 190%;
    font-weight: 300;
    line-height: 1.5;

    text-transform: uppercase;

    color: #666666;
}

@media (max-width: 768px) {
    .startseite-h1 {
        margin-top: 50px;
    }
}

.startseite-h1 h1 {
    margin: 60px 0;
}

@media (max-width: 768px) {
}

h2,
.h2 {
    margin-top: 0;
    margin-bottom: 20px;

    font-size: 150%;
    font-weight: 300;
    line-height: 1.5;

    color: #666666;
}

h2.col-md-3,
h2.col-md-4 {
    margin-top: 0;
}

h2.weiss {
    margin-top: 20px;

    font-weight: 300;

    color: #ffffff;
}

h3,
.h3 {
    margin-top: 15px;
    margin-bottom: 4px;

    font-size: 140%;
    font-weight: 300;
    line-height: 1.5;

    color: #666666;
}

h4,
.h4 {
    margin-top: 15px;
    margin-bottom: 4px;

    font-size: 110%;
    line-height: 1.5;
}

@media screen and (max-width: 992px) and (orientation: portrait) {
}

.neutral,
.lichtgrau,
.lichtgraub {
    position: relative;
    z-index: 5;

    display: block;

    width: 100%;
}

.neutral {
    padding: 50px 0 50px 0;

    background-color: #ffffff;
}

.neutral h1 {
    margin-bottom: 5px;
}

.neutral h2 {
    line-height: 1.3;
}

.lichtgrau {
    padding: 50px 0 50px 0;

    background-color: #e8e8e8;
}

.stellenangebotsbereich h2,
.lichtgrau h2 {
    margin-top: 5px;
    margin-bottom: 3px;

    font-size: 170%;

    text-transform: uppercase;
}

.neutral h3.mit-platz {
    margin-top: 30px;
    margin-bottom: 0;

    font-size: 170%;

    text-transform: uppercase;
}

.lichtgrau h3.mit-platz {
    margin-top: 60px;
    margin-bottom: 10px;

    font-size: 170%;

    text-transform: uppercase;
}

.lichtgrau h3 {
    margin-top: 20px;
    margin-bottom: 7px;
}

.lichtgrau ul,
.lichtgraub ul {
    margin-left: -23px;

    list-style-type: square;
}

/*
.lichtgrau .branchenblock .col-md-5,
.lichtgrau .branchenblock .col-md-6 {
	display:block;
	padding-bottom:60px;
	margin-bottom:60px;
}
*/

.lichtgraub {
    padding: 90px 0 0 0;

    line-height: 1.9;

    background-color: #e8e8e8;
}

.lichtgraub h2 {
    margin-top: 5px;
}

.lichtgraub h3 {
    margin-bottom: 8px;
}

.fa-phone-alt,
.fa-envelope,
.fa-fax {
    line-height: 1.6;
}

.lichtgrau i.fas,
.lichtgraub i.fas {
    width: 25px;
}

h2.abstand-oben,
.abstand-oben h2 {
    margin-top: 40px;
}

.leistungsbereiche {
    padding-top: 80px;
    padding-bottom: 0;

    margin-bottom: 120px;

    line-height: 1.9;

    border-bottom: 1px solid #888888;
}

.leistungsbereiche h3 {
    margin-top: 0;
    margin-bottom: 7px;

    line-height: 1.3;
}

.sliderinnenmotiv,
.logoflaeche {
    height: 700px;
}

.header-startseite,
#seitenmenue {
    display: block;

    width: 100%;
}

.stellenuebersicht-kopf {
    margin-bottom: 30px;

    font-weight: 600;
}

@media (max-width: 768px) {
    .pfl-weiss {
        padding: 10px 0 10px 0;
    }
}

/* Logo oben*/

#logoeinblendung {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
}

/* Formatierungen */
.zentrieren {
    display: flex;

    justify-content: center;
    align-items: center;
}

.rechts-ausrichten {
    display: inline-flex;

    justify-content: flex-end;
    align-items: flex-start;
}

span.uppercase {
    text-transform: uppercase;
}

a.mehr-erfahren {
    text-decoration: none;
}

.invisible {
    display: none;
    visibility: hidden;
}

.img-responsive {
    width: 100%;
    height: auto;
}

.ansprechpartner-block {
    margin-bottom: 90px;
}

.ansprechpartner-block h3 {
    margin-top: 5px;
    margin-bottom: 0;
}

/* Slider neu */
.sliderbereich {
    display: block;

    width: 100%;
    margin: 0 0 0 0;
}

.mobile-slideransicht {
    display: none;
}

.desktop-slideransicht {
    display: block;
}

@media (max-width: 768px) {
    .mobile-slideransicht {
        display: block;
    }

    .desktop-slideransicht {
        display: none;
    }
}

@media (max-width: 768px) {
    .sliderbereich {
        margin-top: 20px;
    }
}

.sliderbereich .textbereich {
    position: absolute;
    top: 80px;
    left: 0;

    display: block;

    width: 100%;
}

.sliderbereich .logobereich {
    position: absolute;
    z-index: 11;
    top: 30px;
    left: -20px;

    display: block;

    width: 230px;
    height: auto;
}

@media (max-width: 768px) {
    .sliderbereich .bildbereich {
        height: 470px;
    }
    .sliderbereich .bildbereich img {
        overflow: hidden;

        width: auto;
        max-width: none;
        height: 470px;
    }
    .sliderbereich .textbereich {
        display: none;
    }
}

@media (min-width: 768px) {
    .sliderbereich .textbereich {
        top: 110px;
    }
}

@media (min-width: 1200px) {
    .sliderbereich .textbereich {
        top: 140px;
    }
}

.sliderbereich .textbereich span.sliderheadline {
    display: block;

    margin-bottom: 20px;

    font-size: 130%;
    line-height: 1.1;

    text-transform: uppercase;
}

.sliderbereich .textbereich span.sliderheadline.weisse-schrift {
    text-shadow: 1px 1px #000000;

    color: #ffffff;
}

@media (min-width: 992px) {
    .sliderbereich .textbereich span.sliderheadline {
        font-size: 160%;
        line-height: 1.1;
    }
}

@media (min-width: 1200px) {
    .sliderbereich .textbereich span.sliderheadline {
        font-size: 200%;
        line-height: 1.3;
    }
}

.sliderbereich .textbereich span.slidertext {
    display: block;

    font-size: 130%;
    line-height: 1.3;
}

.sliderbereich .textbereich {
    z-index: 10;
}

.sliderbereich .bildbereich {
    z-index: 5;
}

.slider-control {
    margin-top: -30px;
}

@media (max-width: 992px) {
    .slider-control {
        display: none;
    }
}

.content-slider h1 {
    display: none;
}

.slider-control a.slider-prev,
.slider-control a.slider-next {
    display: none;
}

.slider-control .slider-menu {
    margin-top: -10px;
}

.slider-control .slider-menu b.active {
    color: #333333;
}

.slider-control .slider-menu b {
    color: #eeeeee;
}

.slider-menu b {
    padding: 5px;
    margin: 0 5px;
}

@media (min-width: 992px) {
    .desktop,
    .headerbereich {
        z-index: 9;
        top: 0;
        left: 0;

        display: block;
        display: block;

        width: 100%;
        min-height: 55px;
    }
}

@media (max-width: 992px) {
    .desktop {
        display: none;
    }
}

/* Seitenfuss */

/* Mobil und Desktop */
@media (max-width: 992px) {
    .mobil {
        display: block;
    }
    .desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .mobil {
        display: none;
    }
    .desktop {
        display: block;
    }
}

strong {
    font-weight: 600;
}

/* Hauptmenü ab hier */

#seitenmenue {
    position: absolute;
    z-index: 5;
    bottom: 0;

    display: block;

    width: 100%;

    font-size: 16px;
}

#seitenmenue .hintergrundstreifen {
    position: absolute;
    bottom: 0;

    display: block;

    width: 100%;
    height: 77px;

    background-color: rgba(255, 255, 255, 0.3);
}

#seitenmenue a {
    color: #383838;
}

.menuebereich {
    z-index: 1000;

    display: block;
    padding: 10px 0 10px 0;

    margin-bottom: 0;
}

#seitenmenue .menuelinks ul {
    margin-bottom: 0;
    margin-left: -40px;

    list-style-type: none;
}

#seitenmenue .menuelinks li {
    float: left;
}

#seitenmenue .menuelinks li {
    float: left;
}

#seitenmenue .menuelinks a li {
    display: inline-block;

    margin-right: 0;

    font-size: 14px;

    text-transform: uppercase;

    color: #ffffff;
}

#seitenmenue .menuelinks span.menuenummer {
    display: block;

    width: 100%;
    height: 77px;
    padding: 8px 80px 0 5px;
    margin-top: 5px;

    font-size: 35px;
    font-weight: 100;
    line-height: 1;
}

@media screen and (min-width: 1200px) {
    #seitenmenue .menuelinks span.menuenummer {
        padding: 8px 100px 0 5px;
    }
}

#seitenmenue .menuelinks a.activer-link span.menuenummer,
#seitenmenue .menuelinks a:hover span.menuenummer {
    background-color: #888888;
}

#seitenmenue .schwarzer-hintergrund {
    position: absolute;
    bottom: 77px;
    left: 0;

    display: none;

    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 80px;

    background-color: rgba(0, 0, 0, 0.7);

    color: #ffffff;
}

@media (min-width: 992px) {
    #seitenmenue .schwarzer-hintergrund .container {
        width: 992px;
    }
}

@media (min-width: 1200px) {
    #seitenmenue .schwarzer-hintergrund .container {
        width: 1200px;
    }
}

#seitenmenue .schwarzer-hintergrund a {
    display: inline-block;
    padding: 5px 0 5px 0;

    margin: 2px 0 2px 0;

    font-size: 13px;
    text-transform: uppercase;

    color: #ffffff;

    text-decoration: none;
}

#seitenmenue .schwarzer-hintergrund a:hover {
    color: #e9e912;
}

#seitenmenue .navbar ul > li.nav-item.active,
#seitenmenue .navbar ul > li.nav-item.active a,
#seitenmenue .navbar .dropdown-menu.show a.active,
#seitenmenue .navbar ul.erste-menue-ebene > li.trail a,
#seitenmenue a.nav-link.active,
#seitenmenue a.aktiver-menuepunkt,
#seitenmenue a:visited.aktiver-menuepunkt {
    color: #e9e912;
}

.navbar {
    padding: 0;
    margin-bottom: 0;
}

.navbar .mod_navigation {
    width: 100%;
}

.navbar .dropdown-menu ul {
    list-style-type: none;
}

.navbar .dropdown-menu a.nav-link {
    padding: 1rem;
}

.navbar .dropdown-menu a.nav-link:hover {
    background-color: #efefef;
}

.navbar ul.navbar-nav {
    display: flex;

    width: 100%;

    justify-content: space-around;

    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;
        min-width: 220px;

        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    }
}

#seitenmenue .navbar li.nav-item a:hover,
#seitenmenue .navbar a.nav-link:hover {
    color: #bf3037;
}

.navbar .dropdown-menu ul > li {
    margin-left: -40px;
}

span.navbar-ueberschrift {
    display: none;
}

.navbar .mod_customnav {
    width: 100%;
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        z-index: 500;
        top: 0;
        left: 0;

        display: block;

        width: 100%;
        padding: 15px;

        background-color: #ffffff;
    }

    .dropdown-menu {
        padding: 0 20px 0 20px;

        border: 0;
    }

    .navbar button {
        z-index: 1000;
    }

    span.navbar-ueberschrift {
        display: block;

        padding: 30px 0;

        font-size: 20px;
        font-weight: 600;

        text-transform: uppercase;

        color: #bbbbbb;
    }

    a.nav-link,
    .navbar .dropdown-menu a.nav-link {
        padding: 0.8rem 1rem;
    }
}

/* .dropdown-toggle::after {
    display: none;
} */

@media (max-width: 758px) {
    .mobil-aus {
        display: none;
    }
}

ul.branchen-leistungen-matrix {
    margin-left: -40px;

    list-style-type: none;
}

a.interner-link,
a:visited.interner-link,
ul.branchen-leistungen-matrix li a,
ul.branchen-leistungen-matrix li a:visited {
    display: inline-block;
    padding: 5px 5px 8px 0;

    margin-bottom: 8px;

    color: #666666;

    text-decoration: none;
    border-bottom: 1px solid #666666;
}

.mit-trennlinie a,
.mit-trennlinie a:visited {
    color: #666666;
    border-bottom: 1px solid #666666;
}

.mit-trennlinie a:hover,
a:hover.interner-link,
ul.branchen-leistungen-matrix li a:hover {
    color: #9e0a2e;
    border-bottom: 1px solid #9e0a2e;
}

.bilduntertitel {
    display: block;

    margin-bottom: 30px;

    font-size: 80%;
}

.mitgliedschaften img {
    padding-top: 25px;
    padding-bottom: 25px;
}

.mitgliedschaften h2 {
    margin-bottom: 10px;
}

span.direkt-zu {
    display: block;

    margin-bottom: 20px;

    font-size: 120%;
}

.mit-bild {
    margin: 30px 0 30px 0;
}

.mit-bild h3 {
    margin-top: 0;
}

/* Kontaktformular */

.kontaktformular label {
    display: block;

    margin-top: 25px;
}

.kontaktformular input[type="text"],
.kontaktformular input[type="tel"],
.kontaktformular input[type="email"],
.kontaktformular textarea {
    width: 100%;
    padding: 5px 10px;
    border: 0;
    border-radius: 0;
    margin-bottom: 20px;

    background-color: transparent;

    color: #666666;

    border-bottom: solid 1px #666666;
}

.kontaktformular textarea {
    height: 150px;

    border-right: solid 1px #666666;
    border-bottom: solid 1px #666666;
    border-left: solid 1px #666666;
}

.kontaktformular button.submit {
    padding: 5px 10px;
    border-radius: 4px;
    margin: 20px 0;

    box-shadow: none;

    color: #ffffff;

    background: #9e0a2e;
}

.kontaktformular button.submit {
    color: #ffffff;
    background: #9e0a2e;
}

.unsichtbares-feld {
    visibility: hidden;
}

.unsichtbares-objektfeld {
    opacity: 0;
}

textarea.objekte-unsichtbar {
    height: 10px;

    opacity: 0;
}

div.unsichtbares-feld-komplett {
    display: none;
}

.mit-trennlinie {
    display: block;

    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;

    border-bottom: 1px solid #888888;
}

/* Hintergründe */
#hintergrund .start {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/stadt1.jpg) no-repeat;
    background-position: 50% 50%;
}
#hintergrund .startseite {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/startseite-trigis.jpg) no-repeat;
    background-position: 90% 10%;
}
#hintergrund .bergbau {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/bergbau_63547576_L.jpg) no-repeat;
    background-position: 90% 10%;
}
#hintergrund .ver_und_entsorger {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/versorgerb.jpg) no-repeat;
    background-position: 100% 0;
}
#hintergrund .architektur {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/32927706-architektur-trigis.jpg) no-repeat;
    background-position: 50% 50%;
}
#hintergrund .planung {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/planung.jpg) no-repeat;
    background-position: 50% 50%;
}
#hintergrund .verwaltung {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/verwaltung-2560px.jpg) no-repeat;
    background-position: 50% 50%;
}
#hintergrund .industrie {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/industried.jpg) no-repeat;
    background-position: 50% 50%;
}
#hintergrund .immobilien {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/immobilien.jpg) no-repeat;
    background-position: 50% 50%;
}
#hintergrund .telekommunikation {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/telekommunikation2.jpg) no-repeat;
    background-position: 50% 50%;
}
#hintergrund .bauwirtschaft {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/bauwirtschaft.jpg) no-repeat;
    background-position: 70% 30%;
}
#hintergrund .bahn_und_verkehr {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: url(/files/project/Bilder/Hintergruende/bahn-und-verkehr.jpg) no-repeat;
    background-position: 10% 90%;
}
#hintergrund .gitternetz-startseite {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    opacity: 0.5;

    background: url(/files/project/Bilder/Hintergruende/startseite-trigis.png) no-repeat;
    background-position: 90% 10%;
}

#hintergrund .branchen {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/chemieanlage-trigis2.jpg) no-repeat;
    background-position: 90% 10%;
}
#hintergrund .gitternetz-branchen {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    opacity: 1;

    background: url(/files/project/Bilder/Hintergruende/gitternetz-chemienanlagen.png) no-repeat;
    background-position: 90% 10%;
}
#hintergrund .leistungen {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/bruecke.jpg) no-repeat;
    background-position: 80% 20%;
}
#hintergrund .gitternetz-leistungen {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    opacity: 1;

    background: url(/files/project/Bilder/Hintergruende/gitternetz-bruecke.png) no-repeat;
    background-position: 80% 20%;
}
#hintergrund .gitternetz-leistungenb {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    opacity: 1;

    background: url(/files/project/Bilder/Hintergruende/gitternetz-Drohne-trigis.png) no-repeat;
    background-position: 80% 20%;
}
#hintergrund .leistungenb {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/leistungen-drohne2.jpg) no-repeat;
    background-position: 80% 20%;
}
#hintergrund .gitternetz-leistungenb {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    opacity: 1;

    background: url(/files/project/Bilder/Hintergruende/gitternetz-Drohne-trigis.png) no-repeat;
    background-position: 80% 20%;
}
#hintergrund .referenzen {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/tunnel.jpg) no-repeat;
    background-position: 60% 40%;
}
#hintergrund .gitternetz-referenzen {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    opacity: 1;

    background: url(/files/project/Bilder/Hintergruende/gitternetz-tunnel.png) no-repeat;
    background-position: 60% 40%;
}
#hintergrund .ueber_uns {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/windrad1.jpg) no-repeat;
    background-position: 70% 30%;
}
#hintergrund .gitternetz-ueber_uns {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    opacity: 1;

    background: url(/files/project/Bilder/Hintergruende/gitternetz-windrad.png) no-repeat;
    background-position: 70% 30%;
}
#hintergrund .karriere {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/bahn-trigis.jpg) no-repeat;
    background-position: 0 100%;
}
#hintergrund .gitternetz-karriere {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    opacity: 1;

    background: url(/files/project/Bilder/Hintergruende/gitternetz-bahn-trigis.png) no-repeat;
    background-position: 0 100%;
}
#hintergrund .geschaeftsfuehrung-management {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/TRIGIS-ueber-uns-management.jpg) no-repeat;
    background-position: 80% 20%;
}
#hintergrund .geschaeftsfuehrunga {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/TRIGIS-ueber-uns.jpg) no-repeat;
    background-position: 100% 0;
}
#hintergrund .geschaeftsfuehrungb {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/TRIGIS-ueber-uns-geschaeftsleitung-2.jpg) no-repeat;
    background-position: 60% 40%;
}
#hintergrund .geschaeftsfuehrungc {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/TRIGIS-ueber-uns-geschaeftsleitung-3.jpg) no-repeat;
    background-position: 60% 40%;
}
#hintergrund .geschaeftsfuehrungd {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-size: cover;

    background: #bbbbbb url(/files/project/Bilder/Hintergruende/TRIGIS-ueber-uns-geschaeftsleitung-4.jpg) no-repeat;
    background-position: 80% 20%;
}
#hintergrund .hintergrunduebergang_dunkel {
    position: absolute;
    z-index: 2;
    bottom: 0;

    width: 100%;
    height: 200px;

    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
#hintergrund .hintergrunduebergang_hell {
    position: absolute;
    z-index: 2;
    top: 0;

    width: 100%;
    height: 150px;

    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7));
}

#hintergrund .branchenalle {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 637px;

    background-repeat: no-repeat;
    background-size: cover;

    background-position: 50% 50%;
}

/* Header und Menü */
#header {
    position: relative;
    z-index: 1;

    height: 640px;
}
#logoeinblendung .logo,
#header .logo {
    width: 200px;
    height: 106px;
    padding-top: 29px;

    background-color: transparent;

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
}
#header .logo-rechts {
    width: 200px;
    height: 106px;
    padding-top: 55px;
    margin-left: 80%;

    background-color: transparent;

    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    background: linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
}
#header .logo .logo_innen,
#header .logo-rechts .logo_innen {
    position: absolute;

    margin: 0 0 0 0;
}
#header .logo .logogroesse {
    position: absolute;

    width: 140px;
    margin-top: 20px;
    margin-left: 30px;
}
#header .sloganlinks {
    position: absolute;

    margin-top: 70px;

    font-family: Verdana, Geneva, sans-serif;
    font-size: 21px;
    font-weight: 100;

    text-transform: uppercase;

    color: #ffffff;
}
#header .sloganrechts {
    position: absolute;

    margin-top: -20px;
    margin-right: 0;
    margin-left: 500px;

    font-family: Verdana, Geneva, sans-serif;
    font-size: 21px;
    font-weight: 100;

    text-transform: uppercase;

    color: #ffffff;
}
#header .menuehintergrund {
    position: absolute;
    z-index: 10;
    bottom: 0;

    width: 100%;
    height: 72px;

    opacity: 0.3;

    background: #ffffff;
}

#logoeinblendung .claim-text {
    display: block;

    margin-top: 45px;

    font-size: 24px;

    text-transform: uppercase;
}

#logoeinblendung .weisser-claim .claim-text {
    color: #ffffff;
}

#logoeinblendung .logo {
    display: flex;

    width: 240px;
    padding-top: 0;

    justify-content: center;
    align-items: center;
}

@media (max-width: 992px) {
    #logoeinblendung .logo,
    #header .logo {
        width: 150px;
        height: 85px;
    }

    #logoeinblendung {
        padding-left: 15px;
    }

    #header {
        height: 500px;
    }
}

#logoeinblendung .logo img {
    width: 70%;
}

/* Abstand unten */
#abstand_inhalt_unterer_bereich {
    z-index: 20;

    height: 200px;
}
#abstand_inhalt_unterer_bereich .pfad {
    z-index: 4;

    margin-top: 60px;

    font-size: 11px;

    color: #ffffff;
}
.slogan_unten {
    z-index: 4;
}

/* Kartenbereich */

.standortnamelinks.neutral,
.standortnamerechts.neutral {
    color: #888888;
}
.standortnamelinks.aktiv,
.standortnamerechts.aktiv {
    color: #0099cc;
}
.niederlassung_normal {
    position: absolute;
    z-index: 2;

    display: block;

    width: 9px;
    height: 9px;

    background-color: #9e0a2e;
}
.projektbuero_normal {
    position: absolute;
    z-index: 2;

    display: block;

    width: 9px;
    height: 9px;

    border: #9e0a2e 1px solid;
}
.projektbuero_ueber_uns {
    position: absolute;
    z-index: 3 !important;

    display: block;

    width: 9px;
    height: 9px;

    background-color: #0099cc !important;
}

.standortnamelinks.aktiv,
.standortnamerechts.aktiv,
.standortnamerechts-oben.aktiv,
.standortnamelinks-oben.aktiv {
    color: #0099cc;
}
.niederlassung_normal {
    position: absolute;
    z-index: 2;

    display: block;

    width: 9px;
    height: 9px;

    background-color: #9e0a2e;
}
.niederlassung_normal_legende {
    z-index: 2;

    width: 9px;
    height: 9px;

    float: left;

    background-color: #9e0a2e;
}
.niederlassung_normal_legende_weiss {
    z-index: 2;

    width: 9px;
    height: 9px;

    float: left;

    background-color: #cccccc;
}

.beteiligungsunternehmen_normal {
    position: absolute;
    z-index: 2;

    display: block;

    width: 9px;
    height: 9px;

    border-radius: 5px;

    background-color: #9e0a2e;
}
.beteiligungsunternehmen_normal_legende {
    z-index: 2;

    width: 9px;
    height: 9px;

    border-radius: 5px;

    float: left;

    background-color: #9e0a2e;
}
.beteiligungsunternehmen_normal_legende_weiss {
    z-index: 2;

    width: 9px;
    height: 9px;

    border-radius: 5px;

    float: left;

    background-color: #cccccc;
}

.projektbuero_normal_legende {
    z-index: 2;

    width: 9px;
    height: 9px;

    border: 1px solid #9e0a2e;

    float: left;
}
.projektbuero_normal_legende_weiss {
    z-index: 2;

    width: 9px;
    height: 9px;

    border: 1px solid #cccccc;

    float: left;
}

.projektbuero_normal_legende_kreis {
    z-index: 2;

    width: 9px;
    height: 9px;

    border: 1px solid #cccccc;
    border-radius: 5px;

    float: left;

    background-color: #cccccc;
}

.niederlassung_normal_schrift,
.projektbuero_normal_schrift {
    padding-right: 10px;
    padding-left: 5px;

    float: left;
    font-size: 9px;

    color: #9e0a2e;
}
.niederlassung_normal_schrift_weiss,
.projektbuero_normal_schrift_weiss {
    padding-right: 10px;
    padding-left: 5px;

    float: left;
    font-size: 9px;

    color: #cccccc;
}

.trigiskarte {
    width: 340px;
    height: 400px !important;
    margin-top: 15px;
}

#unterer_bereich {
    position: relative;
    z-index: 2;

    width: 100%;
    padding-top: 30px;

    background: rgb(133, 132, 132);
    background: radial-gradient(circle, rgba(133, 132, 132, 1) 0%, rgba(110, 111, 111, 1) 100%);
}
.karte_trigis_klein {
    position: relative;

    width: 300px;
    height: 400px;

    background: url(/files/project/Bilder/Basic/Karte-300px.png) no-repeat;
}
.niederlassung {
    position: absolute;
    z-index: 2;

    display: block;

    width: 9px;
    height: 9px;

    background-color: #9e0a2e;
}
.projektbuero {
    position: absolute;
    z-index: 2;

    display: block;

    width: 9px;
    height: 9px;

    border: #9e0a2e 1px solid;

    background-color: transparent !important;
}
.beteiligungsunternehmen {
    position: absolute;
    z-index: 2;

    display: block;

    width: 9px;
    height: 9px;

    border-radius: 5px;

    background-color: #9e0a2e;
}
#unterer_bereich span.total {
    display: none;
}
#unterer_bereich .fusslinks ul {
    margin-left: -23px;
}
#unterer_bereich .fusslinks {
    padding: 0;
    margin: 0 0 0 0;

    list-style-type: none;
}
#unterer_bereich .fusslinks li {
    padding: 0 0 0 0;

    margin: 0;
    margin-left: 0;

    font-size: 13px;

    text-transform: uppercase;

    list-style-type: none;
}
#unterer_bereich .fusslinks li a {
    display: inline-block;

    padding: 5px 0 5px 0;

    font-size: 13px;

    color: #ffffff;
}

#unterer_bereich .fusslinks h4 {
    margin-bottom: 6px;
    margin-left: 15px;

    font-size: 14px;

    text-transform: uppercase;

    color: #333333;
}
#unterer_bereich .fusslinks .invisible {
    display: none;
}

#unterer_bereich .fusslinks li.active,
#unterer_bereich .fusslinks li.active a,
#unterer_bereich .fusslinks li.active a:visited {
    display: inline-block;

    padding: 2px 0 2px 0;

    font-size: 10px;

    color: #e9e912;
}

#unterer_bereich .fusslinks li.active strong {
    font-weight: 100 !important;
}

#unterer_bereich .logo {
    width: 250px;
    height: 110px;
    padding-top: 30px;
    margin-left: 15px;

    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
    background: -ms-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
    background: linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.3));
}

#unterer_bereich .logo .logogroessefuss {
    position: absolute;

    width: 160px;
    margin-top: -10px;
    margin-left: -80px;
}

.schriftrahmen {
    padding: 2px;
    background: rgba(255, 255, 255, 0.6);
}
.kartensymbole .standortnamerechts {
    position: absolute;

    width: 80px;
    margin-top: 5px;
    margin-left: 11px;

    font-size: 9px;

    color: #9e0a2e;
}
.kartensymbole .standortnamerechts-weitunten {
    position: absolute;

    width: 80px;
    margin-top: 11px;
    margin-left: 11px;

    font-size: 9px;

    color: #9e0a2e;
}
.kartensymbole .standortnamerechts-oben {
    position: absolute;

    width: 80px;
    margin-top: -7px;
    margin-left: 11px;

    font-size: 9px;

    color: #9e0a2e;
}
.kartensymbole .standortnamelinks {
    position: absolute;

    width: 80px;
    margin-top: 5px;
    margin-left: -82px !important;

    font-size: 9px;

    text-align: right;

    color: #9e0a2e;
}
.kartensymbole .standortnamelinks-weitunten {
    position: absolute;

    width: 80px;
    margin-top: 12px;
    margin-left: -76px !important;

    font-size: 9px;

    text-align: right;

    color: #9e0a2e;
}
.kartensymbole .standortnamelinks-oben {
    position: absolute;

    width: 80px;
    margin-top: -7px;
    margin-left: -82px !important;

    font-size: 9px;

    text-align: right;

    color: #9e0a2e;
}

.kartensymbole .projektbuero_ueber_uns .standortnamerechts {
    color: #0099cc;
}
.kartensymbole .projektbuero_ueber_uns .standortnamerechts-weitunten {
    color: #0099cc;
}
.kartensymbole .projektbuero_ueber_uns .standortnamerechts-oben {
    color: #0099cc;
}
.kartensymbole .projektbuero_ueber_uns .standortnamelinks {
    color: #0099cc;
}
.kartensymbole .projektbuero_ueber_uns .standortnamelinks-weitunten {
    color: #0099cc;
}
.kartensymbole .projektbuero_ueber_uns .standortnamelinks-oben {
    color: #0099cc;
}

.niederlassung_normal {
    position: absolute;
    z-index: 2;

    display: block;

    width: 9px;
    height: 9px;

    background-color: #9e0a2e;
}
.niederlassung_normal_legende {
    z-index: 2;

    width: 9px;
    height: 9px;

    float: left;

    background-color: #9e0a2e;
}
.niederlassung_normal_legende_weiss {
    z-index: 2;

    width: 9px;
    height: 9px;

    float: left;

    background-color: #cccccc;
}

.lichtgrau .niederlassung_normal_legende_weiss,
.lichtgrau .niederlassung_normal_schrift_weiss,
.lichtgrau .projektbuero_normal_schrift_weiss {
    color: #444444;
}

.lichtgrau .niederlassung_normal_legende_weiss,
.lichtgrau .projektbuero_normal_legende_kreis {
    background-color: #777777;
}

.lichtgrau .projektbuero_normal_legende_weiss {
    border: 1px solid #777777;
}

.lichtgrau .niederlassung_normal_schrift_weiss,
.lichtgrau .projektbuero_normal_schrift_weiss {
    padding-right: 10px;
    padding-left: 5px;

    float: left;
    font-size: 9px;
}

#unterer_bereich .legende,
#unterer_bereich .karte_trigis_klein {
    display: block;
}

.referenzslideblock {
    padding-bottom: 55px;

    background-color: #e7e7e7;
}

.referenzansicht img {
    margin-bottom: 30px;
}

.referenzansicht .bildmotiv-referenzen {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    height: 300px;
    margin-bottom: 30px;
}

.referenzansicht .bildmotiv-referenzen-hintergrundbild {
    position: absolute;
    z-index: 1;

    display: block;

    width: 100%;
    height: 300px;

    transition: 0.7s;

    background-repeat: no-repeat;
    background-size: cover;

    cursor: pointer;

    background-position: 50% 50%;
}

.vorschauvergroessern {
    overflow: hidden;

    width: 100%;
}

.vorschauvergroessern img {
    overflow: hidden;

    transition: 0.7s;

    cursor: pointer;
}

/*
.vorschauvergroessern img:hover {
	transform: scale(1.09);
	overflow:hidden;
}
*/

.referenzansicht .bildmotiv-referenzen-hintergrundbild:hover {
    transform: scale(1.09);
}

.referenzansicht .bildmotiv-referenzen-untertitel {
    position: absolute;
    z-index: 2;
    bottom: 0;

    display: block;

    width: 100%;
    height: auto;
    padding: 20px 20px;

    background-color: rgba(0, 0, 0, 0.3);

    color: #ffffff;
}

/* Startseite Vorschau */
.geschaeftsleitung h2,
.vorschaublock h2 {
    display: none;
}

.geschaeftsleitung .startseite-vorschau-verlinkung-text h2 {
    display: block;

    margin-bottom: 15px;

    font-size: 130%;
    line-height: 1.2;
}

.startseite-infoblock {
    display: block;

    width: 100%;
    margin-bottom: 90px;
}

.startseite-vorschau {
    position: relative;

    display: block;
    overflow: hidden;

    width: 100%;
    margin-bottom: 15px;
}

.startseite-vorschau-hintergrund {
    position: absolute;
    z-index: 1;

    display: block;

    width: 100%;

    transition: 0.7s;

    background-repeat: no-repeat;
    background-size: cover;

    background-position: 50% 50%;
}

a:hover .startseite-vorschau .startseite-vorschau-hintergrund {
    transform: scale(1.09);
}

a:hover .startseite-vorschau .startseite-vorschau-text {
    background-color: rgba(0, 0, 0, 0.8);
}

a:hover .startseite-vorschau .startseite-vorschau-text h2 {
    color: #ffffff;
}

.startseite-vorschau,
.startseite-vorschau-hintergrund {
    height: 300px;
}

.mit-bild .startseite-vorschau,
.mit-bild .startseite-vorschau .startseite-vorschau-hintergrund {
    height: 400px;
}

.geschaeftsleitung .mit-bild .startseite-vorschau,
.geschaeftsleitung .mit-bild .startseite-vorschau .startseite-vorschau-hintergrund {
    height: 300px;
}

.mit-bild.startseite-infoblock {
    margin-bottom: 40px;
}

.startseite-vorschau-text {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;

    display: block;

    width: 100%;
    padding: 11px 15px 11px 15px;

    transition: background-color 0.4s ease-out;

    background-color: rgba(0, 0, 0, 0.5);

    color: #ffffff;
}

.startseite-vorschau-verlinkung-text {
    font-size: 120%;
}

.vorschaublock .startseite-vorschau-text h2 {
    display: block;

    font-size: 150%;

    color: #ffffff;
}

.stellenangebote-vorschau {
    margin-bottom: 70px;
}

.stellenangebote-vorschau.bild {
    margin-bottom: 30px;
}

.stellenangebote-vorschau-anzeige {
    margin: 0 0 15px 0;
}

.stellenangebote-vorschau-anzeige a,
.stellenangebote-vorschau-anzeige a:visited {
    color: #999999;
}

.stellenangebote-vorschau-anzeige a:hover {
    color: #9e0a2e;
}

.wer-wir-sind {
    margin-bottom: 30px;
}

.wer-wir-sind h2:not(:first-of-type) {
    margin-top: 30px;
}

.stellenangebote-hinweis i {
    font-size: 90px;

    color: #e9e912;
}

span.stellenangebote-bereichsname {
    font-weight: 600;

    text-transform: uppercase;
}

.chance {
    font-size: 120%;
    line-height: 1.6;
}

.jobabsatzoben,
.jobabsatz {
    display: block;
}

.jobabsatzoben {
    margin-top: 30px;
}

.jobabsatz {
    display: block;

    margin-bottom: 30pxx;
}

/* .jobimage {
    margin-top: 30px;
    transform: translateY(50%);
} */

.overlap.lichtgrau {
    margin-top: -1px;
    margin-bottom: -1px;
    background: linear-gradient(0deg, rgba(232, 232, 232, 1) 0%, rgba(232, 232, 232, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

@media (max-width: 992px) {
    .overlap.lichtgrau {
        padding: 25px 0 0 0;
    }

    .overlap.lichtgrau .container {
        padding: 0;
    }

    .overlap.lichtgrau .container .row {
        margin: 0;
    }

    .overlap.lichtgrau .container .row > div {
        padding: 0;
    }
}

.neutral.hasimage {
    padding-bottom: 0;
}

.stellenangebote-details.hasimage .lichtgrau {
    padding-top: 0;
}

/* Slider */
.slider-standard .slick-prev,
.slider-standard .slick-next {
    position: absolute;
    bottom: -40px;

    width: 40px;
    height: 40px;

    font-size: 26px;
    line-height: 1;

    background-color: transparent;

    color: #666666;

    cursor: pointer;
}

.slider-standard .slick-prev:hover,
.slider-standard .slick-next:hover {
    background-color: #000000;
    color: #ffffff;
}

.slider-standard .slick-prev {
    left: -15px;
}

.slider-standard .slick-next {
    left: 45px;
}

/* Sprachangaben */
#seitenmenue .sprachhintergrund ul li {
    margin: 0 25px 0 0;

    float: left;
}

#seitenmenue .sprachhintergrund ul {
    margin-left: -40px;

    list-style-type: none;
}

#seitenmenue .sprachhintergrund {
    padding-left: 30px;
}

#seitenmenue .sprachhintergrund a {
    color: #aaaaaa;
}

#seitenmenue .sprachhintergrund ul li.active a {
    color: #e9e912;
}

.sprachhintergrund ul li.active a::before {
    content: "[";
}

.sprachhintergrund ul li.active a::after {
    content: "]";
}

span.sprachwahl {
    display: block;

    margin-top: 8px;
    margin-bottom: 5px;

    font-size: 80%;
    line-height: 1;
}

.sprachhintergrund {
    height: 77px;
    padding-top: 10px;
    margin-bottom: -23px;

    line-height: 1.3;

    background-color: #222222;
}

@media (max-width: 992px) {
    .navbar button .fas {
        font-size: 25px;

        color: #ffffff;
    }

    .navbar button {
        font-size: 20px;

        text-transform: uppercase;

        color: #ffffff;
    }

    #seitenmenue .schwarzer-hintergrund {
        display: block;

        padding-bottom: 20px;
    }

    #seitenmenue .schwarzer-hintergrund.kein-mobil {
        display: none;
    }

    #header {
        z-index: 20;
    }

    .sprachhintergrund {
        margin-bottom: 0;
    }

    #seitenmenue .menuelinks ul {
        width: 100%;
    }

    #seitenmenue .menuelinks a li {
        width: 40%;
        margin-right: 15px;

        font-size: 14px;

        color: #444444;
    }

    span.menuenummer {
        margin-bottom: 20px;

        color: #666666;
    }

    #seitenmenue .menuelinks a:hover span.menuenummer,
    #seitenmenue .menuelinks a.activer-link span.menuenummer {
        background-color: #888888;
        color: #ffffff;
    }

    span.sprachwahl {
        color: #aaaaaa;
    }

    a.interner-link,
    a:visited.interner-link,
    ul.branchen-leistungen-matrix li a,
    ul.branchen-leistungen-matrix li a:visited {
        color: #333333;
        border-bottom: 1px solid #333333;
    }

    img.img-responsive {
        margin-bottom: 15px;
    }

    h1,
    #logoeinblendung .weisser-claim .claim-text {
        font-size: 170%;
    }

    h2 {
        font-size: 140%;
    }

    #unterer_bereich .fusslinks li {
        padding: 0 0 0 0;

        margin: 0;
        margin-left: 0;

        font-size: 12px;

        text-transform: uppercase;

        list-style-type: none;
    }

    #unterer_bereich .fusslinks li a {
        display: inline-block;
        padding: 5px 0 5px 0;

        margin: 2px 0 2px 0;

        font-size: 13px;

        color: #ffffff;
    }

    #unterer_bereich .fusslinks h4 {
        font-size: 14px;

        text-transform: uppercase;
    }
}

/* Geschichte mit Timeline */

.timelinegeschichte h2 {
    display: block;
}

.timelinegeschichte {
    position: relative;

    max-width: 1200px;
    margin: 0 auto;
}

.timelinegeschichte::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;

    width: 4px;
    margin-left: -3px;

    background-color: #e9e912;

    content: "";
}

.containergeschichte {
    position: relative;

    width: 50%;
    padding: 10px 40px;

    background-color: inherit;
}

.containergeschichte::after {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: -11px;

    width: 22px;
    height: 22px;

    border: 4px solid #e9e912;
    border-radius: 50%;

    background-color: #e8e8e8;

    content: "";
}

.leftgeschichte {
    left: 0;
}

.rightgeschichte {
    left: 50%;
}

.leftgeschichte::before {
    position: absolute;
    z-index: 1;
    top: 22px;
    right: 30px;

    width: 0;
    height: 0;

    border: medium solid white;

    content: " ";

    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

.rightgeschichte::before {
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 30px;

    width: 0;
    height: 0;

    border: medium solid white;

    content: " ";

    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

.rightgeschichte::after {
    left: -11px;
}

.contentgeschichte {
    position: relative;

    padding: 20px 30px;

    border-radius: 6px;

    background-color: white;
}

@media screen and (max-width: 768px) {
    .timelinegeschichte::after {
        left: 31px;
    }

    .containergeschichte {
        width: 100%;
        padding-right: 25px;
        padding-left: 70px;
    }

    .containergeschichte::before {
        left: 60px;

        border: medium solid white;

        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    .leftgeschichte::after,
    .rightgeschichte::after {
        left: 15px;
    }

    .rightgeschichte {
        left: 0;
    }
}

/* KOntakfeld */
#kontaktfeld {
    position: fixed;
    z-index: 1000;
    top: 40px;
    right: 0;

    display: flex;

    width: 100px;
    height: 60px;

    justify-content: center;
    align-items: center;

    font-size: 30px;

    background-color: #222222;

    color: #888888;

    cursor: pointer;
}

#kontaktfeld:hover {
    color: #e9e912;
}

#kontaktfeld-inhalt {
    position: fixed;
    z-index: 1000;

    display: none;

    width: 100%;
    height: 100%;

    justify-content: center;

    background-color: rgba(0, 0, 0, 0.7);
    /* backdrop-filter: blur(6px); */
}

#kontaktfeld-inhalt .kontaktfeld-inhalt-weiss {
    display: block;

    width: auto;
    width: 70%;
    padding: 70px;
    margin-top: 50px;
    margin-bottom: 50px;

    background-color: #ffffff;

    color: #666666;
}

#kontaktfeld-inhalt .kontaktfeld-inhalt-weiss-aus {
    margin-top: -40px;
    margin-bottom: 50px;

    cursor: pointer;
}

i.far.fa-envelope {
    color: #ffffff;
    cursor: pointer;
}

#kontaktfeld-inhalt .kontaktformular input[type="text"],
#kontaktfeld-inhalt .kontaktformular input[type="tel"],
#kontaktfeld-inhalt .kontaktformular input[type="email"],
#kontaktfeld-inhalt .kontaktformular textarea {
    padding: 5px 10px;

    border-radius: 0;
    margin-bottom: 10px;
}

#kontaktfeld-inhalt .kontaktformular textarea {
    height: 90px;
}

#kontaktfeld-inhalt .ce_form h2 {
    display: none;
}

#kontaktfeld-inhalt .kontaktformular label {
    display: block;

    margin-top: 15px;
}

@media screen and (max-width: 992px) {
    #kontaktfeld-inhalt .kontaktfeld-inhalt-weiss .nur-1200 {
        display: none;
    }

    #kontaktfeld-inhalt .kontaktfeld-inhalt-weiss {
        width: 90%;
        padding: 30px;

        color: #666666;
    }

    #kontaktfeld-inhalt .kontaktfeld-inhalt-weiss-aus {
        margin-top: -10px;
        margin-bottom: 30px;

        cursor: pointer;
    }
}

/* Weltkarte */
.blase {
    z-index: 300;

    background-color: #9e0a2e;
}

.karte_trigis_weltkarte {
    position: relative;

    width: 939px;
    height: 467px;

    background: url(/files/project/Bilder/Referenzen/karte-international.png) no-repeat;
}
.karte_trigis_weltkarte_mobil {
    position: relative;

    width: 280px;
    height: 139px;

    background: url(/files/project/Bilder/Referenzen/karte-international-280.png) no-repeat;
}
.karte_trigis_weltkarte_admin {
    position: relative;

    width: 939px;
    height: 467px;

    background: url(/files/project/Bilder/Referenzen/karte-international-admin.png) no-repeat;
}
.kartensymbole_trigis_weltkarte {
    position: absolute;

    width: 939px;
    height: 467px;
}
.kartensymbole_trigis_weltkarte_mobil {
    position: absolute;

    width: 280px;
    height: 139px;
}

.innerer-kartenbereich {
    position: absolute;

    display: block;
}

span.graueschrift {
    color: #888888;
}

.tooltip {
    font-size: 14px;
}

.kartensymbole_trigis_weltkarte .standortnamerechts {
    position: absolute;

    width: 80px;
    margin-top: 5px;
    margin-left: 11px;

    font-size: 9px;

    color: #9e0a2e;
}
.kartensymbole_trigis_weltkarte .standortnamelinks {
    position: absolute;

    width: 80px;
    margin-top: 5px;
    margin-left: -82px !important;

    font-size: 9px;

    text-align: right;

    color: #9e0a2e;
}
.weltweit_kartenpunkt {
    position: absolute;
    z-index: 2;

    display: block;

    width: 8px;
    height: 8px;
    padding: 0;

    background-color: #9e0a2e;
}
.weltweit_kartenpunkt_mobil {
    position: absolute;
    z-index: 2;

    display: block;

    width: 4px;
    height: 4px;
    padding: 0;

    background-color: #9e0a2e;
}
a.weltweit_kartenpunkt:hover {
    position: absolute;
    z-index: 2;

    display: block;

    width: 8px;
    height: 8px;
    padding: 2px;

    border: 2px solid #9e0a2e;

    background-color: #dddddd;

    -moz-transform: scale(2.2);
    -ms-transform: scale(2.2);
    -o-transform: scale(2.2);
    transform: scale(2.2);
}
.weltweit_kartenpunkt_neutral {
    position: absolute;
    z-index: 2;

    display: block;

    width: 8px;
    height: 8px;

    background-color: #888888;

    color: #888888;
}
.standortnamelinks.neutral,
.standortnamerechts.neutral {
    color: #888888;
}
.standortnamelinks.aktiv,
.standortnamerechts.aktiv {
    color: #0099cc;
}
