
/*
2DO:
 .schatten für IE prüfen;
  <div id="innerWrapper" class="cf">




/*========================================================
        BarbaraCiupka
        1. Allgemeine HTML-Elemente
========================================================*/

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;
    /*font-size: 100%;*/
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}
html {
    height: 100%;
    position: relative;
}

body {
    color: #333;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400;

    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400;

    font-size: 100%;
    height: 100%;
    line-height: 1.375;
    position: relative;

    font-family: 'Inter Tight'!important;
    font-family: 'Inter'!important;
    /*font-family: 'Lato' !important;*/
    font-style: normal;
    font-weight: 400;
    letter-spacing: .1em;



}
/* LATO 
Thin 100 
Light 300 
Normal 400 
Bold 700 
Ultra-Bold 900 
*/


h1, h2, h3, h4, h5, h6 {
        font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 300;




    margin-bottom: 1em;
    letter-spacing: 0.02em; /* oder null*/
}

h1 {
       font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 300;




    font-size: 145%; 
}     /* ca. 26px  150%*/ 
h2 {     /*h2 unabhängig von fliesstext einstellungen */
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 400;
    font-size: 180%; /* 280 % bei SpecialEliteRegular*/
    margin-bottom: .3em;
    text-transform: uppercase;
    /*    color: #666;
    text-shadow: 1px 1px 0 #333;*/
}
h2 span { 
    font-size: 150%;
}
h2 .subline {
    display: block;
    font-size: 70%;
    line-height: 1;/*1.2*/
}
h3 { 
       font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 300;



    font-size: 120%;
    margin-bottom: .5em; 

    font-weight: normal;

    }  /* ca. 20px  120%*/ 
h3 .subline {
    display: block;
    font-size: 80%;
    line-height: 1;
}
h4 {font-size: 110%; }  /* ca. 18px */ 
h5 { font-size: 105%; }   /* ca. 16px */ 
h6 { font-size: 102%; }  /* ca. 14px */



ol, ul {
    list-style: none outside none;
}
div {
    overflow: visible;
}

a:link {    color: #333;}

a:visited { color: #333;}

a:hover, a:focus {  text-decoration: underline;}

a:active{   color: #000;}

a { text-decoration: none; outline: none;}/* outline entfernt beim klicken den gepunkteten rahmen um den link*/



p, ul {
    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; 
}
  
.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);

}
.schatten {

/*-moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.7); /*x y schattengroesse*/

    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); /*x y schattengroesse*/
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2); /*2 2 8 #000*//*2 2 8 #ccc*/
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='rgba(0,0,0,0.7)')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='rgba(0,0,0,0.7)');




    box-shadow: 10px 10px 20px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 15px 10px rgba(0, 0, 0, 0.2);
}

.floatLeft {
    float: left;

}
.floatRight {
    float: right;

}
  

/* 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
========================================================*/
#wrapper {
    height: 100%;
    position: relative;

}

#jsAlert {

    height: 50px;
    width: 100%;
    position: fixed;
    left:0; 
    bottom:0;
    z-index: 253;
    color: #fff;
    background-color: #e10000;
    background-color: rgba(225, 0, 0, 0.8);
}
#jsAlert p {
    text-align: center;
}

#logo {
    position: fixed;
    top: -50px;
    left: 40px;
/*    width: 100%;
    height: 100px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);*/
    cursor: pointer;
    z-index: 2345;
    display: none;
}
#logo h1 {
    margin: 0;

}


#navi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2344;
    /*display: none;*/
}
#navi ul {



    margin: 0;
    position: absolute;
    right: 25px; 
    bottom: 11px;
}

#navi li {
    float: left;
    font-size: 90%;
    list-style-type: none;
    margin: 0 10px;
    text-transform: uppercase;
}
#navi li a:link {   
    color: #999;

}
#navi li a:visited { 
    color: #999;   
}
body.legewareSeite #legewareLink,
body.legewareSeite #legewareThumbTitel,
body.basicsSeite #basicsLink,
body.basicsSeite #basicsThumbTitel,
body.freiesSeite #freiesLink,
body.freiesSeite #freiesThumbTitel,

body.kontaktSeite #kontaktLink,

#navi li a:hover/*, #navi li a:focus*/ {
    text-decoration: none;
    /*border: 2px solid #333; /* #848484;*/     /*optisch wie schrift in #666 */ 
    color: #333 !important;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}
#navi li a:active{ 
    color: #999;
      }
#navi li a { 
    padding: 0 5px;/* damit rahmen über rand von link ragt */
    text-decoration: none; 
    outline: none;
    }/* outline entfernt beim klicken den gepunkteten rahmen um den link*/


#navi img {
/*    padding-left: 70px;*/
    padding-top: 12px;
    /*opacity: .6;*/
     width: 200px;
    height: auto; 
}

