a:link {text-decoration: underline;} 
a:visited {text-decoration: underline;}
a:hover {text-decoration: underline;}
a:active {color:; text-decoration: underline;}

a {color: #000000; cursor: pointer;}


body {
    font-family: Open Sans,  sans-serif;
    text-align: center;
    display: flex;
}

html, body, form {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 19px;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
}

p {
    font-family: Open Sans,  sans-serif;
    margin: 15px 0;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}


.header {
    display: flex;
    margin: 0;
    width: 250px;
    padding-top: 62px;
    border-right: 1px solid rgb(0 0 0 / 15%);
    height: 100%;
    flex-direction: column;
    position: absolute;
}

.box_icon {
    padding: 0 10px;
    text-decoration: none !important;
    color: #123;
}

.box_icon img {
    width: 100%;
}


.icon {

}
.icon_text {
    font-family: Roboto, sans-serif;
    font-size: 20pt;
    font-weight: 600;
    letter-spacing: 1px;
    padding-top: 8px;
    text-align: center;
    text-transform: none;
}

.icon_text:after {
    content: "";
    border-color: rgba(33, 33, 33, 1);
    display: block;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: rgba(83, 115, 145, 1);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 212px;
}

.header ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header ul li {
    display: flex;
    list-style: none;
    cursor: pointer;
    justify-content: flex-start;
    margin: 10px 4px;
    flex-direction: column;
    position: relative; 
}



.header ul li a {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: rgba(106,106,106,1);
}


.l_1:hover, .l_2:hover {
    color: #123;
}

.arrow {
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 3px solid #000;
    border-bottom: 3px solid #000;
    transform: rotate(315deg);
    left: -21px;
    top: 3px;
    cursor: pointer;
    transition: 0.3s;
}

.arrow.active {
    transform: rotate(135deg);
    top: 5px;
}

ul.list_2 {
    margin-top: 10px;
    position: absolute;
    transition: 0.3s;
    height: 0px;
    overflow: hidden;
}

ul.list_2.active {
    position: relative;
    height: 105px;
}

div#content {
    display: flex;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
    margin-left: 250px;
}

div#center {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 70%;
    margin: 0 10px;
    height: 100%;
}

h1.pagetitle {
    color: rgba(83, 115, 145, 1);
    font-size: clamp(27px, 5vw, 38px);
}

h2 {
    color: rgba(83, 115, 145, 1);
}

h1.pagetitle:after {
    content: "";
    background: rgba(83, 115, 145, 1);
    display: block;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    height: 5px;
    margin-top: 20px;
}

div#navigation {
    width: 100%;
    display: flex;
}

.duRjpb {
    color: rgba(83,115,145,1);
    font-family: Roboto, sans-serif;
    font-size: 26pt;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.5;
    margin-top: 28px;
    text-transform: none;
}

.img_car img {
    width: 100%;
}

.menu__icon {
    display: none;
}

.maincontent {
        width: 100%;
        text-align: left;
}

.maincontent ul li, .maincontent ol li {
        padding: 5px 0px;
        line-height: 1.5;
}

.imgs_div {
        display: flex;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
}
.imgs_div .col3 {
        width: 30%;
}

.imgs_div .col2 {
        width: 48%;
}