/* Generell*/

body {
    background-color: black;
    font-family: GT-Medium;
    margin: 0;
}

::-webkit-scrollbar { 
    display: none; 
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited {
    text-decoration: none; 
    color: inherit;
}

a:hover {
    cursor: pointer;
}


/*About*/


.auszeichnung {
    font-size: 4vmax;
}


.about-link {
    height: 100vh;
    position: fixed;
    right: 0;
    background-color: white ;
    padding: 1.2%;
    z-index: 10;
    width:auto;
    text-align: center;
    font-size: 4vmax;
    color: black;
    border-left: 3px solid black;
}



.about-link-innen {
    height: 100vh;
    position: absolute;
    left: 0;
    background-color: white;
    padding: 1.2%;
    width:auto;
    text-align: center;
    font-size: 4vmax;
    color: black;
    border-left: 3px solid black;
    border-right: 3px solid black;
    z-index: 12;
}

.cl-close {
    display: none;
    color: white;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
}

.archiv-link-innen2:hover .ab-close{
    display: none;
}

.archiv-link-innen2:hover .cl-close{
    display: block;
}

.about-link-innen:hover .ab-close{
    display: none;
}

.about-link-innen:hover .cl-close {
    display: block;
}

.about-link-innen div {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.about-link div {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.about-link :hover {
    cursor: pointer;
    color: white;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;    
}


.archiv-link-innen {
    height: 100vh;
    position: absolute;
    right: 0;
    background-color: white;
    padding: 1.2%;
    width:auto;
    text-align: center;
    font-size: 4vmax;
    color: black;
    border-left: 3px solid black;
    z-index: 11;
}

.archiv-link-innen:hover {
   color: white;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;  
}

.archiv-link-innen2 {
    height: 100vh;
    position: absolute;
    left: 0;
    background-color: white;
    padding: 1.2%;
    width:auto;
    text-align: center;
    font-size: 4vmax;
    color: black;
    border-left: 3px solid black;
    border-right: 3px solid black;
    z-index: 11;
}


.archiv-link-innen div {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}


.archiv-link-innen2 div {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}


.about-container {
    position: fixed;
    right: 0px;
    height: 100vh;
    z-index: 10;
    background-color: white;
}

.archiv-container {
    position: fixed;
    right: 0px;
    height: 100vh;
    z-index: 13;
    background-color: white;
}

.about-content {
    width: 80vw;
    height: 100vh;
    overflow: auto;
    color: black;
    -moz-box-shadow:0px 0px 20px 0px black;
    -webkit-box-shadow: 0px 0px 20px 0px black;
    box-shadow: 0px 0px 20px 0px black;
    z-index: 10;
}

.archiv-content {
    width: 70vw;
    height: 100vh;
    overflow: auto;
    color: black;
    -moz-box-shadow:0px 0px 20px 0px black;
    -webkit-box-shadow: 0px 0px 20px 0px black;
    box-shadow: 0px 0px 20px 0px black;
    z-index: 10;
    border-left: 3px solid black; 
}

.spacing {
    text-shadow: none !important;
}

.ab-text {
    position: relative;
    margin: 4% 10% 2% 10%;
    top: 0;
    font-size: 2vmax;
    letter-spacing: 1px;
    line-height: 1.4;
}

.ar-text {
   position: relative;
    margin: 4% 10% 2% 10%;
    top: 0;
    font-size: 2vmax;
    letter-spacing: 1px;
    line-height: 1.4;
}

.ab-text a {
    color:black;
    -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;  
}

.panel-body-about a{
     text-decoration: none;
}

.ab-text a:hover {
    color: white;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
    
    /*
    text-shadow: 0px 4px 3px black;   */
}

.logos img {
     -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.logos img:hover {
    opacity: 1;
     -webkit-transform: rotateZ(4deg); /* Safari */
    transform: rotateZ(4deg);
}

#about-inhalt {
    background-color: white;
}

.logos img {
    margin-right: 3.5%;
    margin-top: 4%;
}

#mt-logo {
    width: 14%;
}

#freunde-logo {
    width: 12%;  
}

#yrd-logo {
    width: 22%;
 
}

#kultur-logo {
    width: 30%;
    
}


.phone-about {
    background-color: white;
    border-bottom: 2px solid black;
}


/* EN/DE */


/*Accordion*/


.panel-title {
/*    padding-left: 8%;
    padding-right: 2%; */
    margin-top: 2%;
}

#change {
    text-align: center;
}

.change2 {
    display: none;
}

.phone-close {
    color: white;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
}


  .panel-heading {
    position: fixed;
    font-size: 8vw;
    padding: 2% 0 2% 0 ;
    width: 100vw;
}

.panel-body-about {
    padding: 20% 8% 10% 8%; 
    background-color: white;
    font-size: 2.6vh;
    line-height: 1.45;     
}


.unterschrift {
    font-size: 2vh;
}

.panel-body a:hover{
    color: blue;
}



/* Animations-Collaps */

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}


.collapsing.width {
    -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: width, visibility;
       -o-transition-property: width, visibility;
          transition-property: width, visibility;
        
    width: 0;
    height: 100vh;
    -moz-box-shadow:0px 0px 20px 0px black;
    -webkit-box-shadow: 0px 0px 20px 0px black;
    box-shadow: 0px 0px 20px 0px black;
}


.collapsing.width .archiv-link-innen {
    visibility: hidden;
}

.collapsing.width .knives {
    visibility: hidden;
}





.wrapper-doppelpass {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 1;
}

