/*========================================================
        emm
        1. Allgemeine HTML-Elemente
========================================================*/

/*http://css-tricks.com/rems-ems/*/
/*
2DO:
in galerie einen weissen 20px rand um bilder;




## netter effekt
.galerieTitel {
    ...
    background-attachment: fixed;




montserrat 600 zeile 1077 .portfolioSeite .galerieTitel #homeLinkHover { 

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
html {
    height: 100%;
    font-size: 16px;
    /* SPINNER */
    background-color: #fff;
    background-attachment: fixed;
    background-position: center center; 
    background-repeat: no-repeat;
    background-image: url('../pix/spinner.gif'); 
}

body {
    background-color: #fff;
    color: #000;

    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    z-index: -32; /* damit body unter #heldIos liegt (sonst überdeckt bg-color von body #heldIos)*/
    height: 100%;
    line-height: 1.375;
    position: relative;
    /* bei position fixed ist schrift im safari dünner*/
    /*http://stackoverflow.com/questions/22204752/mac-safari-font-rendering-changes-thinner-when-any-element-on-the-page-gets-posi*/
    -webkit-font-smoothing: subpixel-antialiased;

}

h1, h2 {
    margin: 0px;
    margin-bottom: .5em;
    font-weight: 300;
    font-size: 4rem; /* 4rem */
    text-transform: uppercase;
/*    width: 70%;*/
/*    text-align: right;*/
      
}
h1 .subline,
h2 .subline {
    display: block;
    font-size: .6em;
    padding: 0;
    margin: 0;
    margin-top: -.2em;
}   
h1 { /* titel! */
    font-size: 8rem; /* 5rem;*/
    /*margin-top: -1.5rem;*/
}
/*#logo h1 a.topLink span, 
#logo h1 a.homeLink span{
   margin-left: -.2em;
} */
h2 { 
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 0em; 
    text-transform: uppercase;
}  /* ca. 20px  120%*/ 

h3 { 
    font-size: 3rem;
    font-weight: 300;
    margin-bottom: 1em; 
    text-transform: uppercase;

}  /* ca. 20px  120%*/ 
h3 .subline {
    display: block;
    font-size: .8rem;
    line-height: 1;
}
h4 {font-size: 1.1rem; }  /* ca. 18px */  
h5 { font-size: 1.05rem; }   /* ca. 16px */ 
h6 { font-size: 1.02rem; }  /* ca. 14px */

ol, ul {
    list-style: none outside none;
}

div {
    overflow: visible;
}

a:link { text-decoration: none;   color: #000;}

a:visited { color: #000;}

a:hover, a:focus {  text-decoration: none;}

a:active{   color: #000;}

a { text-decoration: none; outline: none;}/* outline entfernt beim klicken den gepunkteten rahmen um den link*/

p, ul {
    font-size: 1rem; /*ex 1.2rem;  wegen zuwenig text vergrößert*/
    word-spacing: .1rem;
    margin: 0;
    text-align: left;
    margin-bottom: 1em;
}

ul ul {
    margin: 0;
    margin-left: 1em;
}

li {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
img {
	border: none;
}


.kursiv {
    font-style: italic;
}
 
.fett {
    font-weight: bold; 
}

.zentriert {
    text-align: center;
}
.unterstrichen {
    text-decoration: underline;
}
 
.schatten {
    -moz-box-shadow: 0 0 25px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.3);
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}
/* micro clearfix
http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.cf:after {
    clear: both;
}
/**  http://nicolasgallagher.com/micro-clearfix-hack/
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}
.lazy { /* lazy load per default ausgeblendet, wird nir bei aktivem js eingeblendet 
            in custom.js  ->  $("img.lazy").show().lazyload({... */
    display: none;
}
.unsichtbar {
    display: none !important;
}


/*========================================================
        2. DIV-Bereiche
========================================================*/


#header {
    z-index: 932;
    position: absolute;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    text-align: center;
    display: block;
/*    background-color: #fbfbfb;
       -moz-box-shadow: 0 0 25px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.3);
            box-shadow: 0 0 25px rgba(0,0,0,0.3);*/
}

#logo {
    position: absolute;
    top: 40px;
    left: 40px;
    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}


#logo a:link { }

#logo a:visited { }

#logo a:hover { }

#logo a:focus { }

#logo a:active { }

#logo a {     
    color: #fff;
}
#logo a img {
    height: 100px;
    width: auto;
}

