#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
table.sortable thead th{background-image:url(../../assets/tablesorter/images/default.svg);background-repeat:no-repeat;background-position:center right}table.sortable thead th.tablesorter-headerAsc{background-image:url(../../assets/tablesorter/images/asc.svg)}table.sortable thead th.tablesorter-headerDesc{background-image:url(../../assets/tablesorter/images/desc.svg)}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* roboto-slab-300 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 300;
    src: url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-300.woff') format('woff'), /* Modern Browsers */
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }
  
  /* roboto-slab-regular - latin */
  @font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('../../files/gmvhh/theme/fonts/roboto-slab-v11-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
  }

h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
	margin: 0;
	font-weight: 300;
}

html {
    font-size: 16px;
}

body {
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
}

.invisible {
    text-indent: -1000px;
    visibility: hidden;
}

.bold {
	font-weight:400;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    font-size: 1em;
    line-height: 2;
    color: #474747;
	margin-bottom: 16px;
}

#header .inside, #main .inside, #footer .inside {
	max-width: 1300px;
	width: 100%;
	margin: 0 auto;
}

#logo img {
	display: block;
	margin: 0 auto;
	position: relative;
	top: -25px;
	margin-bottom: 25px;
    max-width: 435px;
    width: 100%;
    height: auto;
}

#header-top {
	min-height: 30px;
	width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}

.nav-top-left ul, 
.nav-top-right {
    display: flex;
    gap: 1em;
    list-style-type: none;
}

.nav-top-right {
    justify-content: end;
}

#header .mod_customnav a {
    color: #cd382c;
    font-size: 15px;
}

#header .mod_customnav ul li:last-child a {
    color: white;
    margin-right: 20px;
    background-image: url('../../files/gmvhh/theme/img/top-nav-arrow-down-white.gif') !important;
    background-color: #cd382c !important;
    background-position: right 15px center;
    background-repeat: no-repeat;
    padding: 0 30px 0 15px !important;
    border-radius: 2em;
}

.nav-top-left li a {
    margin-right: 20px;
    background: url('../../files/gmvhh/theme/img/top-nav-arrow-down.png') right center no-repeat;
    padding-right: 20px !important;
}

.mod_changelanguage ul {
    display: flex;
    gap: 5px;
    list-style-type: none;
}

.mod_changelanguage ul li:not(:last-child) {
    border-right: 1px solid #cd382c;
    padding-right: 5px;
}

.mod_changelanguage ul li {
    font-size: 15px;
}

.mod_changelanguage ul li a {
    color: #cd382c;
}

.mod_changelanguage ul li.active {
    color: #999;
}


/* Navigation */
.mod_navigation ul {
    display: flex;
    justify-content: center;
    gap: 1em;
    list-style-type: none;
}

#container a {
	color:#c9281c !important;
}

#header .mod_navigation a {
	color:#474747;
}
#header .mod_navigation {border: medium none;}
#header .mod_navigation #main-nav {padding-left: 0;padding-right: 0;}
#header .mod_navigation {top: 102px;left: 0;position: absolute;width: 100%;z-index: 902;height: 80px;margin-bottom: 0;-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
#header .mod_navigation ul.level_1 {text-align: center;margin-bottom: 0;}
#header .mod_navigation ul.level_2 {background: transparent url("../../files/gmvhh/theme/img/trans83.png") repeat scroll 0 0; text-align: center;margin-bottom: 0;}
/*#header .mod_navigation ul.level_1,*/
#header .mod_navigation ul.level_2 {height: 40px;border-bottom: 1px solid #c9281c; border-top: 1px solid #c9281c;}
#header .mod_navigation ul li {display: inline-block;}
#header .mod_navigation ul li a,
#header .mod_navigation ul li strong {font-size: 15px;line-height: 40px;text-decoration: none;padding: 0 10px;display: inline-block;}
#header .mod_navigation ul li a:hover,
#header .mod_navigation ul li .active {color: #c9281c;}

#header .mod_navigation ul.level_1 > li > strong.active,
#header .mod_navigation ul.level_1 > li > a.trail {border-bottom:2px solid #c9281c;}

#header .mod_navigation ul.level_2 {display: none; position: absolute;top: 42px;left: 0;width: 100%;z-index: 903;

padding: 8px 0;

}
#header .mod_navigation ul.level_2 li {border-right: 1px solid #c9281c;}
#header .mod_navigation ul.level_2 li a,
#header .mod_navigation ul.level_2 li strong {font-size: 15px;

line-height: 24px;

}
#header .mod_navigation ul.level_2 li.last {border-right: none;}
#header .mod_navigation .active ul.level_2,
#header .mod_navigation .trail ul.level_2 {display: block;}

#header #hauptnavi #main-nav {width: 100%;left: 0;top: -50px;transition: 0.5s;-webkit-transition: 0.5s;}

#header #hauptnavi.affix {bottom: auto;left: 0;position: fixed;top: 0;width: 100%; z-index: 999;}
#header #hauptnavi.affix #main-nav {left: 0;top: 0;position: absolute;width: 100%;background: #fff;min-height: 72px;}
#header #hauptnavi.affix ul {height: 36px;background: none;}
#header #hauptnavi.affix ul.level_2 {top: 36px; border-bottom: medium none;}
#header #hauptnavi.affix ul a,
#header #hauptnavi.affix ul span {font-size: 16px;line-height: 36px;}
#header #hauptnavi.affix ul.level_2 a,
#header #hauptnavi.affix ul.level_2 strong {line-height: 20px;}



.invisible {
    color: transparent;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
/*-------------------------------------------------------------------------*/

#header .mod_form {
	position: relative;
}

#header .mod_form .tooltip {
	background: transparent url("../../files/gmvhh/theme/img/icon-search.png") no-repeat scroll;
	width:17px;
	height:16px;
	margin-top:3px;
	display: block;
	cursor:pointer;
}

#header .mod_form form {
	position: absolute;
	right: 20px;
	top: 0;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
}

#header .mod_form.active form {
	visibility: visible;
	opacity: 1;
}

.slick-slide h1 {
    font-size: 48px;
    line-height: 48px;
}

.slick-slide h2 {
	font-size: 21px;
	margin-top: 8px;
	border-bottom: 0;
	padding-bottom: 0;
}

.slick-slide .rte {
    background: rgba(255,255,255,.9);
    color: #cd382c;
    font-size: 35px;
    line-height: 35px;
    margin: 0;
    padding: 10px 20px;
    position: absolute;
    width: auto;
    z-index: 10;
    left:0;
    top: 50%;
    padding-left:20%;
}

.slideshow .slick-dots {
    display: flex;
    gap: 1em;
    justify-content: center;
    margin-top: 1em;
    list-style-type: none;
    position: absolute;
    bottom: 3em;
    width: 100%;
}

.slideshow .slick-dots li button {
    text-indent: -10000px;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0,5);
    border-radius: 50%;
}

.slideshow .slick-dots li.slick-active button {
    background: #cd382c;
}

.arrow-down {
    position: absolute;
    left: calc(50% - 42px);
    bottom: 75px;
    z-index: 300;
}

.arrow-down img {
    width: 85px !important;
    height: 49px !important;
}

/*---------- SLIDESHOW HOME ----------*/
#headerbild {
    max-height: 750px;
}

#headerbild img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.home #headerbild img {
    width: 100%;
    height: 750px;
    object-fit: cover;
}

#headerbild figcaption {
    position: absolute;
}

/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#container h1 {
    color: #c9281c;
    border-bottom: 1px solid #c9281c;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Main */
h2 {
    font-size: 31px;
    margin-top: 2em;
    color: #c9281c;
    border-bottom: 1px solid #c9281c;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
}

h3 {
    font-size: 22px;
    color: #c9281c;
    margin-bottom: 1em;
}

.rte ul {
	margin: 10px 0 10px 13px;
}

.rte :where(h1, h2, h3, h4, h5, h6) {
	margin-top: 30px;
}

.rte ul li {
	line-height: 2;
	color: #474747;
}

