* {
	box-sizing: border-box;
	font-family: Univers,sans-serif;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #0086cd #b1c121;
}
*::-webkit-scrollbar {
  width: 7px;
}
*::-webkit-scrollbar-track {
  background: #b1c121;
}
*::-webkit-scrollbar-thumb {
  background-color: #0086cd;
  border-radius: 30px;
  border: 3px solid #0086cd;
}
html {
	scroll-behavior: smooth;
}

/* ------------------ HELPER CLASSES --------------- */

.visible {
	display: block !important;
}
.invisible {
	display: none !important;
}

/* ------------------ INPUT TYPES ------------------ */

input[type=color] {
	border-radius: 0px !important;
	width: 20px !important;
	max-width: 50px !important;
	min-width: 50px !important;
}

input[type=checkbox] {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 2px solid #0086cd;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	border-radius: 3px;
	display: inline-block;
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: translate(0px,8px);
}
input[type=checkbox]:checked {
	background-color: #0086cd;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 0px 0px 5px #fff;
}
input[type=checkbox]:checked:hover {
	background-color: #0086cd;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 0px 0px 5px #fff;
}
input[type=number] {
	-moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ------------------ OTHER INPUT ------------------ */

.bday-input {
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 4px;
	border: 1px solid black;
	padding: 8px;
}
#bday-month,
#bday-day {
	float: left;
}

#bday-month label,
#bday-day label {
	padding: 1px !important;
}

#bday-month {
	margin-left: 5px;
}

.eingabe {
	border-radius: 4px;
	border: 1px solid black;
	padding: 4px;
	width: auto;
}
.eingabeDaten {
	border-radius: 4px;
	border: 1px solid black;
	padding: 4px;
	width: 100%;
}
.eingabeKlein {
	border-radius: 4px;
	border: 1px solid black;
	padding: 8px;
	width: auto;
	min-width: 200px;
	height: 40px;
}
.eingabeKleinTextarea {
	border: 1px solid black;
	border-radius: 4px;
	padding: 8px;
}


/* ------------------ BUTTONS ------------------ */

.knopf {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	border: 1px solid black;
	width: 100%;
	word-wrap: break-word;
}
.knopf:hover {
	background-color: #0086cd;
	color: white;
}
.knopfWiderruf {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	border: 1px solid black;
	width: auto;
	min-width: 200px;
}
.knopfWiderruf:hover {
	background-color: red !important;
	color: white;
}
.knopfWiderrufKlein {
	cursor: pointer;
	border-radius: 4px;
	padding: 8px;
	border: 1px solid black;
	width: auto;
}
.knopfWiderrufKlein:hover {
	background-color: red !important;
	color: white;
}
.knopfKlein {
	border-radius: 4px;
	padding: 8px;
	border: 1px solid black;
	width: auto;
}
.knopfKlein:enabled:hover {
	cursor: pointer;
	background-color: #0086cd;
	color: white;
}

.btnBig {
	padding: 10px;
	font-size: 15px;
}

.saveButton {
	background-color: #0086cd;
	border-radius: 4px;
	width: 200px !important;
	color: white;
	padding: 10px;
	transition: transform .5s ease;
}

.saveButton:hover {
	cursor: pointer;
	transform: scale(1.1);
}

#logoutall {
	border: 1px solid red;
	border-width: 3px;
	display: inline-block;
	padding: 10px;
	border-radius: 4px;
	font-weight: bold;
}
#logoutall:hover {
	cursor: pointer;
}

.buttonEdit, .buttonDelete {
  background-color: #0086cd;
  border: none;
  border-radius: 50%;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 2rem;
  cursor: pointer;
  width: 45px;
  height: 45px;
  float: right;
}

.buttonEdit:hover, .buttonDelete:hover {
	width: 200px;
	border-radius: 30px;
	text-align: left;
	transition: .5s;
}

