@charset "UTF-8";
    @font-face {
    font-family: 'Franklin Gothic Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Franklin Gothic Regular'), url('FranklinGothic.woff') format('woff');
    }
    @font-face {
    font-family: 'Franklin Gothic Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Franklin Gothic Condensed'), url('FRANKGO.woff') format('woff');
    }
    @font-face {
    font-family: 'Franklin Gothic Condensed';
    font-style: normal;
    font-weight: normal;
    src: local('Franklin Gothic Condensed'), url('Franklin Gothic Condensed.woff') format('woff');
    }
    @font-face {
    font-family: 'Franklin Gothic ITALIC';
    font-style: normal;
    font-weight: normal;
    src: local('Franklin Gothic ITALIC'), url('FranklinGothicITALIC.woff') format('woff');
    }
    @font-face {
    font-family: 'Franklin Gothic ITALIC';
    font-style: normal;
    font-weight: normal;
    src: local('Franklin Gothic ITALIC'), url('fgwo____.woff') format('woff');
    }
@font-face {
    font-family: 'Ontel';
    src: url('../fonts/Ontel.eot');
    src: url('../fonts/Ontel.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ontel.woff2') format('woff2'),
        url('../fonts/Ontel.woff') format('woff'),
        url('../fonts/Ontel.svg#Ontel') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Ontel';
    src: url('../fonts/Ontel.eot');
    src: url('../fonts/Ontel.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Ontel.woff2') format('woff2'),
        url('../fonts/Ontel.woff') format('woff'),
        url('../fonts/Ontel.svg#Ontel') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root {
    color-scheme: light dark;
    supported-color-schemes: light dark;
  --blue: #0070C0;
  --dark-blue: #002060;
  --lightred: #FCE8E6;
	--yellow: #FEF600;
}
body {
  font-family: 'Franklin Gothic', sans-serif;
  color: #000000;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-size: 20px;
}
p, h1, h2, h3, h4, h5, h6, span, a {
 
}
a {
  color: #467886;
}
/* LAYOUT */
.container {
  max-width: 1120px;
}
.container-1420 {
  max-width: 1420px;
}
.container.text {
  max-width: 990px;
}
.bg-lightred {
  background-color: var(--lightred);
}
.bg-yellow {
	background: var(--yellow);
}
.bg-lightyellow {
  background-color: #FFFFD5;
	border:1px solid #FFFF00;
	border-radius:25px;
}
.bg-lightyellow2 {
  background-color: rgba(255, 229, 147, .5);
}
.lightblue {
  background-color: #C1E5F5;
}
.bg-grau-gradient {
  background: rgb(201, 201, 201);
  background: -moz-linear-gradient(45deg, rgba(201, 201, 201, 1) 0%, rgba(242, 242, 242, 1) 49%, rgba(201, 201, 201, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(201, 201, 201, 1) 0%, rgba(242, 242, 242, 1) 49%, rgba(201, 201, 201, 1) 100%);
  background: linear-gradient(45deg, rgba(201, 201, 201, 1) 0%, rgba(242, 242, 242, 1) 49%, rgba(201, 201, 201, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#c9c9c9', GradientType=1);
}
.green {
  color: #6D8E43;
}
.box-shadow01 {
  box-shadow: 0px 10px 20px -10px #b8b8b8;
}
.rounded-25 {
  border-radius: 25px;
}
.grey {
  background-color: #333333;
  color: #ffffff;
}
.bluetxt {
  color: var(--blue);
}
.green {
  color: #6D8E43 !important;
}
.braun {
  color: #C45911;
}
.greenbg {
  background-color: #134a73;
}
.blue-bg h1 {
  color: #ffffff;
}
.blue-bg a {
  color: #ffffff;
}
.greenbg.extra {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.triangle-white {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid white;
}
.triangle-light {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid #F8F9FA;
}
.triangle-yellow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 50px solid var(--yellow);
}
.extra a {
  line-height: .5em;
  font-size: .8em;
}
.extra h3 {
  margin-bottom: 0;
}
.extra p {
  color: #333333;
}
.grey h3 {
  color: #ffffff;
}
.orange {
  color: #f25c00 !important;
}
.gelb {
  color: #f6ad00 !important;
}
.text-shadow {
  text-shadow: 1px 1px 1px #666666;
}
.orange h3 {
  color: #ffffff
}
.blue {
  background-color: rgb(17, 118, 193);
  color: #ffffff !important;
}
.blue h3 {
  color: #ffffff;
}
.praemie {
  position: absolute;
  bottom: -2em;
  right: -1em;
}
.pull-up {
  margin-top: -4em;
}
.highlight {
 background: linear-gradient(to top, #FFE593 60%, transparent 50%);
  padding: 2px 0px;
  border-radius: 2px;

}
.hyphens {
  hyphens: auto !important;
}
.border-box {display: inline-block; margin:1em auto; border:5px solid #E97132; border-radius:20px; padding:1em .5em; width: fit-content; font-size: 1.3em; text-align: center; font-weight: bold;}
.border-box a { text-decoration: none; color:#000000;}
.border-box:hover {display: inline-block; margin:1em auto; border:5px solid var(--yellow); background-color:#0001B1; color:#ffffff; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;}
.border-box:hover a { text-decoration: none; color:#ffffff;}

.btn {
  background-color: var(--yellow);
  border: solid 3px var(--yellow);
  position: relative;
  z-index: 3;
  font-family: "Franklin Gothic", sans-serif;
  font-weight: 700;
  color: #000000;
  margin-top: .5em;
  padding: 0.75rem 2.5em;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 1.2em;
  line-height: 1.5;
  border-radius: 25px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-shadow: 2px 2px 8px 0px #cccccc;
}
.btn img {
	max-width: 60px;
  position: absolute;
  bottom: -2em;
  right: .5em;
  z-index: 1000;
}
.btn:hover, .btn:focus, .btn:active {
  background: #0001B1;
  border-color: #0001B1
}
.btn:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fff;
  color: #0001B1;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  z-index: 1;
}
.btn .btn-text {
  position: relative;
  z-index: 3;
  transition: all 0.3s ease-in-out;
}
.btn:hover:before {
  width: 100%;
  left: 0;
}
.btn:hover .btn-text {
  color: #0001B1
}
.arrow-container {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
  margin-top: 1em;
  width: 100%;
}
.arrow-box {
  position: relative;
  background-color: #FCE8E6;
  color: #333;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 0 20px;
  width: 50%;
  border-radius: 0px;
  animation: colorShift 5s infinite ease-in-out;
}
.arrow-box::after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-color: #FCE8E6 transparent transparent transparent;
  border-width: 25px 50px 0 50px;
  transition: border-color 5s ease-in-out;
  animation: arrowColorShift 5s infinite ease-in-out;
}
/* Sanfte Farbverlauf-Animation */
@keyframes colorShift {
  0% {
    background-color: #FCE8E6;
  }
  50% {
    background-color: #F9D0CC;
  }
  100% {
    background-color: #FCE8E6;
  }
}
@keyframes arrowColorShift {
  0% {
    border-color: #FCE8E6 transparent transparent transparent;
  }
  50% {
    border-color: #F9D0CC transparent transparent transparent;
  }
  100% {
    border-color: #FCE8E6 transparent transparent transparent;
  }
}
.letter-spacing-neg {
  letter-spacing: -1px;
}
.bg-osc {
  background: url("../img/bg-osc.png") center no-repeat;
  background-size: cover;
}
.bg-osc h3 {
  line-height: 1.4;
}
.bg-light-green {
  background-color: #dce7ca;
}
.bg-white-70 {
  background: rgba(255, 255, 255, .7);
}
.box-blue {
  background-color: #DAE3F3;
  border-radius: 10px;
  padding: 1em;
}
.signature {
  max-width: 300px;
}
.text-black {
  color: #000000;
}
/* HEADER */
.gradient-banner {
  padding: 50px 0 120px;
  position: relative;
  overflow: hidden;
}
.gradient-banner::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200%;
  height: 200%;
  background-image: #333333;
  background-image: /* radial-gradient(at 39% 22%, hsla(70, 66%, 55%, 1) 0, transparent 40%), radial-gradient(at 80% 0%, hsla(208, 71%, 53%, 1) 0, transparent 65%), radial-gradient(at 57% 81%, hsla(73, 59%, 55%, 1) 0, transparent 35%), radial-gradient(at 0% 50%, hsla(0, 0%, 20%, 1) 0, transparent 88%), radial-gradient(at 0% 0%, hsla(208, 28%, 31%, 1) 0, transparent 77%), radial-gradient(at 0% 100%, hsla(208, 57%, 46%, 1) 0, transparent 95%), radial-gradient(at 80% 100%, hsla(0, 0%, 20%, 1) 0, transparent 81%);*/ linear-gradient(45deg, hsla(73, 59%, 55%, 1) 20%, hsla(208, 57%, 46%, 1) 70%, hsla(208, 71%, 53%, 1) 100%);
}
.leseprobe-wrap {
	min-height: 600px;
	position: relative;
}
.leseprobe {
  width: 100%;
  height: 100% !important;
  min-height: 400px;
  display: block;
}
.leseprobe-pdf {
  width: 100%;
  height: 100%;
  display: block;
}
.bu {
  font-size: .9em;
  text-align: center;
  padding-top: .5em;
}
.pull-top {
  margin-top: -100px;
}
.pull-right {
  transform: translate(120px);
}
.float-right {
  float: right;
  display: inline;
}
.stage {
  height: 628px;
  background: #ccc url('../images/header.jpg') center center no-repeat;
  cursor: pointer;
}
@media (max-width: 991px) {
  .stage {
    height: 490px;
    background-size: auto 100%;
  }
}
@media (max-width: 767px) {
.pull-top {
  margin-top: -10px;
}
  .bu {
    margin-bottom: 1em;
  }
  .mob-sm {
    max-width: 60% !important;
  }
  .praemie {
    position: absolute;
    bottom: -3em;
    right: 0em;
  }
  .btn-primary {
    max-width: 90%;
  }
  .stage {
    height: 460px;
    background: #ccc url('../images/header_phone.jpg') center center no-repeat;
    background-size: auto 100%;
  }
}
@media (max-width: 479px) {
  .stage {
    height: 350px;
  }
}
@media (max-width: 359px) {
  .stage {
    height: 300px;
  }
}
/* BAKGROUNDS & COLORS */
.box {
  background-color: #ebebeb;
  border-radius: 10px;
  padding: 1em;
  align-self: auto;
  transition-duration: 0.30s;
  max-width: 70%;
  margin: 0 auto;
}
.box2 {
  background-color: rgba(255, 229, 147, .5);
  border-radius: 10px;
  border: 5px solid #FF1313;
  padding: 1em;
  align-self: auto;
  transition-duration: 0.30s;
  max-width: 70%;
  margin: 0 auto;
}
.box-bottom {
  border-left: 10px solid var(--yellow);
  border-right: 10px solid var(--yellow);
  padding: 0em;
  align-self: auto;
  transition-duration: 0.30s;
  max-width: 70%;
  margin: 0 auto;
}

@media (max-width:767px) {
	.box-bottom {
  border-left: 10px solid var(--yellow);
  border-right: 10px solid var(--yellow);
  padding: 0em;
  align-self: auto;
  transition-duration: 0.30s;
  max-width: 90%;
  margin: 0 auto;
}
	.box-bottom img {max-width: 75% !important;}
	.uebersicht i {position: relative !important;}
  .mob-wrapper {
    overflow-x: hidden;
  }
  .box {
    min-height: auto;
  }
}

.box h3 {
  padding: 50% 0 0 0;
}
@media (max-width:767px) {
  .more-top-margin {
    margin-top: 1em;
  }
}
.modal-dialog {
  width: 80%;
  height: 100% !important;
}
.modal-content {
  /* 80% of window height */
  height: 90%;
  background-color: #ffffff;
}
.modal-body {
  height: 80% !important;
}
.show {
  cursor: pointer;
}

@media (max-width:767px) {

  .desktop {
    display: none;
  }
}
#a1, #a2, #a3 {
  display: none;
}
/* TYPE */
h1, h2, h3, h4 {
  margin: 0;
  padding: 0;

  font-family: 'Franklin Gothic', sans-serif;
}
h1 {
  text-align: center;
  font-weight: 700;
}
h2 {
  font-size: 1.75em;
  margin: 20px 0;

}
h3 {
font-size: 2rem;
}
h4 {}
.gradient-banner h1, .gradient-banner h2 {
  color: #ffffff;
  text-align: left;
}
.gradient-banner h3 {
  color: #333333;
  text-align: left;
}
ol {
  padding-left: 3em;
}
ol li::marker {
  font-size: 1.2em;
  font-weight: bold;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0 0 15px 45px;
}
ul li {
  margin-top: 10px;
  position: relative;
}

ul.list2 {
  padding: 0 0 15px 35px;
}
ul.list2 li:before {
  content: url("../img/haken.png");
  width:45px;
  height: 22px;
  left: -35px;
}
ul.check {
  padding: 0 0 15px 35px;
}
ul.check li {
  line-height: 50px;
  font-size: 1.5em;
}
ul.check li:before {
  position: relative;
  content: url("../img/check.png");
  width: 30px;
  height: 22px;
  left: -10px;
  bottom: -10px;
}
ul.checkshield {
  padding: 0 0 15px 5px;
}
ul.checkshield li {
  line-height: 1.2;
  font-size: 1.2em;
  padding-left: 40px;
  padding-bottom: 1em;
}
ul.checkshield li:before {
  position: absolute;
  content: url("../img/check-shield.svg");
  width: 30px;
  height: 22px;
  left: -5px;
  top: -7px;
}

.fa-ul li:before {
  content: "" !important;
  margin-left: 0;
  display: block;
  padding-top: 0;
}
.fa-li .fas {
  margin-left: -0.2em;
  margin-top: -0.2em;
}
.text_large {
  font-size: 18px;
  font-weight: 700;
  color: #2d5a77;
}
.quote i {
  position: absolute;
  bottom: 0em;
  right: 1em;
  opacity: .2;
  font-size: 5em;
  color: #ffffff;
  z-index: 0;
}
.quote p {
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
}
.img-responsive {
  max-width: 500px;
}
.head {background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(254,246,0,1) 20%, rgba(254,246,0,1) 65%, rgba(255,255,255,1) 65%);}

.divider {background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 20%, rgba(254,246,0,1) 20%, rgba(254,246,0,1) 80%, rgba(255,255,255,1) 80%);}
@media (max-width: 767px) {
	.head {background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,246,0,1) 0%, rgba(254,246,0,1) 65%, rgba(255,255,255,1) 65%);}
	.head h1 {font-size:40px;}
	.divider {background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(254,246,0,1) 0%, rgba(254,246,0,1) 100%, rgba(255,255,255,1) 100%);}
	.divider h1 {font-size:38px;}
  .img-75 {
    max-width: 75% !important;
  }
}


