.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin:0;
    padding:0;
    vertical-align:baseline;
    border:0;
    font-size:100%;
    font:inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display:block;
}
body {
    line-height:1;
}
ol,
ul {
    list-style:none;
}
blockquote,
q {
    quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content:none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}


/* Basic */
* {
    background-repeat:no-repeat;
    outline: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.invisible {
    width:0;
    height:0;
    left:1000px;
    top:1000px;
    position:absolute;
    overflow:hidden;
    display:inline;
}

/* Body */
html {
    width:100%;
    min-height:100%;
}
body {
    width:100%;
    min-height:100%;
    font:16px/20px 'Zwo',Helvetica,Arial,sans-serif;
    color:#000;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    ‑webkit‑text‑size‑adjust: 100%;
}

/* Typography */
h1 {
    margin-bottom:20px;
    font-size:36px;
    line-height:36px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight: 600;
}
h2 {
    margin-bottom:10px;
    font-size:24px;
    line-height:24px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight: 600;
}
h3 {
    margin-bottom:10px;
    font-size:20px;
    line-height:20px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight: 600;
}
p {
    margin:0 0 20px;
}
a {
    text-decoration:none;
    color: inherit;
}
strong {
    font-weight: 600;
}

/* Container */
#wrapper {
    width:100%;
    min-height:100%;
}
#container {
    width:100%;
    min-height:100%;
}
#main,
#main div.inside {
    width:100%;
    min-height:100%;
}
.mod_article.content {
    width:960px;
    position:relative;
    margin-right:auto;
    margin-left:auto;
    z-index: 200;
}
.mod_article.content div.float {
    width:100%;
    float:left;
    padding:160px 0 90px;
}
.mod_article.content div.flexbox {
    display: flex;
    justify-content: center;
}
.mod_article.background {
    width:100%;
    height:100%;
    top:0;
    position:fixed;
    z-index: 100;
}
.ce_image.background {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
}
.ce_image.background figure {
    width:100%;
    height:100%;
    position:relative;
}
.ce_image.background figure img {
    width:auto;
    height:100%;
    left:50%;
    top:50%;
    position:absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* Boxes */
.box {
    min-height:520px;
    float:left;
    margin:10px 15px;
    padding:25px 30px 10px;
    background-color:#fff;
    font-size:14px;
    line-height:18px;
    width: calc(50% - 30px);
}
.centerbox {
    float:left;
    margin:10px 15px;
    padding:25px 30px 10px;
    text-align:center;
    background-color:#fff;
    width: calc(50% - 30px);
}
.box:nth-of-type(even) {
    clear:left;
}
.box figure.image_container {
    width:100%;
    float:left;
    margin:15px 0 20px;
}
.box figure.image_container img {
    width:100%;
    height:auto;
}
.centerbox figure.image_container {
    width:100%;
    float:left;
    margin:2px 0 22px;
}
.centerbox figure.image_container img {
    height:auto;
    max-width:100%;
}

/* Header */
header {
    width:100%;
    position:fixed;
    z-index: 1000;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
header.scroll {
    background-color:#fff;
}

/* Footer */
footer {
    width:100%;
    height:40px;
    bottom:0;
    position:fixed;
    float:left;
    background-color:#fff;
    font-size:14px;
    line-height:18px;
    text-transform:uppercase;
    letter-spacing:1px;
    font-weight: 300;
    z-index: 1000;
}
footer div.inside {
    width:960px;
    margin-right:auto;
    margin-left:auto;
}
#copyright {
    float:left;
    margin:0 0 0 45px;
    padding:11px 0;
}

/* Content */
.lead {
    margin:0 15px 30px;
    padding:0 0 10px;
    border-bottom:1px solid #fff;
    color:#fff;
}
.lead:nth-child(2) {
    margin:0 15px 45px;
    padding:20px 0 0;
    border-style:hidden;
}
.lead p {
    font-size:28px;
    line-height:32px;
    font-style:italic;
}
.lead:nth-child(2) p {
    text-transform:none;
    font-style: normal;
}
#home div.lead {
    text-align:center;
    border-style:hidden;
}
.invert div.lead {
    border-color:#000;
    color:#000;
}
.col-12 {
    float:left;
    margin-right:15px;
    margin-left:15px;
    color:#fff;
    width: calc(100% - 30px);
}
.col-6 {
    float:left;
    margin-right:15px;
    margin-left:15px;
    color:#fff;
    width: calc(50% - 30px);
}
.column {
    float:left;
    margin:0 15px 20px;
    color:#fff;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}
.invert div.column {
    color:#000;
}
.intertitle {
    width:100%;
    position:relative;
    float:left;
    display:block;
    margin:20px 0 10px;
    padding:0 15px;
    color:#fff;
}
.invert .intertitle {
    color:#000;
}
a.button {
    min-width:210px;
    display:inline-block;
    margin-top:20px;
    margin-right:auto;
    margin-left:auto;
    padding:12px 15px 10px;
    text-align:center;
    background-color:#171F4C;
    font-size:14px;
    line-height:18px;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:2px;
}
a.button:hover {
    background-color:#000;
}

/* Logo */
#logo {
    left:0;
    top:0;
    float:left;
    background-color:#fff;
}
#logo a {
    float:left;
    padding:27px 30px 22px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