figcaption {
    font-size: 14px;
    margin: 10px 10px 30px 10px;
    color: #999;
    max-width: 400px;
}

.content-text {
    margin-bottom: 2em;
}

@media screen and (min-width: 650px) {
	.content-text .rte {
		width: 100%;
		column-count: 2;
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-gap: 1%;
		-moz-column-gap: 1%;
		-webkit-column-gap: 1%;
	}

	.slick-slider .content-text .rte {
		width: fit-content;
		column-count: 1;
	}
	.fullwidth .content-text .rte,
	.mod_newslist .content-text .rte,
	.handorgel__content__inner .content-text .rte {
		column-count: 1;
	}
}

/* Newslist Home */
.home .mod_newslist {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
}

.mod_newslist .layout_latest {
    background-color: #fafafa;
}

.mod_newslist .layout_latest figcaption {
    color: #999999;
}

.mod_newslist .layout_latest figcaption,
.mod_newslist .layout_latest .txt-inside {
    padding: 1em;
}

.mod_newslist img {
    width: 100%; 
    height: auto;
}

#main img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.col-2-3 .content-text {
    background-color: #fafafa;
    margin-bottom: 20px;
	display: flex;
	gap: 32px;
	flex-direction: column;
	padding: 40px;
}

@media screen and (max-width: 600px) {
	.col-2-3 .content-text {
		flex-direction: column;
	}
}

.col-2-3 .wrapper {
	order: 2;
	flex-basis: 70%;
	padding: 30px 0;
}

.col-2-3 figure {
	order: 1;
	flex-basis: 30%;
}

/*
.col-2-3 figure img {
	width: 100% !important;
	height: auto !important;
}*/

.col-2-3 .rte {
	column-count: 1;
}

.col-2-3 .content-text {
    background-color: #fafafa;
    margin-bottom: 20px;
}

#container {
    margin-top: 4em;
}

/*Akkordeon*/
.content-accordion {
    border: 0;
}

.handorgel__header {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
}

.handorgel__header__button {
    background-color: #cd382c;
    background-image: url('../../files/gmvhh/theme/img/acc-arrow-down.png');
    background-repeat: no-repeat;
    background-position: center right 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 0;
    font-family: 'Roboto Slab';
    font-weight: 300;
}

.handorgel__header--opened .handorgel__header__button {
    background-image: url('../../files/gmvhh/theme/img/acc-arrow-up.png');
}

.handorgel__content__inner {
    margin: 40px 0;
}

.handorgel__content {
    border: 0;
    background: none;
}

/*News*/
.mod_newsarchive .layout_latest {
    background: #fafafa none repeat scroll 0 0;
    vertical-align: top !important;
    display: inline-block;
    margin-bottom: 20px;
}

.mod_newsarchive .layout_latest .txt-inside {
    max-width: 70%;
    padding: 20px;
}

.mod_newsarchive .layout_latest .content-text,
.mod_newslist .layout_full .content-text {
    display: flex;
    flex-direction: column;
}

.mod_newsarchive .layout_latest h2,
.mod_newslist .layout_full h2 {
    order: 2;
    max-width: 70%;
    padding: 20px;
}

.mod_newsarchive .layout_latest figure,
.mod_newslist .layout_full figure {
    order: 1;
}

.mod_newsarchive .layout_latest .rte,
.mod_newslist .layout_full .rte {
    order: 3;
    max-width: 70%;
    padding: 20px;
}

.mod_newsarchive .layout_latest img,
.mod_newslist .layout_full img {
    width: 30% !important;
}

ol {
    margin-left: 22px;
}

