/* CUSTOM STYLES FOR JOOMLA! CASSIOPEIA */

/* Fonts */

/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v36-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v36-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v36-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v36-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

/* orbitron-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/orbitron-v31-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/orbitron-v31-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* orbitron-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/orbitron-v31-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/orbitron-v31-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

:root {
  --body-font-size: 1.1rem;
  --body-line-height: 1.5;
  --cassiopeia-color-primary: #667d22;
  --cassiopeia-color-link: #667d22;
  --cassiopeia-color-hover: #516516;
  --template-link-color: #667d22;
  --link-color: #667d22;
  --link-color-rgb: 102, 125, 34;
  --link-hover-color: #516516;
  --link-hover-color-rgb: 81,101,22;
  --body-color: #333333;
  --body-color-rgb: 51,51,51;
  --border-radius-xl: 1.3rem;
  --orange: #ff9100;
  --primary: #606060;
  --secondary: #c4c4c4;
  --success: #448344;
  --info: #516516;
  --warning: #ff9100;
  --danger: #780f2d;
  --light: #f7f7f7;
  --dark: #333333;
  --primary-rgb: 128, 128, 128;
  --secondary-rgb: 196, 196, 196;
  --success-rgb: 68, 131, 68;
  --info-rgb: 81, 101, 22;
  --warning-rgb: 255, 145, 0;
  --danger-rgb: 120, 15, 45;
  --light-rgb: 247, 247, 247;
  --dark-rgb: 51, 51, 51;
  --primary-text-emphasis: #333333;
  --secondary-text-emphasis: #000000;
  --success-text-emphasis: #fff;
  --info-text-emphasis: #fff;
  --warning-text-emphasis: #fff;
  --danger-text-emphasis: #fff;
  --light-text-emphasis: #333333;
  --dark-text-emphasis: #fff;
  --primary-bg-subtle: #e6e6e6;
  --secondary-bg-subtle: #c4c4c4;
  --success-bg-subtle: #448344;
  --info-bg-subtle: #516516;
  --warning-bg-subtle: #ff9100;
  --danger-bg-subtle: #780f2d;
  --light-bg-subtle: #f7f7f7;
  --dark-bg-subtle: #333333;
  --primary-border-subtle: #757575;
  --secondary-border-subtle: #757575;
  --success-border-subtle: #757575;
  --info-border-subtle: #757575;
  --warning-border-subtle: #757575;
  --danger-border-subtle: #757575;
  --light-border-subtle: #757575;
  --dark-border-subtle: #757575;
}

/* alert */

.alert {

}

.alert-primary {
  --alert-color: var(--primary-text-emphasis);
  --alert-bg: var(--primary-bg-subtle);
  --alert-border-color: var(--primary-border-subtle);
  --alert-link-color: var(--primary-text-emphasis);
}

.alert-secondary {
  --alert-color: var(--secondary-text-emphasis);
  --alert-bg: var(--secondary-bg-subtle);
  --alert-border-color: var(--secondary-border-subtle);
  --alert-link-color: var(--secondary-text-emphasis);
}

.alert-success {
  --alert-color: var(--success-text-emphasis);
  --alert-bg: var(--success-bg-subtle);
  --alert-border-color: var(--success-border-subtle);
  --alert-link-color: var(--success-text-emphasis);
}

.alert-info {
  --alert-color: var(--info-text-emphasis);
  --alert-bg: var(--info-bg-subtle);
  --alert-border-color: var(--info-border-subtle);
  --alert-link-color: var(--info-text-emphasis);
}

.alert-warning {
  --alert-color: var(--warning-text-emphasis);
  --alert-bg: var(--warning-bg-subtle);
  --alert-border-color: var(--warning-border-subtle);
  --alert-link-color: var(--warning-text-emphasis);
}

.alert-danger {
  --alert-color: var(--danger-text-emphasis);
  --alert-bg: var(--danger-bg-subtle);
  --alert-border-color: var(--danger-border-subtle);
  --alert-link-color: var(--danger-text-emphasis);
}

.alert-light {
  --alert-color: var(--light-text-emphasis);
  --alert-bg: var(--light-bg-subtle);
  --alert-border-color: var(--light-border-subtle);
  --alert-link-color: var(--light-text-emphasis);
}

.alert-dark {
  --alert-color: var(--dark-text-emphasis);
  --alert-bg: var(--dark-bg-subtle);
  --alert-border-color: var(--dark-border-subtle);
  --alert-link-color: var(--dark-text-emphasis);
}

.accordion {
    --accordion-color: var(--body-color);
    --accordion-bg: var(--body-bg);
    --accordion-border-color: var(--body-bg);
    --accordion-border-width: 1px;
    --accordion-border-radius: 0;
    --accordion-btn-padding-x: 1rem;
    --accordion-btn-padding-y: 1rem;
    --accordion-btn-color: var(--body-color);
    --accordion-btn-bg: var(--accordion-bg);
    --accordion-btn-focus-border-color: var(--body-bg);
	--accordion-btn-focus-box-shadow: 0 0 0 0;
    --accordion-body-padding-x: 0;
    --accordion-body-padding-y: 0;
    --accordion-active-color: var(--cassiopeia-color-primary);
    --accordion-active-bg: #F7F7F7;
}

