html,
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 200;
}
.kleineschrift{
  font-size:11px;
  color:#aa0000;
  background:#aaaaff;
}



.datenbakausgabe_oben{
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 400;
  color:#2c61a8;
}
.datenbakausgabe_mitte{
}
.datenbakausgabe_unten{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color:#2c61a8;
}
.datenbakausgabe_l{ width: 30px; text-align:center;}
.datenbakausgabe_r{ width:100%;padding-right:30px }
.datenbakausgabe_flex{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  height: 100%;
  align-items: left;
}



.listeausgabe_oben{
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color:#2c61a8;
}
.listeausgabe_mitte{
}
.listeausgabe_unten{
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color:#2c61a8;
}
.listeausgabe_l{ width: 30px; text-align:center;}
.listeausgabe_r{ width:100%;padding-right:30px }
.listeausgabe_flex{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  height: 100%;
  align-items: left;
}


.tabelle_serach_history{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  
}
.tabelle_serach_history_oben{
  background:#dddddd;
  font-size:16px;
  font-weight: bold;
  color:#2c61a8;
}
.tabelle_serach_history_1{
  -ms-flex: 1 1 70px;
  flex-basis: 70px;
    flex-grow: 1;
      text-align:center;
      padding:5px;
}
.tabelle_serach_history_2{
  -ms-flex: 1 1 1000px;
  flex-basis: 1000px;
  flex-grow: 1;
  padding:5px;

}
.tabelle_serach_history_3{
  flex-basis: 80px;
  -ms-flex: 1 1 80px;
    flex-grow: 1;
    padding:5px;

  text-align:right;
}
.tabelle_serach_history_4{
  -ms-flex: 1 1 140px;
  flex-basis: 150px;
    flex-grow: 1;
    padding:5px;
}

.tabelle_serach_history_5{
  -ms-flex: 1 1 60px;
  flex-basis: 60px;
    flex-grow: 1;
    padding:5px;
    text-align:center;
}









.dropbtn {
  color:#2c61a8;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  top:0px;
  left:25px;
  background-color: #eeeeee;
  width: 100px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;
  padding:5px;
  -webkit-box-shadow: 0px 05px 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  text-align:left;
}
.dropdown-content a {
  color: #2c61a8;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {background-color: #ffffff ;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: #3e8e41;}



.dropbtn_export {
  color:#2c61a8;
  border: none;
}
.dropdown_export {
  position: relative;
  display: inline-block;
}
.dropdown_export-content {
  display: none;
  position: absolute;
  top:19px;
  left:0px;
  background-color: #eeeeee;
  width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;

  padding:5px;
  -webkit-box-shadow: 0px 05px 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  text-align:left;
}
.dropdown_export-content a {
  color: #2c61a8;
  font-size:20px;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown_export-content a:hover {background-color: #ffffff ;}
.dropdown_export:hover .dropdown_export-content {display: block;}











.fadescroll {
  transition: all 1000ms;
  opacity: 0;
}
.fade {
  opacity: 1;
}






























.coockieloeschen{
  position:fixed; bottom:10px; left:10px;
}
.coockieloeschen a, a:visited, a:active, a:link{ 
  color:#ffffff; text-decoration: none;
}
.fussmeneuueber{
}
.block{
	display:block
}
.hinweistextrot{
  color:#aa0000;
  font-size:20px;
}
.img-parallax {
  width: 100vmax;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none
}
.parallaxblock{
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.block h2{
  position: relative;
  display: block;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10vw;
  color: white;
  font-weight: 400;
}
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}
.abstand30px{
margin:0px 15px;
}
.flexbox_oben {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
align-items: center;
}
.flexbox_mobilmenue_sm {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: center;
align-items: center;
}
.bildcontainer{
  position: relative; 
}
.loginfehler{
  font-size:16px;
  font-weight: 300;
  color:#000000;
  padding:10px;
  background-color:#ffcccccc;
}
.block{
	display:block
}
button.linkbutton{
  padding:10px 20px;
  background:#095FA6;
  color:#ffffff;
  min-width:300px;
  max-width:500px;
  font-size:16px; font-weight: 200; line-height: 22px; font-family: 'Roboto', sans-serif;
  text-align:center;
}
button.linkbutton a:focus, a:visited{
  background:#095FA6;
  color:#ffffff;
  font-size:16px; font-weight: 200; line-height: 22px; font-family: 'Roboto', sans-serif;
}
button.linkbutton a:hover {
  background:#aaaaaa;
  color:#ffffff;
  font-size:16px; font-weight: 200; line-height: 22px; font-family: 'Roboto', sans-serif;
}
.tabelleneintrag{
  padding:10px 20px;
  text-decoration:none;
}
.tabelleneintrag:hover {
  padding:10px 20px;
  text-decoration:none;
}
.tabelleneintrag2{
  padding:10px 20px;
  text-decoration:none;
}
.tabelleneintrag2:hover {
  padding:10px 20px;
  text-decoration:none;
}
.padding15{padding:12px 20px 0px 20px;}
.logobereich{  padding: 0px 0px 0px 0px;}
.menuebuttonbereich{   position:relative; right:0; padding: 0px 0px 0px 0px;}
.top {
	top: 0; 
}
#testeinblendung{
font-size: 14px;
color:#ffffff;
padding:10px;
text-align:center;

}
#inhalt{
-moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
  z-index:1;
}
/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 40px;
    left: 40px;
    text-align:left;
}
/* Top left text */
.top-left {
    position: absolute;
    top: 40px;
    left: 40px;
    text-align:left;
}
/* Top right text */
.top-right {
    position: absolute;
    top: 40px;
    right: 40px;
    text-align:right;
}
/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 40px;
    right: 40px;
    text-align:right;
}
/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zentriert {
display: flex; 
justify-content: center; 
align-items: center; 
}
.center{text-align=center;}
.fancybox-slide--iframe .fancybox-content {
    max-width  : 1000px;
    max-height : 600px;
    margin: 0; padding:0px;
}
#divText{
  background:#eeeeee;
  color:#000000;
    padding:20px;
    display:none;
    position:sticky;
    top:20px;
    width:90%;
    margin: 0 Auto;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
