/*

Theme Name: Graphek Theme
Theme URI: http://graphek.de
Author: Graphek GbR
Author URI: http://www.graphek.de
Version: 1.0


*/
body {
  font-family: 'Roboto', Arial, Helvetica, Verdana;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #474747;
  background: #f9f9f9;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.chromeframe {
  margin: 0.2em 0;
  background: #f6ff94;
  color: #000;
  padding: 0.2em 0;
  text-align: center;
}
.jsflag {
  display: none;
}
.no-js .jsflag {
  display: block;
}
a {
  color: #ff6600;
  text-decoration: none;
}
a:hover {
  color: #444;
}
.company a {
  color: #50a7df;
  text-decoration: none;
}
.company a:hover {
  color: #3c93cb;
}
h1 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 100;
}
h2 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}
h3 {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  letter-spacing: 3px;
}
h2.polyBg {
  position: relative;
  text-align: center;
}
h2.polyBg:after {
  content: '';
  width: 167px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-left: -80px;
  background: url('images/polygon.png');
  background-size: cover;
  opacity: 0.7;
}
.clear {
  clear: both;
}
#pagewrapper {
  opacity: 0;
  max-width: 1336px;
  margin: 0 auto;
  background: #fff;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
#content_wrapper {
  padding-top: 130px;
}
.wrap {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  clear: both;
  padding: 0px 20px;
  position: relative;
  z-index: 10;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
}
.button {
  display: inline-block;
  margin-top: 30px;
  border: 2px solid #ff6600;
  color: #ff6600;
  padding: 7px 30px;
  font-weight: 400;
  transition: all 0.2s ease-in;
}
.button:hover {
  cursor: pointer;
  background: #ff6600;
  color: #fff;
}
.buttonSmall {
  font-size: 14px;
  padding: 0px 15px;
}
img.polyBgHeadline {
  position: absolute;
  left: 50%;
  width: 170px;
  margin-left: -85px;
  top: 30px;
}
span.polygon {
  display: block;
  background: url('images/polygon.png');
  background-size: cover;
  opacity: 0.5;
}
span.polygon.leftOpen {
  width: 180px;
  height: 300px;
  background-position: right center;
}
span.polygon.rightTop {
  width: 120px;
  height: 110px;
  background-position: left bottom;
  background-size: 250% 200%;
}
span.polygon.leftTop {
  width: 180px;
  height: 150px;
  background-position: right bottom;
  background-size: 250% 200%;
}
span.polygon.rightBottom {
  width: 200px;
  height: 150px;
  background-position: left top;
  background-size: 220% 170%;
}
section:nth-child(2) {
  position: relative;
}
section:nth-child(2):before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  background: url('images/polygon.png');
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
  width: 180px;
  height: 150px;
  background-position: right bottom;
  background-size: 250% 200%;
}
section:nth-child(2):after {
  content: '';
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 0;
  background: url('images/polygon.png');
  background-size: cover;
  opacity: 0.5;
  width: 120px;
  height: 110px;
  background-position: left bottom;
  background-size: 250% 200%;
}
section:last-child {
  position: relative;
}
section:last-child:after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0px;
  right: 0px;
  background: url('images/polygon.png');
  background-size: cover;
  opacity: 0.5;
  width: 200px;
  height: 150px;
  background-position: left top;
  background-size: 220% 170%;
}
/* ----------------------------- */
/*          HEADER
/* ----------------------------- */
header#main_header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 200;
  background: #F6F8F9;
}
header#main_header .outerWrap {
  max-width: 1366px;
  margin: 0 auto;
}
header#main_header .wrap {
  height: 90px;
  position: relative;
  max-width: 1366px;
}
header#main_header a.logo {
  float: left;
  margin-top: 15px;
  margin-left: 0px;
}
header#main_header a.logo img {
  height: 57px;
}
header#main_header #menu-trigger {
  position: absolute;
  right: 12px;
  top: 12px;
  display: none;
}
header#main_header #navigation_wrapper {
  background: #4A4E51;
  height: 50px;
}
header#main_header #navigation_wrapper .wrap {
  height: 100%;
  padding: 0px 0px;
  padding-left: 20px;
}
header#main_header #navigation_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 100%;
}
header#main_header #navigation_wrapper ul li {
  float: left;
  height: 100%;
}
header#main_header #navigation_wrapper ul li a {
  display: block;
  height: 100%;
  color: #D1D2D3;
  margin: 0 0;
  text-transform: uppercase;
  font-weight: bold;
  padding: 12px;
  padding-top: 18px;
  line-height: 14px;
  font-size: 14px;
  font-family: 'Open Sans';
  height: 50px;
}
header#main_header #navigation_wrapper ul li.current-menu-item a,
header#main_header #navigation_wrapper ul li.current-menu-item a:hover {
  background: #fff;
  color: #50a7df;
}
header#main_header #navigation_wrapper ul li a:hover {
  background: #3d4144;
}
header#main_header a.switch {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  color: #fff;
  padding: 0px 40px;
  padding-top: 33px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  transition: all 0.2s ease-in;
}
header#main_header a.switch.company {
  background: #50a7df;
}
header#main_header a.switch.company:hover {
  background: #3c93cb;
}
header#main_header a.switch.game {
  background: #ff6600;
}
header#main_header a.switch.game:hover {
  background: #eb5200;
}
/* ----------------------------- */
/*      KOPFBEREICHE
/* ----------------------------- */
section.kopfbereich {
  height: 500px;
  background-size: cover !important;
  background-position: 50% 50% !important;
  position: relative;
}
section.kopfbereich video {
  min-width: 100%;
  min-height: 100%;
}
/* ----------------------------- */
/*          FOOTER
/* ----------------------------- */
footer#main_footer {
  background: #373737;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  position: relative;
}
footer#main_footer span.polygon.footerPoly {
  opacity: 1;
  width: 350px;
  height: 300px;
  background-position: right top;
  background-size: 130% 130%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0.4;
}
footer#main_footer .wrap {
  padding: 80px 20px 120px 20px;
  position: relative;
}
footer#main_footer a {
  color: #fff;
}
footer#main_footer img.logo {
  width: 60px;
  display: block;
  margin-bottom: 20px;
}
footer#main_footer img.logo:hover {
  opacity: 0.8;
}
footer#main_footer h4 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
}
footer#main_footer .footerBox {
  float: left;
  padding-right: 60px;
}
footer#main_footer .footerBox.about {
  width: 30%;
}
footer#main_footer .footerBox.quicklinks {
  width: 20%;
}
footer#main_footer .footerBox.quicklinks ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer#main_footer .footerBox.quicklinks ul a:hover {
  color: #ff6600;
}
.company footer#main_footer .footerBox.quicklinks ul a:hover {
  color: #50a7df;
}
footer#main_footer .footerBox.blog_entry {
  width: 30%;
}
footer#main_footer .footerBox.blog_entry article span.date {
  font-size: 12px;
  color: #999;
}
footer#main_footer .footerBox.blog_entry article h3 {
  margin-top: 0px;
  text-transform: uppercase;
  color: #ff6600;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
