a.acf_url.dow {background: none !important;text-shadow: none !important;box-shadow: none !important;font-size: 18px; color: #cfcfcf !important;}
span.field-value.button {padding: 1em 1em;margin-right: 5px;}
.technology div {font-weight: normal;} 
.content.clearfix a.external-link {
    background: rgba(94,60,22,.35);
    border-radius: .3vw;
    box-shadow: inset 0 0 16px #2c2b2a,inset 0 0 10px #2c2b2a;
    color: #cb9d6a;
    padding: .1vw .2vw;
    text-shadow: #77491b 2px 1px 11px
}

.content.clearfix a.external-link:hover {
    background-color: #5e3c16;
    box-shadow: inset 0 0 16px #2c2b2a,inset 0 0 10px #2c2b2a;
    color: #cc9d6b;
    text-decoration: none!important;
    text-shadow: 0 0 4px #81572e,0 0 10px #c76200,0 0 2px #81572e
}

.module.table-of-contents.mod-box.table-of-contents.mod-box.deepest {
    width: 300px;
    margin-left: 0px;
}

.module.mod-box.fix.mod-box.fix.deepest {
    width: 300px;
    margin-left: 0px;
}

a.index-link {
    font-size: 12pt;
    line-height: 1.8;
}
.art, .stat, .kos, .zif, .zifred, .index-header  {
	background: #5b3426;
    padding: 3px 8px;
    margin-right: 6px;
    font-weight: bold;
    border-radius: 6px;
    font-size: 11pt;
    text-shadow: 1px 1px black;
  	color: #fdfdfd;
}

.zif {
  background: #146600;
}

.zifred {
  background: #c70000;
}

.kos {
  display: inline-block;
  margin-bottom: 5px;
}

.stat {
   	font-size: 12pt !important;
	text-transform: uppercase;
}

span.style-2, span.style-3, span.green-crug {
  	font-family: 'Roboto';
    background: #0a5447;
    font-weight: bold;
    font-size: 14px !important;
  	text-transform: uppercase;
  	margin: 15px 0px 0px 0px;
    display: inline-block;
  	color: #f3f3f3;
  	text-shadow: 1px 1px #00000078;
}

h2 > span.style-2, .heading_text .style-2{
    padding: 1px 8px!important;
} 

h3 > span.art, .heading_text .art {
    padding: 8px 10px;
  	font-family: 'Roboto';
    text-transform: uppercase;
  	margin: 15px 0px 5px 0px;
    display: inline-block;
} 

span.style-2 {
    padding: 6px 8px;
  	border-radius: 6px;
}

span.style-3, span.green-crug {
    padding: 8px 12px;
  	border-radius: 50%;
  	margin: 0 10px 5px 0;

}

div.style-2 {
    background: #5b3426;
    padding: 2px 3px;
    margin-right: 6px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 11pt !important;
}

.style-2 > .field-label {
    background: #5b3426;
    padding: 2px 2px 2px 6px;
    margin-right: 6px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 11pt !important;
  	text-shadow: 1px 1px black;
}

.style-3 {
	background: #00831d;
    padding: 2px 3px;
    margin-right: 6px;
    font-weight: bold;
    border-radius: 3px;
    font-size: 11pt !important;
    text-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

.index-link.active {
    color: #fff !important;
}

p.index-header {
    display: inline-block;
  	margin: 0;
  	font-size: 12pt !important;
  	text-transform: uppercase;
}

dl.fields-container {	
	background: rgba(255,255,255,0.08);
	color: #ccc;
  	border: 1px solid #ffffff29;
	border-radius: 5px;
  	padding: 20px 10px;
}

.grid-box .module:last-child {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 90px!important;
   /* z-index: 0!important*/
}
 
/* Widgetkit Slideset */
.frontpage-slideset { width: 270px; }


ul.swkb {
    columns: 7;
    list-style: none;
  	border: 1px solid #1e1e1e;
    margin: 0;
    padding: 10px;
  	background: #040404ad;
  	border-radius: 0 0 8px 8px;
}
ul.swkb img{
    border-radius: 50%;
  	margin: 0 10px 5px 0;
}

.skwbh {
    margin: 0;
  	color:#dcad76!important;
  	text-shadow: none;
  	font-size:13pt;
  	padding: 15px 10px!important;
}
@media screen and (max-width: 790px) {
    .tabm > tbody > tr > td {
        width: 100%;
    }
      .tabm > tbody > tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        width: auto;
    }
}

 