@font-face {
	font-display: swap;
	font-family: 'DaxlineWeb';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/DaxlineWeb.woff') format('woff');
}
 *{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 12px;
	font-family: 'DaxlineWeb';
	line-height: 1.5em;
	color: #58585a;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* html body * {
	overflow: visible;
}

div:target,
button:active, button:focus,
a, a:hover, a:active, a:focus, object, embed,
:focus{
	outline: 0 none;
}
a{
    text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
}
button::-moz-focus-inner {
    border: 1px dotted transparent;
}
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
	box-shadow: none;
}
::-webkit-search-decoration {
	-webkit-appearance: none;
}
::selection{
    background: #000;
    color: #fff;
}
a, button, input {
	cursor: pointer;
}
button{
    outline: none;
    border: 0;
    font-family: inherit;
}
main p>a:not([class*="btn"]){
	display: inline;
    color:#000;
    text-decoration: underline;
}
main p>a:not([class*="btn"]):hover{
	color:#000;
	text-decoration: none;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]),
[hidden] {
	display: none;
}
blockquote {
	margin: 0 !important;
	position: relative;
	display: table;
    background: #F8F9FA;
    border-bottom: 0px solid #00A79D;
    padding: 56px 32px 29px 32px;
    width: 100%;
}
blockquote::before {
	content: '';
    font-family:'DaxlineWeb';
	font-size: 32px;
	color: #000;
    width: 44px;
    height: 30px;
	position: absolute;
	right: 22px;
	top: -15px;
}
blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
q {
	quotes: none
}
pre, code, kbd, tt, samp, var {
	font-size: 100%;
}
pre {
	line-height: 1.5em;
	margin: 1.5em 0 0;
	white-space: pre;
	white-space: pre-wrap;
}
pre, code,
kbd, samp, var, tt {
	color: #000;
	font-weight: normal;
}
var, dfn {
	font-style: italic;
}
acronym, abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	letter-spacing: .07em;
	cursor: help;
}
fieldset, img {
	border: 0;
}
figure, .video {
	line-height: 0;
	overflow: visible;
    margin: 0;
}
figcaption {
	line-height: 20px;
    z-index: 2;
}
img {
	height: auto;
	width: 100%;
    margin: 0;
    object-fit: cover;
}
b,strong {
	font-weight: bold;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
hr {
	width: calc(100% - 50px);
    max-width: 1000px;
	background: transparent;
	margin: 0 auto;
	padding: 0 20px 80px;
	border: 0;
	border-top: 2px #000000 solid;
	clear: both;
}
.table{
    width: 100%;
    overflow-x: auto;
    display: block;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.3571em 0 0;
	border-spacing: 0;
}
table.narrow {
	margin: 1.4286em 0 0;
}
table.narrow th, table.narrow td {
	padding: 0 .5em;
	line-height: 1.4286em;
}
table caption {
	font-variant: small-caps;
}
th, td {
	line-height: 1.5em;
	vertical-align: top;
	padding: .7143em .5em;
}
th:first-child, td:first-child {
	margin-top: 0;
}
th.nowrap, td.nowrap {
	white-space: nowrap;
}
thead th {
	text-align: left;
	border-bottom: 0px solid #000;
}
tbody{
}
tbody th,td{
	text-align: left;
	border-top: 0px solid #000;
}
tbody tr:nth-of-type(odd){
	background: #F2F2F2;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    opacity: 0.75;
  }
::-webkit-scrollbar-track {
    border-radius: 0px;
    background: #e0e0e0;
    box-shadow: inset 20px 20px 60px #bebebe,inset -20px -20px 60px #ffffff;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: linear-gradient(145deg, #cacaca, #f0f0f0);
    box-shadow:  20px 20px 60px #bebebe,-20px -20px 60px #ffffff;
    opacity: 0.5;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(145deg, #cacaca, #666);
    box-shadow:  20px 20px 60px #bebebe,-20px -20px 60px #ffffff;
}
header,main{
	max-width: 1050px;
	margin: 0 auto;
	padding: 0 25px;
}
#header{
	padding-top: 30px;
}
#logo{
	width: 228px;
}
#wirwissenwie{
	width: 135px;
}
#menu-main-menu>li{
	width: 100%;
    height: 20px;
	display: table;
	margin-bottom: 10px;
	-webkit-transition: -webkit-box-shadow 1s ease-in-out;
	-moz-transition: -moz-box-shadow 1s ease-in-out;
	-o-transition: box-shadow 1s ease-in-out;
	transition: box-shadow 1s ease-in-out;
}
#menu-main-menu>li a{
	color: white;
    margin-top: 2px;
    margin-left: 7px;
    display: block;
	text-transform: uppercase;
}
#menu-main-menu>li:nth-child(4n+1){
    background-color: #00a1d8;
}
#menu-main-menu>li:nth-child(4n+2){
    background-color: #98b419;
}
#menu-main-menu>li:nth-child(4n+3){
    background-color: #c0dbab;
}
#menu-main-menu>li:nth-child(4n){
    background-color: #db001b;
}
#menu-main-menu li:hover,#menu-main-menu li.current_page_item  {
    -webkit-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.60);
    -moz-box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.60);
    box-shadow: inset 0px 5px 4px 0px rgba(0, 0, 0, 0.60);
}
.gridSlider {
    overflow: hidden;
    position: relative;
    height: 100%;
    margin: 0 auto 15px;
	width: 100%;
	max-width: 515px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.gridSlider figure {
    min-height: 100px;
    height: 100%;
	width: 100%;
    overflow: hidden;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
    position: relative;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: flex;
}
.gridSlider figure img {
    min-height: 100px;
}
main>section{
    background-color: #ececed;
    width: 100%;
    clear: both;
	margin-bottom: 17px;
}
main>section>nav{
	width: 100%;
    padding-top: 17px;
    padding-left: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}
a:visited{
    color: #58585a;
}
#menu-side-menu li.current_page_item a{
    font-weight: bold;
}
aside{
	background-color: #ececed;
	width: 100%;
	padding: 12px 28px 15px;
}
aside h2{
    font-size: 17px;
}
aside a:first-of-type{
    font-weight: bold;
    margin: 5px 0px 0px;
    display: block;
}
aside a:nth-of-type(3){
	margin: 10px 0;
    display: block;
}
aside h3{
    font-size: 13px;
    font-weight: bold;
}
aside form input:not([type="submit"]){
    height: 20px;
    width: 154px;
    border-style: none;
    color: #58585a;
    padding-left: 10px;
    font-size: 12px;
    color: #aaa;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
    margin: 3px 0 0;
}
aside form input[type="submit"]{
	margin-top: 10px;
    margin-left: -2px;
    border-style: none;
    background-color: #ECECED;
    color: #58585A;
	display: block;
}
.wpcf7-spinner{
	display: none;
}
form.submitting .wpcf7-spinner{
	display: inline-block;
}
aside form br{
    display: none;
}
.grid{
	display: block;
	position: relative;
	margin-bottom: 35px;
}
.grid h1{
	width: 100%;
	font-size: 20px;
    font-weight: bold;
    text-transform: none;
}
.grid.imgText figure{
	max-width: 176px;
	padding-top: 15px;
}
.grid.imgGal .gridSlider{
	max-width: 210px;
	max-height: 414px;
}
.grid.conText .text{
	width: 100%;
}
.grid.conText form input:not([type="checkbox"]){
	width: 266px;
}
.grid.conText form input[type="checkbox"]{
	margin-right: 5;
}
.grid.conText form .wpcf7-submit {
    height: 20px !important;
    color: #FFFFFF !important;
    border: 0px !important;
    width: 150px !important;
    text-align: left;
    background: #838486;
    background: -moz-linear-gradient(top, #838486 0%, #cdcdcf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #838486), color-stop(100%, #cdcdcf));
    background: -webkit-linear-gradient(top, #838486 0%, #cdcdcf 100%);
    background: -o-linear-gradient(top, #838486 0%, #cdcdcf 100%);
    background: -ms-linear-gradient(top, #838486 0%, #cdcdcf 100%);
    background: linear-gradient(to bottom, #838486 0%, #cdcdcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#838486', endColorstr='#cdcdcf',GradientType=0 );
    padding-block: 1px;
    padding-inline: 6px;
}
.grid.imgGal .swiper-wrapper{
	flex-direction: column;
}
.grid.imgGal figure{
	padding: 4px 10px;
}
.grid.imgGal .slider_controll{
	width: 100%;
    top: 0;
}
.gridSlider:hover .prev-snd,.gridSlider:hover .next-snd{
	display: block !important;
}
.grid.imgGal .slider_controll .prev-snd,.grid.imgGal .slider_controll .next-snd{
    position: absolute;
	display: none;
    left: 50%;
    width: 22px;
    height: 22px;
    transform: translateX(-50%) rotate(45deg);
    border: 1px solid #000;
    z-index: 9999;
	cursor: pointer;
}
.grid.imgGal .slider_controll .prev-snd{
    bottom: 20px;
    border-top: none;
    border-left: none;
}
.grid.imgGal .slider_controll .next-snd{
    top: 20px;
    border-bottom: none;
    border-right: none;
}
footer {
    background: #a8aaac;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a8aaac), color-stop(100%, #7e7e81));
    background: -moz-linear-gradient(top, #a8aaac, #7e7e81 100%);
    background: -o-linear-gradient(top, #a8aaac, #7e7e81 100%);
    background: linear-gradient(top, #a8aaac, #7e7e81 100%);
    color: white;
    height: 43px;
    bottom: 0px;
    width: 100%;
    clear: both;
}
footer a:visited{
    color: white;
}
footer>nav {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
footer>nav>div {
    color: #EEE;
    padding-top: 5px;
    position: absolute;
}
footer>nav li {
	display: block;
	margin: 0 20px;
}
footer a{
	color: white;
}
.colRight{
	margin-bottom: 35px;
}
.colRight img{
	width: auto;
}
#cmplz-manage-consent .cmplz-manage-consent{
	right: 0 !important;
}

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

.lightbox .ovlimg {
  position: relative;
  width: 90%;
  height: 90%;
}

.lightbox .ovlimg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.lightbox .lightbox-title {
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 5px 10px;
  left: 50%;
  transform: translateX(-50%);
}

.lightbox .close,
.lightbox .prev,
.lightbox .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.lightbox .close {
  right: 0;
  top: 0;
}

.lightbox .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

.lightbox .next {
  right: 0;
  border-radius: 0 3px 3px 0;
}

.lightbox .prev:hover,
.lightbox .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


@media (min-width: 1024px){
	#logo{
		display: inline-block;
		margin-bottom: 15px;
		margin-left: 28px;
	}
	#wirwissenwie {
		display: inline-block;
		width: 135px;
		height: 24px;
		margin-left: 370px;
		top: -15px;
        position: relative;
	}
	#menu-main-menu{
		width: 100%;
		height: 20px;
		margin-left: 137px;
	}
    #menu-main-menu>li{
		width: 156px;
		float: left;
	}
	.gridSlider {
		margin: 0 auto;
	}
	main>article{
		display: flex;
	}
	main>section{
		display: flex;
	}
	main>section>nav{
		width: 246px;
		padding-left: 137px;
		float: left;
	}
	aside{
		width: 239px;
		float: left;
		padding: 12px 28px 0;
	}
	.grid{
		margin-left: 246px;
	}
	.grid{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.grid.imgText .text{
		width: 338px;
		margin: 10px 0px;
	}
	.grid.imgGal .text{
		width: calc(100% - 220px);
		margin: 10px 0px;
	}
	.colLeft{
		width: calc(100% - 239px) !important;
	}
	.colRight{
		width: 211px !important;
		float: left;
		padding-left: 28px;
	}
	footer>nav>div{
		margin-left: 246px;
	}
	footer{
		height: 30px;
	}
	footer>nav li {
		display: inline-block;
	}
}