footer#main_footer .footerBox.blog_entry article h3:hover {
  color: #fff;
}
.company footer#main_footer .footerBox.blog_entry article h3 {
  color: #50a7df;
}
footer#main_footer .footerBox.socials {
  width: 20%;
}
footer#main_footer .footerBox.socials a {
  float: left;
  display: block;
  width: 24px;
  margin-right: 20px;
  transition: all 0.2s ease-in;
}
footer#main_footer .footerBox.socials a img {
  width: 100%;
}
footer#main_footer .footerBox.socials a:hover {
  opacity: 0.7;
}
footer#main_footer nav#footer_nav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: right;
  color: #666;
}
footer#main_footer nav#footer_nav ul {
  display: block;
}
footer#main_footer nav#footer_nav ul li {
  float: right;
  margin-left: 15px;
}
footer#main_footer nav#footer_nav ul li a {
  color: #888;
}
footer#main_footer nav#footer_nav ul li a:hover {
  color: #fff;
}
footer#main_footer nav#footer_nav span {
  clear: both;
  margin-top: 5px;
  display: block;
  font-size: 12px;
}
/* ----------------------------- */
/*      FORM STYLES
/* ----------------------------- */
input[type="text"],
input[type="email"],
input[type="submit"],
textarea,
button[type="submit"] {
  background: none;
  border: 1px solid #999;
  padding: 9px 15px;
  font-family: 'Open Sans', Arial, Helvetica, Verdana;
  font-size: 14px;
  color: #555;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="submit"]:focus,
textarea:focus,
button[type="submit"]:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.3);
}
input[type="submit"],
button[type="submit"] {
  background: #50a7df;
  color: #fff;
  border: 2px solid #50a7df;
  padding: 10px 40px;
  transition: all 0.1s ease-out;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1px;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: #6ec5fd;
}
.field-wrap .ninja-forms-field-error {
  color: #222;
  background: #ff6600;
  color: #fff;
  display: inline-block;
  padding: 3px 10px;
  margin-top: 2px;
  font-weight: 300;
}
::-webkit-input-placeholder {
  color: #222;
}
:-moz-placeholder {
  color: #222 opacity: 1;
}
::-moz-placeholder {
  color: #222;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #222;
}
/* ----------------------------- */
/*      WordPress Core
/* ----------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
a img.alignnone {
  margin: 5px 20px 10px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
a img.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wp-caption {
  padding: 5px 3px 10px;
  max-width: 96%;
  /* Image does not overflow the content area */
  border: 1px solid #f0f0f0;
  background: #fff;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  max-width: 98.5%;
  width: auto;
  height: auto;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}
