/*==================================================
Default Theme
Fonts: Raleway and Open Sans
-----------------------------------------------
Colors:
Moon Yellow :       #cf6d17
Dark Grey :         #212226
White Smoke :       #f4f4f4
White:              #fff
Black:              #000
Orange:             #cf6d17
=====================================================*/

/*===================================================
Html,Body
=====================================================*/
html, body {
    height: 100%;
}

body {
    color: #212226;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway", sans-serif;
}

p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

section {
    background: #fff;
    overflow: hidden;
}


/*===================================================
Preloader
=====================================================*/
#preloader {
    background-color: white;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.conti {
    position: relative;
    top:25%;
    width: 100%;
    margin:auto;
}

.logo-container {
    position: relative;
    margin: auto;
    width: 96%;
}

.fade-logo {
    background-image: url("../img/logo/whiteBox_rechteck_black.svg");
    background-repeat: no-repeat;
    background-position: center;
    height: 24vh;
    background-size: contain;
}


.slogan-container {
    position: relative;
    width: 92%;
    margin:10px auto 0px;
    display: flex;
    justify-content: center;
}

.slogan {
    font-family: "Raleway", sans-serif;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0.6vh;
    padding:3px;
}

#slogan-1 {
    margin-left:8px;
    position: relative;
    left: -3000px;

}

#slogan-2 {
    margin-left:10px;
    position: relative;
    bottom: -3000px;
}

#slogan-3 {
    margin-left:10px;
    position: relative;
    right: -3000px;
}

/*=======================================================
Navigation
=========================================================*/
.navbar {
    padding: 0;
    margin: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

/* .site-nav-wrapper {
    padding: 0 65px;
} */

.navbar-brand {
    padding-top: 0.5vmax;
    padding-left: 0.4vmax;
    padding-bottom: 0.5vmax;
}

.navbar-brand img {
/*     margin-top: 50px;
    margin-left:20px; */
    height: 11vmax;
    width: auto;
    /*-webkit-transform: translateY(-30%);*/
    /*transform: translateY(-30%);*/
}

.navbar-nav > li > a {
    font-family: "Raleway",sans-serif;
    color: #fff;
    font-size: 1vmax;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus {
    background: none;
    color: #cf6d17;
}

/* White Navigation */
.white-nav-top {
    background: #fff;
    padding: 0px 0;
    -webkit-box-shadow: 0 8px 6px -9px #999;
    box-shadow: 0 8px 6px -9px #999;
    z-index: 2;
}

.white-nav-top ul.navbar-nav > li > a {
    color: #212226
}

.white-nav-top ul.navbar-nav > li > a:hover,
.white-nav-top ul.navbar-nav > li > a:focus {
    color: #cf6d17;
}

/*Scroll spy active state */
.white-nav-top ul.navbar-nav > li.active > a {
    color: #cf6d17;
    font-weight: 500;
}




/*===================================================
Home
=====================================================*/
#home {
    background: none;
    height:100%;
}

#home-bg-video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    background: url("../img/video/solo.jpg") no-repeat;
    background-size: cover;
}

#home-overlay {
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

#home-content {
    height:100%;
    width: 100%;
    display: table;
}

#home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

#home-heading h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    display: inline-block;
}

#home-heading h1 span {
    color: #cf6d17;
    font-weight: 500;
}

#home-text p {
    color: #fff;
    font-size: 17px;
    font-weight: 100;
    margin: 8px 0 30px 0;
}

/*===================================================
Buttons
=====================================================*/
.btn-general {
    font-family: "Raleway", sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0 6px;  /*top,bottom left,right */
    padding: 12px 46px 12px 46px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.btn-home {
    color: #fff;
    border: 1px solid #fff;
}

.btn-home:hover, .btn-home:focus {
    color: #fff;
    background-color: #cf6d17;
    border: 1px solid #cf6d17;
}

.btn-yellow {
    color: #fff;
    border: 1px solid #cf6d17;
    background-color: #cf6d17;
}

.btn-yellow:hover, .btn-yellow:focus {
    color: #fff;
    background-color: #212226;
    border: 1px solid #212226;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 3px 15px;
    border-radius: 4px;
    font-size: 22px;
    display: none;
}

/*===================================================
Arrow Down
=====================================================*/
#arrow-down {
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #fff;
    font-size: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    margin-left: -16px;
    z-index: 1;
}

#arrow-down:hover,  #arrow-down:focus {
    color: #cf6d17;
}

/*===================================================
Content Boxes
=====================================================*/
.content-box-lg {
    padding: 80px;
}

