nav {
margin: 0;
z-index: 1;
float: left;
width: 100%; font-family: "Ubuntu", sans-serif;  
}

.vpg .mobilenav {display: block !important;}

nav ul
{
			float: left;
            margin: 0;
			padding: 0;
			list-style-type: none;
            display: flex; flex-wrap: no-wrap;
            width: 100%; justify-content: center;
}

nav ul li {
                         display: block;
                         float: left;
                         margin: 0; padding: 0;
                         position: relative;
                         z-index: 3;

}


nav ul li a {
float: left;
display: block;
padding: 15px 30px;
margin: 0; position: relative; z-index: 2;
font-size: 17px;
text-align: center; color:#213c83;
box-sizing: border-box;
width: 100%; height: 55px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
font-weight: 500;
}
nav ul li a span {
    display: inline-block; padding: 0 0 10px;
}
nav ul li a:hover span {
    padding: 0 0 8px; border-bottom: 2px solid #213c83;
}

nav ul li a:link, nav ul li a:visited {
text-decoration: none;
}

ul.hauptnav > li > a::after { content: ""; width: 0; height:2px; background: #213c83; position: absolute; left: 30px; bottom: 8px;-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
transition: all 0.3s ease;border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;}

nav ul li a.aktiv {
color:#213c83;
}

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

.mobilenav #navinner {
    margin-right: -500px; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.mobilenav.open #navinner {
    margin-right: 0;
}
}

nav ul li a:hover, nav ul li a:active {
 color:#213c83;
}
ul.hauptnav > li > a:hover::after { content: ""; width:calc(100% - 60px); height:2px; background: #213c83;}
ul.hauptnav > li > a.aktiv::after { content: ""; width:calc(100% - 60px); height:2px; background: #213c83;}


nav ul.unternav {
position: absolute;
top: 60px; z-index: 5;
left: 0; padding:0;
width: 100%;
min-width: 320px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
opacity: 0;
display: block;
visibility: hidden;
}


.vpg nav ul.sichtbar { opacity: 1; top:50px; visibility: visible; }


nav ul.unternav li {width: 100%; margin: 0;}
nav ul.unternav li a {
padding: 10px 30px;
margin: 0; border-bottom: 1px solid #213c83;
font-size: 0.9em;
font-weight: 400;
height: auto;
width: 100%;
text-align: left;
text-transform: none;
background: #dee0f1;
}

@media only screen and (min-width: 1160px) {

}

nav ul.unternav li a:link, nav ul.unternav li a:visited {
color:#213c83;text-shadow: none;
}

nav ul.unternav li a:hover, nav ul.unternav li a:active {
background: #213c83; color: #fff;
}

nav ul.unternav li a.aktiv2 {
color: #fff;
background:#213c83;
}

nav ul.unternav li:last-child a {
    border-bottom: 0;
}

#sidenav {
    position: fixed; right: -145px; bottom: 300px; width: 200px; z-index: 10;
}
#sidenav a {
    display: block; float: left; width: 100%; padding: 0 5px; box-sizing: border-box; margin: 3px 0; background: #213c83; text-align: left; font-weight: bold;
 font-size: 1.1em; -webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
transition: all 0.5s ease;box-shadow: 0px 0px 2px 0px #000000;
-moz-box-shadow: 0px 0px 2px 0px #000000;
-webkit-box-shadow: 0px 0px 2px 0px #000000;
}
#sidenav a:hover{
    transform: translate(-140px); background: #fff;
}

#sidenav svg {
    float: left; margin: 3px; fill:#ffffff;
}
#sidenav a:hover svg { fill: #000; }

#sidenav span {
    display: inline-block; padding: 12px;
}

#footer ul
{
			float: left;
            margin: 0;
			padding: 0;
			list-style-type: none; width: 100%;
}

#footer ul li {
                         display: block;
                         float: left; width: 100%;
                         margin: 0; padding: 0;

}

#footer ul li a {display: block; padding:10px 0; width: 100%; color: #ddd;
float:left; border-radius: 10px;
}
#footer ul li a:hover {
color: #fff;
}
#footer a {
   color: #ddd;
}
#footer ul li a::before {
    display: inline-block; margin: 0 5px 0 0;
    content: '\2022\a0';
}

