<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media (-webkit-min-device-pixel-ratio: 1.5),
       (min-resolution: 144dpi),
       (min-resolution: 1.5dppx) {
	/* hiDPI stuff */
}

#prim2 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1500px;
    background-color: rgba(255,255,255,0.3);
    
}

/*TOPSCROLLER */
#ScrollerBottom {
    position:absolute;
    bottom:50px;
    right: 0%;
  left: auto;
  width: 100px;
    z-index: 1000000;
font-size:1em;
    background: rgba(0,105,280,1);
    padding: 10px;
    color: #fff;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	-o-border-top-left-radius: 3px;
	
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-o-border-bottom-left-radius: 3px;
}



/*TOPSCROLLER ENDE */

body {

    font-family: 'Ubuntulight', Arial, sans-serif;
     margin-left: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 20px;
	color: #222;
	font-size: 1em;
	font-weight:300;
	background-repeat:repeat-x;
	/*background-color: rgba(113, 116, 119, 0);*/
    background-color: rgba(255,255,255,1.00);
	-ms-hyphens: none;
        -moz-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
}

div {
	font-family: 'Ubuntulight', Arial, sans-serif;
}

/*Navigation aktivstatus */
#navactive {
    color: #000 !important;
}
#navactive font {
    color: #000 !important;
	font-weight:700;
    background-color: #fff;
}
#navactive {
background-color: rgba(255,255,255,1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}



/* Preloader */
body {
     overflow: hidden;
}


#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.95); /* change if the mask should have another color then white */
    z-index:9999999999; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:fixed;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.png);  /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}




/* ####### LOADER V2 status*/

.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 100px;
  height: 100px;
  -webkit-animation: spin 3s linear infinite; /* Safari */
  animation: spin s linear infinite;

    position:fixed;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
   
    margin:-100px 0 0 -100px; /* is width and height divided by two */

}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.loadingtext {
    padding: 20px;
    font-size: 0.6em;
    color: white;
    text-align: center;
    
}

/* ######## LOADER V2 status ende*/


/*preloader Ende*/

a {
    color: #b61d1d;
font-weight:400;
}
a:visited { 
    color: #b61d1d;
font-weight:400; }
a:hover { 
    color: #cc0000;
font-weight:400; }
a:focus { 
    color: #b61d1d;
font-weight:400; }



H1 {
	font-family: 'Ubuntu-condensed', Arial, sans-serif;
	font-size:1.4em;
	line-height:1.6em;
	}
	
H2 {
	font-family: 'Ubuntu-condensed', Arial, sans-serif;
	font-size:1.3em;
	line-height:1.4em;
	}
	
H3 {
	font-family: 'Ubuntu-condensed', Arial, sans-serif;
	font-size:1.2em;
	line-height:1.3em;
	}
	
H4 {
	
	}
	
#cookieaendern {
    z-index: 1;
    position:relative; 
    top: auto;
    left: auto;
    bottom: auto;
    margin-left:auto; 
    margin-right:auto; 
    margin-top: 2%;
    margin-bottom: 2%;
    text-align: center;
    float:none;
clear:both; 
    border:1px solid #222; 
    padding:1%; 
    background-color:#ffffff; 
    min-width:100px; 
    width:20%; 
    max-width:180px;
    font-size: 1m;
     cursor: pointer;
    
      -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#cookieaendern:hover {
    cursor: pointer;
    
      -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}	



/*############ Auswahlfeld Kategorie ################ */

#KatInpSel {
		margin-left: auto;
	margin-right: auto;
	position: relative;
	float:none;
	clear: both;
	margin-bottom: 2%;
	width: auto;
    min-width: 200px;
	max-width: 30%;
}
#KatInpSel select {
    border-radius: 10px;
    min-width:100%;
	max-width: 50%;
    height: 40px;
    font-size: 1.0em;
    font-weight: 300;
    margin-right:0px;
    padding: 4px;
    color: #fff !important;
    border: 1px solid #fff;
    background-color:rgba(230,230,230,1);
	
	/*pfeil ausblenden*/
     -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
    
   background: url("/lib/imgAllg/down.svg") no-repeat 100% rgba(0,0,0,1);
   padding-right: 33px;
    background-size: 30px 30px;
    cursor: pointer;
}


/*HINTERGRUENDE */
.primaryContainer0 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
    background-image: url("../img/body_back2.jpg");
    background-attachment:fixed;
    position: relative;
    border: 0px;
    top: -1px;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size:cover;
    
      -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
    
   
}


.primaryContainer2 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
     background-image: url("../img/body_back2.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    
 -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

.primaryContainer3 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
   background-image: url("../img/body_back3.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    
     -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

.primaryContainer21 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
   background-image: url("../img/body_back2.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    
     -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

.primaryContainer6 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
  background-image: url("../img/body_back2.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    
     -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

.primaryContainer10 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
  background-image: url("../img/body_back2.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    
     -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

.primaryContainer99 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
   background-image: url("../img/body_back2.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
    
     -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
}

/*HINTERGRUENDE ENDE */

/*Facebook-Link*/

#DivFbBtnL6, #DivFbBtnL10, #DivFbBtnL21 {
	position: relative;
    float: right;
	margin-top: 3%;
    margin-bottom: 1%;
    padding: 0%;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}




/*Facebook Link Ende*/

/* ############################### SUCHSEITE*/

#ContSucheDiv {
    float:none;
    height:auto;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0%;
    margin-bottom: 0%;
    clear: none;
    width: 100%;
    max-width: 100%;
    position: relative;
    background-color: rgba(255,255,255,0.8);
    padding: 7%;
    font-size: 1em;
   
    
    border-radius: 0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
  animation-name: bounceInDown; 
}

#DivLyS01 {
     position:relative;
    float:none; 
    clear: both;
    margin-left:auto; 
    margin-right:auto; 
    margin-top:2%;
    margin-bottom: 2%;
    width:auto; 
    height: auto; 
    z-index: 50; 
    color: #444; 
     font-family: 'Ubuntulight', Arial, sans-serif;
    text-align: center;
    font-weight: 300;
    
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#DivlyS01txt {
    font-family: 'Ubuntulight', Arial, sans-serif;
    margin-bottom: 1%;
    color: #222;
      font-size: 1.0em;
     line-height: 1.4em;
    font-weight: 100 !important;
    text-align: left;
    
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#DivlyS01txt p {
  
    
}


#DivlyS01inp {
    position: relative;
     float:left;
    clear: none;
    height: 60px;
    font-size: 1em;
    display: inline-block;
    width: 67%;
    min-width: 200px;
    color: rgb(129, 129, 129);
   
    margin-right: 1%;
   /* -webkit-box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px;
    box-shadow: rgb(174, 174, 174) 1px 1px 3px 3px; */
    border: 0px solid rgb(189, 189, 189);
        -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#DivlyS01inp input {
    font-family: 'Ubuntulight', Arial, sans-serif;
     font-weight: 400;
    padding-left: 7%;
    height: 60px;
     border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 100%;
    background-color: #e3e3e3;
    border: 1px solid #ccc;
    
    background-image: url("../img/suche.png");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 3% 50%;
}

#DivlyS01inp input:hover, #DivlyS01inp input:active, #DivlyS01inp input:focus {
    background-color: rgb(240, 226, 117);
}

#DivlyS01Btn {
    height: 60px;
    width: 30%;
    min-width: 200px;
    margin-right: 0px;
    clear: none;
    position: relative;
    float:right;
    margin-bottom: 3%;
    
       -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#DivlyS01Btn input {
      float:right;
    height:60px;
    font-size: 1em;
    clear: both;
    width: 100%;
    padding: 3px;
    border-radius: 3px;
    background-color: rgb(178, 74, 74);
    border-width: 0px;
    -webkit-box-shadow: rgb(175, 175, 175) 1px 1px 3px 1px;
    box-shadow: rgb(175, 175, 175) 1px 1px 3px 1px;
    color: rgb(255, 255, 255);
        -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    
}

 

/*es wurde noch nichts gesucht*/
#DivLyS20 {
    float: left;
    position: relative;
    width: 100%;
    clear: both;
    font-size: 0.9em;
     line-height: 1.4em;
    color:#990000;
       -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#UlSearchErg01 {
    display: block;
    
}
#UlSearchErg01 li {
    list-style: inside;
    list-style-type: square;
}


/* ###################### Suchseite Ende*/


/* ######### DATEIANHANG ALLG ################ */

#ContLay24InfoDateianhang,
#ContLay24Dateianhang,
#ContLay21InfoDateianhang,
#ContLay25InfoDateianhang,
#ContLay25Dateianhang,
#DetLay25Dateianhang,
#ContLay21Dateianhang,
#DetLay21Dateianhang,
#DetLay24Dateianhang,
#ContLay2Dateianhang,
#ContLay22InfoDateianhang,
#DetLay22Dateianhang,
#ContLay22Dateianhang,
#ContLay6Dateianhang,
#ContLay10Dateianhang {
   overflow: visible;
    min-height: 30px;
    height: auto;
    clear: both;
    margin-bottom: 2%;
    margin-top: 1%;
   background-color: rgba(255,255,255,0.7);
    padding-top: 1%;
    padding-bottom: 1%;
    padding-left: 0%;
    padding-right: 1%;
    margin-left: auto;
    margin-right: auto;
}

#ContLay24InfoDateianhang img,
#ContLay24Dateianhang img,
#ContLay21InfoDateianhang img,
#ContLay25InfoDateianhang img,
#ContLay25Dateianhang img,
#DetLay25Dateianhang img,
#ContLay21Dateianhang img,
#DetLay21Dateianhang img,
#DetLay24Dateianhang img,
#ContLay2Dateianhang img,
#ContLay22InfoDateianhang img,
#ContLay22Dateianhang img,
#DetLay22Dateianhang img,
#ContLay6Dateianhang img,
#ContLay10Dateianhang img {
    display: none; /*visible, wenn original file sichtbar sein soll */
    max-height: 40px;
	margin-right: 10px;

    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#ContLay24InfoDateianhang p,