.pagination {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.pagination ul {
    display: flex;
    justify-content: center;
    gap: 1em;
    list-style-type: none;
}

/*Newsarchiv*/
.mod_newsmenu {
    width: 100%;
    background: #fafafa;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
    font-size: 14px;
}

.mod_newsmenu h2 {
    margin-top: 0 !important;
}

.mod_newsmenu ul.level_1 {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
    list-style-type: none;
}

.mod_newsmenu ul li {
    list-style-type: none;
}

/*Formular*/


.ce_form label {
	display: block;
}

.ce_form .formbody input:not(:is(fieldset *)) {
	padding: 10px 15px;
	margin: 5px 0 15px;
	font-weight: 400;
	width: 100%;
	border: 1px solid #474747;
	border-radius: 2px;
	font-family: inherit;
}

@media screen and (min-width: 768px) {

	.ce_form .formbody {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 32px;
	}

	.ce_form .plz-ort {
		display: flex;
		gap: 10px;
	}

	.ce_form .plz-ort :nth-child(1) {
		flex-basis: 100px;
	}
	
	.ce_form .plz-ort :nth-child(2) {
		flex-grow: 2;
	}
}

.ce_form .formbody fieldset span {
	display: flex;
	gap: 6px;
	margin: 10px 0;
}

.ce_form .formbody fieldset legend {
	display: flex;
  	align-items: baseline;
}

.ce_form .formbody fieldset.checkbox_container span {
	align-items: baseline;
}

.ce_form button.submit {
	background-color: #c9281c;
	border: 1px solid #c9281c;
	color: white;
	font-family: inherit;
	padding: 10px 20px;
	margin: 20px 0;
	cursor: pointer;
}

.ce_form button.submit:hover {
	background-color: white;
	color: #c9281c;
}

/*Ticker*/
  .news-ticker {
  --ticker-background: #cccccc;
  --ticker-text: #ffffff;
  --ticker-highlight: #cd382c;
  --ticker-speed: 30s;

  display: flex;
  align-items: stretch;
  width: 100%;
  overflow: hidden;
  /*background: var(--ticker-background);*/
  border: 1px solid #333;
  color: var(--ticker-text);
  font-family: inherit;
  font-size: clamp(0.85rem, 1.5vw, 1rem);
  line-height: 1;
  align-items: center;
}

.news-ticker__label {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 0.9rem 1.25rem;
  background: var(--ticker-highlight);
  color: white;
  font-size: 0.85em;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  white-space: nowrap;
}

.news-ticker p {margin-bottom: 0;}

.news-ticker__viewport {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.news-ticker__track {
  display: flex;
  width: max-content;
  animation: ticker-scroll var(--ticker-speed) linear infinite;
}

.news-ticker__group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding-left: 2rem;
  white-space: nowrap;
}

.news-ticker a {
  color: var(--ticker-text);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.news-ticker a:hover,
.news-ticker a:focus-visible {
  color: var(--ticker-highlight);
  text-decoration: underline;
  outline: none;
}

/* Animation beim Hover oder Tastaturfokus anhalten */
.news-ticker:hover .news-ticker__track,
.news-ticker:focus-within .news-ticker__track {
  animation-play-state: paused;
}

.news-ticker__separator {
  margin: 0 2rem;
  color: var(--ticker-highlight);
  font-size: 1.3em;
}

@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Mobilgeräte */
@media (max-width: 600px) {
  .news-ticker {
    font-size: 0.82rem;
  }

  .news-ticker__label {
    padding: 0.8rem 0.85rem;
    font-size: 0.72rem;
  }

  .news-ticker__group {
    padding-left: 1rem;
  }

  .news-ticker__separator {
    margin: 0 1rem;
  }
}

/* Keine Animation, wenn Nutzende reduzierte Bewegung bevorzugen */
@media (prefers-reduced-motion: reduce) {
  .news-ticker__viewport {
    overflow-x: auto;
  }

  .news-ticker__track {
    animation: none;
  }
}

/* Footer */
footer {
    background-color: #c9281c;
    color: white;
    padding: 2em;
    margin-top: 4em;
}

footer .mod_customnav ul {
    display: flex;
    justify-content: space-evenly;
    gap: 1em;
    color: white;
    list-style-type: none;
}

footer a {
    color: white;
}

footer .copyright {
    margin-top: 4em;
    color: white;
    text-align: center;
}

footer .copyright p {
    color: white;
}



/*----------------------------------------*/
/*----------BREAKPOINTS----------*/
/*----------------------------------------*/
@media screen and (max-width:1700px) {
	/*#headerbild,*/  #headerbild figure, #headerbild .slideshow {
		height:650px;
	}

	#headerbild h1, #headerbild h3 {
		top:330px;
	}

	#headerbild h2, #headerbild h4 {
		top:398px;
	}

	#header .pager {
		top:770px;
	}
}