#footer a:hover {
    color: #fff;
}

.folo {
    float: left; width: 100%; box-sizing: border-box; padding: 10px; background: #fff; border-radius: 10px; margin: 20px 0 0; text-align: center; max-width: 300px;
}
.folo img {
   display: inline-block; height: auto !important; margin: 0 3%;
}

span.qn {display: none; font-family: icons; font-size: 1.5em;
position: absolute; top: 0; right: 0; z-index: 4; width: 25px; height: 25px; cursor: pointer; padding: 12px; color:#213c83; background: rgba(255,255,255,0.2);}

#copyright a {
    color: #fff;
}

a.totop {
    bottom: 0;
    position: fixed;
    right: 30px;z-index: 9; display: none;
    font-family: 'icons'; font-size: 1.5em; z-index: 30;
    background:#000; background: rgba(0,0,0,0.6); color: #fff !important; padding: 10px 20px;text-decoration: none;
}
a.totop:hover {  background: #213c83; text-decoration: none;}



.social  { position: relative; float: left; width: 100%; text-align: right; margin: 20px 0; text-align: left; }
.social a {display: inline-block; margin:5px;  padding: 5px; color: #fff;text-decoration: none; font-weight: 400; font-family: 'icons'; font-size: 1.8em; width: 25px; text-align: center; }
.social a:hover {
    background: #fff; color: #213c83 !important; border-radius: 5px;
}
.social a:hover svg {
    fill: #213c83 !important;
}


 #menuelink {display: none; position: absolute; top:30px; right: 5%; margin:5px; padding: 2px 5px;text-decoration: none; width: 30px; height: 30px; z-index: 101;}
 #menuelink.open {
     top: 5px;position: fixed; right: 50%;
 }
 #menuelink span { display: block; float: left; width: 30px; height: 3px; background:#213c83; position: absolute; top: 7px; left: 0;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
transform-origin: center;}
#menuelink span#mlm { top: 15px; }
#menuelink span#mlu { top: 23px; }
#menuelink.open span#mlo {-webkit-transform: rotate(45deg) translate(7px,8px); -moz-transform: rotate(45deg) translate(7px,8px); transform: rotate(45deg) translate(7px,8px); }
#menuelink.open span#mlm { display: none; }
#menuelink.open span#mlu {-webkit-transform: rotate(-45deg) translate(4px,-4px); -moz-transform: rotate(-45deg) translate(4px,-4px); transform: rotate(-45deg) translate(4px,-4px); }


a#nulink { font-family: icons; font-size: 2.0em; text-decoration: none; position: absolute;
padding:10px 0; bottom: 5%; left: 50%; margin: 0 0 0 -25px;
width: 50px; height: 50px; box-sizing: border-box;
font-weight: normal;
color: #fff;
z-index: 200; text-align: center;
opacity:0.7;-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
line-height: 30px;
border-radius: 30px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
background: rgba(0,0,0,0.3);
}
#bilder:hover a#nulink {
bottom:3%;
}
a#nulink:hover {opacity:0.9; color: #fff; background: #213c83;}

.iglink {
    font-family: icons; font-size: 2.7em; margin: 10px 0; display: inline-block;
}

