.sticky-wrapper #header {
  background: white;
  height: 70px;
}

.sticky-wrapper #header .block-basic-branding {
  margin: 1em 0;
  transition: all 150ms ease;
  float: left;
}

.path-frontpage .sticky-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  min-height: 70px;
  background: white;
}

.path-frontpage .sticky-wrapper.is-sticky #header {
  height: 70px;
}

.path-frontpage #main {
  margin-top: 0;
  background: #f4f4f4;
}

.path-frontpage article header {
  display: none;
}

#main ul {
  padding: 0 0 0 1em;
  margin-bottom: 1em;
}

#main ul li {
  list-style: square;
}

#main a {
  color: #006191;
}

.path-frontpage #main {
  margin-top: 0;
}

.path-node #main {
  margin-top: 3em;
}

.block-basic-branding {
  width: 300px;
  margin-top: 10px !important;
}

h1 {
  font-weight: normal;
}

h2 {
  font-weight: normal;
  margin-top: 1.5em;
}

h3 {
  margin-top: 1em;
  margin-bottom: 0.25em;
  font-weight: normal;
}

a {
  transition: all 150ms ease;
}

a:hover {
  opacity: 0.8;
}

.col {
  text-align: center;
  display: inline-table;
  padding: 1em;
}

.col3 {
  width: 30%;
}

.center {
  text-align: center;
}

.single-page-wrapper .single-page {
  min-height: 100vh;
}

.single-page-wrapper .single-page-title {
  display: none;
}

.single-page-wrapper article .page__image {
  position: absolute;
  left: 0;
  width: 100%;
  display: grid;
  z-index: 0;
  height: 70vh;
}

.single-page-wrapper article .page__image div {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-overflow-scrolling: touch;
}

.single-page-wrapper article .page__body {
  padding-top: 75vh;
  padding-bottom: 1.5em;
}

.single-page-wrapper #ueber-uns .icon {
  margin: 1em 2em 0 0;
}

.single-page-wrapper #kontakt table {
  margin: 0;
}

/* menu */
/* --- hamburger menu */
.responsive-menus {
  clear: none !important;
  float: right;
  width: auto !important;
  margin: 1em 0 0 0;
}

.responsive-menus .responsive-menus-simple {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  right: 0;
  width: auto;
  min-width: 200px;
}

.responsive-menus .responsive-menus-simple ul {
  padding: 0 !important;
  margin-top: 1.1em !important;
}

.responsive-menus .responsive-menus-simple ul a {
  background: #006191;
  color: white !important;
  border: none !important;
  padding: 1em !important;
}

.responsive-menus .responsive-menus-simple ul a:hover {
  opacity: 0.8;
}

.responsive-menus .toggler {
  background: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.responsive-menus .toggler span {
  display: block;
  width: 35px;
  height: 4px;
  margin-bottom: 6px;
  position: relative;
  background: #006191;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.3s ease;
}

.responsive-menus .toggler span:first-child(3) {
  transform-origin: 0% 0%;
}

.responsive-menus .toggler span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

.responsive-toggled .toggler span {
  opacity: 1;
  transform: rotate(-45deg) translate(-2px, -2px);
}

.responsive-toggled .toggler span:nth-last-child(2) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

.responsive-toggled .toggler span:nth-last-child(3) {
  transform: rotate(45deg) translate(0, 0);
}

/* Wartungsmodus */
.maintenance-page {
  font-size: 16px;
}

.maintenance-page .dialog-off-canvas-main-canvas {
  width: 80%;
  margin: 0 auto;
  margin-top: 20vh;
}

.maintenance-page header {
  margin-bottom: 3em;
}

.maintenance-page header img {
  width: 500px;
  max-width: 80%;
}

.maintenance-page header h1 {
  display: none;
}

.maintenance-page main h1 {
  font-size: 19px;
}

/* */
@media all and (max-width: 1600px) {
  html {
    font-size: 17px !important;
  }
}

/* mobil */
@media all and (min-width: 1281px) and (max-width: 1440px) {
  .path-frontpage .page__body {
    padding-top: 73vh !important;
  }
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
  .path-frontpage .page__image {
    height: 66vh !important;
  }
  .path-frontpage .page__body {
    padding-top: 70vh !important;
  }
}

@media all and (max-width: 1023px) {
  #content-wrapper {
    width: 100%;
    font-size: 0.9em;
  }
  #header {
    padding: 0 10px;
  }
  .block-basic-branding {
    max-width: 70vw !important;
    margin-bottom: 0 !important;
  }
  .responsive-menus {
    margin-top: 15px;
  }
  .responsive-menus .responsive-menus-simple ul {
    margin-top: 0.72em !important;
  }
  #main {
    padding: 0 10px;
  }
  .page__image div {
    background-attachment: local !important;
  }
}

@media all and (max-width: 1023px) and (orientation: portrait) {
  #header, .sticky-wrapper {
    height: 65px !important;
    min-height: 65px !important;
  }
  .page__image {
    height: 40vh !important;
  }
  .page__body {
    padding-top: 43vh !important;
  }
  #ueber-uns .page__image {
    height: 40vh !important;
  }
  #ueber-uns .page__body {
    padding-top: 43vh !important;
  }
}

@media all and (max-width: 1023px) and (orientation: landscape) {
  .page__image {
    height: 70vh !important;
  }
  .page__body {
    padding-top: 73vh !important;
  }
}

button, [type='button'], [type='reset'], [type='submit'] {
  appearance: none;
  background-color: #555;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "questa", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.65em 1.3em;
  text-align: center;
  text-decoration: none;
  transition: background-color 150ms ease;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, button:focus, [type='button']:hover, [type='button']:focus, [type='reset']:hover, [type='reset']:focus, [type='submit']:hover, [type='submit']:focus {
  background-color: #444444;
  color: #fff;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #555;
}

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  font-weight: 600;
  margin-bottom: 0.325em;
  padding: 0;
}

label {
  display: block;
  font-weight: normal;
  margin-bottom: 0.325em;
}

input,
select,
textarea {
  display: block;
  font-family: "questa", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  appearance: none;
  background-color: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.65em;
  padding: 0.43333em;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #cccccc;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #555;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(85, 85, 85, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #f4f4f4;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.325em;
}

[type="file"] {
  margin-bottom: 0.65em;
  width: 100%;
}

select {
  margin-bottom: 1.3em;
  max-width: 100%;
  width: auto;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(85, 85, 85, 0.6);
  outline-offset: 2px;
}

input[type="search"] {
  box-sizing: border-box;
}

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  margin: 1.3em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.3;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #f4f4f4;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.65em 0.65em 0.65em 0;
}

html {
  color: #333;
  font-family: "questa", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.03em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "questa", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 0.65em;
}

h1 {
  font-size: 2.1em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

p {
  margin: 0 0 0.65em;
}

a {
  color: #555;
  text-decoration: none;
  transition: color 150ms ease;
}

a:active, a:focus, a:hover {
  color: #404040;
}

hr {
  border-bottom: 1px solid #f4f4f4;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.3em 0;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

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