/*

Kirby Starterkit

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

*/


/* Custom CSS
-------------------------------------------------- */

.vr-player {
  width: 100%;
  height: 700px;
  margin-top: 0em;
  }



.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
/*   font-family: Arial; */
  color: #ffffff;
  font-size: 18px;
  background: #42C694;
  padding: 6px 13px 8px 13px;
  margin: 1em 1em 0em 0em;
  text-decoration: none;
  text-align: right;
}

.btn:hover {
  background: #48AC84;
  text-decoration: none;
}

.input {
  background-color: #f5f5f5;
  padding: .75em;
  border-top: 1px solid #ccc;
  margin-left: auto;
  width: 100%;
}  
  input {
  -webkit-appearance: none;  
  border-radius(0);  
}

.alert {
  font-style: italic;
  color: red;
  font-weight: 300;
  }
  
.push {
	height: 80px; /* '.push' must be the same height as 'footer' */
}


img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.desktop img {
  width: 70px;
  background: rgba(66, 198, 148, 1);
  border-radius: 60px;
  padding: 0.3em;
  border-bottom: none!important;
}

.desktop img:hover {
  background: rgba(66, 198, 148, .75);
  transition: background-color 0.5s ease;
 }


.cardboard img {
  width: 70px;
  background:#136734;
  border-radius: 60px;
  padding: 0.3em;
  border-bottom: none!important;
}

.cardboard img:hover {
  background:#136734;
  transition: background-color 0.5s ease;
}
 
.mobile img {
  width: 70px;
  background:#136734;
  border-radius: 60px;
  padding: 0.3em;
  border-bottom: none!important;
}

.mobile img:hover {
  background:#136734;;
  transition: background-color 0.5s ease;

}


@media screen and (max-width: 40em) {
.img-holder {
	float: none!important;
	margin: 0 2.5em 0 1.25em;}
}
}

@media screen and (min-width: 40em) {
.third {
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}
.slider {
  position: relative;
  margin-top: -1.5em;
  }

h1.slider {
    left: 0;
    position:absolute;
    text-align:center;
    top: 340px;
    width: 100%;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);}
  
}



@media screen and (min-width: 40em) {

.holder-cardboard {
  display: none;
  }


.holder-mobile {
  display: none;
  }

.view-with {
   text-align: center;
   margin-top: 5em;
   }
} 


@media screen and (max-width: 40em) {

.mobile img {
  width: 55px;
  }
  
.cardboard img {
  width: 55px;
  }

.holder-tablet {
   display: none;
   }

.holder-desktop {
   display: none;
   }

.view-with {
   text-align: center;
   margin-top: 60px;
   }

.header {
  height: 45px!important;
}
}


.img-holder {
	float: left;
	margin: 0 1.25em;}


/*
.img-holder .desktop {
	position: absolute;
	top: -230px;
	margin-left: 80%;
}
.img-holder .cardboard {
	position: absolute;
	top: -260px;
	margin-left: 80%;
}
*/
}

/* 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%;
}




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


/* User info
-------------------------------------------------- */


.user-avatar,.user-avatar img{
	width: 80px;
	height: 80px;
	-webkit-border-radius: 40px; /* Saf3+, Chrome */
	border-radius: 40px; /* Opera 10.5, IE 9 */
	/*-moz-border-radius: 40px;  Disabled for FF1+ */
	}



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


/* Site
-------------------------------------------------- */
/*
html {
  height: 101%;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
*/


html {
  height: 101%;
  font-family: 'Roboto', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  height: 100%;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 1.5em;
  max-width: 50em;
  background: #fff;
  color: #222;
}


/* Header
-------------------------------------------------- */
.header {
    position: absolute;
    left: 0;
    top: 0;
    height: 75px;
    width: 100%;
  border-bottom: 2px solid #42C694;
  margin-bottom: 1.5em;
    margin-top: 1.5em;

}
.logo {
  display: block;
  margin-bottom: 1.5em;
}
.logo img {
  height: 1.75em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 9px;
}

