/*========================================================
        Theresia Hein
        1. Allgemeine HTML-Elemente
========================================================*/

/*http://css-tricks.com/rems-ems/*/
/*
2DO
ACHTUNG !!!!!!!




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



*/

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: 'Lato', 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;
    font-weight: 700;
}
/*#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;
}



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

#header {
    z-index: 50;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background-color: #fff;
    /*background-color: rgba(255, 255, 255, 0.9);*/
}

#logo {
    position: absolute;
    top: 0;
    left: 0;

    height: 50px;
}
#logo h1 {
    margin-left: 2rem;
    margin-top: 0;
    font-size: 1.5rem;
    color: #000;
    font-weight: 300;
    letter-spacing: .04em;
    text-transform: uppercase;
}
#logo h1 span {
    font-weight: 700;
}
#logo h1 a:link { }

#logo h1 a:visited { }

#logo h1 a:hover { 

}

#logo h1 a:focus { }

#logo h1 a:active {   }

#logo h1 a {     
    color: #000;
    }
#logo h1 img {
    margin-top: 20px;
    width: 250px;
    height: auto;

}



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

#navi { 
    position: relative;
/*    width: 960px;
    max-width: 960px;*/
    margin: 0 auto;
    padding-top: 2rem;
    z-index: 100;
}

#navi ul {
    position: absolute;

    top: 25px;
    right: 30px;
    margin: 0;
    z-index: 101;
} 
#navi li {
/*    display: inline;*/
float: left; /* nicht display inline, sonst gibt es bei safari beim mouseOut merkwürdige doppelschatten
siehe noch #navi li a > border-bottom: 
*/

    margin: 0 .5rem;
    list-style-type: none; 
       
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: .04em;
    text-transform: uppercase;
}

#navi li a:link { }

#navi li a:visited { }

#navi li a:hover { 
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    padding-bottom: .2rem;
}

#navi li a:focus { }

#navi li a:active {   }

#navi li a {     
    padding: 0 .2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 1);/* nicht rgba(0, 0, 0, 0), sonst gibt es bei safari beim mouseOut merkwürdige doppelschatten*/
    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;

    }


.styled-select {
    /*http://bavotasan.com/2011/style-select-box-using-only-css/*/
    display: none;
    width: 160px; /*ex 200,  ex 240px;  */
    height: 33px;
    overflow: hidden;
    background: url(../pix/hamburger.gif) no-repeat right rgba(0,0,0, 0);
    border: 1px solid #000;

    position: absolute;
    top: 10px;
    right: 2rem;

}

.styled-select select {
    background: transparent;
    width: 190px; /* ex 231, ex 268 */
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;
    -webkit-appearance: none;

    font-size: 100%;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .04em;
    outline: none;
}

.styled-select select option {
    outline: none;
    padding: 3px;
    cursor: pointer;
}
.styled-select select option#leer {/* kein pointer für ersten leeren eintrag */
    cursor: default;
}





#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: 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: 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: 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:.6s;
    -moz-animation-duration:.6s;
    animation-duration:.6s;
}
.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:.6s;
    -moz-animation-duration:.6s;
    animation-duration:.6s;
}

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

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

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


#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: absolute; /* ex fixed*/ 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%; /*2check ob noetig*/
}

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

}

/*#slideshow .slide.active .held {  */

    /*für CHROME !!!! */
#slideshow .slide .held {  
    -moz-animation-name: dropHeader;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-duration: 12.5s; /* abhaengig von slideshow geschwindigkeit in .js
    slideShowDauer *2 + animationDauer */


    -webkit-animation-name: dropHeader;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-duration: 12.5s;

    animation-name: dropHeader;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-duration: 12.5s;

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

#slideshow  h2 {
    position: absolute;
    top: 50%;
    left: 0;
    margin-left: 7rem;
    margin-top: 5rem;
    font-size: 5rem;
    background-color: #000;
    padding: 5px 15px;
    font-size: 3rem;
    color: #fff;
    letter-spacing: .1em;
}

#slideshow h2 a:link { text-decoration: none;   color: #fff;}

#slideshow h2 a:visited { color: #fff;}

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

#slideshow h2 a:active{   color: #fff;}

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


