body {
  font-family: 'Catamaran', sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Anton', sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 25px;
}

@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 0 35px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #dddc00;
}

a:focus, a:hover {
  text-decoration: none;
  color: #a09f01;
}

#mainNav {
  font-family: 'Catamaran', sans-serif;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
}

#mainNav .navbar-toggler {
  font-size: 14px;
  padding: 11px;
  color: white;
  border: 1px solid white;
}

#mainNav .navbar-brand {
  font-weight: 700;
}

#mainNav a {
  color: white;
}

#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    background: black;
  }
  #mainNav .nav-link.active {
    outline: none;
    color: #dddc00;
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: auto;
  padding: 200px 0;
  text-align: center;
  color: white;
  background: url("../img/intro-bg.jpg") no-repeat bottom center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.masthead .intro-body .brand-heading {
  font-size: 50px;
}

.masthead .intro-body .intro-text {
  font-size: 18px;
}

@media (min-width: 768px) {
  .masthead {
    height: 100%;
    padding: 0;
  }
  .masthead .intro-body .brand-heading {
    font-size: 100px;
  }
  .masthead .intro-body .intro-text {
    font-size: 22px;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: white;
  border: 2px solid white;
  border-radius: 100% !important;
  background: transparent;
}

.btn-circle:focus, .btn-circle:hover {
  color: white;
  outline: none;
  background: rgba(255, 255, 255, 0.1);
}

.content-section {
  padding-top: 150px;
  padding-bottom: 150px;
}

.download-section {
  color: white;
  background: url("../img/downloads-bg.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#map {
  width: 100%;
  height: 300px;
}

@media (min-width: 992px) {
  .content-section {
    padding-top: 400px;
    padding-bottom: 400px;
  }
  #map {
    height: 350px;
  }
}

.btn {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #dddc00;
  border: 1px solid #dddc00;
  background-color: transparent;
}

.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #dddc00;
  outline: none;
  background-color: #dddc00;
}

ul.banner-social-buttons {
  margin-top: 0;
}

@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
    
    footer{
        padding-bottom: 100px !important;
    }
}

footer {
  padding: 70px 0;
}

footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

::selection {
  background: #fcfcfc;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/* JACOPO OVERRIDE */

.fixed-top{
    bottom: 0 !important;
    top: auto !important;
}

.emailform, .emailbutton{
    outline: none;
    font-family: 'Catamaran', sans-serif;
    color: #ffffff;
}

.emailform{
    background: transparent;
    border-bottom: 2px solid white !important;
    border: none;
    padding-bottom: 10px;
    width: 100%;
    max-width: 300px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0;
        margin-left: auto;
    margin-right: auto;
}

.emailbutton{
    background: transparent;
    border: 2px solid white;
    padding: 6px 20px;
    color: white;
    font-size: 18px;
    margin-top: 15px;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
        margin-left: auto;
    margin-right: auto;
}

.emailbutton:hover{
    background: #dddc00;
    border: 2px solid #dddc00 !important;
    color: #000000;
    cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dddddd;
    font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #dddddd;
    font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #dddddd;
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: #dddddd;
    font-style: italic;
}

.datenschutz{
    max-width: 280px;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 14px;
    text-shadow:  0px 0px 2px rgba(0, 0, 0, 1);
}

#exampleModalLong h2, #exampleModalLong h3, #exampleModalLong h4, #exampleModalLong h5{
    font-family: sans-serif;
    font-weight: bold;
} 

.response{
    margin-top: 40px;
width: 300px;
margin-left:auto;
margin-right: auto 
}

.de, .en-button{
    display: none;
}

.koll-logo{
    max-width: 220px;
}

@media (max-width: 768px) {
    .koll-logo{
        max-width: 160px !important;
    }
}


.navbar .container{
    max-width: 1900px !important;
}

canvas{ display: block; vertical-align: bottom; } /* ---- particles.js container ---- */ #particles-js{ top: 0; left: 0; position:absolute; width: 100%; height: 100%; background-color: transparent;  background-repeat: no-repeat; background-size: 100%; background-position: center center; } /* ---- stats.js ---- */ .count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; } .js-count-particles{ font-size: 1.1em; } #stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } .count-particles{ border-radius: 0 0 3px 3px; }