bildlink a:link, a:visited,a:hover, a:focus, a:active, a:visited:hover  {  
cursor: pointer
}
@fa-font-path: "../font-awesome/font";
.clear {
  clear: both;
}
#clear {
  clear: both;
}
.keindruck {
  display: none;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.floatmitte {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.displayblock{
  display:block;
}
#obenlinks{
  float:left;
}
.bildrund{
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#infozeileoben{
  widows: 100%;
  height: 30px;
}
.bildlink A, A:Visited,A:Active, A:Hover{
 background:transparent;
 ttext-decoration : none; 
 padding:0px 0px 0px 0px;ext
}
#bildserie_container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bildserie {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  padding: 0px 10px 10px 0px;
  animation: fadein 1s ease-out normal backwards;
}
#personen_container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.personen {
  animation: fadein 1s ease-out normal backwards;
}
#partner_container {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner {
  animation: fadein 1s ease-out normal backwards;
}
.bildserie_bilduntertext {
  padding-top: 5px;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
}
.ti-art {
  font-weight: 300;
  font-size: 36px;
  line-height: 48px;
  color: #1f6ea4;
  display: inline;
  margin: 30px 0px 36px 0px;
  padding: 10px;
  background-color: #eeeeee;
  display: block;
}
#menue2socialmedia{
  font-size: 36px;
  font-weight: 300;
  line-height: 14px;
  padding: 2px;
  margin: 0 auto;
}
.fancybox-custom .fancybox-skin {
  box-shadow: 0 0 50px #222;
}
.formular_button:hover {
  background-color: #999;
}
.formular_100p {
  width: 100%;
  -webkit-appearance: none;
}
.formular_95p {
  width: 100%;
  -webkit-appearance: none;
}
.formular_50p {
  width: 48%;
  float: left;
  -webkit-appearance: none;
}
.formular_30p {
  width: 25%;
  -webkit-appearance: none;
  float: left;
}
.formular_15p {
  width: 15%;
  -webkit-appearance: none;
  float: left;
}
.formular_10p {
  width: 10%;
  -webkit-appearance: none;
  float: left;
}
.formular_150pix {
  width: 150px;
  float: left;
}
.formular_100prozent {
  width: 100%;
   margin: 0 auto;
}
.formular_100pixelhoch {
  height: 100px;
}
.formular_200pixelhoch {
  height: 200px;
}
.select{
  height:40px;
}
.textfeld1 {
  height: 115px;
}
.formular_sichcode {
  float: left;
  padding: 10px 10px 0px 0px;
}
.formular_sichcodeeingabe {
  float: left;
  padding-right: 10px;
  width:50px;
}
.formular_senden {
  float: left;
  width: 30%;
}
#bildl {
  float: left;
  padding: 0px;
  padding-right: 10px;
  font-size: 10px;
  font-weight: normal;
  color: #0a154a;
  text-align: center;
}
#bildr {
  float: right;
  padding: 0px;
  padding-left: 10px;
  font-size: 10px;
  font-weight: normal;
  color: #0a154a;
  text-align: center;
}
#bildc {
  float: center;
  padding: 0px;
  font-size: 10px;
  font-weight: normal;
  color: #0a154a;
  text-align: center;
}

img.zoom {
  transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
}
img.zoom:hover {
  transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
}
img.zoom2 {
  transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
}
img.zoom2:hover {
  transform: scale(1.13, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
}
i.zoom {
  transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
}
i.zoom:hover {
  transform: scale(1.23, 1.23);
  -moz-transform: scale(1.23, 1.23);
  -webkit-transform: scale(1.23, 1.23);
  -o-transform: scale(1.23, 1.23);
  -ms-transform: scale(1.23, 1.23);
}
.slieder_r_to_l {
  animation-duration: 1s;
  animation-name: slieder_r_to_l;
}
@keyframes slieder_r_to_l {
  from {
    opacity: 0;
    margin-left: 50px;
  }
  to {
    opacity: 1;
    margin-left: 0%;
  }
}
.slieder_l_to_r {
  animation-duration: 1s;
  animation-name: slieder_l_to_r;
}
@keyframes slieder_l_to_r {
  from {
    opacity: 0;
    margin-left: -50px;
  }
  to {
    opacity: 1;
    margin-left: 0%;
  }
}
.slieder_o_to_u {
  animation-duration: 2s;
  animation-name: slieder_o_to_u;
}
@keyframes slieder_o_to_u {
  from {
    opacity: 0;
    margin-top: -50px;
  }
  to {
    opacity: 1;
    margin-top: 0%;
  }
}
.slieder_einblend {
  animation-duration: 2s;
  animation-name: slieder_einblend;
}
@keyframes fadein {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slieder_einblend {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}















.slieder_r_to_l2 {
  animation-duration: 3s;
  animation-name: slieder_r_to_l2;
}
@keyframes slieder_r_to_l2 {
  from {
    opacity: 0;
    margin-left: 200px;
  }
  to {
    opacity: 1;
    margin-left: 0%;
  }
}
.slieder_l_to_r2 {
  animation-duration: 3s;
  animation-name: slieder_l_to_r2;
}
@keyframes slieder_l_to_r2 {
  from {
    opacity: 0;
    margin-right: 200px;
  }
  to {
    opacity: 1;
    margin-right: 0%;
  }
}
.slieder_o_to_u2 {
  animation-duration: 3s;
  animation-name: slieder_o_to_u2;
}
@keyframes slieder_o_to_u2 {
  from {
    opacity: 0;
    margin-top: -50px;
  }
  to {
    opacity: 1;
    margin-top: 0%;
  }
}
.slieder_einblend2 {
  animation-duration: 3s;
  animation-name: slieder_einblend2;
}
@keyframes fadein {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes slieder_einblend2 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}







.backtotop {
  margin: 0;
  position: fixed;
  bottom: 5px;
  left: 20px;
  width: 20px;
  height: 45px;
  z-index: 6;
  display: none;
  text-decoration: none;
  z-index: 400;
}
.backtotop i {
  font-size: 40px;
  background-color: #;
}
#cookiebar0 {
  width: 100%;
}
#cookiebar {
  
  position: fixed;
  bottom: 0px;
  left:0px;
  width: 100%;
  color: #fff; 
  padding:6px 3px 3px 3px;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px #333;
  -moz-box-shadow: 0px 0px 10px #333;
  box-shadow: 0px 0px 10px #333;
}
#cookiebar a {
  color: #ffffff;
  border-radius: 3px;
  text-decoration: none;
  
}
#cookiebar .cb-enable {
  background: #73b428;
  
}
#cookiebar .cb-enable:hover {
  background: #666;
 
}
#cookiebar .cb-disable {
  background: #cb3300;
  
}
#cookiebar .cb-disable:hover {
  background: #666;
 
}
#cookiebar .cb-policy {
  background: #73b428;

}
#cookiebar .cb-policy:hover {
  background: #666;

}




.fixedsticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}
/* When position: sticky is supported but native behavior is ignored */
.fixedsticky-withoutfixedfixed .fixedsticky-off,
.fixed-supported .fixedsticky-off {
	position: static;
}
.fixedsticky-withoutfixedfixed .fixedsticky-on,
.fixed-supported .fixedsticky-on {
	position: fixed;
}
.fixedsticky-dummy {
	display: none;
}
.fixedsticky-on + .fixedsticky-dummy {
	display: block;
}





section.one {
  width:100px;
   height:100px;
  
}
.hmbrgr {
  position: relative;
  display: inline-block;
}
.hmbrgr span {
  position: absolute;
  left: 0;
  width: 100%;
 
  color:#444;
}
.hmbrgr.expand span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hmbrgr.expand span:nth-child(2) {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.hmbrgr.expand span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hmbrgr {
  position: relative;
}
.hmbrgr span {
  position: absolute;
  left: 0;
  width: 100%;
}

.pushy {
  position: fixed;
  width: 470px;
  height: 100%;
  top: 0;
  z-index: 99999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
}
.mainNav {
      min-width: 180px;
		}
			.mainNav ul {
				margin: 0;
        list-style: none;
			}
			.mainNav ul li {
			}
			.mainNav ul li a {
				display: block;
				line-height: normal;
        text-decoration:none;

			}
			.mainNav ul li a:hover {
				text-decoration: none;
			}
				.mainNav ul ul li a {
					display: block;
					line-height: normal;
				}
.pushy a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  border:0px;
}
ul{
  margin:0px;
  padding:0px;
}
li{
  margin:0px;
  padding:0px;
}
.pushy ul:first-child {
  margin-top: 10px;
}
.pushy.pushy-left {
  left: 0;
}
.pushy.pushy-right {
  right: 0;
}
.pushy-content {
  visibility: hidden;
}
.pushy-left {
  -webkit-transform: translate3d(-500px, 0, 0);
  -ms-transform: translate3d(-500px, 0, 0);
  transform: translate3d(-500px, 0, 0);
}
.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(470px, 0, 0);
  -ms-transform: translate3d(470px, 0, 0);
  transform: translate3d(470px, 0, 0);

}
.pushy-right {
  -webkit-transform: translate3d(-470px, 0, 0);
  -ms-transform: translate3d(-470px, 0, 0);
  transform: translate3d(-470px, 0, 0);
}
.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(500px, 0, 0);
  -ms-transform: translate3d(500px, 0, 0);
  transform: translate3d(500px, 0, 0);

}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
  
}
#container,
.pushy,
.push {
  transition: transform 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.pushy-content {
  transition: visibility 0.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.site-overlay {
  display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  -webkit-animation: fade 2500ms;
  animation: fade 1500ms;
  background-color: rgba(0, 0, 0, 0.7);

}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}
.pushy-submenu ul {
  padding-left: 15px;
  transition: max-height 0.5s ease-in-out, visibility 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
  transition: opacity 0.5s ease-in-out;
}
.pushy-submenu button {
  width: 100%;
  padding: 10px 10px;
  text-align: left;
    border:0px;
    
}
.pushy-submenu button:hover {
}
.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}
.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: '';
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;

  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: transform 0.2s;
}
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.pushy-submenu-closed .pushy-link {
  opacity: 0;

}
.pushy-submenu-open {
}
.pushy-submenu-open ul {
  max-height: 1000px;
  visibility: visible;
}
.pushy-submenu-open .pushy-link {
  opacity: 1;
}
.pushy-submenu-open a::after,
.pushy-submenu-open button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);

}