/* normalizing margin, padding */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, caption {
	margin : 0;
	padding : 0;
}

div, ul {
	width : 100%;
}

/* normalizing font-size for headers */
h1, h2, h3, h4, h5, h6, caption, a, p, ul, li {
	font-size : 100.01%;
	font-weight : normal;
	text-align : left;
}

li {
     list-style-position : outside;
	 margin-left : 3em; 
	 padding : 0.2em; 
   }


/* removing list-style from lists */
ol, ul {
	list-style : none;
	list-style-position : inside; 
	list-style-image:url(images/arrow.gif);
}

img, fieldset {
	border : 0;
}

input {vertical-align:middle;}

.bgTile {
	background-repeat: repeat-y;
	background-position: center top;
	background-image: url(images/bgTilenew.gif);
}

html {
	font-size: 80%;
	font-family: Arial, Verdana, sans-serif;
}

body {
	margin: 0;
	background-color:#DFE4EA;
}

dl {
	line-height:1.5em;
}

dd {
	margin-top:-1.6em;
	padding-left:10em;
}

ul.md {
	list-style-image:url(images/arrow6.gif);
}

h3 {
	font-size: 80%;	
	color: #ffffff;
	margin-left: 0.3em;
	margin-right: 0.3em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
}

h2 {
	font-size: 98%;
	font-weight:800;
	color: #ffffff;
	margin-left: 0.7em;
	margin-right: 0.7em;
	_margin-left: 8px;
	_margin-right: 9px ;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

@media all and (min-width: 0px){
   h2 {
   	margin-left: 8px;
	margin-right: 9px;
   }
}

.headline {
	color:#7f97b2;
	margin-bottom : 1.2em;
	font-size : 125%;
	font-weight : bold;
}

h1 {
	font-size: 130%;
	color:#7f97b2;
	font-weight:800;
	margin-bottom : 1em;
}

.h1 {
	font-size: 130%;
	color:#003066;
}

h6 {
	color:#003066;
	margin:10px 0 5px 0;
	font-weight : bold;
}

.h6 {
	color:#003066;
	margin-bottom:10px;
	font-weight : 800;
}

p {
	text-align:justify;
	margin-top:1em;
	text-decoration: none;
	color:#000000;
}

table {
	border-collapse : collapse;
	border-spacing : 0;
}

th {
	height:15px;
	font-size:90%;
	border:solid 1px #CEDDED;
	padding:2px 0 0 5px;
	background:#E6EDF7 url(images/bar_bg02-02.gif) repeat-x;
}

td {
	text-align:left;
}

h4 {
	font-weight:800;
	color: #7f97b2;	
	margin : 1em 0.3em 0 0;
}


h5 {
	font-size: 110%;
	color:#FF9933;
	margin-left:0px;
	margin-top:1px;
	margin-bottom:10px;
	font-weight : 800;
}

.h5 {
	font-size: 105%;
	color:#7f97b2;
	margin-left:0px;
	padding-left:20px;
	margin-bottom:8px;;
	border:0px;
	background: none;
	text-align:left;
	cursor: pointer;
    cursor: hand;
	background: url(images/arrow5.gif) no-repeat;
}

.h5b {
	font-size: 105%;
	color:#7f97b2;
	margin-left:0px;
	margin-bottom:8px;;
	text-align:left;
}

.boxText {
	font-size: 80%;
	text-decoration: none;
	font-weight: 800;
	color: #ffffff;
	letter-spacing: 0.1em;

}


.boxText:hover {
	font-size: 80%;
	text-decoration: none;
	font-weight: 800;
	color: #003066;
	letter-spacing: 0.1em;
}

.boxText2 {
	text-decoration: none;
	font-weight: 800;
	color: #003066;
	letter-spacing: 0.01em;
	background-color: #e8ecf1;
	width:193px; 
	border:1px solid #e8ecf1; 	
}

form {
	margin : 0;
	padding : 0;
}

select {
	width: 200px;
	font-size: 80%;
	text-decoration: none;
	color: #003066;
	letter-spacing: 0.01em;
	background-color: #e8ecf1;
}

input {
	/*border:solid 0 #003066;*/
	font-size: 80%;
	text-decoration: none;
	color: #003066;
	letter-spacing: 0.01em;
	/*background-color: #e8ecf1;*/
	border:solid 1px #003066;
	background-color: #ffffff;
}

.input {
	font-size: 80%;
}

.radio {
	background-color: #e8ecf1;
	border: none;
}

.select {
	font-size: 80%;
	vertical-align:top;
	width: 100px;
}

.submit {
	color:#FFFFFF;
	background-color: #7f97b2;
	border-bottom: 1px solid #003066;
	border-right: 1px solid #003066;
	border-top: 1px solid #e8ecf1;
	border-left: 1px solid #e8ecf1;
	text-decoration:none;
	font-size:80%;
	text-align:center;
	
	padding-left:0.3em;
	padding-right:0.3em;
	margin-left:0.5em;
	margin-top:0.5em;
}

.submit:hover {
	color:#ffffff;
}

.submit2 {
	color:#FFFFFF;
	background-color: #7f97b2;
	border-bottom: 1px solid #003066;
	border-right: 1px solid #003066;
	border-top: 1px solid #e8ecf1;
	border-left: 1px solid #e8ecf1;
	text-decoration:none;
	font-size:80%;
	text-align:center;
	
	padding-left:4em;
	padding-right:4em;
	margin-left:6em;
	margin-top:0.5em;
}

.submit2:hover {
	color:#ffffff;
}

.submit3 {
	color:#FFFFFF;
	background-color: #7f97b2;
	border-bottom: 1px solid #003066;
	border-right: 1px solid #003066;
	border-top: 1px solid #e8ecf1;
	border-left: 1px solid #e8ecf1;
	text-decoration:none;
	font-size:101%;
	text-align:center;
	line-height:2em;
	
	padding-left:0.8em;
	padding-right:0.8em;
	margin-top:0.2em;
	margin-bottom:2em;
}

.submit3:hover {
	color:#ffffff;
}

.tinyText {
	font-size: 80%;
	text-decoration: none;
	color: #000000;
	letter-spacing: 0.01em;
	line-height:1.5em;
}
.tinyText2 {
	font-size: 80%;
	text-decoration: none;
	color: #7f97b2;
	letter-spacing: 0.01em;
	line-height:1.1em;
}

.tinyNav a {
	font-size: 80%;
	text-decoration: none;
	color: #000000;
	letter-spacing: 0.01em;
	line-height:1.5em;
}

.tinyNav a:hover {
	color:#7F97B2;
	font-size: 80%;
	text-decoration: none;
	letter-spacing: 0.01em;
	line-height:1.5em;
}

.tinyLink {
	font-size: 80%;
	color: #000000;
	letter-spacing: 0.01em;
	line-height:1.5em;
	text-decoration: underline;
}

.tinyLink:hover {
	font-size: 80%;
	text-decoration: none;
	color: #7F97B2;
	text-decoration: underline;
}
.tinyLink2 {
	font-size: 80%;
	color: #7F97B2;
	letter-spacing: 0.01em;
	line-height:1.5em;
	padding-top: 5px;
	padding-bottom:5px;
	text-decoration: underline;
}

.tinyLink2:hover {
	font-size: 80%;
	text-decoration: none;
	color: #afbecf;
	text-decoration: underline;
}
.mainText {
	font-size: 80%;
	text-decoration: none;
	color:#000000;
	margin:0px;
}

.mainText:hover {
	font-size: 80%;
	text-decoration: none;
	color:#000000;
}

.BlueText {
	font-weight:100;
	color: #003066;
	
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.BlueText2 {
	font-weight:100;
	color: #003066;
	text-align:left;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.BlueTextLight {
	font-weight:100;
	color: #7f9fb2;	
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.whiteText {
	text-decoration: none;
	color:#ffffff;
	margin:0px;
}

.shadow  { position:relative; display:block; color:#fff; }
.shadow span { position:absolute; display:block; top:0px;  }
.shadow:before { display:block; padding:1px; content: attr(title); color:#666;  } 


a {
	text-decoration:none;
	color:#7f97b2;
	letter-spacing: 0.01em;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	color: #7f97b2;
	font-weight:bold;
}


a.main {
	text-decoration:none;
	color: #FFFFFF;
	letter-spacing: 0.01em;
}

a.main:hover {
	text-decoration:none;
	color: #003066;
	letter-spacing: 0.01em;
}

a.top {
	text-decoration:none;
	color: #7F97B2;
	letter-spacing: 0.01em;
}

a.top:hover {
	text-decoration:none;
	color: #003066;
	letter-spacing: 0.01em;
}

a.sub {
	text-decoration:none;
	color:#7F97B2;
	letter-spacing: 0.01em;
	line-height:90%; 
	font-weight:100;
}

a.sub:hover {
	text-decoration:none;
	color:#ffffff;
	letter-spacing: 0.01em;
	line-height:90%; 
	font-weight:100;
}

a.subnav {
	text-decoration:none;
	color:#003066;	
	letter-spacing: 0.01em;
}

a.subnav:hover {
	text-decoration:none;
	color:#7f97b2;
	letter-spacing: 0.01em;
}

.mainBorder {
	border: 1px solid #DFDFDF;
}

.navBorder {
border-bottom: 5px solid #e8ecf1;
border-top: 5px solid #e8ecf1;
}

.smallnavBorder {
	border-top: 3px solid #7f97b2;
	
}


.cellBorderLeft {
	border-left: 1px solid #e8ecf1;
}


.cellBorderRight {
	border-right: 1px solid #e8ecf1;
}

.menu {
	border-right: 1px solid #e8ecf1;
}

.menu a:hover {
	color:white;
}

.iemenu {
	background-color:#afbecf;
	color:white;
	border-right: 1px solid #e8ecf1;
}

.iemenu2 {
	border-right: 1px solid #e8ecf1;
}

td.menu:hover {
	background-color:#afbecf;
}

td.menu:active {
	background-color:#afbecf;
}

.BorderBottBlue{
border-bottom: 2px solid #7f97b2;
}

.dashBorderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #afbecf;
	border-left-color: #afbecf;
	padding-right: 5px;
	padding-left: 5px;
}

.marginRight{
	padding-right: 5px;
}
.marginBottom{
	border-bottom: 5px solid #FFFFFF;

}
.pdfLink {
	color:white;
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

.pdfLink:hover {
	color:white;
	font-weight: bold;
}

.fundstab {
	position:relative;
	z-index:5;
	bottom:27px;
	right:0px;
	margin-bottom:-10px;
}

.fundsbutton {
	border:0px;
	background: url(images/ExpandTab.gif) no-repeat;
	font-size: 80%;
	font-weight:800;
	color: #003066;
	width:472px;
	text-align:right;
	cursor: pointer;
    cursor: hand;
	padding-right:10px;
	height:21px;
}

.button {
	border:0px;
	background: none;
	
	font-size: 80%;
	font-weight:800;
	color: #003066;
	text-align:center;
	cursor: pointer;
    cursor: hand;
	
	padding:0;
}

.button2 {
	border:0px;
	background: url(images/arrow5.gif) no-repeat;
	font-size: 80%;
	color: #003066;
	text-align:left;
	cursor: pointer;
    cursor: hand;
	width:100%;
	padding-left:15px;
	padding-top:0px;
}

.slideshow
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	margin-bottom:-15px;
}

a.textLink {
	font-weight:normal;
}

a.textLink:hover {
	font-weight:normal;
}

a.textLink2 {
	font-weight:normal;
	text-decoration:underline;
}

a.textLink2:hover {
	font-weight:normal;
	text-decoration:underline;
}

hr {
	border:0;
	color:#00245A;
	size:1pt;
	height:1pt;
}

.gerade {background-color:#E8ECF1;}
.ungerade {background-color:#ffffff;}

.streifen {border:0px;}


#d_eins {
	display:none;
}

#d_zwei {
	display:none;
}

#d_drei {
	display:none;
}

#d_vier {
	display:none;
}

#d_fuenf {
	display:none;
}

#d_sechs {
	display:none;
}

#d_frage1 {
	display:none;
}

