@charset "UTF-8";
@import 'main.css';
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Catamaran";
  font-weight: 400;
  background-color: #FFFFFF;
}

strong {
  font-weight: 700;
}

a {
  color: #DF2C38;
}

figure {
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
}
img.greyscale {
  filter: grayscale(100);
}
img.greyscale:hover {
  filter: none;
}

@media screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
}
.container .container {
  width: 100%;
}

.row.without-margin {
  margin-bottom: 0;
}

main .images {
  text-align: center;
}
main .images img {
  margin-top: 20px;
}
main .images img:first-child {
  margin-top: 130px;
}
@media screen and (max-width: 600px) {
  main .images {
    text-align: center;
  }
  main .images img:first-child {
    margin-top: 20px;
  }
}

/** Dashes für Listen **/
main {
  background-color: #FFFFFF;
  padding-bottom: 80px;
}
main ul {
  margin: 0;
}
main ul {
  list-style-type: none;
}
main ul li {
  padding-left: 10px;
}
main ul li:before {
  content: "-";
  position: absolute;
  margin-left: -10px;
}
main ul.collapsible li {
  padding-left: 0px;
}
main ul.collapsible li:before {
  content: "";
}

/*** Slider im Contentbereich ***/
.slider h1,
.slider h2,
.slider h3,
.slider h4,
.slider h5,
.slider h6,
.slider p {
  color: #f0f0f2 !important;
}
@media screen and (max-width: 992px) {
  .slider.contentslider h1,
  .slider.contentslider h2,
  .slider.contentslider h3,
  .slider.contentslider h4,
  .slider.contentslider h5,
  .slider.contentslider h6,
  .slider.contentslider p {
    zoom: 0.5;
  }
}
.slider li {
  padding-left: 0;
}
.slider li:before {
  content: "";
  position: absolute;
}
.slider ul.indicators .indicator-item {
  width: 12px;
  height: 12px;
}
.slider ul.indicators .indicator-item.active {
  background-color: #0169b2;
}

/** Titelbild **/
.titleimage img {
  width: 100%;
  max-width: 100%;
}

/*** Mobile Nav */
.sidenav {
  padding-top: 0px;
  padding-bottom: 40px;
}
.sidenav li {
  padding: 7px 0 14px 0;
}
.sidenav li:first-child {
  padding-top: 0;
}
.sidenav li.active {
  background-color: transparent;
}
.sidenav li ul {
  padding: 7px 5px 5px 15px;
}
.sidenav li ul li {
  padding: 7px 0 7px 0;
}
.sidenav li ul li a {
  font-size: 16px;
}
.sidenav li a {
  height: auto !important;
  line-height: 1.5rem;
  font-size: 18px;
}
.sidenav li a:hover {
  background-color: transparent;
}

footer {
  box-shadow: 0px 0px 8px #666;
  background-color: #f0f0f2;
  position: fixed;
  bottom: 0;
  width: 100vw;
  height: 60px;
  padding: 0 0 0 0;
}
footer a {
  color: #434343;
  display: inline-block;
}
footer a:hover, footer a.active {
  color: #DF2C38;
}
@media screen and (max-width: 992px) {
  footer {
    position: static;
    width: 100%;
    height: 70px;
  }
  footer .container.row {
    margin-bottom: 0;
  }
}

.headerwrapper {
  height: 100px;
}
.headerwrapper nav {
  width: 100vw;
  height: 100px;
  background-color: #000000;
  box-shadow: 0px 2px 5px #666;
}
.headerwrapper nav a.active,
.headerwrapper nav a:hover {
  color: #DF2C38;
  background-color: transparent;
}
.headerwrapper nav ul {
  margin-top: 45px !important;
}
.headerwrapper nav ul li {
  float: none;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
}
.headerwrapper nav ul li a {
  padding: 0 7px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.8);
}
.headerwrapper nav ul li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.headerwrapper nav ul li ul {
  box-shadow: 0px 2px 5px #666;
  margin-top: 0px !important;
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
}
.headerwrapper nav ul li ul li {
  display: block;
}
.headerwrapper nav ul li ul li a {
  line-height: 32px;
}
.headerwrapper nav ul li:hover ul {
  display: block;
}
.headerwrapper nav .sidenav-trigger {
  margin-top: 15px;
}
.headerwrapper nav .sidenav-trigger .material-icons {
  font-size: 48px;
}
.headerwrapper .lottelogo {
  margin-top: 10px !important;
  max-height: 100px;
}

/*** Grid  Components***/
body.withGrid .container:last-child .row:last-child {
  margin-bottom: 0;
}

body main h1 {
  font-size: 54px;
}
body main h2 {
  font-size: 45px;
}
body main h3 {
  font-size: 37px;
}
body main h4 {
  font-size: 29px;
}
body main h5 {
  font-size: 20px;
}
body main h6 {
  font-size: 16px;
}
body main p {
  font-size: 16px;
}
body main hr {
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  padding-bottom: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  body main h1 {
    font-size: 54px;
  }
  body main h2 {
    font-size: 45px;
  }
  body main h3 {
    font-size: 37px;
  }
  body main h4 {
    font-size: 29px;
  }
  body main h5 {
    font-size: 20px;
  }
  body main h6 {
    font-size: 15px;
  }
  body main p {
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  body main h1 {
    font-size: 54px;
  }
  body main h2 {
    font-size: 45px;
  }
  body main h3 {
    font-size: 37px;
  }
  body main h4 {
    font-size: 29px;
  }
  body main h5 {
    font-size: 20px;
  }
  body main h6 {
    font-size: 15px;
  }
  body main p {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  body main h1 {
    font-size: 42px;
  }
  body main h2 {
    font-size: 36px;
  }
  body main h3 {
    font-size: 29px;
  }
  body main h4 {
    font-size: 23px;
  }
  body main h5 {
    font-size: 16px;
  }
  body main h6 {
    font-size: 14px;
  }
  body main p {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */