/* cmsms stylesheet: fa modified: 05/25/20 17:01:32 */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('https://www.aqua-agenten.de/webfonts/fontawesome-webfont.eot?v=4.7.0');
src: url('https://www.aqua-agenten.de/webfonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('https://www.aqua-agenten.de/webfonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('https://www.aqua-agenten.de/webfonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('https://www.aqua-agenten.de/webfonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
/* cmsms stylesheet: styles modified: 08/19/24 11:13:37 */
/* Global */

body, html {
font-family: "Open Sans", Arial, sans-serif;
font-size: 1.1em;
font-weight: 300;
color: #00447c;
line-height: 1.6em;
height: 100%;
width: 100%;
min-width: 320px;
margin: 0px;
padding: 0px;
text-align: left;
background-color: #96c2dd;
background: -moz-linear-gradient(#ffffff 0%, #96c2dd 100%) fixed #96c2dd;
background: -webkit-linear-gradient(#ffffff 0%, #96c2dd 100%) fixed #96c2dd;
background: linear-gradient(#ffffff 0%, #96c2dd 100%) fixed #96c2dd;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}


img { border: 0px; text-decoration: none; border-style: none; border-width: 0; }
a { outline: 0; -moz-outline: 0 }
b, strong { font-weight: 600 !important; }
i, em { font-style: italic; }
form { margin: 0px; padding: 0px; position: relative; }
p { margin: 0px; padding: 0px; }
ul { margin: 0px; padding: 0px 0px 0px 10px; }
ol { margin: 0px; padding: 0px 0px 0px 15px; }
li { margin-left: 15px; }
.wh100 { width: 100%; height: auto; }
.FA { font-family: 'FontAwesome'; }

.dispb { display: block; }
.dispn { display: none; }

* {
box-sizing: border-box;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.ofh {
overflow: hidden;
}

.block {
display: block;
}

.cb {
clear: both;
}

.fl {
float: left;
}

.fr {
float: right;
}


.txt-s {
font-size: 90% !important;
line-height: 150%;
}

.txt-ss {
font-size: 10px !important;
line-height: 100%;
}

.txt-b {
font-size: 110%;
line-height: auto;
}

.black {
color: #000000 !important;
}

.mobonly {
display: none !important;
}

.deskonly {
display: inline-block !important;
}


/* Headlines */

h1 {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 20px 0px 40px 0px;
font-size: 2em;
line-height: 100%;
font-weight: 300;
width: 100%;
}

h2 {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 0px 0px 5px 0px;
font-size: 1.6em;
line-height: 100%;
font-weight: 300;
}

h3 {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 0px 0px 5px 0px;
font-size: 1.4em;
line-height: 100%;
font-weight: 300;
}

h3.sidebar {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 10px 0px 45px 0px;
font-size: 1.4em;
line-height: 100%;
font-weight: 300;
}

h4 {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 0px 0px 5px 0px;
font-size: 1.2em;
line-height: 100%;
font-weight: 300;
}

h5 {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 0px 0px 5px 0px;
font-size: 1.2em;
line-height: 100%;
font-weight: 300;
}

h6 {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 0px 0px 5px 0px;
font-size: 1.2em;
line-height: 100%;
font-weight: 300;
}


/* Container */

#wrapper {
margin: 0px auto;
padding: 0px 20px 0px 20px;
}

#mw {
width: 100%;
min-height: 95px;
position: relative;
padding: 0px 0px 0px 0px;
background: url(https://www.aqua-agenten.de/imgs/m_wave_s.png) top left no-repeat #c7e4f5;
background-size: 1200px auto;
}

#hw {
width: 100%;
max-width: 1200px;
margin: 0px auto;
position: relative;
background: #ffffff;
box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.15);
}

#header {
width: 100%;
height: 165px;
position: relative;
padding: 0px 0px 0px 0px;
}

#headerlogo {
width: 110px;
height: auto;
position: absolute;
top: 15px;
left: 18px;
z-index: 80;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerclaim {
width: 290px;
height: auto;
position: absolute;
top: 45px;
left: 145px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerlabel {
width: 92px;
height: auto;
position: absolute;
top: 0px;
left: 460px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerSDG {
width: 86px;
height: auto;
position: absolute;
top: 35px;
left: 590px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerlogo img, #headerclaim img, #headerlabel img, #headerSDG img {
width: 100%;
height: auto;
}

#gosearch {
width: 360px;
padding: 10px 20px 20px 20px;
margin: 0px 0px 0px 0px;
background: #edf6fc;
border-radius: 20px;
position: absolute;
top: 20px;
right: 20px;
}

#gomenu {
display: none;
}

#fw {
width: 100%;
padding: 0px 20px 0px 20px;
font-weight: 400;
line-height: 125%;
}

#footer {
margin: 0px auto;
width: 100%;
max-width: 760px;
padding: 20px 0px 0px 0px;
position: relative;
font-size: 90%;
}

