@charset "utf-8";

p {
  text-align: justify;
  text-align-last: left; /* letzte Zeile linksbündig */
  hyphens: auto;         /* automatische Silbentrennung */
  word-spacing: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

p {
  -webkit-hyphens: auto;
  hyphens: auto; 
  text-align: justify;
  font-size: 1.2em;
  font-weight: 200;
}

* {
  font-family: 'Comfortaa', sans-serif;
}

html,body,header,#intro {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow: scroll;
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 400px;
  display: block;
  margin: 0 auto;
}

section {
  padding-top: 4em;
  padding-bottom: 4em;
}

img {
  max-height: 30em;
}
h2{
  font-weight: 400;
  font-size:3em;
  padding-bottom: 1em;
}
h3{
  font-size: 1.5em;
  font-weight: 600;
}
h4 {
  font-size: 1.5em;
  font-weight: 600;
  padding-bottom: 1em;
  padding-left: 0.5em;
}
.bg {
  background-color: rgba(0, 0, 0, 0.027) !important;
  margin:0;
  padding:0;
}

.display-4 {
  padding-top: 7em;
  text-align: center;
  color: #fff;
}

.container{
  min-width:80% ;
  min-height: 100%;
}
#intro {
  background: url(Bilder/b1-2.jpg) no-repeat center center;
  background-size: cover;
}
.footer{
  padding: 0.7em;
  min-height:4em;
  text-align: center;
  color: #fff;
  background-color: rgb(30, 30, 30);
}
.icon-edit {
  background:url('Bilder/favicon-32x32.png') 0 0 no-repeat;
  height: 16px;
  line-height: 16px;
  width: 16px;
  }

.navbar-nav .nav-link {
  font-size: 1.1em;
}

.dropdown-menu {
  font-size: 1em;
}


@media (max-width: 768px) {
  img {
    margin-top: 1em;
    margin-bottom: 1em;
  }
   #about .col-md-4 + .col-md-4 {
    margin-top: 2em;
  }
  #home {
    margin-top: 2em; /* Passe nach Geschmack an */
  }
  #intro {
    background-attachment: scroll;
    background-position: center top;
  }
  #hockschm .carousel {
    max-width: 250px;
    margin: 0 auto;
  }

  #hockschm .carousel img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
  }
  
}

@media (min-width: 769px) {
  #intro {
    background-attachment: fixed;
  }
}

@media (min-width: 992px) {
  section {
    padding-top: 3em;
    padding-bottom: 1em;
  }
}




