/**
*  @author Surton
*  @date 23.07.2018
*  @section template
*/

/* text BEGIN */

h1 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 34px;
}

h2 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 34px;
}

h3 {
  margin-bottom: 35px;
  font-weight: 600;
  font-size: 24px;
}

h4 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}

.fine-vision p {
  font-size: 20px;
  color: #000000 !important;
}

.quote {
  padding: 30px;
  font-size: 34px;
  line-height: 40px;
  color: #0f45c7;
  background-color: #f6f8fd;
  -webkit-border-radius: 30px;
          border-radius: 30px;
  margin-bottom: 30px;
}

.quote--abitur {
  color: #000000;
  background-color: #ffedda;
}

.fine-vision .quote {
  background-color: #333333;
  color: #ffffff !important
}

ul li,
ol li {
  position: relative;
  padding-left: 20px;      
  font-size: 18px;
  margin-bottom: 20px;
}

ol
{
    margin-left: 16px;
}

ol li
{
    padding-left: 5px;
}

ul.list-disabled li {
  padding-left: 0;
}

.fine-vision ul li {
  font-size: 20px !important;
}

ul li::after {
  content: '';
  position: absolute;
  left: 10px;
  top: 0.5rem;
  width: 3px;
  height: 3px;
  background-color: #0f45c7;
}

ul.default-list li::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #000000;
}

ul.list-disabled li::after {
  display: none;
}

.fine-vision ul li::after {
  background-color: #000000 !important;
}

/* text END */

/* wrapper BEGIN */

.wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 0 27px;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.wrapper-800 {
  max-width: 800px !important;
}

.wrapper-980 {
  max-width: 980px !important;
}

.wrapper-1150 {
  max-width: 1204px !important;
}

.wrapper-padding_bottom {
  padding-bottom: 110px;
}

.title-block {
  margin-top: 30px;
  margin-bottom: 0px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          -webkit-justify-content: center;
          justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

/* wrapper END */


/* hashtag BEGIN */

.section-title,
.hashtag.hashtag-title {
  display: block;
  margin-bottom: 30px;
  color: #0f45c7;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: default;
}

.section-title--abitur {
  margin-bottom: 15px;
  color: #000000;
  letter-spacing: 0;
}

.section-title__more {
  display: none;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-image: url(../img/icons/arrow.svg);
  -webkit-background-size: 100% 100%;
          background-size: 100%;
  background-repeat: no-repeat;
}

.fine-vision .section-title,
.fine-vision .hashtag.hashtag-title {
  color: #000000
}

.hashtag.hashtag-title {
  font-size: 36px;
  font-weight: 600;
}

.hashtag {
  color: #0f45c7;
  text-decoration: none;
  cursor: pointer;
}

.fine-vision .hashtag {
  font-size: 20px !important;
  color: #000000 !important;
}

.fine-vision .hashtag:hover  {
  color: #ffffff !important;
  background-color: #333333 !important;
}

/* hashtag END */

/* video BEGIN */

.video {
  position: relative;
}

.video:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
}

.video:after {
  content: "";
  position: absolute;
  left: 20px;
  top: 20px;
  border: 15px solid transparent;	
  border-left: 20px solid #ffffff;
}

/* video END */

/* hint BEGIN */

.hint {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  color: #0f45c7;
  border: 1px solid #0f45c7;
  cursor: pointer;
}

.fine-vision .hint {
  border-color: #000000 !important;
  color: #000000 !important;
}

.hint:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -webkit-calc(100% + 20px);
  bottom: calc(100% + 20px);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 0;
  width: 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.hint:hover:after {
  content: attr(hint);
  min-width: 120px;
  width: 240px;
  padding: 20px;
  opacity: 1;
}

.hint:before {
  z-index: 1;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -webkit-calc(100%);
  bottom: calc(100%);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 0 solid transparent;	
  border-top: 0 solid #ffffff;
  opacity: 0;
}

.hint:hover:before {
  border: 10px solid transparent;	
  border-top: 10px solid #ffffff;
  opacity: 1;
}

/* hint END */

/* page-title BEGIN */

.page-title {
  padding: 30px 0;
}

.page-title--abitur h1 {
  color: #000000 !important;
}

.page-title h1 {
  margin-bottom: 60px;
  font-size: 60px;
  color: #0f45c7;
}

.fine-vision .page-title h1 {
  color: #000000;
}

/* page-title END */

/* media-with-info BEGIN */

.media-with-info {
  position: relative;
  margin-bottom: 20px;
}

.media-with-info img {
  max-width: 100%;
  height: auto;
}

.media-with-info__ratio {
  padding-top: 55%;
}

.media-with-info iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: -webkit-calc(100% - 35px);
  height: calc(100% - 35px);
  width: 100%;
}

.media-with-info .info {
  display: block;
  padding: 10px 0;
  color: #7f7f7f;
}

.fine-vision .media-with-info .info {
  font-size: 20px !important;
  color: #000000 !important;
}

/* media-with-info END */

/* downloads BEGIN */

.downloads {
  margin-bottom: 50px;
}

.downloads a {
  color: #0f45c7;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: background-color .2s, color .2s;
  -o-transition: background-color .2s, color .2s;
  transition: background-color .2s, color .2s;
}

.fine-vision .downloads a {
  color: #000000;
}

.downloads a:hover {
  background-color: rgba(15, 69, 199, 0.1);
}

.fine-vision .downloads a:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}

.fine-vision .downloads a {
  font-size: 20px !important;
  text-decoration: none !important;
}

.downloads li:not(:last-child) {
  margin-bottom: 10px;
}

.file {
  position: relative;
}

.file:after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: 2px;
  font-size: 10px;
}

.fine-vision .file:after {
  right: -53px;
  font-size: 16px !important;
  color: #000000 !important;
}

.file-png:after {
  content: ".png" !important;
}

.file-doc:after {
  content: ".doc" !important;
}

.file-pdf:after {
  content: ".pdf" !important;
}

.file:before {
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 20px;
  background: url(../img/icons/file.svg) no-repeat center;
  -webkit-background-size: 90% 90%;
          background-size: 90%;
}

.fine-vision .file:before {
  background-image: url(../img/icons/file-black.svg) !important;
}

.filter__button-container {
  display: none;
  margin-bottom: 30px;
}

.hamburger {
  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;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.hamburger-line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #0f45c7;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.active .hamburger-line {
  background-color: transparent;
}

.hamburger-line::after,
.hamburger-line::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0f45c7;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.hamburger-line::before {
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}

.active .hamburger-line::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-line::after {
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}

.active .hamburger-line::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}



/* downloads END */