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

/* @group Contao */

html {
	font-size: 10px;
}

html, body {
	height: 100%;
}

body {
	position: relative;
}

select, input, textarea {
	font-size: 100%;
}

form {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

#main {
	display: block;
	width: auto;
	position: relative;
}

.inside {
	position: relative;
}

.block {
	overflow: hidden;
}

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

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

.custom {
	display: block;
	text-align: left;
}

.custom:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group basic */

* {
	margin: 0;
	padding: 0;
}

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

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

blockquote, q {
	quotes: none;
}

fieldset, img {
	border: 0;
}

li {
	list-style-type: none;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

del {
	text-decoration: line-through;
}

ins {
	text-decoration: none;
}

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

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

:focus {
	outline: 0;
}

body {
	font-family: 'Roboto Condensed', sans-serif;
	  /*font-size: 62.5%; */
	color: #666;
	text-align: left;
}

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

h1.ce_headline {
	position: absolute;
	top: -370px;
	background: none;
	padding: 0;
}

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

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

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

th {
	font-weight: bold;
}

caption {
	font-weight: bold;
}

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

h2, h3, h4, h5, h6 {
	margin-top: 1rem;
}

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

@media only screen and (max-width : 1280px) {
	h1.ce_headline {
		top: -250px;
	}
}

@media screen and (max-width : 768px), screen and (max-height : 640px) {
	h1.ce_headline {
		position: absolute;
		top: -54rem;
		left: 2rem;
		font-size: 3rem;
	}
}

/* @end */

/* @group layout */

body {
	background-color: #ccc;
}

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

#header {
	position: relative;
	height: 48rem;
	background: none;
	box-sizing: border-box;
	transition: height 0.5s;
}

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

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

#main {
	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;
}

#bg-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	z-index: 0;
}

.moderation #bg-image {
	background-image: url(../background/moderation.jpg);
}

.filmproduktion #bg-image {
	background-image: url(../background/filmproduktion.jpg);
}

.medientraining #bg-image {
	background-image: url(../background/medientraining.jpg);
}

.medien #bg-image {
	background-image: url(../background/medien.jpg);
}

.biografie #bg-image {
	background-image: url(../background/biografie.jpg);
}

.kontakt #bg-image {
	background-image: url(../background/kontakt.jpg);
}

#header-logo {
	position: absolute;
	top: 50px;
	left: 2rem;
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 50px;
}

#header-logo a {
	display: block;
	color: #fff;
	text-decoration: none;
}

#header-logo a:hover {
	border-bottom: 1px solid #fff;
}

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

@media only screen and (max-width : 1280px) {
	#wrapper {
		width: 96rem;
	}
	
	#header {
		height: 36rem;
	}
}

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

@media screen and (max-width : 768px), screen and (max-height : 640px) {
	#wrapper {
		width: auto;
	}
	
	#header {
		height: auto;
	}
	
	#footer {
		padding: 2rem;
	}
	
	#bg-image {
		height: 32rem;
		background-position: top center;
	}
	
	.flex-row {
		display: block;
	}
	
	.flex-col {
		width: 100%;
	}
	
	#header-logo {
		position: relative;
		top: auto;
		left: auto;
		display: block;
		padding: 2rem;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 300;
		line-height: 1.05;
	}
	
	#header-logo a {
		font-size: 3rem;
	}
}

/* @group navigation */

#mobileNavi {
	position: absolute;
	display: none;
}

#mainNavi, #nav-main {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	margin: 0;
	background: none;
	height: auto;
}

#mainNavi li, #nav-main li {
	float: left;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 700;
}

#mainNavi li.kontakt, #mainNavi li.biografie, #mainNavi li.medien, #nav-main li.kontakt, #nav-main li.biografie, #nav-main li.medien {
	float: right;
}

#mainNavi a, #mainNavi strong, #nav-main a, #nav-main strong {
	display: block;
	padding: 10px 2rem;
	border-left: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	transition: background-color 0.5s;
}

#mainNavi a.home, #mainNavi strong.home, #nav-main a.home, #nav-main strong.home {
	border-left: none;
}

