/* roboto-slab-regular - latin */

/* roboto-slab-700 - latin */

/* roboto-regular - latin */

/* roboto-italic - latin */

/* roboto-700 - latin */

/* roboto-700italic - latin */

:root {
  --color-red: #cc0000;
  --color-yellow: #ffff00;
  --color-black: #333333;
  --color-white: #ffffff;
  --color-green: #009999;
  --color-blue: #6A9FC9;
  --color-icon: #fbe4d5;
  --color-lightblue: rgba(11,109,174,0.4);
  --color-grey: #666666;
  --font-size: 20px;
  --line-height: 140%;
  --font: 'Roboto',sans-serif --700: 700;
  --courier: "courier", sans-serif;
  --fire: "Fira Sans", sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto',sans-serif;
  font-size: 20px;
  line-height: 1.3;
  background-color: #FFF;
}

section {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
  font-weight: 700;
  font-size: 3.0em;
  line-height: 1.3;
}

h2 {
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1.3em;
}

h3 {
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.45em;
}

h4 {
  font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.3em;
}

b {
  font-weight: 700;
}

a {
  color: #4077aa;
  font-weight: 700;
}

a:hover {
  text-decoration: none;
}

.content {
  max-width: 1140px;
  margin: auto;
  padding: 0px;
}

.container {
  max-width: 1140px;
  margin: auto;
  padding: 10px;
}

.container1 {
  max-width: 960px;
  margin: auto;
  padding: 10px;
}

.container2 {
  max-width: 1280px;
  margin: auto;
  padding: 10px;
}

.container3 {
  max-width: 1000px;
  margin: auto;
  padding: 10px;
}

.columns {
  display: flex;
  flex-direction: column;
}

.columns2 {
  display: flex;
  flex-direction: row;
}

.lnkImage {
  display: block;
  line-height: 0;
}

.txt {
  flex: 1 0 0;
}

.img {
  text-align: center;
}

.more-right-margin {
  margin-right: 0;
}

.center {
  align-self: center;
}

.order-bottom {
  order: 2;
}

.order-top {
  order: 1;
}

.top {
  background-color: #F1F1F1;
  padding: 1em;
  font-size: .7em;
  line-height: normal;
}

.top .logo {
  width: 90px;
}

.top .txt:last-child {
  text-align: right;
}

.top .txt:last-child span:last-child {
  padding-left: 1em;
}

.top .out {
  display: none;
}

.top .out-inline {
  display: none;
}

.top a {
  font-weight: 400;
  color: black;
  text-decoration: none;
}

.top a:hover {
  text-decoration: underline;
}

.head {
  padding: 1em;
}

.head .txt {
  order: 2;
}

.head .img {
  order: 1;
}

.head h3 {
  font-weight: 300;
}

.beige {
  background: #faf27c;
  padding: .1em .2em;
}

.red {
  color: #b40000;
}

.green {
  color: #019920;
  font-weight: 700;
}

.smaller {
  font-size: .9em;
  line-height: normal;
}

.light {
  background: #f1f1f1;
}

.light h3 {
  color: #004171;
}

.lightblue {
  background: #d4e5f6;
}

.white {
  color: white !important;
}

.orange {
  color: #ffaa51;
}

.middle {
  text-align: center;
}

.arrow {
  margin-bottom: -80px;
}

.arrow1 {
  margin-bottom: -80px;
  margin-left: 100px;
}

.link {
  text-decoration: none;
  font-weight: normal;
}

.link:hover {
  text-decoration: underline;
  font-weight: bold;
}

.box {
  background: #02577a;
  text-align: center;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 1em;
  position: relative;
  transition: all .25s;
  min-height: 400px;
}

.box:hover {
  box-shadow: 0px 14px 28px rgba(0,0,0,.5);
}

.box h4 {
  margin: 0;
  color: #e3f7ff;
}

.box h3 {
  color: white;
  margin-top: 0;
}

