@charset "UTF-8";
/* @override 
	https://retobrennwald.ch/files/css/styles-c4-new.css?*
*/

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

:focus {
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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;
}

/* @group Contao */

.inside {
	position: relative;
}

.block {
	overflow: hidden;
}

.invisible {
	width: 0px;
	height: 0px;
	left: -1000px;
	top: -1000px;
	position: absolute;
	overflow: hidden;
	display: inline;
}

/* @end */

/* @group basic */

html {
	font-size: 10px;
}

html, body {
	height: 100%;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	background: white;
	color: #666;
	text-align: left;
	position: relative;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
}

blockquote, q {
	quotes: none;
}

fieldset, img {
	border: 0;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

a, #open-nav {
	text-decoration: none;
	color: #c00;
	cursor: pointer;
}

a:hover, #open-nav#hover {
	/* border-bottom: 1px dotted #c00; */
	color: #c00;
	text-decoration: underline;
}

:focus {
	outline: 0;
}

input, button, textarea, select {
	font-family: inherit;
	font-weight: inherit;
}

pre, code {
	font-family: "Lucida Console",Monaco,monospace;
	font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	color: #777;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

h1 {
	font-size: 5rem;
	line-height: 1.1;
	color: white;
	transition: opacity 0.4s ease-in-out 0s;
}

h2 {
	font-size: 3rem;
	line-height: 1.1;
	margin: 2rem 0;
}

h3 {
	font-size: 2.4rem;
	line-height: 1.1;
}

p, li, td, th {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 2.2rem;
	line-height: 1.4;
}

th {
	font-weight: bold;
}

caption {
	font-weight: bold;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	font-variant: normal;
	cursor: help;
}

p, pre, blockquote, table, ol, ul, form {
	margin-bottom: 1rem;
}

@media only screen and (min-width : 1480px) {
	html {
		font-size: 12px;
	}
}

/* @end */

/* @group layout */

#wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
}

#container {
	flex-grow: 1;
	box-sizing: border-box;
}

#main {
	width: calc(100% - 8rem);
	max-width: 120rem;
	margin: 0 auto;
	background-color: #fff;
	padding: 2rem;
}

#main > .block {
	overflow: visible;
}

.flex-row {
	display: flex;
}

.flex-row > div, .flex-col {
	flex: 1;
	padding: 0px 20px 10px 0;
	box-sizing: border-box;
}

.flex-row > div figure, .flex-row > div img, .flex-col figure, .flex-col img {
	width: 100%;
	height: auto;
}

@media only screen and (max-width : 979px) {
	#wrapper {
		width: auto;
	}
}

@media screen and (max-width : 768px) {
	#wrapper {
		width: auto;
	}
	
	#main {
		width: calc(100% - 3rem);
		max-width: 100rem;
		margin: 0 auto;
	}
	
	.flex-row {
		display: block;
	}
	
	.flex-col {
		width: 100%;
	}
}

/* header */

#header {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(0, 0, 0, 0);
	transition: top 0.4s ease-in-out 0s, background 0.4s;
	z-index: -1;
	z-index: 1000;
}

#header.sticky {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1100;
	width: 100%;
	justify-content: center;
	background: rgba(0, 0, 0, 0.5);
}

#header.sticky #header-top {
	position: absolute;
	top: -10rem;
	z-index: -1;
}

#header-top {
	display: flex;
	align-items: center;
	height: 7rem;
	z-index: 100;
	width: calc(100% - 8rem);
	max-width: 120rem;
	margin: 0 auto;
}

#header-bar {
	position: relative;
	width: calc(100% - 8rem);
	max-width: 120rem;
	margin: 0 auto;
	display: flex;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
	height: 7rem;
}

#header-bar p {
	font-size: 5rem;
	margin: 0;
	color: white;
	transition: 0.4s;
}

#header-bar p a, #header-bar p span {
	font-weight: normal;
	color: inherit;
}

#header-bar p span {
	opacity: 0;
	transition: opacity 0.4s;
}

#header-bar.sticky p {
	font-size: 2.2rem;
}

#header-bar.sticky p span {
	opacity: 1;
}

@media only screen and (min-width : 1480px) {
	#header-bar {
		width: calc(100% - 8rem);
		max-width: 120rem;
		margin: 0 auto;
	}
}

@media only screen and (max-width : 979px) {
	#header {
		width: 100%;
	}
	
	#header #logo {
		width: 6rem;
	}
	
	#header-top {
		height: 5rem;
	}
	
	#header-top li {
		font-size: 2.2rem;
	}
	
	#header-top li .menu-item {
		display: none;
	}
	
	#header-bar {
		height: 5rem;
		box-sizing: border-box;
		padding-left: 4rem;
		padding-right: 2rem;
		width: 100%;
		margin: 0;
	}
	
	#header-bar p {
		font-size: 4rem;
	}
}

@media screen and (max-width : 768px) {
	#header-top {
		height: 3rem;
	}
	
	#header-bar p {
		font-size: 2.4rem;
	}
}

/* @group footer */

