html {
    background: url(../images/body_bg.png)
}

body {
    margin: 0;
    font-family: Arial, 'PT Sans', Serif;
    font-size: 14px;
    color: black;
}

/* CONTAINER */

#main {
    margin: 0px auto;
    background: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    margin-top: 12px;
}

#inner {
    overflow: hidden
}

/* TYPO */

#content *,
#sidebar * {
    line-height: 1.3em
}

p {
    margin: 4px 0 20px
}

h1 {
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 5px;
}

h2 {
    font-size: 150%;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.01em;
}

h3,
h6 {
    font-size: 115%;
    font-weight: 700;
    margin: 12px 0 5px;
    letter-spacing: 0.01em;
}

h4 {
    font-size: 90%;
    color: #ffaa4d;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.01em;
}

h2.menutitle {
    display: none;
}

.roof {
    margin-bottom: -11px
}

a:link {
    text-decoration: none;
    color: #1A3968
}

a:visited {
    text-decoration: none;
    color: #1A3968
}

a:hover {
    text-decoration: underline;
    color: #1A3968
}

#cn-notice-text a {
    color: white;
    text-decoration: underline
}

#cn-accept-cookie {
    padding: 2px 5px;
    background: white;
    color: #1A3968 !important;
    border: none;
    border-radius: 3px
}

.hide_cookie_notice {
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
    text-decoration: none !important
}

.hide_cookie_notice:before {
    content: "\f00d";
    color: white;
    font-size: 120%
}

em,
i {
    font-style: italic
}

hr {
    height: 0px;
    color: transparent;
    border: 0;
    border-bottom: #ccc dotted 2px;
}

.hr {
    border: 0;
    border-bottom: #999 dotted 1px;
    margin: 18px 0;
    clear: both
}

td {
    vertical-align: top
}

article {
    padding-bottom: 30px
}

#content ul {
    list-style: disc outside none;
    margin: 0 0 20px 13px
}

#content ul.spaced li {
    margin-left: 12px
}

#content ul li ul {
    list-style: circle
}

#content li {
    margin-bottom: 7px
}

.black {
    color: black !important;
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}

strong,
b,
.strong {
    font-weight: 700;
}

.textleft {
    line-height: 0 !important;
    float: left;
    margin-right: 10px;
    margin-top: 4px
}

.textleft small {
    padding: 5px;
    width: 240px;
    display: block;
}

.textleft img {
    clear: right;
    display: block
}

.floatimage {
    width: 30%;
    float: left;
    margin-right: 3%;
}

.floatimage a {
    display: block;
    height: 120px;
    overflow: hidden
}

.nomargin {
    margin: 0
}

.floatimage small {
    padding: 5px;
    display: block;
}

small {
    font-size: 78%
}

.img-inline {
    float: left;
    margin: 4px 10px 2px 0px;
    display: inline-block
}

.columns {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.columns .textleft {
    float: none;
    width: 100%
}

.columns .textleft img {
    width: 100%
}

.imagebox {
    width: 48%;
    float: left;
    height: 200px;
    overflow: hidden;
    position: relative;
    border: #bbb solid 1px;
    margin: 0 1% 20px 0;
}

.imagebox img {
    width: 100%;
    position: absolute;
    top: 48%;
    transform: translateY(-50%);
}

.imagebox small {
    position: absolute;
    bottom: 0;
    width: 98%;
    left: 0;
    padding: 1%;
    background: white;
}

.more {
    display: block;
    float: right
}

/* TABLE */

.data-table {
    width: 100%;
    background: #efefef
}

.data-table td {
    padding: 10px
}

/* equal column height */

/* #content {
    margin-bottom: -2500px;
    padding-bottom: 2500px;
}

#sidebar {
    margin-bottom: -2500px;
    padding-bottom: 2500px;
} */

#BL {
    display: none
}

/* IMG */

img.left {
    margin-bottom: 15px;
    margin-right: 10px;
}

/* HEADER */

#header {
    height: 370px;
    position: relative
}

#logo {
    border-bottom: #1A3968 solid 47px;
    background: #ffaa4d;
    padding: 27px 0 27px 56px;
    margin-bottom: 61px
}

/*140 */

#logo a img {
    width: 50%;
}

#logo-print {
    display: none;
}

#dsdlogo {
    position: absolute;
    right: 35px;
    top: 20%;
    width: 26.5%;
}

#dsdlogo img {
    width: 100%;
}

#title,
#description {
    color: transparent;
}

/* FOOTER */

.copyline {
    padding: 15px 35px 5px 0px;
    margin-left: 56px;
    font-family: Arial, Serif;
    font-size: 14px;
    color: #1A3968;
    margin-bottom: 6px;
}

