@charset "UTF-8";
/*!
 * ****************************************************
 * @project     DMD GÖRITZ (www.dmd-goerlitz.de)
 * ****************************************************
 *
 * @author      Denis Steinhorst
 * @website     http://www.steinhor.st
 * @copyright   DMD Görlitz
 * @website     http://www.dmd-goerlitz.de
 *
 * ****************************************************
 */

/*!
  * ****************************************************
  * @CSS-IMPORT: NPROGRESS
  * ****************************************************
  */

/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #c00000;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #c00000, 0 0 5px #c00000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #c00000;
  border-left-color: #c00000;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
  * ****************************************************
  * @CSS BASIC STYLES
  * ****************************************************
  */

body {
  scroll-behavior: auto;
  height: 100%!IMPORTANT;
  font-family: 'Lato', sans-serif!IMPORTANT;
  background: #fff;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  font-size: 1em;
  line-height: 1.618em;
  margin-bottom: 1.618em;
  margin-top: 0;
  clear: both;
  margin: 8px 8px 8px 8px;
  border: 1px solid lightgray;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#wrapper {
  min-height: 100%;
  position: relative;
}
#content {
  min-height: 100vh;
  padding-bottom: 240px;
}
a {
  color: #C00000;
}
a:hover {
  color: #000!IMPORTANT;
}
.link_bright {
  color: #fefefe;
}
.link_bright:hover {
  color: #FFF;
}
.lsnone {
  list-style: none!IMPORTANT;
  margin-left: -38px;
}
code, kbd, pre, samp {
  font-size: 87.5%!IMPORTANT;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  background-color: black;
  color: white!IMPORTANT;
  padding: 5px 5px 5px 5px;
}
.btn-secondary {
  color: #fff!IMPORTANT;
  background-color: #6c757d!IMPORTANT;
  border-color: #6c757d!IMPORTANT;
}
.modal {
  overflow: auto!IMPORTANT;
}

