/*
nanoCMS FRONTEND STYLESHEET
magnetix.ch
30.08.2021
*/


/*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, 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, textarea, time, mark, audio, video, input {
	background: transparent;
	border-color: transparent;
	border-style: solid;
	border-width: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	direction: ltr;
	float: none;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	height: auto;
	margin: 0 0 0 0;
	max-width: none;
	outline: 0;
	padding: 0 0 0 0;
	position: static;
	resize: none;
	text-decoration: none;
	text-shadow: none;
	vertical-align: baseline;
	width: auto;
	-webkit-tap-highlight-color: transparent;
}

img {
	border-color: transparent;
	border-style: solid;
	border-width: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
	margin: 0 0 0 0;
	max-width: none;
	outline: 0;
	padding: 0 0 0 0;
	position: static;
	resize: none;
	text-decoration: none;
	box-shadow: none;
	vertical-align: baseline;
	-webkit-tap-highlight-color: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

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;
}


/*COLORS=============================================*/


/*DOCUMENT-------------------------------------------*/
html {
}

body {
	color: #000000;
}

#ncms_background {
	background-color: #ffffff;
	background-image: url("_images/backgrounds/projection screen.jpg");
	box-shadow: inset 0 0 10vmax #444444;
}

/*HEADINGS-------------------------------------------*/
h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

/*TEXTLINES------------------------------------------*/
strong {
}

i {
}

u {
}

strike {
}

sub {
}

sup {
}

em {
}

mark {
}

dfn {
}

cite {
}

q {
}

noscript {
}

code {
}

/*TEXTBLOCKS-----------------------------------------*/
p {
}

blockquote {
}

address {
}

/*LISTS----------------------------------------------*/
ul {
}

ol {
}

li{
}

/*TABLES---------------------------------------------*/
table, caption, thead, tbody, tfoot, tr, th, td {
	border-color: transparent;
}

caption {
}

tr {
}

th {
}

td {
}

.table_without_border td, .table_without_border th {
	border-color: transparent;
}

.table_with_border td, .table_with_border th {
	border-color: #000000;
}

/*LINKS----------------------------------------------*/
a, a:link, a:visited, .clickable_inline, .clickable_inline:link, .clickable_inline:visited {
	color: #000000;
}

a:hover, a:focus, .clickable_inline:hover, .clickable_inline:focus {
	color: #666666;
}

a:active, .clickable_inline:active {
	color: #888888;
}

/*INPUTS AND CONTROLS--------------------------------*/
input, textarea, .clickable_field, .clickable_field:link, .clickable_field:visited {
	background-color: #ffffff;
	border-color: #000000;
	color: #000000;
}

input:hover, input:focus, textarea:hover, textarea:focus, .clickable_field:hover, .clickable_field:focus {
	background-color: #ffffff;
	border-color: #666666;
	color: #666666;
}

input:active, textarea:active, .clickable_field:active {
	background-color: #ffffff;
	border-color: #888888;
	color: #888888;
}

button, input[type=button], input[type=submit], input[type=reset], .clickable_box, .clickable_box:link, .clickable_box:visited {
	background-color: transparent;
	border-color: #000000;
	color: #000000;
}

button:hover, button:focus, input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:focus, input[type=submit]:focus, input[type=reset]:focus, .clickable_box:hover, .clickable_box:focus {
	background-color: transparent;
	border-color: #666666;
	color: #666666;
}

button:active, input[type=button]:active, input[type=submit]:active, input[type=reset]:active, .clickable_box:active {
	background-color: transparent;
	border-color: #888888;
	color: #888888;
}

.clickable_box_green, .clickable_box_green:link, .clickable_box_green:visited {
	background-color: transparent;
	border-color: #66cc33;
	color: #66cc33;
}

.clickable_box_green:hover, .clickable_box_green:focus {
	background-color: transparent;
	border-color: #44bb22;
	color: #44bb22;
}

.clickable_box_green:active {
	background-color: transparent;
	border-color: #22aa11;
	color: #22aa11;
}

.clickable_box_red, .clickable_box_red:link, .clickable_box_red:visited {
	background-color: transparent;
	border-color: #ee6633;
	color: #ee6633;
}