#fm {
margin: 0px auto;
width: 100%;
max-width: 760px;
padding: 0px 0px 0px 0px;
line-height: 40px;
font-size: 70%;
}

#copyright {
float: left;
width: 330px;
}

#footermenu {
float: left;
}

#main {
width: 100%;
max-width: 1200px;
position: relative;
margin: 0px auto;
margin-bottom: 20px;
background: #ffffff;
padding: 40px 20px 20px 20px;
border-radius: 0px 0px 20px 20px;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}


#cc { 
width: 100%;
display: table;
}



/* Footer */

.ft-section1 {
float: left;
width: 330px;
margin: 0px 0px 40px 0px;
}

.ft-section2 {
float: left;
width: auto;
margin: 0px 30px 40px 0px;
}



/* Keyvisual */

#kv {
width: 100%;
max-width: 1000px;
height: auto;
margin: 0px auto;
padding: 0px 0px 40px 0px;
position: relative;
}

#kv li {
margin-left: 0px;
}

#keyvisual {
display: block;
height: 100%;
margin: 0px 0px 40px 0px;
}

#keyvisual img {
width: 100%;
height: auto;
}



/* Sidebar */

#sidebar {
display: table-cell;
width: 360px;
height: 100%;
float: right;
padding: 20px 20px 20px 20px;
margin: 0px 0px 0px 40px;
background: #edf6fc;
border-radius: 20px;
overflow: hidden;
}

#sidebar img {
width: 100%;
max-width: 640px;
height: auto;
border-radius: 10px;
margin: 0px 0px 15px 0px;
line-height: 0px;
}

#teilen {
font-weight: 400;
margin: 0px 0px 20px 0px;
}

#teilen a {
text-decoration: none !important;
display: inline-block;
padding: 0px 5px 0px 5px;
transform: scale(1);
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#teilen a:hover {
text-decoration: none !important;
transform: scale(1.2);
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#content {
display: table-cell;
height: 100%;
text-align: left;
padding: 0px;
margin: 0px 0px 0px 0px;
vertical-align: top;
overflow: hidden;
}

#additional-fs {
width: 100%;
height: auto;
position: relative;
margin: 50px 0px 0px 0px;
}


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

#headerlabel {
width: 82px;
height: auto;
position: absolute;
top: 0px;
left: 450px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerSDG {
width: 76px;
height: auto;
position: absolute;
top: 30px;
left: 540px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


}


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

#gosearch {
width: 260px;
padding: 10px 20px 20px 20px;
margin: 0px 0px 0px 0px;
background: #edf6fc;
border-radius: 20px;
position: absolute;
top: 20px;
right: 20px;
}

#sidebar {
display: table-cell;
width: 260px;
height: 100%;
float: right;
padding: 20px;
margin: 0px 0px 0px 20px;
background: #edf6fc;
border-radius: 20px;
}


#headerclaim {
width: 200px;
height: auto;
position: absolute;
top: 90px;
left: 145px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerlabel {
width: 62px;
height: auto;
position: absolute;
top: -5px;
left: 180px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerSDG {
width: 60px;
height: auto;
position: absolute;
top: 16px;
left: 280px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

h1 {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 20px 0px 40px 0px;
font-size: 1.6em;
line-height: 100%;
font-weight: 300;
width: 100%;
}

}



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

#mw {
width: 100%;
min-height: 65px;
position: relative;
padding: 0px 0px 0px 0px;
background: url(https://www.aqua-agenten.de/imgs/m_wave_s.png) top left no-repeat #c7e4f5;
background-size: 1200px auto;
}


}



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

.mobonly {
display: inline-block !important;
}

.deskonly {
display: none !important;
}

#wrapper {
margin: 0px auto;
padding: 0px 0px 0px 0px;
}

