/*section {*/
    /*padding: 25px 0;*/
/*}*/

body {
    margin: 0;
    padding: 0;
    /*font-family: "Roboto", "Helvetica Neue", Arial, sans-serif !important;*/
    font-family:  "Myriad Pro Regular", "Helvetica Neue", Arial, sans-serif !important;
    letter-spacing: 0.4;
}

.blackSection {
    background: #292929;
    width: 100%;
    padding: 15px 0;
    color: #fff !important;
}

#wartung {
    /* margin-bottom: 75px; */
}

.sectionSpacing {
    margin: 75px 0;
}

.imageBanner {
    /*background-image: url("/img/vienna.jpg");*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
    width: 100% !important;
    /*margin-top: 56px;*/
    padding: 100px 50px 50px 50px;
    position: relative;
    overflow: hidden;
}

.imageBanner video{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

.bannerIntroPlum {
    border-bottom: 2px solid #681932;
    padding-bottom: 2px;
    width: fit-content;
    font-size: 21px;
    font-weight: 400;
    font-style: oblique;
}



.bannerIntroText {
    font-size: 21px;
    font-style: oblique;
    font-weight: 300;
}

.textHeader {
    color: #292929;
    border-bottom: 2px solid #681932;
    padding-bottom: 2px;
    width: fit-content;
    display: table;
    /*margin: auto;*/
    font-style: oblique;
    margin-bottom: 20px !important;
    text-align: center;
    font-size: 1.8vw;
    /*margin-left: 0;*/
}


.textWhite {
    color: #fff;
}

.textCenter {
    margin: auto;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.consultingText {

    width: 80%;
    margin: auto;
    margin-top: 20px;
    letter-spacing: 1;
    text-align: justify;
}

.description {
    margin: 0;
    letter-spacing: 1;
    line-height: 1.3;
    width: 90%;
}

.imgCenter {
    margin: auto;
    display: block;
}

.consultingSVG {
    width: 460px;
    /*width: 400px;*/
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /*height: 400px;*/
}

.svgDrawing {
    stroke: #000000;
    stroke-width: 1.5;
    fill: none;
    stroke-dasharray: 700;
    stroke-dashoffset: 700;
    animation: animate 3s linear forwards;
    /*animation-delay: 6s;*/
}

.consultingCol {
    margin-bottom: 50px;
}

.listIcons li {
    list-style-image: url('/img/listitem.svg');
}

.listSpacing li {
    padding-left: 10px;
    line-height: 22px;
    margin-bottom: 2px;
    padding-bottom: 8px;
}

.appContent {
    height: 250px;
    margin-bottom: 20px;
    width: 80%;
    margin: auto;
    position: relative;
}

.devIcons{
    position: absolute;
    top: 0;
    left: 0;
}

.appDescription {
    text-align: justify;
    /*width: 80%;*/
    margin: auto;
    margin-top: 30px;
}

.appCol {
    padding: 0 15px 0 15px;
}

.customButton {
    width: 70%;
    margin: auto;
    display: block;
    color: #fff !important;
    font-weight: bold;
    cursor: pointer;
    background: #9f1f4c;
    padding: 1rem 2rem;
    opacity: 1;
    margin-top: 20px;
    transition: .5s;
}

.customButton:hover {
    background: #fff;
    border: 1px solid #9f1f4c;
    color: #9f1f4c !important;
    /*box-shadow: 1px 1px #292929;*/
}

.centerImage {
    margin: auto;
    display: block;
}

.headPosition{
    width: 80%;
    margin: auto;
}

.networks-parallax{
    position: absolute;
    top: 0;
    left: 0;
    display: none !important;
    z-index: -1;
}

.impressumBox{
    width: 40%;
margin: auto;
    padding: 50px 0 0 0;
    /*background: #000;*/
    /*height: 100%;*/
}

.impressumStrong{
    font-size: 18px;
    font-weight: bold;
}

.impressumText{
    font-size: 18px;
}

.privacyStrong{
    font-size: 18px;
    font-weight: bold;
}

.privacyText{
    font-size: 18px;
}

.agbStrong{
    font-size: 18px;
    font-weight: bold;
}

.agbText{
    font-size: 18px;
}

.imprintList{
    padding-left: 40px;
    list-style-type: lower-alpha;
}

.imprintList li{
    font-size: 18px;
    margin-bottom: 5px;
}

.blackHeading{
    margin-bottom: 0px;
}

.textFormat{
    font-size: 1.1em;
    line-height: 1.5;
    letter-spacing: 0.9;
}

.textSizeSmall {
    font-size: 1.1em;
}

.textSizeMedium {
    font-size: 1.3em;
}

/* TEXTSTYLES */
.font-light {
    font-family:  "Myriad Pro Light" !important;
}

.font-regular {
    font-family:  "Myriad Pro Regular" !important;
}

.font-bold {
    font-family:  "Myriad Pro Semibold" !important;
}

.font-medium-italic {
    font-family:  "Myriad Pro Semibold Italic" !important;
}


@keyframes animate {
    to {
        stroke-dashoffset: 200;
    }
}

.consultingHeadBox {
    height: 170px;
}


@media (max-width: 1521px){
    .descriptionCol{
        padding-left: 100px !important;
    }
}

@media (max-width: 1232px){
    .networks-parallax{
        display: block !important;
    }
}

@media (max-width: 1199px) {
    svg {
        display: none;
    }
    .headPosition{
        width: 100%;
    }
    .appDescription{
        width: 100%;
    }

}

@media (max-width: 1121px){
    .descriptionCol{
        padding-left: 150px !important;
    }
}


@media (max-width: 991px) {
    .komplettCol {
        padding-left: 30px;
    }

    .customButton {
        width: 100%;
    }

    .appContent {
        width: 100%;
    }
    .appDescription{
        width: 100%;
    }

    .blackHeading{
        margin-bottom: 40px;
    }
    .descriptionCol{
        padding-left: 15px !important;
    }
    .impressumBox{
        width: 70%;
    }

}



@media (max-width: 768px) {
    .appCol {
        margin-bottom: 80px !important;
        padding: 0 10px 0 10px;
    }

    .appContent {
        height: fit-content;
        display: table;
    }

    .headPosition {
        width: 50%;
        margin: 0;
    }

    .customButton {
        width: 60%;
    }

    /*.devIconHead {*/
        /*margin-left: 25% !important;*/
    /*}*/
    .descriptionCol{
        padding-left: 15px !important;

    }
    .blackDescription{
        width: 100% !important;
        text-align: justify;
    }
    .description{
        width: 100% !important;
    }
}

@media (max-width: 600px){
.appCol{
    padding: 0;
    width: 85%;
    margin: auto;
}
    .impressumBox{
        width: 90%;
    }

}

@media (max-width: 420px){
    .customButton{
        width: 70%;
    }
    .textHeading{
        font-size: 28px !important;
    }
    .description{
        text-align: justify;
    }
}

@media (max-width: 370px){
    section{
        padding: 0 5px;
    }
    .appCol{
        padding: 0 10px;
    }
    /*.devIconHead {*/
        /*margin: auto !important;*/
    /*}*/

}

@media (min-width: 992px) {
    .pr-lg-7,
    .px-lg-7 {
      padding-right:9rem !important;
    }
}

