/*
Theme Name: ITS GREAT Theme
Author: Brandenberg Agency GmbH
Author URI: https://brandenberg.agency
Description: Theme made for ITS GmbH
Version: 0.1.1
*/
body {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.4) translateX(50%) translateY(50%);
  width: 250%;
  text-align: left;
  line-height: 1.5;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  margin: 0;
  background-color: white; }
  @media screen and (min-width: 1300px) {
    body {
      transform: unset;
      width: 100vw; } }
  body a {
    text-decoration: none;
    color: unset; }
  body figure {
    margin: 0; }
  body .wp-block-image.size-large img {
    width: 1000px;
    height: unset; }
  body .wp-embed-aspect-16-9 iframe {
    width: 1000px;
    height: 562.5px; }
  body .footer-menu {
    text-transform: uppercase;
    font-weight: bold; }
  body .site-header {
    z-index: 10;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #1a1a18;
    font-size: 28pt;
    text-transform: uppercase;
    font-weight: 100; }
    body .site-header .main-navigation {
      height: 75px; }
      body .site-header .main-navigation img {
        margin-left: 10px;
        width: 75px;
        height: auto;
        display: inline-block; }
        @media screen and (min-width: 1300px) {
          body .site-header .main-navigation img {
            margin-left: calc((100vw - 1000px) / 2); } }
      body .site-header .main-navigation .buttons {
        margin-right: 20px;
        float: right; }
        @media screen and (min-width: 1300px) {
          body .site-header .main-navigation .buttons {
            margin-right: calc((100vw - 1000px) / 2); } }
        body .site-header .main-navigation .buttons a {
          color: white;
          text-decoration: none;
          height: 69px;
          display: inline-block;
          line-height: 63px;
          vertical-align: middle; }
      body .site-header .main-navigation ul {
        margin: 0;
        padding: 0; }
        body .site-header .main-navigation ul li {
          list-style-type: none;
          position: relative;
          float: left;
          margin-left: 30px;
          margin-right: 30px; }
          body .site-header .main-navigation ul li:nth-child(1) {
            border-top: 6px solid #d8007c; }
          body .site-header .main-navigation ul li:nth-child(2) {
            border-top: 6px solid #ffe200; }
          body .site-header .main-navigation ul li:nth-child(3) {
            border-top: 6px solid #0092d7; }
          body .site-header .main-navigation ul li:nth-child(4) {
            border-top: 6px solid #3b9e35; }
          body .site-header .main-navigation ul li:nth-last-child(1) {
            margin-right: 0; }
            body .site-header .main-navigation ul li:nth-last-child(1)::after {
              content: none; }
          body .site-header .main-navigation ul li::after {
            content: " ";
            position: absolute;
            padding: 12px;
            border-top: none;
            display: block;
            top: 8px;
            right: -40px;
            border-right: 1px solid white;
            margin: 10px; }
  body .separator {
    display: block;
    width: 600px;
    margin: auto;
    margin-bottom: 50px;
    padding-top: 60px;
    font-size: 26pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    border-top: 8px solid black; }
  body .sep-normal {
    padding: 0;
    margin-bottom: 0;
    font-weight: normal; }
    body .sep-normal p {
      position: relative;
      width: 100%;
      text-align: center;
      font-size: 6vw;
      margin: 80px 0; }
      @media screen and (min-width: 1300px) {
        body .sep-normal p {
          font-size: 18pt;
          padding-left: 0;
          width: 1000px;
          left: -200px; } }
      @media screen and (min-width: 1790px) {
        body .sep-normal p {
          font-size: 16pt; } }
  body .content {
    margin-top: 70px;
    min-height: 800px; }
  @media screen and (min-width: 1300px) {
    body .pool {
      width: 1000px;
      margin: auto; }
      body .pool .bwg_search_container_2 {
        border-radius: 0; }
      body .pool .bwg_thumbnail.bwg_container .search_line .bwg_order_cont, body .pool .bwg_thumbnail.bwg_container .search_line .search_tags_container {
        border-radius: 0; }
    body .bwg_thumbnail.bwg_container .search_line .bwg_search_input_container .bwg-icon-search {
      display: none; } }
  body .main1 {
    width: 100%;
    position: relative;
    margin-bottom: 50px; }
    body .main1 .tile-anim {
      position: relative;
      overflow: hidden; }
      body .main1 .tile-anim div {
        position: absolute; }
@keyframes tile {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
      @media screen and (min-width: 1300px) {
        body .main1 .tile-anim .skipped-tile {
          background-color: white; } }
      body .main1 .tile-anim .bg-tile {
        z-index: 1;
        background-color: white;
        display: none; }
        @media screen and (min-width: 1300px) {
          body .main1 .tile-anim .bg-tile {
            display: block;
            animation-name: tile;
            animation-duration: 0.2s;
            animation-iteration-count: 1;
            animation-timing-function: step-end;
            animation-fill-mode: both; } }
      body .main1 .tile-anim .persp-cont {
        z-index: 2;
        perspective: 500px; }
      body .main1 .tile-anim .persp-cont-x {
        perspective-origin: left; }
      body .main1 .tile-anim .persp-cont-y {
        perspective-origin: top; }
      body .main1 .tile-anim .img-tile {
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        display: none; }
        @media screen and (min-width: 1300px) {
          body .main1 .tile-anim .img-tile {
            display: block;
            animation-duration: 0.2s;
            animation-iteration-count: 1;
            animation-timing-function: step-end, ease-in-out;
            animation-fill-mode: both; } }
@keyframes img-tile {
  0% {
    opacity: 0; }
  1% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes img-tile-x {
  0% {
    transform: translateX(-50%) rotateY(-90deg) translateX(50%); }
  100% {
    transform: rotate(0deg); } }
@keyframes img-tile-y {
  0% {
    transform: translateY(-50%) rotateX(-90deg) translateY(50%); }
  100% {
    transform: rotate(0deg); } }
      @media screen and (min-width: 1300px) {
        body .main1 .tile-anim .img-tile-x {
          animation-name: img-tile, img-tile-x; }
        body .main1 .tile-anim .img-tile-y {
          animation-name: img-tile, img-tile-y; } }
    body .main1 .background {
      width: 100%; }
    body .main1 .info {
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 2; }
      @media screen and (min-width: 1300px) {
        body .main1 .info {
          height: 280px;
          left: unset;
          right: 0;
          margin-top: 250px; } }
      body .main1 .info .tile-anim {
        display: inline-block;
        width: 280px;
        height: 280px;
        display: none; }
      body .main1 .info .itsgreat {
        height: 100%;
        display: none; }
        @media screen and (min-width: 1300px) {
          body .main1 .info .itsgreat {
            display: block; } }
      body .main1 .info .textbox {
        text-align: center;
        position: absolute;
        margin: auto;
        z-index: 2;
        width: 100%;
        text-align: right;
        height: 100%;
        overflow: hidden;
        background-color: transparent; }
        @media screen and (min-width: 1300px) {
          body .main1 .info .textbox {
            left: unset;
            right: unsunsett; } }
@keyframes slide {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }
        @media screen and (min-width: 1300px) {
          body .main1 .info .textbox * {
            animation-name: slide;
            animation-duration: 2s;
            animation-delay: 0s;
            animation-timing-function: ease-in-out;
            animation-fill-mode: backwards; } }
        body .main1 .info .textbox .text {
          width: auto;
          right: 0;
          float: right;
          height: auto;
          position: absolute;
          bottom: 0;
          background-color: #ffffffaa; }
          @media screen and (min-width: 1300px) {
            body .main1 .info .textbox .text {
              height: calc(100% - 50px);
              right: unset;
              float: unset;
              position: unset;
              bottom: unset;
              background-color: unset;
              text-align: center; } }
          @media screen and (min-width: 1790px) {
            body .main1 .info .textbox .text {
              padding-right: 0; } }
          body .main1 .info .textbox .text h2 {
            width: 100%;
            text-align: center;
            font-size: 10vw;
            color: white;
            margin: 10px;
            margin-right: 0;
            right: 0;
            float: right; }
            @media screen and (min-width: 1300px) {
              body .main1 .info .textbox .text h2 {
                font-size: 6vw; } }
            @media screen and (min-width: 1790px) {
              body .main1 .info .textbox .text h2 {
                font-size: 54pt; } }
          body .main1 .info .textbox .text p {
            padding-left: 100px;
            font-size: 6vw; }
            @media screen and (min-width: 1300px) {
              body .main1 .info .textbox .text p {
                font-size: 18pt;
                padding-left: 0; } }
            @media screen and (min-width: 1790px) {
              body .main1 .info .textbox .text p {
                font-size: 20pt; } }
  body .main2 {
    width: 90%;
    margin: auto;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px; }
    @media screen and (min-width: 1300px) {
      body .main2 {
        width: 1000px; } }
    body .main2 .all-media {
      text-align: right; }
    body .main2 .numbers {
      width: 100%;
      margin: auto; }
      @media screen and (min-width: 1300px) {
        body .main2 .numbers {
          width: 1000px; } }
      body .main2 .numbers .number {
        line-height: 1;
        margin: 0;
        display: inline-block;
        vertical-align: top;
        box-sizing: border-box;
        text-align: center;
        width: 49.5%; }
        @media screen and (min-width: 1300px) {
          body .main2 .numbers .number {
            width: 200px;
            margin: 0 18px; } }
        body .main2 .numbers .number h2 {
          font-size: 64pt;
          text-align: center;
          margin-top: 10px;
          margin-bottom: 10px;
          font-weight: normal;
          width: auto; }
        body .main2 .numbers .number p {
          font-size: 16pt; }
    body .main2.postings {
      height: auto;
      margin-bottom: 110px;
      text-align: left; }
      body .main2.postings .post1 {
        position: relative;
        width: auto;
        margin: 0;
        margin-bottom: 100px;
        text-align: center;
        text-transform: none; }
        @media screen and (min-width: 1300px) {
          body .main2.postings .post1 {
            text-align: left; } }
        body .main2.postings .post1 .post-thumbnail {
          display: none;
          width: 280px;
          height: 280px;
          overflow: hidden;
          position: relative; }
          @media screen and (min-width: 1300px) {
            body .main2.postings .post1 .post-thumbnail {
              display: inline-block; } }
          body .main2.postings .post1 .post-thumbnail img {
            max-height: 100%;
            width: auto; }
        body .main2.postings .post1 .post-text {
          vertical-align: top;
          text-align: left;
          margin: auto;
          width: auto;
          background-color: transparent; }
          body .main2.postings .post1 .post-text h2 {
            font-size: 30pt;
            margin-top: 10px;
            margin-bottom: 10px;
            text-transform: uppercase; }
          body .main2.postings .post1 .post-text p {
            font-size: 16pt; }
        body .main2.postings .post1 .media-text {
          position: relative;
          width: calc(90% - 280px);
          height: 280px;
          padding-left: 80px;
          display: inline-block; }
          body .main2.postings .post1 .media-text h2 {
            line-height: 0.8;
            margin-top: 0; }
          body .main2.postings .post1 .media-text .media-separator {
            position: absolute;
            bottom: 0;
            content: " ";
            border-bottom: 8px solid black;
            width: 500px; }
          body .main2.postings .post1 .media-text a {
            position: absolute;
            bottom: 0; }
      body .main2.postings a {
        display: block;
        margin-bottom: 50px;
        font-size: 20pt;
        text-decoration: none;
        color: unset;
        text-transform: uppercase;
        font-weight: bold; }
        body .main2.postings a:hover {
          cursor: pointer; }
      body .main2.postings .full_job {
        display: none;
        margin-left: 80px;
        text-align: left;
        text-transform: initial;
        margin-bottom: 50px; }
  body .main3 {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
    font-size: 0; }
    body .main3 .separator {
      margin-bottom: 50px; }
    body .main3 .row {
      position: relative;
      display: block;
      overflow: hidden;
      width: 80%;
      height: 300px;
      margin: auto; }
      @media screen and (min-width: 1300px) {
        body .main3 .row {
          width: 1000px; } }
      body .main3 .row .row-part {
        font-size: 20pt;
        margin: auto;
        position: relative;
        display: inline-block;
        vertical-align: top; }
        @media screen and (min-width: 1300px) {
          body .main3 .row .row-part {
            width: 500px;
            height: 300px; } }
        body .main3 .row .row-part .thumbnail-row {
          overflow: hidden;
          width: 100%;
          height: 100%; }
      body .main3 .row img {
        bottom: 0;
        min-width: 100%;
        height: auto;
        max-height: 100%;
        width: auto;
        display: none; }
        @media screen and (min-width: 1300px) {
          body .main3 .row img {
            display: block; } }
      body .main3 .row .text {
        height: 300px;
        padding-top: 30px;
        padding-left: 70px;
        padding-right: 70px;
        text-align: left; }
        body .main3 .row .text h2 {
          font-size: 30pt;
          margin-top: 10px;
          margin-bottom: 10px;
          text-transform: uppercase; }
        body .main3 .row .text p {
          margin: 0;
          font-size: 16pt; }
    body .main3 .more {
      height: 100px;
      margin-top: 100px;
      text-align: center; }
      body .main3 .more button {
        background-color: transparent;
        border: 3px solid black;
        border-radius: 50px;
        padding: 12px 80px;
        outline: none;
        cursor: pointer; }
        body .main3 .more button .button-text {
          font-weight: bold;
          font-size: 50px;
          text-transform: uppercase; }
          body .main3 .more button .button-text::after {
            content: ' \279D';
            height: 70px; }
        body .main3 .more button:hover {
          background-color: #c2c2c2; }
        body .main3 .more button:active {
          border: 2px solid black; }
    body .main3 .collapsing {
      display: none;
      margin-top: 100px;
      height: 500px; }
  body .main4 {
    width: 100%;
    position: relative;
    text-align: center;
    font-size: 0;
    margin-bottom: 100px; }
    body .main4 .partner {
      opacity: 0;
      transition: opacity 1s ease-in-out; }
    body .main4 .partner-show {
      opacity: 1 !important;
      transition: opacity 1s ease-in-out; }
    body .main4 .partners {
      width: 100%;
      margin: auto; }
      @media screen and (min-width: 1300px) {
        body .main4 .partners {
          width: 1000px; } }
      body .main4 .partners .row1 {
        display: block; }
        @media screen and (min-width: 1300px) {
          body .main4 .partners .row1 {
            height: 200px; } }
      body .main4 .partners .row2 {
        display: block; }
        @media screen and (min-width: 1300px) {
          body .main4 .partners .row2 {
            height: 200px; } }
      body .main4 .partners .row3 {
        display: block;
        height: 200px; }
      body .main4 .partners .boxA {
        display: inline-block;
        font-size: 10pt;
        height: 100%;
        width: calc(100%/6);
        background-color: #fff;
        vertical-align: middle;
        position: relative; }
        @media screen and (min-width: 1300px) {
          body .main4 .partners .boxA {
            width: 200px; } }
      body .main4 .partners .boxB {
        display: inline-block;
        font-size: 10pt;
        height: 100%;
        width: calc(100%/8);
        background-color: #fff;
        vertical-align: middle;
        position: relative; }
        @media screen and (min-width: 1300px) {
          body .main4 .partners .boxB {
            width: 200px; } }
      body .main4 .partners img {
        margin-top: 0px;
        width: 100%;
        height: auto; }
  body .main5 {
    font-size: 14pt;
    position: relative;
    margin-bottom: 150px; }
    @media screen and (min-width: 1300px) {
      body .main5 {
        margin: 0 calc((100% - 1000px) / 2);
        margin-bottom: 150px; } }
    body .main5 .separator {
      text-align: center; }
    body .main5 input[type=text], body .main5 input[type=email], body .main5 select, body .main5 textarea {
      width: 100%;
      padding: 12px;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-sizing: border-box;
      margin-top: 6px;
      margin-bottom: 16px;
      resize: vertical; }
    body .main5 input[type=submit] {
      display: inline-block;
      background-color: black;
      color: white;
      right: 0;
      padding: 12px 20px;
      border: 2px solid black;
      border-radius: 4px;
      cursor: pointer; }
    body .main5 input[type=submit]:hover {
      background-color: grey; }
    body .main5 .container {
      padding: 20px;
      background-color: none;
      border: 5px solid black; }
  body .error {
    margin: 300px 100px;
    font-size: 30px; }
  body .single_page {
    top: 75px;
    width: 100%;
    margin: auto;
    margin-top: 150px;
    font-size: 18px;
    line-height: 2em; }
    @media screen and (min-width: 1300px) {
      body .single_page {
        width: 1000px; } }
    body .single_page h1 {
      text-align: center; }

#ttr_sidebar {
  border-left: 1px solid black; }

.footer {
  position: relative;
  background-color: #1a1a18;
  width: 100%;
  text-align: center;
  	/*.nav_footer {
  		display: inline-block;
  
  		a {
  			color: white;
  			text-decoration: none;
  		}
  
  		ul {
  			margin: 0;
  			display: inline-block;
  			padding: 0;
  			text-align: center;
  			margin-top: 20px;
  			position: relative;
  
  			li {
  				list-style-type: none;
  				margin: 5px;
  				display: inline-block;
  
  				&:nth-child(4) {left
  					clear: both;
  					float: none;
  					display: block;
  				}
  			}
  		}
  	}*/ }
  .footer .footer_new {
    display: inline-block;
    color: white;
    font-size: 12pt; }
    .footer .footer_new .agb {
      margin-bottom: 40px; }
    .footer .footer_new .logo_footer {
      display: none;
      position: absolute;
      left: calc(50% - (1000px / 2));
      top: 50px; }
      @media screen and (min-width: 1300px) {
        .footer .footer_new .logo_footer {
          display: block; } }
      .footer .footer_new .logo_footer img {
        width: 100px;
        height: auto;
        filter: invert(1); }
    .footer .footer_new a {
      text-decoration: underline; }
    .footer .footer_new .block {
      display: inline-block;
      width: 300px;
      margin: 50px 0;
      text-align: center;
      vertical-align: top; }
      .footer .footer_new .block ul {
        padding-left: 100px;
        margin: 0; }
        .footer .footer_new .block ul li {
          white-space: nowrap;
          overflow: hidden;
          list-style-type: none;
          text-align: left; }
          @media screen and (min-width: 1300px) {
            .footer .footer_new .block ul li {
              overflow: visible; } }

.titanic {
  float: none; }

.title {
  font-size: 11pt;
  font-family: verdana;
  font-weight: bold; }

/*# sourceMappingURL=style.css.map */
