body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
}

.header {
    height: 700px;
    position: relative;
    color: white;
}
#video-container {
    position: absolute;
}
#video-container {
    top:0%;
    left:0%;
    height:100%;
    width:100%;
    overflow: hidden;
    background: url(../img/header_01.jpg) center center no-repeat;
    background-size: cover;
}
video {
    position:absolute;
    z-index:0;
}
video.fillWidth {
    width: 100%;
}

#header_graphic {
    margin-top: 10rem;
}
.info_graphic {
    text-align: center;
}
.info_graphic img {
    width: 50%;
    margin: 0 auto;
}
.info_graphic li {
    text-align: left;
}

.btn-default {
  border: 2px solid white;
  color: white;
  text-transform: uppercase;
  border-radius: 0px;
  padding: 1rem 2.5rem;
  font-size: 2rem;
  background-color: transparent;
  transition: 0.2s all ease;
  margin: 5rem 0;
}
.btn-default:hover, .btn-default:focus {
  border: 2px solid white;
  outline: 0;
  color: #00a4d9;
  background-color: white;
}


.newsletter_top input[type=email] {
    width: 90%;
    border-bottom: 1px solid #6cbed9;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 7rem;
    color: white;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1rem;
    background-color: transparent;
}
.newsletter_top input:hover, .newsletter_top input:focus {
  outline: 0;
  border-bottom: 1px solid white;
}
::-webkit-input-placeholder {
   color: #6cbed9;
}
.newsletter_top a {
    padding: 0px 5px;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    font-size: 3.5rem;
}
.newsletter_top a:hover {
    background-color: #d64e96;
    padding: 3px 5px;
    color: white;
    border-radius: 2px;
    border-bottom: none;
}

.mapbox {
    position: absolute;
    width: 100%;
    overflow: hidden;
}

.vision h1, .vision h1.subtext{
    color: white;
}
.vision {
    padding: 9rem 0;
}

.newsletter input[type=email] {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    font-size: 7rem;
    color: #333;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 1rem;
}
.newsletter input:hover, .newsletter input:focus {
  outline: 0;
  border-bottom: 1px solid #00a4d9;
}
::-webkit-input-placeholder {
   color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
   color: #ccc;  
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #ccc;  
}
:-ms-input-placeholder {  
   color: #ccc;  
}

.newsletter a {
    padding: 0px 5px;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    color: #333;
}

.newsletter .social_links {
    font-size: 3.5rem;
    padding: 3px 5px;
    float: right;
}
.newsletter a:hover {
    background-color: #d64e96;
    padding: 3px 5px;
    color: white;
    border-radius: 2px;
    border-bottom: none;
}



.callto {
    background-color: #00a4d9;
    color: white;
    padding: 0.5em 0 1em;
}

h1, h2, h3 {
    font-family: 'Nexa';
    font-weight: 300;
}

h1 {
    font-size: 2.5rem;
}
h2, .h2 {
    font-size: 2rem;
    font-weight: 600 !important;
}

.logo {margin: 20rem 0;}

.kultis_logo {
    width: 71%;
}

h1.subtext {
    font-size: 5.7rem;
    margin: 0 0.5rem 1.5rem;
    text-shadow: 1px 1px 1px black;
    color: white;
}

.feature {
    width: 70%;
    float: left;
}

.feature p {
    font-weight: normal;
    font-size: 2rem;
    text-shadow: 1px 1px 1px black;
    font-family: "Source Sans Pro";
    line-height: 1.3;
    margin-bottom: 3rem; 
}

.iphone_app {
    background: url('../img/iphone_trans.png');
    width: 328px;
    height: 600px;
}

.appvideo {
    position: relative;
    left: 38px;
    top: 112px;
}

.center {
    text-align: center;
}

.row {
    margin: 0;
}

.box {
    background-color: rgba(255, 255, 255, 0.15);
    padding: 0.1em 2em 1em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    width: 70%;
    float: left;
    text-shadow: 1px 1px 1px black;
}

.w_box {
    padding: 0.1em 2em 1em;
    border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
}

.imprint_bg {
    background: #e6e6e6;
}

.footer {
    background-color: #eaeaea;
    padding: 0em 0 1.7em 0;
    border-top: 10px solid white;
}

.footer a, .team a, .support a {
    color: black;
}

.footer .column:nth-child(2) a {
    border-bottom: 1px solid #cacaca;
    padding: 0px 2px;
    transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}

.footer .column:nth-child(2) a:hover {
    background-color: #ccc;
    padding: 2px 2px;
    border-bottom: none;
    color: black;
}

h1 a {
	padding: 3px 5px;
    background-color: transparent;
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
}
h1 a:hover {
	background-color: #d64e96;
	padding: 3px 5px;
	color: white;
	border-radius: 2px;
	border-bottom: none;
}

.main {
    padding: 6em 0;
}

a {
    color: white;
}

a:hover {
    text-decoration: none;
    color: #d64e96;
}

.magenta {
    color: #d64e96;
}

.cyan {
    color: #39A8E0;
}

.green {
    color: #4DAD35;
}

.yellow {
    color: #ffd505;
}

ul {
}

li {
    font-weight: bold;
}

.team {
    background-color: #f5f5f5;
}

.portrait {
    width: 60%;
    margin: 0 25%;
    transition: all ease .3s;
    border: 10px solid white;
}

.portrait:hover {
    -webkit-transform: rotate(-5deg) scale(1.2);
    transform: rotate(-5deg) scale(1.2);
    cursor: pointer;
    box-shadow: 1px 1px 1px #ccc;
}

.stripes {
    color: #ccc;
}

.team p {
    margin-bottom: 2em;
}

.team .col-md-3 p {
    margin-bottom: 1rem;
}


/* FONTS */

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/nexa/nexa_bold-webfont.eot');
    src: url('../fonts/nexa/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa';
    src: url('../fonts/nexa/nexa_light-webfont.eot');
    src: url('../fonts/nexa/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: 300;
    font-style: normal;
}
