@font-face {
  font-display: auto;
  font-family: 'Open Sans';
  src: url(fonts/OpenSans-VariableFont_wdth,wght.ttf) format("truetype");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-display: auto;
  font-family: 'Rambla';
  src: url(fonts/Rambla-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal
}
@font-face {
  font-display: auto;
  font-family: 'Roboto';
  src: url(fonts/Roboto-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal
}

* {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

body {
    margin:0;
    font-family: 'Amaranth', sans-serif;
    color: #333333;
    font-family: 'Gudea', sans-serif;
    font-family: 'Maven Pro', 'sans-serif';
    font-family: 'Rambla', 'sans-serif';
    font-family: 'Roboto', 'sans-serif';
}

hr {
    padding: 0 20px 0 20px;
    color: #DDDDDD;
    border: 1px solid #AAAAAA;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.wrapper {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    /*height:100%;*/
    margin:0 auto;
    max-width:70em;
}

#content {
    bottom:0;
    /*position:absolute;*/
    position:relative;
    top:0;
    width:100%;
    z-index:99;
    background-color: #ACA793;
}

.pre-header {
    background-image: url('../images/header_background2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    width: 100%;
    background-color: #ACA793;
    border-bottom: 1px solid #333333;
    font-family: 'Rambla', 'sans-serif';
}

.page-logo {
    display: table-cell;
    position: relative;
    max-width: 25%;
    width: 25%;
    vertical-align: middle;
}

.page-logo img {
    max-width: 240px;
    max-height: 100%;
    height: auto;
    width: 100%;
}

.page-title {
    display: table-cell;
    padding: 40px 0 40px 0;
    vertical-align: middle;
}

.page-content {
    position: relative;
    background-color: #ACA793;
    background-image: url('../images/vorhang_bg.jpg');
    background-size: auto 800px;
    background-repeat: repeat-x;
    background-position: center top;
    padding: 0;
    line-height: 1.6em;
}

.header {
    position: relative;
    background-color: silver;
    background-image: url('../images/header007.jpg');
    background-size: auto 100%;
    background-position: center top;
    padding: 0;
    /*border-bottom: 1px solid #333333;*/
}

h1 {
    margin: 0;
    padding: 10px 0 10px 0;
    font-size: 2.0em;
}

h2 {
    margin: 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.8em;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    line-height: 1.8em;
    font-weight: normal;
}

.header-content {
    width: 100%;
    position: relative;
    max-width: 70em;
    margin: 0 auto;
}

.header-title {
    font-size: 2.5em;
    color: #DDDDDD;
}

#additional-content, #main-content {
    float:left;
    /*height:50%;*/
    padding:0 1em;
    position:relative;
    width:100%;
    padding: 20px;
    margin-top: 20px;
    box-shadow: 0 0 20px #000;
}

#additional-content {
    background-color: #DDDDDD;
}

.teaser {
    position: relative;
    width: 100%;
}

.teaser-image {
    width: 48%;
    float: left;
    margin-right: 2%;
}

.teaser-image img {
    max-width: 100%;
    padding-bottom: 10px;
}

.teaser-content {
    width: 50%;
    float: left;
    font-size: 0.9em;
    line-height: 1.4em;
}

.teaser-more-info {
    font-size: 0.8em;
    padding: 10px 0 10px 0;
    text-align: right;
}

.teaser-more-info a, #main-content a, #additional-content a {
    color: #333333;
    font-weight: bold;
}

#main-content {
    background-color: #DDDDDD;
}

.auff-year {
    border-bottom: 1px solid #C0C0C0;
}

.auff-title {
    font-size: 1.2em;
    padding: 20px 30px 20px 20px;
    cursor: pointer;
}

.auff-title.closed {
    background-image: url('../images/arrow_down.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.auff-title.open {
    background-image: url('../images/arrow_up.png');
    background-repeat: no-repeat;
    background-position: right center;
    /*    border-bottom: none;*/
}

.auff-content {
    display: none;
    padding: 5px 20px 20px 20px;
}

.auff-content img {
    padding: 2px;
}

.year {
    display: inline-block;
    font-weight: bold;
    position: relative;
    width: 50px;
}

.author {
    font-size: 0.8em;
}

.floating-img.float-left {
    margin: 10px 10px 10px 0;
    max-width: 100%;
}

.floating-img.float-right {
    margin: 10px 0 10px 10px;
    max-width: 100%;
}

.floating-img img {
    max-width: 100%;
}

.img-desc {
    background-color: #333333;
    color: #fff;
    padding: 0px 6px;
    font-size: 0.8em;
    font-family: 'Open Sans', 'sans-serif';
}

.footer {
    width: 100%;
    background-color: #ACA793;
    border-top: 1px solid #111111;
    margin-top: 20px;
}

.footer-content {
    background-color: #333333;
    box-shadow: 0 0 20px #000000;
    color: #fff;
    padding: 20px 20px;
}

.footer .copyright {
    float: left;
}

.footer-links {
    float: right;
}

.footer-links a {
    padding: 5px 10px;
}

/* grid */

.grid {
    bottom:0;
    position:absolute;
    top:0;
    width:100%;
    z-index:1;
}
.grid .span {
    background:#FFB2B2;
    border-left:1em solid #FFFFFF;
    border-right:1em solid #FFFFFF;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -o-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    float:left;
    height:100%;
    position:relative;
    width:33.33%; /* 3 columns */
}
.col-6, .col-12 {
    display:none;
}

/* responsiveness
--------------------------------------------- */

@media screen and (max-width:24em) {
    .teaser-image {
        width: 100%;
        float: left;
    }

    .teaser-content {
        width: 100%;
        float: left;
    }
}

@media screen and (min-width:48em) {

    #additional-content, #main-content {
        /*height:100%;*/
    }

    #additional-content {
        width: 31.33%;
        margin-left: 2%;
    }
    #main-content {
        width: 66.66%
    }

    .teaser-image {
        width: 100%;
        float: left;
    }

    .teaser-content {
        width: 100%;
        float: left;
    }

    /* grid */

    .grid .span {
        width: 16.66%; /* 6 columns */
    }
    .col-6 {
        display: block;
    }

}

@media screen and (min-width:64em) {

    /* grid */

    .grid .span {
        width: 8.33%; /* 12 columns */
    }
    .col-12 {
        display: block;
    }

}