.box_wrap {
  width: 1200px;
  /* height: 100%; */
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: inline-block;
}
.box_max {
  max-width: fit-content;
}

.box_20 {
  width: 210px;
  margin-right: 36px;
  display: inline-block;
  float: left;
}

.box_25 {
  width: 272px;
  margin-right: 36px;
  display: inline-block;
  float: left;
}

.box_33 {
  width: 376px;
  margin-right: 36px;
  display: inline-block;
  float: left;
}

.box_50 {
  width: 582px;
  margin-right: 36px;
  display: inline-block;
  float: left;
}

.register .box_50 {
  width: 582px;
  margin-right: 36px;
  display: inline-block;
  float: left;
}

.box_66 {
  width: 788px;
  margin-right: 36px;
  display: inline-block;
  float: left;
}

.register .box_66 {
  width: 788px;
  margin-right: 36px;
  display: inline-block;
  float: none;
}

.box_75 {
  width: 892px;
  margin-right: 36px;
  display: inline-block;
  float: left;
}

.box_100 {
  width: 1200px;
  display: inline-block;
}

#header {
  height: 121px;
}

.header_xmas_img {
  position: absolute;
  margin-left: 90px;
  margin-top: -121px;
  z-index: 100;
}
  
body {
	color: #000000;
	font-family: calibri, helvetica, sans-serif;
	font-size: 1rem;
	text-align: center;
	line-height: 1.5;
}
.last {
  margin-right: 0;
}
.hide {
  display: none;
}
.pad_m {
	padding-left: 24px;
	padding-right: 24px;
}
.v_pad_m {
	padding-top: 24px;
}
.no_pad {
	padding: 0;
}
.big {
	font-size: 1.25rem;
	font-family: calibri, helvetica, sans-serif;
	line-height: 1.25;
}
.hg_unvisible {
	background:none;
}
a.button.big {
	font-size: 1.25rem;
}
#navi.fixed {
  min-width: 100%;
  position: fixed;
  background: RGBA(63, 163, 215, 0.9);
  z-index: 990;
  margin-top: -121px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
  display: flex;
}
@media (max-width: 1199px) {
	#navi.fixed {
	  min-width: 100%;
	  position: relative;
	  background: RGBA(63, 163, 215, 0.9);
	  z-index: 990;
	  margin-top: -140px;
	  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
	  display: flex;
	}
	#jump2top, #jump2top.fixed, #jump2top.bottom {
		display:none;
	}
}

#aufmacher {
  min-height: 640px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

a:link, a:visited {
	color: #000;
	font-size: 1rem;
}
a.big:link, a.big:visited {
	font-size: 1.25rem;
}
.white a:link, .white a:hover, .white a:visited {
	color: #000;
	border-bottom: solid 3px #000;
	-webkit-text-fill-color: unset;
}
.white p, .white h1, .white h2, .white ul, .white ol {
	color: #000;
	border: 0;
	-webkit-text-fill-color: unset;
}
.menu {
  width: 1200px;
  height: 40px;
  position: relative;
  z-index: 100;
  font-family: arial, sans-serif;
  margin-left: auto;
  margin-right: auto;
  padding-left: 128px;
  padding-right: 128px;
}
.menu li {
  float: left;
  width: 193px;
  position: relative;
}
.menu ul li:last-child a[style]{
  width: 193px !important;
}
.menu a, .menu a:visited {
  display: block;
  font-size: 0.9rem;
  text-decoration: none;
  color: #fff;
  width: 193px;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}
.menu :hover > a, .menu ul ul :hover > a {
	color: var(--ssv_dark);
	font-weight: bold;
	background-color: #D5EDFA;
	background-image: none;
}
.menu ul ul a, .menu ul ul a:visited {
	background: #D5EDFA;
	color: var(--ssv_dark);
	font-weight: normal;
	height: auto;
	line-height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-left: 20px;
	width: 366px;
	text-align: left;
	text-transform: none;
	box-shadow: rgba(0,0,0,0.25) 0 3px 3px;
}
.batch.pdj {
  position: relative;
  right: 0;
  top: 0;
}
.batch {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	transform: rotate(345deg);
}
.batch.image {
	/*	position: absolute;*/
	margin-left: 600px;
	margin-top: -100px;
	z-index: 100;
	transform: rotate(0deg);
}
a.button, .darkblue a.button, .streifen a.button, .hg_streifen a.button, .darkblue a.button:link, .streifen a.button:link, .hg_streifen a.button:link, .darkblue a.button:visited, .streifen a.button:visited, .hg_streifen a.button:visited {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: var(--ssv_middle);
	border: 0 none;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	padding-left: 24px;
	padding-right: 24px;
	width: 100%;
	border: 0;
}
.darkblue a.button:hover, .streifen a.button:hover, .hg_streifen a.button:hover {
	background-color: white;
	color:  var(--ssv_dark);
}
.white a.button:hover {
	background-color: var(--ssv_dark);
	border: 0;
	color:  var(--ssv_white);
}

