@charset "utf-8";
/* CSS Document */

body {
	padding: 0px !important;
	margin:0px;
	font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    line-height: 180%;
    /*! font-size: 16px; */
	color:#333;
}

p, .item-page li {
	margin: 0 0 20px;
	line-height: 180%;
	font-size: 18px;}

.item-page li {
	  list-style-position: outside;
	  list-style-type: none;
	display: flex;
}

.item-page li::before {
  content: "\f45c";
	font-family: "Font Awesome 5 Free";
	font-weight:900;
	display: inline-block;
	margin-right: 20px;
	font-size:12px;
	color:#95c122;
}

.item-page a {color:#95c122; }

* {transition: all linear 0.5s;}

/*** SIDENAV ***/


.sidenav {
	position: fixed !important;
	z-index: 99999;
	right:0;
	top:50%;
	width: 300px;
  transform: translateY(-50%);
}


.sidenav ul {
	position: relative !important;
  padding: 0;
	margin: 0;
	list-style: none;
}


.sidenav ul li  {
	transform: translateX(255px);
	margin: 0 0 5px;
}

.sidenav ul li:hover  {
	transform: translateX(0);
}

.sidenav ul li a {
	display: flex;
	padding: 10px;
	color: #fff;
  background:rgba(149,193,34,0.9);
	font-weight: bold;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	text-decoration: none;
	backdrop-filter: blur(5px);
}

.sidenav ul li:hover a {
  background:#999;
}


.sidenav ul li a::before {
	display: block;
	padding: 0 15px 0 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}


.sidenav ul li a[href*="tel:"]::before {
	content:"\f879";
}

.sidenav ul li a[href*="mailto:"]::before, .sidenav ul li a.kontakt::before {
	content:"\f0e0";
}

/*Header*/

header {
	height:100vh;
}


.headergallery {
	height:100%;
	width:100%;
	overflow:hidden;
}

.headergallery li {

}

.headergallery img {
	margin-top: 0 !important;;
	height:100vh !important;
	width:100%;
	object-fit: cover;
}

.headergallery::before {
	pointer-events: none !important;
  	display: block;
  	content: "";
	width:100%;
	height: 100%;
	position: absolute;
	z-index: 9; 
 /* background: -webkit-linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.1) 25%, transparent 50%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.35));
  background: -o-linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.1) 25%, transparent 50%, rgba(0,0,0,.1) 75%, rgba(0,0,0,.35));*/
  background: linear-gradient(rgba(0,0,0,.5), rgba(0,0,0,.1) 25%, transparent 100%, rgba(0,0,0,.1) 100%, rgba(0,0,0,.5));
}

.flex-control-nav {
z-index: 99999;
    bottom: 20px !important;
}
.flex-control-nav li{
    margin: 0 3px;
}

.flex-caption {
    width: 30% !important;;
    padding: 2%;
    margin: 0;
    position: absolute;
    left: 0% !important;
    top: 50% !important;
	bottom: unset !important;
	transform: translateY(-50%) !important;
	z-index: 99 !important;
    background: #95c122 !important;
    color: #fff;
    text-shadow: none !important;
    font-size: 30px !important;
	font-weight: bold !important;
	letter-spacing: 1px;
	text-transform: uppercase;
    line-height: 150% !important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}


.flex-control-paging li a {
    width: 15px;
    height: 15px;
    display: block;
    background: transparent !important;
    border: 2px solid #95c122 !important;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 0px !important;
    box-shadow: none !important;
}



.flex-control-paging li a.flex-active {
    background: #95c122 !important;
}


.camera_wrap {
  width: 100%;
  height: 100vh !important;
  /*! display: flex !important; */
}


.camera_caption {
    width: 30%;
    padding: 1%  0 !important;;
    margin: 0;
    position: absolute;
    left: 0% !important;
    top: 50% !important;
	  bottom: unset !important;
	  transform: translateY(-50%) !important;
	  z-index: 99 !important;
    background: #95c122 !important;
    color: #fff;
    text-shadow: none !important;
    font-size: 30px;
	  font-weight: bold !important;
	  letter-spacing: 1px;
	  text-transform: uppercase;
    line-height: 150% !important;
	  box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}


.camera_caption_title {
	font-size:30px;
}

.camera_caption {

}

.camera_caption > div {
  background:transparent !important;
}


.camera_pag {
	position: absolute;
	width:100%;
	bottom: 0;
	left: 1%;
	display: flex !important;
	justify-content: center;
	align-items: center;
}


.camera_pag .camera_pag_ul {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
}

.camera_wrap .camera_pag .camera_pag_ul li {	
	height:12px;
	width:12px;
	padding: 0;
	border-radius: 0;
	border: 2px solid #95c122 !important;
	background-color: rgba(0,0,0,0.1) !important;
}

.cameracurrent span {

  border-radius: 0;
	background-color: #95C11F !important;
}

.camera_wrap .camera_pag .camera_pag_ul li > span {
		top:0;
	left:0;
	height:12px;
	width:12px;
	border-radius: 0 !important;
}

.camera_wrap .camera_pag .camera_pag_ul li.cameracurrent > span {
	border-radius: 0 !important;
}
/*Headerpic*/

.banner  {
	position: relative;
}

.banner p {}

.banner img {
	
}

.banner h1 {
	position: absolute;
	bottom: 10px;
	color: #fff;
	background: rgba(149,193,34,0.5);
	text-align: center;
	font-size: 36px;
	margin: 0;
	padding: 20px 0;
	width: 100%;
	line-height: 130%;
	backdrop-filter: blur(5px);
}

.banner blockquote {
	position: absolute;
	top: 50%;
	bottom: unset;
	left:0;
	color: #fff;
	background: rgba(149,193,34,1);
	text-align: right;
	font-size: 30px;
	transform: translateY(-50%);
	margin: 0;
	padding: 10px 30px;
	width: 30%;
	line-height: 130%;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	backdrop-filter: blur(5px);
}

/*Navigation*/


nav {
	position: fixed;
	display: flex;
	align-items: center;
	z-index: 999999;
	width:100%;
	padding: 20px 30px;
	box-sizing: border-box;
	transition: all linear 0.5s;
}

nav.sticky {
	background: rgba(0,0,0,0.5);
	backdrop-filter: blur(5px);
}

.logo {
	position: relative;
	width: 20%;
}

.logo p {
	margin: 0;
}

.logo img {
	min-width: 130px;
	max-width: 200px;
	width: 100%;
}


nav ul#headermenu img {
	display: none !important;
}