.clickable_box_red:hover, .clickable_box_red:focus {
	background-color: transparent;
	border-color: #dd4422;
	color: #dd4422;
}

.clickable_box_red:active {
	background-color: transparent;
	border-color: #cc2211;
	color: #cc2211;
}

.disabled, .disabled:hover, .disabled:focus, .disabled:active, input.disabled, input.disabled:hover, input.disabled:focus, input.disabled:active, button.disabled, button.disabled:hover, button.disabled:focus, button.disabled:active, :disabled, :disabled:hover, :disabled:focus, :disabled:active, input:disabled, input:disabled:hover, input:disabled:focus, input:disabled:active, button:disabled, button:disabled:hover, button:disabled:focus, button:disabled:active {
	background-color: transparent;
	border-color: transparent;
	color: #666666;
}

/*STYLES---------------------------------------------*/
.colored {
	color: #1122dd;
}

.element_with_background {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.75);
}

.element_with_background .element_with_background {
	background-color: transparent;
}


/*SPECIFIC-------------------------------------------*/
/*HEADER*/
#header_title {
}

#header_subtitle {
}

/*CREDO*/
#credo {
}

/*MENU*/
.ncms_ma_menu_list * {
}

.ncms_ma_menu_list .clickable_inline:hover *, .ncms_ma_menu_list .clickable_inline:focus *, .ncms_ma_focused_menu_title * {
}

.ncms_ma_menu_list .clickable_inline:active * {
}

.ncms_article_content {
}

/*ARTICLES*/

/*FOOTER*/

/*DISCLAIMER*/

/*CONTENT SPECIFIC-----------------------------------*/

/*GUIDO KELLER*/
#ncms_article_1 a:hover, #ncms_article_1 a:focus, #ncms_article_1 .clickable_inline:hover, #ncms_article_1 .clickable_inline:focus {
	color: #7F4A24;
}

#ncms_article_1 a:active, #ncms_article_1 .clickable_inline:active {
	color: #AF6631;
}

/*AUDIO POSTPRODUKTION*/
#ncms_article_2 a:hover, #ncms_article_2 a:focus, #ncms_article_2 .clickable_inline:hover, #ncms_article_2 .clickable_inline:focus {
	color: #225DAA;
}

#ncms_article_2 a:active, #ncms_article_2 .clickable_inline:active {
	color: #337AD7;
}

/*SHOWS & EXHIBITIONS*/
#ncms_article_3 a:hover, #ncms_article_3 a:focus, #ncms_article_3 .clickable_inline:hover, #ncms_article_3 .clickable_inline:focus {
	color: #DD5303;
}

#ncms_article_3 a:active, #ncms_article_3 .clickable_inline:active {
	color: #FC7222;
}

/*WEBDESIGN*/
#ncms_article_4 a:hover, #ncms_article_4 a:focus, #ncms_article_4 .clickable_inline:hover, #ncms_article_4 .clickable_inline:focus {
	color: #4F9C44;
}

#ncms_article_4 a:active, #ncms_article_4 .clickable_inline:active {
	color: #6DBB63;
}

/*KONTAKT*/
#ncms_article_5 a:hover, #ncms_article_5 a:focus, #ncms_article_5 .clickable_inline:hover, #ncms_article_5 .clickable_inline:focus {
	color: #7F4A24;
}

#ncms_article_5 a:active, #ncms_article_5 .clickable_inline:active {
	color: #AF6631;
}


/*FONTS==============================================*/

