@font-face {
    font-family: 'rob';
    src: url('boldrob.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'rob';
    src: url('mediumrob.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'rob';
    src: url('regularrob.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

*,
html {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    margin: 0;
    font-family: 'rob', arial, sans-serif;
    color: #272727;
}

.main {
    width: 100%;
    max-width: 414px;
    overflow: hidden;
    position: relative;
    margin: auto
}

.fav-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: none;
    border-radius: 0;
    font-size: 18px;
    line-height: normal;
    padding: 15px 37px 14px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all .2s ease-in-out;
    min-height: 50px;
    vertical-align: middle;
    -webkit-appearance: none;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-position: right 15px top 55%;
    background-size: 18px 18px;
    cursor: pointer;
    /*text-align-last:center;*/
}

/* MENU */

.flyout {
    background: #fff;
    margin-top: 73px;
    -webkit-box-shadow: 2px 1px 2px rgba(0,0,0,.2);
    box-shadow: -10px 31px 36px rgba(0,0,0,.16);
    overflow-y: auto;
    right: 0;
}

/* HEADER */

header {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 23px;
}

.top-header {
    max-width: 768px;
    margin: 0 auto;
    padding: 0 23px;
    position: fixed;
    width: 100%;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(2px);
    z-index: 1001;
    height: 68px;
}

.dist-header {
    height: 160px;
}

header .wrap {
    margin: 0;
}

.top-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 23px;
}

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

.top-container .icons>div:last-of-type {
    margin-left: 15px;
    display: flex;
}

.top-container .icons>div:nth-of-type(2) {
    margin-left: 19px;
}

.search-container {
    height: 56px !important;
    margin: 15px 0;
    border-radius: 40px;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    width: 100%;
}

.listOpen {
    border-radius: 25px 25px 0 0;
}

.header-search-field {
    padding: 0 23px;
    margin: 0 0 15px 0;
}

.search-field {
    height: 56px;
    border: 0 none !important;
    width: 100%;
    font-size: 16px;
    line-height: 57px;
}

input[type=text]:focus {
    outline: none;
    border: 0 none !important;
}

.search-field::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 57px;
}

.search-field::-moz-placeholder {
    font-size: 16px;
    line-height: 57px;
}

.search-field:-ms-input-placeholder {
    font-size: 16px;
    line-height: 57px;
}

.search-field:-moz-placeholder {
    font-size: 16px;
    line-height: 57px;
}

.search-container>div {
    line-height: 0;
    width: 60px;
}

.search-container>div:last-of-type {
    text-align: right;
}

.heading-nav {
    display: none;
}

/* TOP INFO */

.place-select {
    font-size: 28px;
    letter-spacing: -0.02em;
    padding-left: 12px !important;
}

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

.place-select-container .warnings-box {
    width: 15px;
    height: 15px;
    border-radius: 2px;
}

.heading-date {
    font-size: 12px !important;
}

.top-info-wrapper {
    background: #0054C6;
    color: #fff;
    height: 250px;
}

.time-container {
    font-size: 20px;
    letter-spacing: -.025em;
    position: absolute;
    margin: 35px auto auto auto;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1;
}

.std-value-container,
.icon-container {
    position: absolute;
}

.std-value-container {
    left: 30px;
    margin-top: 86px;
    text-align: center;
    width: 150px;
}

.std-value-container .temp span {
    display: block;
    font-size: 80px;
    letter-spacing: -.05em;
    font-weight: 700;
    line-height: 80px;
    margin-bottom: 0;
}

.std-value-container .feel {
    font-size: 12px;
    margin-bottom: 5px;
}

.icon-container {
    right: 15px;
    padding-top: 40px;
}

.icon-container img {
    max-width: 210px;
}

.icon-container .top {
    opacity: 0;
    background: #0054c6;
    top: 40px;
    left: 0;
    position: absolute;
}

.below-slider-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    gap: 0;
    align-items: center;
    align-content: center;
    background: #0C72E8;
    color: #fff;
    font-size: 14px;
    border-top: 1px solid #0C72E8;
    border-bottom: 1px solid #0C72E8;
}

.below-slider-container span {
    display: block;
    text-align: center;
}

.below-slider-container>div {
    height: 50px;
    display: grid;
    align-content: center;
}

.below-slider-container .map-btn {
    background-image: url('img/map-btn.png');
    background-position: center;
    background-size: cover;
    color: #272727;
    width: 90px;
}

.wetter-btn {
    width: 90px;
    height: 40px;
    /*background-image: url(../img/wetter-btn.jpg);*/
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    background-size: cover;
}

.below-slider-container .map-btn span {
    font-size: 16px;
    font-weight: 600;
}

.two-data span:nth-child(1),
.three-data span:nth-child(1),
.four-data span:nth-child(1) {
    font-size: 12px;
}

/* ECMWF */

.temp-ecmwf {
    font-size: 24px;
    margin-top: 10px;
}

.temp-small {
    font-size: 15px;
}

.temp-ecmwf .line {
    display: block;
    width: 80%;
    height: 1px;
    margin: 7px auto;
    background: #fff;
}

.temp-ecmwf .MM {
    font-size: 15px;
}

.temp-ecmwf-small {
    font-size: 13px;
}

.anim img {
    left: 0;
}

/* SLIDER + ITEMS */

.slider-items-container {
    white-space: nowrap;
    display: grid;
    grid-template-columns: repeat(48, minmax(80px, 120px));
    padding: 0;
    background: #b8b8b8;
    gap: 0;
    overflow-x: visible;
    transform: translateX(calc(var(--x, 0) * 1%));
}

.slider-items-container .slider-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    padding: 15px 0;
}

.slider-items-container .slider-item.active {
    background: #E5E5E5;
}

.temp {
    font-size: 20px;
    letter-spacing: -.05em;
}

.time {
    font-size: 13px;
    font-weight: 400;
}

.symb i {
    font-size: 23px;
    margin: 10px 0;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0 none !important;
    height: 36px;
    width: 36px;
    border-radius: 18px;
    background: #0054C6 !important;
    cursor: pointer;
    margin-top: -14px;
    /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    box-shadow: 0 0 30px rgba(0, 0, 0, .15) !important;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    /*  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;*/
    background: lightgray;
    border-radius: 0px;
    /*  border: 0.2px solid #010101;*/
}

input[type=range] {
    -webkit-appearance: none;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: #d3d3d3;
    margin-top: 23px;
    border-radius: 13px;
    padding: 3px;
    border: 0 none;
}

input[type=range]:focus {
    border: 0 none;
    outline: none;
}

.drag-container {
    height: 58px;
}

.above-slider-container {
    height: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
    align-items: center;
    align-content: center;
    background: #0c72e8;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #0c72e8;
    text-align: center;
}

.top-3-day-box {
    overflow: hidden;
}

/* 9 Tage */

.acc-content-header-sun-moon-wrapper .day .down span img,
.acc-content-header-sun-moon-wrapper .night .down span img,
.sonnenlauf-wrapper .down span img,
.mondlauf-wrapper .down span img {
    transform: rotate(180deg);
}

/* KARTEN */

.karte-ort {
    width: 75px;
}

.karte-ort .wert span {
    background: #333;
    color: #fff;
    border-radius: 3px;
    padding: 1px 8px 0 8px;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 25px;
}

.symbol > span {
    color: #333;
    font-weight: 600;
    font-size: 17px;
}

/* Bergwetter */

.berg-container {
    height: auto;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 50px;
    padding: 15px;
    height: 290px;
}

.berg-container .berg-heading {
    font-weight: 600;
    font-size: 22px;
    line-height: normal;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 60px;
}

.berg-container .top-wrapper {
    margin-bottom: 65px;
}

.berg-container .top-wrapper,
.berg-container .bottom-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #0C72E8;
    padding: 0 5px 2px 5px;
}

.bottom-value {
    bottom: 20px;
    position: absolute;
    vertical-align: bottom;
    font-size: 18px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
}

.berg-value-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 15px;
    line-height: 24px;
}

.berg-value-container > div:first-of-type {
    font-weight: 600;
}

.berg-value-container > div:last-of-type {
    text-align: right;
}

.berg-value-container div ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Boxen */

.box-header {
    background: #0C72E8;
    color: #fff;
    border-bottom: 0 none;
    height: 46px;
    font-size: 18px;
}

.list-header.current {
    background: #3399FF;
    color: #fff;
}

.list-header.current i {
    color: #fff;
}

.box-header span:last-child {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
}

.box-header span:first-child.off {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.box-header span:first-child {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
}

.blue-btn {
    background: #0C72E8;
}

.heading-tabbed-nav-neuner ul .tablinks.current,
.heading-tabbed-nav ul .tablinks.current,
.heading-tabbed-nav-wurscht ul li.tablinks.current {
    color: #fff;
    background: #0C72E8;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
}

.vue-slider-component .vue-slider-tooltip {
    font-size: 10px !important;
    padding: 6px 10px !important;
    border-radius: 15px !important;
    border: 1px solid #0054C6 !important;
    background-color: #0054C6 !important;
}

.vue-slider-component .vue-slider-dot .vue-slider-dot-handle {
    background-color: #0054C6 !important;
}

.vue-slider-component .vue-slider-process {
    background-color: #0054C6 !important;
}

/* Sonne - Mond */

.mondphasen-wrapper div:nth-child(2) i {
    font-size: 65px;
    color: #0C72E8;
}

.mondphasen-wrapper div:first-child i {
    font-size: 40px;
    color: #0C72E8;
}

.mondphasen-wrapper div:last-child i {
    font-size: 40px;
    color: #0C72E8;
}

.sonne-mond-spline-wrapper .mond-spline-curve {
    width: 100px;
    height: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border: 1px solid #0C72E8;
    border-bottom: 0;
    box-sizing: border-box;
    margin: auto;
}

@media only screen and (max-width: 320px) {
    .icon-container {
        right: 0;
    }
    .std-value-container {
        left: 0;
    }
}