/*_________________________________________________________________________________________________________________________________*/
/*________________________________________________________OVERRIDE_________________________________________________________________*/
/*_________________________________________________________________________________________________________________________________*/

.col-xl-6 {
    padding: 0;
}

.ml-auto {
    margin-left: 20% !important;
}

.nav-link {
    padding-left: 1.65rem !important;
    padding-right: 1.65rem !important;
    transition: .3s;
    width: fit-content;
    display: table;
}

.ml-auto {
    margin-left: 0 !important;
}

.navbar-collapse {
    margin-left: 15%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    /*border: 2px solid #DBDBDB;*/
    /*border-radius: 4px;*/

}

.carousel-image {
    position: relative;
    /*height: 100%;*/
}

#MagicCarousel {
    /*margin-top: 56px !important;*/
    /*height: 80vh;*/
    /*height: 700px;*/
    overflow: hidden;
}

/*.carousel-item{*/
/*height:90vh;*/
/*}*/

.carousel-control-next,
.carousel-control-prev {
    opacity: .8;
    display: none;
    z-index: 9999;
}

.col-md-4 {
    padding: 0;
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 50px 50px 50px;
    /*background: black;*/

}

.carouselHeader {
    color: #fff;
    /* text-shadow: 1px 4px #000; */
    font-size: 48px;
    letter-spacing: 5px;
    font-weight: 600;
    width: fit-content;
    /*border: 1px solid #fff;*/
    /*margin: auto;*/

}

.carouselText {
    font-size: 21px;
    font-weight: 400;
    text-align: left;
}

.carousel-item {
    height: 70vh;
}

.parallax {
    /* The image used */

    /* Full height */
    height: 100%;
    width: 100% !important;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 7s;
}

.parallax-bg-complete {
    background-image: url("/img/vienna.jpg");
}

.parallax-bg-software {
    background-image: url("/img/coding.jpg");
}

.parallax-bg-installation {
    background-image: url("/img/installation.jpg");
}

.parallax-bg-video {
    background-image: url("/img/video.jpg");
}

.parallax-bg-imprint {
    background-image: url("/img/imprint.jpg");
    height: 40vh !important;
    background-attachment: inherit !important;
    background-position: bottom center !important;
}

.transform {
    transform: scale(1.03);
}

video {
    width: 100%;
    height: auto;

}

.previewHeader {
    display: table;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 10px;
}

.navbar-brand:hover {
    background-color: transparent !important;
}

/*_________________________________________________________________________________________________________________________________*/
/*________________________________________________________CLASSES&ID__________________________________________________________________*/
/*_________________________________________________________________________________________________________________________________*/
#mainNav {
    background-color: #681932;
    z-index: 10123;
    /*border-bottom: 5px solid #292929;*/
}

.nav-link {
    color: #fff;
}

a.dropdown-toggle:hover {
    background: #fff !important;
    color: #681932 !important;
}

/*.dropdown-divider{*/
/*border: 1px solid #DBDBDB;*/
/*}*/
.dropdown-menu {
    background: #681932;
    border: none;
    min-width: 100%;
}

.dropdown-item {
    color: #fff !important;
    width: fit-content;
    display: table;
}

a.dropdown-item {
    cursor: pointer;
    /*margin-left: 10px;*/
}

.dropdown-toggle {
    padding-left: 10px;
    text-align: center !important;
}

.dropdown-toggle:hover {
    cursor: pointer;
}

.textRow {
    margin: 50px 30px 50px 30px;
}

.textRow h1 {
    font-size: 2.2em;
    color: #292929;
}

.textHeading {
    text-align: center;
    color: #000;
    /*text-decoration: underline #681932;*/
    border-bottom: 2px solid #681932;
    width: fit-content;
    display: table;
    margin-left: 15%;
    padding-bottom: 2px;
    margin-bottom: 40px;
}

#services {
    margin: 100px 0 100px 0;
}

.serviceText {
    width: 90%;
    font-size: 1.1em;
    line-height: 1.3;
    letter-spacing: 0.7;
}

#medicine {
    background-image: linear-gradient(60deg, #9f1f4c 50%, #681932 50%);
    height: 400px;
    padding: 25px 0;
}

.textImagesHeading {
    width: fit-content;
    display: table;
    margin-bottom: 20px;
    border-bottom: 2px solid #681932;
    padding-bottom: 2px;
}

.paddingCol {
    padding: 50px;
}

.textImagesText {
    width: 80%;
    font-size: 1.1em;

}

#contact {
    background: #292929;
    padding: 40px;
    width: 100%;
    margin: auto;
}

.contactHeader {
    color: #fff;
    /*margin: 0 !important;*/
    margin: 0 0 10px 0;

}

