html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-bottom: 60px;
    background-image: url('../Bilder/logo (2).png')
}

#scroll-list {
    max-height: 400px; 
    width: 1250px; 
    overflow-y: auto; 
    padding: 10px;
    margin: 20px auto;
    
}
#Titel {
  
    text-align: center;
    font-size: 70px;
    color: white;
    align-self: flex-end;
    font-weight: bold;
    text-align: center;
    font-family: Caprasimo;
    margin-top:50px;
  
}
.border {

    margin-bottom: 10px;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-radius: 6px;
    text-align: center;
    
}


    .border a {
        align-self: center;
        display: block;
        color: White;
        text-decoration: none;
        font-size: 25px;
        font-weight: bold;
        font-family: 'Archivo Black ', sans-serif;
        cursor: pointer;
        transition: transform 0.4s ease, box-shadow 0.4s ease;
    }

        .border a:hover {
            filter: drop-shadow(0 0 5px #003791) drop-shadow(0 0 10px #003791) drop-shadow(0 0 15px #003791);
            color: white;
            text-decoration: none;
            transform: scale(1.1);
            box-shadow: 0 8px 20px rgba(0, 0, 0, #003791);
        }

    #logo {
        width: 440px;
        height: 80px;
        filter: drop-shadow(0 0 5px #003791) drop-shadow(0 0 10px #003791) drop-shadow(0 0 15px #003791);
}
    .psw-t-body {
         grid-row: 2;
}
    .psw-l-line-left {
        grid-row: 2;
        grid-column: 2;

        }

    #under {
        color:white;
    }
    #transparent {
        height:29px;
    }

