.header{
    width:100%;
    background:white;
    color:white;
    padding:10px;
}
.search{
    background:white;
    color:black;
}
.center{
    margin:auto;
}
.motto{
    color: grey;
    font-weight:600;
    font-size:17px;
    letter-spacing:4px;
}
.main_title{
    color: #3aa400;
    font-weight:600;
    letter-spacing:4px;
}
.border{
    border-radius:25px;
}
.regbutton{
    padding:5px 15px 5px 15px;
    border:1px solid white;
    color:white;
    font-size:20px;
    font-weight:600;
    background: transparent;
}
.regbutton {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.regbutton:hover {
    background-color: white; /* Green */
    color: black;
    text-decoration: none;
}

.button1{
    padding:5px 15px 5px 15px;
    color:white;
    font-size:20px;
    font-weight:600;
}
.button1 {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.button1:hover {
    background-color: white; /* Green */
    color: black;
    text-decoration: none;
    border:1px solid white;
}

.loginbutton{
    padding:5px 15px 5px 15px;
    color:black;
    font-size:20px;
    font-weight:600;
    width:100%;
    border:2px solid black;
    background:white;
}
.loginbutton {
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.loginbutton:hover {
    background-color: #3aa400; /* Green */
    color: white;
    text-decoration: none;
    border:2px solid #3aa400;
}

.zoom {
    transition: transform 1s; /* Animation */
}

.zoom:hover {
    transform: scale(1.05); 
}


.footer {
    background:#25282e;
    color:white;
    padding:20px; 
}
.footerlink {
    color:white;
    font-size:18px; 
}
.footerlink:hover {
   color:white;
   text-decoration:underline;
     
}
.textcenter{
    text-align:center !important;
}
.inpt{
    height:50px;
    border-radius:0px !important;
}
.link{
    color:black;
}
.link:hover{
    color:#c30121;
}
.link_2{
    color:black;
}
.link_2:hover{
    color:#c30121;
}
.active_link2{
    color:#c30121 !important;
}
.vyhledavac {
    background: #c30121;
    border: 1px solid black;
    border-radius: 3px;
    -webkit-border-radius: 3px; /* Přidáno pro iOS */
    margin: 10px;
    padding: 4px 10px 0px 10px;
    min-height: 35px;
    -webkit-background-clip: padding-box; /* Přidáno pro iOS */
}
.vyhledavac-mob {
    background: #c30121;
    border: 1px solid black;
    border-radius: 3px;
    -webkit-border-radius: 3px; /* Přidáno pro iOS */
    margin: 10px;
    padding: 4px 10px 0px 10px;
    min-height: 35px;
    -webkit-background-clip: padding-box; /* Přidáno pro iOS */
}

.inputek{
    margin-top:3px;
    margin-bottom:0px;
    border:1px solid black;
    border-radius:3px;
    height:25px;
}
.label{
    color:white;
    font-weight:700;
}
.label_pridat{
    color:black;
    font-weight:700;
    margin-bottom:0px;
    margin-top:10px;
    font-size:13px;
}
.kategorie{
    font-weight:700;
}

.suggestion_header {
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    width: calc(100% - 20px);
    z-index: 1;
    display: none;
}
@media (min-width: 768px) { /* Média dotaz pro desktopová zařízení */
    .suggestion_header {
        width: 300px;
    }
}
.suggestion_header.active {
    border: 2px solid #ccc;
}

.suggestions_psc {
    margin-left:480px;
    max-height: 400px;
    overflow-y: auto;
    position: absolute;
    background-color: white;
    width: calc(100% - 20px);
    z-index: 1;
    display: none;
}
@media (min-width: 768px) { /* Média dotaz pro desktopová zařízení */
    .suggestions_psc {
        width: 300px;
    }
}
.suggestions_psc.active {
    border: 2px solid #ccc;
}

.suggestion-item {
    padding: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}
.suggestion-item:hover {
    background-color: #c30121;
    color: white;
}
.suggestion-item-form {
    padding: 5px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}
.suggestion-item-form:hover {
    background-color: #c30121;
    color: white;
}
.highlight {
    font-weight: 700;
}


.inzerat {
    padding:10px;
    border-bottom: 1px solid #dbdbdb;
}
.inzerat:hover {
    background:#ffe7e6;
}

.image-container {
    width: 200px;
    height: 140px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image {
    width: 180px;
    height: 150px;
    object-fit: cover;
}

.image-container-mobile {
    width: 200px;
    height: 130px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-mobile {
    width: 150px;
    height: 140px;
    object-fit: cover;
}
.page {
    border:1px solid black;
    padding:5px;
    width:30px;
    text-align:center;
    color:red;
    margin-left:5px;
    font-size:12px;
    font-weight:700;
}
.page:hover {
    border:1px solid black;
    padding:5px;
    width:30px;
    text-align:center;
    color:red;
    margin-left:5px;
    font-size:12px;
    font-weight:700;
}
.active_page {
    border:1px solid black;
    padding:5px;
    width:30px;
    text-align:center;
    color:white;
    background:#c30121;
    margin-left:5px;
    font-size:12px;
    font-weight:700;
}