#main {
font-size: 90%;
width: 100%;
max-width: 1200px;
position: relative;
margin: 0px auto;
margin-bottom: 20px;
background: #ffffff;
padding: 40px 20px 20px 20px;
border-radius: 0px 0px 20px 20px;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

#content {
display: block;
height: 100%;
text-align: left;
padding: 0px;
margin: 0px 0px 0px 0px;
vertical-align: top;
overflow: hidden;
}

#sidebar {
display: block;
width: 100%;
height: 100%;
float: none;
padding: 20px;
margin: 40px 0px 0px 0px;
background: #edf6fc;
border-radius: 20px;
}

#gosearch {
display: none;
}

#gomenu {
display: block;
position: absolute;
right: 5px;
top: 39px;
width: 220px;
height: auto;
z-index: 80;
}

}



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




#main {
width: 100%;
max-width: 1100px;
position: relative;
margin: 0px auto;
margin-bottom: 40px;
background: #ffffff;
padding: 30px 20px 20px 20px;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
}



}




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

#headerlogo {
width: 90px;
height: auto;
position: absolute;
top: 20px;
left: 15px;
z-index: 80;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerclaim {
width: 200px;
height: auto;
position: absolute;
top: 90px;
left: 120px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerlabel {
width: 62px;
height: auto;
position: absolute;
top: -5px;
left: 160px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#headerSDG {
width: 60px;
height: auto;
position: absolute;
top: 16px;
left: 260px;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

#copyright {
float: none;
font-size: 80%;
}

#footermenu {
float: none;
font-size: 80%;
}


}
/* cmsms stylesheet: menu modified: 01/19/21 09:56:36 */
/* Fader */

@-webkit-keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}


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

/* Mainmenu */

#ls {
position: absolute;
top: 0px;
right: 40px;
height: 45px;
line-height: 45px;
color: #8c8c8c;
}

#ls a {
font-family: 'FontAwesome';
font-size: 150%;
color: #8c8c8c;
text-decoration: none;
background: none;
}

#ls a:hover {
color: #000000;
text-decoration: none;
background: none;
}


#mmclicker {
display: none;
}

#mainmenu {
position: relative;
color: #00447c;
background: none;
height: 40px;
line-height: 40px;
width: 100%;
padding: 55px 5px 0px 5px;
font-size: 70%;
}

#mainmenu ul {
padding: 0px;
margin: 0px;
font-weight: 400;
font-size: 1.45em;
}

#mainmenu ul li {
float: left;
list-style-type: none;
margin: 0px 0px 0px 0px;
padding: 0px;
position: relative;
}

#mainmenu ul li a {
color: #00447c;
text-decoration: none;
margin: 0px;
padding: 0px 15px 0px 15px;
display: block;
height: 40px;
}

#mainmenu ul li a:hover {
color: #00447c;
text-decoration: underline;
}

#mainmenu li.menuactive {
color: #00447c !important;
text-decoration: underline;
}

#mainmenu a.menuactive {
color: #00447c !important;
text-decoration: underline;
}

#mainmenu li a.menuactive span {
color: #00447c !important;
text-decoration: underline;
}

#mainmenu li li a.menuactive span {
color: #00447c !important;
text-decoration: underline;
}

#mainmenu li.separator {
display: none;
}




/* Submenu */




/* Mainmenu weitere Ebenen */

#mainmenu ul ul {
position: absolute;
display: none;
margin-bottom: -1px;
width: auto;
text-align: left;
padding: 0px 0px 10px 0px;
white-space: nowrap;
background: #c7e4f5;
z-index: 999;
line-height: 30px;
font-size: 85%;
letter-spacing: 0px;
border-radius: 0px 0px 20px 20px;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.15);
}

#mainmenu ul ul ul {
margin-top: 0px;
left: 100%;
top: 0px;
margin-left: 0px;
padding: 0px 0px 0px 0px;
white-space: nowrap;
background: #c7e4f5;
line-height: 30px;
letter-spacing: 0px;
border-radius: 0px 20px 20px 20px;
box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.20);
}


#mainmenu ul ul li {
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 0px;
}


#mainmenu ul ul li:last-child {
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 0px;
}


#mainmenu ul ul ul li {
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 0px;
}

#mainmenu ul ul li a {
text-decoration: none;
margin: 0px;
padding: 0px 15px 0px 15px;
display: block;
height: auto;
}

