@charset "utf-8";

.suma {
  margin: 0px;
  color: #2a3950;
  font-size: 1.2em;
}

body {
  background-color: #2a3947;
  font-family: Rosario, Arial, sans-serif;
  font-size: 2.0rem;
  color: #7f8d8e;
  overflow: auto;
}

.small-nav-main {
  color: #e6ab2e;
  font-size: 120%;
}
.small-nav-menu {
  color: #e6ab2e;
  font-size: 100%;
  margin-left: 30px;
}
ul {
  list-style-type: none;
}

a.aItem:link {
  color: #e6ab2e;
}
a.aItem:visited {
  color: #e6ab2e;
}
a.aItem:hover {
  color: #7f8d8e;
}

.titel {
  color: #7f8d8e;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}
.titelPlus {
}
.person {
  color: #7f8d8e;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}

.divContent {
  height: 800px;
}
.divText {
  text-align: left;
}
.divBild {
  width:100%;
  margin-top:20px;
  margin-bottom:30px;
}

.divLogoGross {
  height: 100%;
  width: 100%;
  background-image: url("../bilder/aeffli_klein.png");
  background-repeat: no-repeat;
  background-position: center top;
}
.imgLogo {
  visibility: hidden;
}
.logoKlein {
  max-width: 70%;
  margin-bottom: 50px;
}

.divFooter {
  visibility: hidden;
}

.divSpacer {
  margin-top: -20px;
}
.divUeberUns {
   text-align: center;
   vertical-align: top;
}
.divUeberUnsSpacer {
  margin-top: 15px;
}

.pBestellung {
  margin-left: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.btnSend {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-radius: 10px;
}
