html, body {
	/*height: 100%;*/
	background-color: #343a40;
	
}

body {
	margin-top:70px;
}


h1 {
	text-align: center;
	text-shadow: 1px 1px 20px;
	font-style: italic;
	color: #00FFFF;
}

h2 {
	text-align: center;
	font-style: italic;
	color: #00FFFF;
}

h3 {
	color: #00FFFF;
}

hr {
	background-color: #00FFFF;
}

a:hover {
	color: white;
}

p {
	color:white;
}

.navbar_color {
	background-color: white;
}

.div_border {
	border-style: solid;
	border-color: #00FFFF;;
}

.div_border_dark {
	border-style: solid;
	border-color: #047676;
}

.div_border_inside {
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer {/*
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);*/
}

.kontaktbox {
	
}

.footer_dark {
	background-color: #343a40;
	color: rgba(255,255,255,.5);
	font-size: 0.9em;
}
	
.footer_text {
	/*margin-top: 1px;
	margin-bottom: 1.2px;*/
}

.graue_schrift {
	color: rgba(255,255,255,.5);
}

.grauer_bg {
	background-color: #434B52;
}

.news_block {
	background-color: #5C6770;	
}

.links_abstand {
	margin-left: 0.5em;
}

.active_manuell {
	color:white;
}

.imgzentriert {
	margin-right: 2em;
}

.a_weißer_bg:hover {
	color: #4e79e0;
}

.fixiert {
  position: fixed;
  top:      4em;
}

.schrift_schwarz {
	color: black;
}