.contactDescription {
    color: #fff;
}

.contactDescription a {
    color: #fff;
}

.contactDescription a:hover {
    color: #9f1f4c;
}

.datenschutz {
    color: #fff;
}

.datenschutz:hover {
    color: #9f1f4c;
}

.previewImg {
    height: 80px;
    transition: .2s;
}

.previewImg:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.textDecoration {
    font-style: oblique;
    border-bottom: 3px solid #681932;
    padding-bottom: 8px;
    font-weight: 600;
    width: fit-content;
}

.medicineIcon {
    margin: auto;
    transition: .2s;
    display: block;
}

.medicineIcon:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.medicineIconText {
    width: fit-content;
    margin: auto;
    color: #fff;
    margin-bottom: 5px;
    letter-spacing: 1;
}

.medicineIconRow {
    width: 100%;
    height: 50%;
}

.medicineIconGroup {
    float: left;
    padding: 10px 15px;
}

.carouselHeadBox {
    display: table;
    width: fit-content;
    margin-right: auto;
}

.dropdown-item:hover {
    color: #9f1f4c !important;
    background: #fff !important;
}

#one, #three, #five {
    position: relative;
    left: -100%;
}

#two, #four, #six {
    position: relative;
    right: -100%;
}

.textImages {
    width: 100%;
    height: 100%;
    min-height: 400px;
    transition: .5s;
    position: relative;
    background-size: cover;
    filter: grayscale(100%);
}

/*.textImages:hover {*/
    /*opacity: 0.4;*/
    /*cursor: pointer;*/
/*}*/

.imageDescription {
    height: 100%;
    padding: 50px;
    display: none;
}

.textImagesRow {
    position: relative !important;
}

.bannerHeadline {
    font-size: 40px;

    color: #fff;
    margin: 0 0 20px 0;
    letter-spacing: 1;
}

body {
    overflow-x: hidden;
    font-family: "Myriad Pro Regular", "Helvetica Neue", Arial, sans-serif !important;
    letter-spacing: 0.4;
}

body a {
    color: #681932;
    font-family: "Myriad Pro Regular";
}

body a:hover {
    color: #531327;
}

.contactBtn:hover {
    background: #fff !important;
    color: #681932;
}

.previewCol {
    /*padding: 0 20px;*/
    /*height: 131px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.dropdown-item.active {
    background: #681932;
}

.btn {
    position: relative;
    width: fit-content;
    display: block;
    color: #9f1f4c;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
    margin: 30px 0;
    border: 1px solid #9f1f4c;
    padding: 14px 60px;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    letter-spacing: 1;
}

#medicineBtn{
    position: relative;
    width: fit-content;
    display: table;
    color: #9f1f4c !important;
    font-size: 14px;
    background: #fff;
    text-decoration: none;
    margin: 30px 0;
    border: 1px solid #9f1f4c;
    padding: 14px 60px;
    text-transform: uppercase;
    overflow: hidden;
    transition: 1s all ease;
    letter-spacing: 1;
    width: inherit;
}

/*.btn::before{*/
/*background: #9f1f4c !important;*/

/*content: "";*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*transform: translate(-50%,-50%);*/
/*z-index: -1;*/
/*transition: all 0.6s ease;*/
/*border: 1px solid #fff;*/
/*}*/

/*.medBtn::before{*/
/*width: 0;*/
/*height: 100%;*/
/*background: #9f1f4c;*/
/*color: #fff !important;*/
/*}*/

/*.medBtn:hover::before{*/
/*width: 100%;*/
/*background: #9f1f4c;*/
/*color: #fff !important;*/
/*}*/

#medicineBtn {
    margin-top: 40px;
    transition: .5s;
}

#medicineBtn:hover {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid #fff;
}

.medicineImagePrimary {
    transition: .2s;
}

.medicineImagePrimary:hover {
    cursor: pointer;
    transform: scale(1.1);
}

.medCol {
    padding: 0 25px;
}

.previewImgCol {
    width: 20% !important;

}

.previewTextCol a:hover {
    text-decoration: underline;
    text-decoration-color: #ffffff;
}

/*.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;*/
/*}*/

.textWhite {
    color: #fff !important;
}

.borderBottom {
    border-bottom: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(104, 25, 50);
}

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

.imageCol {
    padding: 0;
}

.imageText {
    height: 100%;
    color: #fff;
    font-weight: 600;

}

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

a:not([href]):not([tabindex]) {
    color: #fff;
}

/*a:not([href]):not([tabindex]):hover{*/
/*color: #682931 !important;*/
/*}*/