h1 {
  margin-bottom: -15px;
}
h2 {
  margin-bottom: -15px;
}
.h3, h3 {
  font-size: 1.75rem;
  margin-bottom: -15px;
}
h6 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
}
.right {
  text-align: right!IMPORTANT;
}
.left {
  text-align: left!IMPORTANT;
}
.center {
  text-align: center!IMPORTANT;
}
.dmd_red {
  color: #C00000!IMPORTANT;
}
.dmd_gray {
  color: #a9a8a9!IMPORTANT;
}
.btn-gray {
  color: #fff!IMPORTANT;
  background-color: #a9a8a9!IMPORTANT;
  border-color: #a9a8a9!IMPORTANT;
}
.dmd_explain_cont {
  font-size: 1.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.dmd_explain {
  font-size: 26px;
  display: inline-block;
  color: #a9a8a9!IMPORTANT;
}
.dmd_explain::first-letter {
  color: #C00000!IMPORTANT;
}
.justify {
  text-align: justify!IMPORTANT;
}
.no-bold {
  font-weight: normal!IMPORTANT;
}
p.subhead {
  color: #a8a8a8;
  font-weight: bold;
  margin-top: 25px;
}
small {
  font-size: 12px;
}
.content_head {
  margin-bottom: 50px;
  margin-top: 20px;
}
.dmd-gray {
  color: #000000;
  background-color: #a9a9a9;
  border-color: #888888;
}
.dmd-red {
  color: #FFF;
  background-color: #C00000;
  border-color: #aa0000;
}
.dmd-red-text {
  color: #C00000;
}
.cc-btn, .cc-dismiss {
  color: #FFF!IMPORTANT;
  background-color: #C00000!IMPORTANT;
  border-color: #aa0000!IMPORTANT;
}
.text {
  color: #131313;
  font-size: 1em;
  line-height: 1.7em;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  text-transform: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 0;
  margin-bottom: 2em;
  letter-spacing: 0;
  margin-top: 0em;
}
#pagecontent {
  margin: 10px 10px 10px 10px;
  background: #fefefe;
  border-radius: 5px;
  animation: fade-slide-down 1s .2s;
}
#newsImgurl {
  background-repeat: no-repeat;
  background-size: 100px 50px;
  background-position: 50% 50%;
  width: 150px;
  height: 100px;
  object-fit: fill;
  border: 1px solid #dedede;
}
#pagecontent.a {
  text-decoration: none;
  color: #444;
  cursor: pointer;
  font-style: italic;
}
#pagecontent.a::before {
  content: "»";
}
#pagecontent.a:hover {
  color: #C00000;
  cursor: pointer;
}
.footer .link_bright:hover {
  color: #C00000!IMPORTANT;
  cursor: pointer!IMPORTANT;
}
.btn-danger:hover {
  color: #000!IMPORTANT;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax>.jarallax-img {
  position: absolute;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/*!
  * ****************************************************
  * @CSS TOP BAR
  * ****************************************************
  */

.top_bar {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  line-height: 1.5;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  height: 30px;
  position: relative;
  width: 100%;
  background: #2b363b;
  color: lightgray;
  padding-top: 5px;
  font-size: 13px;
}
.p10 {
  padding-left: 10px;
  padding-right: 10px;
}
.headlinks a {
  color: lightgray!IMPORTANT;
}
.cursor {
  cursor: pointer!IMPORTANT;
  color: white;
}
.madjust {
  font-size: 14px;
  padding-top: -4px!IMPORTANT;
  margin-left: -5px!IMPORTANT;
}
.madjustr {
  font-size: 14px;
  padding-top: -2px!IMPORTANT;
  float: left!IMPORTANT;
}
/*!
  * ****************************************************
  * @CSS NAVIGATION
  * ****************************************************
  */

  .brand-centered {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .navbar-brand {
    display: flex;
    align-items: center;
  }

a.langlink {
  color: black!IMPORTANT;
  text-decoration: none;
  font-weight: 350;
}

a.langlink:hover {
  color: #c30000!IMPORTANT;

}

#sticky_navbar {
  position: fixed;
  top: 0px;
  width: 100%;
  margin-right: 10px;
  height: 75px;
  background-color: #DDDDDD;
  color: #FFFFFF;
  z-index: 9999;
  display: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  right: 0px;
  top: 15px;
  position: absolute;
}
.dmd_nav {
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
  font-size: 18px;
}
.navbar-logo {
  width: 90px;
}
.dmd_logo {
  height: 50px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  display: none;
  float: left;
  min-width: 14rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
}

.navbar-nav .dropdown-menu>li>a {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  z-index: 9999;
}
.dropdown-menu>li>a {
  color: #C00000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  z-index: 9999;
}
.dropdown-menu>li>a:hover {
  color: #C00000;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  background: #f1f1f1;
  z-index: 9999;
  transition: .5s;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.btn-default {
  color: #444;
  background-color: #fff;
  border-color: #fff;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;

}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}

/*!
  * ****************************************************
  * @CSS NAV BAR SUB
  * ****************************************************
  */

.nav_bar_sub {
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
  text-align: center;
}
.nav_bar_sub_text {
  font-size: 16px;
  color: #949292;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .nav_bar_sub_text {
    font-size: 14px;
    margin-left: 0%;
  }
}
/*!
  * ****************************************************
  * @CSS HEADER
  * ****************************************************
  */

header {
  align-items: center;
  display: flex;
  font-size: 18px;
  height: 100vh;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  perspective: 100px;
  margin-bottom: -80px;
}
header:before {
  animation: fade-slide-down 1s .3s cubic-bezier(0, 0.5, 0, 1) forwards;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .8)), url(../images/image_cc_4k_web.jpg) no-repeat bottom;
  background-size: cover;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
