﻿/* ---------------------------------------------------------- Bootstrap Changes ---------------------------------------------------------- */

.row {
    margin: 0;
}

.carousel-item {
    padding: 0 15%;
}

.card-body {
    padding: 1rem 0;
}

/* ---------------------------------------------------------- General ---------------------------------------------------------- */

html {
    scroll-behavior: smooth;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

h1, h2, h3, h4, h5 {
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    margin-top: 0;
    color: #001526;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

h4 {
    font-size: 20px;
}

h5{
    font-size: 15px;
}

a {
    color: #001526;
    text-decoration: none;
}

p {
    color: #001526;
    font-size: 16px;
}

a:hover, a:focus {
    text-decoration: none;
    color: unset;
    opacity: 0.6;
    transition: opacity 0.15s;
}

.primaryButton {
    color: white;
    background-color: #FF6920;
    border: none;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    width: fit-content;
}

    .primaryButton:hover {
        box-shadow: rgb(95 82 82 / 74%) 0px 0px 11px 0px !important;
        transition: box-shadow 0.15s;
        opacity: 1;
        color: white;
    }

.margin {
    margin: 15px 0;
}

.meyTrackInText{
    font-weight: bold;
}

.inlineFlex {
    display: inline-flex;
}

.iconHeader{
    text-transform: uppercase;
    margin-top: 15px;
}

#footer {
    background-color: #C24E15;
    padding: 3% 10% 2.5% 10%;
    justify-content: center;
}

    #footer p,
    #footer h5 {
        margin: 0;
    }

    #footer img {
        margin: 0 1px 4px 3px;
    }

    #footer div {
        padding-left: 0;
    }

.footerIcon {
    height: 16px;
}

.footerLinks {
    color: #a42000;
}

.threeFooterLinks {
    text-align: right;
}

.footerTextRight{
    float: right;
}

.maxWidthFooter {
    max-width: 1000px;
}

.danger {
    color: red;
}

#scrollTop {
    position: fixed;
    bottom: 40px;
    right: 40px;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    box-shadow: rgb(95 82 82 / 74%) 0px 0px 5px 0px;
}

#changeLanguage {
    position: fixed;
    bottom: 120px;
    right: 40px;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 11;
    box-shadow: rgb(95 82 82 / 74%) 0px 0px 5px 0px;
}

    #changeLanguage::before {
        display: inline-block;
        margin-right: 0.255em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0.3em solid;
        border-bottom: 0.3em solid transparent;
    }

.currentLanguage {
    color: white;
    margin: 0;
}

.dropstart .dropdown-menu {
    top: 7px;
    margin-right: 4px;
    text-align: center;
}

.currentLanguageDropdownMenu {
    position: fixed;
    bottom: 129px;
    right: 87px;
    background-color: #FF6920;
    box-shadow: rgb(95 82 82 / 74%) 0px 0px 5px 0px;
    border-radius: 5px;
    padding: 5px 20px;
    transition: ease opacity 0.3s, ease right 0.3s;
    z-index: 10;
    color: white;
}

    .currentLanguageDropdownMenu:empty {
        padding: 0;
    }

    .currentLanguageDropdownMenu:hover {
        color: white;
        box-shadow: rgb(95 82 82 / 74%) 0px 0px 11px 0px !important;
        opacity: 0.8;
    }

.hiddenLanguage {
    opacity: 0;
    right: 40px !important;
    pointer-events: none;
}

.scrollTopIcon {
    height: 25px;
    filter: invert(1);
}

.maxWidth{
    max-width: 1920px;
    position: relative;
    padding: 0;
    margin: 0;
}

#popupModal .modal-dialog {
    max-width: 500px;
    top: 10%;
    margin: 2rem;
}

#popupModal .modal-content {
    background-color: #9FA639;
}

#popupModal .modal-footer {
    background-color: white;
    margin: 0;
    left: 0;
    border-radius: 0 0 5px 5px;
    padding: 5px 20px;
    flex-wrap: nowrap;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.closeModal {
    position: absolute;
    right: 0;
    background: transparent;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    color: white;
    z-index: 1;
}

