.page-header h2
{
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  text-align:center;
}
.panel {
    border-top: 2px solid #dddddd;
}

.panel .title {

    font-size: 1.2rem;
    text-align: center;

}
footer .custom {
    font-size: 0.9em;

}

.clearfix{
  width: 100%;
  clear:both;

  
}
  
 .sige {
    display: grid !important;
    margin: unset  !important;
   padding: unset !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    text-align: center;
}

.sige li {
    float: none !important;
    width: auto !important;
}
.sige_thumb {
    float: none !important;
    background: none !important;
}
.sige_thumb img {
    border-radius:100%;
} 


/*container{  
  background-color: rgba(255, 255, 255, 0.94);

  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  -webkit-box-shadow: #000 0rem 0.2rem 1rem;
  -moz-box-shadow: #000 0rem 0.2rem 1rem;
  box-shadow: #000 0rem 0.2rem 1rem;

}*/

html{
  font-size: 0.9vw;
}
body, header, nav, aside, main, section, article, footer,
{
  color: currentcolor;
  color: #808080;
}

* {
  text-rendering: optimizelegibility;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

body {
  background-color: unset;
  font-family: Tahoma,'Titillium Web', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  margin:.5em 0;
}
h1 {
    font-size: 4.4rem;
}
h2 {
    font-size: 3.4rem;
}
h3 {
    font-size: 2.6rem;
}
h4 {
    font-size: 2rem;
}
h5, .panel .title {
    font-size: 1.4rem;
}
h6 {
    font-size: 1rem;
}

a {
  text-decoration: none;
  outline: none;
  -moz-outline-style: none;
  color: #666666;
  transition: font-size 0.2s;
}

a:hover, a:focus {
  cursor:pointer;
  text-decoration:underline;
  font-size: 1.1em;
  line-height: 1em;
}

a:active {
  text-decoration:underline;
}

.active {
}

p {
  text-align: justify;
  margin-bottom: 0.5em;
}

img {
  max-width:100%;
  height:auto;
  transition: transform 0.2s;
}

a:hover img, a:focus img {
  cursor:pointer;
  transform: scale(1.1);
}

container {
    margin: 5rem auto 4rem;
    padding: 1.4rem;
    width: 85%;
    max-width: 60rem;
    min-height: 28rem;
    display: block;
}

top {
  width:100%;
}

aside {
  float: right;
  padding-left:1.4rem;
}
aside li{
  list-style-type:none;
}
main{
}
content {
}

.item-page{
}

footer {
    clear: both;
    position: fixed;
    top: 100%;
    margin: -4em 0;
    background: #f4f2e6;
    width: 100%;
    text-align: center;
    left: 0;
    height: 4em;
}
/*
.moduletable {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0.2rem;
    margin: 0 0 1rem;
    padding: 1rem;
}
.breadcrumb {
    display: inline-block;
}
.breadcrumb li {
    float: left;
    list-style-type:none;
}

.cols-3 div.item.column-1, 
.cols-3 div.item.column-2, 
.cols-3 div.item.column-3 {
    float:left;
    padding-right:2%;
    width:32%;
}

.cols-2 div.item.column-1, 
.cols-2 div.item.column-2 {
    float:left;
    padding-right:2%;
    width:48%;
}

.clearfix{
}
input, textarea {
    padding: 0.5em;
    width: 100%;
}
[type="checkbox"] {
    height: auto;
    width: auto;
}
.btn {
    background-color: #ff6600;
    border-radius: 0.3em;
    cursor:pointer;
    display: inline-block;
    margin: 1em 0;
    padding: 0.3em 1em;
}

blockquote::before {
    content: "„";
    margin: -0.7em -0.6em;
}
blockquote::after {
    content: "“";
    margin: -0.22em 0.1em;
}
blockquote::before, blockquote::after {
    color: #ff6600;
    font-family: georgia;
    font-size: 4em;
    font-weight: 700;
    position: absolute;
}
blockquote {
    background-color: rgba(255, 101, 0, 0.28);
    padding: 1em 4em;
}
.pane-sliders{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 1em;
}
.panel {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.panel .title{
  padding: 0.2em 0;
}
.pane-toggler-down a::after {
    content: "<";
    float: right;
    transform: rotate(90deg);
}
.pane-toggler a::after {
    content: ">";
    float: right;
    transform: rotate(90deg);
}

.alert.alert-message {
    background-color: rgba(255, 101, 0, 0.5);
    border: 0.1em solid rgba(255, 101, 0, 1);
    border-radius: 0.2em;
    padding: 1em 2em;
}
a.close {
    font-size: 4em;
    line-height: 0.2em;
    text-decoration: none;
}*/