  /*

Kirby Starterkit

Author: Bastian Allgeier / Sascha Lack
URL:    http://getkirby.com
Email:  support@getkirby.com

*/


/* Source Sans Pro
-------------------------------------------------- */
/*@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/sourcesanspro-300.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/sourcesanspro-600.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400-italic.woff) format('woff');
}
*/

/* Reset
-------------------------------------------------- */
*, *:before, *:after {
    margin: 0;
    padding: 0;
    border: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
  display: block;
}


/* Pix
-------------------------------------------------- */
img {
  display: block;
  max-width: 100%;
  background-color: #FAFAFA;

  
}


/* Links
-------------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  cursor: pointer;
}

a:hover {
  color: none;
  cursor: pointer;
}


/* Clearfix
-------------------------------------------------- */
.cf:after {
  content: "";
  display: table;
  clear: both;
}





/* Site
-------------------------------------------------- */



html {
  height: 100.1%;
// font-family: "Source Sans Pro", sans-serif;
// font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;    
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  background-color: none;
  margin-top: .5em;
  font-weight: 500;
}

body {
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 1.5em;
  width: 100%;
// max-width: 2560px;
  letter-spacing: .03em;
  padding: 0 3.75em 0 3.75em;
  background-color:  none;
  height: 100%;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-direction: column; 
}






/* Header
-------------------------------------------------- */
.header {
//  display: none; /*fade in script*/
  border-bottom: 0px solid black;
//  margin-bottom: 1.5em;
  margin-top: 1.5em;
  background-color: none;
 // clear: both;
min-height: 3em;
  }

/*.logo {
  display: block;
  margin-bottom: 0em;
  
}
.logo img {
  width: 1em;
}*/


/* Navigation
-------------------------------------------------- */
.menu a {
  display: block;
  color: #222;
  font-size: inherit;
  cursor: pointer, auto;
// cursor: url("http://localhost:8888/crictor/assets/images/cursor_small.png"), auto;
  background-color: none;
  
}
.menu a:hover {
  color: black;
  text-decoration: none;

}
.menu .active {
 // color: red;
}
.menu li {
  list-style: none;
}
.menu > li {
  position: relative;
}
.menu > li > a {
 // padding: .35em 0;
//  border-top: 0px solid #ddd;
//  font-weight: bold;
}

/*.submenu {
  position: absolute;
  z-index: 1;
  display: none;
  left: 1em;
}
.submenu:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -.5em;
  left: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-left: .5em solid #222;
}
.submenu li {
  border-bottom: 1px solid #444;
}
.submenu a {
  padding: .5em 1.5em;
  font-size: .9em;
  font-weight: 300;
  color: #fff;
  background: #222;
  white-space: nowrap;
}
.submenu a:hover {
  background: #333;
  color: #fff;
}*/



  
  .home  {
  float: left;
 background-color: none;


}

.header h1 {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

/*  .logo {
    float: left;
    margin-top: .5em;
        padding: 10px;
  }*/

  .menu {
   float: right;
 //   margin-right: -1em;
 //   margin-top: -1em;
    background-color: none;
  }



   .header li{
    margin-top: 0px;
    padding: 0px;
    background-color: none;
  }

  .menu > li {
    float: left;
  }
  .menu > li > a {
 //   padding: .35em 1em;
    border: 0;
    background-color: none;
  }
  .menu > li:hover .submenu {
    display: block;
  }



/* Headings
-------------------------------------------------- */
h1 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 1.5em;
  margin-top: .5em;
 // text-transform: uppercase;
}
h2 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 1.5em;
  margin-top: .5em;
}
h3 {
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 2.5em;
  margin-top: 1.5em;
  text-align: center;
}
h4 {
  font-size: 1.125em;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: red;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}

li {
  font-weight: 500;
}


/* Main
-------------------------------------------------- */
.main {
//  display: none; /*fade in script*/
  padding-bottom: 1.5em;
  padding: 0px;
  border-bottom: 0px solid black;
  background-color: none;
  flex: 1 0 auto;
//  flex: 1 0 auto;
// width: 100%;
}
.main hr {
  margin: 1.8em 0 1em 0;
  padding: 0;
  height: 3px;
//background: #ddd;
  background: black;
}
.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1.5em;
 }