#ContLay24Dateianhang p,
#ContLay21InfoDateianhang p,
#ContLay25InfoDateianhang p,
#ContLay25Dateianhang p,
#DetLay25Dateianhang p,
#ContLay21Dateianhang p,
#DetLay21Dateianhang p,
#DetLay24Dateianhang p,
#ContLay2Dateianhang p,
#ContLay22InfoDateianhang p,
#ContLay22Dateianhang p,
#DetLay22Dateianhang p,
#ContLay6Dateianhang p,
#ContLay10Dateianhang p {
     padding-left: 30px; /*auf null setzen, wenn nicht hintergrund-symbol aktiv ist*/
   background-color: rgba(0,0,0,0);
     line-height: 1.5em;
    font-size: 1 em;
    text-decoration:none;
    cursor: pointer;
    margin-bottom: 0.4%;
    display:block;
    
    background-image: url("/lib/imgAllg/dateianhang.svg");
    background-repeat: no-repeat;
    background-position: 0% 50%;
    background-size: 20px 20px;
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    
}


#ContLay24InfoDateianhang p img:hover,
#ContLay24Dateianhang p img:hover,
#ContLay21InfoDateianhang p img:hover,
#ContLay25InfoDateianhang p img:hover,
#ContLay25Dateianhang p img:hover,
#DetLay25Dateianhang p img:hover,
#ContLay21Dateianhang p img:hover,
#DetLay21Dateianhang p img:hover,
#DetLay24Dateianhang p img:hover,
#ContLay2Dateianhang p img:hover,
#ContLay22InfoDateianhang p img:hover,
#ContLay22Dateianhang p img:hover,
#DetLay22Dateianhang p img:hover,
#ContLay6Dateianhang p img:hover,
#ContLay10Dateianhang p img:hover {
 
   transform: scale(1.3); /* ist nur aktiv, wenn background file inaktiv */
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



#ContLay24InfoDateianhang p:hover,
#ContLay24Dateianhang p:hover,
#ContLay21InfoDateianhang p:hover,
#ContLay25InfoDateianhang p:hover,
#ContLay25Dateianhang p:hover,
#DetLay25Dateianhang p:hover,
#ContLay21Dateianhang p:hover,
#DetLay21Dateianhang p:hover,
#DetLay24Dateianhang p:hover,
#ContLay2Dateianhang p:hover,
#ContLay22InfoDateianhang p:hover,
#ContLay22Dateianhang p:hover,
#DetLay22Dateianhang p:hover,
#ContLay6Dateianhang p:hover,
#ContLay10Dateianhang p:hover {
    background-size: 30px 30px;
 
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* ######### DATEIANHANG ALLG  ENDE ################ */


/* ########################## Mobile Version zusaetze */
#MobileMenuButton {
    visibility:hidden;
      position:fixed; 
    height: auto;
    left: auto;
    clear: none;
    width: auto;
    padding: 6px 4px 2px 4px;
    
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    
    -webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#MobileMenuButtonImg {
    float: none;
    width: auto;
    max-width: none;
    height: auto;
    margin: auto;
    clear: none;
    color: rgb(0, 0, 0);
    max-height: 20px;
    position: relative;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
/* ########################## Mobile Version zusaetze ENDE */

/* Bottom zusÃ¤tzlicher Inhalt */

#InfoBoxDIV {
    float:none;
    height:auto; 
    margin-left: auto;
    position: relative;
    margin-right: auto;
    clear: none; 
    width: 100%; 
    min-width: 250px;
    background-image: url();
    background-size:7%;
    background-position: 50% 50%;
	background-repeat: no-repeat;
    
}

#InfoBoxUebersDIV {
    margin-left: auto; 
    float: none; 
    font-size: 1.4em; 
    width: 90%; 
    height: auto;
    text-align: center; 
    font-weight: normal; 
    line-height: 1em; 
    margin-top: 3%; 
    clear: none; 
    min-height: 27px;
    margin-right: auto; 
    color: #222; 
    font-family: 'Ubuntulight', Arial, sans-serif;
}

#InfoBoxSubUebersDIV {
    width:auto; 
    margin-left:auto; 
    margin-right: auto; 
    margin-top:1%;
    text-align: center; 
    font-size: 0.8em; 
    line-height: 1.1em; 
    color: #444; 
    font-family: 'Ubuntulight', Arial, sans-serif;
    font-weight: 400;
}
#InfoBoxSubUebersDIV img {
    max-width: 160px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    box-shadow:3px 3px 15px #3D414A; 
   -moz-box-shadow: 3px 3px 15px #3D414A;
    -webkit-box-shadow: 3px 3px 15px #3D414A;
    box-shadow:3px 3px 15px #3D414A;
}

#InfoBoxAdresseli {
    display:inherit;
    position: relative; 
    margin-left: auto;
    margin-right: auto;
    left: 0%; 
    float:none; 
    margin-top:2%; 
    margin-bottom: 1%;
    width:auto; 
    height:auto; 
    z-index: 1; 
    text-align:center; 
    color: #444; 
    font-size: 1em;
    font-family: 'Ubuntulight', Arial, sans-serif;
    font-weight: 300;
}

#InfoBoxTextRe {
    position:relative;
    float:none; 
    clear: both;
    margin-left:auto; 
    margin-right:auto; 
    margin-top:2%;
    margin-bottom: 50px;
    width:auto; 
    height: auto; 
    z-index: 50; 
    color: #444; 
     font-family: 'Ubuntulight', Arial, sans-serif;
    text-align: center;
    font-weight: 300;
}

/*Bottom zusÃ¤tzlicher Inhalt Ende */

/*STARTSEITENCAROUSEL DIV*/

#startseitencarousel {
    overflow: visible;
 float:none;
    position: relative;
    margin-left: auto;
     margin-right: auto;
    padding-top: 10px;
    clear: none;
    width: 100%;
    max-width:100%;
    background-color: rgba(255, 255, 255, 0);
    color:#fff;
    height:410px; 
}

#startseitencarousel iframe {
     border: 0px; 
    width: 100%; 
    height:390px; 
    overflow: visible;
    position: relative;
    float: none;

}


/*Startseite News iframe */
#NEWSStart {
position:relative; 
float:none; 
    padding: 20px;
    margin-top:0px; 
    margin-right:auto; 
    margin-left: auto;
    width:100%; 
    height:auto;
  -webkit-overflow-scrolling: touch;
    /*box-shadow:3px 3px 15px #3D414A; 
   -moz-box-shadow: 3px 3px 15px #3D414A;
    -webkit-box-shadow: 3px 3px 15px #3D414A;
    box-shadow:3px 3px 15px #3D414A; */
    border-radius:0px; 
    background-color: rgba(0,0,0,0.1);
}
#NEWSStart iframe{
border:0px; 
    margin:0px; 
    border-radius:0px; 
    height: 230px;
   overflow-x: hidden;
    overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
}
#NEWSStart iframe:hover {
	overflow-y:auto;
}

/*Startseite News iframe ENDE */


/*BOTTOM AUFKLAPPEND*/

#adresse {
position: relative;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 40%;
	min-width: 250px;
	height: auto;
	text-align: left;
	font-size: 1em;
	line-height: 19px;
	color: #017493;
	font-family: 'Ubuntulight', Arial, sans-serif;
	font-weight: 500;

}
#bottomInfo {
	position:relative;
	float: none;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
	height:auto;
	padding: 0px;
	color: #fff;
	-webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#bottomInfo:hover, #bottomInfo:focus { 
   /* height: 470px;*/
}

#InfoBox {
    display: none;
	position: relative;
    float: none;
	background-color: rgba(255, 255, 255, 0.2);
	height:auto;
	font-size: 1.2em;
	text-align: center;
	padding: 1%;
	cursor: pointer;
    color: #ccc;
}

/*iframe News Bottom */
#NEWS {
    z-index: 20000;
    display:visible;
position:relative; 
float:none; 
    width:100%; 
    height:150px;  
   overflow-x: hidden;
    overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
   padding:0%; 
   /* box-shadow:3px 3px 7px 3px #222; 
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
       background-color: rgba(0, 0, 0, 0.3);*/
}
#NEWS:hover {
	overflow-y:auto;
}
#NEWS iframe{
    margin:0px; 
    border-radius:3px; 
    height: 100px;
    width:100%;
    overflow-x: hidden;
   overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
    border:hidden; 
}

/*iframe News Bottom ENDE */

#NEWSbanner {
position:relative; 
float:none; 
    margin-left: auto;
    margin-right:auto;
    margin-bottom: 0px;
    width:100%; 
    height:auto;  
   overflow-x: hidden;
    overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
   padding:0px; 
    box-shadow:0px 0px 0px 0px #222; 
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
       background-color: rgba(0, 0, 0, 0);
}
#NEWSbanner iframe{
    margin:0px; 
    border-radius:3px; 
    height: 450px;
    width:100%;
    overflow-x: hidden;
   overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
    border:hidden; 
}
#NEWSbanner iframe:hover {
	overflow-y:auto;
}


#TOP {
     float:none;
    height:100px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: 100;
    margin-top:0px;
overflow: visible;
    margin-left: auto;
    margin-right: auto;
       background-color: rgba(38,77,119,1);
}


#TopHTMLContainer {
       position: relative;
    float:none;
    margin-right: auto;
    margin-left: auto;
    height:auto;
    clear: both;
    width: 100%;
    max-width: 100%;
    min-width: 250px;
    border: 0px;
    background-color: rgba(0, 0, 0, 0.6);
  
    color: #fff;
    text-align: center;
    margin-top: 0px;
}




#TopHTMLContainer p {
    font-size: 1em;
    font-weight: 700;
}

