.projects-title {
  margin-top: 6.5rem;
  margin-bottom: 3.5rem;
}

.h2_titel{
    margin-top: 3.5rem;
    font-size: 2.3rem;
    padding-left: 2rem;
}
p{
    margin-top: 0.5rem;
    padding: 0 2rem;
}
h3{
    margin-top: 1rem;
    padding-left: 2rem;
}
img{
    width: 100%;
    height: auto;
    padding: 1rem 2rem;
}
a{
    color: #090012;
    font-size: 1.3rem;
}

nav a{
  font-size: 1rem;
}

.logo_img {
  max-width: 40px;
  margin: 0;
  padding: 0;
}

.main{
  overflow: visible;
}


select{
  color: #717171;
}


.assign_ul{
    margin: 1rem 2rem;
}
.ess_link_li{
  list-style-type: none;
}
.assign_img{
    display: none;
}
video {
    width: 85%;
    height: auto;
    margin-left: 2rem;
}

.assign_ul a:hover{
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #acacac;
}



.project {
    padding: 2rem;
    max-width: 100%;
    border-radius: 0;
  }
.project .h2_titel{
    margin: 0;
    padding: 0;
}
.project .pro h3{
    margin: 1rem 0 0 0;
    padding: 0;
}
.project .pro p{
    margin: 0.5rem 0 0 0;
    padding: 0;
}
.project:hover {
  transform: none;
}

.nav_pro{
  display: none;
}



.des_goal_stor{
    display: none;
}
.goal_fikant{
    padding: 0.8rem;
    border: 2px solid black;
    border-radius: 22px;
    margin: 1rem 2rem;
}
.des_goal .des_goal_firkant .goal_fikant p{
    margin: 0;
    padding: 0;
}






/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: 0 2rem;
  }
  
  /* Hide the images by default */
  .mySlides1 {
    display: none;
  }
  
  /* Next & previous buttons */
  .prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }

  .mySlides1 img{
    padding: 0;
    padding-top: 1rem;
  }
  .mySlides2 img{
    padding: 0;
    padding-top: 1rem;
  }
  
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .dot.active, .dot:hover {
    background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }


  .con_dev_other_p2_pc{
    display: none;
  }








  /* tablet */
@media screen and (min-width: 785px) {
  .assign_img{
    display: block;
    max-width: 500px;
    height: auto;
    padding-bottom: 0;
    grid-area: pic;
  }

  .assign{
    display: grid;
    grid-template-areas: 
    "tit pic pic"
    "tit pic pic"
    "link pic pic";
  }

  .assign_h2_p{
    grid-area: tit;
  }

  .assign_ul{
    grid-area: link;
    margin-bottom: 0;
    margin-top: 0;
  }

  .h2_titel{
    margin-top: 0;
  }



  .video_game{
    display: block;
    margin: 1rem auto;
    width: 92%;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }



  .project{
    display: grid;
    grid-template-areas: 
    "ti ti"
    "aor dur"
    "skil tool";
  }
  .project h2_titel{
    grid-area: ti;
  }
  .pro_aor{
    grid-area: aor;
    padding-right: 18px;
  }
  .pro_dur{
    grid-area: dur;
  }
  .pro_skil{
    grid-area: skil;
    padding-right: 18px;
  }
  .pro_tool{
    grid-area: tool;
  }




  .des_goal, .user_rese, .person, .con_dev, .des_sys, .flow, .refleksion {
    margin-top: 7rem;
  }
  .des_goal_firkant{
    display: none;
  }
  .des_goal_stor{
    display: grid;
    grid-template-areas: 
    "tit1 tit2"
    "pic pic";
  }
  .as_is_h3_stor{
    grid-area: tit1;
  }
  .to_be_h3_stor{
    grid-area: tit2;
  }
  .des_goal_stor_img{
    grid-area: pic;
  }


  .visuel_ispo{
    display: grid;
    grid-template-areas: 
    "titl pic1"
    "tex pic1"
    ". pic1"
    "pic2 pic2";
  }
  .visuel_ispo_h3{
    grid-area: titl;
  }
  .visuel_ispo_p{
    grid-area: tex;
  }
  .visuel_ispo_img_1{
    grid-area: pic1;
  }
  .visuel_ispo_img_2{
    grid-area: pic2;
  }


}







  /* desktop */
  @media screen and (min-width: 1089px) {
    .assign{
      margin: auto;
      width: 95%;
      grid-template-areas: 
      "tit pic pic"
      "tit pic pic"
      "link pic pic"
      ". pic pic";
    }

    .assign_img{
      max-width: 600px;
      margin-right: 50px;
    }
    .assign_h2_p p{
      max-width: 88%;
    }

    .assign_ul{
      margin-top: 4rem;
    }
  

    .video_game{
      width: 91%;
    }




    .project .h2_titel{
      margin: auto;
      width: 60%;
    }
    .pro{
      margin: auto;
      width: 60%;
      margin-bottom: 2rem;
    }


    main{
      margin: 2rem;
    }

    .des_goal_stor{
      max-width: 60rem;
      
    }


    .user_rese{
      display: grid;
      grid-template-areas: 
      "tit tit"
      "tet slid";
    }
    .user_rese .h2_titel{
      grid-area: tit;
      max-width: 5%;
    }
    .user_rese p{
      grid-area: tet;
      max-width: 5%;
    }
    .all_slid{
      grid-area: slid;
    }



    .person{
      display: grid;
      grid-template-areas: 
      "tit tit"
      "pic1 pic1"
      "tet1 sli"
      "tet2 sli"
      ". sli";
    }
    .person .h2_titel{
      grid-area: tit;
    }
    .person img{
      grid-area: pic1;
    }
    .person_text1{
      grid-area: tet1;
      max-width: 40rem;
    }
    .person_text2{
      grid-area: tet2;
      max-width: 40rem;
    }
    .slide2{
      grid-area: sli;
    }



    .con_dev_other_p2_mobil{
      display: none;
    }
    .con_dev_other{
      display: grid;
      grid-template-areas: 
      "tit tit"
      "tex1 img1"
      "tex2 img1"
      ". img1"
      "img2 img2";
    }
    .con_dev_other h3{
      grid-area: tit;
    }
    .con_dev_other_p1{
      grid-area: tex1;
      max-width: 40rem;
    }
    .con_dev_other_img1{
      grid-area: img1;
    }
    .con_dev_other_p2_pc{
      display: block;
      grid-area: tex2;
      max-width: 40rem;
    }
    .con_dev_other_img2{
      grid-area: img2;
    }


    .visuel_ispo{
      margin-top: 4rem;
      display: grid;
      grid-template-areas: 
      "titl pic1"
      "tex pic1"
      "pic2 pic1";
    }
    .visuel_ispo_img_2{
      grid-area: pic2;
      margin-top: 3rem;
    }
    .visuel_ispo_img_1{
      grid-area: pic1;
      max-width: 30rem;
      height: auto;
    }



    .des_sys p{
      max-width: 40rem;
    }
    .des_sys img{
      max-width: 85rem;
      height: auto;
    }


    .flow p{
      max-width: 40rem;
    }



    .ref_text{
      display: grid;
      grid-template-areas: 
      "texs but";
    }
    .ref_text p{
      grid-area: texs;
      padding-right: 10px;
    }
    .ref_text a{
      grid-area: but;
      margin: 0;
      margin-right: 30rem;
    }

    .refleksion{
      margin-bottom: 7rem;
    }



  }