#footer {
	display: flex;
	justify-content: space-between;
	background: none;
	padding: 2rem 0;
	box-sizing: border-box;
	background: transparent;
	z-index: 1;
}

#footer .inside {
	width: calc(100% - 8rem);
	max-width: 120rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#copyright, #copyright a, #agency {
	font-size: 1.3rem;
	color: #444;
}

@media screen and (max-width : 768px) {
	#footer {
		padding: 2rem 0;
	}
	
	#footer .inside {
		width: calc(100% - 3rem);
		max-width: 100rem;
		margin: 0 auto;
	}
}

/* @group content */

/** General **/

.teaser p {
	font-size: 20px;
}

a.more, p.more a {
	padding-left: 12px;
	background: url(images/icon-more.png) no-repeat left center;
}

p.back {
	clear: both;
}

p.back a {
	display: block;
	font-size: 24px;
	line-height: 1.1;
	padding: 10px 40px;
	background: url(images/icon-back.png) no-repeat left center;
	background-size: 32px;
}

.info, .time {
	font-size: 13px;
	color: #4c4b4a;
}

.home .info {
	font-size: 11px;
	margin-bottom: 1px;
	color: #999;
	font-weight: bold;
}

.home .info.future {
	color: #c00;
	background: url(images/icon-star.png) no-repeat right center;
	background-size: 16px;
}

.home .writer {
	font-size: 11px;
	margin: 4px 0;
	color: #4c4b4a;
	font-style: italic;
}

.pdf_link {
	right: 10px;
	top: 100px;
	position: absolute;
	margin-top: -5px;
	font-size: 11px;
}

