/*

Template 2075 Digital Team

http://www.tooplate.com/view/2075-digital-team

*/
body {
  background: ##fbfaee;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  position: relative;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}
td {
  padding: 15px;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

h4 {
  color: #ffffff;
}

a {
  outline: none !important;
}

hr {
  width: 180px;
  border-color: #ccc;
}

.section-title strong {
  color: #ff6600;
  font-size: 56px;
}

.section-title h1 {
  font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

#work,
#about,
#reference,
#impressum,
#contact {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
  background: #969696;
  margin-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.custom-navbar .navbar-brand {
  color: #ff6600;
  font-weight: 600;
  font-size: 24px;
}
.custom-navbar .navbar-brand .navbar-toggle {
  background: #ff6600;
  padding: 4px 6px;
  font-size: 16px;
  color: #fff;
}
.custom-navbar li a {
  color: #ffffff;
  background: #969696;
  font-size: 14px;
  font-weight: 500;
}
.custom-navbar li a:hover {
  background: #969696;
  color: #eeeeee;
}
.custom-navbar li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.custom-navbar li.active > a {
  color: #ff6600;
}
.custom-navbar .navbar-toggle {
  color: #ff6600;
  border: none;
  padding-top: 10px;
}
.custom-navbar .navbar-toggle .icon-bar {
  background: #ff6600;
  border-color: transparent;
}
@media (min-width: 768px) {
  .custom-navbar {
    padding: 10px;
  }
  .custom-navbar.top-nav-collapse {
    padding: 8px;
  }
}

.flexcontainer {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .flexcontainer {
    display: block;
  }
}

/* ==========================================================================
cookie banner section
========================================================================== */

#footer-cookie,
#footer-cookie * {
  box-sizing: border-box;
}

#footer-cookie {
  display: none;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  line-height: 60px;
  background: #303030;
  color: #fff;
  z-index: 999;
}

#footer-cookie a {
  color: #fff;
}

#footer-cookie #description {
  float: left;
}

#footer-cookie #accept {
  float: right;
}

#footer-cookie #accept a {
  border: 1px solid #fff;
  padding: 5px 10px;
  text-decoration: none;
}

@media (max-width: 1200px) {
  #footer-cookie {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: inherit;
    height: auto;
  }

  #footer-cookie #description {
    width: 100%;
  }

  #footer-cookie #accept {
    width: 100%;
    margin-top: 15px;
  }

  #footer-cookie #accept a {
    width: 100%;
    display: block;
    text-align: center;
  }
}

/* ==========================================================================
home section
========================================================================== */
#home {
  background-image: url("../images/Hintergrund_home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  text-align: center;
}
#home h1 {
  font-size: 40px;
  font-family: "Times New Roman", serif;
}
#home h3 {
  font-size: 14px;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #00c6d7;
  border-color: transparent;
}
#home .btn-danger {
  background: #ff6600;
  border-color: transparent;
}
#home .btn-danger:hover {
  border: 4px solid #ffffff;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}

/* ==========================================================================
work section
========================================================================== */
#work {
  text-align: center;
  background-color: #fbfaee;
}
#work .col-md-4 {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
#work .col-md-4:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.2);
}
#work h3 {
  font-size: 18px;
}

#work p {
  text-align: left;
}

/*===========================================================================
References section
==========================================================================*/
#reference {
  background-color: #3b3b3b;
  color: #ffffff;
}
#reference h2 {
  font-size: 10px;
}
#reference table {
  border-spacing: 6px;
}

/* ==========================================================================
about section
========================================================================== */
#about {
  background-color: #fbfaee;
}
#about h3 {
  font-family: "Times New Roman", Times, serif;
  font-size: 40px;
}

#about iframe {
  border: 1px, frameborder= "0";
}
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ff6600;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
  color: #0cc;
}

.tab-content a:hover,
.tab-content a:link {
  color: #23527c;
  text-decoration: none;
}

/* ==========================================================================
contact section
========================================================================== */
#contact {
  background-color: #3b3b3b;
  background-size: cover;
  color: #ffffff;
}
#contact h2 {
  padding-bottom: 20px;
}
#contact h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}
#contact .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#contact .contact-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}
#contact form {
  padding-top: 60px;
}
#contact .form-control {
  border: 2px solid #ffffff;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}
#contact input {
  height: 40px;
}
#contact input[type="submit"] {
  background: #00c6d7;
  border: 3px solid #00c6d7;
  letter-spacing: 1px;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}
#contact input[type="submit"]:hover {
  color: #000000;
}
#contact .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#contact .btn:hover {
  background: #00c6d7;
  border-color: transparent;
}
#contact .btn-danger {
  background: #ff6600;
  border-color: transparent;
}
#contact .btn-danger:hover {
  border: 4px solid #ffffff;
  border-radius: 0;
  background: transparent;
  color: #ffffff;
}

/* ==========================================================================
Impressum section
========================================================================== */

#impressum {
  background: #fbfaee;
  padding-top: 60px;
  padding-bottom: 100px;
}
.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  display: block;
  color: #000000;
  font-size: 16px;
  padding: 10px 20px;
  border: 0;
  border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ff6600;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
  height: 8em;
}

.tab-content a {
  color: #0cc;
}

.tab-content a:hover,
.tab-content a:link {
  color: #ff0;
  text-decoration: none;
}

/* ==========================================================================
footer section
========================================================================== */
footer {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #3b3b3b;
  color: #ffffff;
}
footer p {
  padding-top: 20px;
}
.social-icon {
  padding: 0;
  margin: 0;
}
.social-icon li {
  list-style: none;
  display: inline-block;
  padding: 6px;
}
.social-icon li a {
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.09);
  color: #808080;
  font-size: 20px;
  width: 56px;
  height: 56px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.social-icon li a:hover {
  color: #00c6d7;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  #home h3 {
    font-size: 12px;
  }
}
