@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, hr,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, .h1, .h2, .h3, .h4, .h5, .p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

button:focus {
  border: none;
}

.hide {
  display: none;
}

.clearfix {
  clear: both;
}

/*
 *	grid
 */
.row:after {
  display: block;
  clear: both;
  content: "";
}

.row + .row {
  margin-top: 2.5%;
}

[class*=col-] {
  position: relative;
  float: left;
  margin-right: 2.5%;
  box-sizing: border-box;
}
[class*=col-]:last-child {
  margin-right: 0%;
}

[class*=col-6]:nth-child(even) {
  margin-right: 0%;
}

/*
.col-1 { width:5.583333333333333%; }
.col-2 { width:14.16666666666667%; }
.col-3 { width:22.75%; }
.col-4 { width:31.33333333333333%; }
.col-5 { width:39.91666666666667%; }
.col-6 { width:48.5%; }
.col-7 { width:57.08333333333333%; }
.col-8 { width:65.66666666666666%; }
.col-9 { width:74.25%; }
.col-10 { width:82.83333333333333%; }
.col-11 { width:91.41666666666666%; }
.col-12 { width:100%; }
*/
.col-1 {
  width: 6.0416666667%;
}

.col-2 {
  width: 14.5833333333%;
}

.col-3 {
  width: 23.125%;
}

.col-4 {
  width: 31.6666666667%;
}

.col-5 {
  width: 40.2083333333%;
}

.col-6 {
  width: 48.75%;
}

.col-7 {
  width: 57.2916666667%;
}

.col-8 {
  width: 65.8333333333%;
}

.col-9 {
  width: 74.375%;
}

.col-10 {
  width: 82.9166666667%;
}

.col-11 {
  width: 91.4583333333%;
}

.col-12 {
  width: 100%;
}

/*
 *	Breakpoints
 */
/*
 *	Colors
 */
.c-primary {
  color: #e2011b;
}

.c-secondary {
  color: #007648;
}

/*
 *  Animation
 */
/* bounce */
@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
@font-face {
  font-family: "Roboto Bold";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto Medium";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?4615qe");
  src: url("../fonts/icomoon.eot?4615qe#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?4615qe") format("truetype"), url("../fonts/icomoon.woff?4615qe") format("woff"), url("../fonts/icomoon.svg?4615qe#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: "Roboto";
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
.h1 {
  font-family: "Roboto Bold";
  position: relative;
  font-size: 2rem;
  line-height: 2.5rem;
  text-transform: uppercase;
  display: block;
  color: #e2011b;
  margin-bottom: 20px;
}

h2,
.h2 {
  font-family: "Roboto Bold";
  position: relative;
  font-size: 1.75rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  display: block;
}

h3,
.h3 {
  font-family: "Roboto Bold";
  position: relative;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  color: #343434;
  display: block;
}

h4,
.h4 {
  font-family: "Roboto Bold";
  position: relative;
  font-size: 1rem;
  line-height: 1.2rem;
  color: #343434;
  text-transform: uppercase;
  display: block;
}

p,
.p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.75rem;
  color: #343434;
  display: block;
}

strong {
  font-weight: bold;
}

sup {
  position: relative;
  top: -0.5rem;
  font-size: 0.7rem;
}

