TABLE.trans TD, thead, tbody, tfoot{
background-color:rgba(0,0,0,0) !important;
}
DIV.acontent{
background-color:#ccc !important;
}	
IMG.dllimg
{
height:35px !important;
width:94px !important;
min-width:94px !important;
}
.inf{
position:relative;
top:35px !important;
left:-94px;
}
.inf_mob{
position:relative;
top:35px !important;
left:-94px;
font-size:10px;
}
.topnav {
  background-color: #ddd;
  overflow: hidden;
  border-top:2px solid #000;
  border-bottom:2px solid #000;
}
/* Style the links inside the navigation bar */
.topnav a {
  font-family:"MiriamLibre-Regular" !important;
  display: inline-block;
  color: #00d;
  float:center;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none !important;
  font-size: 17px;
  text-decoration:none;
}


/* Change the color of links on hover */
.topnav a:hover {
  background-color: #013076 !important;
  color: white !important;
}
/* Add an active class to highlight the current page */
.topnav a.active {
  /*background-color: #013076;
  color: white;*/
}
#modelbgg        {
z-index:250 !Important;
margin-top:800px !important;
min-height:800px;

}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
  margin-top: -10px !important;
  padding-top:16px !important;
}
/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
BODY{
background-repeat:repeat;
background-position:right center;
}

.gdprcookie h1,
.gdprcookie h2 {
    font-size: 1.2rem;
    margin-bottom: .5rem;
	color:#0e2f5d !important;
	text-align:left;
	 
}
.gdprcookie-buttons button {
    color: white;
    font-family: inherit;
    font-size: 1rem;
    padding: .4rem;
    border: solid .05rem currentColor;
    border-radius: .15rem;
    margin: 0 .5rem;
    background:#0e2f5d	 !important;
    cursor: pointer;
}
BUTTON.chkb{
border:1px dashed #888 !important;
border-left:0px dashed #888 !important;
}
H1.bl{
color:#002D62;
font-size: 2rem;
line-height: 2.2rem;
}
#vorschlag
{
position:absolute;
background-color:#fff;
border:1px solid #888;
overflow:hidden;
z-index:1500;
color:#000000;
}
#vorschlag ul 
{
	list-style-type:none;
	margin: 0;
	padding: 0;
}
#vorschlag ul li
{
	cursor:pointer;
}
#vorschlag ul li.selected
{
	background-color:#002D66;
	color:#fff;
	font-weight:bold;
}
.row{width:100%;}



FORM#searchf
{
padding-top:5px;
padding-left:10px;
display:inline-block;
}
INPUT.qqa
{
background-color:rgba(255,255,255,0.0);
font-weight:bold;	 		
border:0px;
height:30px;
width:157px;
color:#002d66;
border:2px solid #002d66;
padding-left:5px;
border-radius:7px;
}
BODY
{
background-image:url(../images/web/BG-Blue.jpg);
height:100%;
background-attachment:fixed;
background-color:#002d62;
background-repeat:repeat-x;
font-family:"Helvetica";

}
@font-face {
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../common/fonts/fa-solid-900.eot");
  src: url("../../common/fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../common/fonts/fa-solid-900.woff2") format("woff2"), url("../../common/fonts/fa-solid-900.woff") format("woff"), url("../../common/fonts/fa-solid-900.ttf") format("truetype"), url("../../common/fonts/fa-solid-900.svg#fontawesome") format("svg"); 
}
@font-face {
  font-family: 'MiriamLibre-Regular';
  src: url('MiriamLibre-Regular.woff2') format('woff2');
	   url('MiriamLibre-Regular.woff') format('woff'),
       
  src: url('MiriamLibre-Regular.eot');
  src: url('MiriamLibre-Regular.eot?#iefix') format('embedded-opentype'),
       url('MiriamLibre-Regular.svg#MiriamLibre-Regular') format('svg'),
       url('MiriamLibre-Regular.ttf') format('truetype'),
       
  font-weight: normal;
  font-style: normal;
}
 #headx{
 position:fixed;
 display:block;
 z-index:10;
 background-size: cover;
  overflow: hidden;
 }
