body {
  font-family: "Tw Cen MT";
  background-color: #fff1e9;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0px;
  font-size: 1.35rem;
}

.logo:hover {
  cursor: pointer;
}

h1,
h2,
h3 {
  color: #773200;
}

h3 {
  font-weight: 400;
}

.start-container {
  padding-top: 100px;
}

.container {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#banner {
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#leistungen-grid {
  width: 80%;
  display: grid;
  grid-template-columns: 30% 30% 30%;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
#leistungen-grid h3 {
  margin-bottom: 20px;
}
#leistungen-grid > div {
  margin: auto;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #f2cbb8;
  border-radius: 5px;
}
#leistungen-grid > div > img {
  width: 250px;
  margin-bottom: -15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.display-none {
  display: none !important;
}

.display-flex {
  display: flex !important;
}

hr {
  color: #f2cbb8;
  margin-bottom: 30px;
  margin-top: 30px;
}

.space-between {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  line-height: 1.75;
}

.contact-title {
  color: #773200;
}

.non-hover:hover {
  cursor: auto;
}

/* <!-- navbar  --> */
nav {
  background-color: #fff1e9;
  height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header {
  border-bottom: 2px solid #773200;
  position: fixed;
  width: 100%;
  background-color: #fff1e9;
  z-index: 1001;
  top: 0;
}

a {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}
a:hover {
  cursor: pointer;
}

label.logo h1 {
  color: #773200;
  font-size: 2.5rem;
  line-height: 100px;
}

nav ul {
  float: right;
  margin-right: 20px;
  padding: 0;
  margin: 0;
}

nav ul li {
  display: inline-block;
  line-height: 100px;
  margin: 0 5px;
  letter-spacing: 2px;
}

nav ul li a {
  color: #773200;
  font-size: 1.5rem;
  text-transform: uppercase;
  padding: 7px 13px;
}

a.active,
a:hover {
  background: #f2cbb8;
  color: #2c2c2c;
  transition: 0.5s;
  border-radius: 5px;
}

#openMenuBtn {
  border: 1px solid #f2cbb8;
  padding: 5px 10px 5px 10px;
  border-radius: 5px;
  font-size: 30px;
  color: #773200;
  float: right;
  line-height: 100px;
  cursor: pointer;
  display: none;
}
#openMenuBtn:hover {
  background-color: #f2cbb8;
}

#check {
  display: none;
}

#vet-logo-header {
  height: 80px;
  width: 80px;
}

.logo {
  height: 100px;
  display: flex;
  align-items: center;
}

#vet-logo-header {
  padding-right: 20px;
}

.flex-container-footer {
  width: 60vw;
  margin: 0px auto;
  margin-top: 5vh;
}

.flexbox-panel-footer {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: space-between;
}

.flexbox-item-footer-copyright {
  flex: 0 1 auto;
  padding-top: 4vh;
}

.flexbox-item-footer {
  flex: 0 1 auto;
}

.flex-item-footer:nth-child(1) {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

.flex-item-footer:nth-child(2) {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  padding-left: 2vw;
}

.flex-item-footer:nth-child(3) {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  padding-left: 2vw;
}

.flex-content-footer {
  text-align: center;
}
.flex-content-footer > a {
  padding: 7px 13px;
}

.flex-container-footer {
  width: 90vw;
  margin-top: 0;
}

#footer-navigation {
  display: flex;
  justify-content: center;
}

.footer-container {
  margin-bottom: 3vh;
}

#footer-item-separator {
  color: #773200;
  padding-left: 10px;
  padding-right: 10px;
}

#city-switcher {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#switcher-span {
  width: 100px;
}

.external-link-icon {
  font-size: 1rem;
  margin-left: 10px;
}

.city-switch {
  width: 25%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #2c2c2c;
  border: 2px solid #f2cbb8;
}
.city-switch h3 {
  color: black;
  font-size: 1.35rem;
}
.city-switch:hover {
  cursor: pointer;
}

.city-switch.active,
.city-switch:hover {
  background: #f2cbb8;
  color: black;
  transition: 0.5s;
}

#contact-heiligenhafen,
#contact-fehmarn {
  display: flex;
  justify-content: space-between;
}
#contact-heiligenhafen > div,
#contact-fehmarn > div {
  border: 2px solid #f2cbb8;
  padding: 20px;
  border-radius: 5px;
  width: 40%;
}
#contact-heiligenhafen > div i,
#contact-fehmarn > div i {
  color: #773200;
  height: 20px;
  width: 20px;
  padding-right: 10px;
}

#contact-section-inner {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#contact-section-heiligenhafen,
#contact-section-fehmarn {
  display: flex;
  flex-direction: column;
}

/* Set the size of the div element that contains the map */
#map-heiligenhafen,
#map-fehmarn {
  margin: auto;
  height: 350px;
  /* The height is 400 pixels */
  width: 70%;
  /* The width is the width of the web page */
  border: #f2cbb8 1px solid;
  border-radius: 5px;
}