#mainmenu ul ul,
#mainmenu ul li:hover ul,
#mainmenu ul li:hover ul ul,
#mainmenu ul li:hover ul ul ul {
display: none;
}

#mainmenu ul li:hover ul,
#mainmenu ul ul li:hover ul,
#mainmenu ul ul ul li:hover ul,
#mainmenu ul ul ul ul li:hover ul {
display: block;
-webkit-animation: fadeIn 200ms;
animation: fadeIn 200ms;
}


}





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

/* Mainmenu */

#mmclicker {
width: 35px;
height: 34px;
overflow: hidden;
cursor: pointer;
position: absolute;
top: 38px;
left: 20px;
display: block;
z-index: 9999 !important;
}

.mmc1 {
background: url(https://www.aqua-agenten.de/imgs/mm-clicker.png) no-repeat;
background-size: 35px 34px;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
transform: rotate(0deg);
}

.mmc2 {
background: url(https://www.aqua-agenten.de/imgs/mm-clicker-x.png) no-repeat;
background-size: 35px 34px;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
transform: rotate(180deg);
}

.mmshow-off {
position: absolute;
left: 0px;
top: -34px;
height: 34px;
width: 35px;
}

.mmshow-on {
position: absolute;
left: 0px;
top: 0px;
height: 34px;
width: 35px;
cursor: pointer;
}

.mmclose-off {
position: absolute;
left: 0px;
top: -34px;
height: 34px;
width: 35px;
}

.mmclose-on {
position: absolute;
left: 0px;
top: 0px;
height: 34px;
width: 35px;
cursor: pointer;
}

.mmoff {
max-height: 0px;
overflow: hidden;
padding: 0px;
-o-transition: all 500ms ease-out 10ms;
-moz-transition: all 500ms ease-out 10ms;
-webkit-transition: all 500ms ease-out 10ms;
-ms-transition: all 500ms ease-out 10ms;
transition: all 500ms ease-out 10ms;
}

.mmon {
max-height: 2000px;
-o-transition: all 1000ms 0ms;
-moz-transition: all 1000ms 0ms;
-webkit-transition: all 1000ms 0ms;
-ms-transition: all 1000ms 0ms;
transition: all 1000ms 0ms;
}

#mainmenu {
height: auto;
min-height: 40px;
width: 100%;
color: #00447c;
font-weight: 400;
font-size: 100%;
font-family: "Open Sans", Arial, sans-serif;
padding: 40px 0px 0px 20px;
line-height: 30px;
position: relative;
}

#mainmenu ul {
margin: 0px;
padding: 40px 0px 0px 0px;
}

#mainmenu ul li {
list-style-type: none;
float: none;
margin: 0px;
padding: 0px 20px 0px 0px;
}

#mainmenu ul li:last-child {
list-style-type: none;
float: none;
margin: 0px;
padding: 0px 20px 20px 0px;
}

#mainmenu ul li a {
color: #00447c;
text-decoration: none;
padding: 5px 0px 5px 0px;
display: block;
}

#mainmenu ul li a:hover {
color: #00447c;
text-decoration: underline;
}

#mainmenu li a.menuactive span {
color: #00447c;
text-decoration: underline;
}

#mainmenu li li a.menuactive span {
color: #00447c;
text-decoration: underline;
}

#mainmenu li.separator {
display: none;
}

/* Mainmenu weitere Ebenen */

#mainmenu ul ul {
line-height: 30px;
text-align: left;
font-size: 0.95em;
padding: 0px 0px 15px 0px;
}

#mainmenu ul ul ul {
padding: 10px 0px 0px 20px;
font-size: 0.95em;
}


#mainmenu ul ul li {
list-style-type: none;
width: auto;
position: relative;
white-space: nowrap;
padding: 0px;
margin: 10px 0px 10px 0px;
line-height: 100%;
}

#mainmenu ul ul li:first-child {
font-family: "Open Sans", Arial, sans-serif;
font-size: inherit;
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 5px 0px 10px 0px;
line-height: 100%;
}

#mainmenu ul ul li:last-child {
list-style-type: none;
float: none;
width: auto;
position: relative;
padding: 0px;
margin: 10px 0px 5px 0px;
line-height: 100%;
}

#mainmenu ul ul li a {
padding: 0px 20px 0px 20px;
}


}
/* cmsms stylesheet: links modified: 03/18/19 14:37:16 */
/* Global */

#kurzlink {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

