@charset "utf-8";
html {
  /*background-color: #F6F6F6;*/
  background-image: linear-gradient(to top, white, #f6f6f6, white)
}
body {
  margin: 0 auto;
  padding: 0 0 10px 0;
  max-width: 75em;
  font-family: Arial;
  font-size: 0.8em;
  /*border: 1px solid #aaa;*/
  border-top: 0;
  border-color: #FF0000;
  #background: #EDEDED;
}
header {
  margin: 2em;
  padding: 0 0;
  text-align: center;
  #background-color: #FF0000;
}

form {width: 50%;}
/*div.frame frame-default frame-type-form_formframework frame-layout-0 {width: 50%;}*/
input {width: 100%;}

main {
  padding: 0 3%;  /*oben rechts unten links*/
  font-size: 14pt;
  line-height: 1.5em;
}

.fuss_txtlinks {text-align:left;}
.fuss_txtzentriert {text-align:center;}
.fuss_txtrechts {text-align:right;}

.zeile {width:auto; padding-top:20px;}
.zeile:before,
.zeile:after {
  content: " ";
  display: table;
}
.zeile:after {clear:both;}
.spalte {float:left;}
.breit {width:33.3%;}

.roundi {
  box-shadow:3px 6px 15px #000000; 
  background-image: linear-gradient(to top, gray, white);
  border-radius: 0.5em;
  padding: 1em 1em 0.5em 3%;
  line-height: 1.5em;
  font-family: Arial;
}

section {
  display:inline-block;
  width: 100%; 
  /*padding: 0 10px 0 0; */ 
}
H1 { font-size: 17pt; font-weight: bold; }
H2 { font-size: 16pt; font-weight: bold; }
H3 { font-size: 15pt; font-weight: bold; }
H4 { font-size: 14pt; font-weight: bold; }
H5 { font-size: 11pt; font-weight: bold; }

/*Tabelle*/
table {
  /*border-collapse: collapse;*/
  border-collapse: separate;
  border-spacing: 0;
}
.frame-layout-1 tr td { 
  background-image: linear-gradient(to top, #d9d9d9, white);
  padding-top: 0.7em;
  padding-right: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.2em;
  white-space: nowrap;
}
.frame-layout-2 table {border-radius: 0.7em;}
.frame-layout-2 tr td {border-radius: 0.7em;}


.text-center { text-align: center; }
.logo {
  width: 80%;
}

.flinks {
}
.fmitte {
}
.frechts {
  float: right;
  margin: 0;
}

nav ul {
  /*padding: 5px 5%; /* Je kleiner das Fenster desto kleiner soll auch der Abstand des Menüs rechts und links sein. */
  margin: 0;
  text-align: center;
  color: #FFFFFF; /* Hier definieren wir die Farbe des Menüpunktes, der kein Link ist, also den Menüpunkt der Seite auf der wir uns gerade befinden. */
}
nav ul li {
  font-size: 1.6em;
  display: inline; /* Damit die Menüpunkte nebeneinander und nicht untereinander erscheinen. */
  /*list-style-type: none; /* Die Bullets vor den Menüpunkten schalten wir ab. */
  /*border-left: 1px solid white; /* Ein optischer Trennungsstrich */
  /*padding: 0;*/
  font-weight: bold;
}
.menuL1 a {
  padding: 0.1em 1em;
  /*margin: 0em;*/
  border: 1px solid transparent;
  border-radius: 2px;
  color: #000000;
  text-decoration: none;
}
.menuL1 a:hover {
  border: 1px solid black;
  color: #000000;
  background-color: #FFFFFF;
}
.menuL1act a {
  padding: 0.1em 1em;
  /*margin: 0em;*/
  border: 1px solid black;
  border-radius: 2px;
  color: #000000;
  text-decoration: none;
  background-color: #FFFFFF;
}


/* 1-Spaltenlayout */
@media only screen and (max-width: 780px) {

form {width: 100%;}

nav ul {
  display:block;
  text-align: left;
  }
nav ul li a {
  display:inline-block;
  width:70%; background: transparent;
  margin:3px 0;
  text-align:left;
  font-size:11pt;
}
nav ul li a:after {display:none;}

  .spalte {float:none;}
  .schmal {width:100%}
  .fuss_txtlinks {text-align:center;}
  .fuss_txtzentriert {text-align:center;}
  .fuss_txtrechts {text-align:center;}
}
