@import "fonts.css";



* {
  font-family: 'Open Sans', cursive;
  list-style-type: None;
  margin: 0;
  padding: 0;
}

ul {
  padding-left: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 98%;
}

/*################################## Header ##################################*/

header {
  position: relative;
  margin-bottom: 10px;
}

header h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 6vw;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

header h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 6vw;
  text-align: center;
  font-weight: 100;
}

/*################################## Main ##################################*/

#main h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 10vw;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}

#main h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 6vw;
  text-align: center;
  font-weight: 100;
}





/*################################## Buchung ##################################*/

.dsgvo_checkbox {
  padding-left: 1%;
  width: 95%;
}

/* Eigene Bootstrap aehnliche Sachen */


.w-40 {
  width: 40%;
}

.w-lg-75 {
  width: 75%;
}









/*################################## Footer ##################################*/

footer {
  text-align: center;
  margin-top: 100px;
  background-color: #35383c;
}

footer ul {
  display: flex;
  padding: 1vh 0;
  margin: 0;
}

footer ul li {
  flex: 1 0 0%;
}

footer a {
  text-decoration: underline;
  color: White;
}

footer a:hover {
  color: palevioletred;
  text-decoration: underline palevioletred;
}
