/* ---------------------------------------------------------------- */
/*               MGV Corporate Design Colors and Fonts              */
/* ---------------------------------------------------------------- */
/*
Corporate Font:
Montserrat (Regular Bold)

Blue:
#2359a1

Yellow:
#fec30d

Amber:
#f9b000

Red:
#c73538

Darkred: #962A2B

Black:
#292929

 */

/* ---------------------------------------------------------------- */
/*                         Global Settings                          */
/* ---------------------------------------------------------------- */

body {
  font:
    400 15px/1.8 Lato,
    sans-serif;
  color: #777777;
  padding-top: 50px;
}

h3 {
  margin: 10px 0 30px 0;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  letter-spacing: 5px;
  font-size: 20px;
  color: #292929;
  text-align: center;
}

h4 {
  margin: 0 0 11px 0;
  font:
    600 15px/1.8 Montserrat,
    sans-serif;
  text-align: left;
  color: #292929;
}

a {
  color: #2359a1;
  text-decoration: none;
}

a:hover {
  color: #173863;
  text-decoration: underline;
}
a:visited,
a:focus {
  color: #558fd6;
  text-decoration: none;
}

/*Container Standard*/
.container {
  padding: 80px 80px;
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    padding: 80px 120px;
  }
}

/*Container Tablet*/
@media screen and (max-width: 767px) {
  .container {
    padding: 80px 60px;
  }
}

/*Container Phone*/
@media only screen and (max-width: 480px) {
  .container {
    padding: 80px 27px;
  }
}

.bg-0 {
}

.bg-1 {
  background: #f1f1f1;
}

.btn {
  padding: 10px 20px;
  background-color: #c73538;
  color: #f1f1f1;
  border-radius: 0;
  transition: 0.2s;
}

.btn:hover,
.btn:focus {
  border: 1px solid #292929;
  background-color: #fff;
  color: #292929;
}

.person {
  /* border: 3px solid transparent; Hover Ring*/
  margin-bottom: 25px;
  width: 80%;
  height: 80%;
  opacity: 0.9;
  max-width: 180px;
}

.person:hover {
  /* border-color: #c73538; Hover Ring*/
}

fig {
  font:
    400 13px/1.8 Lato,
    sans-serif;
  font-style: italic;
}

/* ---------------------------------------------------------------- */
/*                   Overwriting Table Properties                   */
/* ---------------------------------------------------------------- */

.fatborder th {
  border-top: 2px solid #292929 !important ;
  border-bottom: 2px solid #292929 !important ;
}

.fatborder td {
  border-top: 1px solid #292929 !important ;
  border-bottom: 1px solid #292929 !important ;
}

.noborder th {
  border-top: 0px solid #292929;
  border-bottom: 0px solid #292929;
}

.noborder td {
  border-top: 0px solid #292929 !important;
  border-bottom: 0px solid #292929;
  border-color: green;
}

/* Remove Bootstrap Responsive Borders */
@media screen and (max-width: 767px) {
  .table-responsive {
    border: 0px solid #111;
  }
}

.table {
  text-align: left;
}

/* ---------------------------------------------------------------- */
/*                  Overwriting Carousel Properties                 */
/* ---------------------------------------------------------------- */
.slider-size {
  height: 100%;
}

.carousel-inner > .item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.carousel-inner {
  width: 100%;
  padding-top: 40%; /* was 50%*/
  position: relative;
}

/*Container Tablet*/
@media screen and (max-width: 767px) {
  .carousel-inner {
    padding-top: 50%;
  }
}