.box .lnkImage {
  margin: 3em 0;
}

.innerBox {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  background-color: #b5e3f6;
  color: #02577a;
  height: 100%;
  padding: 1em;
  display: none;
  text-align: left;
  font-size: .9em;
  line-height: 1.4em;
}

.innerBox .list2 li {
  background-position: left .5em;
}

.innerBox b, .lnkBlue {
  color: #02577a;
}

.minHeight {
  min-height: 480px;
}

.box3 {
  background: #02577a;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 1em;
  transition: all .25s;
}

.box3 h4 {
  margin-top: .75em;
  font-weight: 400;
}

.box6 {
  background: #f1f1f1;
  color: #333333;
  text-align: center;
  border-radius: 6px;
  padding: 1em;
  margin-bottom: 1em;
  transition: all .25s;
}

.box6 h4 {
  margin-top: .75em;
  font-weight: 400;
  color: #333333;
}

.box4 {
  background: #d4e5f6;
  color: #004171;
}

.box4:hover {
  box-shadow: 0px 1px 10px #999;
}

.unten {
  margin-bottom: 7%;
}

.big20 {
  font-size: 20px;
}

.big26 {
  font-size: 26px;
}

.bg_blue1 {
  background-color: #ccebeb;
}

.comment {
  background: url(assets/img/quotes.png) left top no-repeat;
  padding-left: 3.8em;
  color: #2f699f;
}

.comment b {
  color: #4077aa;
}

.comment p:last-child {
  text-align: right;
  font-size: .7em;
  font-weight: 700;
}

.countersection {
  background: #564844;
  color: #eee1d0;
}

.countersection h3 {
  color: #eee1d0;
  font-size: 5em;
  font-weight: bold;
}

.countersection h3::before {
  margin-right: 0;
  height: 0;
  width: 0;
  min-width: 0;
}

.counter {
  padding: 30px 0 30px 0;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-self: center;
  border-bottom: 5px solid #FFFFFF;
}

.counter h3 {
  padding: 0;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  align-self: center;
  border-right: none;
}

.count-title {
  font-size: 40px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}

.count-text {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
}

top h2 {
  margin-top: 0;
}

.cc_banner-wrapper {
  display: none;
}

.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: .6em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2em;
}

.out-block {
  display: none;
}

.out-flex {
  display: none;
}

.out-desk {
  display: block;
}

.close {
  display: none;
  margin-top: 2em;
}

.btnOpen {
  display: inline-block;
  margin-top: 1em;
  background: url(assets/img/on.png) right center no-repeat;
  padding-right: 2em;
}

.box2 {
  display: none;
  background: #F8F8F8;
  padding: 1em;
  margin-bottom: 1em;
  font-weight: 300;
}

.box2 b {
  font-weight: 500;
}

.box2 p:first-child {
  margin: .25em 0;
}

.box2 ul {
  list-style-type: disc;
  padding-left: 3em;
}

.title {
  margin-bottom: 2px;
  padding: .5em 1em;
  background: #F1F1F1;
  display: flex;
}

.title:hover {
  cursor: pointer;
  background: #EEE;
}

.first {
  border-radius: 6px 6px 0 0;
}

.last {
  border-radius: 0 0 6px 6px;
}

.title h3 {
  color: #666;
  font-size: 1em;
  font-weight: 400;
  flex: 1;
  margin: 0;
}

.title img {
  align-self: center;
}

.turn {
  transform: rotate(180deg);
  transition: all .5s;
}

.turnBack {
  transform: rotate(0deg);
  transition: all .5s;
}

.headline h2 {
  margin: 0;
  border-left: 10px solid #043978;
  padding-left: .5em;
}

.author {
  font-weight: 300;
  font-size: .9em;
  text-align: left;
  line-height: 1.5em;
}

.ui-widget-content {
  border: 0 !important;
}

.ui-tooltip {
  background: rgba(0,65,113,.8);
  color: white;
  font-size: .8em;
  line-height: 1.4em;
}