header:after {
  animation: rotate-up .5s .5s cubic-bezier(0, 0.5, 0, 1) forwards;
  background: #fff;
  content: "";
  height: 40rem;
  left: -5%;
  position: absolute;
  right: -5%;
  top: 90%;
  transform-origin: 0 0;
  z-index: 0;
}
.header-title {
  color: #fff;
  font-size: 34px;
  text-align: center;
  text-shadow: 2px 2px 0px #000;
}
.header-subtitle {
  text-transform: uppercase;
  margin-top: -75px;
  color: #fff;
  font-size: 28px;
  text-align: center;
  text-shadow: 2px 2px 0px #000;
}
.header-button {
  transform: translateZ(.1px);
  position: relative;
  z-index: 10;
}
.animate-pop-in {
  animation: pop-in .6s cubic-bezier(0, 0.9, 0.3, 1.2) forwards;
  opacity: 0;
}
.headseticon {
  animation-delay: .6s;
  height: 100px;
}
.header-title {
  animation-delay: .8s;
  font-weight: bold;
}
.header-subtitle {
  animation-delay: 1s;
}
.header-button {
  animation-delay: 1.1s;
}
/*!
  * ****************************************************
  * @CSS NEWS SNEAKPEAK (STARTSEITE)
  * ****************************************************
  */

