body {
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(180deg, rgb(217, 241, 255) 0%, rgb(163, 216, 255) 100%);
    font-family: "Inter", sans-serif;
    user-select: none;
}
 
.omslag {
    background: rgb(255, 255, 255);
    width: 90vw;
    max-width: 1200px;
    height: 89vh;
    border-radius: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: grid;
    grid-template-rows:1fr;
}
.huvud {
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
 
.logotyp-behållare {
    margin-left: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
 
.logotyp {
    height: 90px;
    width: 60px;
}

.titel {
    font-size: 22px;
    font-weight: 600;
    color: rgb(26, 62, 115);
    white-space: nowrap;
}
 .navigering{
    margin-right: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
 }
.navigering a {
    text-decoration: none;
    color: rgb(26, 62, 115);
    font-weight: 500;
    margin-left: 30px;
    transition: 0.3s;
}
 
.navigering a:hover{
    color: rgb(0, 123, 255);
    border-bottom: 2px solid rgb(0, 123, 255);
    cursor: pointer;
}
 #höger{
 margin-right: 50px;
 }
.huvud-innehåll {
    padding: 40px 60px 40px 60px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    background: linear-gradient(180deg, rgb(240, 250, 255) 0%, rgb(215, 235, 250) 100%);
}
 
.huvud-sektion {
    padding-bottom: 20px;
}
 
.huvud-sektion h1 {
    font-size: 48px;
    font-weight: 700;
    color: rgb(26, 62, 115);
    margin: 0;
}
.anchor{
    font-size: 20px;
}
.huvud-sektion p {
    font-size: 18px;
    color: rgb(26, 62, 115);
    margin: 10px 0 25px 0;
}
 
.knapp-ansök {
    display: inline-block;
    background-color: rgba(0, 123, 255,0.7);
    color: rgb(255, 255, 255);
    padding: 17px 45px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.3s;
     transition: transform 0.2s;
}
 
.knapp-ansök:hover {
    background-color: rgba(0, 86, 179,0.7);
    transform: scale(1.03);
}
.knapp-ansök:active{
    transform: scale(0.95);
}
 
.innehålls-rutnät {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 20px;
}
.box {
    background: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0, 123, 255, 0.10), 0 1.5px 6px rgba(0,0,0,0.06);
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    height: 150px;
}
.box:hover {
    box-shadow: 0 8px 32px rgba(0, 123, 255, 0.18), 0 3px 12px rgba(0,0,0,0.10);
    transform: scale(1.05);
    cursor: pointer;
}
 
 
.box-1:hover,
.box-2:hover,
.box-3:hover {
    background: rgb(255, 255, 255);
    box-shadow: 0 8px 32px rgba(0, 123, 255, 0.18), 0 3px 12px rgba(0,0,0,0.10);
    transform: scale(1.05);
    cursor: pointer;
}
.box a:hover i,
.box a i {
    text-decoration: none
}
.box a:hover p {
    text-decoration: underline;
}
.box-innehåll {
    padding: 0;
    margin: 0;
    background: none;
    height: 100%;
    display: flex;              
    flex-direction: column;    
    align-items: center;        
    justify-content: center;  
    color: rgb(26, 62, 115);
    font-weight: 600;
    text-align: center;
    align-items: center;
   
}
.box-4:hover{
  transform: scale(1);
  cursor: n-resize;
  user-select:text;
}
 
.ikon {
    font-size: 40px;
    margin-bottom: 10px;
    color: rgb(0, 123, 255);
}
 
.box-4 {
    grid-column: 1 / span 2;
    height: 300px;
}
 
