/*hr*/



hr {
    padding: 0.5px;
    background-color: #c6d0d9 ;
    margin-top: 20px;
    margin-bottom: 15px;
    height: 1px;
    border: 0;
}

h1 {
    font-weight: 400;
    margin: 0;
    color: #025095;
}

a {
    color: #025095;
    text-decoration: none;
}
header a, .footer-content a {
    text-decoration: none;
}


/*video*/

.video video {
    position: fixed;
    top: 0;
    right: 0;
    border: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*content*/

.content {
    display: flex;
    justify-content: center;


}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.bulletpoint {
    height: 10px;
    width: 10px; 
    content: '';
    background: #fff; 
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px; /* Platz zwischen Bulletpoint und Text */
}

ul li {
    margin: 5px 0;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.bulletpoint {
    height: 10px;
    width: 10px; 
    content: '';
    background: #fff; 
    border-radius: 100%;
    display: inline-block;    
}

     

/*text*/

.text_div {
    font-size: 18px;
}

table {
    font-size: 18px;
}
.mobile-only {
    display: none;
}

.text_section {
    margin: 0 auto;
    max-width: 900px;
    padding: 0 16px;


}




/*abimg*/

.abimg img {
    float: right;
    height: 150px;
    border-radius: 100%;
    border: solid 0.5px #025095;
    margin-top: 27px;
}

@media(max-width: 600px) {
    .mid {
        margin-top: 30px !important;
        margin-left: 10px;
        margin-right: 10px;
    }
    .mid-content {
        text-align: center;
    }
    .abimg img {
        float: unset !important;
        margin-top: 0 !important;
    }
    .links li .gg-arrow-right {
        --ggs: 0.7;
    }
    .abimg {
        text-align: center;
    }
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block !important;
    }
}

@media(max-width: 430px) {
    .links {
        display: flex !important;
        flex-direction: column !important;
    }
}






/*links*/

.links {
    display: flex;
    align-items: center;
    list-style: none;
    text-decoration: none;
    color: black;
    justify-content: space-between;
}

.mid li a {

    text-decoration: none;
    color: #015095;



}

.links li a:hover {
    text-decoration: underline;
    text-shadow: 0 0 1px #000000;
    color: #015095;


}


/*mid*/

.mid video {
    height: 150px;
    width: auto;
}

.abtext {
    margin-top: 15px;
}
.abtext p {
    font-size: 18px;
}


.mid {
    background-color: #ffffffdd;
    margin-top: 300px;
    height: auto;
    width: 600px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.mid-content {
    padding: 30px;
    padding-bottom: 0;
}

.links {
    background: #025095;
    color: #fff;
    padding: 10px 30px;
}

.law {
    padding: 10px 30px; 
}

@media(max-width: 590px) {
    h1 {
        font-size: 21px;
    }
    .abtext p {
        font-size: 16px;
    }
    .abimg img {
        height: 100px;
        margin-top: 40px;
    }
    .links li {
        font-size: 14px;
    }
}



/*@media*/

.text_section p {
    margin-bottom: 15px;
}

.text_section strong {
    font-weight: 500;
}

.text_section h2, .text_section h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.text_section h1 {
    font-size: 30px;
}