#NavigationContainer {
    text-align: center;
    float:none;
    margin-left: auto;
    margin-right: auto;
	margin-top: 0px;
    height:10px;
    min-height:10px;
    width:100%;
    position:relative;
    padding-right: 0%;
    padding-left: 0%;
    padding-top: 0px;
z-index: 10000;
    background-color: rgba(0,105,180,0);
overflow: visible;
	
	-webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
   
}
#NavigationContainer.fixed {
  text-align: center;
    float:none;
    height:70px;
    min-height:auto;
    margin-left: auto;
    margin-right:auto;
    top:0px;
    padding-top: 0px;
    clear:both;
    position:fixed;
    z-index: 10000;
    max-width: 1500px;
overflow: visible;
    background-color: rgba(0,105,180,0);
  
    
   /* box-shadow:5px 5px 5px 2px #ccc;
    -moz-box-shadow:5px 5px 5px 2px #ccc;
    -webkit-box-shadow:5px 5px 5px 2px #ccc;*/
    
    -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}


#htmlnav {
    display: none;
    visibility: hidden;
    position: fixed;
}

#htmlNavUl {
color: #fff;
    display:inline-flex;
    padding: 0px;
    list-style-type:inherit;
  list-style-position:inherit;
  list-style-image:none;
    font-weight: 600;
    
}



#htmlNavLi{
       float:none;
     display:inline-block;
    color: #ccc;
    margin:1px;
    list-style-type:none;
  list-style-position:inside;
  list-style-image: none;
        padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align:left;
    background-color: #e3e3e3;
}

#htmlNavLi a { 
    color: white;
    }

#htmlNavLi:hover {
color: #fff;
    background-color: #222;
    -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/*Pop-Up Fenster fÃ¼r Struktur-Position*/
    #PFADnav {
        display:inherit;
        position:fixed; 
        float:none;
        top: 4%;
        margin-left:5%;
        margin-right: 5%;
        width:auto;
        max-width: 95%;
        visibility: hidden;
       /* overflow-y: hidden;
        overflow-x: auto;*/
        background-color: rgba(230, 230, 230, 1); 
        z-index:1000000;
        border-radius: 5px;
        padding: 18px;
        font-size: 0.8em; 
         background-image:url("../img/close_bck.png");
    -webkit-background-size:20px;
    background-size:20px;
    background-position:99% 3%;
    background-repeat: no-repeat no-repeat;
        cursor: pointer;
        box-shadow: 16px 0 16px #222;
    }


 #PFADnav a {
     float:left;
     height:auto;
     clear: none;
        padding: 0.2em;
        text-decoration: none; font-weight: bold;
        border: 0px solid blue;
        border-radius: 3px;
        color:#222; 
      }

#PFADnav a:hover {
    z-index: +1;
     background-color: #fff;
     -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
transform:scale(1.1);
         -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
}
    
    #PFADnav UL {
float:right;
        clear:none;
        font-size: 1em;
         -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
}

    
    #PFADnav li {
    float:left;
        clear:none;
  position:relative;
        margin: 3px;
    
}



#PFADNavUl {
color: #222;
    display:inline-flex;
    list-style-type:inherit;
  list-style-position:inherit;
  list-style-image:none;
  
}

#PFADNavLi{
       float:none;
     display:inline-block;
    list-style-type:none;
  list-style-position:inside;
  list-style-image: none;
        padding: 0px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
}
    
/*aktiv*/
.pnact1 {
    background-color:#b59f39 !important;
      -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
}

.pnact1:hover, .pnact1:focus {
     z-index: +1;
    -webkit-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -o-transform:scale(1.03);
transform:scale(1.03);
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
				transition: all 0.2s ease-in-out;
}

/*################################## Pop-Up Struktur Ende */


#ContentContainer {
    float:none;
    overflow: visible;
 position:relative;
    padding: 0px;
    margin-left:auto;
        margin-right: auto;
    clear:none;
    width: 100%;
    max-width: 100%;
    background-color: rgba(0,0,0, 0);
    z-index:0;
}


#SlideShowContainer {
    float:none;
    position: relative;
    height:auto;
    margin: auto;
   background-color:rgba(163,196,233,1);
    min-width: 250px;
    max-width: 100%;
    min-height: 0px;
      width: 100%;
    overflow: hidden;
    
             -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
     
    /*border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;*/
    
    /*box-shadow:3px 3px 7px 3px #222;
    -moz-box-shadow:3px 3px 7px 3px #222;
    -webkit-box-shadow:3px 3px 7px 3px #222;*/
    
    /*ANIMATE*/
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 1.8s;
-moz-animation-delay: 1.8s;
animation-delay: 1.8s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
    /*ANIMATE ENDE*/ 
}

#BottomContainer {
    float:left;
    margin-left: auto;
    margin-right: auto;
    height:auto;
    clear:both;
    width: 100%;
    max-width: 100%;
    position:relative;
    min-width: 250px;
    z-index: 0;
    background-color: rgba(255,255,255,0);
}

#OverTopContainer {
    float: none;
    clear: both;
    height:70px;
    margin-left: auto;
        margin-right: auto;
    width: 100%;
    max-width: 1500px;
    position: relative;
    z-index: 100000000;
    margin-bottom: 0px;
}


#BottContHtmlDiv_Li {
	display: none;
    float: left;
    clear: none;
 background-color: rgba(255,255,255,0.2);
    
    width: 35%;
    padding-left: 2%;
    padding-right: 2%;
    min-height: 0px;
    padding-top: 1%;
        color: #ccc; 
    font-size: 1em;
    font-family: 'Ubuntulight', Arial, sans-serif;
    font-weight: 300;
    
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#BottContHtmlDiv_Mi {
	display: none;
    position:relative;
    float: left;
   padding-left: 2%;
    padding-right: 2%;
    padding-top: 1%;
    width:30%; 
    height:auto;
    min-height: 0px; 
    z-index: 10; 
    color: #ccc; 
    font-size: 1em;
    font-family: 'Ubuntulight', Arial, sans-serif;
    font-weight: 300;
    background-color: rgba(100,100,100,0);
    
    
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
} 

#Spalte3 {
	display: none;
    float:right;
    clear: none;
 background-color: rgba(255,255,255,0.2);
	background-repeat: no-repeat;
	background-position: 100% 30%;
    width: 35%;
    padding-left: 2%;
    padding-right: 10%;
    min-height: 0px;
    padding-top: 1%;
        color: #ccc; 
    font-size: 1em;
    font-family: 'Ubuntulight', Arial, sans-serif;
    font-weight: 300;
    
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



#BottContHtmlDiv_Re {
position:relative;
    float:none;
    clear:both;
  margin-left: auto;
    margin-right: auto;
    width:100%;
    height:inherit;
    background-color: rgba(255,255,255,0.3);
	border-top: 0px solid rgba(230,230,230,1);
    
 -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

#BottLiInhalt {
    position:relative;
    float: left;
   margin-left: 0px;
    padding: 2%;
    height:auto; 
    min-height: 400px;
    z-index: 10; 

}


#CopyContainer {
    float:none;
    bottom: 0px;
    height:30px;
    width: 100%;
    position:fixed;
    min-width: 250px;
    min-height: 27px;
    z-index: 8;
    background-color: rgba(129, 129, 129, 0);
    padding: 10px;
}

#sitemapDiv {
float: left;
}

#sitemapDiv p {
    cursor: pointer;
    font-size: 0.8em;
    
    
}

#copyDiv {
float: right;
    color: #ccc;
}

#copyDiv p {
    font-size: 0.8em;
    cursor: pointer;
    
}




#SlideShowContDiv {
    margin:0px;
    clear: none;
    height:auto;
 position:relative;
    float: none;
margin-left: auto;
    margin-right: auto;
    padding: 0px;
    background-color: #fff;
	max-width: 1500px;
}

#anfahrtsplan {
    height: 280px;
}

#anfahrtsplan iframe {
     height: 280px;
    border: 0px;
    
}


#BannerContainer1 {
    float: left;
    clear: none;
    position:relative;
   
   -webkit-overflow-scrolling: touch; /* lets it scroll lazy */
    z-index: 1;
    min-height: 50px;
    height: auto;
    margin: auto;
    width: 100%;
    min-width: 50px;
    max-width: none;
    padding: 0px;
    margin-bottom: 0;
    
          -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
     /*background-image:url("http://www.superweb.at/sw2015/img/bannerhint.png");
    background-position:100% 50%;
    background-repeat: no-repeat no-repeat;*/
    background-color: #e3e3e3;
        cursor: pointer;
  /*  visibility: hidden;*/
}

#BannerContainer1:hover, #BannerContainer1:focus {
   
   
}

#BannerContainer1 img {
    border-radius: 0px;
    box-shadow: 0px 0 0px #222;
    min-height:none !important;
    min-width: inherit !important;
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
    
}




/*Banner rechts fixiert*/
#BannerContainer2 {
  float: left;
    clear: none;
    position: fixed;
    bottom: 50px;
    /*right: -210px;*/
    right: -35px;
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y:hidden;
   -webkit-overflow-scrolling: touch; /* lets it scroll lazy */
    z-index: 10;
    min-height: 10px;
    height: 90px;
    
    border:1px solid #ccc;
    
    background-color: rgb(255, 255, 255);
    margin: auto;
    width: 80px;
    min-width: 50px;
    max-width: 500px;
    padding: 1%;
    
     -webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  
}


#BannerContainer2 img {
    
    
}

#BannerContainer2:hover, #BannerContainer2:focus {
    right: -10px;
     -webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
 /*  min-height: 100px;
    height: 300px;
    right: 0%;
     width: 100%;
    overflow-x: hidden;
    overflow-y:hidden;*/
   
    /*ANIMATE*/
   /* -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay:  0.2s;
-moz-animation-delay:  0.2s;
animation-delay: 0.2s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;*/
    /*ANIMATE ENDE*/
}




