/**** padding *****/
/*#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }*/
/*#unity-canvas {
  background: #231f20;
  max-width: 100%;
  max-height: 100%;
}

.unity-mobile #unity-canvas {
  width: 100%;
  height: 100%;
}*/

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
}

#unity-logo {
  width: 154px;
  height: 130px;
  background: url("unity-logo-dark.png") no-repeat center;
}

#unity-progress-bar-empty {
  width: 141px;
  height: 18px;
  margin-top: 10px;
  background: url("progress-bar-empty-dark.png") no-repeat center;
}

#unity-progress-bar-full {
  width: 0%;
  height: 18px;
  margin-top: 10px;
  background: url("progress-bar-full-dark.png") no-repeat center;
}

#unity-footer {
  position: relative;
}

.unity-mobile #unity-footer {
  display: none;
}

#unity-webgl-logo {
  float: left;
  width: 204px;
  height: 38px;
  background: url("webgl-logo.png") no-repeat center;
}

#unity-build-title {
  float: right;
  margin-right: 10px;
  line-height: 38px;
  font-family: arial;
  font-size: 18px;
}

#unity-mobile-warning {
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  background: white;
  padding: 10px;
  display: none;
}

#2unity-container2 {
	position:absolute;
	height:100%;
	width:100%;
}

.2webgl-content2{
	padding:0px;
	position:absolute;
	height:100vh;
	width:100vw;
}

.overlay {
height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  overflow-y: hidden;
}

.overlay-content {
  position: relative;
  top: 0;
  height:100%;
  width: 100%;
  text-align: center;
  margin-top: 0px;
}

#fullScreenButton{
	
	position:absolute;
	z-index:1;
	top:5px;
	left:5px;

	cursor: pointer;
}

#results-page {
  display: none;
}

/* Highlight answers /
#fr1, #fr2, #fr3 {background-color: aquamarine;}
#fr1_n, #fr2_n, #fr3_n {background-color:bisque;}
#fr2_c, #fr3_c {background-color:lightblue; }
#forth {background-color: lightpink;}
#fr6 {background-color: lightgreen;}
#sixth {background-color: lightyellow;}
#seventh {background-color: lightsteelblue;}
*/
.inline {
  display: inline;
  /*background-color: rgb(211, 211, 211); // hightlight answer */
}

/* General Styling */
* {
  margin: 0 auto;
  padding: 0;
  font-family: sans-serif;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

h1,
h2,
h3 {
  font-weight: 700;
  color: #179c7d;
  position: relative;
  margin-bottom: 15px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 15px;
}

ol,
ul {
  margin-left: 40px;
}

.frame-type-text {
  max-width: 960px;
  padding: 0 15px;
}

.container, .frame-default {
  display: grid;
  max-width: 1200px;
  margin: auto;
}

.container .item, .frame-default .item {
  -ms-flex-item-align: center;
      align-self: center;
}

.frame-type-html {
  display: block;
  margin: 0;
}

.container-full {
  width: 100vw;
}

/* Navigation */
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

li.nav-item {
  margin: 0;
}

#top {
  /*** sticky mainnav white backround after scrolling ***/
}

#top .container {
  grid-template-columns: 1fr 2fr;
}

#top .container .logo-area {
  margin-left: 0;
}

#top .container .logo-area img {
  max-width: 260px;
  height: auto;
}

#top .container .main-menu {
  margin-right: 0;
}

#top .container #mainnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#top .container #mainnav ul li a {
  padding: 1.5rem 1.5rem;
  text-decoration: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 22px;
  font-weight: 800;
  line-height: 35px;
}

#top .container #mainnav ul li a:hover {
  background: #179c7d;
  color: white;
}

#top .container #mainnav ul li.active a {
  background: #179c7d;
  color: white;
}

#top .container #mobile-nav {
  position: absolute;
  top: 35px;
  right: 20px;
  cursor: pointer;
  background-color: transparent;
  padding: 10px;
  z-index: 3;
}

#top .container #mobile-nav span {
  display: block;
  height: 5px;
  width: 40px;
  margin: 4px;
  background-color: #2c64ac;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#top .header-image {
  width: 100vw;
  height: auto;
}

#top .header-banner {
  position: relative;
  /*******   Header Video Text Banner *******/
}

#top .header-banner .video_text_banner .video_header {
  font-weight: 100;
  font-size: 60px;
  text-align: left;
  padding: 40px 40px 40px 60px;
  position: absolute;
  left: 0px;
  bottom: 50%;
  color: white;
  background: rgba(23, 156, 125, 0.4);
}

@media only screen and (max-width: 768px) {
  #top .header-banner .video_text_banner .video_header {
    font-size: 40px;
    bottom: 30%;
    left: 0;
    padding: 30px 30px 30px 40px;
  }
}

#top .special {
  background-color: white;
}

#top .special #mainnav ul li a {
  color: rgba(0, 0, 0, 0.7);
}

#top .item:last-child {
  position: absolute;
  top: 110px;
}

#mobile_mainnav ul {
  list-style: none;
  background-color: #2c64ac;
  background-color: #ffffff;
  text-align: center;
  width: 100vw;
}

