/** Variables **/
/*typography*/
/* color definitions */
/**
* ---------------------------------------------------------------------------------------------------------------------
* General tags
* ---------------------------------------------------------------------------------------------------------------------
*/
html,
body {
    direction: ltr;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #00998b;
}
a {
    color: #a42523;
    text-decoration: none;
}
a:hover {
    color: rgba(0, 153, 139, 0.9);
    text-decoration: underlined;
}
img,
iframe {
    border: none;
}
h1,
h2,
h3 {
    font-weight: 400;
}
h1 {
    font-size: 1.8rem;
    color: #a42523;
}
h2 {
    font-size: 1.4rem;
    color: #a42523;
}
h3 {
    font-size: 1.2rem;
}
h4 {
    font-weight: 700;
    margin: 20px 0 5px 0;
}
p {
    margin: 20px 0 5px 0;
}
hgroup + p {
    margin-top: 0;
}
address {
    font-style: normal;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
figcaption {
    margin-top: 5px;
    margin-bottom: 15px;
}
/**
* ---------------------------------------------------------------------------------------------------------------------
* Helper Classes
* ---------------------------------------------------------------------------------------------------------------------
*/
.right {
    float: right;
}
.left {
    float: left;
}
.clearer {
    clear: both;
}
.col33 {
    width: 333px;
}
.pad20 {
    padding: 20px;
}
/* Color Definitions */
.fc-blue {
    color: #006699;
}
.fc-blue-2 {
    color: rgba(0, 153, 139, 0.9);
}
.fc-light-blue {
    color: #00998b;
}
.fc-light-green {
    color: #00998b;
}
.active {
    /*color: #19c8f2 !important;*/
    color: #09c !important;
}
/**
* ---------------------------------------------------------------------------------------------------------------------
* Website Structure
* ---------------------------------------------------------------------------------------------------------------------
*/
.weo-page-header {
    margin-top: 40px;
    margin-bottom: 15px;
}
.weo-page-aside {
    padding: 60px 0 20px 0;
}
#top-headline {
    font-size: 50px;
    font-weight: 400;
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 42px;
}
#top-headline span.fc-blue-2 {
    padding-left: 50px;
    font-style: italic;
    font-size: 50px;
}
#main-content {
    background: transparent url("../../../medien/layout/BB-footer.png") center bottom no-repeat;
    background-size: 100%;
    padding-bottom: 250px;
}
#page-footer {
    clear: both;
    padding: 20px 0 30px 0;
    text-align: center;
    font-size: 0.8rem;
}
#page-footer a {
    color: #00998b;
    text-decoration: none;
}
#page-footer a:hover {
    text-decoration: underline;
}
.page-header {
    border: none;
}
/**
* ---------------------------------------------------------------------------------------------------------------------
* Navigation
* ---------------------------------------------------------------------------------------------------------------------
*/
#main-nav {
    padding: 35px 0 20px 0;
    text-align: center;
    font-size: 1.167rem;
}
#main-nav ul li a {
    color: #a42523;
    text-decoration: none;
    font-weight: 700;
    display: block;
    padding: 3px 0;
}
#main-nav ul li a:hover {
    color: rgba(0, 153, 139, 0.9);
}
#main-nav ul li.aktiver-link a {
    color: #00998b;
}
#main-nav ul li.aktiver-link a:hover {
    color: #00998b;
}
.weo-page-emotion {
    position: relative;
    height: 200px;
    width: 100%;
    overflow: hidden;
}
.weo-page-emotion-inner {
    position: absolute;
    left: 0;
    top: 0;
    height: 200px;
    width: auto;
    white-space: nowrap;
    overflow-y: auto;
}
/**
* ---------------------------------------------------------------------------------------------------------------------
* Text Styles
* ---------------------------------------------------------------------------------------------------------------------
*/
/* event overview */
.datensatz {
    margin-top: 40px;
}
.datensatz .kurzbeschreibung {
    margin-top: 20px;
}
.datensatz .kurzbeschreibung:first-child {
    margin-top: 0;
}
.datensatz p:first-child {
    margin-top: 0;
}
.datensatz-sammlung .datensatz:first-child {
    margin-top: 0;
}
.tabelle-details {
    border-spacing: 0;
    border-collapse: collapse;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #main-nav {
        padding: 20px 0px 20px 0px;
    }
    #page-header {
        height: 256px;
    }
    #top-headline {
        font-size: 70px;
        left: 98px;
        top: 36px;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #main-nav {
        text-align: left;
        padding: 60px 20px 20px 0;
    }
    /*.container {
          max-width: 999px;
      }*/
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    /*.container {
          max-width: 999px;
      }*/
}