/* @override 
	https://dev.farnung.ch/files/css/styles.css
	https://dev.farnung.ch/files/css/styles-farnung.css
*/

/* @group Fonts */

@font-face {
font-weight: normal;
font-style: normal;
font-stretch: normal;
}

/* @end */

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

:focus {
	outline: 0;
}

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

input::ms-clear, input[type="password"]::ms-reveal {
	display: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0;
}

button, a.button, input[type="reset"], input[type="submit"], input[type="button"], input[type="image"] {
	background: none;
	border: 0;
	cursor: pointer;
	display: inline-block;
	overflow: visible;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
	text-align: center;
	text-decoration: none;
	width: auto;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 13px;
	font-family: Arial, sans-serif;
}

button, input[type="reset"], input[type="submit"], input[type="button"] {
	line-height: normal !important;
}

textarea, select, input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"] {
	background: none;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	text-align: left;
	vertical-align: top;
	font-size: 13px;
	font-family: Arial, sans-serif;
	-webkit-appearance: none;
	-webkit-background-clip: padding;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button, select::-webkit-outer-spin-button, select::-webkit-inner-spin-button, input[type="date"]::-webkit-outer-spin-button, input[type="date"]::-webkit-inner-spin-button, input[type="datetime"]::-webkit-outer-spin-button, input[type="datetime"]::-webkit-inner-spin-button, input[type="datetime-local"]::-webkit-outer-spin-button, input[type="datetime-local"]::-webkit-inner-spin-button, input[type="email"]::-webkit-outer-spin-button, input[type="email"]::-webkit-inner-spin-button, input[type="month"]::-webkit-outer-spin-button, input[type="month"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button, input[type="password"]::-webkit-outer-spin-button, input[type="password"]::-webkit-inner-spin-button, input[type="search"]::-webkit-outer-spin-button, input[type="search"]::-webkit-inner-spin-button, input[type="tel"]::-webkit-outer-spin-button, input[type="tel"]::-webkit-inner-spin-button, input[type="text"]::-webkit-outer-spin-button, input[type="text"]::-webkit-inner-spin-button, input[type="time"]::-webkit-outer-spin-button, input[type="time"]::-webkit-inner-spin-button, input[type="url"]::-webkit-outer-spin-button, input[type="url"]::-webkit-inner-spin-button, input[type="week"]::-webkit-outer-spin-button, input[type="week"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

button[disabled], input[disabled], select[disabled], select[disabled] option, select[disabled] optgroup, textarea[disabled] {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	cursor: default;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
	opacity: 0.25;
}

textarea {
	min-height: 40px;
	overflow: auto;
	resize: vertical;
	width: 100%;
}

optgroup {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, sans-serif;
}

select::-ms-expand {
	display: none;
}

@-moz-document url-prefix() {
	input: invalid,
	  button:invalid,
	  select:invalid,
	  textarea:invalid {
	-moz-box-shadow: none;
	box-shadow: none;
}

input::-moz-focus-inner, button::-moz-focus-inner, select::-moz-focus-inner, textarea::-moz-focus-inner {
	border: 0;
	padding: 0;
}

select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
} }

/* @group contao */

#left, #right, #header, #container, #main, #footer, .inside {
	position: relative;
}

.inside {
	display: block;
}

.block {
	overflow: hidden;
}

.clear, #clear {
	height: .1px;
	font-size: .1px;
	line-height: .1px;
	clear: both;
}

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

.custom {
	display: block;
}

.warning {
	color: #c55;
	font-size: 1.1em;
}

.confirmation {
	color: #090;
	font-size: 1.1em;
}

.information {
	color: #999;
	font-size: 0.9em;
}

/* @end */

/* @group Basic */

html, body {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html {
	font-size: 10px;
}

body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #555;
	background-color: #eee;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url("images/bg-wellen2.jpg");
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	font-size: inherit;
	width: auto;
}

li {
	list-style-type: none;
}

.ce_text li {
	list-style: disc;
}

.ce_text ul {
	margin-left: 2.2em;
}

a {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: none;
}

b, strong {
	font-weight: 600;
}

:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu Condensed','Helvetica Neue',Helvetica,Arial, sans-serif;
	color: #555;
}

p, li, th, td {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1 {
	padding: 1.5rem 0 4rem 0;
	vertical-align: bottom;
	font-size: 4.2rem;
	line-height: 1;
	min-height: 4rem;
}

h2 {
	font-size: 2.4rem;
	color: #000;
	line-height: 1;
}

h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 1.3rem;
	color: inherit;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0.4rem;
}

h3, h4, h5 {
	margin-top: 2rem;
}

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

