
/* H1 */
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}
/*
media list
*/


.media-list {
  padding-left: 0;
  line-height: 3rem !important;
}

li.media {
  list-style: none;
  margin: 0 !important;
}

li.media::before {
  background-image: none !important;
  content: none;
}

h4.media-heading {
  display: block;
  background-color: #dff1f2;
  color: #1e1752 !important;
}

.media-heading > a {
  border: none !important;
  /*color: #fff !important;*/
}

.media-heading > a:hover {
  background-color: transparent !important;
}

.media-heading > a::before {
  content: none !important;
}

.media-heading > .uploads-filesize {
  color: #fff !important;
  font-size: 0.7rem !important;
}

#container-main .media-list  a:hover {
  color: #00d473 !important;
}

#container-main .media-list a::before, #container-main .media-list a::after {
    content: '';
}
#container-main .media-list a {
    border-bottom: none;
}
#container-main .media-list a:hover {
    border: none;
    background: none;
}
#container-main .media-list .uploads-filedescription {
    line-height: 1.5;
    padding-left: 0.5rem;
}

/*
menu2
*/

#menu2links {
  height: 100%;
  overflow-y: scroll;
}

#menu2 {
  height: 82vh;
  z-index: 100;
}

#menu3 {
  z-index: 200;
}
#menu2links a:last-child {
  border-bottom: 0.2rem solid #1e1752;
}
#menu2links hr:last-child {
  border-bottom: 0.2rem solid #1e1752;
}
/*
gallery
*/

#container-main .gallery-row a::before, #container-main .gallery-row a::after {
        content: '';
}
#container-main .gallery-row a:visited {
    border: none;
    background: none;
}
/*
featherlight lightbox
*/

.featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: rgba(0,0,0,0);
}
.featherlight-previous {
    left: 1px;
    right: 80%;
}
.featherlight-next span, .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-shadow: 0 0 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400;
}

.featherlight-next span {
    right: 5%;
    left: auto;
}
.featherlight-next:hover,
.featherlight-previous:hover {
    background: rgba(0,0,0,0.5);
}
.featherlight-next:hover span,
.featherlight-previous:hover span {
    font-size: 25px;
    line-height: 25px;
    margin-top: -12.5px;
    color: #fff;
}

.featherlight .featherlight-content {
    position: relative;
    position: centering vertical and horizontal;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 0px 0px 0;
    border: 1px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 100%;
    background: #fff;
    cursor: auto;
    white-space: normal;
}

/*
infobox
*/
#infobox {
    font-family: "Macho-Light", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    /*font-size: 0.9rem;*/
    font-size: 0.8rem;
    color: #000000;
    letter-spacing: 0.01rem;
    text-transform: none;
    line-height: 1.3;
}

#infobox ul {
  padding-bottom: 0.3rem;
  margin-bottom: 0;
  list-style: none;
}
#infobox ul li::before {
    content: " ";
background-size: cover;
background-image: url("../assets/svg/arrow_dot_prim.svg");
width: 1rem;
height: 1rem;
position: absolute;
top: -0.1rem;
left: -1.5rem;
}
#infobox ul li {
    margin: 0.5rem 0 1rem;
    position: relative;
}
#infobox  em {
    font-family: "Macho-LightItalic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
}
/* ABSTRACT_MENU*/

.abstract-menu li p a{
  /*background-color: #f00;*/
  background-size: cover;
  background-position: center;
  background-origin:  padding-box;
  background-repeat: no-repeat;
  background-image: url('../assets/svg/arrow_sub_sec.svg');
  border: 0px !important;
  position: relative;
  top: -0.2rem;
  /*line-height: 0.5;*/
  /*font-size: 1rem;*/
}

.abstract-menu li p a:hover{
  background-image: url('../assets/svg/arrow_sub_prim.svg');
  background-color: transparent !important;
}

.abstract-menu li p a::before{
  content: "\2003\2003\2003" !important;
}

/*
menu pagination
*/
ul.f3-widget-paginator {
    display: none;
}
ul.f3-widget-paginator li {}
ul.f3-widget-paginator li.current {
}

/* 
other workarounds
*/
#c298 li:first-of-type {
    display: none;
}
a:focus {
    text-decoration: none !important;
}

#container-main ul li {
    margin: 0.5rem 0;
}
.gallery-item.col-xs-12 {width: 100%; }