.handwriting {font-family: 'Ontel', handwriting; font-size: 1.5em;}
.ribbon {
  background-color: #FFF000;
  text-align: center;
  font-weight: bold;
  transform: rotate(-5deg);
  position: absolute;
  bottom: 3.5em;
  padding: 10px 5px;
  box-shadow: 3px 3px 10px 0px #333333;
}
.uebersicht i {position: absolute; left:-1em; top:35%; font-size: 2.5em;}

.stoerer {
	border-radius:50%;
	width:200px;
	height:200px;
	background: linear-gradient(180deg, rgba(54,53,53,1) 0%, rgba(2,2,2,1) 31%, rgba(0,0,0,1) 100%);
	transform: rotate(10deg);
	position: relative;
}
.stoerer a {color: var(--yellow); font-size:1.8em; text-decoration: none; position: relative; top:1.35em; left:0%; text-align: center;}

.stoerer2 {
	position: absolute;
	right:-2em; top:-2em;
}

.stoerer3 {
	width:150px;
	height:150px;
	background: #E5252A;
	position: absolute;
	right:-2em; top:4em;
}
.stoerer3 a {
	position: absolute;
	color:#ffffff;
	font-size:1.3em;
	top:1.3em; left:15%;
}
.stoerer4 {
	width:135px;
	height:135px;
	position: absolute;
	right:-2em; top:0em;
}
.stoerer4 a {
	position: absolute;
	font-size:1.2em;
	top:1.3em; left:15%;
}
.note-container {
  justify-self: center;
  position: absolute;
  top: 35%;
  right: -2em;
}
.note-container img {
  max-width: 160px;
  transform: rotate(5deg);
}
.sticky-note {
  width: 220px;
  min-height: 200px;
  padding: .5em;
  font-size: 28px;
  font-family: 'Ink', handwriting;
  color: var(--dark-blue);
  font-weight: bold;
  text-align: center;
  outline: none;
  position: relative;
  margin-bottom: 10px;
  padding-top: 40px;
  transform: rotate(5deg);
}
.sticky-note::before {
  content: "";
  position: absolute;
  display: block;
}
.sticky-note::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-width: 12px 12px 12px 12px;
  border-style: solid;
}
.sticky-note.sticky-note-one {
  background-color: #FFFED9;
  grid-area: sticker2;
  box-shadow: -9px 0px 10px -5px rgba(0, 0, 0, 0.42);
}
.sticky-note.sticky-note-one::after {
  right: 0;
  border-top-color: #DDC6C3;
  border-left-color: #DDC6C3;
  border-bottom-color: #ffffff;
  border-right-color: #ffffff;
}
.sticky-note.sticky-note-one span {
  background-color: #FFF000;
  color: #333333;
}
.bg-lightred .sticky-note.sticky-note-one::after {
  right: 0;
  border-top-color: #DDC6C3;
  border-left-color: #DDC6C3;
  border-bottom-color: var(--lightred);
  border-right-color: var(--lightred);
}
#borderimg {
  /* You can also use border-top or border-bottom to target the side you want affected */
  border: 50px solid transparent;
  padding: 50px 15px;
  -webkit-border-image: url(../img/marker.png) 60 stretch; /* Safari 3.1-5 */
  -o-border-image: url(../img/marker.png) 60 stretch; /* Opera 11-12.1 */
  border-image: url(../img/marker.png) 60 stretch;
  border-image-width: 0 0 0 50px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
