* {
	box-sizing: border-box;
}

html {
	
}

body, html {
	color: #000;
	font-family: "PT Sans",sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	word-wrap: break-word;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	font-family: 'AdamCGPro';
}

p {
	
}

.media.center,
.text.center,
.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

.text-right {
	text-align: right;
}

.text-left {
	text-align: left;
}

#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

img, svg {
	max-width: 100%;
	height: auto;
	display: block;
}

#wrapper {
	width: 100%;
	max-width: 1920px;
	margin: 0px auto;
	height: auto;
	position: relative;
	overflow-x: hidden;
}

.section.main {
	width: 100%;
	max-width: 1366px;
	margin: 0px auto;
}

#header {
	height: 80px;
}

#body_10 {
	
}

#body_10 #header {
	position: fixed;
	left: 0;
	top: 0;
	height: 80px;
	z-index: 10;
	opacity: 0;
}

#body_10 #header.active {
	opacity: 1;
}

.header {
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid #aaa;
	height: 80px;
}

#header .flex {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

header .logo {
	max-width: 55px;
	padding: 0px;
	position: absolute;
	left: 0;
}

#sprache {
	padding: 0 2em;
	display: none;
}

#language_menuMobile {
	display: -webkit-flex;
	-webkit-justify-content: space-evenly;
	display: flex;
	justify-content: space-evenly;	
}

ul.language_menu img {
	height: 25px;
	margin-right: 10px;
	border-radius: 25px;
	display: inline-block;
}

#language_menuMobile img {
	margin: 0;
}

ul.language_menu {
	margin: 0;
	position: relative;
	top: 20px;
	background-color: #fff;
}

ul.language_menu li {
	padding: 10px;
}

ul.language_menu li a,
ul.language_menu li {
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;	
	cursor: pointer;
	text-decoration: none;
	color: #BBB;
}

#language_menuMobile li a,
#language_menuMobile li {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.langName {
	font-size: 0.8em;
}

.langName:hover,
li.active > .langName {
	color: #000;
}

ul.language_menu li:not(.init) { 
	display: none; 
}

#language_menuMobile li:not(.init) { 
	display: list-item; 
}

ul.language_menu li.init { 
	 cursor: default;
}

.lang-icon {
	font-weight: 100;
	margin-left: 5px;
	color: #000;
	cursor: pointer;
}

#language_menuMobile .lang-icon {
	display: none;
}

.section.bewerbung {
	background-image: url(../img/bg/bg_002.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}

.section.section-1 {
	min-height: 100vh;
	max-height: 100vh;
	max-width: 1366px;
	margin: 0px auto;
	overflow: hidden;
	background-color: #000;
}

.section.section-1:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 1;
	background-image: url(../img/bg/bg_002.jpg);
	background-attachment: scroll;
	background-size: cover;
	background-position: 50% 100%; 
	background-repeat: no-repeat;
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}

.article.formular {
	margin: 0px auto;
	max-width: 450px;
}

.section.section-1.active {
	background-position: 50% 80px;
}

.section.section-1 .logo {
	display: inline-block;
	border: 12px solid rgba(255,255,255,0.34);
	border-radius: 100%;
	overflow: hidden;
	position: absolute;
	top: 20px;
	left: 50%;
	max-width: 250px;
	min-width: 250px;
	width: 100%;	
	transform: translate(-50%,0) rotate(-8deg);
}

.section.section-1 .logo > div {
	background-color: #fff;
	padding: 0 38px;
}

.article.slogan {
	position: absolute;
	bottom: 5%;
	left: 5%;
	display: none;
	color: #CB1828;
	font-size: 1.35em;
}


.article.slogan h1 {
	font-weight: 100;
	font-size: 5vw;
	letter-spacing: 5px;
	-moz-text-fill-color: #CB1828;
	-webkit-text-fill-color: #CB1828;
	 -moz-text-stroke-color: #fff;
	-webkit-text-stroke-color: #fff;
	 -moz-text-stroke-width: 0.06em;  
	-webkit-text-stroke-width: 0.06em;


}

.article.slogan h2 {
	-moz-text-fill-color: #CB1828;
	-webkit-text-fill-color: #CB1828;
	 -moz-text-stroke-color: #fff;
	-webkit-text-stroke-color: #fff;
	 -moz-text-stroke-width: 0.06em;  
	-webkit-text-stroke-width: 0.06em;
}

.article.herz {
	display: none;
}

.herz figure {
	text-align: right;
}


.herz img {
	max-width: 95%;
	display: block;
}

.section-2 {
	background-color: #fff;
	padding: 40px 20px;
}

.section-2 > div {
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	-webkit-flex-direction: column;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
    max-width: 1050px;
    margin: 0px auto;	
}


.t1 h2 {
	font-weight: 100;
	font-size: 2em;
	margin: 0;
	color: #007EA5;
}

.t1 h2 br {
	display: none;
}

.t1 h2 br:nth-child(3) {
	display: inline;
}

.t1 {
	margin-right: 0;
	width: 100%;
}

.t2 {
	font-size: 1em;
	width: 100%;
}

.t2 > div > blockquote {
	margin: 0em;
	position: relative;
}