header.scroll div#logo a {
    padding:12px 30px 7px;
}

/* Navigation */
nav strong{
    font-weight: 300;
}
#navigation_main,
#navigation_language {
    margin-top:18px;
    margin-bottom:12px;
    font-size:14px;
    line-height:18px;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight: 300;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#navigation_main {
    float:left;
    margin-right:15px;
    margin-left:75px;
}
#navigation_language {
    float:right;
    margin-right:45px;
    margin-left:15px;
}
header.scroll #navigation_main,
header.scroll #navigation_language {
    margin-top:0;
    margin-bottom:0;
    color:#000;
}
#navigation_footer {
    float:left;
    margin:0 15px;
}
.navigation ul {
    float:left;
}
.navigation ul li {
    float:left;
    list-style-type:none;
}
.navigation ul li a,
.navigation ul li strong {
    float:left;
    display:block;
    margin:0 15px;
    padding:11px 0;
}
header.scroll nav.navigation ul li a,
header.scroll nav.navigation ul li strong {
    margin:0 15px 7px;
    padding:11px 0 3px;
}
.navigation ul li a:hover,
.navigation ul li a.trail,
.navigation ul li strong.active {
    padding-bottom:10px;
    border-bottom:1px solid #fff;
    -webkit-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
header.scroll nav.navigation ul li a:hover,
header.scroll nav.navigation ul li a.trail,
header.scroll nav.navigation ul li strong.active {
    border-color:#000;
}

/* Navigation Mobile Button */
#navigation_mobile_button {
    float:right;
    display:none;
}
#navigation_mobile_button a#navigation_button {
    width:40px;
    height:40px;
    display:block;
    background-color:#fff;
    text-indent: -10000px;
}
#navigation_mobile_button.closed a#navigation_button {
    background-image:url("/files/themes/stahler/icons/menu_ico.svg");
    background-position: 0px 0px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
#navigation_mobile_button.open a#navigation_button {
    background-image:url("/files/themes/stahler/icons/menu_ico.svg");
    background-position: 0px -40px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