nav ul#headermenu {
	text-align: right;
	width:80%;
	padding-right:30px;
	margin: 0;
}

nav ul#headermenu > li  {
	display: inline-block;
	text-align: right;
	position: relative;
}

nav ul#headermenu li a,
nav ul#headermenu > li > span {
	display: inline-block;
	font-size: 24px;
	font-weight: bold;
	color:#fff;
	padding: 10px;
	transition: all linear 0.5s;
	text-decoration: none;
	}

nav ul#headermenu li span {
	text-shadow: 0;
	text-transform: none;
}


nav ul#headermenu > li > a, nav ul#headermenu li > span {
	border-right: 1px solid #fff;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
	padding: 5px 10px;
	}

nav ul#headermenu:hover > li.parent:hover > a,
nav ul#headermenu > li.parent > a:hover,
nav ul#headermenu > li.parent > a:focus {
	text-shadow: 0 0 10px rgba(0,0,0,0.0);
	background-color: rgba(255,255,255,0.8) !important;
	}

nav ul#headermenu > li > a:hover,
nav ul#headermenu > li > a:focus {
	text-shadow: 0 0 10px rgba(0,0,0,0.0);
	background-color: rgba(255,255,255,0.0) !important;
	}

nav ul#headermenu li:hover > a,
nav ul#headermenu li.active > a,
nav ul#headermenu li.current > a,
nav ul#headermenu li:hover > span,
nav ul#headermenu li.active > span,
nav ul#headermenu li.current > span {
	color: #95c122;
	}