#ios { /* display -IOS neben LOGO wenn ios*/
    display: none;
}

#menueHolder { 
    position: absolute; /* ex RELATIVE*/
    position: fixed;
    right: 0;
    top: 25px;
    width: 100%; 
    /*height: 100%; */
    margin-left:auto; 
    margin-right: auto; 
    /*background: #17B5EB;*/
}
#header.weiss #menueHolder { 
height: initial;
}

input#hamburger { display: none; }
label.hamburger {
    display: block;
    width: 1.3em;
    height: 1em;
    position: relative;
    position: absolute;
    right: 50px; 
    /*padding: 1em; clickbereich vergößern*/
    cursor: pointer;
    padding: 10px;
    z-index: 100;
    text-align: center;
    margin-top: 15px;
}

.hamburger {
    text-align: right;
    font-family: "Roboto";
    color: #fff;
    padding-top: .2rem;
    font-size: 2rem;
}

.hamburgerLinie { 
    display: block; 
    position: absolute; 
    right: 0;
    margin-right: 10px;
    height: 3px; /*5px*/
    width: 30px; /*40px*/
    background: #fff;
    /*border-radius: 2px;*/
    transition: 0.3s; 
    transform-origin: center; 
    /*box-shadow: 0 0 5px rgba(0,0,0,.8);*/
           -moz-box-shadow: 0 0 12px rgba(0,0,0,0.9);
    -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.9);
            box-shadow: 0 0 12px rgba(0,0,0,0.9);*/
}

#hamburgerLinie1 { top: 10px; /*12px*/ }
#hamburgerLinie2 { top: 20px; /*24px*/ }
#hamburgerLinie3 { top: 30px; /*36px*/ }

    
#hamburger:checked + .hamburger #hamburgerLinie1 {
    transform: translateY(10px) rotate(-45deg); /*translateY(12px) rotate(-45deg);*/
}

#hamburger:checked + .hamburger #hamburgerLinie2 {
    opacity: 0;
}

#hamburger:checked + .hamburger #hamburgerLinie3 {
    transform: translateY(-10px) rotate(45deg); /*translateY(-12px) rotate(45deg);*/
}

#menue { 
    height: 0; 
    margin-top: -3.3rem; /*-8rem;*/
    padding-top: 8rem;
    /* damit menue oben den #navi bereich Ã¼berdeckt  aber logo liegt drÃ¼ber*/
    max-height: 0; 
    overflow: hidden; 
    background: rgba(0,0,0,.0); /* entweder scrollIn oder fade In */
    text-align: center;
    transition: all .3s; 
}
header.weiss #menue { 
    background: rgba(0,0,0,.9); /* entweder scrollIn oder fade In */
}

#hamburger:checked + .hamburger  + #menue { 
    height: 3000px;    
    height: 100vh;
    /* krÃ¼cke weil #menueholder darf nicht height:100% sein, sonst Ã¼berdeckt er steuerelemete von slideshow. 
    so "dehnt" #menue den #menueholder nur bei #hamburger:checked  */
    max-height: 0;
    max-height: 100%; /* entweder scrollIn oder fade In */
    background: rgba(0,0,0,.80); 
}

#menue ul { 
    width: 30em;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 0;
}
#menue ul li { 
    text-align: center;
    list-style-type: none; 
    color: white; 
    border-top: 2px solid #fff; 
    padding: .2em 0;
}
#menue ul li:last-child {
    border-bottom: 0;
}

#menue ul li a { 
    font-weight: 200;
    /*font-size: 1.5rem;*/
    font-size: 2.3rem;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(0,0,0,.5);
    color: #fff; 
    text-decoration: none; 
    display: block;
    margin: 0 1em;
    margin-bottom: .3em;
    transition: all .3s;
}

#menue ul li a:link { }

#menue ul li a:visited { }

#menue ul li a:hover { 
    margin-left: 0;
}

#menue ul li a:focus { }

#menue ul li a:active { }

#menue ul li a { }


#slideshowDummy {
    position: relative;
    width: 100%;
    height: 100%;
}

/* durch zusammengesetzten rahmen, sind anklickbare elemente im slider moeglich. bei ganzer ebene mit rahmen ueberdeckt die ebene die klickbaren bereiche */
#rahmenLinks { /* wenn im slider klickbare elemente sein sollen muss rahmen zusammengesetzt werden*/
    position: absolute;
    /*top: 75px;  ex: top:0;  sonst ist rahmen auch hinter HEADER*/
    top: 0;
    left: 0;
    width: 10px; /*20px*/
    z-index: 20;

    background-color: #fff;
}