#NavipunktContainer {
    position: relative;
    float:left;
    height:100%;
    margin-left: auto;
    margin-right: auto;
    width:100%;
    min-width: 250px;
   /*   box-shadow:1px 1px 1px 1px #e3e3e3;
    -moz-box-shadow:1px 1px 1px 1px #e3e3e3;
    -webkit-box-shadow:1px 1px 1px 1px #e3e3e3;*/
-webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#HomeSitemSucheDiv {
    z-index: 100000;
    float:none;
    height: auto;
    clear: none;
    width:130px;
    min-width:none;
    min-height: 30px;
    max-height: 50px;
    position:relative;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#OverTopHtmlContDIV {
    float:none;
    height:auto;
    clear: none;
    width:auto;
    padding: 10px; position:absolute;
    margin-top: 40px;
    margin-left: 40px;
    
  border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

       
    background-color: rgba(255,255,255,1.00);

     -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    
  border: 0px solid #ccc;
    box-shadow:3px 3px 5px #222; 
   -moz-box-shadow: 3px 3px 5px #222;
    -webkit-box-shadow: 3px 3px 5px #222;
    box-shadow:3px 3px 5px #222;
    
 /*ANIMATE*/
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.8s;
-moz-animation-delay: 0.8s;
animation-delay: 0.8s;
    
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
  animation-name: bounceInDown;
    /*ANIMATE ENDE*/   
}
#OverTopHtmlContDIV img {
    width: 260px;
    height: auto;
    
    
     -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#OverTopHtmlContDIV.fixed {
    position: fixed;
    margin-top: 10px;
    margin-left: 10px;
    
  border-radius: 0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    
   box-shadow:0px 0px 0px 0px #555;
    -moz-box-shadow:0px 0px 0px 0px #555;
    -webkit-box-shadow:0px 0px 0px 0px #555;

     -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    
    background-color: rgba(255,255,255,1);
}
#OverTopHtmlContDIV.fixed img {
     width: 120px;
}




#ContStartseiteHTMLDiv {
    float:none;
    height:auto;
    margin-left: 3%;
    margin-right: 3%;
    margin-top: 3%;
    margin-bottom: 3%;
    clear: none;
    width: 94%;
    max-width: 100%;
    position: relative;
    background-color: rgba(255,255,255,0);
    padding: 3%;
    font-size: 1.1em;
    line-height: 1.4em;
    
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
#ContStartseiteHTMLDiv iframe {
    padding: 0px;
border: 0px; 
    width: 40%; 
    min-height: 270px;
    max-width: 100%;
    overflow:visible;
    height: auto;
}

#BottContHtmlDiv {
    z-index: 0;
    width: 100%;
 position:relative;
    height:auto;
    background-color: rgba(255,255,255,0);
    
   /* -webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; */

}

#BottContHtmlDiv:hover, #BottContHtmlDiv:focus {
  /* height: 380px;
     cursor: pointer; */
}

#HomeButtonImg {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
    clear: none;
    color: rgb(0, 0, 0);
    position: relative;
    top: 0px;
    left: 0px;
    min-height: 0px;
    max-height: 20px;
    min-width: 0px;
}

#sitemapButtonImg {
    float: none;
    width: auto;
    max-width: none;
    height: auto;
    margin: auto;
    clear: none;
    color: rgb(0, 0, 0);
    max-height: 20px;
    position: relative;
    top: 0px;
    left: 0px;
}

#SucheButtonImg {
    float: none;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: auto;
    clear: none;
    color: rgb(0, 0, 0);
    max-height: 20px;
}

#HomeButDiv {
    float:left;
    height: auto;

    clear: none;
    width: auto;
    min-height: 20px;
    padding: 0px;
    max-height: 30px;
    position: relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
    min-width:30px;
    -webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    /* background-color: rgb(222, 222, 222);*/
}

#SitemButDiv {
    float:left;
    height: auto;
  
    clear: none;
  
    min-height: 20px;
    max-height: 30px;
    min-width:30px;
    overflow:hidden;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    /* background-color: rgb(222, 222, 222);*/
}

#SucheButDiv {
   /* display: none; */
    float: left;
    height: auto;
 
    clear: none;
    width: auto;
    min-height: 20px;
    min-width:30px;
    max-height: 30px;
    padding: 0px;
    overflow: hidden;
    -webkit-transition-property: all;
      -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
   /* background-color: rgb(222, 222, 222);*/
}

#HomeButDiv:hover, #HomeButDiv:focus {
       z-index: +1;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
        cursor: pointer;
}

#SucheButDiv:hover, #SucheButDiv:focus {
     z-index: +1;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
    cursor: pointer;
}

#SitemButDiv:hover, #SitemButDiv:focus {
     z-index: +1;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
    cursor: pointer;
}

#HomeButDiv:active {
     z-index: +1;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
    cursor: pointer;
}

#SitemButDiv:active {
     z-index: +1;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
    cursor: pointer;
}

#SucheButDiv:active {
     z-index: +1;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
    cursor: pointer;
}

/*############################################# 1347 */
@media only screen and (max-width: 1347px) {
    
    #OverTopContainer {
        position: relative;
        width:auto;
        margin-left:auto;
        margin-right: auto;
        float:none;
    }

#OverTopHtmlContDIV {
    position:absolute;

     -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    
    
}
    #OverTopHtmlContDIV.fixed {
   display: none;

     -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    
    background-color: rgba(255,255,255,0);
    
}
    #OverTopHtmlContDIV img {
     max-width: 200px;
        -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}


}


/*############################################# 1147 navigation schrift */
@media only screen and (max-width: 1070px) {
    
 #navigationV4 {
   max-width: 100%;
    font-size:0.91em !important;
        
         -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    
}

    
 
    
}


/*############################################# 1147 navigation schrift */
@media only screen and (max-width: 1100px) {
    
    
    #navigationV4 {
    max-width: 100%;
    font-size:0.80em !important;
        
         -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    
}
    ul.FM_CSS_navigationV4 li a {
  padding: 12px 10px 0 10px !important; 
  width:auto;
  height: 48px !important;
    max-height: 48px !important;
    max-width: 150px !important;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
}


/*############################################# 959 */
/*mobile HINTERGRÃœNDE*/
@media screen and (max-width: 959px) {
   
    
    #PFADnav {
        display: none;
    }
    
    
    
    
    
    
   .primaryContainer2 {
 
     background-image: url("../img/body_back2mob.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  
}

.primaryContainer3 {

   background-image: url("../img/body_back2mob.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
    position: relative;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
   
}

.primaryContainer21 {
   
     background-image: url("../img/body_back2mob.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.primaryContainer6 {
    
     background-image: url("../img/body_back2mob.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

.primaryContainer99 {
    
     background-image: url("../img/body_back2mob.jpg");
    background-attachment: fixed;
   -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

/*mobile HINTERGRUENDE ENDE */
    
    
    
    /* ############################### SUCHSEITE*/

#ContSucheDiv {
   
    padding: 3%;
    font-size: 1em;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#DivLyS01 {
    
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#DivlyS01txt {
      font-size: 1.2em;
     line-height: 1.5em;
    text-align: center;
    
     -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



#DivlyS01inp {
    position: relative;
     float:none;
    margin-left: auto;
    margin-right: auto;

    width: 100%;
    min-width: 100%;
    
    margin-bottom: 2%;
   
        -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}


#DivlyS01Btn {
    height: 60px;
    width: 100%;
    min-width: 100%;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    float:none;
    
       -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



/* ###################### Suchseite Ende*/
    

#SucheButDiv {
   display: none;
}

 #TOP {
    float:none;
    height:auto;
        padding: 0px;
        background-color: rgba(0,105,180,1);
}
    
    #SlideShowContainer {
        margin-top: 0px;
    }
    
    #TopHTMLContainer {
    margin-top: 0px;
          background-color: rgba(0, 0, 0, 0);
        
                 -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
    
    /*Inhalte OEZIV Einrichtungen*/
#topHTMLrahmen {
    position:relative;
    float: left;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 0px;
}

#topHTMLrahmen img {
    width: 100%;
    margin-bottom: 0%;
    border: 0px solid #ccc;
    
}
#topHTML1 {
    position: relative;
    float: left;
      width: 100%;
    
    
}
#topHTML2 {
    position: relative;
  float: left;
      width: 50%;
    
}
#topHTML3 {
    position: relative;
   float: left;
      width: 50%;
    
}
#topHTML4 {
    position: relative;
   float: left;
      width: 50%;
    
}
#topHTML5 {
    position: relative;
   float: left;
      width: 50%;
    
}
    
    
    #OverTopContainer {
        z-index: 1;
        position: relative;
        width:auto;
        margin-left:auto;
        margin-right: auto;
        float:none;
    }
#OverTopHtmlContDIV {
    width: 50%;
   display:block;
    float: none;
    margin-top: 0px;
    text-align: center;
    height:auto;
    clear: both;
    position:relative;
    -webkit-transition-property: all;
    -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
width: auto;
	margin-right: auto;
       background-color: rgba(255,255,255,1);
    padding: 8px;
    margin-left:auto;
    
	border-radius: 0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    
     box-shadow:0px 0px 0px 0px #555;
    -moz-box-shadow:0px 0px 0px 0px #555;
    -webkit-box-shadow:0px 0px 0px 0px #555;
     
    /*ANIMATE*/
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
    /*ANIMATE ENDE*/
}
      #OverTopHtmlContDIV.fixed {
		    
   display:block;
       float: none;
    margin-top: 20px;
    text-align: center;
    height:auto;
    clear: both;
    position:relative;
    -webkit-transition-property: all;
    -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;

       background-color: rgba(255,255,255,1);
    padding: 0px;
    margin-left:auto;
    
	border-radius: 0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    
     box-shadow:0px 0px 0px 0px #555;
    -moz-box-shadow:0px 0px 0px 0px #555;
    -webkit-box-shadow:0px 0px 0px 0px #555;
     
    /*ANIMATE*/
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
    /*ANIMATE ENDE*/
}
    #OverTopHtmlContDIV img {
        margin-top: 0px;
            width:180px !important;
        max-width:none;
        height: auto;
    -webkit-transform: scale(1.0);