.toggle-topnavi{
	padding: 0px;
	position: absolute;
	right: 10px;
	pointer-events: all;
	cursor: pointer;
	top: 50%;
	transform:translate(-50%,-50%);
	width: 45px;
	height: 30px;
	display: none;
	/*! z-index: 9999999999 !important; */
}

.menu-line {
	height: 3px;
	width:45px;
	background: #fff;
	border-radius: 100px;
	transition: all linear 0.75s;
	display: block;
	position:absolute;
	right: 0px;
	transform-origin: top;
}
	
.sticky .menu-line {
	background: #fff;
}
	
.toggle-topnavi .menu-line:nth-of-type(1) {
	top: 0px;
}

.toggle-topnavi .menu-line:nth-of-type(2) {
	top: 15px;
}

.toggle-topnavi .menu-line:nth-of-type(3) {
  top: 30px;
}


.toggle-topnavi.show .menu-line:nth-of-type(1) {
	transform: translateY(15px) rotate(-45deg);
}

.toggle-topnavi.show .menu-line:nth-of-type(2) {
	opacity: 0;
}

.toggle-topnavi.show .menu-line:nth-of-type(3) {
	transform: translateY(-15px) rotate(45deg);
}


/*Ebene 2*/

nav ul#headermenu li ul {
	display: none;
	text-align: left;
	position: absolute;
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(5px);
	right: 0;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
	padding: 0;
	}

nav ul#headermenu > li:hover > ul {
	display: block;	
	}

nav ul#headermenu ul > li  {
	display: block;
	text-align: left;
	position: relative;
	}

nav ul#headermenu ul > li a {
		color: #95c122;
}

nav ul#headermenu ul > li a, nav ul#headermenu ul > li span {
	display: block;
	font-size:16px;
	position: relative;
	text-decoration: none;
	}

nav ul#headermenu ul > li:hover > a, 
nav ul#headermenu ul > li.active > a,
nav ul#headermenu ul > li.current > a, 
nav ul#headermenu ul > li:hover > span, 
nav ul#headermenu ul > li.active > span,
nav ul#headermenu ul > li.current > span
{
	color: #fff;
	background-color: #95c122;
	}


nav ul#headermenu > li > ul > li.parent:hover > a::before,
nav ul#headermenu > li > ul > li.parent:hover > span::before {
	position: absolute;
	content:" ";
  	width: 0px;
  	height: 0px;
  	-webkit-transform:rotate(360deg);
  	border-style: solid;
  	border-width: 25px 10px 25px 0;
  	border-color: transparent #95c122 transparent transparent;
	top: 0px;
	left:-10px;
}



/*Ebene 3*/

nav ul#headermenu ul > li > ul {
	text-align: left;
	position: absolute;
	display: none; 
	background: rgba(255,255,255,0.8);
	backdrop-filter: blur(5px);
	top:0;
	right: 183px;
	min-width:250px;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}

nav ul#headermenu ul > li:hover > ul {
	display: block;
	background: rgba(255,255,255,0.8);
}




/*** seconnd_lvl ***/


.seconnd_lvl  {
	position: sticky;
	top:100px;
	z-index: 9;
	display: flex;
  background:rgba(149,193,34,0.9);
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(5px);
	min-height: 48px;
}

.seconnd_lvl ul {
	display: flex;
	list-style: none;
		padding: 0;
	margin: 0;
}

.seconnd_lvl ul li  {
	margin: 0 0px;
	position: relative;
}

.seconnd_lvl > ul > li:hover {
  background:#999;
	color: #95c122 !important;
}


.seconnd_lvl > ul > li.current {
	background: #fff;
	color: #95c122 !important;
}