#rahmenRechts { /* wenn im slider klickbare elemente sein sollen muss rahmen zusammengesetzt werden*/
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px; /*20px*/

    z-index: 20;

    background-color: #fff;
}
#rahmenUnten { /* wenn im slider klickbare elemente sein sollen muss rahmen zusammengesetzt werden*/
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px; /*20px*/
    z-index: 20;

    background-color: #fff;
}
#rahmenOben { /* wenn im slider klickbare elemente sein sollen muss rahmen zusammengesetzt werden*/
    position: absolute;
    top: 0;
    right: 0;
    height: 10px; /*20px*/
    z-index: 20;

    background-color: #fff;
}
/* CSS ANIMATION */


/* make keyframes that tell the start state and the end state of our object */
/* ex: height:100%;  sonst ist rahmen auch hinter HEADER*/
/*@-webkit-keyframes heightIn { from { height:0; } to { height: calc(100% - 75px); } }
@-moz-keyframes heightIn { from { height:0; } to { height: calc(100% - 75px); } }
@keyframes heightIn { from { height:0; } to { height: calc(100% - 75px); } }*/

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes heightIn { from { height:0; } to { height:100%; } }
@-moz-keyframes heightIn { from { height:0; } to { height:100%; } }
@keyframes heightIn { from { height:0; } to { height:100%; } }

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes widthIn { from { width:0; } to { width:100%; } }
@-moz-keyframes widthIn { from { width:0; } to { width:100%; } }
@keyframes widthIn { from { width:0; } to { width:100%; } }

.height-in {
    height:0;  /* make things invisible upon start */

    -webkit-animation: heightIn ease-in 1;  /* call our keyframe named heightIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: heightIn ease-in 1;
    animation: heightIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.3s;
    -moz-animation-duration:.3s;
    animation-duration:.3s;
}
.width-in {
    width:0;  /* make things invisible upon start */

    -webkit-animation: widthIn ease-in 1;  /* call our keyframe named widthIn, use animattion ease-in and repeat it only 1 time */
    -moz-animation: widthIn ease-in 1;
    animation: widthIn ease-in 1;

    -webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:.3s;
    -moz-animation-duration:.3s;
    animation-duration:.3s;
}

.height-in.one {
    -webkit-animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    animation-delay: 0.0s;
}

.width-in.two {
    -webkit-animation-delay: .3s;
    -moz-animation-delay:.3s;
    animation-delay: .3s;
}

.height-in.three {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.width-in.four {
    -webkit-animation-delay: .9s;
    -moz-animation-delay:.9s;
    animation-delay: .9s;
}


#slideshow {
    position: absolute;
    top: 0 ;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:0;/*-1*/

    overflow: hidden; /* sonst kommt vertikaler scrollbalken bei sliding*/
}

#slideshow .slide {
    position: relative; /* ex fixed*/ 

    width: 33.333%;
    height: 100%;
    min-height: 100%; /*2check ob noetig*/
    float: left;
    overflow: hidden;

    background-color: #000; /* sonst dünner weisser streifen bei hover*/
}
body.itemSeite #slideshow .slide {
    position: relative; /* ex fixed*/ 

    width: 100%;
    height: 50%;
    min-height: 50%; /*2check ob noetig*/
    float: initial;
    overflow: hidden;

    background-color: #000; /* sonst dünner weisser streifen bei hover*/
}

#slideshow .slide a .held {
  -webkit-filter: grayscale(100%) brightness(.5);
     -moz-filter: grayscale(100%) brightness(.5);
      -ms-filter: grayscale(100%) brightness(.5);
       -o-filter: grayscale(100%) brightness(.5);
          filter: grayscale(100%) brightness(.5);
    
-webkit-transition: .2s ease-in-out;
   -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
     -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;

}

#slideshow .slide a:link .held { }

#slideshow .slide a:visited .held { }

#slideshow .slide a:hover .held {
  -webkit-filter: grayscale(0%) brightness(1);
     -moz-filter: grayscale(0%) brightness(1);
      -ms-filter: grayscale(0%) brightness(1);
       -o-filter: grayscale(0%) brightness(1);
          filter: grayscale(0%) brightness(1);

    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
    transform:scale(1.05);

}
#slideshow .slide a:focus .held {  

}

