
/* ================= Styles of top-level elements */

html {
	background-color: white;
	font-family:sans-serif;
	scroll-behavior: smooth;
}

html,body {
	height: 100%;
	width: 100%;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
}

h2 {
	font-size: 1.3rem;
	font-weight: bold;
}

h3 {
	font-size:0.9rem;
	font-style:italic
}

p {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-align: justify;
}

.flex-container {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

div.pagerow {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* Styles of Card*/

.card h3 {
	font-size: 1.2rem;
	font-weight: bold;
}

.card h4 {
	font-size: 1.2rem
}

.card hr {
	border: 0;
	width: 100%;
	height: 3px;
	background-color: #d00018;
}

/* HEADER FOOTER LINES */

div#header, div#footer {
	clear: both;
}
div#header {
	display: block;
	z-index:20;
}

.header .navbar-text {
	margin-bottom: 0;
}

.deko_line {
	height: 0.5rem;
}

.deko_line-fau {
	height: 0.7rem;
}

#ubhlogo {
	width: 30%;
	padding: 0;
	margin: 0;
	position: relative;
	top: 52%;
	left: 20%;
	transform: translate(-50%, -50%);
	/* align: left; */
}

#katzelogo {
	width: 18%;
	padding: 0;
	margin: 0;
	position: relative;
	top: 50%;
	left: 5%;
	transform: translate(-50%, -50%);
	/* align: right; */
}

/* BLOG "MEDIA-BOX" */

.media-box h1 {
	font-weight: bold;
	font-size: 1.5rem;
}

.media-box h2 {
	font-weight: bold;
}

.media-box img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	width: 200px;
	float: left;
}

.media-box p {
	text-align: justify;
	margin-bottom: 2rem;
}

.card-body p {
	text-align: justify;
}

/*
example 1: How to change text-font:

.media-box p {
font-family: Arial;
}
*/

/* SMARTPHONE SETTINGS */

@media(max-width: 30rem) {
	.btn {
		display:none;
	}
	html {
		font-size: 80%;
	}
	div#body {
		margin-left: 0px;
	}
	h1 {
		font-size: 1.5rem;
	}
	.insertion {
		margin-left: 10px;
	}
	.media-box img {
		border: 1px solid #ddd;
		border-radius: 2px;
		padding: 3px;
		width: 150px;
		float: left;
	}
}

@media(min-width: 30rem) {
	.menu_phone {
		display:none;
	}
}

@media (max-width: 767.98px) {
	#card_spende {
		/* position: relative; */
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media (min-width: 768px) {
	#card_spende {
		position: absolute;
		bottom: 0;
		/* position: relative;
		top: 5rem; */
		/* align-self: flex-end; */
		/* margin-bottom: 0rem; */
		/* width: 100%; */

		/* padding-top: 1em;
		margin-bottom: 1em;
		background-color: white;
		text-align:center;
		border-radius: 5px; */
	}
}

#sidebar {
	display: block;
}

.menu_phone {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: 400;
}

.private {
	background-color: #eeeeee;
	color: #666666;
}


/* ======================= Styles of custom site classes */

p.tags {
	font-size: 70%;
	/* font-style: italic; */
	color: #cccccc;
}

/* ================= Colors ================= */

.fau-red {
	color: #d00018
}

.fau-red-background {
	background-color: #d00018
}

.fau-black {
	color: #000000
}

.fau-black-background {
	background-color: #000000;
	padding-left: 15p;
	padding-right: 15p;
}

.fau-grey-background {
	background-color: #373737;
}

a {
	color: #6a6a6a;
	/* color: #818a91; */
}
a:hover {
	color: #0056b3;
	/* color: #818a91; */
}

h1 a {
	color: #000000;
	/* color: #494949; */
}

.dark-grey-1 {
	background-color: #3E4551; /* stylish-color-dark */
}
.dark-grey-2 {
	background-color: #212121; /* elegant-color */
}

.krise_green {
	background-color: #67d697;
}

.krise_purple {
	background: #2a133c;
}

.krise_pink {
	background-color: #6b378b;
}

/* ================= Taken from mdb ================= */
body {
	font-family: Roboto,sans-serif;
}

body, h1, h2, h3, h4, h5, h6 {
	font-weight: 350;
}

.btn {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
	padding: .40rem 1rem;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	margin: .375rem;
	border: 0;
	-webkit-border-radius: .125rem;
	border-radius: .125rem;
	cursor: pointer;
	text-transform: uppercase;
	white-space: normal;
	word-wrap: break-word;
	color: inherit;
}

.btn-menu {
	background-color: #d00018;
	color: #ffffff;
	font-weight: bold;
	font-size: .9rem;
}

.btn:active,
.btn:focus,
.btn:hover {
	-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	outline:0
}
.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
	-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
	box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)
}


a {
	cursor:pointer;
	text-decoration:none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
a:hover {
	text-decoration:none;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out
}
a.disabled:hover,
a:disabled:hover {
	color:#007bff
}
footer.page-footer .footer-copyright {
	overflow:hidden;
	background-color:rgba(0,0,0, 1);
	color:rgba(255,255,255,.8)
}
footer.page-footer a {
	color:rgba(255,255,255,.8)
}
footer.page-footer a:hover {
	text-decoration: underline;
}
.font-small {
	font-size: .9rem;
}
.insertion {
	font-size: .9rem;
	margin-left: 20px;
}

#Satzung{
    margin: 0 auto; 
    width: 960px;
    position: relative;
}
