body {
    display: block !important;
}

.tx-fluidshop .btn-success {
    background: #7b2720;
}

.custom-206{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 768px;
    margin: 0 auto !important;
  
}

.custom-206 > div{
    box-shadow: 1px -1px 10px 17px rgba(0,0,0,0.21);
    -webkit-box-shadow: 1px -1px 10px 17px rgba(0,0,0,0.21);
    -moz-box-shadow: 1px -1px 10px 17px rgba(0,0,0,0.21);
    padding: 60px 60px 0 60px;
}



.custom-206 .container{
    width: auto !important;
    background-color: transparent;
}

.custom-206 .custom-102 hr:after{
    background-image: url("/fileadmin/template/main/images/adskiller.jpg") !important;
    max-width: 768px;
    min-height: 60px;
    height: auto;
}

.dagmar-signup hr:after{
    background-image: url("/fileadmin/template/main/images/adskiller.jpg") !important;
    max-width: 768px;
    min-height: 90px;
    height: auto;
}

.dagmar-input-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    max-width: 600px;
    margin: 0 auto;
}

.dagmar-button-container{
    display: flex;
    justify-content: center;
}

.dagmar-button-container button{
    border-color: #7b2720 !important;
    height: 50px !important;
    text-transform: uppercase !important;
    max-width: 600px;
    margin-top: 10px;
}

.dagmar-input-left{
    justify-content: right;
    display: flex;
}

.custom-206 .custom-103 hr:after{
    max-width: 768px;
    min-height: 15px;
    height: auto;
    background-position: 0 center !important;
}

.custom-206 p{
    color: #7b2720 !important;
    font-size: 18px !important;
}

body #main .custom-206 h2.title{
    text-transform: uppercase !important;
    font-size: 30px !important;
}

.custom-206 .cm-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 15px;
}

.dagmar-input-container input{
    width: 100%;
    border-color: #7b2720;
    height: 50px;
    border-width: 1px;
    font-style: italic;
    text-align: center;
}

.custom-206 .cm-form input{
    width: 100%;
    border-color: #7b2720;
    height: 50px;
    border-width: 1px;
    font-style: italic;
    text-align: center;
}

.custom-206 button{
    border-color: #7b2720 !important;
    height: 50px !important;
    text-transform: uppercase !important;
}

.custom-206 .social-icons span{
    color: #7b2720 !important;
}

.custom-206{
    display: none;
    position: fixed;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
   

}

.custom-206 > .frame-container{
    background-image: url(/fileadmin/Filer/Arkiv/css/images/footerbg.png);
    background-repeat: no-repeat;
    background-position: center bottom -140%;
}

.custom-206 .popupclose{
    display: block;
    -webkit-mask-image: url(/fileadmin/template/main/images/closebutton.svg);
    mask-image: url(/fileadmin/template/main/images/closebutton.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center center;
    mask-position: center center;
    width: 30px;
    height: 30px;
    background-color: #7b2720;
    position: absolute;
    right: -5px;
    top: -5px;
    cursor:pointer;
}

.popupbg{
    display: none;
    position: fixed;
    background-color: rgba(0,0,0,0.7);
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
}

.custom-206 h2{
    font-size: 30px !important;
}

.custom-206 .social-icons{
    padding-left: 0;
    padding-top: 60px;
    display: flex;
    justify-content: center;
}

.custom-206 .social-icons li{
    list-style-type: none;
    float: left;
    font-size: 30px !important;
    padding-right: 10px;
}


@media screen and (max-width: 992px){
    .custom-206 .cm-form{
        grid-template-columns: 1fr !important;
    }


    .custom-206{
        display: none;
        position: absolute;
        background-color: #fff;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0);
        z-index: 9999;
    
    }

    #main{
        position: relative;
    }
}

@media screen and (max-width: 1281px){
    .custom-206 > .frame-container{
        background-position: center bottom -140%;
    }
}


@media screen and (max-width: 1252px){
    .custom-206 > .frame-container{
        background-position: center bottom -125%;
    }
}

@media screen and (max-width: 1239px){
    .custom-206 > .frame-container{
        background-position: center bottom -140%;
    }
}

@media screen and (max-width: 1201px){
    .custom-206 > .frame-container{
        background-position: center bottom -140%;
    }
}

@media screen and (max-width: 1199px){
    .custom-206 > .frame-container{
        background-position: center bottom -125%;
    }
}

@media screen and (max-width: 992px){
    .custom-206 > .frame-container{
        background-position: center bottom -80;
    }
}


@media screen and (max-width: 991px){
    .custom-206 > .frame-container{
        background-position: center bottom -80%;
    }
}

@media screen and (max-width: 708px){
    .custom-206 > .frame-container{
        background-position: center bottom -72%;
    }
}