* {
    margin: 0;
    padding: 0;
    font-family: 'Work Sans', sans-serif;
}

*:focus {
    outline: none;
}

*:active {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

.container {
    height: auto;
    width: 100%;
}

.content {
    height: auto;
    width: 100%;
}

.subContent {
    width: 80vw;
    margin: auto;
    padding: 0 20px;
}

.floatClear {
    float: none !important;
    clear: both !important;
    height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/*######### NAVIGATION #########*/

.navigation {
    width: 100%;
    padding: 20px 0;
    background-color: #F5F5F5;
    text-align: center;
}

.navigation a {
    padding: 20px 20px;
    text-decoration: none;
    color: #212121;
    transition: color .3s;
}

.navigation a:hover {
    color: #8BC34A;
    transition: color .3s;
}

.navigation .activeNavLink {
    color: #9E9E9E;
    border-bottom: #8BC34A 5px solid;
}


/*######### SLIDER #########*/

.slider {
    height: 50vh;
    width: 100%;
    background: url('../images/backgroundImage02.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.slider>div {
    height: inherit;
    width: 100%;
}

.subSlider {
    background-color: rgba(0, 0, 0, .8);
}

.verticalCentered {
    position: relative;
    top: 50%;
    text-align: center;
    transform: translateY(-30%);
}

.verticalCentered img {
    width: 64px;
}

.verticalCentered img,
.verticalCentered h1 {
    display: inline-block;
    vertical-align: middle;
}

.verticalCentered h1 {
    font-size: 60px;
}

.verticalCentered h1 .left {
    color: #128EB0;
    font-family: 'Titillium Web', sans-serif;
}

.verticalCentered h1 .right {
    color: #8BC34A;
    font-family: 'Titillium Web', sans-serif;
}

/*### SERVICES OVERVIEW ###*/

.overview {
    text-align: center;
}

.overview p {
    display: inline-block;
    padding: 30px 15px;
    font-size: 18px;
    color: #EEEEEE;
    font-family: 'Titillium Web', sans-serif;
    text-transform: uppercase;
}

/*######### CONTENT #########*/

/*### CERTIFICATION ###*/

.certificationContent {
    text-align: center;
    padding: 50px 0;
    background: #212121;
}

.certificationContent img {
    width: 130px;
}

.certificationContent ul {
    margin-top: 15px;
}

.certificationContent ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px 10px;
}

.certificationContent ul li a {
    text-decoration: none;
    color: #919191;
}

.certificationContent ul li a img {
    width: 17px;
    margin-right: 2px;
}

.certificationContent ul li a img,
.certificationContent ul li a p {
    display: inline-block;
    vertical-align: middle;
}

/*### ABOUT ###*/

.aboutContent {
    padding: 80px 0;
}

.aboutContent h2 {
    font-size: 45px;
    padding: 20px 0;
}

.aboutContent p {
    font-size: 25px;
    text-align: left;
    padding: 5px 0 15px 0;
}


/*### TOOLS ###*/

.toolsContent {
    padding: 80px 50px;
    box-sizing: border-box;
    width: 50%;
    float: left;
    text-align: left;
    vertical-align: top;
}

.toolsContent p:nth-child(1) {
    font-size: 30px;
    padding: 5px 0 15px 0;
}

.toolsContent p:nth-child(2) {
    font-size: 20px;
}


/*### SERVICES ###*/

.servicesContent {
    padding: 80px 0;
}

.servicesContent h2 {
    font-size: 45px;
    padding: 20px 0 10px 0;
}

.servicesContent div {
    width: 100%;
}

.servicesContent div p {
    font-size: 30px;
    padding: 30px 0 15px 0;
}

.servicesContent div ul {
    margin: 0;
    padding: 5px 100px 5px 30px;
    list-style-type: square;
}

.servicesContent div ul li {
    font-size: 20px;
    padding: 10px 0;
}

/*### CONTACT ###*/

.contactContent {
    padding: 80px 0;
}

.contactContent h2 {
    font-size: 45px;
    padding: 20px 0 10px 0;
}

.contactContent .contactIcDic,
.contactContent .contactInfo {
    margin: 30px 0;
}

.contactContent .contactIcDic {
    text-align: right;
}

.contactContent .contactIcDic li {
    font-size: 16px;
    padding: 3px 0;
}

.contactContent .contactIcDic li b {
    font-size: 20px;
}

.contactContent .contactInfo p {
    font-size: 30px;
    padding: 30px 0 15px 0;
}

.contactContent>* ul {
    margin: 0;
    padding: 5px 30px;
    list-style-type: none;
}

.contactContent>* ul li {
    font-size: 20px;
    padding: 5px 0;
}

.contactContent>* ul li a {
    color: #8BC34A;
}

/*### MAPS ###*/

.mapContent {
    text-align: center;
}

.contactContent .contactAddress ul {
    margin: 0;
    padding: 20px 30px;
    list-style-type: none;
}

.contactContent .contactAddress ul li {
    font-size: 20px;
    padding: 5px 0;
}

.contactAddress {
    text-align: center;
    height: auto;
    width: 100%;
    float: left;
    background: #EAEAEA;
}

.contactAddress ul {
    padding: 20px;
    list-style-type: none;
}

.contactAddress iframe {
    height: 300px;
    width: 100%;
    border: none;
    background: #EAEAEA;
}


/*### ACTIONBUTTON ###*/

.buttonContent {
    background: url('../images/backgroundImage01.jpg');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: 40vh;
    margin-top: 40px;
}

.actionButton {
    background-color: rgba(0, 0, 0, .5);
    height: inherit;
    text-align: center;
}

.actionButton a {
    text-decoration: none;
    color: #212121;
    background-color: #F5F5F5;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 20px;
    transition: color .3s, background-color .3s;
    font-size: 20px;
}

.actionButton a:hover {
    color: #212121;
    background-color: #8BC34A;
    transition: color .3s, background-color .3s;
}


/*### CONTACTFORM ###*/

.contactForm {
    text-align: center;
    padding: 80px 0 160px 0;
    font-size: 25px;
}

.contactForm label {
    display: block;
    width: 500px;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
}

.contactForm label i {
    font-size: 12px;
}

.contactForm label input {
    padding: 10px;
    border: #9E9E9E solid 1px;
    width: 100%;
    box-sizing: border-box;
    font-size: 20px;
}

.contactForm label textarea {
    padding: 10px;
    border: #9E9E9E solid 1px;
    min-width: 100%;
    max-width: 100%;
    min-height: 150px;
    max-height: 150px;
    box-sizing: border-box;
    font-size: 20px;
}

.contactForm label:last-child input {
    color: #040404;
    background-color: #F5F5F5;
    border: none;
    padding: 20px;
    font-size: 15px;
    font-weight: 700;
    transition: color .3s;
}

.contactForm label:last-child input:hover {
    color: #8BC34A;
    padding: 20px;
    transition: color .5s;
}


/*######## BEFORESEND ########*/

.beforeSendContent {
    padding: 80px 0;
}

.beforeSendContent h2 {
    font-size: 45px;
    padding: 20px 0;
}

.beforeSendContent p {
    font-size: 25px;
    text-align: left;
    padding: 5px 0 15px 0;
}


/*######### FOOTER #########*/

footer {
    background: #181818;
    color: #EEEEEE;
    height: auto;
}

.footerContent {
    text-align: center;
    padding: 60px 5vw;
}

.company {
    padding: 10px 0 40px 0;
    text-align: center;
}

.company h3 {
    color: #EEEEEE;
}

.company h5 {
    color: #BDBDBD;
}

.footerLists {
    width: 100%;
}

.footerLists ul {
    list-style-type: none;
    float: left;
    width: 50%;
    box-sizing: border-box;
}

.footerLists ul li {
    padding: 0 0 5px 0;
}

.footerLists ul li b {
    color: #8BC34A;
}

.footerLists ul li a {
    color: #EEEEEE;
}

.bottomFooter {
    background: #000000;
    color: #919191;
    text-align: center;
}

.bottomFooter p {
    padding: 20px 0;
}


/*###### PORTFOLIO #######*/

.portfolioContent {
    padding: 80px 0;
    text-align: center;
    margin: auto;
}

.portfolioItem {
    height: 300px;
    width: auto;
    margin: 20px;
    display: inline-block;
    overflow: hidden;
}

.portfolioItem>div {
    height: inherit;
    width: inherit;
}

.portfolioItem div img {
    position: relative;
    height: inherit;
}