#mainNavi a:hover, #nav-main a:hover {
	background-color: rgba(255, 255, 255, 0.92);
	color: #c00;
}

#mainNavi a.trail, #mainNavi strong.active, #mainNavi strong.trail, #nav-main a.trail, #nav-main strong.active, #nav-main strong.trail {
	background-color: #fff;
	color: #000;
}

body.slider #nav-main {
	position: absolute;
	top: 18rem;
	bottom: auto;
	left: 10rem;
	z-index: 999;
	width: calc(60%);
	margin: 0;
	background: none;
	height: auto;
}

body.slider #nav-main li {
	float: none;
	font-size: 3rem;
	line-height: 1.1;
	font-weight: 700;
}

body.slider #nav-main li a {
	border: 1px solid transparent;
}

body.slider #nav-main li a:hover {
	border: 1px solid white;
	background: rgba(255, 255, 255, 0.5);
	color: white;
}

body.slider #nav-meta {
	top: 19rem;
	right: 11.5rem;
}

body.slider #nav-meta ul {
	display: flex;
	flex-direction: column;
	margin: 0;
}

body.slider #nav-meta li {
	padding: 0;
	display: block;
	float: none;
	margin: 0 0 1rem;
}

body.slider #nav-meta li a {
	margin: 0;
}

#nav-meta {
	position: absolute;
	top: 52px;
	right: 10px;
}

#nav-meta li {
	display: inline-block;
	margin-left: 10px;
	text-indent: -500px;
	overflow: hidden;
	transition: transform 0s;
}

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

#nav-meta li a {
	display: block;
	width: 52px;
	height: 52px;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 48px;
	background-image: url(images/icon-metanavi.png);
	border: 2px solid #fff;
	border-radius: 50%;
	box-sizing: border-box;
}

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

#nav-meta li#linkEmail a {
	background-position: 0 0;
}

#nav-meta li#linkYoutube a {
	background-position: 0 -48px;
}

#nav-meta li#linkLinkedin a {
	background-position: 0 -96px;
}

#nav-meta li#linkFacebook a {
	background-position: 0 -144px;
}

#nav-meta li#linkSearch a {
	background-position: 0 -192px;
}

#nav-meta li#linkInstagram a {
	background-position: 0 -240px;
}

@media only screen and (max-width : 1280px) {
	#nav-meta {
		top: 58px;
	}
	
	#nav-meta li {
		margin-left: 2px;
	}
	
	#nav-meta li a {
		display: block;
		width: 44px;
		height: 44px;
		background-size: 40px;
	}
	
	#nav-meta li#linkEmail a {
		background-position: 0 0;
	}
	
	#nav-meta li#linkYoutube a {
		background-position: 0 -40px;
	}
	
	#nav-meta li#linkLinkedin a {
		background-position: 0 -80px;
	}
	
	#nav-meta li#linkFacebook a {
		background-position: 0 -120px;
	}
	
	#nav-meta li#linkSearch a {
		background-position: 0 -160px;
	}
	
	#nav-meta li#linkInstagram a {
		background-position: 0 -200px;
	}
}

