/*@import url('https://fonts.googleapis.com/css?family=Raleway:400,800,900');*/
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/raleway/raleway-v36-latin-regular.woff2'); /* IE9 Compat Modes */
    src: local('Raleway'), local('Raleway-Regular'),
    url('../fonts/raleway/raleway-v36-latin-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/raleway/raleway-v36-latin-800.woff2'); /* IE9 Compat Modes */
    src: local('Raleway ExtraBold'), local('Raleway-ExtraBold'),
    url('../fonts/raleway/raleway-v36-latin-800.woff2') format('woff2');
}

@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/raleway/raleway-v36-latin-900.woff2'); /* IE9 Compat Modes */
    src: local('Raleway Black'), local('Raleway-Black'),
    url('../fonts/raleway/raleway-v36-latin-900.woff2') format('woff2');
}


@import "progress.css";
/**/
body {
    background-color: black;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 16px;
}

html, body {
    height: 100%;
}

#page {
    height: 100%;
}

.desktop #page {
    min-width: 1100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    color: #ffd740;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 5px;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

a {
    color: #ffd740;
    text-decoration: none;
}

#nav {
    font-weight: 800;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    padding: 20px 25px;
    box-sizing: border-box;
    border-top: 4px solid #ffd740;
    background: -moz-linear-gradient(top, rgba(18, 18, 18, 0.7) 0%, rgba(18, 18, 18, 0.7) 50%, rgba(18, 18, 18, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0.7) 0%, rgba(18, 18, 18, 0.7) 50%, rgba(18, 18, 18, 0) 100%);
    background: linear-gradient(to bottom, rgba(18, 18, 18, 0.7) 0%, rgba(18, 18, 18, 0.7) 50%, rgba(18, 18, 18, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3121212', endColorstr='#00121212', GradientType=0);
}

.fixedNav #nav,
.mobile #nav {
    position: fixed;
    top: 0;
}

#nav ul {
    padding: 0;
}

#nav ul.menu {
    width: 1150px;
    margin: 0 auto;
    text-transform: uppercase;
    list-style-type: none;
}

#nav ul.menu > li {
    display: inline-block;
    margin-right: 20px;
}

#nav ul.menu > li.active a {
    color: #ffd740;
}

#nav ul a {
    text-decoration: none;
    color: white;
}

#header {
    height: 100%;
    position: relative;
    z-index: 5;
}

#logo {
    position: absolute;
    height: 110px;
    width: 580px;
    background-image: url('../images/logo.png');
    background-position: center center;
    background-repeat: no-repeat;
    top: 50%;
    margin-top: -55px;
    left: 50%;
    margin-left: -290px;
    z-index: 50;

    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-delay: 2s;
    animation-delay: 2s;

}

#scrollDown {
    width: 100px;
    height: 100px;
    background-image: url('../images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: absolute;
    z-index: 50;
    left: 50%;
    margin-left: -50px;
    bottom: 50px;

    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;

    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

#header > .contentContainer {
    position: absolute;
    width: 100%;
}

#header .contentContainer,
#header .contentContainer .cms_container,
#header .contentContainer .content,
#header .contentContainer .cms_contentWrapper {
    height: 100%;
}

#content .row .contentContainer,
#footer .contentContainer,
#subfooter .contentContainer {
    max-width: 1200px;
    margin: 0 auto;
}

#content .row .contentContainer .content,
#footer .contentContainer .content,
#subfooter .contentContainer .content {
    border: 25px solid transparent;
}

#content {
    position: relative;
    z-index: 0;
}

#content .row {
    padding: 75px 0;
}

#content .row.black {
    background-color: #121212;
}

#content .row.gray {
    background-color: #1e1e1e;
}

table.stats {
    display: none;
}

