@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * https://opensource.org/licenses/MIT
 */



.font-awesome .fa{
  font-family: "Font Awesome 5 Free", Open Sans;
  font-weight:501;
}


body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  background: #2A2A2A;
  font-family: 'Magistral', 'Ubuntu', "Open Sans", Helvetica, Arial, sans-serif;
}
form {
    display:  inline-block;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}
h3 {
    font-size: 17px;
}
h4 {
    font-size: 16px;
}
a{
color: #343434;	
}
a:hover{
color: #737373;	
}
select {
    border-radius: 5px;
    padding: 6px;
    padding: 6px 12px;
    position: relative;
    display: inline-block;
}

.error{
	color: red;
}


div.benutzerrechtemanagement label > input + div{
    display: none;
}

div.benutzerrechtemanagement label > input:checked + div{
    display: block;
}

label + div input:checked + div{
    display: block;

}

#blueimp-gallery{
	display: none;
}

.last_uploads td, .last_uploads th{
	padding: 8px 5px;
}
.last_uploads th{
	font-weight: bold;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

header.container {padding-bottom: 10px;margin-bottom: 10px;border-bottom: 1px solid #999;width: 100%;border-bottom-right-radius: 4px;border-bottom-left-radius: 4px;padding: 10px;}
p.breadcrumps{margin: 0;}
p.breadcrumps a {font-weight: bold;}

.container.unterkategorien {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #999;
}

#btnhome:active{
    top : 25px;
    position: relative;
}

div#kategorien {}

div#kategorien a {
    width: 31.33%;
    display: inline-block;
    margin: 1%;
    text-align: center;
    border: 1px solid gray;
    border-radius: 15px;
    padding: 15px;
    font-size: 18px;
    font-weight: normal;
}

div#kategorien a i {
    width: 100%;
    font-size: 80px;
    text-align: center;
    margin-bottom: 10px;
}
.container {
    background-color: #fff;
    text-align: left;
    display: block;
    color: #535353;
    position: relative;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #aaa;
}
/* ----------------------------Beobachtenauge auf die Größe anpassen---------------------------- */
@media screen and (min-width: 500px) {
	.beobachtenbutton{
	background-color: #fff;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    width: 100%;
    transition: all 0.5s;
	}
	button.beobachtenbutton:hover{
	background-color: #dadada;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    width: 100%;
    transition: all 0.5s;
}
}
@media screen and (min-width: 991px) {
.beobachtenbutton{
	background-color: #fff;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    width: 100%;
    transition: all 0.5s;
	position:relative;
	right: 120px;
    top: -5px;
	}
	button.beobachtenbutton:hover{
	background-color: #dadada;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    width: 100%;
    transition: all 0.5s;
}
}
@media screen and (min-width: 1200px) {
.beobachtenbutton{
	background-color: #fff;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    width: 100%;
    transition: all 0.5s;
	position:relative;
	right: 150px;
    top: -5px;
}
button.beobachtenbutton:hover{
	background-color: #dadada;
    color: #fff;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    width: 100%;
    transition: all 0.5s;
}
}
/* --------------------------------------------------------------- */

button#add_kategorie_btn, button#add_kategorie_submit {
    background-color: #5cb85c;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    transition: all 0.5s;
}

button#add_kategorie_btn:hover, button#add_kategorie_submit:hover {
    background-color: #598e59;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
}

button.add_kategorie_btn, button.add_kategorie_submit {
    background-color: #ffffff;
    color: #3e9e3f;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
    width: 100%;
    margin-top: 10px;
    transition: all 0.5s;
}

button.add_kategorie_btn:hover, button.add_kategorie_submit:hover {
    background-color: #8e8e8e;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    border: 0px;
    font-size: 14px;
}

div#add_kategorie {
    float: left;
    position: relative;
}
.buttonleft {
    float: left;
    position: relative;
}

div#add_kategorie_div {
    position: absolute;
    padding: 15px;
    right: 10px;
    top: 37px;
    border-radius: 5px;
    border: 1px solid #aaa;
    box-shadow: 1px 1px 1px #999;
    z-index: 9999;
    display: none;
    background-color: #fff;
    width: 260px;
}

button#add_kategorie_submit{

}

input#add_kategorie_name {
    border-radius: 4px;
    padding-left: 5px;
    width: 100%;
}

button.logout {
    background-color: #e40000;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    margin-left: 5px;
	transition: all 0.5s;
}
button.logout:hover {
    background-color: #c81415;
}

button.login {
    background-color: #5cb85c;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    margin-left: 5px;
    transition: all 0.5s;
    display: block;
    margin: 10px 0;
    width: 100%;
    padding: 6px 0px;
}
button.login:hover {
    background-color: #598e59;
}

.container.loginDiv {
    width: 100%;
    max-width: 350px;
}

option[value="-1"] {
    color: #f00;
    font-weight: bold;
}

/* body {font-family: Magistral, Helvetica, sans-serif;} */

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}


/* Full-width input fields */
input[type=text], input[type=password] {
  width: 90%;
  padding: 5px 20px;
  margin: 0px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}



/* Extra styles for the cancel button */
.cancelbtn {
    background-color: #e40000;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    margin-left: 5px;
	transition: all 0.5s;
	height: 28px;
}
.submitbtn {
    background-color: #5cb85c;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    margin-left: 5px;
    transition: all 0.5s;
    display: block;
    margin: 10px 0;
    width: 100%;
    padding: 6px 0px;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}


span.psw {
  float: right;
  padding-top: 16px;
}