/* Projects List */
#projects_list {
    width:100%;
    float:left;
    margin:20px 0 0;
    font-size:14px;
    line-height:18px;
    font-weight: 600;
}
#projects_list h2 {
    margin-right:15px;
    margin-left:15px;
    color:#fff;
}
#projects_list div.layout_latest {
    width:50%;
    float:left;
    padding:10px 15px;
}
#projects_list div.layout_latest.even {
    clear:left;
}
#projects_list div.layout_latest div.inside,
#projects_reader div.layout_full div.inside {
    position:relative;
    float:left;
    padding:25px 30px 10px;
    background-color:#fff;
}
#projects_list div.layout_latest div.inside {
    min-height:520px;
}
#projects_list div.layout_latest div.inside h3 {
    min-height:40px;
}
#projects_list div.layout_latest div.inside figure.image_container {
    width:100%;
    float:left;
    margin:15px 0 20px;
}
#projects_list div.layout_latest div.inside figure.image_container img {
    width:100%;
    height:auto;
}
#projects_list div.layout_latest div.inside div.teaser p a {
    position:relative;
    z-index: 300;
}
#projects_list div.layout_latest div.inside a.more {
    width:100%;
    height:100%;
    left:0;
    top:0;
    position:absolute;
    text-indent: -10000px;
}

/* Projects Reader */
#projects_reader {
    width:100%;
    position:relative;
    overflow:hidden;
    float:left;
}
#projects_reader div.layout_full {
    width:100%;
    float:left;
    padding:10px 15px;
}
#projects_reader p.back {
    width:30px;
    height:30px;
    right:45px;
    top:30px;
    position:absolute;
    margin:0;
    text-indent: -1000px;
}
#projects_reader p.back a {
    width:100%;
    height:100%;
    display:block;
    background-image:url("/files/themes/stahler/icons/close_ico.svg");
    background-position:center center;
}

/* Slider */
.ce_sliderStart {
    width:100%;
    position:relative;
    float:left;
    margin:15px 0 20px;
}
.ce_sliderStart nav.slider-control {
    height:30;
    bottom:10px;
    right:5px;
    position:absolute;
}
.ce_sliderStart nav.slider-control span.slider-menu {
    display:none;
}
.ce_sliderStart nav.slider-control a.slider-prev,
.ce_sliderStart nav.slider-control a.slider-next {
    width:30px;
    height:30px;
    top:0;
    position:relative;
    float:left;
    display:block;
    margin:0 0 0 5px;
    background-color:#fff;
    background-position:center center;
    text-indent: -1000px;
}
.ce_sliderStart nav.slider-control a.slider-prev {
    background-image:url("/files/themes/stahler/icons/prev_ico.svg");
}
.ce_sliderStart nav.slider-control a.slider-next {
    background-image:url("/files/themes/stahler/icons/next_ico.svg");
}
.ce_sliderStart figure img {
    width:100%;
    height:auto;
}

@media (min-aspect-ratio: 4/3) {

/* Container */
.ce_image.background figure img {
    width:100%;
    height:auto;
}
}

@media (max-width: 1080px) {

/* Container */
.mod_article.content div.float {
    padding-top:230px;
}

/* Logo */
header.scroll div#logo {
    display:none;
}

/* Navigation */
#navigation_main {
    clear:left;
    margin-left:30px;
}
#navigation_language {
    margin-right:30px;
}
}

@media (max-width: 960px) {

/* Container */
.mod_article.content {
    width:100%;
}

/* Projects List */
#projects_list div.layout_latest div.inside {
    min-height:460px;
}
}

@media (max-width: 720px) {

/* Navigation */
#navigation_main {
    margin-left:35px;
}
#navigation_language {
    margin-right:35px;
}
#navigation_footer {
    margin-right:10px;
    margin-left:10px;
}
.navigation ul li a,
.navigation ul li span,
header.scroll nav.navigation ul li a,
header.scroll nav.navigation ul li span {
    margin-right:10px;
    margin-left:10px;
}
.logobox {
    width:100%;
}
}

@media (max-width: 640px) {

/* Container */
.mod_article.content div.float {
    padding-top:100px;
}

/* Grid */
.col-6 {
    width: calc(100% - 30px);
}

/* Content */
.column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
header {
    background-color:#fff;
}

/* Navigation */
#navigation_main,
#navigation_language {
    width:100%;
    display:none;
    margin:0;
    background-color:#fff;
    color:#000;
}
#navigation_main.open,
#navigation_language.open {
    display:block;
}
#navigation_main {
    padding:20px 45px 10px;
}
#navigation_language {
    padding:10px 30px 20px;
}
#navigation_main ul,
#navigation_main ul li {
    width:100%;
}
#navigation_main ul li a,
#navigation_main ul li span {
    width:100%;
    margin:0;
    -webkit-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