/*DOCUMENT-------------------------------------------*/
html {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

@media (max-width: 1000px){
	html {
		font-size: 12px;
	}
	
}

/*HEADINGS-------------------------------------------*/
h1 {
	font-size: 200%;
	font-weight: 400;
}

h2 {
	font-size: 150%;
	font-weight: 400;
}

h3 {
	font-size: 125%;
	font-weight: 400;
}

h4 {
	font-size: 125%;
	font-weight: 400;
}

h5 {
	font-weight: 400;
}

h6 {
	font-weight: 400;
}

/*TEXTLINES------------------------------------------*/
strong {
	font-weight: 600;
}

i, .italic {
	font-style: italic;
}

u, .underlined {
	text-decoration: underline;
}

strike {
	text-decoration: line-through;
}

sub {
	font-size: 66%;
	vertical-align: sub;
}

sup {
	font-size: 66%;
	vertical-align: super;
}

em {
	font-weight: 600;
}

mark {
}

dfn {
}

cite {
}

q {
	font-style: italic;
	font-weight: 600;
}

noscript {
	font-style: italic;
}

code {
	font-family: monospace;
	line-height: inherit;
}

/*TEXTBLOCKS-----------------------------------------*/
p {
}

blockquote {
	font-style: italic;
	font-weight: 600;
}

address {
	font-style: normal;
}

/*LISTS----------------------------------------------*/

ul {
}

ol {
}

li{
}

/*TABLES---------------------------------------------*/
table, caption, thead, tbody, tfoot, tr, th, td {
}

caption {
	font-weight: 600;
	text-align: left;
}

tr {
}

th {
	font-weight: 600;
}

td {
}

/*LINKS----------------------------------------------*/
a, .clickable_inline {
	text-decoration: underline;
}

/*INPUTS AND CONTROLS--------------------------------*/
label {
	font-size: 12px;
}

input, button, .clickable_box {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	text-align: left;
	text-decoration: none;
}

/*STYLES---------------------------------------------*/
.catchphrase {
}

.small {
	font-size: 12px;
	line-height: 133.33%;
}

.colored {
	font-weight: 600;
}

.italic {
	font-style: italic;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

*:lang("en") {
	font-style: italic;
}

/*SPECIFIC-------------------------------------------*/
/*HEADER*/
#ncms_header {
}

#header_title{
}

#header_subtitle{
}

/*CREDO*/
#credo_container {
}

#credo {
}

/*MENU*/
.ncms_ma_menu_list .clickable_inline {
	text-decoration: none;
}

/*ARTICLES*/
#ncms_articles {
}

#ncms_articles .ncms_article_title {
	text-decoration: none;
}

span.ncms_article_title_text {
	text-decoration: none;
}

.ncms_article_content {
}

.ncms_jndb_pagination {
}

/*FOOTER*/
#ncms_footer {
	font-size: 16px;
	line-height: 20px;
}

#ncms_footer #legal {
	font-size: 12px;
	line-height: 16px; 
	text-align: right;
}

/*DISCLAIMER*/
#ncms_admin_button_container {
	text-align: right;
}

/*CONTENT SPECIFIC-----------------------------------*/

/*GUIDO KELLER*/
#ncms_article_title_1 {
	font-family: 'Lora', serif;
	font-weight: 600;
}

#ncms_article_title_text_1 {
	line-height: 1;
}

/*AUDIO POSTPRODUKTION*/
#ncms_article_title_2 {
	font-family: 'Bebas Neue', sans-serif;
}

#ncms_article_title_text_2 {
	line-height: 0.92;
}

/*SHOWS & EXHIBITIONS*/
#ncms_article_title_3 {
	font-family: 'Yesteryear', cursive;
}

#ncms_article_title_text_3 {
	line-height: 0.76;
}

/*WEBDESIGN*/
#ncms_article_title_4 {
	font-family: 'Courier Prime', monospace;
}

#ncms_article_title_text_4 {
	line-height: 0.8;
}

/*KONTAKT*/
#ncms_article_title_5 {
	font-family: 'Lora', serif;
	font-weight: 600;
}

#ncms_article_title_text_5 {
	line-height: 0.72;
}


/*POSITION/BEHAVIOUR=================================*/

/*DOCUMENT-------------------------------------------*/
html {
	min-height: 100%;
}

body {
	min-height: 100%;
	min-width: 320px;
	position: relative;
}

#ncms_body_wrapper {
	min-height: 100%;
	position: relative;
}
#ncms_background {
	background-attachment: fixed;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-size: 10vmax;
	height: 100%;
	position: fixed;
	width: 100%
}

/*HEADINGS-------------------------------------------*/
h1 {
	padding: 0 0 1em 0;
}

h2 {
	padding: 0 0 0 0;
}

h3 {
	padding: 0 0 1em 0;
}

h4 {
	padding: 0 0 1em 0;
}

h5 {
	padding: 0 0 1em 0;
}

h6 {
	padding: 0 0 1em 0;
}

/*TEXTLINES------------------------------------------*/
code {
	vertical-align: bottom;
}