#slideshow .slide a:active{   }

#slideshow .slide a { }/* outline entfernt beim klicken den gepunkteten rahmen um den link*/



#slideshow .slide.active {
    z-index: 10;
    opacity: 1.0;

}


    /*für CHROME !!!! */
#slideshow .slide .held {  


}
@-moz-keyframes dropHeader {
    0% {
        -moz-transform: scale(1,1);
    }
    50% {
        -moz-transform: scale(1.04,1.04);
    }
    100% {
        -moz-transform: scale(1,1);
    }
}
@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: scale(1,1);
    }
    50% {
        -webkit-transform: scale(1.04,1.04);
    }
    100% {
        -webkit-transform: scale(1,1);
    }
}
@keyframes dropHeader {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.04,1.04);
    }
    100% {
        transform: scale(1,1);
    }

}


#slideshow .slide.last-active {
    z-index: 9;
}


.held {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%; /*2check ob noetig*/

    text-align: center;

    /*background-attachment: fixed;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.heldDescription {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 400px;
/*    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 300%;*/

background: rgb(0,0,0);
background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

}   
.heldDescription p,
#mobilDescription p {

    margin: 0;
    text-align: center;
    color: #fff;
    /*font-size: 3rem;*/
    font-size: 2.5vw;
    font-weight: 200;
    text-transform: uppercase;
	/*background-color: red;*/
	position: absolute;
	bottom: 1em;
	/*width: 100%;*/
	width: 29vw;
    left: 50%;
    transform: translateX(-50%);;

} 
#mobilDescription {
    display: none;
    }
    
/*.heldDescription */#mobilDescription p {
    display: none;
    margin-top: 200px;
     font-weight: 300;
} 

/*.heldDescription*/ #mobilDescription p a:link { text-decoration: none; color: #fff;}

/*.heldDescription*/ #mobilDescription p a:visited { color: #fff;}

/*.heldDescription*/ #mobilDescription p a:hover, a:focus {  text-decoration: none;}

/*.heldDescription*/ #mobilDescription p a { 
    display: inline-block;
    text-decoration: none;
    outline: none;
    margin-top: 0.5em;
    line-height: 1em;

    }/* outline entfernt beim klicken den gepunkteten rahmen um den link*/





#held1 { 
    background-image: url(../portfolio/tri/tri1.jpg);
}
#held2, 
#heldMobil { 
    background-image: url(../portfolio/tri/tri2.jpg);
}
#held3 { 
    background-image: url(../portfolio/tri/tri3.jpg);
}
#heldMobil { 
    display: none;
}


#heldIos {

}

#inhalt {
    width: 100%;   
    position: relative;
    background-color: #000;
    text-align: center;
    z-index: 10;
}

#inhalt a:link { color: #000;}

#inhalt a:visited { color: #000;}

#inhalt a:hover { 
    color: #000;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    padding-bottom: .3rem;
}
#inhalt a:focus { color: #000;}

#inhalt a:active { color: #000;}

#inhalt a {  
    color: #000;
    padding: 0 .2rem;
    border-bottom: 2px solid rgba(0, 0, 0, 1);
    outline: none;/* outline entfernt beim klicken den gepunkteten rahmen um den link*/

    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
    }



.zeile {
    position: relative;
    height: 100%;
    max-width: 720px; /*ex 720*/
    max-width: 960px;
    max-width: 1200px;
    /*max-width: 1800px;*/
    margin: 0px auto;
    text-align: center;
}

.fliesstext {
    padding: 6rem 1rem; /* damit bei ios text nicht bis zum rand geht*/
    margin: 0 10%;
    margin: 0 10px;
    padding-top: 30px; /*gleich dem rahmen von slidshowDummy*/
}
body.startSeite .fliesstext {
    padding-top: 0px; 

}

.galerieHolder {
    text-align: left;
    padding: 100px 0;
    /*padding-bottom: 100px;*/
}
#inhalt .galerieHolder a.linkOffset,
#uebermich  a.linkOffset,
#referenzen  a.linkOffset,
#kontakt  a.linkOffset { /* "#inhalt" wichtig um spezifizität zu erhönen. 
                                        sonst werden eigenschaften durch "#inhalt a" überschrieben */
    padding: 0;
    border: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;

    position: relative;
    display: block;
    visibility: hidden;
}


.galerieTitel {
	text-align: center;
    padding: 1rem 0;
    border-bottom: 3px solid #fff;
    margin-bottom: 2rem;

}

