body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul,.content-gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li,.content-gallery>ul li{float:left}.ce_gallery>ul li.col_first,.content-gallery>ul li.col_first{clear:left}.float_left,.media--left>figure{float:left}.float_right,.media--right>figure{float:right}.block{overflow:hidden}.media{display:flow-root}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.aspect,.responsive{position:relative;height:0}.aspect iframe,.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.aspect--16\:9,.responsive.ratio-169{padding-bottom:56.25%}.aspect--16\:10,.responsive.ratio-1610{padding-bottom:62.5%}.aspect--21\:9,.responsive.ratio-219{padding-bottom:42.8571%}.aspect--4\:3,.responsive.ratio-43{padding-bottom:75%}.aspect--3\:2,.responsive.ratio-32{padding-bottom:66.6666%}
@font-face{font-family:'Cooper Hewitt';src:local('☺︎'),url('https://www.schwirjow.de/files/firmament/fonts/CooperHewitt-Medium.otf') format('opentype');font-weight:400;}@font-face{font-family:'Cooper Hewitt';src:local('☺︎'),url('https://www.schwirjow.de/files/firmament/fonts/CooperHewitt-Bold.otf') format('opentype');font-weight:bold;}
body{font-family:'Cooper Hewitt', 'Arial, sans-serif';font-weight:400;}

/* Color Theme Swatches in Hex */
.Grey-Yellow-orange-1-hex { color: #D7D8C9; }
.Grey-Yellow-orange-2-hex { color: #A4A68A; }
.Grey-Yellow-orange-3-hex { color: #F2BE24; }
.Grey-Yellow-orange-4-hex { color: #57523E; }
.Grey-Yellow-orange-5-hex { color: #D94C1A; }

@font-face {
    font-family: "Cooper Hewitt";
    src: url("../../files/firmament/fonts/cooper-hewitt/CooperHewitt-Medium.otf") format("opentype");
}
@font-face {
    font-family: "Cooper Hewitt";
    font-weight: bold;
    src: url("../../files/firmament/fonts/cooper-hewitt/CooperHewitt-Bold.otf") format("opentype");
}

body {
    font-family: "Cooper Hewitt";
}
a, a:visited,
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    color: #D94C1A;
}
.invisible {
    display: none;
}
/* Header */
.nav-trigger {
    display: none;
}
header {
    position: fixed;
    left: 0;
    width: 164px;
    top: 0;
    bottom: 0;
    border-right: 1px solid #eee;
    background: #fff;
    z-index: 1000;
}
.logo {
    background: #D94C1A;
    font-size: 4em;
    height: 164px;
    line-height: 164px;
    text-align: center;
}
.logo a {
    color: #F2BE24;
}
.mod_customnav ul {
    list-style: none;
    line-height: 1.75rem;
}
.mod_customnav ul li a,
.mod_customnav ul li a:visited,
.mod_customnav ul li strong {
    display: inline-block;
    width: 100%;
}
.mod_customnav ul li .active {
    font-weight: normal;
}
.mod_customnav ul li:after,
p.more:after {
    content: ' ';
    width: 0;
    height: 1px;
    background: #D94C1A;
    display: block;
    transition: all .2s;
}
.mod_customnav ul li:hover:after,
.mod_customnav ul li.active:after,
p.more:hover:after {
    width: 100%;
}
/* Main */
main {
    padding-left: 196px;
    width: auto!important;
    max-width: 100%;
}
.inside {
    max-width: 960px;
}
.mod_newslist > .block {
    border-bottom: 1px solid #eee;
}
p.more {
    display: inline-block;
}
/* Footer */
footer {
    width: 164px;
    z-index: 1050;
    position: relative;
    padding-bottom: 32px;
}
/* Images */
.image_container {
    padding: 10px;
    border: 1px solid #eee;
}

img {
    width: 100%;
    height: auto;
}
/* Forms */
form .widget {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3px;
}
input, textarea {
    width: 70%;
    border: 1px solid #D94C1A;
    line-height: 1.75rem;
}
fieldset {
    border: 1px solid #D94C1A;
    width: 100%;
    padding: 10px;
    margin: 0;
}
input.checkbox {
    width:auto;
}
.widget.widget-submit {
    padding-top: 10px;
    justify-content: end;
}
button {
    background: #D94C1A;
    border: none;
    padding: 10px;
    color: #fff;
}

@media screen  and (max-width: 768px) {
    main {
        padding-left: 16px;
        margin-top: 48px;
    }
    header {
        transform: translate(-100%, 0);
        right: 96px;
        transition: transform .2s;
    }
    header.open {
        transform: translate(0, 0);
    }
    footer {
        width: auto;
        background: #D7D8C9;
        padding-top: 8px;
    }
    .nav-trigger {
        display: block;
        position: fixed;
        background: #D94C1A;
        color: #fff;
        left: 0;
        right: 0;
        top: 0;
        height: 32px;
        text-align: right;
        padding: 0 16px;
        line-height: 32px;
    }
}