.content-box-md {
    margin-top:50px;
    margin-bottom: 40px;
    padding-top: 10px;
}

/*===================================================
Headings
=====================================================*/
.horizontal-heading h2{
    font-size: 42px;
    font-weight: 100;
    line-height: 45px;
}

.horizontal-heading {
    margin-bottom: 30px;
}

.horizontal-heading h5 {
    font-size: 16px;
    color: #cf6d17;
    text-transform: uppercase;
    display: inline-block;
}

.horizontal-heading h2 {
    margin: 0;
}

/* =========================================
                Services 01
============================================ */

#services-01 img {
    height:auto;
}

.service {
    margin: 35px 0;
}

.service .icon {
    font-size: 38px;
    margin: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.service:hover .icon {
    color: #cf6d17;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.service:hover h4 {
    color: #cf6d17;
}

.service h4 {
    text-align:center;
    font-size: 24px;
    text-transform: uppercase;
    margin: 10px 0 8px 0;
}

.service p {
    line-height: normal;
}


/* =========================================
    Services 02 (Responsive Tabs)
============================================ */

#services-02 {
    background: #f4f4f4;
}

#services-tabs ul {
    margin-bottom: 40px;
}

#services-tabs ul li {
    padding: 5px 30px;
}

#services-tabs ul li a {
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    color: #212226;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
}


/* Tab active state */

#services-tabs ul li.r-tabs-state-active a {
    color: #f4c613;
    font-weight: 700;
    border-bottom: 3px solid #f4c613;
    padding-bottom: 5px;
    -webkit-transition: border-color 300ms linear;
    transition: border-color 300ms linear;
}

.service-tab .col-md-6 {
    padding: 0;
}

.service-tab img {
    width: 100%;
    margin: 0 auto;
}

.service-tab .tab-bg {
    background: #fff;
    padding: 59px 30px;
    min-height: 481px;
}

.service-tab h2 {
    font-size: 48px;
    color: #bbb;
    margin-bottom: 20px;
    font-weight: 100;
}

.service-tab h3 {
    font-size: 32px;
    margin-bottom: 30px;
}

.service-tab p {
    line-height: 24px;
    margin-bottom: 30px;
}


/*===================================================
About 01
=====================================================*/
#about-01 .content-box-lg .row{
    margin-bottom: 10px;
}

#about-right p:first-child {
    margin-bottom: 30px;
}

#about-bottom {
    margin-top: 0px;
    margin-bottom: 30px;
}

#about-bottom img {
    margin: 0 auto;
}

.referenz-zeile{
    display: block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 3px;
    margin:0px auto;
}

.reference-header{
    font-size: 1.8rem;
    font-weight: 400;
    color:#cf6d17;
}


/*=======================================================
Portfolio
=========================================================*/
#portfolio {
    padding-bottom: 40px;
}

.row.no-gutters [class*=col-] {
    padding: 0;
}

.portfolio-item {
    overflow: hidden;
    position: relative;
}

/* zoom effect */
.portfolio-item img {
    width: 100%;
    height: auto;
    -webkit-transition: transform .5s ease;
    transition: transform .5s ease;
}

.portfolio-item:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);

}

/* Overlay effect */
.portfolio-item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(14,14,17,0.9);
    /* cursor: -webkit-zoom-in; */
    /* cursor: zoom-in; */
    opacity: 0;
     -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* Item Details Effect */
.portfolio-item-details {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portfolio-item-details h3 {
    color: #cf6d17;
    text-transform: uppercase;
    font-size: 30px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.portfolio-item-details span {
    display: inline-block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    height: 6px;
    width: 30px;
    margin: 11px auto 5px auto;
}

.portfolio-item-details p {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

/* Show overlay on mouse over*/
.portfolio-item:hover .portfolio-item-details h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-details p {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-item:hover .portfolio-item-overlay {
    opacity: 1;
}



/* =========================================
                Vision
============================================ */

.vision-item {
    background-color: #fff;
    padding: 80px 30px;
    -webkit-box-shadow: 0 0 10px rgba(27, 24, 24, 0.3);
    box-shadow: 0 0 10px rgba(27, 24, 24, 0.3);
    height:100%;
}

.vision-item i {
    font-size: 42px;
    margin: 0;
}

.vision-item h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.vision-item hr {
    width: 45px;
    height: 3px;
    background-color: #cf6d17;
    margin: 0 auto;
    border: none;
}

.vision-item p {
    margin-top: 20px;
}


/* Hover state */

.vision-item:hover {
    background-color: #cf6d17;
}

.vision-item:hover i,
.vision-item:hover h3,
.vision-item:hover p {
    color: #fff;
}

.vision-item:hover hr {
    background-color: #fff;
}

.vision-item:hover i {
    transform: translateY(-20px);
}


/* Smooth transition */

.vision-item,
.vision-item i,
.vision-item hr {
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.vision-item h3,
.vision-item p {
   -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

/* =========================================
                Statement
============================================ */

#statement {
    background: url("../img/tech/tech-statement.jpg") no-repeat fixed center;
    background-size: cover;
}

#statement .content-box-lg {
    background: rgba(0, 0, 0, 0.3);
}

#tech-statement h3 {
    color: #fff;
    font-size: 28px;
    line-height: 45px;
}

#tech-statement p {
    font-size: 14px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    margin-top: 8px;
}

/* =========================================
                Jobs
============================================ */
#jobs ul{
  text-align: center;
    padding-left:0;
}


#jobs ul li{
  margin-top:5px;
  list-style: none;
  z-index: 0;
}