#navi h1 {
    text-transform: uppercase;
    font-family: 'Lato' !important;
    font-style: normal;
    font-weight: 700; /*700*/
    font-size: 80%;
    margin-left: 25px;
    /*margin-top: 22px;*/
    letter-spacing: .2em;
}

#naviMousepad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
    z-index: 2343;
}



#innerWrapper {
    height: 100%;
    position: relative;



}

#portfolioWrapper {
    height: 100%;
    min-height: 100%;
    position: relative;
    /*background-image: url('../pix/bgr.jpg');*/
    background-attachment: fixed;



    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-image: url(../bilder/held.jpg);*/





    /*background-color: hsl(200 30% 30% / 1);*/
background-color: hsl(200 25% 25% / 1);
/*background-color: hsl(200 20% 20% / 1);*/

    animation: 90s ease-in-out 0s infinite rainbow;
}
@keyframes rainbow{
/*    0%    { background-color: hsl(200 25% 25% / 1);}
    12.5% { background-color: hsl(245 25% 25% / 1);}
    25%   { background-color: hsl(290 25% 25% / 1);}
    37.5% { background-color: hsl(335 25% 25% / 1);}
    50%   { background-color: hsl(20 25% 25% / 1);}
    62.5% { background-color: hsl(65 25% 25% / 1);}
    75%   { background-color: hsl(110 25% 25% / 1);}
    87.5% { background-color: hsl(155 25% 25% / 1);}
    100%  { background-color: hsl(200 25% 25% / 1);}
*/

    0%    { background-color: hsl(200 25% 25% / 1);}
    12.5% { background-color: hsl(155 25% 25% / 1);}
    25%   { background-color: hsl(110 25% 25% / 1);}
    37.5% { background-color: hsl(65 25% 25% / 1);}
    50%   { background-color: hsl(20 25% 25% / 1);}
    62.5% { background-color: hsl(335 25% 25% / 1);}
    75%   { background-color: hsl(290 25% 25% / 1);}
    87.5% { background-color: hsl(245 25% 25% / 1);}
    100%  { background-color: hsl(200 25% 25% / 1);}


}
@keyframes rainbow3{
    0%    { background-color: hsl(1 30% 30% / 1);}
    12.5% { background-color: hsl(45 30% 30% / 1);}
    25%   { background-color: hsl(90 30% 30% / 1);}
    37.5% { background-color: hsl(135 30% 30% / 1);}
    50%   { background-color: hsl(180 30% 30% / 1);}
    62.5% { background-color: hsl(225 30% 30% / 1);}
    75%   { background-color: hsl(270 30% 30% / 1);}
    87.5% { background-color: hsl(315 30% 30% / 1);}
    100%  { background-color: hsl(1 30% 30% / 1);}


}

