html{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  	font-smoothing: antialiased;
   	text-rendering: optimizeLegibility;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25),
only screen and (min-device-pixel-ratio: 1.25),
only screen and (min-resolution: 200dpi),
only screen and (min-resolution: 1.25dppx){
	html{
		-webkit-font-smoothing: subpixel-antialiased;
     	font-smoothing: subpixel-antialiased;
   	}
}

body{
    color: #000000;
    background: #FEFEFE;
    font: 400 1em sans-serif;
    text-align: left;
}

/* BASICS FONTS AND COLORS */

body{
	font-family: open-sans, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 26px;
    color: #222222;
	/* extended font-settings */
	-moz-font-feature-settings: "onum=1, tnum=1, zero=1, kern=1, liga=1";
	-moz-font-feature-settings: "onum" 1, "tnum" 1, "zero" 1, "kern" 1, "liga" 1;
	-webkit-font-feature-settings: "onum" 1, "tnum" 1, "zero" 1, "kern" 1, "liga" 1;
	font-feature-settings: "onum" 1, "tnum" 1, "zero" 1, "kern" 1, "liga" 1;	
}

h1,
h2,
h3{
	font-family: futura-pt, Verdana, Helvetica, Arial, sans-serif;
	/* extended font-settings */
	-moz-font-feature-settings: "onum=1, tnum=1, zero=1, kern=1, liga=1";
	-moz-font-feature-settings: "onum" 1, "tnum" 1, "zero" 1, "kern" 1, "liga" 1;
	-webkit-font-feature-settings: "onum" 1, "tnum" 1, "zero" 1, "kern" 1, "liga" 1;
	font-feature-settings: "onum" 1, "tnum" 1, "zero" 1, "kern" 1, "liga" 1;
	max-width: 640px;	
	position: relative;
    margin: 0 auto;
}

h1{
	font-size: 48px;
	line-height: normal;
    color: #e3000f;
}

h2{
	font-size: 48px;
	line-height: normal;
    color: #e3000f;
}

h3{
	font-size: 30px;
	line-height: normal;
    color: #e3000f;
}

h4,
h5{
	font-size: 18px;
    color: #121212;
    line-height: 28px;
}

h4,
h5,
strong,
b{font-weight: 600;}

blockquote,
p{
    font-size: 18px;
    line-height: 28px;
    max-width: 640px;
    position: relative;
    margin: 0 auto;
}

a,
a:active,
a:visited{
    color: #242424;
    font-style: italic;
    line-height: normal;
    text-decoration: none;
    border-bottom: 1px solid #e3000f;
    -webkit-transition: color 120ms ease-in-out;
    -moz-transition: color 120ms ease-in-out;
    -ms-transition: color 120ms ease-in-out;
    -o-transition: color 120ms ease-in-out;
    transition: color 120ms ease-in-out;
}

a > img{background: #FEFEFE;}

a.ext_link{
    position: relative;
    margin: 0 16px 0 0;
}

a.ext_link:after{
	content:url("../images/ext_link_arrow.svg") " ";
	position:absolute;
	right:-1em;
	bottom:1px;
    /* für Animation optimieren */
	-webkit-transform-style:preserve-3d;
	-moz-transform-style:preserve-3d;
	-ms-transform-style:preserve-3d;
	transform-style:preserve-3d;
    -webkit-transform:translateZ(0); 
    -moz-transform:translateZ(0); 
    -ms-transform:translateZ(0); 
    -o-transform:translateZ(0);  
    transform:translateZ(0); 
    -ms-backface-visibility:hidden; 
    -o-backface-visibility:hidden;
    -moz-backface-visibility:hidden; 
    -webkit-backface-visibility:hidden; 
    backface-visibility:hidden;
    -webkit-perspective:1000;
    -moz-perspective:1000;
    -ms-perspective:1000;
    perspective:1000;
    /* optimieren ende */
    -webkit-transform:translate3d(0,0,0) rotate(0deg) scale3d(1,1,1); 
    -moz-transform:translate3d(0,0,0) rotate(0deg) scale3d(1,1,1); 
    -ms-transform:translate3d(0,0,0) rotate(0deg) scale3d(1,1,1); 
    -o-transform:translate3d(0,0,0) rotate(0deg) scale3d(1,1,1); 
    transform:translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -webkit-transition:-webkit-transform 120ms ease-in-out 8ms;
    -moz-transition:-moz-transform 120ms ease-in-out 8ms;
    -ms-transition:-ms-transform 120ms ease-in-out 8ms;
    -o-transition:-o-transform 120ms ease-in-out 8ms;
    transition:transform 120ms ease-in-out 8ms;
}

a.ext_link:hover:after{
    -webkit-transform:translate3d(.4em,0,0) rotate(0deg) scale3d(1,1,1); 
    -moz-transform:translate3d(.4em,0,0) rotate(0deg) scale3d(1,1,1); 
    -ms-transform:translate3d(.4em,0,0) rotate(0deg) scale3d(1,1,1); 
    -o-transform:translate3d(.4em,0,0) rotate(0deg) scale3d(1,1,1); 
    transform:translate3d(.4em,0,0) rotate(0deg) scale3d(1,1,1);
}

.ce_text ul li{
    max-width: 640px;
    position: relative;
    padding: 0 0 0 20px;
    text-align: left;
}

.ce_text ul li:after{
    content: "";
    width: 8px;
    height: 26px;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    background: url("../images/red_dot.svg") center center no-repeat;
}

h1 + h3{margin-top: 8px;}

h3:first-child,
h3 + h2{display: inline-block;}

h2 + ul,
h3 + ul,
h2 + p,
h3 + p,
h2 + blockquote,
h3 + blockquote{margin-top: 16px;}

p + p,
h2 + p,
h4 + p{padding: 1em 0 0 0;}

#container li + li{
	position: relative;
    padding: 0 0 0 20px;
    margin: 0.5em 0 0 0;
}