/* links */
a {
  text-decoration: none;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a:hover {
  color: #e2011b;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a:focus {
  outline: none !important;
}

/* selected */
::-moz-selection {
  color: #fff;
  background: #e2011b;
}

::selection {
  color: #fff;
  background: #e2011b;
}

/* inputs */
input {
  font-family: "Roboto";
  font-size: 1rem;
}
input:focus {
  outline: none;
}
input:required, input:invalid {
  box-shadow: none !important;
}

/* icon font */
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e900";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  border-radius: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.slick-prev {
  left: -14px;
  top: 50%;
  margin-top: -14px;
  width: 6px;
  height: 6px;
  background-color: #007648;
  transform: rotate(-45deg);
  width: 28px;
  height: 28px;
}
.slick-prev:before {
  position: absolute;
  font-family: "icomoon";
  content: "\e904";
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -10px;
  color: #fff;
  font-size: 1rem;
  border-radius: 20px;
}
.slick-prev:hover {
  background-color: #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.slick-prev:hover:before {
  color: #000;
  transform: rotate(45deg);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.slick-next {
  right: -14px;
  top: 50%;
  margin-top: -14px;
  width: 6px;
  height: 6px;
  background-color: #007648;
  transform: rotate(-45deg);
  width: 28px;
  height: 28px;
}
.slick-next:before {
  position: absolute;
  font-family: "icomoon";
  content: "\e912";
  transform: rotate(45deg);
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -7px;
  color: #fff;
  border-radius: 20px;
  font-size: 1rem;
}
.slick-next:hover {
  background-color: #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.slick-next:hover:before {
  color: #000;
  transform: rotate(45deg);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dotted.slick-slider.slider-vertical {
  margin-bottom: 0;
}
.slick-dotted.slick-slider.slider-vertical .slick-dots {
  width: 100%;
  bottom: -33px;
  left: 0;
  z-index: 5;
}
.slick-dotted.slick-slider.slider-horizontal, .slick-dotted.slick-slider.slider-horizontal-three, .slick-dotted.slick-slider.slider-horizontal-four {
  margin-bottom: 0;
}
.slick-dotted.slick-slider.slider-horizontal .slick-dots, .slick-dotted.slick-slider.slider-horizontal-three .slick-dots, .slick-dotted.slick-slider.slider-horizontal-four .slick-dots {
  width: 100%;
  bottom: -33px;
  left: 0;
  z-index: 5;
}
.slick-dotted.slick-slider.slider-horizontal-three .slick-dots {
  right: 0;
}
.slick-dotted.slick-slider.slider-horizontal-four .slick-dots {
  right: 0;
}

.slick-dots {
  position: absolute;
  bottom: -63px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 95%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 15px;
  margin: 0 0 0 10px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 15px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
  border-radius: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background: #007648;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 9px;
  height: 9px;
  background-color: transparent;
  border: 1px solid #007648;
  transform: rotate(45deg);
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 20px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.slick-dots li.slick-active button:before {
  background-color: #007648;
}

/* inputs */
input {
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
input:active,
input:focus-within,
button:focus,
button:active,
button:focus-within {
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* custom checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute !important;
  width: 0px !important;
  height: 0 !important;
  left: -22px !important;
  top: 20px !important;
  border: none !important;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: transparent;
  border-radius: 0px;
  box-shadow: none;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "\e900";
  position: absolute;
  top: -4px;
  left: 4px;
  font-family: "icomoon";
  color: #343434;
  font-size: 1.2rem;
  line-height: 1.5rem;
  content: "\e900";
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 2px 2px 2px rgba(255, 255, 255, 0);
}

/* checked mark aspect changes */
[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

[type=checkbox]:checked:focus + label:before,
[type=checkbox]:not(:checked):focus + label:before {
  border: 1px solid #e2011b;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=date] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

input[type=date]::-webkit-inner-spin-button {
  z-index: 1;
}

input[type=date]::-webkit-clear-button {
  z-index: 1;
}

/* custom radios */
input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.container-radio {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #343434;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #fff;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  border: 1px solid #e2011b;
}

.container-radio input:checked ~ label {
  color: #e2011b;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  position: relative;
  top: -4px;
  font-family: "icomoon";
  color: #343434;
  font-size: 1.2rem;
  line-height: 1.5rem;
  content: "\e900";
  text-shadow: 2px 2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px -2px 0 #fff, 2px 0px 0 #fff, 0px 2px 0 #fff, -2px 0px 0 #fff, 0px -2px 0 #fff, 2px 2px 2px rgba(255, 255, 255, 0);
}

.container-radio {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

/* select form */
.select-css {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  width: 100%;
  font-size: 1.125rem;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 0;
  padding: 0px 45px 0 10px;
  height: 40px;
  font-family: "Roboto";
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
}

.select-css::-ms-expand {
  display: none;
}

.select-css:hover {
  border-color: #e2011b;
}

.select-css:focus {
  border-color: #e2011b;
  outline: none;
}

.select-css option {
  font-weight: normal;
}

/* buttons */
.cta {
  position: relative;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #fff;
  font-size: 0.875rem;
  padding-left: 15px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cta:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3px;
  left: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #007648;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cta:hover:before {
  left: 3px;
  border-color: transparent transparent transparent #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.cta-big,
.blocker .modal a:not(.close-modal) {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Roboto Bold";
  padding: 10px 20px;
  background-color: #e2011b;
  border: 1px solid #e2011b;
  display: inline-block;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cta-big:hover,
.blocker .modal a:not(.close-modal):hover {
  background-color: #fff;
  color: #e2011b;
  border: 1px solid #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.cta-big.cta-secondary,
.blocker .modal a:not(.close-modal).cta-secondary {
  background-color: #fff;
  color: #e2011b;
  border: 1px solid #e2011b;
}
.cta-big.cta-secondary:hover,
.blocker .modal a:not(.close-modal).cta-secondary:hover {
  background-color: #e2011b;
  border: 1px solid #e2011b;
  color: #fff;
}

/* hamburger */
.hamburger {
  padding: 0px 0px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #e2011b;
}

.hamburger-box {
  width: 35px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 2px;
  background-color: #e2011b;
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -9px;
}
.hamburger-inner::after {
  bottom: -9px;
}

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.275s 0.12s ease, opacity 0.275s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.275s 0.12s ease, transform 0.275s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.275s ease, opacity 0.275s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.275s ease, transform 0.275s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#sidebar {
  position: fixed;
  height: 100%;
  width: 300px;
  top: 0;
  background: #fff;
  z-index: 5;
}
#sidebar:before {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e2011b;
  top: 0;
  left: 0;
  content: "";
  height: 5px;
  z-index: 5;
}
#sidebar:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e2011b;
  bottom: 0;
  left: 0;
  content: "";
  height: 5px;
  z-index: 5;
}

header {
  position: relative;
  width: 100%;
}
header .header-top {
  background-color: #fff;
  text-align: center;
  padding: 25px 0 20px;
}
header .header-top a {
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header .header-top a:hover {
  opacity: 0.6;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header .header-top a img {
  margin: 0 auto;
  width: 270px;
}
header .header-top .to-home.mobile {
  display: none;
}
header .sidebar-profile {
  margin-bottom: 30px;
  background-color: #e5e3e4;
}
header .sidebar-profile .label {
  position: relative;
  width: 40px;
  height: 140px;
  float: left;
  text-align: center;
  color: #fff;
  background-color: #e2011b;
}
header .sidebar-profile .label span {
  position: absolute;
  transform: rotate(-90deg);
  left: -21px;
  top: 64px;
}
header .sidebar-profile .profile-avatar {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  padding: 20px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  background: #e2011b;
}
header .sidebar-profile .profile-avatar .avatar {
  position: relative;
  height: 60px;
  width: 60px;
  float: left;
  text-align: center;
  line-height: 78px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header .sidebar-profile .profile-avatar .avatar img {
  display: inline-block;
  width: 27px;
  height: 33px;
}
header .sidebar-profile .profile-avatar span.username {
  float: left;
  display: block;
  margin-left: 10px;
  margin-top: 22px;
  color: #fff;
}
header .sidebar-profile .profile-avatar:hover .avatar {
  opacity: 0.5;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header .sidebar-profile .profile-avatar:hover span.username {
  color: #fff;
}
header .sidebar-profile .profile-buttons {
  position: relative;
  width: calc(100% - 40px);
  float: left;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  background: #e2011b;
  display: flex;
  justify-content: space-between;
}
header .sidebar-profile .profile-buttons a:last-child() {
  margin-left: 32px;
}
header .sidebar-profile .profile-buttons a.cta {
  color: #fff;
}
header .sidebar-profile .profile-buttons a.cta:before {
  border-color: transparent transparent transparent #fff;
  top: 15px;
}
header nav {
  position: relative;
  margin-top: 0px;
  overflow: unset !important;
}
header nav .nav-title {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #838383;
  padding: 10px 30px;
}
header nav ul {
  position: relative;
}
header nav ul li a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  color: #000;
  text-transform: uppercase;
  padding: 13px 30px 13px;
  margin: 5px 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header nav ul li a:before {
  position: absolute;
  content: "";
  left: 13px;
  top: 15px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #e2011b;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header nav ul li a:hover {
  color: #fff;
  background-color: #e2011b;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header nav ul li a:hover:before {
  left: 13px;
  border-color: transparent transparent transparent #fff;
}
header nav ul li a.current {
  color: #e2011b;
}
header nav ul li a.current:before {
  border-color: transparent transparent transparent #e2011b;
}
header nav ul li a.current:hover {
  color: #fff;
}
header nav ul li a.current:hover:before {
  border-color: transparent transparent transparent #fff;
}
header nav ul li a.active {
  background-color: #323232;
  color: #e2011b;
}
header nav ul li a.active:before {
  left: 13px;
}
header nav ul li:last-child() a {
  margin-top: 30px;
}
header nav ul li:nth-child(6) > .dropdown ul li:last-child a {
  color: #000;
}
header nav ul li > .dropdown {
  position: absolute;
  left: 300px;
  top: -60px;
  padding: 20px 0;
  background: rgba(255, 255, 255, 0.9);
  display: block;
  min-width: 0px;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
header nav ul li > .dropdown ul {
  width: 100%;
  min-width: 300px;
}
header nav ul li > .dropdown ul li a {
  color: #000;
}
header nav ul li > .dropdown ul li a:before {
  display: none;
}
header nav ul li > .dropdown ul li a:hover {
  color: #fff;
}
header nav ul li > .dropdown ul li:last-child() a {
  margin-top: 5px;
}
header nav ul li:hover > .dropdown {
  display: block;
  min-width: 300px;
  width: auto;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.container-login {
  position: relative;
}
.container-login .login-title {
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  padding: 10px 20px;
  margin-bottom: 0px;
  background: #e2011b;
  font-family: "Roboto Bold";
}
.container-login .container-form {
  width: 100%;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.05);
}
.container-login .container-form .form-input {
  width: 100%;
  margin: 0 0 20px 0;
}
.container-login .container-form .form-input.has-error input, .container-login .container-form .form-input.has-error .select-css {
  border-color: #e2011b;
}
.container-login .container-form .form-input.has-error input:after, .container-login .container-form .form-input.has-error .select-css:after {
  border-color: #007648;
  color: #007648;
}
.container-login .container-form .form-input label {
  color: #e2011b;
}
.container-login .container-form .form-input input {
  border-color: #787878;
  background: rgba(255, 255, 255, 0.1);
  color: #e2011b;
}
.container-login .container-form .form-input:after {
  border-color: #787878;
  color: #787878;
}
.container-login .container-form .form-input:hover input {
  border-color: #007648;
}
.container-login .container-form .form-input:hover:after {
  border-color: #007648;
  color: #007648;
}
.container-login .container-form .error {
  position: relative;
  float: left;
  width: 100%;
  color: #007648;
  font-size: 0.875rem;
  margin-bottom: 30px;
  display: none;
}
.container-login .container-form .cta {
  position: relative;
  right: 0;
  float: right;
  color: #838383;
  margin-bottom: 30px;
}
.container-login .container-form .cta:before {
  top: 1px;
  border-color: transparent transparent transparent #838383;
}
.container-login .container-form span {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  color: #e2011b;
  margin: 30px 0 35px;
  font-size: 1.125rem;
}
.container-login .container-form .cta-big {
  height: 40px;
  width: 100%;
  line-height: 37px;
  padding: 0;
  font-size: 1rem;
  margin-bottom: 0px;
}
.container-login .container-form .cta-big:hover {
  background-color: transparent;
}
.container-login .container-form button.cta-big {
  margin-top: 20px;
}
.container-login .password-lost {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  z-index: 2;
  background: #343434;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-login .password-lost p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
}
.container-login .password-lost #btn-close {
  position: absolute;
  right: 20px;
  top: 8px;
  width: 30px;
  height: 30px;
  margin: 0;
  cursor: pointer;
}
.container-login .password-lost #btn-close:after {
  position: absolute;
  top: 8px;
  left: 15px;
  font-family: "icomoon";
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  content: "\e914";
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-login .password-lost #btn-close:hover:after {
  color: #007648;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-login .password-lost.show {
  left: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-login .password-lost .cta-big {
  margin-top: 20px;
}

.error-container {
  padding: 80px;
}
.error-container p {
  color: #e2011b;
  font-weight: bold;
  padding: 0 !important;
}

.divider {
  position: relative;
  width: 100%;
}
.divider:before {
  position: absolute;
  content: "";
  left: 0;
  height: 1px;
  width: calc(50% - 15px);
  background-color: #e2011b;
}
.divider:after {
  position: absolute;
  content: "";
  right: 0;
  height: 1px;
  width: calc(50% - 15px);
  background-color: #e2011b;
}
.divider .rect {
  position: absolute;
  left: 50%;
  top: -5px;
  width: 6px;
  height: 6px;
  background-color: #007648;
  transform: rotate(-45deg);
  transform: rotate(-45deg) translateX(-50%);
}

footer {
  position: relative;
  width: 100%;
  padding: 40px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #343434;
  background-color: #f0f0f0;
}
footer:before, footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer .copyright {
  float: left;
}
footer .footer-links {
  float: right;
  padding: 0;
}
footer .footer-links ul li {
  position: relative;
  padding-left: 25px;
  float: left;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
footer .socials {
  display: none;
}

.copyright {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.copyright ul li {
  display: inline-block;
  float: left;
}
.copyright ul li:after {
  position: relative;
  content: "|";
  margin: 0 5px;
}
.copyright ul li:last-child:after {
  display: none;
  margin: 0;
}

.mobile-header {
  display: none;
}

.socials {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding: 20px 20px 20px 20px;
  text-align: right;
  background: rgba(255, 255, 255, 0.05);
}
.socials .sub-logo {
  height: 40px;
  position: relative;
  margin-right: 20px;
  float: left;
  display: inline-block;
}

a.social {
  position: relative;
  width: auto;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
}
a.social:before {
  position: relative;
  font-family: "icomoon";
  color: #e2011b;
  font-size: 1.5rem;
  line-height: 1.5rem;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
a.social.s-facebook:before {
  content: "\e905";
}
a.social.s-twitter:before {
  content: "\e90c";
}
a.social.s-youtube:before {
  content: "\e90d";
}
a.social.s-instagram:before {
  content: "\e906";
}
a.social.s-mail:before {
  content: "\e907";
}
a.social:hover:before {
  color: #007648;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

body {
  background-color: #fff;
  overflow-x: hidden;
}

.container-main {
  position: relative;
  width: 860px;
  float: right;
  min-height: 100vh;
  margin-top: 0;
  background: #fff;
  overflow: hidden;
  z-index: 2;
}

main#content {
  min-height: calc(100vh - 100px);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
main#content:before, main#content:after {
  content: "";
  display: table;
}
main#content:after {
  clear: both;
}
main#content.ani-in {
  opacity: 1;
  filter: blur(0px);
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000;
  transform: translate3d(0, 0, 0);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
main#content:not(.start) .container > .container {
  padding: 0;
}
main#content:not(.start) .container > .container.newsletter {
  margin: 60px 0 70px;
}
main#content:not(.start) .container > .container.newsletter:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e2011b;
  bottom: -30px;
  left: 0;
}

.container {
  position: relative;
  width: 100%;
  padding: 30px;
}
.container:before, .container:after {
  content: "";
  display: table;
}
.container:after {
  clear: both;
}

#slideshow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#slideshow .slide-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  z-index: 8;
}
#slideshow .slide-img.active {
  z-index: 10;
}
#slideshow .slide-img.last-active {
  z-index: 9;
}

.scroll-top {
  position: absolute;
  right: 14px;
  bottom: 45px;
  height: 40px;
  width: 40px;
  z-index: 7;
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scroll-top.ani-in {
  bottom: 45px;
  opacity: 1;
  filter: blur(0px);
  transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scroll-top .rect {
  width: 6px;
  height: 6px;
  background-color: #007648;
  transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  border-radius: 20px;
  left: 0;
  top: 0;
  height: 28px;
  width: 28px;
  z-index: 3;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scroll-top .arrow-up {
  position: absolute;
  height: 40px;
  width: 40px;
  left: -6px;
  top: -7px;
  z-index: 4;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scroll-top .arrow-up:after {
  position: absolute;
  font-family: "icomoon";
  content: "\e913";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff !important;
}
.scroll-top .label-wrapper {
  position: absolute;
  display: block;
  width: 0;
  height: 25px;
  right: 32px;
  top: 2px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  overflow: hidden;
}
.scroll-top .label-wrapper .label {
  position: absolute;
  display: block;
  background: rgba(50, 50, 50, 0.95);
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8125rem;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  width: 110px;
  right: -110px;
  z-index: 1;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scroll-top:hover .label-wrapper, .scroll-top.active .label-wrapper {
  width: 110px;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scroll-top:hover .label-wrapper .label, .scroll-top.active .label-wrapper .label {
  right: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scroll-top:hover .arrow-up:after {
  color: #fff !important;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.scroll-top:hover .rect {
  background-color: #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/* content intro img */
.content-intro-img {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
  float: left;
}
.content-intro-img img {
  width: 100%;
}
.content-intro-img:after {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #e2011b;
  bottom: 0;
  left: 0;
  content: "";
  height: 5px;
  z-index: 5;
}
.content-intro-img.big {
  height: auto;
}

.content-intro-txt {
  position: relative;
  float: left;
  width: 100%;
  padding: 80px;
}
.content-intro-txt h1 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #e2011b;
  margin-bottom: 1rem;
}
.content-intro-txt h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  color: #e2011b;
  margin-bottom: 1rem;
}
.content-intro-txt h3 {
  color: #e2011b;
}
.content-intro-txt h4 {
  color: #007648;
  margin-bottom: 0.5rem;
}
.content-intro-txt ul {
  list-style: disc;
  list-style-position: outside;
  padding: 0 40px 0 20px;
}
.content-intro-txt ul li {
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin-bottom: 1.4rem;
  color: #343434;
  margin-bottom: 15px;
}
.content-intro-txt ol {
  list-style: decimal;
  list-style-position: outside;
  padding: 0 40px 0 40px;
}
.content-intro-txt ol li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.content-intro-txt.not-passed ul {
  list-style: none;
  padding: 0;
}
.content-intro-txt.not-passed ul li {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Roboto Bold";
  padding: 10px 20px;
  background-color: #e7001d;
  border: 1px solid #e7001d;
}

.mobile-content-login {
  display: none;
}

/* lektionen */
.nav-kapitel {
  position: fixed;
  right: 860px;
  top: 0;
  height: 100vh;
  width: 80px;
  background: rgba(255, 255, 255, 0.8);
}
.nav-kapitel .title {
  display: block;
  width: 80px;
  height: 80px;
  background-color: #e2011b;
  text-align: center;
  font-family: "Roboto Bold";
  line-height: 80px;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.nav-kapitel #navigation-menu {
  padding: 40px 0;
}
.nav-kapitel #navigation-menu ul li {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.nav-kapitel #navigation-menu ul li a {
  position: relative;
  width: 100%;
  display: inline-block;
}
.nav-kapitel #navigation-menu ul li a:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #007648;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  left: 50%;
  margin-left: -5px;
  border-radius: 20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav-kapitel #navigation-menu ul li a:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 34px;
  top: 20px;
  left: 40px;
  background-color: #e2011b;
}
.nav-kapitel #navigation-menu ul li a span {
  position: absolute;
  right: 65px;
  top: -7px;
  width: auto;
  min-width: 110px;
  font-size: 0.8125rem;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  display: inline-block;
  text-transform: uppercase;
  background: rgba(50, 50, 50, 0.95);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav-kapitel #navigation-menu ul li a span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 5px;
  right: -7px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent rgba(50, 50, 50, 0.95);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav-kapitel #navigation-menu ul li a:hover:before {
  background-color: #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav-kapitel #navigation-menu ul li a:hover span {
  right: 60px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  right: 60px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav-kapitel #navigation-menu ul li a.mPS2id-highlight-first {
  color: red;
}
.nav-kapitel #navigation-menu ul li a.mPS2id-highlight:before {
  background-color: #e2011b;
}
.nav-kapitel #navigation-menu ul li a.mPS2id-highlight span {
  right: 60px;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.nav-kapitel #navigation-menu ul li a.mPS2id-highlight-last {
  color: green;
}
.nav-kapitel #navigation-menu ul li:last-child() a:after {
  display: none;
}

section.section-kapitel {
  position: relative;
  float: left;
  width: 100%;
  margin: 50px 0 0;
  padding-top: 30px;
}
section.section-kapitel:last-child() {
  margin-bottom: 70px;
}
section.section-kapitel.lektion-navigation {
  margin: 0;
  padding: 0;
}
section.section-kapitel .title {
  display: flex;
  align-items: flex-end;
}
section.section-kapitel .title:before, section.section-kapitel .title:after {
  content: "";
  display: table;
}
section.section-kapitel .title:after {
  clear: both;
}
section.section-kapitel .title .title-no {
  float: left;
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: #043c75;
  text-transform: uppercase;
  font-family: "Roboto Bold";
  padding-left: 40px;
  width: 95px;
  text-align: left;
}
section.section-kapitel .title div {
  float: left;
  width: calc(100% - 95px);
  border-left: 2px solid #f0f0f0;
  padding: 0 40px 0 15px;
}
section.section-kapitel .title div .title-cat {
  display: inline-block;
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Roboto Bold";
  margin-bottom: 0.5rem;
}
section.section-kapitel .title div h2 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #e2011b;
  margin-bottom: 0;
  text-transform: uppercase;
}
section.section-kapitel h3 {
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-top: 0.75rem;
  color: #e2011b;
  text-transform: uppercase;
  padding: 0 40px 0 115px;
}
section.section-kapitel p {
  position: relative;
  float: left;
  margin-top: 0.75rem;
  padding: 0 40px 0 115px;
}
section.section-kapitel p a {
  text-decoration: underline;
}
section.section-kapitel ul {
  position: relative;
  float: left;
  list-style: disc;
  list-style-position: outside;
  padding: 0 40px 0 135px;
}
section.section-kapitel ul li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 15px;
}

section.section-map .map {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
section.section-map .map img {
  width: 100%;
}

.loupe {
  z-index: 100;
  border: 1px solid #e2011b;
}

section.section-knowledge {
  position: relative;
  float: left;
  width: 100%;
  margin: 50px 0 0;
  padding-top: 30px;
}
section.section-knowledge .title {
  position: relative;
  width: 100%;
  height: 28px;
  float: left;
  background-color: #007648;
  margin-bottom: 25px;
}
section.section-knowledge .title h3 {
  display: inline-block;
  background-color: #fff;
  color: #007648;
  margin-left: 96px;
  padding: 0px 30px 0 17px;
  height: 28px;
  line-height: 28px;
}
section.section-knowledge .title .icon-i {
  position: absolute;
  left: 40px;
  top: -5px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}
section.section-knowledge .title .icon-i:after {
  position: absolute;
  top: 8px;
  left: 15px;
  font-family: "icomoon";
  color: #007648;
  font-size: 1.5rem;
  line-height: 1.5rem;
  content: "\e911";
}
section.section-knowledge p {
  position: relative;
  float: left;
  margin-top: 0;
  padding: 0 40px 0 115px;
}
section.section-knowledge a {
  text-decoration: underline;
}
section.section-knowledge ul {
  padding: 0 40px 0 115px;
}
section.section-knowledge ul li {
  float: left;
  width: 100%;
}
section.section-knowledge ul li h4 {
  font-size: 1.125rem;
  color: #007648;
}
section.section-knowledge ul li p {
  padding: 0;
}

.img-single,
.img-gallery {
  position: relative;
  width: 100%;
  float: left;
  margin: 80px 0 0px;
}
.img-single .img-single-caption,
.img-gallery .img-single-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 20px 20px 20px 60px;
}
.img-single .img-single-caption:before,
.img-gallery .img-single-caption:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  content: "";
  background: #007648;
}
.img-single .img-single-caption:after,
.img-gallery .img-single-caption:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px;
  width: 40px;
  font-family: "icomoon";
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  content: "\e911";
  background: #007648;
}
.img-single .img-single-caption p,
.img-gallery .img-single-caption p {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-bottom: 0;
}
.img-single img,
.img-gallery img {
  width: 100%;
}

.img-gallery {
  padding: 0 40px;
}
.img-gallery .img-entry {
  position: relative;
}
.img-gallery .img-entry .img-single-caption {
  opacity: 1;
  bottom: -20px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.img-gallery .img-entry .img-single-caption.ani-in {
  opacity: 1;
  bottom: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition-delay: 1s;
}

section.section-cta {
  position: relative;
  float: left;
  width: 100%;
  margin: 80px 0 160px;
  padding: 0 40px 0 115px;
}
section.section-cta.p-1 {
  padding-left: 40px;
}
section.section-cta.p-2 {
  padding-left: 300px;
}
section.section-cta .error {
  position: relative;
  float: left;
  width: 100%;
  color: #e2011b;
  font-size: 0.875rem;
  margin-bottom: 30px;
  display: none;
}
section.section-cta .error.show {
  display: block;
}

/* questions */
section.section-question {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0 70px;
}
section.section-question:last-of-type() {
  margin-bottom: 70px;
}
section.section-question .title {
  position: relative;
  width: 100%;
  height: 28px;
  float: left;
  background-color: #f0f0f0;
  margin-bottom: 25px;
  overflow: hidden;
}
section.section-question .title .title-no {
  position: relative;
  top: -6px;
  float: left;
  font-size: 2.25rem;
  line-height: 39px;
  color: #e2011b;
  text-transform: uppercase;
  font-family: "Roboto Bold";
  margin-left: 30px;
  padding-left: 15px;
  width: 70px;
  text-align: left;
  border-right: 2px solid #f0f0f0;
  background-color: #fff;
}
section.section-question .title .title-cat {
  display: inline-block;
  color: #bbbbbb;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Roboto Bold";
  margin-bottom: 0;
  color: #007648;
  background-color: #fff;
  height: 28px;
  padding: 8px 30px 0 17px;
}
section.section-question .title h3 {
  display: inline-block;
  background-color: #fff;
  color: #007648;
  margin-left: 96px;
  padding: 0px 30px 0 17px;
  height: 28px;
  line-height: 28px;
}
section.section-question .container-question {
  position: relative;
  float: left;
  padding: 0 40px 0 300px;
}
section.section-question .container-question h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #e2011b;
}
section.section-question .container-question .entry-question {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
}

/* profil */
section.profil {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px 0 70px;
}
section.profil .title {
  position: relative;
  width: 100%;
  height: 28px;
  float: left;
  background-color: #f0f0f0;
  margin-bottom: 25px;
  overflow: hidden;
}
section.profil .title h3 {
  display: inline-block;
  background-color: #fff;
  color: #e2011b;
  margin-left: 25px;
  padding: 0px 30px 0 16px;
  height: 28px;
  line-height: 28px;
}
section.profil p {
  position: relative;
  float: left;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 0 40px;
}

section.test-results .result-entry {
  position: relative;
  width: calc(100% - 80px);
  float: left;
  border-bottom: 1px solid #f0f0f0;
  padding: 20px 0px;
  margin-left: 40px;
  font-size: 1.25rem;
}
section.test-results .result-entry .lektion-title {
  position: relative;
  width: calc(100% - 410px);
  float: left;
  font-family: "Roboto Bold";
  margin-top: 12px;
}
section.test-results .result-entry .lektion-try {
  position: relative;
  width: 200px;
  float: left;
}
section.test-results .result-entry .lektion-try span {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 1.375rem;
  line-height: 37px;
  margin-right: 5px;
  color: #007648;
  border: 1px solid #007648;
}
section.test-results .result-entry .lektion-points {
  position: relative;
  width: 170px;
  float: left;
}
section.test-results .result-entry .lektion-points span {
  position: relative;
  display: inline-block;
  height: 40px;
  width: 70px;
  text-align: center;
  font-size: 1.375rem;
  line-height: 37px;
  margin-right: 5px;
  color: #fff;
  background-color: #e2011b;
  border: 1px solid #e2011b;
}
section.test-results .result-entry .lektion-check {
  position: relative;
  width: 40px;
  float: left;
  text-align: right;
}
section.test-results .result-entry .lektion-check .icon-check {
  position: relative;
  top: 6px;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #199017;
}
section.test-results .result-entry .lektion-check .icon-check:after {
  position: absolute;
  top: 3px;
  left: 7px;
  font-family: "icomoon";
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  content: "\e900";
}
section.test-results .result-entry:last-child .lektion-title {
  color: #007648;
}

section.profil.cert-download .cta-big {
  margin-left: 40px;
}

section.profil.infos .info-entry {
  position: relative;
  width: 90%;
  float: left;
  margin: 0 40px 15px 40px;
  font-size: 1.125rem;
}
section.profil.infos .info-entry strong {
  position: relative;
  width: 140px;
  float: left;
}
section.profil.infos .info-entry span {
  position: relative;
  width: 200px;
  float: left;
}

.container-form {
  position: relative;
  width: 80%;
  padding: 0 40px;
}
.container-form .form-input {
  position: relative;
  float: left;
  width: calc(50% - 40px);
  margin: 0 40px 20px 0;
}
.container-form .form-input.has-error label {
  color: #e2011b;
}
.container-form .form-input.has-error label.form-check-label:before {
  border-color: #e2011b;
}
.container-form .form-input.has-error input, .container-form .form-input.has-error .select-css {
  border-color: #e2011b;
}
.container-form .form-input.has-error:after {
  border-color: #e2011b;
  color: #e2011b;
}
.container-form .form-input:after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  font-family: "icomoon";
  color: #fff;
  font-size: 1.15rem;
  content: "\e902";
  color: #ccc;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-form .form-input label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Roboto Bold";
  font-size: 1.125rem;
}
.container-form .form-input label span {
  color: #e2011b;
}
.container-form .form-input input {
  position: relative;
  width: 100%;
  font-size: 1.125rem;
  border: 1px solid #ccc;
  outline: none;
  padding: 0px 45px 0 10px;
  height: 40px;
  font-family: "Roboto";
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-form .form-input:hover input, .container-form .form-input:hover:after {
  border-color: #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-form .form-input:hover:after {
  color: #e2011b;
}
.container-form .form-input.form-select:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 1;
}
.container-form .form-input.form-select:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 43px;
  right: 17px;
  transform: rotate(90deg);
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ccc;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 2;
}
.container-form .form-input.form-select:hover:after {
  border-color: transparent transparent transparent #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-form .form-input.form-select:hover:before {
  border-color: #e2011b;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.container-form .form-input.form-checkbox {
  width: auto;
  min-width: calc(50% - 40px);
  margin-bottom: 0px;
  margin-top: 10px;
}
.container-form .form-input.form-checkbox.full {
  width: 100%;
  margin-top: 20px;
}
.container-form .form-input.form-checkbox:after, .container-form .form-input.form-checkbox:before {
  display: none;
}
.container-form .form-input.form-checkbox span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #343434;
  font-family: "Roboto";
  font-weight: normal;
}
.container-form .form-input.form-checkbox span .required {
  color: #e2011b;
}
.container-form .form-input.form-checkbox span a {
  text-decoration: underline;
}
.container-form .form-input.form-checkbox .form-check-label span {
  font-size: 1.125rem;
}
.container-form .form-input.empty {
  opacity: 0;
}
.container-form .form-input.empty:after, .container-form .form-input.empty:before {
  display: none;
}
.container-form .form-input.full {
  width: calc(100% - 40px);
}
.container-form .form-input.full .form-check-label span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #343434;
  font-family: "Roboto";
  font-weight: normal;
}
.container-form .form-input .small {
  position: absolute;
  left: 0;
  bottom: -23px;
  font-size: 0.8rem;
  color: #ccc;
}
.container-form .form-input.birth-select:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 43px;
  right: 17px;
  transform: rotate(90deg);
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ccc;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  z-index: 2;
}
.container-form .form-input.birth-select:hover:after {
  border-color: transparent transparent transparent #e2011b;
}
.container-form .form-input.change-pw a.cta {
  color: #323232;
}
.container-form .form-input.change-pw:after {
  display: none;
}
.container-form .spacer {
  position: relative;
  float: left;
  height: 40px;
  width: 100%;
}
.container-form .form-checkbox-container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.container-form .form-checkbox-container .title-checkbox {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Roboto Bold";
  font-size: 1.125rem;
  margin-bottom: 10px;
}