.pdf_link img {
	margin: 2px;
	padding: 2px;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.pdf_link img:hover {
	border: 1px solid #000;
	background-color: #ccc;
}

/** Text **/

.ce_text pre {
	padding: 9px;
	background-color: #1c1b1a;
	border: 1px solid #2c2b2a;
}

.hyperlink_txt {
	padding-left: 24px;
	background: url("images/link.gif") left center no-repeat;
	font-size: 13px;
}

.ce_hyperlink {
	margin-bottom: 20px;
}

/** Images **/

.image_container {
	float: left;
	margin: 0;
	padding: 0;
}

.image_container img {
	display: block;
}

.image_container .caption {
	margin-top: 1px;
	padding: 2px 4px 3px;
	background-color: #eee;
	font-size: 11px;
}

*:first-child + html .image_container .caption {
	margin-top: 1px;
}

.ce_gallery table {
	margin-bottom: 0;
	width: 940px;
}

.g6 .ce_gallery table {
	margin-bottom: 0;
}

.ce_gallery td {
	padding: 0;
	padding-bottom: 5px;
}

/** Link List **/

.linklist h3 {
	margin: 0 0 5px;
	font-family: Georgia,serif;
	font-size: 1.4em;
	color: #000;
}

.linklist ul {
	margin-left: 0;
}

.linklist ul li a {
	display: inline-block;
	padding: 5px 0 5px 15px;
	background-color: #fff;
	color: #000;
	line-height: 1em;
	list-style: none;
	background: url("images/list-arrow.png") no-repeat left center;
}

.linklist ul li a.external {
	color: #3e80a8;
	background: url("images/list-arrow-external.png") no-repeat left center;
}

/** Table **/

table {
	width: 100%;
	border: 1px solid #ccc;
}

th {
	padding: 6px;
	background-color: #ddd;
	border: 1px solid #ccc;
}

td {
	padding: 6px;
	border: 1px solid #ccc;
}

tr.odd td {
	background-color: #eee;
}

/** Downloads **/

.ce_download img, .ce_downloads img {
	vertical-align: top;
}

.ce_downloads p {
	margin-bottom: 3px;
}

/* @end */

/* @group form */

input[type="text"], input[type="search"], button, select, textarea {
	font-size: 1.8rem;
	line-height: auto;
	padding: 0 2rem;
	height: 5rem;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	border-radius: 3px;
}

input[type="text"]:focus, input[type="search"]:focus, button:focus, select:focus, textarea:focus {
	background-color: #eee;
	border-color: #666 !important;
}

textarea {
	padding: 2rem;
	min-height: 140px;
}

button.submit {
	background: #981b40;
	color: white;
	cursor: pointer;
	border-color: #981b40;
	transition: 0.3s;
}

button.submit:hover {
	color: white;
	background: #333;
	border-color: #333;
}

label {
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	width: 100px;
}

.checkbox_container, .radio_container {
	display: flex;
}

.checkbox_container span, .radio_container span {
	display: flex;
	align-items: center;
}

.checkbox_container span + span, .radio_container span + span {
	margin-left: 3rem;
}

.checkbox_container input[type="radio"], .radio_container input[type="radio"] {
	width: 20px;
	padding: 2px;
}

.checkbox_container label, .radio_container label {
	font-size: 1.6rem;
	font-weight: normal;
	width: auto;
	padding-left: 5px;
}

/** Submit **/

.submit_container {
	margin-top: 2em;
	margin-bottom: 1em;
}

legend {
	padding-right: 6px;
	background-color: #fff;
	font-family: Arial;
	font-size: 1.3em;
	color: #333;
}

span.mandatory {
	padding-left: 5px;
	font-weight: bold;
	color: #c00;
}

p.confirm {
	font-size: 16px;
	color: #c00;
}

p.error {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 11px;
	color: #c00;
}

input.error, textarea.error {
	border-color: #c00;
}

input.captcha {
	width: 48px;
	margin-right: 6px;
}

span.captcha_text {
	font-weight: normal;
	color: #999;
	font-size: 13px;
}

*:first-child + html span.captcha_text {
	top: -3px;
	position: relative;
}

/* @end */

/* @group news */

.mod_newslist {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 0;
}

.mod_newscategories {
	margin: 1rem 0;
}

.mod_newscategories ul {
	margin: 0;
}

.mod_newscategories li {
	display: inline-block;
	margin-right: 3rem;
}

.layout_short {
	display: block;
	position: relative;
	margin: 1rem 0;
	width: 20%;
	padding: 0;
	border-top: none;
	overflow: hidden;
	background-color: pink;
}

.layout_short:nth-of-type(1), .layout_short:nth-of-type(2) {
	border: none;
	padding-top: 0;
}

.layout_short .image_teaser {
	display: block;
	top: 0;
	width: 100%;
	height: 0;
	padding-top: 70%;
	color: white;
	background-color: yellow;
}

.layout_short .image_teaser h2 {
	position: absolute;
	display: block;
	font-size: 1.8rem;
	padding: 1.5rem;
	margin: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	hyphens: auto;
	box-sizing: border-box;
	z-index: 1;
}

.layout_short .image_teaser h2 > a {
	display: block;
	color: white;
}

.layout_short .image_teaser > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.layout_short .image_teaser > a img {
	display: block;
	width: 100%;
	height: auto;
}

.layout_short .image_teaser .text_teaser {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: opacity .3s;
}

.layout_short .image_teaser .text_teaser p {
	padding: 1.5rem 0 0 1.5rem;
	margin: 0;
	color: #fff;
	line-height: 1.1;
	font-size: 1.8rem;
	font-weight: bold;
	hyphens: auto;
}

.layout_short .image_teaser .text_teaser p.info {
	padding: 1.5rem 0 0 1.5rem;
	margin: 0;
	color: #fff;
	line-height: 1.1;
	font-size: 12px;
	font-weight: bold;
}

.layout_short .image_teaser .text_teaser a {
	color: white;
}

.layout_short .image_teaser .soon {
	position: absolute;
	bottom: 5px;
	right: -4rem;
	width: 13rem;
	font-size: 1.2rem;
	line-height: 1.1;
	padding: 4px 0 4px 0;
	z-index: 1000;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
	color: #000;
	text-align: center;
}

.layout_short .image_teaser:hover .text_teaser {
	opacity: 1;
	transition: opacity .4s ease-in-out 0s;
}

.layout_short .image_teaser:hover h2 {
	display: none;
}

p.more {
	margin-top: -8px;
}

.layout_short.moderation {
	width: 50%;
	padding: 1.5rem 0;
	margin: 0;
	height: auto;
	padding-right: 15px;
	box-sizing: border-box;
	background: none;
	border-top: 1px solid #ccc;
}

.layout_short.moderation:nth-of-type(1), .layout_short.moderation:nth-of-type(2) {
	border: none;
	padding-top: 0;
}

.layout_short.moderation .image_container img {
	margin-right: 15px;
	margin-bottom: 0;
	padding: 2px;
	border: 1px solid #ccc;
	width: 120px;
	height: auto;
}

.layout_short.moderation h2 {
	position: relative;
	display: block;
	font-size: 3rem;
	padding: 0.5rem 0;
	margin: 0;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	background: none;
	hyphens: auto;
	color: black;
}

.layout_short.moderation a {
	color: #c00;
	transition: color 0.7s ease-in-out 0s;
}

.layout_short.moderation a:hover {
	color: black;
}

.layout_short.moderation .text_container {
	margin-left: 0;
}

.layout_short.moderation .text_container h2, .layout_short.moderation .text_container p {
	background: none;
	margin: 0;
	line-height: 1.3;
}

.layout_latest .image_container img {
	margin-right: 15px;
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #ccc;
	width: 100px;
	height: auto;
}

.layout_short .image_container img:hover, .layout_latest .image_container img:hover {
	border: 1px solid #000;
	background-color: #eee;
}

.layout_full h1 {
	margin-left: 0;
}

.layout_full p.info {
	margin-bottom: 18px;
	font-size: 13px;
	font-style: italic;
}

.layout_full .image_container img {
	margin: 0 15px 5px 0;
	padding: 2px;
	border: 1px solid #ccc;
	display: block;
}

.layout_full .image_container img:hover {
	background-color: #ccc;
	border-color: #000;
}

.layout_full .movie_container, .layout_full .youtube_container {
	width: 480px;
	clear: both;
	margin: 20px 0;
	padding: 2px;
	border: 1px solid #ccc;
}

.layout_full .ce_news_gallery .image_container {
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
	border: none;
}

@media only screen {
	.layout_short {
		width: 25%;
	}
}

@media only screen and (max-width : 979px) {
	.layout_short {
		width: 33.3%;
	}
	
	.layout_short.moderation {
		width: 50%;
		height: auto;
	}
}

@media screen and (max-width : 768px) {
	.mod_newscategories {
		clear: both;
		margin-top: 5px;
		background: none;
	}
	
	.mod_newslist {
		padding: 0;
	}
	
	.layout_short {
		width: 50%;
	}
	
	.layout_short.moderation {
		width: 100%;
		height: auto;
	}
	
	.layout_short.moderation:nth-of-type(2) {
		border-top: 1px solid #ccc;
		padding-top: 1.5rem;
	}
}

/* @end */

/* @group new list*/



/* @end */

/* @group rb */

.layout_rb .info {
	margin-top: 0px;
	font-family: "Roboto";
}

.layout_rb h1 {
	color: #777;
	padding: 0;
	margin: 0;
	margin-bottom: 3rem;
}

.layout_rb .rb_teaser h2 {
	padding: 0;
	margin: 0;
	font-size: 2.6rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.layout_rb .rb_teaser p {
	padding: 0;
	margin: 0;
	font-size: 2.4rem;
	line-height: 1.4;
	margin-bottom: 1rem;
}

.layout_rb .rb_intro:after {
	clear: both;
	display: table;
	content: "";
}

.layout_rb .rb_image {
	float: left;
	margin-right: 2rem;
	margin-bottom: 2rem;
}

.layout_rb .rb_link {
	clear: both;
	margin-top: 2rem;
	padding-top: 1rem;
	border-top: 1px solid #ccc;
}

.layout_rb .rb_link a {
	display: block;
	font-size: 2.4rem;
	line-height: 1.1;
	padding: 10px 40px;
	background: url(images/icon-cam.png) no-repeat left center;
	background-size: 32px;
}

.layout_rb .rb_copytext {
	margin-top: 2rem;
}

.layout_rb .rb_intro * {
	font-family: "Roboto Condensed", sans-serif, Helvetica;
}

/* @end */

/* @group Search */

.mod_search .formbody {
	display: flex;
	flex-wrap: wrap;
}

.mod_search .formbody .widget-text {
	width: 80%;
}

.mod_search .formbody .widget-submit {
	width: 20%;
}

.mod_search .formbody .widget-radio {
	width: auto;
	padding: 2rem 2px;
}

.mod_search .header {
	text-align: left;
	margin: 5rem 0 1rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
}

.mod_search div.even, .mod_search div.odd {
	text-align: left;
	margin: 2rem 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.mod_search h3, .mod_search p {
	margin: 0;
}

.mod_search .relevance {
	color: #ccc;
}

.mod_search .url {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	color: #999;
}

.mod_search .highlight {
	font-weight: normal;
	background: rgba(255, 165, 0, 0.3);
}

.mod_search .pagination {
	margin-top: 2em;
}

/* @end */

/* @group youtube */

.ce_yt_channel {
	display: flex;
	flex-direction: column;
}

.ce_yt_channel .item {
	display: flex;
	align-items: top;
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

.ce_yt_channel .item .thumbnail {
	display: flex;
	align-items: center;
	overflow: hidden;
	width: 40rem;
	height: 19rem;
	margin-right: 2rem;
}

.ce_yt_channel .item .thumbnail img {
	width: 100%;
	height: auto;
}

.ce_yt_channel .item .content {
	box-sizing: border-box;
	width: calc(100% - 40rem);
}

.ce_yt_channel .item .content .info {
	margin-bottom: 0;
	font-size: 12px;
}

.ce_yt_channel .item .content h2 {
	font-size: 2.2rem;
	line-height: 1.4;
	margin: 0;
	margin-bottom: 4px;
}

.home .ce_yt_channel {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.home .ce_yt_channel .item {
	position: relative;
	display: block;
	border-top: none;
	padding: 0;
	margin: 0;
	background: yellow;
	overflow: hidden;
	width: 20%;
	padding-top: 14%;
}

.home .ce_yt_channel .item .content {
	display: block;
	position: absolute;
	top: 0;
	padding: 1rem;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	transition: background 0.4s;
	box-sizing: border-box;
}

.home .ce_yt_channel .item .content:hover {
	background: rgba(0, 0, 0, 0.6);
}

.home .ce_yt_channel .item .content p {
	font-size: 1.8rem;
	line-height: 1.1;
	font-weight: bold;
}

.home .ce_yt_channel .item .content a {
	color: white;
}

.home .ce_yt_channel .item .thumbnail {
	position: absolute;
	display: block;
	margin: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home .ce_yt_channel .item .thumbnail img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 160%;
	width: auto;
	object-fit: cover;
	transform: translate(-50%, -55%);
}

@media only screen {
	.home .ce_yt_channel .item {
		width: 25%;
		padding-top: 18%;
	}
}

@media only screen and (max-width : 979px) {
	.home .ce_yt_channel .item {
		width: 33.3%;
		padding-top: 23%;
	}
}

@media screen and (max-width : 768px) {
	.home .ce_yt_channel .item {
		width: 50%;
		padding-top: 35%;
	}
}

@media screen and (max-width : 768px) {
	.ce_yt_channel .item {
		align-items: flex-start;
	}
	
	.ce_yt_channel .info {
		margin-bottom: 0;
		font-size: 12px;
	}
	
	.ce_yt_channel .thumbnail {
		width: 220px;
		height: 108px;
	}
	
	.ce_yt_channel .content {
		width: calc(100% - 150px);
	}
}

/* @end */

/* @group guay_silder */

.swiper-container {
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	color: yellow;
}

.swiper-container .swiper-wrapper {
	height: 92vh;
	overflow: hidden;
}

.swiper-container .swiper-slide {
	background-color: #fff;
	height: 100%;
	box-sizing: border-box;
}

.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	transform: translateY(-50%);
	margin: 0;
	z-index: 10;
	border: 2px solid rgba(255, 255, 255, 0);
	border-radius: 50%;
	cursor: pointer;
	background-size: 40%;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	transition-property: opacity, right, left, background-image, border;
	transition-duration: 0.5s;
}

.swiper-container .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 28 44'%3E%3Cpolygon stroke='white' stroke-width='3' stroke-miterlimit='10' points='6,42 26,22 6,2 4,2 24,22 4,42'/%3E%3C/svg%3E");
	right: -5rem;
}

.swiper-container .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 28 44'%3E%3Cpolygon stroke='white' stroke-width='3' stroke-miterlimit='10' points='22,42 2,22 22,2 24,2 4,22 24,42 '/%3E%3C/svg%3E");
	left: -5rem;
}

.swiper-container svg {
	fill: currentColor;
}

.swiper-container .swiper-button-disabled {
	opacity: 0.2 !important;
}

.swiper-container:hover .swiper-button-next {
	background-size: 40%;
	opacity: 0.5;
	right: 4rem;
}

.swiper-container:hover .swiper-button-next:hover {
	border-color: white;
	opacity: 0.8;
	transition: border 0.5s;
}

.swiper-container:hover .swiper-button-prev {
	background-size: 40%;
	opacity: 0.5;
	left: 4rem;
}

.swiper-container:hover .swiper-button-prev:hover {
	border-color: white;
	opacity: 0.8;
	transition: border 0.5s;
}

.ce_guay_slider_start .ce_bgimage .text:hover .swiper-button-next {
	right: 30px;
	opacity: 1;
}

.ce_guay_slider_start .ce_bgimage .text:hover .swiper-button-prev {
	left: 30px;
	opacity: 1;
}

.ce_guay_slider_start .swiper-pagination {
	position: absolute;
	bottom: 20px;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.6;
	z-index: 100;
	  /*
		&:before {
			content: "";
			display: block;
			position: absolute;
			top: 8px;
			left: 30px;
			width: calc(100% - 60px);
			height: 2px;
			background: #000;
			z-index: 0;
		}
		*/
}

.ce_guay_slider_start .swiper-pagination-bullet {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 20px !important;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	opacity: 1;
	background: transparent;
	border: 2px solid #fff;
	z-index: 2;
	cursor: pointer;
	box-shadow: 0px 0px 10px #000;
	transition: background 0.4s ease-in-out 0s;
}

.ce_guay_slider_start .swiper-pagination-bullet-active {
	color: #000;
	background: white;
	border: 2px solid #fff;
	cursor: pointer;
}

.ce_guay_slider_start .swiper-pagination-bullet:hover {
	color: #000;
	background: rgba(255, 255, 255, 0.6);
}

.swiper-container.swiper-thumbnails {
	display: flex;
	padding: 1px 0;
	height: 66px;
	position: absolute;
	bottom: 58px;
	width: calc(100% - 240px);
	margin: 0 120px;
	z-index: 10;
}

.swiper-container.swiper-thumbnails .swiper-wrapper {
	height: auto;
	overflow: visible;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail {
	height: 66px;
	box-sizing: border-box;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail.swiper-slide-active {
	border: 2px solid white;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail.swiper-thumbnail--player:after {
	position: absolute;
	display: block;
	content: " ";
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4);
	background-image: url(images/icon-play.png);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: 12px center;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	font-size: 10px;
	pointer-events: none;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail .image_container, .swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail img {
	width: 100%;
	height: 100%;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail .image_container {
	overflow: hidden;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail img {
	transform: scale(1);
	transition: transform 0.4s;
	cursor: pointer;
}

.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail img:hover {
	transform: scale(1.2);
}

@media screen and (min-width: 1200px) {
	.ce_guay_slider_start .ce_bgimage p {
		column-count: 2;
		column-gap: 40px;
	}
}

@media screen and (max-width : 768px) {
	.swiper-container {
		min-height: 30rem;
		overflow: visible;
	}
	
	.swiper-container .swiper-wrapper {
		height: 92vh;
		overflow: auto;
	}
	
	.swiper-container .swiper-slide {
		background-color: #fff;
		height: auto;
	}
	
	.swiper-container:hover .swiper-button-next {
		right: 15px;
		opacity: 1;
	}
	
	.swiper-container:hover .swiper-button-next:hover {
		background-color: #eee;
	}
	
	.swiper-container:hover .swiper-button-prev {
		left: 15px;
		opacity: 1;
	}
	
	.swiper-container:hover .swiper-button-prev:hover {
		background-color: #eee;
	}
	  /*
		.ce_guay_slider_start .swiper-pagination {
			position: absolute;
			display: inline-block;
			top:  67vh;
			bottom: auto;
			left: 50%;
			width: 100%;
			transform: translateX(-50%);
			opacity: 1;
		}
		*/
	
	.swiper-container.swiper-thumbnails {
		padding: 1px 0;
		height: 55px;
		min-height: 10px;
		position: absolute;
		bottom: 0;
		width: 100%;
		margin: 0;
		background: rgba(0, 0, 0, 0.2);
	}
	
	.swiper-container.swiper-thumbnails .swiper-wrapper {
		height: auto;
		overflow: visible;
	}
	
	.swiper-container.swiper-thumbnails .swiper-slide.swiper-thumbnail {
		height: 55px;
		width: 85px;
	}
	
	.ce_guay_slider_start {
		/*
		.ce_bgimage {
			position: relative;
			height: $swiper-height;
			//min-height: 100vh;
			overflow: visible;
			
			.image {
				position: relative;
				bottom: auto;
			}
			
			.text,
			.text:hover {
				margin: 0;
				padding: 4rem 2rem;
				position: relative;
				height: auto;
				background: #fff;
				bottom: auto;
				
					
				a {
					//color: $color-gold;
					//border-bottom: 1px dashed $color-gold;
				}
				a:hover {
					//color: $color-gold;
					//border-bottom: 1px solid #e42618;
				}
				
				h3, p, li {
					width: auto;
					margin: 0;
					color: #444;
					font-size: 16px;
					line-height: 1.5;
				}
				
				h3 {
					line-height: 1.1;
					font-size: 22px;
					margin-bottom: 3px;
				}
				
				.caption {
					top: 60px;
					padding: 3px 8px;
				}
			}
			
		}
		*/
	}
}

/* @end */

@media only screen and (max-width: 480px) and (orientation: portrait) {
	.ce_guay_slider_start .ce_player {
		position: relative;
		height: 100%;
	}
	
	.ce_guay_slider_start .ce_player .video_container {
		background: grey;
		height: 100%;
		z-index: 90;
	}
	
	.ce_guay_slider_start .ce_player video {
		width: 100%;
		height: 100%;
		object-fit: contain;
		z-index: 90;
	}
}

h1.ce_headline {
	position: absolute;
	top: 13rem;
	left: 50%;
	width: calc(100% - 8rem);
	max-width: 120rem;
	margin: 0 auto;
	transform: translate(-50%, 0);
	background: none;
	padding: 0;
	z-index: 10000;
	transition: color 0.5s linear 0.2s;
}

h1.ce_headline.sticky {
	color: transparent;
	z-index: 0;
}

@media only screen and (max-width : 979px) {
	h1.ce_headline {
		position: absolute;
		top: 10rem;
		left: 50%;
		transform: translate(-50%, 0);
		font-size: 4rem;
	}
}

@media screen and (max-width : 768px) {
	h1.ce_headline {
		top: 7.4rem;
		font-size: 2.4rem;
	}
}

.ce_guay_slider_start a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dashed white;
}

.ce_guay_slider_start a:hover {
	color: yellow;
	border-bottom: 1px solid white;
}

.ce_guay_slider_start a:before {
	content: "→ ";
}

.keyvisual .ce_bgimage, .ce_keyvisual .ce_bgimage, .ce_guay_slider_start .ce_bgimage {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	height: 92vh;
	width: 100%;
	box-sizing: border-box;
}

.keyvisual .ce_bgimage .image, .ce_keyvisual .ce_bgimage .image, .ce_guay_slider_start .ce_bgimage .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	z-index: 0;
}

.keyvisual .ce_bgimage .image:before, .ce_keyvisual .ce_bgimage .image:before, .ce_guay_slider_start .ce_bgimage .image:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: background .5s;
	background: rgba(16, 52, 62, 0.05);
	z-index: 1;
}

.keyvisual .ce_bgimage .text, .ce_keyvisual .ce_bgimage .text, .ce_guay_slider_start .ce_bgimage .text {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 20rem;
	padding: 4rem 0 7rem;
	background-color: rgba(0, 0, 0, 0.2);
	transition-property: background-color;
	transition-duration: 0.5s;
	box-sizing: border-box;
	z-index: 0;
}

.keyvisual .ce_bgimage .text:hover, .ce_keyvisual .ce_bgimage .text:hover, .ce_guay_slider_start .ce_bgimage .text:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.keyvisual .ce_bgimage .text h3, .keyvisual .ce_bgimage .text p, .ce_keyvisual .ce_bgimage .text h3, .ce_keyvisual .ce_bgimage .text p, .ce_guay_slider_start .ce_bgimage .text h3, .ce_guay_slider_start .ce_bgimage .text p {
	width: calc(100% - 8rem);
	max-width: 120rem;
	margin: 0 auto;
	color: #fff;
	margin: 0;
}

.keyvisual .ce_bgimage .text p, .ce_keyvisual .ce_bgimage .text p, .ce_guay_slider_start .ce_bgimage .text p {
	font-size: 2.2rem;
	line-height: 1.4;
}

.keyvisual .ce_bgimage .text h3, .ce_keyvisual .ce_bgimage .text h3, .ce_guay_slider_start .ce_bgimage .text h3 {
	font-size: 3rem;
	line-height: 1;
	padding-bottom: 2rem;
	color: #fff;
}

body.gallery-only #container {
	margin-top: -20vh;
	z-index: 100;
}

body.gallery-only .ce_guay_slider_start .ce_bgimage .text {
	display: none;
}

.keyvisual .ce_bgimage .text, .keyvisual .ce_bgimage .text:hover {
	background: none;
}

.keyvisual + #container {
	z-index: 1;
	margin-top: -25rem;
}

@media screen and (max-width : 768px) {
	body.gallery-only #container {
		margin-top: 0;
		z-index: 100;
	}
	
	body.gallery-only .swiper-container .swiper-wrapper {
		height: 60vh;
	}
	
	body.gallery-only .ce_guay_slider_start .ce_bgimage {
		height: 60vh;
	}
}

/* @override 
	https://dev.retobrennwald.ch/files/css/styles3.css
*/

body.overflow-hidden {
	overflow: hidden;
}

#nav-burger {
	width: 60px;
	height: 100%;
	display: flex;
	align-items: center;
}

