html,
body {
  width: 100%;
  height: 100%;
  background-color: #0c0c0c;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #ee9136;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

a:hover, a:focus {
  color: #de7713;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: white;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 50px 0;
}

section h2 {
  font-size: 50px;
}

#mainNav {
  background-color: #0c0c0c;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
  font-family: 'PT Sans', sans-serif;
}

#mainNav .navbar-toggler {
  font-size: 20px;
  padding: 8px 10px;
  color: white;
}

#mainNav .navbar-nav > li > a.active {
  color: #ee9136 !important;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: white;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #ee9136;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: #0c0c0c;
    background-color: #0c0c0c;
    /** &.navbar-shrink {
            background-color: #0c0c0c;
          
            .navbar-nav > li > a,
            .navbar-nav > li > a:focus {
                color: #ee9136;
                &:hover {
                    color: #ee9136;
                }
            }
        }**/
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: #ee9136;
  }
}

header.masthead {
  width: 100%;
  background-color: #0c0c0c;
  background-image: url("../img/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  /** height: 100vh; **/
}

header.masthead .header-content {
  margin-right: auto;
  margin-left: auto;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
  color: #fff;
  text-shadow: 0 0 5px black;
  text-align: center;
}

header.masthead .header-content h1 {
  text-transform: uppercase;
  font-size: 40px;
}

header.masthead .header-content h2 {
  text-transform: uppercase;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead .header-content h1 {
    font-size: 65px;
  }
  header.masthead .device-container {
    max-width: 325px;
  }
}

section {
  position: relative;
  color: #e5e5e5;
  font-family: 'Yanone Kaffeesatz', sans-serif !important;
}

section h1 {
  text-transform: uppercase;
  font-size: 35px;
  color: #e29141;
  padding-top: 10px;
}

section table tr td, section table tr th {
  padding-top: 10px;
}

section table tr th {
  font-weight: normal;
  color: #e29141;
  padding-right: 10px;
}

section .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section .badges .badge-link:last-child {
  margin-bottom: 0;
}

section .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section h1 {
    font-size: 60px;
  }
}

#datenschutz h6 {
  margin-top: 5px;
}

#datenschutz li {
  color: #fff;
}

section.team h3 {
  color: #e29141;
}

section.anspruch h5 {
  color: #e29141;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
  font-size: 12px;
  color: #ee9136;
}

footer .row div {
  margin-top: 10px;
}

footer p {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

@media (min-width: 992px) {
  footer .row div {
    margin-top: 0px;
  }
}

.bg-primary {
  background: #ee9136;
  background: -webkit-linear-gradient(#ee9136, #ec841e);
  background: linear-gradient(#ee9136, #ec841e);
}

.text-primary {
  color: #ee9136;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #ee9136;
  background-color: #ee9136;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}
