@charset "utf-8";
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../font/materialicons-regular.ttf) format('truetype');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 400;
    src: url('../font/roboto/regular.ttf') format('truetype')
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 500;
    src: url('../font/roboto/medium.ttf') format('truetype')
}
@font-face {
    font-family: 'Roboto'; font-style: normal; font-weight: 700;
    src: url('../font/roboto/bold.ttf') format('truetype')
}
@font-face {
    font-family: 'Droid Serif';
    src: url('../font/droid-serif.regular.ttf');
}

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; height: 0; }
[hidden] { display: none; }

/* Base */
body {
    background: #f5f5f5;
    color: #001722;
    font-family: 'Droid Serif', sans-serif; font-size: 16px; font-weight: 400; line-height: 1.3;
    margin: 0;
}
#main, #footer { line-height: 1.5em; }
#article { hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto; }

::selection {
    background: #d67d75;
    color: #FFF;
    text-shadow: none;
}

/* Links */
a {
    color: #a24f49;
    font-weight: 600;
    text-decoration: none;
}
a:hover { text-decoration: underline; }
a:focus { outline: 0; }
a:active, a:hover { outline: 0; }

h2 a, h3 a { color: #a24f49; }

/* Typography */
h1, h2, h3, .likeh1 {
    font-weight: 600;
    line-height: 1.3em;
    text-align: left;
}
h1, .likeh1 {
    font-size: 2.5em;
    line-height: 1.1em;
    margin: 0;
}
h2 {
    color: #a24f49;
    font-size: 1.375em; font-style: normal; font-weight: bold;
    margin: 0.83em 0 0;
}
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr {
    border: none; border-top: 1px dashed #ccc;
    -moz-box-sizing: content-box; box-sizing: content-box; display: block;
    height: 1px;
    margin: 1em 0; padding: 0;
}
mark { background: #ff0; color: #000; }
p, pre { margin: 1em 0; }
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Lists */
dl, ol, ul { margin: 1em 0; }
dd { margin: 0 0 0 40px; }
ol, ul { padding: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

/* Embedded content */
img { border: 0; -ms-interpolation-mode: bicubic; }
svg:not(:root) { overflow: hidden; }

/* Figures */
figure { margin: 0; }

/* Forms */
form { margin: 0; }
fieldset { border: 0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }
legend { border: 0; padding: 0; white-space: normal; *margin-left: -7px; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, select { text-transform: none; }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], html input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *height: 13px; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; }

/* Tables */
table { border-collapse: collapse; border-spacing: 0; }

/* CLASSES */
.boxsizing { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.right { float: right; }
.left { float: left; }

/* Wrapper */
.wrapper {
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    margin: 0 auto;
    padding: 0 20px;
}

/* 12 Col-Grid-Layout */
.grid-container, .wrapper { width: 100%; max-width: 1200px; }
.grid-container * { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
.row:before, .row:after {
    content: '';
    clear: both;
    display: table;
}
[class*='col-'] {
    display: inline-block;
    float: left;
    margin-left: 2.127659574468085%;
    min-height: 1px;
    padding: 0;
}
[class*='col-']:first-child, .grid-container.nogutter [class*='col-'] { margin-left: 0; }

.row.table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.row.table > [class*="col-"] {
    display: table-cell;
    float: none;
    margin-left: 0;
    padding: 0.7em 1em;
    vertical-align: middle;
}
.grid-container.nogutter .row.table > [class*="col-"] { padding: 0; }

[class*='col-'].space { padding: 0.7em 1em!important; }
[class*='col-'].space-left { padding-left: 1em!important; }
[class*='col-'].space-right { padding-right: 1em!important; }

.col-1  { width: 6.382978723404255%; }
.grid-container.nogutter .col-1, .grid-container .row.table > .col-1 { width: 8.333%; }
.col-2  { width: 14.893617021276595%; }
.grid-container.nogutter .col-2, .grid-container .row.table > .col-2 { width: 16.66%; }
.col-3  { width: 23.404255319148934%; }
.grid-container.nogutter .col-3, .grid-container .row.table > .col-3 { width: 25%; }
.col-4  { width: 31.914893617021278%; }
.grid-container.nogutter .col-4, .grid-container .row.table > .col-4 { width: 33.33%; }
.col-5  { width: 40.42553191489362%; }
.grid-container.nogutter .col-5, .grid-container .row.table > .col-5 { width: 41.66%; }
.col-6  { width: 48.93617021276595%; }
.grid-container.nogutter .col-6, .grid-container .row.table > .col-6 { width: 50%; }
.col-7  { width: 57.44680851063829%; }
.grid-container.nogutter .col-7, .grid-container .row.table > .col-7 { width: 58.33%; }
.col-8  { width: 65.95744680851064%; }
.grid-container.nogutter .col-8, .grid-container .row.table > .col-8 { width: 66.66%; }
.col-9  { width: 74.46808510638297%; }
.grid-container.nogutter .col-9, .grid-container .row.table > .col-9 { width: 75%; }
.col-10 { width: 82.97872340425532%; }
.grid-container.nogutter .col-10, .grid-container .row.table > .col-10 { width: 83.33%; }
.col-11 { width: 91.48936170212765%; }
.grid-container.nogutter .col-11, .grid-container .row.table > .col-11 { width: 91.66%; }
.col-12 { width: 100%; }
.grid-container.nogutter .col-12, .grid-container .row.table > .col-12 { width: 100%; }

.offset12 { margin-left: 104.25531914893617%; }
.offset12:first-child { margin-left: 102.12765957446808%; }
.offset11 { margin-left: 95.74468085106382%; }
.offset11:first-child { margin-left: 93.61702127659574%; }
.offset10 { margin-left: 87.23404255319149%; }
.offset10:first-child { margin-left: 85.1063829787234%; }
.offset9 { margin-left: 78.72340425531914%; }
.offset9:first-child { margin-left: 76.59574468085106%; }
.offset8 { margin-left: 70.2127659574468%; }
.offset8:first-child { margin-left: 68.08510638297872%; }
.offset7 { margin-left: 61.70212765957446%; }
.offset7:first-child { margin-left: 59.574468085106375%; }
.offset6 { margin-left: 53.191489361702125%; }
.offset6:first-child { margin-left: 51.063829787234035%; }
.offset5 { margin-left: 44.68085106382979%; }
.offset5:first-child { margin-left: 42.5531914893617%; }
.offset4 { margin-left: 36.170212765957444%; }
.offset4:first-child { margin-left: 34.04255319148936%; }
.offset3 { margin-left: 27.659574468085104%; }
.offset3:first-child { margin-left: 25.53191489361702%; }
.offset2 { margin-left: 19.148936170212764%; }
.offset2:first-child { margin-left: 17.02127659574468%; }
.offset1 { margin-left: 10.638297872340425%; }
.offset1:first-child { margin-left: 8.51063829787234%; }
/* END 12 Col-Grid-Layout */

/* clearfix */
.cf:before, .cf:after {
    content: "";
    display: table;
}
.cf:after { clear: both; }
/* For IE 6/7 (triggers hasLayout) */
.cf { *zoom: 1; }

.s { font-size: 0.786em; }
.xs { font-size: 0.714em; }
.alignright { text-align: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
.margintop { margin-top: 1em; }
.marginright { margin-right: 1em; }
.marginbottom { margin-bottom: 1em; }
.marginleft { margin-left: 1em; }
.right { float: right; }
.left { float: left; }

/* msg */
.msg {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}
.msgerror {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}
.msg, .msgerror {
    margin: 1em 0 0;
    padding: 1em;
}
.msg h2, .msgerror h2 { display: none; }
.msg ul, .msgerror ul {
    list-style: none;
    margin: 0;
    padding-left: 0px;
}
.msg ul li + li, .msgerror ul li + li { margin-top: 0.5em; }

/* pagenav */
.pagenav { text-align: center; }
.pagenav span a {
    font-size: 1.214em; vertical-align: bottom;
    padding: 0 2px;
}
.pagenav a, .pagenav strong { margin: 2px; padding: 2px; }
.pagenav a:hover, .pagenav strong {
    border: 1px solid;
    margin: 1px;
}
.pagenav a, .pagenav a:hover { text-decoration: none; }
.pagenav a:hover { border-style: dotted; }

/* button */
a.button, button, input[type="submit"], input[type="button"] {
    background-color: #FFF;
    border-radius: 2px; border: 0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #a24f49;
    display: inline-block;
    font-family: 'Droid Serif', sans-serif!important; font-size: 1em!important; font-weight: 600!important;
    hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
    height: auto!important; min-height: 16px!important;
    min-width: 88px;
    padding: 8px 16px!important;
    text-decoration: none; text-transform: uppercase; text-align: center;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1); -webkit-transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow;
}
a.button:hover, button:hover, input[type="submit"]:hover, input[type="button"]:hover { background: #fcf8f8; }
a.button:focus, button:focus, input[type="submit"]:focus, input[type="button"]:focus { outline: none; }
a.button.next:after, button.next:after { content: ' ›'; }
a.button.prev:before, button.prev:before { content: '‹ '; }

/* Datepicker */
div .ui-widget-header { background: #a24f49!important; }

/* START CUSTOM PART */

/* CLASSES */
.switch {
    display: inline-block;
    height: 27px; width: 55px;
    position: relative; z-index: 1;
    vertical-align: -0.5em;
}
.switch input { display:none; }
.slider {
    background-color: #ccc;
    cursor: pointer;
    position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1;
}
.slider:before {
    background-color: white;
    content: '';
    height: 20px; width: 20px;
    position: absolute; left: 4px; bottom: 4px; z-index: 1;
    transition: .4s; -webkit-transition: .4s;
}
input:checked + .slider { background-color: #8bc34a; }
input:focus + .slider { box-shadow: 0 0 1px #8bc34a; }
input:checked + .slider:before { transform: translateX(26px); -webkit-transform: translateX(26px); -ms-transform: translateX(26px); }
.slider.round { border-radius: 27px; }
.slider.round:before { border-radius: 50%; }

/* PRIMARY STYLES [layout] */
#header {
	background: #FFF;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
}
body.header-dockmode #header { /* App-x */
	position: fixed; z-index: 100; left: 0; top: 0;
	width: 100%;
}
#header > .wrapper { max-width: none; } /* App-x */
#beta-info {
	color: #FFF;
	position: absolute; z-index: 1; right: 24px; top: 73px;
}
#topheader {
	display: table;
	width: 100%;
}
#topheader a { font-weight: 300; }
#topheader > * {
	display: table-cell;
	padding: 0.5em 0;
	vertical-align: middle;
}
#topheader > *:nth-child(1) {
	padding-right: 1em;
	width: 160px;
}
#topheader > *:nth-child(2) {
	height: 41.14px;
	text-align: right;
}
#topheader > *:nth-child(2) > div { display: inline-block; }
#topheader .icon-cta {
	display: inline-block;
	vertical-align: middle;
}
#topheader > *:nth-child(2) > div + div { margin-left: 1em; }
@media screen and (max-width: 380px) {
	#topheader > *:nth-child(1) { width: 110px; }
}
#elas-website { width: 36px; }
#elas-website img {
	display: block;
	height: auto;
	margin-top: -1px;
	width: 100%;
}