a:link { 
color: #00447c;
text-decoration: underline; 
}

a:active { 
color: #00447c;
text-decoration: underline; 
}

a:visited { 
color: #00447c;
text-decoration: underline; 
}

a:hover { 
color: #00447c;
text-decoration: underline; 
}



/* Footermenu */

#footermenu a:link { 
color: #00447c;
text-decoration: none;
}

#footermenu a:active { 
color: #00447c;
text-decoration: none;
}

#footermenu a:visited { 
color: #00447c;
text-decoration: none;
}

#footermenu a:hover { 
color: #00447c;
text-decoration: underline;
}



/* Footer */

#footer a:link { 
color: #00447c;
text-decoration: none; 
}

#footer a:active { 
color: #00447c;
text-decoration: none;
}

#footer a:visited { 
color: #00447c;
text-decoration: none; 
}

#footer a:hover { 
color: #00447c;
text-decoration: underline; 
}
/* cmsms stylesheet: components modified: 07/31/25 17:26:18 */
/* Team */

.teamblock {
width: 100%;
margin: 0px;
padding: 20px 0px 20px 0px;
}

.teamblock ul {
margin: 0px 0px 0px 0px;
padding: 0px;
line-height: 100%;
}

.teamblock ul li {
width: calc(100% / 3);
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
list-style-type: none;
background: #ffffff;
overflow: hidden;
}

.teammember {
padding: 0px 20px 0px 0px;
}

.teammember-img {
width: 100%;
height: auto;
line-height: 0px;
}

.teammember-img img {
width: 100%;
height: auto;
border-radius: 10px;
}

.teammember-txt {
width: 100%;
height: auto;
min-height: 200px;
padding: 15px 10px 25px 10px;
}

.teammember-txt h3 {
margin: 0px;
padding: 0px 0px 15px 0px;
font-size: 1.2em;
font-weight: 400;
}


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

.teamblock ul li {
width: 50%;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
float: left;
list-style-type: none;
background: #ffffff;
overflow: hidden;
}

}

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

.teamblock ul li {
width: 100%;
margin: 0px 0px 40px 0px;
padding: 0px 0px 0px 0px;
float: none;
list-style-type: none;
background: #ffffff;
overflow: hidden;
}

.teammember {
padding: 0px 0px 0px 0px !important;
}

.teammember-txt {
width: 100%;
height: auto;
min-height: auto;
padding: 15px 10px 25px 10px;
}

}

/* Team End */

video {
width: 100%;
height: auto;
}

/* News */

.news-sum-st {
margin: 0px 0px 40px 0px;
font-size: 90%;
line-height: 125%;
}

.news-sum-st h2 {
margin: 0px 0px 5px 0px;
padding: 0px;
font-weight: 600;
font-size: 1.05em;
}

.news-sum-st-date {
margin: 0px 0px 5px 0px;
padding: 0px;
font-weight: 600;
font-size: 0.7em;
}

.news-sum-st-img {
margin: 0px 0px 10px 0px;
}

.news-sum-st-img img, .news-sum-img img {
border-radius: 10px;
width: 100%;
height: auto;
margin: 0px !important;
}

.news-sum-img {
float: right;
width: 100%;
max-width: 220px;
margin: 0px 0px 10px 20px;
line-height: 100%;
}

/* DL-List */

.dl-list {
margin: 10px 0px 0px 0px;
padding: 0px;
}

.dl-list ul {
margin: 0px;
padding: 0px;
}

.dl-list ul li {
margin: 0px;
padding: 20px;
background: #edf6fc;
font-weight: 400;
}

/*
.dl-list ul li:first-child {
border-radius: 20px 20px 0px 0px;
}

.dl-list ul li:last-child {
border-radius: 0px 0px 20px 20px;
}
*/

.dl-list ul li:nth-child(2n+2) {
background: #ffffff;
}


.hinweis {
padding: 20px;
border: 2px dotted #00447c;
background: #edf6fc;
border-radius: 20px
}

.invis {
display: none !important;
}

/* Add-Home */

#HI-l {
width: 32%;
max-width: 360px;
height: auto;
min-height: 360px;
float: left;
padding: 20px;
margin: 0px 0px 0px 0px;
background: #edf6fc;
border-radius: 20px;
}

#HI-c {
width: 32%;
max-width: 360px;
height: auto;
min-height: 360px;
padding: 20px;
margin: 0px auto;
background: #edf6fc;
border-radius: 20px;
position: absolute;
left: 34%;
right: 34%;
}