-moz-transform: scale(1.0);
-ms-transform: scale(1.0);
-o-transform: scale(1.0);
transform: scale(1.0);
}
    
    
    #HomeSitemSucheDiv {
        position: absolute;
        margin-left: 2%;
        margin-right:auto;
        left:auto;
    right:auto;
        margin-top: auto;
        top: 20px;
    float:none;
     max-width:30px;
        min-width:auto;
        text-align:center;
    	 -webkit-transition-property: all;
    -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
    
    #HomeButDiv {
        -webkit-transform: scale(0.7);
-moz-transform: scale(1.9);
-ms-transform: scale(1.9);
-o-transform: scale(1.9);
transform: scale(1.9);
        margin: 2% 2% 2% 2%;
    }
    
    #SitemButDiv {
        display: none;
          -webkit-transform: scale(0.7);
-moz-transform: scale(1.7);
-ms-transform: scale(1.7);
-o-transform: scale(1.7);
transform: scale(1.7);
        margin: 13px 13px 13px 13px;
    }
    
    #SucheButDiv {
            -webkit-transform: scale(0.7);
-moz-transform: scale(1.9);
-ms-transform: scale(1.9);
-o-transform: scale(1.9);
transform: scale(1.9);
        margin: 13px 13px 13px 13px;
    }
    
    #NavigationContainer { 
       visibility: hidden;
        display: none;
		-webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    }
     #NavigationContainer.fixed { 
        visibility: hidden;
        display: none;
		 -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    }
    
   /* Mobile Version zusaetze */
#MobileMenuButton {
    z-index: 3000;
   border:0px solid #222; visibility:visible;
      -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
 right: 5%;
    top: 5%;

    background-color: rgba(255,255,255,1);
}
    #MobileMenuButton:hover, #MobileMenuButton:focus {
     z-index: +1;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
    cursor: pointer;
}
    #htmlnav {
        /*    display:inline-block;*/
    visibility:inherit;
    position:relative;
        	 -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
        
    left: 0;
    top: 0px;
    height:auto;
   margin-left:auto;
        margin-right: auto;
        width:100%;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-y:touch;
        background-color: rgba(222, 222, 222, 1); 
       z-index:100000;

        padding: 1px; 
        cursor: pointer;
    font-size: 1em;
}

    
    #htmlnav a {
    display: block;
    }
    
    #htmlnav a:hover {
     background-color: #fff;
        color: #222;
        -webkit-transition: all 0.5s ease-in;
				transition: all 0.5s ease-in;
}
    
    #htmlnav UL {
    max-width: 100%;
}
    
    #htmlnav li {
    max-width: 98%;
        line-height: 1.6em;
        background-color: #333;
        margin: 2px;
}

#htmlNavUl {
color: #fff;
    display: block;
    list-style-type:none;
  list-style-position:inside;
  list-style-image: none;
    font-size: 1.3em;
    margin: 0px;
    padding: 0px;

}

#htmlNavLi{
    color: white;
     display: block;
    list-style-type:none;
  list-style-position:inside;
  list-style-image: none;
        padding: 15px;
    text-align:center;
}
    
 #htmlNavLi a{
    color: white;
   
}   
    
    
      #BannerContainer2 {
       display: none;
     
    }
    
    
    /* Mobile Version zusaetze ENDE */
    
  
    #NEWS { 
    width:100%; 
    height:auto;  
    box-shadow:0px 0px 0px 0px #e3e3e3; 
    border-radius:0px; 
}
    
    #NEWS iframe{
border:0px; 
    margin:0px; 
    border-radius:0px; 
    height: 270px;
}
    
            
    /*Startseite News iframe */
#NEWSStart {
border:0px; 
    margin:0px; 
    border-radius:0px; 
    height:inherit;
    width:100%;
   overflow-x:inherit;
    overflow-y:inherit;
  -webkit-overflow-scrolling: touch;
}
  
    #ContentContainer {
        margin-top: 0px;
    }
    
}


/*################################################ 520 */
@media only screen and (max-width: 520px) {
    

    /*Inhalte TOPHTML OEZIV*/
#topHTMLrahmen {
    position:relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 0px;
}

#topHTMLrahmen img {
    width: 100%;
    margin-bottom: 1%;
    border: 0px solid #ccc;
    
}
#topHTML1 {
    position: relative;
    float: left;
      width: 100%;
    
    
}
#topHTML2 {
    position: relative;
    float: left;
     width: 100%;
    
}
#topHTML3 {
    position: relative;
    float: left;
    width: 100%;
    
}
#topHTML4 {
    position: relative;
    float: left;
     width: 100%;
    
}
#topHTML5 {
    position: relative;
    float: left;
     width: 100%;
    
}
    
  #ContentContainer {
    width: 100%;
    max-width:inherit;
  height: auto;
      max-height: 100%;
    min-height:auto;
}


    
    #BannerContainer1 {
       
        float:none;
        clear: both;
    width:100%;
    position:relative;
    min-height:0px;
        height: auto;
    max-height:none;
    min-width:inherit;
    max-width:100%;
    padding: 10px;
        bottom: auto;
        text-align: center;
    margin: auto;
        margin-bottom:auto;
    
             -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    }
    
    #BannerContainer1:hover, #BannerContainer1:focus {
    left: 0px;
    cursor: pointer;
    height:auto;
    max-height:none;
    bottom:inherit;
}
    




    #OverTopContainer {
        width: 100%;
        margin-left: 0%;
        margin-right: 0px;
     
    }


    
}

 
  /* Bottom zusÃ¤tzlicher Inhalt */

    #InfoBoxDIV {
    float:none;
    height:360px; 
    margin-left: auto;
    position: relative;
    margin-right: auto;
    margin-bottom: 40px;
    clear: none; 
    width: 100%; 
    min-width: 250px;
    background-image: url(../img/mscsymb.png);
    background-size:0%;
    background-position: 95% 5%;
	background-repeat: no-repeat;
}

#InfoBoxUebersDIV {
    font-size: 1.2em; 
    width: 100%; 
    margin-top: 5%; 
}

#InfoBoxSubUebersDIV {
    width:95%; 
    margin-left:auto; 
    margin-right: auto; 
    margin-top:2%;
    text-align: center; 
    font-size: 1em; 
}

#Oeffnungszeiten{
	 position: relative; 
 margin-left: 2%;
    margin-right: 2%;
    float:none; 
    margin-top:1%; 
    margin-bottom: 3%;
    width: auto; 
    height:auto; 
	
	text-align: center;
}

#Oeffnungszeiten p {
	 font-weight: 400 !important;
	text-decoration:none;
}

#InfoBoxAdresseImpr {
    position: relative; 
 margin-left: 2%;
    margin-right: 2%;
    float:none; 
	clear: both;
    margin-top:1%; 
    margin-bottom: 2%;
    width: auto; 
    height:auto; 
	
	text-align: center;
}

#InfoBoxAdresseImpr p {
    font-weight: 400 !important;
	text-decoration: underline;
}

#InfoBoxTextRe {
    position: relative; 
    text-align: center;
    width: 100%; 
    height:auto; 
    font-size: 1.0em;
}
    
 #letzteAend {
 float: none;
	 clear: both;
	 margin-left: auto;
	 margin-right: auto;
    position: relative; 
    text-align: center;
    width: 100%; 
    height:auto; 
    font-size: 0.8em;
	 color: #444 !important;
	 padding: 0%;
}

/*Bottom zusÃ¤tzlicher Inhalt Ende */


/*NAVIGATION*/


#navigationV4 {
    max-width: 100%;
    font-size:1.0em;
    
     -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    
}

ul.FM_CSS_navigationV4, ul.FM_reset, ul.FM_CSS_navigationV4 div, ul.FM_CSS_navigationV4 span, ul.FM_CSS_navigationV4 ul, ul.FM_CSS_navigationV4 li, ul.FM_CSS_navigationV4 table, ul.FM_CSS_navigationV4 tr, ul.FM_CSS_navigationV4 th, ul.FM_CSS_navigationV4 td, ul.FM_CSS_navigationV4 a {
 background: none repeat top left scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0px solid #000000;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: Black;
    
   /* border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;*/
}
.relativeDiv {
  position: relative;
}
/*************************************************************************************************/
/* I.A. Global resets */
/*************************************************************************************************/
/* I.A.1. Remove list style */
ul.FM_CSS_navigationV4, ul.FM_CSS_navigationV4 ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
}
/* I.A.2. Remove anchor outlines when clicked */
ul.FM_CSS_navigationV4 a:active, ul.FM_CSS_navigationV4 a:focus {
  outline-style: none;
}
/* I.A.3. Force block display on lists and list items */
ul.FM_CSS_navigationV4, ul.FM_CSS_navigationV4 ul {
  display: block;
}
ul.FM_CSS_navigationV4 li {
  display: block;
}
/* I.A.4. Hide span overflow */
ul.FM_CSS_navigationV4 span {
overflow: hidden;
}
/* I.A.5. Display and positioning for containers */
ul.FM_CSS_navigationV4 {
  position: relative;
  display: inline-block;
  width:auto;
  height:auto;
}
div.FM_CSS_navigationV4_container {
   float: none;
    margin-left: auto;
    margin-right: auto;
  z-index: 2000;
  text-align: center;
  background-repeat: repeat-x;
  background-position: center center;
}
div.FM_CSS_navigationV4_container.stick {
  position: fixed;
  top: 0px;
}
*+html ul.FM_CSS_navigationV4 {
  display: inline;
}

