/* Styling regioFrame 26.08.2020 */


/* ALLGEMEIN */
body {
	background: rgb(27, 27, 27);
	background: radial-gradient(circle, rgba(27, 27, 27, 1) 0%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 1) 100%);
	margin: 0px;
	padding: 0px;
}

a {
	color: #fff !important;
	text-decoration: none !important;
}

h2 {
	color: #fff;
	margin-bottom: 20px !important;
}


.login {
	margin-top: 45%;
}

a.green-btn {
	background-color: #2A2A2A;
	color: #fff;
	padding: 7px;
	border-radius: 20px;
	width: max-content;
	padding-left: 10px;
	padding-right: 14px;
}

a.green-btn:hover {
	background-color: #393737;
}


input {
	background-color: #fff;
	padding: 10px;
	border: 0px;
	margin-bottom: 10px !important;
	border-top-color: currentcolor;
	border-top-style: none;
	border-top-width: 0px;
	border-right-color: currentcolor;
	border-right-style: none;
	border-right-width: 0px;
	border-bottom-color: currentcolor;
	border-bottom-style: none;
	border-bottom-width: 0px;
	border-left-color: currentcolor;
	border-left-style: none;
	border-left-width: 0px;
	font-size: 18px;
	color: #000;
	border-color: #20212a;
	border-style: solid;
	border-width: 0px;
	width: 100%;
	border-radius: 3px;
}


.logo {
	width: 100%;
	text-align: center;
	margin-bottom: 25px;

}

.logo:hover {
	animation: wiggle 2s linear infinite;
}

.logo img {
	width: 70%;
}

/* Keyframes */
@keyframes wiggle {

	0%,
	7% {
		transform: rotateZ(0);
	}

	15% {
		transform: rotateZ(-15deg);
	}

	20% {
		transform: rotateZ(10deg);
	}

	25% {
		transform: rotateZ(-10deg);
	}

	30% {
		transform: rotateZ(6deg);
	}

	35% {
		transform: rotateZ(-4deg);
	}

	40%,
	100% {
		transform: rotateZ(0);
	}
}

.grey1 {
	background-color: #2A2A2A;
	color: #fff;
}

ul.navigation {
	margin: 0px;
	padding: 0px;
}

ul.navigation li {
	margin: 0px;
	padding: 0px;
	background-color: #2A2A2A;
	list-style: none;
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
	color: #fff;
}

ul.navigation li:hover {
	background-color: #393737;
}

ul.navigation li a {
	display: block;
}

.nav-container {
	padding: 20px 0 20px 0;
}

.content {
	padding-top: 20px;
}

.table-striped {
	margin-top: 20px;
}

.btn-primary {
	background-color: #393737 !important;
	border-color: #393737 !important;
}

.navbar-toggler {
	width: 100% !important;
}

.bg-dark {
	background-color: #000 !important;
}

.navbar {
	background-color: #000 !important;
}

label {
	color: #fff;
}


.dia-box img {
	width: 100%;
}

textarea {
	width: 100%;
}

form {
	width: 100%;
}

.custom-control-label {
	color: #fff;
}

.alert-secondary {
	background-color: #1a1a1a !important;
	border: none !important;
	color: #fff !important;
}

.system b {
	color: #fff;
}

.system {
	background-color: #2A2A2A;
	border-radius: 3px;
	padding: 10px;
	text-align: center;
	margin: 5px;
}

.fas {
	color: #fff;
}

li.ui-state-default select {
	width: 100%;
}



/* DIASHOW SORT */

#sortable {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul#sortable {
	float: left;
	width: 100%;
}

#sortable li {
	margin: 10px 10px 10px 0;
	padding: 1px;
	float: left;
	border: 0;
	background: none;
}

#sortable li img {
	width: 150px;
	height: 120px;
	border: solid;
	border-width: 3px;
	border-color: #fff;
	border-radius: 3px;
	margin-bottom: 10px;
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#sortable li img:hover {
	opacity: .5;
}

.halfbtn {
	width: 50%;
	float: left;
	font-size: 11px !important;
}

#diashowtime {
	display: none;
}



/* RESPONSIVE */

@media screen and (max-width: 400px) {
	.desktop {
		display: none;
	}

	#sortable li {
		margin: 0px;
		margin-bottom: 20px;
	}

	.logo {
		margin-bottom: 0px;
	}

	.container {
		padding: 0px 5px 0px 5px !important;
	}

}

@media screen and (min-width: 400px) {
	.mobile {
		display: none;
	}


}

.btred {
	background-color: red !important;

}

.copyright {
	font-size: 12px;
	width: 100%;
	text-align: center;
	color: grey;
}

.thumbnail-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.thumbnail-item {
	border: 1px solid #ccc;
	padding: 15px;
	text-align: center;
	width: 200px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.thumbnail-item img {
	max-width: 100%;
	border-radius: 4px;
}

.thumbnail-item button {
	background-color: #f44336;
	color: white;
	border: none;
	padding: 10px 15px;
	margin-top: 10px;
	cursor: pointer;
	border-radius: 4px;
}

.thumbnail-item select {
	margin-top: 10px;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
	width: 100%;
}

.thumbnail-item button:hover {
	background-color: #d32f2f;
}