/*TEXTBLOCKS-----------------------------------------*/
p {
	padding: 0 0 8px 0;
}

blockquote {
	padding: 0 0 8px 0;
}

address {
}

/*LISTS----------------------------------------------*/
ul {
	list-style-type: circle;
}

ul.no_bullet, ul li.no_bullet {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

li{
}

/*TABLES---------------------------------------------*/
table {
}

caption {
}

th {
	border-style: solid;
	border-width: 0;
}

td {
	border-style: solid;
	border-width: 0;
}

th:first-child {
}

td:first-child {
}

.table_without_border th {
	border-width: 0;
}

.table_without_border td {
	border-width: 0;
}

.table_without_border th:first-child {
}

.table_without_border td:first-child {
}

.table_with_border {
}

.table_with_border th {
	border-width: 1px;
}

.table_with_border td {
	border-width: 1px;
}

/*FLEXBOX--------------------------------------------*/

.flexbox_container {
	align-content: start;
	align-items: stretch;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flexbox_item {

}

/*GRID-----------------------------------------------*/

.grid_container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 1vw;
	grid-row-gap: 1vw;
	column-gap: 1vw;
	row-gap: 1vw;
	justify-content: stretch;
	justify-items: stretch;
	align-content: stretch;
}

.grid_item {
	min-width: 0;
	min-height: 0;
}

/*LINKS----------------------------------------------*/
a, .clickable_inline {
	cursor: pointer;
}

/*INPUTS AND CONTROLS--------------------------------*/
label {
	margin-right: 4px;
	padding: 0 0 0 0;
}

input, button, textarea, .clickable_box, .clickable_field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	margin-top: 2px;
	outline-style: none;
	outline-width: 0;
	padding: 3px 7px 3px 7px;
}

input, button, .clickable_box {
	display: inline-block;
}

input.small_input, button.small_button, .clickable_box.small_clickable_box {
	padding: 1px 3px 0 3px;
}

input[type="number"] {
	width: 80px;
}

input[type="email"], input[type="file"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], textarea {
	width: 240px;
}

input, button, label, .clickable_box {
	margin-left: 2px;
}

input:first-child, button:first-child, label:first-child {
	margin-left: 0;
}

button, .clickable_box, input[type=button], input[type=checkbox], input[type=color], input[type=file], input[type=image], input[type=radio], input[type=range], input[type=reset], input[type=submit] {
	cursor: pointer;
}

button::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

.disabled, .disabled:hover, .disabled:focus, .disabled:active, input.disabled, input.disabled:hover, input.disabled:focus, input.disabled:active, button.disabled, button.disabled:hover, button.disabled:focus, button.disabled:active, :disabled, :disabled:hover, :disabled:focus, :disabled:active, input:disabled, input:disabled:hover, input:disabled:focus, input:disabled:active, button:disabled, button:disabled:hover, button:disabled:focus, button:disabled:active {
	cursor: default;
	
}

/*STYLES---------------------------------------------*/

.hidden {
	display: none;
}

.opaque {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
} /*must be before .transparent*/

.transparent {
	opacity: 0.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.no_transition {
	-webkit-transition: none !important;
	-moz-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
}

.spaced_align_left > * {
	display: inline-block;
	padding-right: 8px;
}

.spaced_align_right > * {
	display: inline-block;
	padding-left: 8px;
}

.element_with_background {
}

.element_with_background .element_with_background {
}


/*SPECIFIC-------------------------------------------*/
/*HEADER*/
#ncms_header {
}

@media print {
	#ncms_header {
		position: relative !important;
	}
}

#header_titles {
}

#header_title {
}

#header_subtitle {
}

/*CREDO*/
#credo_container {
}

/*MENU*/
#menu_wrapper {
}

#menu_wrapper ul {
}

#menu_wrapper ul ul {
}

/*ARTICLES*/
#ncms_articles {
	padding: 2vw;
}

.ncms_main_article {
}

.ncms_child_article {
}

.ncms_article_wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	column-gap: 0px;
	row-gap: 0px;
	justify-content: stretch;
	justify-items: stretch;
	align-content: stretch;
}

.ncms_article_title {
	grid-area: title;
	min-width: 0;
	min-height: 0;
}