@media (max-width: 1500px) {
  #contact-heiligenhafen,
#contact-fehmarn {
    font-size: 1.2rem;
  }

  #leistungen-grid > div > img {
    width: 200px;
  }

  #leistungen-grid h3 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 1.2rem;
  }
}
@media (max-width: 1300px) {
  .container {
    width: 80%;
  }

  nav {
    height: 80px;
  }

  nav ul li a {
    font-size: 1.2rem;
  }

  .start-container {
    padding-top: 80px;
  }

  .logo {
    font-size: 2rem;
  }

  #vet-logo-header {
    height: 60px;
    width: 60px;
  }

  label.logo h1 {
    font-size: 2rem;
  }
}
@media (max-width: 1200px) {
  .container {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  #contact-section-inner,
#leistungen-grid {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  #logoText > div > h1 {
    font-size: 1.2rem;
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: normal;
  }

  nav {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .start-container {
    padding-top: 70px;
  }

  #vet-logo-header {
    padding-right: 10px;
    height: 50px;
    width: 50px;
  }

  label.logo h1 {
    font-size: 1.8rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  #map-heiligenhafen,
#map-fehmarn {
    height: 300px;
  }
}
@media (max-width: 900px) {
  #start-section {
    width: 100%;
  }

  #contact-section-inner,
#leistungen-grid {
    width: 90%;
  }

  #contact-heiligenhafen,
#contact-fehmarn {
    font-size: 1rem;
  }
  #contact-heiligenhafen > div,
#contact-fehmarn > div {
    width: 43%;
  }

  #banner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .city-switch h3 {
    font-size: 1.2rem;
  }

  #footer-navigation,
.flex-content-footer {
    font-size: 1rem;
  }

  #flex-content-footer > p {
    font-size: 1rem;
  }

  .flexbox-item-footer-copyright {
    padding-top: 1vh;
  }
}
@media (max-width: 850px) {
  #contact-heiligenhafen,
#contact-fehmarn {
    font-size: 1rem;
  }
  #contact-heiligenhafen > div,
#contact-fehmarn > div {
    width: 40%;
  }

  .city-switch {
    width: 30%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 769px) {
  #contact-heiligenhafen,
#contact-fehmarn {
    font-size: 0.9rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  label.logo h1 {
    font-size: 1.5rem;
  }

  #vet-logo-header {
    width: 40px;
    height: 40px;
  }

  nav {
    height: 60px;
  }

  #start-section {
    padding-top: 60px;
  }

  #map-heiligenhafen,
#map-fehmarn {
    height: 250px;
  }

  nav ul li a {
    font-size: 1rem;
  }

  #leistungen-grid {
    grid-template-columns: 45% 45%;
  }
  #leistungen-grid > div > img {
    width: 250px;
  }

  #contact-section-heiligenhafen h3,
#contact-section-fehmarn h3 {
    font-size: 1.35rem;
  }
}
@media (max-width: 700px) {
  #contact-heiligenhafen,
#contact-fehmarn {
    font-size: 0.8rem;
  }

  #contact-heiligenhafen,
#contact-fehmarn {
    font-size: 0.8rem;
  }

  #startNavigation {
    display: none;
  }
}
@media (max-width: 600px) {
  #contact-heiligenhafen,
#contact-fehmarn {
    flex-direction: column;
    font-size: 0.9rem;
  }
  #contact-heiligenhafen > div,
#contact-fehmarn > div {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #contact-heiligenhafen > div:first-child,
#contact-fehmarn > div:first-child {
    margin-bottom: 20px;
  }

  .city-switch h3 {
    font-size: 1rem;
  }

  #leistungen-grid > div > img {
    width: 200px;
  }

  nav ul li a {
    font-size: 0.9rem;
  }

  .city-switch {
    width: 35%;
  }

  #map-heiligenhafen,
#map-fehmarn {
    width: 80%;
  }
}
@media (max-width: 480px) {
  nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  #leistungen-grid > div > img {
    width: 170px;
  }

  nav ul li {
    margin: 0;
  }

  nav ul li a {
    padding: 7px 8px;
  }

  #map-heiligenhafen,
#map-fehmarn {
    height: 200px;
    width: 90%;
  }

  #switcher-span {
    width: 50px;
  }

  #contact-heiligenhafen > div,
#contact-fehmarn > div {
    width: 80%;
  }
}
@media (max-width: 450px) {
  .city-switch {
    width: 40%;
  }

  #leistungen-grid {
    grid-template-columns: 80%;
    justify-content: center;
  }
  #leistungen-grid > div > img {
    width: 220px;
  }

  #logoText > div > h1 {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  nav ul li a {
    font-size: 0.8rem;
    padding: 5px 5px;
  }
}
@media (max-width: 380px) {
  nav ul li a {
    font-size: 0.8rem;
    padding: 5px 5px;
  }

  #vet-logo-header {
    padding-right: 5px;
  }

  #switcher-span {
    width: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
