html,body{
	width: 99.5%;
	height: 99.5%;
	background: #FBFBFB;
}

.spinner_cc {
    position: absolute;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 40px;
}

.ansicht_andern_btn {
    position: absolute;
    display: block;
    
    bottom: 28px;
    right: 28px;
    
    width: auto;
    height: 19px;
    
    margin: auto;
    padding: 8px 15px;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    
    border: 1px solid #CB3849;
    background: #CB3849;
    box-shadow: 0 5px 30px rgba(0,0,0,0.3);
    
    font-family: "Open Sans","Arial","Verdana","sans-serif";
    font-weight: 600;
    font-style: normal;
    font-size: .95em;
    text-align: center;
    text-decoration: none;
    
    color: #FFF;
    
    -webkit-transition: color 0.5s,background 0.25s,box-shadow .25s;
    transition: color 0.5s,background 0.25s,box-shadow .25s;
    -moz-transition: color 0.5s,background 0.25s,box-shadow .25s;
    -o-transition: color 0.5s,background 0.25s,box-shadow .25s;
    
    cursor: pointer;
}

.ansicht_andern_btn:hover {
    border: 1px solid #CB3849;
    background: #DD3849;
    color: #FFF;
    box-shadow: 0 5px 20px rgba(0,0,0,0.6);
    background: #CB3849;
}

.ansicht_andern_btn:active {
    outline: none;
    border: 1px solid #CB3849;
    background: #DD3849;
    color: #F9F9F9;
    box-shadow: 0 1px 5px rgba(0,0,0,0.6);
}