.shareandprint {float: left; font-family: icons; margin: 10px 0; }
.shareandprint a {display: block; float: left; padding: 10px; margin: 0 5px; font-size: 1.4em; color: #fff !important; width:30px; height: 30px; line-height: 30px; text-align: center; border-radius: 40px; -moz-border-radius: 40px; -webkit-border-radius: 40px; background: #666; }
.shareandprint a:hover { background: rgb(136,221,251); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(136,221,251,1) 0%, rgba(41,137,216,1) 69%, rgba(1,119,189,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(136,221,251,1) 0%,rgba(41,137,216,1) 69%,rgba(1,119,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(136,221,251,1) 0%,rgba(41,137,216,1) 69%,rgba(1,119,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88ddfb', endColorstr='#0177bd',GradientType=0 ); /* IE6-9 */ }


a.terminbutton {
    display: inline-block; color: #213c83 !important; border-radius: 5px;
}
a.terminbutton:hover {
    color: #fff !important;
}

a.terminbutton::before {
  display: inline-block; padding: 0 10px 0 0;
  font-family: 'icons';
  text-decoration: none;
  font-size: 1.1em;
  content: "\e806";font-weight: normal;
}

.shortlinks {
    position: fixed; top: calc(50vh - 80px); right: 0; width:280px; z-index: 10; text-align: center;
}
.shortlinks a span {
    float: left; margin: 0 10px 0 0; width: 55px; text-align: center; font-size: 1.4em;
}

.shortlinks a {
    float: left; width: 100%; font-family: icons; margin: 3px 0; font-size: 35px;text-shadow: 0px 0px 5px #ffffff; text-align: left;
}
.shortlinks a:hover {
    color: #fff; text-shadow: 0px 0px 5px #213c83;         
}
.shortlinks a b {
   display: block; margin: 17px 0; font-weight: normal; font-size: 18px;font-family: 'Ubuntu';
}

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

.shortlinks { width: 55px;}
.shortlinks a { font-size: 28px; }
.shortlinks a b { display: none;}

}
@media only screen and (max-width: 1160px) {

span.qn {display: block;}

.mobilenav {display: none;}
nav {  width: 100%; margin: 60px 0; padding:0; text-align: center; }
nav ul {width: 100%;flex-wrap:wrap;}
nav ul li {
                         display: block;
                         float: left;
                         z-index: 2;
                         width: 100%;
                         margin: 0;
}

nav ul li a {
width: 100%;
text-align: center;padding: 15px 0;
margin: 0;
border-right: none;
border-left: none; font-size: 1.1em; height: auto;text-shadow: none;
}
nav ul li a span {padding: 0 !important; border: 0 !important;}

nav ul li a:hover, nav ul li a:active {
text-decoration: none;
border-left: none; 
border-right: none;margin: 0;
}

nav ul li a.aktiv {
border-left: none;
border-right: none; margin: 0;
}

nav ul.unternav {display: none; position: relative; top: 0; width: 100%;padding: 0;-webkit-transition:none;
-moz-transition:none;
transition:none;
opacity: 1 !important; top: 0; visibility: visible !important;}
nav ul.umenaktiv { display: block; visibility: visible !important; position: relative; top: 0; width: 100%; min-width: 250px;}
nav ul.unternav li {width: 100%;}
nav ul.unternav li a {margin: 0;width: 100%; font-size: 1.0em; text-align: center; }

#menuelink {display: block;}

#sprache { position: absolute;}
#unternav {float: left; width: 100%;padding: 0 0 10px;}

a#nulink { font-size: 2.0em;
padding:10px 0; bottom: 5%;margin: 0 0 0 -25px;
width: 50px; height: 50px; }
#wrap > .social  { right:10px;}
}
@media only screen and (max-width: 960px) {
aside#unternavigation {
    float: left; width: 92%; margin: 10px 4%;border-right:0; border-top: 1px solid #ccc;
}
 #menuelink.open {left: 15%; right: auto;}




}
@media only screen and (max-width: 680px)
{
#unternav ul li a {font-size: 1.1em;}
a.totop {padding:8px 15px;}
.social a.cryptmail2 {
    display: none;
}

.shortlinks { top: auto; width: 80%; left: 10%; right: auto; bottom: 0; background:#fff; box-sizing: border-box; padding: 0 5px; display: flex; justify-content: space-around;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;box-shadow: 0px 0px 5px 0px #333;
-moz-box-shadow: 0px 0px 5px 0px #333;
-webkit-box-shadow: 0px 0px 5px 0px #333; -webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;}
.shortlinks a { width: auto; text-align: center; max-width: 85px; }
.shortlinks a span {
    display: inline-block; float: none; width: auto; margin: 0;
}
.shortlinks.fob {
    bottom: -200px;
}

.shortlinks a b { display: block; width: 100%; font-size: 10px; margin: 5px 0;}
}
@media only screen and (max-width: 460px) {
.shortlinks { width: 90%; left: 5%; }
}