/*Container Phone*/
@media only screen and (max-width: 480px) {
  .carousel-inner {
    padding-top: 50%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
  .carousel-inner {
    padding-top: 30%;
  }
}

.carousel-text {
  font-family: Montserrat, sans-serif;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  width: 70%; /* Need a specific value to work */
  top: min(18%, 110px);
  z-index: 10;
  color: #292929;
  text-align: left;

  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none;
}

.carousel-text h3 {
  text-align: left !important;
  font-size: 7.5vw;
}

.carousel-text h2 {
  font-size: min(4vw, 80px);
}

.carousel-text h1 {
  font-size: 3vw;
}

@media screen and (max-width: 767px) {
  .carousel-text {
    text-align: center;
    padding-left: 0%;
  }

  .carousel-text h1 {
    display: none;
  }

  .carousel-text p {
    font-size: 3vw;
  }

  .carousel-inner {
    padding-top: 40%;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) {
  .carousel-text p {
    font-size: 1.5vw;
  }

  .carousel-inner {
    padding-top: 30%;
  }
}

/*
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
      height: 56.25%;
      margin: auto;
}

  .carousel-inner img {
      /*max-width: 100%;  /*  Set width to 100%  
      max-height: 100%;
      margin: auto;
      max-width: 100%;
      width: auto;
      height: auto;
      vertical-align: middle;
      display: block;
  }
  .carousel-caption h3 {      
      color: #fff !important;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; Hide the carousel text when the screen is less than 600 pixels wide 
    }
  }
  */

/* ---------------------------------------------------------------- */
/*                   Overwriting NAVBAR Properties                  */
/* ---------------------------------------------------------------- */

/* General NAVBAR Settings */
.navbar {
  font-family: Montserrat, sans-serif;
  background-color: #c73538;
  border: 0;
  font-size: 12px !important;
  border-bottom: 1px solid #ba3033;
  color: #fff;
}

.dropdown-menu {
  font-family: Montserrat, sans-serif;
  font-size: 11px !important;
}

/* Set Colors To White */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #fff;
}

/* Set Hover Over Active to Grey */
/*.navbar-default .navbar-brand:hover, <<-- dont like it grey!! */
.navbar-default .navbar-nav > .active > a:hover {
  color: #d2d2d2;
}

/* Create Transparent Underline for Every Link */
.navbar-default .navbar-nav > li > a {
  border-bottom: 2px solid transparent;
}
@media only screen and (min-width: 768px) {
  .navbar-default .navbar-nav > li > a {
    padding: 2px; /*removing spacing*/
    margin: 14px; /*add spacing*/
  }
}

/* Make Underline Visible */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:hover {
  border-bottom: 2px solid #fff !important;
  background-color: transparent !important;
}

/* Set Line Hover Over Active to Grey */
.navbar-default .navbar-nav > .active > a:hover {
  border-bottom: 2px solid #d2d2d2 !important;
  background-color: transparent !important;
}

/* ------ Dropdown Menu ------ */

/* Hide Borders */
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: #fff;
}

/* Make Standard Text Black, Background White */
.dropdown-menu > li > a {
  color: #292929;
  background-color: #fff;
}

/* Special Case Hover Text White, Background Red*/
.dropdown-menu > li > a:hover {
  color: #fff;
  background-color: #c73538 !important;
}

/*Special Case Active Text Stays Black, Background Grey*/
.dropdown-menu > .active > a {
  color: #292929;
  background-color: #d2d2d2;
}

/* Mobile Standard Settings */
/* Set Border White */
.navbar-default .navbar-toggle {
  border-color: #fff;
}

/* Set Stripes White */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* Seit BG red */
.navbar-default .navbar-toggle:focus {
  background-color: #c73538;
}

/* Mobile Hover Settings  */
/* Set BG white */
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
/* Set Stripes Red */
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #c73538;
}

/* Change Selection Style for Mobile Devices */
@media screen and (max-width: 767px) {
  /* Remove Underlines for Mobile */
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus,
  .navbar-default .navbar-nav > li > a,
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    border-bottom: none !important;
  }

  /* Define Active */
  .navbar-default .navbar-nav > .active {
    background-color: #962a2b !important;
  }
  /* Define Hover */
  .navbar-default .navbar-nav > li:hover {
    background-color: #fff !important;
    color: #292929;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #292929;
  }

  /* Define Active Hover */
  .navbar-default .navbar-nav > .active:hover {
    background-color: #f1f1f1 !important;
  }
  .navbar-default .navbar-nav > .active > a:hover {
    color: #292929;
  }

  /* Mobile Dropdown */
  /* Standard: Text White, Background Red */

  .navbar-default .navbar-nav .dropdown-menu > li > a,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a,
  .navbar-default .navbar-nav .active .dropdown-menu > li > a {
    color: #fff;
    background-color: #c73538;
  }

  /* Hover: Text Black, Background White*/
  .navbar-default .navbar-nav .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .active .dropdown-menu > li > a:hover {
    color: #292929;
    background-color: #fff !important;
  }

  /* Active: Text White, Background DarkRed */
  .navbar-default .navbar-nav .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .active .dropdown-menu > .active > a {
    color: #fff;
    background-color: #962a2b !important;
  }

  /* Active AND Hover: Text Black, Background Grey */
  .navbar-default .navbar-nav .dropdown-menu > .active:hover > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active:hover > a,
  .navbar-default .navbar-nav .active .dropdown-menu > .active:hover > a {
    color: #292929;
    background-color: #f1f1f1 !important;
  }

  /* Remove Formatting of Dropdown Parent f */
  /* Define Hover }*/
  .navbar-default .navbar-nav .open > a.dropdown-toggle,
  .navbar-default .navbar-nav .open > a.dropdown-toggle:focus {
    background-color: #c73538 !important;
    color: #fff;
  }

  .navbar-default .navbar-nav .active > a.dropdown-toggle,
  .navbar-default .navbar-nav .active > a.dropdown-toggle:focus {
    background-color: #962a2b !important;
    color: #fff;
  }

  .navbar-default .navbar-nav .open > a.dropdown-toggle:hover {
    background-color: #fff !important;
    color: #292929;
  }

  .navbar-default .navbar-nav .active > a.dropdown-toggle:hover {
    background-color: #f1f1f1 !important;
    color: #292929;
  }

  .navbar-default .navbar-nav > .open .active > li.dropdown,
  .navbar-default .navbar-nav > .open .active > li.dropdown:hover,
  .navbar-default .navbar-nav > .open .active > li.dropdown:focus {
    background-color: #962a2b !important;
    color: #fff;
  }
}