.visitButtonLink {
    padding: 10px 25px;
    margin: 0;
    width: 100%;
    font-size: 25px;
}

.boothDetails {
    font-size: 18px;
}

.btnModal {
    position: fixed;
    bottom: 200px;
    right: 40px;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    box-shadow: rgb(95 82 82 / 74%) 0px 0px 5px 0px;
    background-color: #FF6920;
    border-color: transparent;
    transition: none;
}

    .btnModal:hover,
    .btnModal:focus {
        box-shadow: rgb(95 82 82 / 74%) 0px 0px 11px 0px !important;
        background-color: #FF6920;
        opacity: 1;
        border-color: transparent;
    }

.btnModal p {
    margin: 0;
    color: white;
}

.modalIcon {
    width: 50%;
    position: absolute;
    left: 0;
    filter: invert(1);
}

.modalIconImportant {
    filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(3deg) brightness(102%) contrast(104%);
}

.modalImage {
    width: 95%;
}

.modalFooterLink{
    width: 100%
}

.modalIconRight{
    width: 25%;
}

.iconBoxRight {
    display: flex;
    justify-content: flex-end;
}

#popupModal .modal-footer:hover {
    opacity: 1;
    background-color: #f1efef;
    -moz-box-shadow: inset 0px -7px 13px #cbcbcb;
    -webkit-box-shadow: inset 0px -7px 13px #cbcbcb;
    box-shadow: inset 0px -7px 13px #cbcbcb;
}

.modal-footer:focus {
    opacity: 1;
}

.hidden {
    display: none;
}

.g-recaptcha {
    margin-top: 15px;
}

/* ---------------------------------------------------------- Index ---------------------------------------------------------- */
.overviewBox {
    background-color: #E7E8E9;
    max-height: 750px;
    overflow: hidden;
    justify-content: center;
}

.defaultLeft {
    padding: 30px 10%;
    height: fit-content;
}

.overviewLeftContent {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.defaultRight {
    padding-right: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
    position: static;
    padding-left: 0;
}

.logoImg {
    height: 5vw;
}

.titleOrange {
    color: #FF6920;
}

.titleBlack {
    color: #001526;
}

.headerImage {
}

.overviewLeftText {
    max-width: 70%;
}

.icons {
    width: 100%;
}

.iconsText{
    font-size: 14px;
}

.meyTrackTag {
    position: absolute;
    right: calc(41% - 300px);
    height: 300px;
    top: 400px;
}

.defaultImage {
    width: 100%;
}

.ideaRight {
    padding: 60px 10% 20px 0;
}

.ideaIcon {
    height: 5vw;
}

#deployment {
    background-color: #FF6920;
    color: white;
    position: relative;
    justify-content: center;
}

    #deployment h3 {
        color: white;
        margin-bottom: 40px;
    }

.deploymentRight {
    height: 750px;
    padding-right: 0;
    overflow: hidden;
    position: inherit
}

.deploymentRightBackground {
    background-color: #E75E1B;
    width: 84%;
    height: 100%;
    float: right;
}

.deploymentLeft {
    padding: 30px 1% 30px 13%;
    position: initial;
}

#webImage {
    bottom: 0;
    position: absolute;
    width: 90%;
    margin-left: 5%;
}

.backgroundImageDeployment {
    filter: brightness(0) saturate(100%) invert(87%) sepia(26%) saturate(5361%) hue-rotate(316deg) brightness(96%) contrast(94%);
    right: 0;
    position: absolute;
    width: 75%;
    top: 0;
}