#nav-burger > div {
	width: 100%;
	height: auto;
	transform: scale(0.6);
	cursor: pointer;
}

#nav-burger span {
	display: block;
	width: 100%;
	height: 8px;
	background: white;
	transition: all .3s;
	position: relative;
}

#nav-burger span + span {
	margin-top: 14px;
}

#nav-burger.active span:nth-child(1) {
	animation: ease .7s top forwards;
}

#nav-burger.not-active span:nth-child(1) {
	animation: ease .7s top-2 forwards;
}

#nav-burger.active span:nth-child(2) {
	animation: ease .7s scaled forwards;
}

#nav-burger.not-active span:nth-child(2) {
	animation: ease .7s scaled-2 forwards;
}

#nav-burger.active span:nth-child(3) {
	animation: ease .7s bottom forwards;
}

#nav-burger.not-active span:nth-child(3) {
	animation: ease .7s bottom-2 forwards;
}

@keyframes top {
0% {
	top: 0;
	transform: rotate(0);
}

50% {
	top: 22px;
	transform: rotate(0);
}

100% {
	top: 22px;
	transform: rotate(45deg);
}
}

@keyframes top-2 {
0% {
	top: 22px;
	transform: rotate(45deg);
}

50% {
	top: 22px;
	transform: rotate(0deg);
}

100% {
	top: 0;
	transform: rotate(0deg);
}
}

