@import url('https://fonts.googleapis.com/css?family=Khula:700,800|Open+Sans:400,600');

h1, h2, h3, h4, h4 > span {
    font-family: 'Khula', sans-serif;
    font-weight: 700;
}

* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 25px;
    line-height: 1.1em;
    margin: 0;
    padding: 0;
    color: #3a3535;
}
img {
    display: block;
}
a {
    text-decoration: none;
}
h1 {
    font-size: 2.8em;
}
h2 {
    font-size: 1.4em;
    color: #fff;
}
h3 {
    font-size: 2em;
    padding: 1.2em;
}
h3 strong {
    font-family: 'Khula', sans-serif;
    font-weight: 800;
    font-size: 1em;
}
.item-page h3 {
    background: #fff;
}
h4 {
    font-size: 2.4em;
    margin-bottom: 0.5em;
    min-height: 2.2em;
}
h4 > span {
    font-size: 1em;
    color: #1749d7;
}
.va-m {
    vertical-align: middle;
}
.va-b {
    vertical-align: bottom;
}
.va-t {
    vertical-align: top;
}
.ta-r {
    text-align: right;
}
.ta-c {
    text-align: center;
}
.table {
    display: table;
}
.table > div {
    display: table-cell;
}
.col2 > div {
    width: 50%;
}
.col3 > div {
    width: 33.4%;
}
.col3 > div:first-child, .col3 > div:last-child {
    width: 33.3%;
}
.fullwidth {
    width: 100%;
}
.navigation {
    padding: 0 3em;
    margin: 0 auto;
}
.main-menu ul {
    list-style: none;
}
.main-menu ul > li {
    display: inline-block;
}
.main-menu a {
    display: inline-block;
    font-weight: 600;
    color: #e6412a;
    padding: 1.2em;
}
.wrapper {
    max-width: 1920px;
    margin: 0 auto;
}
.logo img {
    max-width: 294px;
}
.headline-wrapper {
    color: #3a3535;
}
.headline-wrapper > div:last-child {
    padding-bottom: 5%;
}
.headline {
    padding-top: 3.2em;
    padding-left: 6.4em;
}
.header {
    padding-top: 3em;
    background: url(../images/header-bg.jpg) no-repeat center bottom;
    background-size: 100%;
    height: 100vh;
    display: table;
}
.header > div {
    display: table-row;
}
.header > div:first-child {
    height: 1px;
}
.footer {
    background: #e6412a;
}
.footer > div {
    padding: 2em 4.2em;
    color: #fff;
    font-size: 0.8em;
}
.item-page > div {
    background: url(../images/tiles.jpg) repeat;
    background-size: 20%;
    
}
.item-page .laptop-screen {
  padding: 8em 2em; 
    background: url(../images/laptop-center.jpg) no-repeat;
      background-size: cover;
    height: 100vh;
    width: 100%;
}
.item-page .laptop-screen > div {
    display: table-cell;
    vertical-align: middle;
}
.item-page .laptop-screen .ui.form input[type=text], .item-page .laptop-screen h2 {
    max-width: 500px;
    margin: 0 auto;
}
.item-page .laptop-screen .ui.form .field {
    margin: 1em 0;
}
    .field { position: relative; margin: 0.9em 0 1.6em 0; }
    .ui.form .field .prompt.label { position: absolute; left: 0; bottom: -3em; }
    .submit-button { 
  background: #1749d7!important; 
  border-radius: 1em!important;
  font-size: 1.5em!important;
    padding: 0.8em 2.4em 0.4em!important;
    font-style: normal!important;
    font-family: 'Khula', sans-serif!important;
  
  }
  .ui.info.message {
    background: none!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
  }
.ui.error.message {
    display: none;
}
p {
    margin-bottom: 1em;
}
p strong {
    font-weight: 600;
}
@media (max-width: 1400px) {
    .headline {
        padding-left: 4.2em;
    }
}
@media (max-width: 1680px) {
    h4 {
        font-size: 2em;
    }
    * {
        font-size: 20px;
    }
}
@media (max-width: 1280px) {
    * {
        font-size: 18px;
    }
}
@media (max-height: 840px) {
    .headline {
        padding-top: 0;
    }
}
@media (max-width:1024px) {
    .table.usp, .table.usp > div, .table.usp > div .table, .table.usp > div .table > div {
        display: block;
        width: 100%;
        text-align: center;
    }
    .table.usp img {
        width: 40%;
        max-width: 178px;
        margin: 0 auto 1.2em;
    }
    .headline-wrapper, .headline-wrapper > div {
        display: block;
        width: 100%;
        text-align: center;
    }
    .headline-wrapper > div:last-child {
        margin-top: 2.4em;
    }
    .headline h1 {
        margin-top: 2em;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        max-width: 400px;
        
    }
    .header {
        height: initial;
        padding-top: 1em;
    }
    .headline {
        padding-left: 1em;
        padding-right: 1em;
    }
    .navigation {
        padding: 0 1em;
    }
    .navigation > .logo {
        width: 30%;
    }
    .main-menu a {
        padding: 0.6em;
        font-size: 0.8em;
    }
    .item-page .laptop-screen {
        height: initial;
    }
}
@media (max-width: 780px) {
    .footer, .footer > div {
        display: block;
        width: 100%;
        text-align: center;
    }
}
@media (max-width: 540px) {
    .navigation, .navigation > div {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0.5em;
    }
    .navigation > .logo {
        width: 100%;
    }
    .navigation > .logo img {
        width: 240px;
        margin: 0 auto;
    }
}