section.profil.change-infos.change-pw .container-form .form-input label {
  min-height: 40px;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 340px;
  padding: 30px 30px;
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15), 20px 20px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.modal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.img-copyright {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 4;
  padding: 10px;
  color: #fff;
  font-size: 0.75rem;
}

@media only screen and (max-height: 800px) {
  header nav ul li a {
    margin: 0;
  }
  .nav-kapitel #navigation-menu {
    padding: 20px 0;
  }
}
@media only screen and (max-height: 800px) {
  #sidebar {
    z-index: 15;
  }
  header .header-top {
    padding: 15px 0 10px;
  }
  header .header-top a img {
    width: 120px;
  }
  header nav {
    margin-top: 0;
  }
  header nav ul li:last-child a {
    margin-top: 5px;
  }
  header nav ul li .dropdown {
    top: -170px;
  }
  header .sidebar-profile .label {
    height: 100px;
  }
  header .sidebar-profile .label span {
    top: 42px;
  }
  header .sidebar-profile .profile-avatar {
    padding: 10px 20px;
  }
  header .sidebar-profile .profile-avatar .avatar {
    width: 40px;
    height: 40px;
    line-height: 50px;
  }
  header .sidebar-profile .profile-avatar .avatar img {
    position: relative;
    left: 0px;
    width: 22px;
    height: auto;
  }
  header .sidebar-profile .profile-avatar span.username {
    margin-top: 12px;
  }
  .nav-kapitel {
    right: 800px;
    z-index: 10;
  }
  .nav-kapitel #navigation-menu ul li a span {
    left: 65px;
  }
  .nav-kapitel #navigation-menu ul li a span:after {
    left: -7px;
    right: inherit;
    border-width: 7px 7px 7px 0px;
    border-color: transparent rgba(50, 50, 50, 0.95) transparent transparent;
  }
  .container-login .container-form {
    padding: 20px;
    background-color: transparent;
  }
  .container-login .container-form span {
    margin: 20px 0 25px;
  }
  .container-main {
    width: 800px;
  }
  .content-intro-txt {
    padding: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  #sidebar {
    z-index: 15;
  }
  header .header-top {
    padding: 15px 0 10px;
  }
  header .header-top a img {
    width: 120px;
  }
  header nav {
    margin-top: 0;
  }
  header nav ul li:last-child a {
    margin-top: 5px;
  }
  header nav ul li .dropdown {
    top: -170px;
  }
  header .sidebar-profile .label {
    height: 100px;
  }
  header .sidebar-profile .label span {
    top: 42px;
  }
  header .sidebar-profile .profile-avatar {
    padding: 10px 20px;
  }
  header .sidebar-profile .profile-avatar .avatar {
    width: 40px;
    height: 40px;
    line-height: 50px;
  }
  header .sidebar-profile .profile-avatar .avatar img {
    position: relative;
    left: 0px;
    width: 22px;
    height: auto;
  }
  header .sidebar-profile .profile-avatar span.username {
    margin-top: 12px;
  }
  .nav-kapitel {
    right: 800px;
    z-index: 10;
  }
  .nav-kapitel #navigation-menu ul li a span {
    left: 65px;
  }
  .nav-kapitel #navigation-menu ul li a span:after {
    left: -7px;
    right: inherit;
    border-width: 7px 7px 7px 0px;
    border-color: transparent rgba(50, 50, 50, 0.95) transparent transparent;
  }
  .container-login .container-form {
    padding: 20px;
    background-color: transparent;
  }
  .container-login .container-form span {
    margin: 20px 0 25px;
  }
  .container-main {
    width: 800px;
  }
  .content-intro-txt {
    padding: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  .nav-kapitel {
    right: 760px;
  }
  footer {
    padding: 30px;
  }
  .container-main {
    width: 760px;
  }
  section.test-results .result-entry .lektion-title {
    width: 100%;
    margin-bottom: 10px;
  }
  .container-form .form-input .small {
    bottom: -33px;
  }
}
@media only screen and (max-height: 700px) {
  header .sidebar-profile .label {
    display: none;
  }
  header .sidebar-profile .profile-avatar {
    display: none;
  }
  header .sidebar-profile .profile-buttons {
    width: 100%;
  }
  header nav ul li a {
    padding: 7px 30px 10px;
  }
  header nav ul li a:before {
    top: 12px;
  }
  header nav ul li .dropdown {
    top: 0;
  }
  header nav ul li > .dropdown {
    padding: 10px 0;
  }
  header nav .nav-title {
    display: none;
  }
  .nav-kapitel #navigation-menu ul li {
    margin-bottom: 30px;
  }
  .nav-kapitel #navigation-menu ul li a:after {
    height: 15px;
  }
}
@media only screen and (max-width: 1170px) {
  #sidebar {
    width: 100%;
    height: 70px;
    top: 0;
    z-index: 7;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  }
  #sidebar:after {
    display: none;
  }
  #sidebar header {
    height: 70px;
  }
  #sidebar header .header-top {
    float: left;
    width: 324px;
    height: 70px;
    padding: 0;
  }
  #sidebar header .header-top a {
    display: block;
    padding: 10px 20px 10px;
    margin-top: 2px;
    transition: none;
  }
  #sidebar header .header-top img {
    width: auto;
    height: 50px;
    margin: 0;
  }
  #sidebar header .mobile-header {
    display: block;
    float: left;
    width: calc(100% - 324px);
    height: 70px;
  }
  #sidebar header .mobile-header #mobile-btn-menu {
    position: absolute;
    right: 15px;
    top: 27px;
  }
  #sidebar header .mobile-header .label {
    position: relative;
    width: 110px;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 70px;
    color: #fff;
  }
  #sidebar header nav {
    position: absolute;
    top: 70px;
    width: 700px;
    right: 0;
    max-height: 0;
    margin-top: 0;
    overflow: hidden !important;
    background: rgba(255, 255, 255, 0.9);
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  #sidebar header nav.menu-open {
    max-height: 100vh;
    transition: all 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  #sidebar header nav ul {
    padding: 30px;
  }
  #sidebar header nav ul li {
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
  }
  #sidebar header nav ul li:last-child {
    margin-bottom: 170px;
  }
  #sidebar header nav ul li:last-child a:after {
    color: #007648;
  }
  #sidebar header nav ul li a {
    font-size: 1.2rem;
    padding: 10px 0px;
    margin: 5px 0;
  }
  #sidebar header nav ul li a:before {
    display: none;
  }
  #sidebar header nav ul li a:after {
    position: absolute;
    content: "\e912";
    font-family: "icomoon";
    font-size: 1.2rem;
    width: 12px;
    height: 20px;
    top: 10px;
    right: 0px;
    color: #e2011b;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  #sidebar header nav ul li a:hover {
    color: #fff;
    background-color: transparent;
  }
  #sidebar header nav ul li a.current {
    color: #e2011b;
  }
  #sidebar header nav ul li a.current:before {
    display: none;
  }
  #sidebar header nav ul li a.current:after {
    color: #e2011b;
  }
  #sidebar header nav ul li a.active {
    background-color: transparent;
    color: #fff;
  }
  #sidebar header nav ul li a.active:before {
    display: block;
    left: -13px;
    transform: rotate(45deg);
  }
  #sidebar header nav ul li a.active:after {
    right: 5px;
    color: #e2011b;
    transform: rotate(90deg);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  #sidebar header nav ul li > a.active {
    color: #e2011b;
  }
  #sidebar header nav ul li .dropdown {
    display: none;
  }
  #sidebar header .nav-title {
    padding: 10px 20px;
  }
  #sidebar header .sidebar-profile .label {
    display: none;
  }
  #sidebar header .sidebar-profile .profile-avatar {
    width: calc(100% - 150px);
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    display: none;
  }
  #sidebar header .sidebar-profile .profile-avatar .avatar {
    height: 40px;
    width: 40px;
  }
  #sidebar header .sidebar-profile .profile-avatar .avatar img {
    width: 20px;
    height: auto;
    position: relative;
    top: -15px;
  }
  #sidebar header .sidebar-profile .profile-avatar span.username {
    margin-top: 12px;
  }
  #sidebar header .sidebar-profile .profile-buttons {
    height: 40px;
    width: 100%;
    background: rgba(255, 255, 255, 0.25);
  }
  #sidebar header .sidebar-profile .profile-buttons a {
    display: inline-block;
    width: auto;
    margin-left: 0;
  }
  #sidebar header .sidebar-profile .profile-buttons a:before {
    top: 15px;
  }
  #sidebar header .sidebar-profile .profile-buttons a:last-child {
    float: right;
  }
}
@media only screen and (max-width: 1170px) {
  #sidebar .socials {
    display: none;
  }
  #sidebar header .header-top {
    width: 30%;
    max-width: 150px;
  }
  #sidebar header .header-top a.mobile {
    padding: 13px 10px 10px;
    margin-top: 0;
  }
  #sidebar header nav {
    width: 100%;
  }
  #sidebar header nav ul {
    padding: 0 20px;
  }
  #sidebar header nav ul li a:before {
    left: -33px;
  }
  #sidebar header nav ul li a.current:before {
    left: -13px;
  }
  #sidebar header nav .nav-title {
    display: none;
  }
  #sidebar header .container-login {
    min-height: 100vh;
  }
  #sidebar header .container-login .login-title {
    font-size: 1rem;
  }
  #sidebar header .container-login .container-form {
    background-color: transparent;
    height: 100vh;
    padding: 20px;
  }
  #sidebar header .container-login .container-form .error {
    font-size: 1rem;
  }
  #sidebar header .container-login .container-form span {
    margin: 20px 0 25px;
  }
  #sidebar header .container-login .container-form .cta-big {
    margin-top: 0;
  }
  footer {
    padding: 20px;
  }
  footer .socials {
    position: relative;
    padding-top: 10px;
    display: block;
  }
  footer .copyright {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
  footer .footer-links {
    float: left;
    width: 100%;
    text-align: center;
  }
  footer .footer-links ul li {
    display: inline;
    float: none;
    padding: 0 10px;
  }
  #slideshow {
    display: none;
  }
  .container-main {
    width: 100%;
    min-height: 0;
    margin-top: 70px;
  }
  .content-intro-img {
    height: auto;
  }
  .content-intro-txt {
    padding: 40px 20px;
  }
  .content-intro-txt h2 {
    line-height: 2.5rem;
    word-break: break-word;
  }
  .content-intro-txt ul {
    list-style: disc;
    list-style-position: outside;
    padding: 0 40px 0 17px;
  }
  .content-intro-txt ol {
    list-style: decimal;
    list-style-position: outside;
    padding: 0 40px 0 17px;
  }
  /* start */
  .mobile-content-login {
    position: relative;
    margin: 60px 0;
    text-align: center;
    display: block;
  }
  .mobile-content-login span {
    margin: 20px 0;
    display: inline-block;
  }
  .mobile-content-login a {
    width: 100%;
  }
  /* lektionen */
  .nav-kapitel {
    display: none;
  }
  section.section-kapitel .title .title-no {
    position: absolute;
    left: -40px;
    top: 0;
    opacity: 0.1;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 8rem;
    width: auto;
  }
  section.section-kapitel .title div {
    width: 100%;
  }
  section.section-kapitel .title div h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  section.section-kapitel .title div .title-cat {
    font-size: 1rem;
  }
  section.section-kapitel h3 {
    padding: 0 20px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
  section.section-kapitel p {
    padding: 0 20px;
  }
  section.section-kapitel ul {
    padding: 0 20px 0 35px;
  }
  .img-single .img-single-caption {
    position: relative;
  }
  .img-gallery {
    padding: 0 20px;
  }
  .img-gallery .img-entry .img-single-caption {
    position: relative;
    bottom: 0;
    opacity: 1;
  }
  section.section-knowledge .title {
    height: auto;
  }
  section.section-knowledge .title .icon-i {
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  section.section-knowledge .title h3 {
    margin-left: 60px;
    line-height: 1.5rem;
    height: auto;
    margin-bottom: 0;
  }
  section.section-knowledge p {
    padding: 0 20px;
  }
  section.section-knowledge ul {
    padding: 0 20px;
  }
  section.section-cta {
    margin: 60px 0 100px;
    padding: 0 20px;
  }
  section.section-cta .cta-big {
    width: 100%;
    font-size: 1rem;
  }
  section.section-cta.p-1, section.section-cta.p-2 {
    padding-left: 20px;
  }
  /* profil */
  section.profil .title h3 {
    margin-left: 0px;
  }
  section.profil.cert-download .cta-big {
    margin-left: 20px;
    width: calc(100% - 40px);
  }
  section.profil p {
    padding: 0 20px;
  }
  section.test-results .result-entry {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  section.test-results .result-entry .lektion-title {
    width: calc(100% - 30px);
    margin-top: 20px;
  }
  section.test-results .result-entry .lektion-try,
  section.test-results .result-entry .lektion-points {
    width: 50%;
    margin: 20px 0;
  }
  section.test-results .result-entry .lektion-check {
    position: absolute;
    right: 10px;
    top: 11px;
  }
  section.profil.infos .info-entry {
    margin: 0 20px 15px;
  }
  .container-form {
    width: 100%;
    padding: 0 20px;
  }
  .container-form .form-input {
    width: 100%;
    margin: 0 0px 20px;
  }
  .container-form .form-input.form-checkbox {
    min-width: 100%;
  }
  .container-form .form-input.full {
    width: 100%;
  }
  .container-form .form-input.empty {
    display: none;
  }
  .container-form .form-input.m-2 {
    margin-top: 20px;
  }
  section.profil.change-infos.change-pw .container-form .form-input label {
    min-height: none;
  }
  /* prüfung */
  section.section-question .title .title-no {
    margin-left: 0;
  }
  section.section-question .container-question {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 15px;
  }
  #sidebar header .header-top a {
    padding: 10px;
  }
  #sidebar header .sidebar-profile {
    margin-bottom: 20px;
  }
  #sidebar header nav ul li a {
    font-size: 1rem;
  }
  #sidebar header .container-login .container-form span {
    margin: 15px 0 20px;
  }
  footer .footer-links ul li {
    padding: 0 5px;
  }
  section.test-results .result-entry .lektion-try span,
  section.test-results .result-entry .lektion-points span {
    margin-bottom: 5px;
  }
  section.test-results .result-entry .lektion-check .icon-check {
    top: 3px;
  }
  section.test-results .result-entry .lektion-check .icon-check:after {
    top: 5px;
  }
  section.profil .title h3 {
    padding-right: 10px;
  }
  section.profil.infos .info-entry span {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 330px) {
  html {
    font-size: 14px;
  }
}/*# sourceMappingURL=styles.css.map */