/* Stack 2024 styles */
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

.langpane {font-family:"Oswald", sans-serif;font-weight:400;}
.contentleft {background:#f6f3ed;}
.bottom {background:#4a433a;}
.bottom a:active, .bottom a:hover {color:#f5a527;}
::selection {background:#f5a527;}
::-moz-selection {background:#f5a527;}
a.bigbutton:link, a.bigbutton:visited {color:#f5a527;font-family:"Oswald", sans-serif;font-weight:400;}
a.bigbutton:active, a.bigbutton:hover {color:#333333;}
button.bigbutton {background:#f5a527;font-family:"Oswald", sans-serif;font-weight:400;}
button.bigbutton:hover {background:#333333;color:white;}
.h2-headline, .h3-headline, .h4-headline {font-family:"Oswald", sans-serif;font-weight:400;color:#f5a527;}
.about-text h4 {color:white;}
.gblocks a:hover:after {background:#f5a527;}
.citation-window {background:#f5a527;}
.flex-caption {background:linear-gradient(90deg, #4a433a 72%, white 28%);}
.ci-header span {background:#f5a527;}
h1, h2, h3, h4, h5, h6 {font-family:"Oswald", sans-serif;font-weight:400;color:#4a433a;}
h2 {color:#f5a527;text-transform:none;}
h3 {font-size:36px;line-height:40px;}
h2 a:link, h2 a:visited, h2 a:active, h2 a:hover {color:#f5a527;}
a:link, a:visited {color:#f5a527;}
a:active, a:hover {color:#f5a527;}
.content ul li:before, .contentright ul li:before {color:#f5a527;}
hr {background:#f5a527;}
blockquote {border-left:#f5a527 solid 10px;}
blockquote, blockquote p {color:#f5a527;}
ul.megamenu a {font-family:"Oswald", sans-serif;font-weight:400;height:146px;line-height:146px;}
ul.megamenu li.level0:hover a, ul.megamenu li.level0 a:hover, .megahover {color:#f5a527;}
ul.megamenu .current a {color:#f5a527;}
.mobilemenu ul {font-family:"Oswald", sans-serif;font-weight:400;}
/* MEDIA QUERIES */
@media all and (max-width:980px),
            screen and (-webkit-min-device-pixel-ratio: 3.0) and (max-width: 2940px) and (orientation: portrait),
            screen and (-webkit-min-device-pixel-ratio: 2.0) and (max-width: 1960px) and (orientation: portrait) {
.flex-caption {background:#4a433a;}
}