.t2 .list {
	padding: 1em;
	background-image: linear-gradient(to bottom, #e73535 0%, #9d0102 100%);
	border-radius: 8px;
	font-weight: bold;
	color: #fff;
	margin-top: 40px;
}

.t2 .list ul {
	padding: 0 1em;
}

.t2 .list p {
	margin: 0;
}





.section-3 {
	background-color: #2d2d2d;
	color: #fff;
}

.section.section-3 > div {
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: column;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
	max-width: 1366px;
	margin: 0px auto;
	padding: 80px 20px;
}

.section-3 .col-3 > div {
	position: relative;
	transform: translate(0,0);
}

.section.section-3 .col-1 .ce-bodytext {
	font-size: 1.5em;
}

.section.section-3 .col-1 h3 {
	font-weight: 100;
	font-size: 2em;
	margin: 0;
}

.section.section-3 .col-1 h2 {
	font-size: 6em;
	margin: 0;
}

.section.section-3 .col-1.es h3 {
	font-size: 3.4em;
} 

.section.section-3 .col-1.es h2 {
	font-size: 2em;
	margin: 10px 0;
}

.section.section-3 .col-1 h3,
.section.section-3 .col-1 h2 {
	text-align: center;
}

.section.section-3 .col-1 .ce-textpic {
	display: block;
}

.section.section-3 .col-1 .ce-row:nth-child(2) {
	margin: 50px 0 20px 0;
} 

.section.section-3 .col-1 .ce-row:nth-child(2) img,
.section.section-3 .col-1 .ce-row:nth-child(3) img {
	height: 45px;
	width: auto;
}

.section-3 .col-1 .ce-gallery {
	width: 100%;
	max-width: 150px;
	margin: 0 auto; 
}

.section-3 .col-1 img {
	padding: 0em;
}

.section-3 .col-2 .ce-gallery {
	transform: translateX(0%)
}

.section.section-3 .col-2 .ce-column {
	margin: 30px 10px 10px;
}

.section.section-3 .col-2 .ce-row {
	display: -webkit-flex;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
}

.section.section-3 .col-2 img {
	height: auto;
	max-height: 45px;
	width: auto;
}


.section-3 > div > .article.col-2 {
	margin: 20px 0;
	max-width: 500px;
}

.section-3 .col-3 {
	position: relative;
	right: 25px;
	transform: scale(0.8);
}

.section-3 .col-3 > div {
	position: relative;
}

.section-3 .col-3 img {
	border: 16px solid #626262;
	border-radius: 100%;
	max-width: 80%;
	min-width: 250px;
	margin: 3em auto;
} 

.section-3 .col-3 .ce-textpic {
	position: relative;
	margin: 0px auto;
	max-width: 250px;
}

.section-3 .col-3 .ce-bodytext {
	position: absolute;
	left: 20%;
	top: 74%;
	transform: translate(-50%, -50%);
	font-size: 1.9em;
	white-space: nowrap;
	text-align: left;
	text-shadow: 0px 5px 5px rgba(0,0,0,0.5);
	font-family: 'AdamCGPro';
}

.section.section-4 > div {
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1400px;
	margin: 0px auto;
}

.article.col-left {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	background-color: #ececec;
}

.article.col-left > div {
	display: -webkit-flex;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;	
}

.article.col-left > div > article {
	width: 50%;
	padding: 1em;
}

.article.col-right {
	width: 100%;
	max-width: 400px;
	padding: 40px 0px;
}

.article.col-left > div > article h3,
.article.chat h2 {
	padding: 0;
	text-align: center;
}

.article.col-left > div > article h3 {
	color: #CB1828;
	text-align: left;
}

.article.offers {
	background-image: linear-gradient(to bottom, #fff 0%, #c3c3c3 100%);
	padding: 20px;
}

.offer.top:after {
	content:'';
	position: relative;
	width: 100%;
	top: 35px;
	height: 3px;
	background-color: #c2c2c2;
	display: block;
}

.offer.bottom {
	margin: 90px 0 40px 0;
}

.offer-text {
	padding-top: 30px;
}

.offer.bottom .ce-inner {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}

.offer.bottom .ce-inner > div:nth-child(2) {
	margin: 0 10px;
}

.offer.bottom .ce-inner > div:nth-child(3) {
	margin-top: -6%;
}

.offer-end {
	margin-top: 1em;
}

.offer-end .blueButton {
	background-color: #00729f;
	border-radius: 6px;
	padding: 12px;
	margin: 0;
	color: #fff;
	font-size: 0.75em;
}

.longOffer {
	background-image: linear-gradient(to bottom, rgb(213, 77, 77) 0%, rgb(173, 65, 65) 100%);
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	color: #fff;
	border-radius: 4px;
	padding: 0 10px;
}


.longOffer .offerText {
	font-size: 0.8em;
}

.longOffer .col-left {
	width: 40%;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;	
	display: flex;
	flex-direction: column;
	justify-content: center;	
}

.longOffer .col-right {
	width: 60%;
}

.longOffer .price,
.longOffer .offerHeadline {
	text-align: center;
	margin: 0;
}

.longOffer .offerHeadline {
	font-size: 1.4em;
	margin-bottom: 10px;
}

.longOffer .price {
	margin: 0 20px;
	border-radius: 4px;
}

.price {
	padding: 5px 0px;
	font-size: 1.6em;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(252, 233, 11, 0.25) 25%, rgba(129, 120, 6, 0.55) 80%, rgba(248, 182, 0, 0.4) 100%);
}

.shortOffer .price {
	margin: 10px auto 0 auto;
}

.offer-seperator {
	background-color: rgb(194, 194, 194);
	height: 3px;
	margin: 2em auto calc(2em + 1.6em) auto;
}

.bottom-offers {
	display: -webkit-flex;
	-webkit-justify-content: center;	
	-webkit-align-items: flex-end;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.shortOfferWrap {
	width: 33%;	
	position: relative;
	text-align: center;
}

.shortOfferWrap.active {
	background-color: rgb(0, 114, 159);
	border-radius: 4px;
	padding: 6px 5px;
	position: relative;
	top: -1.6em;
}

.priceHit {
	margin: 0 0 5px 0;
	color: #fff;
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
	white-space: nowrap;
}

.shortOffer .offerHeadline {
	margin: 0;
	font-size: 1em;
	white-space: nowrap;
}

.shortOffer .offerHeadline.weekly {
	font-size: 0.8em;
	margin-bottom: 0.3em;
}

.en .shortOffer .offerHeadline.weekly,
.es .shortOffer .offerHeadline.weekly {
	font-size: 1em;
	margin-bottom: 0;
}

.subHeadline {
	margin: 0;
	font-size: 0.8em;
	font-weight: 100;
}

.bottomLine {
	margin: 0;
	font-size: 0.9em;
	padding: 0px 10px;
	height: 3em;
	line-height: 1.2;
	width: 100%;
	display: -webkit-flex;
	-webkit-align-items: center;
	-webkit-justify-content: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.es .bottomLine,
.en .bottomLine {
	height: 4em;
	font-size: 0.75em;
}

.shortOfferWrap:nth-child(2) {
	margin: 0 5px;
}

.shortOffer {
	padding: 10px 0;	
	background-image: linear-gradient(to bottom, rgb(213, 77, 77) 0%, rgb(173, 65, 65) 100%);
	color: #fff;
	border-radius: 4px;	
}


#section-5 {
	background-color: #222222;
	padding: 80px 0;
}

.article.kontakt:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 50%;
	width: 500px;
	height: 500px;
	/*background-image: url(../img/herz-kontakt_xl.png);*/
	background-repeat: no-repeat;
	background-size: 15% auto;
	background-position: 47% 66%;
}

.article.kontakt {
	max-width: 500px;
	margin: 0px auto;
	color: #fff;
	padding: 0 20px;
}

.article.kontakt h3 {
	font-size: 2em;
	font-weight: normal;
	margin: 0;
	display: inline-block;
	transform: translateX(0);
}

.article.kontakt h2 {
	font-size: 4em;
	margin: 0em auto;
	letter-spacing: 5px;
}

.article.kontakt a {
	color: #fff;
} 

.article.impressum,
.article.datenschutz,
.article.agb {
	max-width: 1200px;
	margin: 0px auto;
	padding: 20px;
}

.article.agb ul,
.article.agb ol {
	padding: 0 1em;
}

.section.lovely {
	min-height: 100vh;
}

.section.lovely:before {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-image: url(../img/bg/bg_002.jpg);
	background-size: 100% auto;
	background-attachment: fixed;
	opacity: 0.6;
}

.geschichten-action {
	position: fixed;
	left: 0;
	width: 40px;
	top: 20%;
	padding: 1em 0;
	text-align: center;
	background-color: #fff;
	font-size: 2em;
	border-radius: 0 4px 4px 0;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #000;
	z-index: 10;
}

.lovely-header {
	display: inline-block;
	background-color: #eee;
	width: 100%;
	color: #025b83;
	text-transform: uppercase;
	box-shadow: 0 0 3px rgba(0,0,0,1);
	position: relative;
	z-index: 6;
}

.lovely-header h2 {
	margin: 0;
	padding: 10px;
}

.lovely-show,
.lovely-new,
.lovely-list {
	margin: 2em 0px;
	display: -webkit-flex;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.lovely-show {
	margin: 0px 80px;
}

.editEpisoden .episoden-item,
.editTexte .text-item,
.newTexte .text-item {
	margin: 1em auto;
	max-width: 450px;
}

.text-item .cover-wrap {
	height: 245px;
	overflow-y: auto;
}

.editTexte .text-item > .actions,
.newTexte .actions {
	display: none;
}

.editEpisoden .ui-sortable {
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.tx-lovely form {
	width: 100%;
	min-width: 280px;
	margin: 1em auto;
}

.actionscriptWrap,
.geschichten-wrap {
	max-width: 500px;
	margin: 0px auto;
}

.geschichten-wrap {
	background-color: #eee;
	padding: 40px 20px;
	margin-bottom: 2em;
	border: 3px solid #656565;;
}

#actionscript-wrap {
	margin: 2em auto 0 auto;
}

#actionscript-wrap .formfield {
	margin-bottom: 0;
}

.actionscriptWrap {
	margin: 3em auto;
}

#actionscript-wrap .actions {
	background-color: #343434;
	color: #fff;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

#actionscript-wrap .actions a {
	color: #fff;
	font-size: 2em;
}

.actions .pleaseSafe {
	text-align: center;
	font-size: 12px;
	display: block;
}

