html {
  scroll-padding-top: 200px;
  scroll-behavior: smooth;
}

main {
  background-color: #102550;
  color: #aeacac;
}

#vr-tour-header {
  background-image: url('../img/vr-tour_header.jpg');
}

#tour-header-bc {
  background-image: url('../img/gallery/Balkan_Cocktail/balkan-cocktail-walking-lovcen.jpg');
}

#tour-header-ws {
  background-image: url('../img/gallery/SB-Svrljiske/Option2-Hiking_Trem_winter.jpg');
}

#tour-header-mp {
  background-image: url('../img/gallery/Mediterranean_Pearls/Durmitor-Hiking-mountaineering-travel-7.jpg');
}

#tour-header-dc {
  background-image: url('../img/gallery/Danube_Cycling/golubac-fortress-cycling-serbia.jpg');
}

#tour-header-fm {
  background-image: url('../img/gallery/Family_Montenegro/Family-Holiday-East-Europe-2.jpg');
}

#tour-header-bp {
  background-image: url('../img/gallery/Balkan_Peaks/balkan-peaks-4.jpg');
}

#tour-header-cb {
  background-image: url('../img/gallery/Cycling_Balkans/cycling-balkans.jpg');
}

#tour-header-ccd {
  background-image: url('../img/gallery/Cycling_Dalmatian_Coast/cycling-dalmatian-coast-1.jpg');
}

#tour-header-wmc {
  background-image: url('../img/gallery/SG-Montenegro-Croatia/Montenegro-Croatia-03.jpg');
}

#tour-header-vtms {
  background-image: url('../img/gallery/VT-Moonshine/vt-moonshine-plum-brandy.jpg');
}

#tour-header-vtpg {
  background-image: url('../img/gallery/VT-Perast-Gospa/vt-perast-gospa.jpg');
}

#tour-header-vtsp {
  background-image: url('../img/gallery/VT-Stara_planina/vt-old-mountain-cycling.jpg');
}

#tour-header-vtni {
  background-image: url('../img/gallery/VT-Nis_cycling/vt-nis-cycling.jpg');
}

#tour-header-vttk {
  background-image: url('../img/gallery/VT-Tivat-Kotor/VT-tivat-kotor-cover.jpg');
}

#tour-header-vtkf {
  background-image: url('../img/gallery/VT-Kotor-fortress/VT-kotor-fortress-cover.jpg');
}

#tour-header-sbs {
  background-image: url('../img/gallery/SB-Svrljiske/viewpoint-sicevo2.jpg');
}

#tour-header-sbsp {
  background-image: url('../img/gallery/SB-Stara_planina/weekend-stara-planina-18.jpg');
}

#tour-header-sbtu {
  background-image: url('../img/gallery/SB-West-Serbia/west-serbia-01.jpg');
}

#tour-header-sbrc {
  background-image: url('../img/gallery/SB-Rajac_cycling/sb-rajac-cycling.jpg');
}

#tour-header-sbsc {
  background-image: url('../img/gallery/SB-Sicevo_cycling/lavandula-cycling.jpg');
}

#tour-header-sbdc {
  background-image: url('../img/gallery/SB-Danube_cycling/sb-danube-cycling.jpg');
}

#tour-header-sblc {
  background-image: url('../img/gallery/SB-Lisine_cycling/sb-lisine-cycling.jpg');
}

#tour-header-sbsb {
  background-image: url('../img/gallery/SB-SokoBanja/sb-sokobanja.jpg');
}

.panorama {
  width: 100%;
  height: 100%;
}
.vr-header-wrapper {
  width: inherit;
}
.vr-header-text {
  position: absolute;
  display: flex;
  width: inherit;
  height: 100%;
  max-width: inherit;
  justify-content: left;
  align-items: start;
}
.vr-header-text img {
  max-width: 700px;
  width: 100%;
  margin-top: 120px;
  /*min-width: max-content;*/
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .panorama_tour {
    display: none;
  }
}


#sticky {
  display: none;
  position: sticky;
  top: 100px;
  height: 120px;
  background-color: red;
  z-index: 4;
}

