#edit-article div,
div#settings {
	text-align: left;
}

form {
	text-align: left;
}

td.content h1 {
	text-align: left;
	margin-top: 2rem;
	margin-bottom: 0.5rem;
}

td.content div.form-group {
	text-align: left;
}

div#settings h6 {
	font-size: 14px;
	font-weight: 700;
}
.responsive-tabs__panel .alert {
	margin-top: 10px;
}
#backBlack {
	left: 0; 
	top: 0;
	position: fixed; 
	width: 100%; 
	height: 100%; 
	background-color: black; 
	opacity: 0.7;
}
#popup {
	position: fixed; 
	width: 50%; 
	height: 50%; 
	left: 25%; 
	top:25%; 
	z-index:1000;
	background-color: white;
	border-radius: 2px;
	padding: 10px;
	text-align: left;
}
h1 {
	margin-top: 0;
	font-size: 20px;
}
/*.templates input[type="radio"] {
    display: none;
}
.templates input[type="radio"] + img{
    border: 2px solid transparent;
} 
.templates input[type="radio"]:checked + img{
    border: 2px solid #2f2f2f;
}*/

.table {
	text-align: left;
}


/* article templates main configuration */
.dropnews-list-article {
	width: 100%;
	height: auto;
	padding: 0  10px 10px 10px;
}
.dropnews-title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dropnews-subtitle {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
}
.dropnews-image {
	vertical-align: top;
	width: 100%;
	display: inline-block;
}
.dropnews-image img {
	width: 100%;
}
.dropnews-left {
	width: 49%;
	vertical-align: top;
	display: inline-block;
}
.dropnews-right {
	width: 49%;
	vertical-align: top;
	display: inline-block;
}

.dropnews-select-template {
	background-color: #f6f6f6;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 5px 5px 0 5px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #ededed;
	min-height: 130px;
}
.dropnews-select-template img {
	width: 100px;
	margin-top: 5px;
}
.dropnews-select-template > div > div {
	display: inline-block;
	width: 15%;
	margin-right: 15px;
}
.dropnews-categories {
	padding: 15px;
	margin-bottom: 15px;
}
.dropnews-categories .form-group {
	margin-bottom: 5px;
}
.dropnews-dates {
	margin-bottom: 15px;
	
}
.form-group > label > span {
	position: relative;
	top: -6px;
	left: 8px;
}
.form-group > input.form-control.dropnews-title {
	font-weight: bold;
}
.bootstrap-tagsinput {
	margin-bottom: 0;
}



#edit-article .thumbnail {
	margin-left: 0;
}
#edit-article .thumbnail > .caption {
	position: absolute;
	top: 0;
	left: 200px;
}



.ws-popover-opener {
	background-color: transparent;
	font-size: 14px;
}

/* Template 1 */
.dropnews-list-article-1 {

}
/* Ende Template 1 */


/* Template 2 */
.dropnews-list-article-2 {

}
/* Ende Template 2 */

/* Template 3 */
.dropnews-list-article-3 {

}
/* Ende Template 3 */

/* Template 4 */
.dropnews-list-article-4 {

}
/* Ende Template 4 */

/* Template 5 */
.dropnews-list-article-5 {

}
/* Ende Template 5 */

/* Template 6 */
.dropnews-list-article-6 {
	
}
/* Ende Template 6 */

/* Template 7 */
.dropnews-list-article-7 {

}
/* Ende Template 7 */

/* Template 8 */
.dropnews-list-article-8 {

}
/* Ende Template 8 */

/* Template 9 */
.dropnews-list-article-9 {

}
/* Ende Template 9 */

.navigation {
	padding: 5px 14px 5px 14px;
}
.navigation .search-icon {
	width: 16px;
	position: relative;
	top: -8px;
	left: 5px;
}
.navigation-date-selector {
	text-align: right;
}
.navigation_buttons div {
	padding: 5px;
	text-align: center;
}
.navigation_buttons div img {
	text-align: center;
}





/* Category Templates */

/* 1 Spalte */
.dropnews-main.template-1 .dropnews-list-article {
	width: 100%;
}

/* 2 Spalte */
.dropnews-main.template-2 .dropnews-list-article {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.dropnews-main.template-2 .dropnews-list-article:first-of-type {
	margin-right: 4%;
}


/* 3 Spalte */
.dropnews-main.template-3 .dropnews-list-article {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

/* 3 Spalte */
.dropnews-main.template-4 .dropnews-list-article {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.dropnews-list-article {
	margin-top: 5px;
}
/* End Category Templates */


.dropnews-more {
	margin-top: 10px;
}

.dropnews-back > a.btn > span,
.dropnews-forward > a.btn > span {
	white-space: normal;
}
.dropnews-counter {
	display: inline-block;
	border: 1px solid #999;
	border-radius: 13px;
	padding: 2px 5px;
	margin-left: 5px;
	min-width: 26px;
	height: 26px;
	text-align: center;
	background-color: #3366cc;
	color: #fff;
}

video {
	max-width: 100%;
}

#search-field-date { height: 28px; width:100%; }
.ws-inputreplace { height: 28px; }
.news-image-list {
	width: 160px;
	height: auto;
	max-width: 160px;
	max-height: 160px;
	border: 2px solid #ddd;
}

.add-article {
	text-align: left;
	height: 40px;
	margin-top: 10px;
}
.add-article a {
	font-size: 14px;
}

.dropapp-modal-delete {
	cursor: pointer;
}




/* iPhone und co.: wenn kleiner als 620 Pixel, dann Navi Bilder 2 spaltig */
@media screen and (max-device-width: 320px), screen and (max-width: 640px) {
	.dropnews-title {
		font-size: 16px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.dropnews-subtitle {
		font-size: 14px;
		font-weight: normal;
		margin-bottom: 5px;
	}
	.dropnews-image {
		vertical-align: top;
		width: 100%;
		display: inline-block;
	}
	.dropnews-image img {
		width: 100%;
	}
	.dropnews-left {
		width: 100%;
		vertical-align: top;
		display: inline-block;
	}
	.dropnews-right {
		width: 100%;
		vertical-align: top;
		display: inline-block;
	}
	.dropnews-select-template img {
		width: 70px;
	}
}