/* ISO-2 */
/* - CUSTOM CSS - */
/* CHANGE: weil /wetter hat tailwind .hidden */
.hdn ,.hidden{
    display: none;
}

#installContainer {
    position: absolute; 
    bottom: 0;
    border-top: 1px solid #c2c2c2; 
    border-bottom: 1px solid #c2c2c2; 
    padding: 3rem; 
    text-align: center; 
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    width: 100%; 
    background-color: #fff;
}

#installContainer button {
    align-self: flex-start; 
    margin: 0 auto;
    background-color: inherit;
    border: 1px solid black;
    color: black;
    font-size: 1em;
    padding: 0.75em;
}

/* weather */

.weather-item {
    background-color: #fff;
    margin-right: 1rem;
    padding: 1.25rem;
}
.weather-item img {
    width: 12rem;
}
.weather-item .meta-info {
    margin-top: 2rem;
    overflow: hidden;
}
@media screen and (max-width: 568px) {
    .weather-item .meta-info {
        font-size: 1.25rem;
    }
}
.weather-item .meta-info p {
    margin-bottom: 0;
}
@media screen and (max-width: 568px) {
    .weather-item .meta-info p {
        font-size: 1rem;
    }
}
.weather-item .temp-info {
    font-size: 3.5rem;
}
@media screen and (max-width: 568px) {
    .weather-item .temp-info {
        font-size: 2.5rem;
    }
}
.weather-item .temp-info span:first-child {
    font-weight: bold;
}
.weather-day-detail {
    background-color: #fff;
    padding: 2rem;
}

.weather-chart-adds {
    width: 100%;
}
.weather-chart-adds > div {
    display: inline-block;
    text-align: center;
    width: calc(100% / 8.5);
}

.weather-chart-adds > div img {
    width: 3.1rem;
    margin-bottom: 1rem;
}
.weather-chart-adds > div span {
    font-size: 1rem;
    display: block;
    text-align: center;
}
.weather-chart-adds.wind > div img {
    margin-top: 0.5rem;
    width: 1.5rem;
}
.weather-day-detail .text-right {
    text-align: right;
}



.wetter-bar .weather-item {
    display: block;
    float: left;
    margin: 0 3px;
    /* height: 121px; */
    width: calc((30% - 6px) / 2);
}

@media (max-width: 1199.98px) {
    .wetter-bar .weather-item {
        width: calc((45% - 6px) / 2);
    }
}

@media (max-width: 991.98px) {
    .wetter-bar .weather-item {
        width:calc((45% - 6px)/2);
    }
}

@media (max-width: 767.98px) {
    .wetter-bar .weather-item {
        width:calc((80% - 6px)/2);
        /* height: 100px */
    }
}
/* 
@media (max-width: 575.98px) {
    .wetter-bar .slider-item {
        height:80px;
    }
} */
.flickity-enabled.flickity-nav.is-draggable.weather-items-wrapper{
    margin-bottom: 15px
}
/* Bootstrap 4 erstatz */
.bg-white {
    background: #fff;
}
.d-none {display:none;}
.d-block {display:block;}
.d-inline {display:inline;}
.wetter-webcam , .wetter-webcam2 {
    margin: 6px 0 0 0;
}

/* @media (min-width: 576px) { 
    .d-sm-block {display:block;}
    .d-sm-none {display:none;}
    .d-sm-inline {display:inline;}
} */

@media (min-width: 768px) { 
    .d-sm-block {display:block;}
    .d-sm-none {display:none;}
    .d-sm-inline {display:inline;}
    .bg-sm-transp {background: transparent;}
    .wetter-webcam {
        margin: 6px 3px 6px 0;
        width: calc(50% - 3px);
    }
    .wetter-webcam2 {
        margin: 6px 0 6px 3px;
        width: calc(50% - 3px);
    }
}

@media (min-width: 992px) { 
    .d-md-block {display:block;}
    .d-md-none {display:none;}
    .d-md-inline {display:inline;}
    .bg-md-transp {background: transparent;}
}

@media (min-width: 1200px) { 
    .d-lg-block {display:block;}
    .d-lg-none {display:none;}
    .d-lg-inline {display:inline;}
    .bg-lg-transp {background: transparent;}
}


.no-padding, .no-padding * , .no-padding-child > * {
    padding:0;
}
