svg {
    width: 100%;
    margin: 0 auto;
}

#frontpagesearch .img-hold.style1.buildings{
    height: 100%;
}

.buildings polygon {
    fill: #DDD4CE;
    stroke: #DDD4CE;
    stroke-miterlimit: 10;
    fill-opacity: 0;
    stroke-width: 4;
    stroke-dasharray: 1100;
    /*stroke-dashoffset: 1100;*/
    stroke-linecap: round;
}

.buildings polygon.inactive{
    fill-opacity: 1 !important;
    opacity: 0.2 !important;
    cursor: default !important;
}

.buildings text {
    display: none;
}

.buildings text.inactive{
    opacity: 0.2 !important;
}

.building polygon, rect {
    fill: #1B2431;
    stroke: #1B2431;
    stroke-width: 4px;
    stroke-miterlimit: 4;
    fill-opacity: 0;
}

/*.building polygon:hover, rect:hover {*/
/*fill: #1B2431;*/
/*!* fill-opacity: 0.8;*!*/
/*-moz-animation:fillfade 1s ease-in-out 0.4s forwards;*/
/*-webkit-animation:fillfade 1s ease-in-out 0.4s forwards;*/
/*animation:fillfade 1s ease-in-out 0.4s forwards;*/
/*}*/

/*@-webkit-keyframes fillfade{*/
/*0%  {fill-opacity:0;}*/
/*100%{fill-opacity:0.2;}*/
/*}*/
/*@-moz-keyframes fillfade{*/
/*0%  {fill-opacity:0;}*/
/*100%{fill-opacity:0.2;}*/
/*}*/

.building {
    display: none;
}

.anim {
    cursor: pointer;
}

.anim-text {
    fill: white !important;
}

#Bygning_1, #Bygning_2, #Bygning_3 {
    fill: #937d6f;
    font-size: 20px;
    font: 800 20px/1 Podkova, "Times New Roman", Times, Baskerville, Georgia, serif;
}

#Bygning_4, #Bygning_5, #Bygning_6 {
    fill: #E6D7CF;
    font-size: 9px;
    font: 600 9px/1 Podkova, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.sold {
    fill: #937c69 !important;
    fill-opacity: 1 !important;
}

.reserved {
    fill: #bfbebe !important;
    fill-opacity: 1 !important;
}
.partition{
    fill: #E6D7CF !important;
    fill-opacity: 1 !important;
}

.sold-legend {
    stroke-width: 0;
    fill-opacity: 1;
    fill: #937c69 !important;
}

.reserved-legend {
    stroke-width: 0;
    fill-opacity: 1;
    fill: #bfbebe !important;
}

.ledig-legend{
    stroke-width: 2;
    stroke: #00192C !important;
    fill-opacity: 1;
    fill: transparent !important;
}

.sold-text,
.reserved-text {
    fill: #937d6f !important;
    font: 800 12px/1 Podkova, "Times New Roman", Times, Baskerville, Georgia, serif !important;
    text-transform: none !important;
}
.ledig-text {
    fill: #00192C !important;
    font: 800 12px/1 Podkova, "Times New Roman", Times, Baskerville, Georgia, serif !important;
    text-transform: none !important;
}
.reserved-text-ex {
    font: 800 10px/1 Podkova, "Times New Roman", Times, Baskerville, Georgia, serif !important;
}

.image-block h1 {
    color: #937d6f;
}

.test-back {

}

/* floor maps */

#buildingContainer {
    max-width: 80%;
    margin: 0 auto;
}

#building4 text, #building5 text, #building6 text {
    fill: #1B2431;
    font-size: 20px;
    font: 800 20px/1 Podkova, "Times New Roman", Times, Baskerville, Georgia, serif;
}

#building4 .cls-14, #building5 .cls-14, #building6 .cls-14{
    font-size: 15px ;
    fill: #8c7b69;
    text-transform: none;
}

#building4 g text, #building5 g text, #building6 g text{
    pointer-events: none;
}
#building4 h1, #building5 h1, #building3 h1{
    margin-bottom: -20px;
    font-size: 44px;
}

#building4 text.svgsubtext, #building5 text.svgsubtext, #building6 text.svgsubtext {
    font-size: 14px;
    font: 800 14px/1 Podkova, "Times New Roman", Times, Baskerville, Georgia, serif;
    text-transform: none;
    font-weight: 400;
}

.flor-plan-text {
    font: 800 24px/1 Podkova, "Times New Roman", Times, Baskerville, Georgia, serif !important;
    text-transform: none !important;
    font-size: 24px !important;
    fill: #1B2431 !important;
}

#buildings-desc .building-tips{
    font-size: 14px;
    text-transform: none;
}

#buildings g text > tspan:nth-of-type(2){
    font-size: 14px;
}

#buildings > text {
    font-size: 15px;
    fill: #8c7b69;
    text-transform: none;
}