.copyline a {
    color: #1A3968;
    font-weight: bold;
    margin-left: 20px
}

#footer {
    background: #1A3968;
    position: relative
}

#footer-menu a {
    color: white !important;
    display: block;
    margin-bottom: 10px;
    font-size: 85%
}

#footer-menu>li {
    display: block;
    float: left;
    margin-bottom: 5px;
}

#footer-menu>li>a {
    font-weight: 700;
    font-size: 100%
}

#unesco-logo {
    position: block;
}

/* GALLERY */

.gallery dl:nth-child(even) {
    float: right !important;
    margin-right: 0 !important;
}

.gallery-item {
    width: 48% !important;
    margin-right: 1%
}

.gallery-item img {
    border: none !important
}

.gallery-item .wp-caption-text {
    width: 100%;
    text-align: left;
}

#menutoggle {
    display: none;
    background: url(../images/toggle_menu.png) no-repeat top center;
    height: 36px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3)
}

cite {
    border: #ffaa4d solid 2px;
    width: 96%;
    font-weight: 700;
    margin: 10px 0px;
    padding: 2%;
    line-height: 1.5em !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    line-height: 1.5em;
}

.widget {
    margin: 20px 0 0;
}

.widget-border {
    border-bottom: #ccc dotted 2px;
}

.nomargin {
    margin: 0;
}

#sidebar .widget:last-child {
    border: none;
}

#content .page a span {
    color: black;
}

#partnertable td {
    width: 320px;
    padding: 30px 10px;
    border-bottom: #bbb dotted 1px;
    vertical-align: top;
    font-size: 12px
}

#partnertable td:first-child {
    text-align: center
}

.post h2 a {
    color: black !important;
}

.post h2 {
    border-bottom: none;
    padding: 0px;
    margin: 0px;
}

/* NAV */

#nav-primary {
    clear: both
}

.menu ul li {
    float: left;
    margin-right: 10px;
    position: relative;
    padding-bottom: 9px;
    list-style-type: none;
}

.menu ul a,
.btn-primary {
    display: block;
    background: #ffaa4d;
    border: #ffaa4d solid 2px;
    border-radius: 6px;
    color: white !important;
    padding: 4px 12px;
    text-align: center;
    cursor: pointer;
}

.menu .current_page_item a,
.menu .current_page_parent a,
.menu .current-menu-item a,
.menu a:hover,
.menu .children .current_page_item a,
.menu .sub-menu .current-menu-item a,
.btn-primary:hover {
    background-color: white;
    color: black !important;
    text-decoration: none;
}

.menu {
    padding-left: 56px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.menu ul {
    margin: 0;
    padding: 0
}

.menu li:first-child {
    border: none;
    padding-left: 0
}

.menu li a:hover {
    color: black;
}

.menu li ul {
    display: none;
}

.menu li:hover ul {
    display: block
}

.menu .current_page_item a,
.menu .current-cat a,
.menu .current-menu-item a {
    color: black;
}

.menu .children,
.menu .sub-menu {
    background: white;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), -3px 3px 3px rgba(0, 0, 0, 0.2);
    padding: 10px 0 5px 10px;
    position: absolute;
    top: 35px;
    width: auto;
    border-radius: 0 0 10px 10px;
    z-index: 10000;
}

.menu .children li,
.menu .sub-menu li {
    float: none;
    border: none;
    padding: 5px 0px;
}

.menu .children li a,
.menu .sub-menu li a {
    color: white;
    background-color: #ffaa4d;
    font-weight: normal;
    white-space: nowrap
}

.menu .children li a:hover,
.menu .sub-menu li a:hover {
    color: black;
}

/* NAV */

/* SEARCH */

#s {
    border: 1px solid orange;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15) inset;
    color: #999999;
    padding: 5px;
    width: 80%;
    float: left;
}

#searchsubmit {
    border: 1px solid orange;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 5px 7px;
    margin-left: 2px;
}

.search-results .teaser h3 {
    margin: 0
}

.pagination {
    margin-top: 20px
}

.pagination .pagecounter {
    text-align: center
}

.pagination .pagecounter .current {
    padding: 3px;
    border: #1a3968 solid 1px;
    font-weight: bold;
    display: inline-block;
    min-width: 20px;
    margin-right: 3px;
}

.pagination .pagecounter a {
    display: inline-block;
    background: #1a3968;
    color: white;
    padding: 3px;
    margin-right: 3px;
    min-width: 20px
}

/* FORMS */