#userinfo-container, #userinfo-container .wrapper, .topheader-overlay-container,
.topheader-overlay-container .wrapper { position: relative; z-index: 2; }
#userinfo-abbreviation {
	background: #a24f49;
	border-radius: 50%;
	color: #FFF;
	display: inline-block;
	line-height: 36px;
	text-align: center;
	width: 36px; height: 36px;
}
#userinfo-abbreviation:hover { text-decoration: none; }
#userinfo-abbreviation .material-icons { vertical-align: -6px; }
#userinfo-overlay > .wrapper, .topheader-overlay > .wrapper { max-width: none; } /* App-x */
#userinfo-overlay, .topheader-overlay {
	display: none;
	position: fixed; z-index: 1000; left: 0; top: 57px; right: 0; bottom: 0;
}
#userinfo-overlay-extender, .topheader-overlay-extender {
	height: 57px;
	position: fixed; z-index: 1000; left: 0; top: 0; right: 62px;
}
#userinfo-container.active #userinfo-overlay, .topheader-overlay-container.active .topheader-overlay { display: block; }
.topheader-overlay-container .wrapper { height: 100%; }
#userinfo-box, .topheader-overlay-box {
	background: #FFF;
	border: 1px solid #EEE;
	box-sizing: border-box; box-shadow: -4px 5px 5px -3px #848484;
	display: inline-block;
	position: absolute; z-index: 1; right: 20px; top: 0;
	width: calc(100% - 40px); max-width: 350px;
}
.topheader-overlay-box {
	max-height: 80%;
	overflow: auto;
}
.topheader-overlay-box::-webkit-scrollbar { width: 8px; }
.topheader-overlay-box::-webkit-scrollbar-track-piece { background: #EEE; }
.topheader-overlay-box::-webkit-scrollbar-thumb {
	background-color: #CCC;
	border: 2px solid #EEE;
	border-radius: 2px;
}
#userinfo-arrow, .topheader-overlay-arrow {
	border: 1px solid #EEE;
	display: inline-block;
	position: absolute; z-index: 1; right: 10px; top: -6px;
	transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); -ms-transform: rotate(45deg);
	width: 12px; height: 12px;
}
.topheader-overlay-arrow { z-index: 2; }
.topheader-overlay-arrow:before {
	background: #FFF;
	content: '';
	display: block;
	height: 14px;
	position: relative; z-index: 1; left: 1px; top: 1px;
}
#userinfo-arrow:after, .topheader-overlay-arrow:after {
	background: #FFF;
	content: '';
	display: block;
	height: 12px;
	width: 100%;
}
.topheader-overlay-box-inner {
	background: #FFF;
	padding: 1.5em;
	position: relative; z-index: 1;
	text-align: left;
}
#userinfo-table {
	background: #FFF;
	display: table;
	position: relative; z-index: 1;
	width: 100%;
}
#userinfo-table > div {
	display: table-cell;
	padding: 1.5em;
	text-align: left;
	vertical-align: middle;
}
#userinfo-table > div:first-child {
	padding-right: 0.5em;
	width: 50px;
}
#userinfo-table > div:last-child {
	font-weight: 600;
	padding-left: 0.5em;
}
#userinfo-table > div:first-child > span {
	font-size: 3.3em;
	vertical-align: -4px;
}
#userinfo-email {
	font-size: 0.85em; font-weight: normal;
	margin-top: 0.1em;
}
#login-container {
	background: #FFF;
	position: relative; z-index: 1;
	text-align: left;
}
/* App-x */
#darkmode-btn, #previewmode-btn { margin-left: 0.5em; }
#darkmode-btn.inactive, #previewmode-btn.inactive { color: #a7a7a7; }
#darkmode-btn .material-icons, #previewmode-btn .material-icons {
	font-size: 2.8em;
	margin: -14px 0;
	vertical-align: -17px;
}
/* App-x */
/* Lang-x */
#__changelang {
	border: none;
	box-sizing: border-box;
	padding-right: 1.2em!important; padding-left: 1.2em!important;
	width: 100%;
}
/* Lang-x */
#userinfo-links {
	background: #FFF;
	position: relative; z-index: 1;
}
#userinfo-links > * {
	border-top: 1px solid #EEE;
	color: #001722;
	display: block;
	padding: 0.75em 1.5em;
	text-align: left;
}
#userinfo-links > *:hover {
	background: #f7f8fa;
	text-decoration: none;
}