.ncms_main_article h2 {
}

.ncms_child_article h2 {
}

span.ncms_article_title_text {
}

.ncms_article_content_wrapper {
	grid-area: content;
	min-width: 0;
	min-height: 0;
}

.ncms_article_content {
	padding: 2vw 0 0 0;
	margin: 0 0 2vw 0;
}

.ncms_article_content img {
	max-width: 100%;
	height: auto;
}

img.article_content_image_left {
	display: block;
	margin-right: auto;
}

img.article_content_image_centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.article_content_image_right {
	display: block;
	margin-left: auto;
}

img.article_content_image_full_width {
	display: block;
	height: auto;
	width: 100%;
}

img.article_content_image_scaled_left {
	display: block;
	margin-right: auto;
	width: 75%;
}

img.article_content_image_scaled_centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 75%;
}

img.article_content_image_scaled_right {
	display: block;
	margin-left: auto;
	width: 75%;
}

/*REFERENCE LISTS*/
.reference_list_container {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1000px){
	.reference_list_container {
		grid-template-columns: 1fr 1fr;
	}
	
}

.references_item {
	padding: 0 0 2vw 0;
}

.reference_poster img {
	width: 100%;
}

.reference_credit, .reference_specification, .reference_location {
	padding: 0 0 0.25em 0;
}

.ncms_jndb_pagination {
	padding: 8px 0 0 0;
}

/*FOOTER*/
#ncms_footer {
	margin: 0 0 0 0;
	overflow: auto;
	padding: 8px 24px 4px 24px;
	position: relative;
	width: 100%;
}

@media print {
	#ncms_footer {
		position: relative !important;
	}
}

#ncms_footer address {
	display: inline;
}

#ncms_footer #footer_links {
	white-space: nowrap;
}

#ncms_footer #legal {
	float: right;
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}

/*DISCLAIMER*/
#disclaimer_content {
	margin: 8px 0 0 0;
}

#ncms_admin_button_container {
	padding: 0 0 4px 0;
	position: relative;
}


/*CONTENT SPECIFIC-----------------------------------*/
/*ARTICLES*/

/*GUIDO KELLER*/
#ncms_article_1 {
	position: relative;
	z-index: 96;
}

#ncms_article_wrapper_1 {
	grid-template-areas:
		"title title . . . . "
		"content content content content content content";
}

@media (max-width: 1000px){
	#ncms_article_wrapper_1 {
		grid-template-areas:
			"title title title . . . "
			"content content content content content content";
	}
}

#ncms_article_1 .grid_container {
	grid-template-areas:
		". text text text portrait portrait"
}

@media (max-width: 1000px){
	#ncms_article_1 .grid_container {
		grid-template-areas:
			". . . . portrait portrait "
			". text text text text text";
	}
}

#gk_portrait {
	grid-area: portrait;
}

#gk_text {
	grid-area: text;
}

/*AUDIO POSTPRODUKTION*/
#ncms_article_2 {
	position: relative;
	z-index: 95;
}

#ncms_article_wrapper_2 {
	grid-template-areas:
		"title title title title title title"
		"content content content content content content";
}

/*SHOWS & EXHIBITIONS*/
#ncms_article_3 {
	position: relative;
	z-index: 97;
}

#ncms_article_wrapper_3 {
	grid-template-areas:
		". title title title title title"
		"content content content content content content";
}

/*WEBDESIGN*/
#ncms_article_4 {
	position: relative;
	z-index: 98;
}

#ncms_article_wrapper_4 {
	grid-template-areas:
		". . . title title title"
		"content content content content content content";
}

/*KONTAKT*/
#ncms_article_5 {
	position: relative;
	z-index: 100;
}

#ncms_article_wrapper_5 {
	grid-template-areas:
		". . . . . title"
		". . . . content content";
}

@media (max-width: 1000px){
	#ncms_article_wrapper_5 {
		grid-template-areas:
			". . . . title title "
			". . . content content content";
	}
}


/*MEDIA QUERIES======================================*/

@media (max-width: 2200px){
	/*COLORS*/

	/*FONTS*/

	/*specific*/

	/*POSITION/BEHAVIOUR*/	

	/*specific*/
	
	/*content specific*/
	
}