body {
    overflow: hidden;
}
header {
    background: #f7f6f4;
    padding: 1rem 1.5rem;
    padding-bottom: 0.75rem;
    position: fixed;
    width: 100%;
    top: 0;
}
.header__logo {
    margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
    header {
        background: #f7f6f4;
        padding: 0.75rem 0;
    }
    .header__logo {
        margin-left: 1rem;
    }
    .flagcontainer {
        background-image: url(https://www.careofcarl.com/bilder/flagpage/welcome_bild_450x563_2.jpg) !important;
        overflow: hidden;
    }
    .flagchild {
        left: 1rem !important;
        bottom: 6rem !important;
        max-width: 100%;
    }
    .welcome-text{
      width: 70% !important;
    }
    .show {
        bottom: 2.8rem;
    }
}

.flagcontainer {
    background-image: url(https://www.careofcarl.com/bilder/flagpage/welcome_bild_2560x1440.jpg);
    background-repeat: no-repeat; 
    background-size: cover;
    background-position: right;
    position: relative;
    width: 100%;
    height: 100vh;

}
    
.flagchild {
    position: absolute;
    bottom: 20rem;
    left: 12rem;
    color: #fff;
}
.welcome-text{
    width: 32rem;
    filter: drop-shadow(2px 4px 6px black);
}

.welcometext {font-size:1rem;}
.menu1 {background: url(https://www.careofcarl.com/bilder/butik/arrow.png) no-repeat #FFF; background-size: 9px; background-position: 93% center;}

select {-webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';}


.dropbtn {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 10px;
    font-size: 16px;
    cursor: pointer;
    width: 32vh;
    text-align: left;
}


.dropdown {
position: relative;
display: inline-block;
width: 250px;
height: 44px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 31.9vh;
    overflow: auto;
    height: 300px;
}

.dropdown a:hover {
    background-color: #efefef;}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.show {display: block;}