.seconnd_lvl  ul  li  a {
	padding: 10px 20px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}


.seconnd_lvl > ul > li.current > a {
	 color: #95c122 !important;
}

.seconnd_lvl ul ul {
	display: none;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

.seconnd_lvl ul li:hover ul {
	display: block !important;
	position: absolute;
	left:0;
	background:rgba(149,193,34,0.9);
}


.seconnd_lvl  ul ul li.current a, .seconnd_lvl  ul ul li:hover a  {
 color: #95c122 !important;
	background:#fff;
}

.seconnd_lvl ul ul img {
	display: none;
}



/* Startseite - Content */

	.podest_service {
		display: flex;
		width: 900px;
		flex-direction:row;
		flex-wrap: wrap;
		align-items: center;
	}	
	
	.service_butt {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		width: 250px;
		height: 250px;
		margin: 20px;
		text-decoration: none;
		background: #999 url("../images/podest_small.jpg") no-repeat;
		background-size: cover;
		border: 0px solid transparent;
		box-sizing: border-box;
		position: relative;
		overflow: hidden;
		padding: 15px;
	}
	

	.service_butt a {
		width: 100%;
		display: block;
    	color: rgba(255,255,255,0.6);
		font-weight: 900;
		font-size: 30px;
		position: absolute;
		z-index: 5;
		margin-left:90px;
		bottom: 20px;
		transition: all linear 0.5s;
	}


	.service_butt a:hover {
		text-decoration: none;
		color: rgba(255,255,255,1.0);
	}

	.service_butt a::after {
		display: block;
		content: "\f101";
		font-family: "Font Awesome 5 Free";
		font-size: 100px;
		position: absolute;
		bottom: 0px;
		right:100px;
		font-weight: 900;
		color: rgba(149,193,34,0.5);
		transition: all linear 0.5s;
		z-index: -1;
	}


	.service_butt a:hover::after {
		color: rgba(149,193,34,1);
	}
	
	.service_butt::before{
		display: block;
		content: " ";
		position: absolute;
		width: 250px;
		height: 250px;
		top: 0;
		left:0;
		background: rgba(150,150,150,0.7);
	}
	

	
	.service_butt:nth-of-type(1),
	.service_butt:nth-of-type(2),
	.service_butt:nth-of-type(4) {
		opacity: 0;
		pointer-events: none;
	}
	
	
	.service_butt.service_butt_start::before,
	.service_butt.service_butt_final::before,
	.service_butt.service_butt_start::after,
	.service_butt.service_butt_final::after {
		display: none;
	}
	
	.service_butt.service_butt_start {
		align-items: center;
		justify-content: center;
		background: #fff url() no-repeat;
		border: 10px solid #999;
		pointer-events: none;
	}
	
	.service_butt.service_butt_start h3 {
		color:#999;
	}

	.service_butt.service_butt_start h3,
	.service_butt.service_butt_final h3 {
		font-size: 30px;
	}
	
	.service_butt.service_butt_final {
		align-items: center;
		justify-content: center;
		background: #95c122;
		pointer-events: none;
	}
	
	
	.service_butt h3 {
		margin: 0 0 10px;
		color:#fff;
		font-size: 22px;
		font-weight: bold;
		position: relative;
		z-index: 1;
	}
	
	.service_butt p {
		color: #333;
		font-size: 15px;
		font-weight: bold;
		position: relative;
		z-index: 1;
		line-height: 150%;
	}
	

.custom_about {
	background: #95c122;
	/*! padding: 100px 0; */
}

.custom_about .portraits {
	display: flex;
	align-items: center;
	justify-content: center;
}

.custom_about .portrait {
	width: 50%;
	text-align: center;
}

.custom_about .portrait img {
	border-radius: 100%;
	margin-bottom: 20px
}

.custom_about .portrait p {
	font-weight: bold !important;
	color:#fff;
	text-transform: uppercase !important;
}

.custom_about h2 {
	font-size: 30px;
	color:#fff;
}

.custom_about h2::before {
	content:" ";
	display: block;
	width: 50px;
	height: 50px;
	margin: 30px auto;
	background:url("../images/podest-sign-white.svg") no-repeat;
}

.custom_about > p {
	color:#fff;
}

/* Content */

main {
	padding: 0 0 100px;
	color:#333;
}

.page-header {
    margin: 2px 0px 30px 0px;
}


main {
		hyphens: auto;
		max-width: 1024px;
		margin: 30px auto 0;
}

h1, h2, h3, h4, h5 {
	font-family: 'Rajdhani', sans-serif;
	margin: 15px 0 20px;
}


main h1, main h2 {
	color: #95c122;
	text-align: center;
	line-height: 130%;
}


main h1 {
	font-size: 39px;
}

main h1::before {
	content:" ";
	display: block;
	width: 50px;
	height:50px;
	margin: 30px auto;
	background:url("../images/podest-sign-color.svg") no-repeat;
}

main h2 {
	font-size: 33px;
	/*! margin-bottom: 30px; */
}

main h2::before {
	content:" ";
	display: block;
	width: 50px;
	height: 50px;
	margin: auto;
	/*background:url("../images/podest-sign-color.svg") no-repeat;*/
}

main h3 {
	font-size: 30px;
	font-weight: 400;
	line-height: 130%;
}

main h4 {
	font-size: 24px;
	font-weight: 400;
	line-height: 130%;
}


.blog div:not(.page-header) h1::before, .blog h2::before {
		background:none !important;
		width: 0;
		height: 0;
}

.blog h1, .blog h2, .blog h3, .blog h4 {
		
}

.blog .span6, .leading-0 {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
}

.readmore .btn {
	color:#95c122;
	font-weight: bold;
	font-size: 15px;
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top: 1px solid #eee;
}

.readmore .btn:hover {
	color:#999;
}

.readmore .btn::after {
	content:"\f35a";
	padding-left: 10px;
	font-size: 25px;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
}

.readmore .btn span {
	display: none;
}
.backbutt {
	color:#95c122;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	padding-top:30px;
	border-top: 1px solid #ddd;
}

.backbutt:hover {
	color:#999;
	text-decoration: none;
}

.backbutt::before {
	content:"\f359";
	display: inline-block;
	margin-right: 10px;
	font-size:25px;
	font-weight: 400;
	font-family: "Font Awesome 5 Free";
}


main ul li {
	margin: 10px 0 10px;
	line-height: 180%;
}

.einleitung {
	/*text-align: center;
	font-weight: bold;*/
	/*! margin: 50px 0; */
}

.main_abstract {
	display: flex;
	flex-direction: row;
	align-items: self-start;
	justify-content: space-between;
}



.box_adv:empty ~ .main_abstract div:only-child {
	width: 100%;
}

.main_text {
	width: 60%;
}



.box_adv {
	width: 35%;
	border: 1px solid #95c122;
	background: #eee;
}

.box_adv:empty {
	display: none;
}



.box_adv h4 {
	color: #fff;
	background: #95c122;
	margin: 0 0 20px;
	padding: 20px 20px;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
}

.box_adv ul, .box_adv p {
	padding: 20px;
	margin: 0 0 0;
}

.box_adv li, .box_adv p {
	font-weight: bold;
}

.box_furinfos {
	border-top: 1px solid #ddd;
	margin-top: 50px;
	padding-top: 50px;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 150px;
}


.anfragebutt {
	padding: 5px 10px;
	background:#95c122;
	color: #fff !important;
	font-weight: bold;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	position: absolute;
	right: 0;
	top:30px;
}

.anfragebutt::after {
  display: inline-block;
	padding-left: 20px;
	content: "\f0e0";
	font-family: "Font Awesome 5 Free";
}

.anfragebutt:hover {
	background: #999;
  text-decoration: none;
}

#top {
	position: relative;
}