.btn-primary {
  --btn-color: #fff;
  --btn-bg: var(--cassiopeia-color-primary);
  --btn-border-color: var(--middle-blue);
  --btn-hover-color: #fff;
  --btn-hover-bg: var(--middle-blue);
  --btn-hover-border-color: var(--cassiopeia-color-primary);
  --btn-focus-shadow-rgb: 39, 39, 111;
  --btn-active-color: #fff;
  --btn-active-bg: var(--cassiopeia-color-primary);
  --btn-active-border-color: var(--cassiopeia-color-primary);
  --btn-active-shadow: inset 0 3px 5px #00000020;
}

.btn-secondary {
  --btn-color: var(--cassiopeia-color-primary);
  --btn-bg: #fff;
  --btn-border-color: var(--cassiopeia-color-primary);
  --btn-hover-color: #fff;
  --btn-hover-bg: var(--cassiopeia-color-primary);
  --btn-hover-border-color: var(--middle-blue);
  --btn-focus-shadow-rgb: 131, 138, 145;
  --btn-active-color: #fff;
  --btn-active-bg: var(--middle-blue);
  --btn-active-border-color: var(--middle-blue);
  --btn-active-shadow: inset 0 3px 5px #00000020;
}

.btn-outline-primary {
  --btn-color: var(--cassiopeia-color-primary);
  --btn-border-color: var(--cassiopeia-color-primary);
  --btn-hover-color: #fff;
  --btn-hover-bg: var(--cassiopeia-color-primary);
  --btn-hover-border-color: var(--cassiopeia-color-primary);
  --btn-focus-shadow-rgb: 1, 1, 86;
  --btn-active-color: #fff;
  --btn-active-bg: var(--middle-blue);
  --btn-active-border-color: var(--middle-blue);
  --btn-active-shadow: inset 0 3px 5px #00000020;
  --gradient: none;
}

.btn-secondary {
  color: var(--cassiopeia-color-primary);
  background-color: #fff;
  border-color: var(--cassiopeia-color-primary);
}

.btn-secondary:hover {
  color: #fff;
  background-color: var(--cassiopeia-color-primary);
}

.btn-secondary:focus,
.btn-secondary:active {
  color: #fff;
  background-color: var(--middle-blue);
}

.circle-box {
    width: 110px;
    height: 110px;
    font-size: 50px;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background-color: var(--cassiopeia-color-primary);
}

.cirlce-icon {

 }

.icon-white {
	color: #fff;
}

body {
    font-size: 1.1rem;
    line-height: 1.6rem;
    letter-spacing: 2px;
	font-family: 'Open Sans', sans-serif !important;
	overflow-x: hidden;
	background-color: #FFFFFF;
}

.site-grid {
	margin-top: none;
}


/* Schrift */

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  color: var(--heading-color);
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
  font-style: normal;
  overflow-wrap: break-word;
  word-break: break-word;
}

.page-header h1 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
}

.page-header h2 {
  font-family: 'Orbitron', sans-serif;
  font-weight: 700;
}

.page-header h2 a,
h2 a {
	text-decoration: none;
	color: var(--cassiopeia-color-link);
}

.page-header h2 a:hover,
h2 a:hover {
	text-decoration: underline;
}

.text-shadow {
    text-shadow: 3px 3px 5px rgba(0,0,0,0.8);
}

.text-gradient {
  background-color: #333;  
    background-image: linear-gradient(75deg, #7a9a24, #4f83bf);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
   }
}

a:hover {
	text-decoration: none !important;
}

/* doubleline */

.doubleline h1::before {
    background: var(--cassiopeia-color-primary);
    height: 4px;
    bottom: -1px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 150px;
    content: " ";
    z-index: 3;
}

.doubleline h1::after {
    background: white;
    bottom: 0;
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    max-width: 500px;
    content: "";
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow-wrap: break-word;
  word-break: break-word;
}

.extrafont {
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
}

/* abbr und focus */

abbr[title] {
	text-decoration: none;
	border-bottom: none;
	cursor: help;
}

abbr[title]::after {content: " (" attr(title) ") "}

@media (min-width:1160px) {
   abbr[title] {text-decoration: none; border-bottom: 2px dotted var(--orange);}
   abbr[title]::after {content: "" }
}

textarea:focus,
input:focus {
	outline: none;
}

*:focus {
	outline: none;
}

/* grid enhancement */

body.wrapper-fluid footer-mod > .grid-child {
  padding-right: 2em;
  padding-left: 2em;
}

.com-content-category-blog__navigation {
	margin-top: 50px;
}

.com-content-category-blog .blog-items {
    grid-gap: 2rem;
}

