/* Generell*/
html {
	height: 100%;
}


body {
    font-family: GT-Medium;
    background-image: url(hintergrund2.jpg);
	background-size: auto;
	height: 100%;
    margin: 0; 
    padding: 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: 3.5vmax;
    text-transform: uppercase
}

.auszeichnung-phone-archiv {
    font-size: 4vmax;
    text-transform: uppercase;
    color: white;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
    left: 30%;
    position: relative;
}


.about-link {
    height: 100vh;
    position: fixed;
    right: 0;
    background-color: #f5ab9e;
    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: #f5ab9e;
    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; 
}

.archiv-foto-l {
    position: relative;
    margin: 8% 10% 2% 15%;
}

.archiv-foto-r {
    position: relative;
    margin: 8% 10% 2% 10%;
    padding-bottom: 8%;
    float: right;
}

.archiv-foto-l img{
    max-width: 30vw;
}

.archiv-foto-r img{
    max-width: 30vw;
}

.archiv-fotoP-l img{
    max-width: 80vw;
    padding-bottom: 12%;
}

.archiv-fotoP-r img{
    max-width: 80vw;
    padding-bottom: 12%;
}

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

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

.language {
    position: absolute;
    top: 0.2%;
    right: 0;
}

.language2 {
    position: absolute;
    top:1.2%;
    right: -20px;
}

.language-phone {
    position: absolute;
    left: 8%;
    margin-top: 2%;
}

.aktive-sprache {
    color: white;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
}

.ticket-pfeil {
    font-family:sans-serif;
    font-size: 3vmax;
    line-height: 0.2;
    vertical-align: middle;
}

.ar-text {
   position: relative;
    margin: 4% 10% 2% 10%;
    top: 0;
    font-size: 1.5vmax;
    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%;    
}

#HO-logo {
    width: 30%;
}

#OF-logo {
    width: 25%;
}

#marschner-logo {
    width: 15%;
}

#Chor-logo {
    width: 20%
}

.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;
    z-index: 2;
}

.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;
}

.knive1 {
    margin: 8% 20%;
    width: 40vw;
}

.wrapper-doppelpass-klein {
    position: fixed;
    margin: 8% 14% 10% 8%;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
    height: auto;
    width: auto;
    z-index: 2;
    background-image: url(Wasser-Web2.jpg);
    background-size:cover; 
    /*cursor:url(mouse-over-water2.png), auto;*/
    -moz-box-shadow:12px 15px 30px -10px black;
    -webkit-box-shadow: 12px 15px 30px -10px black;
    box-shadow: 12px 15px 30px -10px black;
}

.infotext {
    position: fixed;
    bottom: 5px;
    left: 40px;
    font-size: 3.8vmax;
    line-height: 0.2;
     -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s; 
}

.DE-EN {
    position: fixed;
    top: 16px;
    left: 40px;
    font-size: 2vmax;
    line-height: 0.2;
     -webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s; 
}

.type-wobble:hover {
    z-index: 4;
    color: #55aacd;
    text-shadow:  1px  1px 1px black,
                  1px -1px 1px black,
                 -1px  1px 1px black,
                 -1px -1px 1px black;
     -webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s; 
    
}


/*!
 * 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: blue;
}


@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 */