div#top::after {
	padding: 400px 0;
	content: " ";
	display: block;
	width: 100%;
	background: url("/images/podest_gallery_footerV2.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position:  right bottom;
	position: absolute;
	bottom:0;
	z-index: -1;
	margin-top: 70px;
}

/*Imagenavi*/


ul#imagenavi {
	border-top: 1px solid #ddd;
	margin-top: 100px;
	padding-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}



ul#imagenavi li {
	position: relative;
	display: flex;
		justify-items: center;
	align-items: center;
	width: 30%;
	height: 280px;
	margin: 10px;
	overflow: hidden;
}


ul#imagenavi a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 280px;
	overflow: hidden;
}


ul#imagenavi li span {
	width: 100%;
	background: rgba(0,0,0,0.5);
	height: 50px;
	bottom: 0;
	position: absolute;
	transition: all linear 0.5s;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 5% 0;
}

ul#imagenavi li:hover span {
		height: auto;
	padding: 50% 0;
  transform: translateY(0%);
}



/*Footer*/

footer::before {
	padding: 0px 0;
	content: " ";
	display: block;
	width: 100px;
	height: 100px;
	background:  url("../images/podest-sign-white.svg");
	background-repeat: no-repeat;
	background-size: 100px 100px;
	position: absolute;
	top: -130px;
	right: 30px;
	z-index:2;
}

