/* GENERAL */
body {
  font-family: "sofia-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 180px;
  background-color: transparent;
  transition: all 300ms ease;
}
.logoDiv {
  background: url("../img/logo.svg");
  background-repeat: no-repeat;
  height: 90px;
  width: 350px;
  background-size: contain;
  transition: all 300ms ease;
}
.scrolled .logoDiv {
  height: 70px;
  width: 300px;
  transition: all 300ms ease;
}
a.navbar-brand {
  margin-bottom: 0px;
  --bs-navbar-brand-margin-end: 0rem;
}
div {
  scroll-margin-top: 80px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
.h2, h2 {
  font-size: 1.8rem
}
footer .h3, footer h3 {
  font-size: 1.4rem;
}
p {
  font-size: 1.3rem;
  line-height: 1.5;
}
.main-content a, #block-start-footer a {
  color: #000;
  text-decoration: underline;
}
.main-content a:hover, #block-start-footer a:hover {
  color: blue !important;
}
footer p {
  font-size: 0.9rem;
  line-height: 1.5;
}
.InitialText p {
  font-size: 1.4rem;
}
body.user-logged-in {
  padding-top: 0px !important;
}
body.user-logged-in .fixed-top {
  top: 80px;
  z-index: 100;
}
img.laft {
  height: 40px;
}
.menu--footer a {
  font-size: 18px;
}
.menu--footer .nav-link {
  margin-right: 10px;
  margin-left: 10px;
}
.navbar-brand img {
  width: 400px;
  transition: all 300ms ease;
}
.scrolled .navbar-brand img {
  width: 300px;
  transition: all 300ms ease;
}
/* MAIN MENU */
.navbar {
  background-color: #fff;
}
.navbar-collapse .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-collapse .navbar-nav .nav-link {
  text-decoration: none;
  color: #000;
  padding: 9px 0px;
  margin: 0px 0px;
  display: inline-block;
  position: relative;
  margin-right: 25px;
  font-size: 1.5rem;
}
.navbar-collapse .navbar-nav .nav-link:hover, .navbar-collapse .navbar-nav .nav-link:focus {
  color: #000;
}
.navbar-collapse .navbar-nav .nav-link::before {
  transition: 300ms;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #000;
}
.navbar-collapse .navbar-nav .nav-link::before {
  width: 0%;
  bottom: 5px;
}
.navbar-collapse .navbar-nav .nav-link:hover::before {
  width: 100%;
}
.nav-tabs .nav-link {
  text-decoration: none;
  padding: 9px 9px;
}
:lang(de) > .language-switcher-language-url .nav-item:first-child, :lang(en) > .language-switcher-language-url .nav-item:nth-child(2), :lang(ls) > .language-switcher-language-url .nav-item:nth-child(2) {
  display: none;
}
.navbar-toggler {
  position: absolute;
  right: 25px;
  top: 10px;
  box-shadow: none;
  border-radius: 100%;
  background: #fff;
  border: 2px solid #000;
  width: 52px;
  height: 52px;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
/* Define the shape and color of the hamburger lines */
.navbar-toggler span {
  display: block;
  background-color: #000;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}
/* top line needs a little padding */
.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}
/**
 * Animate collapse into X.
 */
/* top line rotates 45 degrees clockwise and moves up and in a bit to close the center of the X in the center of the button */
.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}
/* center line goes transparent */
.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}
/* bottom line rotates 45 degrees counter clockwise, in, and down a bit to close the center of the X in the center of the button  */
.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
/**
 * Animate collapse open into hamburger menu
 */
