*{
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    font-family: sans-serif;
}
.print-area{
    width: 90%;
    margin: 20px auto;
}
.print-area .header{
    width: 100%;
    height: 150px;
    background-color: #032c59;
    display: flex;
    align-items: center;
    position: relative;
}
.left-area img{
    margin-bottom: 15px;
    margin-top: 15px;
    width: 200px;
    height: 175px;
    border-radius: 50%;
    top: 100px;
    left: 110px;
    border: 5px solid white;
    box-shadow: 3px 3px 10p rgb(0,0,0,.5);
    cursor:pointer;
    transition-duration: .5s;
    user-select: none;
    filter:grayscale(100%);
}
.header img:hover{
    filter: grayscale(0%);
    box-shadow: 3px 3px 10p rgb(0, 0,0, .5);
}
.header-text{
    color:rgb(245, 240, 240);
    width: 100%;
    text-align: center;
    margin-left:auto;
    margin-right: auto;
    display: block;
}
.header-text h1{
    font-size: 50px;
    font-weight: normal;
    /* text-align: left; */
}
.header-text p{
    font-size: 20px;
    color: rgb(255, 255, 255);
    /* text-align: left; */
}
.content{
    display: flex;
    flex-wrap: wrap;   
}

img.linkedin {
    border-radius: unset;
    width: unset;
    height: 200px;
    filter: unset;
    border: unset;
    cursor: pointer;
}

.left-area h2 {
    margin-bottom: 15px;
}
.left-area{
    width: 35%;
    background-color: #efefef;
    text-align: center;
    padding-bottom: 20px;
}
.left-area .contact{
 
    padding: 20px;
}
.contact h4{
    font-size: 30px;
    font-weight: normal;
    margin: 20px 0;
}
.contact h5{
    font-size: 18px;
    margin: 10px 0;
}
.contact p{
    font-size: 17px;   
}
.left-area .fritid{
    margin-top: 20px;
    padding: 20px;
}
.fritid h4{
    font-size: 30px;
    font-weight: normal;
    margin: 20px 0;
}
.fritid h5{
    font-size: 18px;
    margin: 10px 0;
}
.kompetencer{
    margin-top: 20px;
}
.Kompetencer h2{
    font-size: 25px;
    font-weight: normal;
}
.bars{
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 10px;
    padding: 0 10px;
}
.bars .bar p{
    font-size: 10px;
    font-weight: bold;
}
.bar span{
    display: block;
    width: 100%;
    height: 10px;
    background-color: gray;
    margin-top: 10px;
    border-radius: 10px;
    position: relative;
}
.bar span::before{
    position: absolute;
    content:"";
    width: 80%;
    height: 80%;
    background-color: black;
    top: 50%;
    left: 2px;
    transform: translateY(-50%);
    border-radius: 10px;
}
.follow{
    margin-top: 20px;
    font-size: 20px;
    font-weight: normal;
}
.follow h4{
    font-size: 18px;
    margin: 10px 0;
}
.follow p{
    font-size: 10px;
    color: gray;
}

.right-area{
    width: 65%;
    padding: 20px;
}
.right-area h2{
    font-size: 25px;
    font-weight: normal;
    margin-left: 10px;
}
.right-area p{
    /* text-align: justify; */
    font-size: 17px;
    color: gray;
    margin-top: 10px;
}
.work{
    margin-top: 20px;
}
.work-group{
    margin: 20px 0;
}
.work .work-group{
    position:relative;
}
.work-group h3{
    font-size: 22px;
    font-weight: normal;
    padding-left: 25px;
}
.work-group h4{
    font-size: 18px;
    padding-left: 30px;
    font-weight: normal;
    color: black;
}

.work-group span{
    position: absolute;
    top: 10px;
    right: 0;
    color: black;
    font-size: 15px;
    font-weight: bold;
}
.education{
    margin-top: 20px;   
}
.edu-group{
    position:relative;
    margin: 10px 0;
}
.edu-group h4{
    padding-left: 30px;
    font-size: 18px;
    font-weight: normal;
}
.edu-group span{
    position: absolute;
    top: 17px;
    right: 0;
    color:black;
    font-weight: bold;
    font-size:15px;
    margin-bottom: 10px;
}
.edu-group p{
    /* padding-left: 30px; */
}
.frivilligt{
    margin: 20px 0;
}
.frivilligt .work-group{
    position:relative;
}
.frivilligt h3{
    font-size: 22px;
    font-weight: normal;
    padding-left: 30px;
}
.frivilligt h4{
    font-size: 18px;
    padding-left: 35px;
    font-weight: normal;
    color: black;
}
.frivilligt p{
    padding-left: 30px;
}
.right-area svg {
    font-size: 40px;
}


.linje {
    display: flex;
    align-items: center;
}

.right-area p {
    margin-left: 55px;
}
.bank-aktie {
    margin-bottom: 30px;
    border: 1px solid #ccc;
    padding: 10px;
  }
  
  .bank-aktie h2 {
    margin-top: 0;
    font-size: 1.2rem;
  }
  
  .data-table {
    border-collapse: collapse;
  }
  
  .data-table th,
  .data-table td {
    border: 1px solid #ccc;
    padding: 6px 10px;
  }

  .årgang {
    float: right;
    font-weight: 600;
  }


  @media (min-width:320px)  { /* smartphones, iPhone, portrait 480x320 phones */ }
@media (min-width:481px)  { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (max-width:641px)  { /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */

    .left-area{
        width: 100%;
    }
    .right-area {
        width: 100%;
    }
}
@media (min-width:961px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }