y

:root{
  
}

html,
body {
  margin: 0 auto;
  padding: 0;
  font-family: "Sono_regular", sans-serif;
  font-size: 20px;
  font-weight: 400;

}
.coockieloeschen{
  position:fixed; bottom:10px; left:10px;

}
.coockieloeschen a, a:visited, a:active, a:link{ 
  color:#ffffff; text-decoration: none;
}
.abstand30px{
margin:0px 15px;
}

img.wechselbannertransparet{
	filter:alpha(opacity=75); 
  -moz-opacity: 0.75; opacity: 0.75;
}

.fussflex {
  font-size: unset;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  color:#0D0D0D; 
  padding:70px 0px;
 
}
.fussflex a:link, a:visited,a:hover, a:focus, a:active, a:visited:hover {
  color:#0D0D0D; 
  text-decoration: none;
 
}

.partnerflex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
    justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.partnereintrag{
  padding:3px;
}
.mitgliedin{
-webkit-box-shadow: 0px 0px 10px 0px rgba(2, 35, 184, 0.5);
-moz-box-shadow: 0px 0px 10px 0px rgba(2, 35, 184, 0.5);
box-shadow: 0px 0px 10px 0px rgba(2, 35, 184, 0.5);
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

.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; 
}

.block{
	display:block
}
.tabelleneintrag{
  transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -webkit-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  padding:20px;
  text-decoration:none;

}
.tabelleneintrag:hover {
  transform: scale(1.01, 1.01);
  -moz-transform: scale(1.01, 1.01);
  -webkit-transform: scale(1.01, 1.01);
  -o-transform: scale(1.01, 1.01);
  -ms-transform: scale(1.01, 1.01);
  padding:20px;
  text-decoration:none;

}

.bildtext {  font-weight: 300; font-size: 2.0vw; line-height: 3.0vw; }
.bildtext h1 { font-weight: 300;  font-size: 4.0vw; line-height: 5.0vw;}
.bildtext h2 { font-weight: 300;  font-size: 3.8vw; line-height: 4.2vw;}
.bildtext h3 { font-weight: 300;  font-size: 3.5vw; line-height: 4.0vw;}
.bildtext h4 { font-weight: 300;  font-size: 3.0vw; line-height: 4.0vw;}

.padding15{padding:12px 20px 0px 20px;}
.logobereich_x{ width:350px; padding: 0px 0px 0px 0px;}
.menuebuttonbereich{   position:relative; right:0; padding: 0px 0px 0px 0px;}

.top {
	top: 0; 
}
#testeinblendung{
font-size: 1.1vw;
}

#inhalt{
background:#ffffff;
background-image: url('../style/hint.jpg');
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

-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: 20px;
    text-align:left;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 20px;
    left: 20px;
    text-align:left;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align:right;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 40px;
    right: 20px;
    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  : 800px;
    max-height : 600px;
    margin: 0;
}

#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;
}
#obenlinks{
  float:left;
}
.bildrund{

  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}

.bildrund2{

  object-fit: cover;
  aspect-ratio: 1 / 1;
-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: calc(100% - 20px);
  -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%;
}
.formular_100pixelhoch {
  height: 100px;
}
.formular_200pixelhoch {
  height: 200px;
}
.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;
  }
}
.backtotop {
  background-color: none;
  margin: 0;
  position: fixed;
  bottom: 5px;
  right: 20px;
  width: 20px;
  height: 45px;
  z-index: 6;
  display: none;
  text-decoration: none;
  z-index: 400;
}
.backtotop i {
  font-size: 40px;
  
}
#cookiebar0 {
  width: 100%;
}
#cookiebar {
  font-family: "Sono_regular", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height:25px;
  position: fixed;
  bottom: 10px;
  left:10px;
  right:10px;
  max-width: 100%;
  color: #fff; 
  padding:5px;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px #333;
  -moz-box-shadow: 0px 0px 10px #333;
  box-shadow: 0px 0px 10px #333;
  text-align:center;

}

#cookiebar a {
  color: #ffffff;
  
  text-decoration: none;
  padding: 2px 10px;
  margin-right: 8px;
}
#cookiebar .cb-enable {
  background: #376403;
  font-size: 16px;
  color:#ffffff;
  border:0px;
  padding:2px 10px 2px 10px;
  margin-right:5px;
}
#cookiebar .cb-enable:hover {
  background: #182e00;
  font-size: 16px;
}
#cookiebar .cb-disable {
  background: #cb3300;
  font-size: 16px;
}
#cookiebar .cb-disable:hover {
  background: #182e00;
  font-size: 16px;
}
#cookiebar .cb-policy {
  background: #376403;
  font-size: 16px;
}
#cookiebar .cb-policy:hover {
  background: #182e00;
  font-size: 16px;
}

.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: 370px;
  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;
padding: 10px 10px;

			}
			.mainNav ul li a:hover {
				text-decoration: none;
    
			}
				.mainNav ul ul li a {
					display: block;
					line-height: normal;

				}
.pushy a {
  display: block;

  text-decoration: none;
  border:0px;
}
ul{
  margin:0px;
  padding:0px;
}
li{
  margin:0px;
  padding:0px;
}
.pushy ul:first-child {
}
.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;
  background: transparent;
    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: 115px;

  -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);

}

.looper { animation: perspect 4s infinite linear }
@keyframes perspect {
   0% {transform:perspective(300px) rotateY(0deg)}
   25% {transform:perspective(300px) rotateY(90deg)}
   50% {transform:perspective(300px) rotateY(180deg)}
   75% {transform:perspective(300px) rotateY(270deg)}
   100% {transform:perspective(300px) rotateY(360deg)}
}

.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;
}
