@media only screen and (min-width: 1025px) {
    .not-desktop {
        display:none !important
    }

    .not-mobile {
        display: block !important
    }
}

html {
    font: 10px "Roboto",sans-serif;
    font-weight: 500;
    line-height: 1.7
}

a {
    color: #353535;
    font-family: "minion-pro",serif;
    text-decoration: none
}

img {
    display: block;
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 769px) {
    img {
        margin-bottom:0;
        width: 85%;
    }
}

h2 {
    color: #6ad497;
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding-bottom: 2rem;
    position: relative;
    width: 100%
}

@media only screen and (min-width: 769px) {
    h2 {
        width:32rem
    }
}

h2::after {
    background: #6ad497;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 6rem
}

h3 {
    color: #353535;
    font-size: 1.6rem;
    font-family: "minion-pro",serif;
    font-family: "Montserrat", sans-serif;
}

p {
    color: #353535;
    font-size: 1.8rem;
    font-family: "minion-pro",serif;
    line-height: 2;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 4rem;
}

#icons {
    display: none
}

.is-hidden {
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.on-scroll .animate {
    opacity: 0;
    -ms-transform: translateY(180px);
    transform: translateY(180px);
    transition: none
}

.button {
    border: 1px solid #95C11F;
    margin-top: 2rem;
    color: 95C11F;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-family: "minion-pro",serif;
    /* font-style: italic; */
    font-weight: 700;
    line-height: 1;
    padding: 1.5rem 2rem;
    text-align: center;
    transition: all 0.5s ease;
    font-family: "Montserrat", sans-serif;
    width: 100%;
}

@media only screen and (min-width: 1025px) {
    .button {
        display:inline-block;
        width: initial
    }
}

.button:hover {
    background: #95C11F;
    color: white
}

#korter-info {
    top: 0;
    right: 0;
    max-width: 120rem;
    width: 100%;
    z-index: 20
}

@media only screen and (min-width: 1025px) {
    #korter-info {
        width:70%
    }
}

@media only screen and (min-width: 1129px) {
    #korter-info {
        width: 100%;
        margin-left: -98px;
    }
}

@media only screen and (min-width: 769px) {
    #korter-info .korter-info--wrapper {
        display:-ms-flexbox;
        display: flex;
    }
}

#korter-info .korter-info--wrapper .col {
    width: 100%;
}

@media only screen and (min-width: 769px) {
    #korter-info .korter-info--wrapper .col {
        width:50%;
    }
}

#korter-info .korter-info--wrapper h3 {
    font-size: 2.2rem;
    margin-bottom: 3rem
}

@media only screen and (min-width: 1025px) {
    #korter-info .korter-info--wrapper .button {
        max-width:20rem
    }
}

#korter-info h1 {
    font-family: "minion-pro",serif;
    font-size: 5rem;
    line-height: 1;
    margin-bottom: 0rem;
    /* font-style: italic; */
    font-family: "Montserrat", sans-serif;
}

#korter-info p {
    margin: 0;
    line-height: 1.6
}

#korter-info .button {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
/*     display: none; */
    padding: 1.5rem 4rem
}

#korter-info .realtor-contact {
    margin-bottom: 2rem
}

#korter-info .korter-info-content {
    background: white;
    padding: 5rem 3rem;
}

@media only screen and (min-width: 769px) {
    #korter-info .korter-info-content {
        padding:5rem 6rem;
        overflow: hidden;
    }
}

@media only screen and (max-width: 374px) {
    .ru #korter-info h1 {
        font-size:4rem
    }
}

/* Eemaldab korruse tekstid */
body > div > div > div.col-md-6.order-2.order-md-12 > p > strong {
    display: none;
}

body > div > div > div.col-md-6.order-2.order-md-12 > div {
    display: block !important;
    width: 100% !important;
}

body > div > div > div.col-md-6.order-2.order-md-12 > div img{
    width: 200px;
    float: left;
    display: flex;
}