#subnav-header {
  position: sticky;
  top: 120px;
  height: 80px;
  background-color: #102550;
  z-index: 4;
}
@media screen and (max-width: 980px) {
  #subnav-header {
    top: 80px;
  }
}
#subnav-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sub-nav {
  font-family: 'Roboto Slab';
}

.flex-item {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.sticky-nav > nav {
  display: block;
  height: 100%;
}

.sticky-nav li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.sticky-link span {
  display: none;
}
@media screen and (min-width: 980px) {
  .sticky-link span {
    display: inline-block;
    margin: 0 1rem;
  }
}

.sticky-link img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.sticky-link:active {
  background-color: #102550;
  box-sizing: border-box;
  border-bottom: solid 3px #0a8040;
}
.sticky-link:focus {
  background-color: #102551;
  box-sizing: border-box;
  border-bottom: solid 3px #0a8040;
}

.sticky-link:hover {
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: solid 3px #0a8040;
}

.active {
  background-color: #fff;
  box-sizing: border-box;
  border-bottom: solid 3px #0a8040;
}

.tour-details {
  display: block;
  border-color: #0b8040;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.info-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/* Instructions */
.instructions-box {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px 0 30px 0;
}
.ins-box-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*margin: 0 2em;*/
  flex: 1;
  margin-top: 0;
  /*
  margin-left: 2em;
  margin-right: 2em;
  */
  margin-bottom: 1rem;
  min-width: 300px;
}
.ins-box-text {
  margin: 0 2em;
}
.instructions-text {
  /*
  flex: 1;
  min-width: 300px;
  margin: 0 2em;*/
}
.platform-icons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /*margin: 0 1em 2em 1em;*/
  margin-bottom: 2em;
}
.platform-icons > img {
  height: 3em;
  /*margin: 0 1rem;*/
  margin-right: 1rem;
}
#zoom_download_link {
  /*color: #a0e1ff;*/
  color: #0e72ed;
  text-decoration: underline;
  font-weight: bold;
}
.instructions-video {
  /*
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 50%;
  */
}
.ins-box-video {
  /*margin: 1rem 2em;*/
  /*margin: 1rem 0;*/
  /*padding: 0 2em;*/
  /*height: 350px;*/
  height: 100%;
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .ins-box-video {
    /*margin: 1rem 2em;*/
    /*padding: 0;*/
    margin: 0;
    padding: 0 2em;
  }
}
.ins-box-video > iframe {
  object-fit: contain;
  min-height: 400px;
  /*margin: 1rem 2em;*/
}
.ins-box-video > img {
  object-fit: contain;
  width: inherit;
  /*height: inherit;*/
  /*margin: 1rem 2em;*/
}
.ins-box-video > .panorama {
  min-height: 350px;
  width: inherit;
  /*height: inherit;*/
  /*margin: 1rem 2em;*/
}


/*---------------*/
/***** Grid-Tour *****/
/*---------------*/

/* *, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; } // required */
.our-vt360-tours {
  border-bottom: 1px solid #0a8040;
}

.grid-tour {
	display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(280px, 620px))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(280px, 620px));
  -ms-grid-rows: (auto)[6];
      grid-template-rows: repeat(6, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  justify-content: center;
  position: relative;
  clear: both;
  margin: 0 auto;
  /* padding: 2em 1em 2em; */
  max-width: 1240px;
  list-style: none;
  text-align: center;
}

/* Common style */
.effect-tour {
	/* padding: 1em;
    margin: 0 auto; */
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* float: left; */
    overflow: hidden;
    margin: 3rem;
    min-width: 280px;
    max-width: 480px;
    /* max-height: 460px; */
    width: 100%;
    height: auto;
    background: #aeacac;
    text-align: center;
    /*cursor: pointer;*/
    -webkit-box-shadow: 0px 0px 5px 5px #0a8040;
            box-shadow: 0px 0px 5px 5px #0a8040;
}

.effect-tour:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: all, .4s ease-in-out;
  transition: all, .4s ease-in-out;
  -webkit-box-shadow: rgba(10, 128, 64, 0.8) 0px 0px 50px 0px;
          box-shadow: rgba(10, 128, 64, 0.8) 0px 0px 50px 0px;
}

