/*!
 * This file is part of Alunara-Statusseite.
 *
 * Alunara-Statusseite is free software: you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 * 
 * Alunara-Statusseite is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with Foobar. If not, see <http://www.gnu.org/licenses/>.
 * 
 * Diese Datei ist Teil von Alunara-Statusseite.
 * 
 * Alunara-Statusseite ist Freie Software: Sie können es unter den Bedingungen
 * der GNU General Public License, wie von der Free Software Foundation,
 * Version 3 der Lizenz oder (nach Ihrer Wahl) jeder späteren
 * veröffentlichten Version, weiterverbreiten und/oder modifizieren.
 * 
 * Alunara-Statusseite wird in der Hoffnung, dass es nützlich sein wird, aber
 * OHNE JEDE GEWÄHRLEISTUNG, bereitgestellt; sogar ohne die implizite
 * Gewährleistung der MARKTFÄHIGKEIT oder EIGNUNG FÜR EINEN BESTIMMTEN ZWECK.
 * Siehe die GNU General Public License für weitere Details.
 * 
 * Sie sollten eine Kopie der GNU General Public License zusammen mit diesem
 * Programm erhalten haben. Wenn nicht, siehe <http://www.gnu.org/licenses/>.
 */.brand-logo{background-image:url(../img/icon.png);background-size:185px 56px;width:185px;height:56px}@media only screen and (min-width:601px){.brand-logo{background-size:211px 64px;width:211px;height:64px}}.side-nav li>a{color:#fff}.icon-block{padding:0 15px}.icon-block .material-icons{font-size:inherit}body{display:flex;min-height:100vh;flex-direction:column}main{flex:1 0 auto}.desc-table td{padding:0}.sep{padding-top:50px}.sep-line{border-top:solid grey 1px}.status-card{height:115.5px}.status-card .row{margin-bottom:0}.display-block{display:block;margin-bottom:15px}.spin-icon{-webkit-animation:spin-icon 2s infinite linear;animation:spin-icon 2s infinite linear}@-webkit-keyframes spin-icon{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes spin-icon{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}