/*
 * General
 */

body{
    background-color: #8e8d8d;
}

main{
    padding-top: 2rem;
    background-color: #ffffff;
    margin: 0 auto;
    text-align: left;
}
/*
 * Structure
 */

.main-raised {
    margin: -60px 30px 0;
    border-radius: 6px 6px 0 0;
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


/* Typography */

html {
    font-size: 14px;
}

@include media-breakpoint-up(sm) {
    html {
        font-size: 16px;
    }
}

@include media-breakpoint-up(md) {
    html {
        font-size: 20px;
    }
}

@include media-breakpoint-up(lg) {
    html {
        font-size: 28px;
    }
}

/* Header */
.page-header {
    overflow: hidden;
    height: 425px;
    margin: 0;
    padding: 0;
    border: 0;
    background-position: center center;
    background-size: cover;
    margin-top: 56px;
}

.home-header{
    height:500px !important;
    margin: 0 !important;
}

/*
 * Anpassungen an Bootstrap
 */

/* Carousel */
.carousel-item .img-fluid {
    /*Forces carousel image to be 100% width and not max width of 100%*/
    width:100%;
    height:100%;
}


/* navbar */
.opaque-navbar {
    background-color: rgba(0,0,0,.2) !important;
    /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    transition: background-color .5s ease 0s;
}

.opaque-navbar.opaque {
    background-color: rgba(247,247,247,1) !important;
    transition: background-color .5s ease 0s;
}

.navbar{
    min-height: 56px;
}

/* footer */

.footer {
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
    text-align: right;
}

.footer a {
    color: rgba(0,0,0,.5)!important;
}

.footer a:hover{
    color: rgba(0,0,0,.7) !important;
    text-decoration: none !important;
}
section{
    padding: 30px;
    margin-bottom: 0px;
    color: inherit;
}


/* Parallas Boxes */
.content-block-one {
    padding: 30px;
    margin-bottom: 0px;
    color: inherit;
    background-color: #eee;
}

@media screen and (min-width: 768px) {
      .content-block-one h5,
      .content-block-one .h5 {
          font-size: 2vw !important;
      }

      .content-block-one p {
          margin-bottom: 15px;
          font-size: 1.5vw !important;
          font-weight: 200;
      }
    }

.content-block-one h1,
.content-block-one .h1 {
    color: inherit;
}

.content-block-one h5,
.content-block-one .h5 {
    font-size: 3vw;
}

.content-block-one p {
    margin-bottom: 15px;
    font-size: 2.5vw;
    font-weight: 200;
}

.content-block-two p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.content-block-one > hr {
    border-top-color: #d5d5d5;
}
.container .content-block-one {
    border-radius: 6px;
}
.content-block-one .container {
    max-width: 100%;
}

.content-block-two .container {
    max-width: 100%;
}
@media screen and (min-width: 768px) {
    .content-block-one {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .content-block-one {
        padding-right: 60px;
        padding-left: 60px;
    }
    .content-block-one h1,
    .content-block-one .h1 {
        font-size: 63px;
    }
    .content-block-two {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .container .content-block-two {
        padding-right: 60px;
        padding-left: 60px;
    }
}
.content-space-one {
    padding: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    text-shadow: 0 0 15px #000;
    background: url("../img/house-seperator.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.content-space-two {
    padding: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    text-shadow: 0 0 15px #000;
    background: url("../img/promenade-content-seperator.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px;
}
.page-break {
    width: 50%;
    height: 3px;
    background-color: #fff;
    margin: 0 auto;
}

.umbruch{
  /* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/* Kontaktformular */
.card .header-primary, .card .content-primary {
    background-color: #337ab7;
    border: 1px solid transparent;
    border-color: #2e6da4;
    border-radius: 4px;
    color: #ffffff;
}

.card .card-image, .card .header, .card-profile .card-avatar, .card-testimonial .card-avatar img, .card-raised, .img-raised, .iframe-container iframe {
    -webkit-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.card-contact .header {
    margin-top: -20px;
    padding: 17px 10px;
}
