/*--------------------------------------------------------
Farben
--------------------------------------------------------*/
/*--------------------------------------------------------
Schriften
--------------------------------------------------------*/
@import url("https://fast.fonts.net/t/1.css?apiType=css&projectid=4642df09-0a96-4287-b42b-2f21293cf153");
@font-face {
  font-family: "TT Rounds Condensed W01 Light";
  src: url("/module.php/globalneuro/fonts/3ad6ade5-f280-49d3-881e-eef51cc7af71.woff2") format("woff2"), url("/module.php/globalneuro/fonts/ce645ed7-aab8-4cca-9cf8-b7666596ce72.woff") format("woff");
}
@font-face {
  font-family: "TT Rounds Condensed W01 Lt It";
  src: url("/module.php/globalneuro/fonts/40161f88-9b8a-4cb8-9040-085a89999342.woff2") format("woff2"), url("/module.php/globalneuro/fonts/dd2fda84-f85f-44cd-94e7-18c19ed0561a.woff") format("woff");
}
@font-face {
  font-family: "TT Rounds Condensed W01 Regula";
  src: url("/module.php/globalneuro/fonts/11806a7e-21a4-4898-9612-d97930461112.woff2") format("woff2"), url("/module.php/globalneuro/fonts/657a3bff-bcac-4a3a-83d6-235d88e8d253.woff") format("woff");
}
@font-face {
  font-family: "TT Rounds Condensed W01 Italic";
  src: url("/module.php/globalneuro/fonts/f00a8fc9-d36d-4dc1-bfcc-12e3fdc9858b.woff2") format("woff2"), url("/module.php/globalneuro/fonts/c89a522f-4d54-4d1d-946a-328279b14dc3.woff") format("woff");
}
@font-face {
  font-family: "TT Rounds Condensed W01 Bold";
  src: url("/module.php/globalneuro/fonts/f9cfc71e-0d48-4a9c-9d85-24443ff8bc2f.woff2") format("woff2"), url("/module.php/globalneuro/fonts/f2ee75b5-b5fe-4bc7-8471-f1d8232a9c79.woff") format("woff");
}
/*--------------------------------------------------------
Elemente
--------------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  font: 1.25rem/1.6 "TT Rounds Condensed W01 Light", sans-serif;
}

:focus {
  outline: 0;
}

.mainContainer {
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  text-align: left;
  padding: 20px;
}

.btn {
  font-size: 1rem;
  border: 1px solid #016472;
  border-radius: 0;
  background: none;
  color: #016472;
  padding: 5px 20px;
  transition: all 0.3s;
  text-decoration: none;
}
.btn:hover {
  background-color: #6b2546;
  border-color: #6b2546;
  color: #fff;
}

.btn-forgot {
  display: block;
  color: #016472;
  text-decoration: none;
  margin-top: 20px;
  font-size: 1.15rem;
  transition: all 0.3s;
}
.btn-forgot:hover {
  color: #6b2546;
  text-decoration: underline;
}

h2 {
  font-size: 3.75rem;
  color: #016472;
  font-family: "TT Rounds Condensed W01 Regula", sans-serif;
  font-weight: normal;
  border-bottom: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}

h3 {
  font-size: 3rem;
  color: #016472;
  font-family: "TT Rounds Condensed W01 Regula", sans-serif;
  font-weight: normal;
  border-bottom: none;
  padding: 0;
  margin: 0;
}

p {
  font-size: 1.25rem;
  font-family: "TT Rounds Condensed W01 Regula", sans-serif;
}
p.intro {
  font-size: 1.5rem;
}
p.intro strong {
  color: #6b2546;
  font-family: "TT Rounds Condensed W01 Bold", sans-serif;
  margin-right: 10px;
}
p.lead {
  font-family: "TT Rounds Condensed W01 Bold", sans-serif;
  text-transform: uppercase;
  color: #016472;
}

/*--------------------------------------------------------
Header
--------------------------------------------------------*/
#header {
  background: none;
  background-color: #fff;
  margin: 0;
  padding: 12px 20px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}
#header .logo img {
  height: 45px;
}
#header .backButton {
  position: absolute;
  top: 20px;
  right: 20px;
}