#HI-r {
width: 32%;
max-width: 360px;
height: auto;
min-height: 360px;
float: right;
padding: 20px;
margin: 0px 0px 0px 0px;
background: #edf6fc;
border-radius: 20px;
}

#HI-l h2, #HI-c h2, #HI-r h2 {
font-family: "Open Sans", Arial, sans-serif;
color: #00447c;
margin: 0px;
padding: 0px 0px 20px 0px;
font-size: 1.1em;
line-height: 125%;
font-weight: 300;
}

#HI-l img, #HI-c img, #HI-r img {
width: 100%;
height: auto;
border-radius: 10px;
margin: 0px;
line-height: 0px;
}


#HI-f1 {
width: 100%;
height: auto;
padding: 20px;
margin: 40px 0px 0px 0px;
background: #edf6fc;
border-radius: 20px;
}

.hif-l {
float: left;
width: 48%;
padding: 0px;
line-height: 0px;
}

.hif-r {
float: right;
width: 48%;
text-align: left;
padding: 20px 0px 10px 0px;
}

.hif-l img {
width: 100%;
height: auto;
border-radius: 10px;
margin: 0px;
line-height: 0px;
}


/* Shortcuts */

#shortcuts {
background: #cae5f6;
border-radius: 10px 0px 0px 10px;
padding: 5px 10px 5px 5px;
color: #00447c;
font-weight: 400;
font-size: 85%;
position: fixed;
top: 20px;
width: 250px;
z-index: 99;
overflow: hidden;
}

#shortcuts a {
color: #00447c;
text-decoration: none;
}

#shortcuts a:hover {
color: #00447c;
text-decoration: underline;
}

.sc-in {
right: -225px;
box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.25);
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

.sc-out {
right: 0px;
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.75);
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

#scswon {
position: absolute;
top: 0px;
left: 0px;
width: 25px;
height: 150px;
cursor: pointer;
}

#scswoff {
position: absolute;
top: 0px;
left: 0px;
width: 25px;
height: 150px;
cursor: pointer;
}

.sc-icon {
display: inline-block;
width: 20px;
font-size: 110%;
}

#scga {
position: fixed;
top: 30px;
width: 40px;
height: 40px;
color: #df0225 !important;
font-size: 46px !important;
line-height: 40px !important;
font-family: "FontAwesome";
text-decoration: none !important;
z-index: 88;
background: none;
cursor: pointer;
margin: 0px;
padding: 0px;
border-radius: 20px;
}

#scga:hover {
color: #df0225 !important;
}

.scga-in {
right: -40px;
text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
-o-transition: all 800ms ease 10ms;
-moz-transition: all 800ms ease 10ms;
-ms-transition: all 800ms ease 10ms;
-webkit-transition: all 800ms ease 10ms;
transition: all 800ms ease 10ms;
}

.scga-out {
right: 260px;
text-shadow: 0px 0px 30px rgba(0,0,0,0.7);
-o-transition: all 800ms ease 10ms;
-moz-transition: all 800ms ease 10ms;
-ms-transition: all 800ms ease 10ms;
-webkit-transition: all 800ms ease 10ms;
transition: all 800ms ease 10ms;
}





/* Buttons */