@media screen and (max-width : 768px), screen and (max-height : 640px) {
	#mobileNavi {
		display: block;
		position: absolute;
		bottom: 5px;
		right: 10px;
		z-index: 100;
	}
	
	#nav-main {
		position: relative;
		top: auto;
		margin: 0;
		width: auto;
		height: auto;
	}
	
	#nav-main ul {
		float: none;
		margin: 0;
		height: auto;
		overflow: auto;
		border: none;
	}
	
	#nav-main ul ul {
		display: none;
	}
	
	#nav-main li, #nav-main li.kontakt, #nav-main li.biografie, #nav-main li.medien {
		float: none;
		line-height: 1;
		text-align: left;
		margin: 0;
		border: none;
		font-size: 1.4rem;
	}
	
	#nav-main a, #nav-main strong {
		display: block;
		padding: 1.2rem 2rem;
		border: none;
		border-top: 1px solid #bbb;
		background-color: #fff;
		text-decoration: none;
		color: #999;
		text-transform: uppercase;
		text-align: left;
	}
	
	#nav-main a.last, #nav-main strong.last {
		border-bottom: 1px solid #bbb;
	}
	
	#nav-meta {
		position: relative;
		top: auto;
		right: auto;
		padding: 16rem 0 1rem;
	}
	
	#nav-meta li {
		margin-left: 5px;
	}
	
	#nav-meta li a {
		display: block;
		width: 36px;
		height: 36px;
		background-size: 36px;
		border: 1px solid #ccc;
	}
	
	#nav-meta li#linkEmail a {
		background-position: 0 0;
	}
	
	#nav-meta li#linkYoutube a {
		background-position: 0 -36px;
	}
	
	#nav-meta li#linkLinkedin a {
		background-position: 0 -72px;
	}
	
	#nav-meta li#linkFacebook a {
		background-position: 0 -108px;
	}
	
	#nav-meta li#linkSearch a {
		background-position: 0 -144px;
	}
	
	#nav-meta li#linkInstagram a {
		background-position: 0 -180px;
	}
	
	body.slider #nav-main {
		position: absolute;
		top: 6rem;
		bottom: auto;
		left: 0;
		z-index: 999;
		width: 100%;
		margin: 0;
		background: none;
		height: auto;
	}
	
	body.slider #nav-main li {
		float: none;
		font-size: 3rem;
		line-height: 1.1;
		font-weight: 700;
	}
	
	body.slider #nav-main li a {
		background: transparent;
		border: 1px solid transparent;
	}
	
	body.slider #nav-main li a:hover {
		border: 1px solid white;
		background: rgba(255, 255, 255, 0.5);
		color: white;
	}
	
	body.slider #nav-meta {
		position: absolute;
		left: 2rem;
		top: 38rem;
		right: 1.5rem;
	}
	
	body.slider #nav-meta ul {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 0;
	}
	
	body.slider #nav-meta li {
		padding: 0;
		display: block;
		margin: 0;
	}
	
	body.slider #nav-meta li a {
		margin: 0;
		width: 52px;
		height: 52px;
		background-size: 48px;
	}
	
	body.slider #nav-meta li#linkEmail a {
		background-position: 0 0;
	}
	
	body.slider #nav-meta li#linkYoutube a {
		background-position: 0 -48px;
	}
	
	body.slider #nav-meta li#linkLinkedin a {
		background-position: 0 -96px;
	}
	
	body.slider #nav-meta li#linkFacebook a {
		background-position: 0 -144px;
	}
	
	body.slider #nav-meta li#linkSearch a {
		background-position: 0 -192px;
	}
	
	body.slider #nav-meta li#linkInstagram a {
		background-position: 0 -240px;
	}
}

/* @group hamburger icon */

#nav-icon {
	position: absolute;
	right: 12rem;
	top: 6.2rem;
	width: 36px;
	height: 34px;
	transform: rotate(0deg) scale(1);
	transition: .3s;
	cursor: pointer;
}

.sticky #nav-icon {
	top: 1.5rem;
	transform: scale(0.6);
}

#nav-icon:hover span {
	background: #c00;
}

#nav-icon span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: white;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
	top: 0;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
	top: 14px;
}

#nav-icon span:nth-child(4) {
	top: 28px;
}

#nav-icon.open span:nth-child(1) {
	top: 14px;
	width: 0%;
	left: 50%;
}

#nav-icon.open span:nth-child(2) {
	transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
	transform: rotate(-45deg);
}

#nav-icon.open span:nth-child(4) {
	top: 14px;
	width: 0%;
	left: 50%;
}

@media screen and (max-width : 768px), screen and (max-height : 640px) {
	#nav-icon {
		top: 1.5rem;
		right: 2rem;
		transform: scale(0.6);
	}
}

/* @end */

/* @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 */

/** Label **/

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

.checkbox_container label, .radio_container label {
	font-weight: normal;
	width: auto;
	display: inline-block;
	padding-left: 5px;
}

