/* 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: 450px;
}
header nav:after {
  content: ' ';
  display: block;
  position: absolute;
  padding:5px 10px;
  width: 48px;
  height: 48px;
  background-color: #b35758;
  background-image: url('/files/adac-vnw/images/layout-navigation-burger.png');
  background-repeat: no-repeat;
  background-size: 68px auto;
  background-position: center center;
  cursor:pointer;
  top: 0;
  right: 0%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  box-shadow: 0px 3px 9.300000000000001px 0.7px rgba(0, 0, 0, 0.4);
}
header nav ul.on {
  max-height: 1200px;
}
header nav ul {
  transition-property: max-height;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: linear;
  -webkit-transition-property: max-height;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: linear;
  
  position: absolute;
  top: 64px;
  right: 0%;
  max-height: 0;
  overflow-y: hidden;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  box-shadow: none;
}
header nav ul li {
  float: none;
}
header nav ul li:first-of-type a {
  padding-top: 15px;
}
header nav ul li:last-of-type a {
  padding-bottom: 15px;
}
header nav ul li a {
  display: block;
  padding: 8px 25px;
  border-bottom: 0;
  text-align: right;
}
header nav ul li.active a {
  color: #ffd3d4;
}
header nav ul li.active a,
header nav ul li a:hover {
  border-bottom: 0;
}
header #layout-slideshow-wrapper {
  width: 100%;
  top: 0;
}
header #layout-slideshow-wrapper figure.slide {
  height: 450px;
  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: 20px 2.5%;
  font-size: 19px;
}
#layout-container {
  width: 95%;
}
.login #layout-container main {
  width: 100%;
  padding: 0 40px;
}
#layout-container main {
  width: 65%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}
#layout-container main .image img {
  width: 100%;
}
#layout-container aside {
  width: 35%;
  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%;
}
.termine td.button {
  padding-right: 15px;
}
.termine td.calendar {
  display: none;
}
.ce_gallery li {
  width: 50%;
}
.masonry .gutter {
	width: 2%;
}
.masonry .fluid, .masonry .masonry_gallery {
  width: 49%;
  margin-bottom: 2%;
}