/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.kriz1{
    width: 35px;
    height: 35px;
}

.kriz2{
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

.kriz3{
    display: none;
    width: 35px;
    height: 35px;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
  .kriz3 {
    display: block;
   }
}

.text{
    font-size: 16px;
}

.margin_35_35{
    padding-top: 35px;
    padding-bottom: 35px;    
}

.margin_35_0{
    padding-top: 35px;    
}

.margin_0_35{
    padding-bottom: 35px;      
}

.container_white{
    background-color: #ffffff;
}

.container_kontakt{
    margin-top: -30px;
    background-color: #00b6e6;
}

.google-map{
    width: 100%;
    min-height: 450px;
    -webkit-box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    margin-bottom: 3rem!important;
}

.text_kontakt{
    padding-top: 10px;
    padding-bottom: 10px; 
    margin: 0px;
    color: white;
}

div.flash {
    background: yellow;
    padding-top: 30px;
    padding-bottom: 30px;
}

div.info {
    font-size: 25px;
    text-align: center;
    color: black;
}

.info-box{
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 767px) {
  .info-box {
    margin-bottom: 30px;
  }  
  