@supports (display: grid) {
  .site-grid {
    display: grid;
    grid-template-areas: ". headimage headimage headimage headimage ." ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". topspec topspec topspec topspec ." ". top-c top-c top-c top-c ." ". comp comp comp comp ." ". side-r side-r side-r side-r ." ". side-l side-l side-l side-l ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b ." ". spec spec spec spec ." ". bot-c bot-c bot-c bot-c ." ". bot-d bot-d bot-d bot-d .";
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(4, minmax(0, 19.875rem)) [main-end] minmax(0, 1fr) [full-end];
    grid-gap: 0 1em;
  }
  .site-grid > [class^=container-],
  .site-grid > [class*=" container-"] {
    width: 100%;
    max-width: none;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
  .site-grid > .full-width {
    grid-column: full-start/full-end;
  }
  @media (min-width: 992px) {
    .site-grid {
      grid-template-areas: ". headimage headimage headimage headimage ." ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". topspec topspec topspec topspec ." ". top-c top-c top-c top-c ." ". side-l comp comp side-r ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b ." ". spec spec spec spec ." ". bot-c bot-c bot-c bot-c ." ". bot-d bot-d bot-d bot-d .";
    }
  }
}

@media (max-width: 991.98px) {
  .container-top-a,
  .container-top-b,
  .container-top-special,
  .container-top-c,
  .container-bottom-a,
  .container-special,
  .container-bottom-b,
  .container-bottom-c,
  .container-bottom-d {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .container-top-a > *,
  .container-top-b > *,
  .container-top-special > *,
  .container-top-c > *,
  .container-bottom-a > *,
  .container-special,
  .container-bottom-b > *,
  .container-bottom-c > *,
  .container-bottom-d > *  {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

.container-top-a .grid-child,
.container-top-b .grid-child,
.container-top-special .grid-child,
.container-top-c .grid-child,
.container-bottom-a .grid-child,
.container-bottom-b .grid-child,
.container-bottom-c .grid-child,
.container-bottom-d .grid-child,
.footer-mod .grid-child,
.footer .grid-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.container-footer-mod .grid-child .footer-mod {
    margin: 0.375rem 0;
  }

}

.container-header {
    z-index: 5;
    background-color: #ffffff;
	color: var(--color-primary);
    background-image: none;
    position: relative;
    box-shadow: inset 0 5px 5px #00000008;
}

.container-header .navbar-brand {
  z-index: 9;
}

.container-header .navbar-tools {
  margin-top: 5px;
  z-index: 9;
}

.container-header .navbar-tools .brandmenu,
.container-header .navbar-tools .tools {
  display: flex;
  flex-direction: row;
}

.container-header .container-nav {
	background: #ffffff;
	justify-content: center;
    padding-bottom: 0;
	margin-top: 10px;
	color: var(--color-primary);	 
}

.container-header .container-nav .grid-child {
	display: flex;
	justify-content: center;
	padding: 0;
}

.container-top-b {
  grid-area: top-b;
  position: relative;
}

.container-top-special {
  grid-area: topspec;
  position: relative;
}

.container-top-c {
  grid-area: top-c;
  position: relative;
}

.container-special {
  grid-area: spec;
  position: relative;
}

.container-bottom-c {
  grid-area: bot-c;
  position: relative;
}

.container-bottom-d {
  grid-area: bot-d;
  position: relative;
}

.container-top-special > *,
.container-top-c > *,
.container-special > *,
.container-bottom-c > *,
.container-bottom-d > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
}

/* Headimage */

.container-headimage {
	grid-area: headimage;
	position: relative;
	height: 460px;
    overflow: hidden;
}

.container-headimage .headimage-content {
  background-color: #667d22;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 460px;
/*  background-size: 300% 300%; */
/*  animation: gradient 12s ease infinite; */
}

/*
.container-headimage .headimage-content::before {
   background: linear-gradient(20deg, rgba(68, 68, 68, 0.1) 0%, rgba(68, 68, 68, 0.3) 70%);
   z-index: 11;
}
*/

@keyframes gradient {
	0% {
		background-position: 0% 33%;
	}
	33% {
		background-position: 66% 33%;
	}
	66% {
		background-position: 100% 66%;
	}
	100% {
		background-position: 0% 33%;
	}
}

.container-headimage .headimage-content .inner {
  display: flex;
  justify-content: center;
  height: 100%;
}

.container-headimage .headimage-content .inner h1 {
  font-weight: bold;
  font-size: 3rem;
}

.container-headimage .headimage-content .inner .subline {
  font-size: 1.6rem;
  color: #FFF;
}

.container-headimage .headimage-content .inner .subline.green {
  color: var(--cassiopeia-color-primary);
}

.container-headimage .headslider {
  height: 460px;
}

/* BS Carousel */

.carousel-indicators [data-bs-target] {
    width: 60px;
    height: 5px;
	border: 1px solid silver;
	margin-left: 5px;
    margin-right: 5px;
	margin-bottom: 80px;
	z-index: 7;
}

.carousel-control-prev,
.carousel-control-next {
    z-index: 1;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: transparent;
    border: 0;
    justify-content: center;
    align-items: center;
    width: 15%;
    padding: 0;
    transition: opacity .15s;
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0
}

.headimage .carousel-control-prev {
    font-size: 35px;
    color: #003366 !important;
}
 
.headimage .carousel-control-next {
    font-size: 35px;
    color: #003366 !important;
}


/* Footer */

.footer ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.footer ul li {
  display: inline-block;  
  margin: 0 10px;
}

.footer ul li a {
  font-size: 0.9rem;
  text-decoration: underline;
}

.footer ul li a:hover {
  text-decoration: none;
  color: #F0F0F0;
}

.footer .footer1 {
  font-size: 0.7rem !important;
}

.container-footer {
	background-color: #000000;
	color: #fff;
	margin-top: 0;
}

.container-footer .grid-child {
	padding: 20px;
	margin: 0 auto;
}

.container-footer-mod {
	background-color: #333333;
	color: #fff;
	margin-top: 0;
}

.container-footer-mod .backpic-full {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	min-height: 400px !important;
}

.container-footer-mod a {
	color: #ffffff;
}

.container-footer-mod a:hover{
	color: var(--link-color);
}

.container-footer-mod .grid-child {
	padding: 0;
	margin: 0 auto;
}

.container-footer-mod .grid-child,
.container-footer-mod.full-width .grid-child {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
	justify-content: center !important;
}

.container-footer-skyline {
	background-color: #fff;
	color: #333333;
	margin-top: 100px;
}

.container-footer-skyline .grid-child {
	min-height: 200px;
	width: 100%;
/*	align-items: flex-start;
	justify-content: flex-start;
	background-image: url(../images/skyline_sef.png);
    background-repeat: no-repeat;
    background-position: bottom right;
	background-size: contain; */
}

.container-footer {
    background-image: none;
}

.container-banner {
    margin: 0 !important;
}

.container-banner .backpic-full {
    color: #333333;
    margin: 0 !important;
    padding: 35px 0 0 0 !important;
/*  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../../../../../images/header/bg_header-start.jpg"); */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #F0F0F0;
}

.container-topbar {
    background: #F0F0F0;
	font-size: 13px;
    line-height: 20px;
    color: #333333;
}

.container-topbar a {
    color: #333333;
	text-decoration: none;
}

.container-topbar a:hover {
    color: var(--cassiopeia-color-hover);
	text-decoration: underline;
}

.container-topbar ul {
	display: flex;
    margin: 0;
    padding: 0;
	list-style: none;
	justify-content: center;
	flex-direction: row;
}

.container-topbar li {
	padding: 0 15px;
}

.container-header .mod-menu.topmenu {
	display: flex;
	justify-content: flex-end;
	margin-right: 20px;
}

.container-header .mod-menu.topmenu > li > a {
	color: #333;
	text-decoration: none;
}

.container-header .mod-menu.topmenu > li > a:hover {
	color: #333;
	text-decoration: underline;
}

.container-banner .backpic-full .own-content {
  overflow: hidden !important;
  justify-content: center;
  text-align: center;
}

.container-component {
  margin: 10px 0;
}

nav.pagenavigation {
	margin-top: 50px;
}

.container-top-a {
  padding: 30px 15px;
  grid-column: full-start/full-end;
  justify-content: center;
  display: flex;
}

.container-top-a .grid-child {
	justify-content: center;
}

.container-top-b {
	padding: 30px 15px;
	grid-column: full-start/full-end;
	justify-content: center;
	display: flex;
	background-position: 50% 50%;
}

.container-top-b .grid-child {
  padding: 15px;
}

.container-top-special {
	padding: 30px 15px;
	grid-column: full-start/full-end;
	justify-content: center;
	display: flex;
	background-position: 50% 50%;
}

.container-top-special .grid-child {
  padding: 15px;
  margin: -30px 0 50px 0;
  background-color: #e6e6e6;
  /* background: linear-gradient(30deg, rgba(230,239,247,1) 35%, rgba(203,217,229,1) 65%); */
  border-radius: 7px;
}

.container-top-c {
  background-color: #F0F0F0;
  padding: 30px 15px;
  grid-column: full-start/full-end;
  justify-content: center;
  display: flex;
}

.container-top-c .grid-child {
	margin: 50px 0 50px 0;
	flex-direction: column;
}

.container-bottom-a {
  background-color: #F0F0F0;
  padding: 30px 15px;
  grid-column: full-start/full-end;
  justify-content: center;
  display: flex;
}

.container-bottom-a .grid-child {
	margin: 50px 0 50px 0;
	flex-direction: column;
}

.container-special .backpic-full {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
	color: #fff;
	background-color: var(--cassiopeia-color-primary);
	padding: 30px;
}

.container-bottom-b {
  background-color: none;
  padding: 30px 15px;
  grid-column: full-start/full-end;
  justify-content: center;
  display: flex;
}

.container-bottom-b .grid-child {
	margin: 50px 0 50px 0;
	flex-direction: column;
}

.container-bottom-c {
  background-color: #F0F0F0;
  padding: 30px 15px;
  grid-column: full-start/full-end;
  justify-content: center;
  display: flex;
}

.container-bottom-c .grid-child {
	margin: 50px 0;
	flex-direction: column;
}

.container-bottom-d {
  padding: 30px 15px;
  grid-column: full-start/full-end;
  justify-content: center;
  display: flex;
  margin-top: 50px;
  background-color: #516516;
  color: #fff;
}

.container-bottom-d .grid-child {
	margin: 30px 0;
	flex-direction: column;
}

.active > .page-link, .page-link.active {
    background-color: var(--cassiopeia-color-link);
    border-color: var(--cassiopeia-color-link);
    color: #fff;
}

/* margins */

.no-margin-bottom {
	margin-bottom: -50px;
}

.no-margin-top {
	margin-top: -50px;
}

.no-margin-all {
	margin: -50px 0;
}

.add-margin-top {
	margin-top: 50px;
}

.margin-right {
	margin-right: 30px !important;
}

.margin-tools-left {
	margin-left: 15px;
}

.textspalten {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  column-gap: 30px;
}

/* Pagination */

nav.pagenavigation {
	margin-top: 50px;
}

/* Breadcrumbs */

nav.mod-breadcrumbs__wrapper {
  margin-bottom: 35px;
  margin-top: 0 !important;
}

.mod-breadcrumbs {
	font-size: 0.9rem;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
	border-bottom: 1px solid silver;
}

/* Beitragsbild */

.image-center,
.pic-center,
.float-center {
  text-align: center;
}

/* Teaser BigPic */

.bigpic-content-wrapper {
   color: #fff;
}

.bigpic-content {
    background: #516516;
	margin: -35px 0 30px 0;
    padding: 20px 15px 20px 15px;
}

.bigpic-content .over_headline {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: normal;
}

.bigpic-media {
	   margin: 0 calc((50% - 50vw) + 10px);
}

.bigpic-media img {
	   display: inline-block;
       vertical-align: middle;
	   width: 100%;
	   height: auto;
       -ms-interpolation-mode: bicubic;
}

@media (max-width: 768px) {
    .container {
        max-width: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .bigpic-content {
        margin-top: 220px !important;
        padding: 40px 30px 30px 40px !important;
        position: relative !important;
    }

	 .bigpic-content::before {
        content: '';
        background: rgba(31, 77, 119, 0.8);
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40px;
        left: -20px;
    }
	.bigpic-media {
       margin-left: calc((-100% / 9* 1) - 2rem* 0) !important; 
       margin-right: calc((-100% / 4* 7) - 2rem* 0) !important;
    }
}

@media only screen and (min-width: 992px) {
	
    .bigpic-content {
        margin-top: 130px !important;
        padding: 40px 30px 30px 40px !important;
        position: relative !important;
    }

	 .bigpic-content::before {
        content: '';
        background: rgba(31, 77, 119, 0.8);
        width: 40px;
        height: 40px;
        position: absolute;
        top: 40px;
        left: -20px;
    }
	.bigpic-media {
       margin-left: calc((-100% / 4* 0) - 2rem* 0) !important; 
       margin-right: calc((-100% / 4* 2) - 2rem* 0) !important;
    }
}

@media only screen and (min-width: 1200px) {
    .bigpic-content {
        margin-top: 180px !important;
        padding: 80px 40px 40px 60px !important;
		position: relative !important;
    }
	.bigpic-content::before {
        width: 60px;
        height: 60px;
        top: 60px;
        left: -30px;
    }
	.bigpic-media {
        margin-left: calc((-100% / 7* 0) - 2rem* 0) !important;
        margin-right: calc((-100% / 7* 2) - 2rem* 0) !important;
    }
}

/* Footer Square */

.container-footer-skyline .grid-child .mod-custom {
	width: 100%;
}

.footer-decoration {
    height: 280px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.footer-square {
    background-color: var(--cassiopeia-color-primary);
    transform: rotate(-8deg) translateY(40px) translateX(33px);
    height: 500px;
    width: 530px;
}
.footer-square p {
    line-height: 1.5rem;
    color: #fff;
    transform: rotate(8deg);
    margin-top: 50px;
    margin-left: 50px;
    width: 350px;
}
.footer-square a {
    color: #fff;
}
.footer-square a:hover {
	text-decoration: none;
}

/* text-image-right-left */

.ti-mt {
        margin-top: 0px !important;
    }
	
.headline-highlight p {
	color: var(--cassiopeia-color-hover);
}

@media (min-width: 992px) {
    .ti-mt {
        margin-top: 130px !important;
    }
}
.z-index-2 {
    z-index: 2 !important;
}

@media (min-width: 992px) {
    .negative-offset-lg-1 {
        margin-right: -8.4% !important;
    }
}

@media (min-width: 992px) {
    .headline-highlight:after {
        background-color: var(--cassiopeia-color-primary);
        content: "";
        display: block;
        height: 100%;
        left: -25px;
        position: absolute;
        top: 0;
        width: .8rem;
    }
}

@media (min-width: 992px) {
    .headline-highlight {
        position: relative;
    }
}

/* FLAGS */

#flags {
  position: fixed;
  right: 0;
  top: 300px;
  text-align: right;
  z-index: 15;
}

#flags a {
  float: right;
  clear: both;
  background: #fff;
  display: block;
  height: 48px;
  width: 58px;
  overflow: none;
  margin: 5px 0;
  text-align: center;
  line-height: 48px;
  box-shadow: 0 0 6.5px 1px rgba(0, 0, 0, 0.29);
  color: var(--cassiopeia-color-primary);
  transition: padding 0.2s;
  border-radius: 7px 0 0 7px;
}

#flags a i {
  font-size: 1.2rem;
}
  
#flags a span {
  font-size: 1rem;
}

