.section-offices {
  /* .office:not(.noShow) {
        flex: 0 1 100%;
        @media screen and (min-width:600px) {
            flex: 0 1 40%;
        }
        @media screen and (min-width:1300px) {
            flex: 0 1 20%;
        }
        .name {
            color:white;
            font-weight:thin;
            font-size:1.6em;
        }
        .address {
            p {
                margin:0;
                padding: 0;
                font-size:1em;
                line-height:1em;
            }
            
        }
        padding: 2em;
        margin:10px 0px;
        background-color: #26245f;
        border-radius: 10px;  
    } */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 2em 0;
}

.section-offices .box-gmap-infobox {
  font-family: Roboto, Arial, sans-serif;
  margin-bottom: 3em;
}

.section-offices .box-gmap-infobox:after {
  content: none;
}

.section-offices .box-gmap-infobox .name {
  font-weight: thin;
  font-size: 1.6em;
}

.section-offices .box-gmap-infobox .address p {
  margin: 1em auto;
  padding: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}

.section-offices .box-gmap-infobox .inner {
  padding: 30px 35px 30px 42px;
  font-size: 14px;
  line-height: 25px;
  font-weight: bold;
  color: #26245f;
}

.kariera-title {
  text-align: left !important;
}

.kariera-excerpt p {
  text-align: left !important;
  margin-bottom: 1em;
}

.pozice {
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.pozice:not(:last-child) {
  border-bottom: solid thin gray;
}

.goBackLink {
  font-size: 2em;
  font-weight: 500;
}

.section-kariera {
  padding: 100px 0;
}

.section-kariera .main-row {
  max-width: 1000px;
}

.kariera-button {
  z-index: 9;
  transition: background-color linear .3s;
  cursor: pointer;
  text-decoration: none !important;
  font-weight: bold;
  position: absolute;
  top: 15px;
  left: 18px;
  text-transform: uppercase;
  border: solid thin #b7a05b;
  background-color: #b7a05b;
  color: white;
  padding: .5em 1em;
  border-radius: 20px;
}

@media (min-width: 700px) {
  .kariera-button .kariera-button {
    top: 18px;
    right: 25px;
  }
}

.kariera-button:hover {
  background-color: #917f48;
  color: white;
}
/*# sourceMappingURL=addon.css.map */