@font-face {
  font-weight: 300;
  src: url('webfonts/roboto/Roboto-Thin.ttf') format('truetype');
  font-family: Roboto-Light;
}

@font-face {
  font-weight: 300;
  src: url('webfonts/roboto/Roboto-ThinItalic.ttf') format('truetype');
  font-family: Roboto-Light-Italic;
}

@font-face {
  src: url('webfonts/roboto/Roboto-Light.ttf') format('truetype');
  font-family: Roboto-Regular;
}

@font-face {
  src: url('webfonts/roboto/Roboto-LightItalic.ttf') format('truetype');
  font-family: Roboto-Regular-Italic;
}

@font-face {
  src: url('webfonts/roboto/Roboto-Regular.ttf') format('truetype');
  font-family: Roboto-Medium;
}

@font-face {
  src: url('webfonts/roboto/Roboto-Italic.ttf') format('truetype');
  font-family: Roboto-Medium-Italic;
}

@font-face {
  src: url('webfonts/roboto/Roboto-Medium.ttf') format('truetype');
  font-family: Roboto-Semibold;
}

@font-face {
  src: url('webfonts/roboto/Roboto-MediumItalic.ttf') format('truetype');
  font-family: Roboto-Semibold-Italic;
}

@font-face {
  font-style: normal;
  font-weight: 400;
  src: url('/fileadmin/tmpl/css/webfonts//fontawesome/fontawesome-webfont.eot?v=4.4.0');
  src:
    url('/fileadmin/tmpl/css/webfonts//fontawesome/fontawesome-webfont.eot?#iefix&v=4.4.0')
      format('embedded-opentype'),
    url('/fileadmin/tmpl/css/webfonts//fontawesome/fontawesome-webfont.woff2?v=4.4.0')
      format('woff2'),
    url('/fileadmin/tmpl/css/webfonts//fontawesome/fontawesome-webfont.woff?v=4.4.0') format('woff'),
    url('/fileadmin/tmpl/css/webfonts//fontawesome/fontawesome-webfont.ttf?v=4.4.0')
      format('truetype'),
    url('/fileadmin/tmpl/css/webfonts//fontawesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular')
      format('svg');
  font-family: FontAwesome;
}

body {
  color: #5b5958;
  font-weight: var(--font-regular);
  font-family: var(--font-duisburg) !important;
  /* background: url(../img/swdueh_bg.png) no-repeat left 400px;
  background-size: cover; */
}

@media (min-width: 992px) {
  .body-bg-top {
    padding-top: 90px;
  }
}

#content .section {
  padding-top: 0;
}

#p1 #content > .section > .container:first-child {
  margin-top: 6em;
}

p a {
  color: #49ad33;
  font-weight: var(--font-medium);
  font-family: var(--font-duisburg);
}

p a::after {
  content: '\00a0›';
}

.frame-type-textmedia ul,
.frame-type-text ul {
  padding-left: 0;
  list-style-type: none;
}

.frame-type-textmedia ul li::before,
.frame-type-text ul li::before {
  content: '› ';
}

/* #content .section > .container{
padding-top: 5em;
/*  background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(255,255,255,0) 10%);
background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(255,255,255,0) 10%);
background: linear-gradient(to bottom, rgba(217,217,217,1) 0%,rgba(255,255,255,0) 10%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#00ffffff',GradientType=0 ); */

/* #content .section{
background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(217,217,217,1) 16%, rgba(255,255,255,0) 22%);
background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(17,217,217,1) 16%,rgba(255,255,255,0) 22%);
background: linear-gradient(to bottom, rgba(217,217,217,1) 0%,rgba(217,217,217,1) 16%,rgba(255,255,255,0) 22%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#00ffffff',GradientType=0 );
}

#p68 #content .section{
background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(217,217,217,1) 5%, rgba(255,255,255,0) 7%);
background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%,rgba(17,217,217,1) 5%,rgba(255,255,255,0) 7%);
background: linear-gradient(to bottom, rgba(217,217,217,1) 0%,rgba(217,217,217,1) 5%,rgba(255,255,255,0) 7%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#00ffffff',GradientType=0 );
} */
#p76 #content .section {
  background: none;
}

bold,
strong {
  color: #575756;
  font-weight: var(--font-medium);
  font-family: var(--font-duisburg);
}

h5 {
  margin-bottom: 0;
  color: rgb(73 173 51 / 100%);
  font-weight: var(--font-medium);
  font-size: 1em;
  font-family: var(--font-duisburg);
}

.green {
  color: rgb(73 173 51 / 100%);
}