input, input, select, textarea {
	font-size: 18px;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	color: #333;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"], .submit {
	background: #ccc;
	color: #fff;
}

.submit:hover {
	color: white;
	background: #333;
	cursor: pointer;
}

textarea {
	min-height: 140px;
}

input:focus, textarea:focus {
	background-color: #eee;
	border-color: #666 !important;
}

/** Select **/

select {
	padding: 1px;
	background-color: #eee;
	border: 1px solid #999;
	color: #333;
}

/** Checkbox and radio **/

.checkbox_container span, .radio_container span {
	display: block;
	padding-bottom: 5px;
}

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

.checkbox_container label, .checkbox_container input {
	vertical-align: middle;
}

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

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

/** Submit **/

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

/** Layout **/

form table td {
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: middle;
}

form table td:first-child {
	width: 40%;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 0;
	text-align: right;
}

.tableform table {
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 0;
}

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

fieldset table {
	width: 100%;
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

fieldset table td:first-child {
	width: 200px;
	text-align: left;
}

/** Messages **/

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

/** Captcha **/

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;
	position: relative;
	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 and (max-width : 1280px) {
	.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), screen and (max-height : 640px) {
	.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 input[type="text"] {
	width: 500px;
}

.mod_search .radio_container {
	margin-top: 10px;
	padding-top: 10px;
	padding-left: 3px;
}

.mod_search .radio_container span {
	display: inline-block;
	padding-right: 20px;
}

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

.mod_search div.even, .mod_search div.odd {
	text-align: left;
	margin: 10px 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: 11px;
	color: #333;
}

.mod_search .highlight {
	font-weight: bold;
}

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

/* @end */

/* @group youtube */

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

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

.ce_yt_channel h2 {
	margin: 0;
	margin-bottom: 4px;
}

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

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

.ce_yt_channel .content {
	float: right;
	width: calc(100% - 210px);
	box-sizing: border-box;
}

.home .ce_yt_channel {
	display: flex;
	flex-direction: row;
	margin: 0 -10px;
}

.home .ce_yt_channel .item {
	display: block;
	position: relative;
	margin: 0;
	border-top: none;
	padding: 0;
	margin: 0 10px;
}

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

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

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

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

.home .ce_yt_channel .thumbnail {
	width: 100%;
	height: 13rem;
}

@media only screen and (max-width : 1280px) {
	.home .ce_yt_channel .thumbnail {
		width: 100%;
		height: 9.7rem;
	}
	
	.home .ce_yt_channel .item p {
		font-size: 1.6rem;
	}
}

@media screen and (max-width : 768px), screen and (max-height : 640px) {
	.ce_yt_channel .item {
		align-items: flex-start;
	}
	
	.ce_yt_channel .info {
		margin-bottom: 0;
		font-size: 12px;
	}
	
	.ce_yt_channel h2 {
		margin: 0;
		margin-bottom: 0.4rem;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	.ce_yt_channel .thumbnail {
		width: 220px;
		height: 108px;
	}
	
	.ce_yt_channel .content {
		width: calc(100% - 150px);
	}
	
	.home .ce_yt_channel {
		flex-direction: column;
	}
	
	.home .ce_yt_channel .thumbnail {
		width: 100%;
		height: 42vw;
	}
	
	.home .ce_yt_channel .item {
		margin: 1rem;
	}
	
	.home .ce_yt_channel .item p {
		font-size: 1.6rem;
	}
}

/* @end */

/* @group guay_silder */

.ce_guay_slider_start a {
	color: blue;
	text-decoration: underline;
}

.ce_guay_slider_start a:hover {
	color: black;
	border-bottom: none;
}

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

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

.swiper-container .swiper-wrapper {
	height: 100vh;
	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);
}

.ce_guay_slider_start .ce_player {
	position: relative;
	height: 100%;
}

.ce_guay_slider_start .ce_player .video_container {
	height: 100%;
	z-index: 90;
}

.ce_guay_slider_start .ce_player video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 90;
}

.ce_guay_slider_start .ce_bgimage {
	position: relative;
	height: 100vh;
	width: 100%;
	box-sizing: border-box;
}

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

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

.ce_guay_slider_start .ce_bgimage .text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 180px;
	padding: 3rem 12rem 6rem;
	background-color: rgba(0, 0, 0, 0.3);
	transition-property: background-color;
	transition-duration: 0.5s;
	box-sizing: border-box;
}

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

