web-wordpress-kit/kit/style.css

1352 lines
25 KiB
CSS

/* stylelint-disable */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
font-family: sans-serif;
}
/**
* Remove default margin.
*/
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
h1 {
margin: .67em 0;
/* font-size: 2em; */
}
/**
* Address styling not present in IE 8/9.
*/
mark {
color: #000;
background: #ff0;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}
sup {
top: -.5em;
}
sub {
bottom: -.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
margin: 0;
/* 3 */
color: inherit;
/* 1 */
font: inherit;
/* 2 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
cursor: pointer;
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type='checkbox'],
input[type='radio'] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
input[type='search'] {
box-sizing: content-box;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
padding: .35em .625em .75em;
margin: 0 2px;
border: 1px solid #c0c0c0;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
padding: 0;
/* 2 */
border: 0;
/* 1 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
@media print {
* {
color: #333333 !important;
text-shadow: none !important;
background: transparent !important;
box-shadow: none !important;
}
a[href]::after {
content: " (" attr(href) ")";
}
a,
a:visited {
text-decoration: underline;
}
abbr[title]::after {
content: " (" attr(title) ")";
}
a[href^='#']::after,
a[href^='javascript:']::after {
content: '';
}
pre,
blockquote {
border: 1px solid #999999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
}
* {
box-sizing: border-box;
padding: 0;
margin: 0;
}
html {
box-sizing: border-box;
overflow: hidden;
overflow-y: scroll;
font-family: "Roboto", "Source Sans Pro", "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
font-size: 18px;
font-weight: 400;
line-height: 28px;
}
body {
position: relative;
color: #333333;
font-size: 1rem;
line-height: 1.55556rem;
text-rendering: optimizeLegibility;
background: #ffffff;
}
main {
min-height: 30vh;
}
img,
embed,
object,
video {
max-width: 100%;
height: auto;
}
audio,
canvas,
img,
svg,
video {
font-style: italic;
vertical-align: middle;
}
hr {
height: 1px;
border: 0;
background: #333333;
}
textarea {
resize: vertical;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
display: block;
}
figure {
margin: 0;
}
figure img {
width: 100%;
height: auto;
}
figure figcaption {
margin-top: 0.83333rem;
font-weight: 300;
}
figure.no-autosize img {
width: auto;
max-width: 100%;
height: auto;
}
@media (max-width: 1280px) {
html {
font-size: 16px;
line-height: 26px;
}
}
@media (max-width: 1024px) {
html {
font-size: 14px;
line-height: 22px;
}
}
section {
padding: 6.66667rem 0 6.66667rem 0;
}
section.category {
padding: 1rem 0 6.66667rem 0;
}
section.background-color-white:not(.full-width) + section.background-color-white:not(.full-width) {
padding-top: 2.22222rem;
}
section.full-width {
padding: 0;
}
section .content-wrap > * + * {
margin-top: 1.66667rem;
}
.container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
justify-content: flex-start;
}
.container .column > * + * {
margin-top: 1.66667rem;
}
.container-2-cols .column {
width: calc(50% - 0.83333rem);
}
.container-2-cols .column + .column {
margin-left: 1.66667rem;
}
.container-3-cols {
flex-wrap: wrap;
}
.container-3-cols .column {
width: calc(32.33333% - 1.11667rem);
margin-right: 1.66667rem;
margin-bottom: 1.66667rem;
}
.container-4-cols .column {
width: calc(25% - 0.83333rem);
}
.container-4-cols .column + .column {
margin-left: 1.66667rem;
}
.container-2-cols-golden-rule .column {
width: calc(61.8% - 0.83333rem);
}
.container-2-cols-golden-rule .column + .column {
width: calc(38.2% - 0.83333rem);
margin-left: 1.66667rem;
}
.container-2-cols-2-thirds-1-third .column {
width: calc(66.66667% - 0.83333rem);
}
.container-2-cols-2-thirds-1-third .column + .column {
width: calc(33.33333% - 0.83333rem);
margin-left: 1.66667rem;
}
.content-wrap {
width: 100%;
max-width: 1230px;
padding: 0 1.66667rem;
margin: auto;
overflow-wrap: break-word;
overflow-wrap: anywhere;
}
.align-left {
text-align: left;
}
.align-center {
text-align: center;
}
.align-right {
text-align: right;
}
@media (max-width: 1024px) {
section {
padding: 5rem 0;
}
section.background-color-white:not(.full-width) + section.background-color-white:not(.full-width) {
padding-top: 1.66667rem;
}
}
@media (max-width: 960px) {
.container-3-cols {
flex-wrap: wrap;
}
.container-3-cols .column {
width: calc(45% - 0.83333rem);
/* Fix mobile menu view */
margin-bottom: 0rem;
}
.container-3-cols .column + .column {
margin-left: 1.66667rem;
}
.container-3-cols .column:nth-of-type(2n+1) {
margin-left: 0;
}
.container-3-cols .column:nth-of-type(n+3) {
margin-top: 1.66667rem;
}
.container-2-cols-golden-rule {
flex-wrap: wrap;
}
.container-2-cols-golden-rule .column {
width: 100%;
}
.container-2-cols-golden-rule .column + .column {
width: 100%;
margin-top: 1.66667rem;
margin-left: 0;
}
.container-2-cols-2-thirds-1-third {
flex-wrap: wrap;
}
.container-2-cols-2-thirds-1-third .column {
width: 100%;
}
.container-2-cols-2-thirds-1-third .column + .column {
width: 100%;
margin-top: 2.5rem;
margin-left: 0;
}
.container-3-cols .column {
width: calc(32.33333% - 1.11667rem);
margin-right: 1.66667rem;
}
}
@media (max-width: 768px) {
.container-4-cols {
flex-wrap: wrap;
}
.container-4-cols .column {
width: calc(50% - 0.83333rem);
}
.container-4-cols .column + .column {
margin-left: 1.66667rem;
}
.container-4-cols .column:nth-of-type(2n+1) {
margin-left: 0;
}
.container-4-cols .column:nth-of-type(n+3) {
margin-top: 1.66667rem;
}
}
@media (max-width: 680px) {
.container-2-cols {
flex-wrap: wrap;
}
.container-2-cols .column {
width: 100%;
}
.container-2-cols .column + .column {
margin-top: 1.66667rem;
margin-left: 0;
}
}
@media (max-width: 560px) {
section {
padding: 3.33333rem 0;
}
}
@media (max-width: 520px) {
.container-3-cols {
flex-wrap: wrap;
}
.container-3-cols .column {
width: 100%;
}
.container-3-cols .column + .column {
margin-top: 1.66667rem;
margin-left: 0;
}
.container-4-cols {
flex-wrap: wrap;
}
.container-4-cols .column {
width: 100%;
}
.container-4-cols .column + .column {
margin-top: 1.66667rem;
margin-left: 0;
}
}
.background-image {
background-color: transparent;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.background-color-white {
background-color: #ffffff;
}
.background-color-page-theme {
background-color: #009982;
}
.background-color-page-theme-transparent {
background-color: rgba(0, 153, 130, 0.7);
}
.background-color-page-theme-contrast {
background-color: #e5e5e5;
}
body.page-theme-color-primary .background-color-page-theme {
background-color: #009982;
}
body.page-theme-color-primary .background-color-page-theme-transparent {
background-color: rgba(0, 153, 130, 0.7);
}
body.page-theme-color-primary .background-color-page-theme-contrast {
background-color: #e5e5e5;
}
body.page-theme-color-secondary .background-color-page-theme {
background-color: #00a4e4;
}
body.page-theme-color-secondary .background-color-page-theme-transparent {
background-color: rgba(0, 164, 228, 0.7);
}
body.page-theme-color-secondary .background-color-page-theme-contrast {
background-color: #e5e5e5;
}
body.page-theme-color-tertiary .background-color-page-theme {
background-color: #df9b1b;
}
body.page-theme-color-tertiary .background-color-page-theme-transparent {
background-color: rgba(223, 155, 27, 0.7);
}
body.page-theme-color-tertiary .background-color-page-theme-contrast {
background-color: #e5e5e5;
}
body.page-theme-color-quaternary .background-color-page-theme {
background-color: #a3107c;
}
body.page-theme-color-quaternary .background-color-page-theme-transparent {
background-color: rgba(163, 16, 124, 0.7);
}
body.page-theme-color-quaternary .background-color-page-theme-contrast {
background-color: #e5e5e5;
}
.background-color-brand-primary {
background-color: #009982;
}
.background-color-brand-secondary {
background-color: #00a4e4;
}
.background-color-brand-tertiary {
background-color: #df9b1b;
}
.background-color-brand-quaternary {
background-color: #a3107c;
}
.background-color-brand-primary-transparent {
background-color: rgba(0, 153, 130, 0.7);
}
.background-color-brand-secondary-transparent {
background-color: rgba(0, 164, 228, 0.7);
}
.background-color-brand-tertiary-transparent {
background-color: rgba(223, 155, 27, 0.7);
}
.background-color-brand-quaternary-transparent {
background-color: rgba(163, 16, 124, 0.7);
}
.background-color-brand-primary-contrast {
background-color: #e5e5e5;
}
.background-color-brand-secondary-contrast {
background-color: #e5e5e5;
}
.background-color-brand-tertiary-contrast {
background-color: #e5e5e5;
}
.background-color-brand-quaternary-contrast {
background-color: #e5e5e5;
}
.color-white {
color: #ffffff;
}
.color-page-theme {
color: #009982;
}
.color-page-theme-transparent {
color: rgba(0, 153, 130, 0.7);
}
.color-page-theme-contrast {
color: #e5e5e5;
}
body.page-theme-color-primary .color-page-theme {
color: #009982;
}
body.page-theme-color-primary .color-page-theme-transparent {
color: rgba(0, 153, 130, 0.7);
}
body.page-theme-color-primary .color-page-theme-contrast {
color: #e5e5e5;
}
body.page-theme-color-secondary .color-page-theme {
color: #00a4e4;
}
body.page-theme-color-secondary .color-page-theme-transparent {
color: rgba(0, 164, 228, 0.7);
}
body.page-theme-color-secondary .color-page-theme-contrast {
color: #e5e5e5;
}
body.page-theme-color-tertiary .color-page-theme {
color: #df9b1b;
}
body.page-theme-color-tertiary .color-page-theme-transparent {
color: rgba(223, 155, 27, 0.7);
}
body.page-theme-color-tertiary .color-page-theme-contrast {
color: #e5e5e5;
}
body.page-theme-color-quaternary .color-page-theme {
color: #a3107c;
}
body.page-theme-color-quaternary .color-page-theme-transparent {
color: rgba(163, 16, 124, 0.7);
}
body.page-theme-color-quaternary .color-page-theme-contrast {
color: #e5e5e5;
}
.color-brand-primary {
color: #009982;
}
.color-brand-secondary {
color: #00a4e4;
}
.color-brand-tertiary {
color: #df9b1b;
}
.color-brand-quaternary {
color: #a3107c;
}
.color-brand-primary-transparent {
color: rgba(0, 153, 130, 0.7);
}
.color-brand-secondary-transparent {
color: rgba(0, 164, 228, 0.7);
}
.color-brand-tertiary-transparent {
color: rgba(223, 155, 27, 0.7);
}
.color-brand-quaternary-transparent {
color: rgba(163, 16, 124, 0.7);
}
.color-brand-primary-contrast {
color: #e5e5e5;
}
.color-brand-secondary-contrast {
color: #e5e5e5;
}
.color-brand-tertiary-contrast {
color: #e5e5e5;
}
.color-brand-quaternary-contrast {
color: #e5e5e5;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-weight: 700;
}
.h1,
h1 {
position: relative;
margin: 0;
/*font-size: 3.61111rem;
line-height: 3.88889rem;
letter-spacing: .8px; */
}
.h1::after,
h1::after {
content: '';
position: absolute;
bottom: -1.77778rem;
left: calc(50% - 130px);
width: 260px;
height: 0.55556rem;
background-color: #ffffff;
}
.h2,
h2 {
position: relative;
font-size: 2.77778rem;
line-height: 3.33333rem;
}
.h3,
h3 {
font-size: 1.66667rem;
line-height: 2.77778rem;
}
.h4,
h4 {
font-size: 1rem;
}
.h5,
h5 {
font-size: 1rem;
}
.h6,
h6 {
font-size: 1rem;
}
.headline-element + * {
margin-top: 5rem !important;
}
.headline-element h2::after {
content: '';
position: absolute;
bottom: -1.11111rem;
left: 0;
width: 5.83333rem;
height: 0.44444rem;
opacity: 1;
transition: left 1s, width .7s, opacity .5s;
}
.headline-element h2.waypoint::after {
left: -2%;
width: 0;
opacity: 0;
}
.headline-element h2.waypoint-triggered::after {
left: 0;
width: 5.83333rem;
opacity: 1;
}
a {
color: #333333;
text-decoration: none;
}
p {
font-size: 1rem;
font-weight: 300;
line-height: 1.55556rem;
}
p.large {
font-size: 1.38889rem;
line-height: 1.94444rem;
}
p + p {
margin-top: 1.55556rem;
}
p a {
text-decoration: underline;
}
p a:hover {
text-decoration: none;
}
b,
strong {
font-weight: 700;
}
ul {
list-style: none;
}
h2 {
font-size: 2.77778rem;
line-height: 3.33333rem;
margin: 2.5rem 0;
}
h2::after {
content: '';
position: absolute;
bottom: -1.11111rem;
left: 0;
width: 5.83333rem;
height: 0.44444rem;
background-color: #009982;
opacity: 1;
transition: left 1s, width .7s, opacity .5s;
}
.background-color-page-theme,
.background-color-brand-primary,
.background-color-brand-secondary,
.background-color-brand-tertiary,
.background-color-brand-quaternary,
.background-color-page-theme-transparent,
.backgorund-color-brand-primary-transparent,
.background-color-brand-secondary-transparent,
.background-color-brand-tertiary-transparent,
.background-color-brand-quaternary-transparent,
.background-color-dark-transparent {
color: #ffffff !important;
}
.background-color-page-theme h2::after,
.background-color-brand-primary h2::after,
.background-color-brand-secondary h2::after,
.background-color-brand-tertiary h2::after,
.background-color-brand-quaternary h2::after,
.background-color-page-theme-transparent h2::after,
.backgorund-color-brand-primary-transparent h2::after,
.background-color-brand-secondary-transparent h2::after,
.background-color-brand-tertiary-transparent h2::after,
.background-color-brand-quaternary-transparent h2::after,
.background-color-dark-transparent h2::after {
background-color: #ffffff !important;
}
.text-element > * + * {
margin-top: 1.55556rem;
}
.text-element ul {
font-weight: 300;
}
.text-element ul li {
position: relative;
margin-left: 0.83333rem;
}
.text-element ul li::before {
content: '';
position: absolute;
top: 0.61111rem;
left: -0.83333rem;
display: block;
width: 4px;
height: 4px;
background-color: #333333;
border-radius: 50%;
}
.text-element ol {
font-weight: 300;
}
.text-element ol li {
list-style-position: inside;
}
body.page-theme-color-primary .h2::after,
body.page-theme-color-primary h2::after {
background-color: #009982;
}
body.page-theme-color-secondary .h2::after,
body.page-theme-color-secondary h2::after {
background-color: #00a4e4;
}
body.page-theme-color-tertiary .h2::after,
body.page-theme-color-tertiary h2::after {
background-color: #df9b1b;
}
body.page-theme-color-quaternary .h2::after,
body.page-theme-color-quaternary h2::after {
background-color: #a3107c;
}
@media (max-width: 1320px) {
h2 {
margin-bottom: 3.33333rem;
}
/* Custom fix: No text overlap sidenav */
main .content-wrap {
padding-right: 5.3rem;
}
}
@media (max-width: 960px) {
.h1,
h1 {
/* font-size: 2.66667rem;
line-height: 3.11111rem; */
}
.h1::after,
h1::after {
bottom: -0.83333rem;
height: 0.33333rem;
}
/* Custom fix: No text overlap sidenav */
main .content-wrap {
padding-right: 1.66667rem;
}
}
@media (max-width: 680px) {
.headline-element + * {
margin-top: 4.16667rem !important;
}
.h2,
h2 {
font-size: 2.33333rem;
}
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 100;
src: local("Roboto Thin"), local("Roboto-Thin"), url("fonts/roboto-v18-latin-100.woff2") format("woff2"), url("fonts/roboto-v18-latin-100.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 100;
src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("fonts/roboto-v18-latin-100italic.woff2") format("woff2"), url("fonts/roboto-v18-latin-100italic.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 300;
src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto-v18-latin-300.woff2") format("woff2"), url("fonts/roboto-v18-latin-300.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 400;
src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("fonts/roboto-v18-latin-regular.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 400;
src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/roboto-v18-latin-italic.woff2") format("woff2"), url("fonts/roboto-v18-latin-italic.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 300;
src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("fonts/roboto-v18-latin-300italic.woff2") format("woff2"), url("fonts/roboto-v18-latin-300italic.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 500;
src: local("Roboto Medium"), local("Roboto-Medium"), url("fonts/roboto-v18-latin-500.woff2") format("woff2"), url("fonts/roboto-v18-latin-500.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto-v18-latin-700.woff2") format("woff2"), url("fonts/roboto-v18-latin-700.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 700;
src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("fonts/roboto-v18-latin-700italic.woff2") format("woff2"), url("fonts/roboto-v18-latin-700italic.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 500;
src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("fonts/roboto-v18-latin-500italic.woff2") format("woff2"), url("fonts/roboto-v18-latin-500italic.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: normal;
font-weight: 900;
src: local("Roboto Black"), local("Roboto-Black"), url("fonts/roboto-v18-latin-900.woff2") format("woff2"), url("fonts/roboto-v18-latin-900.woff") format("woff");
}
@font-face {
font-family: 'Roboto';
font-style: italic;
font-weight: 900;
src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("fonts/roboto-v18-latin-900italic.woff2") format("woff2"), url("fonts/roboto-v18-latin-900italic.woff") format("woff");
}
/* header & header menu in seperate css file */
aside {
position: fixed;
top: 33%;
right: 0;
z-index: 99;
}
aside .aside-icon {
position: relative;
display: block;
width: 3.88889rem;
height: 3.88889rem;
overflow: hidden;
color: #ffffff;
font-size: 0.88889rem;
line-height: 1rem;
transition: background-color .3s;
}
aside .aside-icon + .aside-icon {
border-top: 1px solid rgba(255, 255, 255, 0.9);
}
aside .aside-icon img {
position: absolute;
top: 50%;
left: 50%;
width: auto;
max-width: 60%;
height: auto;
max-height: 60%;
transform: translate(-50%, -50%);
}
aside .aside-icon span {
display: none;
}
aside .aside-icon:hover {
background-color: #333333;
}
@media (max-width: 960px) {
aside {
display: none;
}
}
/*# sourceMappingURL=main.css.map */