/* //////////////////////////////////////////////////////
Weisse Kacheln 
//////////////////////////////////////////////////////// */


/* //////////////////////////////////////////////////////
Styles Definitionen 
//////////////////////////////////////////////////////// */

.tile {
	background-color:#fff;
	color:#000;
	box-sizing:border-box;
}
.tile a { 
	color: #333;
}

.slideshow .tile,
.column40 .slideshow .tile, 
.column60 .slideshow .tile,
.column .slideshow .tile {
    box-shadow: none;
    margin: 0;
    padding: 0;
    border:0;
}

/* special treat fuer banner, chat und social stream */
#ebanner_frame {
	background: #ce7d7d;
	color:#fff;
} 
#ebanner_frame.tile a {
	color:#fff;
} 


div[type="list"] .tile .connect .flypiconConnect {
	color: #fff;
}

/* weisse bg fläche unter */
body.classicSignage_1-2-3 .kachel.tile .transparent_postcard,
.kachel.tile .transparent_postcard {
	background:transparent;
	padding-left: 0;
	width: calc(100% - 20px);
}

body.classicSignage_1-2-3 .kachel.tile .transparent_postcard .info,
.kachel.tile .transparent_postcard .headline,
.kachel.tile .transparent_postcard .info {
	background:#fff;
	display:inline-block;
	width: auto;
	padding-left: 20px;
	padding-right: 5px;
	margin-top:0;
}
body.classicSignage_1-2-3  .frame-3 .kachel.tile .transparent_postcard .info,
body.classicSignage_1-2-3  .frame-4 .kachel.tile .transparent_postcard .info,
body.classicSignage_1-2-3  .frame-5 .kachel.tile .transparent_postcard .info {
	width:auto;
}

.kachel.tile .transparent_postcard .text {
	background:#fff;
	display:inline-block;
	width: calc(100% - 26px);
	padding: 3px 5px 3px 20px;
	padding-right: 5px;
	margin-bottom: 1px;
}

.tile .linkLayout .flypicon {
	font-size: 19px;
	padding-top:2px;
}


/* Abstand fuer die Tiles im Listenclient ----------------*/
.column40 .tile, 
.column60 .tile, 
.column .tile {
    margin: 20px 10px 0 10px;
}
.listCommentsContainer {
	margin:0 10px;
}



/* Das Service Icon steht links und die Breiten werden angepasst*/

/* 
.tile .transparent_postcard .info {
    position: relative;
    bottom: 0px;
    left: 0;
    width: 100%;
}
 */
.serviceicon {
	left: 0;
	bottom:9px;
}
.social .serviceicon {
	left: 0;
	bottom:0px;
}

.kachel.tile .transparent_postcard .serviceicon {
    left: 20px;
    bottom:9px;
}
body.classicSignage_1-2-3 .kachel.tile .transparent_postcard .serviceicon {
    left: 12px;
}
.tile .transparent_postcard .infoblock {
    margin-left: 27px;
}
body.classicSignage_1-2-3 .tile .transparent_postcard .infoblock {
    margin-left: 19px;
}

.infoblock {
    margin-left: 29px;
}
/* die retweet Funktionialität von twitter wird unsichtbar gemacht.*/
#twac {
	display:none;
}

.kachel .tilecontent .userImageContainer {
    height: 30px;
    width: 30px;
    border-radius: 15px;
    float: right;
    overflow: hidden;
    border: 1px solid white;
    bottom:0;
    position: absolute;
    right: 20px;
    bottom: 13px;
    z-index: 1;
}	
body[type="kachel"] .kachel .tilecontent .userImageContainer,
body[type="kachel"] .list .tilecontent .userImageContainer {
    display:block;
}


.reiterkarte,
.reiterkarte.cptr.clickable {
	background: #007fa8; /* originalfarbe + 0.15 schwarz*/
	color:#fff;
}
.reiterkarte.cptr {
  background: #9fbcc7; 
  color:#fff;
}


/* //////////////////////////////////////////////////////
Struktur Elemente der FlypSite
//////////////////////////////////////////////////////// */


