gubody {
  font-family: 'Lora', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;

}

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

h1{
  font-size: 18px;
}


h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 35px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: white;
}

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


@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: #42DCA3;
}

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

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: green;
  background-color: black;

}

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

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

#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: 10px;
    -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: black;   /* transparent for blend in effect on desctop */
  }

  #mainNav a {
    color: green;
  }

  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: black;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.top-pad{
  padding-top: 0vh;
  background-color: black;
}


.masthead {
  position: relative;
  padding-top: 100px;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  color: white;
  background: url("../images/aspirinhaShort.gif") no-repeat bottom center scroll;
  background-color: black;
  background-size: auto 42vh;
/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
*/
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: 50% 70px;
  background-repeat: no-repeat;
}

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

.intro-body{
  padding-top: 50vh;
}

.intro-date{
    background-color: rgba(0,0,0,0.9);
}

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

.brand-heading{
  color: red;
}

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

.intro-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  top: 0;
  height: 80vh;
}

.trast-box {
  background: black;
  border-radius: 5px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

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

.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: 10vh;
  padding-bottom: 0vh;
  background-color: black;
}
/*
.download-section {
  color: white;
  background: url("../images/party.png") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/
.about-text{
    background-color: rgba(0,0,0,0.6); /* Black background with opacity */
}
.about-pad{
  padding-top: 10vh;
  background-color: black;
}
.about{

  color: white;
  background: url("../images/crowd.jpg") no-repeat center center scroll;
  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.download-section{
  height: 20%
}


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

.gomap {
  position: relative;
  width: 100%;
  height: 40vh;
}

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

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, 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: #42DCA3;
  border: 1px solid #42DCA3;
  background-color: transparent;
}

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

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 {
  background-color: black;
  padding: 10px 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;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  z-index: 0;
}

/* Style the icon bar links */
.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

/* slideshow*/
.w3-col{
  flex: 25%;
  padding: 5px;

}

.image-row {
  display: flex;
}

.mySlides {
  /*height: inherit;*/
  max-height: 50vh;
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.w3-content{
  text-align: center;
}

/* datenschutz button */
.collapsible, .foreward-button {
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 18px;
  border: solid;
  border-color: green;
  text-align: middle;
  outline: none;
  font-size: 18px;
}

.active, .collapsible:hover, .foreward-button:hover {
  background-color:green;
}

.content {
  color: white;
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: black;

}
