*{
    font-family: Futura , sans-serif;
}
.navbar{
    z-index: 1050;
}

nav{
    background-color: #FFA500;
    color: white;
}

ul{
    list-style: none;

}
ul li{
    display: inline-block;
    position: relative;

}

ul li a{
    display: flex;
    padding: 20px 25px;
    color: white;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

.container{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 35%;
    position: relative;
    background-color: #FFA500;
    left: 0;
    right: 0;
}

.overskrift{

    font-size: 3rem;
    font-weight: bold;
    color: white;
    display: flex;
    text-align: left;
    justify-content: center;
    transform: rotate(-5deg);

}

.diagonal-text{
    display: flex;
    text-align: center;
    justify-content: center;
    transform: rotate(-5deg);
    font-size: 4rem;
    font-weight: bold;
    background: linear-gradient(to right, #FFA500,#F16996) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px white;
    transition: transform 0.8s ease;
}

.diagonal-text:hover{
    transform: scale(1.2);
}

.juice{
    position: relative;
    width: 400px;
    height: 300px;
    left:0;
    right:0;
    padding: 20px;
    transition: transform 0.8s ease;
}
.juice:hover{
    transform: scale(1.2);
}

.bølger{
    align-items: center;
    max-height:50px;
    width:100%;
    object-fit: fill;
}

.col-billede{
    border-radius: 10px;
    margin: 5% 30px auto;
    object-fit: contain;
}
.col-tekst{
   border:solid black 2px;
        border-radius: 10px;
        margin: auto;
        object-fit: contain;
}
.col-billede, .col-tekst {
    flex: 1 1 40%;
    max-width: 45%;
    box-sizing: border-box;
}
.col-tekst1{
    background-color: #40C632;
    color: white;
}
.col-tekst2{
    background-color: #FFA500;
    color: white;
}
.col-tekst3{
    background-color: #F16996;
    color: white;
}

.col-tekst4{
    background-color: #067397;
    color: white;
}

.row1{
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 30px;
}

button{
    border: none;
    outline: none;
    padding: 10px 15px 10px 15px; ;
    border-radius: 100px;
    background-image: linear-gradient(to bottom,#61DEDC, #1392BC);
    color: white;
    margin: 10px;
    align-self: flex-end;
}

.button:hover{
    transform: scale(1.05);
    background-image: linear-gradient(to bottom,#61DEDC, #1392BC);
}
.button:active{
    background: white;
    color: #1392BC;
}

.produkt{
border-radius: 10px;
    height: 80%;
    width: 65%;
}

h4{
    margin-top: 5%;
    text-align: center;
}
.col-tekst p{
    text-align: center;
}



.ing{
    text-align: center;
    background: linear-gradient(to right, #FFA500,#F16996) ;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px white;

}

.line{
    width: 50%;
    border: 1px solid black;
    text-align: center;
    align-content: center;
    margin: 15px auto;

}

.container2 /* footer */{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 35%;
    position: relative;
    background-image: linear-gradient(to bottom, #FFA500, #F16996);
    left: 0;
    right: 0;
    padding-top: 50px;
}