#d_frage2 {
	display:none;
}

#d_frage3 {
	display:none;
}

#d_frage4 {
	display:none;
}

#d_frage5 {
	display:none;
}

#d_frage6 {
	display:none;
}

#d_frage7 {
	display:none;
}

#d_frage8 {
	display:none;
}

#d_frage9 {
	display:none;
}

#d_frage10 {
	display:none;
}

#d_frage11 {
	display:none;
}

#d_frage12 {
	display:none;
}

#d_frage13 {
	display:none;
}

#d_frage14 {
	display:none;
}

#d_frage15 {
	display:none;
}

#d_frage16 {
	display:none;
}

#d_frage17 {
	display:none;
}

#d_frage18 {
	display:none;
}

#d_frage19 {
	display:none;
}

#d_frage20 {
	display:none;
}

#d_frage21 {
	display:none;
}

#d_frage22 {
	display:none;
}

#d_frage23 {
	display:none;
}

#d_frage24 {
	display:none;
}

#d_frage25 {
	display:none;
}

#d_frage26 {
	display:none;
}

#d_frage27 {
	display:none;
}

#d_frage28 {
	display:none;
}

#d_frage29 {
	display:none;
}

#d_frage30 {
	display:none;
}

#d_frage31 {
	display:none;
}

#d_frage32 {
	display:none;
}