#slideshow  h2 span {
    display: none; /* block */
    font-size: 1rem;
    text-transform: none;
    text-align: left;
    background-color: black;
    padding: 10px;
    padding-left: 20px;

}

#slideshow .nachUnten {
    position: absolute;
    bottom: 50px;
    width: 100%;  
    display: block;            
    z-index: 30;
    text-align: center;
}
#slideshow .nachUnten img {
    width: 70px;
    height: auto;
}


.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;
}
#held1 { 
    background-image: url(../portfolio/sec1Dummy.jpg);
}
#held2 { 
    background-image: url(../portfolio/sec2Dummy.jpg);
}
#held3 { 
    background-image: url(../portfolio/sec3Dummy.jpg);
}


#heldIos {
/*    display: none;
    position: fixed;*/
/*    z-index: -16;*/ /*damit liegt #heldIos ueber body und unter dem rest*/
/*    width: 100%;
    height: 100%;
    left: 0;
    top: 0;*/
/*    background: url(../pix/held.jpg);
    background-size: cover;
    background-position: 50% 50%; *//* wenn nicht 50% dann in $(window).scroll(function()... entsprechenden wert einsetzen */
    /*background-attachment: fixed;*/
}

#inhalt {
    width: 100%;   
    position: relative;
    background-color: #fff;
    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;
    margin: 0px auto;
    text-align: center;
}

.fliesstext {
    padding: 6rem 1rem; /* damit bei ios text nicht bis zum rand geht*/
}

.galerieHolder {
    text-align: left;
}
#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;

    padding-top: 100px;
    margin-top: -100px;
    position: relative;
    display: block;
    visibility: hidden;
}



.galerieTitel {
    position: relative;
    height: 200px;
    background-color: #fff;
    background-size: cover;
    margin: 0 5px; /* damit auf einer vertikalen mit thumbnails, diese haben auch margin 5px (rahmen effekt) */
    box-shadow: 1px 1px 12px rgba(0,0,0,0.1);
    background-position: 50% 50%; 

}
.galerieTitel .galerieTitelCover { 
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    background-color: rgba(255,255,255, .6);/* .8*/
}
.galerieTitel h2 { 
    position: absolute;
    bottom: 1rem;
    left: 0;
    font-size: 3rem;
    background-color: #000;
    color: #fff;
    padding-left: 3rem;
    padding-right: .3em;
}

#titelSec1 {
    /*background-image: url(../pix/held1.jpg);*/
    background-image: url(../portfolio/sec1Dummy.jpg);
}

#titelSec2 {
    /*background-image: url(../pix/inspiration.jpg);*/
     background-image: url(../portfolio/sec2Dummy.jpg);
}

#titelSec3 {
    /*background-image: url(../pix/held3.jpg);*/
    background-image: url(../portfolio/sec3Dummy.jpg);
}

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

li.galerie {
    width: 25%; /*33.33%*/
    margin: 0;
    display: inline-block;
}
li.galerie a:link {}

li.galerie a:visited {}

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

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

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

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

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

/* GrayScale */
li.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;



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



#uebermich {
    position: relative;
    background-color: #333;
    background-color: #1a1a1a;
    background-color: #000;
    z-index: 10;
    color: #fff;
    padding-bottom: 6em; /* wegen nachfolgendem #referenzen da ist wieder ein sprunglink oben mit negativem margin*/
}

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

}

#uebermich .zeile  h2 {
    font-size: 3rem;
    padding-right: 40%;
    text-align: left;
    margin-bottom: 1em; 
}

#uebermich .zeile  p {
    padding-right: 40%;
    font-size: 1.1em;
}

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





#referenzen {
    position: relative;
    background-color: #fff;
    z-index: 10;
    color: #000;
}

#referenzen .fliesstext {
    padding-top: 0;

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

#referenzen .zeile  h2 {
    font-size: 3rem;
    padding-right: 40%;
    text-align: left;
    margin-bottom: 1em; 
}

#referenzen .zeile  p {
    padding-right: 40%;
}





#kontakt {
    position: relative;
    z-index: 10;
    color: #111;
    background-color: #000; 
    /*padding: 8rem 0;*/
    padding: 8rem 0;
}
#kontakt .zeile { /* muss gleich sein mit .fliesstext bei üebermich */
    padding: 0 1rem;
} 