/* Aufbau der FlypSite----------------------------------*/
.ownerbody, 
#lightBorder  {background-color: #9fbcc7;}
.black_overlay { background-color: #000;}	

body.mobile #tetris {background-color:transparent;}
body.mobile #tetris .tile, 
body.mobile #matrix .frame{margin: 10px 0 0 0;}

/* Menubar und Social Icons-----------------------------*/
#menubar {background: #b84747;} 
#menubar a { opacity:0.9 }
#menubarLinks a:hover, 
.twoStepSocial:hover { opacity:0.8; }

/* Kommentareingabe Chatbox und ChatNamenseingabe -------------------------------*/
#chatboxdummy, 
#loginPopup div:nth-child(2) {
	background-color: #b5bd2d; /* originalfarbe + 0.15 schwarz*/
	border-color:transparent;
	color:#fff;
} 
.ownerbody textarea,
.ownerbody input[type="text"] { color: #000; }
.ownerbody input[type="submit"] { color: #fff; background: #000; }

/*BG-Farben fuer die TDs der Form Felder---------------------*/
.eLCommentsFormContainer #messageCommentForm td:first-child, 
#chatboxdummy td:first-child  {
	background-color: #fff;
	border-color:#fff; }
.eLCommentsFormContainer #messageCommentForm td:last-child, 
#chatboxdummy td:last-child {
	background-color: #000; }



/* Powered by FlypSite ----------------------------------*/
#poweredByFlypSite {
  background-color: #007fa8; /* originalfarbe + 0.15 schwarz*/
}


/* //////////////////////////////////////////////////////
Alle Elemente mit der Haupt-Schmuckfarbe
//////////////////////////////////////////////////////// */


/* -----------------------------------------------------
Kommentarecke nicht-/anzeigen - screen/touch
hier wird ein Verlauf mit einem transparenten BG bild 
gleichzeitig angewendet. Über den Verlauf hat man Einfluss
auf die Farbe.
--------------------------------------------------------*/
.tile .theComment { color: #fff; }

/*mit hover listicon auf orange anzeigen-----------------*/
#esocial_frame .theComment { 
background-image: linear-gradient(45deg, rgba(184,71,71,0) 0%,rgba(184,71,71,0) 49.9%,rgba(184,71,71,1) 50%,rgba(184,71,71,1) 100%); }

/*mit hover plusicon auf orange anzeigen------------------*/
.tile .nocomment { 
background-image: linear-gradient(45deg, rgba(184,71,71,0) 0%,rgba(184,71,71,0) 49.9%,rgba(184,71,71,1) 50%,rgba(184,71,71,1) 100%); }

/*wenn Kommentare da sind wird die orangene Ecke immer angezeigt*/
.tile .commentcount { 
background-image: linear-gradient(45deg, rgba(184,71,71,0) 0%,rgba(184,71,71,0) 49.9%,rgba(184,71,71,1) 50%,rgba(184,71,71,1) 100%); }


.tile .theComment { 
background-image: linear-gradient(45deg, rgba(184,71,71,0) 0%,rgba(184,71,71,0) 49.9%,rgba(184,71,71,1) 50%,rgba(184,71,71,1) 100%);
color: #fff; }

/* KachelKommentare -  Anzahl im Listenclient--------------*/
.eLCommentCount { background-color: #b84747; color: #fff; }


/* overlayCloseButton BGcolor------------------------------*/
#overlayCloseButton { background-color: #b84747; }  


/* Play Video in Kachel------------------------------------*/ 
.playVideoKachel,
.double-bounce1, 
.double-bounce2 { color: #b84747; }


/* scroll to top - Button ---------------------------------*/
#scrollToTopBtn { background: #b84747; }
#scrollToTopBtn:before { border-color: transparent transparent #fff transparent; }
#scrollToTopBtn:hover {	background: #b84747; }


/* Pollfarben ---------------------------------------------*/ 
.pollEnabled { background-color:rgba(159,188,199,0.3); }
.pollDisabled { background-color:rgba(159,188,199,0.2); }
.pollHilite { background-color: #b84747; color:#fff; }





/* VideoButton fuer NEUE Events mit Video--------------*/ 
#videoBtn,
#videoBtn[state="closed"]:hover,
#videoBtn[state="open"]:hover { color: #fff; }
#videoBtn[state="closed"]:before { content: "Video einblenden"; }
#videoBtn[state="open"]:before { content: "Video ausblenden"; }