#flags a:hover {
  width: auto;
  background: var(--cassiopeia-color-primary);
  padding: 0 20px 0 20px;
  color: #fff;
}

#flags a:hover span {
  display: inline-block;
  padding-left: 20px;
}

#flags a:hover i {
  color: #fff !important;
}

#flags a span {
  display: none;
  color: #fff;
}

/* Back to Top */

.back-to-top-link {
    position: fixed;
    bottom: 80px;
    right: 10px;
    border-radius: 7px;
    box-sizing: border-box;
    padding-top: 11px;
    height: 48px;
    width: 48px;
    color: #FFFFFF;
    background-color: var(--cassiopeia-color-hover);
    border: 2px solid var(--cassiopeia-color-hover);
    text-align: center;
    transition: background-color 0.2s, color 0.2s;
}

.back-to-top-link.visible {
  opacity: 1;
}
.back-to-top-link:hover,
.back-to-top-link:focus {
  color: var(--cassiopeia-color-hover) !important;
  background-color: #FFFFFF !important;
  border-color: var(--cassiopeia-color-primary) !important;
}

/* BS Accordion */

h2 .accordion-header {
	
}

.accordion-collapse {
	background: var(--accordion-active-bg);
}

.accordion-button {
	outline: none;
	font-size: 1.2rem;
	font-weight: bold;
}
.accordion-button:hover {
	color: var(--cassiopeia-color-primary);
	transition: color .5s;
}
.accordion-item {
	border-bottom: 1px solid #606060;
}

