body,h1 {font-family: "Raleway", sans-serif}
body, html {height: 100%;min-width: 100vw;
overflow-x: hidden;}
.bgimg {
  background-image: url(backgroud.jpg);
  min-height: 100%;
  min-width: 100vw;
  background-position: auto;
  background-size: cover;
}
.maintext{
  text-align: center;
}
body{
  background-color: white;
  margin: 0;
  
}

/*Galerie*/

.gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

.gallery-item-small {
  width: 220px;
  margin: 10px;
  border-radius: 2px;
  overflow: hidden;
}

.gallery-item-small img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  
  .gallery-item,
  .gallery-item-small {
    flex-basis: calc(50% - 20px);
  }
  body{
    min-width: 100vw !important;
  }
}


/*Nav*/
.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #ef1212;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-links {
  display: inline;
  float: right;
  font-size: 18px;
  text-align: right;
}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #efefef;
}

.nav > .nav-links > a:hover {
  background-color: rgb(115, 20, 20);
}

.nav > #nav-check {
  display: none;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500);
.snip1143 {
  font-family: 'Raleway', Arial, sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding-bottom: 55px;
}
.snip1143 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1143 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1.5em;
  overflow: hidden;
}
.snip1143 a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.snip1143 a:before,
.snip1143 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1143 a:before {
  top: 100%;
  display: block;
  height: 3px;
  width: 100%;
  content: "";
  background-color: #d5b40c;
}
.snip1143 a:after {
  padding: 0.3em 0;
  position: absolute;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  color: white;
  white-space: nowrap;
}
.snip1143 li:hover a,
.snip1143 .current a {
  transform: translateY(-100%);
}

.body {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 200px;
  min-width: 100vw
}

.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: black;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.3s;
  z-index: 1000;
}
.floating-button:hover {
  background-color: #333;
  transform: scale(1.05);
}




/* Footer*/

.contact-info{
  margin:0;
  padding: 0;
}
.contact-info li {
    font-size: 16px;
    list-style: none;
    margin: 0 0 20px 0;
    position: relative;
    padding-left: 40px;
}
.contact-info li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
}

footer nav ul{
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  list-style: none;
}

footer nav li a{
  display:block;
  padding: 5px 2px 5px 2px;
  text-decoration: none;
}

.rights{
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  padding-bottom: 10px;
}

#rights1{
  font-size: 10px;
}

iframe{
  border: 2px solid black;
}

/* Ceník */

.services-wrapper {
  display: flex;
  justify-content: space-between;
}

.service-block {
  width: 48%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.service-block h2 {
  margin-top: 0;
}

.service-block p {
  margin-bottom: 20px;
}

.service-block a {
  display: block;
  text-align: center;
  background-color: #007bff;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none;
}

.service-block a:hover {
  background-color: #0062cc;
}
@media(min-width:100px) and (max-width:350px){

body{
  min-width: 100vw !important;
}
#bodyid{
  min-width: 100vw !important
}
html{
  min-width: 100% !important;
}
.bgimg{
  min-width: 100vw !important;
}
}
/*Footer2*/
@media only screen and (max-width: 600px) {
  body{
    min-width: 100vw !important;
  }
  footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  
}

/* For screens larger than 600px */
@media only screen and (min-width: 601px) {
  body{
    min-width: 100vw !important;
  }
  footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  
}

footer {
  background: #111;
  height: auto;
  width: 100%;
  padding-top: 40px;
  color: #ffffff;
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.footer-content h3 {
  font-size: 2.1rem;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 3rem;
}

.footer-content p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
  color: #cacdd2;
}

.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 3rem 0;
}

.socials li {
  margin: 0 10px;
}

.socials a {
  text-decoration: none;
  color: #fff;
  padding: 5px;
}

.socials a i {
  font-size: 1.1rem;
  width: 20px;
  transition: color 0.4s ease;
}

.socials a:hover i {
  color: rgb(73, 61, 242);
}