@keyframes bottom {
0% {
	bottom: 0;
	transform: rotate(0);
}

50% {
	bottom: 22px;
	transform: rotate(0);
}

100% {
	bottom: 22px;
	transform: rotate(135deg);
}
}

@keyframes bottom-2 {
0% {
	bottom: 22px;
	transform: rotate(135deg);
}

50% {
	bottom: 22px;
	transform: rotate(0);
}

100% {
	bottom: 0;
	transform: rotate(0);
}
}

@keyframes scaled {
50% {
	transform: scale(0);
}

100% {
	transform: scale(0);
}
}

@keyframes scaled-2 {
0% {
	transform: scale(0);
}

50% {
	transform: scale(0);
}

100% {
	transform: scale(1);
}
}

@media screen and (max-width : 768px) {
	#nav-burger {
		width: 60px;
	}
	
	#nav-burger > div {
		transform: scale(0.4);
	}
}

/* @group nav-overlay */

body.overflow-hidden h1 {
	opacity: 0;
}

#nav-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(85, 68, 68, 0.99);
	box-sizing: border-box;
	overflow: hidden;
	z-index: -1;
	opacity: 0;
	padding: 0;
	height: 0;
	transition: z-index 1s, opacity 0.2s, padding 0.2s,  height 0.5s;
}