.stat-circle-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /*display: table;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    pointer-events: none;
    cursor: default;
}

.stat-circle {
    height: 250px;
    width: 250px;
    border-radius: 50%;
    background-color: #ffd740;
    text-align: center;
    position: relative;
    color: #1e1e1e;
    display: inline-block;
    margin-bottom: 60px;
}

.stat-circle.percentage:before,
.stat-circle.percentage:after {
    content: '';
    position: absolute;
    display: block;
    border-radius: 100%;
    box-sizing: border-box;
}

.stat-circle.percentage:before {
    height: 100%;
    width: 100%;
    border: 20px solid #ffd740;
}

.stat-circle.percentage:after {
    height: calc(100% - 50px);
    width: calc(100% - 50px);
    top: 25px;
    left: 25px;
    background-color: #ffd740;
}

.stat-circle.no-unit {
    color: #ffd740;
}

.stat-circle.no-unit:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    background-color: #1e1e1e;
    border-radius: 50%;
}

.stat-circle > span {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 5;
}

.stat-circle .value {
    font-weight: 900;
    font-size: 65px;
    top: 50%;
    margin-top: -50px;
}

.stat-circle .unit {
    font-weight: 900;
    top: 50%;
    margin-top: 50px;
    font-size: 25px;
}

.stat-circle .description {
    top: 100%;
    margin-top: 25px;
    text-transform: uppercase;
    color: white;
    font-weight: 800;
}

#content .row.r3 .content {
    position: relative;
    height: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    background-clip: padding-box;
}

#content .row.r3 .content:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 4px solid white;
}

#content .row.r3 .content.width_1_8 {
    padding-bottom: calc(12.5% - 75px);
}

#content .row.r3 .content.width_1_6 {
    padding-bottom: calc(16.666666666666666% - 75px);
}

#content .row.r3 .content.width_1_5 {
    padding-bottom: calc(20% - 75px);
}

#content .row.r3 .content.width_1_4 {
    padding-bottom: calc(25% - 75px);
}

#content .row.r3 .content.width_1_3 {
    padding-bottom: calc(33.33333333333333% - 75px);
}

#content .row.r3 .content.width_3_8 {
    padding-bottom: calc(37.5% - 75px);
}

#content .row.r3 .content.width_2_5 {
    padding-bottom: calc(40% - 75px);
}

#content .row.r3 .content.width_1_2 {
    padding-bottom: calc(50% - 75px);
}

#content .row.r3 .content.width_3_5 {
    padding-bottom: calc(60% - 75px);
}

#content .row.r3 .content.width_5_8 {
    padding-bottom: calc(62.5% - 75px);
}

#content .row.r3 .content.width_2_3 {
    padding-bottom: calc(66.66666666666666% - 75px);
}

#content .row.r3 .content.width_3_4 {
    padding-bottom: calc(75% - 75px);
}

#content .row.r3 .content.width_4_5 {
    padding-bottom: calc(80% - 75px);
}

#content .row.r3 .content.width_5_6 {
    padding-bottom: calc(83.33333333333334% - 75px);
}

#content .row.r3 .content.width_7_8 {
    padding-bottom: calc(87.5% - 75px);
}

#content .row.r3 .content.width_1 {
    padding-bottom: calc(100% - 75px);
}

#footer {
    background-image: url('../images/wood.jpg');
    background-size: cover;
    background-position: center center;
    text-transform: uppercase;
    padding: 100px 0;
}

#subfooter {
    border-bottom: 8px solid #ffd740;
    text-transform: uppercase;
    font-weight: 800;
}

#subfooter .contentContainer .content {
    border-top-width: 15px;
    border-bottom-width: 15px;
}

#footer .frontendForm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 50%));
    gap: 10px;
}

@media (max-width: 768px) {
    #footer .frontendForm {
        grid-template-columns: 1fr;
    }
}

#footer .form_row {
    padding: 0 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

#footer .form_row.textarea {
    width: 100%;
    grid-column: span 2;
}

@media (max-width: 768px) {
    #footer .form_row.textarea {
        grid-column: span 1;
    }
}

#footer .formularContainer {
    margin-bottom: -25px;
}

#footer .formularContainer input[type='text'],
#footer .formularContainer input[type='email'],
#footer .formularContainer select,
#footer .formularContainer textarea {
    width: 100%;
    box-sizing: border-box;
    font-family: Raleway, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;

    background-color: #121212;
    border: 1px solid white;
    color: white;
}

input,
textarea,
button {
    outline: none;
    color: white;
}

#footer .formularContainer textarea {
    height: 200px;
    resize: none;
}

#footer .form_label {
    display: none;
}

.formularContainer {
    position: relative;
}

#footer .form_row.submit {
    margin-left: auto;
    margin-top: 0.5em;
    padding-top: 1em !important;
    width: auto !important;
    right: 10px;
    bottom: 10px;
}

@media (max-width: 768px) {
    #footer .form_row.submit {
        position: static;
        margin-left: 0;
        margin-top: 0;
        padding-top: 0 !important;
        width: 100% !important;
    }
}

#footer .form_row.submit input {
    background: none;
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #ffd740;
    text-transform: uppercase;
    font-size: 1.25rem;
    border: 1px solid;
}

#footer .form_row.submit {
    grid-column: span 2;
}

@media (max-width: 768px) {
    #footer .form_row.submit {
        grid-column: span 1;
    }
}

#footer .dsgvo_checkbox {
    grid-column: span 2;
    text-transform: none;
    font-size: 1rem;
}

@media (max-width: 768px) {
    #footer .dsgvo_checkbox {
        grid-column: span 1;
    }
}

::-webkit-input-placeholder {
    color: white;
}

:-moz-placeholder {
    color: white;
}

::-moz-placeholder {
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@-webkit-keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    from, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

#content .content,
#footer .content {
    opacity: 0;
    position: relative;
    top: 50px;

    transition: 500ms all ease-in-out;
}

#content .content.visible,
#footer .content.visible {
    opacity: 1;
    top: 0;
}

#content .row.r4 div.contentContainer {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

#content .row.r4 .content {
    top: 0;
    transform: scale(.5);
}

#content .row.r4 .content.visible {
    transform: scale(1);
}

#content .row.r4 .content.width_1_2 {
    position: relative;
    padding: 0 25px 25px;
    border: 25px solid transparent;
    background-clip: padding-box;
}

#content .row.r4 .content.width_1_2:before {
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    border: 4px solid white;
}

#popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 80px 50px 20px;
    background-color: rgba(0, 0, 0, 0.85);
    color: white;
    z-index: 14;
    text-align: center;
    overflow: auto;
    font-size: 18px;
}

html.popup body {
    overflow: hidden;
}

#popup .content .content {
    display: block !important;
}

#popup > .content {
    float: none;
}

#popup .content {
    max-width: 1000px;
    margin: 0 auto;
    float: none;
}

#popup a {
    color: #a49986;
}

#popup .close {
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: fixed;
    top: 85px;
    right: 70px;
    background-image: url('../images/close_button.png');
}

#logo_small_wrapper {
    max-width: 1150px;
    margin: 0 auto;
    height: 0;
    position: relative;
    top: -20px;
}

#logo_small {
    position: absolute;
    height: 50px;
    width: 230px;
    background-image: url('../images/logo_small.jpg');
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0;

    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -ms-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.fixedNav #logo_small {
    opacity: 1;
}

.mobile #logo {
    width: auto;
    left: 25px;
    right: 25px;
    margin-left: 0;
    background-size: contain;
    margin-top: 0;
    top: 100px;
}

.mobile #content .content,
.mobile #footer .content,
.mobile #subfooter .content {
    width: 100%;
}

.mobile .stat-circle-wrapper {
    display: block;
    margin: 0 -10px;
}

.mobile .stat-circle {
    width: calc(50% - 20px);
    height: 0;
    padding-bottom: calc(50% - 20px);
    margin: 40px 10px;
}

.mobile .stat-circle .value {
    margin-top: -35px;
    font-size: 50px;
}

.mobile .stat-circle .unit {
    margin-top: 45px;
    font-size: 15px;
}

.mobile #content .row,
.mobile #footer {
    padding: 50px 0;
}

.mobile #footer .formularContainer {
    margin: 0 -2px;
}

.mobile #footer .form_row {
    padding: 0 2px;
}

.mobile #content .row.r3 .content {
    height: auto;
    padding-bottom: 25px;
}

.mobile #nav {
    z-index: 100;
}

.mobile #nav ul.menu {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 4px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 75px 25px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}

.mobile.fixedNav #nav ul.menu {
    top: 54px;
}

.mobile #nav ul.menu > li {
    display: block;
    margin-right: 0;
}

.mobile #maps .locations {
    height: 800px;
}

.mobile #subfooter .content {
    border-width: 10px;
}

.mobile #subfooter * {
    text-align: center !important;
}

.mobile #logo_small {
    width: auto;
    background-color: #fdc400;
    margin: 0 -30px;
    background-position: center center;
    position: relative;
}

.mobile .fader {
    height: 200px;
}

.current_structure {
    display: none !important;
    font-size: 0;
    line-height: 0;
    z-index: 50;
    position: relative;
    margin-top: 4px;
}

.current_structure {
    left: 50%;
    margin-left: -10px;
}

.fixedNav .current_structure {
    left: 25px;
    margin-left: 0;
}

.mobile .current_structure {
    display: block !important;
}

.current_structure,
.current_structure:before,
.current_structure:after {
    transition: all 500ms ease-in-out !important;
}

.current_structure,
.current_structure:before,
.current_structure:after {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 20px;
    background: white;
    position: absolute;
    display: block;
    content: '';
    padding: 0 !important;
}

.fixedNav .current_structure,
.fixedNav .current_structure:before,
.fixedNav .current_structure:after {
    background-color: black;
}

.current_structure:before {
    top: -7px;
}

.current_structure:after {
    bottom: -7px;
}

.nav .current_structure {
    background-color: transparent;
}

.nav .current_structure:before {
    top: 0;
}

.nav .current_structure:after {
    bottom: 0;
}

.nav .current_structure:before {
    transform: rotate(45deg);
}

.nav .current_structure:after {
    transform: rotate(-45deg);
}

/* Google Maps Styling */
div.gm-style div[role=dialog] {
    background-color: #fff;
    padding: 0;
}

div.gm-style div[role=dialog] > div {
    overflow: hidden !important;
    padding: 0 10px 10px 10px !important;
}

.four_o_four_wrapper {
    background: black;
}