.chatuser-wrap {
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.chatuser-wrap > div {
	margin: 10px;
	max-width: 280px;
}

.texte-anzanhl {
	float: left;
	color: #666;
}

.lovely-item {
	background-color: rgba(255,255,255,0.4);
	min-width: 320px;
	width: 320px;
	margin: 0;
	border: 1px solid #454545;
	position: relative;
	overflow: hidden;
}

.lovely-item:before {
	font-size: 25px;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	text-align: center;
	z-index: 1;
	background-color: rgba(255,255,255,0.9);
	border-top: 5px solid transparent;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	content: attr(data-status);
}

.lovely-item.active:before {
	color: yellowgreen;
	border-color: yellowgreen;
}

.lovely-item.update:before {
	color: gold;
	border-color: gold;
}

.lovely-item.delete:before {
	color: red;
	border-color: red;
}

.lovely-item.inprocess:before {
	color: orangered;
	border-color: orangered;
}

.lovely-item.ready:before {
	color: #025b83;
	border-color: #025b83;
}

.lovely-item:hover:before {
	bottom: 35px;
	z-index: 2;
}

.lovely-itemWrap {
	position: relative;
	margin: 1em;
}

.isAdmin .lovely-itemWrap {
	margin: 2em 1em;
}

.lovely-itemWrap .crdate {
	width: 100%;
	position: absolute;
	left: 50%;
	line-height: 15px;
	transform: translate(-50%,-100%);
	bottom: -30px;
	background-color: #eeeeee;
	border-width: 0 1px 1px 1px;
	border-radius: 0;
	border-style: solid;
	border-color: #454545;
	text-align: center;
	z-index: 0;
	font-size: 10px;
	transition-duration: 250ms;
	transition-timing-function: ease-in-out;
}

.lovely-itemWrap:hover > .crdate {
	transform: translate(-50% , 1px);
}

.mediaUploadWrap {
	text-align: center;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 3em 1em;
}

.mediaUploadWrap .mediaUpload {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.mediaUploadWrap .icon-upload {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	color: #666;
	z-index: 1;
	font-size: 2em;
}

.mediaUploadWrap .icon-upload:hover {
	color: #000;
}

.cover-wrap {
	border: 1px solid #454545;
	background-color: #fff;
	padding: 0em;
}

.textlistItem {
	position: relative;
}

.textlistItem .doubleDown {
	display: block;
	visibility: hidden;
	pointer-events: none;
	font-size: 3em;
	position: relative;
	width: 100%;
	text-align: center;
	height: 50px;
	cursor: pointer;
	opacity: 0.6;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	
}

.textlistItem.active .doubleDown {
	visibility: visible;
	pointer-events: all;
}

.doubleDown:hover {
	opacity: 1;
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.textlistItem.hidden {
	display: none;
}

.lovely-item .title {
	background-color: #eee;
	height: 41px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lovely-item .title a {
	text-decoration: none;
}

.lovely-item .description {
	position: absolute;
	padding: 1em;
	width: 100%;
	height: calc(100% - 41px - 35px);
	overflow-y: scroll;
	background-color: #fff;
	color: #000;
	left: 0;
	top: 41px;
	opacity: 0;
	font-size: 12px;
	hyphens: auto;
	text-align: justify;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 1;
}

.episodenMenuButton {
	padding: 1em 0;
	width: 80px;
	border-style: solid;
	border-color: #000;
	background-color: #fff;
	border-radius: 4px 0 0 4px;
	border-width: 1px 0 1px 1px;
	font-size: 1.5em;
	text-align: center;
}

.episodenMenuButton .icon-menu5 {
	color: #666;
	cursor: pointer;
}

.episodenMenuButton .icon-menu5:hover {
	color: #000;
}

.episodenMenuWrap {
	position: fixed;
	height: calc(100% - 80px);
	width: 100%;
	max-width: 220px;
	right: -160px;
	top: 80px;
	overflow: hidden;
	display: -webkit-flex;
	-webkit-justify-content: flex-start;
	-webkit-align-items: center;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	transition-duration: 500ms;
	transition-timing-function: linear;
	z-index: 20;
}

.episodenMenuWrap.active {
	right: 0;
	transition-timing-function: cubic-bezier(.01,1.15,0.6,1.5);
}

.episodenMenu {
	background-color: #fff;
	border-left: 1px solid #000;
	padding: 1em 0;
	height: 100%;
	overflow-y: auto;
	width: 100%;
}

.episodenMenu li {
	list-style: none;
	cursor: pointer;
	padding: 5px 10px;
	color: #777;
	font-size: 12px;
}

.episodenMenu li.inactive {
	opacity: 0.5;
}

.episodenMenu li.current,
.episodenMenu li:hover {
	color: #000;
	font-weight: bold;
}

.episodenMenu li:nth-child(odd) {
	background-color: #eee;
}

.lovely-item .cover {
	width: 100%;
	height: 348px;
	background-size: cover;
	background-position: center center;
	position: relative;
}

.cover img {
	border: 0;
    position: absolute;
    height: 100%;
    width: auto;
    left: 50%;
    transform: translate(-50%,50%);
    max-width: none;
    min-width: 320px;
    top: -50%;
}

.uploadError {
	text-align: left;
	color: red;
	padding: 10px 20px;
	margin: 0;
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	font-weight: bold;
	width: 100%;
	height: 40%;
	background-color: rgba(255,255,255,0.5);
}

.filelist {
	position: absolute;
	left: 0;
	top: 0;
	height: 60%;
	width: 100%;	
	z-index: 0;
	overflow-y: auto;
}

.fileinfo {
	display: block;
	width: 100%;
	padding: 2px 5px;
	font-size: 10px;
	font-style: italic;
	color: #000eee;
	text-align: left;
}

.fileinfo span {
	cursor: help;
}

.red {
	color: red;
}

.green {
	color: #009900;
}

.orange {
	color: #ff8855;
}

.lovely-item:hover .description {
	opacity: 0.75;
}

.cover-wrap img {
	margin: 0px auto;
}

button.submit,
input.submit {
	padding: 1em !important;
	max-width: 250px;
	margin: 0px auto;
	display: block;
}

button.reset {
	padding: 5px;
	max-width: 90px;
	margin: 0px auto;
	display: block;
	background-color: orange;
	border: 1px solid red;
	border-radius: 4px;
}

.cover-wrap .actions,
.lovely-item .actions {
	background-color: #fff;
	padding: 0.5em 1em;
	font-size: 14px;
	text-align: right;
	width: 100%;
	border-top: 1px solid #000;
}

.lovely-item .actions {
	position: absolute;
	bottom: 0;
	z-index: 2;
}

#c2 .actions {
	position: relative;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #000;
	padding: 0;
}

.cover-wrap.checkbox {
	padding: 1em;
}

.senderEM {
	margin-left: 1em;
}

.chatuser-item .actions a,
.episoden-item .actions a,
.text-item .actions a,
.cover-wrap .actions a,
.geschichten-action a,
.lovely-item .actions a {
	text-decoration: none;
	color: #666;
}

.chatuser-item.disabled,
.episoden-item.inactive  {
	opacity: 0.5;
}

.text-item.inactive .formfield {
	display: none;
}

#deleteEpisode,
#deleteText,
#deleteAvatar {
	cursor: pointer;
}

#deleteEpisode:hover,
#deleteText:hover,
#deleteAvatar:hover,
.chatuser-item .actions a:hover,
.episoden-item .actions a:hover,
.text-item .actions a:hover,
.geschichten-action a:hover,
.lovely-item .actions a:hover {
	color: #000;
}

.actions .pipe {
	color: #000;
	margin: 0 10px;
}

.lovely-item .title h4 {
	color: #000;
	margin: 0;
	padding: 1em;
	font-size: 12px;
	white-space: nowrap;
}

.lovely-item .title h4.strLen {
	font-size: 12px;
}

.lovely-item .title h4.strLen30 {
	font-size: 11px;
}

.lovely-item .title h4.strLen50,
.lovely-item .title h4.strLen40 {
	font-size: 10px;
}


.powermail_fieldwrap label,
.formfield label {
	position: absolute;
	right: 3.2em;
	top: -1.5em;
	font-size: 0.75em;
	text-transform: uppercase;
	background-color: #fff;
	font-style: italic;
	padding: 0 1em;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #454545;
	border-radius: 4px 4px 0 0;
}

.formfield em.bottom {
	position: relative;
	left: 0;
	top: -1px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #fff;
	font-style: italic;
	padding: 0 1em;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #454545;
	border-radius: 0px 0px 4px 4px;	
	text-align: center;
	display: block;
}

.formfield em.bottom.inline {
	display: inline;
}

.formfield label.checkboxLabel,
.formfield label.radioLabel,
.formfield label.normal {
	position: relative;
	border: none;
	padding: 0;
	right: auto;
	top: auto;
	margin-left: 1em;
	cursor: pointer;
}

.formfield label.checkboxLabel {
	margin-left: 0;
}

.geschichten-wrap .formfield label.checkboxLabel {
	margin-left: 10px;
}

.formfield label.radioLabel {
	background-color: transparent;	
	margin-left: 5px;
}

.inline {
	display: inline-block;
}

.article.logo * {
	margin: 0 auto;
}

#content {
	min-height: calc(100vh - 140px);
	position: relative;
	z-index: 0;
}

.article.login {
	min-height: 100vh;
}

.tx-felogin-pi1 .loginwrap {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 500px;
	background-color: rgba(255,255,255,0.6);
	padding: 1em;
	border-radius: 4px;
	border: 4px solid #fff;
}

.powermail_fieldwrap,
.formfield {
	margin-bottom: 1em;
	position: relative;
}

.formfield .checkbox,
.formfield.checkbox {
	border: 1px solid #454545;
	padding: 10px 1em;
	border-radius: 4px;
	background-color: #fff;
}

.tx-coins .formfield,
.tx-gutscheine .formfield,
.powermail_fieldwrap,
.tx-dslcat .formfield,
.tx-dslpm .formfield,
.tx-lovely .formfield {
	margin-bottom: 2em;
}

.greyedFormfield,
.radioWrap,
.tx-lovely input[type=submit],
.powermail_fieldwrap select,
.powermail_fieldwrap textarea,
.powermail_fieldwrap button.submit,
.powermail_fieldwrap input,
.formfield select,
.formfield textarea,
.formfield button.submit,
.formfield input[type=password],
.formfield input[type=text],
.formfield input[type=email],
.formfield input[type=number]{
	width: 100%;
	border: 1px solid #454545;
	padding: 10px 1em;
	border-radius: 4px;
}

.greyedFormfield {
	background-color: #666;
	color: #fff;
}

.powermail_fieldset {
	border: 0;
	margin: 0;
	padding: 4em 1em;
	background-color: rgba(255,255,255,0.6);
	min-height: 100vh;	
}

.powermail_fieldset legend {
	display: none;
}

.radioWrap {
	background-color: #fff;
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}

.formfield textarea {
	height: 242px;
}

.formfield select.castAuthorsSelection,
.formfield select.categoriesSelection {
	padding: 0;
	width: 100%;
	border: 1px solid #454545;
	border-radius: 4px 4px 0px 0px;	
	overflow-y: visible;
}

.categoriesSelection::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 11px;
	height: 11px;
}