#nav-overlay.open {
	z-index: 999;
	opacity: 1;
	height: 100%;
}

#nav-overlay.close {
	z-index: -1;
	opacity: 0;
	height: 0;
	transition: z-index 2s, opacity 2s, height 0.5s;
}

#nav-overlay-inside {
	width: calc(100% - 8rem);
	max-width: 120rem;
	margin: 0 auto;
	padding-top: 23rem;
	display: flex;
	gap: 2rem;
}

#nav-overlay-inside .mod_customnav {
	width: 33.3%;
}

#nav-overlay-inside .mod_customnav h2 {
	font-size: 2.8rem;
	color: white;
	text-align: left;
	padding: 0 0 1rem 0;
	border: none;
}

#nav-overlay-inside .mod_customnav ul {
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid #FF6400;
}

#nav-overlay-inside li.link {
	padding: 0;
	display: block;
}

#nav-overlay-inside li.link a {
	display: block;
	background-image: url(images/icon-metanavi.png);
	background-repeat: no-repeat;
	background-size: 3.8rem;
	box-sizing: border-box;
	padding-left: 4rem;
}

#nav-overlay-inside li.link.link--email a {
	background-position: -0.3rem 0.4rem;
}

#nav-overlay-inside li.link.link--phone a {
	background-position: -0.2rem -22.4rem;
}