@media screen and (max-width:1500px) {
	/*#headerbild,*/ #headerbild figure, #headerbild .slideshow {
		height:550px;
	}

	#headerbild h1, #headerbild h3 {
		top:230px;
	}

	#headerbild h2, #headerbild h4 {
		top:298px;
	}

	#header .pager {
		top:670px;
	}

	#footer .inside {
		margin:0 20px;
	}
}

@media screen and (max-width:1280px) {

	#header {
		padding:0 20px;
	}

	#header .inside {
		max-width:1270px;
	}

	#logo img {
		margin:0 auto 25px;
	}

	/*#headerbild,*/ #headerbild figure, #headerbild .slideshow {
		height:450px;
	}

	#headerbild h1, #headerbild h2, #headerbild h3, #headerbild h4 {
		padding-left:20px;
	}

	#headerbild h1, #headerbild h3 {
		top:230px;
	}

	#headerbild h2, #headerbild h4 {
		top:298px;
	}

	#header .pager {
		top: 570px;
		z-index:200;
	}

	#container {
		padding:0 20px;
	}
}

@media screen and (max-width:1175px) {
	#header .mod_navigation ul li span, #header .mod_navigation ul li a {
		font-size:13px;
	}

	#header .mod_navigation ul.level_2 li a, #header .mod_navigation ul.level_2 li span {
		font-size:13px;
	}
/*
	#headerbild h1 {
	    font-size: 32px;
	    line-height: 32px;
	}*/

	#headerbild h1 {
		font-size: 30px;
		line-height: 30px;
	}

	#headerbild h2, #headerbild h3, #headerbild h4 {
	    font-size: 20px;
	    line-height: 20px;
	}
/*
	#headerbild h1, #headerbild h2, #headerbild h3, #headerbild h4 {
		font-size: 30px;
	    line-height: 30px;
	}*/

	#headerbild h2, #headerbild h4 {
	    top: 280px;
	}

}

@media screen and (max-width:960px) {
	#header .mod_navigation ul li span, #header .mod_navigation ul li a {
		font-size:12px;
	}
}

@media screen and (min-width:901px) {
		/*#header {
		height:150px;
	}*/

	#mobile-header-top {
		display: none !important;
	}

	#footer .mod_sitemap ul li {
		max-width:270px;
	}

	#footer .mod_sitemap ul.level_1 > li {
		min-height:200px;
	}

	#footer .inside {
		margin:0 auto;
	}
}