.img-tour {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  /* opacity: 0.8; */
}

.tour-caption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tour-caption::before,
.tour-caption::after {
  pointer-events: none;
}

.tour-caption {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 80%;
  height: 80%;
}

/* Anchor will cover the whole item by default */
/* .grid-tour figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
} */

.tile-h2 {
  font-family: 'Roboto Slab';
  word-spacing: 0.15em;
  font-weight: 600;
}

/* .tile-h2 span {
	font-weight: 800;
} */

.tile-h2,
.tile-p {
	margin: 0;
}

.tile-p {
  letter-spacing: 1px;
  font-size: 68.5%;
}


/*---------------*/
/***** Tile-Tour *****/
/*---------------*/

.effect-tour {
	background: -webkit-linear-gradient(-45deg, #102550 0%,#0a8040 100%);
	background: linear-gradient(-45deg, #102550 0%,#0a8040 100%);
}

.effect-tour img,
.effect-tour p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.effect-tour:hover img {
  opacity: 0.2;
  -webkit-transform: scale3d(2, 2, 1);
  transform: scale3d(2, 2, 1);
}

.effect-tour .tile-h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.effect-tour p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
}

.effect-tour:hover .tile-h2,
.effect-tour:hover .tile-p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/*---------------*/
/***** Description-Tour *****/
/*---------------*/

.tour-description {
  text-align: left;
  max-height: 400px;
  padding: 1rem 3rem 2rem 3rem;
}

.caption-h1 {
  color: #0a8040;
  font-family: 'Lato';
  text-align: left;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0a8040;
}

.tour-p {
  padding: 20px 0;
  line-height: 1.75;
}

.btn-vt360 {
  background-color: #102550;
  color: #aeacac;
  width: 160px;
  height: 50px;
  margin: 20px 0 20px 0;
  display: inline-block;
  font-weight: 300;
  letter-spacing: 0.15em;
  word-spacing: 0.15em;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #0a8040;
  border-radius: 3px;
  cursor: pointer;
}

.btn-vt360:hover {
  background-color: #0a8040;
  border: 2px solid #0a8040;
  -webkit-transition: all, .2s ease-in-out;
  transition: all, .2s ease-in-out;
  font-weight: 600;
  color: #fff;
}

.img-tour {
  min-width: 250px;
  max-width: 480px;
}

/* Media queries */
@media screen and (max-width: 50em) {
	
  .effect-tour {
    margin: 2rem auto;
    box-sizing: border-box;
  }

  .effect-tour p {
    opacity: 1;
  }

  .img-tour {
    opacity: 0.7;
  }

  .tour-p {
    padding: 10px 0;
    line-height: 1.5;
  }

  .tour-description {
    text-align: left;
    /* max-height: 400px; */
    padding: 1rem 1rem 2rem 1rem;
  }
  /* .grid-tour figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	} */
}


/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active-acc:after {
  content: "\2212";
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-acc, .accordion:hover {
  background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/* Prices Section */

.details {
  /*display: block;*/
  min-height: 3em;
  height: 100%;
  /*cursor: pointer;*/
  background-color: #eee;
}

.details-header {
  display: none;
  min-height: 3em;
  height: 100%;
  background-color: #eee;
}

.summary::-webkit-details-marker {
  display: none;
}
.summary::marker {
  display: none;
}

.summary {
  display: flex;
  /*width: 100%;*/
}
/*
.expandable:after {
  content: "+";
  color: black;
  position: absolute;
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 0.75rem;
  right: 0;
  font-weight: 200;
  transform-origin: center;
  transition: 200ms linear;
}
.details[open] .summary:after {
  transform: rotate(45deg);
  font-size: 2rem;
}
*/
/*
.summary > div {
  outline: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}*/
.dp_list-item {
  /*display: block;*/
  /*padding: 0 2.5rem;*/
  padding: 0;
  /*background-color: white;*/
}

.dp_list-items {
  outline: 0;
  /*display: flex;*/
  /*flex-direction: column;*/
  /*justify-content: space-between;*/
  width: 100%;
  padding: 1rem 0;
  border-bottom: 1px solid #dedede;
  cursor: pointer;
}
.booking-field {
  display: inline-flex;
  /*flex-direction: column;*/
  flex: 1;
  /*justify-content: center;
  margin: 0;*/
  width: 100%;
  /*padding: 1rem 0;*/

  justify-content: space-between;
  /*margin: 0 2em;*/

  margin: 0;
  padding: 1rem 2rem;
  box-sizing: border-box
}
/*
.details > div > p {
  margin: 0 2rem;
  padding: 1rem 0;
}
*/
.dp_list-items-short {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.dp_list-items-long {
  display: none;
}
@media screen and (min-width: 640px) {
  /*
  .summary > div {
    flex-direction: row;
  }
  */

  .details-header {
    display: block;
  }
/*
  .booking-box {
    flex-direction: row;
  }
*/
  .booking-field {
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
  }
  .dp_list-items-short {
    display: none;
  }
  .dp_list-items-long {
    display: flex;
    flex-direction: row;
  }
}


.booking-btn {
  /*
  display: inline-block;
  box-sizing: border-box;
  padding: 1rem;
  background-color: #0a8040;
  color: white;
*/
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #0a8040;
  border-radius: 2px;
  color: #fff;
  background-color: #0a8040;
  padding: .75rem 2rem;
  text-transform: uppercase;
  font-family: 'Lato';
  font-size: 1rem;
  font-weight: 400;
  text-align: center;
  /*letter-spacing: 1.7px;*/
  text-decoration: none;
  /*transition: color .3s, border-color .3s;*/
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  /*margin-top: auto;*/
  margin: 0 1rem;
  max-width: 200px;
  visibility: visible;
  position: relative;
}
.booking-btn > span {
  /*visibility: hidden;*/
  color: transparent;
}
.booking-btn:before {
  content: "Book Now";
  position: absolute;
}
.booking-btn:hover {
  color: #555;
  background-color: transparent;
  border-color: #555;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.details[open] .booking-btn {
  color: #555;
  background-color: transparent;
  border-color: #555;
}
.details[open] .booking-btn:before {
  content: "Less details";
}

.booking-box {
  display: flex;
  flex-direction: row;
  /*flex-flow: row wrap;*/
  background-color: #fafafa;
  padding: 1em;
}
@media screen and (max-width: 640px) {
  .booking-box {
    /*display: flex;*/
    flex-direction: column-reverse;
    /*flex-flow: row wrap;*/
    /*
    background-color: #fafafa;
    padding: 1em;
    */
  }
}
.trip-booking {
  flex: 1;
  margin: 0 1em;
  min-width: 200px;
}
.trip-details {
  flex: 1;
  margin: 0 1em;
  min-width: 320px;
}

.trip-details > p:first-child {
  font-weight: bold;
}
.trip-details > p:nth-child(3) span {
  /*font-style: normal;*/
  font-weight: bold;
}

.trip-booking > p {
  margin: 1rem;
}
.trip-booking > div {
  display: inline-block;
  margin: 1rem;
}

.trip-booking-button {
  display: inline-block;
  border: none;
  padding: 1em;
  color: #fff;
  background-color: #0a8040;
  cursor: pointer;
  width: 80%;
  margin: 1rem;
  text-align: center;
}
.trip-booking-button:hover {
  color: #fff;
  text-decoration: underline;
}

.btn-numeric-control {
  display: inline-block;
  border: solid 1px #ccc;
  width: 55px;
  height: 48px;
  padding: 0;
  box-sizing: border-box;
}
.btn-minus {
  border-radius: 3px 0 0 3px;
}
.btn-plus {
  border-radius: 0 3px 3px 0;
}
.input-numeric-control {
  display: inline-block;
  border: solid 1px #ccc;
  width: 88px;
  height: 48px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
}

.no_pointer {
  cursor: auto;
}

/* Photo gallery */

.caption-text-1 {
  font-size: 16px;
  display: block;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  position: absolute;
  bottom: 10px;
  left: 10%;
  padding: .5rem 2rem;
  color: #f2f2f2;
  background-color: rgba(0,0,0,.5);
}

.caption-text-1 h2 {
  margin: 0;
}

.slide-img-1 {
  height: 100%;
  /*width: 100%;*/
  width: 100vw;
  object-position: 50%;
  object-fit: cover;
  /*filter: brightness(.75);*/
  /*transition: opacity 0.5s ease-in-out;*/
}
.border-bottom {
  border-bottom: 1px solid #0a8040;
}

.ico-itinerary {
  display: block;
  width: 3em;
  height: 3em;
  margin: 1em;
}
.ac_item {
  display: flex;
  align-items: center;
}
.activity_paragraph>span {
  display: block;
  flex-direction: column;
  text-transform: uppercase;
  font-size: .9em;

  color: #0a8040;
}

/* +++ Accordion +++ */

.expand_all {

}

.cd-accordion__label--expand-all {
  display: block;
  font-family: 'Roboto Slab', serif;
  margin: 1em;
  text-align: right;
  cursor: pointer;
}

.cd-accordion__input {
  position: absolute;
  /*opacity: 0;*/
  visibility: hidden;
}

.cd-accordion__label {
  position: relative;
  display: flex;
  align-items: center;

  justify-content: space-between;
  padding: 1em;
  /*
  padding: var(--space-sm) var(--space-md);
  background: var(--cd-color-1);
  box-shadow: inset 0 -1px lightness(var(--cd-color-1), 1.2);
  color: var(--color-white);
  */
}

.visible {
  display: block;
}
.invisible {
  display: none;
}
.open {
  display: block;
}
.close {
  display: none;
}

.label_link {
  color: #555;
}
.cd-accordion__sub {
  display: none;
  background: #fff;
  padding: 0 2.5em;
}
.cd-accordion__sub-1 {
  /*display: none;*/
  /*background: #fff;*/
  padding: 0 2.5em;
}
.cd-accordion__sub--visible {
  display: block;
}

.cd-accordion__sub--no-padding {
  padding: 0;
}
.cd-accordion__sub--padding-s {
  padding: 0 1rem;
}
.cd-accordion__sub--padding-m {
  padding: 0 2.5rem;
}

.cd-accordion__input:checked ~ .cd-accordion__sub {
  display: block;
}
/**/

.expand_all:checked ~ .cd-accordion__item>.cd-accordion__sub {
  display: block;
}

/* Styling */

.cd-accordion {
  list-style: none;
  padding: 0;
}

.cd-accordion__label h2 {
  font-family: 'Roboto Slab', serif;
  margin: 0 1rem;
}

.cd-accordion__item--has-children {
  background-color: #eee;
  /*background-color: #fff;*/
}
.cd-accordion__item--has-children-1 {
  /*background-color: #eee;*/
  background-color: #fff;
  border-top: 1px solid #0a8040;
}

/* Label folder icon */
.cd-accordion__input:checked ~ .cd-accordion__label--icon-folder:after {
  content: '\002D';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.cd-accordion__label--icon-folder:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.cd-accordion__label--icon-folder:hover {
  cursor: pointer;
  background-color: #ccc;
}

/* Label plus minus */
/*.cd-accordion__input:checked ~ .cd-accordion__label--icon-plus_minus:after {
  content: '\002D';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/
.cd-accordion__input:checked ~ .cd-accordion__label--icon-plus_minus:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url('../img/minus_sign_accordion.svg');
  /*transform: rotate(0deg);*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/*.cd-accordion__label--icon-plus_minus:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/
.cd-accordion__label--icon-plus_minus:after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url('../img/plus_sign_accordion.svg');
  /*transform: rotate(0deg);*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.cd-accordion__label--icon-plus_minus:hover {
  cursor: pointer;
  background-color: #ccc;
}

/* Label arrow */
/*.cd-accordion__input:checked ~ .cd-accordion__label--icon-arrow:after {
  content: '\025B4';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/
.cd-accordion__sub-1.visible {}
.cd-accordion__sub-1.invisible {}
.cd-accordion__label--icon-arrow-up {}
.cd-accordion__label--icon-arrow-down {}

.cd-accordion__input:checked ~ .cd-accordion__label--icon-arrow:after {
  content: '';
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url('../img/arrow_down_accordion_1.svg');
  transform: rotate(180deg);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.collapsible-button.active.cd-accordion__label--icon-arrow:after {
  content: '';
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url('../img/arrow_down_accordion_1.svg');
  transform: rotate(180deg);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
/*.cd-accordion__label--icon-arrow:after {
  content: '\025BE';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}*/
.cd-accordion__label--icon-arrow:after {
  content: '';
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url('../img/arrow_down_accordion_1.svg');
  /*transform: rotate(0deg);*/
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
.cd-accordion__label--icon-arrow:hover {
  cursor: pointer;
  background-color: #ccc;
}

.cd-accordion__item {
  display: block;
  /*padding: 1rem;*/
  /*background-color: inherit;*/
}

.cd-accordion__list--style-type-disc {
  padding: 1rem 0;
  list-style-type: disc;
}
.cd-accordion__list > li {
  display: list-item;
}
.cd-accordion__list--style-type-disc-regular {
  padding: 0 0 0 2em;
  list-style-type: disc;
  list-style-position: outside;
}

.cd-accordion__list--style-type-none {
  padding: 0 0 1em 0;
  list-style-type: none;
}

.cd-accordion__heading {
  margin: 0;
  padding: 1em 0;
  font-family: 'Roboto Slab';
  font-size: 1.3rem;
}
.cd-accordion__sub-heading {
  padding: 0 2.5rem;
  margin: .5rem 0;
}

.dp_list-item__header {
  /*padding: 0 1.5em;*/
  width: 100%;
  /*margin: .5em 0;*/
  /*border-bottom: 1px solid #555;*/
}

.dp_list-item__heading {
  margin: 1rem 0;
  padding: 0;
  font-family: 'Roboto Slab';
  font-size: 1.2rem;

  color: #d22c27; /* Heading text highlight color */
}

@media screen and (max-width: 640px) {
  .cd-accordion__list--style-type-disc-regular {
    padding: 0 0 0 1em;
    /*list-style-type: disc;
    list-style-position: outside;*/
  }
}

.accordion__list-item--padding {
  /*padding: 1em;*/
}
.cd-accordion__sub--l3 {
  /*padding: 1em;*/
}
/*._cd-accordion__sub--l30 {
  padding: 1em;
}*/
.cd-accordion__sub--last {
  padding: 1em 0;
}

.summary:focus-visible {
  /*outline: none;*/
  /*outline: 1px solid #eee;*/
}
.summary:focus {
  outline: none;
  /*outline: 1px solid #eee;*/
}
.details_sub {
  border-bottom: 1px solid #777;
}
.details_sub--first {
  border-top: 1px solid #777;
}
.details_sub--last {
  border: none;
}

.details_sub__summary-item {
  padding: 0;
  /*border-bottom: 1px solid #777;*/
  /*margin: 1em 0;*/
}

.details_sub[open] .cd-accordion__label--icon-arrow:after {
  content: '';
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url('../img/arrow_down_accordion_1.svg');
  transform: rotate(180deg);
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.caption-text-cube  {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*align-items: center;*/
  position: absolute;
  bottom: 10px;
  left: 10%;
  padding: 20px 0;
  /*max-width: 1240px;*/
  /*margin: 0 auto;*/
  /*width: 100%;*/
  text-align: left;
  color: #f2f2f2;
}



.caption-text-cube  h2 {
  margin: 0;
  font-size: 22px;
  line-height: 2em;
  max-width: max-content;
  text-transform: uppercase;
  border-bottom: 3px solid #fff;
}

.caption-text-cube hr {
  display: none;
  border: 2px solid #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.caption-text-cube p {
  font-size: 22px;
}

/*
.text-block-red {
  color: #d22c27;
}
.text-block-blue {
  color: #40489d;
}
.text-block-green {
  color: #0a8040;
}
*/
