.btn-primary-hgv {
    color: #fff;
    background-color: #1f9cdb;
    border-color: #1f9cdb;
}

.btn-primary-hgv:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd
}

.btn-primary-hgv.focus, .btn-primary-hgv:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 144, 220, .5)
}

.full-height {
    height: 100vh;
}

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.top-right {
    position: absolute;
    right: 10px;
    top: 18px;
}

.title {
    font-size: 84px;
}

.links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

.m-b-md {
    margin-bottom: 30px;
}.full-height {
     height: 100vh;
 }

.flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.position-ref {
    position: relative;
}

.content {
    text-align: center;
}

.dashboard-title {
    text-align: center;
    padding-top: 50px;
    font-size: 74px;
    color: #636b6f;
    font-family: 'Nunito', sans-serif;
    font-weight: 150;
    height: 25vh;
    width: 100vw;
}

.short_desriptions {
    width: 100%;
    height: 300px;
}

.navbar-fa-link {
    margin-right: 7px;
}

.navbar-text {
    font-size: 18px !important;
    font-family: Helvetica;
    color: #fff !important;
    vertical-align: top;
    text-align: right;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.text-white a:hover {
    text-decoration: none !important;
}

.navbar-logo {
    min-height: 85px;
    min-width: 204px;
}

.nav-item-font {
    font-size: 18px;
}

.navbar .nav-item:not(:last-child) {
    margin-right: 35px;
}

ul li:hover ul.dropdown-menu{
    display: block;	/* Display the dropdown */
}
ul li ul.dropdown-menu li{
    display: block;
}

.w3-content,.w3-auto {
    margin-left: 0;
    margin-right: auto;
}

.w3-content {
    max-width: 980px;
}

.w3-auto {
    max-width: 1140px;
}

.w3-section,.w3-code {
    margin-top: 0px;
    margin-bottom: 16px !important;
    max-width:100%;
    background-color: #1b1e21;
    box-shadow: 0 20px 30px #1b1e21;
    -webkit-box-shadow: 0 20px 30px #1b1e21;
    -moz-box-shadow: 0 20px 30px #1b1e21;
}

.w3-animate-right {
    position:relative;
    animation:animateright 0.8s;
}

@keyframes animateright {
    from {
        right:-300px;
        opacity:0;
    }
    to {
        right:0;
        opacity:1;
    }
}

.flip-horizontal-bottom:hover {
    -webkit-animation: flip-horizontal-bottom 0.4s linear both;
    animation: flip-horizontal-bottom 0.4s linear both;
}

@-webkit-keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}
@keyframes flip-horizontal-bottom {
    0% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
    100% {
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
    }
}

div.animationbox {
    width:80px;
    height:80px;
    border-color: #1f9cdb;
    border-style: solid;
    background:#1f9cdb;
    color: #ffffff;
    transition:all 0.3s ease;
    border-radius: 100%;
    margin-left: 5px;
}

.color:hover {
    background:#ffffff;
    color: #1f9cdb;
}

.animationbox-icon-1 {
    font-size: 50px;
    padding-left: 9px;
    padding-top: 11px;
}

.animationbox-icon-2 {
    font-size: 50px;
    padding-left: 15px;
    padding-top: 11px;
}

.animationbox-icon-3 {
    font-size: 50px;
    padding-left: 12px;
    padding-top: 0;
}

.animationbox-contact-icon-1 {
    font-size: 50px;
    padding-left: 13px;
    padding-top: 12px;
}

.animationbox-contact-icon-2 {
    font-size: 50px;
    padding-left: 13px;
    padding-top: 12px;
}

.animationbox-contact-icon-3 {
    font-size: 50px;
    padding-left: 7px;
    padding-top: 12px;
}

.animationbox-text {
    font-size: 17px;
    padding-left: 20px;
    width: 260px;
}

.animationbox-form-text {
    text-align: right;
    font-size: 17px;
    padding: 0px 40px 20px 110px;
    width: 90%;
}

.contact-form-salutation {
    width: 100%;
}

.form-btn {
    background-color: #1f9cdb;
    color: #fff;
}


.animationbox > h1, h2, h3, h4 {
    color: #1f9cdb;
}

.content-container {
    background-color: #f2f2f2;
    border: 1px;
    padding: 20px 0px 0px 20px;
    margin-bottom: 20px;
}

.flat-info {
    background-color: #f1f1f1;
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    padding: 20px 20px 0px 20px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 200px;
}

.flat-picture {
    min-height: 180px;
    margin-bottom: 30px;
}

.flat-picture img {
    margin: auto auto auto auto;
    display: block;
}

.flat-picture a {
    margin: auto auto auto auto;
    display: block;
}

.not-available {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    opacity: 0.7;
    background-color: #f5f5f5;
    text-align: right;
    margin-right: 10px;
    padding-right: 10px;
    z-index: 2;
}

.cookie-consent {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #1f9cdb;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    z-index: 999;
}

.edit-container {
    width: 74%;
    margin-right: 13%;
    margin-left: 13%;
    padding: 20px 20px 20px 20px;
    background-color: #f5f5f5;
    position: center;
    border: 1px solid black;
    border-radius: 20px;
}

.form-label {
    padding-top: 5px;
}

@media only screen and (max-width: 600px) {
    .navbar-text {
        font-size: 18px !important;
        font-family: Helvetica;
        color: #fff !important;
        vertical-align: top;
        text-align: center;
        margin-top: -10px;
    }

    .navbar-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
        min-height: 85px;
        min-width: 204px;
    }

    .form-label {
        padding-top: 15px;
    }
}