.categoriesSelection::-webkit-scrollbar-thumb {
	border-radius: 8px;
	border: 2px solid white;
	background-color: rgba(0, 0, 0, .5);
}


.castAuthorsSelection option,
.categoriesSelection option {
	padding: 10px 1em;
	width: 100%;
}

.formfield button.submit {
	width: 80%;
	border: 1px solid #454545;
	padding: 10px 1em;
	border-radius: 4px;
	margin-left: 10%;
}

.chatuser-item,
.text-item,
.episoden-item {
	border: 1px solid #000;
	padding: 2em 1em 3em 1em; 
	margin-bottom: 1em;
	position: relative;
	background-color: #ddd;
}

.episoden-item,
.text-item {
	margin: 1em;
	max-width: 320px;
	width: 100%;	
}


.chatuser-item .actions,
.text-item .actions,
.episoden-item .actions{
	width: 100%;
	background-color: #fff;
	color: #666;
	border-top: 1px solid #000;
	padding: 0.5em 1em;
	text-align: right;
	position: absolute;
	left: 0;
	bottom: 0;	
}

.text-item .actions .icon-move:hover,
.episoden-item .actions .icon-move:hover {
	color: #000;
}

.chatuser-item .cover-wrap .actions,
.text-item .cover-wrap .actions,
.episoden-item .cover-wrap .actions {
	border-width: 1px 0 3px 0;
	position: relative;
	border-color: #000;
	border-style: solid;
}

.text-item .hidden,
.episoden-item .hidden {
	display: none;
}

.crdate-wrap {
	position: relative;
}

.crdate-wrap span {
	position: absolute;
	right: 1px;
	pointer-events: none;
	cursor: pointer;
	background: #eee;
	height: calc(100% - 3px);
	padding: 0 10px;
	line-height: 43px;
	z-index: 0;
	border-radius: 4px;
	top: 1px;
}

.fleft {
	float: left;
	cursor: pointer;
}

.sortingActions {
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: center;	
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 5px;
	right: 5px;
}

.tx-lovely form.editTexte {
	margin: 2em auto;
}

.newTexte .sortingActions,
.editTexte .sortingActions {
	display: none;
}

.episoden-item:first-child .sortingActions .icon-arrow-up4,
.text-item:first-child .sortingActions .icon-arrow-up4 {
	display: none;
}

.episoden-item:last-child .sortingActions .icon-arrow-down4,
.text-item:last-child .sortingActions .icon-arrow-down4 {
	display: none;
}

.sortingActions span {
	cursor: pointer;
}

.sortingActions span:hover {
	color: red;
}

.showWrap {
	width: 100%;
	min-height: 100vh;
	position: relative;
}

.actionscriptListWrap,
.episodenTexte {
	background-color: #fff;
	max-height: 250px;
	overflow-y: scroll;
}

.actionscriptListWrap {
	border: 1px solid #454545;
	border-radius: 4px 4px 0 0;	
	min-height: 217px;
}

.actionscriptList li,
.episodenTexte li {
	font-size: 12px;
	padding: 5px 10px;
}

.actionscriptList li {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
}

.actionscriptList li a {
	color: #666;
	text-decoration: none;
}

.actionscriptList li a:hover {
	color: #000;
}


.actionscriptList,
.episodenTexteList {
	padding: 0;
	margin: 0;
}

.episodenTexteListItemContent {
	width: 100%;
	display: block;

}

.episodenTexteListItemContent .ctexte {
	display: block;
}

.pipe {
	margin: 0px 5px;
}

.actionscriptList li:nth-child(odd),
.episodenTexte > ul > li:nth-child(odd) {
	background-color: #eee;
}

.episodenTexteListItem {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.episodenTexteListItem .actions {
	display: none;
}

.episodenTexteListItem .figure {
	margin-right: 10px;
}

.episodenAction {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

.episodenAction:hover {
	color: #000;
}

.episodenTexteListItem .action {
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: flex-start;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	position: absolute;
	right: 0;
	top: 5px;
	z-index: 50;
}


.video {
	width: 100%;
	max-width: 560px;
	display: inherit;
}

#saveButtonTrigger,
#addEpisodenTextForm,
#addEpisodenForm,
#showPreview,
#showEpisodenPreview,
#addChatuserForm,
#addTextForm,
#addTextForms {
	color: #666;
	cursor: pointer;
}

#saveButtonTrigger:hover,
#addEpisodenTextForm:hover,
#addEpisodenForm:hover,
#showPreview:hover,
#showEpisodenPreview:hover,
#addChatuserForm:hover,
#addTextForm:hover,
#addTextForms:hover {
	color: #000;
}

.section.anleitung .ce-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1600px;
}

.section.anleitung .ce-inner .ce-row {
	border: 1px solid #000;
	margin-bottom: 100px;
}

#episoden-wrap,
#chatuser-wrap,
#texte-wrap {
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.4);
	margin-bottom: 2em;
}