.galerieTitel img {
    position: relative;
	z-index: 800;
    /*height: 180px;*/
    height: 100px;
    width: auto;
}

.galerieTitel h2 { 
    color: #fff;
    font-size: 4rem;
    font-weight: 200;  /*2check*/
    letter-spacing: -.02em;
    text-transform: uppercase;
    /*word-break: break-all;*/
    line-height: .8em;
    padding: .5rem 1rem;
}

.galerieTitel a:link {

}

.galerieTitel a:visited {}

.galerieTitel a:hover #homeLink  { 
    opacity: 0;

}
.galerieTitel a:hover #homeLinkHover { 
    opacity: 1;

}

.galerieTitel a:focus { }

.galerieTitel a:active { }

.galerieTitel a {  


}

.galerieHolder ul {
    display: block;
    margin-top: 5px;
    margin-bottom: 50px;

}

ul.galerie, ul.galerieFotografie li {
    position: relative;
    width: 33.33%; /*33.33%*/
    margin: 0;
    display: inline-block;
    overflow: hidden;
}
ul.galerie a:link {}

ul.galerie a:visited {}

ul.galerie a:hover { 
    padding: 0px !important;
    border:0 !important;
}

ul.galerie a:focus { color: #000;}

ul.galerie a:active { color: #000;}

ul.galerie a {  
    display: block;
    overflow: hidden; /* für a:hover img -> scale */
    padding: 0px !important;
    border: 0 !important;
    margin: 5px;
}

ul.galerie img {
    width: 100%;
    height: auto;
}

/* GrayScale */
ul.galerie a img {
  -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
       -o-filter: grayscale(100%);
          filter: grayscale(100%);
    
-webkit-transition: .2s ease-in-out;
   -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
     -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;



}
ul.galerie a:hover img {

  -webkit-filter: grayscale(0%);
     -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
       -o-filter: grayscale(0%);
          filter: grayscale(0%);

    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -o-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transform:scale(1.1);
}


ul.galerieFotografie { /* weil bei galerie Fotografie keine verschachtelten Ul's vorkommen, sondern nur li's*/
    position: relative;
    width: initial;
    margin: 0;
    display: initial;
    overflow: initial;
}

#uebermich .zeile, 
#referenzen .zeile, 
#impressum .zeile, 
#datenschutz .zeile {
    max-width: 960px;
    font-weight: 200; /* ex 400 */
    padding: 0 2em;
}

#uebermich, 
#referenzen,
#impressum,
#datenschutz {
    position: relative;
    background-color: #000;
    z-index: 10;
    color: #fff;
    padding: 4em 0; /* wegen nachfolgendem #referenzen da ist wieder ein sprunglink oben mit negativem margin*/
}

#uebermich img,
#referenzen img, 
#impressum img, 
#datenschutz img {
    position: absolute;
    height: 80%; /* th wollte 70*/
    width: auto;
    right: 0;
    bottom: 0;
    z-index: -1;
}
#uebermich .fliesstext,
#referenzen .fliesstext,
#impressum .fliesstext, 
#datenschutz .fliesstext {
    padding-top: 0;
    padding-bottom: 0;

}

#uebermich .zeile  p,
#referenzen .zeile  p {
        color: #fff;
        /*font-weight: 200;*/ /* ex 400 */
        line-height: 1.25em;
        font-size: 1.5em;

}
#impressum .zeile  p,
#datenschutz .zeile p {
        color: #fff;
        /*font-weight: 200;*/ /* ex 400 */
        /*line-height: 1.25em;*/
        font-size: 1.2rem;

}
#impressum .zeile  h2,
#datenschutz .zeile h2 {
        font-size: 3em;
        text-align: left;
        padding-left: 0;
        margin-top: 4em;
        /*text-decoration: underline;*/

}
#impressum .zeile  h3,
#datenschutz .zeile h3 {
        color: #fff;
        /*font-weight: 200;*/ /* ex 400 */
        line-height: 1.25em;
        font-size: 1.5em;
        text-align: left;
        text-decoration: underline;

}
#impressum .zeile  h4,
#datenschutz .zeile h4,
#datenschutz .zeile h5 {
        color: #fff;
        /*font-weight: 200;*/ /* ex 400 */
        line-height: 1.25em;
        font-size: 1.2em;
        font-weight: 400;
        text-align: left;

}