#tutorial-menu { margin-bottom: -8px; }
#tutorial-menu > * {
	display: table;
	width: 100%;
}
#tutorial-menu > * + * { margin-top: 0.8em; }
#tutorial-menu > * > * {
	display: table-cell;
	font-size: 1.1em;
	vertical-align: top;
}
#tutorial-menu > * > *:first-child {
	text-align: left;
	width: 40px;
}
#tutorial-menu a { text-decoration: none; }

.enjoyhint { z-index: 100000000!important; }
body .enjoyhint_close_btn, body .enjoyhint_next_btn, body .enjoyhint_prev_btn {
	background-color: #ff9800;
	border-radius: 2px; border: 0!important;
	color: #FFF;
	font-family: 'Droid Serif', sans-serif; font-size: 1em!important; font-weight: 600;
	line-height: 40px;
	outline: none!important;
	text-decoration: none; text-transform: uppercase; text-align: center;
}
body .enjoyhint_close_btn {
	display: inline-block;
	hyphens: none; -webkit-hyphens: none; -ms-hyphens: none;
	height: auto; min-height: 20px;
	padding: 14px 22px;
}
body .enjoyhint_skip_btn {
    border: 2px solid #a24f49;
    background: #a24f49;
    border-radius: 2px;
    color: #FFF;
}
body .enjoyhint_skip_btn:hover {
    border: 2px solid #fff;
    background: #fff;
    color: #a24f49;
}
body .enjoy_hint_label {
    text-shadow: 1px 1px 0px #000000;
}
body .enjoyhint_close_btn:hover, body .enjoyhint_next_btn:hover, body .enjoyhint_prev_btn:hover { background: #34302d; }
body .enjoy_hint_label { font-size: 24px; }
@media screen and (max-width: 640px) {
	body .enjoyhint_close_btn, body .enjoyhint_next_btn, body .enjoyhint_prev_btn { line-height: 35px; }
}

#showmobilemenu {
	display: none;
	margin-right: 20px; margin-left: 20px; margin-top: 12px; /* Change-x */
	vertical-align: 2px;
}
#showmobilemenu i {
	color: #FFF; /* Change-x */
	font-size: 1.8em;
}
#logo {
	display: inline-block;
	height: auto;
	width: 70px;
}
#loginbtn {
	background: #66bb6a;
	box-sizing: border-box;
	padding: 12px;
	min-width: 0;
}
#loginbtn:hover { background: #34302d; }
#nav-container {
    background: #a24f49;
    position: relative;
}
#nav-container a { font-weight: 400; }
#nav-container .archive-icon {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    color: #fff;
}
#nav-container .archive-icon:hover { text-decoration: none; }
body.betamode #nav-container { background: #ff9800; }
/* Apps-x */
#nav-container { min-height: 53px; }
#infomenu {
	display: inline-block;
	float: left;
	margin-top: 7px;
	position: relative; z-index: 1; left: 0;
	width: 34px;
}
#infomenu .material-icons { color: #001722; }
#infooverlay {
	background: #FFF;
	box-sizing: border-box;
	box-shadow: 0 12px 8px 0 rgb(0 0 0 / 20%);
	display: inline-block;
	overflow: auto;
	padding: 0.8em;
	transition: left 0.5s;
	position: fixed; top: 0; bottom: 0; left: -400px; z-index: 100;
	width: 100%; max-width: 380px;
}
#infooverlay::-webkit-scrollbar { width: 10px; }
#infooverlay::-webkit-scrollbar-track-piece { background: #EEE; }
#infooverlay::-webkit-scrollbar-thumb {
	background-color: #CCC;
	border: 2px solid #EEE;
	border-radius: 2px;
}
.show-infooverlay #infooverlay { left: 0; }
#infooverlay-header {
	display: block;
	text-align: left;
}
#infooverlay-header:after {
	content: '';
	clear: both;
	display: table;
	overflow: auto;
}
#hide-infomenu {
	color: #001722;
	margin-left: 9px;
}
#home-btn {
	display: none;
	float: right;
	font-size: 1.2em;
	text-decoration: none;
}
.show-homebtn #home-btn { display: inline-block; }
#home-btn:hover { opacity: 0.5; }
#home-btn > span {
	margin-right: 0.25em;
	vertical-align: -6px;
}
#infooverlay-body { padding: 0 0.8em; }
.infooverlay-section {
	background: #FFF;
	margin-top: 40px; margin-left: 0; margin-right: 0;
	padding: 0;
}
.infooverlay-section a { font-weight: 400; }
.infooverlay-section-title {
	font-size: 1.4em;
	padding-right: 15px; padding-bottom: 0.5em;
	position: relative; z-index: 1;
	text-transform: uppercase;
}
.show-always .infooverlay-section-title { cursor: default; }
.infooverlay-section-body { border-top: 1px solid #001722; }
.open .infooverlay-section-body, .show-always .infooverlay-section-body { display: block; }

#newslist, #fileslist { margin-top: 1em; }
#newslist > *, #fileslist > * { display: block; }
#newslist > *:hover, #fileslist > *:hover { border-bottom-color: #a24f49; }
#newslist > * + *, #fileslist > * + * { margin-top: 0.8em; }
#newslist > * > *, #fileslist > * > * {
    display: table;
    width: 100%;
}
#newslist > * > * > *, #fileslist > * > * > * {
    display: table-cell;
    vertical-align: middle;
}
#newslist > * > * > *:first-child, #fileslist > * > * > *:first-child {
    padding-right: 12px;
    width: 22px;
}
#newslist img, #fileslist img {
    display: block;
    height: auto;
    width: 100%;
}
#fileslist img {
    width: 16px;
    height: auto;
}