/* DIV#absa{
min-height:286px;
height:286px;
}*/
 /*@media only screen and (max-width: 360px) and (min-width: 300px) {
 #absa
 {
 min-height:123px;
 }
 }
 @media only screen and (min-width: 1400px) and (max-width: 1919px) {
 #absa
 {
 min-height:300px;
 }
 }
 @media only screen and (max-width: 700px) and (min-width: 600px) {
 #absa
 {
 min-height:166px;
 } 
 
 }
 @media only screen and (max-width: 900px) and (min-width: 800px) {
 #absa
 {
 min-height:226px;
 } 
 
 }
 @media only screen and (min-width: 900px) and (max-width: 1000px) {
 #absa
 {
 min-height:286px !important;
 height:286px;
 padding-top:286px;
 } 
 
 }
 @media only screen and (max-width: 1500px) and (min-width: 1000px) {
 #absa
 {
/* min-height:256px;
 } 
 
 }
  @media only screen and (max-width: 1400px) and (min-width: 1000px) {
 #absa
 {
 /*min-height:266px;
 }
 }
   @media only screen and (max-width: 2000px) and (min-width: 1750px) {
 #absa
 {
 min-height:326px;
 } 
 
 }
   @media only screen and (max-width: 2600px) and (min-width: 1900px) {
 #absa
 {
 min-height:500px;
 } 
 
 }
   @media only screen and (max-width: 4400px) and (min-width: 3500px) {
 #absa
 {
 min-height:686px;
 } 
 
 }
   @media only screen and (max-width: 9000px) and (min-width: 4400px) {
 #absa
 {
 min-height:686px;
 } 
 
 }
  @media only screen and (max-width: 500px) and (min-width: 40px) {
 #absa
 {
 min-height:176px;
 } 
 H2,H4{
 font-size:18px !important; 
 }
 }
 @media only screen and (max-width: 800px) and (min-width: 700px) {
 #absa
 {
 min-height:206px;
 } 
}
 @media only screen and (max-width: 600px) and (min-width: 500px) {
 #absa
 {
 min-height:150px;
 } 
}
*/
   @media only screen and (max-width: 500px) and (min-width: 40px) {
 
 H2,H3,H4{
 font-size:18px !important; 
 }
 }

 

.fa2{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
	}
.fa-bars:before
{
content: "\f0c9";
color:#000;
}
UL.navig
{
list-style-type:none;
text-align:center;
}

DIV.btnn:link:hover, DIV.btnn:active:hover,DIV.btnn:visited:hover,DIV.btnn:hover
{
background-image:url(../images/navi/button2_hover.png);
width:141px;
height:28px;
}
DIV.btnn{
text-align:center;
width:141px;
font-size:17px;
height:28px;
font-family:"MiriamLibre-Regular" !important;
background-image:url(../images/navi/button2.png);
background-repeat:no-repeat;
float:right;
margin-left:5px;	
}
DIV.btnn_act{
font-family:"MiriamLibre-Regular" !important;
text-align:center;
width:141px;
font-size:17px;
height:28px;
color:#002D66;
background-image:url(../images/navi/button2_hover.png);
background-repeat:no-repeat;
float:right;
margin-left:5px;	
}
UL.navig LI
{


}
a.navigo:link,a.navigo:visited,a.navigo:active{
text-shadow:0px 0px 0px #000;

color:#fff;
}
a.navigo:link:hover,a.navigo:visited:hover,a.navigo:active:hover{
text-shadow:0px 0px 0px #000;
color:#002d66	;

}
UL.navig LI:after
{
clear:both;
}
.sm_pub,a.sm_pub2:link,a.sm_pub2:visited
{
font-size:17px;	
}
a.sm_pub3:link,a.sm_pub3:visited
{
font-size:1.1em;
}