.mod_article:nth-child(3) .ce_text.last p{
	color: #FFFFFF;
    line-height: 103px;
	max-width: 100%;
}
.mod_article:nth-child(3) .ce_text.last a{color: #FFFFFF;}
.mod_article:nth-child(3) .last .download_link{position: relative;}
.mod_article:nth-child(3) .last .download_link:after {
    content: url("../images/download_icon.svg") " ";
    position: absolute;
    right: -24px;
    top: 1px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -moz-transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -ms-transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -o-transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -webkit-transition: -webkit-transform 120ms ease-in-out 8ms;
    -moz-transition: -moz-transform 120ms ease-in-out 8ms;
    -ms-transition: -ms-transform 120ms ease-in-out 8ms;
    -o-transition: -o-transform 120ms ease-in-out 8ms;
    transition: transform 120ms ease-in-out 8ms;
}

.mod_article:nth-child(3) .last a:hover:after {
    -webkit-transform: translate3d(0,4px,0) rotate(0deg) scale3d(1,1,1);
    -moz-transform: translate3d(0,4px,0) rotate(0deg) scale3d(1,1,1);
    -ms-transform: translate3d(0,4px,0) rotate(0deg) scale3d(1,1,1);
    -o-transform: translate3d(0,4px,0) rotate(0deg) scale3d(1,1,1);
    transform: translate3d(0,4px,0) rotate(0deg) scale3d(1,1,1);
}

.mod_article:nth-child(4) .accordion .ce_text h4 {padding: 33px 0 0 0;}

.mod_article:nth-child(5) p{margin: 0;}

#base_bottom,
#base_bottom a{
	color: #FFFFFF;
	font-style: normal;
	border-bottom: none;
}

#base_bottom .right a,
#base_bottom .right a:active,
#base_bottom .right a:visited{
    color: #777777;
    font-style: normal;
    border-bottom: none;
    padding: 0 28px 0 0;
    position: relative;
}

#base_bottom .right a:after{
    content: url("../images/to_top_arrow.svg") " ";
    position: absolute;
	top: -2px;
    right: 0;
    bottom: 50%;
    margin: 0 0 -6px 0;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -moz-transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -ms-transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -o-transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    transform: translate3d(0,0,0) rotate(0deg) scale3d(1,1,1);
    -webkit-transition: -webkit-transform 120ms ease-in-out 8ms;
    -moz-transition: -moz-transform 120ms ease-in-out 8ms;
    -ms-transition: -ms-transform 120ms ease-in-out 8ms;
    -o-transition: -o-transform 120ms ease-in-out 8ms;
    transition: transform 120ms ease-in-out 8ms;
}

#base_bottom .right a:hover:after{
    -webkit-transform: translate3d(0,-4px,0) rotate(0deg) scale3d(1,1,1);
    -moz-transform: translate3d(0,-4px,0) rotate(0deg) scale3d(1,1,1);
    -ms-transform: translate3d(0,-4px,0) rotate(0deg) scale3d(1,1,1);
    -o-transform: translate3d(0,-4px,0) rotate(0deg) scale3d(1,1,1);
    transform: translate3d(0,-4px,0) rotate(0deg) scale3d(1,1,1);
}

a:hover,
a.ext_link:hover,
#base_bottom .left a:hover,
.mod_article:nth-child(3) .ce_text.last a:hover,
.active a{color:#e3000f;}

@media screen and (max-width:1100px){
    h1,
    h2{font-size:44px;}
    h4{
        color:#222222;
        font-size:20px;
    }
    p,
    quote,
    blockquote,
    li,
    .body_font{
        color:#242424;
        font-size:18px;
    }
}

@media screen and (max-width:500px){
    h1,
    h2{font-size:32px;}
    h3{font-size:26px;} 
    h4{
        font-size:18px;
        color:#202020;
    }
    p,
    quote,
    blockquote,
    li,
    .body_font{color:#222222;} 
}