.ce_guay_slider_start .ce_bgimage .caption {
	position: absolute;
	display: block;
	top: 80px;
	left: 50%;
	white-space: nowrap;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, 0.5);
	padding: 5px 10px;
}

.ce_guay_slider_start .ce_bgimage h3, .ce_guay_slider_start .ce_bgimage p {
	color: #fff;
	margin: 0;
}

.ce_guay_slider_start .ce_bgimage p {
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

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

.video_button {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 0;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(images/icon-play.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 45px;
	font-size: 18px;
	color: transparent;
	cursor: pointer;
	opacity: 0.4;
	transition: .5s ease-in-out;
	z-index: 100;
}

.video_button.play {
	background-image: url(images/icon-play.svg);
	opacity: 0.4;
}

.video_button.pause {
	background-image: url(images/icon-pause.svg);
	opacity: 0;
}

.video_button:hover {
	opacity: 0.8;
	background-color: rgba(0, 0, 0, 0.8);
}

.swiper-container:hover .video_button {
	opacity: 0.4;
}

.swiper-container:hover .video_button:hover {
	opacity: 0.8;
}

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

.slider.gallery-only #project-header {
	display: none;
}

@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), screen and (max-height : 640px) {
	.swiper-container {
		min-height: 30rem;
		overflow: visible;
	    /*
			.swiper-button-next,.swiper-button-prev {
				position: absolute;
				top: 350px;
				bottom: auto;
				width: 24px;
				height: 24px;
				//margin-top: -22px;
				z-index: 10;
				border: 1px solid #666;
				background-color: #fff;
				border-radius: 50%;
				cursor: pointer;
				opacity: 1;
				right: 15px;
			}
			
			.swiper-button-prev {
				left: 15px;
			}
			*/
	}
	
	.swiper-container .swiper-wrapper {
		height: auto;
		overflow: auto;
	}
	
	.swiper-container .swiper-slide {
		background-color: #fff;
		height: auto;
	}
	
	.gallery-only .swiper-container {
		overflow: hidden;
		height: 100vh;
		margin: 0;
		color: red;
	}
	
	.gallery-only .swiper-container .swiper-wrapper {
		height: 100%;
		overflow: hidden;
	}
	
	.gallery-only .swiper-container .swiper-slide {
		overflow: hidden;
	}
	
	.gallery-only .swiper-container .swiper-button-next, .gallery-only .swiper-container .swiper-button-prev {
		display: none;
	}
	
	.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: auto;
		overflow: visible;
	}
	
	.ce_guay_slider_start .ce_bgimage .image {
		position: relative;
		height: 70vh;
		bottom: auto;
	}
	
	.ce_guay_slider_start .ce_bgimage .text, .ce_guay_slider_start .ce_bgimage .text:hover {
		position: relative;
		padding: 2rem;
		height: auto;
		background: #fff;
		bottom: auto;
	}
	
	.ce_guay_slider_start .ce_bgimage h3, .ce_guay_slider_start .ce_bgimage p, .ce_guay_slider_start .ce_bgimage li {
		margin: 0;
		color: #444;
		font-size: 16px;
		line-height: 1.5;
	}
	
	.ce_guay_slider_start .ce_bgimage h3 {
		line-height: 1.1;
		font-size: 22px;
		margin-bottom: 3px;
	}
	
	.ce_guay_slider_start .ce_bgimage .caption {
		top: 60px;
		padding: 3px 8px;
	}
	
	.gallery-only .ce_guay_slider_start .ce_bgimage, .impressionen .ce_guay_slider_start .ce_bgimage {
		position: relative;
		height: 100vh;
		width: 100%;
	}
	
	.gallery-only .ce_guay_slider_start .ce_bgimage .image, .impressionen .ce_guay_slider_start .ce_bgimage .image {
		position: absolute;
		top: 0;
		height: 100vh;
	}
	
	.gallery-only .ce_guay_slider_start #footerDistance, .impressionen .ce_guay_slider_start #footerDistance {
		display: none;
	}
	
	.gallery-only .ce_guay_slider_start .swiper-pagination, .impressionen .ce_guay_slider_start .swiper-pagination {
		position: absolute;
		display: inline-block;
		top: auto;
		bottom: 20px;
		left: 50%;
		width: auto;
		transform: translateX(-50%);
		opacity: 1;
	}
}

