@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');

:root{
    --denroede: #a00600;
    --footerRoed: #730d0d;
    --gennemsigtigsort: rgba(51, 50, 50, 0.58);
    --gennemsigtighvid: rgba(255,255,255,0.68);
    --font: "Poppins", sans-serif;
    --overskriftFont: "Cinzel", serif;

}

body{
    background-color: var(--denroede);
    font-family: var(--font);
    margin: 0px;
    width: 100%;
}

p{
    color: black;
  }
  
  a{
    color: black;
  }
  
  header{
    margin: -10px;
  }

 
  
  #logo{
    background: url(/img/head.png);
    width: 100%;
    padding-left: 45.5%;
    padding-right: 45.5%;
    padding-bottom: 6%;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: center;
    

  }

#burger {
    position: absolute;
    right: 20px;
    top: 15px;
    z-index: 1;
    width: 30px;
}


h1, h2 {
    color: var(--footerRoed);
    font-family: var(--overskriftFont);
    margin: 0%;
    text-align: center;
}

#forsteBoks {
    width: 35%;
    background-color: var(--gennemsigtighvid);
    padding: 10px;
    padding-bottom: 100px;
    border-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.forsteboks {
    background: url(/img/bad.jpeg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    border-radius: 20px;
}

#andenBoks {
    width: 35%;
    background-color: var(--gennemsigtighvid);
    padding: 10px;
    padding-bottom: 100px;
    border-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.andenboks {
    background: url(/img/hold.JPG);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 20px;
}

#tredjeBoks {
    width: 35%;
    background-color: var(--gennemsigtighvid);
    padding: 10px;
    padding-bottom: 100px;
    border-radius: 20px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

.tredjeboks {
    background: url(/img/storlogo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 20px;
}

#nesteBoks {
    margin-left: 55%;
    width: 45%;
    background-color: var(--gennemsigtighvid);
    padding: 10px;
    padding-bottom: 100px;
    border-radius: 20px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;

}

.nesteboks {
    background: url(/img/hold.JPG);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


 * {box-sizing: border-box}
        
.mySlides {
    display: none
}
        
       
 /* Slideshow container */
.slideshow-container {
    border-radius: 20px;
    position: relative;
    margin-bottom: 30px;
    margin-top: -25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
        
        /* Next & previous buttons */
        .prev, .next {
          cursor: pointer;
          position: absolute;
          top: 50%;
          width: auto;
          padding: 16px;
          margin-top: -22px;
          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);
        }
        
        /* Caption text */
        .text {
          color: #f2f2f2;
          font-size: 15px;
          padding: 8px 12px;
          position: absolute;
          bottom: 8px;
          width: 100%;
          text-align: center;
        }
        
        /* Number text (1/3 etc) */
        .numbertext {
          color: #f2f2f2;
          font-size: 12px;
          padding: 8px 12px;
          position: absolute;
          top: 0;
        }
        
 /* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
    
}

.prik {
    position: relative;
    margin-left: 48%;
    z-index: 5;
    top: 45%;
}
        
.active, .dot:hover {
    background-color: var(--denroede);
}
        
/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}
        
@keyframes fade {
          from {opacity: .4} 
          to {opacity: 1}
}
        
/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
          .prev, .next,.text {font-size: 11px}
}
    


.flex-container{ /*fælles container for billede og kalender*/
    margin-left: 25px;
    margin-right: 35px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-content: flex-start;
    gap: 35px;
}

.kalender-container{
    background-color: aliceblue;
    border-radius: 15px;
    width: 30%;
    display: flex;
    height: auto;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.kampplan{
    border-radius: 20px;
}

.camp {
    display: block;
    margin-top: 5%;
}

.mere {
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    /*border: 2px solid black;*/  
}



.bil {
    display: block;
    width: 45%;
    align-items: center;
}

.item {
    width: 10%;   
}

header{
    align-items: right ;
}

/*#midte {
width: 80%;
height: 60%;
border-radius: 20px;
}*/

.billede-container {
    /*border: 2px solid black;*/
    width: 70%;

    
}

/*.overlay {
    position: absolute;
    top:10;
    left: 10;
    width: 25%;
    height: 81%;
    background-color: var(--gennemsigtigsort);
}*/

/*.textt {
    display: flex;
    justify-content: center;
    align-items: center;
    color:azure;
    text-align: center;
}*/


footer {
    font-size: small;
    display: flex;
    align-items: center;
    background-color: #730d0d;
    margin: -10px;
    color: white;
    margin-top: 35px;
 }

 #adresse {
    margin: 10px;
    margin-left: 35px;
    width: 30%;
 }

 .iconer {
    display: flex;
    justify-content: space-around;
    margin-left: 260px;
    margin-right: 20px;
    width: 20%;
 }
 
 .pic {
   width: 80%;
   height: 50px;
   margin: 10px;
 }

 #storeLogo {
    width: 60%;
 }

#map {
    margin: 10px;
}
    



body{
    background-color: var(--denroede);
    margin: 0%;
}


.dannebro1{
    background-color: white;
    width: 100.8%;
    height: 15%;
    position:absolute;
    top:60%;
    z-index: -10;
}

.dannebro2{
    background-color: white;
    width: 8%;
    height: 800px;
    position: fixed;
    margin-left: 45.7%;
    z-index: -10;
}

.sporgeskema{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-around;
    display:flex;
    flex-direction: column;
    align-content: center;
    font-size:x-small;
    h1, h2 {
        color: black;
        font-family: var(--font);
    }
}
.sporgsmaal1{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    border: 2px solid rgb(0, 0, 0);
    position: space;
    background-color: beige;
    align-self: center;
    border-radius: 10px;
    margin-top: -30px;
    padding-left: 10px;
    padding-right: 10px;
}

.sporgsmaal2{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    border: 2px solid rgb(100, 47, 47);
    background-color: beige;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.sporgsmaal3{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    border: 2px solid black;
    background-color: beige;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.svar {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    border: 2px solid black;
    background-color: beige;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;

}

.pil2{
    padding-left: 30px;
    rotate: -50deg;
}
.pil1{
    padding-right: 30px;
    rotate: 50deg;
}
.pil3{
    padding-left: 250px;
    
}
.pil4{
    padding-right: 250px
}

.nej1 {
    display: inline-flex;
    height: 100%;
    align-items: flex-start;

}

.nej2 {
    display: inline-flex;
    align-items: flex-start;
    height: 100%;

}

.nej3 {
    display: inline-flex;
    align-items: flex-start;
    height: 60px;


}

.team{
    display: inline-block;
    justify-content: block;
    border: 2px solid rgb(0, 0, 0);
    background-color: beige;
    border-radius: 10px;
    padding-left: 5px;
    padding-right: 5px;

}


#række1{
    display: flex;
    justify-content: center;
    align-items: top;
    height: 100px;    
}

#række2{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    height: 70px;
    gap: 300px;
    
}

#række3{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-evenly ;
    width: 70%;
    height: 80px;

}

#række4{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: start;
    height: 60px;
    position: relative;

}

.janejbox {
    display: flex;
    gap: 100px;    
    justify-content: space-evenly;
    height: 60px;
    position: relative;


}

.hold{
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: start;
    height: 100px;
    gap: 30px;
    
}
.hd{
    display: flex;
    justify-content: space-evenly;
    gap: 170px;
}
/*
.grid-container{
    display: grid;

} */