footer {
	color: #fff;
	background: #95c122;
	padding: 50px 50px;
	position: relative;
}


footer a {
    color: inherit;
    text-align: center;
	  text-decoration: none;
}

footer address {
	color: #fff;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-style: normal;
}

footer address > div::before {
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}

footer hr {
	border: 0;
	border-top: 1px solid #fff;
}

footer address div.customaddress_telefon::before {content: "\f095";}

footer address div.customaddress_email::before {content: "\f0e0";}

footer address div.customaddress_rechtl::before {content: "\f0e3";}

footer a#back-top  {color: #fff; text-transform: uppercase;}


footer .pull-right {
	float: right;
}



@media screen and (max-width:1366px) {
	nav.mainnav { 
	padding:20px;
	}	
	
nav ul#headermenu ul > li > ul li {
    display: none !important;
}
	
.toggle-topnavi{
	display: block;
}

nav ul#headermenu {
	display: none;	
	position: absolute;
	width: 100%;
	backdrop-filter: blur(5px);
	background: rgba(0,0,0,0.5);
	top: 89px;
	right: 0;
	box-sizing: border-box;
	height: 500px;
	overflow-y: scroll;
	padding-right: 10px;
}
	
	
nav ul#headermenu.show {
	display: block;
}	
	
nav ul#headermenu li,
nav ul#headermenu ul > li {
	display: block;
	border:0;
  text-align: right;
}
	
nav ul#headermenu li a, nav ul#headermenu li > span {
	font-size: 30px;
	border: 0;
	line-height:  130%;
	}
	
nav ul#headermenu li li a {
	font-size: 24px;
	}
	
nav ul#headermenu li li li a {
	font-size: 18px;
	}
	
nav ul#headermenu li ul,
nav ul#headermenu ul > li > ul 	{
	position: relative !important;
	display:block !important;
	right: unset !important;
	left: unset !important;
	box-shadow: none;
	background: rgba(0,0,0,0.0);
	}	
	
nav ul#headermenu:hover > li.parent:hover > a,
nav ul#headermenu > li.parent > a:hover,
nav ul#headermenu > li.parent > a:focus,
nav ul#headermenu > li > a:hover,
nav ul#headermenu > li > a:focus,
nav ul#headermenu ul > li:hover > ul {
	background-color: rgba(255,255,255,0.0) !important;
	}
	
nav ul#headermenu ul > li a	{
	color: #fff;
	}
	
	
nav ul#headermenu ul > li {
	margin-right: 30px;
	}
	
nav ul#headermenu ul > li > ul li	{
	margin-right: 30px;
	}
	
