/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
header {
  padding: 56px 0px 100px 0px;
}

section {
  /* Platz nach oberhalb und unterhalb im Block */
  padding: 150px 0px 150px 0px;
}
sectionsmall {
  padding: 0px 0px 150px 0px;
}

@media (min-width: 1px) and (max-width: 992px) and (orientation: portrait) {
section {
  padding: 70px 0px 70px 0px;
}
sectionsmall {
  padding: 20px 0px 70px 0px;
}
}