/* ------------------------- */
/*      MENU TOGGLE BUTTON
/* ------------------------- */
.toggle-button {
  width: 40px;
  height: 36px;
  position: relative;
  cursor: pointer;
  padding: 7px 6px;
  background: none;
  /*
    &:hover {
        background: @hellblau - 20;
    }
    */
}
.toggle-button .toggle-button-inner {
  width: 100%;
  height: 4px;
  background: #333;
  transition: all 0.17s ease-in;
  -webkit-transition: all 0.17s ease-in;
  -moz-transition: all 0.17s ease-in;
  position: relative;
  top: 9px;
}
.toggle-button .toggle-button-inner:before,
.toggle-button .toggle-button-inner:after {
  content: '';
  position: absolute;
  top: -9px;
  left: 0px;
  width: 100%;
  height: 4px;
  background: #333;
  transition: all 0.17s ease-in;
  -webkit-transition: all 0.17s ease-in;
  -moz-transition: all 0.17s ease-in;
}
.toggle-button .toggle-button-inner:after {
  top: 9px;
}
.no-touch .toggle-button.closeToggle:hover .toggle-button-inner {
  background: none;
}
.toggle-button.closeToggle .toggle-button-inner {
  background: none;
}
.toggle-button.closeToggle .toggle-button-inner:before {
  top: 0px;
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate(45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.toggle-button.closeToggle .toggle-button-inner:after {
  top: 0px;
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

/* ------------------------- */
/*      COMMENT CSS
/* ------------------------- */
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li { }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment { border-bottom:1px double #666; padding:1em; }
ol.commentlist li.comment div.vcard { font:normal 16px georgia,times,serif; }
ol.commentlist li.comment div.vcard cite.fn { font-style:normal; }
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar { border:5px solid #ccc; float:right; margin:0 0 1em 1em; }
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta { font-size:12px; }
ol.commentlist li.comment div.comment-meta a { color:#ccc; }
ol.commentlist li.comment p { font-size:11px; margin:0 0 1em; }
ol.commentlist li.comment p img {width:100%; height:100%; overflow:hidden; max-width: 30% !important;}
ol.commentlist li.comment ul { font-size:11px; list-style:square; margin:0 0 1em 2em; }
ol.commentlist li.comment div.reply { font-size:11px; }
ol.commentlist li.comment div.reply a { font-weight:bold; }
ol.commentlist li.comment ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 { border-left:5px solid #555; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-3 { border-left:5px solid #999; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-4 { border-left:5px solid #bbb; margin:0 0 .25em .25em; }
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even { background:#fff; }
ol.commentlist li.odd { background:#f6f6f6; }
ol.commentlist li.parent { border-left:5px solid #111; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

/* ------------------------- */
/* IMG AND YT VIDEO RESPONSIVE
/* ------------------------- */
img {max-width:100%; height:auto;} 
iframe, object, embed {max-width: 100%;}
