<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*ZURĆCK-Button Lay 6 Ć¼berschreiben*/
#ContLay6DetDiv {
 z-index:11;
    position:relative;
   float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    bottom: 1%;
    right: 1%;
    left: auto;
    top: auto;
    width: 10%;
    min-width: 130px;
    text-align: center;
   padding: 0%;
    border-width: 0px;
     -webkit-box-shadow: rgba(100,100,100,1) 0px 0px 0px 0px;
    -moz-box-shadow: rgba(100,100,100,1) 0px 0px 0px 0px;
    box-shadow:  rgba(100,100,100,1) 0px 0px 0px 0px;
   border: 0px solid rgba(54,56,59,1);
   
    
     display:block;
justify-content: center; /* horizontal mittig */
align-items:center; /* vertikal mittig */
	
	background: url("/lib/imgAllg/doppelpfeilLi.svg") no-repeat center center;
    background-color: #000;
    background-size: 30px 30px;
	background-position:50% -300px;
	background-blend-mode:difference;
   
	 background-color: rgba(230,230,230,1);
	
    
    
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    
    -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;
}


#ContLay6DatumDiv {
      z-index: 0;
    float:none;
    height: auto;
    margin: auto;
    clear: both;
    width: 100%;
    min-width: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: rgba(209, 209, 209, 0);
    
          -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;
}

#ContLay6DatumP {
     text-align: right;
    width: 100%;
    font-size: 1.1em;
    clear: both;
    position: relative;
    float: none;
}


@media only screen and (max-width: 959px) {
    
    #ContentContainerAussen6 {
        margin-left: auto;
        margin-right: auto;
        float: none;
        clear: both;
        width: 92%;
        
    }
    
    #ContLay6ContainerDiv {
    margin-left: auto;
        margin-right:auto;
        float: none;
        clear: both;
    width: 100%;
        padding: 6%;
  
}
    
    #ContLay6Div {
    width:100%;
       
        float: none;
       clear: both;
        height: auto;
        max-height: none;
        border-radius: 0px;
        
    border: 0px solid #ccc;
   
       
}
    
}



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