@font-face {
  font-family: 'Inter';
  src: url('/common/fonts/inter/Inter_18pt-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/common/fonts/inter/Inter_18pt-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/common/fonts/inter/Inter_18pt-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  background-image : url(/common/images/bg.jpg); 
  background-repeat : no-repeat;
  background-attachment : fixed;
  background-position : center; 
  line-height : 105%; 
  margin-top : 0; 
  background-color : #ffffff; 
  color : #fff; 
  font-family: 'Inter', sans-serif;
} 
.container {
  max-width : 950px; 
  border : 0 solid gray; 
  margin-top : 12px; 
  margin-left : auto; 
  margin-right : auto; 
  background-color : #ffffff; 
} 
#banner {
  height : 144px; 
  background: #222 url(/common/images/1.jpg) no-repeat; 
  background-position : right;
} 
.ckinfo {
  height : 100px; 
  width : 330px; 
  margin-top : -1.1rem !important; 
  margin-top : -1.8rem; 
  margin-left : 1.1rem; 
  padding-top : 20px; 
  color : #ffffff; 
  font-size : 12px; 
  font-weight : bold; 
  letter-spacing : 1px; 
} 

.twitterborder {
  max-width : 530px;
  margin: auto;
}

/* .............. menu ............ */

.topnav {
  overflow: hidden;
  background-color: #333;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 20px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.topnav .icon {
  display: none;
}
@media screen and (max-width: 960px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* ............ obsah ............ */

.content {
  background-image: url(/common/images/corner.jpg); 
  background-repeat: no-repeat; 
  background-position: bottom right; 
  padding: 15px 2% 15px 2%;
  margin: 0% 0 0 0%;
  color: #000; 
  font-size: 14px; 
  line-height : 140%; 
  border: 0 solid #e0dfdd; 
} 

.content_finalpage {
  max-width : 700px;
  margin: auto;
}

.infoform {
  border: 1px solid gray; 
  max-width: 100%; 
  text-align: center;
	} 

.bottom {
  margin-top: 1.5rem; 
  margin-left: 0.0rem; 
  text-align: center;
}

/* --- Větší horní mezera nad obrázky v zájezdech --- */
.column img {
  margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
  .bottom {
    font-size: 0.8rem; 
  }
  .equipment-list {
    font-size: 0.8rem;
  }

}

* {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 750px) {
  .column {
    width: 100%;
  }
  .column img {
    margin-top: 20px;
  }
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* ......... galerie .......... */

.content_gallery {
  font-size: 0.875rem; 
  letter-spacing : 1px; 
  margin: 0px -7px;
} 

.gallery {
}

.gallery img {
  border: 1px solid #FFF;
  width: 100%;
  height: auto;
}

.gallery img:hover {
  border: 1px solid #777;
}

.desc {
  padding: 10px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.respongallery {
  padding: 0 1px;
  float: left;
  width: 33.33339%;
}

@media only screen and (max-width: 750px) {
  .respongallery {
    width: 49.99999%;
    margin: 3px 0;
  }
}

@media only screen and (max-width: 450px) {
  .respongallery {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* .......... html tagy .......... */

h1 {
  color : #4b5658; 
  text-align : center;
  line-height : 120%;
} 
h2 {
  line-height : 120%;
} 
a:hover {
  color : #6ca2be; 
  text-decoration : none; 
} 
a {
  color : #b8a07a; 
  text-decoration : none; 
} 

hr {
  margin-top : 2.9rem !important; 
  margin-top : 1.8rem; 
  max-width : 500px; 
} 

img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table.formular {
  border-spacing: 5px; 
  margin: auto;
}

table.pojisteni {
  border-spacing: 5px;
  margin: auto;
}

table.itinerary {
  border-spacing: 5px;
  margin: auto;
}

tr:hover {background-color: #f5f5f5}

th {
    padding: 1px;
    background-color: #eee;
}

input {
    width: 98%;
}

input[type=button], input[type=submit], input[type=reset] {
    width: auto;
}

p {
    clear: both;
}

button, input[type=submit] {
  width: 176px;
  padding: 7px;
  margin: 1px;
  border: 1px solid black;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.5s;
}

@media only screen and (max-width: 600px) {
  button, input[type=submit] {
    width: 120px;
  }
}

button.btn-volno {
  background-color: #f2f2f2;
  background-image: linear-gradient(45deg, #f2f2f2 80%, #0c8c52 20%);
}

button.btn-obsazeno {
  background-color: #f2f2f2;
  background-image: linear-gradient(45deg, #f2f2f2 80%, #ff6347 20%);
}

button.btn-souhlasim, input[type=submit].btn-souhlasim {
  background-color: #7FFF7F; 
  background-image: none; 
}

button:hover, input[type=submit].btn-souhlasim:hover {
    transform: scale(1.04); 
}

.button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* ..... vyskakovací cookies banner ..... */
.popup-banner {
    position: fixed;
    bottom: 14%;
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: none; 
    font-size : 0.85rem;
  }

/* ..... formátování textu ..... */

.expedition_name_small{
  font-size : 1.25rem;
} 
.expedition_motto{
  color : darkgreen;
} 
.image_title{
  text-align : center;
  font-weight: bold;
}
.expedition_description{
  text-align: center;
  font-weight: bold;
}
.expedition_dates{
  text-align: center;
  font-weight: bold;
}
.text_center_normal{
  text-align : center;
}
.text_center_highlights{
  text-align : center;
  font-weight: bold;
}
.expedition_close{
  font-weight: bold;
  text-align: left;
  font-size: 0.9rem;
  color: red;
}
.price_title{
  font-style: normal;
  font-size: 1.2rem;
}
.price{
  font-weight: bold;
  font-size: 1.3rem;
  text-align: right;
}
.price_small{
  font-size: 0.8rem;
}
.itinerary_highlights{
  color: green;
}
.itinerary_restdays{
  color: grey; 
}
.itinerary_notes{
  color: green;
  font-style: italic;
}
.individual_dates{
  font-size: 0.9rem;
  color: darkgreen;
  text-align : center;
}
.red{
  color: red;
}