#episoden-wrap h4,
#chatuser-wrap h4,
#texte-wrap h4 {
	background: #fff;
	padding: 10px 0;
	font-size: 2.4em;
	margin: 0;	
}

.episoden-wrap,
.texte-wrap {
	margin: 0px auto;
	padding: 1em;
	display: -webkit-flex;
	-webkit-flex-wrap: wrap;
	-webkit-justify-content: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.media-item {
	padding-top: 1em;
	background-color: #eee;
}

.borderRed {
	border: 2px solid red;
}

.aslist {
	margin: 0;
	padding: 5px;
	list-style: none;
}

.aslist li {
	padding: 0;
}

span.hidden .aslist:last-child {
	border-bottom: 1px solid transparent;
}

.textList {
	background-color: #ddd;
	border-right: 2px solid #232323;
	border-left: 2px solid #232323;
	max-width: 800px;
	padding: 1em;
	overflow: hidden;
	min-height: 100vh;
	margin: 0px auto;
	list-style: none;
}

.textList li {
	margin-bottom: 2em;
}

.showWrap .textList .actions {
	display: none;
}

.showWrap img, 
.showWrap .video,
.showWrap .audio {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
} 

.showWrap img.contentImg {
	width: auto;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}

.showWrap #actionscriptContainer {
	display: -webkit-flex;
	-webkit-justify-content: space-evenly;
	-webkit-flex-wrap: wrap;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	font-size: 12px;
}

.actionscriptHeader {
	text-align: center;
}

.showWrap #actionscriptContainer audio,
.showWrap #actionscriptContainer video,
.showWrap #actionscriptContainer img.contentImg {
	width: 100%;
	height: auto;
	position: relative;
	left: 0%;
	transform: translateX(0%);
	top: 0;
}

.contentWrap .actionscript {
	width: 100%;
	border: 1px solid #000;
}

.contentWrap .aslist {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

.contentWrap .aslist:last-child {
	border-right: 0px solid #000;
}

.contentWrap .aslist li {
	margin: 0;
	position: relative;
}

.mediaWrap {
	min-height: 140px;
	position: relative;
	max-width: 250px;
	width: 100%;
}

.mediaWrap.gallery:before {
	content: '\eaaf';
	font-family: 'icomoon';
	font-size: 1.3em;
	color: #fff;
	right: 8px;
	top: 0;
	position: absolute;
	z-index: 20;
	pointer-events: none;
}

.mediaItem {
	position: absolute;
	left: 0;
	top: 0%;
	height: 100%;
	max-height: 140px;
	background-color: #ccc;
	width: calc(100% - 2px);
	border: 1px solid #454545;
	overflow: hidden;
}

.noPointerAction {
	opacity: 0.5;
	pointer-events: none;
}

.mediaObject{
	height: 100%;
}

.mediaWrap .mediaObject .audio,
.mediaWrap .mediaObject .video {
	top: auto;
	bottom: 0;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	margin: 0;	
}

.mediaWrap.gallery .mediaObject .audio,
.mediaWrap.gallery .mediaObject .video {
	pointer-events: none;
}

.episodenTexteListItemContent a.lightbox,
.episodenTexteListItemContent .mediaObject {
	margin-bottom: 1em;
}

.openGallery {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	z-index: 1;
	font-size: 2em;
	opacity: 0.1;
	transition: 0.6s;
	cursor: pointer;
}

.mediaWrap:hover .openGallery {
	opacity: 1;
}

.contentWrap {
	display: -webkit-flex;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex {
	display: -webkit-flex;
	display: flex;	
}

.text-right .contentWrap {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.text-left .contentWrap {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.center .contentWrap {
	-webkit-justify-content: center;
	justify-content: center;
}

.sprechblaseWrap {
	border: 2px solid #454545;
	border-radius: 4px;
	background-color: #fff;
	max-width: 65%;
	padding: 0;
	position: relative;
	z-index: 0;
}

.sprechblase {
	padding: 1em;
}

.contentWrap:before {
	position: absolute;
	top: 20px;
	left: 0;
	font-family: 'icomoon';
	font-size: 1.2em;
}

.text-left .contentWrap:before {
	content: '\f044';
	transform: translateX(-100%);
}

.text-right .contentWrap:before {
	content: '\f05a';
	left: auto;
	right: 0;
	transform: translateX(100%);
}

.actionscript .contentWrap:before {
	display: none;
}

.narrator .contentWrap:before {
	display: none;
}

.textlistItem.actionscript .contentWrap {
	-webkit-justify-content: center;
	justify-content: center;
}

.subs {
	width: 100%;
	font-size: 0.75em;
	margin-top: 1em;
	font-style: italic;
	font-weight: bold;
	position: relative;
}

.showWrap img.avatar {
	max-width: 40px;
	height: auto;
	position: relative;
	display: inline-block;
	-webkit-transform: translate(0,0);	
	transform: translate(0,0);
}

.text-right img.avatar-wrap {
	text-align: right;
}

.text-left .avatar-wrap {
	text-align: left;
}

.media .avatar-wrap {
	text-align: center;
}

.media.figure .subs {
	text-align: center;
	max-width: 248px;
	background-color: #fff;
	margin: 0;
	padding: 1em 0;
	border-width: 0 1px 1px 1px;
	border-color: #000;
	border-style: solid;
	left: -2px;	
}

.media.figure.text-left .subs {
	left: 0;	
}

.center.media.figure .contentWrap {
	-webkit-flex-direction: column;
	-webkit-align-items: center;	
	flex-direction: column;
	align-items: center;
}

.text-left.media.figure .contentWrap {
	-webkit-flex-direction: column;
	-webkit-align-items: flex-start;	
	flex-direction: column;
	align-items: flex-start;
}

.text-right.media.figure .contentWrap {
	-webkit-flex-direction: column;
	-webkit-align-items: flex-end;	
	flex-direction: column;
	align-items: flex-end;
}

.narrator .contentWrap .subs {
	display: none;
}

.narrator .contentWrap .sprechblaseWrap{
	border: 1px solid #000;
	border-radius: 0;
	background-color: #565656;
	color: #fff;
}

audio {
	width: 100%;
	margin: 1em 0;
}

.emojionearea.textarea.emoji {
	border: 1px solid #454545;
	padding: 10px 1em;
	border-radius: 4px;
}

.article,
.section {
	position: relative;
}

.section.logins {
	background-image: url(../img/bg/bg_001.jpg);
	background-size: cover;
	min-height: 100vh;
}

.article.login {
	display: inline-block;
	width: 100%;
}

.iframe {
	display: inherit;
}

#toggleAll {
	cursor: pointer;
	position: relative;
	z-index: 30;	
}

.preview {
	margin: 0px auto;
	max-width: 800px;
	background-color: #fff;
	position: relative;
	left: 0;
	width: 100%;
	top: 0;
}

.jumpToTextItem {
	position: relative;
	padding: 0px;
	color: #fff;
	width: 100%;
	background-color: #333;
	top: 0px;
	z-index: 0;
}

.jumpToTextItem a {
	text-decoration: none;
	color: #fff;
}

.jumpToTextItem a:hover,
.jumpToTextItem span:hover {
	cursor: pointer;
	color: red;
}

.mediaWrap .jumpToTextItem {
	width: calc(100% - 2px);
	transform: translateY(-100%);
	text-align: center;
}

.actionscript .jumpToTextItem {
	text-align: center;
}

.closePreviewLeft {
	position: fixed;
	left: 0;
	top: 50%;
	width: 40px;
	background-color: #fff;
	border-style: solid;
	border-color: #ff0000;
	border-width: 1px 1px 1px 0px;
	border-radius: 0 4px 4px 0;
	transform: translateY(-100%);
	text-align: center;
	padding: 20px 0;
	z-index: 1;
}

.closePreview {
	text-align: right;
	padding: 10px;
	border: 2px solid #000;
}

.closePreviewButton {
	cursor: pointer;
	color: #000;
	transition-duration: 500ms;
}

#previewWrap {
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.95);
	height: 100%;
	overflow-y: scroll;
	max-height: calc(100vh - 80px);	
	opacity: 0;
	z-index: -20;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

.x-lovely #previewWrap{
	z-index:0;
}

#previewWrap.active {
	opacity: 1;
	z-index: 50;	
}

