﻿/* Alles oberhalb von supports ist im Edge abgeschnitten */
@supports not (-ms-ime-align:auto) {
  .browserSupportsNet5Error {
    display: none;
  }
}

/**/
/*Viewport*/
/**/

html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  scrollbar-gutter: stable;
}

.wrapperHdn
{
  font-family: 'Frutiger 55 Roman', sans-serif;
  background-color: #f4f5f5;
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  line-height: 1.5;
}

header
{
  flex: 1;
  z-index: 9000;
}

.mainArea
{
  display: flex;
  flex-direction: row;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  font-size: 14px;
}

main
{
  flex: auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 4em;
}

footer
{
  font-size: 13px;
  flex: auto;
  max-height: 45px;
  min-height: 35px;
  width: 100%;
  background: rgb(0,68,148);
  text-align: center;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

  footer a
  {
    display: flex;
    flex-wrap: nowrap; /*Glyphicon vom Impressum bleibt auf einer Linie*/
    color: inherit;
    padding: 4px 9px;
    border-bottom: 1px solid white;
    margin: 0px 9px;
  }

    footer a:hover
    {
      background-color: white;
      color: rgb(0,68,148);
    }

  footer #impressum svg #link
  {
    fill: #ccc;
  }

#divStartseite
{
  text-align:center;
}

  #divStartseite .logoBox {
    margin: 0 5%;
    padding: 0;
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    transition: transform .2s ease-in;
  }

.logoBox {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  display: inline-flex;
  align-items: center;
  transition: transform .2s ease-in;
}



#divStartseite a, #divStartseite a:hover {
  text-decoration: none;
  color:gray;
}
#divStartseite a .logoBox:hover {
  transform: scale(1.2);
}

#mitgliederportalTitel
{
  font-size:large;
  padding:0;
  margin:0;
}

input:focus {
  background: lavender;
}

label {
  font-weight: normal;
}

.row {
  margin-top: 5px;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
  color: rgb(0,68,148);
}

/**/
/*Überschriften*/
/**/

h1 {
  width: auto;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 200;
  color: rgb(0,68,148);
}

h2 {
  width: auto;
  color: darkgray;
  margin-bottom: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 50;
}

  h2 span {
    color: rgb(0,68,148);
    display: inline-block;
    position: relative;
    z-index: 50;
  }

    h2 span:after, h2 span:before {
      content: " ";
      display: block;
      height: 1px;
      width: 1000px;
      background: lightgrey;
      position: absolute;
      top: 50%;
    }

    h2 span:before {
      left: -1010px;
    }

    h2 span:after {
      right: -1010px;
    }


h4 {
  border-bottom: 1px solid black;
  text-align: left;
  width: 100%;
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 20px;
}

/*Links*/

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/**/
/*Feedback Position/Darstellung*/
/**/
.feedbackKontaktContainer
{
  position: relative; /*Position relative, um die Feedback-Leiste absolute zu positionieren*/
  z-index: 500;
}

.buttonFeedback
{
  background-color: #adc813;
  color: white;
  margin: 0;
  padding: 2px 8px;
  bottom: 15%;
  left: 0;
  position: absolute;
  display: inline-block;
  width: 120px;
}

.buttonFeedback svg #lightbulb
{
  stroke-linecap: round;
  animation: 2s ease-out 0.5s 1 buttonLightUp;
}

/**/
/*Kontakt-Fahne*/
/**/

.buttonKontakt
{
  background-color: #adc813;
  color: white;
  margin: 0;
  padding: 2px 8px;
  bottom: 3%;
  left: 0;
  position: absolute;
  z-index: 200;
}

.kontaktTelefonnummer {
  color: white;
  display: none;
}

.buttonKontakt:hover .kontaktTelefonnummer {
  display: block;
  white-space: nowrap;
}



/**/
/*Validierung*/
/**/
.field-validation-error {
  color: #f00;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #f00;
}

.validation-summary-valid {
  display: none;
}

.Geometr415BlkBtItalic {
  font-family: Geometr415BlkBT_I, Geometr415BlkBT_I_IE, Arial, Helvetica, sans-serif;
}

.PortalTitle {
  font-size: 5em;
}

@media only screen and (max-width:770px) {
  .PortalTitle {
    font-size: 2em;
  }
}

.EinloggenBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#onboardingButtonId
{
  margin-bottom: 15px;
}

.EinloggenButton {
  margin: 10px 10px 10px 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.MitgliederportalBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  flex-flow: nowrap;
}

.ImageBox {
  width: 100%;
}

.HDN-slide-image {
  align-self: center;
  flex-shrink: 1;
  max-width: 100%;
  max-height: 100%;
  padding-right: 20px;
}

.sign-up-mitgliederportalBox {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    flex-flow: nowrap;
}