h1,
.h1 {
  font-weight: var(--font-medium);
  /*  font-family: Roboto-Semibold!important; */
  font-family: var(--font-duisburg) !important;
}

h2,
.h2 {
  margin: 0;
  padding: 0;
  font-weight: var(--font-medium);
  /*  font-family: Roboto-Semibold!important; */
  font-family: var(--font-duisburg) !important;
}

@media (max-width: 420px) {
  h2,
  .h2,
  h1,
  .h1 {
    font-size: 1.4em;
  }
}

h3,
.h3 {
  margin: 0;
  padding: 0;
  font-weight: var(--font-light);
  font-family: var(--font-duisburg) !important;
}

h3 + p {
  margin-top: 1.5em;
}

h4,
.h4 {
  color: rgb(73 173 51 / 100%);
  font-weight: var(--font-light) !important;
  font-size: 1.8em;
  font-family: var(--font-duisburg) !important;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 0.2em;
}

.table > tbody > tr > td {
  border-top: 2px solid #fff;
}

table.dataTable tbody tr {
  background-color: #d0cfcf !important;
}

table.dataTable tbody td {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.dataTables_wrapper > .toolbar {
  margin-bottom: 2em;
}

table.dataTable thead {
  display: none;
}

table.dataTable td.sorting_1 {
  padding-right: 2em;
  width: 30%;
  text-align: right;
}

@media (max-width: 420px) {
  table.dataTable td.sorting_1 {
    padding-right: 1em;
    font-size: 0.8em;
  }
}

.contenttable {
  margin-top: 1.5em;
  width: 100%;
}

/* header + p{
margin-top: 1.5em;
} */

#content .container > .row {
  margin-right: 0 !important;
  margin-bottom: 3em;
  margin-left: 0 !important;
  padding-bottom: 2em;
}

#content .container > .parallax {
  margin-bottom: 5em;
}

.frame-space-after-none {
  /* margin-bottom: 3em; */
}

#c415,
#c416,
#c417,
#c418 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lead {
  font-size: 24.8px;
}

a.btn::after {
  content: '\00a0›';
}

a.btn {
  font-weight: var(--font-medium);
  font-family: var(--font-duisburg);
}

#MetaNav_outer {
  background-color: rgb(73 173 51 / 100%);
  width: 100%;
  height: 40px;
}

#MetaNav_outer .navbar-main > li > .navbar-text,
#MetaNav_outer .navbar-main > li > a {
  color: #fff;
  line-height: 40px;
  text-transform: none;
}

.MetaNav .navbar-main > li > a {
  height: 40px;
}

@media (max-width: 991px) {
  /* #MetaNav_outer{
display: none;
} */
  .MetaNav {
    display: none;
  }
}

/* mainnavi */

.navbar a {
  font-weight: var(--font-medium);
  font-family: var(--font-duisburg) !important;
}

header .navbar-main > li > a {
  font-size: 24px;
}

header .MetaNav .navbar-main > li > a {
  font-size: 16px;
}

.navbar-default,
.navbar-default-transition,
.navbar-default-transition.navbar-transition {
  border: none;
}

/* mainnav ende */

/* breadcrumb */

.breadcrumb-section {
  margin-bottom: 0;
  border-bottom: none;
  background-color: #5b5958;
}

.breadcrumb {
  background-color: #5b5958;
}

.breadcrumb a,
.breadcrumb > .active {
  color: #fff;
  text-transform: uppercase;
}

.breadcrumb > .active span {
  text-decoration: underline;
}

.breadcrumb > li + li::before {
  content: '›\00a0';
  color: #fff;
}

/* breadcrumb end */

.footer-section {
  background-color: transparent;
  padding: 0 !important;
}

.footer-section-content .container {
  background-color: #4d4d4d;
}

.footer-section-content .container .copyright {
  text-align: right;
}

.footer-section-meta {
  text-align: left;
}

.footer-section-meta .container {
  background-color: #333;
}

.footer-section-content #FooterNav_outer .container {
  background-color: #fff;
  padding: 0 !important;
}

.FooterNav .nav {
  width: 100%;
}

.FooterNav .nav li {
  margin-bottom: 1px;
  background-color: rgb(73 173 51 / 100%);
  width: 100%;
}

.FooterNav .nav li .dropdown-menu {
  position: static !important;
  width: 100%;
}

.FooterNav .navbar-main > li > .navbar-text,
.FooterNav .navbar-main > li > a {
  line-height: 40px;
}

.footer-section .nav > li > a:hover,
.footer-section .nav > li > a:focus {
  background-color: rgb(73 173 51 / 90%) !important;
}