.slider {
    position: absolute;
    display: block;
    left: 0;
    top: -2px;
    margin: 0 auto;
    height: 2px;
    background-color: #9f1f4c;
    width: 0%;

    /*transition: width 6.9s linear;*/
}

.activeSlide {
    opacity: 1 !important;
}

.slideIndicator {
    position: relative;
    display: inline-block;
    /*transition: all 1s ease-out;/*/
    cursor: pointer;
    opacity: 0.5;
    border-top: 2px solid #FAFAFA !important;
}

.slideIndicator:hover .slider {
    /*width: 100%;*/
    /*background: #9f1f4c;*/

    cursor: pointer;
}

.slideIndicator:hover {
    opacity: 1 !important;
}

.carousel-indicators li {
    width: 25%;
    height: auto;
    text-indent: unset;
    background: none;
    color: #fff;
    border-bottom: none !important;
}

.cookieBanner {
    width: 100%;
    min-height: 8vh;
    padding: 15px 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(41, 41, 41, 0.9);
    display: none;
    justify-content: center;
    align-items: center;
}

.cookieBox {
    position: relative;
    padding: 0 40px 0 0;
    height: 100%;
}

.cookieText {
    margin: 0;
}

.cookieAccept {
    position: absolute;
    top: 0;
    right: 0;
    text-decoration: none;
    cursor: pointer;
    transition: .2s;
}

.cookieAccept:hover {
    transform: scale(1.05);
}

a.anchor {
    display: block;
    position: relative;
    top: -56px;
    visibility: hidden;
}

.resDivider {
    display: none;
}

.contactText{
    width: fit-content;
    height: 200px;
    display: table;
}
.contactCol{
    display:flex;
    align-items:center;
    justify-content: center;
}

.webpageList li{
    font-size: 18px;
}


/*_________________________________________________________________________________________________________________________________*/
/*________________________________________________________ATTRIBUTES_______________________________________________________________*/
/*_________________________________________________________________________________________________________________________________*/
.js-scroll-trigger:hover {
    color: #9f1f4c;
}

a {
    transition: .2s;
    border-radius: 4px;
}

h1 {
    color: red;
}

/* 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;
}

.textSizeTiny {
    font-size: 1vw;
}

.textSizeSmall {
    font-size: 1.1em;
}

.textSizeMedium {
    font-size: 1.3em;
}

.textSizeLarge {
    font-size: 2.4vw;
}

.textShadow {
    text-shadow: 0 0 1vw #42484b;
}

@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('../fonts/MYRIADPRO-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Light';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Light'), url('../fonts/MyriadPro-Light.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
}

@font-face {
    font-family: 'Myriad Pro Bold Condensed Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
}

/*_________________________________________________________________________________________________________________________________*/
/*________________________________________________________MEDIA____________________________________________________________________*/
/*_________________________________________________________________________________________________________________________________*/

@media (min-width: 1521px) {
    .textSizeSmall {
        font-size: 1.1em;
    }

}

@media (max-width: 1520px) {
    .textFormat {
        font-size: 1.1em;
    }
}

@media (max-width: 1450px) {
    .previewTextCol {
        width: 75% !important;
    }
}

@media (max-width: 1350px) {
    .navbar-collapse {
        margin-left: 3%;
    }

    .previewCol {
        padding-right: 10px;
    }

    .previewTextCol {
        margin-left: 10px !important;
    }
    .medCol{
        padding: 0;
    }
}

@media (max-width: 1265px) {

    .medicineIconGroup {
        width: 25% !important;
    }

    .healthcareText {
        font-size: 1em;
    }
}

@media (max-width: 1232px) {
    #myVideo {
        display: none;
    }

    .parallax-bg-video {
        display: block;
    }

}

@media (max-width: 1199px) {
    .navbar-collapse {
        margin-left: 0;
    }

    #medicineBtn{
        width: 35%;
    }

    .previewCol {
        border-radius: 0 !important;
    }

    .carouselHeadBox {
        margin-bottom: 50% !important;
    }

    .iconColTwo {
        display: none !important;
    }

    .iconColOne {
        flex: none;
        max-width: 100%;
    }

    .previewImgCol {
        width: 10% !important;
    }

    .textFormat {
        font-size: 1em;
    }

    /*.textRow h1{*/
    /*font-size: 2.4vw;*/
    /*}*/
    .medicineResponsive {
        width: 80%;
    }

    .carousel-indicators {
        left: 5% !important;
        right: 5% !important;
        margin-left: 0%;
        margin-right: 0%;
    }

    #one, #three, #five {
        left: 0;
    }

    #two, #four, #six {
        right: 0;
    }

    .resDivider {
        display: block;
    }
}

@media (max-width: 1121px) {
    #medicineBtn {
        margin-top: 20px;
    }

}

@media (max-width: 1024px) {

}