#mobile_mainnav ul li a {
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  font-size: 20px;
  display: block;
}

#mobile_mainnav ul li a span {
  width: 100vw;
}

#mobile_mainnav ul li a:hover {
  background: #179c7d;
  color: white;
}

@media only screen and (min-width: 1200px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hide-on-mobile-tablet {
    display: none !important;
  }
}

/******  Main Content   *****/
/* Button */
.iff_btn {
  display: inline-block;
  min-width: 150px;
  margin: 5px 0;
  border: 0;
  padding: 20px;
  background-color: #179c7d;
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.iff_btn_big {
  display: inline-block;
  min-width: 250px;
  min-height: 120px;
  border: 0;
  padding: 42px;
  background-color: #179c7d;
  font-size: 26px;
  color: white;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}

.iff_btn:hover {
  background-color: #116f59;
}

.iff_btn_big:hover {
  background-color: #116f59;
}

/*** Header-Text & Text-Header Content Elemente stylen ***/
.header_text_element,
.text_header_element {
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.item__header,
.item__subheader,
.item__body_text {
  padding: 20px;
}

.item__header {
  display: none;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2c64ac;
  border-bottom: 15px solid;
  border-color: rgba(44, 100, 172, 0.8);
  padding-bottom: 15px;
}

.item__subheader {
  font-size: 40px;
  font-weight: 700;
  color: #179c7d;
  padding-left: 0;
  position: relative;
}

.item__subheader:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -20px;
  height: 8px;
  width: 33%;
  background-color: #179c7d;
}

.item__body_text {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.7);
  padding-bottom: 30px;
}

/***** Header-Text & Text-Header Content Elemente CSS Grid fragmentations ****/
.header_text_element {
  grid-template-columns: 1fr 2fr;
}

.header_text_element .item__header {
  -ms-flex-item-align: end;
      align-self: end;
}

.header_text_element .item__subheader {
  grid-row-start: 1;
  align-self: start;
}

.header_text_element .item__body_text {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}

.text_header_element {
  grid-template-columns: 2fr 1fr;
}

.text_header_element .item__body_text {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 2;
}

.text_header_element .item__header {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  align-self: end;
}

.text_header_element .item__subheader {
  grid-column-start: 2;
  grid-row-start: 1;
  align-self: start;
}

@media only screen and (max-width: 768px) {
  .text_header_element,
  .header_text_element {
    grid-template-columns: 1fr;
    padding-top: 50px;
    justify-items: start;
  }
  .text_header_element .item__header,
  .text_header_element .item__subheader,
  .text_header_element .item__body_text,
  .header_text_element .item__header,
  .header_text_element .item__subheader,
  .header_text_element .item__body_text {
    grid-column-start: 1;
  }
  .text_header_element .item__header,
  .header_text_element .item__header {
    grid-row-start: 1;
  }
  .text_header_element .item__subheader,
  .header_text_element .item__subheader {
    grid-row-start: 1;
  }
  .text_header_element .item__body_text,
  .header_text_element .item__body_text {
    grid-row-start: 2;
    padding-left: 0;
    padding-top: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .text_header_element,
  .header_text_element {
    padding-bottom: 10px;
  }
  .text_header_element .item__subheader,
  .header_text_element .item__subheader {
    font-size: 30px;
  }
  .text_header_element .item__subheader:after,
  .header_text_element .item__subheader:after {
    height: 6px;
    bottom: -10px;
  }
  .text_header_element .item__subheader .item__body_text,
  .header_text_element .item__subheader .item__body_text {
    padding-top: 40px;
  }
}

#img-full {
  width: 100vw;
  height: auto;
}

/* Kontaktformular */
.tx-powermail {
  display: grid;
  max-width: 1200px;
  margin: auto;
}

fieldset {
  width: 100%;
  border: 0;
}

@media screen and (min-width: 768px) {
  fieldset {
    width: 400px;
  }
}

input[type=text],
input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #626262;
  border-radius: 2px;
}

input[type=text]:focus,
input[type=email]:focus {
  border: 3px solid #555;
}

textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #626262;
  border-radius: 2px;
  resize: none;
}

select {
  width: 100%;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  background-color: #f1f1f1;
}

/******* Footer *******/
footer {
  background-color: #179c7d;
  padding: 32px 0;
}

.footer__container {
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__item {
  padding: 20px;
  color: #f1f9f7;
  width: 100%;
}

.footer__item p {
  color: white;
}

.footer__item a {
  list-style: none;
  text-decoration: underline;
  color: #f1f9f7;
}

.footer__item a .footer-menu-item {
  padding: 0 10px;
}

.footer__item a:first-child .footer-menu-item {
  padding-left: 20px;
}

.footer__logo {
  max-width: 250px;
  height: auto;
}

.footer__navigation {
  padding: 20px 0 0 0;
  margin: 0;
  list-style-type: none;
}

.footer__navigation-item {
  margin-bottom: 16px;
}

.footer__container .footer__item {
  -ms-flex-item-align: unset;
      align-self: unset;
}

@media only screen and (max-width: 576px) {
  .footer__container {
    grid-template-columns: 1fr;
    padding-top: 30px;
    justify-items: center;
  }
}