a {
	text-decoration: none;
	color: #369;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

:focus {
	outline: 0;
	border: none;
}

/* @end */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	overflow: hidden;
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	float: left;
	margin: auto;
	border: 0;
	display: block;
	max-width: none;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
	background: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#colorbox {
	outline: 0;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5) !important;
}

#cboxContent {
	margin-top: 0;
	background: #000;
}

.cboxIframe {
	background: #fff;
}

#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}

#cboxLoadedContent {
	border: 15px solid #fff;
	background: #fff;
}

#cboxTitle {
	position: absolute;
	top: 5px;
	left: 5px;
	color: #666;
	padding: 10px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
}

#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}

#cboxLoadingGraphic {
	background: url("../../images/loading.gif") no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
	outline: 0;
}

#cboxSlideshow {
	position: absolute;
	top: -20px;
	right: 90px;
	color: #fff;
}

#cboxPrevious {
	position: absolute;
	top: 50%;
	left: 5px;
	margin-top: -32px;
	background: #fff url("../../images/controls.png") no-repeat top left;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxPrevious:hover {
	background-position: bottom left;
}

#cboxNext {
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -32px;
	background: #fff url("../../images/controls.png") no-repeat top right;
	width: 28px;
	height: 65px;
	text-indent: -9999px;
}

#cboxNext:hover {
	background-position: bottom right;
}

#cboxClose {
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	background: url("../../images/controls.png") no-repeat top center;
	width: 38px;
	height: 19px;
	text-indent: -9999px;
}

#cboxClose:hover {
	background-position: bottom center;
}

/* @group navigation */

#mainmenu {
	padding-top: 6rem;
	height: 2.5rem;
	z-index: 200;
}

.mod_changelanguage {
	position: absolute;
	width: 100px;
	right: 23rem;
	top: 6rem;
	z-index: 100;
}

#mainmenu > ul, .mod_changelanguage > ul {
	display: flex;
}

#mainmenu li, .mod_changelanguage li {
	font-size: 1.6rem;
	line-height: 1;
	margin-right: 0.5rem;
}

#mainmenu a, #mainmenu strong, .mod_changelanguage a, .mod_changelanguage strong {
	display: block;
	padding: 5px 10px 5px;
	text-decoration: none;
	color: #999;
}

#mainmenu strong, .mod_changelanguage strong {
	color: black;
}

#mainmenu a:hover, .mod_changelanguage a:hover {
	background-color: #fff;
	color: #000;
}

/* @end */

/* @group Layout */

#wrapper {
	display: flex;
	flex-direction: column;
	align-content: stretch;
	min-height: 100%;
	width: 96rem;
	margin: 0 auto;
}

#header {
	flex: 0;
	height: 15rem;
	transition: height 0.5s;
	z-index: 999;
}

#container {
	flex: 1;
}

#footer {
	flex: 0;
	padding: 0.5rem 2rem;
	background: white;
	margin: 2rem 0;
	border-radius: 2rem;
	box-sizing: border-box;
}

#logo {
	position: absolute;
	top: 6rem;
	right: 1rem;
	width: 10rem;
	z-index: 10;
}

#main {
	display: flex;
	align-items: stretch;
	position: relative;
	width: 100%;
	background-image: url("images/header3.png");
	background-position: 0 bottom;
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0 1rem;
	border-radius: 1rem;
	box-sizing: border-box;
}

#main:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

#main > .mod_article {
	display: flex;
	position: relative;
	width: 100%;
	flex-direction: column;
}

#copyright {
	display: flex;
	font-size: 1.2rem;
}

#copyright .left {
	flex: 1;
}

#copyright .right {
	flex: 0 1 auto;
}

/* @end */

@media screen and (max-width:768px), screen and (max-height:640px) {
	body {
		color: #333;
		background-size: auto 460px;
		background-position: top center;
		background-color: #eee;
		background-attachment: fixed;
	}
	
	#wrapper {
		width: auto;
		margin: 0 1rem;
	}
}

/* @end */

/* @group Form */

.contactform h2 {
	color: #369;
	cursor: pointer;
}

.contactform h2:hover {
	text-decoration: underline;
}

.formSection {
	display: none;
}

fieldset {
	border: 1px solid #ddd;
}

legend {
	font-weight: bold;
	display: block;
}

.widget {
	margin-bottom: 1rem;
}

fieldset.radio_container, fieldset.checkbox_container {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	padding-top: 15px;
	border: 0;
}

