/* 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, main {
	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;
}

/* -------------------- animation */

.delayed-1s {
	animation-delay:1s;
	-webkit-animation-delay:1s;
}

.delayed-2s {
	animation-delay:2s;
	-webkit-animation-delay:2s;
}

.delayed-3s {
	animation-delay:3s;
	-webkit-animation-delay:3s;
}

.delayed-4s {
	animation-delay:4s;
	-webkit-animation-delay:4s;
}



body {
    margin: 0; padding: 0;
    width: 100%; height: 100%;
    background: rgb(40,55,70); /* Old browsers */
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;


}

body, html {
  /* prevent horizontal scrolling */
  overflow-x: hidden;
}

.loaded #about-content {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1;
}

#about-content {
	margin: 0; padding: 0;
	width: 100%;
	
	font-family: 'Droid Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	
	color: rgba(255,255,255,1);

        opacity: 0;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-transition: all 1200ms ease;
        -moz-transition: all 1200ms ease;
        transition: all 1200ms ease;
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        transition-delay: 350ms;
}

#about-content a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

#about-content .deradleristgelandet {
	margin: 0 auto; padding: 0;
	margin-top: 4%;
	width: 100px; height: 93px; display: block;
}

#about-content .info {
	margin: 0; padding: 4% 4% 0% 4%;
	display: block;
	
	font-size: 12px; line-height: 16px;
	text-align: center;
}	

#about-content .links {
	margin: 0 0 3px 0; padding: 4%;
	height: 50px; line-height: 70px;
	width: 42%; float: left;
	display: block;
	
	font-size: 12px; 
	text-align: center;
	
	background: transparent url('imageSettingsInfoSignatureChris@3x.png') no-repeat center top;
	background-size: 45px 45px;	
}	

#about-content .rechts {
	margin: 0 0 3px 0; padding: 4%;
	height: 50px; line-height: 70px;	
	width: 42%; float: right;
	display: block;
	
	font-size: 12px; 
	text-align: center;
	
	background: transparent url('imageSettingsInfoSignatureNicolas@3x.png') no-repeat center top;
	background-size: 45px 45px;	
}	

#row {
	margin: 0; padding: 0 2% 0 2%;
	display: block; clear: both;
	width: 100%; height: 44px;
	border-top: 1px solid #364c61;
	border-bottom: 1px solid #364c61;
	
	font-size: 16px; line-height: 44px; 
	text-align: left;
}

#row a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}

#row .icon-kontakt {
	margin: 0; padding: 0; margin-right: 2%;
	width: 44px; height: 44px; display: block;
	float: left;
	background: transparent url('settingsIconMail@3x.png') no-repeat center center;
	background-size: 40px 40px;		
}

#row .icon-developer {
	margin: 0; padding: 0; margin-right: 2%;
	width: 44px; height: 44px; display: block;
	float: left;
	background: transparent url('settingsIconCode@3x.png') no-repeat center center;
	background-size: 40px 40px;		
}

#row .icon-designer {
	margin: 0; padding: 0; margin-right: 2%;
	width: 44px; height: 44px; display: block;
	float: left;
	background: transparent url('settingsIconDesign@3x.png') no-repeat center center;
	background-size: 40px 40px;		
}

#row .text-01 {
	float: left;
	width: 35%;		
}

#row .text-01 a {
	text-decoration: none;
	color: rgba(255,255,255,1);	
}

#row .text-02 {
	float: left;
	color: rgba(5,120,220,1);
	text-align: right;
	width: 35%;	
}

#row .text-02 a {
	text-decoration: none;
	color: rgba(255,255,255,1);	
}

#row .arrow {
	margin: 0; padding: 0; margin-right: 2%;
	width: 11%; height: 44px; display: block;
	float: right;
	background: transparent url('settingsIconArrow@3x.png') no-repeat center center;
	background-size: 40px 40px;		
}

#column {
	margin: 16px 16px 0px; padding: 0 0 0 12px;
	height: 6px; line-height: 6px; width: 100%;
	font-size: 10px; font-weight: 700;
	text-transform: uppercase;
	text-align: left; text-indent: -9999px;
}

#version {
	margin: 12px auto; padding: 3px 6px;
	width: 100px; height: 24px; line-height: 24px;
	color: rgba(5,120,220,1);
	border: 1px solid rgba(5,120,220,1);
	border-radius: 6px;
	text-align: center;
}

#version strong {
	font-weight: 700;
}

#footer {
	margin: 0 auto; padding: 0 0 24px 0;
	width: 90%; display: block;
	font-size: 10px; line-height: 14px;
	text-align: center; 
}
*:not(input):not(textarea) {
   -webkit-user-select: none; /* disable selection/Copy of UIWebView */
   -webkit-touch-callout: none; /* disable the IOS popup when long-press on a link */
   }       