.closePreviewButton:hover {
	color: red;
}

#content .datenschtuz ol {
	list-style-type: upper-roman;
	padding-left: 2em;
}

#content .datenschtuz ul {
	padding-left: 1em;
}

#content .datenschtuz ul li {
	position: relative;
	margin-bottom: 10px;
}

#content .datenschtuz ul li:before {
	position: absolute;
	left: -1.2em;
	top: 2px;
	content:'\f987';
	font-family: 'icomoon';
	transform: scale(1.2);
}

.ce-headline-center {
	text-align: center;
}

h1.ce-headline-center {
	font-size: 2.66em;
	line-height: 1.4;
}


.tabelle {
	margin: 2em auto;
}

.ce-table tr,
.ce-table th, 
.ce-table td {
	border: 1px solid #888;
	text-align: left;
}

.ce-table thead tr {	
	background-color: #AA0000;
}

.ce-table th {
	color: #fff;
	border: 1px solid #888 !important;
}

.ce-table tbody tr:nth-child(even) {	
	background-color: #eee;
}

.ce-table tbody tr:nth-child(odd) {	
	background-color: #ddd;
}

.ce-table tbody tr:hover > td {
	background-color: #fff;
}

#mobile-navigation-button {
	font-size: 40px;
	position: absolute;
	z-index: 11;
	right: 15px;
	top: 19px;
	cursor: pointer;
	line-height: 1;
	color: #221725;
}

.mobile-sprache-navigation-wrap {
	position: absolute;
	right: -80%;
	top: 80px;
	height: calc(100vh - 80px);
	z-index: 10;
	background-color: #eee;
	width: 80%;
	border-left: 1px solid #aaa;
	-webkit-transition-duration: 400ms;
	transition-duration: 400ms;
}

.mobile-sprache-navigation-wrap.active {
	right: 0;
}

.mobile-sprache-navigation-wrap .sprachnavi {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	padding-right: 1em;
}

#navigation {
	display: none;
}

#mobile-navigation-wrapper {
	display: block;
}

.topnavi {
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.topnavi li a {
	font-family: "PT Sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	letter-spacing: 1px;
}

.navi li {
    position: relative;
	padding: 0 10px;
}

.mainnavi li {
	line-height: 80px;	
	padding: 0;
}

.mainnavi .icon-plus {
	display: none;
}

.topnavi li {
	margin: 0 10px; 
}

.navi li span.icon-plus {
	font-size: 12px;
}

.mobilenavi.navi  li span.icon-plus {
	display: inline-block;
	padding: 10px;
	background-color: #eee;	
	cursor: pointer;
}

.navi li a {
    display: inline-block;
    color: #000;
    padding: 0 10px;
    text-decoration: none;
}

.mainnavi li a {
	text-transform: uppercase;
	font-size: 0.8em;
}

.mobilenavi.navi {
	
}

.mobilenavi.navi li {
	text-align: right;
	border-bottom: 1px solid #fff;
	padding-right: 1em;
	line-height: 35px;
}

.mobilenavi.navi li a {
	padding: 5px 0;
	font-size: 1em;
}

.navi > li:hover > .level-2 {
	display: block;
}

.mobilenavi.navi .level-2 {
	display: block;
	height: 0;
	overflow: hidden;
	-webkit-transition-duration: 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-duration: 0.8s;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.icon-plus.less:before {
	content:'\f6ad';
}

.navi li .level-2 { 
	position: absolute;
	z-index: 1;
	padding: 0px;
	top: calc(100% - 1px);
	left: 1px;
	display: none; 
	width: auto;
	height: auto;
	background-color: #000;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.mobilenavi.navi .level-2 {
	position: relative;
	background-color: #fff;
}

.navi li .level-2 li a {
    display: block;
	width: 100%;
	white-space: nowrap;
    color: #fff;
    line-height: 50px;
    padding: 0px 20px;
    text-decoration: none;
	border-bottom: 1px solid #fff;
	font-weight: 100;
}

.mobilenavi.navi li .level-2 li a {
	border-bottom: 0px solid #fff;
	line-height: 45px;
	color: #000;
}
	
.navi li .level-2 li:nth-last-child(1) a {
	border-bottom: 0px solid #fff;
}

.navi li .level-2 li a.current,
.navi li .level-2 li a:hover {
	color: #ddd;
}

.section.cats {

}

.gutscheineWrap,
.coinsWrap,
.catWrap,
.pmWrap{
	padding: 1em;
}

.coins-list,
.gutscheine-list,
.dslcat-list,
.dslpm-list {
	margin: 1em auto;
	border: 1px solid #ccc;
	width: 100%;
	min-width: 320px;
	max-width: 1200px;
	border-collapse: collapse;
}

.coins-list,
.dslpm-list {
	max-width: 1800px;
}

.gutscheine-list {
	border-left: 5px solid #ccc;
	font-size: 0.9em;
}

.coins-list a,
.gutscheine-list a,
.dslcat-list a,
.dslpm-list a {
	color: #000;
	text-decoration: none;
}

.coins-list th,
.gutscheine-list th,
.dslcat-list th,
.dslpm-list th {
	text-align: left;
	white-space: nowrap;
}

.coins-list th.actions .pipe,
.coins-list th.actions a,
.gutscheine-list th.actions .pipe,
.gutscheine-list th.actions a,
.dslcat-list th.actions .pipe,
.dslcat-list th.actions a, 
.dslpm-list th.actions .pipe,
.dslpm-list th.actions a {
	color: #fff;
}

.coins-list th,
.coins-list td,
.gutscheine-list th,
.gutscheine-list td,
.dslcat-list th,
.dslcat-list td,
.dslpm-list th,
.dslpm-list td {
	padding: 0.5em 1em;
	vertical-align: top;
}

.coins-list .actions,
.gutscheine-list .actions,
.dslcat-list .actions, 
.dslpm-list .actions {
	text-align: right;
}

.gutscheine-list tr.tableBody:nth-child(even),
.dslcat-list tr.tableBody:nth-child(even),
.dslpm-list tr.tableBody:nth-child(even) {
	background-color: #fff;
}

.coins-list tr.tableBody:nth-child(odd),
.gutscheine-list tr.tableBody:nth-child(odd),
.dslcat-list tr.tableBody:nth-child(odd), 
.dslpm-list tr.tableBody:nth-child(odd) {
	background-color: #eee;
}

.gutscheine-list tr.tableBody.active {
	border-left: 5px solid greenyellow;
	color: green;
}

.gutscheine-list tr.tableBody.inactive {
	border-left: 5px solid red;
	color: red;
}

.tableHeader {
	background-color: #232332;
	color: #fff;
}

.deviceForm,
.gutscheinForm,
.catForm,
.pmForm {
	margin: 2em auto;
	max-width: 450px;
	padding: 1em;
}

.bounce {
	display: block;
	font-size: 3em;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}

.pp-curve {
	height: 10px;
	background-color: #fff;
}

.ce-column figure {
	margin: 0px;
	position: relative;
}

.ce-column figure .image-caption {
	padding: 0.6em 1em;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #565656;
	font-size: 0.85em;
	color: #fff;
}

.copyright {
	max-width: 1250px;
	margin: 0px auto;	
}

.footCol:nth-child(1) .article  {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.footCol:nth-child(2) .article {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;	
}

.footCol:nth-child(3) .article {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;	
}

.footCol:nth-child(4) .nav {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;	
}

.sep {
	border-top: 1px solid #cccccc;
	filter: alpha(opacity = 100);
	opacity: 1;
	margin: 1em auto;	
}

.seperator {
	text-align: center;
}

.seperator svg.triangleDown {
	-webkit-transform: translateY(-3px) scale(2, -1);
	transform: translateY(-3px) scale(2, -1);
	display: block;
	margin: 0px auto;
}

.copyright {
	font-size: medium;
	padding: 0 1em;
}

#toTop {
	position: fixed;
	padding: 1em;
	border: 1px solid #454545;
	background-color: #787878;
	color: #fff;
	bottom: 20px;
	right: 20px;
	z-index: 9;
	cursor: pointer;
	opacity: 0;
	border-radius: 4px;
}

#toTop.active {
	opacity: 1;
}

.slide-left {
	-webkit-animation: slide-left 1s ease-out;
	animation: slide-left 1s ease-out;
}

.slide-right {
	-webkit-animation: slide-right 1s ease-out;
	animation: slide-right 1s ease-out;
}

.slide-down {
	-webkit-animation: slide-down 1s ease-out;
	animation: slide-down 1s ease-out;
}

.slide-up {
	-webkit-animation: slide-up 1s ease-out;
	animation: slide-up 1s ease-out;
}

.fade-in {
	-webkit-animation: fade-in 1s ease-out;
	animation: fade-in 1s ease-out;
}

.typo3-messages {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 59px;
	text-align: center;
	pointer-events: none;
	margin: 0;
	padding: 0;
	-webkit-animation-name: bounceOut;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 600ms;
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;	
	animation-name: bounceOut;
	animation-delay: 2s;
	animation-duration: 600ms;
	animation-fill-mode: forwards;
	animation-iteration-count: 1;
	animation-timing-function: ease-in-out;
	z-index: 10;
}

@-webkit-keyframes bounceOut {
	0% {
		top: 0;
	}
	100% {
		top: -60px;
	}
}

@keyframes bounceOut {
	0% {
		top: 0;
	}
	100% {
		top: -60px;
	}
}

.alert {
    line-height: 59px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: bold;
	background-color: #fff;
}

.alert-info {
	background-color: green;
	color: #fff;
}

.alert-warning {
	background-color: orange;
	color: #000;
}

.alert-message {
    margin: 0;
}

.article.bewerbung {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	background-color: #fff;
}

.article.bewerbung #c40 {
	position: relative;
	padding: 3em 1em;	
}