.buttonEdit:hover::after {
	content: "Eintrag bearbeiten";
	white-space: pre;
	font-size: 18px;
	position: relative;
}

.buttonDelete:hover::after {
	content: "Eintrag löschen";
	white-space: pre;
	font-size: 18px;
}

/* ------------- Globale Klassen ----------------- */
#session_error_message {
	font-size: 1.2rem;
	border-bottom: 10px;
}

/* --------------------------------------------------- */

.div-50 {
	width: 50%;
/*
	min-height: 650px;
*/
/*
	border: 1px solid black;
*/
	float: left;
/*
	background-color: yellow;
*/
	margin-bottom: 10px;
	margin-top: 10px;
}
.div-100 {
	width: 100%;
	margin-bottom: 10px;
	margin-top: 10px;
}
.forms-50 {
	width: 50%;
	height: auto;
/*
	min-height: 650px;
*/
	text-align: center;
	word-wrap: break-word;
	box-shadow: 2px 2px 10px 5px #0086cd;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 30px;
}

/* Login */
.forms {
	min-width: 40%;
	max-width: 50%;
	height: auto;
	text-align: center;
	margin: auto;
	word-wrap: break-word;
	box-shadow: 2px 2px 10px 5px #0086cd;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 30px;
	display: inline-block;
}
.form_element {
	min-width: 50%;
	float: left;
}
.formsDaten {
/*
	float: left;
*/
	width: 40%;
	height: auto;
	text-align: center;
	word-wrap: break-word;
	box-shadow: 2px 2px 10px 5px #0086cd;
	margin-bottom: 30px;
	margin-top: 20px;
	padding: 30px;
	display: inline-block;
}
.divError {
	border: 1px solid red;
	box-shadow: 2px 2px 10px 5px red;
	width: 90%;
	margin: auto;
	font-weight: bold;
}
.formsFloat {
	width: 40%;
	text-align: center;
	margin: auto;
	word-wrap: break-word;
	box-shadow: 2px 2px 10px 5px #0086cd;
	border-radius: 10px;
	float: left;
	margin-bottom: 30px;
}
/* Login-Ende */

/* container */

.buttonService {
	background-color: #0086cd;
	color: white;
	font-size: 16px;
	border: none;
	cursor: pointer;
	border: 1px solid black;
/*
	border-radius: 10px;
*/
	min-width: 230px;
	max-width: 230px;
	height: auto;
	min-height: 70px;
	margin-right: 10px;
/*
	width:100%;
*/
}
.buttonService:hover {
	background-color: #38adeb;
}

summary {
	cursor: pointer;
}

body{
/*
	background-image: url("../img/background.jpg");
	background-repeat: repeat-y;
	background-size: cover;
*/
}
hr {
	border: 2px solid #0086cd;
	border-radius: 5px;
	background-color: #0086cd;
}
.wrapper {
	width: 100%;
	height: auto;
}
.embed {
	width: 90%;
	height: 800px;
}
.fritz {
	position: fixed;
	bottom: 0;
	left: 80%;
	display: none;
	z-index: 99999;
	background-color: none;
}

.fritz img {
	width: 200px !important;
}

/* Header */ 

.header {
	width: 100%;
/*
	min-width: 320px;
*/
	min-height: 150px;
	height: auto;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 10px;
	z-index: 5;
	margin-top: 10px;
/*
	background-color: #0086cd;
*/
}

/*
.ueberschrift {
	width: 60%;
	min-width: 300px;
	text-align: center;
	padding-top: 20px;
	margin: auto;
	font-size: 1.5rem;
	height: 150px;
	float: left;
	position: relative;
}
*/
.logo {
	float: left;
	min-width: 50%;
	min-height: 70px;
	padding-right: 10px;
	padding-left: 10px;
}
.logo img {
	width: 320px;
	height: 60px;
}
 .headerRechts {
	min-width:50%;
	width: 50%;
	min-height: 70px;
	height: 70px;
	float: left;
	position: relative;
	z-index: 1;
/*
	border: 1px solid black;
*/
/* Ende Header */
}
.title {
	width: 70%;
	float: left;
}
.greeter {
	margin-top: 50px;
	float: left;
	width: 100%; 
	text-align: center; 
/*
	border: 1px solid black;
*/
}
.bodyBlock {
/*
	display: inline-block;
*/
	width: 100%;
	min-width: 320px;
	height: auto;
	min-height: 500px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	text-align:center;
/*
	border: 10px solid black;
*/
}
.bodyFlex {
	display: flex;
	width: 100%;
	min-width: 320px;
	height: auto;
	min-height: 500px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
}
.bodyFlexLeft {
	float: left;
	display: flex;
	width: 100%;
	min-width: 320px;
	height: auto;
	min-height: 500px;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
}

.oxusers-text {
	text-align: justify;
}

.oxusers-text ul {
	list-style-type: none;
	display: inline-block;
}
.oxusers-text li {
	background:url("../img/arrow.png") no-repeat 0px 8px;
	padding: 0px 0 6px 12px;
	font-size: 15px;
	line-height: 18px;
	margin-top: 15px;
}

.buttons {
	position: relative;
	margin: auto;
	float: right;
}
.loginok {
	width: 80%;
	margin: auto;
	background-color: #4bd4ed;
}
.geheim {
	width: 100%;
	float: left;
	justify-content: center;
	flex-wrap: wrap;
}
#daten {
	width: 10%;
	float: left;
}
	
.admin {
	margin: auto;
	padding-bottom: 10px;
	float: left;
}


.table {
	table-layout: auto;
	overflow-x:scroll;
}
input:enabled:hover { background-color: #ddd; }

.search {
	width: 40%;
	margin: auto;
	text-align: right;
	padding-right: 8%;
}

/*
.editUser input {
	transition: transform .5s ease;
	display: flex;
}
.editUser input:hover {
	transform: scale(1.1);
}
*/
.verpflErkl {
	width: 60%;
	margin: auto;
	box-shadow: 2px 2px 10px 5px #0086cd;
	padding: 2px;
}
#verpfError {
	border: 1px solid black;
	width: 80%;
	margin: auto;
	text-align: center;
	font-weight: bold;
}

.maintenance {
	float: left;
	width: 30%;
	margin-top: 10px;
	border: 1px solid #0086cd;
/*
	border-radius: 10px;
*/
	box-shadow: 2px 2px 10px 5px #0086cd;
	padding: 10px;
}

select {
	cursor: pointer;
}

.edit {
	width: 10%;
}

.divEditor {
	width: 70%;
	margin: auto;
	border: 1px solid black;
}

.divIcon {
/*
	border: 1px solid black;
*/
	position: relative;
	width: 50px;
	height: 50px;
	float: right;
	font-size: 2rem;
}

.notification {
	width: 10%;
	float: right;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

#toggleAll {
	padding: 3px;
	background-color: #0086cd;
	color: white;
	text-align: center;
	float: right;
	display: block;
	width: 90%;
	position: relative;
	right: 10px;
	border-radius: 4px;
}

#toggleAll:hover {
	cursor: pointer;
}

#dashboard-mobile {
	min-width: 95%;
}

/* ----------------------- TELUML --------------------------*/

#uml_container {
    border: 1px solid;
    display: inline-block;
    text-align: left;
    padding: 10px;
}
.uml_status_type {
    padding: 10px;
    display: inline-block;
    width: 80px;
}
.uml_status {
    display: inherit;
    text-align: right;
    text-decoration: underline;
}
.uml_status:hover {
    cursor: pointer;
}
#box {
    position: relative;
}
#tooltip {
    display: none;
    position: absolute;
    top: 0px;
    margin-left: 20px;
    border: 1px solid;
    padding: 10px;
}
#tooltip_triangle {
    width: 0;
    height: 0;
    border: 10px solid;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    display: none;
    position: absolute;
    top: 25px;
}
#teluml_weitere_infos {
	margin-top: 20px;
}
#teluml_weitere_infos__dokuwiki_link {
	margin-top: 10px;
	display: block;
}
#teluml_refresh_link {
	font-size: 1.5rem;
}

