/* ----------------------
Farben farbwerte.ppt:
rot:  #6F2116;
grau: #696C70;
fond: #9A9C9E;
----------------------
Farben logo.eps:
rot:  #892301;
grau: #A1A5A7;
---------------------- */

@font-face {
    font-family: 'calibri_woff';
    src: local('Calibri'),
         url('../fonts/calibri.woff') format('woff'),
         url('../fonts/calibri.ttf') format('woff'),
         local('fallback');
    font-weight: normal;
    font-style:  normal;
}
@font-face {
    font-family: 'calibri_woff_italic';
    src: local('Calibri Italic'),
         local('Calibri-Italic'),
         url('../fonts/calibri-italic.woff') format('woff'),
         url('../fonts/calibri-italic.ttf') format('ttf'),
         local('fallback');
    font-weight: normal;
    font-style:  normal;
}
@font-face {
    font-family: 'calibri_woff_bold';
    src: local('Calibri Bold'),
         local('Calibri-Bold'),
         url('../fonts/calibri-bold.woff') format('woff'),
         url('../fonts/calibri-bold.ttf') format('ttf'),
         local('fallback');
    font-weight: normal;
    font-style:  normal;
}
@keyframes fadeIn{
  0%{display:inline}
  1%{opacity:0,display:inline}
  100%{opacity:1}
}
@keyframes fadeOut {
  0%{opacity:1}
  99%{opacity:0,display:inline}
  100%{display: none}
}
@keyframes zoomIn{
  0%{
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(-.001deg);
    -moz-transform: scale(0.1) rotate(-.001deg);
    -ms-transform: scale(0.1) rotate(-.001deg);
    transform: scale(0.1) rotate(-.001deg);
  }
  100%{
    opacity: 1;
    -webkit-transform: scale(1) rotate(.001deg);
    -moz-transform: scale(1) rotate(.001deg);
    -ms-transform: scale(1) rotate(.001deg);
    transform: scale(1) rotate(.001deg); 
  }
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
  font-family: 'calibri_woff';
}
b, strong {
  font-family: 'calibri_woff_bold';
}
i {
  font-family: 'calibri_woff_italic';
}
.red {
  color: #6F2116;
  fill: #6F2116;
}
.grey {
  color: #696C70;
  fill: #696C70;
}
.white {
  color: #FFF !important;
  fill: #FFF !important;
}
.slogan {
  fill: #000;
}
.SVG-border {
  stroke: #000;
  stroke-width: 3;
  stroke-miterlimit: 10;
}
body {
  background-color: #111;
}
div, .logo {
  position: absolute;
  max-width: 1920px;
}
.content path.large,
.slider path.small,
.bgSlide path.small {
  display: none;
}
h1, h2 {
  font-weight: normal;
  margin: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
.bottom {
  bottom: 0;
}
.left {
  left: 0;
}
.click {
  cursor: pointer;
}
.footer, .footer-menu {
  position: fixed;
  bottom: 9px;
  z-index: 11;
  font-size: 20px;
}
.footer {
  left: 15px;
  color: #6F2115;
}
.footer-menu {
  right: 15px;
  color: #9A9C9E;
}
.footer-menu a {
  margin: 0 10px;
}
.background, .interface {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.background {
  background-repeat: no-repeat;
}
.background.home {
  bottom: 0;
  background-color: #111;
}
.image-container img {
  opacity: 0;
  width: 1px;
  height: 1px;
}
.nonbluredbottom {
  position: fixed;
  background-color: #111;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
}
.no-disc-style {
  list-style: none;
}
.logo {
  margin: 0 0 60px 60px;
  transform-origin: left bottom;
  width: 730px;
  height: 200px;
}
#slideshow-stage {
  background-color: #111;
}
.slider, .bgSlide {
  z-index: 1;
}
.bgSlide .title {
  top: 35%;
  text-align: center;
  width: 100%;
  transform-origin: center;
  font-size: 96px;
  color: #000;
  cursor: pointer;
}
.bgSlide .title div {
  position: relative;
}
.bgSlide .title span {
  margin: 300px 0 0 0;
  text-align: center;
  width: 100%;
  transform-origin: center;
  font-size: 96px;
  color: #000;
}
.slider .title {
  display: none
}
.slider {
  opacity:0;
}
.slider .image-footer, 
.bgSlide .image-footer {
  background: #111;
  bottom: 0px;
  padding: 11px;
  transform-origin: left bottom;
  width: 1920px;
}
.slider .image-footer img, 
.bgSlide .image-footer img {
  margin: 11px;
}
.close-button-wrapper {
  top: 0;
  left: 0;
  transform-origin: left top;
  position: fixed;
  z-index: 3;
}
.closeButton {
  position: absolute;
  top: 120px;
  left: 120px;
  transform-origin: left top;
  cursor: pointer;
}
.interface {
  top: 60px;
  left: 60px;
  transform-origin: left top;
}
.interface .headline {
  height: 75px;
  left: 110px;
  transform-origin: left top;
}
.interface .headline h1 {
  bottom: 0px;
  font-size: 56px;
  position: absolute;
  width: 1000px;
  transform-origin: left bottom;
}
.navi {
  transform-origin: left top;
  display: none;
  left: 20px;
  top: 20px;
} 
.navi.active .burger {
  display: none;
} 
.navi .close {
  display: none;
}
.navi .BG, .closeButton .BG {
  fill-opacity: .8;
}
.navi.active .close {
  display: inherit;
}
.button {
  width: 123px;
  left: 0;
  transform-origin: left top;
}
.home.button {
  height: 262px;
  top: 61px;
}
.menu.button {
  height: 123px;
  top: 0px;
}
.burger-menu { 
  top: 0px;
  left: 60px;
  transform-origin: left top;
}
.burger-menu .menu {
  opacity: 0;
  background: rgba(239, 239, 239, 0.9);    
  margin: 0;
  border: solid 3px #6F2115;
  list-style: none;
  font-size: 36px;
  line-height: 36px;
  width: 515px;
}
.burger-menu ul {
  list-style: none;
  color: #6A6D71;
  padding: 0;
}
.burger-menu ul li {
  border-top: 1px solid #6A6D71;
  margin: 0;
  padding: 8px 8px 8px 12px;
  cursor: pointer;
  width: 100%;
}
.burger-menu ul ul li {
  padding: 8px 8px 8px 36px;
}
.burger-menu li:hover {
  color: #000;
  background-color: #EEE;
}
.burger-menu .menu ul li {
  margin: 8px 0;
}
.burger-menu .menu.show li a {
  cursor: pointer;
  display: inline-block;
  width: 100%
}
.content div.text-container {
  width: 960px;
  right: 40px;
  bottom: 40px;
  background: rgba(0,0,0,0.9);
  font-size: 18px;
  color: #FFF;
  padding: 20px;
  transform-origin: right bottom;
}
.content div.image-footer {
  transform-origin: left bottom;
  bottom: 0;
  width: 1920px;
  margin: 10px;
}
.content .text-container.left .center p {
  margin: 34px;
  font-size: 20px;
}
.content .text-container.right .center p {
  margin: 2px 0px 18px 0px;
}
.content .text-container.right .center p a {
  font-family: 'calibri_woff_bold';
  font-size: 20px;
}
div.text-container.right i{
  font-size: 14px;
}
.content .survey {
  width: 100%;
  padding: 5px;
  bottom: 0;
}
.content .imprint {
  overflow-y: auto;
}
.content .scrollable {
  height: 330px;
}
.content .scrollable p.content {
  height: 215px;
  overflow-y: auto;
}
.content .image-footer .teaser {
  position: relative;
  color: #FFF;
  background: rgba(0,0,0,0.9);
  overflow: hidden;
  float: left;
  margin: 5px;
}
.content .image-footer .teaser img {
  width: 446px;
  height: 250px;
  margin: 10px;
}
.content .teaser h3 {
  position: absolute;
  font-size: 32px;
  top: -16px;
  left: 25px;
  color: #FFF;
}
.content .teaser p {
  position: absolute;
  background: rgba(0,0,0,0.9);
  right: 20px;
  bottom: 0;
  width: 295px;
  padding: 8px 10px 10px;
}
.content div.text-container.next {
  margin-bottom: -1080px;
}
.content div.text-container.previous {
  margin-bottom: 1080px;
}
.td { 
  border: none; 
  position: relative;
  bottom: 0;
  float: left;
}
.browser h3.h2,
.content div.text-container h2 {
  font-family: 'calibri_woff_italic';
  font-size: 24px;
  margin-top: 0;
}
.linklist, .center {
  text-align: center;
}
.linklist a, .center a, .show-links a {
  text-decoration: underline;
}
.linklist a {
  line-height: 30px;
}
.content div.text-container img {
  margin: 20px 50px 3px 0;
}
.content div.text-container p {
  margin: 14px 0 0;
}
.content div.text-container .center {
  width: 100%;
  position: unset;
}
.content div.text-container.browser p {
  margin: 14px 0 30px;
}
.content div.text-container .text-footer {
  font-family: 'calibri_woff_italic';
  font-size: 24px;
  text-align: right;
}
.content div.text-container .foreward {
  left: 960px;
  bottom: 0;
  margin: 0 0 -45px -15px;
  transform: rotate(90deg);
  cursor: pointer;
}
.content div.text-container .back {
  left: 960px;
  top: 0;
  margin: -45px 0 0 -15px;
  transform: rotate(270deg);
  cursor: pointer;
}
.text-container.browser h3.right {
  display: block;
  position: absolute;
  top: 0;
  right: 22px;
}
.text-container.browser a {
  cursor: pointer;
}
.text-container a.link {
  text-decoration: underline;
}
.browser a.left, .browser a.right {
  position: absolute;
  bottom: 15px;
}
.browser a.left {
  left: 20px;
}
.text-container.browser a.right {
  right: 20px;
}
.text-container.browser a svg {
  top: 6px;
  position: relative;
}
.text-container.browser a.left svg {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.background.content .topics {
  display: none
}
@media all and (orientation:landscape) {
  .mobile {
    display: none;
  }
  .background {
    bottom: 40px;
  }
  div.text-container.survey {
      width: 1010px;
      bottom: 295px;
      right: 11px;
  }
  div.text-container.left,
  div.text-container.right{
    width: 855px;
  }
  div.text-container.left {
    transform-origin: left bottom;
    right: unset;
    left: 40px;
  }
  .vita {
    left: 210px;
    width: 585px;
  }
  h1.large {
    font-size: 72px;
  }
  .logo {
    bottom: 0px;
    left: 0px;
  }
}
@media all and (orientation:portrait) {
  body,
  #slideshow-stage, 
  .background.home,
  .slider .image-footer, 
  .bgSlide .image-footer,
  .content .teaser p {
    background-color: #000;
  }
  .display, .nonbluredbottom {
    display: none;
  }
  .navi {
    left: 0px;
    top: 0px;
  } 
  .closeButton, .interface {
    top: 30px;
    left: 30px;
  }
  .home.button {
    top: 123px;
  }
  .burger-menu  {
    left: 120px;
  }
  .background {
    top: 0;
    height: 45%;
    overflow: unset;
  }
  .footer.click, .footer-menu {
    font-size: 72px;
    bottom: 10px;
  }
  .footer.click {
    transform-origin: left bottom;
    width: 1300px;  
    left: 10px;
  }
  .footer-menu {
    transform-origin: right bottom;
    right: 10px;
  }
  .content .survey .image-footer {
    bottom: unset;
    left: 40px;
  }
  .survey .image-footer .teaser {
    overflow: unset;
  }
  .background.content .image-footer.startMenu {
    bottom: -115%;
  }
  .background.content .image-footer .teaser {
    margin: 25px;
    background: unset;
  }
  .background.content .image-footer .teaser img {
    width: 842px;
    height: 472px;
    margin: 10px;
  }
  .content .teaser h3 {
    font-size: 100px;
    top: -90px;
    left: 40px;
  }
  .content .teaser p {
    left: 8px;
    bottom: -44px;
    width: 846px;
    font-size: 48px;
  }
  .content div.text-container {
    width: 1920px;
    left: 0;
    font-size: 72px;
    padding: 120px;
    transform-origin: top left;
    top: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .content .text-container p {
    margin: 40px 0 0;
  }
  .text-container.browser div,
  .text-container.scrollable div,
  .background.content .vita {
    position: unset;
    margin-top: 45px;
  }
  .background.content .vita h2 {
    margin-bottom: 45px;
  }
  .background.content .vita img {
    float: left;
    width: 428px;
    height: 644px;
  }
  .browser h3.h2, .content div.text-container h2,
  .content div.text-container .text-footer {
    font-size: 90px;
  }
  .interface .headline  {
    left: 0px;
    transform-origin: left top;
  }
  .interface .headline h1 {
    display: block;
    font-size: 96px;
    left: -30px;
    bottom: 70px;
  }
  .background.content .logo {
    top: 20px;
    right: 20px;
    position: fixed;
    transform-origin: top right;
  }
  .loader-anim {
    display: none;
  }
  .content .text-container .center p a {
    font-family: 'calibri_woff_bold';
  }
}
.center {
  text-align: center !important;
}
.hidden {
  display: none;
}
.show{
  animation: fadeIn .5s linear 1 forwards;
}
.hide{
  display: none;
  animation: fadeOut .5s linear 1 forwards;
}
.zoom{
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  animation: zoomIn 2s ease-out 1 forwards;
}

/* ----------------------------------------------
  loader animation
  ----------------------------------------------- */

.wait {
  z-index: 2;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(31,31,31,0.6);
  opacity: 0;
  display: none;
}
.wait.opaque {
  background-color: #1F1F1F !important;
}

@-webkit-keyframes sk-rotateplane {
  0% { -webkit-transform: perspective(120px) }
  50% { -webkit-transform: perspective(120px) rotateY(180deg) }
  100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
  0% { 
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
  } 50% { 
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
  } 100% { 
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
h1, h2, h3, h4, h5, h6 { /*reset for mobile browsers */
  font-weight: normal;
}

.uc {
  height: 250px;
  width: 570px !important;;
}
.uc1 {
  width: 250px;
}
.uc2 {
  right: 15px;
  width: 300px;
  top: 10px;
}