#nav-overlay-inside li.link.link--youtube a {
	background-position: -0.5rem -3.6rem;
}

#nav-overlay-inside li.link.link--linkedin a {
	background-position: -0.5rem -7.2rem;
}

#nav-overlay-inside li.link.link--facebook a {
	background-position: -0.4rem -11.1rem;
}

#nav-overlay-inside li.link.link--instagram a {
	background-position: -0.5rem -18.6rem;
}

#nav-overlay-inside a, #nav-overlay-inside strong.active, #nav-overlay-inside span {
	display: block;
	padding: 0.8rem;
	padding-left: 0;
	color: white;
	font-size: 2.2rem;
	text-decoration: none;
	border-top: 1px solid #FF6400;
	border-bottom: 1px solid transparent;
	transition: border 0.4s ease-in-out 0s;
}

#nav-overlay-inside a.invisible {
	display: none;
}

#nav-overlay-inside a:hover, #nav-overlay-inside strong.active {
	color: #FF6400;
}

#search-box {
	float: left;
	width: 50%;
	padding: 0 0;
}

#search-box form {
	position: relative;
	margin: 0;
	line-height: 0;
}

#search-box .search {
	display: block;
	width: 100%;
	padding-top: 4px;
	padding-bottom: 4px;
}

#search-box .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	border: none;
	background: transparent url(images/icon-suche.png) no-repeat center 4px;
	padding: 4px;
	display: inline-block;
}

