/* FARBEN */
/* ABSTAENDE */
/* SCHRIFTEN */
/* FONT-SETS */
/* CLEAR & STYLES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and ( min-device-pixel-ratio: 1.5), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.5dppx) {     -webkit-font-smoothing: subpixel-antialiased; } 
*{
	-webkit-appearance: none;
	/* -webkit-font-smoothing: antialiased; */
}
::selection { 
	background: #932826; 
	color: #fff; 
}
::-moz-selection { 
	background: #932826; 
	color: #fff; 
}
.invisible{ display:none; }
body {
  background: white;
}
a {
  transition-property: color;
  transition-duration: 0.3s;
  transition-delay: 0s;
  transition-timing-function: linear;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: linear;
  color: #932826;
  text-decoration: underline;
}
a:hover {
  color: #ffd3d4;
  text-decoration: none;
}
#layout-top-bar {
  position: fixed;
  left:0;
  right:0;
  z-index: 999;
  background-image: url('/files/adac-vnw/images/layout-navigation-shadow.png');
  background-size: 100% 75%;
  background-position: center top;
  background-repeat: no-repeat;
}
#layout-logo {
  position: relative;
}
#layout-logo-light {
  background-image: url('/files/adac-vnw/images/layout-head-logo.png');
}
#layout-logo-dark {
}
#layout-logo-light.on {
  opacity: 1;
}
#layout-logo-dark.on {
  opacity: 1;
}
#layout-logo-light, #layout-logo-dark {
  opacity: 0;
  background-size: 342px auto;
  background-position: left 2px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 1s;
}
header nav ul {
  list-style-type: none;
  background-image: linear-gradient(0deg, #932826 0%, #b35758 100%);
  box-shadow: 0px 3px 9.300000000000001px 0.7px rgba(0, 0, 0, 0.4);
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
header nav ul:after {
  content: ' ';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
header nav ul li a {
  font-family: "fira-sans";
  font-size: 18px;
  line-height: 1.2em;
  color: white;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}
header nav ul li.active a,
header nav ul li a:hover {
  border-bottom: 5px solid #b35758;
}
header nav ul li:first-of-type a {
  padding-left: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
}
header nav ul li:last-of-type a {
  padding-right: 25px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
header #layout-slideshow-wrapper {
  position: absolute;
}
header #layout-slideshow-wrapper figure.slide figcaption {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: linear;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
  -webkit-transition-timing-function: linear;
}
header #layout-slideshow-wrapper figure.slide figcaption p {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-delay: 0.5s;
  transition-timing-function: linear;
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-delay: 0.5s;
  -webkit-transition-timing-function: linear;
  display: block;
  font-family: "fira-sans";
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 400;
  color: white;
}
header #layout-slideshow-wrapper figure.slide figcaption p strong {
  font-weight: 500;
}
header #layout-slideshow-wrapper figure.slide.active figcaption {
  opacity: 1;
}
header #layout-slideshow-wrapper figure.slide.active figcaption p {
  opacity: 1;
}
#layout-container {
  margin: 100px auto;
}
#layout-container main,
#layout-container aside {
  float: right;
  box-sizing: border-box;
}
#layout-container aside .image-20-20-20 {
  width: 100%;
  height: 370px;
  background-repeat: no-repeat;
  background-image: url('/files/adac-vnw/images/19-20-21_Logo-hoch_304x745.png');
}
#layout-container:after {
  content: ' ';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
footer #layout-footer-headline {
  margin: 0 auto;
  position: relative;
}
footer #layout-footer-sponsoren {
  padding: 50px 0;
  margin: 0 auto;
}
footer #layout-footer-sponsoren ul {
  list-style-type: none;
}
footer #layout-footer-sponsoren ul li {
  float: left;
  box-sizing: border-box;
}
footer #layout-footer-sponsoren ul:after {
  content: ' ';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