/* top line moves back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}
/* middle line goes back to regular color and opacity */
.navbar-toggler span:nth-child(2) {
  opacity: 1;
}
/* bottom line goes back to initial position and rotates back to 0 degrees */
.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}
/* Footer menu */
.menu--footer.navbar-nav {
  flex-direction: row;
  justify-content: center !important;
}
/* VIEWS */
/*Header */
.HeaderLayoutPage {
  background: #74BBB3;
}
.HeaderLayoutPage .col-lg-7 {
  padding-bottom: 100px;
  padding-top: 100px;
}
.HeaderOnlyText {
  height: 700px;
}
.HeaderOnlyText .HeaderLayoutPage {
  background: #74BBB3;
}
.paragraph--view-mode-text-and-image .LogoBanner {
  width: 25%;
}
.paragraph--view-mode-only-text .LogoBanner {
  width: 300px;
}
.HeaderText h1 {
  font-size: 42px;
  color: #E6D603;
}
/* REGIONS */
/*Highlighted */
.highlighted {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
}
/*  PARAGRAPHS */
/* LAYOUT BUILDER */
/* Block */
.WhiteText, .WhiteText h2, .WhiteText h3, .WhiteText p {
  color: #FFF;
}
.WhiteText .carousel-caption {
  color: #FFF;
}
.GreenText, .GreenText h2, .GreenText h3, .GreenText p {
  color: #005B50;
}
.GreenText .carousel-caption {
  color: #005B50;
}
.YellowText, .YellowText h2, .YellowText h3, .YellowText p {
  color: #E0DE1F;
}
.YellowText .carousel-caption {
  color: #E0DE1F;
}
.PurpleText, .PurpleText h2, .PurpleText h3, .PurpleText p {
  color: #B45FC8;
}
.PurpleText .carousel-caption {
  color: #B45FC8;
}
.OrangeText, .OrangeText h2, .OrangeText h3, .OrangeText p {
  color: #ED6447;
}
.OrangeText .carousel-caption {
  color: #ED6447;
}
/*Background */
.Background--grey.fullwidth:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #F7F7F7;
}
.Background--grey .layout__region {
  background-color: #F7F7F7;
}
.Background--purple {
  background-color: #6546B4;
}
.Background--purple .layout__region {
  background-color: #6546B4;
}
.Background--purple .card {
  color: #fff;
}
.Background--yellow {
  background-color: #E1DE1F;
}
.Background--yellow .layout__region {
  background-color: #E1DE1F;
  color: #005B50;
}
.Background--mint {
  background-color: #D3DDD5;
}
.Background--mint .layout__region {
  background-color: #D3DDD5;
}
.Background--orange {
  background-color: #ED6447;
}
.Background--orange .layout__region {
  background-color: #ED6447;
}
/*Sizing */
/*
.fullwidth {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  overflow-x: hidden;
  justify-content: center;
}
*/
.fullwidth {
  position: relative;
}
.fullwidth .layout__region {
  position: relative;
}
.fullwidth:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
}
.fullwidth.layout--bootstrap-grid-row-1 .col {
  max-width: 1320px;
}
.fullwidth.layout--bootstrap-grid-row-2 .col {
  max-width: calc(1320px / 2);
}
.fullwidth.layout--bootstrap-grid-row-3 .col {
  max-width: calc(1320px / 3);
}
.fullwidth.layout--bootstrap-grid-row-4 .col {
  max-width: calc(1320px / 4);
}
.fullwidth.layout--bootstrap-grid-row-5 .col {
  max-width: calc(1320px / 5);
}
.fullwidth.layout--bootstrap-grid-row-6 .col {
  max-width: calc(1320px / 6);
}
.fullwidthWrap {
  max-width: 1320px;
  margin: 0 auto;
}
/* PATTERNS */
/* Card */
.card.feature {
  background-color: transparent;
  border: none;
}
.card.feature .media {
  margin-bottom: 20px;
}
.card.feature .media img {
  min-height: 70px;
}
/* Carousel */
.carousel-control-prev {
  left: -100px !important;
  opacity: .8;
}
/* Buttons */
.btn-yellow {
  background-color: #E6D603;
  border: 1px solid #E6D603;
  border-radius: 0px;
}
.btn-yellow:hover {
  background-color: transparent;
  border: 1px solid #E6D603;
}
.btn-yellow a {
  color: #6546B4;
  text-decoration: none;
  font-size: 18px;
}
.btn-yellow a:hover, .btn-yellow:hover a {
  color: #E6D603
}
.btn-purple {
  background-color: #6546B4;
  border: 1px solid #6546B4;
  border-radius: 0px;
}
.btn-purple:hover {
  background-color: transparent;
  border: 1px solid #6546B4;
}
.btn-purple a {
  color: #E6D603;
  text-decoration: none;
  font-size: 18px;
}
.btn-purple a:hover, .btn-purple:hover a {
  color: #6546B4
}
.btn-green {
  background-color: #005B50;
  border: 1px solid #005B50;
  border-radius: 0px;
}
.btn-green:hover {
  background-color: transparent;
  border: 1px solid #005B50;
}
.btn-green a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}
.btn-green a:hover, .btn-green:hover a {
  color: #005B50
}
/* WEBFORM */
.webform-submission-form .form-control {
  border-radius: 0px;
  border: 1px solid #000;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 1rem 1.3rem;
}
.webform-submission-form .form-label {
  font-size: 1.3rem;
  line-height: 1.5;
}
.webform-submission-form .fieldgroup .fieldset-wrapper {
  padding: 0px;
}
.webform-submission-form .card {
  border-width: 1px;
  border-radius: 0px;
  background: transparent;
}
.webform-submission-form .card-body {
  border-radius: 0px;
}
fieldset.webform-composite-hidden-title {
  border: none;
}
#edit-optionen--wrapper legend, #edit-e-mail legend {
  display: none;
}
.webform-submission-form .form-file {
  padding: .375rem .75rem;
}
.webform-submission-form #edit-actions {
  text-align: center;
  margin-top: 30px;
}
.webform-button--submit.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-size: 1.8rem;
  border-radius: 0px;
  padding-bottom: 10px;
  margin: 30px auto;
}
.webform-button--submit.btn-primary:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.webform-email-confirm--wrapper.mb-3 {
  margin-bottom: 0rem !important;
}
#edit-optionen .form-check {
  margin-bottom: 8px;
}
#edit-ich-uebermittle-meine-fragestellung-per-audio-oder-video-datei-h {
  margin-top: 30px;
}
#edit-ich-uebermittle-meine-fragestellung-per-audio-oder-video-datei-h .btn-danger {
  color: #fff;
  background-color: #000;
  border-color: #000;
  font-size: 1.2rem;
  border-radius: 0px;
  padding-bottom: 10px;
}
#edit-ich-uebermittle-meine-fragestellung-per-audio-oder-video-datei-h .btn-danger:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
/* ACCESSIBILITY  */
.hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.btnAccess {
  background: none;
  background-color: transparent;
  border: none;
}
.btnFontsize {
  background: url("../img/toggleFont.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 30px;
  background-position: center;
  margin-right: 20px;
}
.dark .btnFontsize {
  background: url("../img/toggleFontDarkmode.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 30px;
  background-position: center;
}
.btnContrast {
  background: url("../img/toggleContrast.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 30px;
  background-position: center;
}
.dark .btnContrast {
  background: url("../img/toggleContrastDarkmode.svg");
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: 30px;
  background-position: center;
}
.btnAccess img {
  height: 40px;
}
.fontsize body {
  font-size: 1.7rem;
}
#block-start-togglefontsize, #block-start-togglecontrast, .fontsize #block-start-togglefontsize, .fontsize #block-start-togglecontrast {
  font-size: 18px;
}
.fontsize .nav-link {
  font-size: 1.8rem;
}
.fontsize p {
  font-size: 1.7rem;
}
.fontsize .InitialText p {
  font-size: 1.8rem;
}
.fontsize h1 {
  font-size: 2.8rem;
}
.fontsize h2 {
  font-size: 2.4rem;
}
.fontsize h3 {
  font-size: 2.1rem;
}
.fontsize .webform-submission-form .form-label, .fontsize .webform-submission-form .form-control, .fontsize legend, .fontsize .webform-button--submit.btn-primary {
  font-size: 1.7rem;
}
.dark {
  background-color: #000;
  color: #fff;
}
.dark .main-content a, .dark #block-start-footer a {
  color: #fff;
  text-decoration: underline;
}
.dark .main-content a:hover, .dark #block-start-footer a:hover {
  color: blue !important;
}
.dark .navbar {
  background-color: #000;
}
.dark .logoDiv {
  background: url("../img/logo_weiss.svg");
  background-repeat: no-repeat;
  height: 90px;
  width: 350px;
  background-size: contain;
  transition: all 300ms ease;
}
.scrolled.dark .logoDiv {
  height: 70px;
  width: 300px;
  transition: all 300ms ease;
}
.dark .navbar-collapse .navbar-nav .nav-link {
  color: #fff;
}
.dark .navbar-collapse .navbar-nav .nav-link:hover, .dark .navbar-collapse .navbar-nav .nav-link:focus {
  color: #fff;
}
.dark .navbar-collapse .navbar-nav .nav-link::before {
  background-color: #fff;
}
.dark .Background--grey .layout__region {
  background-color: #000;
  color: #fff;
}
.dark .Background--grey.fullwidth::before {
  background-color: #000;
}
.dark .webform-button--submit.btn-primary {
  border-color: #fff;
}
.dark #edit-ich-uebermittle-meine-fragestellung-per-audio-oder-video-datei-h .btn-danger {
  color: #fff;
  background-color: #000;
  border-color: #fff;
  font-size: 1.2rem;
  border-radius: 0px;
  padding-bottom: 10px;
}
.dark #edit-ich-uebermittle-meine-fragestellung-per-audio-oder-video-datei-h .btn-danger:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}