
html, body {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    color: #000000;
    background-color: #FFFFFF;
    font-family:"Genera-Bold" !important;
    font-weight: normal;
    font-style: normal;
    
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

body {
    #background: #FFFFFF; /* Old browsers */
}

form {
}

input {
    border: none;
    height: 35px;
    background-color: #EFEFEF;
    color: #000000;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 0 1em;
    border-radius: 0;
}
.inputDIV {
    border: none;
    height: 35px;
    background-color: #EFEFEF;
    color: #000000;
    margin: 0 auto;
    margin-bottom: 5px;
    padding: 0 1em;
    border-radius: 0;
}
.NAVline {
    top: -60px;
    left: 10px;
    width: 1px;
    height: 40px;
    border-left: 1px solid black;
    position: relative;
    
}
.logoType {
    font-family: "Incompleeta";
    font-weight: normal;
    font-style: normal;
}
.greenColor {
    color: #50e3c2;
}

.weatherIcon {
    font-family: "dripicons-weather" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    font-size: 40px;
    margin: 10px;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sunIcon {
    font-family: "dripicons-weather" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ::::: menue buttons :::::: */

.mainmenueBTN {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 30px,
    height: 25px;
    text-align: center;
    margin: 0px auto;
    z-index: 1999;
}
.mainreloadBTN {
    position: absolute;
    top: 10px;
    left: calc(50% - 15);
    width: 30px,
    height: 25px;
    text-align: center;
    margin: 0px auto;
    z-index: 1999;
}
.mainmenueHB {
    position: fixed;
    width: 30px;
    height: 24px;
    cursor: pointer;
}
.mainmenueHB .hm {
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    opacity: 1;
    border-radius: 2px;
    background: #FFF;
}
.mainmenueHB .hm-1 {
    top: 0;
    -moz-transition: -moz-transform 0.3s, top 0.3s 0.3s;
    -o-transition: -o-transform 0.3s, top 0.3s 0.3s;
    -webkit-transition: -webkit-transform 0.3s, top 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s;
}
.mainmenueHB .hm-2 {
    top: 10px;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.mainmenueHB .hm-3 {
    top: 20px;
    -moz-transition: -moz-transform 0.3s, top 0.3s 0.3s;
    -o-transition: -o-transform 0.3s, top 0.3s 0.3s;
    -webkit-transition: -webkit-transform 0.3s, top 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: transform 0.3s, top 0.3s 0.3s;
}
.mainmenueHB.open .hm-1 {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -moz-transition: top 0.3s, -moz-transform 0.3s 0.3s;
    -o-transition: top 0.3s, -o-transform 0.3s 0.3s;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: top 0.3s, transform 0.3s 0.3s;
}
.mainmenueHB.open .hm-1,
.mainmenueHB.open .hm-3 {
    top: 10px;
}
.mainmenueHB.open .hm-3 {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -moz-transition: top 0.3s, -moz-transform 0.3s 0.3s;
    -o-transition: top 0.3s, -o-transform 0.3s 0.3s;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s, 0.3s;
    transition: top 0.3s, transform 0.3s 0.3s;
}
.mainmenueHB.open .hm-2 {
    opacity: 0;
}

.cbp-mainmenue-push-down {
    top: 500px;
}
