header{ 
    position: relative;
    color: rgb(255, 255, 255);
    margin-top: 1px;
    margin-left: 210px;
    margin-right: 1px;
    max-width: 1800px;
    background-color: rgba(154, 151, 255, 0);
    border:solid 3px rgb(82, 82, 122);
    background-color: #24a780;
    font-size: 15px;
    transition: 0.5s;

}
.slogan{
    position: relative;
    color: rgb(255, 255, 255);
    width: 100%; 
   background-color: rgb(82, 82, 122);
   font-size: 2em;
   font-weight: bold;
   transition: 0.5s;
   padding-top:0px;
   padding-bottom: 16px;
   padding-left:0 ;
   padding-right:0 ;
    text-align: center;
    line-height: 0.4;
}
.symbol{
    position: relative;
    font-size: 55px;
    font-weight: 300;
    top: 8px;
}
@media only screen and (max-width: 900px) {
    header{
        font-size: 10px;
    }
    .symbol{
        position: relative;
        font-size: 48px;
        font-weight: 300;
        top: 9px;
    }
}
@media only screen and (max-width: 664px) {
    header{
        font-size: 8px;
        margin-top: 1px;
        padding: 3px;
        margin-left: 1px;
        margin-right: 1px;
        transition: 0.5s;
    }
    .slogan{
        position: absolute;
        color: rgb(255, 255, 255);
        top: 100%;
        width: calc(100% + 5px);
        background-color: rgb(82, 82, 122);
       font-size: 1.8em;
       font-weight: bold;
       transition: 0.5s;
        padding-top:0px;
        padding-bottom: 11px;
        padding-left:0 ;
        padding-right:0 ;
        text-align: center;
        left:-2.5px;
        line-height: 0.3;

    }
    .symbol{
        position: relative;
        font-size: 35px;
        font-weight: 300;
        top: 9px;
    }
}


.title{
    position: relative;
    padding: 10px;
    width: auto;
    text-align: justify;
    z-index: 99;

}


@media only screen and (max-width: 664px) {
    .title{
        position: relative;
        padding: 8px;
        width: auto;
        text-align: left;
        z-index: 99;
    }
}

.arrow-box{
    position: absolute;
    height: 95px;
    width: 29px;
    margin-top: 135px;
    right: -28px;
    z-index: 999;
    background: url('tahlo.png') left/contain no-repeat;;
}
@media only screen and (min-width: 900px) {
    .arrow-box{
        display: none;
    }
}

.arrow-right{
    position: absolute;
    width: 13px;
    height: 13px;
    top: 41px;
    left: 2px;
    transition: 0.6s;
    opacity: 0;
}

.arrow-left{
    position: absolute;
    width: 13px;
    height: 13px;
    top: 41px;
    left: -1px;
    transition: 0.6s;
}
@media only screen and (max-width: 675px) {
    .arrow-box{
        position: absolute;
        height: 95px;
        width: 29px;
        margin-top: 111px;
        right: -28px;
        z-index: 999;
        background: url('tahlo.png') left/contain no-repeat;;
    }
}
@media only screen and (max-width: 401px) {
    .arrow-box{
        position: absolute;
        height: 95px;
        width: 29px;
        margin-top: 87px;
        right: -28px;
        z-index: 999;
        background: url('tahlo.png') left/contain no-repeat;;
    }
  }
.section{
    transition: 0.5s;
    max-width: 500px;

}
.href{
    text-decoration: none;
    color: #04016c;

}
.href-black{
    text-decoration: none;
    color: #04016c;

}
.title-kontakt{
    color: #04016c;
    font-family: 'Grape Nuts', cursive;
    font-size: 35px;
    margin-left: 20px;
}
.title-kontakt-h2{
    font-size: 18px;
    margin-left: 20px;

}
.kontakt-p{
    font-size: 16px;
    margin-left: 20px;

}
.mapa-kontakt{
    margin-top:4px ;
    width:90%;
    margin-left: 20px;
    height:250px ;
}
@media only screen and (max-width: 675px) {
    .title-kontakt{
        color: #04016c;
        font-family: 'Grape Nuts', cursive;
        font-size: 32px;
        margin-left: 20px;
    }
    .title-kontakt-h2{
        font-size: 16px;
        margin-left: 20px;
    
    }
    .kontakt-p{
        font-size: 14px;
        margin-left: 20px;
    
    }
    .mapa-kontakt{
        width:80%;
        margin-left: 20px;
        height:170px ;
    }
}

.obsahinfo{
    text-align: center;
    color: black !important;
    font-size: 18px;
}
