/* ################ STARTSEITE ******************* */

h3 {
    margin-bottom: 0.5em;
    font-size: 1.4em !important;
}

div.row1 {
    padding-bottom: 2em;
    border-bottom: 1px solid #9b9b9b;
    margin-bottom: 2em;
}

div#header {
    background: white;
    
} 

div#header {
    position: relative;
    height: 79%;
    border-bottom: 10px solid #AC4D00;
}

div#header header {
    position: static;
}

div#header div#edition-title {
    position: absolute;
    z-index: 10000;
    top: -3.4em;
    width: 193px;
    padding: 1.5em;
    background-color: #AC4D00;
    color: white;
}

div#header div#search-panel {
    position: absolute;
    width: 940px;
    margin: 0;
    bottom: -5em;
    padding: 0;
    z-index: 10000;
}

div#header div#search-panel input,
div#header div#search-panel select,
div#header div#search-panel button {
    font-size: 1em;
}

div#header div#edition-title h1 {
    margin: 0.6em 0 0 0;
    font-size: 2.5em;
}

div#header p {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 0.80em;
}

div#header p.version a { 
    font-family: PTSans;
    color: white;
}

div#content.outerLayer {
    border-top: 100px solid white;
}

div#content div.grid_4,
#gallery, #edp,
div#content div.grid_12,
div#content div.grid_8.update {
    background-color: white;
    padding: 1em;
    box-sizing: border-box;
}

div#content div.grid_8.update div.grid_4 {
    float: left;
    padding: 0;
    width: 280px;
    background-color: transparent;
}

div#content div.grid_8 h3 {
    font-size: 1.2em;
    padding-bottom: 0.5em; 
}

div#content div.grid_8 ul li {
    margin-bottom: 1em;
}

div#header {
    background: url('../images/cayambe.jpg') bottom center no-repeat;
    background-size: cover;
}

p.bildnachweis {
    font-family: PTSans;
    font-size: 0.8em;
    color: gray;
}