#meine_daten_snomip {
	line-height: 40px;
}

/* ----------------------- MISC/TELEFON --------------------------*/
#rufannahme_manuell_einstellen {
  margin-top: 50px;
  text-align: left;
}

/* ------------------- CKEditor ------------------- */
.ck-content figure {
	margin: auto;
}

/* Images */

.ck-content figure.image-style-side {
	float: right;
}
.ck-content .image_resized {
	height: 100% !important;
}
.ck-content img:not(.image_resized) {
	width: 100% !important;
	height: 100% !important;
}
figcaption:not(.ck-editor__editable) {
	width: 100%;
	padding: 5px;
	text-align: center;
	font-size: 1.1em;
	border: 1px solid;
	border-top: none;
	margin-top: -5px;
}

/* Tables */
.ck-content figure.table table {
	width: 100%;
}
.ck-content figure.table figure.image.image_resized {
	display: inline-table;
}

/* Lists */
.ck-content ol {
  counter-reset: item
}
.ck-content ol li {
  display: block
}
.ck-content ol li:before {
  content: counters(item, ".") ". ";
  counter-increment: item
}

/* Edit  Buttons */

.notes_edit_buttons {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}
.notes_edit_buttons .divIcon {
	width: 100%;
}
.notes_edit_buttons .divIcon:last-child {
	margin-top: 10px;
}

/* Misc */

.ck-source-editing-area textarea {
	left: 0
}
#passwordResetMessage {
	margin-top: 20px;
	background-color: rgba(59,151,59,0.1);
	border-inline-start: 4px solid green;
	border-radius: 3px;
	display: flex;
  	padding: 1rem;
  	gap: 1rem;
  	text-align: left;
}
#passwordResetMessage .fas.fa-check-circle {
	display: flex;
  	align-self: center;
  	align-items: center;
  	color: green;
}
 
/* ----------------------- RWD ----------------------- */

@media screen and (max-width: 1000px) {
	.forms {
		min-width: 80%;
	}
}

@media screen and (max-width: 600px) {
	.bodyBlock {
		min-height: auto;
		margin-bottom: 30px;
	}
	.headerRechts {
		width: 100%;
	}
	.logo {
		width: 100%;
		min-height: 70px;
	}
	.logo img {
		margin: 0;
		position: absolute;
		top: 25%;
		left: 45%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}
	.greeter {
		margin-top: 80px;
	}
	.forms {
		min-width: 100% !important;
	}
	.formsDaten {
		width: 100%;
	}
	.forms input[type=submit] {
		width: auto;
	}
	.forms textarea {
		height: 200px;
		width: 70%;
	}
	.forms-50 {
		min-width: 80%;
		width: 100%;
		margin-bottom: 10px;
	}
	.knopfWiderrufKlein {
		width: 90px;
		font-size: 14px;
	}
	.div-50 {
		width: 100%;
	}
	.verpflErkl {
		width: auto;
	}
	.maintenance {
		width: 100%;
	}
	.divEditor {
		width: 100%;
	}
	.buttonEdit, .buttonDelete {
	  background-color: #0086cd;
	  border: none;
	  border-radius: 30px;
	  color: white;
	  text-align: left;
	  text-decoration: none;
	  width: 130px;
	  height: 30px;
	  cursor: pointer;
	  float: right;
	  font-size: 12px;
	}
	.buttonEdit::after {
		content: "Eintrag bearbeiten";
		white-space: pre;
	}
	.buttonDelete::after {
		content: "Eintrag löschen";
		white-space: pre;
	}
	.oxusers-text ul {
		padding-left: 0px;
	}
	#meine_daten_snomip {
		text-align: left;
	}
}