.box-5 {
    grid-column: 3 / 4;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    padding: 0;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
}
.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    margin: 0;
    padding: 0;
}
 
 
.stor-text {
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}
#omslag-2{
background: linear-gradient(180deg, rgb(240, 250, 255) 0%, rgb(215, 235, 250) 100%);
}
.wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  width: 100%;
  height: 100px;
  padding: 0 30px;
}
.logan{
  height: 90px;
  width: 70px;
}
.texten{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    font-size: 22px;
    font-weight: 600;
    color: rgb(26, 62, 115);
}
.anchors{
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    margin-right: 80px;
   
   
}
.anchors a{
    text-decoration: none;
    color: rgb(26, 62, 115);
    font-weight: 500;
    margin-left: 30px;
    transition: 0.3s;
    font-size: 20px;
}
.anchors a:hover{
color: rgb(0, 123, 255);
border-bottom: 2px solid rgb(0, 123, 255);
cursor: pointer;
}
 
 .form {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
 
.form label {
  font-weight: bold;
  color: rgb(51 51 51);
}
 
input, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgb(204 204 204);
  border-radius: 6px;
  font-family: inherit;
  box-sizing: border-box;
  margin-top: 5px;
}
 
button {
  background: rgb(76 163 183);
  color: white;
  border: none;
  padding: 12px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-size: 16px;
}
 
button:hover {
  background: rgb(58 140 156);
}
#omslag-3{
background: linear-gradient(180deg, rgb(240, 250, 255) 0%, rgb(215, 235, 250) 100%);
display: grid;
grid-template-columns: repeat(3,1fr);
grid-template-rows: repeat(5,1fr);
}
.huvudd{
    height: 100px;
    background-color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column: 1/span 3;
}
.textenn{
    margin-left: 100px;
}
.navigeringg{
    display: flex;
    width: 300px;
    justify-content: space-between;
    margin-right: 50px;
   
}
.page-section{
    grid-column: 2;
    grid-row: 2/ span 5;
   
}
.h2-wrapper{
    display: flex;
    justify-content: center;
}
.omslagg {
    background: rgb(255, 255, 255);
    width: 90vw;
    max-width: 1200px;
    height: 89vh;
    border-radius: 25px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.dmf{
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: repeat(2,260px);
}
.kurs{
    background-color: rgb(255, 255, 255);
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: height 0.5s cubic-bezier(0.4,0,0.2,1), box-shadow 0.2s, transform 0.2s;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;      
    align-items: flex-start;      
    font-weight: 600;
    color: rgb(26, 62, 115);
    text-align: left;
    max-width: 284px;
    min-width: 284px;
    margin: auto;
    overflow: hidden;
}
.a1{
height: 100%;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}
.a2{
height: 100%;
width: 100%;
display: flex;
justify-content: center;
text-align: center;
}
.texttt{
    font-weight: 700;
    line-height: 30px;
}
.text-container{
display: flex;
justify-content: center;
width: 100%;
}
.kurs:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
    transform: scale(1.05);
    cursor: pointer;
}
.box a{
    text-decoration: none;
    color: rgb(26, 62, 115);
    transition: 0.3s;
}
.box a:hover p{
  text-decoration: underline;
}
.t1{
align-self: center;
}
.kurs {
  display: flex;
  flex-direction: column;
  align-items: flex-start;  
  justify-content: center;
  text-align: left;          
}
.program-namn {
  font-weight: bold;
  width: 100%;
  text-align: center;      
}
 
.test-text {
  display: block;
  opacity: 0;
  max-height: 0;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-weight: normal;
  transition: opacity 2s ease, max-height 2s ease;
  overflow: hidden;
}
 
.kurs[style*="height: 280px;"] .test-text {
  opacity: 1;
  max-height: 200px;
}
#den{
    margin-top: 20px
}
.logotyp-titel {
  display: flex;
  align-items: center;
  gap: 20px;
}
.logotyp-behållaree{
    margin-left: 30px;
}
.box-länk-innehåll {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: transparent;
    border-radius: 15px;
    color: rgb(26, 62, 115);
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: background 0.2s;
}
.box-länk-innehåll:hover {
    background: transparent;
    text-decoration: none;
}
.logan{
    animation-name: hejsansvejsan;
    animation-duration: 7s;
    animation-iteration-count: infinite;
    animation-timing-function:linear;
    animation-direction:alternate;
}
@keyframes hejsansvejsan {
    from {
        transform: rotateY(0deg);
    }
    to {
        transform: rotateY(360deg);
    }
}
 