.closeBewerbung {
	position: absolute;
	width: 100%;
	z-index: 100;
	text-align: right;
}

#closeBewerbung {
	padding: 20px;
	cursor: pointer;
	display: inline-block;
}

#closeBewerbung:hover {
	color: #cc0000;
}

.sortingWrap {
	position: fixed;
	right: -450px;
	top: 20%;
	padding: 2em;
	z-index: 5;
	background-color: #fff;
	display: -webkit-flex;
	-webkit-align-items: center;
	display: flex;
	align-items: center;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #000;
	border-radius: 0 0 0 4px;
	width: 100%;
	max-width: 450px;
	transition-duration: 600ms;
}

.sortingWrap.active {
	right: 0;
}

.sortingButton {
	font-size: 32px;
	padding: 0 10px;
	position: absolute;
	left: 0;
	top: -1px;
	transform: translateX(calc(-100% - 1px));
	padding: 1em 10px;
	background-color: #fff;
	border-width: 1px 0 1px 1px;
	border-style: solid;
	border-color: #000;
	border-radius: 4px 0 0 4px;
}

.sortingButton span {
	cursor: pointer;
	color: #000;
	transition: 500ms;
}

.sortingButton span.red {
	color: #ff0000;
}

.sortingWrap.active .sortingButton span,
.sortingButton span:hover {
	color: #ff0000;
}

.sortingWrap input[type=text],
.sortingWrap select {
	padding: 5px;
}

.sortingWrap .formfield button.submit {
	margin: 0 auto;
}

.sortingWrap .formfield {
	margin-bottom: 2em;
}

.sortingWrap .formfield:last-child {
	margin-bottom: 0;
}

.texteUID {
    position: absolute;
    top: 0px;
    left: 25%;
    width: 50%;
    text-align: center;
    transform: translateY(calc(-100% - 1px));
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #000;
	padding: 0px 10px;
	font-size: 10px;
	background-color: rgb(221, 221, 221);
	transition-duration: 500ms;
	display: flex;
	justify-content: center;
	align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: center;
	-webkit-align-items: center;	
	
}

.listing.texteUID {
	top: 1px;
}

.texteUID.selected {
	background-color: rgb(255, 20, 20);
}

.breakWrap {
	border: 1px solid #000;
	padding: 1em;
	background: #fff;
	border-radius: 4px;	
}

label.break {
	position: relative;
	top: 2px;
	left: 20px;
}

.breakWrap.hasEpisodes .flex > div {
	width: 49%;
	
}

.breakWrap.hasEpisodes .flex > div:nth-child(1) {
	margin-right: 1%;
}

.breakWrap.hasEpisodes .flex > div:nth-child(2) {
	margin-left: 1%;
}

#messageWrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 500;
	display: none;
}

#messageWrapper > div {
	padding: 1em;
}

#messageWrapper > div > span {
	color: #fff;
	cursor: pointer;
}

#messageWrapper > div > span:hover {
	color: #ff0000;
}

#messageWrapper.active {
	display: block;
}

#messageWrapper .message {
	background-color: #fff;
	padding: 2em;
	border: 2px solid #999;
	max-width: 500px;
	margin: 0px auto;
}

.isSenderRegel {
	font-size: 12px;
	color: red;
	text-align: right;
}
.isSenderRegel em {
	background: #fff;
	padding: 1px 15px;
	margin-right: 1em;
	border-style: solid;
	border-radius: 0 0 4px 4px;
	border-color: #333;
	border-width: 0 1px 1px 1px;
}

.action-side-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.action-side-menu li {
	position: relative;
}

.action-side-menu.level-1 {
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	overflow: hidden;
	border: 0px solid #000;
	transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.action-side-menu.level-1 span {
	
}

.action-side-menu li:hover > ul {
	left: 100%;
	top: 0;
	background-color: #fff;
	border: 1px solid #000;
	width: 60px;
}

.ui-widget.ui-widget-content {
	background-color: #ddd;
	padding: 0;
	border-radius: 0;
}

.ui-corner-all {
	border-radius: 0 !important;
}

#anzTexteForm {
	padding-top: 2em;
}

#anzTexte {
	background: #fff;
	color: #000;
}

#dialog-form {
	background-color: #fff;
	color: #000;
	overflow: hidden;
	border-color: #000;
	border-width: 0 1px 0 1px;
	border-style: solid;
	height: auto !important;
}

.ui-dialog-buttonset button {
	font-size: 12px !important;
}

.ui-widget-overlay {
	background-color: rgba(0,0,0,0.9) !important;
	opacity: 1 !important;
}

.ui-dialog .ui-dialog-buttonpane {
	margin-top: 0 !important;
	background-color: #323232;
}

.validateTips { 
	border: none; 
	padding: 0.3em; 
	font-size: 12px;
}

#dialog-form.hidden {
	display: none;
}

.statslist,
.kompakte_liste {
	border-collapse: collapse;
	border: 1px solid #000;
	font-size: 12px;
}
.statslist th,
.statslist td,
.kompakte_liste th,
.kompakte_liste td {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}

.kompakte_liste td.listcover {
	padding: 0;
}

.statslist .tr-header,
.kompakte_liste .tr-header {
	background-color: #454545;
	color: #fff;
}

.statslist .tr-header th {
	background-color: #eee;
}

.statslist .tr-header th,
.kompakte_liste .tr-header th {
	white-space: nowrap;
}

.statslist .tr-body td,
.statslist .tr-header th {
	text-align: right;
	vertical-align: middle;
}

.statslist .tr-body td.actions {
	vertical-align: top;
}

.listcover {
	position: relative;
}

.statscover img,
.listcover img {
	width: 160px;
	height: auto;
}

.statscover img {
	margin: 0px auto;
	display: none;
}

