body {
	padding-top:80px;
	background:url('../img/crossword.png');
}

.clear {
    clear:both;
}


.logo-boyens {
    background: url("../img/logo_boyens_small.png") no-repeat bottom;
    width:25px;
    height:15px;
    display:inline-block;
}

/* Login */

.login-screen{
  	background-color: #eee;
    padding: 10px;
	width: 400px;
  	margin: 0 auto;
    border-radius: 5px;
    margin-top: 50px;
    box-shadow: 0 0 50px #999;
}
  
h2.loginTitel {
	text-align: center;
    margin-top: 0px;
    color:#666;
    font-size:42px;
    padding:20px;
}
  
.pass{
	margin-top: 10px;
}

/* Ticker-Eintrag */
.ticker-eintrag:nth-child(odd) {
    background-color: #f7f7f7;
}

.ticker-eintrag:nth-child(even) {
    background-color: #fff;
}


.ticker-eintrag {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

/* Meta-Zeile*/
.inhaltsspalte-meta {
	margin-bottom: 10px;
}

.quelleninfo {
	text-align: center;
}


.inhaltsspalte-text iframe, .ticker-eintrag iframe{
	width:100%!important;
}

/* Rte */

button.note-btn.btn.btn-default.btn-sm {
    width: 60px !important;
    height: 60px !important;
}


/* Meta-Spalte */


/* Inhalts-Spalte */

.inhaltsspalte_zeit {
    font-weight:bold;
}

.inhaltsspalte_bild {
    text-align: center;
}

.inhaltsspalte img {
    max-width: 100%;
    background:#fff;
    margin: 5px 0;
}

/* Inhalt Add */
.erstelle_eintrag {
	padding: 0;
	border:1px solid #ddd;
	margin-bottom:10px;
	background:#fff;
}

.text-add-simple {
	border:0;
	resize:none;
	box-shadow:0 !important;
	width:100%;
	height: 75px;
	padding: 5px 5px 15px 5px;
	appearance: none;
}

.text-add-simple:focus {
	box-shadow:0;
	border-radius:0;
	appearance: none;
	outline:0 none transparent;
}

.add-foto-gal {
	margin:  10px 0;
	background:#fff;
	padding-bottom: 10px;
}

.add-foto-gal img {
	max-height:71px;
}

.deletelink {
	border:2px solid #ccc;
	display:inline-block;
}

.deletelink:hover {
	border:2px solid #666;
}

button#imageUpload {
	border:2px dashed #ccc;
	height:75px;
	width:75px;
	background:#fff;
	color:#ccc;
	font-size:24px;
	position:relative;
	top:4px;
}

button#imageUpload:hover {
	border:2px dashed #666;
	color:#666;
	
}

.formbar {
	background: #f7f7f7;
	padding:5px;
}

.formbar button {
	background: #999;
	color:#fff;
	padding: 9px 10px;
	width:77px;
	
}

.formbar button:hover {
	background: #666;
	color:#fff;
}

/* SocialMedia Suche */

.socialMedia-suche {
	background:#fff;
	padding-top:10px;
	border:1px solid #ddd;
	border-top:0;
	margin-bottom:10px;
	margin-left:-15px;
	margin-right:-15px;
}

.socialMedia-suchliste {
	height:800px;
	overflow-y:scroll;
}

.socialMedia-suchliste-eintrag {
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.socialMedia-suchliste-eintrag:nth-child(odd) {
    background-color: #f7f7f7;
}

.socialMedia-suchliste-eintrag:nth-child(even) {
    background-color: #fff;
}

.socialMedia-suchliste-eintrag:hover {
	background: #ddd;
	cursor: pointer;
}

.socialMedia-suchliste-eintrag-meta {
	text-align: left;
}

.profilbild img {
	border:1px solid #ddd;
	width:40px;
}

.socialMedia-suchliste-eintrag-text {
	padding: 10px 15px;
}

.socialMedia-suchliste-eintrag-text img {
	max-width:100%;
	margin-bottom:10px;
}

/* Table */
.themen-auswahl {
	background: #fff;
}

/* Table-Timeline */
.such-block {
	margin: 10px 0 40px 0;
}

.createTimelineLink {
	text-align: center;
	padding: 0 !important;
}

.timelineaddButton {
	display:block;
	width:100%;
	padding: 10px 0;
	background:#fff;
	border:0;
}

.timelineaddButton:hover {
	background: #f7f7f7;
	text-decoration: none;
}

#usermessageCount
{
	background-color:#337ab7;
	padding:1px 6px;
	color:white;
	font-weight:bold;
	border-radius:7px;
	height:10px;
}

