:root {
    --kdo-green: #9fc646;
    --kdo-white: #fff;
    --kdo-light-green: rgb(194, 219, 150);
    --kdo-orange: #ff8c00;
    --kdo-light-orange: #fac98e;
    --kdo-blue: #4d99ff;
    --kdo-light-blue: #bfd7f5;
    --kdo-red: #b3001a;
}

html {
	box-sizing: border-box
}

*,
*:before,
*:after {
	box-sizing: inherit
}


/* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

summary {
	display: list-item
}

audio,
canvas,
progress,
video {
	display: inline-block
}

progress {
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

figure {
	margin: 1em 40px
}

img {
	border-style: none
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

button,
input,
select,
textarea,
optgroup {
	font: inherit;
	margin: 0
}

optgroup {
	font-weight: bold
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button
}

button:disabled {
	color: #ccc!important;
}

input:disabled+label {
	color: #ccc!important
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}


/* End extract */

html,
body {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	line-height: 1.5
}

html {
	overflow-x: hidden
}

h1 {
	font-size: 36px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 24px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Verdana, sans-serif;
	font-weight: 400;
	margin: 10px 0
}

.my-wide {
	letter-spacing: 4px
}

hr {
	border: 0;
	border-top: 1px solid #eee;
	margin: 20px 0
}

.my-image {
	max-width: 100%;
	height: auto
}

img {
	vertical-align: middle
}

a {
	color: inherit
}


.my-button {
	border: none;
	display: inline-block;
	padding: 8px 16px;
	vertical-align: middle;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	background-color: inherit;
	text-align: center;
	cursor: pointer;
	white-space: nowrap
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}



.my-tag {
	/*background-color: #9fc646;
	color: #fff;*/
	display: inline-block;
	padding-left: 8px;
	padding-right: 8px;
	text-align: center
}

.my-tag-red {
	background-color: #fc5e03
}



.my-input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%
}


.my-radio {
	width: 24px;
	height: 24px;
	position: relative;
	top: 6px
}


.my-modal {
	z-index: 3;
	display: none;
	padding-top: 100px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4)
}

.my-modal-content {
	margin: auto;
	background-color: #fff;
	position: relative;
	padding: 0;
	outline: 0;
	width: 600px
}

.my-bar {
	width: 100%;
	overflow: hidden
}

.my-center .my-bar {
	display: inline-block;
	width: auto
}

.my-bar .my-bar-item {
	padding: 8px 16px;
	float: left;
	width: auto;
	border: none;
	display: block;
	outline: 0
}

.my-bar .w3-dropdown-hover,
.my-bar .w3-dropdown-click {
	position: static;
	float: left
}

.my-bar .my-button {
	white-space: normal
}

.my-bar-block .my-bar-item {
	width: 100%;
	display: block;
	padding: 8px 16px;
	text-align: left;
	border: none;
	white-space: normal;
	float: none;
	outline: 0
}

.my-bar-block.my-center .my-bar-item {
	text-align: center
}

.my-block {
	display: block;
	width: 100%
}



.my-container:after,
.my-container:before,
.my-row:after,
.my-row:before,
.my-bar:before,
.my-bar:after {
	content: "";
	display: table;
	clear: both
}

.my-col {
	float: left;
	width: 100%
}

.my-col.s1 {
	width: 8.33333%
}

.my-col.s2 {
	width: 16.66666%
}

.my-col.s3 {
	width: 24.99999%
}

.my-col.s4 {
	width: 33.33333%
}

.my-col.s5 {
	width: 41.66666%
}

.my-col.s6 {
	width: 49.99999%
}

.my-col.s7 {
	width: 58.33333%
}

.my-col.s8 {
	width: 66.66666%
}

.my-col.s9 {
	width: 74.99999%
}

.my-col.s10 {
	width: 83.33333%
}

.my-col.s11 {
	width: 91.66666%
}

.my-col.s12 {
	width: 99.99999%
}