.button {
    background: #ffaa4d none repeat scroll 0 0;
    border: 2px solid #ffaa4d;
    border-radius: 6px;
    color: white !important;
    padding: 4px 12px;
    font-weight: normal;
    line-height: 1em !important;
    text-align: center;
}

.button:hover {
    background: white !important;
    color: black !important;
    text-decoration: none;
}

.wpcf7-form .wpcf7-text,
.wpcf7-textarea {
    margin: 2px;
    padding: 5px;
    border-radius: 3px;
    border: #aaa solid 1px;
    width: 80%
}

select.wpcf7-form-control {
    height: 30px;
    border-radius: 3px;
    border: #bbb solid 1px;
}

/* BREADCRUMBS */

.breadcrumbs {
    margin-bottom: 20px;
    border-bottom: #bbb dotted 1px;
    font-size: 86%
}

.breadcrumbs a {
    color: gray
}

/* WIDGET AREA */

.widget-area li {
    margin-bottom: 8px
}

/* ACCORDION */

.accordion {
    margin-bottom: 20px;
}

.accordion p{margin: 0}

.accordion-body {
    display: none;
    background: white;
    border: #eee solid 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.accordion-body li {
    margin-top: 4px
}

.accordion-tab {
    margin-bottom: 0;
    padding: 5px;
    background: #eee
}

.accordion-heading {
    padding: 10px 10px 10px 28px;
    position: relative;
    cursor: pointer
}

.accordion-heading::before {
    content: "+";
    position: absolute;
    top: 10px;
    left: 5px;
    font-size: 150%
}

.accordion-heading.accordion-current-tab::before {
    content: "-";
    font-size: 200%
}

/* OTHER */

.subscript {
    margin-bottom: 27px;
    margin-top: -15px;
}

#load-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

#load-overlay #panel {
    width: 800px;
    height: 600px;
    margin: 0 auto;
    margin-top: 150px;
    background: white;
    border: white solid 15px;
    padding: 10px;
    border-radius: 15px;
    overflow: auto
}

#load-overlay #panel img {
    max-width: 800px;
    max-height: 600px;
    display: block;
    margin: 0 auto
}

.clear {
    clear: both
}

.hidden {
    display: none
}

.center {
    text-align: center
}

.noborder {
    border: none !important
}

.border {
    border: #aaa solid 1px;
}

.thumb {
    width: 139px;
    height: auto
}

.headersearch {
    width: 80%
}

.highlight {
    background: #ffaa4d;
    font-weight: 700;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0
}

.highlight a,
.highlight a:hover {
    color: white
}

.kicker {
    color: #ffaa4d;
    font-size: 109%
}

.imgframe {
    width: 44%;
    border: #bbb solid 1px;
    border-radius: 8px;
    float: left;
    padding: 10px;
    margin: 0 10px 10px 0;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2)
}

.imgframe img {
    width: 100%;
    max-height: 200px;
    margin-bottom: 10px
}

.imgframe a {
    font-size: 86%
}

hr {
    clear: both
}

.right {
    float: right
}

.marginbottom {
    margin-bottom: 35px
}

/* IMAGE */

.size-full-post-thumbnail {
    height: auto;
    width: 100%;
}

.wp-caption-text {
    font-size: 80%;
    background-color: white;
    margin-bottom: 5px;
}

/* LIGHTBOX */

#stimuli_numberDisplay {
    display: none !important
}

/* div.wp-caption {
    line-height: 0 !important;
    float: left;
    margin-right: 10px;
    border: #aaa solid 0px;
    margin-top: 4px;
} */

.wp-caption-text {
    /* padding: 5px;
    width: 240px;
    display: block; */
    background-color: transparent;
}

/* CONTACT FORM 7 */

.wpcf7-list-item {
    display: inline !important;
    margin-left: 0 !important;
}

.flex-1 .wpcf7-form-control-wrap,
.flex-2 .wpcf7-form-control-wrap {
    display: flex;
}

.flex-1 .wpcf7-form-control,
.flex-2 .wpcf7-form-control {
    display: flex;
    flex: 1;
}

.nivo-caption {
    background: #1A3968;
}

/* tooltip */

.archived-resource.tooltip {
    position: relative;
}

.archived-resource.tooltip:after {
    visibility: hidden;
    position: absolute;
    font-size: 87%;
    text-align: center;
    content: 'Dieser Download wurde archiviert. Kontaktieren Sie uns bei Bedarf.';
    white-space: nowrap;
    background: white;
    padding: 5px 15px;
    border: #eee solid 1px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    top: -40px;
    left: 0;
    opacity: 1;
}

.archived-resource.tooltip:hover::after {
    visibility: visible;
}