|
|
- @charset "UTF-8";
- /**
- * functions to convert px to em and rem
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * calculate pixel value to em
- *
- * @param {px} $fontSize
- * @return {em}
- */
- /**
- * calculate px value to rem
- *
- * @param {px} $fonz-size
- * @param {px} $font-size
- * @return {em}
- */
- /**
- * z-index
- *
- *
- * @author Björn Hase
- *
- */
- /**
- *
- *
- *
- *
- */
- /**
- * add font-size in px as fallback
- * and in rem
- *
- *
- * @param {px} $font-size
- *
- */
- /**
- * add modificators for font-size from a map
- *
- *
- * @param {map} $font-sizes
- *
- */
- /**
- * media-queries
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * clearfix to end floating
- *
- *
- *
- */
- /**
- * clear default styles from list
- *
- *
- */
- /**
- * config
- *
- *
- * @author Björn Hase
- *
- */
- /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
- /* Document
- ========================================================================== */
- /**
- * 1. Correct the line height in all browsers.
- * 2. Prevent adjustments of font size after orientation changes in
- * IE on Windows Phone and in iOS.
- */
- html {
- line-height: 1.15;
- /* 1 */
- -ms-text-size-adjust: 100%;
- /* 2 */
- -webkit-text-size-adjust: 100%;
- /* 2 */ }
-
- /* Sections
- ========================================================================== */
- /**
- * Remove the margin in all browsers (opinionated).
- */
- body {
- margin: 0; }
-
- /**
- * Add the correct display in IE 9-.
- */
- article,
- aside,
- footer,
- header,
- nav,
- section {
- display: block; }
-
- /**
- * Correct the font size and margin on `h1` elements within `section` and
- * `article` contexts in Chrome, Firefox, and Safari.
- */
- h1 {
- font-size: 2em;
- margin: 0.67em 0; }
-
- /* Grouping content
- ========================================================================== */
- /**
- * Add the correct display in IE 9-.
- * 1. Add the correct display in IE.
- */
- figcaption,
- figure,
- main {
- /* 1 */
- display: block; }
-
- /**
- * Add the correct margin in IE 8.
- */
- figure {
- margin: 1em 40px; }
-
- /**
- * 1. Add the correct box sizing in Firefox.
- * 2. Show the overflow in Edge and IE.
- */
- hr {
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- /* 1 */
- height: 0;
- /* 1 */
- overflow: visible;
- /* 2 */ }
-
- /**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
- pre {
- font-family: monospace, monospace;
- /* 1 */
- font-size: 1em;
- /* 2 */ }
-
- /* Text-level semantics
- ========================================================================== */
- /**
- * 1. Remove the gray background on active links in IE 10.
- * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
- */
- a {
- background-color: transparent;
- /* 1 */
- -webkit-text-decoration-skip: objects;
- /* 2 */ }
-
- /**
- * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
- */
- abbr[title] {
- border-bottom: none;
- /* 1 */
- text-decoration: underline;
- /* 2 */
- -webkit-text-decoration: underline dotted;
- text-decoration: underline dotted;
- /* 2 */ }
-
- /**
- * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
- */
- b,
- strong {
- font-weight: inherit; }
-
- /**
- * Add the correct font weight in Chrome, Edge, and Safari.
- */
- b,
- strong {
- font-weight: bolder; }
-
- /**
- * 1. Correct the inheritance and scaling of font size in all browsers.
- * 2. Correct the odd `em` font sizing in all browsers.
- */
- code,
- kbd,
- samp {
- font-family: monospace, monospace;
- /* 1 */
- font-size: 1em;
- /* 2 */ }
-
- /**
- * Add the correct font style in Android 4.3-.
- */
- dfn {
- font-style: italic; }
-
- /**
- * Add the correct background and color in IE 9-.
- */
- mark {
- background-color: #ff0;
- color: #000; }
-
- /**
- * Add the correct font size in all browsers.
- */
- small {
- font-size: 80%; }
-
- /**
- * Prevent `sub` and `sup` elements from affecting the line height in
- * all browsers.
- */
- sub,
- sup {
- font-size: 75%;
- line-height: 0;
- position: relative;
- vertical-align: baseline; }
-
- sub {
- bottom: -0.25em; }
-
- sup {
- top: -0.5em; }
-
- /* Embedded content
- ========================================================================== */
- /**
- * Add the correct display in IE 9-.
- */
- audio,
- video {
- display: inline-block; }
-
- /**
- * Add the correct display in iOS 4-7.
- */
- audio:not([controls]) {
- display: none;
- height: 0; }
-
- /**
- * Remove the border on images inside links in IE 10-.
- */
- img {
- border-style: none; }
-
- /**
- * Hide the overflow in IE.
- */
- svg:not(:root) {
- overflow: hidden; }
-
- /* Forms
- ========================================================================== */
- /**
- * 1. Change the font styles in all browsers (opinionated).
- * 2. Remove the margin in Firefox and Safari.
- */
- button,
- input,
- optgroup,
- select,
- textarea {
- font-family: sans-serif;
- /* 1 */
- font-size: 100%;
- /* 1 */
- line-height: 1.15;
- /* 1 */
- margin: 0;
- /* 2 */ }
-
- /**
- * Show the overflow in IE.
- * 1. Show the overflow in Edge.
- */
- button,
- input {
- /* 1 */
- overflow: visible; }
-
- /**
- * Remove the inheritance of text transform in Edge, Firefox, and IE.
- * 1. Remove the inheritance of text transform in Firefox.
- */
- button,
- select {
- /* 1 */
- text-transform: none; }
-
- /**
- * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
- * controls in Android 4.
- * 2. Correct the inability to style clickable types in iOS and Safari.
- */
- button,
- html [type="button"],
- [type="reset"],
- [type="submit"] {
- -webkit-appearance: button;
- /* 2 */ }
-
- /**
- * Remove the inner border and padding in Firefox.
- */
- button::-moz-focus-inner,
- [type="button"]::-moz-focus-inner,
- [type="reset"]::-moz-focus-inner,
- [type="submit"]::-moz-focus-inner {
- border-style: none;
- padding: 0; }
-
- /**
- * Restore the focus styles unset by the previous rule.
- */
- button:-moz-focusring,
- [type="button"]:-moz-focusring,
- [type="reset"]:-moz-focusring,
- [type="submit"]:-moz-focusring {
- outline: 1px dotted ButtonText; }
-
- /**
- * Correct the padding in Firefox.
- */
- fieldset {
- padding: 0.35em 0.75em 0.625em; }
-
- /**
- * 1. Correct the text wrapping in Edge and IE.
- * 2. Correct the color inheritance from `fieldset` elements in IE.
- * 3. Remove the padding so developers are not caught out when they zero out
- * `fieldset` elements in all browsers.
- */
- legend {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- /* 1 */
- color: inherit;
- /* 2 */
- display: table;
- /* 1 */
- max-width: 100%;
- /* 1 */
- padding: 0;
- /* 3 */
- white-space: normal;
- /* 1 */ }
-
- /**
- * 1. Add the correct display in IE 9-.
- * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
- */
- progress {
- display: inline-block;
- /* 1 */
- vertical-align: baseline;
- /* 2 */ }
-
- /**
- * Remove the default vertical scrollbar in IE.
- */
- textarea {
- overflow: auto; }
-
- /**
- * 1. Add the correct box sizing in IE 10-.
- * 2. Remove the padding in IE 10-.
- */
- [type="checkbox"],
- [type="radio"] {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- /* 1 */
- padding: 0;
- /* 2 */ }
-
- /**
- * Correct the cursor style of increment and decrement buttons in Chrome.
- */
- [type="number"]::-webkit-inner-spin-button,
- [type="number"]::-webkit-outer-spin-button {
- height: auto; }
-
- /**
- * 1. Correct the odd appearance in Chrome and Safari.
- * 2. Correct the outline style in Safari.
- */
- [type="search"] {
- -webkit-appearance: textfield;
- /* 1 */
- outline-offset: -2px;
- /* 2 */ }
-
- /**
- * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
- */
- [type="search"]::-webkit-search-cancel-button,
- [type="search"]::-webkit-search-decoration {
- -webkit-appearance: none; }
-
- /**
- * 1. Correct the inability to style clickable types in iOS and Safari.
- * 2. Change font properties to `inherit` in Safari.
- */
- ::-webkit-file-upload-button {
- -webkit-appearance: button;
- /* 1 */
- font: inherit;
- /* 2 */ }
-
- /* Interactive
- ========================================================================== */
- /*
- * Add the correct display in IE 9-.
- * 1. Add the correct display in Edge, IE, and Firefox.
- */
- details,
- menu {
- display: block; }
-
- /*
- * Add the correct display in all browsers.
- */
- summary {
- display: list-item; }
-
- /* Scripting
- ========================================================================== */
- /**
- * Add the correct display in IE 9-.
- */
- canvas {
- display: inline-block; }
-
- /**
- * Add the correct display in IE.
- */
- template {
- display: none; }
-
- /* Hidden
- ========================================================================== */
- /**
- * Add the correct display in IE 10-.
- */
- [hidden] {
- display: none; }
-
- .container,
- .container-full {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- width: 100%;
- margin-right: auto;
- margin-left: auto;
- padding-right: 30px;
- padding-left: 30px; }
- .container .grid,
- .container-full .grid {
- margin-right: -15px;
- margin-left: -15px; }
-
- @media (min-width: 576px) {
- .container {
- max-width: 576px; } }
-
- @media (min-width: 768px) {
- .container {
- max-width: 768px; } }
-
- @media (min-width: 992px) {
- .container {
- max-width: 992px; } }
-
- @media (min-width: 1200px) {
- .container {
- max-width: 1200px; } }
-
- @media (min-width: 1600px) {
- .container {
- max-width: 1600px; } }
-
- .grid {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- display: block;
- display: -ms-flexbox;
- display: -webkit-box;
- display: flex;
- -ms-flex-wrap: wrap;
- flex-wrap: wrap;
- padding: 0;
- margin: 0 auto;
- position: relative;
- letter-spacing: -.31em;
- *letter-spacing: normal;
- word-spacing: -.43em;
- list-style-type: none; }
- .grid::before, .grid::after {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- letter-spacing: normal;
- word-spacing: normal;
- white-space: normal; }
-
- [class^="col-"] {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- letter-spacing: normal;
- word-spacing: normal;
- white-space: normal;
- position: relative;
- width: 100%;
- vertical-align: top;
- padding: 15px;
- display: inline-block;
- *display: inline;
- zoom: 1; }
- [class^="col-"]::before, [class^="col-"]::after {
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- letter-spacing: normal;
- word-spacing: normal;
- white-space: normal; }
- [class^="col-"] .grid {
- -ms-flex: 1 1 auto;
- -webkit-box-flex: 1;
- flex: 1 1 auto;
- margin: -15px; }
-
- .col-12 {
- width: 100%;
- *width: 99.9%; }
-
- .col-11 {
- width: 91.66667%;
- *width: 91.56667%; }
-
- .col-10 {
- width: 83.33333%;
- *width: 83.23333%; }
-
- .col-9 {
- width: 75%;
- *width: 74.9%; }
-
- .col-8 {
- width: 66.66667%;
- *width: 66.56667%; }
-
- .col-7 {
- width: 58.33333%;
- *width: 58.23333%; }
-
- .col-6 {
- width: 50%;
- *width: 49.9%; }
-
- .col-5 {
- width: 41.66667%;
- *width: 41.56667%; }
-
- .col-4 {
- width: 33.33333%;
- *width: 33.23333%; }
-
- .col-3 {
- width: 25%;
- *width: 24.9%; }
-
- .col-2 {
- width: 16.66667%;
- *width: 16.56667%; }
-
- .col-1 {
- width: 8.33333%;
- *width: 8.23333%; }
-
- @media (min-width: 576px) {
- .col-xs-12 {
- width: 100%;
- *width: 99.9%; }
- .col-xs-11 {
- width: 91.66667%;
- *width: 91.56667%; }
- .col-xs-10 {
- width: 83.33333%;
- *width: 83.23333%; }
- .col-xs-9 {
- width: 75%;
- *width: 74.9%; }
- .col-xs-8 {
- width: 66.66667%;
- *width: 66.56667%; }
- .col-xs-7 {
- width: 58.33333%;
- *width: 58.23333%; }
- .col-xs-6 {
- width: 50%;
- *width: 49.9%; }
- .col-xs-5 {
- width: 41.66667%;
- *width: 41.56667%; }
- .col-xs-4 {
- width: 33.33333%;
- *width: 33.23333%; }
- .col-xs-3 {
- width: 25%;
- *width: 24.9%; }
- .col-xs-2 {
- width: 16.66667%;
- *width: 16.56667%; }
- .col-xs-1 {
- width: 8.33333%;
- *width: 8.23333%; } }
-
- @media (min-width: 768px) {
- .col-sm-12 {
- width: 100%;
- *width: 99.9%; }
- .col-sm-11 {
- width: 91.66667%;
- *width: 91.56667%; }
- .col-sm-10 {
- width: 83.33333%;
- *width: 83.23333%; }
- .col-sm-9 {
- width: 75%;
- *width: 74.9%; }
- .col-sm-8 {
- width: 66.66667%;
- *width: 66.56667%; }
- .col-sm-7 {
- width: 58.33333%;
- *width: 58.23333%; }
- .col-sm-6 {
- width: 50%;
- *width: 49.9%; }
- .col-sm-5 {
- width: 41.66667%;
- *width: 41.56667%; }
- .col-sm-4 {
- width: 33.33333%;
- *width: 33.23333%; }
- .col-sm-3 {
- width: 25%;
- *width: 24.9%; }
- .col-sm-2 {
- width: 16.66667%;
- *width: 16.56667%; }
- .col-sm-1 {
- width: 8.33333%;
- *width: 8.23333%; } }
-
- @media (min-width: 992px) {
- .col-md-12 {
- width: 100%;
- *width: 99.9%; }
- .col-md-11 {
- width: 91.66667%;
- *width: 91.56667%; }
- .col-md-10 {
- width: 83.33333%;
- *width: 83.23333%; }
- .col-md-9 {
- width: 75%;
- *width: 74.9%; }
- .col-md-8 {
- width: 66.66667%;
- *width: 66.56667%; }
- .col-md-7 {
- width: 58.33333%;
- *width: 58.23333%; }
- .col-md-6 {
- width: 50%;
- *width: 49.9%; }
- .col-md-5 {
- width: 41.66667%;
- *width: 41.56667%; }
- .col-md-4 {
- width: 33.33333%;
- *width: 33.23333%; }
- .col-md-3 {
- width: 25%;
- *width: 24.9%; }
- .col-md-2 {
- width: 16.66667%;
- *width: 16.56667%; }
- .col-md-1 {
- width: 8.33333%;
- *width: 8.23333%; } }
-
- @media (min-width: 1200px) {
- .col-lg-12 {
- width: 100%;
- *width: 99.9%; }
- .col-lg-11 {
- width: 91.66667%;
- *width: 91.56667%; }
- .col-lg-10 {
- width: 83.33333%;
- *width: 83.23333%; }
- .col-lg-9 {
- width: 75%;
- *width: 74.9%; }
- .col-lg-8 {
- width: 66.66667%;
- *width: 66.56667%; }
- .col-lg-7 {
- width: 58.33333%;
- *width: 58.23333%; }
- .col-lg-6 {
- width: 50%;
- *width: 49.9%; }
- .col-lg-5 {
- width: 41.66667%;
- *width: 41.56667%; }
- .col-lg-4 {
- width: 33.33333%;
- *width: 33.23333%; }
- .col-lg-3 {
- width: 25%;
- *width: 24.9%; }
- .col-lg-2 {
- width: 16.66667%;
- *width: 16.56667%; }
- .col-lg-1 {
- width: 8.33333%;
- *width: 8.23333%; } }
-
- @media (min-width: 1600px) {
- .col-xlg-12 {
- width: 100%;
- *width: 99.9%; }
- .col-xlg-11 {
- width: 91.66667%;
- *width: 91.56667%; }
- .col-xlg-10 {
- width: 83.33333%;
- *width: 83.23333%; }
- .col-xlg-9 {
- width: 75%;
- *width: 74.9%; }
- .col-xlg-8 {
- width: 66.66667%;
- *width: 66.56667%; }
- .col-xlg-7 {
- width: 58.33333%;
- *width: 58.23333%; }
- .col-xlg-6 {
- width: 50%;
- *width: 49.9%; }
- .col-xlg-5 {
- width: 41.66667%;
- *width: 41.56667%; }
- .col-xlg-4 {
- width: 33.33333%;
- *width: 33.23333%; }
- .col-xlg-3 {
- width: 25%;
- *width: 24.9%; }
- .col-xlg-2 {
- width: 16.66667%;
- *width: 16.56667%; }
- .col-xlg-1 {
- width: 8.33333%;
- *width: 8.23333%; } }
-
- .col-auto {
- -ms-flex: 1 0 auto;
- -webkit-box-flex: 1;
- flex: 1 0 0px;
- width: auto; }
-
- @media (min-width: 576px) {
- .col-xs-auto {
- -ms-flex: 1 0 auto;
- -webkit-box-flex: 1;
- flex: 1 0 0px;
- width: auto; } }
-
- @media (min-width: 768px) {
- .col-sm-auto {
- -ms-flex: 1 0 auto;
- -webkit-box-flex: 1;
- flex: 1 0 0px;
- width: auto; } }
-
- @media (min-width: 992px) {
- .col-md-auto {
- -ms-flex: 1 0 auto;
- -webkit-box-flex: 1;
- flex: 1 0 0px;
- width: auto; } }
-
- @media (min-width: 1200px) {
- .col-lg-auto {
- -ms-flex: 1 0 auto;
- -webkit-box-flex: 1;
- flex: 1 0 0px;
- width: auto; } }
-
- @media (min-width: 1600px) {
- .col-xlg-auto {
- -ms-flex: 1 0 auto;
- -webkit-box-flex: 1;
- flex: 1 0 0px;
- width: auto; } }
-
- .order-12 {
- -ms-flex-order: 12;
- -webkit-box-ordinal-group: 13;
- order: 12; }
-
- .order-11 {
- -ms-flex-order: 11;
- -webkit-box-ordinal-group: 12;
- order: 11; }
-
- .order-10 {
- -ms-flex-order: 10;
- -webkit-box-ordinal-group: 11;
- order: 10; }
-
- .order-9 {
- -ms-flex-order: 9;
- -webkit-box-ordinal-group: 10;
- order: 9; }
-
- .order-8 {
- -ms-flex-order: 8;
- -webkit-box-ordinal-group: 9;
- order: 8; }
-
- .order-7 {
- -ms-flex-order: 7;
- -webkit-box-ordinal-group: 8;
- order: 7; }
-
- .order-6 {
- -ms-flex-order: 6;
- -webkit-box-ordinal-group: 7;
- order: 6; }
-
- .order-5 {
- -ms-flex-order: 5;
- -webkit-box-ordinal-group: 6;
- order: 5; }
-
- .order-4 {
- -ms-flex-order: 4;
- -webkit-box-ordinal-group: 5;
- order: 4; }
-
- .order-3 {
- -ms-flex-order: 3;
- -webkit-box-ordinal-group: 4;
- order: 3; }
-
- .order-2 {
- -ms-flex-order: 2;
- -webkit-box-ordinal-group: 3;
- order: 2; }
-
- .order-1 {
- -ms-flex-order: 1;
- -webkit-box-ordinal-group: 2;
- order: 1; }
-
- .order-0 {
- -ms-flex-order: 0;
- -webkit-box-ordinal-group: 1;
- order: 0; }
-
- @media only screen and (min-width: 576px) {
- .order-12-xs {
- -ms-flex-order: 12;
- -webkit-box-ordinal-group: 13;
- order: 12; }
- .order-11-xs {
- -ms-flex-order: 11;
- -webkit-box-ordinal-group: 12;
- order: 11; }
- .order-10-xs {
- -ms-flex-order: 10;
- -webkit-box-ordinal-group: 11;
- order: 10; }
- .order-9-xs {
- -ms-flex-order: 9;
- -webkit-box-ordinal-group: 10;
- order: 9; }
- .order-8-xs {
- -ms-flex-order: 8;
- -webkit-box-ordinal-group: 9;
- order: 8; }
- .order-7-xs {
- -ms-flex-order: 7;
- -webkit-box-ordinal-group: 8;
- order: 7; }
- .order-6-xs {
- -ms-flex-order: 6;
- -webkit-box-ordinal-group: 7;
- order: 6; }
- .order-5-xs {
- -ms-flex-order: 5;
- -webkit-box-ordinal-group: 6;
- order: 5; }
- .order-4-xs {
- -ms-flex-order: 4;
- -webkit-box-ordinal-group: 5;
- order: 4; }
- .order-3-xs {
- -ms-flex-order: 3;
- -webkit-box-ordinal-group: 4;
- order: 3; }
- .order-2-xs {
- -ms-flex-order: 2;
- -webkit-box-ordinal-group: 3;
- order: 2; }
- .order-1-xs {
- -ms-flex-order: 1;
- -webkit-box-ordinal-group: 2;
- order: 1; }
- .order-0-xs {
- -ms-flex-order: 0;
- -webkit-box-ordinal-group: 1;
- order: 0; } }
-
- @media only screen and (min-width: 768px) {
- .order-12-sm {
- -ms-flex-order: 12;
- -webkit-box-ordinal-group: 13;
- order: 12; }
- .order-11-sm {
- -ms-flex-order: 11;
- -webkit-box-ordinal-group: 12;
- order: 11; }
- .order-10-sm {
- -ms-flex-order: 10;
- -webkit-box-ordinal-group: 11;
- order: 10; }
- .order-9-sm {
- -ms-flex-order: 9;
- -webkit-box-ordinal-group: 10;
- order: 9; }
- .order-8-sm {
- -ms-flex-order: 8;
- -webkit-box-ordinal-group: 9;
- order: 8; }
- .order-7-sm {
- -ms-flex-order: 7;
- -webkit-box-ordinal-group: 8;
- order: 7; }
- .order-6-sm {
- -ms-flex-order: 6;
- -webkit-box-ordinal-group: 7;
- order: 6; }
- .order-5-sm {
- -ms-flex-order: 5;
- -webkit-box-ordinal-group: 6;
- order: 5; }
- .order-4-sm {
- -ms-flex-order: 4;
- -webkit-box-ordinal-group: 5;
- order: 4; }
- .order-3-sm {
- -ms-flex-order: 3;
- -webkit-box-ordinal-group: 4;
- order: 3; }
- .order-2-sm {
- -ms-flex-order: 2;
- -webkit-box-ordinal-group: 3;
- order: 2; }
- .order-1-sm {
- -ms-flex-order: 1;
- -webkit-box-ordinal-group: 2;
- order: 1; }
- .order-0-sm {
- -ms-flex-order: 0;
- -webkit-box-ordinal-group: 1;
- order: 0; } }
-
- @media only screen and (min-width: 992px) {
- .order-12-md {
- -ms-flex-order: 12;
- -webkit-box-ordinal-group: 13;
- order: 12; }
- .order-11-md {
- -ms-flex-order: 11;
- -webkit-box-ordinal-group: 12;
- order: 11; }
- .order-10-md {
- -ms-flex-order: 10;
- -webkit-box-ordinal-group: 11;
- order: 10; }
- .order-9-md {
- -ms-flex-order: 9;
- -webkit-box-ordinal-group: 10;
- order: 9; }
- .order-8-md {
- -ms-flex-order: 8;
- -webkit-box-ordinal-group: 9;
- order: 8; }
- .order-7-md {
- -ms-flex-order: 7;
- -webkit-box-ordinal-group: 8;
- order: 7; }
- .order-6-md {
- -ms-flex-order: 6;
- -webkit-box-ordinal-group: 7;
- order: 6; }
- .order-5-md {
- -ms-flex-order: 5;
- -webkit-box-ordinal-group: 6;
- order: 5; }
- .order-4-md {
- -ms-flex-order: 4;
- -webkit-box-ordinal-group: 5;
- order: 4; }
- .order-3-md {
- -ms-flex-order: 3;
- -webkit-box-ordinal-group: 4;
- order: 3; }
- .order-2-md {
- -ms-flex-order: 2;
- -webkit-box-ordinal-group: 3;
- order: 2; }
- .order-1-md {
- -ms-flex-order: 1;
- -webkit-box-ordinal-group: 2;
- order: 1; }
- .order-0-md {
- -ms-flex-order: 0;
- -webkit-box-ordinal-group: 1;
- order: 0; } }
-
- @media only screen and (min-width: 1200px) {
- .order-12-lg {
- -ms-flex-order: 12;
- -webkit-box-ordinal-group: 13;
- order: 12; }
- .order-11-lg {
- -ms-flex-order: 11;
- -webkit-box-ordinal-group: 12;
- order: 11; }
- .order-10-lg {
- -ms-flex-order: 10;
- -webkit-box-ordinal-group: 11;
- order: 10; }
- .order-9-lg {
- -ms-flex-order: 9;
- -webkit-box-ordinal-group: 10;
- order: 9; }
- .order-8-lg {
- -ms-flex-order: 8;
- -webkit-box-ordinal-group: 9;
- order: 8; }
- .order-7-lg {
- -ms-flex-order: 7;
- -webkit-box-ordinal-group: 8;
- order: 7; }
- .order-6-lg {
- -ms-flex-order: 6;
- -webkit-box-ordinal-group: 7;
- order: 6; }
- .order-5-lg {
- -ms-flex-order: 5;
- -webkit-box-ordinal-group: 6;
- order: 5; }
- .order-4-lg {
- -ms-flex-order: 4;
- -webkit-box-ordinal-group: 5;
- order: 4; }
- .order-3-lg {
- -ms-flex-order: 3;
- -webkit-box-ordinal-group: 4;
- order: 3; }
- .order-2-lg {
- -ms-flex-order: 2;
- -webkit-box-ordinal-group: 3;
- order: 2; }
- .order-1-lg {
- -ms-flex-order: 1;
- -webkit-box-ordinal-group: 2;
- order: 1; }
- .order-0-lg {
- -ms-flex-order: 0;
- -webkit-box-ordinal-group: 1;
- order: 0; } }
-
- @media only screen and (min-width: 1600px) {
- .order-12-xlg {
- -ms-flex-order: 12;
- -webkit-box-ordinal-group: 13;
- order: 12; }
- .order-11-xlg {
- -ms-flex-order: 11;
- -webkit-box-ordinal-group: 12;
- order: 11; }
- .order-10-xlg {
- -ms-flex-order: 10;
- -webkit-box-ordinal-group: 11;
- order: 10; }
- .order-9-xlg {
- -ms-flex-order: 9;
- -webkit-box-ordinal-group: 10;
- order: 9; }
- .order-8-xlg {
- -ms-flex-order: 8;
- -webkit-box-ordinal-group: 9;
- order: 8; }
- .order-7-xlg {
- -ms-flex-order: 7;
- -webkit-box-ordinal-group: 8;
- order: 7; }
- .order-6-xlg {
- -ms-flex-order: 6;
- -webkit-box-ordinal-group: 7;
- order: 6; }
- .order-5-xlg {
- -ms-flex-order: 5;
- -webkit-box-ordinal-group: 6;
- order: 5; }
- .order-4-xlg {
- -ms-flex-order: 4;
- -webkit-box-ordinal-group: 5;
- order: 4; }
- .order-3-xlg {
- -ms-flex-order: 3;
- -webkit-box-ordinal-group: 4;
- order: 3; }
- .order-2-xlg {
- -ms-flex-order: 2;
- -webkit-box-ordinal-group: 3;
- order: 2; }
- .order-1-xlg {
- -ms-flex-order: 1;
- -webkit-box-ordinal-group: 2;
- order: 1; }
- .order-0-xlg {
- -ms-flex-order: 0;
- -webkit-box-ordinal-group: 1;
- order: 0; } }
-
- .wrap {
- -ms-flex-wrap: wrap;
- flex-wrap: wrap; }
-
- .no-wrap {
- -ms-flex-wrap: nowrap;
- flex-wrap: nowrap; }
- .no-wrap [class^="col-"] {
- -ms-flex-negative: 1;
- flex-shrink: 1; }
-
- .wrap-reverse {
- -ms-flex-wrap: wrap-reverse;
- flex-wrap: wrap-reverse; }
-
- .direction-row {
- -ms-flex-direction: row;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- flex-direction: row; }
-
- .direction-row-reverse {
- -ms-flex-direction: row-reverse;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: reverse;
- flex-direction: row-reverse; }
-
- .direction-column {
- -ms-flex-direction: column;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column; }
-
- .direction-column-reverse {
- -ms-flex-direction: column-reverse;
- -webkit-box-orient: vertical;
- -webkit-box-direction: reverse;
- flex-direction: column-reverse; }
-
- .align-start {
- -ms-flex-align: start;
- -webkit-box-align: start;
- align-items: flex-start; }
-
- .align-end {
- -ms-flex-align: end;
- -webkit-box-align: end;
- align-items: flex-end; }
- .align-end [class^="col-"] {
- vertical-align: bottom; }
-
- .align-center {
- -ms-flex-align: center;
- -webkit-box-align: center;
- align-items: center; }
- .align-center [class^="col-"] {
- vertical-align: middle; }
-
- .align-baseline {
- -ms-flex-align: baseline;
- -webkit-box-align: baseline;
- align-items: baseline; }
-
- .align-content-start {
- -ms-flex-line-pack: start;
- align-content: flex-start; }
-
- .align-content-end {
- -ms-flex-line-pack: end;
- align-content: flex-end; }
- .align-content-end [class^="col-"] {
- vertical-align: bottom; }
-
- .align-content-center {
- -ms-flex-line-pack: center;
- align-content: center; }
-
- .align-content-space-between {
- -ms-flex-line-pack: justify;
- align-content: space-between; }
-
- .align-content-space-around {
- -ms-flex-line-pack: distribute;
- align-content: space-around; }
-
- .align-self-stretch {
- -ms-flex-item-align: stretch;
- -webkit-align-self: stretch;
- align-self: stretch; }
-
- .align-self-start {
- -ms-flex-item-align: start;
- -webkit-align-self: flex-start;
- align-self: flex-start; }
-
- .align-self-end {
- -ms-flex-item-align: end;
- -webkit-align-self: flex-end;
- align-self: flex-end;
- vertical-align: bottom; }
-
- .align-self-center {
- -ms-flex-item-align: center;
- -webkit-align-self: center;
- align-self: center;
- vertical-align: middle; }
-
- .align-self-baseline {
- -ms-flex-item-align: baseline;
- -webkit-align-self: baseline;
- align-self: baseline;
- vertical-align: baseline; }
-
- .justify-start {
- -ms-flex-pack: start;
- -webkit-box-pack: start;
- justify-content: flex-start; }
- .justify-start.grid {
- text-align: left; }
-
- .justify-end {
- -ms-flex-pack: end;
- -webkit-box-pack: end;
- justify-content: flex-end; }
- .justify-end.grid {
- text-align: right;
- text-align-last: right; }
- .justify-end.grid [class^="col-"] {
- text-align: left;
- text-align: start;
- text-align-last: left;
- text-align-last: start; }
-
- .justify-center {
- -ms-flex-pack: center;
- -webkit-box-pack: center;
- justify-content: center; }
- .justify-center.grid {
- text-align: center;
- text-align-last: center; }
- .justify-center.grid [class^="col-"] {
- text-align: left;
- text-align: start;
- text-align-last: left;
- text-align-last: start; }
-
- .justify-space-between {
- -ms-flex-pack: justify;
- -webkit-box-pack: justify;
- justify-content: space-between; }
- .justify-space-between.grid {
- text-align: justify;
- text-align-last: justify; }
- .justify-space-between.grid [class^="col-"] {
- text-align: left;
- text-align: start;
- text-align-last: left;
- text-align-last: start; }
-
- .justify-space-around {
- -ms-flex-pack: distribute;
- justify-content: space-around; }
- .justify-space-around.grid {
- text-align: justify;
- text-align-last: justify; }
- .justify-space-around.grid [class^="col-"] {
- text-align: left;
- text-align: start;
- text-align-last: left;
- text-align-last: start; }
-
- .grid-bleed [class*="col-"] {
- padding: 0; }
-
- .col-grid {
- display: -ms-flexbox;
- display: -webkit-box;
- display: flex;
- -ms-flex-direction: column;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- flex-direction: column; }
- .col-grid.direction-row {
- -ms-flex-direction: row;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- flex-direction: row; }
-
- .col-bleed {
- padding: 0; }
-
- .col-bleed-x {
- padding: 15px 0; }
-
- .col-bleed-y {
- padding: 0 15px; }
-
- .flex-img {
- display: block;
- -ms-flex: 0 0 auto;
- -webkit-box-flex: 0;
- flex: 0 0 auto;
- max-width: 100%;
- height: auto;
- width: 100%;
- *width: auto; }
-
- .flex-footer {
- width: 100%;
- margin-top: auto;
- margin-bottom: 0; }
- .flex-footer > :last-child {
- margin-bottom: 0; }
-
- @media (max-width: 575px) {
- .hidden-xxs {
- display: none; } }
-
- @media (min-width: 576px) and (max-width: 767px) {
- .hidden-xs {
- display: none; } }
-
- @media (min-width: 768px) and (max-width: 991px) {
- .hidden-sm {
- display: none; } }
-
- @media (min-width: 992px) and (max-width: 1199px) {
- .hidden-md {
- display: none; } }
-
- @media (min-width: 1200px) {
- .hidden-lg {
- display: none; } }
-
- /**
- * base
- *
- *
- * @author Björn Hase
- *
- */
- html {
- font-size: 100%; }
-
- body,
- html {
- height: 100%; }
-
- html,
- legend {
- -webkit-box-sizing: border-box;
- box-sizing: border-box; }
-
- *,
- *::after,
- *::before {
- -webkit-box-sizing: inherit;
- box-sizing: inherit; }
-
- img {
- width: 100%; }
-
- table {
- border-collapse: collapse;
- border-spacing: 0; }
-
- p {
- margin: 0 0 1.25em 0; }
-
- a,
- ins,
- u {
- -webkit-text-decoration-skip: ink edges;
- text-decoration-skip: ink edges; }
-
- a {
- color: #f0c209; }
- a:hover {
- color: #363636; }
- a:focus {
- outline: none; }
-
- abbr[title] {
- border-bottom: 1px dotted;
- cursor: help;
- text-decoration: none; }
-
- mark {
- padding: 0.625em; }
-
- blockquote {
- border-left: 1px solid #363636;
- margin-left: 0;
- padding: 0.625em 1.25em; }
- blockquote p:last-child {
- margin-bottom: 0; }
-
- ul, ol, dl {
- padding: 0;
- margin: 0.625em 0 1.25em 0.625em; }
-
- ol {
- list-style: decimal inside; }
-
- ul {
- list-style: disc inside; }
-
- dd, dt {
- margin: 0; }
-
- dt {
- font-weight: bold; }
-
- hr {
- border: 0;
- border-top: 1px solid #363636; }
-
- body {
- font-family: Arial, Helvetica, Neue Helvetica, sans-serif;
- font-weight: normal;
- font-size: 100%;
- line-height: 1.618;
- color: #363636;
- background-color: #ffffff;
- direction: ltr;
- font-size: 16px;
- font-size: 1rem; }
-
- /**
- * button
- *
- *
- * @author Björn Hase
- *
- */
- /**
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * heading
- *
- * create classes for heading similar to there name,
- * run map for sizes on each heading
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * icon
- *
- * use svg as icon
- *
- * <svg class="icon" viewBox="0 0 100 100">
- * <use src="#"></use>
- * </svg>
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * add modificators for icons as fill from map
- *
- *
- * @param {map} $colors
- *
- */
- /**
- * add color as fill
- *
- *
- * @param {color} $color
- *
- */
- /**
- * adding sizes for icons from map
- *
- *
- * @param {map} $sizes
- *
- */
- /**
- * add size for icon as width and height
- *
- *
- * @param {px} $size
- *
- */
- /**
- * table
- *
- * <table class="table table--striped">
- * <thead>
- * <tr>
- * <th>name</th>
- * <th>age</th>
- * </tr>
- * </thead>
- * <tbody>
- * <tr>
- * <td>The Shawshank Redemption</td>
- * <td>12</td>
- * </tr>
- * </tbody>
- * </table>
- *
- * @author Björn Hase
- *
- */
- /**
- * align
- *
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * background-color
- *
- * modificators for text-color
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * margin
- *
- *
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * text-colors
- *
- * modificators for text-color
- *
- *
- * @author Björn Hase
- *
- */
- /**
- * visibilty
- *
- *
- * @author Björn Hase
- *
- */
- .button {
- position: relative;
- display: inline-block;
- text-decoration: none;
- vertical-align: middle;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- padding: 0.625em 1.5625em;
- border: 0;
- font-size: 16px;
- font-size: 1rem;
- color: #ffffff;
- background-color: #f0c209; }
- .button--wide {
- width: 100%; }
- .button--up, .button--down {
- position: fixed;
- bottom: 0;
- margin: 1.25em;
- padding: 0.5em 0.8125em; }
- .button--down {
- bottom: 0; }
- .button--up {
- bottom: 0; }
- .button:hover {
- cursor: pointer;
- text-decoration: none; }
- .button:focus {
- outline: none; }
- .button--small {
- font-size: 14px;
- font-size: 0.875rem; }
- .button--large {
- font-size: 28px;
- font-size: 1.75rem; }
- .button:hover {
- color: #ffffff;
- background-color: #bf9a07; }
- .button--secondary {
- color: #ffffff;
- background-color: #b3b2af; }
- .button--secondary:hover {
- color: #ffffff;
- background-color: #9a9995; }
- .button--success {
- color: #ffffff;
- background-color: #5cb85c; }
- .button--success:hover {
- color: #ffffff;
- background-color: #449d44; }
- .button--warning {
- color: #ffffff;
- background-color: #f0ad4e; }
- .button--warning:hover {
- color: #ffffff;
- background-color: #ec971f; }
- .button--danger {
- color: #ffffff;
- background-color: #d9534f; }
- .button--danger:hover {
- color: #ffffff;
- background-color: #c9302c; }
- .button--info {
- color: #ffffff;
- background-color: #0090d4; }
- .button--info:hover {
- color: #ffffff;
- background-color: #006da1; }
-
- /**
- * grouping buttons
- *
- *
- */
- .button-group .button {
- float: left; }
-
- .button-group::before, .button-group::after {
- display: table;
- content: ' '; }
-
- .button-group::after {
- clear: both; }
-
- h1, .h1,
- h2, .h2,
- h3, .h3,
- h4, .h4,
- h5, .h5,
- h6, .h6 {
- font-family: Arial, Helvetica, Neue Helvetica, sans-serif;
- font-weight: bold;
- line-height: 1.618;
- margin: 0 0 0.3125em; }
-
- h1, .h1 {
- font-size: 40px;
- font-size: 2.5rem; }
-
- h2, .h2 {
- font-size: 36px;
- font-size: 2.25rem; }
-
- h3, .h3 {
- font-size: 32px;
- font-size: 2rem; }
-
- h4, .h4 {
- font-size: 28px;
- font-size: 1.75rem; }
-
- h5, .h5 {
- font-size: 24px;
- font-size: 1.5rem; }
-
- h6, .h6 {
- font-size: 20px;
- font-size: 1.25rem; }
-
- .table {
- width: 100%; }
- .table--striped tr:nth-child(even) {
- background-color: whitesmoke; }
- .table td {
- color: #363636; }
- .table td,
- .table th {
- padding: 0.625em 0.5em;
- text-align: left;
- border-bottom: 1px solid #9c9c9c; }
- .table th {
- border-bottom-width: 2px; }
-
- code {
- font-family: monospace, monospace;
- font-size: 1em;
- white-space: pre;
- display: block;
- overflow-y: hidden;
- overflow-x: auto;
- padding: 10px 20px;
- border: 1px solid #d4d4d4;
- background-color: #f9f9f9;
- margin: 0 0 1.25em; }
-
- .text-left {
- text-align: left; }
-
- .text-right {
- text-align: right; }
-
- .text-center {
- text-align: center; }
-
- .text-justify {
- text-align: justify; }
-
- .float-left {
- float: left; }
-
- .float-right {
- float: right; }
-
- .float-none {
- float: none; }
-
- .centered {
- margin-left: auto;
- margin-right: auto; }
-
- .clearfix::before, .clearfix::after {
- display: table;
- content: ' '; }
-
- .clearfix::after {
- clear: both; }
-
- .margin-top-0x {
- margin-top: 0; }
-
- .margin-top-1x {
- margin-top: 1.25em; }
-
- .margin-top-2x {
- margin-top: 2.5em; }
-
- .margin-top-3x {
- margin-top: 3.75em; }
-
- .margin-bottom-0x {
- margin-bottom: 0; }
-
- .margin-bottom-1x {
- margin-bottom: 1.25em; }
-
- .margin-bottom-2x {
- margin-bottom: 2.5em; }
-
- .margin-bottom-3x {
- margin-bottom: 3.75em; }
-
- .background-primary {
- background-color: #f0c209; }
-
- .background-secondary {
- background-color: #b3b2af; }
-
- .background-success {
- background-color: #5cb85c; }
-
- .background-warning {
- background-color: #f0ad4e; }
-
- .background-danger {
- background-color: #d9534f; }
-
- .background-info {
- background-color: #0090d4; }
-
- /*# sourceMappingURL=data:application/json;base64,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
|