/*----------TABLET----------*/
@media screen and (max-width:900px) {

	.nav-top-left, .nav-top-right {
		position:relative;
		float:left;
	}

	#header .extra .mod_form {
		margin-left: 0;
		width: 80%;
	}

	#header .extra .mod_form form {
		position: static;
		width: 100%;
		opacity: 1;
		visibility: visible;
	}

	#header .extra .mod_form .formbody {
		border: none;
	}

	#header .extra .mod_form form input {
		width: 100%;
	}

	#header .extra .mod_form .tooltip,
	#header .extra .mod_form .close {
		display: none;
	}

	#header .extra .mod_form .widget-text {
		height: 50px;
	}

	#header .extra .mod_form .submit_container {
		margin:5px 0 0 0;
	}

	#header .extra .mod_form .form-wrap {
		margin-left: 0;
		padding-left: 0;
		width: 100%;
		border: none;
	}

	#header .extra {
		width:100%;
		height:auto;
	}

	#header .mod_form .widget-text input {
		padding:5px 6px 5px 30px;
	}

	#mobile-header-top .mod_changelanguage {
		float:left;
		margin:0 20px;
	}

	#mobile-header-top .mod_changelanguage ul li {
		display:inline;
		font-size:15px;
	}

	#mobile-header-top .mod_changelanguage ul li a {
		text-decoration:none;
		text-transform:uppercase;
		color:#c9281c;
	}

	#mobile-header-top .mod_customnav ul li a:hover, #mobile-header-top .mod_changelanguage ul li a:hover {
		color:#999;
	}

	#mobile-header-top .mod_customnav ul li.active, #mobile-header-top .mod_changelanguage ul li.active {
		color:#999;
	}

	#mobile-header-top .mod_changelanguage ul li.first {
		border-right:1px solid #c9281c;
		padding-right:5px;
		margin-right:5px;
	}

	#header .mod_form .form-wrap {
		background:none;
		padding:0;
	}

	#header .mod_form .submit_container {
		left:10px;
		top:5px;
	}

	#mobile-header-top .mod_changelanguage {
		top:7px;
		position:relative;
	}

	#mobile-header-top .nav-top-right .mod_customnav {
		position:relative;
		top:2px;
	}

	.nav-top-left {
		width:100%;
	}

	.nav-top-left ul li {
		display:inline;
	}

	.nav-top-right {
		width:100%;
	}

	#mobile-header-top {
		width:100%;
		margin-bottom:20px;
	}

	.nav-top-left, .nav-top-right {
		margin-bottom:20px;
	}

	.nav-top-left {
		position:relative;
		top:50%;
		left:50%;
		width:30em;
		margin-left:-8em;
	}



	.menu-toggle {background: #c9281c;display: block;padding: 6px 0;position: absolute;right: 15px;top: 40px; cursor:pointer;}
	.menu-toggle span { background: #fff;display: block;height: 2px;margin: 4px 11px;width: 21px;}

	.mod_navigation, #header-top {
		display: none;
		height: auto;
		margin-bottom: 0;
		border-top: 1px solid #ccc;
		padding-bottom: 10px;
		background:#fff !important;
	}

    #header .inside {
        display: flex;
        flex-direction: column;
    }

    #logo {
        order: 1;
    }

    .menu-toggle {
        order: 2;
    }

    #header-top {
        order: 4;
    }

    #header .mod_navigation {
        height: auto;
        z-index: 99999;
        top: 0;
        border-top: 1px solid #474747;
        position: relative;
        order: 3;
    }

	#header .mod_navigation ul  {
        flex-direction: column;
    }

    #header .mod_navigation ul li {
        display: block;
    }

    #header .mod_navigation ul.level_2 {
        position: relative;
        top: 0;
        display: block;
        height: auto;
        border: none;
    }

    #header .mod_navigation ul li a, 
    #header .mod_navigation ul li strong, 
    #header .mod_navigation ul.level_2 li strong, 
    #header .mod_navigation ul.level_2 li a {
        font-size: 18px;
        line-height: 30px;
        padding: 0 5px;
    }

    #header .mod_navigation ul.level_2 li strong, 
    #header .mod_navigation ul.level_2 li a {
        font-size: 13px;
        padding-left: 15px;
        text-transform: uppercase;
    }

    #header .mod_navigation ul.level_2 li {
        border-right: 0;
    }

	.nav-top-left .level_1 {
	    margin: 0;
	}

	.nav-top-left .level_1 li {
	    display: inline-block;
	}

	#headerbild {
		clear:both;
	}

	#header .pager {
		/*top:540px;*/
		top:520px;
	}

    #header-top .mod_changelanguage {
		float:left;
		margin:0 20px;
	}

	#header-top .mod_changelanguage ul li {
		display:inline;
		font-size:15px;
	}

	#header-top .mod_changelanguage ul li a {
		text-decoration:none;
		text-transform:uppercase;
		color:#c9281c;
	}

	#header-top .mod_customnav ul li a:hover, #header-top .mod_changelanguage ul li a:hover {
		color:#999;
	}

	#header-top .mod_customnav ul li.active, #header-top .mod_changelanguage ul li.active {
		color:#999;
	}

	#header-top .mod_changelanguage ul li.first {
		border-right:1px solid #c9281c;
		padding-right:5px;
		margin-right:5px;
	}

	#header-top {
    bottom: 0;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    z-index: 999;
}


	#header-top ul li {
		text-align:center;
		padding:5px 0;
	}

	#header-top ul.level_2 {
	opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
    padding-top:10px;
	}

	#header-top ul li .active,
	#header-top ul li .trail {
		border-bottom:0;
	}

    #header-top input {
        border: 1px solid #999999;
    }

	.columns-3 .ce_text {
		width:48%;
	}

	#footer .mod_sitemap {
		width:100%;
	}

	#footer .mod_sitemap ul li {
		float:none;
		clear:both;
		width:100%;
	}

	#footer .inside {
		margin:0;
	}

	#logo img {
		top:15px;
		margin-bottom:35px;
	}
		.arrow-down {
		/*display:none;*/
		bottom:20px;
	}

	.mod_newslist .layout_latest, .mod_newsarchive .layout_latest {
		width:100% !important;
	}

    .home .mod_newslist {
        grid-template-columns: 1fr;
    }

}

