weather .today {
    position: relative;
}

.weather .today {
    margin-left: 85px;
    font-size: 14px;
}

.weather .today .desc {
    display: none;
}

.weather .today .icon img.weathericon {
    background: #4B67A9;
    border-radius: 150px;
    position: absolute;
    width: 70px;
    height: 70px;
    right: inherit;
    left: 20px;
    top: 12px;
    z-index: 200;
}

.weather .today .temperatur {
    border-radius: 150px;
    width: 34px;
    position: absolute;
    right: inherit;
    left: 10px;
    top: 54px;
    z-index: 200;
    text-align: center;
    font-size: 18px;
    padding: 4px 0px;
    color:#03267d;
}

.weather .forecast {
    font-size: 14px;
    padding: 20px 0px;
}

.weather .forecast img {
    width: 40px;
    height: 40px;
    font-size: 14px;
    background: #4B67A9;
    border-radius: 150px;
    float: left;
    margin-right: 10px;
}

.weather .forecast-info {
    margin: 0px 0px;
}

.weather .border-right {
    border-right: 1px solid #4B67A9;
}

@media (min-width: 768px) {

    .weather .today .desc {
        display: inline;
    }

    .weather .today {
        margin-left: 100px;
        font-size: 18px;
    }

    .weather .forecast img {
        width: 60px;
        height: 60px;
    }

    .weather .forecast-info {
        margin: 10px 0px;
    }

    .weather .today .icon img.weathericon {
        left: 10px;
        width: 90px;
        height: 90px;
        right: inherit;
        top: -8px;
    }

    .weather .today .temperatur {
        left: 7px;
        width: 39px;
        right: inherit;
        top: 51px;
        font-size: 20px;
        padding: 6px 0px;
    }
}

@media (min-width: 992px) {

    .weather .today {
        margin-left: 0px;
    }

    .weather .forecast img {
        width: 60px;
        height: 60px;
    }

    .weather .forecast-info {
        margin: 10px 0px;
    }

    .weather .today .icon img.weathericon {
        left: inherit;
        width: 110px;
        height: 110px;
        right: 23px;
        top: -48px;
    }

    .weather .today .temperatur {
        left: inherit;
        width: 39px;
        right: 101px;
        top: 26px;
        font-size: 20px;
        padding: 6px 0px;
    }
}

@media (min-width: 1200px) {
    .weather .today {
        margin-left: 0px;
    }

    .weather .forecast img {
        width: 60px;
        height: 60px;
    }

    .weather .forecast-info {
        margin: 6px 0px;
        font-size: 18px;
    }

    .weather .today .icon img.weathericon {
        left: inherit;
        width: 140px;
        height: 140px;
        right: 23px;
        top: -98px;
    }

    .weather .today .temperatur {
        left: inherit;
        width: 57px;
        right: 133px;
        top: -6px;
        font-size: 25px;
        padding: 11px 0px;
    }
}