.main a {
//  border-bottom: 3px solid #cccccc;
  border-bottom: .1em solid black;
}
.main a:hover {
  border-color: #222;
  cursor: pointer, auto;
}

/* Text blocks */
.text ul,
.text ol {
  margin-left: 1em;
  margin-top: -0.2em;
}

/* Project meta
-------------------------------------------------- */
.meta {
  margin-bottom: 1.5em;
}
.meta li {
  float: left;
  list-style: none;
  margin-right: 2em;
  color: red;
}
.meta li b {
  font-weight: 400;
  color: #000;
  padding-right: .25em;
}


/* Project teaser
-------------------------------------------------- */



.teaser {
  list-style: none;
  display: block;
  float: left;
  background-color: none;
padding: 0px;

}

.teaser ul {
  list-style: none;
  float: left;
  
    background-color: blue;
    

}


.teaser li {
  margin-bottom: 0em;
  list-style: ;
  float: left;
    background-color: none;

}


.teaser ul {list-style: none;}
.teaser li:before {
  content: "— ";
  margin-left: 50px;
  }





/*@media screen and (min-width: 800px) {
  .teaser li {
    float: left;
    width: 33.33%;
    padding: 0px;
  } 
      
    
 //  .teaser li:last-child {
//    padding-left: 0;
   
//}
}*/


/* Next/Prev nav
-------------------------------------------------- */


/* rafi added #project-nav*/
#project-nav {
  clear: both;
  background-color: none;
}


.nextprev {
  padding: 0em 0;
//  font-weight: 600;
  border-top: 0px solid black;
  
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
}
.nextprev .next {
  float: right;
}


/* Footer
-------------------------------------------------- */
.footer {
//  display: none; /*fade in script*/
  clear: both;
  padding: 1em 0 .5em 0;
  font-size: inherit;
  background-color: none;
  border-top: 0px solid black;
  flex-shrink: 0;






}


/*.copyright {
  float: left;
  margin-top: .5em;
}
.colophon {
  float: right;
}
.colophon a b {
  color: red;
  padding-left: .25em;
}*/


/* Video (RAFI)
-------------------------------------------------- */

.vimeo {
  margin-bottom: 1em;
  width: 64.86%;
  float: left;
  background-color: none;
  margin-right: 40px;
  clear: both;  
}

@media screen and (max-width: 1200px){
  .vimeo {
  width: 100%;
  padding-right: 0px;
}
}







/* columns (PLUGIN)
-------------------------------------------------- */

.mycolumns {
  margin-right: -2.5rem;
}
.mycolumn {
  display: inline-block;
  vertical-align: top;
  padding-right: 2.5rem;
}
.mycolumns-1 .mycolumn {
  width: 100%;
}
.mycolumns-2 .mycolumn {
  width: 50%;
}
.mycolumns-3 .mycolumn {
  width: 33.33%;
}
.mycolumns-4 .mycolumn {
  width: 25%;
}
.mycolumns-5 .mycolumn {
  width: 20%;
}

@media screen and (max-width: 700px){
  .mycolumns-2 .mycolumn {
  width: 100%;}
}


/* Gallery (Rafi)
-------------------------------------------------- */

.gallery {
  margin-bottom: 0em;
  margin-top: -3em;
  width: 68.1%;
  float: left;
  background-color: none;
  padding-right: 3.25%;
  
}


@media screen and (max-width: 1200px){
  .gallery {
  width: 100%;
  padding-right: 0px;}
}

/* salvattore für gallery (RAFI)
-------------------------------------------------- */



@media screen and (max-width: 414px) {
  #gallery-grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  body {
padding: 0 1.5em 0 1.5em;
background-color: none;
margin: 0 0 0 0;
  }
}

@media screen and (min-width: 1px) {
  #gallery-grid[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .column:first-child {
  padding-left: 0px !important;
} 
.column:last-child {
  padding-right: 0px !important;
}
  .column { 
  padding: 0 .75em 0 .75em !important;
  background-color: none;
  }
}

#gallery-grid {
  color: white !important;
}




/* salvattore
-------------------------------------------------- */





@media screen and (max-width: 1px) {
  #grid[data-columns]::before {
    content: '1 .column.size-1of1';
  }
  body {
padding: 0 1.5em 0 1.5em;
    display: none;
  }
}