.sh
{
background-color:#fff;
}
P.det
{
font-size:16px;
}
.deimg{
vertical-align:right;
margin-bottom:15px;
margin-top:-28px;
margin-left:-25px;
border:2px solid #002D62;
border-radius:12px;
}
a.backlink{background-image:url(../images/web/backlink.png);
padding-left:38px;	
background-repeat:no-repeat;
}
a.backlink:hover,a.baklink:visited:hover{background-image:url(../images/web/backlink_hover.png);}
DIV.aaholder > DIV.ahead
{
background-color:rgba(0,0,0,0);
}
@font-face{


}
@font-face {
  font-family: 'MiriamLibre-Regular';
  src: url('MiriamLibre-Regular.woff2') format('woff2'),
       url('MiriamLibre-Regular.woff') format('woff'),
  src: url("MiriamLibre-Regular.ttf") format("truetype");
  src: url('MiriamLibre-Regular.eot');
  
       url('MiriamLibre-Regular.svg#MiriamLibre-Regular') format('svg'),
       url('MiriamLibre-Regular.eot?#iefix') format('embedded-opentype');
}
DIV.aaholder 
{
background-color:rgba(0,0,0,0);
}
.whte
{
background-image:url(../images/web/pattern.png);
border:4px solid #002D62;
background-attachment:fixed;
background-position:top center;
border-radius:15px;
}
#ptab TD {
padding:6px;
}
#ptab TD.dl
{
padding:2px;
}
.whte_nopar
{

border:4px solid #002D62;
border-radius:15px;
background-color:#ddd;
padding:10px;
}
#footer_ch
{
border-top:3px solid #002D62;
vertical-align:right;
padding:3px;
}
A:link,A:visited{
text-decoration:underline;
color:#002D62;}
BODY:after{
content: url(../images/web/backlink_hover.png) url(../images/web/pattern_nopar.png);
display:none;
}
H1,H2,H3,H4,H5,H6
{
font-family:"MiriamLibre-Regular";
color:#002D62;
text-shadow: #c0c0c0 3px 3px 5px;
}
H1
{
font-size:3rem;
line-height:3.5rem;
}
H2{font-size:2.5rem;}
H3{font-size:2.2rem;}
H4{font-size:2.2rem;}
H5{font-size:2.0rem;}
H6{font-size:1.5rem;}
A:link,A:visited{font-size:0,7rem;text-shadow: #c0c0c0 3px 3px 5px;}
a:link:hover,a:visited:hover
{
text-shadow:#0092BA 1px 1px 2px;
color:#0047B6;
}
/*
@media only screen and (max-width: 4460px) and (min-width: 1921px) {
BODY
{
background-image:url(../images/web/book_4000.jpg);

}
}
@media only screen and (max-height: 4460px) and (min-height: 1440px) {
BODY
{
background-image:url(../images/web/book_4000.jpg);

}
}

@media only screen and (max-width: 1440px) and (min-width: 1000px) {
BODY
{
background-image:url(../images/web/book_1440.jpg);

}
}

@media only screen and (max-width: 2560px) and (min-width: 1440px) {
BODY
{
background-image:url(../images/web/book_2560.jpg);

}
}
@media only screen and (max-width: 1024px) and (min-width: 1000px) {
BODY
{
background-image:url(../images/web/book_1024.jpg);

}
}*/
@media only screen and (max-width: 800px) and (min-width: 600px) {
.hide-for-small
{
display:none !important;
}

.show-for-small
{
display:inherit !important;
}
}
.activepu,a.activepu:link,a.activepu:visited
{
font-family:BodonyXT;
color:#006BF1;
border:2px solid #006BF1;
padding:3px;
border-radius:4px;
text-decoration:none;
}	
.nonact,a.nonact:link,a.nonact:visited
{
font-family:BodonyXT;
padding:3px;
border-radius:4px;
text-decoration:none;
}	