@keyframes rainbow2{
    0%    { background-color: red;}
    12.5% { background-color: #ff00a8;}
    25%   { background-color: #c400ff;}
    37.5% { background-color: #00d3ff;}
    50%   { background-color: #00ffaf;}
    62.5% { background-color: #1aff00;}
    75%   { background-color: #dbff00;}
    87.5% { background-color: #ffc000;}
    100%  { background-color: red;}
}





#bild { 
    top: calc(50% + 40px);
    left: 50%;
    position: fixed;
    /* display: none; damit erst eingeblendet wird wenn bild komplett geladen ist */
    /*padding: 20px;*/
    background-color: #fff;
    /*height: 90%;*/
    /*width: auto;*/
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: calc(90% - 80px);
    height: auto;
    width: auto;

}

/*#imgwrap::after, #imgwrap::before  {
    content: "";
    position: absolute;
    z-index: -2;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#imgwrap::after, #imgwrap::before {
    -webkit-box-shadow: 0 15px 10px;
    -moz-box-shadow: 0 15px 10px;
    box-shadow: 0 15px 10px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
    bottom: 15px;
    height: 20%;
    left: 10px;
    max-height: 100px;
    max-width: 300px;
    width: 50%;
}
#imgwrap::after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
    left: auto;
    right: 10px;
}
*/

#formwrap {
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 200px;
    background-color: #fff;
    border-radius: 20%;
}


#cover {
    position: absolute;
    position: fixed;
    width: 100%; /*breite von hauptbild ex74*/
    margin: auto; /* Div soll zentriert werden */
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Important Regel für moderne Browser */
    height: 100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */


    /*background-image: url('../pix/loader.gif');*/
    background-color: #fff;
    /*background-color: rgba(0, 0, 0, 0.95);*/
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    /*display: none;*/
    opacity: .15;


}


#overlay {

    position: absolute;
    position: fixed;
    width: 100%; /*breite von hauptbild ex74*/
    margin: auto; /* Div soll zentriert werden */
    min-height: 100%; /* Mindesthöhe für moderne Browser */
    height: auto !important; /* Important Regel für moderne Browser */
    height: 100%; /* Mindesthöhe für den IE */
    overflow: hidden !important; /* FF Scroll-leiste */


    /*background-image: url('../pix/loader.gif');*/
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
/*    background-size: cover;*/
    display: none;

}

#overlay img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height:32px;
    /*margin-top: -16px;*/
    margin-top: 34px; /* -16 + 50 vom menue oben, damit ist spinner immer ueber dem portfoliobereich zentriert */
    margin-left: -16px;
}









.form {
display: grid;
    align-content: space-between;
  background-color: #fff;
  /*border-radius: 20px;*/
  box-sizing: border-box;
  height: 500px;
  padding: 20px;
  width: 320px;
  width: 350px;

      position: absolute;
        top: calc(50% + 40px);
    left: 50%;
    transform: translate(-50%, -50%);


}

.title {
  color: #333;
/*  font-family: sans-serif;*/
  font-size: 36px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  text-transform: uppercase;
}

.subtitle {
  color: #333;
/*  font-family: sans-serif;*/
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}

.input-container {
  height: 50px;
  position: relative;
  width: 100%;
}

.ic1 {
  margin-top: 40px;
}

.ic2 {
  margin-top: 40px;
}


.error {
  /*background-color: hsl(0 70% 70% / 1);*/
background-color: hsl(0 80% 80% / 1);
  /*border-radius: 12px;*/
  border: 0;
  box-sizing: border-box;
  color: #333;
color: hsl(0 70% 50% / 1);
border: 1px solid hsl(0 70% 50% / 1);;
  font-size: 18px;
  /*height: 100%;*/
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}
.input {
  background-color: #eee;
  /*border-radius: 12px;*/
  border: 0;
  box-sizing: border-box;
  color: #333;
  font-size: 18px;
  height: 100%;
  outline: 0;
  padding: 4px 20px 0;
  width: 100%;
}

.cut {
  background-color: #fff;
  /*border-radius: 10px;*/
  height: 20px;
  left: 20px;
  position: absolute;
  top: -30px;
  transform: translateY(0);
  transition: transform 200ms;
  width: 76px;
}

.cut-short {
  width: 50px;
}

.input:focus ~ .cut,
.input:not(:placeholder-shown) ~ .cut {
  transform: translateY(8px);
}

.placeholder {
  color: #65657b;
/*  font-family: sans-serif;*/
  left: 20px;
  line-height: 14px;
  pointer-events: none;
  position: absolute;
  transform-origin: 0 50%;
  transition: transform 200ms, color 200ms;
  top: 18px;
}

.input:focus ~ .placeholder,
.input:not(:placeholder-shown) ~ .placeholder {
  /*transform: translateY(-40px) translateX(10px) scale(0.75);*/
  transform: translateY(-42px);
}

.input:not(:placeholder-shown) ~ .placeholder {
  color: #808097;
}

.input:focus ~ .placeholder {
  /*color: #dc2f55;*/
}

.submit {
  background-color: #333;
  /*border-radius: 12px;*/
  border: 0;
  box-sizing: border-box;
  color: #eee;
  cursor: pointer;
  font-size: 18px;
  height: 50px;
  margin-top: 40px;
  // outline: 0;
  text-align: center;
  width: 100%;
}

.submit:active {
  background-color: #000;
}







body.impressumSeite #navi ul,
body.datenschutzSeite #navi ul {
    display: none;
}
body.impressumSeite #inhalt,
body.datenschutzSeite #inhalt {
    border: 0;


}
body.impressumSeite .fliesstext,
body.datenschutzSeite .fliesstext {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    padding-top: 100px;


    font-weight: 300;
    letter-spacing: .05em;
    word-spacing: .1rem;


}
body.impressumSeite .fliesstext h2,
body.datenschutzSeite .fliesstext h2 {
    font-size: 2em;
font-weight: 300;
    text-align: center;
    margin-bottom: 1em;
}
body.impressumSeite .fliesstext h3,
body.datenschutzSeite .fliesstext h3 {
    font-size: 1.7em;
font-weight: 300;
    text-align: left;
    margin-bottom: 1em;
    margin-top: 2.5em;
}
body.impressumSeite .fliesstext p,
body.datenschutzSeite .fliesstext p {
    font-size: 1.2em;

    text-align: left;
    margin-bottom: 1em;

}

body.impressumSeite .fliesstext ul li,
body.datenschutzSeite .fliesstext ul li {
   list-style-type: square;
   font-size: 1.2em;
   margin-left: 1.2em;
}







/*========================================================
        3. media query
========================================================*/