@media (max-width: 991px) {
    .contactHeadBox {
        float: none !important;
    }

    .textFormat {
        font-size: 1.1em;
    }

    .cookieBox {
        width: 80%;
    }

    .previewHeader {
        font-size: 18px;
    }

    .previewText {
        font-size: 14px;
    }

    .contactHeader {
        margin: auto;
        margin-bottom: 20px;
    }

    .contactDescription {
        width: 33%;
    }

    .contactRes {
        width: fit-content;
        display: block;
        margin: auto;
    }

    .contactLast {
        width: fit-content;
        display: block;
        float: right;
    }
    .contactCol{
        justify-content: left;
    }
}

@media (max-width: 950px) {
    .previewImgCol {
        width: fit-content !important;
    }

    .carouselHeadBox {
        margin-bottom: 60% !important;
    }
}

@media (max-width: 850px) {
    .textFormat {
        font-size: 1.7vw;
    }

    /*.textRow h1{*/
    /*font-size: 3vw;*/
    /*}*/
    .slideIndicator {
        display: none;
    }

    li.active {
        width: 70%;
        display: inline-block !important;
    }

    .carousel-control-prev {
        display: flex;
    }

    .carousel-control-next {
        display: flex;
    }

    .previewHeader {
        font-size: 24px;
    }

    .previewText {
        font-size: 18px;
    }
}

@media (max-width: 770px) {
    .textHeading {
        margin: auto;
        margin-bottom: 40px;
    }

    .serviceText {
        margin: auto;
    }

    .textRow {
        margin-left: 0;
        margin-right: 0;
    }

    .carouselHeadBox {
        margin-bottom: 80% !important;
    }

    .previewImgCol {
        margin-left: 20px;
    }

    .textFormat {
        font-size: 2.6vw;
    }

    /*.textRow h1{*/
    /*font-size: 3.9vw;*/
    /*}*/
    .medicineResponsive {
        width: 100% !important;
    }

    .bannerHeadline {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .contactDescription {
        width: 50%;
    }

    .contactLast {
        margin-top: 20px;
        float: none;
    }

    .contactRes {
        width: fit-content;
        display: table;
        float: right;
    }
    .medCol{
        padding: 0 15px;
    }
    #medicineBtn{
        width: 50%;
    }
}

@media (max-width: 650px) {
 .contactCol{
     padding: 0 50px;
 }
}

@media (max-width: 550px) {
    .carouselHeader {
        font-size: 32px;
    }

    .previewImgCol {
        margin-left: 0px;
    }

    .bannerHeadline {
        font-size: 24px;
        margin-top: 5px;
    }

    .previewHeader {
        font-size: 20px;
    }

    .previewText {
        font-size: 16px;
    }

    .textImagesText {
        width: 100%;
    }

    .serviceText {
        font-size: 3vw;
    }
    #medicineBtn{
        width: 70%;
    }
}

@media (max-width: 470px) {
    .contactDescription {
        width: 100%;
    }

    .contactRes {
        float: none;
        margin: 0;
        margin-top: 20px;
    }

    .contactHeader {
        margin: 0 0 20px 0;
    }


}

@media (max-width: 400px) {
    .carouselHeader {
        font-size: 24px;
    }

    .previewCol {
        padding: 0 5px 0 5px !important;
    }

    .textFormat {
        font-size: 3.6vw;
    }

    /*.textRow h1{*/
    /*font-size: 5.9vw;*/
    /*}*/
    .bannerText {
        font-size: 14px;
    }

    .bannerHeadline {
        font-size: 18px;
    }

    .previewHeader {
        font-size: 18px;
    }

    .previewText {
        font-size: 14px;
    }

    #medicine {
        height: 480px;
    }
}

@media (max-width: 360px) {
    .contactCol{
      margin: auto;
        padding: 0 25px;
    }
    #medicineBtn{
        width: 90%;
    }
}

/*Ipad:*/
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll !important;
    }

}

/*Iphone 10:*/
@media only screen
and (min-device-width: 375px)
and (max-device-width: 812px)
and (-webkit-device-pixel-ratio: 3) {
    .parallax {
        background-attachment: scroll !important;
    }

}

/*Iphone 6,7,8*/
@media only screen
and (min-device-width: 375px)
and (max-device-width: 667px) {
    .parallax {
        background-attachment: scroll !important;
    }

}

.map-container-6{
    overflow:hidden;
    padding-bottom:30.25%;
    position:relative;
    height:0;
    }
    .map-container-6 iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }

.contact-detail a {
    color: #212529;
}

.contact-icon {
    color: #212529;
}

.btn-contact:hover {
    background-color: #681932;
    color: #FAFAFA;
}
