header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
html {
  width: 100% !important;
    overflow-y: scroll;
    height: 100%;
    font-size: 16px;
    line-height: 24px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;

  }
  
  body {
    border-top: 4px solid #9f111b;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    color: #292c37;
    width: 100% !important;

  }
  

  /* Anpassen Boxmodel */
  * {
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      box-sizing:border-box;
  }
  
  *:before,
  *:after{
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      box-sizing:border-box;
  }
  

  /* Headlines */
  h1, h2, h3, h4 {
    font-weight: 700;
  }
  
  h1 {
    font-size: 2.375em;
    line-height: 1.26315789em;
    margin-top: 0.63157895em;
    margin-bottom: 1.2631579em;
    color: #9f111b;
  }
  
  h2 {
    font-size: 1.75em;
    line-height: 1.71428571em;
    margin-top: 0.85714286em;
    margin-bottom: 0.85714286em;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.14285714em;
    margin-top: 1.14285714em;
    margin-bottom: 0em;
  }
  h4,
  h5,
  h6 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0em;
  }
  

  /* sonstige Abstände und Elemente */
  p, ul, ol, pre, table, blockquote {
    margin-top: 0em;
    margin-bottom: 1.5em;
  }
  ul ul, ol ol, ul ol, ol ul {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  
  ul {
    list-style: square;
  }
  
  ol {
    list-style: decimal;
  }
  
  li {
    margin-left: 2em;
  }
  
  hr {
    border: 1px solid #292c37;
    margin: -1px 0;
  }
  

  /* Links */
  a,
  a:visited {
      color: #9f111b;
      text-decoration: underline;
  }
  
  a:hover,
  a:focus,
  a:active {
      color: #710c13;
    outline: 0;
  }
  
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  

/** Layout **/


#main .inside {
    padding: 2em 0 0 0;
  }
  
  /* Header Image Home */
  .header-image {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  
  .header-image h1 {
    position: absolute;
    bottom: 400px;
    left: 25px;
    font-size: 3.375em;
    color: rgb(255, 255, 255);
    line-height: 1;
    margin-bottom: 0;
    text-align: left;
  }
  
  .header-image h1  {
    background: rgba(159, 17, 27, 0.85);
    margin-top: 5px;
    float: left;
    padding: 10px;
    border-radius: 15px;
  }

#wrapper {
    width: 100%;
    max-width: 960px;
    margin: 50px auto 0 auto;
  }
  

  /* Header Logo */
  #header .inside {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  
  #logo {
    line-height: 0;
  }
  

  /* Navigation */
#nav-main {
  background-color: #292c37;
}

  #nav-main ul {
    margin: 0;
    padding: 0;
  }
  
  #nav-main li {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  
  #nav-main a,
  #nav-main strong {
    display: block;
    text-decoration: none;
    font-size: 1.125em;
    color: #fff;
    font-weight: 700;
    margin: 0 1em;
    line-height: 1.5;
  }
  
  #nav-main a.last,
  #nav-main .active.last {
    margin-right: 0;
  }
  
  #nav-main a:hover,
  #nav-main a:focus {
    color: #9f111b;
  }
  
  #nav-main strong.active,
  #nav-main .trail {
      color: #9f111b;
  }

  /* Boxen */
.box-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100% !important;
    overflow: hidden !important;
  }

.box-l {
  margin-left: 13% !important;
}

.box-r {
  margin-right: 13% !important;
}

  .box1 {
    margin-top: 40px;
    width: 30% !important;
    max-width: 200px !important;
    border: 1px solid black;
  }
  
  .box1 h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 0 1.25em 0;
    padding: 0;
  }

  .box1 h2::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 0.75em;
    background: #292c37;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
  }
  
  .box {
    width: 18%;
    min-width: 200px;
    border: 1px solid black;
  }
  
  .box h2 {
    font-size: 1.5em;
    font-weight: 700;
    margin: 0 0 1.25em 0;
    padding: 0;
  }

  .box h2::before {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 0.75em;
    background: #292c37;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    display: inline-block;
  }


  @media (max-width: 1460px) {
    .box-wrapper {
      display: block !important;
      justify-content: center !important;
      position: relative;
      left: 30% !important;
      right: 50% !important;
    }
    .box-l {
      margin-left: 0% !important;
    }
    .box-r {
      margin-right: 0% !important;
    }
    .box {
      margin-top: 40px;
    }
  }
  
  .box-left h2::before {
    content: "\f240";
  }
  
  .box-middle h2::before {
    content: "\34";
  }
  
  .box-right h2::before {
    content: "\f7d9";
  }

  .button a {
    display: inline-block;
    padding: 0.5em 2.75em;
    background:	#9f111b;
    font-size: 1.3125em;
    margin: 0.5em 0;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border: 0;
    transition: all 0.3s ease 0s;
  }
  
  .button a:hover,
  .button a:focus {
    background-color: #710c13;
  }
  .button-center,
  .text-center {
    text-align: center;
  }

  /** Footer **/