.jobs-left{
    padding: 80px 30px;
  -webkit-box-shadow: 0 0 10px rgba(27, 24, 24, 0.3);
  box-shadow: 0 0 10px rgba(27, 24, 24, 0.3);
  height:100%;
}

.jobs-right{
      padding: 80px 30px;
  -webkit-box-shadow: 0 0 10px rgba(27, 24, 24, 0.3);
  box-shadow: 0 0 10px rgba(27, 24, 24, 0.3);
  height:100%;
}

#jobs hr {
    width: 60%;
    height: 3px;
    background-color: #cf6d17;
    margin: 0 auto;
    border: none;
    margin-bottom:20px;
}

.jobs-left h2 {
  margin-bottom: 20px;
}

.jobs-right h2 {
  margin-bottom: 20px;
}

.job-row-offer{
    margin-top:0px;
}

.job-row-ask{
    margin-top:50px;
}

#jobs .content-box-lg{
    padding:50px 0;
}

#jobs-center .jobs-list ul li {
    font-size: 16px;
    font-weight: 600;
}

#jobs-center .jobs-list{
    margin-bottom:20px;
}

#jobs-center .horizontal-heading {
    margin-bottom: 20px;
}
/* =========================================
                Contact
============================================ */


/* Contact Left */

#contact-left p {
    margin: 25px 0 20px 0;
}

.office {
    width: 75%;
    margin:auto;
}

ul.office-details {
    list-style: none;
    padding: 0;
}

ul.office-details li {
    font-family: "Open Sans", sans-serif;
    margin-top: 12px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 70%;
    margin-left:auto;
    margin-right:auto;
}

ul.office-details li i {
    font-size: 20px;
    margin-right: 4%;
    width: 12%;
}

/*ul.office-details li span {*/
/*    display: block;*/
/*    width:80%;*/
/*    text-align: center;*/
/*}*/

#contact-left ul.social-list li a {
    color: #212226;
    border: 1px solid #212226;
    text-align: center;
}

#contact-left ul.social-list li a:hover {
    color: #fff;
    border-color: transparent;
}


/* Contact Right */

#contact-right {
    padding: 25px 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

#contact-right h4 {
    font-size: 24px;
}

#contact-right p {
    margin-bottom: 25px;
}

#contact-right form .form-control {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 24px;
}

#contact-right form textarea.form-control {
    min-height: 164px;
}

/* =========================================
                Social Icons
============================================ */

ul.social-list {
    padding: 0;
    margin-top: 20px;
}

ul.social-list li {
    display: inline-block;
    padding: 0;
}

ul.social-list li a {
    border: 1px solid #fff;
    width: 35px;
    height: 35px;
    display: inline-block;
    line-height: 35px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

ul.social-list li:nth-child(1) a:hover {
    background: #3b5998;
    border-color: transparent;
}

ul.social-list li:nth-child(2) a:hover {
    background: #00aced;
    border-color: transparent;
}

ul.social-list li:nth-child(3) a:hover {
    background: #dd4b39;
    border-color: transparent;
}

/*=======================================================
Map
=========================================================*/
#google-map{
  padding-bottom: 30px;
}

/*=======================================================
Footer
=========================================================*/
footer {
    background: #212226;
    padding: 30px;
}

footer p {
    color: #fff;
}

footer p span {
    color: #cf6d17;
}

footer a:hover span{
    text-decoration: none;
    color: #fff;
}

footer a:hover{
    text-decoration: none;
}