h2#borderimg {
  font-family: 'Architects Daughter', cursive;
  font-weight: 800;
}
.font2 {
  font-family: 'Lora', serif;
}
#notes {
  list-style-type: none;
  padding-inline-start: 0;
}
#notes li {
  position: relative;
  width: 100%;
  min-height: 100px;
  margin: 25px auto;
  padding: 30px 15px 15px 15px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 10px #cccccc;
  background-color: rgba(9, 103, 177, .1);
}
.notesinner {
  padding-left: 0;
}
#notes .notesinner li {
  position: relative;
  width: 90%;
  min-height: 100px;
  list-style-type: none;
  margin: 25px auto;
  padding: 25px 15px 15px 15px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 10px #cccccc;
  background-color: rgba(9, 103, 177, .1);
}
#notes li p {
  text-align: left;
  color: #000;
  text-shadow: white 1px 1px 0px;
  overflow: hidden;
}
#notes li::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 35%;
  top: -25px;
  width: 25%;
  height: 35px;
  z-index: 2;
  background-color: rgba(243, 245, 228, 0.5);
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 5px #ccccccc;
  -moz-box-shadow: 0 0 5px #cccccc;
  box-shadow: 2px 2px 10px #cccccc;
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -o-transform: rotate(-6deg);
}
#notes .notesinner li::before {
  content: ' ';
  display: block;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#notes li:nth-child(even)::before {
  -webkit-transform: rotate(6deg);
  -moz-transform: rotate(6deg);
  -o-transform: rotate(6deg);
}
.border-yellow {
  border: 5px solid #f5cf18;
}
.bigger {
  font-size: 1.2em;
}
.highlight2 {
  padding: 0.1em 0.1em;
  background: var(--yellow);
}
.top {
  padding-bottom: .5em;
  background: #D72526;
  color: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
}
.top a {
  color: #001538;
}
.top .fa {
  color: #92c11d;
  padding-right: .3em;
}
span.trust {
  padding-top: 0px;
  font-size: .9em;
}
span.trust1 {
  padding-top: 14px;
  font-size: .9em;
}
.google {
  text-align: center;
  font-size: .9em;
}
.google img {
  max-width: 20px;
  padding-right: 5px;
}
ul.contact li {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #001538;
  margin-top: 0;
}
ul.contact li::before {
  content: "";
}
.ticker {
  background: #f25c00;
  color: #ffffff !important;
  font-size: 3.5em;
  text-align: center;
}
.ticker .bn-news ul li a {
  color: #ffffff !important;
  font-size: 1.3em;
  font-weight: normal;
}
.ticker .bn-news ul li {
  margin-top: 5px !important;
}
@media screen and (max-width:768px) {
	.stoerer {
		width:100px;
		height:100px;
		left:-2em;
		top:-1em;
	}
	.stoerer a {
		top:.75em;
		font-size: 20px;
		line-height: 1.2;
	}
	.stoerer2 {
		left:auto;
		right:1em;
	}
	.stoerer2 a{
		top:1.4em;
		line-height: 1.1;
		display: block;
	}
	.stoerer3 {
		left:auto;
		right:1em;
		top:5em;
	}
	.stoerer3 a{
		top:1.3em;
		left:10%;
	}
	.stoerer4 {
		left:auto;
		right:1em;
		top:-1em;
	}
	.stoerer4 a{
		top:1.3em;
		left:10%;
	}
  .ticker {
    line-height: 1;
    font-size: 1.5em;
  }
  .py-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .top .fa {
    color: #001538;
  }
  ul.contact li {
    font-size: 0.75rem
  }
  ul.contact {
    padding-inline-start: 0;
  }
}