.statslist tr.more .statscover {
	text-align: center;
}

.statslist tr.more .statscover img {
	display: block;
}

.listcover .uid {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
	color: #000;
	z-index: 1;
}

.kompakte_liste .actions {
	white-space: nowrap;
}

.kompakte_liste .actions a {
	text-decoration: none;
	color: #666;
}

.kompakte_liste .actions a:hover {
	color: #000;
}

.kompakte_liste .tr-body:nth-child(even) {
	background-color: #eee;
}


.kompakte_liste .tr-body:nth-child(odd) {
	background-color: #fff;
}

.kompakte_liste .title a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

.listcover .infos {
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	padding: 5px;
}

.listcover .texte-anzanhl {
	float: none;
}


.kompakte_liste .tr-body {
	border-bottom: 1px solid #000;
}

.statslist {
	width: 95% !important; 
	margin: 4em auto !important;
	border: 1px solid #666;
}
/*
.statslist > .tr-body > td {
	border: 1px solid #000;
}

.statslist .listcover {
	width: 160px;
}

.statslist .listcover .title {
	padding: 10px;
	margin: 0;
}

.statslist .tr-body:hover {
	background-color: #343434;
	color: #fff;
}

.statslist .tr-body.more:hover {
	background-color: #ddd;
	color: #000;
}

.statslist .tr-body:hover table td {
	color: #fff;
}

.statslist .tr-body.more:hover table td {
	color: #000;
}

.tr-header2 {
	border-collapse: collapse;
	width: 100%;
	color: #fff;
	font-size: 0.8em;
}

.statslist .tr-header .tr-header2 .text-right {
	text-align: right;
}

.statslist .tr-body2 {
	width: 100%;
	border: none;
	font-size: 12px;
}

.statslist .tr-body2 td {
	text-align: center;
	color: #000;
}



*/

.statslist .actions span {
	cursor: pointer;
}

.statslist .actions span:hover {
	color: red;
}

.statslist .messageouts {
	width: 100%;
	font-size: 12px;
	border: 1px solid #000;
	display: none;
}

.statslist .tr-body.more .messageouts {
	display: table;
}

.statslist .tr-header .os {
	text-align: center;
}

.os-body,
.os-header {
	width: 100%;
}

.os-body td {
	width: 50%;
}

.tablesorter-default td {
	
}

.tablesorter-default table th,
.tablesorter-default table td {
	border-bottom: none;
}

.tablesorter-default .col50 {
	width: 50%;
}

.statslist .tr-body2 td.android,
.statslist .tr-body2 td.ios {
	padding: 0;
	width: 50px;
}

.statslist .tr-body2 td.android {
	text-align: right;
}

.statslist .tr-body2 td.ios {
	text-align: right;
}

#loopField.hidden {
	display: none;
}

.tooltip-wrapper{
	font-size:.8em;
	font-style:italic;
}

.tooltipheader {
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 8px 0;
}

/*.listFlag {
	width: auto;
	position: absolute;
	right: 8px;
	top: 7px;
	height: 30px;
	z-index: 1;
	border: 1px solid #343434;
	border-radius: 100%;
}*/


.listFlag {
	height: 16px;
	display: inline-block;
	margin-left: 5px;
}	
	
.pmListMessageWrap {
	height: 120px;
	overflow-y: scroll;
}

.pmListTitle {
	width: 250px;
}

section.videos {
	background-color: #333;
	margin: 100px auto;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,1);
}

.section.videos > div {
	display: -webkit-flex;
	-webkit-justify-content: center;
	display: flex;
	justify-content: center;
	padding: 50px 10px;	
}

.iframe {
	overflow: hidden;
	border: none;
}

iframe.ads {
	width: 480px;
	height: 270px;
}

.section.videos > div > .article {
	margin: 20px;
	border: 1px solid #fff;
}

#timeSetterOverlay {
	position: fixed;
	z-index: 100;
	left: 200%;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	padding: 50px 0;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	transition-duration: 600ms;
	transition-timing-function: ease-in-out;
}

#timeSetterOverlay.active {
	left: 0;
}

#timeSetterWrapper {
	max-width: 400px;
	margin: 0px auto;
}

.closeWrapper {
	text-align: right;
	margin-bottom: 1em;
}

#timeSetterClose {
	cursor: pointer;
}

#timeSetterClose:hover {
	color: red;
}

#timeSetter {
	margin-top: 1em;
}

.timeSetter {
	margin-bottom: 1em;
}

.zeitItemWrapper {
	position: relative;
}

.zeitItemWrapper span,
.coinsWrapper span,
.iterationWrapper span,
.durationWrapper span {
    position: absolute;
    right: 1px;
    cursor: pointer;
    background: #eee;
    height: calc(100% - 3px);
    padding: 0 10px;
    line-height: 43px;
    z-index: 0;
    border-radius: 4px;
    top: 1px;
}

.zeitItemWrapper span:hover,
.coinsWrapper span:hover,
.iterationWrapper span:hover,
.durationWrapper span:hover {
	background: #ddd;
}

.formfield .zeitItemWrapper input[type="text"] {
	font-size: 0.9em;
}

.formfield .zeitItemWrapper input[type="text"],
.formfield .coinsWrapper .coins,
#iteration {
	padding-right: 50px;
}

.coinsWrapper span:hover,
.coinsWrapper span {
    cursor: auto;
    background: #eee;	
}

#timesetterButton {
	width: 80%;
	border: 1px solid #454545;
	padding: 10px 1em;
	border-radius: 4px;
	margin-left: 10%;	
}

.article.gutschein {
	padding: 50px 2em;
	min-height: 250px;
	background: #232323;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.article.gutschein:before {
	box-shadow: 0 0 10px #000;
	content: '';
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	height: 10px;
	z-index: 5;
}

.article.gutschein strong {
	font-size: 1.4em;
}

.article.gutschein .gcode {
	font-size: 1.8em;
	letter-spacing: 10px; 
	transition-duration: 1.2s;
	transition-timing-function: ease-in-out;
}

.article.gutschein .gcode.animate {
	transform: rotateY(360deg);
}

.article.gutschein p {
	margin-top: 0;
}

.article.gutschein h3 {
	margin-bottom: 0;
}

#fbm-logo {
	display: inline;
	margin-left: 10px;
}

h4 em.subheader {
	font-size: 0.4em;
	display: block;
}

#standaloneAction {
	padding: 20px;
	text-align: right;
	background-color: #343434;
}

#standaloneAction label {
	color: #fff;
}

.standalones .cover-wrap,
.standaloneCtext {
	background-color: #e3e3e3;
	border: 1px solid #000;
	padding: 20px;
	border-radius: 10px;
	overflow: auto;
	height: 120px;
	max-height: 120px;
}

.standalones input[readonly] {
	background-color: #e3e3e3;
}

.standalones .cover-wrap .backlink {
	pointer-events: none;
	opacity: 0;
}

.standalones .actionsctiptActions {
	display: none;
}

.zeitWrapper {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #000;
	padding: 10px;
}

.zeitWrapper .red {
	font-size: 0.8em;
}

.zeitWrapper .flex {
	justify-content: space-between;
}

.zeitWrapper .flex > div {
	width: 49%;
}

.setNewPassword,
.forgot-password,
.userConfirmationOk {
	padding: 20px;
	color: #000;
	background-color: #eee;
	border: 3px solid rgb(6, 94, 132);
	border-radius: 10px;
	margin: 50px auto;
	max-width: 450px;
}

.tx-coins {
	
}

.languageTopList {
	justify-content: center;
	-webkit-justify-content: center;
	list-style: none;
	padding: 0;
	margin: 1em 0;
}

.languageTopList li {
	margin: 0 1em;
}

.languageTopList li img {
	cursor: pointer;
	filter: grayscale(1);
	transition-duration: 500ms;
}

.languageTopList li img.current,
.languageTopList li img:hover {
	filter: grayscale(0);
}

.languageTopList li img.current {
	box-shadow: 0 0 7px #000;
}