.list-item {
    border-bottom: 1px solid #CCC;
    color: #001722;
    padding: 0.5em 0;
    text-decoration: none!important;
}
.list-item + .list-item { margin-top: 0.5em!important; }

.app-links::after {
	content: '';
	clear: both;
	display: table;
	overflow: auto;
}
.app-links > * {
	color: #001722;
	display: inline-block;
	float: left;
	font-size: 1.1em;
	margin: 18px 0;
	width: 50%;
	min-height: 34px;
}
.app-links > *:hover {
	opacity: 0.5;
	text-decoration: none;
}
.app-links > * > div {
	display: table;
	width: 100%;
}
.app-links > * > div > div {
	display: table-cell;
	vertical-align: middle;
}
.app-links > * > div > div:first-child {
	padding-right: 12px;
	width: 32px;
}
.app-links img {
	display: block;
	height: auto;
	width: 100%;
}
@media screen and (max-width: 400px) {
	.app-links > * { width: 100%; }
}
@media screen and (min-width: 1024px) {
	/*#infooverlay { left: 0!important; }*/
	.movemain #main {
		box-sizing: border-box;
		margin-left: 385px;
		width: calc(100% - 385px);
		transition: margin-left 0.5s, width 0.5s;
	}
	.movemain.hide-infooverlay #infooverlay { left: -400px!important; }
	.movemain.hide-infooverlay #main {
		margin-left: 0;
		width: 100%;
	}
}
#nav { max-width: none; }
/* Apps-x */
#nav ul { display: table; }
#nav > ul > li {
	display: table-cell;
	position: relative; z-index: 1;
	vertical-align: middle;
}
#nav > ul > li + li { border-left: 1px solid transparent; }
#nav > ul > li > a {
	box-sizing: border-box;
	min-height: 53px;
}
#nav ul li a {
	color: #FFF;
	display: block;
	padding: 1em 1.25em;
	white-space: nowrap;
}
#nav ul li a > i {
	margin-left: 5px; margin-right: -8px; margin-top: -4px;
	vertical-align: -6px;
}

#nav > ul > li.active > a, #nav > ul > li:hover > a {
	background: #34302d;
	text-decoration: none;
}
#nav ul ul {
	background: #FFF;
	box-shadow: 0 1px 8px 0 rgba(0,0,0,0.2);
	display: none;
	font-size: 0.95em;
	position: absolute; z-index: 1; left: 0; top: 52px;
}
#nav ul ul li + li { margin-top: 1px; }
#nav ul ul a {
	border-left: 4px solid transparent; border-right: 4px solid transparent;
	color: #001722;
	padding-top: 0.75em; padding-bottom: 0.5em;
	text-transform: uppercase;
}
#nav ul ul li.active > a, #nav ul ul a:hover {
	background: rgba(214, 125, 117, 0.25);
	border-left-color: #a24f49;
	text-decoration: none!important;
}
#nav ul ul ul {
	background: #FFF;
	border-top: 1px solid #001722;
	box-shadow: none;
	display: block;
	position: static;
}
#nav ul ul ul a { padding-top: 0.5em; padding-bottom: 0.4em; }
#nav ul ul ul a > i {
	margin: 0; margin-top: -4px; margin-right: 0.15em;
	transform: none!important;
}
#nav ul ul ul li.active a, #nav ul ul ul a:hover {
	background: #FFF!important;
	border-left-color: transparent;
	color: #a24f49;
}
#nav ul ul ul li.active a i, #nav ul ul ul a:hover i { color: #a24f49; }