nav ul#headermenu ul > li > ul li a	{
	color: #fff;
	margin-left: 30px;
	}
	
nav ul#headermenu ul > li:hover > a, nav ul#headermenu ul > li.active > a, nav ul#headermenu ul > li.current > a {
    background-color: transparent;
    color: #95c122;
}
	
	
	/*** seconnd_lvl ***/


.seconnd_lvl  {
		width: 100%;
	}
	
	

	
.seconnd_lvl .toggle-2ndlvlnavi::after {
	 content: "\f106";
	 display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position:absolute;
	top: 10px !important;
	right:30px !important;
	font-size: 30px;
	color: #fff;
	z-index: 99;
	cursor: pointer;
	pointer-events: all;
		 transform: rotate(180deg);
	transition: all linear 0.5s;
	}
	
	
.seconnd_lvl.show .toggle-2ndlvlnavi::after {
	 transform: rotate(0);
	}

.seconnd_lvl ul {
	width: 100%;

  flex-direction: column;
	align-items: center;
	justify-content: center;
}

.seconnd_lvl ul li  {
	display: none;
  width: 100%;
	text-align: center;
}
	
	.seconnd_lvl.show ul li, 	.seconnd_lvl ul li.current  {
	display: inline-block;

}

.seconnd_lvl > ul > li:hover {
  background:#999;
	color: #95c122 !important;
}


.seconnd_lvl > ul > li.current {
	background: #95c122;
	color: #fff !important;
}

.seconnd_lvl  ul  li  a {
	padding: 10px 0px;
	display: block;
}


.seconnd_lvl > ul > li.current > a {
	 color: #fff !important;
	border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
}

.seconnd_lvl ul ul {
	display: none;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

.seconnd_lvl ul li:hover ul {
	display: block !important;
	position: absolute;
	left:0;
	background:rgba(149,193,34,0.9);
}


.seconnd_lvl  ul ul li.current a, .seconnd_lvl  ul ul li:hover a  {
 color: #95c122 !important;
	background:#fff;
}

	
}




@media screen and (max-width: 992px) {
	
	nav ul#headermenu {
    top: 83px;
}
	
		.seconnd_lvl  {
	top:82px;
	}
	
	ul#imagenavi li, 	ul#imagenavi li a {
    height: 230px;
}
	
	.podest_service {
		width:850px;
	}
	
	.service_butt {
		margin: 10px;
		padding: 10px;
	}
	
	.camera_caption {
    width: 50%;
		bottom:0;
		left: 0% !important;
  top: unset!important;
  bottom: 50px !important;
  transform: translateY(-0%) !important;
}
	
}


@media screen and (max-width:768px) {
	
	nav ul#headermenu {
    top: 83px;
}
	
	.seconnd_lvl  {
	top:62px;
	}
	
.headergallery img {
    height: auto;
}
	
.banner h1 {
	font-size: 24px;
	padding: 10px 0;
}	
	
.flex-caption {
    width: 35% !important;
    font-size: 18px !important;
}
	
main {
	padding: 20px;
	}

main .main_abstract {
	flex-direction: column;
}

main .main_abstract div {
	width:100%;
}
	
	
.podest_service {
		width: 700px;
	}	
	
	.service_butt {
		width: 200px;
		height: 200px;
		margin: 10px;
		padding: 5px;
	}
	
	.service_butt h3 {
		font-size: 16px;
	}
	
	.service_butt p {
		font-size: 13px;
	}
	
	.service_butt a {
		font-size: 25px;
	}

	.service_butt a::after {
		font-size: 70px;
	}

	
	ul#imagenavi li {
    width: 250px;
		margin: 5px;
    height: 250px;
}
	
	ul#imagenavi li span {
    height: 80px;
}
	
div#top::after {
	padding: 0px 0 320px;
	background-size: cover;
}
	
footer address {
	text-align: center;
	display: block;
}
	
	
footer address > div {
	margin: 50px 0;
}
	