#footer {
	margin-top: 40px;
	border-top: 1px solid #ccc;
}

#footer h5 {
	color: #9f111b;
	margin-top: 0;
}

#footer a,
#footer a:visited {
	color: #292c37;
	text-decoration: underline;
}

#footer a:hover {
	color: #710c13;
}

.footer-copyright {
	margin-top: 40px;
	border-top: 1px solid #ccc;
	font-size: 0.75em;
	padding: 10px 0;
}

/* Social Icons */
.socialicons {
	list-style: none;
	margin: 0;
	padding: 0;
}

.socialicons li {
	font-size: 2.5em;
	line-height: 1;
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	margin-left: 0;
}

CSS Code
/* Subnavigation links */
#left .inside {
	padding-right: 60px;
}

#left .mod_navigation {
	margin-top: 60px;
}

#left h5 {
	color: #292c37;
	margin-top: 0;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
}

#left h5::after {
  width: 40px;
  height: 2px;
  display: block;
  margin-top: 0;
  background-color: #9f111b;
  content: " ";
}

#left .mod_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left .mod_navigation ul li {
	border-bottom: 1px solid #ccc;
	margin-right: 30px;;
	padding: 0;
}

#left .mod_navigation ul li a,
#left .mod_navigation ul li strong {
	color: #292c37;
	text-decoration: none;
	line-height: 2.5;
	display: block;
	font-weight: 400;
}

#left .mod_navigation ul li a:hover,
#left .mod_navigation ul li a:focus {
	color: #9f111b;
	text-decoration: underline;
}


#left .mod_navigation ul li strong.active,
#left .mod_navigation ul li .trail {
	color: #9f111b;
	font-weight: 700;
}

/* H1 Erweiterung */
h1 {
  font-family: Verdana;
  letter-spacing: -2px;
}

h1+h2,
h1+div h2 {
  margin-top: 0;
}

/* Formatierung Bilder */
figure.float_left {
	margin-right: 1.5em;
}

figure.float_right {
	margin-left: 1.5em;
}

figure.float_above,
figure.float_below {
  margin-bottom: 1.5em;
}

.image_container {
  display: inline-block;
}

.caption {
  cursor: pointer;
	line-height: 1.2;
	font-size: 0.875em;
	background-color: #e1e1e1;
	text-align: center;
	padding: 3px;
	margin-bottom: 0.25em;
}

/** Tabelle **/
table {
	width: 100%;
	overflow: auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc;
}

th,td {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

th {
	background: #efefef;
	font-weight: 700;
	text-align: left;
}

/** Slider **/

.ce_sliderStart {
	background: #efefef;
}

.slider-control {
	height: 60px;
}

.slider-control .slider-menu {
	font-size: 50px;
	line-height: 55px;
}

.slider-control .slider-prev {
	left: 15px;
}

.slider-control .slider-next {
	right: 15px;
}

/* Breadcrumb */
.mod_breadcrumb ul {
	list-style: none;
	margin: 1.5em 0;
}

.mod_breadcrumb li {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.mod_breadcrumb li:after {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  content: "\f0da";
  width: 20px;
  text-align: center;
}

.mod_breadcrumb .last:after {
	content: '';
}

#article-25 img {
  border-radius: 25px;
}

#article-25 .first {
  padding-top: 20px;
}

#article-25 .last {
  padding-top: 50px;
}

#article-24 .ce_hyperlink a {
  border: 1px solid black;
  border-radius: 25px;
}

.layout_upcoming {
	padding: 1em 0.25em;
	border-bottom: 1px solid #ccc;
}

.layout_upcoming.odd {
	background: #efefef;
}

