.color {
}
.bg-color {
    background-color: rgba(35, 155, 210, 1);
    color: white;
}
.bg-color-2 {
    background: #f1f1f1;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	border: 0;
}

.title strong {
	color:#fff;
}
.nobr {
    white-space: nowrap;
}
.roboto {
   
	font-family: 'Roboto Slab', serif;
}

p.padding {
    padding: 10px;
}

h1 {
    font-size: 2.5em;
   
    font-weight: 400;
    margin: 10px 0;
	/*font-family: 'Roboto Slab', serif;*/
}
.blue{
    color: rgba(35, 155, 210, 1);
}
h2 {
	font-size: 1.5em;
	line-height: 1.6em;
	margin: 5px 0;
	font-family: 'Roboto Slab', serif;
}
h3 {
    font-size: 1.25em;
    line-height: 1.35em;
    margin: 3px 0;
    color: rgba(35, 155, 210, 1);;
    font-weight: 400;
	font-family: 'Roboto Slab', serif;
}
section h3 + p {
    margin-top: 8px;
}
a {
    color: white;
    text-decoration: none;
    font-weight: 600;
}
a:hover, a:active {
	text-decoration: underline;
}
a.btn {
    padding: 12px 30px;
    display: inline-block;
    margin-bottom: 10px;
    background: rgba(35, 155, 210, 1);;
    border-radius: 8px;
}

.row80-20 {
    display: flex;
}


.bg-image:after,
.logo-seperated:after {
    background: url(../img/logo-part.png);
    position: absolute;
    content: "";
    height: 42px;
    width: 154px;
    bottom: -10px;
    right: 0;
}

.logo-seperated {
	position:relative;
}

.bg-image:after {
	right: -10px;
}

.logo-seperated:after {
	    right: 40px;
}

.row80-20 .box2-1 {
	flex:1 1 100%;
}
.row80-20 .box2-2 {
    flex: 0 0 100px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.row80-20 .box2-1:after {
    content: "";
    height: 100%;
    width: 1px;
    background: #0a91cc;
    position: absolute;
    right: -16px;
    top: 0;
}
.row80-20 .box2-1:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #14aef1;
    position: absolute;
    right: -17px;
    top: 0;
}
.fulltime {
    display: inline-table;
    text-align: center;
}
section.bg-color-2.flex {
    padding: 30px 4%;
}
.small {
	font-size: .65em;
	line-height: 1.2em;
}

.small_h1_big {
	
	line-height: 1.2em;
}

.big {
	font-size: 1.15em;
}
.spacer {
    height: 32px;
}
.flex {
	display:flex;
}
.rounded {
    padding: 15px;
    border-radius: 8px;
}
.bg-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/child.png);
    background-size: cover;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
    position: relative;
    list-style-type: none;
    margin-top: 8px;
    padding-left: 20px;
}
ul.white li {
    position: relative;
    list-style-type: none;
    margin-top: 0px;
    padding-left: 20px;
}
ul li:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    background: #239bd2;
    height: 6px;
    width: 6px;
    border-radius: 100%;
}
ul.white li:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 6px;
    background: #FFF;
    height: 6px;
    width: 6px;
    border-radius: 100%;
    margin-top: 0px;
}
body {
font-family: 'Poppins', sans-serif;
    font-size: 13px;
    color: #737373;
    text-decoration: none;
    font-weight: normal;
    word-spacing: normal;
    line-height: 17px;
    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.logo-included {
    position: relative;
}

header.logo-seperated {
    text-align: center; /* Logo Ausrichtung */
}

header.logo-included a.logo {
    position: absolute;
    left: 0;
    top: 0;
}
img.headerimage {
    float: left;
    width: 100%;
}
strong {
    color: rgba(35, 155, 210, 1);
    font-weight: 600;
}

header section {
	padding: 20px 4%;
}
.logo img {
    max-width: 250px;
    width: 100%;
    float: left;
    margin: 15px 40px 15px 15px;
    vertical-align: middle;
}
header p {
    padding: 0px 10px 0;
    float: right;
    text-align: left;
    max-width: 355px;
}
section {
	float: left;
	width: 100%;
	padding: 15px 4%;
}
section p {
	margin: 0 0 10px 0;
}
section p:last-child {
	margin: 0;
}
.text-center {
	text-align: center;
}
/* Boxen */

.flex {
    display:flex;
    justify-content: space-between;
    
}
.col-3 > * {
	flex: 0 1 30.33333333333%;
}


div[class^="box"] {
	position:relative;
}
footer div[class^="box"] {
}
/* Boxen 2 Spaltig */

.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%;
}