footer #layout-footer-sitemap {
  margin: 0 auto;
  padding: 25px 40px 25px 40px;
  box-sizing: border-box;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  background-color: #e0e0e0;
  font-family: "fira-sans";
  font-size: 14px;
  line-height: 1.5em;
  color: #707070;
}
footer #layout-footer-sitemap a {
  color: #707070;
  text-decoration: none;
}
footer #layout-footer-sitemap a:hover {
  color: #932826;
}
main h1,
main h2 {
  font-family: "fira-sans";
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 400;
  color: #707070;
  margin-bottom: 10px;
}
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: 10px;
}
aside p {
  font-family: "fira-sans";
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 300;
  color: #707070;
  margin-bottom: 10px;
}
.termine table {
  border-collapse: collapse;
  border: 0;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.termine.upcoming table {
  background-color: #ffd3d4;
}
.termine.bygone table {
  background-color: #e0e0e0;
}
.termine td {
  vertical-align: middle;
  height: 47px;
  padding-top: 12.5px;
  padding-bottom: 12.5px;
}
.termine td:nth-of-type(1),
.termine td.day {
  font-family: "fira-sans";
  font-size: 50px;
  line-height: 50px;
  color: #932826;
  font-weight: 300;
  width: 64px;
  padding-bottom: 15px;
  padding-left: 14px;
  padding-right:6px;
  text-align:center;
}
.termine td:nth-of-type(2),
.termine td.date {
  font-family: "fira-sans";
  font-size: 17px;
  line-height: 22px;
  color: #932826;
  font-weight: 300;
  width: 150px;
}
.termine td:nth-of-type(2) span,
.termine td.date span {
  font-weight: 400;
  color: #707070;
}
.termine td:nth-of-type(3),
.termine td.button {
  text-align: right;
}
.termine td:nth-of-type(3) a,
.termine td.button span {
  display: inline-block;
  text-align: center;
  font-family: "fira-sans";
  font-size: 17px;
  line-height: 17px;
  color: white;
  padding: 13px 18px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  cursor: pointer;
  text-decoration: none;
}
.termine td:nth-of-type(3).termin a,
.termine td.button.termin span {
  background-color: #932826;
}
.termine td:nth-of-type(3).termin a:active,
.termine td.button.termin span:active {
  background-color: #7f2221;
}
.termine td:nth-of-type(3).rueckblick a,
.termine td.button.rueckblick span {
  background-color: #932826;
}
.termine td:nth-of-type(3).rueckblick a:active,
.termine td.button.rueckblick span:active {
  background-color: #b9b9b9;
}
.termine td:nth-of-type(4),
.termine td.calendar {
  padding-right: 15px;
  width: 64px;
  background-image: url('/files/adac-vnw/images/layout-icon-calendar.png');
  background-repeat: no-repeat;
  background-size: 44px 47px;
  background-position: 20px 48%;
}
.msry_theme_standard.ce_masonry_gallery {
  padding: 0;
}
.masonry .masonry_gallery {
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
.masonry_gallery img {
  width: 100%;
  height: auto;
}
.ce_gallery ul {
  margin: 0 -15px;
}
.ce_gallery ul:after {
  content: ' ';
  width: 0;
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.ce_gallery li {
  list-style-type: none;
  float: left;
  display: block;
  box-sizing: border-box;
  padding: 0 15px 15px 15px;
}
.ce_gallery li img {
  width: 100%;
  height: auto;
}
#cboxContent {
  font-family: "fira-sans";
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  color: white;
}
.rechts h2 {
  font-family: "fira-sans";
  line-height: 0.65em;
  color: #707070;
  font-size: 80px;
  color: #932826;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 15px;
}
.rechts h3 {
  font-family: "fira-sans";
  line-height: 1.2em;
  color: #707070;
  font-size: 26px;
  color: #932826;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 0;
}
.rechts h4 {
  font-family: "fira-sans";
  line-height: 1.2em;
  font-weight: 400;
  color: #707070;
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 20px;
}
aside .button,
aside button {
  font-family: "fira-sans";
  font-size:17px;
  border: 0;
  outline: 0;
  background-color: #932826;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  padding: 10px 17px;
  margin-top: 20px;
  cursor:pointer;
  text-decoration: none;
  display:inline-block;
}
aside .ce_hyperlink {
	margin-top: 20px;
}
aside .ce_hyperlink a {
  color: #932826;
  font-family: "fira-sans";
  text-decoration: none;
  font-size: 14px;
}
main legend, main label {
	margin-bottom: 8px;
	padding:0;
}
main legend, main label, main input, main select, main textarea {
	font-family: 'fira-sans';
	font-size: 15px;
	font-weight: 300;
	color: #707070;
	display: block;
}
main input, main select, main textarea {
	padding: 8px 15px;
	border: 2px solid #e0e0e0;
	outline: 0;
	border-radius: 4px;
	/* -webkit-appearance:none; */
}
main select {
	background-position:right 6px center;
	background-size:24px;
	background-repeat:no-repeat;
	background-image:url('../images/icon-arrow-down.png');
}
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:70%;
	box-sizing:border-box;
}
main button,
main input[type=submit] {
  font-family: "fira-sans";
  font-size:17px;
  border: 0;
  outline: 0;
  background-color: #932826;
  border-radius: 4px;
  color: white;
  font-weight: 500;
  padding: 10px 17px;
  margin-top: 20px;
  cursor:pointer;
}
.widget{
	margin-bottom:20px;
}
fieldset{
	padding:0;
	border:0;
}
.widget-radio input,
.widget-checkbox input{
	position:absolute;
	width:.1px;
	height:.1px;
	visibility:hidden;
}
.widget-radio label,
.widget-checkbox label{
	display:block;
	padding-left:2em;
	position:relative;
	cursor:pointer;
	box-sizing:border-box;
	width:70%;
	font-size:17px;
	line-height:1.7;
}
.widget-radio label:before,
.widget-checkbox label:before{
	content:"";
	display:block;
	position:absolute;
	width:26px;
	height:26px;
	top:4px;
	left:0;
	/* border: 2px solid #e0e0e0; */
	/* border-radius:4px; */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	background-image:url('../images/layout-icon-check.png');
}
.widget-radio :checked + label:before,
.widget-checkbox :checked + label:before{
	background-image:url('../images/layout-icon-uncheck.png');
}
	
main ul, main ol {
  margin: 0;
  padding: 0 0 0 20px;
  list-style-position: outside;
  margin-bottom:12.5px;
}
main ul li, main ol li {
  margin-bottom: 7px;
  font-family: 'fira-sans';
  font-size: 17px;
  font-weight: 300;
  color: #707070;
  line-height: 1.7em;
}
main ul {
  list-style-type: square;
}
main hr {
	display: block;
	padding: 0;
	margin: 30px 0;
	border: 0;
	height: 2px;
	background-color: #e0e0e0;
	color: #e0e0e0;
}
p.error{
	background-color:#ffd3d4;
	padding:10px 17px;
	border-radius: 4px;
	margin-bottom:20px;
}
#cboxTitle {
  display: none !important;
}

.cookiebar{
	padding:2em 0;
	background-color:#e0e0e0;
	color:#707070;
	font-family:fira-sans;
	font-size:1em;
}
.cookiebar .cookiebar__message{
	margin:0;
}
.cookiebar .cookiebar__link{
	display:inline-block;
	cursor:pointer;
	color:#707070;
}
.cookiebar button:hover,
.cookiebar button{
	background-color:#932826;
	color:#fff;
}
body:not(.cookiebar-active){
	padding-bottom:0 !important;
}

iframe{
	max-width:100%;
	height:auto;
}