/*  fonts  */
@font-face {
    font-family: Titillium;
    src: url('type/titillium-web-regular.eot');
    src: url('type/titillium-web-regular.eot?#iefix') format('embedded-opentype'),
        url('type/titillium-web-regular.woff2') format('woff2'),
        url('type/titillium-web-regular.woff') format('woff'),
        url('type/titillium-web-regular.ttf') format('truetype'),
        url('type/titillium-web-regular.svg#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Titillium;
    src: url('type/titillium-web-bold.eot');
    src: url('type/titillium-web-bold.eot?#iefix') format('embedded-opentype'),
        url('type/titillium-web-bold.woff2') format('woff2'),
        url('type/titillium-web-bold.woff') format('woff'),
        url('type/titillium-web-bold.ttf') format('truetype'),
        url('type/titillium-web-bold.svg#TitilliumWeb-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

/*  attributes for all  */
body, h1, h2, h3, h4, h5, h6, p, div, img, a, address, b, i, u, sup, div, span, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
}

/*  tags  */
html
{
	width: 100%;
	height: 100%;
}
body
{
	font-family: 'Titillium Web', sans-serif;
	background: #FFFFFF;
	color: #E52447;
	font-size: 16px;
	width: 100%;
	height: 100%;
}

a
{
	color: inherit;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4
{
	color: inherit;
	font-weight: normal;
}
h1 { font-size: 1.8rem; }
h2 { font-size: 1.3em; font-weight: bold; padding-bottom: 0.25rem; }
h3 { font-size: 1.125rem; font-weight: bold; padding-bottom: 0.25rem; }
h4 { font-size: 1rem; font-weight: bold; }

p
{
	line-height: 1.3em;
	padding-bottom: 1rem;
}

ul
{
	list-style-type: square;
	padding: 0 0 0 1.4em;
	padding-bottom: 1rem;
}


/*  ids  */
#wrapper-outer
{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
#wrapper-inner
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#page
{
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 1280px;
	height: 760px;
	background: #E52447;
	text-align: left;
}

#logo
{
	position: relative;
	display: block;	
	float: left;
	width: 133px;
	height: 760px;
}

#content
{
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	width: 1035px;
	height: 760px;
	padding: 33px 113px 37px 0;
	box-sizing: border-box;
}

#box
{
	position: absolute;
	width: 987px;
	height: 164px;
	left: 24px;
	bottom: 61px;
	background: #FFFFFF;
	color: #E52447;
	padding: 16px 26px 0 26px;
	box-sizing: border-box;
}

#imprint
{
	width: 800px;
}


#data-privacy
{
	width: 800px;
}


/*  classes  */
.column
{
	float: left;
	border-right: 1px solid #66CAE1;
	padding-right: 32px;
	margin-right: 32px;
	box-sizing: border-box;
}
.column.first,
.column.second
{
	width: 225px;
}
.column.third
{
	width: 250px;
}
.column.last
{
	width: 130px;
	border-right: none;
	margin-right: 0;
	padding-right: 0;
	font-size: 0.75rem;
}
.column :last-child
{
	padding-bottom: 0;
}

.hint
{
	color: #F4A42E;
}

.facebook
{
	color: #66CAE1;
}
.facebook:before
{
	content: '';
	float: left;
	width: 50px;
	height: 80px;
	background: url(../img/facebook.png) left top no-repeat;
}

.flash
{
	display: inline-block;
	border: 1px solid #E52447;
	padding: 6px 40px 6px 12px;
	margin-bottom: 0.75em;
	background: #FFFFFF url(../img/arrow.png) right center no-repeat;
	line-height: 1.15em;
}

.footer
{
	color: #66CAE1;
}
.footer > :not(:last-child)
{
	margin-right: 0.125rem;
}