
html,
body {
    #font-family: 'Roboto';
    color: #fff;
    text-size-adjust: none;
    hyphens: none;
    font-size: 100%;
    margin-top: 0 !important;
    padding-top: 0 !important;
    line-height: 1.5rem;
    background: #000;
}


h1 {
    font-weight: normal;
    font-style: normal;
    text-align: left;
    color: #fff;
}
h1:after, #mainContent h2:after {
    content: '';
    margin: 3rem 0 0 2.6rem;
    width: 7.5rem;
    height: 0.06rem;
    display: block;
    background: #a5020d;
}

h1 span {
    position: absolute;
    display: block;
    float: left;
    left: 7rem;
    margin-top: 9px;
    margin-left: 0;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
}


.container-fluid.mainContentHidden {
    width: 100%;
    overflow: hidden;
}

.container-fluid.mainContentHidden .mainContentRed {
    width: 120%;
    margin-left: -10%;
}


@media (max-width: 480px) {
    h1 span {
        left: 1rem;
        font-size: 1rem;
    }

    div.mainContentRed {
        transform: rotate(0deg);
        transform-origin: 0% 0;
        padding: 25px 0;
    }
    div.mainContentRed .diagonal {
        transform: rotate(0deg);
        transform-origin: 0% 0;
    }

    h2 {

        margin-bottom: 3.5rem;
    }

    h2 span{

        margin-bottom: 3.5rem;
        left: 1rem;
        font-size: 1rem;
    }
}


@media (max-width: 770px) {
    h1 span {
        left: 1rem;
        font-size: 1rem;
    }

    h2 {

        margin-bottom: 3.5rem;
    }

    h2 span{

        margin-bottom: 3.5rem;
        left: 1rem;
        font-size: 1rem;
    }
}


h2 {

    font-weight: normal;
    font-style: normal;
}
h2:after, #mainContent h2:after {
    margin: 3rem 0 0 2.6rem;
    width: 7.5rem;
    height: 0.06rem;
    display: block;
    background: #a5020d;
}

h2 span {
    position: absolute;
    display: block;
    float: left;
    left: 7rem;
    margin-top: 9px;
    margin-left: 0;
    font-size: 1.4rem;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
}



.navheader {
    position: relative;
    display: block;
    height: 6rem;
}

@media (min-width: 994px) {

    ul.nav {
        width: 100%;
    }

    .nav-item {
        width: 25%;
        text-align: center;
        padding: 10px;
    }
}

.nav-item a {
    color: #fff;
}

.dropdown-menu {
    background: none;
}

.nav-item a:hover {
    border-bottom: 1px solid #a5020d;
}

#coverContainer {
    width: 100%;
    font-size: 18px;
    box-sizing: border-box;
    padding-top: 150px;
}

.btn {
    background: #fff;
    border: none;
    color: #a5020d;
    cursor: pointer;
    display: table;
    font-weight: 00;
    font-size: 1rem;
    line-height: 1rem;
    padding: 1.4rem 1.3rem;
    text-align: center;
    text-decoration: none;
    float: left;
    transition: 300ms all ease-in-out;
    margin-bottom: 1rem;
    width: 100%;
}

.header #slogan .btn-kreis {
    background-color: #24664e;
    position: absolute;
    width: 6.5rem;
    height: 6.5rem;
    padding-top: 1.2rem;
    top: -3.3rem;
    right: 0;
    border: none;
    text-align: center;
    border-radius: 100px;
    transition: 300ms all ease-in-out;
}

#footer {
}




.mainContentRed {
    transform: rotate(-2deg);
    transform-origin: 2% 0;
    top: 7rem;
    left: -25%;
    z-index: -1;
    width: 100%;
    height: 80%;
    background: inherit;
    margin: 150px 0;
    background-image: url("images/bg-footer.png");
    background-size: cover;
}

.mainContentRed .diagonal {

    transform: rotate(2deg);
    transform-origin: -2% 0;
    padding: 100px 0px 150px 0px;
}


.mainContentRed .diagonal .kasten1 {
    background: url("images/serverraeume-icon.png") center 30px no-repeat;
    background-color: #fff;
    transition: 300ms all ease-in-out;
}
.mainContentRed .diagonal .kasten2 {
    background: url("images/netzwerk-serverschraenke-icon.png") center 30px no-repeat;
    background-color: #fff;
    transition: 300ms all ease-in-out;
}
.mainContentRed .diagonal .kasten3 {
    background: url("images/speziealmontagen.png") center 30px no-repeat;
    background-color: #fff;
    transition: 300ms all ease-in-out;
}

.mainContentRed .diagonal .kasten1, .mainContentRed .diagonal .kasten2, .mainContentRed .diagonal .kasten3 {
    position: relative;
    height: 14rem;
    text-align: center;
}
.mainContentRed .diagonal a {
    display: block;
    text-decoration: none;
    border-top: 3px solid black;
}
.mainContentRed .diagonal .kasten1 p, .mainContentRed .diagonal .kasten2 p, .mainContentRed .diagonal .kasten3 p {
    position: relative;
    top: 10.5rem;
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #a5020d;
}







































img {
    max-width: 99%;
}



#slider-container {
    height: 100vh;
    width: 100%;
}

head a {
    color: #000;
}

p a {
    color: #a5020d;
}

td a {
    color: #a5020d;
}


ul a {
    color: #a5020d;
}

.btn a {
    color: #a5020d;
}

a:hover {
    color: #bf1721;
}

h2 {

    font-weight: normal;
    font-style: normal;
    margin-bottom: 35px;
}


h2 span {

    font-size: 1rem;
}



header a {
    color: #fff;
}

.logo {
    max-width: 100%;
}

.footer-container .logo {
    max-height: 35px;
}

.clear {
    clear: both;
}



.spacer {
    height: 150px;
}


.spacer50 {
    height: 50px;
}

.spacer75 {
    height: 75px;
}

.back-to-top {
    position: fixed;
    bottom:20px;
    right:20px;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 2px;
    border-left: 50px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 50px solid #000;
    margin-left: -30px;
    padding-top: 20px;
}
.back-to-top a {
    text-align: right;
    color: #fff;
    margin-left: -30px;
    padding-top: 22px;
    display: inline-block;
}

#eu-cookie-message {
    position: fixed;
    top: 0px;
    height: 50px;
    background: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 15px;
    z-index: 999;
}


.carousel {
    min-height: 250px;
}

.carousel h2 {
    font-size: 5em;
    color: #000;
    font-weight: bold;
}

.carousel p {
    font-size: 2em;
    color: #000;
    font-weight: bold;
}

#coverContainer {
    min-height:  calc(100vh - 655px);
}



@media (max-width: 550px) {
    header {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .carousel h2 {
        font-size: 3em;
        color: #000;
        font-weight: bold;
    }
    .carousel p {
        font-size: 1.5em;
        color: #000;
        font-weight: bold;
    }

}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

table tr td {
    text-align: left;
}

table tr td {
    padding-right: 25px;
}




.referenzen span {
    display: inline-block;
    padding: 5px 25px;
    text-align: center;
    background: #a5020d;
    color: #fff;
    margin: 10px;
}