.btn-std {
position: relative;
display: inline-block;
height: 30px !important;
width: auto;
line-height: 26px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
padding: 0px 9px 0px 9px;
margin: 10px 0px 0px 0px;
color: #00447c;
font-size: 16px;
font-weight: 600 !important;
font-family: "Open Sans" !important;
white-space: nowrap;
text-transform: uppercase;
text-decoration: none;
background: none;
cursor: pointer;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.btn-std:hover {
background: #00447c;
color: #ffffff;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

a.btn-std {
color: #00447c;
text-decoration: none;
}

.cms_submit {
position: relative;
display: inline-block;
height: 30px !important;
width: auto;
line-height: 26px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
padding: 0px 9px 0px 9px;
margin: 10px 0px 0px 0px;
color: #00447c;
font-size: 16px;
font-weight: 600 !important;
font-family: "Open Sans" !important;
white-space: nowrap;
text-transform: uppercase;
text-decoration: none;
background: #ffffff;
cursor: pointer;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.cms_submit:hover {
background: #00447c;
color: #ffffff;
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.totop {
width: 100%;
margin: 40px 0px 0px 0px;
text-align: center;
}

.totop a {
color: #baddf3 !important;
font-size: 35px;
font-family: "FontAwesome";
text-decoration: none !important;
display: inline-block;
margin: 0px auto;
transform: scale(1);
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}

.totop a:hover {
color: #00447c !important;
transform: scale(1.2);
-o-transition: all 200ms ease 10ms;
-moz-transition: all 200ms ease 10ms;
-ms-transition: all 200ms ease 10ms;
-webkit-transition: all 200ms ease 10ms;
transition: all 200ms ease 10ms;
}


/* Forms */

.nl-optin-start {
position: relative;
width: 100%;
height: auto;
box-sizing: border-box;
display: inline-block;
}

.txtfield-std {
width: 100% !important;
max-width: 400px !important;
box-sizing: border-box;
height: 30px !important;
width: auto;
line-height: 26px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
color: #00447c;
font-size: 0.9em;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.txtfield-std-half {
width: 100% !important;
max-width: 200px !important;
box-sizing: border-box;
height: 30px !important;
width: auto;
line-height: 26px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
color: #00447c;
font-size: 0.9em;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.txtarea-std textarea {
width: 100% !important;
max-width: 400px !important;
box-sizing: border-box;
height: 130px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
color: #00447c;
font-size: 0.9em;
padding: 5px;
margin: 0px 0px 10px 0px;
}

.form-supershort input {
width: 100% !important;
max-width: 100px !important;
box-sizing: border-box;
height: 30px !important;
width: auto;
line-height: 26px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
color: #00447c;
font-size: 0.9em;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.form-short input, .captcha input, .cms_dropdown {
width: 100% !important;
max-width: 200px !important;
box-sizing: border-box;
height: 30px !important;
width: auto;
line-height: 26px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
color: #00447c;
font-size: 0.9em;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.form-mid input {
width: 100% !important;
max-width: 300px !important;
box-sizing: border-box;
height: 30px !important;
width: auto;
line-height: 26px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
color: #00447c;
font-size: 0.9em;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.form-long input {
width: 100% !important;
max-width: 400px !important;
box-sizing: border-box;
height: 30px !important;
width: auto;
line-height: 26px !important;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
color: #00447c;
font-size: 0.9em;
text-indent: 5px;
margin: 0px 0px 10px 0px;
}

.form-long, .form-mid, .form-short, .form-supershort { 
margin-bottom: 10px; 
}

.cms_dropdown, .radio-std { 
margin-bottom: 20px; 
}

.form-long label, .form-mid label, .txtarea-std label, .form-supershort label { 
display: block; 
font-weight: 400;
}

.radio-std label, .form-short label { 
font-weight: 400;
}

.fi_bg {
display: inline-block;
width: auto;
box-sizing: border-box;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
padding: 0px 5px 5px 5px;
margin: 0px 0px 10px 0px;
}

.fi_bg_sm {
display: inline-block;
width: auto;
box-sizing: border-box;
border: 2px solid #00447c;
border-radius: 5px;
outline: 0px;
background: #ffffff;
padding: 0px 5px 0px 5px;
margin: 0px 0px 10px 0px;
}

button {
font-family: "Open Sans", Arial, sans-serif;
color: #ffffff;
font-size: 16px;
font-weight: 300;
}


/* AK-Reg */

#akreg, #loginform {
padding: 20px 20px 20px 20px;
margin: 0px 0px 0px 0px;
background: #edf6fc;
border-radius: 20px;
}

#akreg label {
display: block;
font-weight: 400;
}

#akreg .row {
padding: 0px 0px 20px 0px;
}




input[type=search] {
-webkit-appearance: none;
-webkit-border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
-webkit-appearance: none;
}


::-webkit-input-placeholder {
color: #00b5ef;
font-style: italic;
font-size: 90%;
font-weight: 300;
font-family: "Open Sans", Arial, sans-serif;
opacity: 1;
}

:-moz-placeholder { 
color: #00b5ef;
font-style: italic;
font-size: 90%;
font-weight: 300;
font-family: "Open Sans", Arial, sans-serif;
opacity: 1;
}

::-moz-placeholder { 
color: #00b5ef;
font-style: italic;
font-size: 90%;
font-weight: 300;
font-family: "Open Sans", Arial, sans-serif;
opacity: 1;
}

:-ms-input-placeholder {  
color: #00b5ef;
font-style: italic;
font-size: 90%;
font-weight: 300;
font-family: "Open Sans", Arial, sans-serif;
opacity: 1;
}

::input-placeholder {  
color: #00b5ef;
font-style: italic;
font-size: 90%;
font-weight: 300;
font-family: "Open Sans", Arial, sans-serif;
opacity: 1;
}


/* Suche */

.search-input {
width: 100%;
height: 25px;
line-height: 25px;
text-indent: 20px;
border: 0px;
outline: 0px;
border-radius: 5px;
background: #ffffff;
color: #00447c;
font-size: 90%;
font-family: "Open Sans", Arial, sans-serif;
}

.search-input-mini {
width: 200px;
height: 20px;
line-height: 20px;
text-indent: 5px;
border: 0px;
outline: 0px;
border-radius: 5px;
background: #ffffff;
color: #00447c;
font-size: 80%;
font-family: "Open Sans", Arial, sans-serif;
}

#sim-wrapper {
position: absolute;
top: 0px;
left: 25px;
}

.searchhilite {
background: #ececec;
}

/* YT */

.ytcon {
width: 100%;
max-width: 800px;
}

.ytfilm {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
border-radius: 20px;
}

.ytfilm iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


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

.news-sum-img {
float: right;
width: 100%;
max-width: 180px;
margin: 0px 0px 10px 20px;
}

}


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

#scswon {
position: absolute;
top: 0px;
left: 0px;
width: 25px;
height: 180px;
cursor: pointer;
}

#scswoff {
position: absolute;
top: 0px;
left: 0px;
width: 25px;
height: 180px;
cursor: pointer;
}

/* Add-Home */

#HI-l {
width: 100%;
max-width: 100%;
height: auto;
min-height: 360px;
float: none;
padding: 20px;
margin: 0px 0px 20px 0px;
background: #edf6fc;
border-radius: 20px;
}

#HI-c {
width: 100%;
max-width: 100%;
height: auto;
min-height: 360px;
padding: 20px;
margin: 0px 0px 20px 0px;
background: #edf6fc;
border-radius: 20px;
position: relative;
left: auto;
right: auto;
}

