﻿header{
    img{
           object-fit: inherit;
       }
}
footer {
    opacity: 1;
    bottom: 0;
    margin-bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}
img.icon {
    height: auto;
    width: 7em;
}

.checkmark-icon::before {
    background: url(froniusImages/ICON_Checkmark.svg) 0 0 no-repeat;
    background-size: 96px;
    content: '';
    padding: 0 0 0 96px;
    position: relative;
    top: 20px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 96px;

}
.error-icon::before {
    background: url(froniusImages/ICON_Error.svg) 0 0 no-repeat;
    background-size: 96px;
    content: '';
    padding: 0 0 0 96px;
    position: relative;
    top: 20px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    letter-spacing: 0;
    font-size: 96px;
}

.grid {
    display: grid;
    margin-bottom: 30px;
    padding: 24px;
    gap: 32px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 24px;
    padding-right: 24px;
}
@media (max-width:768px){
    .grid {
        margin-left: 24px;
        margin-right: 24px;
        inline-size: -moz-fit-content;
        inline-size: fit-content;
        display: grid;
        margin-bottom: 30px;
        padding: 24px;
        gap: 32px;
    }
}