#a-box {
    background: #a24f49;
    color: #FFF;
    margin-top: 3em;
    padding: 1.5rem;
}
#a-box-title {
    font-size: 1.3125em; font-weight: 600;
    text-transform: uppercase;
}

#main { margin-top: 35px; }
#main h1 { margin-bottom: 40px; }

#time-container {
    margin-top: -20px;
    padding-bottom: 10px;
}

#install-btn-container { display: none; }
#install-btn-container-inner {
    margin-bottom: 40px;
    padding-bottom: 1.3rem;
}
#install-btn-container p {
    line-height: 1.3em;
    margin-top: 0; margin-bottom: 1.5em;
}
#install-btn-container .button { min-width: 36.28px; }
#install-btn-container .button:first-of-type { margin-right: 5px; }

#notification-panel { margin-top: -10px; margin-bottom: 40px; }
#notification-panel .switch { margin-left: 0.65em; }

#footer {
    background: #a24e48;
    font-size: 0.75em;
    margin-top: 80px;
    padding: 1rem 0;
}
#footer * { color: #FFF; }
#languageselect .active { text-decoration: underline; }

#facebook-error-popup-outer { display: none; }
#pushpopup-outer { display: none; }
#pushpopup-outer, #facebook-error-popup-outer {
    background: rgba(0, 0, 0, 0.7);
    position: fixed; z-index: 10; left: 0; top: 0; right: 0; bottom: 0;
}
#pushpopup, #facebook-error-popup {
    margin: 0 auto;
    max-width: 400px; width: 100%;
    position: absolute; left: 0; right: 0; top: 50%; z-index: 1;
    transform: translateY(-50%);
}
#pushpopup-inner, #facebook-error-popup-inner {
    background: #FFF;
    margin: 20px;
    padding: 2rem;
    text-align: center;
}
#pushpopup-inner p, #facebook-error-popup p {
    line-height: 1.7em;
    margin-top: 0; margin-bottom: 2em;
}
#pushpopup-inner .btnbox, #facebook-error-popup-inner .btnbox { text-align: center; }
#pushpopup-inner .btnbox > * + * {
    color: #999;
    margin-left: 45px;
    text-decoration: none;
}

.loader { text-align: center; }
.loader span {
    color: #a24e48;
    font-size: 3em;
    animation: spin 500ms linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* CONTENT */
.card {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    min-height: 50px;
    overflow-x: hidden;
    padding: 1.5rem;
    width: 100%;
}
.card + .card { margin-top: 20px; }
.card-container {
    align-content: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -1%;
    width: 102%;
}
.card-container > .card {
    float: left;
    margin: 1%;
    width: 31.33%;
}
#article .card > *:first-child, #article .card > *:first-child { margin-top: 0; }
#article .card > *:last-child, #article .card > *:last-child { margin-bottom: 0; }
#article input[type="text"], #article input[type="date"], #article input[type="datetime"], #article input[type="email"], #article input[type="file"], #article input[type="number"], #article input[type="password"],
#article input[type="search"], #article input[type="tel"], #article input[type="time"], #article input[type="url"], #article select, #article textarea {
    box-sizing: border-box;
    border: 1px solid #999;
    color: #333;
    font-size: 1.15em;
    padding: 0.5rem 0.8rem;
}

/* Popup */
/* Layout:
<div class="fw-popup">
    <div class="fw-popup-inner">
        <div class="fw-popup-card">
            <div class="fw-popup-title" title="`+title+`"><div>`+title+`</div></div> [Optional]
            <div class="fw-popup-content">`+content+`</div>
            <a href="javascript:;" class="fw-popup-close">&times;</a>
        </div>
    </div>
</div>
 */
.fw-popup {
    background: rgba(0,0,0,0.4);
    opacity: 0;
    transition: opacity .25s linear;
    position: fixed; z-index: 10000000; left: 0; top: 0;
    width: 100%; height: 100%;
}
.fw-popup.show { opacity: 1; }
.fw-popup-inner {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 20px;
}
.fw-popup-card {
    background: #FFF;
    box-sizing: border-box;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: rgb(33, 37, 41);
    display: flex; flex-direction: column;
    font-size: 1.1rem; font-family: 'Roboto', sans-serif;
    line-height: 1.5em;
    max-width: 550px; max-height: calc(100vh - 60px);
    transition: transform .3s ease-out;
    padding: 25px; padding-top: 40px;
    position: relative; z-index: 1;
    width: 100%;
}
.fw-popup.show .fw-popup-card { transform: none; }
.fw-popup-title {
    color: #000;
    font-weight: 600; font-size: 1.2em;
    padding-bottom: 1.2rem;
    position: relative; z-index: 1;
    margin-bottom: 1.2rem;
}
.fw-popup-title:after {
    background: #a24f49;
    content: '';
    display: block;
    height: 2px;
    margin: 0 auto;
    max-width: 100px;
    position: absolute; z-index: 1; left: 0; bottom: 0; right: 0;
}
.fw-popup-title > div {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fw-popup-title, .fw-popup-content { box-sizing: border-box; }
.fw-popup-content {
    font-size: 0.9em;
    max-height: calc(100% - 90px);
    overflow-x: hidden; overflow-y: auto;
}
.fw-popup-title + .fw-popup-content { max-height: calc(100% - 140px); }
.fw-popup-content > p:first-child { margin-top: 0; }
.fw-popup-content > *:last-child { margin-bottom: 0; }
.fw-popup-close {
    color: inherit;
    font-size: 2em;
    position: absolute; z-index: 1; right: 6px; top: 6px;
    text-decoration: none!important;
}
.fw-popup-close:hover { color: #a24f49; }

/* START Event */
#event-subscription-form {
    background: #FFF;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-sizing: border-box;
    overflow: auto;
    position: fixed; z-index: 1000; top: 0; right: -550px;
    height: 100dvh;
    transition: right 0.6s ease-in-out;
    width: 320px;
}
#event-subscription-form.showimmediate {
    right: 0;
    transition: none;
}
#event-subscription-form.fadein { right: 0; }
#event-subscription-form-head {
    padding: 16px 16px 4px;
    text-align: right;
}
#event-subscription-form form {
    box-sizing: border-box;
    padding: 16px;
}
#event-subscription-form .msgerror { margin-top: 0; }
@media screen and (max-width: 560px) {
    #event-subscription-form { width: 100%; }
}

