﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}


.headimgright {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 200px;
}

.middleimgright {
    position: absolute;
    top: 200px;
    right: 0px;
    width: 200px;
    height: calc(100% - 200px);
}

.footimgright {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 200px;
}













.headimgleft {
    transform: scaleX(-1);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 200px;
}

.middleimgleft {
    transform: scaleX(-1);
    position: absolute;
    top: 200px;
    left: 0px;
    width: 200px;
    height: calc(100% - 200px);
}

.footimgleft {
    transform: scaleX(-1);
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 200px;
}

.backimg {
    position: absolute;
    right: 0px;
    top: 0px;
    height:100%;
    width:100%;
    background-image:url('../img/background_magazin.png');
    background-size: revert;
    z-index:-3;
}


.ads_req{
    background-color:transparent;
}


.centerimage {
    position: absolute;
    top: 0;
    left: 50%; 
    transform: translate(-50%, 0); 
    width: 290px; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px; 
}

.container {
    margin-top: 320px;
}

.div-container {
    display: flex;
    justify-content: center; 
    align-items: center; 
    height: 100vh; 
}


.topheader {
    background-image: url('../img/background_magazin.png');
    background-size: revert;
    position: absolute;
    left: 0;
    right: 0;
    top: 270px;
    height: 60px;
    transition: 0.3s;
}

.menutopstocklast {
    position: absolute ;
    top: -50px;
    transition: 0.3s;
}
@keyframes topm {
    0% {
    }
    25% {
        position: absolute;
        top: -50px;
    }

    100% {
        position: fixed ;
        top: 0px;
    }
}


.menutopstick {
    background-image: url('../img/background_magazin.png');
    background-size: revert;
    left: 0;
    right: 0;
    height: 60px;
    position: fixed;
    top: 0px;
    animation-name: topm;
    animation-duration: 1s;
}

.borderheader {
    background-image: url('../img/rectangle_magazin.png');
    background-size: revert;
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
}

.borderheader2 {
    background-image: url('../img/rectangle_magazin.png');
    background-size: revert;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
}

.borderfooter {
    background-image: url('../img/border.png');
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    height: 20px;
}



.underlogotext {
    font-size:xx-large;
    position: absolute;
    top: 240px;
    left: 50%;
    transform: translate(-50%, -50%);
    display:flex;
}


.text {
    font-weight: 500;
    background-image: url('../img/rectangle_magazin.png') !important;
    background-size: revert !important;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    color: transparent !important;
}

.text-light {
    color: #ffd80077 !important;
}

.combo option {
    color: black; 
    background-color: white; 
}

.combo {
    color: transparent; 
}
.headbutton {
    font-weight: 500;
    background-image: url('../img/rectangle_magazin.png');
    background-size: revert;
    background-clip: text;
    -webkit-background-clip: text;
    color: #ffd80000;
    margin-left: 10px;
    margin-right: 10px;
    transition: 0.3s;
}

    .headbutton:hover {
        font-weight: 500;
        background-image: url('../img/rectangle_magazin.png');
        background-size: revert;
        background-clip: text;
        -webkit-background-clip: text;
        color: #ffd80066;
        transition: 0.3s;
    }




.corner {
    width: 10px;
    height: 10px;
    position: absolute;
    border: 1px solid #ffd800;
}

    .corner.top-left {
        top: 0;
        left: 0;
        border-right: none;
        border-bottom: none;
    }

    .corner.top-right {
        top: 0;
        right: 0;
        border-left: none;
        border-bottom: none;
    }

    .corner.bottom-left {
        bottom: 0;
        left: 0;
        border-top: none;
        border-right: none;
    }

    .corner.bottom-right {
        bottom: 0;
        right: 0;
        border-top: none;
        border-left: none;
    }



.topleftads {
    z-index: 20;
    /*border: 1px solid #ccc !important;*/
    position: absolute;
    bottom: 230px;
    left: 100px;
    height: 220px;
    width: calc(40% - 200px);
}
.topleftads img {
    opacity: 0;
    object-fit: contain;
    /*border: 1px solid #ccc !important;*/
    position: absolute;
    height: 100%;
    width: 100%;
}

.toprightads {
    z-index:20;
   /*  border: 1px solid #ccc !important;*/
    position: absolute;
    bottom: 230px;
    right : 100px;
    height: 220px;
    width: calc(40% - 200px);
}
.toprightads img {
    opacity: 1;
    object-fit: contain;
    /*  border: 1px solid #ccc !important;*/
    position: absolute;
    height: 100%;
    width: 100%;
}






.langbutton {
    background-image: url('../img/lnbutton.png');
    background-size:cover;
    position: absolute;
    top: 80px;
    right: 15%;
    width:100px;
    height:39px;
    background-color:#FF000011;
    display:flex;
    align-items: center;
    place-items: center;
}

@media only screen and (max-width: 768px) {



    .langbutton {
        position: absolute;
        top: 120px;
        right: 12%;
        width: 80px;
        height: 31.2px;
    }



    .headbutton {
        font-size:small;
        font-weight: 300;
        transition: 0.3s;
    }

        .headbutton:hover {
            font-weight: 300;
            transition: 0.3s;
        }





    .topleftads {
        position: absolute;
        bottom: 215px;
        left: 50px;
        height: 100px;
        width: calc(40% - 100px);
    }

    .toprightads {
        border-style: dotted;
        position: absolute;
        bottom: 215px;
        right: 50px;
        height: 100px;
        width: calc(40% - 100px);
    }


    .underlogotext {
        font-size: large;
        position: absolute;
        top: 175px;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
    }




    .headimgright {
        right: 0px;
        top: 0px;
        width: 100px;
    }

    .middleimgright {
        position: absolute;
        top: 100px;
        right: 0px;
        width: 100px;
        height: calc(100% - 100px);
    }

    .footimgright {
        position: absolute;
        right: 0px;
        bottom: 0px;
        width: 100px;
    }



    .centerimage {
        width: 200px;
    }


    .headimgleft {
        transform: scaleX(-1);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100px;
    }

    .middleimgleft {
        transform: scaleX(-1);
        position: absolute;
        top: 100px;
        left: 0px;
        width: 100px;
        height: calc(100% - 100px);
    }

    .footimgleft {
        transform: scaleX(-1);
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100px;
    }


    .topheader {
        top: 200px;
        height: 50px;
    }

    .container {
        margin-top:215px;
    }
}