.footer-bottom {
  background: #000;
  width: 100%;
  padding: 10px;
  text-align: center;
}

.footer-bottom p {
  font-size: 14px;
  word-spacing: 2px;
}

.footer-bottom p a {
  color:#d5b400;
  font-size: 16px;
  text-decoration: none;
}

.footer-bottom span {
  text-transform: uppercase;
}

.footer-menu {
  float: right;
}

.footer-menu ul {
  display: flex;
}

.footer-menu ul li {
  padding-right: 10px;
  display: block;
}

.footer-menu ul li a {
  color: #cfd2d6;
  text-decoration: none;
}

.footer-menu ul li a:hover {
  color: #ffffff;
}
#bodyid{
  min-width: 100vw !important
}
@media (max-width: 540px) {

  .footer-bottom p {
    float: none;
  }

  .snip1143{
    margin-top: 120px;
  }
  .footer-menu ul {
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media(max-width:800px){
  body{
    background-color: #141412;
  }
  .outer{
    background-color: #141412;
    padding-top: 20px;
    padding-bottom: 20px;
  }
#sluzby{
  background-color: #141412;
  
}
}


/* O nas */
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif
}
body{
  background-color: #f2f2f2;
}
.heading{
  width: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  margin: 20px auto;
  margin-top: 60px;
  margin-bottom: 10px;
}
.heading h1{
  font-size: 35px;
  color: #000;
  margin-bottom: 25px;
  position: relative;
}
.heading h1::after{
  content:"";
  position: absolute;
  width: 100%;
  height: 4px;
  display: block;
  margin: 0 auto;
  background-color: #000 ;
}
.heading p{
  font-size: 16px;
  color: #666;
  margin-bottom: 35px;
}
.container{
  width: 90%;
  margin:0 auto;
  padding: 10px 20px;
  padding-bottom: 60px;
}
.about{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about-image{
  flex:1;
  margin-right: 40px;
  overflow: hidden;
}
.about-image img{
  max-width: 100%;
  height: auto;
  display: block;
  transition: 0.5s ease;
}
.about-image:hover img{
 transform: scale(1.05);
}
.about-content{
  flex:1;
}
.about-content h2{
  font-size: 23px;
  margin-bottom: 15px;
  color:#333;
}
.about-content p{
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}
.about-content .read-more{
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border-radius: 25px;
  margin-top: 15px;
  transform: 0.3 ease;
}
.about-content .read-more:hover{
  background-color: #3e8e41;
}
@media screen and (max-width: 768px){
  .heading{
      padding: 0px 20px;
  }
  .heading h1{
      font-size: 36px;
  }
  .heading p{
      font-size: 16px;
      margin-bottom: 0px;
  }
  .container{
      padding: 0px;
  }
  .about{
      padding: 20px;
      flex-direction: column;
  }
  .about-image{
      margin-right: 0px;
      margin-bottom: 20px;
  }
  .about-content p{
      padding: 0px;
      font-size: 16px;
  }
  .about-content .read-more{
      font-size: 16px;
  }
}

/* Button */
/* CSS */
.button-40 {
  background-color: #111827;
  border: 1px solid transparent;
  border-radius: .75rem;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: .75rem 1.2rem;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
}

.button-40:hover {
  background-color: #374151;
}

.button-40:focus {
  box-shadow: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 768px) {
  .button-40 {
    padding: .75rem 1.5rem;
  }
}

/* Styly pro plovoucí tlačítko */
#floatingButton {
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  
  background-color: #111827;
  border: 1px solid transparent;
  border-radius: .75rem;
  box-sizing: border-box;
  flex: 0 0 auto;
  font-family: "Inter var",ui-sans-serif,system-ui,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: .75rem 1.2rem;
  text-align: center;
  text-decoration: none #6B7280 solid;
  text-decoration-thickness: auto;
  transition-duration: .2s;
  transition-property: background-color,border-color,color,fill,stroke;
  transition-timing-function: cubic-bezier(.4, 0, 0.2, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
}