#referenzen .fliesstext ul {
    column-count: 3;
    font-size: 1.4em;
}


#uebermich .zeile .fliesstext p span,
#referenzen .zeile .fliesstext p span, 
#impressum .zeile .fliesstext p span,
#datenschutz .zeile .fliesstext p span {
    font-size: 1.4em;
}

#impressum a:link,
#datenschutz a:link { text-decoration: underline;   color: #fff;}

#impressum a:visited,
#datenschutz a:visited { color: #fff;}

#impressum a:hover, 
#impressum a:focus, 
#datenschutz a:hover, 
#datenschutz a:focus {  text-decoration: none;}

#impressum a:active,
#datenschutz a:active {   color: #fff;}

#impressum a,
#datenschutz a { text-decoration: underline; outline: none;}/* outline entfernt beim klicken den gepunkteten rahmen um den link*/

#kontakt {
    position: relative;
    z-index: 10;
    background-color: #000; 
    /*padding: 8rem 0;*/
    padding: 8rem 0;
}

#kontakt .kontaktSpalte {
    display: inline-block;
}


#kontakt .kontaktSpalte p {
        color: #fff;
        font-weight: 200; /* ex 400 */
        line-height: 1.25em;
        font-size: 1.5em;

        /*padding-left: .35em;*/
}

#kontakt a { 
    text-decoration: none; 
    outline: none;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 200;
    padding: 0 .2em;

-webkit-transition: .2s ease-in-out;
   -moz-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;
     -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out;


}/* outline entfernt beim klicken den gepunkteten rahmen um den link*/
#kontakt a:link,
#kontakt a:visited  {
    color: #fff;

}
#kontakt a:hover {
    padding: 0 3em;
    background-color: #fff;
    color: #000;
    /*text-decoration: underline;*/
}
#kontakt a:active { 
    color: #fff;
}


#footer {
    position: relative;
    z-index: 10;
    height: 4rem;
    /*background-color: #333;*/
    color: #000;
    font-size: .8rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
    
}
#footer p {
    position: absolute;
    display: block;
    top: 50%;
    width: 100%;
    height: 2rem;

    margin: 0;
    margin-top: -.5rem;

    color: #000;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .06rem;
    text-align: center;
    vertical-align: center;
}

#footer span.floatLeft,
#footer span.floatRight {
    margin: 0 2em;
}


#footer a:link { color: #000;}

#footer a:visited { color: #000;}

#footer a:hover { 
    color: #000;
    text-decoration: underline;
}
#footer a:focus { color: #000;}

#footer a:active { color: #000;}

#footer a {  
    color: #000;
    outline: none;/* outline entfernt beim klicken den gepunkteten rahmen um den link*/

}

/* background-position fixed in IE 10+ abschalten weil scroll bug */
/* http://www.impressivewebs.com/ie10-css-hacks/ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
/* was hatte .held hier für nen sinn .held in html erst später eingeführt wegen css animation */
/*.held {

    background-attachment: scroll !important;  

}*/

}

/*========================================================
        3. media query
========================================================*/
@media only screen and (min-width: 0px)  and (max-width: 1400px) { /*881 1000*/

    .heldDescription p, 
    #mobilDescription p {
            font-size: 2.5rem;
    }

}
@media only screen and (min-width: 0px)  and (max-width: 1200px) { /*881 1000*/

    .heldDescription p, 
    #mobilDescription p {
            font-size: 2.5rem;
    }
       
    ul.galerie, 
    ul.galerieFotografie li {
        width: 50%; /*33.33%*/
    }

}
@media only screen and (min-width: 0px)  and (max-width: 600px) { /*881 1000*/
   
ul.galerie, 
ul.galerieFotografie li  {
    /*width: 100%;*/ /*33.33%*/
}


}
    
@media only screen and (min-width: 0px)  and (max-width: 1020px) { /*881 1000*/
   
    #header {
        height: 100px;
        text-align: center;
/*        background-color: red;*/
    }
    #navi {
        padding: 0;
    }

    #navi ul {
        position: relative;
        top: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }
    #navi ul li {
        margin: 0 .1rem;
        letter-spacing: 0;
        float: none;
        display: inline;
    }

    .heldDescription p, 
    #mobilDescription p {
            font-size: 2rem;
    }


    #kontakt {
        padding: 2rem 0;
    }

    #kontakt .kontaktSpalte {
        float: none !important;
        width: auto !important;
        padding: 0 !important;
    }

    #kontakt .kontaktSpalte h4:after {
        display: none !important;
    }


        #kontakt .kontaktSpalte p {
        text-align: center;
    }
    #kontakt .kontaktSpalte h4 {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 20px;
        text-align: center !important;
    }


}
    
