/* FARBEN */
/* ABSTAENDE */
/* SCHRIFTEN */
/* FONT-SETS */
/* CLEAR & STYLES */
#layout-top-bar {
  width: 95%;
  margin: 0 auto;
}
#layout-logo {
  width: 342px;
  height: 71px;
  margin-left: 0%;
}
#layout-logo-light, #layout-logo-dark {
  width: 342px;
  height: 71px;
}
header {
  height: 550px;
}
header nav ul {
  position: absolute;
  top: 0;
  right: 0%;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  display: block;
  padding: 15px;
  border-bottom: 5px solid #651112;
}
header nav ul li a:hover {
  border-bottom: 5px solid #b35758;
}
header #layout-slideshow-wrapper {
  width: 100%;
  top: 0;
}
header #layout-slideshow-wrapper figure.slide {
  height: 550px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
header #layout-slideshow-wrapper figure.slide figcaption {
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
header #layout-slideshow-wrapper figure.slide figcaption p {
  width: 95%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 25px 2.5%;
}
#layout-container {
  width: 95%;
}
.login #layout-container main {
  width: 100%;
  padding: 0 40px;
}
#layout-container main {
  width: 72%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
#layout-container main .image img {
  width: 100%;
}
#layout-container aside {
  width: 28%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
#layout-container aside .image-20-20-20 {
  background-size: 152px 370px;
  background-position: center right;
}
footer #layout-footer-headline {
  width: 95%;
}
footer #layout-footer-headline h2 {
  z-index: 2;
  position: relative;
  display: inline-block;
  background-color: white;
  padding-right: 10px;
  font-family: "fira-sans";
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 500;
  color: #e0e0e0;
}
footer #layout-footer-headline:before {
  display: block;
  position: absolute;
  content: ' ';
  top: 50%;
  height: 3px;
  width: 100%;
  background-color: #e0e0e0;
  z-index: 1;
}
footer #layout-footer-headline:after {
  display: block;
  position: absolute;
  content: ' ';
  top: -42px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 104px;
  width: 123px;
  background-image: url('/files/adac-vnw/images/layout-separator-logo.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
footer #layout-footer-sponsoren {
  width: 90%;
}
footer #layout-footer-sponsoren ul li {
  width: 20%;
}
footer #layout-footer-sponsoren ul li img {
  width: 100%;
  height: auto;
}
footer #layout-footer-sitemap {
  width: 95%;
}
main h1,
main h2 {
  font-family: "fira-sans";
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 400;
  color: #707070;
  margin-bottom: 10px;
}
main h2 {
  margin-top: 30px;
}
main p {
  font-family: "fira-sans";
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 300;
  color: #707070;
  margin-bottom: 10px;
}
aside h2 {
  font-family: "fira-sans";
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 400;
  color: #707070;
  margin-bottom: 20px;
}
aside p {
  font-family: "fira-sans";
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 300;
  color: #707070;
  margin-bottom: 10px;
}
p.error,main select,main textarea,main input[type=text],main input[type=number],main input[type=password],main input[type=email],main input[type=tel]{
	width:90%;
}
.ce_gallery li {
  width: 50%;
}
.masonry .gutter {
	width: 2%;
}
.masonry .fluid, .masonry .masonry_gallery {
  width: 49%;
  margin-bottom: 2%;
}