.cut {
  color: red;
  text-decoration: line-through;
}

.black {
  color: #333;
}

.move {
  animation-name: jump;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes jump {
  from {
    transform: translateY(0%);
  }
  5% {
    transform: translateY(-5%);
  }
  10% {
    transform: translateY(-0%);
  }
  15% {
    transform: translateY(-3%);
  }
  20% {
    transform: translateY(-0%);
  }
  25% {
    transform: scale(1.1);
  }
  30% {
    transform: scale(1);
  }
  to {
    transform: translateY(-0%);
  }
}

@media only screen and (min-width: 640px) {
  .blue .columns {
    flex-direction: row;
  }
}

@media only screen and (min-width: 640px) {
  .blue .box {
    min-width: 48%;
    max-width: 48%;
  }
}

@media only screen and (min-width: 640px) {
  .blue .box:first-child, .blue .box:nth-child(3), .blue .box:nth-child(5) {
    margin-right: 1em;
  }
}

@media only screen and (min-width: 640px) {
  .more-top-padding {
    padding-top: 3em;
  }
}

@media only screen and (min-width: 960px) {
  body {
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 960px) {
  .top .logo {
    width: 182px;
  }
}

@media only screen and (min-width: 960px) {
  .top .txt:last-child {
    text-align: right;
  }
}

@media only screen and (min-width: 960px) {
  .top .txt:last-child span:last-child {
    padding-left: .5em;
  }
}

@media only screen and (min-width: 960px) {
  .top .out {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .top .out-inline {
    display: inline;
  }
}

@media only screen and (min-width: 960px) {
  .top .block {
    display: block;
    margin: .75em 0;
  }
}

@media only screen and (min-width: 960px) {
  .top .block img {
    vertical-align: bottom;
  }
}

@media only screen and (min-width: 960px) {
  .top .mail {
    padding-left: .5em;
  }
}

@media only screen and (min-width: 960px) {
  .order-bottom {
    order: 1;
  }
}

@media only screen and (min-width: 960px) {
  .order-top {
    order: 2;
  }
}

@media only screen and (min-width: 960px) {
  .columns {
    flex-direction: row;
  }
}

@media only screen and (min-width: 960px) {
  .head .txt {
    order: 1;
  }
}

@media only screen and (min-width: 960px) {
  .head .img {
    order: 2;
  }
}

@media only screen and (min-width: 960px) {
  .txt *:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 960px) {
  .txt *:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .img {
    padding-top: .4em;
  }
}

@media only screen and (min-width: 960px) {
  .more-right-margin {
    margin-right: 2em;
  }
}

@media only screen and (min-width: 960px) {
  .more-right-margin2 {
    margin-right: 3em;
  }
}

@media only screen and (min-width: 960px) {
  .more-top-margin {
    margin-top: 2em;
  }
}

@media only screen and (min-width: 960px) {
  .more-top-margin2 {
    margin-top: 1em;
  }
}

@media only screen and (min-width: 960px) {
  .more-top-margin3 {
    margin-top: 3em;
  }
}

@media only screen and (min-width: 960px) {
  .more-bottom-margin {
    margin-bottom: 2em;
  }
}

@media only screen and (min-width: 960px) {
  .box3 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .imgSize {
    width: 312px;
    text-align: center;
  }
}

@media only screen and (min-width: 960px) {
  .out-block {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .out-flex {
    display: flex;
  }
}

@media only screen and (min-width: 960px) {
  .out-desk {
    display: none;
  }
}

@media only screen and (min-width: 960px) {
  .author {
    max-width: 245px;
  }
}

@media only screen and (min-width: 960px) {
  .widthCover {
    max-width: 312px;
  }
}

@media only screen and (min-width: 960px) {
  .centerDesk {
    align-self: center;
  }
}

@media only screen and (min-width: 960px) {
  .counter {
    padding: 30px 0 30px 0;
    width: 33%;
    text-align: center;
    justify-content: center;
    align-self: center;
    border-bottom: 5px solid #bed000;
  }
}

@media only screen and (min-width: 960px) {
  .counter {
    padding: 20px 0 10px 0;
    width: 33%;
    text-align: center;
    justify-content: center;
    align-self: center;
    border-bottom: none;
  }
}

@media only screen and (min-width: 960px) {
  .counter h3 {
    border-right: 5px solid #ffffff;
  }
}

.bg2 {
  background: url( "../../assets/img/bg_bewerber_1007757580.png") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  scroll-behavior: smooth!important;
}

.bg8 {
  background: #564844;
}

.bg7 {
  background: #ffffff;
}

.bg3 {
  background: #ccebeb;
}

.bg4 {
  background-color: #DBE8F2;
}

.bg5 {
  background: #e7e6e6;
}

.bg6 {
  background: #f1f1f1;
}

.bggreen {
  background-color: #D9F2D0;
}

.bgred1 {
  background-color: #EDA1AF;
}

.video-teaser {
  background-color: rgba(241,241,241,1);
  padding: 20px;
  border-radius: 10px;
  margin: 1rem auto;
  box-shadow: 0px 0px 5px #808080;
}

.video-teaser1 {
  background-color: rgba(255,255,255,1);
  padding: 20px;
  border-radius: 10px;
  margin: 1rem auto;
  box-shadow: 0px 0px 5px #808080;
}

.video-teaser-body {
  margin-bottom: 0px;
  padding-top: 1rem!important;
}

.video-teaser-body > p {
  margin-bottom: 0px;
  text-align: left;
  border-right: 1px solid #eee;
  padding-right: 30px;
  margin-left: 30px;
}

.video-teaser-body > p:last-child {
  border-right: unset;
  padding-right: 0px;
  text-align: center!important;
  padding-top: 10px;
}

ul.green-check {
  margin-left: 1.5em;
  list-style: none;
}

ul.green-check li {
  position: relative;
  line-height: 1.3;
  padding-left: 20px;
  padding-bottom: 25px;
  list-style: none;
  word-break: break-word;
}

ul.green-check li::before {
  position: absolute;
  left: -1.5em;
  top: -0.3em;
  content: url( "../img/list.png") " ";
}

ul.green-check1 {
  margin-left: 1.5em;
  list-style: none;
  list-style: none;
}

ul.green-check1 li {
  position: relative;
  line-height: 1.3;
  padding-left: 20px;
  padding-bottom: 25px;
  list-style: none;
  word-break: break-word;
}

ul.green-check1 li::before {
  position: absolute;
  left: -1.5em;
  top: -0.3em;
  content: url( "check_icons_green.png") " ";
}

.comment {
  background: url( "quotes.png") left top no-repeat;
  padding-left: 3.8em;
  color: #2f699f;
}

.comment b {
  color: #4077aa;
}

.comment p:last-child {
  text-align: right;
  font-size: .7em;
  font-weight: 700;
}

.bg-orange {
  background-color: var(--color-icon);
}

.orange {
  color: var(--color-icon);
}

.border-orange {
  border: 3px solid #FFFFFF;
}

.bg-black {
  background-color: var(--color-black);
}

.black {
  color: var(--color-black);
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.yellow {
  color: var(--color-yellow);
}

.bg-blue {
  background-color: var(--color-blue);
}

.bg-lightblue {
  background-color: var(--color-lightblue);
}

.blue {
  color: var(--color-blue);
}

.bg-red {
  background-color: var(--color-red);
}

.red {
  color: var(--color-red);
}

.green {
  color: var(--color-green);
}

video.responsive-video {
  max-width: 800px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.btn-primary1 {
  border: 0px;
  margin: 0.5rem auto;
  color: #403c3c;
  box-shadow: 2px 2px 8px rgba(26,26,26,.8);
  font-size: 1em;
  letter-spacing: 1px;
  padding: 10px 55px;
  position: relative;
  font-weight: 500;
  word-break: break-word;
  white-space: normal;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #fffe00), color-stop(1, #ffc000) );
  border: 2px solid #ffffff;
  border-radius: 10px;
  line-height: 130%;
}

.btn-primary1:hover {
  word-break: break-word;
  white-space: normal;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #ffc000), color-stop(1, #d1ac3c) );
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 10px rgba(26,26,26,.8);
  color: #005C9E;
}

.btn-primary1:active {
  word-break: break-word;
  white-space: normal;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #fffe00), color-stop(1, #ffc000) );
  border: 2px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  box-shadow: 4px 4px 10px rgba(26,26,26,.8);
  color: #005C9E;
}

button.normal {
  font-size: 24px !important;
}

button.btn-primary1::after {
  content: url( "https://vguf.de/do/do_35/image005.png")"";
  position: absolute;
  transform: rotate(-30deg);
  right: -15px;
  word-break: break-word;
  white-space: normal;
}

.rotate90 {
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.box {
  background: #f1f1f1;
  padding: 70px 25px 25px;
  margin-top: 80px;
  position: relative;
  min-height: 180px;
}

.box img {
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -60px;
}

.editor-content .colored {
  color: #019920;
}

.editor-content .bigger {
  font-size: 19px;
}

.editor-content ul {
  list-style: none;
  margin: 5px 0 20px;
  padding: 0 0 0 28px;
}

.editor-content ul li {
  margin-top: 10px;
}

.editor-content ul li:before {
  content: '';
  display: inline-block;
  float: left;
  height: 20px;
  width: 20px;
  background: url('../../images/check_red.png') center center no-repeat;
  background-size: 20px 20px;
  font-size: 16px;
  margin-left: -28px;
  margin-right: 8px;
}

.editor-content ul.list-1 {
  margin: -10px 0 20px;
}

.editor-content ul.list-1 li {
  margin-top: 0;
}

.editor-content ul.list-1 li:before {
  background: none;
  font-family: 'Glyphicons Halflings';
  content: "\e013";
  color: #019920;
  display: inline-block;
  font-size: 18px;
  margin-left: -25px;
  padding-right: 7px;
  margin-top: -2px;
}

ul.black-arrow {
  margin-left: 0.5em;
  list-style: none;
  list-style: none;
}

ul.black-arrow li {
  position: relative;
  line-height: 150%;
  padding-left: 10px;
  padding-bottom: 10px;
  list-style: none;
  word-break: break-word;
}

ul.black-arrow li::before {
  position: absolute;
  left: -1.5em;
  top: 0.1em;
  content: url("pfeil_schwarz_shutterstock_1297208422_25px.png") " ";
}

.list {
  list-style-type: none;
  padding-left: 0;
}

.list > li {
  background: url(../../assets/img/list.png) left .5em no-repeat;
  padding: 0.7em 0 .5em 2.4em;
  /*background: url("../../assets/img/list.png") left;*/
}

/* Media Queries */

@media screen and (max-width: 3840px) and (min-width:1024px) {
  .font1 {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 1200px) {
  .font1 {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 3em;
  }
}

@media only screen and (min-width: 1200px) {
  h2 {
    font-size: 1.95em;
  }
}

@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 1.55em;
  }
}

@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 1.25em;
  }
}

@media only screen and (min-width: 1200px) {
  .btn {
    padding: .5em 2em;
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 1200px) {
  .blue .box {
    min-width: 355px;
    max-width: 355px;
  }
}

@media only screen and (min-width: 1200px) {
  .box:nth-child(3) {
    margin-right: 0em;
  }
}

@media only screen and (min-width: 1200px) {
  .blue .box:first-child, .blue .box:nth-child(2), .blue .box:nth-child(4) {
    margin-right: 1em;
  }
}

@media only screen and (min-width: 1200px) {
  .ui-tooltip {
    min-width: 358px;
  }
}

@media only screen and (min-width: 960px) {
  .top .logo {
    width: 182px;
  }
}

@media only screen and (min-width: 960px) {
  .top .txt:last-child {
    text-align: right;
  }
}

@media only screen and (min-width: 960px) {
  .top .txt:last-child span:last-child {
    padding-left: .5em;
  }
}

@media only screen and (min-width: 960px) {
  .top .out {
    display: block;
  }
}

@media only screen and (min-width: 960px) {
  .top .out-inline {
    display: inline;
  }
}

@media only screen and (min-width: 960px) {
  .top .block {
    display: block;
    margin: .75em 0;
  }
}

@media only screen and (min-width: 960px) {
  .top .block img {
    vertical-align: bottom;
  }
}

@media only screen and (min-width: 960px) {
  .top .mail {
    padding-left: .5em;
  }
}

@media only screen and (min-width: 960px) {
  .txt *:first-child {
    margin-top: 0;
  }
}

@media only screen and (min-width: 960px) {
  .txt *:last-child {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 960px) {
  .font1 {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 960px) {
  .counter h3 {
    border-right: 5px solid #ffffff;
  }
}

@media screen and (max-width: 1024px) and (min-width:769px) {
  .mobile {
    display: none;
  }
}

.font1 {
  font-size: 0.8em;
}

@media screen and (max-width: 768px) and (min-width: 669px) {
  .mobile {
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 669px) {
  .mobile1 {
    display: none;
  }
}

@media screen and (max-width: 768px) and (min-width: 669px) {
  h1 {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 700;
    font-size: 1.0em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 768px) and (min-width: 669px) {
  h2 {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 700;
    font-size: 1..75em;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 768px) and (min-width: 669px) {
  h3 {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.45em;
  }
}

@media screen and (max-width: 768px) and (min-width: 669px) {
  h4 {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.3em;
  }
}

@media screen and (max-width: 768px) and (min-width: 669px) {
  .font1 {
    font-size: 1em;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  .mobile {
    display: none;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  video.responsive-video {
    max-width: 640px;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  .mobile1 {
    display: none;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  .font1 {
    font-size: 1em;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  .content {
    max-width: 668px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  .container {
    max-width: 668px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  .container1 {
    max-width: 668px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  .container2 {
    max-width: 668px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  h1 {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 700;
    font-size: 1.8em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  h2 {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 700;
    font-size: 1..45em;
    line-height: 1.3;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  h3 {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.2em;
  }
}

@media screen and (max-width: 668px) and (min-width: 0px) {
  h4 {
    font-family: 'Roboto Slab',sans-serif;
    font-weight: 700;
    line-height: 1.3;
    font-size: 1.15em;
  }
}

@media screen and (max-width: 550px) and (min-width: 0px) {
  .font1 {
    font-size: 1em;
  }
}

@media screen and (max-width: 550px) and (min-width: 0px) {
  .content {
    max-width: 550px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 550px) and (min-width: 0px) {
  .container {
    max-width: 550px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 550px) and (min-width: 0px) {
  .container1 {
    max-width: 550px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 550px) and (min-width: 0px) {
  .container2 {
    max-width: 550px;
    margin: auto;
    padding: 10px;
  }
}

@media screen and (max-width: 550px) and (min-width: 0px) {
  .btn-primary1 {
    max-width: 300px;
    border: 0px;
    margin: 0.5rem auto;
    color: #403c3c;
    box-shadow: 2px 2px 8px rgba(26,26,26,.8);
    font-size: 1em;
    letter-spacing: 1px;
    padding: 10px 55px;
    position: relative;
    font-weight: 500;
    word-break: break-word;
    white-space: normal;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.05, #fffe00), color-stop(1, #ffc000) );
    border: 2px solid #ffffff;
    border-radius: 10px;
    line-height: 130%;
  }
}

li {
  margin-bottom: 10px;
}