/* BA Forms */

.ba-alert.ba-forms-authorize-field-wrapper input[type="text"], .ba-alert.calendar-field-wrapper input[type="text"], .ba-alert .upload-file-input, .ba-alert .ba-field-container select, .ba-alert .ba-field-container textarea, .ba-form-calendar-field:not(.ba-form-calendar-field) .ba-alert .ba-field-container input[type="text"], .ba-alert .ba-field-container input[type="text"], .ba-alert .ba-field-container input[type="number"], .ba-alert .ba-field-container input[type="password"], .ba-alert .ba-field-container input[type="email"] {
    box-shadow: inset 0px 0px 0px calc(2px - var(--field-border-width)* var(--field-border-right)* var(--field-border-left)* var(--field-border-bottom)* var(--field-border-top)) var(--cassiopeia-color-primary) !important;
    border-color: var(--cassiopeia-color-primary) !important;
}

.ba-forms-authorize-field-wrapper .ba-alert-tooltip:before, .ba-form-field-item .ba-alert-tooltip:before {
    border: 5px solid transparent;
    border-bottom: 5px solid var(--cassiopeia-color-primary) !important;
}

.ba-forms-authorize-field-wrapper .ba-alert-tooltip, .ba-form-field-item .ba-alert-tooltip {
  background-color: var(--cassiopeia-color-primary) !important;
}