/*--------------------------------------------------------
Form
--------------------------------------------------------*/
form label {
  display: block;
}
form input {
  display: block;
  border: 1px solid #016472;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 0;
  padding: 0.375rem 0.75rem;
  width: 100%;
  max-width: 400px;
}
form input:focus {
  border-color: #016472;
  box-shadow: 0 0 0 0.2rem rgba(1, 100, 114, 0.25);
}
form .fieldGroup {
  width: 100%;
  margin-bottom: 30px;
}
form #submit_button {
  cursor: pointer;
  font-size: 1.3rem;
  padding: 5px 15px;
  margin-top: 20px;
  color: #fff;
  background-color: #016472;
  border-color: #016472;
  border-radius: 0;
  background: none;
  font-family: "TT Rounds Condensed W01 Light", sans-serif;
  background-color: #016472;
  transition: all 0.3s;
}
form #submit_button:hover {
  background-color: #6b2546;
  border-color: #6b2546;
  color: #fff;
}

/*--------------------------------------------------------
Error
--------------------------------------------------------*/
#error {
  background-color: #6b2546;
  padding: 25px;
  color: #fff;
  margin: 0;
  padding: 20px;
}
#error p {
  margin: 0;
  padding: 0;
  font-family: "TT Rounds Condensed W01 Light", sans-serif;
}
#error p a {
  color: #fff;
  text-decoration: underline;
}

/*--------------------------------------------------------
Notice
--------------------------------------------------------*/
.notice {
  border-top: 1rem solid #f5f5f5;
  padding-top: 20px;
  margin-top: 50px;
}

#footer {
  position: relative;
  background-color: #101820 !important;
  overflow: hidden;
}
#footer::before {
  content: "";
  background: url("/module.php/globalneuro/gn-map-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -10vw -10vw;
  padding: 0;
  opacity: 0.035;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
#footer p,
#footer h3,
#footer a {
  color: #fff;
}
#footer a {
  padding: 0 0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  transition: all 0.2s;
}
#footer a:hover, #footer a:focus {
  text-decoration: none;
  background-color: white;
  color: #101820 !important;
}
#footer p,
#footer address {
  font: 1.125rem/1.75 "TT Rounds Condensed W01 Light", sans-serif;
}
#footer ul.social-list li a:hover i, #footer ul.social-list li a:focus i {
  color: #101820 !important;
}
#footer #sub-footer span {
  padding: 0 1rem;
}
#footer h3 {
  font-size: 1.375rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}

#page-footer {
  position: relative;
  background-color: #101820 !important;
  overflow: hidden;
}
#page-footer::before {
  content: "";
  background: url("/module.php/globalneuro/gn-map-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -10vw -10vw;
  padding: 0;
  opacity: 0.035;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}
#page-footer hr {
  background-color: rgba(255, 255, 255, 0.25);
  display: block;
  height: 1px;
  margin: 0 15px;
  padding: 0;
  border: none;
}
#page-footer #footer-logo img {
  max-width: 120px;
}
#page-footer p,
#page-footer h3,
#page-footer a {
  color: #fff;
}
#page-footer p,
#page-footer address {
  font: 1rem/1.75 "TT Rounds Condensed W01 Light", sans-serif;
}
#page-footer a {
  padding: 0 0.25rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  transition: all 0.2s;
}
#page-footer a:hover, #page-footer a:focus {
  text-decoration: none;
  background-color: white;
  color: #101820 !important;
}
#page-footer p,
#page-footer address {
  color: #fff;
  font: 1.125rem/1.75 "TT Rounds Condensed W01 Light", sans-serif;
}
#page-footer ul.social-list li a:hover i, #page-footer ul.social-list li a:focus i {
  color: #101820 !important;
}
#page-footer .nav-col h6 {
  font-size: 1.15rem;
  color: #fff;
  margin-bottom: 0.5em;
  margin-right: -30px;
  padding: 0 0 0.25em 0;
}
#page-footer .nav-col p {
  margin: 0;
}
#page-footer .nav-col#footer-contact h6 {
  margin-right: 30px;
}
#page-footer .nav-col#footer-services::before, #page-footer .nav-col#footer-social::before {
  content: "&nbsp;";
  opacity: 0;
}
#page-footer .nav-col#footer-services p, #page-footer .nav-col#footer-social p {
  text-align: left;
  letter-spacing: -0.05em;
}
#page-footer .nav-col#footer-social li {
  padding: 0;
  margin: 0;
  line-height: 1.75rem;
  text-align: left;
}
#page-footer .nav-col#footer-social i.fab {
  font-size: 0.85rem;
  line-height: 1;
  width: auto;
  text-align: center;
}
#page-footer #subfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin: 0;
  padding-top: 1rem;
}
#page-footer #subfooter span {
  padding: 0 1rem;
}
#page-footer h3 {
  font-size: 1.375rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #fff;
}