#footer.section div.box_wrap div[style]{
  width:210px !important;
}

#footer a:link, #footer a:visited {
	font-family: arial, helvetica, sans-serif;
	color: var(--ssv_dark);
	font-size: 0.9rem;
	font-weight: normal;
	text-decoration: none;
	border: 0;
}
#footer a:hover {
	color: #fff;
	font-size: 0.9rem;
	font-weight: bold;
	text-decoration: none;
	border: 0;
	background-color: unset;
}
p {
	color: #000000;
	text-align: left;
	font-size: 1rem;
	margin-top: 16px;
}
h1 {
	font-family: arial, helvetica, sans-serif;
	color: var(--ssv_dark);
	font-size: 2.5rem;
	font-weight: bold;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 12px;
	line-height: 1.2;
	background: -webkit-linear-gradient( 0deg, var(--ssv_dark), var(--ssv_middle) );
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#aufmacher h1 {
	font-size: 5rem;
	margin-bottom: 0;
}
.message.darkblue h1 {
	background: white;
	background-clip: border-box;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	color:white;
	font-size: 1.5rem;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	color: #000000;
	font-size: 1.25rem;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0;/*  */
	line-height: 1.5;
}
#aufmacher h2 {
	font-size: 1.5rem;
}
.register h2:first-of-type {
	margin-top: 24px;/*  */
}
.pflicht {
	background: var(--ssv_white);
}
.feld {
	background: var(--ssv_light);
}

#inhalt li, #aufmacher li {
	margin-bottom: 0.5rem;
}
.lb-data .lb-caption {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5em;
}

.box_info {
	margin-bottom: 24px;
	border-radius: 32px;
}
.box_info:first-of-type {
	/* padding-top: 1rem; */
	border-radius: 32px;
}
.box_info > h1, .box_news > h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 2rem;
	/* line-height: 0.8; */
}
.message {
	height:240px;
	padding-top: 1rem; 
}
.blue input[type="submit"] {
	font-family: arial, helvetica, sans-serif;
	font-size: 16px;
	background-color: var(--ssv_dark);
	border: 0 none;
	border-radius: 20px;
	color: #fff;
	font-weight: bold;
	padding: 8px;
	width: 100%;
}

#inhalt .tdaten li {
	margin-bottom: 24px;
	/* list-style-type: "\1F537"; */
	list-style-type: square;
	font-weight: bold;
}
#inhalt .tdaten li ul li {
	margin-top: 4px;
	margin-bottom: 4px;
	/* list-style-type: "\25FE"; */
	font-weight: bold;
}

.textmarker {
	/* background-color: chartreuse; */ 
}

#slideshow {
  height: auto;
}

/* Hintergrund-Animation */
.bg_ani {
	position: absolute;
	inset: 0; /* Deckt den gesamten Container ab */
	z-index: -1; /* Hintergrund hinter andere Inhalte legen */
	background: url(../../../bilder/hg_streifen_xl.jpg) repeat-x;
	background-color: #143d77;
}

.bg_ani .bg {
	animation: slide 29s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #3fa3d7 40%, #143d77 50%);
	position: fixed;
	inset: 0 -50%;
}

.bg_ani .bg2 {
	animation: slide 31s ease-in-out infinite alternate-reverse;
	background-image: linear-gradient(-60deg, #3fa3d7 40%, #143d77 50%);
	position: fixed;
	inset: 0 -50%;
	opacity: 0.4;
}

.bg_ani .bg3 {
	animation: slide 37s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #18a7f4 50%, #143d77 0);
	position: fixed;
	inset: 0 -50%;
	opacity: 0.3;
}

.bg_ani .bg4 {
	animation: slide 41s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #143d77 50%, #3fa3d7 0);
	position: fixed;
	inset: 0 -50%;
	opacity: 0.2;
}

.bg_ani .bg5 {
	animation: slide 23s ease-in-out infinite alternate;
	background-image: linear-gradient(-60deg, #143d7700 25%, #143d7780 50%, #143d7700 25%);
	position: fixed;
	inset: 0 -50%;
}

@keyframes slide {
	0% {
		transform: translateX(-25%);
	}
	100% {
		transform: translateX(25%);
	}
}