.coupon-wrap {
  max-width: 80%;
  margin: 1em auto;
  padding: 1em 2em;
  background-color: #f8f9fa;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #333333;
}
.coupon-row {
  display: flex;
  align-items: center;
  margin: 25px auto;
  width: fit-content;
}
#cpnCode {
  border: 1px dashed #f25c00;
  padding: 10px 20px;
  border-right: 0;
  font-weight: bold;
  color: #f25c00;
  background-color: #f1f1f1;
}
#cpnBtn {
  border: 1px solid #f25c00;
  background: #fff;
  padding: 10px 20px;
  color: #f25c00;
  cursor: pointer;
}
.spacer {
  min-height: 122px;
}
.pfeil {
  margin-left: -10em;
}
.head .ueberschrift {
  background: #fdf0e9
}
ul.check2 {
  list-style: none;
  margin: 0;
  padding: 0 0 20px 25px;
}
ul.check2 li {
  margin-top: 10px;
  font-size: 1em;
}
ul.check2 li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  display: inline-block;
  color: #deb76a;
  font-size: 1.4em;
  margin-left: -28px;
  padding-right: 7px;
}
.text-left {
  text-align: left !important;
}
.bubble-wrap {
  position: relative;
  z-index: 10;
}
.speech-bubble {
  position: relative;
  margin: .5em auto;
  padding: 1em;
  max-width: 100%;
  border-radius: .25em;
  transform: rotate(4deg) translate3d(0, 0, 0);
  background: #e6a700;
  text-align: center;
  font-size: 1.5em;
  z-index: 10;
  -webkit-transform: rotate(4deg) translate3d(0, 0, 0);
}
.speech-bubble .before, .speech-bubble .after {
  position: absolute;
}
.speech-bubble .after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  transform: rotate(1deg) translate(.45em, -.15em) scale(1.02) translate3d(0, 0, 0);
  background: #f4fbfe;
  z-index: -1;
}
.speech-bubble .before {
  border: solid 0 transparent;
  border-right: solid 3.5em #f4fbfe;
  border-bottom: solid .25em #e6a700;
  bottom: .25em;
  left: 1.25em;
  width: 0;
  height: 1em;
  transform: rotate(120deg) skewX(75deg);
  z-index: -1;
}
.whitebg {
  background: rgba(51, 51, 51, .2);
  color: #333333;
  align-self: center;
  padding: 2em;
  border-radius: 3px;
  box-shadow: 0 8px 6px -6px #000;
  margin-bottom: 2em;
}
.grey {
  color: #595d63 !important;
}
/* ICONBOX */
.icon-box {
  margin-top: 30px;
  padding: 0 15px;
  font-size: 18px;
}
.icon-box img {
  margin-bottom: 20px;
  width: 80px;
  height: 80px;
}
@media (max-width: 767px) {
  .spacer {
    min-height: 50px;
  }
  .icon-box {
    height: auto !important;
    text-align: center;
  }
  .icon-box img {
    margin: 0 auto 50px;
  }
  #notes li {
    width: 100%;
  }
  .padder-40-0 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-0 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .subhead .p-0 {
    padding: 0 !important;
  }
}
.button, .input, .select select, .textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}
.is-pulled-right {
  float: right !important;
}
.progress-bar {
  background-color: rgb(17, 118, 193);
}
.w-65 {
  max-width: 65% !important;
}
.red {
  color: #E21E25;
}
.fa-2x {
  font-size: 1.7rem !important;
}
.round {
  border-radius: 50%;
}
.txt-right {
  text-align: right;
}
.foot {
  background-color: rgba(0, 25, 58, 1);
  padding: 1em 0 .5em 0;
}
.impressum {
  list-style-type: none;
  font-size: .8em;
  padding-left: 0;
  margin-bottom: 0;
}
.impressum li {
  display: inline;
  padding: 0 .5em;
}
.impressum li:first-child {
  padding-left: 0;
}
.impressum li a {
  color: white;
  font-weight: normal;
  text-decoration: none;
}
.impressum li a:hover {
  text-decoration: underline;
}
.impressum li::before {
  content: "";
  margin-left: 0;
  padding-right: 0;
}
.copy {
  font-size: .6em;
  color: #ffffff;
  line-height: 1.3em;
}
.rightCSS {
  background: #134a73;
  overflow: hidden;
  font-size: .8em;
}
.rightCSS div {
  position: relative;
  animation: CSSright linear 28s infinite;
}
@keyframes CSSright {
  0% {
    right: -100%
  }
  100% {
    right: 100%
  }
}
.rightCSS:hover div {
  animation-play-state: paused;
}
#accordion .accordion-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}
.accordion-item {
  border: none !important;
}
#accordion .accordion-heading:before, #accordion .accordion-heading:after {
  content: "";
  width: 50%;
  height: 20%;
  box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 15px;
  left: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}
