* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);;
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  width: 960px;
  height: 540px;
  background: url('../img/movebg.jpg');
  background-size: cover;
  background-position: center;
  background-position: center;
}
.content {
	width: 960px;
	height: 540px;
	position: absolute;
	margin: 0 auto;
	left: 25%;
	top: 12.5%;
}

.notfound .notfound-404 {
  position: relative;
  height: 150px;
  line-height: 150px;
  margin-bottom: 25px;
}
.notfound-404 img {
	float: left;
	margin-right: 25px;
}

.notfound .notfound-404 h1 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 186px;
  font-weight: 900;
  margin: 0px;
  text-transform: uppercase;
  background: url('../img/text.png');
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

.notfound h2 {
  font-family: 'Titillium Web', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}
.notfound p.notf {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
}

.notfound a.notf {
  font-family: 'Titillium Web', sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #5c91fe;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a.notf:hover {
  color: #000000;
  background: #1f3b6b;
  
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 110px;
    line-height: 110px;
  }
  .notfound .notfound-404 h1 {
    font-size: 120px;
  }
}

@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('http://fonts.ddw.nu/ddmtxt/MyriadPro-Regular.eot'); /* IE9 Compat Modes */
  src: url('http://fonts.ddw.nu/ddmtxt/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('http://fonts.ddw.nu/ddmtxt/MyriadPro-Regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('http://fonts.ddw.nu/ddmtxt/MyriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('http://fonts.ddw.nu/ddmtxt/MyriadPro-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('http://fonts.ddw.nu/ddmtxt/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg'); /* Legacy iOS */
}
/* branding */
aside.corp {
	border: 1px solid #e5e5e5;
    border-radius: 4px;
	font-family: 'Myriad Pro Regular';
	width: 270px;
	height: 45px;
}
/*
aside.corp:hover {
	border-color: #F88C00;
}*/
.corpttl,
.corpttl a{
	color: #000;
	font-size: 25px;
	margin: 0;
	text-decoration: none;
}
.corptag,
.corptag a{
	color: #000;
	font-size: 13px;
	margin: 0;
	margin-left: 5px;
	text-decoration: none;
}
.corpttl a:hover {
	color: #F88C00!important;
	text-decoration: underline;
}
.corpttl, .corptag { padding-left: 55px }
.corpttl::before { 
	content: "";
	display: inline-block;
	width: 45px;
	height: 45px;
	background: url(http://img.ddw.nu/dfdesign512-150x150.png) no-repeat;
	background-size: 44px 44px;
	margin-left: -55px;
	margin-top: -2px;
	vertical-align: text-top;
}
.copyright {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
}
.corptag { margin-top: -16px; margin-left: -4px; }
.corpsup { position: relative; top: 0.15em; left: 0em; font-size: 40% }
