/* CSS Document */

html, body {
  height: 100%;
  margin:0;
  padding:0;
  /*overflow: hidden;*/
}

body {
  /*background-image: url('../img/american flag.jpg');*/
  background-image: url('../bilder/US-FLag2.jpg');
  background-attachment:fixed;
  background-size: cover;
  min-height: 100%;
}

header {
  height: 100%;
  background: none;
  /*background-image: url('../img/american flag.jpg');*/
  /*background-attachment:fixed;*/
}

header .overlay {
 width: 100%;
 height: 100%;
 /*background-color: rgba(0,0,0,0.5);*/
 /*background-color: rgba(255,255,255,0.9);*/
 
}

header .overlay>div{
  background-color: rgba(0,0,0,0.5);
  min-height: 100%;
}

header .overlayHover {
  height: 100%;
  /*background-color: rgba(255,255,255,0.7);*/
  transition: all ease 0.5s;
  
  padding:0;
}

header .upperbar .overlayHover {
  border-bottom: 2px solid #FFF;
}

header .lowerbar .overlayHover {
  border-top: 2px solid #FFF;
  border-left: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

header .lowerbar .overlayHover:first-child {
  border-left: none;
}
header .lowerbar .overlayHover:last-child {
  border-right: none;
}

header .overlayHover:hover {
  /*background-color: rgba(255,255,255,0.4);*/
}



header a {
  color: #FFF;
  text-decoration: none;
}

header a:hover, header a:visited {
  color: #FFF;
}

.btn-sm {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 13px;
  padding: 10px 20px
}


.slide-up-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.slide-up-wrapper .slide-up {
  text-align: center;
  position: absolute;
  bottom: -90px;
  left:0;
  height: 70px;
  width: 100%;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  /*background-color: rgba(0,0,0,1);*/
}

.overlayHover:hover .slide-up-wrapper .slide-up {

  bottom: 0px;
} 

.slide-up-wrapper .slide-up h2 {
    font-size: 25px;
    color: #fff;
  }

.hoch50 .container-fluid {
  height: 100%;
} 

section#team {
  background-color: #fff;
}

header .lowerRow  .intro-text .intro-heading {
  /*width: 100%;*/
  width: 80%;
}

header .chevron {
  transition: all 0.5s ease;
}

header .chevron:hover {
  color: #fed136;
} 

@media (min-width: 768px) {
  header .intro-text {
    /*padding-top: 100px;*/
    padding-top: 60px;
    /*padding-bottom: 0px;*/
    padding-bottom: 65px;
  }
  
  header .lowerRow  .intro-text {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) {
  header .hoch50 {
    height: 50%;
    min-height: 350px;
    width: 100%;
  }
  
  header .hoch50 .row {
    height: 100%;
  }
  
  header {
    height: auto;
    height: 100%;
  }
  
}

@media (max-width: 991px) {
  header {
    height: auto;
    height: 100%;
  }
}

@media (max-width: 1100px) {
  h2 {
    font-size: 22px;
    margin-top: 23px;
  }
}


header .intro-text .intro-heading {
  /*width: 78%;*/
  width: 100%;
  /*margin: 10px auto 90px;*/
  margin: 10px auto 10px;
  
}

footer {
  display: none;
  background-color: #969696;
  
}

.frame-layout-2 {
  height: 100%;
}

