.fontBaslikIK4 {
    margin-top: 35vh;
    font-size: 5vh;
    font-family: 'Basic', sans-serif;
}

@media screen and (max-width:1260px) {
    .fontBaslikIK4 {
        font-size: 4vh;
    }
}

@media screen and (max-width:865px) {
    .fontBaslikIK4 {
        font-size: 3vh;
    }
}

@media screen and (max-width:767px) {
    .fontBaslikIK4 {
        margin-top: unset;
    }

    .web-image {
        max-height: 50vh;
    }
}

.IK4-Logo-Flu {
    background-image: url("NSResources.nsx?r=/files/Image/IK4/IK4-Logo-Big.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
}

.bgHeaderColorIK4 {
    background: rgb(213,213,213);
    background: radial-gradient(circle, rgba(213,213,213,1) 44%, rgba(48,48,48,1) 100%);
}

.bgHeaderIK4Background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url("NSResources.nsx?r=/files/Image/IK4/IK4Header.jpg");
}

.web-image {
    width: 100%;
    max-height: 100vh;
    object-fit: scale-down;
    border-style: none;
    background: none;
    margin-top: 3%;
    height: 90%;
}

h3 {
  line-height: 1.5;
  text-align: justify;
  font-size:1.35rem;
}