.event-container-head {
    display: grid;
    gap: 40px;
    grid-template-columns: auto 400px;
    grid-template-rows: auto;
}
.event-container-head img {
    display: block;
    height: auto;
    width: 100%;
}
.event-container-head > *:last-child {
    align-self: stretch;
    align-content: space-evenly;
    display: grid;
    justify-content: start;
}
.event-shortinfo {
    align-items: center;
    display: grid;
    gap: 20px;
    grid-template-columns: 50px auto;
    grid-template-rows: auto;
    line-height: 1em;
}
.event-shortinfo + .event-shortinfo { margin-top: 5px; }
.event-shortinfo .material-icons { font-size: 50px; }
.button.register-button {
    background: #a24f49;
    color: #FFF;
    margin-top: 30px;
}
.button.register-button:hover { background: #34302d; }
.event-container-body { margin-top: 2.5em; }
.event-title {
    color: #a24e48;
    margin-bottom: 0.5em!important;
    text-align: center;
}
.event-speakers-container {
    border-top: 1px solid #001722;
    margin-top: 35px;
    padding-top: 20px;
}
.event-speakers-title {
    color: #a24e48;
    font-size: 1.25em;
    margin-bottom: 2em;
}
.event-speakers > *:nth-child(odd) > * { margin-right: 20px; }
.event-speakers > *:nth-child(even) > * { margin-left: 20px; }
.event-speaker {
    display: grid;
    gap: 20px;
    grid-template-columns: 80px auto;
}
.event-speaker { font-size: 0.9em; }
.event-speaker-name {
    color: #a24e48;
    font-weight: 600;
}
.event-speaker-more + p { display: none; }
.event-speaker-more .material-icons { vertical-align: -6px; }
@media screen and (max-width: 1023px) {
    .event-container-head {
        gap: 20px;
        grid-template-columns: auto;
        grid-template-rows: auto auto;
    }
    .event-container-head > *:last-child {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
    .event-shortinfo { grid-template-columns: 40px auto; }
    .event-shortinfo .material-icons { font-size: 40px; }
    .event-shortinfo + .event-shortinfo, .button.register-button { margin-top: 0; }
}
@media screen and (max-width: 620px) {
    .event-shortinfo {
        font-size: 0.9em;
        gap: 16px;
        grid-template-columns: 30px auto;
    }
    .event-shortinfo .material-icons { font-size: 30px; }
}
@media screen and (max-width: 750px) {
    .threeicons {
        display: block!important;
        text-align: left;
    }
    .threeicons > * + * { margin-top: 1em!important; }
}
@media screen and (max-width: 550px) {
    .event-container-head > *:last-child {
        display: block;
        text-align: left;
    }
    .event-container-head > *:last-child > * + * { margin-top: 1em; }
    .event-shortinfo { justify-content: left; }
    .event-container-body {
        font-size: 0.9em;
        margin-top: 2.8em;
    }
}
@media screen and (max-width: 470px) {
    .event-speaker { display: block; }
    .event-speaker > * { text-align: center; }
    .event-speaker-name {
        margin-top: 1em;
        text-align: center;
    }
}
/* END Event */

/* START Upcoming Events */
.upcoming-event-container { container: fwevent / inline-size; }
.upcoming-event-container.otherevents.mt { margin-top: 60px; }
.upcoming-event {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    display: grid;
    grid-template-columns: auto 424px;
    grid-template-rows: auto;
}
.upcoming-event > *:last-child {
    box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.upcoming-event img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.upcoming-events .upcoming-event img {
    height: auto;
    object-fit: contain;
}
.upcoming-event-title {
    color: #a24f49;
    font-weight: 600; font-size: 1.7em;
    line-height: 1.3em;
    margin-bottom: 1.2em;
}
.upcoming-event .event-shortinfo { grid-template-columns: 30px auto; }
.upcoming-event .event-shortinfo + .event-shortinfo { margin-top: 1em; }
.upcoming-event .event-shortinfo .material-icons { font-size: 30px; }
.upcoming-event-btnbox {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 2em;
}
.upcoming-event-btnbox > *:last-child { text-align: right; }
.upcoming-event-btnbox .button { margin-top: 0!important; }
@container fwevent (max-width: 820px) {
    .upcoming-event { display: block; }
}
@container fwevent (max-width: 400px) {
    .upcoming-event-btnbox { font-size: 0.8em; }
}
@container fwevent (max-width: 340px) {
    .upcoming-event-btnbox {
        align-items: center;
        display: flex;
        flex-direction: column;
    }
}

.event-caticon { object-fit: contain!important; }

.upcoming-events-container {
    height: 1px;
    opacity: 0;
    overflow: hidden;
    margin-top: 60px!important;
    position: relative; z-index: 1;
}
.upcoming-events-container.inited {
    height: auto;
    opacity: 1;
    overflow: visible;
}
.upcoming-events {
    display: flex;
    margin: 0 auto;
}
.upcoming-events-container .upcoming-event { margin: 6px 20px; }
.upcoming-events-container .upcoming-event > *:last-child { height: 100%; }
.upcoming-events-container .upcoming-event-title { font-size: 1.05em; }
.upcoming-events-container .upcoming-event .event-shortinfo { font-size: 0.9em; }
.upcoming-events-container .upcoming-event .event-shortinfo { grid-template-columns: 25px auto; }
.upcoming-events-container .upcoming-event .event-shortinfo .material-icons { font-size: 25px; }

.upcoming-events-and-archive.otherevents { margin-top: 3em; !important; }
.upcoming-events-and-archive .upcoming-events-container { width: 100%; }
.upcoming-events-and-archive .show-all-action {
    text-align: center;
    margin-top: 1em;
}
.upcoming-events-and-archive .show-all-action a {
    background: #a24f49;
    color: #fff;
}
.upcoming-events-and-archive .show-all-action a:hover {
    background: #fff;
    color: #a24f49;
}

.image-block { position: relative; }
.video-overlay {
    background: #00000066;
    position: absolute; left: 0; right: 0; top: 0; bottom: 0;
    display: flex; justify-content: center; align-items: center;
}
.video-overlay span {
    color: #fff;
    font-size: 10em;
}
.card-header {
    background: #a24f49;
    font-size: 1.5em;
    padding: 0.35em 0;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-top: 2em;
    margin-bottom: 0;
    text-align: center;
}
.upcoming-events-container { margin-top: 0!important; }

.archive-block { margin: 6px 20px; }
.archive-block .upcoming-event-title { font-size: 1.05em; }
.archive-block .upcoming-event-btnbox { align-items: flex-start; }
.archive-block .upcoming-event-container { height: 100%; }
.archive-block .upcoming-event {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.archive-block .upcoming-event > *:last-child { height: 100%; }

.archive-block .upcoming-event-btnbox > *:last-child,
.upcoming-event-container.mt.archive .upcoming-event-btnbox > *:last-child { text-align: left!important; }

@container fwevent (max-width: 820px) {
    .upcoming-events-container .upcoming-event {
        display: flex;
        flex-direction: column;
        height: calc(100% - 12px);
    }
}
@media screen and (max-width: 650px) {
    .upcoming-events-and-archive {
        flex-wrap: wrap;
        gap: 10px;
    }
    .upcoming-events-and-archive .archive-block { width: 100%!important; }
    .upcoming-events-and-archive .upcoming-events-container { width: 100%!important; }
}
@media screen and (max-width: 420px) {
    .upcoming-events-container {
        background: transparent;
        box-shadow: none;
        padding: 0;
    }
    .upcoming-events-container .tns-controls > *:first-child { left: -7px; }
    .upcoming-events-container .tns-controls > *:last-child { right: -7px; }
}
/* END Upcoming Events */

/* START Button Icon */
.btn-with-icon { white-space: nowrap; }
.btn-with-icon .material-icons { vertical-align: -6px; }
/* END Button Icon */

/* START Tinyslider Nav */
.tns-nav {
    margin-top: 20px;
    text-align: center;
}
.tns-nav > * {
    border: 1px solid #a24e48; border-radius: 50%;
    height: 12px!important; min-height: 0!important;
    padding: 0!important;
    width: 12px; min-width: 0!important;
}
.tns-nav > * + * { margin-left: 4px; }
.tns-nav-active { background: #a24e48; }

.tns-controls > * {
    background: transparent!important;
    box-shadow: none!important;
    color: #001722!important;
    font-size: 40px!important;
    min-height: 0!important; min-width: 0!important;
    padding: 0!important;
    position: absolute; z-index: 2; top: 50%;
    transform: translateY(-50%);
}
.tns-controls > *[disabled] {
    cursor: default;
    opacity: 0.3;
}
.tns-controls > *:first-child { left: 5px; }
.tns-controls > *:last-child { right: 5px; }
/* END Tinyslider Nav */

/* START Text-Vorschau */
.text-more-more { hyphens: none; white-space: nowrap; }
.text-more-all { display: none; }
/* END Text-Vorschau */

/* END CUSTOM PART */

/* START EnjoyHint */
body .enjoyhint_close_btn, body .enjoyhint_next_btn, body .enjoyhint_prev_btn { background: #a24f49; }
body .enjoyhint_close_btn:hover, body .enjoyhint_next_btn:hover, body .enjoyhint_prev_btn:hover { background: #743833; }
/* END EnjoyHint */

/* Table-Container */
.tablecontainer { overflow: auto; }

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
    height: 1133px; max-height: 80%;
    margin: 0;
    width: 800px!important; max-width: 80%!important;
}
.fancybox-button { min-width: 0; }
.fancybox-button--left, .fancybox-button--right { display: inline-block!important; }

/* Cookie Hint */
#cookiehint {
    display: table;
    width: 100%;
    background: #000; background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
    color: #fff!important;
    line-height: 20px;
    padding: 0.5em;
    position: fixed; z-index: 10000; left: 0; right: 0; bottom: 0;
    text-align: center;
}
#cookiehint p, #cookiehint button {
    display: table-cell!important;
    vertical-align: middle;
}
#cookiehint p {
    margin: 0;
    color: #fff!important;
}
#cookiehint a {
    border: none!important;
    color: #fff!important;
    text-decoration: underline!important;
}
#cookiehint a:hover { text-decoration: none!important; }
#cookiehint button {
    background: #fff!important;
    border: none!important;
    color: #000!important;
    line-height: 1.25em!important;
    margin-left: 1em;
    padding: 0.4em!important;
    text-transform: uppercase!important;
}
#cookiehint button:hover {
    background: #ddd!important;
    cursor: pointer;
}
#cookiehint.light { background: #fff; background: rgba(255, 255, 255, 0.8); }
#cookiehint.light, #cookiehint.light p, #cookiehint.light a { color: #333!important; }
#cookiehint.light button {
    background: #aaa!important;
    color: #fff!important;
}
#cookiehint.light button:hover { background: #ddd!important; }
#cookiehint.top { top: 0; bottom: initial; }