.footer-section a,
.footer-section a:hover,
.footer-section a:focus {
  color: #fff !important;
}

.FooterNav .nav li.dropdown a {
  /* margin-left: -0.8em; */
}

.FooterNav .navbar-main > li > a {
  padding: 0 20px 0 30px;
}

.FooterNav .nav li.dropdown a::before {
  content: '+\00a0';
  font-weight: var(--font-semibold);
  font-family: var(--font-duisburg);
}

.FooterNav .nav li.dropdown .dropdown-menu a::before {
  content: '';
  font-weight: var(--font-semibold);
  font-family: var(--font-duisburg);
}

.FooterNav .nav li.dropdown .dropdown-menu a {
  margin-left: 0;
}

.copyright p {
  font-weight: var(--font-semibold);
  font-family: var(--font-duisburg);
}

.copyright p a {
  font-weight: var(--font-regular);
  font-family: var(--font-duisburg);
}

/* header */
div.headtext-right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  color: #fff;
}

div.headtext-right {
  float: right;
  text-align: center;
}

div.headtext-right a {
  color: #fff;
}

div.headtext-right a::after {
  content: '\00a0›';
}

div.headtext-right a.btn {
  margin-top: 2em;
  border: 1px solid #fff;
  padding: 0.5em 1em;
}

@media (max-width: 420px) {
  div.headtext-right {
    width: 35%;
  }

  div.headtext-right .btn {
    font-size: 13px;
  }

  div.headtext-right .h3 {
    font-size: 0.9em;
  }

  div.headtext-right .h2 {
    font-size: 1em;
  }
}

/* parallax */

.parallax div.text-container {
  justify-content: center;
  /* display: flex; */
  align-items: center;
  background-color: rgb(255 255 255 / 60%);
  padding: 5%;
  max-width: 80%;
  max-height: 80%;
  color: #fff;
}

.parallax div.text-container p {
  width: 100% !important;
}

.parallax p.h4 {
  color: #fff !important;
}

.parallax {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 420px) {
  .parallax div.text-container p.h2 {
    font-size: 1.5em;
  }
}

/* parallax end */

/* wir handeln teaser */

.bild_text_teaser {
  margin-bottom: 5em;
  background-color: #afaeae;
  width: 100%;
}

.bild_text_teaser_bild {
  width: 66%;
}

.bild_text_teaser_bild img {
  max-width: 100%;
  height: auto;
}

.bild_text_teaser_text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px 20px;
  width: 33%;
  color: #fff;
}

.bild_text_teaser_text p {
  line-height: 1.4em;
}

.bild_text_teaser_text ul {
  padding-left: 0;
  list-style: none;
}

.bild_text_teaser_text ul li::before {
  content: '\00BB \0020';
}

.bild_text_teaser_text h2 + p,
.bild_text_teaser_text h1 + p,
.bild_text_teaser_text h3 + p {
  padding-top: 1.5em;
}

.bild_text_teaser_text h2 {
  padding-bottom: 0;
}

.img_left .bild_text_teaser_bild {
  float: left;
}

.img_left .bild_text_teaser_text {
  float: right;
}

.img_right .bild_text_teaser_bild {
  float: right;
}

.img_right .bild_text_teaser_text {
  float: left;
}

@media (max-width: 420px) {
  .bild_text_teaser_bild {
    width: 100%;
  }

  .bild_text_teaser_text {
    width: 100%;
  }
}

/* wir handeln teaser ende */

/* Direkteinstiegsheader */

#jr_swduehHeder {
  /* background-color: #fff; */
  margin-top: 45px;
  width: 100%;
}

#jr_swduehHeder ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#jr_swduehHeder .headeritem {
  position: relative;
  float: left;
  padding: 2px;
  width: 25%;
  height: 50%;
}

#jr_swduehHeder .headeritem.inactive {
  opacity: 0.4;
  transition: opacity 500ms ease-out;
}

#jr_swduehHeder .headeritem,
#jr_swduehHeder .headeritem.inactive:hover {
  opacity: 1;
  transition: opacity 500ms ease-out;
}

#jr_swduehHeder .headeritem img {
  width: 100%;
  height: auto;
  max-height: 100%;
}

#jr_swduehHeder .jr_headline {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  /* background-color: rgba(73, 173, 51, 0.8);
  padding: 2px; */
}

#jr_swduehHeder .jr_headline .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  background-color: rgb(73 173 51 / 80%);
  width: 100%;
  height: 100%;
  text-align: center;
}

#jr_swduehHeder .jr_headline img {
  width: auto;
  max-height: 58%;
  /* position: absolute;
  top: 10px;
  left: 15px; */
}

