/* Untermenü Breite */

.main-navigation ul ul a {
  width: 300px;
}

/* Header */

@media (min-width: 680px) {
  #masthead .hgroup #header-sidebar {
    display: block;
    position: absolute;
    right: 0;
    top: 15%;
  }
}

#masthead.site-header {
  margin: 0px;
  padding: 0px;
}

.entry-content h3 {
  margin-top: 0px;
}

body.responsive.layout-full #page-wrapper .full-container {
  padding-bottom: 0px;
  padding-top: 0px;
}

/* Widgets Masthead Padding */

body.responsive #footer-widgets .widget,
body.responsive #masthead-widgets .widget {
  padding-bottom: 5px;
  padding-top: 5px;
}

/* Karte Umbruch mobil ignorieren */

@media (max-width: 780px) {
  .karte br {
    display: none;
  }
}

/* Bilder abrunden */

.rounded-corners img {
  border-radius: 10px;
}

/* Links weekly deaktivieren */

.weekly a {
  pointer-events: none;
  cursor: default;
}

/* H1 Abstand */

.entry-content h1 {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}

/** Reservierung neu **/

.rtb-modification-toggle {
  display: none!important;
}

legend {
  font-weight: bold;
}

.rtb-booking-form legend {
	padding: 0 0em!important;
}