@charset "utf-8";
/* CSS Document */
html {
  font-family: "museo-sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  color: #000;
  padding-top: 10px;
}
body#privacy {
  background-color: rgba(0, 0, 0, .60);
  background-image: url("../images/BGochre.png")
}
.HTnavContainer {
  background-color: #6688B4;
  padding-left: 8px;
  padding-right: 8px;
  background-image: url("../images/BGblackfilm30.png");
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
#privacy .HTnavContainer {
  background-color: #CBB95F;
  background-image: url("../images/BGwhitefilm60.png")
}
.smallcaps {
  font-variant-caps: all-small-caps;
}
#HTbanner {
  margin-bottom: 5px;
}
#HTbanner img, #HTtitle img, img#love {
  opacity: 95%;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 3px dotted #fff;
  margin-top: .5rem;
  margin-bottom: 0;
  padding: 0;
}
a.HTnav, span.HTnav {
  font-weight: 700;
  font-size: 1.1rem;
  color: #000;
  margin-top: 0;
  padding-top: 0;
  letter-spacing: 1px;
  text-decoration: none;
}
/*a.HTnav#homeBTN {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #000;
}*/
#homeBTN {
  margin-top: -2px;
}
#homeBTN svg {
  width: 16px;
  height: 16px;
}
span#homeBTN.HTnav, span#BueroBTN.HTnav {
  color: rgba(255, 255, 255, .50);
}
a.HTnav:hover {
  color: #fff;
}
/*.HTmathText {
  color: #6A2FB4;
  color: rgba(255, 255, 255, .70);
}*/
p.HTindent {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0;
  text-indent: 1.5rem;
  mix-blend-mode: multiply;
}
p.HTpara, li {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0;
  mix-blend-mode: multiply;
}
p.HTpara .smallcaps {
  font-size: 1.6em;
  font-weight: 900;
  mix-blend-mode: multiply;
  /*color: #622DA4;*/
}
.HTpara a {
  text-decoration: none;
}
#privacy h2 {
  font-family: "museo-sans-display", sans-serif;
  font-weight: 800;
  text-align: center;
}
li {}
footer {
  /* background-color: rgba(0, 0, 0, .20);*/
}
.copyright, .impressum {
  font-weight: 900;
  font-size: .8rem;
  color: rgba(0, 0, 0, .50);
}
span.impressum {
  text-transform: uppercase;
  color: #8B8A8A;
  letter-spacing: 2px;
}
a.impressum {
  /*font-variant-caps: all-small-caps;*/
  text-transform: uppercase;
  font-weight: 900;
  font-size: .8rem;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, .50);
  text-decoration: none;
}
a.impressum:hover {
  color: #CFCFCF;
}
/*Alter BS modal*/
.modal-content {
  background-color: #2E2E2E;
  border: none;
}
.modal-footer {
  font-style: italic;
  font-weight: 500;
  color: #E1E1E1;
  border-top: none;
}
/* Extra small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  #HTbanner, #HTtitle {
    padding-left: 3%;
    padding-right: 3%;
  }
  #HTbody {
    padding-left: 3%;
    padding-right: 3%;
  }
  p.HTindent {
    font-size: 1.2rem;
    text-indent: 1.5rem;
  }
  p.HTpara, li {
    font-size: 1.2rem;
  }
  p.HTpara .smallcaps {
    font-size: 130%;
    letter-spacing: .5px;
  }
  p.HTpara.love {
    font-size: 2rem;
    line-height: 2.1rem;
  }
  #HTbanner, #HTtitle {
    padding-left: 1%;
    padding-right: 1%;
  }
  #HTbody h1 {
    font-size: 2.5rem;
  }
  #plusEquals {
    width: 60%;
  }
  h2.plus .smallcaps {
    font-size: 3.8rem;
    line-height: 3.4rem;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #HTbanner, #HTtitle {
    padding-left: 1%;
    padding-right: 1%;
  }
  #HTbody {
    padding-left: 1%;
    padding-right: 1%;
  }
  a.HTnav, span.HTnav {
    font-size: 1.3rem;
    margin-top: 0;
    letter-spacing: 1px;
  }
  #homeBTN svg {
    width: 18px;
    height: 18px;
  }
  p.HTindent {
    font-size: 1.3rem;
  }
  p.HTpara, li {
    font-size: 1.3rem;
  }
  p.HTpara .smallcaps {
    font-size: 135%;
    letter-spacing: .5px;
  }
  p.HTpara.love {
    font-size: 2.3rem;
    line-height: 2.5rem;
  }
  h2.plus .smallcaps {
    font-size: 4rem;
    line-height: 3.5rem;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #HTbanner, #HTtitle {
    padding-left: 2%;
    padding-right: 2%;
  }
  #HTbody {
    padding-left: 2%;
    padding-right: 2%;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #HTbanner, #HTtitle {}
  a.HTnav, span.HTnav {
    font-size: 1.4rem;
    margin-top: 0;
    letter-spacing: 1px;
  }
  #HTbody {
    padding-left: 3%;
    padding-right: 3%;
  }
  p.HTindent {
    font-size: 1.4rem;
  }
  p.HTpara, li {
    font-size: 1.4rem;
  }
  p.HTpara .smallcaps {
    font-size: 140%;
    letter-spacing: .5px;
  }
}
/*extra extra*/
@media (min-width: 1800px) {
  /*a.HTnav, span.HTnav {
    font-size: 1.9rem;
  }*/
  #HTbanner, #HTtitle, #HTfeatures .featuresInside {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  #HTbody {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  a.HTnav, span.HTnav {
    font-size: 1.5rem;
    margin-top: 0;
    letter-spacing: 1px;
  }
  p.HTindent {
    font-size: 1.5rem;
  }
  p.HTpara, li {
    font-size: 1.5rem;
  }
  p.HTpara .smallcaps {
    font-size: 135%;
    letter-spacing: .5px;
  }
}