/*
 * Globals
 */

 @font-face {
   font-family:'Barlow';
   src: url('../fonts/Barlow-Thin.ttf');
   font-weight: 100;
   font-style: normal;
   font-stretch: normal;
 }

 @font-face {
   font-family:'Barlow';
   src: url('../fonts/Barlow-ThinItalic.ttf');
   font-weight: 100;
   font-style: italic;
   font-stretch: normal;
 }

 @font-face {
   font-family:'Barlow';
   src: url('../fonts/Barlow-Regular.ttf');
   font-weight: 400;
   font-style: normal;
   font-stretch: normal;
 }

 @font-face {
   font-family:'Barlow';
   src: url('../fonts/Barlow-Bold.ttf');
   font-weight: 700;
   font-style: normal;
   font-stretch: normal;
 }

 @font-face {
   font-family:'Barlow';
   src: url('../fonts/Barlow-BoldItalic.ttf');
   font-weight: 700;
   font-style: italic;
   font-stretch: normal;
 }


@font-face {
    font-family: 'barlow_monomedium';
    src: url('../fonts/barlowmono-medium-webfont.woff2') format('woff2'),
         url('../fonts/barlowmono-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.column {/*
     background-color: antiquewhite;
    box-shadow: inset 0px 0px 1px 0px; */
}

.columns.is-gapless:not(:last-child) {
    margin-bottom: 0;
}

body {
font-family: 'Barlow', sans-serif;
font-size: 1.5rem;
line-height: 1.2;

    color: #000000;
     -webkit-font-smoothing: auto;
}

hr {
    background-color: #000000;
    border: none;
    display: block;
    height: 1px;
    margin: 0.75rem 0;
}

h1 {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 0;
    color: #000000;
}


b{
  font-weight: 700;
}


p  {
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 100;
    color: #000000;
}

figcaption  {
    font-size: 0.75rem;
    line-height: 1.2;
    font-weight: 400;
    color: #000000;
    margin-bottom: 0.75rem;
}




a {
    font-weight: 400;
    text-decoration: none;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 100;

    color: #000000;
}

a:hover, a:active {
    font-weight: 400!important;
    color: #000000!important;
}

.description a{
   font-weight: 400!important;
}
.description a:hover, .description a:active{
    color: #ff7000!important;
}


img {
  padding-top: 5px;
  width: 100%;
}

#main{

}

.filter-main-category {
    white-space: nowrap;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none!important;
}

ul li a{
    font-weight: 100;
    text-decoration: none;
    color: #000;
}


li .active{
font-weight: 400;
}

.active {
    font-weight: 400;
}

/*.fixed-top{
    position: fixed;
    background-color: #fff;
    z-index: 999;
}

.pagecontent {padding-top: 172px;}*/
.description p{
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 100;
    margin-bottom: 1rem;
}
.description a {
    /* display: block; */
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 100;
}

.archiventry{
    padding-top: 20px;
}

.outer-wrapper{
    margin-bottom: 20px;
}


.container.is-fluid {
    max-width: none!important;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.inner {
    padding: 5px;
    padding-bottom: 0;
}

.page-content{
    padding-top: 20px;
}

/* dropdown */


/* .button:before{
    content: "ˇ";
    padding-right: 4px;
} */
.button {
    background-color: #fff0;
    border-color: #dbdbdb00;
    border-width: 1px;
    color: #000000;
    cursor: pointer;
    height: unset;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 100;
    padding: 0;
    align-items: flex-start;
}

.button.is-focused, .button:focus {
    border-color: #dbdbdb00;
   color: #000000;
}
.button.is-hovered, .button:hover, .is-active .button{
    border-color: #dbdbdb00;
   color: #000000;
   font-weight: 400;
}
.button.is-focused:not(:active), .button:focus:not(:active) {
    box-shadow: 0 0 0 0em rgb(72 95 199 / 0%);
}

.dropdown-content {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 0%), 0 0 0 1px rgb(10 10 10 / 0%);
    padding-bottom: 0.5rem;
    padding-top: 0px;
}

.dropdown-divider {
    background-color: #ffffff;
    border: none;
    display: block;
    height: 0;
    margin: 9px 0;
}

.dropdown-item {
    color: #000000;
    display: block;
     font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 100;
    padding: 0px 1rem;
    position: relative;
}

.mobile-nav-item {
    color: #000000;
    display: block;
     font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 100;
    /* padding-left: 11px; */
    position: relative;
}

.desktop-nav {
    margin-bottom: 4rem !important;
}

/* accordion styles */

.ac .ac-trigger {
    font-family: 'Barlow', sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
    font-weight: 100;
    color: #000;
    text-align: left;
    width: 100%;
    padding: 0px;
    display: block;
    cursor: pointer;
    background-color: transparent;
    transition: color 0.25s ease;
    position: relative;
    text-decoration: none;
    margin: 0;
    border: 0;
}

.ac {
    margin-top: 0;
    border: 0px;
    background-color: #fff;
    box-sizing: border-box;
}

.ac .ac-trigger:focus {
    color: #000;
}

.ac .ac-trigger::after {
 display: none;
}

/* .ac .ac-trigger::before {
    padding-right: 4px;
    content: "ˇ";
    position: relative;
} */


@media screen and (max-width: 768px) {
/*
.pagecontent {padding-top: 96px;}*/
}

.border-bottom{
  border-bottom:  1px solid #000;
}

.archiventry{
    margin-bottom: 0.75rem!important;
}

#archiv .description b, #archiv .description i {
    font-weight: 400;
}

@media only screen and (min-width: 769px) {
  .reverse-row-order {
    display: flex;
    flex-direction: row-reverse;
  }

}



@media screen and (max-width: 768px) {

.grid-item {
    border-bottom: 1px solid #000000;
}


#archiv .description p{
    margin-bottom: 0;
}

  .archivlink{
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