/* Animation */


.aktuell {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-right: 4%;
    -webkit-animation: Bild1 10s ease 1;
    -moz-animation: Bild1 10s ease 1;
    animation: Bild1 10s linear  1;
    animation-delay: 2s;
}



.aktuell2 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    top: -100%;
    -webkit-animation: Bild2 10s ease 1;
    -moz-animation: Bild2 10s ease 1;
    animation: Bild2 10s linear  1;
    animation-delay: 2s;
}

.aktuell3 {
    position: fixed;
    bottom: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    padding-right: 5%;
    -webkit-animation: Bild3 10s ease 1;
    -moz-animation: Bild3 10s ease 1;
    animation: Bild3 10s linear 1;
    animation-delay: 2s;
}

.aktuell4 {
    position: fixed;
    bottom: 0;
    top: -100%;
    width: 100%;
    height: 100%;
    padding-right: 5%;
    -webkit-animation: Bild4 10s ease 1;
    -moz-animation: Bild4 10s ease 1;
    animation: Bild4 10s linear 1;
    animation-delay: 2s;
}

.aktuell5 {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-right: 5%;
    -webkit-animation: Bild5 12.3s ease 1;
    -moz-animation: Bild5 12.3s ease 1;
    animation: Bild5 12.3s linear 1;    
}



@-webkit-keyframes Bild1 {
    0%{height:  100%}
    20%{height: 0%}
    100%{height: 0%}
}

@-moz-keyframes Bild1 {
    0%{height:  100%}
    20%{height: 0%}
    100%{height: 0%}
}

@keyframes Bild1 { 
    0%{height:  100%}
    20%{height: 0%}
    100%{height: 0%}
}


@-webkit-keyframes Bild2 {
    0%{top:  -100%}
    20%{top: 0; height: 100%}
    50%{height: 0%}
    65%{top: 200%; height: 0%}
    80%{top: 200%; height: 0%}
    100%{top: 200%; height: 0%}
}
@-moz-keyframes Bild2 {
     0%{top:  -100%}
    20%{top: 0; height: 100%}
    50%{height: 0%}
    65%{top: 200%; height: 0%}
    80%{top: 200%; height: 0%}
    100%{top: 200%; height: 0%}
} 

@keyframes Bild2 { 
     0%{top:  -100%}
    20%{top: 0; height: 100%}
    50%{height: 0%}
    65%{top: 200%; height: 0%}
    80%{top: 200%; height: 0%}
    100%{top: 200%; height: 0%}
}



@-webkit-keyframes Bild3 {
     0%{top:  -100%}
    20%{top: -100%}
    40%{top: 0; height: 100%}
    60%{height: 0%}
    75%{top:200%; height: 0%}
    80%{top:200%; height: 0%}
    100%{top: 200%; height: 0%}
}

@-moz-keyframes Bild3 {
     0%{top:  -100%}
    20%{top: -100%}
    40%{top: 0; height: 100%}
     60%{height: 0%}
    75%{top:200%; height: 0%}
    80%{top:200%; height: 0%}
    100%{top: 200%; height: 0%}
}

@keyframes Bild3 { 
    0%{top:  -100%}
    20%{top: -100%}
    40%{top: 0; height: 100%}
     60%{height: 0%}
    75%{top:200%; height: 0%}
    80%{top:200%; height: 0%}
    100%{top: 200%; height: 0%}
}



@-webkit-keyframes Bild4 {
    0%{top:  -100%}
    20%{top:  -100%}
    40%{top: -100%}
    60%{top: 0; height: 100%}
    90%{height: 0%}
    100%{top: 200%; height: 0%}
}

@-moz-keyframes Bild4 {
    0%{top:  -100%}
    20%{top:  -100%}
    40%{top: -100%}
    60%{top: 0; height: 100%}
   90%{height: 0%}
    100%{top: 200%; height: 0%}
}

@keyframes Bild4 { 
    0%{top:  -100%}
    20%{top:  -100%}
    40%{top: -100%}
    60%{top: 0; height: 100%}
     90%{height: 0%}
    100%{top: 200%; height: 0%}
}


@-webkit-keyframes Bild5 {
    0%{top:  -100%}
    65%{top: -100%}
    82%{top: 0}
    100%{top: 0}
}

@-moz-keyframes Bild5 {
    0%{top:  -100%}
    65%{top: -100%}
    82%{top: 0}
    100%{top: 0}
}

@keyframes Bild5{ 
     0%{top:  -100%}
    65%{top: -100%}
    82%{top: 0}
    100%{top: 0}
}


.knives {
margin-top:
}

.knive1 {
    margin: 15% 10% 20% 20%;
    position: relative;
    width: 60%;   
}

.knive2 {
    float: right;
    right: 10%;
    position: absolute;
    width: 40%;
    -webkit-animation: Cut2 12s ease infinite;
    -moz-animation: Cut2 12s ease infinite;
    animation: Cut2 3s linear infinite; 
}

@keyframes Cut2{ 
         0%{transform:  rotate(45deg)}
    10%{transform:  rotate(45deg)}
    50%{transform:  rotate(-45deg)}
    100%{transform:  rotate(45deg)}
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: red;
}


@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;}
}


* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}



.panel-group {
    position: absolute;
    width: 100vw;
    margin-bottom: 0px;
    z-index: 3;
    top: 0;
}


.panel-group .panel {
  margin-bottom: 0px;
}

.panel-group .panel + .panel {
  margin-top: 0px;
}



.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after,
{
  clear: both;
}

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