* {
	box-sizing: border-box;
}

#bottomhr {
	width: 72%;
	float: left;
}

.flex-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 75%;
	height: auto;
	position: relative;
}
/* ---- NEU ---- */
.text {
	width: 100%;
	word-wrap: break-word;
	text-align: center;
	font-weight: bold;
	font-size: 1.5rem;
	height: 30px;
	font-size: 21px;
}
.flex-container a {
	text-decoration: none;
	display: inline-block;
}
.flex-container a:visited {
	text-decoration: none;
}
.flex-content {
	word-wrap: break;
	border-radius: 25px;
	width: 200px;
	height: 200px;
	margin: 20px;
	padding: 15px;
	position: relative;
}.flex-content {
	transition: transform .5s ease;
}
.flex-content:hover {
	transform: scale(1.3);
}
.flex-image {
    width: 80%;
    height: 60%;
    display: inline-block;
    margin-top:20px;
    background-position: center;
    background-repeat: no-repeat;
}
.arrow {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 20px;
}

.dashboard {
	box-shadow: 2px 2px 10px 5px #0086cd;
	width: 25%;
	position: absolute;
	right: 20px;
	float: right;
	margin-top: 20px;
	margin-bottom: 30px;
	padding: 10px;
}

#dashboard {
   overflow-y: scroll;
}

#dashboard-bday {
	text-align: left;
}

#dashboard  h3,
#dashbaord  h4 {
	text-align: center;
}

.dashboard-left,
.dashboard-right {
	width: 50%;
	float: left;
	height: 3em;
	border-bottom: 1px solid black;
	padding-top: 10px;
}

.dashboard-left {
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ----- INDEX IMAGES ----- */
#index-admin {
	background-size: 70% 90%;
}
#index-personal_data {
	background-size: 90% 90%;
	background-position-x: 5px !important;
}
#index-notes {
	background-size: 70% 90%;
	background-position-y: 10px !important;
}
#index-dsgvo {
	background-size: 80% 100%;
}
#index-homeoffice {
	background-size: 70% 90%;
}
#index-cloud {
	background-size: 70% 90%;
}
#index-settings {
	background-size: 70% 90%;
}
#index-teluml {
	background-size: 70% 90%;
}
#index-venabo-app {
	background-size: 70% 90%;
	background-image: url("/img/index/venabo.png");
}
#index-venabo-app-setting {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
#index-venabo-app-setting:hover {
	color: rgb(91, 212, 7);
}
#index-faq {
	background-size: 60% 110%;
	background-position-x: 25px;
}
#index-dokuwiki {
	background-size: 70% 90%;
}
#index-telefonie {
	background-size: 70% 90%;
}
#index-webmail {
	background-size: 80% 90%;
}
#index-anwesenheit {
	background-size: 70% 90%;
}
#index-jala {
	background-size: 80% 100%;
	background-image: url("/img/fritz_x.png");
}
#index-srf-wissen svg {
	width: 70%;
	margin-top: 10px;
}
#index-ucs {
	background-size: 80% 100%;
	background-image: url("/img/univention_logo.svg");
}
#index-helpdesk {
	background-size: 100% 100%;
	background-image: url("/img/support-ticket-svgrepo-com.svg");
	margin-top: 5px;
	height: 125px;
}

/* ---- ADMIN INDEX IMAGES ----- */
#admin-rechteverwaltung {
	background-size: 60% 90%;
	background-position-y: 10px;
	background-position-x: 25px;
}
#admin-homeoffice_benutzer {
	background-size: 75% 70%;
	background-position-y: 30px;
}
#admin-ox_benutzer {
	background-image: url("/img/index/ox.png");
	background-size: 90% 90%;
}
#admin-statistik {
	background-image: url("/img/index/statistik.svg");
	background-size: 90% 90%;
}
#admin-datensicherheit {
	background-image: url("/img/index/datensicherheit.png");
	background-size: 90% 90%;
	background-position-x: 7px;
}
#admin-labelgenerator {
	background-image: url("/img/index/label-printer-96.png");
}
.neu {
  border: 1px solid #fff;
  position: absolute;
  right: -10px;
  top: 0px;
  color: #fff;
  background-color: red;
  padding: 3px;
  border-radius: 25px;
}

@media screen and (max-width: 600px) {
	/*
	.bodyBlock div {
		margin-left: auto;
		margin-right: auto;
	}
	*/
	.flex-container {
		display: block;
	}
	.flex-content {
		width: 150px;
		height: 150px;
		display: inline-block;
		margin-right: auto;
		margin-left: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		
	}
	
	/* #index-anwesenheit-box {
		margin-left: -10px;
	} */
	.text {
		font-size: 17px;
		word-wrap: nowrap;
		word-break: no-break;
	}
	.flex-container {
		width: 100%;
	}
	.dashboard {
		width: 100%;
		text-align: left;
	}
	#dashboard {
       	position: relative;
    	left: 0;
  	}
  	#dashboard h3,
	#dashbaord h4 {
		text-align: left;
	}
  	#dashboard-mobile {
  		text-decoration: underline;
  	}
	#dashboard-urlaub .dashboard-left {
		vertical-align: middle;
		display: inline-block;
	}
	
	#bottomhr {
		width: 100%;
	}
	#index-srf-wissen svg {
		margin-top: 0px;
	}
	#index-helpdesk {
		margin-top: -5px;
		height: 100px;
	}
}
