* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	background-color: #2D343A;
	color: #333;
	margin: 0;
}
a {
	text-decoration: none;
	outline: none;
	color: #3c3d3f;
}
a:hover {
	color: #b7202f;
	text-decoration: none;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	border: none;
}
input, select, textarea {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #000;
}
iframe {
	max-width: 100%;
	border: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clr, .cl, .clear {
	clear: both;
}
input, select, textarea, button {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #333;
}
.clearfix:after {
	clear: both;
	display: block;
	visibility: hidden;
	content: "";
}
textarea {
	resize: none;
	min-height: 82px;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}

.impressum-text{
color: white;
text-align: center;
}

.imp{
color:white;
}

a.imp{
color:white;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
	border: 1px solid #dddddd;
	background: #fff;
	padding: 0 13px;
	box-shadow: none;
	height: 49px;
	max-width: 100%;
	border-radius: 0px;
	width: 100%;
}
input[type="search"] {
	-webkit-appearance: none;
}
textarea {
	line-height: normal;
	padding: 9px;
	width: 100%;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
	border-color: #0EB1FE;
	background: #f9f9f9;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
select {
	border: 1px solid #dddddd;
	background: #fff;
	max-width: 100%;
	border-radius: 3px;
	padding: 15px 13px;
}
input[type="image"], input[type="submit"], input[type="button"], button {
	background: #f1592a;
	border: medium none;
	border-radius: 0px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 0px 23px;
	text-transform: uppercase;
	height: 40px;
	transition: all 0.3s ease-in-out 0s;
	font-weight: bold;
	appearance: normal;
	-webkit-appearance: none;
	max-width: 100%;
}
input[type="image"]:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background-color: #555;
}
input[type="image"]:active, input[type="submit"]:active, input[type="button"]:active, button:active {
	box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.2);
}
.wrapper {
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1240px;/*1140px*/
}
.site-header {
	padding: 50px 0;
}
.logo-option {
	margin: auto;
	text-align: center;
	width: 450px;
}
.home-page {
	padding: 0 50px
}
.main-category-boxes {
	margin: 0 -5px;
	display: table;
	width: 100%;
}
.main-category-inner {
	display: table-cell;
	width: auto;
	vertical-align: bottom;
	padding: 0 5px;
	position: relative;
	text-align:center;
}
.main-category-inner span {
	font-size: 18px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 15px 0 0 0;
	text-transform: uppercase;
	font-weight: 700;
}
.category-menu-item {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
	z-index: 1;
	top: 100%;
	margin-top: -20px;
	left: 0;
	right: 0;
}
.category-menu-item:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fff transparent;
	content: "";
	position: absolute;
	top: -10px;
	left: 20px;
}
.category-menu-item a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.category-menu-item a:hover {
	background-color: #ddd
}
.footer-link-login {
	margin-top: 50px;
	margin-bottom: 70px;
	text-align: right;
	padding: 0 100px;
}
.footer-link-login a {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: 500;
}
.category-indetail {
	margin: 0 -10px;
}
.category-bx-final {
	width: 16.66%;
	float: left;
	padding: 0 10px;
}
.white-popup-block {
	max-width: 600px;
	margin: auto;
	background-color: #fff;
	padding: 20px;
	position: relative;
}
#login-form .form-group {
	margin-bottom: 20px;
}
#login-form .form-group label {
	font-weight: 600;
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
}
#login-form .form-group input {
	height: 40px;
	font-size: 16px;
}
#login-form button {
	text-align: center;
	display: block;
	margin: auto;
	background: #2d343a;
	font-size: 18px;
	color: #fff;
}
.category-bx-final span {
	font-size: 15px;
	color: #fff;
	text-align: center;
	display: block;
	margin: 5px;
0 7.5px 0;
	text-transform: capitalize;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 10px;
}
.category-bx-final a {
	display: block;
}
.category-bx-final:nth-child(n+7) {
	margin-top: 20px;
}
button.mfp-close:hover, button.mfp-arrow:hover {
	background: none;
}
/* The Modal (background) */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background-color: black;
}
/* Modal Content */
.modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: 80%;
	max-width: 1200px;
	background:none;
}
.category-big-img {
	position: relative;
	background-color: #000;
	float: left;
	width: 50%;
	text-align: center;
}
.category-big-img:before {
	content: '';
	display: block;
	height: 100%;
	vertical-align: middle;
}
/* The Close Button */
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	opacity:1;
}
.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}
.mySlides {
	display: none;
	text-align: center;
	position:relative;
	padding-bottom: 7px;
	height:760px;
	vertical-align:middle;
}
.mySlides .image-name {
	position: absolute;
	color: #fff;
	right: -520px;
	width: 500px;
	top: 645px;
  font-size: 21px;
  font-weight: bold;
}
.cursor {
	cursor: pointer
}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	width: auto;
	padding: 16px;
	color: #000;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 3px;
	user-select: none;
	-webkit-user-select: none;
	background-color: #fff;
}
.prev {
	bottom:0px;
	left:50%;
	margin-left:-100px;
}
/* Position the "next button" to the right */
.next {
	bottom:0px;
	right:50%;
	margin-right:-1	0px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	color: #000;
}
/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}
img {
	margin-bottom: -4px;
}
.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}
.demo {
	opacity: 0.6;
}
.active, .demo:hover {
	opacity: 1;
}
img.hover-shadow {
	transition: 0.3s
}
.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}
.thumbnails-box .column {
	display: inline-block;
	width: 16.666667%;
	margin-left: -3px;
}
.add-up-de {
	background-color: #fff;
	padding: 10px;
	font-size: 15px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 105;
	box-shadow: 0 2px 5px rgba(0,0,0,.26);
}
.add-up-de a {
	height: 40px;
	width: 40px;
	display: inline-block;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
}
.add-up-de a.insert-if {
	background-image: url(../images/upload.png);
}
.add-up-de a.update-if {
	background-image: url(../images/refresh.png);
}
.add-up-de a.delet-if {
	background-image: url(../images/rubbish-bin.png);
}



