* {
    box-sizing: border-box;
}

body {
    font-family: Arial;
    margin: 0px;
    color: black;
    background: #ffffff;
    background-color: #eee;
    background-image: linear-gradient(to right, #aaaabb, white 20%, white 80%, #aaaabb 100%);
    font-size: clamp(1.0rem, 2.0vw, 2.0rem);
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
}

a {
    text-decoration: none;
}

.header {
    text-align: center;
    background: white;
}

.header h1 {
    font-size: 50px;
}

.topnav {
    overflow: hidden;
    background-color: #333;
    z-index: 2;
}

.content {
    padding: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(3, 3, 3, 0.8)
}

.sticky+.content4 {
    padding-top: 50px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin: auto;
    font-size: clamp(0.75rem, 1.5vw, 2rem);
}

.sticky a {
    padding: 8px 16px;
}

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.leftcolumn {
    float: left;
    width: 60%;
    min-height: 100%;
}

.rightcolumn {
    float: left;
    width: 40%;
    min-height: 100%;
    padding-left: 1rem;
}

.rightcolumn2 {
    float: left;
    width: 40%;
    min-height: 100%;
    padding-left: 1rem;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.card {
    background-color: transparent;
    padding: clamp(0.4rem, 1.5vw, 2rem);
    min-height: 100%;
}

.bordercard {
    background-color: #ffffff;
    padding: clamp(0.4rem, 1.2vw, 2rem);
    border: 1px solid;
    border-color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 100%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.footer {
    padding: 20px;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 800px) {
    .leftcolumn,
    .rightcolumn {
        width: 100%;
        padding: 0;
    }
    .rightcolumn2 {
        width: 100%;
        padding: 0;
        position: relative;
    }
}

.nyhet {
    background-color: #ff5500;
    margin: auto;
    text-align: center;
    border: 1px solid;
    border-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.semest {
    width: 50%;
    margin: auto;
    padding: 5px;
    border: 1px solid;
    border-color: #000;
    border-radius: 5px;
    background-color: red;
    align-items: center;
    color: white;
    font-size: clamp(0.8rem, 1.6vw, 2.4rem);
    text-align: center;
}

@media screen and (max-width: 340px) {
    .topnav a {
        float: none;
        width: 100%;
    }
}

[id*="myImg"] {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    width: 30%;
    height: 30%;
}

[id*="myImg"]:hover {
    opacity: 0.7;
}

.modal {
    display: none;
    position: fixed;
    z-index: 3;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 90%;
    max-width: 90%;
}

.fraga {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    padding: 0.5rem;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

#fraga-content {
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
    max-width: 1280px;
    height: 100%;
    color: #ccc;
    border: 1px solid;
    border-color: black;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0.1)
    }
    to {
        transform: scale(1)
    }
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.fragastang {
    position: absolute;
    top: 3rem;
    right: 1.8rem;
    color: #cccccc;
    font-size: clamp(2.2rem, 5.2vw, 5.2rem);
    font-weight: bold;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black, 3px 3px #00000043;
    transition: 0.3s;
}

.fragastang:hover,
.fragastang:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.logo2 {
    float: left;
    width: 100%;
    align-items: center;
    text-align: center;
}

.info {
    float: left;
}

@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
    .info {
        width: 100%;
        display: none;
    }
    .logo2 {
        width: 100%;
    }
}