
/*InfoBox Hint*/
#catfriendly {
    position: relative;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3%;
    min-width: 200px;
    height:100px;
     background:url("../sw2015/img/catfriendly.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0% 0%;
    min-width: 100px;
}

/* ############# NEWS-IFRAME-TEIL überschreiben ####### */

#NEWS {

    height:115px;
	min-height: 115px;
    margin-bottom: 0%;

}
#NEWS:hover {
	
}
#NEWS iframe{
    min-height: 115px;
    height: 115px;
    
        border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}


/*############################################# 959 */
@media screen and (max-width: 959px) {
        
    #NEWS { 
		float: none;
		clear: both;
		margin-left: auto;
		margin-right: auto;
    width:100%; 
    height:222px;  
    box-shadow:0px 0px 0px 0px #e3e3e3; 
    border-radius:0px; 
}
    
    #NEWS iframe{
border:0px; 
    margin:0px; 
    border-radius:0px; 
    height: 290px;
}
}
/* ############# NEWS-IFRAME-TEIL überschreiben ENDE ####### */




/*Position NAVI*/

#NavipunktContainer {
       z-index: 0;
    position: relative;
    border-bottom: 0!important;
    float:none;
    top:-10px;
    height:100%;
    height: 61px;
    margin-left:auto;
    margin-right:auto;
    width:auto;
	max-width: 1500px;
    min-width: 250px;
	background-color: rgba(216,17,141,0);
    border-bottom: 0px solid rgba(0,83,120,1);

   /*   box-shadow:1px 1px 1px 1px #e3e3e3;
    -moz-box-shadow:1px 1px 1px 1px #e3e3e3;
    -webkit-box-shadow:1px 1px 1px 1px #e3e3e3;*/
}

#NavipunktContainer.fixed {
   height: 75px;
    margin-top: 0px;
     top:0px;
    padding: 5px;
    background-color:rgba(255,255,255,1);
    

}
/*Position NAVI ENDE*/


#TopHTMLContainer {
    background-color: rgba(50,50,50,1);
}



/*HINTERGRUENDE */
.primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer99
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
        /*  background-color: rgba(21,90,139,0.8);*/ /*alteFarbe*/
    background-color: rgba(216,17,141,1.0);
	/*background: url("../msPics/Hint1.jpg") no-repeat center center fixed;*/
        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;
   
}
.primaryContainer0,
.primaryContainer2,
.primaryContainer21,
.primaryContainer6,
.primaryContainer99 {
 /*background-image: url("../msPics/body_back2.webp");*/

}
.primaryContainer3 {
 /*background-image: url("../msPics/body_back0.webp");*/

}

/*HINTERGRUENDE ENDE */

#prim2 {
    border: 0px;
        box-shadow:0px 0px 0px #666; 
   -moz-box-shadow:0px 0px 0px #666;
    -webkit-box-shadow:0px 0px 0px #666;
    	/* background: url("../msPics/Hint1.jpg") no-repeat center center fixed;

  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-attachment: fixed;*/
   
}

/*Änderung Hintergrundfarbe */
#prim2,
#ContentContainerLay2 {
       background-color: rgba(255,255,255,1);
    
}
#TOP {
    background-color: rgba(255,255,255,1);
}

/*TOPLOGO*/

#OverTopHtmlContDIV {
    text-align: left;
}

@media screen and (max-width: 959px) {
    #OverTopHtmlContDIV {
    text-align: center;
}
}


#TopLogo {
  max-height: 140px;
  display: inline-block;
  outline: none; /* Wichtig für eigenes Focus-Styling */
}

#TopLogo a {
  display: inline-block; /* Stellt sicher, dass der Link um das Bild herum einen Fokusrahmen hat */
  outline: none; /* entfernt Standardfokus */
}

#TopLogo a:focus {
  outline: 0px dotted rgba(0, 0, 0, 1); /* Sichtbarer gepunkteter Rahmen bei Fokus */
  outline-offset: 2px; /* Abstand zum Bild */
background-color:rgba(0,0,0,0.1);
}

#TopLogo img, #TopLogo svg {
  width: auto;
  max-height: 80px;
  display: block; /* Verhindert zusätzliche Abstände unter dem Bild */
}

@media screen and (max-width: 959px) {
   #TopLogo img {
    max-width: 90%;
}
}

/*TOPLOGO ENDE*/


#BottomContainer {
    background-color: rgba(255,255,255,1);
    margin-top: 0%;
}

/*######################## BOTTOM-TEIL ÜBERSCHREIBEN */
    

#bannerLinks {
    position: relative;
    float: left;
    clear: none;
    width: 25%;
    
}
#bannerLinks img {
    max-width:100%;
    width: auto;
    height: auto;
}
#Mitte { 
text-align: center;
    position: relative;
    float: left;
    clear: none;
    width: 50%;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
     margin-bottom: 3%;
}
#bannerRechts {

       width: 25%;
    position: relative;
    float: left;
    clear: none;
}
#bannerRechts img {
     max-width: 100%;
     width: auto;
    height: auto;
}



#InfoBoxAdresseImpr {
    position: relative; 
 margin-left: 0%;
    margin-right: 0%;
    float:none; 
	clear: both;
   
}



/*Bottom-Teil Mobil######################## 959 */
@media screen and (max-width: 959px) {
   
    #bannerLinks,
    #bannerRechts {
        clear: both;
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 2%;
    }
    #bannerLinks img,
    #bannerRechts img {
       max-width: 250px;
    }
    #Mitte {
       width: 100%;
    }
    
}  
/*ENDE BOTTOM-TEIL ÜBERSCHREIBEN */