/* Accessibility */

.djacc-popup .djacc__openbtn--default  {
	border-radius: 7px !important;
	background: var(--cassiopeia-color-hover) !important;
}

.djacc-popup .djacc__openbtn--default :hover,
.djacc-popup .djacc__openbtn--default--active {
	
}

/* Content */

.com-content-category-blog__items {
  margin-top: 35px;
}

/* ul */

ul.tasks {
  	list-style-type: circle;
  	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  	margin-left: 20px;
  -webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
} 

/* Special */

div.special-wrapper {
	margin-top: 15vh;
	margin-bottom: 20vh;
	z-index: 5;
}

div.special-wrapper::before {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
/*  background: linear-gradient(20deg, rgba(31, 77, 119, 0.5) 0%, rgba(31, 77, 119, 0) 70%); */
}

div.special-wrapper-in {
	overflow: hidden;
	background-color: rgba(230, 230, 230, .3);  
    backdrop-filter: blur(10px);
}

h1.special {
	font-size: 3.7rem;
	line-height: 4.2rem;
	color: #fff;
    text-shadow: 1px 1px 2px #333, 0 0 5px #F0F0F0;
	letter-spacing: 4px;
	transform: rotate(-5deg);
	margin-bottom: 50px;
}

div.special-in {
	color: #FFF;
	border-radius: 7px;
	max-width: 900px;
}

p.special-sub {
	text-shadow: 1px 1px 2px #333, 0 0 10px #F0F0F0;
	font-size: 1.4rem;
	line-height: 1.6rem;
}

p.special-text {
	font-size: 1rem;
	line-height: 1.3rem;
}

/* Products */

.products-wrapper {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}