.deploymentList li {
    font-size: 16px;
    background-image: url('/Images/meyTRACK_aufzaehlung.svg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 20px;
    min-height: 40px;
    padding-top: 6px;
    padding-left: 30px;
}

.deploymentList {
    list-style-type: none;
    z-index: 1;
    position: relative;
}

.deploymentIcon {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .4;
    height: 40%;
}

.satisfiedCustomers {
    background-color: #C24E15;
    padding: 30px 10%;
    display: flex;
    justify-content: center;
    display: none;
}

    .satisfiedCustomers h3 {
        color: white;
        text-align: center;
    }

#package {
    background-color: #E7E8E9;
    padding: 30px 8% 55px 8%;
    display: flex;
    justify-content: center;
    text-align: center;
    position: relative;
}

.packageIcon {
    position: absolute;
    right: 0;
    top: 5%;
    opacity: .4;
    height: 40%;
    height: 10vw;
    width: fit-content;
    width: -moz-fit-content;
}

.packageTestNowText:hover {
    text-decoration: underline;
}

.packageIntroductionText {
    font-size: 22px;
    position: relative;
    z-index: 1;
}

.packageTestNowText {
    font-size: 24px;
    text-decoration: underline;
    position: relative;
    z-index: 1;
}

.topics:hover {
    transition: opacity 0.2s;
}

.packageCard {
    background-color: #E7E8E9;
    box-shadow: rgb(0 0 0 / 47%) 0px 0px 18px 2px;
    border: none;
    border-radius: 0;
    min-width: 325px;
    max-width: 500px;
    width: max-content !important;
    padding: 22px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
}

.packagesContainer {
    display: flex;
    justify-content: center;
    margin-top: 70px;
    align-items: center;
}

#firstCard {
    margin-right: 440px;
}

#centerCard {
    width: 22rem;
    position: absolute;
    z-index: 1;
}

#centerCard li {
    font-weight: bold;
}

.cardTextContainer{
    text-align: left;
}

.packageCardTestDemo {
    font-size: 14px;
    text-decoration: underline;
}

.cardTextContainer li {
    font-size: 15px;
}

.contactLeft {
    padding: 30px 2% 30px 10%;
    height: fit-content;
}

.contactRight {
    padding: 60px 10% 20px 0;
    text-align: center;
}

    .contactRight h3 {
        font-weight: 300;
        font-family: unset;
        font-size: 23px;
    }

.contactIcons{
    height:30px;
}

#contactUs {
    justify-content: center;
}

#idea {
    justify-content: center;
}

/* ---------------------------------------------------------- DemoMeyTrack ---------------------------------------------------------- */

.iconsFormularContainer {
    padding: 3% 20%;
    text-align: center;
    justify-content: center;
}

.demoForm {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: 80%;
}

    .demoForm input {
        max-width: unset;
    }

    .demoForm label {
        margin: 10px 0;
    }

    .demoForm img {
        width: 204px;
        margin-bottom: -35px;
    }

#demoFormContainer form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.errorCaptcha {
    margin-top: -25px;
}

.agbCheckbox {
    margin-bottom: -2px;
}

/* ---------------------------------------------------------- ThankYouPage ---------------------------------------------------------- */

.iconCheck {
    filter: brightness(0) saturate(100%) invert(55%) sepia(30%) saturate(4980%) hue-rotate(89deg) brightness(101%) contrast(108%);
    height: 250px;
}

.thankYouContainer {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10%;
    align-items: center;
}

/* ---------------------------------------------------------- Max Width 1920px ---------------------------------------------------------- */
@media (max-width: 1920px) {
    /* ---------------------------------------------------------- General ---------------------------------------------------------- */
    h1 {
        font-size: 4vw;
    }    

    h2 {
        font-size: 3vw;
    }
    
    h3 {
        font-size: 1.8vw;
    }


    /* ---------------------------------------------------------- Index ---------------------------------------------------------- */


}

/* ---------------------------------------------------------- Max Width 1145px ---------------------------------------------------------- */

@media (max-width: 1750px) {
    .packageCard {
        width: min-content !important;
    }
    #firstCard {
        margin-right: 288px;
    }
}

/* ---------------------------------------------------------- Max Width 1145px ---------------------------------------------------------- */

