@charset "UTF-8";
/* CSS Document */
@font-face {
    font-family: 'amatic_scbold';
    src: url('amaticsc-bold-webfont.woff2') format('woff2'),
         url('amaticsc-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'amatic_scregular';
    src: url('amaticsc-regular-webfont.woff2') format('woff2'),
         url('amaticsc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'source_sans_probold';
    src: url('sourcesanspro-bold-webfont.woff2') format('woff2'),
         url('sourcesanspro-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_prolight';
    src: url('sourcesanspro-light-webfont.woff2') format('woff2'),
         url('sourcesanspro-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('sourcesanspro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'source_sans_prosemibold';
    src: url('sourcesanspro-semibold-webfont.woff2') format('woff2'),
         url('sourcesanspro-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
	margin: 0px;
}

#head {
	text-align: center;
	color: #7c8a95;
}
#bg_white {
	padding: 20px;
	position: relative;
	text-align: center;
}
#bg_pink {
	padding: 20px;
	position: relative;
	text-align: center;
	background-color: #fb179f;
}
#bg_dark {
	padding: 20px;
	position: relative;
	text-align: center;
	background-color: #515b62;
}

#bg_color {
	background-color: #f3f8fb;
	padding: 20px;
	text-align: center;
}
.white {
	color: #FFF;
	}
.bold {
	font-family: 'source_sans_probold';
}


p {
	font-family: 'source_sans_proregular';
	font-size: 1.4em;
	color: #515b62;
	line-height: 1.5em;
	font-variant: normal;
}
h1 {
	font-family: 'amatic_scregular';
	font-size: 4em;
	color: #7c8a95;
	line-height: 1em;
}
h2 {
	font-family: 'amatic_scregular';
	font-size: 2.5em;
	color: #7c8a95;
	line-height: 1.2em;
}
h3 {
	font-family: 'amatic_scregular';
	font-size: 2.5em;
	color: #7c8a95;
	line-height: 1.2em;
}
h6 {
	font-family: 'source_sans_proregular';
	font-size: 0.8em;
	color: white;
}
#contact {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #fb179f;
	font-family: 'source_sans_proregular';
	color: #FFF;
	text-align: center;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: -6px;
}

a {
	text-decoration: none;
	color: #FFF;
	margin-right: 20px;
}

#clear {
	clear: left;
	}
ul {
	list-style-position: outside;
	padding-left: 10px;
	}


#center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: inline-block;
    vertical-align: middle;
}
.container {
		align-content: center;
		}
#content {
	width: 500px;
	margin-right: 40px;
	text-align: center;
	float: left;

}
#impressum {
	font-family: 'source_sans_proregular';
	width: 250px;
	margin: 20px;
	text-align: left;
	float: left;
	font-size: 0.9em;
	color: #FFF;
}
#content_bild {
	width: 400px;
	margin-right: 40px;
	text-align: center;
	float: left;
}

.small {
	position: absolute;
	right: 50px;
	top: 20%;
	}
.float {
		float: left;
	}
	/* Large */
/* small screens */
@media all and (max-width: 800px) {

#content {
	width: 100%;
	text-align: center;
	float: left;
}
#content_bild {
	width: 100%;
	text-align: center;
	float: left;
}

}
/* medium screens 
@media all and (max-width: 1200px) {
#content {
	width: 50%;
	text-align: center;
	float: left;
}
#content_bild {
	width: 50%;
	text-align: center;
	float: left;
}
#bg_color {
	background-color: #f3f8fb;
	text-align: center;
}
#bg_white {
	position: relative;
	text-align: center;
}
h3 {
	font-size: 1.5em;
	line-height: 1em;
}
p {
		font-size: 1.5em;
		color: #3b4146;
}



}*/
