* {
  font-family: 'ssp_akzidenz_grotesk_regulaRg', sans-serif;
  margin: 0; padding: 0;
}

body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: 'ssp_akzidenz_grotesk_regulaRg', sans-serif;


}

a{
  text-decoration: none;
  color: black;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

svg {
  width: 91%;
  position: absolute;
  top: 20%;
  left: 20%;
  /* bring your own prefixes */
  -ms-transform: translate(-20%, -20%);
  -webkit-transform: translate(-20%, -20%);
  -moz-transform: translate(-20%, -20%);
  -o-transform: translate(-20%, -20%);
}

@media screen and (max-width: 60em) {
  svg {
    width: 91%;
    position: absolute;
    top: 40%;
    left: 40%;
    /* bring your own prefixes*/
    -ms-transform: translate(-40%, -40%);
    -webkit-transform: translate(-40%, -40%);
    -moz-transform: translate(-40%, -40%);
    -o-transform: translate(-40%, -40%);
  }
}

img {
 position: absolute;
 margin-top: 3px;
 height: 78%;
 border-radius: 100%;
 /*-webkit-filter: rgb(255, 0, 0);
 filter: rgb(255, 0, 0);*/
 /*cursor: crosshair;*/
 cursor: url('arrow.png'), auto;

}


/*img:hover {
  -webkit-filter: blur(0px);
   filter: blur(0px);
}*/

img::after {
border-bottom: 2px solid SpringGreen;
}

@media screen and (max-width: 60em) {
  img {
  width: 91.5%;
  height: auto;
  -webkit-filter: blur(0px);
   filter: blur(0px);
  }
}

#tail
  {
    position: absolute;
  }

/* ------------------------------------------
  RESPONSIVE NAV STYLES
--------------------------------------------- */

.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}

.nav-collapse li {
  width: 100%;
  display: block;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.disable-pointer-events {
  pointer-events: none !important;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 80em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}


/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: black;
  background: #fff;
  font: normal 100%/1.4 sans-serif;
  font-size: 1.5em;

}

@media screen and (max-width: 60em) {
  body {
    font-size: 1em;
  }
}

section {
  /* border-bottom: 1px solid black; */
  text-align: left;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  /* padding: 100px 0 0; */
  height: 100vh;
  /* height: 800px; */
  width: auto;

}

::selection {
  background: SpringGreen; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: SpringGreen; /* Gecko Browsers */
}

@media screen and (max-width: 60em) {
  section {
    padding-top: 1em;
  }
}


p, li {
  width: 100%;
  margin: 0 auto;
  line-height: 1.1em;
}


li {
  list-style: none;
}


li.bullet::before {
  content: "•";
  color: SpringGreen;
  display: inline-block;
  width: 2em;
  margin-left: 0em;
}

.rule {
  text-decoration:none;
}

  .rule:before {
    display:block;
    content:'';
    height:2px;
    background:SpringGreen;
    margin-top:0px;
  }


  .rulebelow:after {
    display:block;
    content:'';
    height:2px;
    background:SpringGreen;
    margin-bottom:0px;
    }


/* ------------------------------------------
  DRAGGABLE
--------------------------------------------- */
#draggable {
  left: 1em;
  right: 1em;
  text-align: left;
  bottom: 1em;
  z-index: 3;
  position: absolute;
}


@media screen and (max-width: 60em) {
  #draggable {
    width: auto;
    text-align: left;
    bottom: 2.5em;

    z-index: 3;
    position: absolute;
  }
}


/* ------------------------------------------
  LANGUAGE
--------------------------------------------- */

#language{
  color: SpringGreen;
}
#language:hover{
  color: black;
}
/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

header {

  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}

.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  padding: 0 1em;
  line-height: 55px;
  color: black;
  float: left;
}


/* ------------------------------------------
  MASK
--------------------------------------------- */

.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  background: white;
  right: 0;
  left: 0;
  top: 0;
}

.android .mask {
  -webkit-transition: none;
  transition: none;
}

.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}

@media screen and (min-width: 80em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}


/* ------------------------------------------
  NAVIGATION STYLES
--------------------------------------------- */

.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}


@media screen and (min-width: 80em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}

.nav-collapse li {
  float: left;
  width: 100%;
}

@media screen and (min-width: 80em) {
  .nav-collapse li {
    width: auto;
  }
}

.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  padding: 0.5em 1em;
  color: black;
  width: 100%;
  float: left;
}

.nav-collapse a:active,
.nav-collapse .active a {
  color: SpringGreen;

}

.nav-collapse a:hover,
.nav-collapse .hover a {
  color: SpringGreen;


}

@media screen and (min-width: 80em) {
  .nav-collapse a {
    /* border-left: 1px solid white;*/
    padding: 0.5em 1em;
    text-align: left;
    border-top: 0;
    float: left;
    margin: 0;
  }
}

.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}

@media screen and (min-width: 80em) {
  .nav-collapse ul ul a {
    display: none;
  }
}


/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}

.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 100px;
  float: right;
}

.nav-toggle:before {
  color: black; /* Edit this to change the icon color */
  font: normal 31px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\22EE"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}

.nav-toggle.active:before {
  font-size: 28px;
  content: "\22EF"; /* Close icon */
}

/* -------------------------- Fonts --------------------------  */

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 17, 2017 */



@font-face {
    font-family: 'ssp_akzidenz_grotesk_regulaRg';
    src: url('Font/ssp_ag-regular-webfont.woff2') format('woff2'),
         url('Font/ssp_ag-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face{
	font-family: 'MyWebFont';
	src: url('Font/WebFont.eot');
	src: url('Font/WebFont.eot?#iefix') format('embedded-opentype'),
	     url('Font/WebFont.woff') format('woff'),
	     url('Font/WebFont.ttf') format('truetype'),
	     url('Font/WebFont.svg#webfont') format('svg');
}
