.color {
	color: #092e6e;
}
.bg-color {
	background-color: grey;
	color: white;
}
.border-color {
}

.bg-color2 {
	background-color: #E0E0E0;
	color: #1E1E1E;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
section.indented {
  width: 92%;
  margin: 0 4%; /* Margin auf "15px 4%" setzen, wenn einegrückte Abschnitte einen Abstand nach oben und Unten haben sollen. */
  padding: 0;
}
section.indented > div {
  padding: 15px 4%;
}
section.indented > img {
  padding: 0 !important;
}
section.indented > * {
  padding: 0 4%;
}
section.indented > *:first-child {
  padding-top: 15px;
}
section.indented > *:last-child {
  padding-bottom: 15px;
}
section.indented .icon-wrap {
  display: flex;
  justify-content: center;
}
section.indented .icon-wrap *:nth-of-type(n + 2) {
  margin-left: 20px;
}
section.indented.border {
  border-left: 10px solid #a9a9a9;
  position: relative;
}
section.indented.border:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: #fff;
}


section.divider {
	width: 92%;
	margin: 10px 4%;
}
.divider {
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 15px 0;
	background: #092e6e;
}


img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border: 0;
}
h1 {
	font-size: 2em;
	line-height: 1.1em;
	margin: 10px 0 0 0;
	color: #092e6e;
}
h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 5px 0;
}
h3 {
	font-size: 1.25em;
	line-height: 1.35em;
	margin: 3px 0;
	color: #092e6e;
}
a {
	color: #092e6e;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.btn {
	padding: 12px 30px;
	background: white;
	/* float: left; */
    /* clear: both; */
	display: inline-block;
	margin-bottom: 10px;
}

h1 .small {
	font-size: .65em;
	line-height: 20px;
}

.small {
	font-size: .65em;
	
}
.big {
	font-size: 1.25em;
}

p.text_padding {
	padding: 0 10px;
}

ul {
	padding: 0;
	margin: 0;
}
ul li {
	position: relative;
	list-style-type: none;
	margin-top: 4px;
	padding-left: 20px;
}
ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #092e6e;;
	position: absolute;
	left: 5px;
	top: 6px;
}
body {
	font-family: 'Abel', Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	word-spacing: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
}
#wrapper {
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid #d2d2d2;
	-moz-box-shadow: 0px 0px 10px #999;
	-webkit-box-shadow: 0px 0px 10px #999;
	box-shadow: 0px 0px 10px #999;
	overflow: auto;
}
header {
	width: 100%;
	/*float: left;*/
}
header section {
	padding: 30px 4% 0 4%;

}
.logo img {
    width: 20%;
    height: auto;
    float: right;
	margin-bottom: 25px !important;
}

.flex {
    display: flex;
}
section.logo {
    justify-content: flex-end;
}
section {
	float: left;
	width: 100%;
	padding: 15px 4%;
}
section p {
	margin: 0 15px 10px 0;
}
section p:last-child {
	margin: 0;
}
.text-center {
	text-align: center;
}
section.icon-wrap {
	display: flex;
	justify-content: center;
}
section.icon-wrap *:nth-of-type(n + 2) {
	margin-left: 20px;
}

.icon-wrap {
	position: relative;
}
.icon-wrap .fa, .icon-wrap .fas, .icon-wrap .far {
	padding-left: 20px;
	position: relative;
	max-width: 200px;
	line-height: 18px;
}
.icon-wrap > *:before {
	position: absolute;
	left: 0px;
	color: #092e6e;
}
.icon-wrap .fa:before, .icon-wrap .fas:before {
	margin-right: 15px;
}
/* Boxen */

div[class^="box"] {
}
footer div[class^="box"] {
}
/* Boxen 2 Spaltig */

header .box2-1 { width: 80%; align-self: flex-end;}
header .box2-2 { width: 20%; margin: 0;}

.box2-1, .box2-2 {
	float: left;
	width: 47.5%;
	padding: 10px;
}
.box2-1 {
	margin-right: 5%;
}

/* Boxen 3 Spaltig */

.box3-1, .box3-2, .box3-3 {
	float: left;
	width: 30%;
}
.box3-1, .box3-2 {
	margin-right: 5%;
}
footer {
	float: left;
	width: 100%;
	color: #000;
}


.ueber-unternehmen {
	padding: 0px 120px;
	text-align: justify;
}

ul>ul li {
	position: relative;
	list-style-type: none;
	margin-top: 4px;
	padding-left: 35px;
}

ul>ul li:before {
	content: "";
	width: 5px;
	height: 5px;
	background: #092e6e;;
	position: absolute;
	left: 20px;
	top: 6px;
	border-radius: 50%;
}

.black a, .black {
	color: #092e6e;
}

footer section {
	display: flex;
}

footer .box2-1 {
	align-self: flex-end;
}

/*footer .box2-2 {
	text-align: justify;
}*/

footer img {
	width: 49%;
	float: left;
}

.content {
	padding-bottom: 0;
}

.hide-dektop img {
	display: none;
}

.up {
	position: relative;
    font-size: 10px;
    bottom: 6px;
}

