/* Add here all your CSS customizations */

.table-striped th{
	width: 33.3%;
}
#kontakt_top{
    margin-bottom:0px;
}
#kontakt_maps{
    margin-bottom:1%;
    background-color:#CCC;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(52, 52, 52, 0.95);
}
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: max-content;
  max-width: 1000px;
}
.close {
  color: white;
  position: absolute;
  top: 90px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.home-intro .container{
    width:90vw;
}
.home-intro p{
    margin-bottom: 5px;
}
.home-intro i{
    color:white;
    font-size:30px;
}