@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;
}
#atContact {
  /*background-color: #ff9966;
  background-image: url("../images/purpleReticulation30.png");*/
  background-image: url("../images/orangeBG.jpg");
}
#ahContact {
  background-color: rgba(120, 130, 140, 1.00);
  background-image: url("../images/aquaReticulation20.png")
}
#genContact {
  /*background-color: #99C386;
	background-image: url("../images/ochreRet45.png")*/
  background-image: url("../images/oliveBG2.jpg");
}
/*#genContact #HTbody a {
  color: #0966bd;
  font-weight: 700;
}*/
.HTnavContainer {
  background-color: #97A08D;
  padding-left: 8px;
  padding-right: 8px;
  background-image: url("../images/BGwhitefilm40.png");
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
#atContact .HTnavContainer {
  background-color: #E08E47;
}
#ahContact .HTnavContainer {
  background-color: #80A0AA;
}
/*#atContact a {
  color: #0966bd;
  font-weight: 700;
  text-decoration: none;
}
#ahContact a {
  color: #0966bd;
  font-weight: 700;
  text-decoration: none;
}
#atContact a:hover {
  color: #fff;
}
#ahContact a:hover {
  color: #fff;
}*/
a.extraContact {
  font-family: "museo-sans-display", sans-serif;
  font-weight: 800;
  font-style: normal;
  text-decoration: none;
}
#genContact a.extraContact {
  color: #185996;
}
#ahContact a.extraContact {
  color: #0966bd;
}
atContact a.extraContact {
  color: #0966bd;
}
.smallcaps {
  font-variant-caps: all-small-caps;
}
#HTbanner {
  margin-bottom: 5px;
}
#HTbanner img, #HTtitle img {
  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;
}
#homeBTN {
  margin-top: -2px;
}
#homeBTN svg {
  width: 16px;
  height: 16px;
}
span#contactBTN.HTnav {
  color: rgba(0, 0, 0, .45);
}
a.HTnav:hover {
  color: #fff;
}
a.HTnav:hover {
  color: #fff;
}
.HTmathText {
  color: #6A2FB4;
}
p.HTindent {
  font-size: 1.1em;
  margin: 0;
  text-indent: 1.5em;
}
p.HTpara {
  font-size: 1.1em;
  margin: 0;
  font-weight: 700;
}
p.HTpara .smallcaps {
  font-size: 125%;
  font-weight: 900;
  color: #622DA4;
}
/*Contact Form*/
#formContainer {
  background-color: rgba(255, 255, 255, .20);
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
#cform {
  text-align: center;
}
#cform h4 {
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#genContact #cform h4 {
  color: #0966bd;
}
#atContact #cform h4 {
  color: #6A2FB4;
}
#cform label {
  display: block;
  text-transform: uppercase;
  font-size: .9em;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
}
#cform .btn-custom {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  background-color: #6A2FB4;
  margin-top: 20px;
}
#genContact #cform .btn-custom {
  background-color: #0966bd;
}
#atContact #cform .btn-custom {
  /*background-color: #6A2FB4;*/
  background-color: #8651A0;
}
#ahContact #cform .btn-custom {
  /*background-color: #6A2FB4;
	background-color: #262626;*/
  background-color: #563988;
}
.g-recaptcha {
  margin-left: auto;
  margin-right: auto;
}
.controls {}
#contact p.text-muted {
  font-size: .8em;
  font-style: italic;
}
input, textarea {
  width: 100%;
}
textarea#form_message {}
#securityImage {
  text-align: center;
}
footer {
  /*background-color: rgba(0, 0, 0, .20);*/
}
.copyright {
  font-weight: 900;
  font-size: .8rem;
  color: rgba(0, 0, 0, .50);
}
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;
}
/* 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 {
    font-size: 1.2rem;
  }
  p.HTpara .smallcaps {
    font-size: 130%;
    letter-spacing: .5px;
  }
  #HTbody h1 {
    font-size: 2.5rem;
  }
}
/* 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 {
    font-size: 1.3rem;
  }
  p.HTpara .smallcaps {
    font-size: 135%;
    letter-spacing: .5px;
  }
}
/* 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 {}
  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 {
    font-size: 1.4rem;
  }
  p.HTpara .smallcaps {
    font-size: 140%;
    letter-spacing: .5px;
  }
  #formContainer {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }
}
/*extra extra*/
@media (min-width: 1800px) {
  a.HTnav {
    font-size: 1.9rem;
  }
  #HTbanner, #HTtitle {
    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 {
    font-size: 1.5rem;
  }
  p.HTpara .smallcaps {
    font-size: 135%;
    letter-spacing: .5px;
  }
}