#newsflash {
  margin-top: -35%!IMPORTANT;
}
.newsLayer {
  background: rgba(000, 000, 000, 0.5);
  padding: 5%;
  border-radius: 3px;
  width: 600px;
}
.intro {
  font-size: 16px;
  color: white;
  text-decoration: underline;
  letter-spacing: 1;
}
.newsHeadline {
  font-size: 34px;
  color: white;
  letter-spacing: 0.7pt;
  margin-top: 10px;
  line-height: 35px;
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.newsSneakpeak {
  font-size: 16px;
  color: white;
  letter-spacing: 1;
  text-justify: inter-word;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
/* Animations */

@keyframes fade-slide-down {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: translateY(-4rem) scale(.8);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes rotate-up {
  100% {
    transform: rotateZ(-4deg);
  }
}
/*!
  * ****************************************************
  * @CSS SPACER ONE
  * ****************************************************
  */

.spacer_one {
  height: 500px;
  margin-bottom: 30px;
}
.spacer_two {
  height: 500px;
  margin-bottom: 30px;
}
.spacer_three {
  height: 500px;
  margin-bottom: 30px;
}
/*!
  * ****************************************************
  * @CSS SCROLL TO TOP
  * ****************************************************
  */

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: #2b363b;
  color: #eeeeee;
  width: 50px;
  height: 48px;
  line-height: 48px;
  right: 30px;
  bottom: 30px;
  padding-top: 2px;
  font-size: 22px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
  background-color: #c00000;
}
.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}
.scroll-top-wrapper i.fa {
  line-height: inherit;
}
.main .img-responsive {
  margin-bottom: 30px;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-2xb {
  margin: 0 auto;
  float: none;
  color: white;
  font-size: 29px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  /*!
 * ****************************************************
 * @20200324 Micha: grauen Bild-Rahmen auf 0px gestellt
 * ****************************************************
 */
  border: 0px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/*!
 * ****************************************************
 * @FOOTER
 * ****************************************************
 */

footer {
  background: #f3f3f3;
  border-top: 1px solid #bfbfbf;
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer-last {
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility;
  line-height: 1.5;
  font-weight: 300;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  height: 30px;
  position: relative;
  width: 100%;
  background: #2b363b;
  color: lightgray;
  padding-top: 5px;
  font-size: 13px;
}
#footer_left_line {
  background-color: #C00000;
  margin-right: 90%;
  float: left;
  width: 39%;
  height: 5px;
  top: 55px;
  margin-right: 10px;
}
#footer_right_line {
  background-color: #a9a9a9;
  float: right;
  width: 60%;
  height: 5px;
  left: 41%;
  top: 55px;
}
.clear {
  float: none;
  margin: 0;
  padding: 0;
}
/*!
  * ****************************************************
  * @CSS SERVICES
  * ****************************************************
  */

.serviceBox {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
  margin-bottom: 21px;
}
.serviceBox .service-icon {
  width: 78px;
  height: 78px;
  border-radius: 3px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon {
  transform: rotate(45deg);
}
.serviceBox .service-icon span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 3px;
  background: #C00000;
  font-size: 30px;
  color: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease-out 0s;
}
.serviceBox .service-icon span i {
  transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon span i {
  transform: rotate(-45deg);
}
.serviceBox .service-content {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  padding: 55px 15px;
  position: relative;
  min-height: 446px!IMPORTANT;
}
.serviceBox .service-content:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin: 0 auto;
  position: absolute;
  top: -37px;
  left: 0;
  right: 0;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-content:before {
  transform: rotate(45deg);
}
.serviceBox .title {
  font-size: 17px;
  font-weight: 500;
  color: #324545;
  text-transform: uppercase;
  margin: 0 0 45px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .title {
  color: #C00000;
}
.serviceBox .description {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.serviceBox .read-more {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e7e7e7;
  font-size: 14px;
  color: #c4c2c2;
  margin: 0 auto;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  transition: all 0.3s ease-out 0s;
}
.serviceBox .read-more:hover {
  border: 1px solid #C00000;
  color: #C00000;
  text-decoration: none;
}
.serviceBox.green .service-icon span {
  background: #C00000;
}
.serviceBox.blue .service-icon span {
  background: #C00000;
}
.serviceBox.orange .service-icon span {
  background: #C00000;
}
.serviceBox.green:hover .title {
  color: #C00000;
}
.serviceBox.blue:hover .title {
  color: #C00000;
}
.serviceBox.orange:hover .title {
  color: #C00000;
}
.serviceBox:hover .read-more {
  border: 1px solid #C00000;
  color: #C00000;
}
.serviceBox.green:hover .read-more {
  border: 1px solid #C00000;
  color: #C00000;
}
.serviceBox.blue:hover .read-more {
  border: 1px solid #C00000;
  color: #C00000;
}
.serviceBox.orange:hover .read-more {
  border: 1px solid #C00000;
  color: #C00000;
}
/*!
 * ****************************************************
 * @CSS TIMELINE
 * ****************************************************
 */

.main-timeline {
  position: relative;
  z-index: 1;
}
.main-timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #003f5b;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.main-timeline .timeline {
  margin-bottom: 30px;
  position: relative;
}
.main-timeline .timeline:before, .main-timeline .timeline:after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
.main-timeline .timeline-content {
  width: 48%;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
}
.main-timeline .timeline-icon {
  width: 16px;
  height: 10px;
  background: #c00000;
  margin: 0 auto;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
  z-index: 1;
}
.main-timeline .timeline-icon:before {
  content: "";
  position: absolute;
  border-bottom: 4px solid #c00000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: -4px;
  left: 0;
}
.main-timeline .timeline-icon:after {
  content: "";
  border-top: 4px solid #c00000;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.main-timeline .date {
  display: inline-block;
  padding: 2px 5px;
  background: #c00000;
  font-size: 16px;
  color: #fff;
}
.main-timeline .timeline-content.left .date {
  margin-right: 4px;
  float: right;
}
.main-timeline .timeline-content.right .date {
  margin-left: 4px;
  float: left;
}
.main-timeline .title {
  display: inline-block;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 800;
  color: #333;
}
.main-timeline .description {
  padding: 20px;
  background: rgb(254, 254, 254);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #003f5b;
  display: block;
  position: relative;
  top: -10px;
  display: inline-flex;
}
.main-timeline .align_headline_left {
  float: right;
  display: block;
  position: relative;
  bottom: 20px;
  text-align: right!IMPORTANT;
}
.main-timeline .align_headline_right {
  float: left;
  display: block;
  position: relative;
  bottom: 20px;
  text-align: left!IMPORTANT;
}
.main-timeline .timeline-content.left {
  text-align: right;
}
.main-timeline .timeline-content.right {
  float: right;
}
.main-timeline .timeline-content.left .title {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}
.main-timeline .timeline-content.right .title {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15)
}
@media screen and (max-width: 767px) {
  .main-timeline:before {
    left: 0;
    margin: 0;
  }
  .main-timeline .timeline-content {
    width: 90%;
    float: right;
  }
  .main-timeline .timeline-icon {
    margin: 0;
    left: -6px;
  }
  .main-timeline .timeline-content.left {
    text-align: left;
  }
}
/*!
  * ****************************************************
  * @CSS NPROGRESS
  * ****************************************************
  */

/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #c00000;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #c00000, 0 0 5px #c00000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #c00000;
  border-left-color: #c00000;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner, .nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*!
  * ****************************************************
  * @CSS Audio Player
  * ****************************************************
  */

.audioplayer {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  margin: 1em 0;
  padding: 0 24px;
  width: 100%;
  height: 96px;
  align-items: center;
  border: 1px solid #DDE2E6;
  border-radius: 4px;
  background: #fff;
}

.audioplayer-playpause {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause {
  background: rgba(91, 130, 255, 0);
  border: 1px solid #2b363b;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause:hover {
  background: rgba(91, 130, 255, 0.1);
}

.audioplayer-playing .audioplayer-playpause {
  background: rgba(253, 79, 26, 0);
  border: 1px solid #C00000;
}

.audioplayer-playing .audioplayer-playpause:hover {
  background: rgba(235, 79, 26, 0.1);
}

.audioplayer:not(.audioplayer-playing) .audioplayer-playpause a {
  content: '';
  justify-content: center;
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-right: none;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #c30000;
}

.audioplayer-playing .audioplayer-playpause a {
  content: '';
  display: flex;
  justify-content: space-between;
  width: 12px;
  height: 14px;
}

.audioplayer-playing .audioplayer-playpause a::before, .audioplayer-playing .audioplayer-playpause a::after {
  content: '';
  width: 4px;
  height: 14px;
  background-color: #2b363b;
}

.audioplayer-time {
  display: flex;
  width: 40px;
  justify-content:center;
  font-size: 12px;
  color: rgba(51, 51 ,51, .6)
}

.audioplayer-time-current {
  margin-left: 24px;
}

.audioplayer-time-duration {
  margin-right: 24px;
}

.audioplayer-bar {
  position: relative;
  display: flex;
  margin: 0 12px;
  height: 12px;
  flex-basis: 0;
  flex-grow: 1;
  cursor: pointer;
}

.audioplayer-bar::before {
  content: '';
  position: absolute;
  top: 5px;
  width: 100%;
  height: 2px;
  background-color: #DDE2E6;
}

.audioplayer-bar > div {
  position: absolute;
  left: 0;
  top: 5px;
}
.audioplayer-bar-loaded {
  z-index: 1;
  height: 2px;
  background: #BEC8D2;
}

.audioplayer-bar-played {
  flex-direction: row-reverse;
  z-index: 2;
  height: 2px;
  background: -webkit-linear-gradient(left,#C00000,#2b363b);
}

.audioplayer-bar-played::after {
  display: flex;
  position: absolute;
  content: '';
  box-sizing: border-box;
  top: -5px;
  right: -1px;
  margin-right: -5px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 6px;
}

.audioplayer:not(.audioplayer-playing) .audioplayer-bar-played::after {
  border: 2px solid #BEC8D2;
}

.audioplayer-playing .audioplayer-bar-played::after {
  border: 2px solid #2b363b;

}

.audioplayer-volume {
  display: flex;
  align-items: center;
}

.audioplayer-volume-button {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.audioplayer-volume-button a {
  display: flex;
  width: 6px;
  height: 8px;
  background-color: #9A9FB0;
  position: relative;
}

.audioplayer-volume-button a:before, .audioplayer-volume-button a:after {
  content: '';
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 9px solid #9A9FB0;
  border-bottom: 8px solid transparent;
  border-left: none;
  top: -4px;
}

.audioplayer:not(.audioplayer-mute) .audioplayer-volume-button a:after {
  left: 10px;
  top: -2px;
  width: 6px;
  height: 6px;
  border: 6px double #9A9FB0;
  border-width: 6px 6px 0 0;
  border-radius: 0 12px 0 0;
  transform: rotate(45deg);
}

.audioplayer-mute .audioplayer-volume-button a {
  background-color: #C00000;
}

.audioplayer-mute .audioplayer-volume-button a:before {
  border-right: 9px solid #C00000;
}

.audioplayer-volume-adjust {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.audioplayer-volume-adjust > div {
  position: relative;
  display: flex;
  width: 60px;
  height: 2px;
  cursor: pointer;
  background-color: #BEC8D2;
}

.audioplayer-volume-adjust div div {
  position: absolute;
  top: 0;
  left: 0;
  height: 2px;
  background-color: #c30000;
}

/* responsive | you can change the max-width value to match your theme */

@media screen and (max-width: 679px) {
  .audioplayer-volume-adjust {
      display: none;
  }
}

/*!
  * ****************************************************
  * @CSS LOGIN MODAL
  * ****************************************************
  */

.spacerhr {
  margin-bottom: 30px;
  margin-top: 30px;
}
/*!
  * ****************************************************
  * @CSS Mobile Adjustments
  * ****************************************************
  */

.ta_right {
  text-align: right!IMPORTANT;
}
/* Small devices (landscape phones, 250px and up) */

#dropdownMenuLink {
  margin-right: -15px;
}

.navbar-toggler {
  margin-right: 5px;
}

@media (min-width: 0px) {
  /* .newsHeadline {color: purple!IMPORTANT; } */
  .mobile_spacer {
    margin-top: 50px;
  }
  .mobile_spacer_half {
    margin-top: 25px;
  }
  .madjustr {
    position: absolute;
    font-size: 12px;
    right: 5px;
  }
  .madjust {
    font-size: 12px;
    left: -5px;
  }
  .video_wrapper .video_trigger {
    padding: 105px 30px!IMPORTANT;
  }
  .footer-last {
    height: 50px;
  }
  .ta_right {
    text-align: left!IMPORTANT;
  }
}
/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {
  /* .newsHeadline {color: red!IMPORTANT; } */
  .mobile_spacer {
    margin-top: 100px;
  }
  .mobile_spacer_half {
    margin-top: 25px;
  }
  .madjustr {
    position: absolute;
    font-size: 12px;
    right: -10px;
  }
  .madjust {
    font-size: 12px;
    left: -20px;
  }
  #newsflash {
    margin-top: -5%!IMPORTANT;
  }
  .video_wrapper .video_trigger {
    padding: 130px 30px!IMPORTANT;
  }
  .footer-last {
    height: 30px;
  }
  .ta_right {
    text-align: right!IMPORTANT;
    margin-top: -20px;
  }

  #dropdownMenuLink {
    margin-right: 5px;
  }
  
  .navbar-toggler {
    margin-right: 9px;
  }
  

}
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */

@media (min-width: 768px) {
  /* .newsHeadline {color: yellow!IMPORTANT; } */
  .mobile_spacer {
    margin-top: 0px;
  }
  .mobile_spacer_half {
    margin-top: 0px;
  }
  .madjustr {
    position: absolute;
    font-size: 14px;
    right: -10px;
  }
  .madjust {
    font-size: 14px;
    left: 3px;
  }
  .footer-last {
    height: 30px;
  }
  .ta_right {
    text-align: right!IMPORTANT;
    margin-top: 0px;
  }

  #dropdownMenuLink {
    margin-right: -5px;
  }
}
/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) {
  /* .newsHeadline {color: green!IMPORTANT; } */
  .madjustr {
    position: relative;
  }
  #newsflash {
    margin-top: -25%!IMPORTANT;
  }


  

}
/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  /* .newsHeadline { color: blue!IMPORTANT; } */
  .madjustr {
    position: relative;
  }
}