@media (max-width: 1145px) {

    /* ---------------------------------------------------------- Index ---------------------------------------------------------- */

    .packageCard, #firstCard {
        margin: 7.5px 15px;
    }

    #centerCard {
        position: relative;
    }

        #centerCard li {
            font-weight: unset;
        }
}

/* ---------------------------------------------------------- Max Width 991px ---------------------------------------------------------- */
@media (max-width: 991px) {
    /* ---------------------------------------------------------- General ---------------------------------------------------------- */

    h3 {
        font-size: 2.3vw;
    }

    /* ---------------------------------------------------------- Index ---------------------------------------------------------- */

    .overviewBox {
        max-height: 850px;
    }
}

/* ---------------------------------------------------------- Max Width 767px ---------------------------------------------------------- */
@media (max-width: 767px) {
    /* ---------------------------------------------------------- General ---------------------------------------------------------- */

    h1 {
        font-size: 7vw;
    }

    h2 {
        font-size: 6vw;
    }

    h3 {
        font-size: 5vw;
    }

    /* ---------------------------------------------------------- Index ---------------------------------------------------------- */

    .overviewBox {
        max-height: 1300px;
    }

    .logoImg, .ideaIcon {
        height: 11vw;
    }

    .meyTrackTag {
        position: absolute;
        left: 5%;
        height: 250px;
        top: 230px;
    }

    .defaultRight {
        position: relative;
    }

    .ideaTextBox {
        padding: 0px 10% 20px 10%;
    }

    .ideaRight {
        padding: 0px 10% 20px 10%;
    }

    .contactLeft {
        padding: 30px 10%;
    }    
    
    .contactRight {
        padding: 0px 10% 20px 10%;
    }

    .deploymentRightBackground {
        width: 100%;
    }

    .deploymentRight {
        padding-left: 0;
    }

    .deploymentLeft {
        position: relative;
    }

    .deploymentIcon {
        height: 30%;
    }

    .threeFooterLinks,
    #footer {
        text-align: center;
    }

    .packageIcon {
        height: 20vw;
    }

    /* ---------------------------------------------------------- DemoMeyTrack ---------------------------------------------------------- */
}

/* ---------------------------------------------------------- Max Width 490px ---------------------------------------------------------- */

@media (max-width: 490px) {
    /* ---------------------------------------------------------- General ---------------------------------------------------------- */

    .visitButtonLink {
        padding: 0 3vw;
        margin: 0;
        width: 100%;
        font-size: 18px;
    }

    .boothDetails {
        font-size: 14px;
    }

    /* ---------------------------------------------------------- DemoMeyTrack ---------------------------------------------------------- */

    .g-recaptcha {
        transform: scale(0.847);
        transform-origin: 0 0;
    }
}

/* ---------------------------------------------------------- Max Width 400px ---------------------------------------------------------- */

@media (max-width: 400px) {
    /* ---------------------------------------------------------- DemoMeyTrack ---------------------------------------------------------- */

    .g-recaptcha {
        transform: scale(0.7);
        transform-origin: 0 0;
    }
}

/* ---------------------------------------------------------- Min Width 500px ---------------------------------------------------------- */

@media (min-width: 500px) {
    /* ---------------------------------------------------------- General ---------------------------------------------------------- */
    #popupModal .modal-dialog {
        margin: 1.75rem auto;
    }

}

/* ---------------------------------------------------------- Min Width 768px ---------------------------------------------------------- */

@media (min-width: 768px) {
    /* ---------------------------------------------------------- Index ---------------------------------------------------------- */

    .carousel-inner {
        display: flex;
    }

    .carousel-item {
        margin-right: 0;
        flex: 0 0 33%;
        padding: 0 12.5%;
        display: block;
        flex-shrink: 0;
    }
}

/* ---------------------------------------------------------- Min Width 768px Max Width 991px ---------------------------------------------------------- */

@media (min-width: 768px) and (max-width: 991px) {
    /* ---------------------------------------------------------- DemoMeyTrack ---------------------------------------------------------- */

    .g-recaptcha {
        transform: scale(0.78);
        transform-origin: 0 0;
    }
}

