/* @import must be at top of file, otherwise CSS will not work */
html {
  font-size: 10px;
}
a {
  color: #0A2D2F;
}
a:hover,
a:focus {
  color: #0A2D2F;
  text-decoration: none;
}
body {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  color: #0A2D2F;
  padding-top: 86px;
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal;
  font-style: normal;
  background-image: url('/img/bg.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-color: #0A2D2F;
  background-attachment: fixed;
}
h1 {
  font-size: 40px;
  font-size: 4rem;
  color: #0A2D2F !important;
  letter-spacing: 0.1rem;
  font-family: Arial;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
h2 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 4.2rem;
  letter-spacing: 0.1rem;
}
.nav a {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.teaser {
  text-align: center;
  text-transform: uppercase;
}
.teaser img {
  margin-bottom: 20px;
}
.m-t-6 {
  margin-top: 60px;
  margin-top: 6rem;
}
.m-b-6 {
  margin-bottom: 60px !important;
  margin-bottom: 6rem !important;
}
.m-b-1-5 {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
}
.m-b-3 {
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
.m-b-4 {
  margin-bottom: 40px;
  margin-bottom: 4rem;
}
.m-b-8 {
  margin-bottom: 80px;
  margin-bottom: 8rem;
}
.m-b-9 {
  margin-bottom: 90px;
  margin-bottom: 9rem;
}
.m-b-10 {
  margin-bottom: 100px;
  margin-bottom: 10rem;
}
.navbar,
footer {
  margin: auto;
}
.navbar {
  z-index: 2;
  background-color: #fff;
  height: 115px;
}
.navbar .nav-items {
  margin-top: 40px;
}
.navbar .nav-link {
  color: #0A2D2F !important;
  text-transform: uppercase;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.navbar .nav-link:last-child {
  padding-right: 25px;
}
.navbar .nav-link:hover {
  color: #0A2D2F !important;
}
.navbar-brand {
  color: #0A2D2F !important;
  font-size: 32px;
  font-size: 3.2rem;
  padding-top: 14px;
  padding-left: 20px;
}
.row {
  margin: 0;
}
.container-fluid {
  background-color: #fff;
  padding: 0;
  position: relative;
}
.container-fluid,
.navbar,
footer {
  max-width: 1280px;
}
.col-xs-5,
.col-xs-6,
.col-xs-10 {
  padding-left: 1.4rem !important;
  padding-right: 1.4rem !important;
}
.infobox {
  font-size: 1.3rem;
  padding-top: 0.3rem;
  padding-bottom: 3rem;
}
footer {
  padding-top: 40px;
  padding-top: 4rem;
  height: 80px;
  height: 8rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  background-color: #fff;
  color: #0A2D2F;
}
footer a {
  color: #0A2D2F;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}
footer a:first-child {
  margin-right: 0.75rem;
}
footer a:last-child {
  margin-left: 0.75rem;
}
/* main-vis */
.main-vis {
  width: 100%;
  background-image: url('img/titel_anja-sowas-startseite.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 450px;
}
.main-vis.loops {
  background-image: url('img/titel_loops.jpg');
}
.main-vis.stulpen {
  background-image: url('img/titel_stulpen.jpg');
}
.main-vis.handyhuellen {
  background-image: url('img/titel_handyhuellen.jpg');
}
.main-vis.taeschchen {
  background-image: url('img/titel_taeschchen.jpg');
}
hr {
  border-color: #0A2D2F;
  width: 100%;
  max-width: 380px;
  margin-top: 20px;
  margin-top: 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
}
hr.loops {
  max-width: 270px;
}
hr.stulpen {
  max-width: 250px;
}
.navbar-toggler {
  margin-top: 8px;
}
.close-icon {
  cursor: pointer;
  margin-right: 15px;
}
/* Prevents img without src to appear */
img:not([src]) {
  visibility: hidden;
}
/* Fixes Firefox anomaly */
@-moz-document url-prefix() {
  img:-moz-loading {
    visibility: hidden;
  }
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.no-scroll {
  position: fixed;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .main-vis {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 9px;
  }
  .main-vis {
    height: 340px;
  }
}
@media (max-width: 991px) {
  .teaser {
    padding-bottom: 20px;
  }
  .teaser img {
    margin-bottom: 10px;
  }
}
@media (max-width: 920px) {
  .navbar-brand {
    padding-left: 1rem;
  }
  .navbar-brand img {
    width: 130px;
    height: auto;
  }
  .navbar {
    height: 95px;
  }
  .navbar .nav-items {
    margin-top: 40px;
  }
}
@media (max-width: 900px) {
  .navbar .nav-link {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .navbar .nav-link:last-child {
    padding-right: 1rem;
  }
}
@media (max-width: 768px) {
  .m-t-6 {
    margin-top: 4rem;
  }
  .m-b-6 {
    margin-bottom: 4rem;
  }
  .m-b-1-5 {
    margin-bottom: 1rem;
  }
  .m-b-3 {
    margin-bottom: 2rem;
  }
  .m-b-4 {
    margin-bottom: 2.5rem;
  }
  .m-b-8 {
    margin-bottom: 4rem;
  }
  .m-b-9 {
    margin-bottom: 6rem;
  }
  .m-b-10 {
    margin-bottom: 7rem;
  }
}
@media (max-width: 767px) {
  .navbar {
    height: 100px;
  }
  .navbar-brand {
    padding: 10px;
  }
  .navbar-brand img {
    width: 180px;
    height: auto;
  }
  #collapsingNavbar {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #0A2D2F;
    width: 100%;
    height: 100%;
    padding-top: 10px;
  }
  #collapsingNavbar a {
    clear: both;
    display: block;
    color: white !important;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0.06em;
    margin-left: 0 !important;
  }
  .navbar .nav-items {
    margin-top: 5px;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 4.1rem !important;
  }
  h2 {
    font-size: 2.5rem !important;
    line-height: 3rem !important;
  }
  body {
    font-size: 1.9rem;
    line-height: 2.5rem;
  }
  .main-vis {
    height: 200px;
  }
}
s {
  color: red;
}
