body {
	padding-top: 20px;
	font-family: Arial, sans-serif;
	/*
	font-size: 16px;
	background-color: white;
	color: black;
	margin: 0;
*/
}

.navbar-nav {
	font-weight: bold;
}

.navbar-default {
	background-color: #00DF00;
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus
	{
	background-color: #9FF999;
}

.popover {
	background: rgba(255, 255, 255, 0.9);
}

.fa-spin { -webkit-filter: blur(0); }

.loading {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 5px;
	color: white;
	font-size: 4.5vw;
	text-align: center;
}
/*
div#kopf {
	margin: 0;
	padding: 0;
}

textarea,input[type=text],input[type=password],select {
	background-color: white;
	border: 1px solid #999;
}

input[type=text],input[type=password],textarea,select {
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	border-radius: 2px;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus
	{
	box-shadow: 0 0 10px #BBEFBB;
	-webkit-box-shadow: 0 0 10px #BBEFBB;
	-moz-box-shadow: 0 0 10px #BBEFBB;
	border: 1px solid #00DF00;
}
*/
select.friends {
	min-width: 100px;
}

.notizhead {
	margin-top: 1em;
}

/*
input::-webkit-input-placeholder {
    color:    #999;
}
input:-moz-placeholder {
    color:    #999;
}
*/
/*
#navigation ul {
	list-style: none;
	padding: 0px 2px;
	margin: 0;
}

#navigation li {
	float: left;
	margin: 0 2%;
}

h1 {
	width: auto;
	background-color: #00DF00;
	margin: 0;
	text-align: center;
}

h2 {
	text-align: left;
	border-bottom: 1px solid black;
	padding: 2pt;
	margin: 2pt 0 10pt;
	font-size: 16pt;
}

h2 a {
	font-size: 14px;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: rgb(0%, 20%, 60%);
	cursor: pointer;
}

a:hover {
	color: rgb(20%, 40%, 80%);
}
*/
.appointment {
	cursor: pointer;
	padding: 2px;
}

/*
div#navigation a {
	color: #000;
	vertical-align: top;
}

div#navigation a:hover {
	color: rgb(20%, 40%, 80%);
}

.currentMenu {
	font-weight: bold;
}
*/
/* ##### div Layout ##### */
/*
div {
	margin: 0;
}

div#navigation {
	background-color: #BBEFBB;
	text-align: center;
	width: 100%;
	height: 25px;
	padding: 2pt 0;
	margin: 0;
	font-size: 14pt;
}

div#inhalt {
	padding: 5px 10px 0;
}
*/
/* ##### */ /* ##### ? #####*/ /* ##### */
/*
.alert {
	color: rgb(100%, 0%, 0%);
}

.praefFehlt {
	color: red;
}
*/
/* ##### */ /* ##### Kennzeichnung von k�rzlichen Posts ##### */
/* ##### */
/*
.min10 {
	color: rgb(100%, 0%, 0%);
	font-size: 7pt;
}

.stunde1 {
	color: rgb(70%, 0%, 40%);
	font-size: 7pt;
}

.tag1 {
	color: rgb(40%, 0%, 70%);
	font-size: 7pt;
}

.tage2 {
	color: rgb(0%, 0%, 100%);
	font-size: 7pt;
}

.uralt {
	color: rgb(0%, 0%, 0%);
	font-size: 7pt;
}
*/
/* ##### */ /* ##### Kalender Layout ##### */ /* ##### */
table.kal {
	border-collapse: collapse;
	empty-cells: hide;
	margin: 5px 6px;
	float: left;
	margin-right: 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

th.monatsname {
	text-align: center;
	font-size: 16px;
}

/*
table.kal th {
	width: 30px;
}

th {
	font-weight: normal;
}
*/
table.kal td {
	font-size: 10px;
	color: gray;
	width: 37px;
	height: 40px;
	border: 1px solid #AFAFAF;
	vertical-align: top;
	text-align: left;
	padding: 2px;
}

table.kal td.tdhide {
	border-style: none;
}
/*
img.search {
	opacity: 0.4;
	filter: alpha(opacity =     40)
}
*/
/* ##### */ /* ##### Kalender Rahmen ##### */ /* ##### */
table.kal td.heute {
	border: 3px solid red;
}

table.kal td.termin {
	border: 2px solid black;
}

/* ##### */ /* ##### Kalender Hintergrundfarben ##### */ /* ##### */
table.kal td.ftag {
	background-color: #FFBC79;
}

table.kal td.we {
	background-color: #E6E6E6;
}

table.kal td.ja {
	background-color: #A0F080 !important;
}

table.kal td.nein {
	background-color: #F0A080 !important;
}

/* ##### */ /* ##### Stuff ##### */ /* ##### */
/*
td {
	vertical-align: top
}

img {
	margin: 1px 0 0 1px;
	padding: 0;
	border: 0;
}

form {
	margin: 0;
}

.terminanzeige {
	width: 533px;
	border: solid 1px #AAAAAA;
	margin: 0 10px 0 0;
}

tr.terminkategorie>td {
	padding-left: 10pt;
}

.besitzersymbole {
	text-align: right;
}

textarea {
	font-family: Verdana;
	font-size: 14px;
	max-width: 800px;
}

table.terminanzeige textarea {
	width: 100%;
}
*/
/* Lifted und Drop-Shadows */
/*
.drop-shadow {
	position: relative;
	padding: 7px;
	margin: 5px 0 8px 0;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px
		rgba(0, 0, 0, 0.05) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px
		rgba(0, 0, 0, 0.05) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05)
		inset;
}

.drop-shadow:before,.drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}

.lifted {
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.lifted:before,.lifted:after {
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.lifted:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
*/
/*** Popup ***/
/*
#terminPopup {
	position: absolute;
	width: 220px;
	background: #FFFFFF;
	border: 1px solid #EFC072;
	font-size: 11px;
	text-align: left;
	font-size: 12px;
	z-index: 10;
	word-wrap: break-word;
}

#terminPopup p {
	margin: 0px;
	padding: 6px;
}

#terminPopup p.titel {
	background: #565656;
	color: #EFC072;
	font-size: 16px;
}
*/
.collapse.am-collapse {
	animation-duration: .3s;
	animation-timing-function: ease;
	animation-fill-mode: backwards;
	overflow: hidden; &. in-remove { animation-name : collapse;
	display: block;
}

&
.in-add {
	animation-name: expand;
}
}