/* @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;
	}
	
	.ce_guay_slider_start .ce_bgimage .image {
		top: 20%;
		bottom: 20%;
	}
	
	.gallery-only .ce_guay_slider_start .ce_bgimage, .impressionen .ce_guay_slider_start .ce_bgimage {
		background: grey;
	}
	
	.gallery-only .ce_guay_slider_start .ce_bgimage .caption, .impressionen .ce_guay_slider_start .ce_bgimage .caption {
		white-space: normal;
		width: 80%;
	}
}

/* @group bgimage */

#bgimage {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #eee;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.kontakt #bgimage, .search #bgimage {
	background-image: url(../project-reitmen/pict/kontakt.jpg);
}

.mimo #bgimage {
	display: none;
}

#bgimage:before {
	content: "";
	display: block;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: background .5s;
	background: rgba(62, 52, 16, 0.15);
	z-index: 0;
}

@media screen and (max-width : 768px), screen and (max-height : 640px) {
	#bgimage {
		background-color: white;
	}
	
	#bgimage:before {
		height: 50%;
	}
}

/* @end */

body.slider {
	/*
	.layout_short {
		position: relative;
		margin: 1rem 0;
		display: block;
		width: 20%;
		//height: 0;
		padding-top: 75%;
		border-top: none;
		overflow: hidden;
		background-color: #ccc;
		opacity: 1;
		transform: translateY(30px);
		transition: transform .4s, opacity 1.2s;
	}
	
	.layout_short.visible {
	    transform: translateY(0);
	    opacity: 1;
	}
	*/
}

body.slider.overflow-hidden {
	overflow: hidden;
}

body.slider #wrapper {
	margin: 0;
	width: 100%;
}

body.slider #header {
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 11rem;
	overflow: hidden;
	transition: all .3s;
}

body.slider #header.sticky {
	height: 6rem;
	background: rgba(0, 0, 0, 0.5);
}

body.slider #header.open {
	height: 100vh;
	background: rgba(51, 51, 51, 0.9);
}

body.slider #main {
	background: black;
	padding: 0;
}

body.slider #header-logo {
	position: absolute;
	top: 5rem;
	left: 12rem;
	transition: font-size .3s ease-in-out 0s;
}

body.slider .sticky #header-logo {
	top: 1.3rem;
	font-size: 30px;
}

body.slider h1.ce_headline {
	top: 11rem;
	z-index: 10;
	left: 12rem;
}

body.slider .mod_newslist {
	position: relative;
	padding: 0 12rem;
}

body.slider .item {
	width: 70%;
	margin: 0 auto;
	background: grey;
	color: black;
	opacity: 1;
	transform: translateY(70%);
	transition: transform 1s, opacity 1s;
}

body.slider .item:last-child {
	margin-bottom: 10rem;
}

body.slider .item.visible {
	transform: translateY(0);
	opacity: 1;
}

@media screen and (max-width : 768px), screen and (max-height : 640px) {
	body.slider #wrapper {
		margin: 0;
		width: 100%;
	}
	
	body.slider #main {
		background: white;
		padding: 0;
	}
	
	body.slider h1.ce_headline {
		position: absolute;
		top: 7rem;
		left: 2rem;
		font-size: 3rem;
	}
	
	body.slider #header {
		height: 6rem;
	}
	
	body.slider #header-logo {
		top: 1.5rem;
		left: 2rem;
		padding: 0;
	}
	
	body.slider .mod_newslist {
		position: relative;
		padding: 0 2rem;
	}
}

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