.products-item-image {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.products-item-image-wrapper img  {
    overflow-clip-margin: content-box;
    overflow: clip;
	border: 0;
	border-radius: 1rem 1rem 0 0;
}

.products-item {
	margin-bottom: 80px;
}

.products-item + .products-item {
	margin-bottom:100px;
}

.products-item-content {
  position:relative;
  margin-bottom:20px;
}
.products-item-image {
  display:block;
  width:100%;
  margin:0 auto;
}
.products-item-text {
  padding:40px 20px;
  background-color:#cbd9e5;
  color:#333333;
}

.products-item-text a {
	text-decoration: none;
	color: var(--cassiopeia-color-primary);
}

.products-item-text a:hover {
	text-decoration: underline;
}

.products-item-headline {
	margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.5;
	font-size: 1.3rem;
	font-family: 'Orbitron', sans-serif;
	font-weight: 700;
    font-style: normal;
    color: #333333;
	}

.products-item-hint {
	font-size:1.375rem;
	font-weight:bold;
	margin-top:15px;
	color: var(--cassiopeia-color-primary);
	}

.products-item-link {
	background-color: var(--cassiopeia-color-primary);
	color:#fff;
	display:inline-block;
	padding: .6rem 1rem;
	position:absolute;
	right:30px;
	bottom:0;
    text-decoration: none;
	transform:translateY(50%);
    border-radius: .25rem;
	}

.products-item-link:hover {
	background-color: var(--cassiopeia-color-hover);
	color: #fff;
	}

@media (min-width: 992px){

.products-items {
	margin:0
	}

.products-item+.products-item {
	margin-bottom:100px
	}

.products-item {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
	}
.products-item-image-wrapper {
	width:45%;
	flex-shrink:0;
	flex-grow:0;
	}
	
.products-item-image-wrapper img {
	border-radius: 1rem;
}
.products-item-headline {
	font-size:1.5rem
	}
.products-item-text {
	padding:40px;
	}
.products-item-hint {
	font-size:1.3rem;
	}
.products-item-link {
	right:40px;
	}
}


/* Fullimage Flextext Teaser */

.image-flextext-container {
    will-change: -ms-transform;
    will-change: -webkit-transform;
    will-change: transform;
    position: relative;
    height: 100%;
	width: calc(100%);
}

.image-flextext-item-container {
    display: inline-block !important;
	position: relative;
	width: 100%;
	vertical-align: top;
    white-space: normal;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color: #F0F0F0;
}

.image-flextext-image {
    object-fit: cover;
    font-family: "object-fit: cover;";
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display: block;
    width: 100%;
}

.image-flextext-container .image-flextext-item.is-cover {
    height: 100%;
}

.image-flextext-item {
	min-height: 360px;
}

.image-flextext-container .image-flextext-item {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    position: relative;
}

.item-flex-wrapper {
    text-align: center;
}

.item-container {
    max-width: 1440px;
    padding: 0 50px;
	width: 100%;
}

.item-content {
    background: white;
    padding: 30px 15px 15px 15px;
    position: relative;
    top: -20px;
	color: #333333;
	text-align: center;
	overflow: hidden;
}

.primary-highlighting {
    background-color: #e37700;
    padding: 0 15px 5px 15px;
	line-height: 1.1;
    display: inline;
    color: white;
    font-size: 28px;
	font-weight: bold;
	margin-bottom: 20px;
}

.item-content h3     {
		font-family: 'Open Sans', sans-serif !important;
        color: #333333 !important;
		margin: 30px 0;
        font-size: 26px;
        text-shadow: -1px -1px 0 white, 1px -1px 0 white, 1px 1px 0 white, 1px 1px 0 white;
    }

@media (max-width: 576px) {
    .item-container {
        max-width: 540px;
    }
    .primary-highlighting {
		font-size: 22px;
    }
  .item-content h3     {
        font-size: 22px;
    }
}

@media (max-width: 992px) {
    .item-container {
        max-width: 960px;
    }
}

@media (max-width: 768px) {
    .item-container {
        max-width: 720px;
    }
}

@media (max-width: 1260px) {
     .item-container {
        padding: 0 50px;
		max-width: 1140px;
    }
}

@media (min-width: 1260px) {
    .item-content {
        padding: 0;
        max-width: 60%;
    }
}

@media (min-width: 992px) {
   .item-flex-wrapper {
	   display: flex;
        text-align: unset;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        -ms-flex-align: center;
        align-items: center;
    }
    .item-content {
        max-width: 65%;
        padding: 0 0 0 30px;
        background: none !important;
        top: unset;
		text-align: left;
    }
	.image-flextext-item {
	    min-height: 460px;
	}
	.primary-highlighting {
	    font-size: 48px;
    }
}

@media (min-width: 1260px) {
    .image-flextext-item {
        height: calc(100vw / 3);
    }
}

@media screen and (min-width: 1400px) {
.item-content h3     {
        color: #333333 !important;
        text-shadow: none;
    }
}

@media screen and (min-width: 1440px) {
   .image-flextext-item {
        height: calc(1440px / 3);
    }
}

/* Tabs */

.nav.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.container-bottom-b .nav-tabs+.tab-content {
	background: #F5F5F5;
}

.nav.nav-tabs .nav-item {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.nav-link {
  display: block;
  text-decoration: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

@media (prefers-reduced-motion: reduce) {
.nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav.nav-tabs .nav-link {
  margin-bottom: calc(-1 * 1px);
  background: none;
  box-shadow: none ;
  -webkit-box-shadow: none;
  border: none !important;
}

.nav.nav-tabs .nav-link.active {
  color: var(--body-color);
  background: none;
  box-shadow: none ;
  -webkit-box-shadow: none;
  border: none;
}

.nav.nav-tabs .nav-link.active:after {
  width: 200px;
  margin-left: -100px;
  left: 50%;
  right: auto;
  background-color: var(--cassiopeia-color-primary);
}

.nav.nav-tabs .nav-item:first-of-type .nav-link,
.nav.nav-tabs .nav-item:last-of-type .nav-link,
.nav.nav-tabs .nav-item:first-of-type .nav-link.active,
.nav.nav-tabs .nav-item:last-of-type .nav-link.active  {
  box-shadow: none ;
  -webkit-box-shadow: none;
  border: none;
}

.tabs-icon {
  display: block;
  padding-bottom: 15px;
  color: #333;
}

.nav.nav-tabs .nav-link.active .tabs-icon {
	  color: var(--cassiopeia-color-primary);
}

.tabs-title {
  display: block;
  font-weight: bold;
  font-size: 1.2rem;
  color: #333;
  padding-bottom: 10px;
}

.nav-tabs+.tab-content {
  box-shadow: none ;
  -webkit-box-shadow: none;
  border: none;
}

/* baform */

a.ba-form-submit-btn {
	text-decoration: none;
}

/* article body */

.com-content-article__body > p > img {
	display: flex;
	margin: 0 auto;
}

figcaption {
	font-size: 0.8rem;
}

.com-content-article__body,
.category-desc {
	padding: 20px 0 0 0;
}

/* mod_articles_news */

.newsflash-image {
	position: relative;
}
.newsflash-category {
	position: absolute;
	left: 0;
	bottom: 10px;
	background-color: #516516;
	color: #FFF;
	font-weight: 700;
	padding: 5px 15px;
	border-radius: 0 7px 7px 0;
}

.category-title {
	font-size: 0.8rem;
}

.mod-articlesnews-horizontal p.readmore a {
	--btn-padding-y: .25rem;
    --btn-padding-x: .5rem;
    --btn-font-size: .875rem;
    --btn-border-radius: var(--border-radius-sm);
	text-decoration: none;
	display: block;
}

/* Suche */

.container-header .mod-finder {
    margin-top: 20px;
}

.com_finder .finder {
  margin-bottom: 50px;
}

.result__title-text {
    font-size: 1rem;
}

.form-control:focus {
	box-shadow: none;
}

.awesomplete > input {
  width: 350px;
}

mark,
.awesomplete mark {
	background: #d9e2eb;
}
.awesomplete li:hover mark {
			background: var(--cassiopeia-color-primary);
			color: white;
		}

.awesomplete > ul > li:hover {
		background: #FFF;
		color: black;
	}

.awesomplete > ul > li[aria-selected="true"] {
		background: var(--cassiopeia-color-primary);
		color: white;
	}

.suchbox {
	display: grid;
	justify-content: center;
}

.com-finder>*+*, .com-finder__results>*+* {
    margin-top: 2.5em;
}

/* DJMegaMenu */

.dj-megamenu-clean {
    margin-right: 0;
 }

.dj-megamenu-clean li a.dj-up_a {
  height: 60px !important;
  padding: 0 10px;
  margin: 0 15px;
  font-size: 20px !important;
  font-family: 'Orbitron', sans-serif;
  text-transform: normal;
  border: 1px solid transparent;

}

.dj-megamenu-clean li a.dj-up_a:hover {
  background-color: #FFFFFF !important;
  color: #333333 !important;
  border-radius: 5px;
  border: 1px solid var(--cassiopeia-color-primary);
}

.dj-megamenu-clean li a.dj-up_a.focus,
.dj-megamenu-clean li a.dj-up_a.active {
  border-radius: 5px;
  border: 1px solid var(--cassiopeia-color-primary);
  background-color: #FFFFFF !important;
}

.dj-megamenu-clean li div.dj-subwrap {
  padding: 14px 0 0 0 !important;
}

.dj-megamenu-clean li ul.dj-submenu > li > a {
  font-size: 14px !important;
  line-height: 20px !important;
  padding: 12px !important;
  font-family: 'Open Sans', sans-serif;
}

ul.dj-mobile-light li.dj-mobileitem>a {
	padding: 15px !important;
}

.dj-megamenu-clean li:hover > div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-clean li:hover > div.dj-subwrap li.hover > div.dj-subwrap,
.dj-megamenu-clean li.hover > div.dj-subwrap li:hover > div.dj-subwrap,
.dj-megamenu-clean li.hover > div.dj-subwrap li.hover > div.dj-subwrap {
	top: -10px !important;
	border: 5px solid silver;
	padding: 0 !important;
}

.dj-megamenu-clean li.dj-up a.dj-up_a small.subtitle {
    display: block;
    text-transform: none;
	font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    opacity: .8;
    filter: alpha(opacity = 80);
    margin-top: 5px;
}


@media screen and (max-width: 560px) {
	
h1.special {
	font-size: 2.2rem;
	line-height: 2.6rem;
}

}

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

.hidden-550 {
	display: none !important;
}

.footer-square {
    transform: rotate(0deg) translateY(0px) translateX(0px);
    height: 240px;
    width: 100%;
}
.footer-decoration {
    overflow: visible;
    height: auto;
}
.footer-square p {
    transform: rotate(0deg);
    margin: 40px auto;
    text-align: center;
    width: auto;
}

}	

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

.hidden-768 {
	display: none !important;
}

}	

@media (max-width: 791.98px) {
	
ul.tasks {
   	-webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }

.bereichstitel {
  padding: 20px;
  font-size: 1.5rem;
  }
  
}

@media (max-width: 991.98px) {

.hidden-992 {
	display: none !important;
}

.container-headimage .headimage-content .inner h1 {
  font-weight: bold;
  font-size: 2rem;
}

.container-headimage .headimage-content .inner .subline {
  font-size: 1.2rem;
}

.container-headimage,	
.container-headimage .headimage-content,
.container-headimage .headslider {
  height: 320px;
}

.jmm-simple-img-slider.default .jmm-image img,
.carousel-item img {
  height: 320px !important;
}

.carousel-control-prev,
.carousel-control-next {
	display: none;
}

.carousel-indicators [data-bs-target] {
	margin-bottom: 40px;
}

.margin-bottom {
	margin-bottom: 0;
}

.container-header .navbar-tools {
  margin-top: 7px;
}

.navbar-brand img {
	max-height: 45px;
	width: auto;
}

.textspalten {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  column-gap: 30px;
}

.container-header .mod-menu.topmenu {
	justify-content: center;
	margin-right: 0;
	flex-direction: row;
}

.container-header .mod-menu.topmenu > li > a {
	padding: 0 10px;
}

div.special-in {
	padding: 15px;
}


p.special-sub {
	font-size: 1.3rem;
}

.footer ul {
  display: block;
  margin-bottom: 20px;
}

.footer ul li {
  display: block;
}

.margin-right {
	margin-right: 0;
}
.no-margin-bottom {
	margin-bottom: 0px;
}

.footer,
.mod-footer,
.footer-mod {
  text-align: center !important;
}

.nav.nav-tabs .nav-item {
 margin-top: 20px;
}

#flags {
    display: none;
  }

.news {
	font-size: 1rem;
}

.blog-item .item-content {
	text-align: center !important;
}

.blog-item .item-image {
	align-self: center !important;
}

}

@media (max-width: 1288.98px) {

.hidden-1289 {
	display: none !important;
}

.container-header .mod-finder {
    margin-top: 0;
}

.container-nav {
	display: none !important;
}

}

@media (max-width: 1191.98px) {

.container-nav {
	display: none !important;
}

}

@media (max-width: 1399.98px) {


}

@media (max-width: 1919.98px) {

.headerslider .dj-slide {
	border-radius: 0 !important;
}

}


/* shape divider */

.shape-divider-triangle-bottom {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
	z-index: 4;
}

.shape-divider-triangle-bottom svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 60px;
}

.shape-divider-triangle-bottom .shape-fill {
    fill: #FFFFFF;
}