﻿#blazor-error-ui {
    display: none;
}


.topbanner .screenshot-wrapper {
    position: relative;
}

    .topbanner .screenshot-wrapper .screenshot-container {
        min-height: 450px;
    }

@media (max-width: 768px) {
    .topbanner .screenshot-wrapper .screenshot-container {
        min-height: 300px;
    }
}

@media (max-width: 576px) {
    .topbanner .screenshot-wrapper .screenshot-container {
        min-height: 220px;
    }
}

.topbanner .screenshot-wrapper .screenshot-container img.main-screenshot {
    width: 100%;
    height: auto;
    display: block;
}

.topbanner .screenshot-wrapper .mobile-overlap-screenshot {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 1.5rem;
}

    .topbanner .screenshot-wrapper .mobile-overlap-screenshot img {
        max-width: 200px;
    }

@media (max-width: 768px) {
    .topbanner .screenshot-wrapper .mobile-overlap-screenshot img {
        max-width: 120px;
    }
}

@media (max-width: 576px) {
    .topbanner .screenshot-wrapper .mobile-overlap-screenshot img {
        max-width: 90px;
    }
}

/* Responsive-images section */
@media (max-width: 768px) {
    .responsive-images img {
        max-width: 50%;
    }
}

.btn-link-scholen {
    padding-left: 0;
    padding-right: 0;
    text-decoration: none;
}

    .btn-link-scholen:hover {
        text-decoration: underline;
    }

button.btn .spinner {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 0.2em solid rgba(0, 0, 0, 0.15);
    border-top-color: currentColor;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    vertical-align: -0.125em;
}

.btn-outline-white {
    border: 2px solid white;
    color: white;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.check-style li::before 
{
    font-family: "Font Awesome 7 Pro" !important;
}