body img.darkmode { display: none!important; }

/* Media Queries */
@media screen and (max-width: 1000px) {
    .card-container > .card {
        margin-top: 2%; margin-bottom: 2%;
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    /* medium grid */
    .col-m-1  { width: 6.382978723404255%; }
    .grid-container.nogutter .col-m-1, .grid-container .row.table > .col-m-1 { width: 8.333%; }
    .col-m-2  { width: 14.893617021276595%; }
    .grid-container.nogutter .col-m-2, .grid-container .row.table > .col-m-2 { width: 16.66%; }
    .col-m-3  { width: 23.404255319148934%; }
    .grid-container.nogutter .col-m-3, .grid-container .row.table > .col-m-3 { width: 25%; }
    .col-m-4  { width: 31.914893617021278%; }
    .grid-container.nogutter .col-m-4, .grid-container .row.table > .col-m-4 { width: 33.33%; }
    .col-m-5  { width: 40.42553191489362%; }
    .grid-container.nogutter .col-m-5, .grid-container .row.table > .col-m-5 { width: 41.66%; }
    .col-m-6  { width: 48.93617021276595%; }
    .grid-container.nogutter .col-m-6, .grid-container .row.table > .col-m-6 { width: 50%; }
    .col-m-7  { width: 57.44680851063829%; }
    .grid-container.nogutter .col-m-7, .grid-container .row.table > .col-m-7 { width: 58.33%; }
    .col-m-8  { width: 65.95744680851064%; }
    .grid-container.nogutter .col-m-8, .grid-container .row.table > .col-m-8 { width: 66.66%; }
    .col-m-9  { width: 74.46808510638297%; }
    .grid-container.nogutter .col-m-9, .grid-container .row.table > .col-m-9 { width: 75%; }
    .col-m-10 { width: 82.97872340425532%; }
    .grid-container.nogutter .col-m-10, .grid-container .row.table > .col-m-10 { width: 83.33%; }
    .col-m-11 { width: 91.48936170212765%; }
    .grid-container.nogutter .col-m-11, .grid-container .row.table > .col-m-11 { width: 91.66%; }
    .col-m-12 { width: 100%; }
    .grid-container.nogutter .col-m-12, .grid-container .row.table > .col-m-12 { width: 100%; }

    .m-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important; }
    .row.table .m-space { padding: 0.7em 1em!important; }
    .m-space-left { margin-left: 2.127659574468085%!important; }
    .row.table .m-space-left { padding-left: 1em!important; }
    .m-space-right { margin-right: 2.127659574468085%!important; }
    .row.table .m-space-right { padding-right: 1em!important; }

    .m-clearspace { margin: 0!important;}
    .row.table .m-clearspace { padding: 0; }
    .m-clearspace-left { margin-left: 0!important; }
    .row.table .m-clearspace-left { padding-left: 0!important; }
    .m-clearspace-right { margin-right: 0!important; }
    .row.table .m-clearspace-right { padding-right: 0!important; }
}

