 .ahorn_wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 15px;
}

.ahornrosty_nadpis {
  font-size: 20px;
  margin-bottom: 10px;
}

.ahornrosty_text {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.ahornrosty_list {
  padding-left: 20px;
  margin-bottom: 20px;
}

.ahornrosty_list li {
  margin-bottom: 6px;
}

.vetsirozestup {
  padding-left: 20px;
}

.vetsirozestup li {
  margin-bottom: 10px;
}

/* Logo */
#logoahorn {
  background: url(../images/logoahorn.jpg) right top no-repeat;
  background-size: contain;
  width: 100%;
  max-width: 250px;
  height: 80px;
  margin-left: auto;
  margin-bottom: 20px;
}

/* Obrázek */
#new_primaflex_popisky {
  background: url(../images/new_primaflex_popisky.jpg) center / contain no-repeat;
  width: 100%;
  aspect-ratio: 2 / 1;
  margin: 20px 0;
}

/* ? Mobil */
@media (max-width: 768px) {

  .ahornrosty_nadpis {
    font-size: 18px;
  }

  .ahornrosty_text {
    font-size: 14px;
  }

  #logoahorn {
    margin: 0 auto 20px;
  }

  #new_primaflex_popisky {
    aspect-ratio: 1.5 / 1;
  }
}

#lamahornr28 {
        background: transparent url(../images/lamahornr28.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }
#v05_rostahorn {
        background: transparent url(../images/v5_ahorn_rost.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }
#threez_ahornr {
        background: transparent url(../images/3z_ahornr.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }
#zaruka_2ahornr {
        background: transparent url(../images/zaruka_2_roky_ahorn.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }
#css_ahornobj {
        background: transparent url(../images/objimky_csshorn.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }
#lamahornr28 {
        background: transparent url(../images/lamahornr28.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }#v05_rostahorn {
        background: transparent url(../images/v5_ahorn_rost.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }#threez_ahornr {
        background: transparent url(../images/3z_ahornr.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }#zaruka_2ahornr {
        background: transparent url(../images/zaruka_2_roky_ahorn.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }#css_ahornobj {
        background: transparent url(../images/objimky_csshorn.jpg) top left no-repeat;
        padding: 0px 0px 0px 0px;
        height: 100px;
        width: 100px;
        float: left;
        margin: 2px;
       }
#logo_ahornframe {
margin-left: auto;
margin-right: auto;
width: 484px;
max-width: 100%;
		}
#logo_ahorn {
        background: transparent url(../images/logo_ahorn_2.jpg) bottom center no-repeat;
        background-size: contain;
        padding: 50% 0px 0px 0px;
        height: 1px;
		}

/* CSS PRO GALERII NA KLIKNUTĂŤ */
.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* The actual popup (appears on top) */
.popup .popuptext {
  visibility: hidden;
  width: auto;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}

.popup .hidden {
  visibility: hidden;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}