#page-top-background {
    height: auto;
    /*position: absolute;*/
    top: 0px;
    z-index: 1;
    padding: 0px;
    /*overflow: hidden;*/
    width: 100%;
    background-image: url("../images/maprise-map.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 25%;
    min-height: 1160px;
}

#maprise-map-line {
    top: calc(15% + 180px);
}

@media screen and (max-width: 800px) {
     #maprise-map-line {
         top: calc(17% + 350px);
     }
}
.background-img {
    width: 0;
    height:0;
    padding: 0px;
    top:0px;
    left: 0px;
    position: absolute;
    z-index: 1;
}

.center {
    text-align: center;
}

.headline-maprise {

    background-image: url("../images/maprise-robotea.svg");
    padding-left: 50px;
    /*padding-right: 7px;*/
    background-repeat: no-repeat;
    background-position: right center;
    /*background-color: red;*/
    height: 100%;
    background-size: 50% 50%;
    position: relative;
    top: 5px;
    right: -5px;
}

#support-left-top {
   background-image: url("../images/maprise-icon-free.svg");
   color: #6BBCCC;

}
#support-left-bottom {
   background-image: url("../images/maprise-icon-warranty.svg");
}
#support-right {
  background-image: url("../images/maprise-tech-support.svg");
}
#support-right {
    color: #4A8794;
}
.support-semibold-text {
    color: white;
}


#footer {
    background-color: #4A8794;
}
#page-footer-gray-background {
    padding-top: 8%;
    background-color: #4A8794;
}

#footer-logo {
    background-image: url("../images/logo-robotea-footer-bigscreen-green.svg");
}


.footer-icon {
    background-color: #B60C06;
}

.menu .menufirst div {
     background-color: #B60C06;
}


@media screen and (max-width:949px) {

    #footer-logo {
        background-image: url("../images/logo-robotea-footer-smallscreen-green.svg");
    }
}

#img_village {
    background-image: url("../images/village.png");
    padding-top: 50%;
}

.box_3x0_title.maprise {
    color: white;
}

.box_3x0_text.maprise {
    color: #4A8794;
}

.title_border.maprise div{
    /*border-color: #B60C06;*/
    color: #70A793;
    border: 4px solid #B60C06;
    padding :5px;
    width: auto;
    height: auto;
    margin: auto;
    display: inline-block;
}

#pricetable {
     position: relative;
}
.pricetable-col {
     color: white;
     border: 4px dashed #B60C06;
}
.pricetable-colsmall {
     color: white;
     border: 4px dashed #B60C06;

}

.pricetable-wrap-maprise {
/*    border: 4px dashed #B60C06;
    border-radius: 20px;*/
    /*padding: 4px;*/
}

/*
.pricetable-highlighted {
    background-image: linear-gradient(to bottom, #F46625, #E32570);
    color: white;
}*/

.ptcol-maprise-free { background-color: #0D1111; }
.ptcol-maprise-standard { background-color: #151A1C; }
.ptcol-maprise-profi { background-color: #151D20; }
.ptcol-maprise-extrawarranty { background-color: #192327; }

.pricetable-headline-maprise {
    color: white;
    border-color: white;
}

.pricetable-price-maprise {
    color: #B60C06;
}
.pricetable-buttonbuy-maprise {
    color: white;
    margin-top: 0px;
    border: none;
}

.pricetable-buttonbuy-maprise.unlight {
    background: linear-gradient(to right, #0D3D51, #B60C06);
    border: none;
}

.pricetable-buttonbuy-maprise.light {
    background-color: #B60C06;
    border: none;
}

.pricetable-highlighted .pricetable-buttonbuy {
    /*border: #F4F4F45C;*/
    border: none;
    background-color: #F4F4F45C;
    color: black;
}

.pricetable-buttonmore {
    /*border: 2px solid white;*/
    border: none;
    background-color: #F4F4F4;
}

.pricetable-highlighted .pricetable-buttonmore {
    /*border: 2px solid #F4F4F45C;*/
    border: none;
    background-color: #F4F4F45C;
    color: black;
}

.pricetable-item i {
    background-image: url("../images/check-small-white.svg");
}

.pricetable-highlighted .pricetable-item i {
    background-image: url("../images/check-small-white.svg");
}

.pricetable-cellsmall:first-child {
  padding-right: 0%;
}
.pricetable-cellsmall:nth-child(2) {
  padding-right: 6%;
}
.pricetable-cellsmall:nth-child(4) {
  padding-left: 0%;
}
.pricetable-cellsmall:nth-child(5) {
  padding-left: 6%;
}

@media screen and (max-width: 470px) {
     #pricetable-line {
         display: none;
     }
     #maprise-map-line {
         display: none;
     }
     .pricetable-cellsmall:nth-child(2) {
       padding-right: 0%;
     }

     .pricetable-cellsmall:nth-child(5) {
       padding-left: 0%;
     }
}

.image_above_button {
    background-position: bottom right;/*90% 100%;*/
    background-repeat: no-repeat;
    /*padding-top: 80%;*/
}
#img_free {
     padding-top: 100%;
}
#img_standard {
    background-image: url("../images/img-maprise-standard.png");
    padding-top: 100%;
}

#img_profi {
    background-image: url("../images/img-maprise-profi.png");
    background-size: 40% 80%;
    padding-top: 100%;
}

#img_extra {
    background-image: url("../images/img-maprise-extra.png");
    background-size: 55% 80%;
    padding-top: 100%;
}

.main_text_box {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.main_text_box.maprise {
    text-align: center;
    color: #46808C;
}


#img_village {
    background-image: url("../images/maprise-village.png");
    padding-top: 50%;
    /*background-color: yellow;*/
}
.villwrap {
    width: 800px;
}

.box_2x_button {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.box_2x_button .item {
    width: 40%;
    color: #B60C06;
}

.box_2x_button .button {
    width: 60%;
    border: 3px solid #B60C06;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}

.subtitle-maprise {
    color: #B60C06;
    text-align: center;
}

h3 {
    color: white;
}
.maprise-subtitle {
    font-family: 'Quicksand', sans-serif;
    font-size: 64px;
    font-weight: normal;
}

@media screen and (max-width:1000px) {
    h1 {
        font-size: 14vw;
    }
    .maprise-subtitle {
        font-size: 5vw;
    }
}
