@charset "utf-8";
/* CSS Document */
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */ url('fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* bangers-regular - latin */
@font-face {
  font-family: 'Bangers';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/bangers-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/bangers-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/bangers-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/bangers-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/bangers-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/bangers-v20-latin-regular.svg#Bangers') format('svg'); /* Legacy iOS */
}
/* special-elite-regular - latin */
@font-face {
  font-family: 'Special Elite';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/special-elite-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''), url('fonts/special-elite-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/special-elite-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/special-elite-v18-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/special-elite-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/special-elite-v18-latin-regular.svg#SpecialElite') format('svg'); /* Legacy iOS */
}
* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
  line-height: 1.55em;
  font-weight: 300;
  background-color: #FFF;
  overflow-x: hidden
}
.widget-header .headline {
  display: none !important;
}
.widget-header > div > div:after {
  content: 'Melde dich bei dieser Veranstaltung an:';
  font-size: 28px !important;
}
section {
  width: 100%;
  padding: 1em;
}
.container1 {
  max-width: 1400px;
  margin: 0px auto;
  padding: 10px
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-weight: 900;
  font-size: 2.7em;
  margin: 22px 0px;
  line-height: 1.3em;
}
h2 {
  font-weight: 300;
  font-size: 2em;
  line-height: 1.3em;
}
h2 a {
  font-weight: 300;
}
h3 {
  font-weight: 700;
  font-size: 1.4em;
  color: #333;
}
h4 {
  margin-bottom: 0;
}
strong, b {
  font-weight: 700;
}
a {
  color: #7298aa;
  font-weight: 700;
}
a:hover {
  text-decoration: none;
}
li {
  padding: .25em 0;
}
.testis {
  padding: 3rem 0 3rem;
  background: #ffffff;
}
.player {
  background: url(../img/player.png) center center no-repeat;
  max-width: 440px;
  margin: 2em auto;
  text-align: center;
  padding: 2.5em 0 4em 0;
}
.gradient-bg {
  background: linear-gradient(to right, #1d4592 70%, #ffffff 100%);
  min-height: 400px
}
.content {
  max-width: 1180px;
  margin: 0 auto;
  z-index: 10;
}
.columns {
  display: flex;
  flex-direction: column;
}
.columns2 {
  display: flex;
  flex-direction: row;
}
.lnkImage {
  display: block;
  line-height: 0;
}
.txt {
  flex: 1;
  order: 1
}
.quote {
  margin-top: 0;
}
.quote .txt {
  flex: 1;
  order: 0;
}
.quote .img {
  flex: 0;
  order: 2;
  align-self: center;
}
.txt *:first-child {
  margin-top: 0;
}
.txt *:last-child {
  margin-bottom: 0;
}
.txt2 {
  order: 2;
}
.ticker {
  background-color: rgba(255, 255, 255, 1);
  padding-top: 1em;
}
.ticker img {
  max-width: 100%;
}
.tickertxt {
  text-align: right;
  float: right;
  align-self: center;
  margin-top: 1.5em;
}
.subhead {
  background-color: #ffffff;
  padding-top: 0;
}
.subhead h2 {
  margin-top: 0;
  color: #7298aa;
}
.txtbox {
  flex: 1;
  margin: 1em;
  align-self: center;
  color: #ffffff;
}
.txtbox *:first-child {
  margin-top: 0;
}
.txtbox *:last-child {
  margin-bottom: 0;
}
.img {
  align-self: center;
}
.more-right-margin {
  margin-right: 20px;
}
.more-right-margin2 {
  margin-right: 0;
}
.more-right-margin3 {
  margin-right: 0;
}
.more-right-margin4 {
  min-width: 500px;
}
.head {
  background: #9794ac url("img/AdobeStock_618214025.jpeg") center center no-repeat;
  background-size: cover;
  padding: 0;
}
.head .txt {
  background-color: rgba(255, 255, 255, .6);
  color: #6B6A6A;
  align-self: center;
  padding: 2em;
  max-width: 100%;
}
.head .txt2 {
  color: white;
  align-self: center;
  padding: 2em 0 2em 1em;
  max-width: 43%;
}
.hblue {
  width: 100%;
  border: 5px solid #ffffff;
  padding: 1em;
  margin: 0 auto;
  background-color: rgba(30, 74, 130, .7)
}
.head .img {
  align-self: center;
  text-align: center;
  margin-top: 1em;
}
.yellow {
  background-color: rgba(253, 210, 116, .6);
  color: #717274;
}
.yellow h2 {
  color: #717274;
  font-size: 1.4em;
  margin: 0;
}
.blue h2 a {
  color: white;
  font-weight: 400;
}
.green {
  background: #008080;
  color: white;
}
.lnkBlue {
  color: #9794ac;
}
.red {
  color: #9794ac;
}
.light {
  background: #f1f1f1;
}
.lightyellow {
  background: #fcf4e2;
}
.light h2 {
  color: #111;
  font-size: 1.4em;
}
.corner {
  text-align: center;
  padding: 0;
}
.corner img {
  min-width: auto;
}
.center {
  align-self: center;
  margin: 0 auto;
}
.center2 {
  text-align: center;
}
.list {
  list-style-type: none;
  padding-left: 0;
}
.list li {
  background: url(../img/list.png) left .9em no-repeat;
  padding: .65em 0 .65em 1.8em;
}
.list2 {
  list-style-type: none;
  padding-left: 0;
}
.list2 li {
  padding-left: 2em;
}
.list2 li::before {
  content: "\f059"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: block;
  float: left;
  margin-left: -2em; /* same as padding-left set on li */
  width: 1.7em; /* same as padding-left set on li */
  color: #0069b3;
  font-size: 30px;
  padding-top: 5px;
}
.list3 {
  list-style-type: none;
  padding-left: 0;
}
.list3 li {
  padding-left: 2em;
}
.list3 li::before {
  content: "\f06a"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: block;
  float: left;
  margin-left: -2em; /* same as padding-left set on li */
  width: 1.7em; /* same as padding-left set on li */
  color: #0069b3;
  font-size: 30px;
  padding-top: 5px;
}
.list7 li {
  background-image: url(../img/list3.png);
}
.list4 {
  padding-left: 2em;
  margin-bottom: .75em !important;
}
.list4 li {
  background-image: url(../img/list4.png);
}
span.highlight {
  /*  padding: 0.6em 13.7px;*/
  line-height: 2em;
  font-weight: bolder;
  background: linear-gradient(104deg, rgba(197, 209, 67, 0) 0.9%, rgba(197, 209, 67, 1.25) 2.4%, rgba(197, 209, 67, 0.5) 5.8%, rgba(197, 209, 67, 0.1) 93%, rgba(197, 209, 67, 0.7) 96%, rgba(197, 209, 672, 0) 98%), linear-gradient(183deg, rgba(197, 209, 67, 0) 0%, rgba(197, 209, 67, 0.3) 7.9%, rgba(197, 209, 67, 0) 15%);
  padding: 0.6em 13.7px;
  -webkit-box-decoration-break: clone;
  margin: 0;
  border-radius: 7.5px;
  text-shadow: -12px 12px 9.8px rgba(197, 209, 67, 0.7), 21px -18.1px 7.3px rgba(255, 255, 255, 1), -18.1px -27.3px 30px rgba(255, 255, 255, 1);
  position: relative;
}
.btn {
  font-family: 'Bangers', cursive;
  display: inline-block;
  text-decoration: none;
  padding: .5em 1em;
  font-size: 1.2em;
  letter-spacing: 2px;
  font-weight: 300;
  background-color: #f7ae2e;
  border-radius: 3px;
  box-shadow: 0 8px 6px -6px #000;
  color: #FFF;
  transition: all .5s;
}
.btn:hover {
  background-color: #7f0004;
  text-decoration: none;
}
.btn span:first-child {
  display: block;
  text-align: left;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: .7em;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 1.2em;
  color: #fff;
}
.btn span:last-child {
  display: block;
  margin-top: 0;
}
.btn2 {
  display: inline-block;
  text-decoration: none;
  padding: .5em 1em;
  color: #000000 !important;
  font-size: 1.2em;
  font-weight: 700;
  background-color: #f7ae2e;
  /*  border-radius: 3px;*/
  box-shadow: 0 8px 6px -6px #000;
  transition: all .5s;
  border-radius: 20px;
}
.btn2:hover {
  background-color: #f7ae2e;
  color: #000000 !important;
  text-decoration: none;
}
.box {
  max-width: 80%;
  margin: 0 auto;
  padding: 1em;
  border-radius: 3px;
  transition: all .25s;
}
.box:hover {}
.box h3 {
  color: #004001;
}
.box h3 {
  font-size: 1.2em;
}
.box4 {
  flex: 1;
  width: auto;
  padding: .5em;
  align-self: center;
  margin-right: 1em;
}
.box4:last-child {
  margin-right: 0;
}
.impressum {
  list-style-type: none;
  text-align: center;
  font-size: .8em;
  color: #665;
  padding-left: 0;
  margin-bottom: 0;
}
.impressum li {
  display: inline;
}
.impressum li a {
  color: #665;
  font-weight: normal;
}
.copy {
  color: #665;
  font-size: .7em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
}
.testimonial {
  border: 10px solid #008bd2;
  padding: 40px 0 25px 0;
  margin: 50px 2em;
  text-align: center;
  position: relative;
}
.testimonial:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  width: 100px;
  height: 100px;
  line-height: 100px;
  background: #fff;
  margin: 0 auto;
  font-size: 70px;
  font-weight: 900;
  color: rgba(0, 139, 210, .6);
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}
.testimonial .title {
  padding: 7px 0;
  margin: 0 -30px 20px;
  border: 7px solid #fff;
  background: #c9d63b;
  font-size: 22px;
  font-weight: 700;
  color: #e88423;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.testimonial .title:before {
  content: "";
  border-top: 15px solid #008bd2;
  border-left: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  left: 0;
}
.testimonial .title:after {
  content: "";
  border-top: 15px solid #008bd2;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
  position: absolute;
  bottom: -37px;
  right: 0;
}
.testimonial .post {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}
.testimonial .description {
  padding: 0 20px;
  margin: 0;
  font-size: 15px;
  color: #6f6f6f;
  letter-spacing: 1px;
  line-height: 30px;
}
@media only screen and (max-width: 1324px) {
  h1 {
    font-weight: 900;
    font-size: 2.6em;
    margin: 22px 0px;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 1284px) {
  h1 {
    font-weight: 900;
    font-size: 2.4em;
    margin: 32px 0px;
    line-height: 1.3em;
  }
}
@media only screen and (max-width: 990px) {
  h1 {
    font-weight: 900;
    font-size: 1.4em;
    line-height: 1.3em;
  }
  .testimonial {
    margin: 30px;
  }
}
.boxred {
  width: 650px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin: 0 auto;
  color: #4D4B4B;
  padding: 2em;
}
.beforeform {
  font-size: 36px;
  text-shadow: none;
}
.afterhead {
  font-size: +3;
}
.afterheadh3 {
  font-size: +2;
}
.order-cta h2 {
  display: none;
}
.font-awesome-i {
  margin: 1em;
  align-self: center;
  color: #ffffff;
  min-width: 60px;
  text-align: center;
}
.icon-background {
  color: #fdd174;
  margin: 0 auto;
}
.b1, .b2, .b3, .b4, .b5, .b6 {
  margin: 1em;
}
.b1, .b2, .b3, .b4, .b5, .b6 table tr td {
  min-height: 432px;
  display: block;
}
.b1 td {
  width: 304px;
  display: block;
}
.boxes {
  border: 1px solid #9794ac;
  text-align: center;
  margin-top: -2em;
  padding: 1em;
  min-width: 344px;
  min-height: 432px;
  display: block;
}
.boxes1 {
  border: 1px solid #9794ac;
  text-align: center;
  margin-top: -2em;
  padding: 1em;
  min-width: 344px;
  min-height: 432px;
  display: block;
}
.boxes2 {
  border: 1px solid #9794ac;
  background-color: #7299aa;
  color: #ffffff;
  text-align: center;
  margin-top: -2em;
  padding: 1em;
  min-width: 344px;
  min-height: 432px;
  display: block;
}
.boxes1 tbody {
  display: block;
  margin: 0 auto;
  text-align: center;
  align-self: center;
}
.vorteile {
  background: url(../img/corona.png) no-repeat;
  background-size: cover;
  z-index: 0;
}
.car-box {
  margin: 2em auto;
  width: 60%;
  padding: 2em;
  color: #ffffff;
  background-color: rgba(64, 139, 208, .5);
}
.car-box i {
  color: #ffffff;
}
.car-box h2 {
  align-self: center;
  color: #ffffff;
}
.desktop {
  display: block
}
.mobile {
  display: none;
}
.vort1 {
  padding: 1em;
  margin: 1em auto;
  width: 60%;
  background-color: rgba(253, 210, 116, .7);
}
.vort2 {
  padding: 1em;
  margin: 1em auto;
  color: #ffffff;
  background-color: #9794ac;
  width: 40%;
}
.vort2 h2 {
  color: #ffffff;
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
#quote-carousel {
  padding: 0 10px 30px 10px;
  margin-top: 30px;
}
/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height: 10px;
  width: 10px;
  margin-bottom: 1px;
}
@media only screen and (min-width: 360px) {
  .txt {
    flex: 1;
    order: 1;
  }
  .fleximg {
    order: 3;
  }
  .flexbtn {
    text-align: center;
    flex: 2;
    order: 2;
  }
  .btn2 {
    display: inline-block;
    text-decoration: none;
    padding: .5em 1em;
    color: #ffffff;
    font-size: 1.2em;
    /*    font-weight: 400;*/
    background-color: #f7ae2e;
    /*    border-radius: 3px;*/
    box-shadow: 0 8px 6px -6px #000;
    transition: all .5s;
    font-weight: 700;
    margin: 1em 0 0 0;
    border-radius: 20px;
  }
  .bewerbungen {
    margin-left: auto;
  }
}
@media only screen and (min-width: 640px) {
  .columns2 {
    flex-direction: row;
  }
  .more-right-margin {
    margin-right: 1em;
  }
  .more-right-margin3 {
    margin-right: 1em;
    min-width: auto;
  }
  div.form-image {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .ticker div {
    align-self: center;
  }
  .ticker img {
    width: 80%;
  }
  .stamp img {
    width: 70%;
    margin-top: .5em;
  }
  .columns {
    flex-direction: row;
  }
  .more-right-margin2 {
    margin-right: 1em;
  }
  .more-right-margin3 {
    margin-right: 1em;
    min-width: 650px;
  }
  .box-height {
    min-height: 307px;
  }
  .box-height2 {
    min-height: 332px;
  }
  div.form-image {
    width: 50%;
  }
}
#clockdiv3 div {
  display: inline-block;
  line-height: 1;
  padding: 20px;
  font-size: 80px;
  color: var(--color-white);
  font-weight: 900
}
#clockdiv3 span {
  display: block;
  font-size: 18px;
  color: var(--color-blue2);
  padding-top: 10px
}
#clockdiv3 {
  display: block;
  text-align: center
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2.6em;
  }
  section {
    padding: 1em;
  }
  .head {
    min-height: 511px;
  }
  .more-top-margin {
    margin-top: 3em;
  }
  .more-right-margin2 {
    margin-right: 3em;
  }
  .more-right-margin3 {
    margin-right: 3em;
    min-width: 650px;
  }
  .more-right-margin4 {
    margin-right: 3em;
    margin-top: 3em;
  }
  .img {
    align-self: auto;
  }
  .head {
    padding: 1em 0;
  }
  .btn {
    padding: .5em 2em;
  }
  div.form-image {
    width: 50%;
  }
}
@media screen and (max-width:640px) {
  h2 {
    font-size: 1.2em;
  }
  h3 {
    font-size: 1.4em;
    margin-block-start: 0;
    margin-block-end: 0;
    margin: .5em auto;
  }
  p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: .5em auto;
  }
  .ticker .columns {
    flex-direction: row;
  }
  .ticker {
    padding: .5em;
  }
  .ticker img {
    max-width: 100%;
  }
  .tickertxt {
    text-align: right;
    float: right;
    align-self: center;
    margin-top: .5em;
    font-size: 12px;
  }
  .head {
    background: #9794ac url("img/Head-SAM.png") top center no-repeat;
    background-size: contain;
    padding: 0;
  }
  .head .content {
    display: block;
    padding-bottom: 1em;
  }
  .head .txt {
    width: 350px;
    max-width: 100%;
    padding: 1em;
    order: 1;
  }
  .mask1 {
    width: 100%;
  }
  .head .txt2 {
    max-width: 100%;
    padding: 1em 1em 0 1em;
    order: 3;
  }
  .hblue {
    width: 100%;
    padding: 1em;
    margin: 0 auto;
    background-color: rgba(30, 74, 130, .7);
    border: none;
  }
  .txtbox {
    text-align: center;
  }
  .columns {
    width: 100%;
  }
  .boxred {
    width: auto;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 0 auto;
    color: #4D4B4B;
    padding: 1em;
  }
  .txt h1 {
    font-size: 30px;
  }
  .beforeform {
    font-size: 20px;
    text-shadow: none;
  }
  .afterhead {
    font-size: +2;
  }
  .afterheadh3 {
    font-size: +1;
  }
  .boxes {
    border: 1px solid #9794ac;
    text-align: center;
    margin-top: -2em;
    padding: 1em;
    min-width: 300px;
    max-width: 300px;
    min-height: 367px;
    display: block;
  }
  .boxes1 {
    border: 1px solid #9794ac;
    text-align: center;
    margin-top: -2em;
    padding: 1em;
    min-width: 300px;
    max-width: 300px;
    min-height: 367px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .boxes1 tbody {
    display: block;
    margin: 0 auto;
    text-align: center;
    align-self: center;
    padding: 0;
  }
  .boxes2 {
    border: 1px solid #9794ac;
    background-color: #7299aa;
    color: #ffffff;
    text-align: center;
    margin-top: -2em;
    padding: 1em;
    min-width: 300px;
    max-width: 300px;
    min-height: 367px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .b1 td {
    display: inline;
  }
  .vorteile {
    background: #f1f1f1 none no-repeat;
  }
  .desktop {
    display: none
  }
  .mobile {
    display: block;
  }
  .vort1 {
    padding: 1em;
    margin: 1em auto;
    width: 100%;
    background-color: rgba(253, 210, 116, .7)
  }
  .vort2 {
    padding: 1em;
    margin: 1em auto;
    color: #ffffff;
    background-color: #9794ac;
    width: 100%;
  }
  .vort1mob {
    padding: 1em;
    margin: 1em auto;
    color: #000000;
    background-color: #ffffff;
    width: 100%;
  }
  #vort1-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
  }
  #vort1-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
  }
  /* indicator position */
  #vort1-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
  }
  /* indicator color */
  #vort1-carousel .carousel-indicators li {
    background: #c0c0c0;
  }
  /* active indicator */
  #vort1-carousel .carousel-indicators .active {
    background: #333333;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
  }
  .vort2mob {
    padding: 1em;
    margin: 1em auto;
    color: #ffffff;
    background-color: #9794ac;
    width: 100%;
  }
  .vort2mob h3 {
    color: #ffffff;
  }
  #vort2-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
  }
  #vort2-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
  }
  /* indicator position */
  #vort2-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
  }
  /* indicator color */
  #vort2-carousel .carousel-indicators li {
    background: #9794ac;
  }
  /* active indicator */
  #vort2-carousel .carousel-indicators .active {
    background: #ffffff;
    height: 10px;
    width: 10px;
    margin-bottom: 1px;
  }
  .car-box1 {
    background-color: #ffffff;
  }
  .car-box2 {
    background-color: #9794ac;
  }
  .car-box {
    width: 100%;
  }
  h2.red {
    font-size: 1.4em;
  }
}
@media screen and (max-width:990px) {
  .headred {
    font-size: 35px;
  }
  .more-right-margin2 {
    margin-right: 0;
    min-width: auto;
  }
  .more-right-margin4 {
    margin-right: 0;
    min-width: auto;
  }
}
.mask1 {
  position: absolute;
  min-height: 440px;
  width: 450px;
  top: 0;
  left: 0;
  margin-top: 4em;
  align-self: center;
  vertical-align: middle;
  padding: 1em;
  border-radius: 3px;
  background: linear-gradient(#41678c, #e88423);
  color: #F4F4F4;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  z-index: 10000;
}
@media screen and (max-width:990px) {
  .mask1 {
    width: 100%;
    margin-top: 1em;
    z-index: 999;
  }
}
.hover {
  z-index: 1;
}
.box3 {
  position: relative;
  min-height: 364px;
}
.box3:hover .mask1 {
  opacity: 1;
}
.blockquote-wrapper {
  display: flex;
  height: auto;
  padding: 0 20px;
}
/* Blockquote main style */
.blockquote {
  position: relative;
  font-family: 'Barlow Condensed', sans-serif;
  max-width: 620px;
  margin: 80px auto;
  align-self: center;
}
/* Blockquote header */
.blockquote p {
  position: relative; /* for pseudos */
  font-size: 1em;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  border: 2px solid #fff;
  border: solid 5px #7298aa;
  border-radius: 20px;
  padding: 25px;
}
/* Blockquote right double quotes */
.blockquote p:after {
  content: "";
  position: absolute;
  border: 5px solid #7298aa;
  border-radius: 0 50px 0 0;
  width: 60px;
  height: 60px;
  bottom: -60px;
  left: 50px;
  border-bottom: none;
  border-left: none;
  z-index: 3;
}
.blockquote p:before {
  content: "";
  position: absolute;
  width: 80px;
  border: 8px solid #fcf4e2;
  bottom: -5px;
  left: 50px;
  z-index: 2;
}
/* increase header size after 600px */
@media all and (min-width: 600px) {
  .blockquote p {
    font-size: 1em;
    line-height: 1.2;
  }
}
/* Blockquote subheader */
.blockquote h4 {
  position: relative;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
  padding-top: 15px;
  z-index: 1;
  margin-left: 150px;
  padding-left: 12px;
}
.blockquote h4:first-letter {
  margin-left: -12px;
}
@media (max-width:993px) {
  .gradient-bg {
    background: linear-gradient(to right, #1d4592 70%, #ffffff 100%);
    ;
    min-height: 600px !important
  }
  .blockquote-wrapper {
    margin-bottom: 4em !important;
    padding: 0;
  }
  .quote img {
    max-width: 95% !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) {
  .icon-box {
    height: auto !important;
    text-align: center;
  }
  .icon-box img {
    margin: 0 auto 50px;
  }
}
.box-border {
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  padding: 3em;
}
.border-gradient {
  border-image-source: linear-gradient(to left, #3b6f7d, #a4c615, #af1146);
}
/* PACKAGE */
.package img {
  display: block;
  margin: 20px auto;
}
.box {
  align-self: auto;
}
.box-head {
  background-color: rgba(253, 210, 116, .6);
  margin-bottom: 2px;
  color: #ffffff;
  Font-weight: normal;
  font-size: 1.5em;
  text-align: center;
  padding: .2em .5em;
  line-height: 1;
}
.box-head span {
  color: #c6d24d;
  font-style: italic;
}
.box-body {
  background-color: rgba(253, 210, 116, .6);
  padding: 2em 1em;
  color: #002060;
  text-align: center;
}
.box-body li {
  text-align: left;
}
.box-body img {
  max-width: 100%;
  margin: 0 auto;
}
.box-active {
  align-self: auto;
}
.box-active .box-head {
  background-color: #7299aa;
  margin-bottom: 2px;
  color: #ffffff;
  Font-weight: bold;
  text-align: center;
  padding: .2em .5em;
}
.box-active .box-head span {
  color: #c6d24d;
  font-style: italic;
}
.box-active .box-body {
  background-color: #7299aa;
  padding: 2em 1em;
  color: #ffffff;
  text-align: left;
}
.box-active .box-body li {
  text-align: left;
}
.box-active .box-body img {
  max-width: 100%;
  margin: 0 auto;
}
.box2 {
  background-color: rgba(175, 16, 70, .4);
  padding: 1em;
  max-width: 80%;
  margin: 0 auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #7299aa;
  background-size: 80% 80% !important;
  border-radius: 50% !important;
  padding: .9em !important;
}
.price {
  font-size: 2em;
  margin-bottom: 0;
  position: relative;
}
.price-old {
  font-size: 2em;
  position: relative;
}
.price-old:before {
  content: " ";
  display: block;
  width: 90%;
  border-top: 3px solid rgba(255, 0, 0, 0.8);
  height: 12px;
  position: absolute;
  bottom: 12px;
  left: 5%;
  transform: rotate(-7deg);
}
.box-active .price-old:before {
  content: " ";
  display: block;
  width: 90%;
  border-top: 3px solid rgba(0, 0, 0, 0.8);
  height: 12px;
  position: absolute;
  bottom: 12px;
  left: 5%;
  transform: rotate(-7deg);
}
.basis {
  position: absolute;
  top: -40px;
  left: 0;
  color: #4f7b87;
  font-size: 60px;
}
.premium {
  position: absolute;
  top: -40px;
  right: 20px;
  transform: rotate(-10deg);
}
.premium-plus {
  position: absolute;
  top: -50px;
  right: 0;
  color: #f7a435;
  font-size: 60px;
  transform: rotate(20deg);
}
.plus {
  text-align: center;
  font-size: 7em;
  font-weight: bold;
  line-height: .1em;
  color: #a9c920;
}
.star {
  font-size: 12px;
  position: absolute;
  top: 3px;
}
.star2 {
  font-size: 12px;
}
.red {
  color: #B90609;
  font-weight: bold;
}
.box-active .red {
  color: #ffffff;
  text-shadow: 2px 2px 20px #ffffff;
}
/* Essential for Toggle Modus */
.display-control {
  display: none;
}
.container-hidden {
  height: 0;
  overflow: hidden;
}
label.card-btn {
  background: #c1c1c1;
  border-radius: 45px;
  border: none;
  font-size: 17px;
  font-weight: 600;
  padding: 25px 30px 0 90px;
  position: relative;
  height: 80px;
  max-width: 100%;
  transition: all .5s linear;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
  margin-left: -4em;
}
.right {}
label.card-btn {
  z-index: 1;
  margin-left: -4em;
}
.display-control:checked + label.card-btn {
  display: block;
  background-color: #2d5a77;
  color: #ffffff;
  padding: 25px 30px 0 90px;
  cursor: pointer;
  border: 0.125rem solid #2d5a77;
  box-shadow: none;
  z-index: 999;
}
@media (max-width:767px) {
  .input-group-prepend {
    max-width: 500px;
  }
  label.card-btn {
    background: #c1c1c1;
    border-radius: 50px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    max-width: 500px;
    transition: all .5s linear;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .3);
    margin-bottom: 2em;
    margin-left: 0 !important;
  }
  .display-control:checked + label.card-btn {
    display: block;
    background-color: #2d5a77;
    color: #ffffff;
    cursor: pointer;
    border: 0.125rem solid #2d5a77;
    box-shadow: none;
    z-index: 999;
  }
  .right {
    width: 250px;
    padding: 20px 10px 0 40px;
  }
  #content-main {
    display: block;
  }
  #content-mobile {
    display: none;
  }
  @media only screen and (max-width: 650px) {
    #content-main {
      display: none;
    }
    #content-mobile {
      display: block;
    }
    .widget-header .headline {
      font-size: 1.8rem !important
    }
    div.widget-submit .btn-primary {
      background-color: #f9a42e !important
    }
  }
  .accordion {
    background-color: #7299aa;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 900px;
    border: none;
    outline: none;
    font-size: 24px;
    transition: 0.4s;
    font-weight: bold;
    text-align: left;
  }
  /*
      .active, .accordion:hover {
      background-color: #5d889b;
      }*/
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  li {
    list-style-image: url(../img/checkbox-orange-s.png)
  }
  #content-main {
    display: block;
  }
  #content-mobile {
    display: none;
  }
  @media only screen and (max-width: 650px) {
    #content-main {
      display: none;
    }
    #content-mobile {
      display: block;
    }
  }
  .shadow-box {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  .margin-top {
    margin-top: -10%
  }
}
/* ------ FAMOS edit to MBR evergreen wbi ------*/
:root {
	--pri: #97D06A;
	--sec: #76B82A;
	--ter: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
    radial-gradient(at bottom center, var(--sec) 60%, white 100%);
	--quad: #0F1111;
	--att: #fa8c24;
}
/* color edits */
/*top*/
.gradient-bg {
	background: var(--ter);
}
.highlight-green {
	padding: 3px 20px;;
	background-color: var(--sec);
	color: var(--quad);
}
.color-edit {
	color: var(--quad);
}
.down-edit {
	margin-bottom: -28px;
}
@media screen and (min-width:769px){
	img.md-bigger {
		max-width: 130%;
		width: 130%;
	}
}
/*bottom*/
.subhead {
	font-size: 20px;
	background-color: #f4f4f4;
}
/* overall edits */
.mark {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='480' height='42' preserveAspectRatio='none' viewBox='0 0 480 42'%3E%3Cpath fill='%23FFE200' fill-opacity='.75' d='m.7884025 41.3449275c15.8171024-1.6206809 71.8777185-.9529412 87.8950374-1.5331327 16.0173191-.5801915 83.3901661-.745318 100.1082431-.667414 16.718076.0779039 83.089842-.0805484 99.607702.4720956s171.593663-4.1777204 188.411848-.5026041c3.203464.64141 4.604979-37.03709852 1.301407-37.67784118-16.217535-3.4897587-170.292256 1.04456951-186.710008.30189599s-84.391249-.1001373-101.509758.0139905c-17.11851.1141278-84.191033.7506573-101.2094341 1.7162471-17.0184014.9655898-47.6903594-.51449033-88.09525389.58732435-.90097419.38473091-.7007577 37.29511244.20021649 37.28943844z'/%3E%3C/svg%3E") bottom center/97% 78% no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='479' height='47' preserveAspectRatio='none' viewBox='0 0 479 47'%3E%3Cpath fill='%23FFE200' fill-opacity='.3' d='m478.156709 8.7824162c-15.838938 1.2871448-71.877674-.56274795-87.900678-.3203145-16.023003.24243345-83.384536-1.01313476-100.097964-1.44357365-16.713429-.43043889-83.073982-1.67157136-99.579885-2.57252834-16.505903-.90095697-171.7612979-2.11020331-188.38083741-3.47061103-1.44382456 9.18867382-1.72962966 27.64863472-1.88448384 37.65056312 49.37498245 2.5658616 109.46343725.852584 186.67624025 3.6352676s84.372323 1.8796999 101.489075 2.126551 84.185321 1.0246833 101.215168.4179614 47.672574 1.5201394 88.086209 1.2703448c.906745-.365732 1.278032-37.28033554.377156-37.2936604z'/%3E%3C/svg%3E") top left/96% 100% no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
br.mbr {
	display: inline-block;
}
ul.check {
	list-style-image: url("../img/checkbox-orange-s.png");
}
@media screen and (max-width:768px) {
	br.mbr {
		display: none;
	}
	.down-edit {
		margin-bottom: -23px
	}
}
@media screen and (max-width:450px){
	.down-edit {margin-bottom: -18px;}
}
@media screen and (max-width:380px){
	.down-edit {margin-bottom: -24px;}
}
@media screen and (max-width:320px){
	.down-edit {margin-bottom: -28px;}
}