@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-family: Lato;
	background-image: url(../img/logo-hg.png);
	background-size: auto;
}

.body1 {
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	font-family: Lato;
	background-image: none;
	background-size: auto;
}

.wrapper {
    width: 100%;
    max-width: 1024px;
    margin: 30px auto 0 auto;
    padding: 20px;
	background-color: #fff;
}

.wrapper1 {
    width: 100%;
    max-width: 450px;
    margin: 200px auto 0 auto;
    padding: 20px;
}

.footer {
    background-color: #113f61;
    margin: 30px auto 0;
    max-width: 1920px;
    padding: 20px 0;
    width: 100%;
}


.footer p, .header-box {
	color: #fff;
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	font-size: 12px;
}

.header {
    background-color: #113f61;
    margin: 0 auto;
    max-width: 1920px;
    width: 100%;
}

.clearfix {
	clear: both;
}

p, li {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 25px;
}

h1 {
    border-bottom: 2px solid #6fb3e6;
    color: #6fb3e6;
    font-family: Lato;
    font-size: 40px;
    font-weight: 900;
    margin: 0 0 15px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}

h2 {
	font-size: 18px;
	font-family: Lato;
	border-bottom: 1px solid #000;
	margin: 10px 0 10px 0;
	color: #2F4C61;
	padding: 10px 0;
	text-transform: uppercase;
}


h3 {
    border-bottom: 2px solid #1f71ae;
    color: #1f71ae;
    font-family: Lato;
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 10px;
    padding: 5px 0;
    text-transform: uppercase;
}


h4 {
    color: #2892e1;
    font-family: Lato;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 0;
    text-transform: uppercase;
}

li {
	list-style-image: url(file:///C|/Users/Sandra/Desktop/icon.png);
	margin: 0 0 0 30px;
}


a {
	text-decoration: none;
	color: #92b6dc;
}

.logo {
    float: left;
    padding: 20px;
    width: 50%;
}

.daten {
    float: right;
    padding: 20px;
}

.daten p {
	float: left;
	margin: 0;
	color: #fff;
}

.daten img {
    margin: -28px 0 0 100px;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: lighter;
    line-height: 1;
    margin-left: 15px;
    margin-right: 10px;
    text-rendering: auto;
	color: #1F71AE;
	font-size: 12px;
}

.fa1 {
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: lighter;
    line-height: 1;
    margin-left: 15px;
    margin-right: 10px;
    text-rendering: auto;
	color: #fff;
	font-size: 16px;
}


.box3 {
    float: left;
    width: 48%;
	margin: 0 20px 0 0;
}

.box2 {
    width: 30%;
    float: right;
    background-image: url(../img/10.jpg);
    max-width: 286px;
    height: 392px;
    background-size: contain;
	background-repeat: no-repeat;
}

.box2:hover {
	background-image: url(../img/10-hover.jpg);
}

.box2-1 {
    width: 30%;
    float: right;
    max-width: 286px;
    height: 392px;
}

.box1 {
    float: left;
    width: 65%;
}


.box {
    float: right;
    width: 30%;
}

.box:last-child {
	margin: 0;
}


.spalte {
    float: left;
    margin: 0 50px 0 0;
    width: 30%;
}

.spalte1 {
    float: left;
    width: 250px;
}
.spalte:last-child {
	margin: 0;
}


.shopbutton {
    background-color: #113f61;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 250px;
}

.shopbutton1 {
    background-color: #401b61;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 27px 0 0;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 90%;
}

.shopbutton2 {
    background-color: #faa919;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 90%;
}

.shopbutton3 {
    background-color: #016332;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 24px 0 0;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    width: 90%;
}

.shopbutton:hover {
	background-color: #6fb3e6;
}

.shopbutton1:hover {
	background-color: #7d2174;
}

.shopbutton2:hover {
	background-color: #f15a23;
}

.shopbutton3:hover {
	background-color: #6ea967;
}

.shop {
    margin: 49px 0 0;
}

.shop:hover {
	opacity: 0.6;
}

.erg1 {
    margin: 71px 25px 0;
    max-width: 250px;
    width: 100%;
}

.erg2 {
    margin: 20px 25px 5px;
    max-width: 250px;
    width: 100%;
}

.erg3 {
    margin: 77px 25px 3px;
    max-width: 250px;
    width: 100%;
}

.grafik {
    float: left;
    margin: 0 40px 0 0;
    width: 210px;
    height: 279px;
    background-image: url(../img/05.jpg);
    background-size: contain;
	background-repeat: no-repeat;
}

.grafik:hover {
	background-image:url(../img/05-hover.jpg);
}

.gross {
    font-size: 16px;
    margin: 10px 0 0;
}

.hg {
	border: 2px dotted #000;
}

.oe {
    float: left;
    width: 30%;
}

.de {
    width: 30%;
    float: right;
}

b {
	font-weight: bold;
}

.anmelden {
    width: 780px;
    margin: 0 auto;
    margin-left: -128px;
}

.anmelden img {
    margin: 0 auto;
    width: 100%;
    max-width: 759px;
}


@media screen and (max-width:1024px) {
	.wrapper {
		padding: 20px;
	}
	
	.box1 {
		width: 100%;
		float: none;
	}
		
	.box2, .box2-1 {
		float: left;
		width: 90%;
		margin: 20px 0 0;
	}
	
	.box3 {
		float: left;
		margin: 0 20px 0 0;
		width: 90%;
	}
	
	.spalte {
		float: left;
		margin: 0 50px 0 0;
		width: 90%;
	}
	
	.wrapper {
		background-color: #fff;
		margin: 30px auto 0;
		max-width: 1024px;
		padding: 20px;
		width: 90%;
	}
}