@media screen and (max-width:650px) {
	/*#footermenu ul {
	     position: relative;
	     float: left;
	     left: 50%;
	     margin: 0 auto;
	     padding: 0;
	}

	#footermenu li {
	     position: relative;
	     float: left;
	     right: 50%;
	     margin:20px 20px 40px 20px;
	     list-style: none;
	     line-height:2;
	}*/

    footer .mod_customnav ul {
        flex-direction: column;
    }

	#footermenu li {
		display:list-item;
		float:none;
		margin:20px 0 0 0;
	}

	#footermenu li.last {
		margin-bottom:40px;
	}

	#footermenu a:hover {
		text-decoration:none;
		color:#e9a9a4;
	}

	#footermenu {
		text-align:center;
	}

	.layout_full .column {
	    -moz-column-count: 1;
	    padding-bottom: 20px;
	    padding-left: 0px !important;
	    width: 100%;
	}

	.mod_newsreader .layout_full .inside {
		padding:20px !important;
	}

}

@media screen and (max-width:600px) {
	#headerbild h2, #headerbild h4 {
		top:310px;
	}

	#header .pager {
		top:520px;
	}

	.col-1 {
		width:100%;
		margin-right:0;
		float:none;
	}

	.col-2 {
		width:100%;
		margin-left:0;
		float:none;
	}

	.arrow-down {
		/*display:none;*/
		bottom:20px;
	}

	.columns-3 .ce_text {
		width:100%;
	}

	.menu-toggle {
		top:25px !important;
	}

	#headerbild h1, #headerbild h2, #headerbild h3, #headerbild h4 {
		font-size:16px;
		padding:/*5px 20px;*/0;
		padding-left: 20px;
		margin: 8px 0;
	}

	#headerbild h2, #headerbild h4 {
		top:270px;
	}

    .slick-slide .rte {
        padding-left: 0;
    }

	/*----------COL-3----------*/
	.col-3 .column {
		width: 100%;
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-gap: 0;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
		margin:40px 0;
	}

	.col-3 .column img {
	    float: left;
	    margin: 20px 0;
	    width: 100%;
	    height:auto;
	}

	.column {
		width: 100%;
		column-count: 1;
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-gap: 0;
		-moz-column-gap: 0;
		-webkit-column-gap: 0;
	}

}

@media screen and (max-width:580px) {
	#header .extra .mod_form {
		width:70%;
	}
}

@media screen and (max-width:535px) {
	#logo img {
		max-width:250px;
		top:15px;
		margin:0 auto 35px;
	}

	.menu-toggle {
		top:40px;
	}

	#header .pager {
		top:490px;
	}

}

@media screen and (max-width:400px) {
	#header .extra .mod_form {
		width:60%;
	}

	#footer .inside {
		margin-left:0;
	}

	#logo img {
	    left: 0;
	    margin: 0 auto 35px 20px;
	    max-width: 250px;
	    top: 15px;
	}
}


@media screen and (max-width:340px) {
	#headerbild h1, #headerbild h3 {
		top:200px;
	}

	#header .extra .mod_form {
		width:60%;
	}

	#logo img {
	    left: 0;
	    margin: 0 auto 35px -5px;
	    max-width: 250px;
	    top: 15px;
	}

}

