/*! modern-normalize v0.6.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/
/**
Add the correct height in Firefox.
*/
hr {
  height: 0;
}

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
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;
}

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
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;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
[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 in Chrome and Safari on macOS.
*/
[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 Chrome and Safari.
*/
summary {
  display: list-item;
}

#__bs_notify__ {
  font-size: 1em !important;
  color: transparent !important;
  opacity: .75;
  height: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 1.5em;
  padding: 0 !important;
  top: .5em !important;
  right: .5em !important;
  background-color: #7abc15 !important;
  border-radius: 50% !important;
  overflow: hidden;
}

#__bs_notify__:after {
  content: 'BS';
  position: absolute;
  color: #fff;
  top: .1em;
  left: .25em;
  font-size: .8em;
}

body {
  min-width: 320px;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

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

a {
  color: inherit;
}

p,
ul,
li {
  line-height: 1.5em;
}

input,
textarea,
button {
  font-family: inherit;
}

.inner {
  max-width: 106em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

.inner-small {
  max-width: 35em;
}

[v-show],
[v-if] {
  display: none;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #000;
  background-image: -o-linear-gradient(150deg, #3e4c53 10%, #000 70%);
  background-image: linear-gradient(300deg, #3e4c53 10%, #000 70%);
}

.accent1,
.accent2 {
  background-image: -o-linear-gradient(150deg, #63a5e4 10%, #2a4493 70%);
  background-image: linear-gradient(300deg, #63a5e4 10%, #2a4493 70%);
}

.accent1 .mainheadline-wrapper,
.accent2 .mainheadline-wrapper {
  border-bottom-color: #fff;
}

.accent1 .mainheadline-wrapper h1,
.accent2 .mainheadline-wrapper h1 {
  border-bottom-color: #fff;
}

.accent1 .content-block,
.accent2 .content-block {
  background-color: #000;
}

.accent1 .grid td,
.accent2 .grid td {
  color: #363636;
  border-bottom-color: #000;
  background-color: #fff;
}

.accent1 .grid td.toggler,
.accent2 .grid td.toggler {
  background-color: transparent;
}

.accent1 .grid td .toggler-inner,
.accent2 .grid td .toggler-inner {
  background-color: transparent;
}

.accent1 .grid td.visually-hide,
.accent2 .grid td.visually-hide {
  background-color: transparent;
  border-right: 0;
}

.accent1 .grid .hidden-on-load td,
.accent2 .grid .hidden-on-load td {
  background-color: transparent;
}

.accent1 .button,
.accent2 .button {
  color: #fff;
  background-color: #3764ae;
}

.accent1 .button.secondary,
.accent2 .button.secondary {
  background-color: #666666;
}

.accent1 h2 input,
.accent2 h2 input {
  color: #363636;
}

.accent2 {
  background-image: -o-linear-gradient(150deg, #cdd100 10%, #dec200 70%);
  background-image: linear-gradient(300deg, #cdd100 10%, #dec200 70%);
}

main {
  background-repeat: no-repeat;
  background-position: right bottom;
}

main.background {
  background-image: url("../src/img/ConvenienceStore01.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 619px) {
  main.background > .inner {
    padding: 0;
  }
}

main .head {
  margin-bottom: 3em;
}

.inside-app {
  padding: 11em 0 6em 0;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  padding: 1em 0 .5em;
  z-index: 6;
  position: absolute;
  width: 100%;
}

header:after {
  content: '';
  display: block;
  clear: both;
}

header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 960px) {
  header {
    padding: 0 0 .5em;
  }
}

header h1 {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin: 0;
}

.logo {
  float: left;
  max-width: 50%;
  position: relative;
  width: 5em;
  margin-top: -.2em;
  margin-right: 1em;
}

@media (min-width: 960px) {
  .logo {
    width: 9em;
  }
}

.logo:before, .logo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  border-radius: .5em;
}

.logo:after {
  border-radius: 0;
  height: 105%;
  left: -.5em;
  top: -.7em;
  z-index: 1;
  width: 115%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (min-width: 960px) {
  .logo:after {
    top: -1.2em;
  }
}

.logo .logo-small {
  padding: .75em;
  margin-top: -2.5em;
}

@media (min-width: 960px) {
  .logo .logo-small {
    display: none;
  }
}

@media (max-width: 959px) {
  .logo .logo-big {
    display: none;
  }
}

.logo img {
  position: relative;
  z-index: 2;
}

.nav-main {
  /*	@include brp(b3) {
		float:right;
		display: block !important;
		position: relative;
		top:1.2em;
	}*/
  display: none;
  position: absolute;
  width: 100%;
  clear: both;
  background-image: -o-linear-gradient(150deg, rgba(0, 0, 0, 0.95), rgba(62, 76, 83, 0.95));
  background-image: linear-gradient(300deg, rgba(0, 0, 0, 0.95), rgba(62, 76, 83, 0.95));
  left: 0;
  z-index: 3;
}

.nav-main img {
  width: 1.5em;
  height: 1.5em;
}

.nav-main .image-link {
  position: relative;
  top: -.25em;
}

.nav-main a {
  text-decoration: none;
  color: #fff;
  padding: 1em .5em .5em;
  display: inline-block;
  display: block;
  text-align: center;
  clear: both;
  padding: 1em .5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nav-main a:last-child {
  border-bottom: 0;
}

main h1 {
  color: #fff;
  text-align: center;
  margin: 2em 0 .5em;
}

.overlay-wrapper {
  position: absolute;
  width: 80%;
  left: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 25vh;
  z-index: 8;
  display: none;
}

.overlay-wrapper .overlay-bg {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: fixed;
  cursor: pointer;
}

.overlay {
  position: relative;
  z-index: 6;
  font-size: 1.2em;
  line-height: 1.4em;
  background-color: #f2f2f2;
  -webkit-box-shadow: 0.1em 0.1em 2em rgba(0, 0, 0, 0.5);
          box-shadow: 0.1em 0.1em 2em rgba(0, 0, 0, 0.5);
  color: #3764ae;
  max-width: 50em;
  margin: 0 auto;
  padding: 2em 2em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  font-weight: bold;
  border-radius: .5em;
  cursor: pointer;
}

@media (min-width: 620px) {
  .overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.overlay img {
  width: 30em;
  max-width: 10em;
}

@media (min-width: 620px) {
  .overlay img {
    margin-right: 2em;
  }
}

.overlay .image-container {
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

@media (min-width: 620px) {
  .overlay .image-container {
    padding-right: 5%;
  }
}

.intro-image {
  text-align: center;
  margin-bottom: -8em;
  position: relative;
  z-index: 2;
  border: .5em solid #6e6e6e;
  -webkit-box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
  min-width: 300px;
  max-width: 500px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.texts {
  line-height: 1.5em;
}

@media (min-width: 620px) {
  .texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2em;
  }
}

.texts .text {
  color: #fff;
  padding: 4%;
  overflow: hidden;
}

@media (min-width: 620px) {
  .texts .text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-top: 8em;
  }
}

.texts .text1 {
  background-color: rgba(55, 100, 174, 0.8);
}

@media (max-width: 619px) {
  .texts .text1 {
    padding-top: 8em;
  }
}

@media (min-width: 620px) {
  .texts .text1 {
    border-radius: 1em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.texts .text2 {
  background-color: rgba(55, 100, 174, 0.8);
}

@media (min-width: 620px) {
  .texts .text2 {
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.main-text {
  background-color: rgba(55, 100, 174, 0.8);
  padding: 4%;
  border-radius: 1em;
  color: #fff;
  line-height: 1.5em;
  padding-top: 10em;
  margin: 2em;
}

.button {
  display: inline-block;
  background-color: #f6d538;
  padding: .5em 1em;
  color: #000;
  border-radius: .3em;
  text-decoration: none;
}

footer {
  padding: 1em 0 0;
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: -5em;
  margin-bottom: 1.5em;
}

@media (min-width: 620px) {
  footer {
    text-align: right;
  }
}

footer a {
  text-decoration: none;
  color: #fff;
  padding: .5em;
  text-transform: uppercase;
}

h1,
h2 {
  text-transform: uppercase;
  font-weight: 900;
}

h1 span,
h2 span {
  font-weight: 300;
}

@media (min-width: 620px) {
  h1 {
    font-size: 3em;
  }
}

@media (min-width: 620px) {
  h2 {
    font-size: 2em;
  }
}

.nav-main-toggler {
  width: 2em;
  cursor: pointer;
  float: right;
  min-height: 1.85em;
  margin-top: 2em;
  position: relative;
  z-index: 5;
  margin-left: auto;
}

.nav-main-toggler .line:nth-child(2) {
  display: none;
}

.nav-opened .nav-main-toggler .line:nth-child(3) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
      -ms-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}

.nav-opened .nav-main-toggler .line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
      -ms-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}

.nav-main-toggler .line {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  height: 3px;
  margin-bottom: 7px;
  background-color: #fff;
}

.privacy-policy a, .legal a {
  word-break: break-all;
}

.dashboard-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 60em;
  margin: 0 auto;
}

.dashboard-items .item-wrapper {
  text-align: center;
  margin-bottom: 2em;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media (min-width: 620px) {
  .dashboard-items .item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

@media (min-width: 960px) {
  .dashboard-items .item-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}

.dashboard-items .todo-indicator {
  text-transform: uppercase;
}

.dashboard-items .todo-indicator img {
  width: 1em;
  height: 1em;
  margin-right: .2em;
  position: relative;
  top: -.1em;
}

.dashboard-items .item {
  position: relative;
  background-color: #3764ae;
  display: inline-block;
  padding: 1.5em 1em 1em;
  color: #fff;
  border-radius: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 10em;
  height: 10em;
  text-align: center;
}

@media (max-width: 619px) {
  .dashboard-items .item {
    font-size: .8em;
    margin: .5em;
  }
}

.dashboard-items .item h2 {
  margin: 0;
  font-size: .9em;
  letter-spacing: .1em;
}

.dashboard-items .item .add {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2em;
  height: 1.2em;
  font-size: 2em;
  text-decoration: none;
  background-color: #fff;
  color: #3764ae;
  border-radius: .2em;
}

.dashboard-items .item img {
  width: 4.5em;
}

@media (min-width: 960px) {
  .dashboard-items .item img {
    width: 5em;
  }
}

.small-headline {
  color: #3764ae;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.mainheadline-wrapper {
  border-bottom: 1px solid #3764ae;
  margin-bottom: 2em;
}

.mainheadline-wrapper:after {
  content: '';
  display: block;
  clear: both;
}

.mainheadline-wrapper .icon {
  float: right;
  position: relative;
  display: none;
}

@media (min-width: 620px) {
  .mainheadline-wrapper .icon {
    top: .3em;
  }
}

.mainheadline-wrapper h1 {
  font-size: 1.8em;
  float: left;
  display: inline-block;
  margin: 0;
  border-bottom: 5px solid #3764ae;
  position: relative;
  padding-bottom: 3px;
  bottom: -3px;
  color: #fff;
  text-align: left;
}

@media (min-width: 620px) {
  .mainheadline-wrapper h1 {
    font-size: 2.5em;
  }
}

.intro {
  margin-bottom: 3em;
  text-transform: uppercase;
  margin-top: -1.5em;
}

.intro strong {
  color: #3764ae;
}

.intro-with-bg {
  background-image: url("../src/img/teaser-flaechen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
  min-height: 15em;
  padding-toP: 1em;
  margin-bottom: 4em;
}

.intro-with-bg p {
  max-width: 25em;
  margin-left: auto;
  margin-right: auto;
}

.intro-with-bg .button {
  background-color: #f6d538;
  text-shadow: none;
}

@media (min-width: 960px) {
  .two-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.two-col .text-container {
  padding-right: 5%;
}

.text-input {
  width: 100%;
  padding: .5em;
  border-radius: .5em;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 0;
  border-bottom: 2px solid #3764ae;
}

.form-item {
  margin-bottom: .75em;
}

.form-item label {
  margin-bottom: .2em;
  display: block;
  color: #818182;
}

.form-item button {
  border: 0;
  margin: 1em 0 1.5em;
  float: right;
  cursor: pointer;
}

.form-item select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: .25em .5em;
}

textarea {
  width: 100%;
  min-height: 5em;
}

.checkbox input {
  width: 1.25em;
  height: 1.25em;
  position: relative;
  display: block;
  float: left;
  margin-right: .5em;
}

.checkbox label {
  display: block;
  width: calc(100% - 2em);
}

form:after {
  content: '';
  display: block;
  clear: both;
}

form h2 {
  border-bottom: 1px solid #3764ae;
  padding-bottom: .35em;
  font-size: 1.1em;
  margin: 3em 0 2em;
}

.forgotten-pw {
  clear: both;
  text-decoration: none;
}

.forgotten-pw img {
  width: 1em;
  height: 1em;
}

.content-block {
  background-color: #fff;
  border-radius: .4em;
  margin-bottom: 2em;
  -webkit-box-shadow: 0 0 0.3em rgba(55, 100, 174, 0.2);
          box-shadow: 0 0 0.3em rgba(55, 100, 174, 0.2);
  position: relative;
}

.content-block h2 {
  border-bottom: 1px solid #3764ae;
  padding: .75em 5%;
  font-size: 1.3em;
  text-transform: uppercase;
}

.content-block h2 .search-form2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: .8em;
  border-radius: .3em;
  overflow: hidden;
}

@media (min-width: 620px) {
  .content-block h2 .search-form2 {
    position: absolute;
    top: .75em;
    right: .5em;
  }
}

.content-block h2 .search-form2 input {
  width: 10em;
  border: 0;
  background-color: white;
  padding: .3em;
}

.content-block h2 .search-form2 button {
  width: 2em;
  background-color: #3764ae;
  border: 0;
}

.content-block h2 .search-form2 button img {
  width: 1em;
}

.content-block h3 {
  border-bottom: 1px solid #3764ae;
  font-weight: 400;
  padding-bottom: .2em;
  font-size: 1.1em;
}

.content-block .content-block-inner {
  padding: .5em 5% 1em;
}

.content-block .content-block-innerblock {
  padding: 1.5em 1em 1em;
  background-color: #262626;
  margin-bottom: 1.5em;
}

.content-block .content-block-innerblock:after {
  content: '';
  display: block;
  clear: both;
}

@media (min-width: 620px) {
  .content-block .content-block-innerblock {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.content-block .content-block-innerblock.no-flex {
  display: block;
}

.content-block .checkbox-wrapper {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-top: .3em;
}

@media (max-width: 619px) {
  .content-block .checkbox-wrapper {
    float: left;
  }
}

.content-block .text-wrapper {
  padding-right: 1em;
}

@media (min-width: 620px) {
  .content-block .text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0  50%;
        -ms-flex: 0 0  50%;
            flex: 0 0  50%;
  }
}

@media (min-width: 960px) {
  .content-block .text-wrapper {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0  60%;
        -ms-flex: 0 0  60%;
            flex: 0 0  60%;
  }
}

.content-block .text-wrapper img {
  position: relative;
  top: -.1em;
}

.content-block .price-wrapper,
.content-block .play-minutes {
  text-align: center;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
}

@media (max-width: 619px) {
  .content-block .price-wrapper,
  .content-block .play-minutes {
    margin-top: 1em;
  }
}

.content-block .price-wrapper .label,
.content-block .play-minutes .label {
  font-weight: 300;
  text-transform: uppercase;
}

.content-block .price {
  white-space: nowrap;
  font-weight: bold;
  font-size: 2em;
}

.content-block h4 {
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1em;
  margin: 0;
}

.content-block .template {
  position: relative;
}

@media (min-width: 960px) {
  .content-block .template {
    padding: 1em 0 0 1em;
  }
}

@media (max-width: 959px) {
  .content-block .template {
    display: block;
  }
}

@media (min-width: 960px) {
  .content-block .template.template-details-first-block {
    padding: 1em;
    display: block;
  }
}

.content-block .template .part1,
.content-block .template .part2 {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

.content-block .template img {
  border: 2px solid #000;
}

.content-block .template h4 {
  font-weight: 700;
  margin-bottom: 1em;
}

@media (min-width: 450px) {
  .content-block .template .last-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.content-block .template .last-line .form-item {
  min-width: 9em;
}

.content-block .template .last-line .secondary {
  margin: 0 0 1em;
}

@media (min-width: 450px) {
  .content-block .template .last-line .secondary {
    position: relative;
    top: -.5em;
  }
}

@media (min-width: 960px) {
  .content-block .template .last-line .secondary {
    margin-right: 1em;
  }
}

@media (min-width: 960px) {
  .content-block .template .part1 .last-line {
    position: absolute;
    bottom: 0;
    margin-top: auto;
    width: 45%;
  }
}

@media (min-width: 960px) {
  .content-block .template .part1 .secondary {
    float: right;
  }
}

.content-block .template .part1 .no-float {
  float: none;
  display: inline-block;
  margin-bottom: 1em;
}

.content-block .template .delete-template {
  display: block;
  float: right;
  margin-top: 0;
}

.content-block .template .clip-name {
  float: left;
}

.content-block .template .delete-slide {
  text-align: right;
  padding: .5em 0 1em;
}

.content-block .template .delete-slide a {
  text-decoration: underline;
  cursor: pointer;
}

.content-block .template .row {
  border-bottom: 1px solid #b6b6b6;
  padding: .5em 0;
}

.content-block .template .row:after {
  content: '';
  display: block;
  clear: both;
}

.content-block .template .row.no-border {
  border-bottom: 0;
}

.content-block .template .row .info {
  float: left;
}

.content-block .template .row .order {
  float: right;
}

.content-block .template .row .order img {
  border: 0;
  width: 1.5em;
  height: 1.5em;
}

@media (min-width: 960px) {
  .content-block .template-details .part1 {
    margin-right: 2em;
  }
}

.content-block .template-details label {
  display: block;
  width: 6em;
  float: left;
  color: #818182;
}

.content-block .template-details select {
  width: calc(100% - 6em);
}

.content-block .template-details input {
  width: calc(100% - 6em);
}

.content-block .template-details .form-item label {
  position: relative;
  top: .4em;
}

.content-block-innerblock.bigger {
  font-size: 1.2em;
}

.playtimes {
  color: white;
}

.playtimes strong {
  color: #fff;
  font-weight: normal;
}

.playtimes .last-line .extra-info {
  color: #fff;
  font-size: .85em;
}

@media (max-width: 619px) {
  .playtimes .last-line .extra-info {
    clear: both;
    padding-top: 1em;
  }
}

@media (min-width: 620px) {
  .playtimes .last-line .extra-info {
    float: right;
    position: relative;
    top: 1em;
  }
}

.playtimes .last-line .extra-info img {
  width: 2em;
  position: relative;
  top: -.1em;
}

.ad-package-terms {
  font-size: 1.6em;
  line-height: 1.5em;
  color: white;
}

.ad-package-terms strong {
  color: #fff;
  font-weight: normal;
}

.pre-headline {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: .5em;
}

.progress-stepper-wrapper {
  padding: 1em 0 2.5em;
  overflow: hidden;
}

.progress-stepper {
  font-size: .8em;
}

.progress-stepper .step {
  float: left;
  width: 3.5em;
  height: .3em;
  background-color: #fff;
  position: relative;
}

.progress-stepper .step:first-child {
  width: 4.5em;
}

.progress-stepper .step:first-child:before {
  content: '';
  position: absolute;
  top: -.35em;
  left: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #3764ae;
}

.progress-stepper .step.active {
  background-color: #3764ae;
}

.progress-stepper .step.active:after {
  background-color: #3764ae;
}

.progress-stepper .step:after {
  content: '';
  position: absolute;
  top: -.35em;
  right: 0;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: #fff;
}

.search-form {
  margin-bottom: 3em;
}

.search-form .form-item {
  margin: 0;
}

.search-form .form-inner {
  max-width: 20em;
  float: left;
  margin-right: 1em;
}

.search-form .advanced {
  float: left;
  position: relative;
  top: .75em;
  color: #3764ae;
}

.search-form .text-input {
  background-color: #fff;
  width: calc(100% - 4em);
  float: left;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.search-form button {
  font-weight: bold;
  color: #fff;
  width: 4em;
  border: 0;
  text-align: center;
  padding-left: .5em;
  padding-right: .5em;
  height: 2.3em;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.locations {
  width: 100%;
}

@media (min-width: 620px) {
  .locations.half-width {
    max-width: 50%;
    float: left;
  }
}

.locations p {
  font-size: .9em;
  font-weight: 300;
  margin: .2em 0 1em;
}

.locations .location {
  margin-bottom: 1em;
  position: relative;
  background-color: #262626;
  overflow: auto;
  border-radius: .4em 1em 1em .4em;
}

.locations .location .form-item,
.locations .location .counter {
  margin: 0;
  padding: .5em 0 .5em .5em;
  float: left;
}

.locations .location .counter {
  border: 2px solid #f6d538;
  width: 1.5em;
  height: 1.5em;
  border-radius: .4em;
  line-height: 1em;
  padding: .1em;
  text-align: center;
  position: relative;
  top: .35em;
}

.locations .location .text {
  float: left;
  padding: .5em;
  font-size: 1.05em;
  width: calc(100% - 4em);
}

.locations .location .info {
  font-size: 1.25em;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  background-color: #3764ae;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 50%;
  padding: .1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #3764ae;
  line-height: 1em;
}

.locations .additional {
  clear: both;
  padding: 0 2.75em;
}

.locations h4 {
  font-size: 1em;
  border-bottom: 1px solid #3764ae;
  margin-bottom: .5em;
  padding-bottom: .25em;
}

.locations .display-of-location {
  position: relative;
}

.locations .display-of-location .form-item,
.locations .display-of-location .counter {
  position: absolute;
  top: 0;
  left: -2.75em;
}

.map {
  padding: 5%;
}

@media (min-width: 620px) {
  .map {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.opener {
  display: block;
  cursor: pointer;
}

.first-col-weaker td:first-child {
  color: white;
}

.designed-table {
  border-collapse: collapse;
  width: 100%;
}

.designed-table th {
  color: white;
  font-weight: normal;
  text-align: left;
  padding: .25em .5em;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #b6b6b6;
}

.designed-table th:first-child {
  border-left: 0;
}

.designed-table td {
  border: 1px solid #b6b6b6;
  padding: .25em .5em;
}

.designed-table td:first-child {
  border-left: 0;
}

.designed-table td:last-child {
  border-right: 0;
}

.designed-table tr:first-child td {
  border-top: 0;
}

.designed-table tr:last-child td {
  border-bottom: 0;
}

th.no-break, td.no-break {
  white-space: nowrap;
}

.additional {
  display: none;
}

.button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.button.secondary {
  margin-top: 1em;
  float: left;
  border: 2px solid #666666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #666666;
  line-height: 1em;
  display: block;
}

.alternative {
  clear: both;
}

.alternative .content-block-innerblock {
  padding-top: 3em;
  padding-bottom: 3em;
}

.alternative-or {
  font-weight: 700;
}

.datepicker.text-input {
  text-align: center;
}

.date-operations {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.date-operations .form-item {
  margin-right: 1em;
}

.date-operations .checkbox {
  min-width: 4em;
}

.date-operations .checkbox label {
  float: left;
}

.datetime-table td {
  padding: .5em;
}

.datetime-table td:first-child {
  text-align: right;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.grid table {
  border-collapse: collapse;
}

.grid th {
  font-size: .9em;
}

.grid td {
  font-size: .9em;
  padding: .25em .5em;
  background-color: #000;
  border-bottom: 2px solid #fff;
  border-right: 1px solid #b6b6b6;
}

.grid td:last-child {
  border-right: 0;
}

.grid tr.active td {
  border-bottom: 0;
}

.grid td.toggler {
  background-color: transparent;
  min-width: 3em;
  padding-right: 0;
  position: relative;
}

.grid td.toggler .toggler-inner {
  position: absolute;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top-left-radius: .5em;
  border-bottom-left-radius: .5em;
  cursor: pointer;
}

.hidden-on-load {
  display: none;
}

.hidden-on-load .visually-hide {
  background-color: transparent;
}

.big-content {
  overflow-x: auto;
}

.big-content table {
  width: 100%;
}

.campaign-filter {
  margin-bottom: 3em;
  margin-left: .5em;
}

.campaign-filter .filter-item {
  margin-right: 1em;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.campaign-filter .filter-item input {
  margin-right: .5em;
}

@-webkit-keyframes blink {
  50% {
    background-color: rgba(122, 188, 21, 0);
  }
}

@keyframes blink {
  50% {
    background-color: rgba(122, 188, 21, 0);
  }
}

.status-indicator {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  top: .15em;
}

.status-indicator.active {
  background-color: #7abc15;
  border: 2px solid #7abc15;
  -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite;
}

.status-indicator.paused {
  background-color: #db9500;
  border: 2px solid #db9500;
}

.status-indicator.ended {
  background-color: #ac3d00;
  border: 2px solid #ac3d00;
}

.status-indicator.new {
  background-color: #c4c4c4;
  border: 2px solid #c4c4c4;
}

.status-indicator-td {
  white-space: nowrap;
}

.status-indicator-td div {
  display: inline-block;
}
