html {
    scroll-behavior: smooth;
}

/* MENU*/

/* menu: klasické */
.menu {
    border-bottom: 0px solid #040708;
    background: white;
    padding: 20px;
  
    
}

.menu a {
    color: #000;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: #000;
}

.menu .lang a {
    background: inherit;
}

.menu .lang:before {
    color: #000;
}

.menu .wrapper {
    max-width: 100%;
    padding: 0 2% !important;
}

.menu .logo img {
    max-width: 85px;
}

/* BUTTON */

.btn {
    background: #feae03;
    color: black;
    white-space:nowrap;
    border-radius: 10px;
    border: 2px solid black;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
}

.btn:hover {
    opacity: 1;
    text-decoration: none;
    background: black;
    color: white;
    border: 2px solid black;
    transform: scale(1.00);
}

/* HEAD */

.head, .head.head2 .wrapper {
    background: #feae03;
    height: calc(100vh - 95px);
    max-height: 400px;
    min-height: 40px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
   }

.head.head {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%; 
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    background-color: #feae03;
    box-shadow: 0px 0px 4px 2px rgba(0,0,0,0.2);
}

.head .flex {
    height: 100%;
    width: 50%;
    text-align: left;
}

.head h3 {
    text-align: left;
    color: black;
    margin-top: 15px;
    margin-right: auto;
    text-shadow: px 0px 0px #fff;
    padding: 0px;
    font-size: 2.1em;
}

.head p {
    color: black;
    text-align: left;
    padding: 0px;
    font-size: 1.3em;
}

.head .btn {
    margin-top: 10px;
    margin-bottom: 20px;
}

.head .btn {
    background: black;
    color: WHITE;
    white-space:nowrap;
    border-radius: 10px;
    border: 2px solid black;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
}

.head .btn:hover {
    opacity: 1;
    text-decoration: none;
    background: white;
    color: black;
    border: 2px solid black;
    transform: scale(1.00);   }

/* 4 x BENEFITS*/



.benefits .block {
    margin: 0px 0px 20px 0px;
    border: 2px solid #92bc2c;
    border-radius: 0px;
    overflow: hidden;
    padding: 70px 25px;
    text-align: center;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
}

.benefits .btn {
    display: none;
}

/* WYSIWYG */

.wysiwyg {
    margin: 5px 0px 25px 0px;
    box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.2);
    padding: 25px 25px;
  
   

}

.wysiwyg p {

    text-align: center;
    color: #20222e;
    margin-top: auto5px;
    text-shadow: px 0px 0px #fff;
    padding: 0px;
    font-size: 1.0em;
    margin: 0px 0px 0px 0px;



}



.wysiwyg img {
    max-width: 100%;
    height:	auto;
}

.slogan h3 {
    color: #5bb7da;
}


.priklad {
    background: #efefef;
    border: 1px solid #5bb7da;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

/* TESTEMONIALS */

.testimonials {
    background: #ffff;
    padding: 40px 0 50px;
    
}

.testimonials .block {
    border: 2px solid #feae03;
    border-radius: 0px;
    border-radius: 0px;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
   

}

.testimonials h2{

    color: black;
}


.testimonials p {
    font-size:1.1em;
    padding: 0px;
    margin: 10px 0px 2px 0px;
 }

.testimonials2 .person strong {
    font-size: 20px;
    color:black;
    border-radius: 10px;
    padding: 10px;
    margin: 170px 0px 2px 0px;
}

/* LEADFORM */

.leadform {

    background: #feae03;
    padding: 0px 0px 100px 0px;
 }
.leadform h3 {

    font-size: 20px;
    color: black;
    font-size: 26px;
    padding: 0px 0 40px 40;
    

}

.leadform h2 {

  
    color: black;
  
    padding: 0px 0 0px 0;
    

}

.leadform p {

  
    color: white;
    font-size:1.3em;
    padding: -40px 10px 10px 10px;
    

}

.leadform .form {
    background: white;
    border: 1px solid black;
    border-radius: 10px;
    padding: 20px;
    margin: 120px 0px 2px 0px;
}

.leadform input, .leadform textarea {
    border: 1px solid black;
    background-color: #fff;
}

.leadform select {
    border: 1px solid black;
}

.leadform .btn {
    background: black;
    color: WHITE;
    white-space:nowrap;
    border-radius: 10px;
    border: 2px solid black;
    box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.2);
}

.leadform .btn:hover {
    opacity: 1;
    text-decoration: none;
    background: white;
    color: black;
    border: 2px solid black;
    transform: scale(1.00);

 }

/* @media*/


@media (max-width: 768px){
.head.head4 {
    height: 500px;
    min-height: 550px;
    background-image: none;
    background-size: 0;
    background-color: #feae03;
}

.head.head4 h3 {
   color: black;
}

.head.head4 p {
   color: black;
}



.head .flex {
    height: 100%;
    width: 95%;
    text-align: left;
}
}

@media (max-width: 768px){
.head.head4 {
    height: 400px;
    min-height: 450px;
    background-image: none;
    background-size: 0;
}
.head .flex {
    height: 100%;
    width: 95%;
    text-align: left;
}
}

.reservanto-widget {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
