/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* style */

body {
	background: #3b3b3b url('irongrip.png') repeat;
	color: #d8d8d8;
}

img {
	-webkit-box-shadow: 7px 8px 19px 5px rgba(0,0,0,0.4);
	-moz-box-shadow: 7px 8px 19px 5px rgba(0,0,0,0.4);
	box-shadow: 7px 8px 19px 5px rgba(0,0,0,0.4);
    max-width: 90%;
}

h1, p, a, a:focus, a:hover, a:active {
	width: 98%;
    max-width: 705px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	margin-bottom: 15px;
	line-height: 1.3;
    color: #d8d8d8;
}

h1 {
	margin-top: 30px;
	font-size: 2.1em;
	font-weight: 400;
	letter-spacing: 1px;
}

p:first-of-type {
	margin-top: 40px;
}

span.flags {
    background: transparent url('flags.gif') no-repeat;
    width: 18px;
    height: 10px;
    display: block;
    margin: 0 auto 9px;
}

span.flags.de {
    background-position: 0 0;
}

span.flags.fr {
    background-position: -76px 0;
}

span.flags.en {
    background-position: -38px 0;
}

div.imp p {
    width: 100%;
    text-align: left;
    padding: 0 0;
    /*text-align: center;*/
    /*padding: 0 15px;*/
    font-size: 0.7em;
    margin: 30px auto 20px;
}

div.imp p, div.imp p a, div.imp p a:active, div.imp p a:focus, div.imp p a:hover {
    color: #9B9B9B;
    text-decoration: none;
}

i {
    font-style: italic;
}

@media only screen and (max-width: 749px) {
    body {
        text-align: center;
    }

    p {
        margin-left: auto;
        margin-right: auto;
        width: 85%;
        max-width: 315px;
        padding-left: 0;
    }
    div.imp p {
      text-align: center;
    }
}

/*@media only screen and (min-width: 750px) and (max-width: 755px) {
    h1 {
        margin-left: 20px;
    }

    img {
        margin-left: 20px;
        float: left;
    }

    p {
        max-width: none;
        padding-left: 470px;
    }

    span.flags {
        margin: 2px 10px 0 -24px;
        display: inline-block;
    }
}

@media only screen and (min-width: 756px) {*/
@media only screen and (min-width: 749px) {
	.content {
        position: relative;
        left: 50%;
        margin-left: -355px;
        width: 730px;
	}

  h1 {
      margin-top: 70px;
      margin-bottom: 25px;
  }

	img {
		position: relative;
		float: left;
	}

    p {
        max-width: none;
        padding-left: 465px;
    }

    span.flags {
        margin: 2px 10px 0 -30px;
        display: inline-block;
    }
}
