
/* RESET */
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; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
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: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
a {
text-decoration: none;
color: black;
}
* {
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-ms-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
transition-duration: 0.6s;
}


body {
font-family: 'Inconsolata';
}
body.template_info {
color: black;
}
.header {
margin: 40px 0 0 40px;
position: fixed;
z-index: 100;
}
.menu_btn {
display: none;
}
.menu_btn.move {
display: none;
}

a.title {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 2px;
display: block;
}
a.title span {
text-transform: none;
font-weight: 400;
font-size: 13px;
}

.nav {
padding-top: 60px;
}
.nav ul {
}
.nav ul li {
margin: 0 0 10px 0;
}
.nav ul li a {
font-size: 14px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
}
.template_home .nav ul li a {
color: white;
}
,nav ul li a:hover {
color: gray;
}
,nav ul li.on a {
border-bottom: 1px solid;
}
,nav ul.info {
margin: 60px 0 60px 0;
}
,nav ul.info {
}
,nav ul.info li a {
text-transform: lowercase;
}


.banner {
max-width: 500px;
}
.banner img {
max-width: 100%;
}

.section {
padding: 82px 0 0 260px;
float: left;
display: inline-block;
font-size: 16px;
line-height: 26px;
max-width: 900px;
}
.section .copy {
margin: 60px 0 0 0;
}
.section h1 {
font-size: 32px;
line-height: 42px;
margin: 0 40px 17px 0;
letter-spacing: 2px;
border-bottom: 2px solid;
display: inline-block;
}
.section p {
max-width: 650px;
margin: 0 40px 26px 0;
}
.section p img {
max-width: 100%;
}
.section p strong {
font-weight: bold;
text-transform: uppercase;
letter-spacing: 2px;
}

/* INDEX */
.template_index section {
padding: 120px 0 0 260px;
}
.content-item {
float: left;
margin: 0 20px 20px 0;
width: 180px;
}
.section .content-item a p {
font-size: 14px;
line-height: 16px;
letter-spacing: 1px;
height: 30px;
}

.TextformatterVideoEmbed {
margin: 0 0 30px 0;
}

@media screen and (max-width: 900) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 900px) {
a.title {
margin-left: 50px;
display: block;
}

.header {
position: absolute;
}


.menu_btn {
display: block;
position: absolute;
top: -3px;
left: 0px;
width: 25px;
height: 25px;
z-index: 1000;
cursor: pointer;
-webkit-transition-duration: 0.6s;
-moz-transition-duration: 0.6s;
-ms-transition-duration: 0.6s;
-o-transition-duration: 0.6s;
transition-duration: 0.6s;
background-image: url(burger.svg);
background-position: center center;
background-repeat: no-repeat;
background-size: 25px;
}
.template_home .menu_btn {
background-image: url(burger_negativ.png);
}
.template_home .menu_btn.move {
background-image: url(close_negativ.png);
}

.menu_btn.move {
background-image: url(close.png);
display: block;
}

.nav {
display: none;
}
.nav.open {
display: block;
}
.section {
padding-left: 40px;
}
.section.move {
margin: 0 0 0 200px;
opacity: 0.1;
}
.template_index section {
padding-left: 40px;
}
}

@media screen and (max-width: 560px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 560px) {

.banner {
max-width: 320px;
}
.banner img {
max-width: 100%;
}
}