.book_actions, .page_actions {
	background-color: #fff;
	padding: 5px;
	font-size: 15px;
	position: absolute;
	left: 5px;
	top: 5px;
	z-index: 105;
	box-shadow: 0 2px 5px rgba(0,0,0,.26);
	display: none;
	-webkit-transition: ease-out 0.4s;
	-moz-transition: ease-out 0.4s;
	transition: ease-out 0.4s;
}


.book_actions a, .page_actions a {
	height: 40px;
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e5e5e5;
	display: block;
}

.book_actions a.insert-if, .page_actions a.insert-if {
	background-image: url(../images/upload.png);
}
.book_actions a.update-if, .page_actions a.update-if  {
	background-image: url(../images/refresh.png);
}
.book_actions a.delet-if, .page_actions a.delet-if {
	background-image: url(../images/rubbish-bin.png);
}

.page_actions a.sort_up,
.book_actions a.sort_up{
	background-image: url(../images/prev.png);
	background-size: contain;
	background-position-x: -8px;
}

.page_actions a.sort_down,
.book_actions a.sort_down{
	background-image: url(../images/next.png);
	background-size: contain;
	background-position-x: 8px;
}

.category_insgd554:hover .book_actions {
	display: block;
	position: absolute;
	top:0px;
}
.thumb4sd_b:hover .page_actions
{
	display: block;
}


.open_zoom {
	display: inline-block;
}

.thumb4sd_b {
	display: inline-block;
	margin-right: 0;
	position: relative;
	height: 140px;
	line-height: 140px;
	text-align: center;
}

.thumb4sd_b img {
	max-height: 100%;
	vertical-align: middle;
	max-width: 100%;
}


.thumb4sd_b strong {
	display: block;
	line-height: 1;
	font-size: 14px;
	padding: 0 20px;
	margin-top: 10px;
	color: #fff;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}


.inputDnD .form-control-file {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 6em;
	outline: none;
	visibility: hidden;
	cursor: pointer;
	background-color: #c61c23;
	-webkit-box-shadow: 0 0 5px solid currentColor;
	box-shadow: 0 0 5px solid currentColor;
}
.inputDnD .form-control-file:before {
	content: attr(data-title);
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 100%;
	/*min-height: 6em;*/
	line-height: 2em;
	padding: 1.5em 0;
	opacity: 1;
	visibility: visible;
	text-align: center;
	border: 0.25em dashed currentColor;
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
	overflow: hidden;
}
.inputDnD .form-control-file:hover:before {
	border-style: solid;
	-webkit-box-shadow: inset 0px 0px 0px 0.25em currentColor;
	box-shadow: inset 0px 0px 0px 0.25em currentColor;
}
.overlay_dropdown {
	background: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	position: fixed;
	text-align: center;
	display: none;
}
.overlay_dropdown input#photoimg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.upload-area {
	max-width: 700px;
	height: 400px;
	margin: 60px auto 0;
	text-align: center;
	overflow: auto;
	background-color: #fff;
	padding: 20px;
}
.upload-area:hover {
	cursor: pointer;
}
.upload-area h1 {
	text-align: center;
	font-weight: normal;
	font-family: sans-serif;
	line-height: 50px;
	color: darkslategray;
}
#file {
	display: none;
}
/* Thumbnail */
.thumbnail {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	float: none;
	max-width: 30%;
	margin: 0 auto;
}
.size {
	font-size: 12px;
}
.category_insgd554 {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	height: 170px;
	line-height: 150px;
}
.category_insgd554 img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.thubasfd_asf4 {
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-top:20px;
}
.thumb4sd {
	width: 20%;
	display: inline-block;
	margin-right: 0;
	position: relative;
	height: 140px;
	line-height:140px;
	text-align: center;
}
.thumb4sd img {
	max-height:100%;
	vertical-align:middle;
	max-width: 100%;
}
.thumb4sd strong {
	display: block;
	line-height:1;
	font-size: 14px;
	padding: 0 20px;
	margin-top: 10px;
	color: #fff;
	font-weight: normal;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
.mySlides:after {
	position: absolute;
    top: 50%;
    right: -100%;
    border: 1px solid #e5e5e5;
    left: 100%;
    bottom: 0px;
    height: 500px;
    width: 500px;
    content: "";
    margin-top: -250px;
    margin-left: 19px;
}
/*.zoom_show .controls-category-img .next,.zoom_show .mySlides:after {
	display: none;
}*/

.progress {
    display: block;
    text-align: center;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s linear;
}
.progress.hide {
    opacity: 0;
    transition: opacity 1.3s;
}
.upload_stayu{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	width:100%;
}
.count_per {
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    display: block;
}
.category-big-img.without_gallery{width:auto;margin:auto;float:none;}
.category-big-img.without_gallery .mySlides:after{display:none;}
.tab-content>.active{display:table-cell;}

.lb-outerContainer{
	width: 600px!important;
    height: auto!important;
}
.lightbox .lb-image{
	width: 100%!important;
    height: auto!important;
}