#jr_swduehHeder .jr_headline_text {
  /* position: absolute;
  width: 70%;
  left: 20%;
  top: 12px; */
  display: block;
  padding-left: 1em;
  text-align: left;
}

span.jr_headline_text_1 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: var(--font-semibold);
  line-height: 1em;
  font-family: var(--font-duisburg);
}

span.jr_headline_text_2 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-weight: var(--font-regular);
  line-height: 1em;
  font-family: var(--font-duisburg);
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  #jr_swduehHeder {
    width: 100%;
    /* background-color: #fff; */
    height: 550px;
  }

  #jr_swduehHeder .headeritem {
    width: 50%;
    height: 50%;
  }
}

@media (max-width: 420px) {
  #jr_swduehHeder {
    width: 100%;
    /* background-color: #fff; */
    height: 550px;
  }

  #jr_swduehHeder .headeritem {
    width: 100%;
    height: 100%;
  }
}

/* Direkteinstiegsheader end */

/* Flexbox */

.flexbox_teaser {
  margin-bottom: 5em;
}

.flexbox_teaser,
.flexbox_img {
  display: flex;
}

.flexbox_img {
  margin: 0 2px;
  width: 50%;
}

.flexbox_txt_wrapper {
  width: 50%;
  max-width: 50%;
}

.frame-layout-205 {
  margin-top: 0.3%;
  background-color: #d0cfcf;
  padding: 60px 15px 10px;
  max-width: 100%;
  height: 49.85%;
  font-size: 1.3em;
}

.frame-layout-205:first-child {
  margin-top: 0;
}

.frame-layout-206 {
  margin-top: 0.3%;
  background-color: #d0cfcf;
  padding: 40px 15px 10px;
  max-width: 100%;
  height: 33.1%;
  font-size: 1.3em;
}

.frame-layout-206:first-child {
  margin-top: 0;
}

.frame-layout-207 {
  margin-top: 2px;
  background-color: #d0cfcf;
  padding: 20px 15px 10px;
  max-width: 100%;
  height: 25%;
}

.frame-layout-207:first-child {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .frame-layout-205,
  .frame-layout-206,
  .frame-layout-207 {
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  .flexbox_teaser,
  .flexbox_img,
  .flexbox_txt_wrapper {
    display: block;
    margin: 2px 0;
    width: 100%;
    max-width: 100%;
  }

  .flexbox_teaser {
    margin-bottom: 5em;
  }

  .flexbox_img img {
    width: 100%;
    height: auto !important;
  }

  .frame-layout-205,
  .frame-layout-206,
  .frame-layout-207 {
    padding: 20px 15px;
  }
}

@media (max-width: 420px) {
}

/* Flexbox end */

/* Kontaktbox mobile */

.frame-layout-208 h3 {
  font-weight: var(--font-regular);
  font-family: var(--font-duisburg) !important;
}

.frame-layout-208 h3 + p {
  margin-top: 0.8em;
}

/* Kontaktbox mobile ende */

/* Akkordeon */

.panel-default {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
}

.panel-default > .panel-heading {
  border-color: #f0f0f0;
  background-color: #f0f0f0;
  color: #5b5958;
}

.panel-title > a.collapsed::before {
  position: relative;
  top: 3px;
  padding-right: 1em;
  content: url('../img/icon_oeffnen.png');
}

.panel-title > a::before {
  position: relative;
  top: 2px;
  padding-right: 1em;
  content: url('../img/icon_schliessen.png');
}

.panel-group .panel + .panel {
  margin-top: 15px;
}

/* Akkordeon end */

/* CE Layout Klassen */

.frame-type-carousel {
  margin: 0;
  padding: 0;
}

/* .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
padding-left: 2px;
padding-right: 2px;
} */

/* 201 = Box hellgrau */
.frame-layout-201 {
  margin-top: 4px;
  background-color: #ddd;
  padding: 20px 15px 10px;
  height: 250px;
}

.frame-layout-201 p {
  line-height: 1.35em;
}

.frame-layout-201 a {
  color: #575756;
}

/* 202 = Box dunkelgrau */
.frame-layout-202 {
  margin-top: 4px;
  background-color: #5b5958;
  padding: 20px 15px 10px;
  height: 250px;
  color: #fff;
}

.frame-layout-202 .lead {
  font-weight: var(--font-light);
  font-size: 80px;
  font-family: var(--font-duisburg);
}

.frame-layout-202 h3 + .lead,
.frame-layout-202 header + .lead {
  margin-top: 0.3em;
}

/* 203 = Box grün */
.frame-layout-203 {
  margin-top: 4px;
  background-color: #49ad33;
  padding: 20px 15px 10px;
  height: 250px;
  color: #fff;
}

.frame-layout-203 .lead {
  font-weight: var(--font-light);
  font-size: 80px;
  font-family: var(--font-duisburg);
}

.frame-layout-203 h3 + .lead,
.frame-layout-203 header + .lead {
  margin-top: 0.3em;
}

/* 204 = Grauer Hintergrund */
.frame-layout-204 {
  background-color: #ddd;
  /* margin-top: 4px;
  height: 250px; */
}

.table-bordered {
  height: 431px;
}

.table-bordered tr:first-child td {
  border-top: none !important;
  border-right: 3px solid #fff !important;
}

.table-bordered td {
  vertical-align: middle !important;
  border-top: 3px solid #fff !important;
  border-right: 3px solid #fff !important;
  border-bottom: none !important;
  border-left: none !important;
  background-color: #d0cfcf;
  font-size: 1.25em;
  text-align: center;
}

.einstiegs_btn {
  float: left;
  margin-right: 0.25%;
  margin-left: 5%;
  background-color: #5b5958;
  width: 44.75%;
  color: #fff;
  font-size: 1.5em;
  line-height: 2.5em;
  text-align: center;
}

@media (max-width: 991px) {
  .einstiegs_btn {
    font-size: 1em;
  }
}

/* CE Layout Klassen Ende */

/* Termoplus spezifisch */
figure > img,
figure a > img {
  width: 100%;
}

figure.image {
  position: relative;
}

figure .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(73 173 51 / 80%);
  padding-bottom: 0.5em;
  width: 100%;
  color: #fff;
  font-size: 1.7em;
  line-height: 1.5em;
  text-align: center;
}