#HI-r {
width: 100%;
max-width: 100%;
height: auto;
min-height: 360px;
float: none;
padding: 20px;
margin: 0px 0px 0px 0px;
background: #edf6fc;
border-radius: 20px;
}

.hif-l {
float: none;
width: 100%;
padding: 0px;
line-height: 0px;
}

.hif-r {
float: none;
width: 100%;
text-align: left;
padding: 40px 0px 0px 0px;
}

}


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

.news-sum-img {
float: none;
width: 100%;
max-width: 100%;
margin: 0px 0px 20px 0px;
}

}

.error, .error_message, .danger {
color: red;
font-weight: 400;
padding: 20px;
border: 2px dotted red;
border-radius: 20px;
margin: 20px 0px 20px 0px;
display: inline-block;
}
/* cmsms stylesheet: klicklist modified: 12/12/24 14:46:27 */
/* Klickliste */

dl {
margin: 0px;
}

dd { 
display: none;
margin: 0px;
}

dt {
cursor: pointer;
}

dt h3 {
font-family: "Open Sans", Arial, sans-serif;
margin: 0px;
padding: 10px 50px 10px 20px;
font-size: 1.3em;
line-height: 100%;
font-weight: 400;
position: relative;
width: 100%;
}

.closed {
color: #00447c;
background: #ffffff;
transition: all 200ms ease 10ms;
}

.open {
color: #ffffff;
background: #00447c;
transition: all 200ms ease 10ms;
}

.closed .lbh3arr {
display: block;
position: absolute;
top: 10px;
right: 10px;
font-size: 150%;
transform: rotate(0deg);
transition: all 200ms linear 10ms;
}

.open .lbh3arr {
display: block;
position: absolute;
top: 10px;
right: 10px;
font-size: 150%;
transform: rotate(180deg);
transition: all 200ms linear 10ms;
}

.listbox {
background: #ffffff;
min-height: 28px;
width: 100%;
margin: 0px 0px 20px 0px;
padding: 0px;
display: block;
border-radius: 10px;
border: 2px solid #00447c;
overflow: hidden;
}

.listcontent {
margin: 0px;
padding: 20px 20px 30px 20px;
position: relative;
font-size: 100%;
}
