﻿@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');*/

/* Poppins */
@font-face {
  font-family: "Poppins-400";
  weight: 400
  scr: url("fonts/Poppins-Regular.ttf") format("ttf")
}
@font-face {
  font-family: "Poppins-500";
  weight: 500
  scr: url("fonts/Poppins-Regular.ttf") format("ttf")
}
@font-face {
  font-family: "Poppins-700";
  weight: 700
  scr: url("fonts/Poppins-Regular.ttf") format("ttf")
}

@font-face {
  font-family: "Huballi-400";
  weight: 400
  scr: url("fonts/Huballi-Regular.ttf") format("ttf")
}

html, body {
  width: 100%;
  max-width: 1340px;
  font-family: 'Hubballi-400';
  font-weight: 1000;
  font-size: 1.1em;
  color: #222;
  position: center;
  margin-right: auto;
  margin-left: auto;
  background-color: #797979;
}

.bg-navbar{
  background-image: url("Navbarbg.png");
  background-size: cover; ;
}

.bg-image{
  background-image: url("Background.png");
  background-size: cover;
  max-width: 1340px;
}
.bg-light{
  background: #03658C !important;
}
.internallink {
  margin-bottom: 3.3rem;
}

.navbar{
  padding: .3rem;
}

.navbar-nav li {
  padding: 5px;

}
.navbar-toggler-icon.collapsed {
  color: #c9c9cf !important;
  position: static;
}
.navbar-toggler-icon-collapsed:hover{
  color: #ffffff !important;
}

.nav-link {
  font-size: 1.2em !important;
  font-weight: 500;
  color: #c9c9cf !important;
}
.nav-link:hover{
  color: #ffffff !important;
}

.carousel-inner img{
  width: 100%;
  height: 100%
}
.carousel-caption {
  position: absolute;
  top:50%;
  transform: translateY(+25%);
}

.carousel-caption h3 {
  font-weight: 700;
  text-shadow: 1px 1px 10px #000;
  padding-bottom: 1rem;
  color: #ECECF8;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px; overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.btn-primary {
  background-color: #0388A6;
  border: 1px solid #004B65;
}

.btn-primary:hover {
  background-color: #89c7d4;
  border: 1px solid #004B65;
}

.btn-outline-secondary {
  font-weight: 700;
  color: #011C26;
}
.btn-outline-secondary:hover {
  background-color: #0388A6;
  border: 1px solid #004B65;
}

.jumbotron {
  padding: 1rem;
  border-radius: 0;
  margin-bottom: 0;
  background-color: #ffffff;
}
.btn-sm {
  padding: 1px, 2px;
}

.padding {
  padding: 1rem;
  margin: 0;
}
.paddingAbout {
  padding-top: 1rem;
  margin: 0;
}

.fa-code, .fa-bold, .fa-css3 {
  font-size:4rem;
  margin: 1rem;
}
.social a{
  font-size: 4.5em;
  padding: 3rem;
}

.fa-facebook {
  color: #1a5ff3;
}
.fa-twitter {
  color: #00aced;
}
.fa-google-plus-g {
  color: #dd4b39;
}
.fa-instagram {
  color: #ECECF8;
}
.fa-youtube {
  color: #bb0000;
}
.fa-spotify {
  color: #81b71a;
}
.fa-facebook :hover,
.fa-twitter:hover ,
.fa-google-plus-g:hover,
.fa-instagram:hover,
.fa-youtube:hover,
.fa-spotify:hover {
  color: #d5d5d5;
}

footer {
  background-color: #3f3f3f;
  color: #d5d5d5;
  padding-top:1rem;
}
hr.light {
  border-top:1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
footer a{
  color: #d5d5d5;
}
hr.light-100 {
  border-top:1px solid #d5d5d5;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 0rem;
}
.bildschatten {
  text-shadow: 10px 10px 20px #000;
  object-fit: scale-down;
}

h1, h2, h3, h4, h5 {
  -webkit-transition-duration: 100ms;
  transition-duration: 100ms;
  font-family: 'Hubballi';
  font-weight: 700;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}
.social-main-font{
  font-size: 1.5em;
  color: #d5d5d5;
}

.bluexl{
  color: #004B65;
  font-size: 45px;
}
.bluelg{
  color: #004B65;
  font-size: 35px;
}
.bluemd{
  color: #004B65;
  font-size: 25px;
}
.bluesm{
  color: #004B65;
}
.blacklg {
  color: #01131a;
  font-size: 45px;
}
.blackmd {
  color: #01131a;
  font-size: 35px;
}
.blacksm {
  color: #01131a;
}
.whitelg {
  color: #d5d5d5;
  font-size: 45px;
}
/* [class*="col-"] {
  padding: 0,5rem!important;
} */


.about-text {
  padding-top: 2,2em;
  overflow: auto;
  font-family: 'Hubballi';
  font-size: 1.1em;
  line-height: 20px;
  font-weight: 400;
  cursor: default;
  color: #ECECF8;
}
.label{
  color: #004B65;
  font-size: 25px;
}

/*---Media Queries --*/
@media (max-width: 992px) {
  .social a{
    font-size: 4em;
    padding: 2rem;
  }
}
@media (max-width: 768px) {
  .carousel-caption {
    top:45%;
  }
  .carousel-caption h1 {
    font-size: 350%;
  }
  .carousel-caption h3 {
    font-size: 140%;
    font-weight: 400;
    padding-bottom:.2rem;
  }
  .carousel-caption .btn {
    font-size: 95%;
    padding: 8px 14px;
  }
  .display-4 {
    font-size: 200%;
  }
  .social a{
    font-size: 2.5em;
    padding: 1.2rem;
  }
}
@media (max-width: 576px) {
  .carousel-caption {
    top:40%;
  }
  .carousel-caption h1 {
    font-size: 250%;
  }
  .carousel-caption h3 {
    font-size: 110%;
  }
  .carousel-caption .btn {
    font-size: 90%;
    padding: 4px 8px;
  }
  .carousel-indicators {
    display: none;
  }
  .display-4 {
    font-size: 160%;
  }
  .social a{
    font-size: 2em;
    padding: .7rem;
  }
  .blacklg{
    font-size: 35px;
  }
  .blackmd{
    font-size: 25px;
  }
  .social-main{
    font-size: 1.5em !important;
  }
  .social-main-font{
    font-size: 1em;
  }
}
@media (max-width: 327px) {
  .btn-primary, .btn-outline-light {
    display: none;
  }
}
/* Style for countdown
.timer{
    margin: 15px 30px;
    width: 120px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    border-radius: 10px;
    box-shadow: 15px 10px 20px #6660;
    cursor: pointer;
}

.timer p{
    color: #fff;
    font-size: 45px;
    margin: 25px 8px;
}

.timer h6{
    margin: 0;
    padding: 10px;
    font-size: 1em;
    background: #000;
    color: #fff;
    text-transform:uppercase;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 15px 10px 20px #000;
}
*/
.container-fluid {
    height: 200%;
    overflow-y: auto; /* don't show content that exceeds my height */
}