footer address img {
	width: 150px;
}	
	
}

@media screen and (max-width: 650px) {
	
header {
  height: 400px !important;
}
	
.camera_wrap {
  height: 400px !important;
}
	
	.camera_wrap img {
  height: 100% !important;
}
	
.camera_caption_title  {
		font-size: 15px !important;
}	
	
	.item-page img {
		float:none !important;
		margin: 0 0 30px;
		max-width: 100%;
		height: auto;
	}
	
	
	main h1 {
    font-size: 25px;
}
	
	main h2 {
    font-size: 24px;
}
	
	main h3 {
    font-size: 21px;
}
	
	
	main h4 {
    font-size: 18px;
}	
	
	.podest_service {
		width:600px;
		justify-content: center;
	}
	
	.service_butt {
		width: 150px;
		height: 150px;
		margin: 5px;
		padding: 5px;
	}
	
	.service_butt h3 {
		font-size: 10px;
		line-height: 150%;
		word-break: break-word;
		/*! word-wrap: break-word; */
		/*! letter-spacing: 1; */
	}
	
	.service_butt_final h3, .service_butt_start h3 {
		font-size: 15px !important;
		margin: 0;
	}
	
	
	.service_butt a {
		font-size: 15px;
    margin-left: 65px;
		bottom: 5px;
	}

	.service_butt a::after {
		font-size: 50px;	
		right: 75px;
		bottom: 0px;
	}
	
	.service_butt p {
		display: none;
	}
	
	
}


@media screen and (max-width: 520px) {
	
	
		nav ul#headermenu {
    top: 72px;
}
	
	
	.banner blockquote {
	  font-size: 25px;
		width: 50%;
		padding: 10px;
		top: unset;
		transform: translateY(0);
		bottom: 100px;
}
	
	/*Imagenavi*/


ul#imagenavi {

}



ul#imagenavi li {
	position: relative;
	display: flex;
	justify-items: center;
	align-items: center;
	width: 100%;
	height: 95px;
	margin: 10px;
	overflow: hidden;
}


ul#imagenavi a {
	justify-content: left;
	width: 100%;
	background: #666;
	transition: all linear 0.5s;
}

	
ul#imagenavi a:hover {
	background: #333;
}

	
ul#imagenavi a img {
	max-width: 30%;
	height: 100vh;
	max-height: 95px;
	transition: all linear 0.5s;
}
	
ul#imagenavi a:hover img {
	opacity: 0.5;
}

ul#imagenavi li span {
	width: 100%;
	background: rgba(0,0,0,0);
	height: auto;
	bottom: 0;
	position: relative;
	transition: all linear 0.5s;
	text-align: left;
	font-weight: bold;
	color: #fff;
	padding: 0% 0;
	margin-left: 20px;
}

ul#imagenavi li:hover span {
	height: auto;
	padding: 5% 0;
  transform: translateY(0%);
}
	
	
}

@media screen and (max-width:420px) {
	
	nav.mainnav {
    padding: 10px;
}
	
	.anfragebutt {
	position: relative;
	top:20px;
}
	
	.toggle-topnavi {
    transform: scale(0.7);
		top:10px;
}
	
	nav ul#headermenu {
    top: 63px;
}
	
	.podest_service {
		width: 350px;
		margin: auto auto auto 20px;
		transform: scale(0.9);
	}	
	
	.service_butt {
		width: 110px;
		height: 110px;
		padding: 5px;
		margin: 2.5px;
		left: -15px;
	}
	
	.service_butt a {
		font-size: 15px;
    margin-left: 45px;
		bottom: 5px;
	}

	.service_butt a::after {
		font-size: 50px;	
		right: 50px;
		bottom: 0px;
	}
	
	.flex-caption, .camera_caption {
		width: 50% !important;
		font-size: 15px !important;
}	
	
 .camera_caption {
		width: 50% !important;
		font-size: 15px !important;
}	
	

	
	
}