/* ---------------------------------------------------------------- */
/*                           Header Logo                            */
/* ---------------------------------------------------------------- */

.home-beacon {
  position: fixed;
  padding-left: 15px;
  padding-top: 20px;
  z-index: 1000;
}
.header-logo {
  width: 50px;
  position: absolute;
  -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.3));
}

@media screen and (max-width: 767px) {
  .header-logo {
    display: none !important;
  }
}

/* ---------------------------------------------------------------- */
/*                           RegisterBox                            */
/* ---------------------------------------------------------------- */

.registerbox {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  position: relative;
  width: 49%;
  background-color: white;
  margin-bottom: 20px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.registerbox > .title {
  padding: 20px;
  color: #292929;
}

.registerbox > .image {
  width: 100%;
  height: auto;
}

.registerbox > .list {
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 992px) {
  .right {
    float: left;
  }
  .registerbox {
    width: 100%;
  }
}

/* ---------------------------------------------------------------- */
/*                             Timeline                             */
/* ---------------------------------------------------------------- */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;

  border-top: 20px solid #292929;
}

.img-timeline {
  display: block;
  width: 100%;
  height: auto;
}

.timeline-title {
  padding-bottom: 20px;
  float: right;
  display: inline-block;
}

.timeline:before {
  top: 0;
  bottom: 55px;
  position: absolute;
  content: " ";
  width: 5px;
  background-color: #292929;
  left: 50%;
  top: 40px;
  margin-left: -1.8px;
}
.timeline > li {
  margin-top: 0px;
  margin-bottom: 30px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  background-color: #fff;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  top: -6px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  z-index: 900;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 18px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 19px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  /*background-color: #999999;*/
  z-index: 100;
  /*
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  */
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: red !important;
}
.timeline-badge a:hover {
  color: green !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {
  padding: 0px 20px 20px 20px;
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}
.timeline-footer {
  padding: 20px;
  padding-bottom: 20px;
  color: #292929;
}

.timeline > li.timeline-inverted {
  float: right;
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
.timeline > li:nth-child(2) {
  margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
  left: -12px;
}

@media only screen and (max-width: 992px) {
  ul.timeline:before {
    left: 14px;
    top: 55px;
    bottom: 10px;
  }

  ul.timeline > li {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    float: left;
    clear: left;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 44px);
    width: -moz-calc(100% - 44px);
    width: -webkit-calc(100% - 44px);
  }

  ul.timeline > li > .timeline-badge {
    left: 2.5px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline > li.timeline-inverted {
    float: left;
    clear: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .timeline > li.timeline-inverted > .timeline-badge {
    left: 2.5px;
  }

  .arrow-down {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 20px solid #292929;
  }
}

.circle {
  display: inline-block;
  background-color: #f1f1f1;
  width: 24px;
  height: 24px;
  border: 5px solid #292929;
  position: relative;
  border-radius: 12px;
  z-index: -10;
}

/* ---------------------------------------------------------------- */
/*                              Footer                              */
/* ---------------------------------------------------------------- */
.footer-bg {
  background-image: url(../img/footer_bg.jpg);
  background-size: cover;
  background-position: center;
  height: 142px;
}

footer {
  color: #fff;
  height: 142px;
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  position: relative;
}

footer a,
footer a:visited,
footer a:focus {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #fec30d;
  text-decoration: none;
}

.footer-item {
  vertical-align: middle;
  font-family: Montserrat, sans-serif;
  font-size: 12px !important;
  height: 20px;
  line-height: 20px;
  display: block;
  margin-bottom: 4px;
}

.copyright {
  font:
    400 12px/1.8 Lato,
    sans-serif;
  position: absolute;
  bottom: 10px;
}

/* ---------------------------------------------------------------- */
/*                           CSS Magic FX                           */
/* ---------------------------------------------------------------- */

.shadow {
  -webkit-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
  box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
}

.box-shadow {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.shadow_inset {
  -webkit-box-shadow: inset 0px 5px 15px -10px rgba(0, 0, 0, 1);
  -moz-box-shadow: inset 0px 5px 15px -10px rgba(0, 0, 0, 1);
  box-shadow: inset 0px 5px 15px -10px rgba(0, 0, 0, 1);
}

/*shadow on carousel indicators*/
.carousel-indicators li,
.carousel-indicators .active {
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 1);
}

.form-control:focus {
  border-color: #c17d7d;
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(255, 0, 0, 0.6);
}

.form-control {
  border-radius: 0;
}

textarea {
  resize: none;
}

.row .fix {
  display: flex;
  flex-wrap: wrap;
}
