@charset "UTF-8";

/*

Copyright © 2020 krähativ design, Werbeagentur Heidenheim. All rights reserved.
Adapted for Marquis
Website http://www.kraehativ-design.de

*/

.ausgezeichnet .logos-wrapper-inner,
.card,
.box {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0.3125rem;
}

@font-face {
    font-family: Roboto;
    font-weight: 100;
    font-style: normal;
    src: url("../webfonts/Roboto-Thin.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 100;
    font-style: italic;
    src: url("../webfonts/Roboto-ThinItalic.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    font-style: normal;
    src: url("../webfonts/Roboto-Light.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 300;
    font-style: italic;
    src: url("../webfonts/Roboto-LightItalic.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
    src: url("../webfonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 400;
    font-style: italic;
    src: url("../webfonts/Roboto-Italic.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: normal;
    src: url("../webfonts/Roboto-Medium.ttf") format("truetype");
}

@font-face {
    font-family: Roboto;
    font-weight: 500;
    font-style: italic;
    src: url("../webfonts/Roboto-MediumItalic.ttf") format("truetype");
}

h1,
.h1,
h2,
.h2 {
    font-size: 40px;
    font-size: 2.5rem;
    font-family: Roboto;
    font-weight: 100;
    line-height: 1.2;
    color: #004389;
    text-align: left;
    text-transform: uppercase;
}

.negative h1,
.negative .h1,
.negative h2,
.negative .h2 {
    color: #fff;
}

@media screen and (max-width: 991px) {
    h1,
    .h1,
    h2,
    .h2 {
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
}

@media screen and (max-width: 767px) {
    h1,
    .h1,
    h2,
    .h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

h3,
.h3 {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.3;
    color: #222;
    text-align: left;
    margin-bottom: 40px;
}

.negative h3,
.negative .h3 {
    color: #fff;
}

.maps h3,
.maps .h3 {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    h3,
    .h3 {
        font-size: 21px;
        font-size: 1.3125rem;
    }
}

h4,
.h4 {
    font-size: 22px;
    font-size: 1.375rem;
    font-family: Roboto;
    font-weight: 500;
    line-height: 1.3;
    color: #004389;
    text-align: left;
    margin-bottom: 25px;
}

.negative h4,
.negative .h4 {
    color: #fff;
}

p {
    margin-bottom: 0;
}

.negative p {
    color: #fff;
}

p~p {
    margin-top: 0.9375rem;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #004389;
}

* ::selection {
    background: #004389;
    color: #fff;
}

* ::-moz-selection {
    background: #004389;
    color: #fff;
}

*:focus {
    outline: none !important;
}

body {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #222;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    body {
        font-size: 16px;
        font-size: 1rem;
    }
}

.wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: auto;
    z-index: 1;
}

.container {
    position: relative;
}

.content {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
    .content {
        padding-top: 75px;
        padding-bottom: 75px;
    }
}

.content-smaller {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

.box {
    background-color: #fff;
    border-radius: 0.3125rem;
    padding: 1.875rem;
}

@media screen and (max-width: 991px) {
    .maps .box {
        padding: 0 1.875rem;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .maps .box {
        padding: 0 0.9375rem;
    }
}

hr.gray-dark {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 5px solid #222;
}

.maps {
    position: relative;
}

.maps-kontakt {
    display: inline-block;
    padding: 1.875rem 3.75rem 1.875rem 1.875rem;
    border-bottom: 3px solid #cdcdcd;
    z-index: 1;
    position: relative;
    margin-right: 17%;
}

@media screen and (max-width: 991px) {
    .maps-kontakt {
        margin-right: 0;
        border-bottom: 0;
    }
}

.maps-kontakt::after {
    font-size: 80px;
    font-size: 5rem;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    line-height: 1;
    position: absolute;
    right: 1.875rem;
    bottom: 1.875rem;
    color: #004389;
    opacity: 0.15;
}

@media screen and (max-width: 991px) {
    .maps-kontakt::after {
        content: none;
    }
}

.maps .iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 0;
}

@media screen and (max-width: 991px) {
    .maps .iframe-wrapper {
        position: relative;
        height: 250px;
    }
}

.maps .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}

.bg-img {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.bg-img img {
    visibility: hidden;
}

.bg-network {
    position: relative;
    overflow: hidden;
}

.bg-network-span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/marquis-automatisierungstechnik-network.svg");
    background-position: 50% 50%;
    background-size: 150% auto;
    background-repeat: repeat;
    opacity: 0.25;
    z-index: 0;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .bg-network-span {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    .bg-network-span {
        display: none;
    }
}

.ausgezeichnet .bg-network-span {
    background-position-x: -50%;
}

.interesse .bg-network-span {
    background-repeat: no-repeat;
}

.bg-network-white .bg-network-span {
    background-image: url("../img/marquis-automatisierungstechnik-network-white.svg");
    opacity: 0.3;
}

.bg-network-white.bg-network-15>.bg-network-span {
    background-image: url("../img/marquis-automatisierungstechnik-network-15-white.svg");
}

.bg-network-white.bg-network-25>.bg-network-span {
    background-image: url("../img/marquis-automatisierungstechnik-network-25-white.svg");
}

.bg-network-15 .bg-network-span {
    background-image: url("../img/marquis-automatisierungstechnik-network-15.svg");
}

.bg-network-25 .bg-network-span {
    background-image: url("../img/marquis-automatisierungstechnik-network-25.svg");
}

.bg-gray {
    background-color: #f8f8f8;
}

.bg-orange {
    background-color: #f07e34;
}

.bg-blue {
    background-color: #004389;
}

header {
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    border-bottom: 3px solid #004389;
    position: relative;
    z-index: 5;
}

header .top-bar {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #222;
    color: #8a8a8a;
    padding: 0.9375rem 0;
}

header .top-bar-contact {
    text-align: right;
}

@media screen and (max-width: 991px) {
    header .top-bar-contact {
        text-align: center;
    }
}

header .top-bar-contact a,
header .top-bar-contact p {
    color: #8a8a8a;
    margin-right: 30px;
}

header .top-bar-contact a:last-child,
header .top-bar-contact p:last-child {
    margin-left: 30px;
    margin-right: 0;
}

header .navbar {
    background-color: #fff;
    padding: 0;
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-nav {
        padding-left: 15px;
        padding-right: 15px;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 767px) {
    header .navbar .navbar-nav {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    header .navbar .navbar-nav {
        padding-top: 35px;
        padding-bottom: 35px;
    }
}

@media screen and (min-width: 992px) {
    header .navbar .navbar-nav .w-100 {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-nav .nav-item {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        text-align: center;
        border: 1px solid #072e58;
    }
    header .navbar .navbar-nav .nav-item.active>a {
        background-color: #072e58;
        color: #fff;
    }
}

@media screen and (max-width: 767px) {
    header .navbar .navbar-nav .nav-item {
        width: 100%;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-align: left;
    }
}

header .navbar .navbar-nav .nav-link {
    color: #222;
    font-weight: 400;
    padding: 0.3125rem;
}

header .navbar .navbar-nav .nav-link:hover {
    color: #8a8a8a;
}

@media screen and (max-width: 991px) {
    header .navbar .navbar-nav .nav-link {
        background-color: #004389;
        color: #fff;
        padding: 0.9375rem;
    }
    header .navbar .navbar-nav .nav-link:hover {
        background-color: #072e58;
        color: #fff;
    }
}

header .brand {
    width: 220px;
    position: relative;
}

header .brand-mobile {
    margin: 15px;
    width: 150px;
}

@media screen and (min-width: 992px) {
    header .brand-mobile {
        display: none;
    }
}

header .brand-desktop {
    display: none;
}

@media screen and (min-width: 992px) {
    header .brand-desktop {
        display: inline-block;
    }
}

header .brand-box {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -40px;
}

header .brand-box p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #222;
    position: relative;
    margin: 0;
}

header .brand-box::before {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: url(../img/marquis-automatisierungstechnik-logo-box.svg);
    position: absolute;
    top: 0;
    left: 50%;
    width: 340px;
    height: auto;
    display: inline-block;
}

footer {
    background-color: #222;
    padding: 30px 0 0;
    z-index: 1;
}

footer p,
footer a,
footer li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.6;
    margin-bottom: 30px;
}

footer p,
footer p:hover,
footer p:focus,
footer p:active,
footer a,
footer a:hover,
footer a:focus,
footer a:active,
footer li,
footer li:hover,
footer li:focus,
footer li:active {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    footer p,
    footer a,
    footer li {
        text-align: center;
    }
}

footer ul {
    color: #fff;
}

@media screen and (max-width: 767px) {
    footer ul {
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    footer .wakd {
        width: 100%;
    }
}

footer .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}

footer .navbar-nav .nav-item {
    display: inline-block;
}

footer .navbar-nav .nav-item+.nav-item::before {
    content: "|";
    position: relative;
    display: inline-block;
    padding: 0 5px;
}

footer a:hover {
    color: #8a8a8a;
}

.btn-prime,
.btn-prime:hover,
.btn-prime:focus,
.btn-prime:active {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.15);
    font-size: inherit;
    line-height: 1;
    color: #fff;
    padding: 15px;
    margin: 0;
    margin-top: 2.5rem;
    border: 0;
    background-color: #004389;
    border-radius: 0.3125rem;
    border-bottom: 3px solid #072e58;
    white-space: nowrap;
}

.card .btn-prime,
.card .btn-prime:hover,
.card .btn-prime:focus,
.card .btn-prime:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #004389;
    padding: 0;
    line-height: 1.6;
    border: 0;
    margin-top: 1.25rem;
}

.card .btn-prime:hover,
.card .btn-prime:hover:hover,
.card .btn-prime:focus:hover,
.card .btn-prime:active:hover {
    color: #004389;
}

.negative .btn-prime,
.negative .btn-prime:hover,
.negative .btn-prime:focus,
.negative .btn-prime:active {
    background-color: #fff;
    color: #004389;
    border-bottom-color: #cdcdcd;
}

.btn-prime:hover {
    color: #fff;
}

.btn-prime::after {
    font-size: 18px;
    font-size: 1.125rem;
    content: "\f0da";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: inherit;
    display: inline-block;
    margin-left: 15px;
    vertical-align: bottom;
}

.btn-prime.wo-icon::after {
    content: none;
}

.sitemap .btn-prime {
    margin: 0.9375rem;
}

.carousel {
    background-color: #000;
}

.carousel-static {
    height: 450px;
}

.carousel-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-item,
.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.carousel-img {
    opacity: 0.4;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.carousel-info {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
}

.carousel-info h2 {
    font-size: 50px;
    font-size: 3.125rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .carousel-info h2 {
        font-size: 32px;
        font-size: 2rem;
    }
    .carousel-info {
        top: 40%;
    }
}

.carousel-info h3 {
    font-size: 22px;
    font-size: 1.375rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.carousel-info .btn-prime {
    margin-top: 1.875rem;
}

.card {
    height: -webkit-calc(100% - 30px);
    height: -moz-calc(100% - 30px);
    height: calc(100% - 30px);
    border: none;
    border-radius: 0.3125rem;
    background-color: #fff;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
}

.card-img-wrapper {
    position: relative;
    width: 100%;
    height: 160px;
}

.card-block {
    padding: 1.875rem;
}

.facts {
    background-image: url("../img/startseite/marquis-bg-computer.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    border-top: 5px solid;
    border-bottom: 5px solid;
    border-color: #222;
}

.facts .fact-wrapper {
    text-align: center;
    color: #fff;
    margin: 15px auto;
}

.facts .fact-icon {
    position: relative;
    background-color: #fff;
    color: #004389;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 0.3125rem;
}

.facts .fact-icon i {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-size: 3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 1;
}

.facts .fact-text {
    margin-top: 1.5625rem;
}

.facts .fact-text p {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: Roboto;
    font-weight: 100;
    line-height: 1.2;
}

.facts .fact-text-number {
    font-size: 60px;
    font-size: 3.75rem;
    font-family: Roboto;
    font-weight: 500;
}

@media screen and (max-width: 991px) {
    .ausgezeichnet .logos-wrapper {
        margin-top: 1.875rem;
    }
}

.ausgezeichnet .logos-wrapper-inner {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-color: #fff;
    border-radius: 0.3125rem;
    margin: 15px auto;
}

.ausgezeichnet .logos-wrapper-inner .img-fluid {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: -webkit-calc(100% - 60px);
    max-width: -moz-calc(100% - 60px);
    max-width: calc(100% - 60px);
    max-height: -webkit-calc(100% - 60px);
    max-height: -moz-calc(100% - 60px);
    max-height: calc(100% - 60px);
    position: absolute;
    left: 50%;
    top: 50%;
}


/* phips */

.slice {
    width: 0;
    height: 0;
    margin-right: -50px;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
}

.slice:hover {
    border-color: aqua;
}

.slice-up {
    border-bottom: 100px solid red;
}

.slice-down {
    border-top: 100px solid red;
}

.slice-col {
    display: flex;
}

area:hover {
    cursor: pointer;
}

#pizza {
    max-width: 100%;
}

.leistungsspektrum,
.leistungsspektrum h2 {
    justify-content: center;
    text-align: center;
}

#pizza_icon {
    font-size: 80px;
}

#pizza_title {
    font-size: 36px;
}

@media screen and (min-width: 768px) {
    .pizza-map {
        margin: 30px 30px 0px 30px;
    }
}


/* Referenzen */

.referenzen>div>a>img,
.referenzen>div>img {
    transition-duration: 0.3s;
    background-color: #fff;
    width: 100%;
    filter: saturate(0);
}

.referenzen>div>a>img:hover,
-referenzen>div>img:hover {
    transform: scale(1.2);
    filter: saturate(1);
}


/* Maps embed */

.embed-responsive-item {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/* Navbar */

.top-bar-contact a:hover {
    color: #fff;
}

@media screen and (min-width: 1200px) {
    nav>.nav-item {
        width: 140px;
    }
}

@media screen and (min-width: 992px) {
    nav .nav-item {
        justify-content: center;
        text-align: center;
        width: 115px;
    }
    nav .brand {
        margin-right: 20px;
        margin-left: 20px;
    }
}


/* Kontaktformular */

.form-control {
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    padding: 1.25rem;
    height: 3.75rem;
    line-height: 1.5;
    border: 1px #f2f2f2 solid;
    border-radius: 0.3125rem;
    background-color: #fff;
}

.form-control,
.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder {
    color: #999;
}

.form-control::-moz-placeholder {
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control:focus,
.form-control:hover:focus {
    border-color: #004389;
    background-color: #fff;
    color: #333;
}

.custom-select {
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
    font-size: 20px;
    font-size: 1.25rem;
    font-family: MS, sans-serif;
    height: 3.75rem;
    border: 1px #f2f2f2 solid;
    background-color: #fff;
    padding: 0 1.25rem;
    line-height: 1.5;
    border-radius: 0.3125rem;
}

.custom-select:focus,
.custom-select:hover:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    border-color: #004389;
    background-color: #fff;
    color: #004389;
}

.g-recaptcha {
    margin-top: 1.25rem;
}

.custom-checkbox .custom-control-label {
    line-height: 1.5;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0.3125rem;
    background-color: #fff;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after {
    top: 0.1em;
}

.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    background-color: #83949c;
}

.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #004389;
    border-color: #004389;
}

.error-message-wrapper {
    color: #000;
    padding: 0 0 3.125rem 0;
    margin-bottom: 3.125rem;
    border-radius: 0;
}

.error-message-wrapper h3 {
    text-align: left;
    color: #000;
    margin-top: 0;
}

.error-message-wrapper p {
    margin-bottom: 0;
}

.success-wrapper {
    padding: 3.125rem 0;
    border-radius: 0;
}

.success-wrapper h3,
.success-wrapper p {
    text-align: left;
    color: #000;
}

.success-wrapper h3 {
    margin-top: 0;
    margin-bottom: 1.875rem;
}

.success-wrapper p {
    margin-bottom: 0;
}

.success-wrapper .btn.next {
    color: #000;
}


/* Historie */

#unternehmen-historie>div>div>div>h2 {
    text-align: center;
    font-size: 35px;
}

.timeline-content>h3 {
    font-size: 16px;
}

.timeline-content>h2 {
    line-height: 1 !important;
    font-size: 32px;
}

.timeline {
    line-height: 1.4em;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.timeline h1,
.timeline h2,
.timeline h3,
.timeline h4,
.timeline h5,
.timeline h6 {
    line-height: inherit;
}

.timeline-title {
    text-align: unset;
}

.timeline-item {
    padding-left: 40px;
    position: relative;
}

.timeline-item:last-child {
    padding-bottom: 0;
}

.timeline-info {
    font-size: 24px;
    font-weight: 200;
    color: #004389;
    letter-spacing: 3px;
    margin: 0 0 .5em 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.timeline-marker {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15px;
}

.timeline-marker:before {
    background: #004389;
    border: 3px solid transparent;
    border-radius: 100%;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
    opacity: 0;
}

.timeline-marker>img {
    position: relative;
    top: -2px;
}

.timeline-marker:after {
    content: "";
    width: 3px;
    background: #CCD5DB;
    display: block;
    position: absolute;
    top: 24px;
    bottom: 0;
    left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
    content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
    background: transparent;
    border: 3px solid #004389;
}

.timeline-content {
    padding-bottom: 40px;
}

.timeline-content p:last-child {
    margin-bottom: 0;
}

.period {
    padding: 0;
}

.period .timeline-info {
    display: none;
}

.period .timeline-marker:before {
    background: transparent;
    content: "";
    width: 15px;
    height: auto;
    border: none;
    border-radius: 0;
    top: 0;
    bottom: 30px;
    position: absolute;
    border-top: 3px solid #CCD5DB;
    border-bottom: 3px solid #CCD5DB;
}

.period .timeline-marker:after {
    content: "";
    height: 32px;
    top: auto;
}

.period .timeline-content {
    padding: 40px 0 70px;
}

.period .timeline-title {
    margin: 0;
}

@media (max-width: 768px) {
    #unternehmen-historie>div>div>div>h2 {
        text-align: unset;
    }
}

@media (min-width: 768px) {
    .timeline-split .timeline,
    .timeline-centered .timeline {
        display: table;
    }
    .timeline-split .timeline-item,
    .timeline-centered .timeline-item {
        display: table-row;
        padding: 0;
    }
    .timeline-split .timeline-info,
    .timeline-centered .timeline-info,
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker,
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content,
    .timeline-split .period .timeline-info,
    .timeline-centered .period .timeline-info {
        display: table-cell;
        vertical-align: top;
    }
    .timeline-split .timeline-marker,
    .timeline-centered .timeline-marker {
        position: relative;
    }
    .timeline-split .timeline-content,
    .timeline-centered .timeline-content {
        padding-left: 30px;
    }
    .timeline-split .timeline-info,
    .timeline-centered .timeline-info {
        padding-right: 30px;
    }
    .timeline-split .period .timeline-title,
    .timeline-centered .period .timeline-title {
        position: relative;
        left: -45px;
    }
}

@media (min-width: 992px) {
    .timeline-centered,
    .timeline-centered .timeline-item,
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-marker,
    .timeline-centered .timeline-content {
        display: block;
        margin: 0;
        padding: 0;
    }
    .timeline-centered .timeline-item {
        padding-bottom: 40px;
        overflow: hidden;
    }
    .timeline-centered .timeline-marker {
        position: absolute;
        left: 50%;
        margin-left: -7.5px;
    }
    .timeline-centered .timeline-info,
    .timeline-centered .timeline-content {
        width: 50%;
    }
    .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
        float: right;
        text-align: left;
        padding-left: 30px;
    }
    .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
        float: left;
        text-align: right;
        padding-right: 30px;
    }
    .timeline-centered>.timeline-item.period .timeline-content {
        float: none;
        padding: 0;
        width: 100%;
        text-align: center;
    }
    .timeline-centered .timeline-item.period {
        padding: 50px 0 90px;
    }
    .timeline-centered .period .timeline-marker:after {
        height: 30px;
        bottom: 0;
        top: auto;
    }
    .timeline-centered .period .timeline-title {
        left: auto;
    }
}

.marker-outline .timeline-marker:before {
    background: transparent;
    border-color: #004389;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
    background: #FF6B6B;
}


/* Philosophie */

.philo,
.philo>h3 {
    justify-content: center;
    text-align: center;
}

.philo-icon>img {
    height: 100px;
}

.philo-icon>i {
    position: absolute;
    font-size: 55px;
    color: #fff;
    top: 23px;
    right: 0;
    left: 0;
}

.philo-icon {
    justify-content: center;
    margin-bottom: 30px;
    text-align: center;
}


/* Zertifikate */

.zertifikate-row img {
    border: 1px solid #d2d2d2;
    width: 100%;
}


/* Logos Software */

.popover {
    margin-bottom: 15px;
    border-radius: 0;
    max-width: unset;
    padding: 15px;
}


/* Readmore */

#intro-readmore-btn,
#sonderanlagenbau-readmore-btn {
    color: #fff;
}


/* Akordeon */

.card-header {
    background-color: #004389;
}

.card-header>h5>button {
    text-transform: uppercase;
    color: #fff;
}

.card-header>h5>button:hover,
.card-header>h5>button:active,
.card-header>h5>button:focus {
    text-decoration: none;
    color: #fff;
}

.card-image {
    text-align: center;
    overflow: hidden;
    height: 300px;
}

.card-image>img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}


/* Downloads */

.download-card {
    transition-duration: 0.3s;
    background-color: #004389;
    position: relative;
    text-align: center;
    padding: 30px 20px;
    height: 100%;
    color: #fff;
}

.download-card:hover {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}

.download-icon {
    text-align: center;
    font-size: 45px;
}

.download-ref-icon {
    position: absolute;
    right: 15px;
    top: 15px;
}


/* Positions */

@media screen and (max-width: 767px) {
    .sm-pos-1 {
        order: 1;
    }
    .sm-pos-2 {
        order: 2;
    }
}


/* Stellenausschreiben */

.joboffer-icon {
    position: relative;
    text-align: center;
    font-size: 120px;
    color: #004389;
    height: 100%;
}

.joboffer-icon>i {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

@media screen and (max-width: 991px) {
    .joboffer-icon {
        margin-bottom: 30px;
        transform: unset;
    }
    .joboffer-icon>i {
        transform: unset;
        position: unset;
        left: unset;
        top: unset;
    }
}

.joboffer-apply {
    padding: 20px 40px;
    background-color: #004389;
    font-size: 14px;
    color: #fff;
}

.joboffer-apply>div:first-of-type {
    text-align: center;
    font-size: 70px;
}

.joboffer-apply>h3 {
    text-align: center;
    margin-top: 30px;
}

.joboffer-apply>h3>a {
    transition-duration: 0.5s;
    color: #fff;
}

.joboffer-apply>h3>a:hover {
    color: #d2d2d2;
}

#sonderanlagenbau-software>div>div>div:nth-child(3)>div>a>div>img {
    border: solid 1px #f2f2f2;
}


/* Anlagenbauteile */

.anlagen-tile {
    transition-duration: 0.3s;
}

.anlagen-tile:hover {
    transform: scale(0.95);
}


/* Misc */

#sonderanlagenbau-produkte button.btn.btn-link.collapsed,
#vakuum-und-beschichtungstechnik-produkte button.btn.btn-link.collapsed,
#wasserkrafttechnik-produkte button.btn.btn-link.collapsed {
    text-align: left;
}

.fact-text>p {
    word-break: break-word;
}

@media only screen and (max-width: 575px) {
    .fact-text>p:first-of-type>span {
        font-size: 38px;
    }
    .fact-text>p {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 768px) {
    #automatisierungstechnik .card-block {
        display: flex;
        flex-wrap: wrap;
    }
}

#mainNav>ul>a>div>p {
    font-size: 17px;
    font-weight: 500;
}

.carousel-img {
    transition-duration: 0.5s;
    transform: scale(1);
}

.carousel-item.active>.carousel-img {
    transform: scale(1.2);
    opacity: 0.5;
}

.carousel-item {
    overflow: hidden;
}


/*# sourceMappingURL=style.min.css.map */