@media only screen and (min-width: 0px)  and (max-width: 800px) { /*881 1000*/

#referenzen .fliesstext ul {
    column-count: 2;
}


#kontaktLink {
    top: 150px;
}

#slideshow #slide1, 
#slideshow #slide3 {
    display: none;
}
#slideshow #slide2 {
    width: 100%;
}

#held2 {
    display: none;
} 

#heldMobil { 
    display: block;
}
#mobilDescription { 
    display: block;
}



.heldDescription p {
    display: none;
} 
/*.heldDescription*/ #mobilDescription p {
    margin: 0 auto;
    margin-top: 200px;
    width: 80%;
    display: block;
}

}


@media only screen and (min-width: 0px)  and (max-width: 650px) { /*881 1000*/


	#logoHolder {
	    z-index: 21;
	}
	    #navi ul {
	        display: none;
	    }
	#menue ul {
	    width: 70vw;
	    padding: 0;

	}
	#menue ul li a {
		/*font-size: 5.5vw;*/  /*TESTEN*/
		font-size: 1.8rem;
        font-weight: 300;
		margin: .3em 0;

    }

    .galerieTitel {

        padding: .5rem 0;
        border-bottom: 2px solid #fff;
    }

    .galerieTitel h2 {
        font-size: 1.8rem;
        font-weight: 300;
        padding: 0.5rem 0;
    }


    #uebermich .zeile {
        background-color: #000;
        background-color: rgba(0,0,0, .5);
    }
    #uebermich .zeile h2, 
    #uebermich .zeile p {
        padding-right: 0;
        text-align: center;
    }   
    #uebermich .zeile h2,
    #referenzen .zeile h2,
    #kontakt .zeile h2, 
    #impressum .zeile h2,
    #datenschutz .zeile h2 {
        font-size: 2.2rem;
        font-weight: 300;
    }

    #referenzen .zeile h2, 
    #referenzen .zeile p {
        padding-right: 0;
        text-align: center;
    }   
/*    #referenzen .zeile h2 {
        font-size: 2.2rem;
    }*/
    #referenzen .fliesstext ul {
        font-size: 1.1em;
    }


     #kontakt .galerieTitel {
        width: 70vw;
        margin: 0 auto;
        margin-bottom: 2rem;
    }

/*    #kontakt .zeile h2 {
        font-size: 2.2rem;
    }*/

    #footer {
        height: auto;
    }


   #footer p {
        position: relative;
        top: 0;
        padding: 2rem 0;
   }
   #footer p span {
        float: none;
        display: block;
   }
   #footer p span.floatLeft {
    float: none;
        margin-bottom: .6rem;
   }
}


@media only screen and (min-width: 0px)  and (max-width: 650px) { /*881 1000*/


}

@media only screen and (min-width: 0px)  and (max-width: 400px) { /*881 1000*/

    #header {

    }

    label.hamburger {
        right: 30px;
        margin-top: 0;
    }
    #menue ul li a {
        font-size: 1.2rem;
    }

    #logo {
        position: absolute;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }
    #logo a img {
        height: 60px;
        width: auto;

        width: 80vw;
        height: auto;
    }

    #mobilDescription p {

        font-size: 1.5rem;


    }

    #uebermich .zeile, 
    #referenzen .zeile, 
    #impressum .zeile, 
    #datenschutz .zeile {
        padding: 0 1em; 
    }

    #uebermich .zeile h2,
    #referenzen .zeile h2,
    #kontakt .zeile h2,
    #impressum .zeile h2,
    #datenschutz .zeile h2   {
        font-size: 1.8rem;
    }
    #impressum .zeile h3, 
    #datenschutz .zeile h3 {
        font-size: 1.2em;
    }

    .galerieTitel img {
        width: 80vw;
        height: auto;
    }

   #footer p span.floatLeft,
   #footer p span.floatRight  {
        margin: 1em 0;
   }
}

/* HEIGHT */

@media only screen and (min-height: 0px)  and (max-height: 400px) { /*881 1000*/

    #held .fliesstext {
        position: absolute;
        top: 40%;

    }
    #held .nachUnten img {
        width: 60px;

    }

}

/* PSICOs ND */