fieldset.radio_container legend, fieldset.checkbox_container legend {
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

label {
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	font-size: 12px;
}

.checkbox_container label, .radio_container label {
	font-weight: normal;
	font-size: 16px;
	padding: 4px;
	display: inline;
	vertical-align: middle;
}

input:not([type="radio"]):not([type="checkbox"]) {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="text"], input[type="search"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="submit"], input[type="reset"], textarea, select, button {
	font-family: 'Ubuntu Condensed','Helvetica Neue',Helvetica,Arial, sans-serif;
	line-height: 1;
	font-size: 2.6rem;
	padding: 8px 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}

select {
	background-image: url("images/icon-select.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: right center;
}

input.submit, button.submit, input[type="submit"], input[type="reset"] {
	width: auto;
	margin-top: 0;
	padding-left: 2rem;
	padding-right: 2rem;
	background-color: #eee;
}

textarea {
	height: 140px;
}

input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
	border-color: #000;
}

input[type="submit"]:hover, button:hover {
	border-color: #000;
}

input[type="search"] {
	-webkit-appearance: none;
}

.checkbox_container > span, .radio_container > span {
	display: inline-block;
	padding-left: 2px;
	padding-right: 20px;
}

.checkbox_container + br, .radio_container + br {
	display: none;
}

.tableless input[type="checkbox"], x:-moz-any-link {
	top: -2px;
	position: relative;
}

input[type="radio"], x:-moz-any-link {
	top: 2px;
	position: relative;
}

.submit_container {
	clear: left;
	float: none;
	margin-top: 1em;
	margin-bottom: 1em;
}

.formbody {
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}

span.highlight {
	color: #c00;
}

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

input.error[type="text"], input.error[type="password"], textarea.error {
	border-color: #ff8000 !important;
	background-color: #ffd;
}

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

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

::-webkit-input-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

:-ms-input-placeholder {
	color: #aaa;
}

:-moz-placeholder {
	color: #aaa;
}

/* @end */

/* @group silder */

.swiper-container {
	width: 94rem;
	height: 50rem;
}

.swiper-slide {
	position: relative;
}

.swiper-slide figure {
	position: absolute;
	right: 0;
	bottom: 5rem;
}

.swiper-slide h1 {
	position: absolute;
	left: 1rem;
	top: 6rem;
	font-size: 8rem;
	line-height: 0.85;
	width: 60%;
	padding: 0 0 3rem;
	color: rgba(85, 85, 85, 0.7);
}

.swiper-slide p {
	font-family: 'Ubuntu Condensed','Helvetica Neue',Helvetica,Arial, sans-serif;
	font-size: 4rem;
	line-height: 1;
	width: 50%;
	position: absolute;
	left: 1rem;
	bottom: 5rem;
	margin: 0;
	color: rgba(85, 85, 85, 0.7);
}

.swiper-button-prev {
	top: auto !important;
	bottom: 0;
}

@media screen and (max-width:768px), screen and (max-height:640px) {
	.swiper-container {
		min-height: 300px;
		overflow: visible;
	}
}

/* @end */

/* @group listing */

.ce_text ul.listing {
	margin-left: 0;
}

.ce_text ul.listing li {
	list-style: none;
	margin: 1rem 0 0;
	padding: 1rem 0 0;
	border-top: 1px solid rgba(85, 85, 85, 0.5);
}

.ce_text ul.listing li:last-child {
	border-bottom: 1px solid rgba(85, 85, 85, 0.5);
	padding-bottom: 1rem;
}

/* @end*/

/* @group ce_accordion */

.ce_accordionSingle {
	margin: 1rem 0;
}

.ce_accordion .toggler {
	cursor: pointer;
	line-height: 2.1em;
	background-image: url(images/toggle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 3rem;
	cursor: pointer;
	padding-left: 3rem;
	padding-top: 0.4rem;
	color: #369;
	border: none;
	outline: none;
	  /* FF, deactivates onClick-border */
}

.ce_accordion .toggler h2, .ce_accordion .toggler h3 {
	margin: 0;
	color: #369;
}

.ce_accordion .active {
	background-position: 0px -30px;
}

.ce_accordion .active h2, .ce_accordion .active h3 {
	color: black;
}

.ce_accordion .accordion > div {
	margin-left: 3rem;
}

.philosophy .ce_accordion .accordion > div {
	display: flex;
	margin-left: 3rem;
	border-bottom: 1px solid #ccc;
}

.philosophy .ce_accordion .accordion > div .accordion-text {
	padding-top: 1rem;
	width: 60%;
}

.philosophy .ce_accordion .accordion > div figure {
	padding-left: 2rem;
	width: 40%;
}

.philosophy .ce_accordion .accordion > div figure img {
	width: 100%;
	height: auto;
	display: block;
}

/* @end*/

/* @group contact/kontakt */

.flexbox {
	display: flex;
	justify-content: space-between;
}

.flexbox .ce_text, .flexbox .ce_form {
	margin: 1rem;
	flex: 1;
}

/* @end*/
/*
@import "layout/header";
@import "layout/layout";
@import "layout/aere";
@import "layout/slider";
@import "layout/bgimage";
@import "layout/col";
@import "layout/video";

@import "content/elements";
*/