#navigation_language ul li a,
#navigation_language ul li span {
    margin:0 15px;
}
header.scroll nav.navigation ul li a {
    padding-top:11px;
    padding-bottom:11px;
}
header.scroll nav.navigation ul li a:hover,
header.scroll nav.navigation ul li span {
    padding-top:11px;
    padding-bottom:10px;
}
.navigation ul li a:hover,
.navigation ul li a.trail,
.navigation ul li span.active {
    border-color:#000;
}

/* Navigation Mobile Button */
#navigation_mobile_button {
    display:block;
}

/* Logo */
header.scroll div#logo {
    display:block;
}
#logo a,
header.scroll div#logo a {
    padding:14px 15px 6px;
}
#logo a img {
    width:auto;
    height:14px;
}
#copyright {
    margin-left:15px;
}

/* Projects List */
#projects_list div.layout_latest {
    width:100%;
}

/* Projects Reader */
#projects_reader div.layout_full {
    padding-right:0;
    padding-left:0;
}
#projects_reader div.layout_full div.inside {
    padding-right:15px;
    padding-left:15px;
}
#projects_reader p.back {
    right:15px;
}

/* Boxes */
.box {
    width: calc(100% - 30px);
    min-height: 460px!important;
}
.centerbox {
    width: calc(100% - 30px);
}
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-1.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-1.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-1.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-1.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-1.svg#Zwo-w-1') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-1-Italic.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-1-Italic.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-1-Italic.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-1-Italic.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-1-Italic.svg#Zwo-w-1-Italic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-2.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-2.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-2.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-2.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-2.svg#Zwo-w-2') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-2-Italic.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-2-Italic.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-2-Italic.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-2-Italic.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-2-Italic.svg#Zwo-w-2-Italic') format('svg');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-3.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-3.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-3.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-3.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-3.svg#Zwo-w-3') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-3-Italic.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-3-Italic.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-3-Italic.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-3-Italic.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-3-Italic.svg#Zwo-w-3-Italic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-4.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-4.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-4.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-4.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-4.svg#Zwo-w-4') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-4-Italic.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-4-Italic.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-4-Italic.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-4-Italic.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-4-Italic.svg#Zwo-w-4-Italic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-5.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-5.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-5.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-5.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-5.svg#Zwo-w-5') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-5-Italic.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-5-Italic.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-5-Italic.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-5-Italic.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-5-Italic.svg#Zwo-w-5-Italic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-6.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-6.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-6.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-6.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-6.svg#Zwo-w-6') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-6-Italic.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-6-Italic.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-6-Italic.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-6-Italic.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-6-Italic.svg#Zwo-w-6-Italic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-7.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-7.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-7.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-7.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-7.svg#Zwo-w-7') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-7-Italic.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-7-Italic.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-7-Italic.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-7-Italic.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-7-Italic.svg#Zwo-w-7-Italic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-8.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-8.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-8.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-8.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-8.svg#Zwo-w-8') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Zwo';
    src: url('../../files/themes/stahler/fonts/Zwo-w-8-Italic.eot');
    src: url('../../files/themes/stahler/fonts/Zwo-w-8-Italic.eot?#iefix') format('embedded-opentype'),
         url('../../files/themes/stahler/fonts/Zwo-w-8-Italic.woff') format('woff'),
         url('../../files/themes/stahler/fonts/Zwo-w-8-Italic.ttf') format('truetype');
         url('../../files/themes/stahler/fonts/Zwo-w-8-Italic.svg#Zwo-w-8-Italic') format('svg');
    font-weight: 800;
    font-style: italic;
}
