/*
 * CSS der VPS-Webseiten
*/

@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/segoeui.ttf) format('truetype');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: 'Segoe UI', 'Arial', 'sans-serif';
  color: #142424;
  background-color: #BAC8CB;
  font-size: 1.0em;
  line-height: 1.2em;
  font-weight: 400;
}

p {
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

a {
  color: #142424;
  text-decoration: underline;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #004747;
  background-color: #CCFFFF
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

h1 {
  font-size: 1.6rem;
  font-weight: 500;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: underline;
}

h2 {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: underline;
}

h3 {
  font-size: 1.4rem;
  font-weight: 500;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: underline;
}

h4 {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: underline;
}

h5 {
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: underline;
}

h6 {
  font-size: 1.0rem;
  font-weight: 500;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: underline;
}


/* === Tasten ===*/

.taste-primaer {
  background: #ADD8E6;
  border: 1px solid #999999;
  color: #3B3B3B;
}

.taste-primaer:hover,
.taste-primaer:focus,
.taste-primaer:active,
.taste-primaer.active,
.taste-primaer.hover {
  background: #8AC7DB;
  color: #1F1F1F;
  border: 1px solid #ADD8E6;
}

.taste-invers {
  background: rgba(57, 104, 121, 0.8);
  border: 1px solid transparent;
  color: #fff;
}

.taste-invers:hover,
.taste-invers:focus,
.taste-invers:active,
.taste-invers.active,
.taste-invers.hover {
  background: rgba(57, 104, 121, 1.0);
  color: #fff;
  border: 1px solid transparent;
}


/* ======= Kopfleiste ======= */
.kopfleiste {
  top: 0.3rem;
  width: 100%;
  z-index: 30;
  height: 122px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  background: rgba(162, 211, 223, 0.9);
}

.kopfleiste:hover {
  background: rgba(157, 203, 214, 0.9);
}

.kopfleiste a {
  color: #D7E4E4;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding-left: 0.5rem
}

.kopfleiste a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: rgba(57, 104, 121, 0.8);
}

.kopfleiste a:active {
  color: #D7E4E4;
  text-decoration: none;
}

.kopfleiste a:focus {
  color: #FFF;
  text-decoration: none;
}

/* ====== Fussleiste ====== */
.fussleiste {
  background: rgba(69, 82, 84, 0.8);
  color: rgb(236, 227, 227);
  width: 100%;
  z-index: 31;
  height: 2rem;
}

.fussleiste a {
  color: rgb(236, 227, 227);
  text-decoration: underline;
}

.fussleiste a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: rgba(57, 104, 121, 1.0);
}



/* ======= section_layout_1 ======= */
.abschnitt_layout_1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #F6F6EA;
}

.abschnitt_layout_1 .section-title {
  margin-top: 1.0rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: none;
}

.abschnitt_layout_1 .extra {
  color: #0e3535;
  font-size: 1.0rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  background: #FCFFFF;
  padding: 0.5rem;
}

/* ======= section_layout_2 ======= */
.abschnitt_layout_2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #E5F0F4;
}

.abschnitt_layout_2 .section-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: none;
}

.abschnitt_layout_2 .extra {
  color: #0e3535;
  font-size: 1.0rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 400;
  background: #f9fdff;
}


/* ======= section_layout_3 ======= */
.abschnitt_layout_3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #DCDCDC;
}

.abschnitt_layout_3 .section-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(57, 104, 121, 1.0);
  text-decoration: none;
}

.abschnitt_layout_3 .extra {
  color: #243D3D;
  font-size: 1.0rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 400;
  background: #EDEDED;
}

/* ===== Styles für die barrierefreie Version ===== */
.ueberschrift1_barfrei {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000000;
  font-family: inherit;
  padding: 0.3rem;
  text-decoration: underline
}

.ueberschrift2_barfrei {
  font-weight: 600;
  font-size: 1.4rem;
  color: #000000;
  font-family: inherit;
  padding: 0.3rem;
  text-decoration: underline
}

.ueberschrift3_barfrei {
  font-weight: 600;
  font-size: 1.4rem;
  color: #000000;
  font-family: inherit;
  padding: 0.3rem;
}

.ueberschrift4_barfrei {
  font-weight: 600;
  font-size: 1.2rem;
  color: #000000;
  font-family: inherit;
  padding: 0.3rem;
}

.texttabelle_barfrei {
  width: 820px;
  margin: 0px 10px;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  vertical-align: top;
  padding-top: 0.5rem;
}

.textzelle_barfrei {
  padding: 0.8rem;
}

.beschreibung_barfrei {
  background-color: #cefcff;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 1rem;
}

.bild {
  border: 1px;
  margin-top: 1em;
  border-bottom-left-radius: 5px;
  border-style: solid;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

/* Styles für Datenbanktabellen*/

.trennzeile {
  height: 1px;
  background-color: #EAEACE;
}