/* #### Mobile Phones Portrait #### */
/*@media screen and (max-device-width: 480px) and (orientation: portrait){*/
@media screen and (max-device-width: 600px){

    /*:target {*/
    /*    display: block;*/
    /*    position: relative;*/
    /*    top: -20px;*/
    /*    visibility: hidden;*/
    /*}*/

    .menu--container{
        display: none;
    }

    .mobile__nav{
        display: block;
    }

    body {
        color: var(--blue1);
    }

    main{
        padding: 0;
    }

    .timetable .timetable__entry {
        margin:auto;
    }

    .banner--logo--text__line{
        font-size: 30px;
        margin:0;
    }

    .banner--background--image{
        color: #fff;
        background-attachment: local;
        padding-bottom: 11px;
        background-position: center;
    }

    .banner-date{
        display:none;
    }
    .banner-time{
        display: block;
        font-size: 20px;
        padding: 10px 0 0 0;
    }

    .flex__header__zoom{
        display:none;
    }


    .header_menu__entry--zoom{
        position: relative;
    }



    .header_menu .header_menu__entry--login {
        border-radius: 6px;
        font-weight: bold;
        background:  var(--orange1);
        padding:20px 0 20px 25px;
        position:relative;
        font-size: 25px;
    }


    .header_menu__entry--login:before{
        position: absolute;
        /*top: 50%;*/
        top: 30px;
        left: 7px;
        /*margin-top: -3px;*/
        width: 25px;
        height: 25px;
        content: "";
        background: url('../img/icon--login.png') 0 40% no-repeat;
        background-size: cover;
        /*background-color: blue;*/
    }


    .header_menu__entry--zoom:before{
        position: absolute;
        /*top: 50%;*/
        top: 18px;
        left: 8px;
        /*margin-top: -3px;*/
        width: 50px;
        height: 50px;
        content: "";
        background: url('../img/zoom--icon.png') 0 40% no-repeat;
        background-size: cover;
        /*background-color: blue;*/
    }


    .banner--logo__mobile{
        display: inline;
        padding: 18px 22px 18px 38px;
        border-radius: 6px;
        background-size: 52px 72px;
        min-width: 52px;
        min-height: 72px;
        background-image: url('../img/icon--logo.png');
        /*background-image: url('../img/zoom--icon.png');*/
        background-repeat: no-repeat;
        float:left
    }


/*    ----------------------------------------------*/

.menu__desktop {
    display: none;
}

.menu__mobile{
    display: inline;
}

.burger__nav__parent{
    position:relative;
    /*background-color: #00bb00;*/
}

.menu__mobile__text{
    color:var(--orange1);
    padding-left: 10px;
    font-size: 30px;
    font-weight: bolder;
}



/*----------------------------------------------------------------------*/
    html {
        box-sizing: border-box;
    }
    *, *::before, *::after {
        box-sizing: inherit;
    }
    body {
        background-color: #ffffff;
        /*padding: 20px;*/
    }
    .hamburger {
        /*padding: 10px;*/
        display: inline-block;
        cursor: pointer;
        background-color: transparent;
        border: 0;
        margin: 0;
        padding:30px 0 ;
    }
    .hamburger, .navigation {
        transition: transform 0.3s 0.1s ease-in-out;
    }
    .hamburger--active {
        transform: translatex(350px);
    }
    .hamburger__box {
        width: 35px;
        height: 24px;
        display: inline-block;
        position: relative;
    }
    .hamburger__inner {
        width: 100%;
        height: 15px;
        background-color: var(--orange1);
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: background-color 0.1s 0.2s ease-in-out;
    }
    .hamburger__inner::before, .hamburger__inner::after {
        width: 250%;
        height: 15px;
        background-color: var(--blue1);
        position: absolute;
        content: '';
        left: 0;
        transition: transform 0.2s 0.2s ease-in-out;
    }
    .hamburger__inner::before {
        top: -25px;
    }
    .hamburger__inner::after {
        top: 25px;
    }
    .hamburger--active .hamburger__inner {
        background-color: transparent;
    }
    .hamburger--active .hamburger__inner:before {
        transform: translateY(25px) rotate(45deg);
        background-color: var(--orange1);
    }
    .hamburger--active .hamburger__inner:after {
        transform: translateY(-25px) rotate(-45deg);
    }
    .navigation {
        height: 100vh;
        width: 350px;
        background-color: white;
        position: absolute;
        top:-24px;
        left: -35px;
        transform: translateX(-350px);
        border-right: 5px var(--blue1) solid;
        border-left: 5px var(--orange) solid;
        border-radius: 20px;

    }
    .navigation--active {
        transform: translateX(0px);
    }
    .navigation__list {
        margin-top: 50px;
        list-style: none;
    }
    .navigation__item {
        margin-bottom: 20px;
        /*background-color: red;*/
        margin-right: 20px;
        border: 5px var(--orange1) solid;
        border-radius: 20px;
        padding: 20px 0;
    }
    .navigation__item a {
        text-decoration: none;
        color:  var(--blue1);
        font-weight: bolder;
        font-size: 30px;
        margin-left:20px;
    }

    /*----------------------------------------------------------------------*/

    .hamburger--active .menu__mobile__text {
        color: transparent;
    }

    .mobile__logo__burger--parent{
        position: relative;
    }

    .mobile__logo__burger:before{
        position: absolute;
        /*top: 50%;*/
        top: 30px;
        /*margin-top: -3px;*/
        width: 300px;
        height: 350px;
        content: "";
        background: url('../img/logo--text--prop2.png') 0 40% no-repeat;
        background-size: cover;
        /*background-color: blue;*/
    }

    .navigation__item__zoom{
        border: 5px var(--blue1) solid;
        border-radius: 20px;
    }

    .navigation__item__login{
        border: 5px var(--blue1) solid;
        border-radius: 20px;
    }


    .footer__mobile{
        /*font-weight: bold;*/
        font-family: Lato;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
        background-color: var(--blue1);
        text-align: left;
        line-height: 1.5;
        font-size: 25px;
    }

    .footer__mobile__column{
        /*float: left;*/
        background-color: var(--blue1);
        margin-left: 30px;
        display: inline-block;
        color: white;
    }

    .disclaimer{
        padding-bottom: 20px;
    }


    .tableFlexbox {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        min-width: 100%;
        min-height: 100%;
    }

    .partners__introText{
        color: var(--blue1);
        /*padding-top: 60px;*/
        font-family:Tahoma;
        font-size: 25px;
        font-weight: bold;

    }


    /**{*/
    /*    color: black;*/
    /*}*/


    .container__image:hover .container__info {
        padding: 10px 0;
        transform: translate3d(0px, 0px, 0px);
        opacity: 0;
    }

    /*.hamburger--active .hamburger__box {*/

    /*}*/



    /*    --------------------------------------------------*/
    .login-form__header{
        font-size: 80px;
        font-weight: bold;
    }

    .login__form__mailText{
        font-size: 50px;
        font-weight: bold;
    }

    .login__form__mail{
        height: 100px;
        font-size: 80px;
        color: var(--orange);
    }

    .login__form__passText{
        font-size: 50px;
        font-weight: bold;
    }
    .login__form__pass{
    height: 100px;
        font-size: 80px;
        color: var(--orange1);
    }

    .login-form__button{
        font-size: 50px;
    }

/*    --------------------------------------------------*/

    .grid-container {
        padding: 0 40px;
    }
    /*    --------------------------------------------------*/



    .mobile__entry{
        display: block;
        background: url("https://magazynbiomasa.beztrudu.pl/uploads/logo_inkscape/mobile--entry--prop1.png") no-repeat center center;
        background-size: calc(100vh - 40%);
        position:absolute;
        top:0;
        left:0;
        background-color: white;
        z-index: 1000;
        width: 100vw;
        height: 100vh;
        opacity: 1;
        transition: opacity  2s, height  1s;
    }

    .mobile__entry--active{
        /*display:none;*/
        opacity:0;

        height: 0;
    }

}

@media screen and (max-device-width: 480px){
    .tile__image__container{
        width: 100px;
    }
}
.tile__image__container

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
    /* some CSS here */
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
    /* some CSS here */
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
    /* some CSS here */
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
    /* some CSS here */
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3){

}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
    /* some CSS here */
}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
    /* some CSS here */
}
