﻿
.preview-text {
    height: 197px
}

.rating-star {
    cursor: pointer;
    font-size: 25px!important;
}


.wrapper-map {
margin:0 auto;
top: -145px;
}

#map {
clear:both;
background:url(../Images/StaticContent/worldLow.svg) no-repeat;
}

.map-titel {
    position: absolute;
    left: 450px;
    top: 150px;
    z-index: 99;
}

.point {
     position: absolute;
    left: 586px;
    top: 610px;
    margin-left: -200px; /* Half of the width */
    margin-top: -28px;
    font-size: 56px;
    z-index: 999;
}

.contact .block i {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 75px;
    color: #e5e5e5;
    z-index: -10;
}

.logo-text {
        position: absolute;
    top: 17%;
    white-space: nowrap;
    left: 31px;
}

@media screen and (max-width: 991px) {
    .wrapper-map { display: none;}
}

.service-block {
    height: 495px;
}

img.service {
    height: 200px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}