#d_frage33 {
	display:none;
}

#d_frage34 {
	display:none;
}

#d_frage35 {
	display:none;
}

#d_frage36 {
	display:none;
}

#d_frage37 {
	display:none;
}

#d_frage38 {
	display:none;
}

#d_frage39 {
	display:none;
}


.style3 {
	font-family: Arial, Helvetica, sans-serif; 
	line-height:110%; 
	font-weight:100;
	padding-left:5px; 
	padding-right:4px; 
	padding-top:4px; 
	padding-bottom:4px; 
	background-color:#e8ecf1;
	border-bottom: solid 1px #7F97B2;
}

.style3a {
	padding-left:5px; 
	padding-right:4px; 
	padding-top:4px; 
	padding-bottom:4px;
	background-color:#e8ecf1;
	border-bottom: solid 1px #7F97B2;
	font-family: Arial, Helvetica, sans-serif; 
	line-height:110%; 
	font-weight:100;
}

.style3b {
	padding-left:5px; 
	padding-right:4px; 
	padding-top:4px; 
	padding-bottom:4px;
	background-color:#FF9933;
	border-bottom: solid 1px #7F97B2;
	font-family: Arial, Helvetica, sans-serif; 
	line-height:110%; 
	font-weight:100;
}

.borderColor1 {
	border-right: 4px solid #99CC99;
}