@media (min-width:601px) {
	.my-col.m1 {
		width: 8.33333%
	}
	.my-col.m2 {
		width: 16.66666%
	}
	.my-col.m3 {
		width: 24.99999%
	}
	.my-col.m4 {
		width: 33.33333%
	}
	.my-col.m5 {
		width: 41.66666%
	}
	.my-col.m6 {
		width: 49.99999%
	}
	.my-col.m7 {
		width: 58.33333%
	}
	.my-col.m8 {
		width: 66.66666%
	}
	.my-col.m9 {
		width: 74.99999%
	}
	.my-col.m10 {
		width: 83.33333%
	}
	.my-col.m11 {
		width: 91.66666%
	}
	.my-col.m12 {
		width: 99.99999%
	}
}

@media (min-width:993px) {
	.my-col.l1 {
		width: 8.33333%
	}
	.my-col.l2 {
		width: 16.66666%
	}
	.my-col.l3 {
		width: 24.99999%
	}
	.my-col.l4 {
		width: 33.33333%
	}
	.my-col.l5 {
		width: 41.66666%
	}
	.my-col.l6 {
		width: 49.99999%
	}
	.my-col.l7 {
		width: 58.33333%
	}
	.my-col.l8 {
		width: 66.66666%
	}
	.my-col.l9 {
		width: 74.99999%
	}
	.my-col.l10 {
		width: 83.33333%
	}
	.my-col.l11 {
		width: 91.66666%
	}
	.my-col.l12 {
		width: 99.99999%
	}
}


.my-content{
	margin-left: auto;
	margin-right: auto
}

.my-content {
	max-width: 980px
}

#title-bckgrnd {
	background-image: url('img/background-large.jpg');
	background-size: cover;
	opacity: 0.8
}

.title-bckgrnd {
	background-color: rgba(255,255,255,0.6);
}


.my-hide {
	display: none!important
}

.my-show {
	display: block!important
}


@media (max-width:600px) {
	.my-modal-content {
		margin: 0 10px;
		width: auto!important
	}
	.my-modal {
		padding-top: 30px
	}

	.my-hide-small {
		display: none!important
	}

	
}

@media (max-width:768px) {
	.my-modal-content {
		width: 500px
	}
	.my-modal {
		padding-top: 50px
	}
}

@media (min-width:993px) {
	.my-modal-content {
		width: 900px
	}
	.my-hide-large {
		display: none!important
	}
}

@media (max-width:992px) and (min-width:601px) {
	.my-hide-medium {
		display: none!important
	}
}



.my-top,
.my-bottom {
	position: fixed;
	width: 100%;
	z-index: 1
}

.my-top {
	top: 0
}

.my-bottom {
	bottom: 0
}


.my-display-topleft {
	position: absolute;
	left: 0;
	top: 0
}

.my-display-topright {
	position: absolute;
	right: 0;
	top: 0
}

.my-display-bottomleft {
	position: absolute;
	left: 0;
	bottom: 0
}

.my-display-bottomright {
	position: absolute;
	right: 0;
	bottom: 0
}



.my-container{
	padding: 0.01em 16px
}

.table-scrollable {
  width: 100%;
  overflow-y: auto;
  /* margin: 0 0 1em; */
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}



.my-card,
.my-card-2 {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.my-card-4{
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}



.my-animate-top {
	position: relative;
	animation: animatetop 0.4s
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}
	to {
		top: 0;
		opacity: 1
	}
}



.my-opacity {
	opacity: 0.60
}


.my-tiny {
	font-size: 10px!important
}

.my-small {
	font-size: 12px!important
}

.my-medium {
	font-size: 15px!important
}

.my-large {
	font-size: 18px!important
}

.my-xlarge {
	font-size: 24px!important
}


@media (min-width:768px) {
	.my-justify {
		text-align: justify!important
	}
}

.my-center {
	text-align: center!important
}


.my-border {
	border: 1px solid #ccc!important
}


.my-topbar {
	border-top: 6px solid #ccc!important
}

.my-bottombar {
	border-bottom: 6px solid #ccc!important
}


