@charset "UTF-8";
/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    Import
    Authors
    Datum

*****************************************************************************/
/*
base.scss

Includes aller nötigen SCSS-Dateien

Styleguide 100
*/
/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    variables
    Authors
    Datum

*****************************************************************************/
/**
 * font-size
 */
/**
 * font-families
 */
/**
 * font-weight
 */
/**
 * color
 */
/**
 * measures
 */
/**
 * breakpoints
 */
/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    font-face
    Notes       Get your stuff together: https://google-webfonts-helper.herokuapp.com/fonts

*****************************************************************************/
/* rubik-regular - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/rubik-v12-latin-regular.woff2) format("woff2"), url(../fonts/rubik-v12-latin-regular.woff) format("woff");
}
/* rubik-300 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/rubik-v12-latin-300.woff2) format("woff2"), url(../fonts/rubik-v12-latin-300.woff) format("woff");
}
/* rubik-800 - latin */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/rubik-v12-latin-800.woff2) format("woff2"), url(../fonts/rubik-v12-latin-800.woff) format("woff");
}
/* rubik-italic - latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/rubik-v12-latin-italic.woff2) format("woff2"), url(../fonts/rubik-v12-latin-italic.woff) format("woff");
}
/* rubik-300italic - latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 300;
  src: url(../fonts/rubik-v12-latin-300italic.woff2) format("woff2"), url(../fonts/rubik-v12-latin-300italic.woff) format("woff");
}
/* rubik-800italic - latin */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 800;
  src: url(../fonts/rubik-v12-latin-800italic.woff2) format("woff2"), url(../fonts/rubik-v12-latin-800italic.woff) format("woff");
}
/* **************************************************************************
 *	MEDIA MOTION AG															*
 ****************************************************************************

	Funktion	css reset
	Authors		contao

*****************************************************************************/
body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea {
  margin: 0;
  padding: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
  text-align: start;
  vertical-align: top;
}

abbr, acronym {
  font-variant: normal;
  border-bottom: 1px dotted #666;
  cursor: help;
}

blockquote, q {
  quotes: none;
}

fieldset, img, iframe {
  border: 0;
}

ul {
  list-style-type: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

header, footer, nav, section, aside, article, figure, figcaption {
  display: block;
}

body {
  font: 12px/1 "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #000;
}

input, button, textarea, select {
  font-family: inherit;
  font-size: 99%;
  font-weight: inherit;
}

pre, code {
  font-family: Monaco, monospace;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
}

h1 {
  font-size: 1.8333em;
}

h2 {
  font-size: 1.6667em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.3333em;
}

table {
  font-size: inherit;
}

caption, th {
  font-weight: 700;
}

a {
  color: #00f;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1em;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, table, ol, ul, form {
  margin-bottom: 12px;
}

/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    mixin selection
    Authors

*****************************************************************************/
/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    mixin clearfix
    Authors

*****************************************************************************/
/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    mixins media queries
    Authors
    Datum

*****************************************************************************/
/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    mixin media helper
    Authors

*****************************************************************************/
/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion    main css. HTML elements and basic structure
    Authors
    Datum

*****************************************************************************/
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media screen\9  {
  html {
    font-size: 10px;
  }
}
@media screen\0  {
  html {
    font-size: 10px;
  }
}

body {
  color: #000000;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

strong {
  font-weight: bolder;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
table,
ol,
ul,
form {
  margin-bottom: 2rem;
}

q {
  quotes: "«" "»" "‹" "›";
}

input:focus,
textarea:focus,
select:focus {
  outline: 1px solid #000000;
  outline-offset: -1px;
}

hr {
  height: 1px;
  border: 1px solid #000000;
  border: 1px solid var(--color);
  border-width: 1px 0 0;
}

img,
svg,
iframe {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

[style*=inline-block] {
  vertical-align: middle;
}

table {
  width: 100%;
  font-size: inherit;
}

::-moz-selection {
  text-shadow: none;
  color: #ffffff;
  color: var(--selection-color);
  background: rgba(0, 0, 0, 0.3);
  color: var(--selection-bg);
}

::selection {
  text-shadow: none;
  color: #ffffff;
  color: var(--selection-color);
  background: rgba(0, 0, 0, 0.3);
  color: var(--selection-bg);
}

/**
 * base structure
 */
.main-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main-wrapper__header, .main-wrapper__footer {
  flex: 0 0 auto;
}
.main-wrapper__main {
  flex: 1 0 auto;
}

.base-width {
  width: 98%;
  width: calc(100% - 2 * 4rem);
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}
.base-width__full-width {
  max-width: none;
  width: auto;
}

/* **************************************************************************
 *  MEDIA MOTION AG                                                         *
 ****************************************************************************

    Funktion      radial-slider bem module

*****************************************************************************/
/*
.radial-slider

Styleguide classes.radial-slider
*/
.radial-slider {
  width: 100%;
  height: 80vh;
  padding: 10rem 0;
  transition: transform 0.6s;
  transition-timing-function: ease-out;
  transform: translateX(0);
}
.radial-slider-wrapper {
  overflow: hidden;
  position: relative;
}
.radial-slider__slide {
  pointer-events: all;
}
.radial-slider__slide-outer {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.radial-slider__slide-outer {
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.radial-slider__slide-outer, .radial-slider__slide-outer ~ * {
  z-index: 10;
}
.radial-slider__slide-outer:hover, .radial-slider__slide-outer--hover {
  z-index: 20;
}
.radial-slider__slide-outer--in-view {
  opacity: 1;
}
.radial-slider__slide-inner > img {
  border: 1px solid black;
  transform: scale(1);
  transform-origin: 50% 100%;
  transition: transform 0.3s;
}
.radial-slider__slide-outer--in-view-angle .radial-slider__slide-inner > img {
  transform: scale(1.1);
}
.radial-slider--bumped-left, .radial-slider--bumped-right {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.37, 0.92, 0.93, 1.6);
}
.radial-slider--bumped-left {
  transform: translateX(1em);
}
.radial-slider--bumped-right {
  transform: translateX(-1em);
}

@keyframes radialSliderBumpedLeft {}

/*# sourceMappingURL=main.css.map*/