body {
  font-family: "Century Gothic", Arial, sans-serif;
  margin: 0;
  background-color: #f7f7f7;
}

.wrapper {
  width: 1000px;
  max-height: 500px;
  margin: 0 auto;
  display: block;
  background-size: cover;
}

.content {
  padding-top: 50px;
  background-image: url("../images/orgel02.jpg");
  background-size: cover, cover;
  height: 465px;
}

.overlay {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
}

.navigationbar {
  margin-left: 4rem;
  margin-right: 1.7rem;
  margin-top: 3.3rem;
  margin-bottom: 3.3rem;
  width: 170px;
}

.navigationbar a {
  display: inline-flex;
  align-items: center;
  background-color: white;
  color: #424242;
  padding: 0 0.6rem 0.6rem 0.5rem;
  text-decoration: none;
  margin-bottom: 2px;
  min-width: 180px;
}

.navigationbar a img {
  content: url("../images/register_1.png");
  width: 28x;
  height: 36px;
  margin-right: 8px;
  transition: all 0.2s ease-in-out;
}

.navigationbar a:hover img {
  content: url("../images/register_2.png");
}

.navigationbar .active img {
  content: url("../images/register_2.png");
}

.nav-text {
  margin-top: 12px;
}

.maincontent-wrapper {
  flex: 1;
  padding: 2rem;
  height: 100%;
}
.maincontent {
  height: 370px;
  /* padding: 20px; */
  overflow-y: auto;
  background-color: white;
}

.maincontent img {
  margin-left: 10px;
  margin-right: 10px;
}

.foot {
  height: 0;
  flex-basis: 100%;
  background-color: #424242;
}

.colorbox {
  height: 26px;
  width: 350px;
  background-image: url("../images/red.png");
}

.colorbox a {
  text-decoration: none;
  color: #c2c2c2;
  padding: 0.3rem 0.5rem;
  display: block;
  font-size: 0.7rem;
}

.site-title {
  padding: 1rem 4.4rem;
  background-image: url("../images/red.png");
  font-size: 1.5rem;
  height: 65px;
}

.site-title a {
  text-decoration: none;
  color: white;
}

.title-name {
  height: 50px;
  font-size: 1.7rem;
  align-content: end;
}

.title-sub {
  padding-left: 11rem;
  height: 20px;
  font-size: 0.8rem;
}

.article {
  border-bottom: 1px solid #ddd;
  padding: 1rem 0;
}

.maincontent img {
  width: 270px;
  height: auto;
  margin: 0.5rem 0.5rem;
  display: block;
}

.maincontent p {
  margin: 0.5rem 0.5rem;
}

.maincontent section p {
  margin: 0;
}

.maincontent section img {
  margin: 0;
  /* width: 100%; */
  max-width: 675px;
  height: auto;
  display: block;
}

h4 {
  margin: 0.5rem 0.5rem;
}

h4 strong {
  background-color: #c2c2c2;
}