@media screen and (max-width: 700px) {
    .card-container > .card { width: 98%; }
}

@media screen and (max-width: 585px) {
    /* small grid */
    .col-s-1  { width: 6.382978723404255%; }
    .grid-container.nogutter .col-s-1, .grid-container .row.table > .col-s-1 { width: 8.333%; }
    .col-s-2  { width: 14.893617021276595%; }
    .grid-container.nogutter .col-s-2, .grid-container .row.table > .col-s-2 { width: 16.66%; }
    .col-s-3  { width: 23.404255319148934%; }
    .grid-container.nogutter .col-s-3, .grid-container .row.table > .col-s-3 { width: 25%; }
    .col-s-4  { width: 31.914893617021278%; }
    .grid-container.nogutter .col-s-4, .grid-container .row.table > .col-s-4 { width: 33.33%; }
    .col-s-5  { width: 40.42553191489362%; }
    .grid-container.nogutter .col-s-5, .grid-container .row.table > .col-s-5 { width: 41.66%; }
    .col-s-6  { width: 48.93617021276595%; }
    .grid-container.nogutter .col-s-6, .grid-container .row.table > .col-s-6 { width: 50%; }
    .col-s-7  { width: 57.44680851063829%; }
    .grid-container.nogutter .col-s-7, .grid-container .row.table > .col-s-7 { width: 58.33%; }
    .col-s-8  { width: 65.95744680851064%; }
    .grid-container.nogutter .col-s-8, .grid-container .row.table > .col-s-8 { width: 66.66%; }
    .col-s-9  { width: 74.46808510638297%; }
    .grid-container.nogutter .col-s-9, .grid-container .row.table > .col-s-9 { width: 75%; }
    .col-s-10 { width: 82.97872340425532%; }
    .grid-container.nogutter .col-s-10, .grid-container .row.table > .col-s-10 { width: 83.33%; }
    .col-s-11 { width: 91.48936170212765%; }
    .grid-container.nogutter .col-s-11, .grid-container .row.table > .col-s-11 { width: 91.66%; }
    .col-s-12 { width: 100%; }
    .grid-container.nogutter .col-s-12, .grid-container .row.table > .col-s-12 { width: 100%; }

    .s-space { margin-left: 2.127659574468085%!important; margin-right: 2.127659574468085%!important;  }
    .row.table .s-space { padding: 0.7em 1em!important; }
    .s-space-left { margin-left: 2.127659574468085%!important; }
    .row.table .s-space-left { padding-left: 1em!important; }
    .s-space-right { margin-right: 2.127659574468085%!important; }
    .row.table .s-space-right { padding-right: 1em!important; }

    .s-clearspace { margin: 0!important;}
    .row.table .s-clearspace { padding: 0; }
    .s-clearspace-left { margin-left: 0!important; }
    .row.table .s-clearspace-left { padding-left: 0!important; }
    .s-clearspace-right { margin-right: 0!important; }
    .row.table .s-clearspace-right { padding-right: 0!important; }

    #footer { margin-top: 40px; }
    #footer *[class*="col"] { text-align: center; }
    #footer *[class*="col"].s-clearspace { margin-top: 5px!important; }
}

@media screen and (max-width: 385px) {
    #pushpopup-inner .btnbox > *:nth-child(2) {
        display: block;
        margin-left: 0; margin-top: 18px;
    }
}

/* PRINT STYLES */
@media print {
    * { background: transparent!important; color: black!important; text-shadow: none!important; filter:none!important; -ms-filter: none!important; }
    a, a:visited { text-decoration: underline; }
    a[href]:after { content: " [" attr(href) "]"; }
    abbr[title]:after { content: " [" attr(title) "]"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100%!important; }
    @page { margin: 1.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
    /* custom print styles */
    #header, #aside, #footer, #copyright { display: none; }
    main { background: none; box-shadow: none; margin: 0; }
    main article  { float: none; font-size: 16pt; padding: 0; width: 100%; }
    .slidebox dd { display: block!important; }
}