@media only screen and (min-width : 1480px) {
	#nav-overlay {
		display: block;
	}
	
	#nav-overlay-inside {
		width: calc(100% - 8rem);
		max-width: 120rem;
		margin: 0 auto;
	}
}

@media only screen and (max-width : 979px) {
	#nav-overlay {
		display: block;
		overflow-x: hidden;
		overflow-y: scroll;
		padding-bottom: 5rem;
	}
	
	#nav-overlay-inside {
		display: block;
	}
	
	#nav-overlay-inside a {
		display: block;
		padding-top: 0.8rem !important;
		padding-bottom: 0.8rem !important;
		border-left: none !important;
		font-size: 2.2rem;
	}
	
	#nav-overlay-inside a, #nav-overlay-inside strong.active {
		font-weight: normal;
		border-left: none;
		padding-left: 0;
	}
	
	#nav-overlay-inside .mod_customnav {
		width: 100%;
	}
	
	#nav-overlay-inside .mod_customnav h2 {
		font-size: 2.8rem;
		text-align: left;
		padding: 3rem 0 1rem 0;
		margin: 0;
	}
	
	#nav-overlay.close {
		position: fixed;
	}
	
	#search-box {
		clear: both;
		width: 100%;
		padding-top: 10px;
	}
}

@media screen and (max-width : 768px) {
	#nav-overlay-inside {
		width: calc(100% - 3rem);
		max-width: 100rem;
		margin: 0 auto;
	}
}

/* @end */
/* header */

ul.nav-meta {
	display: block;
	margin: 0;
	margin-left: auto;
	border-bottom: none;
}

ul.nav-meta li {
	padding: 0;
	display: block;
	text-indent: -500px;
	overflow: hidden;
	transition: transform 0s;
	margin-right: 2rem;
}

ul.nav-meta li:hover {
	transform: scale(1.3);
	transition: transform 0.3s;
}

ul.nav-meta li a {
	display: block;
	background-image: url(images/icon-metanavi.png);
	background-repeat: no-repeat;
	background-size: 38px;
	box-sizing: border-box;
	padding-left: 4rem;
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background-position: -1px -151px;
}

ul.nav-meta li a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width : 768px) {
	ul.nav-meta li {
		margin-right: 0;
	}
}

/* @group link-top */

#link-top {
	position: fixed;
	bottom: 2.5rem;
	right: 5rem;
	z-index: 99;
	text-indent: -200px;
	font-size: 14px;
	border: 1px solid black;
	outline: none;
	background-color: rgba(255, 255, 255, 0.6);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='%23444' d='M8,11H11V21H13V11H16L12,7L8,11M4,3V5H20V3H4Z'/></svg>");
	background-position: center;
	background-repeat: no-repeat;
	color: black;
	cursor: pointer;
	padding: 15px;
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 4px;
	opacity: 0;
	overflow: hidden;
	transition: opacity 0.5s, background 0.4s;
}

#link-top.show {
	opacity: 1;
}

#link-top:hover {
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'><path fill='white' d='M8,11H11V21H13V11H16L12,7L8,11M4,3V5H20V3H4Z'/></svg>");
	color: white;
}

/* @end */