@media screen and (min-width: 2px) and (max-width: 735px) {
  #grid[data-columns]::before {
    content: '2 .column.size-1of2';
        display: none;
  }
  
}
@media screen and (min-width: 736px) and (max-width: 1100px){
  #grid[data-columns]::before {
    content: '3 .column.size-1of3';
    display: none;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1500px){
  #grid[data-columns]::before {
    content: '4 .column.size-1of4';
    display: none;
  }
}
@media screen and (min-width: 1501px) and (max-width: 2000px){
  #grid[data-columns]::before {
    content: '5 .column.size-1of5';
    display: none;
  }
}
@media screen and (min-width: 2001px) {
  #grid[data-columns]::before {
    content: '6 .column.size-1of6';
    display: none;
  }
}

/* Again, you’re free to use and define the classes: */
.column { 
//  display: none;
  float: left;
  background-color: none;
//  list-style: none;
// padding: 0 .9em 0 .9em;
  color: black;

}

@media screen and (min-width: 1px) and (max-width: 1101px) {
  .column {
      padding: 0 .7em 0 .7em;
  }
}
  
.column:first-child {
  padding-left: 0px;
} 
.column:last-child {
  padding-right: 0px;
}
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33.333%; }
.size-1of4 { width: 25%; }
.size-1of5 { width: 20%; }
.size-1of6 { width: 16.666%; }

#grid {
    color: none;
}



/* unordered list — Rafi
-------------------------------------------------- */



.text ul {

    display: table;
    margin-left: 0px;
}

.text ul > li {

    display: table-row;
}

.text ul > li::before {
  content: "—  ";
    display: table-cell; /* aha! */
    text-align: right;
    padding-right: .3em;
}













/* container — Rafi 
-------------------------------------------------- */

#description-container {
  margin-top: -0.5em;
  margin-bottom: 1em;
  padding-bottom:1em;
  background-color: ;
}

#text-container {
  clear: left;
  width: 68.1%;
  background-color: none;
  padding-right: 40px;
  padding-bottom: 2em;
}

@media screen and (max-width: 1200px){
  #text-container {
  width: 100%;
   padding-right: 0px;}
}




/* language selector im footer — Rafi 
-------------------------------------------------- */

.languages {
   margin-top: 1em;
    margin-bottom: 1em;

      background-color: none;
}


.languages ul {

    list-style-type: none;
      background-color: ;
        text-align: center;
}

.languages li {
  display: inline;
 // font-weight: bold;

      }

.languages li:before {
// content: " · ";
// content: " | ";
//content: " · ";
//content: " ჻ ";
content: " ";
margin: 0 .2em 0 .2em;
}

.languages li:first-child:before {
content: none;
}


/* logo cursor on info page 
-------------------------------------------------- */


.logo-cursor {
  display: block;
  color: #222;
  font-size: inherit;
  cursor: pointer, auto;
 cursor: url("../images/cursor_small_white.png"), auto;
  background-color: red !important;
}


/* logo footer — Rafi 
-------------------------------------------------- */

/*.footerlogo {
  float: left;
  width: 1.2em;
  margin-top: 3px;
}
*/


/* audio plugin — https://github.com/fanningert/kirbycms-extension-audio 
-------------------------------------------------- */

.audio {

  display: block;
  margin:0px;
       margin-top: -1.2em;
     }


/* shop
-------------------------------------------------- */

.shop_item_picture {
  float: left;
  margin-right: 1em;
  margin-bottom: 2em;

}


.shop_item {
  background-color: none;
  height: 100%;
//    font-weight: bold ;
    font-size: inherit;
    clear: both;
}

.shop_item_description {
    font-weight: italic !important;
    background-color: none;
}

.shop_item img {
  width: 400px;
  display: none;
}


.shop_item p {
margin: 0;
  }


button.stripe-button-el,
button.stripe-button-el span {
  background-color: transparent !important;
  background-image: none !important;
  color: black !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  text-shadow: none !important;
  font-size: inherit !important;
  font-weight: bold !important;
  border-bottom: 0.09em solid black !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: inherit !important; 
  line-height: 1.5em;
  letter-spacing: .03em;
}

.stripe_button {
  display: inline-block;
  clear: both;
}

.paypal_link {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .03em;
  background-color: transparent;
  border-bottom: .13em solid black;
  cursor: pointer;
}