.my-section{
	margin-top: 16px!important;
	margin-bottom: 16px!important
}

.my-margin {
	margin: 16px!important
}

.my-margin-top {
	margin-top: 16px!important
}

.my-margin-bottom {
	margin-bottom: 16px!important
}

.my-margin-left {
	margin-left: 16px!important
}

.my-margin-right {
	margin-right: 16px!important
}

.my-padding-small {
	padding: 4px 8px!important
}

.my-padding {
	padding: 8px 16px!important
}

.my-padding-large {
	padding: 12px 24px!important
}

.my-padding-16 {
	padding-top: 16px!important;
	padding-bottom: 16px!important
}

.my-padding-24 {
	padding-top: 24px!important;
	padding-bottom: 24px!important
}

.my-padding-32 {
	padding-top: 32px!important;
	padding-bottom: 32px!important
}

.my-padding-48 {
	padding-top: 48px!important;
	padding-bottom: 48px!important
}

.my-padding-64 {
	padding-top: 64px!important;
	padding-bottom: 64px!important
}

.my-padding-top-64 {
	padding-top: 64px!important
}

.my-padding-top-48 {
	padding-top: 48px!important
}

.my-padding-top-32 {
	padding-top: 32px!important
}

.my-padding-top-24 {
	padding-top: 24px!important
}

.my-left {
	float: left!important
}

.my-right {
	float: right!important
}

.my-button:hover:enabled {
	color: #000!important;
	background-color: #fff!important
}



.my-button.kdo-blue:hover {
	color: #fff!important;
	background-color: #ff8c00!important
}

.error {
	background-color: #faa;
	color: #000;
	padding: 3px;
	border: 1px solid #ccc!important
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text  */
  position: absolute;
  z-index: 1;

  bottom: 100%;
  left: 50%;
  margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* Spezifische Formate */
#terminliste {
  border-collapse: collapse;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

#terminliste td, #terminliste th {
  border: 1px solid #ddd;
  padding: 8px;
}

#terminliste tr:nth-child(even){background-color: #f2f2f2;}

#terminliste tr:hover {background-color: #ddd;}

#terminliste th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
}

.verified {

}

.non-verified {
	color: #ccc;
}

#emailVerteiler {
  width: 100%;
  height: 400px;
  padding: 4px 4px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  font-size: 13px;
}

/* Colors */

.kdo-green {
	color: #fff!important;
	background-color: #9fc646!important
}

.kdo-light-green {
	color: #fff!important;
	background-color: rgba(159,198,70,0.8)!important
}

.kdo-white {
	color: #000!important;
	background-color: #fff!important
}

.kdo-orange {
	color: #fff!important;
	background-color: #ff8c00!important
}

.kdo-blue {
	color: #fff!important;
	background-color: #4d99ff!important
}

.kdo-red {
	color: #fff!important;
	background-color: #b3001a!important
}


/* ====================================
			LOGIN FORM
/* ==================================== */
div.login-bg {
	width: 100%;
	height: 100vh;
	background-color: lightgray;
    background-image: url('img/background-login.gif');
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: right center;
	display: flex;
	align-items: center;
	justify-content: center;
}

div.login {
	width: 20em;
	max-width: 60%;
	margin: auto;
	background-color: rgba(255,255,255,0.75);
	padding: 1em;
	border-left: solid 1em var(--kdo-green);
}

.login p {
	margin: 0;
	font-size: 14px;
	margin-bottom: 0.5em;
}

.login input {
	padding: 8px;
	display: block;
	border: none;
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: auto;
	margin-bottom: 1em;
	font-size: 14px;
}

.login-logo {
	background-color: var(--kdo-white);
	padding: 5px;
	position: absolute;
	opacity: 0.8;
	top: 1em;
	left: 1em;
}

.login-logo img {
	width: 10em;
}

@media screen and (min-width: 600px) {
	div.login {
		padding: 2em;
		border-left-width: 2em;
	}
	.login input {
		padding: 16px;
	}


}