.section > .container > .row .frame {
  padding-top: 0 !important;
  padding-bottom: 0.8em !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.gallery-item.col-xs-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-default {
  border-color: #575756;
  background-color: #fff;
  padding: 6px 25px;
  color: #575756;
}

.btn-default:hover {
  border-color: rgb(73 173 51 / 100%);
  background-color: rgb(73 173 51 / 100%);
  color: #fff;
}

#c514 .panel-group {
  margin-top: 2em;
}

#c514 .panel-group .panel {
  padding-right: 20%;
  padding-left: 20%;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 0 solid #ddd;
}

.texticon-top {
  padding-top: 3em;
}

#c603 .texticon-top,
#c604 .texticon-top,
#c607 .texticon-top {
  padding-top: 1em;
}

#c603 .texticon-icon,
#c604 .texticon-icon,
#c607 .texticon-icon {
  margin-bottom: 0;
}

#c603,
#c604,
#c607 {
  margin-bottom: 5px;
}

.texticon-icon .texticon-inner-icon {
  color: #fff;
}

.panel-body .row {
  margin-right: 0;
  margin-left: 0;
}

.panel-title {
  color: rgb(73 173 51 / 100%);
  font-weight: var(--font-medium);
  font-family: var(--font-duisburg) !important;
}

/* timeline */
.timeline {
  margin-bottom: 5em;
  border-bottom: 1px solid #eee;
  padding-bottom: 0;
}

.timeline header {
  margin-bottom: 3em;
  text-align: center;
}

.timeline .row {
  padding: 30px 0;
  width: 100%;
  min-height: 150px;
}

.timeline .row:nth-child(odd) {
  background-color: #eee;
}

.timeline .row div:first-child {
  padding-right: 2em;
  text-align: right;
}

.jrtimelineyear {
  display: inline-block;
  padding-left: 9%;
  height: 200px;
  text-align: center;
}

@media (max-width: 768px) {
  .jrtimelineyear {
    padding-left: 0%;
  }
}

.jrtimelineyear span,
.jrtimelinetxt span {
  display: table-cell;
  vertical-align: middle;
  height: 200px;
}

.jrtimelineyear span {
  border-radius: 50%;
  background-color: rgb(73 173 51 / 100%);
  width: 200px;
  color: #fff;
  font-size: 3em;
}

.jrtimelinetxt span {
  color: rgb(73 173 51 / 100%);
  font-weight: var(--font-light);
  font-size: 1.8em;
  font-family: var(--font-duisburg) !important;
}

#p80 h3 {
  font-size: 1.6em;
}

#p80 h4 {
  font-size: 1.4em;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.jrtimelinetxt {
  animation-duration: 5s;
  animation-fill-mode: both;
  /*  position: absolute;
  opacity: 0; */
  animation-name: fadeIn;
  /* animation-delay: 1s;
  animation-duration: 9s; */
}