.borderColor2 {
	border-right: 4px solid #C7685E;
}

.borderColor3 {
	border-right: 4px solid #538EAD;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif; 
	color:#7F97B2; 
	font-weight:bold;
	background-color:#ffffff; 
	padding-left:5px; 
	padding-top:3px; 
	padding-bottom:4px; 
	line-height:190%; 
	border-bottom: solid 2px #7F97B2;
}

.active {
	background:url(images/arrow3up.gif) 4px 4px no-repeat;
	
}

.inactive {
	background:url(images/arrow3.gif) 4px 4px no-repeat;
	
}

.main2 {
	text-decoration:none;
	color: #FFFFFF;
	letter-spacing: 0.01em;
	padding-left:2.5em;
}

.main2:hover {
	text-decoration:none;
	color: #003066;
	letter-spacing: 0.01em;
	padding-left:2.5em;
}

.brown-link {
	text-decoration:none;
	color: #FF9933;
	letter-spacing: 0.01em;
	font-weight:bold;
}

.orangeText {
	color: #FF9933;
}

.brown-link:hover {
	text-decoration:underline;
	color: #FF9933;
	font-weight:bold;
	
}

#signet { 
    width: 144px; 
	height: 144px;
    background: url(images/ga80_signet.gif);
	padding: 0;
	position: relative;
    }
#signet li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; display: block;}
#signet a {
    display: block;}
	
#rendite {left:4px;top:101px;width:113px;height:38px;z-index:1; }
#sicherheit {left:9px;top:5px;width:72px;height:94px;z-index:2;}
#liquiditaet {left:90px;top:19px;width:50px;height:108px;z-index:5; /*border:1px solid red*/}

#rendite a {height: 38px;}
#sicherheit a {height: 94px;}
#liquiditaet a {height: 108px;}

#rendite a:hover {
    background: transparent url(images/ga80_signet.gif) -48px -165px no-repeat;}
#sicherheit a:hover {
    background: transparent url(images/ga80_signet.gif) -24px -364px no-repeat;}
#liquiditaet a:hover {
    background: transparent url(images/ga80_signet.gif) -70px -512px no-repeat; /*border:1px dashed red*/}
	
ul#productlist {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

ul.productlist {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
}

ul#productlist li {
	border: 1px solid #AFBECF;
	margin: 1em 0 1em 0;
	background-color: #ffffff;
	padding : 0.8em 0.8em 0.5em 0pt;
}

ul.productlist li {
	border: none;
	padding: 0.8em 0.8em 0.8em 0;
	background-image: url(images/table-arrow.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	width: 72%;
	margin: 1em 0 1em 0;
	_padding-bottom: 0;
}

ul.productlist li a {
	padding: 0.75em 3em 0.75em 1em;
	background-color: #AFBECF;
	display: block;
	margin-top: -0.9em;
	width: 85.5%;
	_padding-left: 1.2em;
}

ul#productlist li a {
	padding: 0.7em 2em 0.7em 1em;
	background-color: #AFBECF;
	display: block;
	margin-top: -0.9em;
	width: 42%;
	float: left;
	_padding-left: 1em;
	_border-top : 1px solid #ffffff;
}