ul.FM_CSS_navigationV4 ul {
  position: absolute;
  z-index: 2000;
}


/* I.A.6. Reset margin to 0 for all menu containers */
ul.FM_CSS_navigationV4, ul.FM_CSS_navigationV4 ul {
  margin: 0 0 0 0;
}

/* I.A.7. Reset padding to 0 for all menu containers */
ul.FM_CSS_navigationV4, ul.FM_CSS_navigationV4 ul {
  padding: 0 0 0 0;
}
/* I.A.8. Display block for all anchors in list items */
ul.FM_CSS_navigationV4 a {
  display: block;
}
/* I.A.9. Display block for all spans in list items, also height 100% */
ul.FM_CSS_navigationV4 span,ul.FM_CSS_navigationV4 font {
  display: block;
}
/*************************************************************************************************/
/* I.B. Sub-menu visibility */
/*************************************************************************************************/
/* I.B.1. Hide by default all menus of level greater than one */
ul.FM_CSS_navigationV4 ul {
  display: none;
}
/* I.B.2. Establish containing blocks (position: relative) from menu items on hover to be able to position sub-menus */
ul.FM_CSS_navigationV4 li {
  position: relative;
}
ul.FM_CSS_navigationV4 ul li {
  position: relative;
}
ul.FM_CSS_navigationV4 ul ul li {
  position: relative;
}
/* I.B.3. Show submenu when hovering over menu item */
ul.FM_CSS_navigationV4 li &gt;ul {
  display: none;
}
ul.FM_CSS_navigationV4 li:hover &gt;ul {
  display: block;
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  LEVEL 1  ||
	     * *      * *      * *    ||           ||
*/
/*************************************************************************************************/
/* II.A. Positioning */
/*************************************************************************************************/
/* II.A.1 Left float for horizontal menus (more rows will be generated if available width is overpassed) */
ul.FM_CSS_navigationV4 li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_navigationV4 {
}
/*************************************************************************************************/
/* II.B. Container design */
/*************************************************************************************************/
/* II.B.1. Background (color, image, image repeat, image position) */
/* II.B.2. Border */
/* II.B.3. Explicit container width/height (optional) */
div.FM_CSS_navigationV4_container {
   padding: 0 0 0 0;
}
/* II.B.4. Container padding */
div.FM_CSS_navigationV4_container {
  padding: 0px 0px 0px 0px;
    
  
}
/*************************************************************************************************/
/* II.C. Menu item design (default state) */
/*************************************************************************************************/
/* II.C.1. Padding */
/* II.C.2. Border */
/* II.C.3. Background (color, image, image repeat, image position) */
/* II.C.4. Text color */
/* II.C.5. Font size */
/* II.C.6. Font properties (family, weight, style, decoration) */
/* II.C.7. Text align */
/* II.C.8. Cursor */
/* II.C.9. Explicit item width/height, optional */
ul.FM_CSS_navigationV4 li a {
   background: url('') no-repeat left center scroll;
  border-left: 0px dotted #fff;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px dotted #fff;
  padding: 15px 10px 10px 10px; 
  width:auto;
  height: 48px;
    max-height: 48px;
    max-width: 190px;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;

}
ul.FM_CSS_navigationV4 li a, ul.FM_CSS_navigationV4 li a span, ul.FM_CSS_navigationV4 li a font {
 font: normal normal normal 1.0em/100% 'ubuntu-condensed', Arial, sans-serif;
    font-weight: 400 !important;
    line-height: 1.2em !important;
  color: rgba(240,240,240,1);
  text-decoration: none;
  text-align:center;
  cursor: pointer;
  background-color:transparent;
    
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_navigationV4 li {
  padding: 0px 0px 0px 0px;
    margin-right:2px;
    border-radius: 0px;
  -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
          background-color:rgba(221,27,27,1);
    
      /* box-shadow: 3px 3px 5px #777;
   -moz-box-shadow: 3px 3px 5px #777;
    -webkit-box-shadow: 3px 3px 5px #777;
    box-shadow: 3px 3px 5px #777;*/

    
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*************************************************************************************************/
/* II.D. Menu item design (hover state) */
/*************************************************************************************************/
/* II.D.*. Any of II.C. may be changed but colors should be the most common */
ul.FM_CSS_navigationV4 li.hovered &gt;a {
  background-color: rgba(240,240,240,1);
   border-radius: 4px;
  -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
  
          opacity: 1;
    
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.FM_CSS_navigationV4 li:hover &gt;a,ul.FM_CSS_navigationV4 li.hover &gt;a {
   font: normal normal 300 1em/100% 'ubuntu-condensed', Arial, sans-serif;
    line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  text-align:center;
  cursor: pointer;
    background-color: rgba(194,65,65,1);
    
}
ul.FM_CSS_navigationV4 li.hovered &gt;a, ul.FM_CSS_navigationV4 li.hovered &gt;a span, ul.FM_CSS_navigationV4 li.hovered &gt;a font {
  font: normal normal 300 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #212121;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.FM_CSS_navigationV4 li:hover &gt;a,ul.FM_CSS_navigationV4 li.hover &gt;a, ul.FM_CSS_navigationV4 li:hover &gt;a span, ul.FM_CSS_navigationV4 li.hover &gt;a span, ul.FM_CSS_navigationV4 li:hover &gt;a font, ul.FM_CSS_navigationV4 li.hover &gt;a font {
  font: normal normal 300 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 li a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 li a span, ul.FM_CSS_navigationV4 li a font {
	font: normal normal 300 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
}
/*************************************************************************************************/
/* II.F. Has children icon (hover state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 li.hovered &gt;a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 li:hover &gt;a span,ul.FM_CSS_navigationV4 li.hover &gt;a span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 li:hover &gt;a span,ul.FM_CSS_navigationV4 li.hover &gt;a span, ul.FM_CSS_navigationV4 li:hover &gt;a font,ul.FM_CSS_navigationV4 li.hover &gt;a font {
      padding: 0px 0px 0px 0px;
}
ul.FM_CSS_navigationV4 li a.sel span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 li a.sel span, ul.FM_CSS_navigationV4 li a.sel font {
  padding: 0px 0px 0px 0px;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_navigationV4 li a.sel {
 background: rgba(113, 116, 119, 1) url('') no-repeat left center scroll;
  border-left: 0px solid rgba(113,116,119,1);
  border-top: 0 solid #000000;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #000000;
    
}
ul.FM_CSS_navigationV4 li a.sel, ul.FM_CSS_navigationV4 li a.sel span, ul.FM_CSS_navigationV4 li a.sel font {
  font: normal normal 300 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #fff;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;

}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  LEVEL 2  ||
	     * *      * *      * *    ||           ||
*/
/*************************************************************************************************/
/* II.A. Positioning */
/*************************************************************************************************/
/* II.A.1 Left float for horizontal menus (more rows will be generated if available width is overpassed) */
ul.FM_CSS_navigationV4 ul li {
    float:left;
    width: 100%;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_navigationV4 li &gt;.ui-effects-wrapper {
  top: 48px;
  left: 0px;
}
ul.FM_CSS_navigationV4 li ul {
 top: 68px;
  left: 0px;
}
/*************************************************************************************************/
/* II.B. Container design */
/*************************************************************************************************/
/* II.B.1. Background (color, image, image repeat, image position) */
/* II.B.2. Border */
/* II.B.3. Explicit container width/height (optional) */
ul.FM_CSS_navigationV4 ul {
  background: none repeat left top scroll;
  border-left: 0px solid #000000;
  border-top: 0px solid #000000;
  border-bottom: 0px solid #000000;
  border-right: 0px solid #000000;
   width: 300px;
  height: auto;
    min-height: 30px;
}
/* II.B.4. Container padding */
ul.FM_CSS_navigationV4 ul {
    padding: 3px 3px 3px 3px; 
    margin-top: -20px;
    background-color:rgba(0,0,0,0.7);
    
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
/*************************************************************************************************/
/* II.C. Menu item design (default state) */
/*************************************************************************************************/
/* II.C.1. Padding */
/* II.C.2. Border */
/* II.C.3. Background (color, image, image repeat, image position) */
/* II.C.4. Text color */
/* II.C.5. Font size */
/* II.C.6. Font properties (family, weight, style, decoration) */
/* II.C.7. Text align */
/* II.C.8. Cursor */
/* II.C.9. Explicit item width/height, optional */
ul.FM_CSS_navigationV4 ul li a {
   background: #222 url('') no-repeat left center scroll;
  border-left: 0px solid #dea140;
  border-top: 0 solid #dea140;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #dea140;
  padding: 10px;
  width: 100%;
    min-width: 300px;
  height:auto;
    min-height: 30px;
}
ul.FM_CSS_navigationV4 ul li a, ul.FM_CSS_navigationV4 ul li a span, ul.FM_CSS_navigationV4 ul li a font {
 font: normal normal normal 1em/100% 'ubuntu-condensed', Arial, sans-serif;
    line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_navigationV4 ul li {
  padding: 0px 0px 0px 0px; 
}
/*************************************************************************************************/
/* II.D. Menu item design (hover state) */
/*************************************************************************************************/
/* II.D.*. Any of II.C. may be changed but colors should be the most common */
ul.FM_CSS_navigationV4 ul li.hovered &gt;a {
  background: #ccc url('') no-repeat left center scroll;
  border-left: 0px solid #ccc;
  border-top: 0 solid #dea140;
  border-bottom: 0 solid #000000;
  border-right: 0 solid #ccc;
    
}
ul.FM_CSS_navigationV4 ul li:hover &gt;a,ul.FM_CSS_navigationV4 ul li.hover &gt;a {
  background: none no-repeat left center scroll;
  border-bottom: 0px solid #c74b3e;
     line-height: 1.2em;
    padding: 10px; 
  width: auto;
  text-shadow: none;
  height: auto;
}
ul.FM_CSS_navigationV4 ul li.hovered &gt;a, ul.FM_CSS_navigationV4 ul li.hovered &gt;a span, ul.FM_CSS_navigationV4 ul li.hovered &gt;a font {
  font: normal normal normal 1em/100% 'ubuntu-condensed', Arial, sans-serif;
    line-height: 1.2em;
  color: #000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
 background-color: rgba(38,77,119,1);
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.FM_CSS_navigationV4 ul li:hover &gt;a,ul.FM_CSS_navigationV4 ul li.hover &gt;a, ul.FM_CSS_navigationV4 ul li:hover &gt;a span, ul.FM_CSS_navigationV4 ul li.hover &gt;a span, ul.FM_CSS_navigationV4 ul li:hover &gt;a font, ul.FM_CSS_navigationV4 ul li.hover &gt;a font {
  font: normal normal 300 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #ffffff;
    line-height: 1.2em;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
 background-color: rgba(38,77,119,1);
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 ul li a span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 ul li a span, ul.FM_CSS_navigationV4 ul li a font {
  padding: 0px 0px 0px 0px;
}
/*************************************************************************************************/
/* II.F. Has children icon (hover state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 ul li.hovered &gt;a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 ul li:hover &gt;a span,ul.FM_CSS_navigationV4 ul li.hover &gt;a span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 ul li:hover &gt;a span,ul.FM_CSS_navigationV4 ul li.hover &gt;a span, ul.FM_CSS_navigationV4 ul li:hover &gt;a font,ul.FM_CSS_navigationV4 ul li.hover &gt;a font {
  padding: 0px 0px 0px 0px;
}
ul.FM_CSS_navigationV4 ul li a.sel span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 ul li a.sel span, ul.FM_CSS_navigationV4 ul li a.sel font {
  padding: 0px 0px 0px 0px;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_navigationV4 ul li a.sel {
  background: rgba(113, 116, 119, 1) url('') no-repeat left center scroll;
 
}
ul.FM_CSS_navigationV4 ul li a.sel, ul.FM_CSS_navigationV4 ul li a.sel span, ul.FM_CSS_navigationV4 ul li a.sel font {
  font: normal normal normal 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #ffffff;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
 background-color: rgba(38,77,119,1);
   
}
/*       * *      * *      * *    ||           ||
	    * * *    * * *    * * *   ||  LEVEL 3  ||
	     * *      * *      * *    ||           ||
*/
/*************************************************************************************************/
/* II.A. Positioning */
/*************************************************************************************************/
/* II.A.1 Left float for horizontal menus (more rows will be generated if available width is overpassed) */
ul.FM_CSS_navigationV4 ul ul li {
  float: left;
}
/* II.A.2. Offsets for submenus: left, top */
ul.FM_CSS_navigationV4 ul .ui-effects-wrapper {
  top: 0px;
  left: 150px;
}
ul.FM_CSS_navigationV4 ul ul {
  top: -9999px;
  left: -9999px;
}
/*************************************************************************************************/
/* II.B. Container design */
/*************************************************************************************************/
/* II.B.1. Background (color, image, image repeat, image position) */
/* II.B.2. Border */
/* II.B.3. Explicit container width/height (optional) */
ul.FM_CSS_navigationV4 ul ul {
 
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
  background-image: url('');
}
/* II.B.4. Container padding */
ul.FM_CSS_navigationV4 ul ul {
 padding: 0px 0px 0px 0px;
}
/*************************************************************************************************/
/* II.C. Menu item design (default state) */
/*************************************************************************************************/
/* II.C.1. Padding */
/* II.C.2. Border */
/* II.C.3. Background (color, image, image repeat, image position) */
/* II.C.4. Text color */
/* II.C.5. Font size */
/* II.C.6. Font properties (family, weight, style, decoration) */
/* II.C.7. Text align */
/* II.C.8. Cursor */
/* II.C.9. Explicit item width/height, optional */
ul.FM_CSS_navigationV4 ul ul li a {
  background: #fff url('') no-repeat left center scroll;
  padding: 10px;
  width: 150px;
  min-height: 40px;
}
ul.FM_CSS_navigationV4 ul ul li a, ul.FM_CSS_navigationV4 ul ul li a span, ul.FM_CSS_navigationV4 ul ul li a font {
 font: normal normal normal 1em/100% 'ubuntu-condensed', Arial, sans-serif;
    line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
 background-color: rgba(38,77,119,1);
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_navigationV4 ul ul li {
  padding: 0 0 0 0;
}
/*************************************************************************************************/
/* II.D. Menu item design (hover state) */
/*************************************************************************************************/
/* II.D.*. Any of II.C. may be changed but colors should be the most common */
ul.FM_CSS_navigationV4 ul ul li.hovered &gt;a {
 background: #dea140 url('') no-repeat left center scroll;
  
}
ul.FM_CSS_navigationV4 ul ul li:hover &gt;a,ul.FM_CSS_navigationV4 ul ul li.hover &gt;a {
 background: #dea140 url('') no-repeat left center scroll;
 
}
ul.FM_CSS_navigationV4 ul ul li.hovered &gt;a, ul.FM_CSS_navigationV4 ul ul li.hovered &gt;a span, ul.FM_CSS_navigationV4 ul ul li.hovered &gt;a font {
   font: normal normal normal 1em/100% 'ubuntu-condensed', Arial, sans-serif;
    line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
ul.FM_CSS_navigationV4 ul ul li:hover &gt;a,ul.FM_CSS_navigationV4 ul ul li.hover &gt;a, ul.FM_CSS_navigationV4 ul ul li:hover &gt;a span, ul.FM_CSS_navigationV4 ul ul li.hover &gt;a span, ul.FM_CSS_navigationV4 ul ul li:hover &gt;a font, ul.FM_CSS_navigationV4 ul ul li.hover &gt;a font {
  font: normal normal normal 1em/100% 'ubuntu-condensed', Arial, sans-serif;
    line-height: 1.2em;
  color: #fff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
 background-color: rgba(0,0,0,1);
    padding: 10px;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 ul ul li a span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 ul ul li a span, ul.FM_CSS_navigationV4 ul ul li a font {
  padding: 0px 0px 0px 0px;
}
/*************************************************************************************************/
/* II.F. Has children icon (hover state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 ul ul li.hovered &gt;a span {
  padding: 0px 0px 0px 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 ul ul li:hover &gt;a span,ul.FM_CSS_navigationV4 ul ul li.hover &gt;a span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 ul ul li:hover &gt;a span,ul.FM_CSS_navigationV4 ul ul li.hover &gt;a span, ul.FM_CSS_navigationV4 ul ul li:hover &gt;a font,ul.FM_CSS_navigationV4 ul ul li.hover &gt;a font {
  padding: 0px 0px 0px 0px;
}
ul.FM_CSS_navigationV4 ul ul li a.sel span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
ul.FM_CSS_navigationV4 ul ul li a.sel span, ul.FM_CSS_navigationV4 ul ul li a.sel font {
  padding: 0px 0px 0px 0px;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_navigationV4 ul ul li a.sel {
  background: rgba(113, 116, 119, 1) url('') no-repeat left center scroll;
  border-left: 0px solid rgba(113, 116, 119, 1);
  border-top: 0 solid rgba(113, 116, 119, 1);
  border-bottom: 0 solid #000000;
  border-right: 0 solid rgba(113, 116, 119, 1);
}
ul.FM_CSS_navigationV4 ul ul li a.sel, ul.FM_CSS_navigationV4 ul ul li a.sel span, ul.FM_CSS_navigationV4 ul ul li a.sel font {
 font: normal normal normal 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #ffffff;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  /*background-color: rgba(113, 116, 119, 1);*/
}
/*************************************************************************************************/
/* IV.A Mobile menu customization */
/*************************************************************************************************/
/*presetstart*/
@media screen and (max-width : 659px ){
  .FM_CSS_navigationV4_container { 
    display:none;
  }
  a#FM_CSS_navigationV4_mobile_button { 
   display:block;
  }
}
@media screen and (min-width : 659px ){
  .FM_CSS_navigationV4_container { 
    display:block;
  }
  
  a#FM_CSS_navigationV4_mobile_button { 
  display:none;
  }
}
.FM_CSS_navigationV4_mobile-overlay {
  background: rgba(0, 0, 0, 0.70) none repeat top left scroll;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  display: inline;
  z-index: 1005000000000;
}
.FM_CSS_navigationV4_mobile-overlay-hide {
  background: rgba(0, 0, 0, 0) none repeat top left scroll;
  display: none;
}
/************************* mobile button ************************/
a#FM_CSS_navigationV4_mobile_button {
  padding: 1em 0px 1em 0px;
  position: relative;
  width: auto;
  text-decoration: none;
  min-width: 50px;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #3377FF;
  background-color: #414141;
  font-family: "ubuntulight", Arial, sans-serif;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}
a#FM_CSS_navigationV4_mobile_button span {
  color: #000;
}
a#FM_CSS_navigationV4_mobile_button span.caption {
  text-transform: none;
}
a#FM_CSS_navigationV4_mobile_button span.caption:before {
  background: url("mini_menu.png") no-repeat 0 center scroll;
  width: 18px;
}
a#FM_CSS_navigationV4_mobile_button span.down-arrow {
  display: none;
}
a#FM_CSS_navigationV4_mobile_button span.caption {
  font-size: 14px;
}
/************************* mobile menu ************************/
div#FM_CSS_navigationV4_jq_menu_back div.main-menu-header {
  background: url("close_icon.png") no-repeat center center scroll;
  border-left: 0 none #000000;
  border-top: 0 none #000000;
  border-bottom: 0 none #000000;
  border-right: 0 none #000000;
  padding: 14px 14px 14px 14px;
  position: relative;
  width: 14px;
  height: 14px;
  float: right;
  text-decoration: none;
  min-width: 14px;
  text-overflow: ellipsis;
  text-align: center;
  overflow: hidden;
  font-family: "ubuntulight", Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-top: 13px;
  margin-left: 10px;
  margin-right: 10px;
}
div#FM_CSS_navigationV4_jq_menu_back div.main-menu-header p span.caption:before {
  background: url("mini_menu.png") no-repeat -2px scroll;
  width: 18px;
  content: ' ';
  height: 20px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 9px;
}
div#FM_CSS_navigationV4_jq_menu_back {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0,0,0,1) !important;
  font-size: 0.9em;
}
div#FM_CSS_navigationV4_jq_menu_back ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header {
  background: #000 none repeat top left scroll;
  position: relative;
  width: auto;
  display: block;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
div#FM_CSS_navigationV4_jq_menu_back a {
  padding: 1em 0px 1em 0px;
  overflow: hidden;
  background-color: #3377FF;
  font-family: "ubuntulight", Arial, sans-serif;
  font-weight: bold;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;a {
  background: none repeat left top scroll;
  /*margin: 5px 5px 5px 5px;*/
  display: inline-block;
  width: 50px;
  height: 42px;
  float: left;
  padding-left: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;a:hover,div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;a.hover {
  background-color: lime;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p {
  margin: 0 0 0 0;
  color: #FFF;
  text-indent: -40px;
  /*line-height: 50px;*/
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p:hover,div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p.hover {
  color: #CCF;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p a {
  background: none repeat left top scroll;
  text-decoration: none;
  display: block;
  width: auto;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container &gt;.menu {
  float: left;
  width: 100%;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li {
  background: none repeat left top scroll;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 50px;
  position: relative;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li p {
  margin: 0 0 0 0;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li a {
  background: none repeat left top scroll;
  
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container .branch, div#FM_CSS_navigationV4_jq_menu_back div.menu-container .leaf {
  margin: 0 0px 0 0px;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container .branch:before {
  content: "+ ";
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container .leaf:before {
  content: "- ";
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li.ellipsis:last-child {
  border-bottom: 2px solid #00BFFF;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p a {
  border-bottom: 2px solid #00BFFF;
}
div#FM_CSS_navigationV4_jq_menu_back ul {
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container div.main-menu ul li.clicked, div#FM_CSS_navigationV4_jq_menu_back div.menu-container div.submenu ul li.clicked {
  background-color: #00BFFF;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li.ellipsis a {
  width: 100%;
  float: left;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li a {
  padding: 0 0px 0 0px;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li a, div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li a span {
  color: white;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container .leaf:before, div#FM_CSS_navigationV4_jq_menu_back div.menu-container .branch:before {
  width: 0px;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container .leaf:before {
  background: url("mini_circle.png") no-repeat top left scroll;
  opacity: 0.5;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container .branch:before {
  background: url("mini_arrow.png") no-repeat top left scroll;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container .branch:before, div#FM_CSS_navigationV4_jq_menu_back div.menu-container .leaf:before, a#FM_CSS_navigationV4_mobile_button span.caption:before {
  content: ' ';
  height: 48px;
  display: inline-block;
  vertical-align: text-bottom;
  background-position: -2px 1px;
  margin-right: 9px;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li.ellipsis, div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p a {
  background-color: #414141;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header, div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;a {
  background-color: #00BFFF;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p a {
  text-align: center;
  color: #FFFFFF;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;a {
  background: url('mini_arrow_large.png') no-repeat 17px 15px scroll;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;a:hover, div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;a.hover {
  background-color: transparent;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li {
  height: 48px;
  line-height: 1.2em;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li.ellipsis a {
  margin-top: 10px;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container &gt;.main-menu:before {
  background: #00BFFF none repeat top left scroll;
  margin: 0 10px 0 10px;
  display: block;
  width: auto;
  height: 2px;
  content: ' ';
}
/*presetend*/
/*************************************************************************************************/
/* IV.A Mobile menu skin customization */
/*************************************************************************************************/
div#FM_CSS_navigationV4_jq_menu_back a span, div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li a, div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li a span, div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p a {
  color: #FFFFFF;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li.ellipsis:last-child,div#FM_CSS_navigationV4_jq_menu_back div.menu-header p &gt;a {
  border-bottom-color: #e84c3d;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-header, div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;a, div#FM_CSS_navigationV4_jq_menu_back div.menu-container &gt;.main-menu:before, div#FM_CSS_navigationV4_jq_menu_back div.menu-container div.main-menu ul li.clicked, div#FM_CSS_navigationV4_jq_menu_back div.menu-container div.submenu ul li.clicked {
  background-color: #e84c3d;
  border-bottom-color: #e84c3d;
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container ul li.ellipsis, div#FM_CSS_navigationV4_jq_menu_back div.menu-header &gt;p a, div#FM_CSS_navigationV4_jq_menu_back div.main-menu-header, div#FM_CSS_navigationV4_jq_menu_back {
  background-color: #414141;
}
a#FM_CSS_navigationV4_mobile_button {
  background-color: #414141;
  border-left-color: #000;
  border-top-color: #000;
  border-bottom-color: #000;
  border-right-color: #000;
}
a#FM_CSS_navigationV4_mobile_button.stick {
  position: fixed;
  top: 0;
}
a#FM_CSS_navigationV4_mobile_button span {
  color: #FFFFFF;
}
a#FM_CSS_navigationV4_mobile_button span.caption:before, div#FM_CSS_navigationV4_jq_menu_back div.main-menu-header p span.caption:before {
  background-image: url("mini_menu.png");
}
div#FM_CSS_navigationV4_jq_menu_back div.menu-container .branch:before {
  background: url("mini_arrow.png") no-repeat top left scroll;
}
/*************************************************************************************************/
/* II.C. Menu item design (default state) */
/*************************************************************************************************/
/* II.C.1. Padding */
/* II.C.2. Border */
/* II.C.3. Background (color, image, image repeat, image position) */
/* II.C.4. Text color */
/* II.C.5. Font size */
/* II.C.6. Font properties (family, weight, style, decoration) */
/* II.C.7. Text align */
/* II.C.8. Cursor */
/* II.C.9. Explicit item width/height, optional */
ul.FM_CSS_navigationV4 li a.lastsm {
  background: none no-repeat left center scroll;
  border-bottom: 1px none #8e54a4;
  padding: 15px 10px 15px 0px;
  width: 120px;
  height: auto;
  -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
  -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
}
ul.FM_CSS_navigationV4 li a.lastsm, ul.FM_CSS_navigationV4 li a.lastsm span, ul.FM_CSS_navigationV4 li a.lastsm font {
  font: normal normal 300 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
/* II.C.10. Menu item spacing */
ul.FM_CSS_navigationV4 li.lastsm {
  padding: 0 0px 0px 0px;
}
ul.FM_CSS_navigationV4 li:hover &gt;a.lastsm,ul.FM_CSS_navigationV4 li.hover &gt;a.lastsm {
  background: none no-repeat left center scroll;
  border-bottom: 1px none #8e54a4;
  padding: 10px 5px 15px 5px;
  width: 100%;
  text-shadow: none;
  height: auto;
}
ul.FM_CSS_navigationV4 li:hover &gt;a.lastsm,ul.FM_CSS_navigationV4 li.hover &gt;a.lastsm, ul.FM_CSS_navigationV4 li:hover &gt;a.lastsm span, ul.FM_CSS_navigationV4 li.hover &gt;a.lastsm span, ul.FM_CSS_navigationV4 li:hover &gt;a.lastsm font, ul.FM_CSS_navigationV4 li.hover &gt;a.lastsm font {
  font: normal normal 300 1.2em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
/*************************************************************************************************/
/* II.E. Has children icon (default state) */
/*************************************************************************************************/
ul.FM_CSS_navigationV4 li a.lastsm span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
undefined {
  padding: 0px 0px 0px 0px;
}
ul.FM_CSS_navigationV4 li:hover &gt;a.lastsm span,ul.FM_CSS_navigationV4 li.hover &gt;a.lastsm span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
undefined {
  padding: 0px 0px 0px 0px;
}
ul.FM_CSS_navigationV4 li a.sel_lastsm span {
  background-image: none;
  background-repeat: no-repeat;
  background-position: right center;
}
undefined {
  padding: 0px 0px 0px 0px;
}
/*************************************************************************************************/
/* III.B. Item customization */
/*************************************************************************************************/
/* III.B.1. Custom default item style */
ul.FM_CSS_navigationV4 li a.sel_lastsm, ul.FM_CSS_navigationV4 li.hover &gt;a.sel_lastsm {
  background: none no-repeat left center scroll;
  border-bottom: 0px none #8e54a4;
  padding: 31px 10px 10px 0px;
  width: 150px;
  height: auto;
  text-shadow: none;
}
ul.FM_CSS_navigationV4 li a.sel_lastsm, ul.FM_CSS_navigationV4 li a.sel_lastsm span, ul.FM_CSS_navigationV4 li a.sel_lastsm font, ul.FM_CSS_navigationV4 li.hover &gt;a.sel_lastsm, ul.FM_CSS_navigationV4 li.hover &gt;a.sel_lastsm span, ul.FM_CSS_navigationV4 li.hover &gt;a.sel_lastsm font {
  font: normal normal 300 1em/100% 'ubuntu-condensed', Arial, sans-serif;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
}
/*************************************************************************************************/
/* II.C. Menu item design (default state) */
/*************************************************************************************************/
/* II.C.1. Padding */
/* II.C.2. Border */
/* II.C.3. Background (color, image, image repeat, image position) */
/* II.C.4. Text color */
/* II.C.5. Font size */
/* II.C.6. Font properties (family, weight, style, decoration) */
/* II.C.7. Text align */
/* II.C.8. Cursor */
/* II.C.9. Explicit item width/height, optional */
ul.FM_CSS_navigationV4 ul li ul {
  left: 150px;
  top: 20px;
}






</pre></body></html>