@media screen and (max-width: 40em) {
  .logo {
   display: block;
   margin-bottom: 0.75em;
  }
  
  .logo img {
    height: 1.25em;
    display: block;
    margin-left: auto;
    margin-right: auto
  }
  
  .header {
  border-bottom: 2px solid #42C694;
  margin-bottom: 0.75em;
  margin-top: 0.75em;
}

}

/* Navigation
-------------------------------------------------- */

.menu {
  text-align: right;
    }

.menu a {
  display: block;
  color: #222;
}
.menu a:hover {
  color: #42C694;
  text-decoration: none;
}
.menu .active {
  color: #42C694;
}
.menu li {
  list-style: none;
}
.menu > li {
  position: relative;
}
.menu > li > a {
  padding: .35em 0;
  border-top: 1px solid #ddd;
  font-weight: 400;
}

li.last a {
	color:#ddd;
	font-weight: 300;	
}

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



@media screen and (min-width: 40em) {

  body {
    padding: 3em;
  }
  .logo {
/*
    display: inline;
    float: left;
*/
  }
  .menu {
    z-index: -1;
    float: right;
    margin-right: -1em;
  }
  .menu > li {
    float: left;
  }
  .menu > li > a {
    padding: .35em 1em;
    border: 0;
  }
  .menu > li:hover .submenu {
    display: block;
  }
  
  li.last a {
	float:right;	
  }
  
  /*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #19c589;
	text-align: center;
	padding: 10px 0;
	display: none;
	}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

}


/* Custom
-------------------------------------------------- */

@media screen and (max-width: 44em) {
  nav[role="full-horizontal"] {
    ul > li {
      width: 100%;
    }
  }
}



.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
	
  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  
  /* Blur */
/*
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
*/

}

@media screen and (max-width: 1024px) { /* Specific to this particular image */
  .bg {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

/* Headings
-------------------------------------------------- */
h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 400;
  margin-bottom: .5em;
}
h2 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 300;
  margin-bottom: .5em;
  color: #42C694;
}
h3 {
  font-size: 1.4em;
  line-height: 1.5em;
  font-weight: 400;
  margin-bottom: .5em;
}
h4 {
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: .5em;
  color: #42C694;
}
h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  border: 0 !important;
}



/* Main
-------------------------------------------------- */
.main {
  padding-bottom: 1.5em;
  border-bottom: 2px solid #42C694;
}
.main hr {
  margin: 1.5em 0;
  height: 2px;
  background: #ddd;
}
.main p,
.main figure,
.main ul,
.main ol {
  margin-bottom: 1.5em;
}
.main a {
  border-bottom: 0px solid #ddd;
}
.main a:hover {
  border-color: #222;
}

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

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


/* Project teaser
-------------------------------------------------- */
.teaser {
  list-style: none;
}
.teaser li {
  margin-bottom: 1.5em;
  list-style: none;
}
.teaser h3 {
  margin-top: .5em;
}
.device {
  list-style: none;
}
.device li {
  margin-bottom: 1.5em;
  list-style: none;
}
.device h3 {
  margin-top: .5em;
}

@media screen and (min-width: 50em) {
  .teaser li {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .teaser li:first-child {
    margin-left: 0;
  }
  .teaser li:nth-child(4) {
    margin-left: 0;
  }
  .device li {
  float: left;
  width: 100%;
  margin-left: 0%;
  }
}


/* Next/Prev nav
-------------------------------------------------- */
.nextprev {
  padding: 1em 0;
  position:fixed;
  bottom:0;
  width: 100%;
}
.nextprev a {
  border: 0;
}
.nextprev .prev {
  float: left;
  left: 0em;
}
.nextprev .next {
  float: right;
  position: absolute;
  right: 53px;
}


/* Footer
-------------------------------------------------- */
.footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
    background: #136734;
  
}
.copyright {
    text-align: center;
    padding-top: 1em;
    font-size: 80%;
}

p.copyright {
    color: white;
}

.colophon {
  float: right;
}
.colophon a b {
  color: #42C694;
  padding-left: .25em;
}