ul#productlist li span {
	padding:0.8em 0pt 0.5em 2em;
	background-image: url(images/table-arrow.gif);
	background-repeat: no-repeat;
	background-position: left 0;
	margin-left: -1em;
	_margin-left: -1.5em;
}

.tableStyle, .poolListStyle
{
	margin-top: 0.2em;
	margin-bottom: 1em;
}

.tableStyle th {
	border-top:1px #CEDDED solid;
	font-weight : bold;
	padding : 0.3em;
}

.tableStyle td, .border {
	vertical-align:top;
	text-align:left;
	padding : 0.5em 0.3em 0.3em 0.3em;
	border : 1px solid #CEDDED;
}

.poolListStyle th {
	border : 0;
	font-weight : bold;
	padding : 0.3em;
	background-color : #CEDDED;
}

.poolListStyle td 
{ 
	vertical-align:top;
	text-align:left;
	padding : 0.5em 0.3em 0.3em 0.3em;
	font-size : 89%;
}

.tableStyle td#last-child {
	text-align:right;
}

.tableStyle th h4, .tableStyle th h5 {
	margin-bottom : 0;
	line-height : 0;
	padding-bottom : 0;
}

.tableScheda th {
	font-weight : bold;
	padding : 0.5em;
	text-align:left; 
	border-top:solid 1px #7f97b2;
	background-color : #7f97b2;
	vertical-align:top;
	background-image:none;
}

.tableScheda td {
	padding : 0.5em;
	text-align:left; 
	border : 1px solid #ffffff;
	border-top:solid 1px #e8ecf1;
	background-color : #e8ecf1;
	vertical-align:top;
	padding-left : 1em;
	width : 30%;
}

.tableScheda td#first-child {
	background-color:#afbecf;
	font-weight : bold;
	padding : 0.5em;
}

.tableScheda td ul {
	width:80%;
	list-style-position:outside;
}
.Bcertificate
{
	border: 1px solid rgb(175, 190, 252);
	font-size:10px;
}
.Bcertificate td
{
	border: 1px solid rgb(175, 190, 252);
	padding:3px;
}
.tableScheda td table td, .tableScheda td table {
	border:1px solid #afbefc;
}

.form label		{ display : block; padding : 0.5em; width : 450px; border : 1px solid #ffffff; background-color : #E8ECF1; }

.form input		{ position : absolute; left : 45%; width : 204px; }
.form textarea	{ position : absolute; left : 45%; border : 1px solid #003066;}
#forText		{ padding-bottom : 6.8em; }
#submit			{ padding-bottom : 1em; }
#submit input	{ background-color : #FF9933; color : #ffffff; border : 1px solid #ffffff; }
.form ul		{ background-color : #E8ECF1; width : 65.8%}

.form li		{ list-style-position : outside; margin-left : 3em; padding : 0.2em; }
.form li input	{ border : 0; background-color : transparent; width : 15px; }
#checkProdukte	{ border : 0; background-color : transparent; width : 15px; }


#main, #newsMain {
	border : 1px solid #CFDEEE;
	clear : both;
	padding :0em 1em 0em 1em;
	_height : 100%;
}

#newsMain {
	width : 20em;
	/* making news div scrollable */
	height:9em;
	/* margin-top:-5px;*/
	margin-top:1px;
	overflow:scroll;
	overflow-x:hidden;
	
}

.cookies-layer-show {
    display: block;
	position: absolute;
	width: 300px;
    top: 20vh;
    left: 40vw;
}
.cookies-layer-hidden {
    display: none;
}
.cookies-popup {
    position: relative;
    background-color: black;
    width: 300px;
	padding-top: 1px;
	padding-left: 5px;
    padding-right: 5px;
	padding-bottom: 5px;
	z-index: 1000;
}
.cookies-popup p{
	color: red;
	text-align: center;
	font-size: 14px;
}

.cookies-info {
	margin-bottom: 5px;
}

.cookies-acknowledge {
	padding-top: 5px;
}
.cookies-acknowledge a {
    display: block;
    background-color: #7f7fff;
    color: red;
    font-size: 21px;
    text-decoration: none;
    height: 30px;
	line-height: 1.5;
	text-align: center;
}
.cookies-acknowledge a:hover {
    background-color: blue;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}
@media (min-width: 576px)
.card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}

p.card-text {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 16px;
    margin-inline-end: 16px;
}
