/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

* {
  margin: 0;
  padding: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

a,
button {
  background-color: transparent;
  outline: none; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

b,
strong {
  font-weight: bold; }

img {
  border: 0;
  width: 100%;
  max-width: 300px;
  height: auto; }

button {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  -webkit-tap-highlight-color: transparent; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: inherit; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

a {
  text-decoration: none;
  color: inherit; }

button {
  border: none;
  background: none; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

body {
  font-size: 14px; }
  @media screen and (min-width: 500px) {
    body {
      font-size: 18.2px; } }

header {
  padding: 7em 0 4em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f7f7f7+100 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f7f7f7 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
  /* IE6-9 */ }
  header .logo {
    margin: auto;
    width: 10em;
    height: 7em;
    background: transparent url("../images/logopaedie-hetlingen.png") 50% 50% no-repeat;
    background-size: 100%; }

.main {
  background: #EF442F; }

.content {
  margin: auto;
  padding: 1em;
  padding-top: 4.57143em;
  max-width: 800px; }

.box {
  background: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  margin-bottom: 1em;
  padding: 1em; }
  @media screen and (min-width: 500px) {
    .box {
      padding: 2em; } }
  @media screen and (min-width: 900px) {
    .box {
      padding: 3em; } }

a, button {
  -webkit-transition: color 0.1s;
  transition: color 0.1s; }
  a:hover, button:hover {
    opacity: 0.7; }

.img-children {
  display: block;
  margin: auto;
  width: 5em;
  height: 5em;
  background: url("../images/kinder.png") no-repeat 0 0;
  background: url("../images/kinder.svg") no-repeat 0 0;
  background-size: 100%; }

.img-adults {
  display: block;
  margin: auto;
  width: 5em;
  height: 5em;
  background: url("../images/erwachsene.png") no-repeat 0 0;
  background: url("../images/erwachsene.svg") no-repeat 0 0;
  background-size: 100%; }

.btn-burger {
  width: 25px;
  height: 21px;
  position: relative;
  overflow: hidden; }
  .btn-burger span {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 56px;
    height: 21px;
    background: url("../images/icn-burger.png") no-repeat 0 0;
    background-size: 100%; }
  .btn-burger.active span {
    left: -30px; }

.centered {
  text-align: center; }

.list-dotted li {
  position: relative;
  list-style-type: none;
  margin-left: 1em;
  margin-bottom: 1em;
  max-width: 500px; }
  .list-dotted li:before {
    display: block;
    position: absolute;
    left: -20px;
    top: 0;
    content: "...";
    color: #EF442F; }

.colored {
  color: #EF442F; }

hr {
  height: 0px;
  width: 100%;
  border: none;
  border-top: #EF442F 1px solid;
  margin-bottom: 2em; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #575757;
  line-height: 1.5; }

h1, h2, h3, h4 {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 300; }

.quote {
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 300;
  font-style: italic; }
  .quote span {
    display: block;
    font-weight: 500; }

.text-info {
  padding: 1em;
  color: #717171;
  background: #f0f0f0; }

.nav {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.57143em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  background: white;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }
  .nav.open {
    height: 300px; }
  .nav button {
    position: absolute;
    top: 15px;
    left: 15px; }
  .nav ul {
    padding-top: 3.57143em; }
    .nav ul li {
      padding-top: 2px;
      text-align: center; }
  .nav a {
    padding: 1em;
    display: inline-block;
    text-transform: uppercase; }
  @media screen and (min-width: 500px) {
    .nav {
      height: 3.57143em !important; }
      .nav button {
        display: none; }
      .nav ul {
        margin: auto;
        padding: 0;
        text-align: center; }
        .nav ul li {
          display: inline-block; } }