#accordion .accordion-heading:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}
#accordion .accordion-title button {
  display: block;
  padding: 15px 70px 15px 70px;
  margin: 0;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #2b7cc0;
  border-radius: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  position: relative;
}
#accordion .accordion-title button:before, #accordion .accordion-title button.collapsed:before {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  border-left: 2px solid #2b7cc0;
  position: absolute;
  top: 0;
  right: 0;
}
#accordion .accordion-title button.collapsed:before {
  content: "\f107";
}
#accordion .accordion-title button .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  border-right: 2px solid #2b7cc0;
  font-size: 20px;
  color: #134a73;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
#accordion .accordion-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-bottom: 3px solid #2b7cc0;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
}
.inhalt a {
  text-decoration: none;
  color: #333333;
}
.inhalt li {
  cursor: pointer;
  padding: .3em 0;
}
.inhalt li::marker {
  cursor: pointer;
  color: rgb(17, 118, 193);
  font-size: 1.5em;
  font-weight: bold;
}
.heading {
  margin-bottom: 2em;
}
.heading .col-2, .heading .col-md-1 {
  font-size: 2em;
  font-weight: bold;
  color: rgb(17, 118, 193);
  border-right: 5px solid rgb(17, 118, 193);
  text-align: left;
}
.heading .col-10, .col-md-11 {
  font-size: 1.5em;
  font-weight: bold;
  color: rgb(17, 118, 193);
  text-align: left;
  align-self: center;
}
.frame {
  border: 8px solid #e6a700;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}
.frame2 {
  border: 8px solid #e6a700;
  -webkit-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
}
.blue-bg .frame {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#scroll-btn {
  background-color: #134a73;
  background-image: url("../img/scroll-button-text.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 75px;
  border-radius: 75px;
  border: 5px solid #fff;
  box-shadow: 0 3px 7px 3px rgba(33, 33, 33, 0.35);
  bottom: 20px;
  font-size: 0;
  height: 100px;
  opacity: 1;
  position: fixed;
  right: 20px;
  transition: background-color 300ms linear, opacity 300ms linear, right 0ms linear;
  width: 100px;
  z-index: 11
}
@media (max-width: 575px) {
  #scroll-btn {
    display: none
  }
}
@media (min-width: 768px) {
  #scroll-btn {
    background-size: 90px;
    height: 124px;
    width: 124px
  }
}
@media (min-width: 1200px) {
  #scroll-btn {
    background-size: 110px;
    height: 150px;
    width: 150px
  }
}
#scroll-btn:hover, #scroll-btn:focus {
  background-color: #e6a700
}
.footer-reached #scroll-btn {
  opacity: 0;
  right: -150px;
  transition: background-color 300ms linear, opacity 300ms linear, right 0ms linear 300ms
}
@media (min-width: 768px) and (max-height: 750px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 85%, #fff 85%, #e2edf3 100%);
    padding: 40px 0 60px 0
  }
  #intro h1 {
    font-size: 36px
  }
  #intro .report {
    max-width: 450px
  }
}
@media (min-width: 768px) and (max-height: 650px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 90%, #fff 90%, #e2edf3 100%);
    padding: 20px 0 60px 0
  }
  #intro h1 {
    font-size: 32px
  }
  #intro .report {
    max-width: 400px
  }
}
@media (min-width: 768px) and (max-height: 550px) {
  #intro {
    background: linear-gradient(180deg, #dbe6ee 0%, #f4f9fa 92%, #fff 92%, #e2edf3 100%);
    padding: 20px 0 40px 0
  }
  #intro h1 {
    font-size: 30px
  }
  #intro .report {
    max-width: 350px
  }
}
@media (max-width: 896px) and (max-height: 414px) {
  #scroll-btn {
    display: none
  }
}
.round2 {
  cursor: pointer;
}
#cta {
  position: absolute;
  left: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#cta .arrow {
  left: 30%;
}
.arrow {
  position: absolute;
  margin-left: 0px;
  width: 40px;
  height: 40px;
  background-size: contain;
  top: 14px;
}
.segunda {
  margin-top: 30px;
}
.next {
  background-image: url(../img/chevron.svg);
}
@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateY(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateY(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}
@media (min-width:577px) {
  .bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .arrow.primera.bounceAlpha {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .round2 .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .round2 .arrow.primera {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
}
@media (max-width: 576px) {
  .arrow.primera {
    animation-name: bounceAlpha;
    animation-duration: 2s;
    animation-delay: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  .arrow {
    animation-name: bounceAlpha;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
}
.tick {
  font-size: 1rem;
  white-space: nowrap;
}
.tick-flip, .tick-text-inline {
  font-size: 2.5em;
}
.tick-label {
  margin-top: 1em;
  font-size: .7em;
}
.tick-char {
  width: 1.5em;
}
.tick-text-inline {
  display: inline-block;
  text-align: center;
  min-width: 1em;
}
.tick-text-inline + .tick-text-inline {
  margin-left: -.325em;
}
.tick-group {
  margin: 0 .5em;
  text-align: center;
}
.tick-text-inline {
  color: #595d63 !important;
}
.tick-label {
  color: #595d63 !important;
}
.tick-flip-panel {
  color: #fff !important;
}
.tick-flip {
  font-family: arial, verdana, helvetica, sans-serif !important;
}
.tick-flip-panel-text-wrapper {
  line-height: 1.45 !important;
}
.tick-flip-panel {
  background-color: #E21E25 !important;
}
.tick-flip {
  border-radius: 0.12em !important;
}
.postit {
  margin: 0 auto 20px auto;
  width: 95%;
  height: auto;
  padding: 45px 15px 25px 15px;
  background: #fefabc linear-gradient(150deg, #efec88 0%, #fefabc 100%);
  border: 1px solid #cccccc;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  transform: rotate(4deg);
  border-bottom-right-radius: 60px 5px;
  font-size: .7em;
}
.postit h4 {
  font-size: 1.1em;
  text-align: center;
  margin-bottom: .3em;
}
.postit a {
  font-weight: 400;
  text-align: center;
  line-height: 1em;
  margin: 0.5em 0;
}
.postit::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.025);
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0;
  height: 40px;
  z-index: -1;
}
.postit::before {
  background: #318ddb radial-gradient(at 8px 8px, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.5));
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: calc(50% - 12px);
  box-shadow: 4px 4px 3px rgba(0, 0, 0, 0.5);
}
.postit:hover {
  transform: scale(1.2);
}
.inline-pic .small {
  font-size: .65em !important;
}

img.framed {
  box-shadow:
    -50px -50px 0 -45px #f25c00, 50px 50px 0 -45px #f25c00;
}

@-webkit-keyframes launch {
  0% {
    left: 1px;
  }
  25% {
    top: -50px;
    left: 1px;
  }
  50% {
    left: -100px;
  }
  75% {
    top: 100px;
    transform: rotate(40deg);
  }
  100% {
    left: 1px;
  }
}
@keyframes launch {
  0% {
    left: 1px;
  }
  25% {
    top: -50px;
    left: 1px;
  }
  50% {
    left: -100px;
  }
  75% {
    top: 100px;
    transform: rotate(40deg);
  }
  100% {
    left: 1px;
  }
}
@-webkit-keyframes fly {
  0% {
    left: 0px;
  }
  25% {
    top: -50px;
    left: 50px;
  }
  50% {
    left: -130px;
  }
  75% {
    top: 60px;
  }
  100% {
    left: 0px;
  }
}
@keyframes fly {
  0% {
    left: 0px;
  }
  25% {
    top: -50px;
    left: 50px;
  }
  50% {
    left: -130px;
  }
  75% {
    top: 60px;
  }
  100% {
    left: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(720deg);
  }
}
@-webkit-keyframes intro {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.965);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes intro {
  0% {
    transform: scale(0);
  }
  25% {
    transform: scale(1.06);
  }
  50% {
    transform: scale(0.965);
  }
  75% {
    transform: scale(1.02);
  }
  100% {
    transform: scale(1);
  }
}
.zoom-area {
  position: relative;
  cursor: none
}
/* for create magnify glass */
.large {
  width: 175px;
  height: 175px;
  position: absolute;
  border-radius: 100%;
  /* for box shadow for glass effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  /*for hide the glass by default*/
  display: none;
}
.small {
  display: block;
}
.top .small {
  display: inline;
  font-size: .8em;
}
.arrow-pointer, .arrow-pointer-r {
  width: 250px;
  min-height: 54px;
  background: #32557f;
  position: absolute;
  color: #ffffff;
  line-height: 1.3em;
  z-index: 10;
}
.arrow-pointer:nth-child(1) {
  top: 3.5em;
  left: -5em;
}
.arrow-pointer:nth-child(1)::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 32px solid #32557f;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
}
.arrow-pointer:nth-child(2) {
  bottom: 8em;
  left: -2em;
}
.arrow-pointer:nth-child(2)::before {
  content: '';
  position: absolute;
  right: -27px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 27px solid #32557f;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
}
.arrow-pointer:nth-child(3) {
  top: 10.5em;
  left: -7em;
}
.arrow-pointer:nth-child(3)::before {
  content: '';
  position: absolute;
  right: -32px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 32px solid #32557f;
  border-top: 32px solid transparent;
  border-bottom: 32px solid transparent;
}
.arrow-pointer:nth-child(4) {
  top: 20em;
  left: -10em;
}
.arrow-pointer:nth-child(4)::before {
  content: '';
  position: absolute;
  right: -44px;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 44px solid #32557f;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
}
.arrow-pointer:nth-child(5) {
  top: 11em;
  right: -7em;
}
.arrow-pointer:nth-child(5)::before {
  content: '';
  position: absolute;
  left: -44px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 44px solid #32557f;
  border-top: 44px solid transparent;
  border-bottom: 44px solid transparent;
}
.arrow-pointer:nth-child(6) {
  bottom: 6em;
  right: -5em;
}
.arrow-pointer:nth-child(6)::before {
  content: '';
  position: absolute;
  left: -40px;
  bottom: 0;
  width: 0;
  height: 0;
  border-right: 40px solid #32557f;
  border-top: 113px solid transparent;
  border-bottom: 113px solid transparent;
}
.arrow-pointer div, .arrow-pointer-r div {
  padding: .5em;
}
/* .arrow-pointer:before {
    content: '';
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 25px solid #32557f;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
  .arrow-pointer-r:before {
    content: '';
    position: absolute;
    left: -25px;
    bottom: 0;
    width: 0;
    height: 0;
  border-right: 25px solid #32557f;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }*/
@media (max-width:767px) {
  #sieben .fa-solid {
    color: #e6a700;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
  .arrow-pointer-mob {
    width: 100%;
    background: #32557f;
    color: #ffffff;
    line-height: 1.3em;
    z-index: 10;
  }
  .arrow-pointer:nth-child(1) {
    top: 3.5em;
    left: -5em;
  }
  .arrow-pointer:nth-child(2) {
    bottom: 8em;
    left: -2em;
  }
  .arrow-pointer:nth-child(3) {
    top: 10.5em;
    left: -7em;
  }
  .arrow-pointer:nth-child(4) {
    top: 20em;
    left: -10em;
  }
  .arrow-pointer:nth-child(5) {
    top: 11em;
    right: -7em;
  }
  .arrow-pointer:nth-child(6) {
    bottom: 6em;
    right: -5em;
  }
  .arrow-pointer-mob div, .arrow-pointer-r div {
    padding: .5em;
  }
}
.flipbook-menu {
  display: none !important;
}
@media (max-width:767px) {
  body {
    hyphens: auto;
  }
  .btn {
    padding: 0.75rem .5em;
  }
  .pull-up {
    margin-top: 0;
  }
  .triangle-lightblue {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #C1E5F5;
  }
  .triangle-light {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #F8F9FA;
  }
  
  .testi {
    max-width: 40% !important;
    margin: 0 auto 1em auto;
  }

.box .w-75 {
  width: 95% !important;
}
#cpnCode {
  font-size: .9em;
}
#cpnBtn {
  font-size: .9em;
}

.text-mob-white {
  color: #ffffff;
  text-shadow: 2px 2px 5px #000000;
}
.arrow-box {
  width: 80%;
}
.note-container {
  right: 0;
}

	.note-container img {
    max-width: 130px;
    transform: rotate(5deg);
}
	.fa-5x {
  font-size: 3em !important;
}
.top-10 {
  top: 10% !important;
}
.box-code {
  max-width: 90%;
}

}

.cd-container {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.cd-container::after {
  content: "";
  display: table;
  clear: both;
}


#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;

}
#cd-timeline::before {

  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;

  }

}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 2em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img span {
	font-weight: bold; font-size:1.4em;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
	transform: translate(-50%, -50%);
}
.cd-timeline-img.cd-picture {
  background: var(--yellow);
}
.cd-timeline-img.cd-movie {
  background: var(--yellow);
}
.cd-timeline-img.cd-location {
  background: var(--yellow);
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    
    margin-left: -10px;
  
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content::after {
  clear: both;
  content: "";
  display: table;
}
.cd-timeline-content h2 {
  color: #303e49;
	font-weight: normal;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: 0.8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: 0.8em 0;
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
 
 
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 6px;
    font-size: 16px;
    font-size: 1rem;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (prefers-color-scheme: dark) {
	.dark-color {color:#000000 !important;}
	.btn, .highlight2 {
		color: #000000 !important;
	}
	.filter-dark {filter:invert(1) !important;}
}