#kontakt .zeile  h2 {
    color: #fff;
    font-size: 3rem;
    padding-right: 40%;
    text-align: left;
    margin-bottom: 1em; 
}

#kontakt .kontaktSpalte {
    float: left;
    width: 30%;
    padding-right: 5%;
}



#kontakt h4
{
    font-size: 120%;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    /*padding-left: 70px;*/
    display: block;
    position: relative;
    padding-bottom: 10px;

    text-align: left;

}
/*#kontakt #kontaktSpalte1 h4::after, 
#kontakt #kontaktSpalte2 h4::after, 
#kontakt #kontaktSpalte3 h4::after, 
#kontakt #kontaktSpalte4 h4::after 
{
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 70px;
    height: 1px;
    background: #000;
    content: "";
}*/

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

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

}
#kontakt a:hover, 
#kontakt a:focus {
    color: #fff;
    text-decoration: underline;
}
#kontakt a:active { 
    color: #fff;
}


#kontakt img {
    margin-top: 100px;
    width: 100%;
    height: auto;

}


#footer {
    position: relative;
    z-index: 10;
    height: 4rem;
    background-color: #333;
    color: #fff;
    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: #fff;
    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: #fff;}

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

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

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

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

}



body.impressumSeite #uebermich,
body.datenschutzSeite #uebermich {
    margin-top: 175px; /* 75px von navi und 100px von <#uebermichZiel .linkOffset>*/
}

body.impressumSeite .fliesstext p {
/*    font-size: 1.2em;
    letter-spacing: .05em;*/
}
body.impressumSeite .fliesstext p,
body.datenschutzSeite .fliesstext p,
body.datenschutzSeite .liste li {
    font-size: 1em;
    letter-spacing: .05em;
    font-weight: 300;
}
body.datenschutzSeite .liste li {
    list-style: square inside none;
    }
body.datenschutzSeite .fliesstext h3 {
    font-size: 1.6em;
    letter-spacing: .05em;
    text-align: left;
    margin-bottom: .3em;
    margin-top: 1.5em;
}
#impressum .fliesstext p {
    text-align: center;
}


body.impressumSeite #uebermich .zeile,
body.datenschutzSeite #uebermich .zeile {
        background-color: #000;
        background-color: rgba(0,0,0, .75);
}
body.impressumSeite #uebermich img,
body.datenschutzSeite #uebermich img {
        opacity: .5;
}


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

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

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

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

#impressum a,
#datenschutz p i a { text-decoration: underline; 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: 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;
    }


    #logo {
        position: relative;
    }
    #logo h1 {
        margin-left: 0;
        margin-top: 1rem;
        margin-bottom: .2rem;/* .5rem;*/
    }
    #logo h1 img {
        margin-top: 0;
    }

    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3rem;
    }

    #held .nachUnten img {
        width: 80px;

    }

    #kontakt {
        padding: 2rem 0;
    }

    #kontakt .zeile h2 {
        padding-right: 0;
        text-align: center;
    }

    #kontakt img {
        margin-top: 50px;
        width: 70%;
    }

    #kontakt .zeile {
        padding: 2rem 1rem;
    }


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


    body.impressumSeite #uebermich .zeile h2,
    body.impressumSeite #uebermich .zeile p,    
    body.datenschutzSeite #uebermich .zeile h2,
    body.datenschutzSeite #uebermich .zeile p {
        padding-right: 0;
        /*text-align: center;*/
    }  
    body.impressumSeite #uebermich .zeile h2,
    body.datenschutzSeite #uebermich .zeile h2 {
        font-size: 1.8rem;
    }


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

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


}


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

    #navi ul {
        display: none;
    }

    .styled-select {
        display: block;
        left: 50%;
        top: 35px;
        margin-left: -80px;
    }

    #slideshowDummy,
    #slideshow{
        display: none;

    }

    .galerieTitel h2 {
        font-size: 1.8rem;
    }


    #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 {
        font-size: 2.2rem;
    }

    #referenzen .zeile h2, 
    #referenzen .zeile p {
        padding-right: 0;
        text-align: center;
    }   
    #referenzen .zeile h2 {
        font-size: 2.2rem;
    }
    #referenzen .zeile h2 {
        font-size: 2.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*/

    #referenzen .fliesstext ul {
        font-size: 1.1em;
    }

}


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



