/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

body a, a:link{
color: #5A5A5A;
}

/* for long url */
.break {
  word-break: break-all;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* nav menue */
.nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

  margin-top: 30px;
  float: right;
  
}
/* nav item */
.nav-item {
  padding: .5em;
  padding-top: 1em;
  border-radius: .5em;
}
.nav-item:hover {
  background-color: rgba(173, 173, 173, 0.212);
  color: black;
  transform: scale(105%);
  text-decoration: none;
}
.insta_icon {
  padding: 0;
}

.banner {
  padding-top: 48px;
}
.featurette-heading {
  margin-bottom: 50px;
}
@media (max-width: 670px) {
  .nav {
    margin-top: 0;
  }
  .banner {

    padding-top: 70px;
  }
  
}

/* Mobile Phone */
@media (max-width: 371px) {
  .banner {

    padding-top: 120px;
    padding-bottom: 0px;
  }

  h1 {
    font-size: 25px;
  }

  
  
}
body .page-content {
  padding-bottom: 200px;
}


code {
  font-size: 80%;
}

.navbar-brand{
  height: 80px;
}

.navbar-nav{
  margin-top:30px;
float: right;
}


.featurette-heading{
text-align: justify;
}
.featurette-heading .text-muted{
  color: #ff0100;
  
}


/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #333;
}
.carousel-inner > .item > img {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}



.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}

.right {
  float: right;
}

.sponsoren {
  display: flex;
  justify-content: space-between;
}

.sponsor-logo {
  width: auto;
  /* gewünschte Breite */
  height: 100px;
  /* gewünschte Höhe */
  padding: 5px;
}

.sponsor-logo.vde {
  padding-top: 27px;
  padding-bottom: 27px;
}
.sponsor-logo.sachs_engy {
  padding-top: 16px;
  padding-bottom: 16px;
}




@media (max-width: 550px) {
  .right {
    float: none;
  }
  .sponsoren {
    flex-wrap: wrap;
  }
  .sponsor-logo {
    height: 5em;
  }
  
}


/* Programm */
.programm p {
  font-size: 20px;
  padding-left: 7px;
}

