.footer span.copyright {
    font-size: 80%;
    line-height: 12px;
}

.hell {
    color: #fff;
}

.dunkel {
    color: #212529;
}
header.masthead {
    text-align: center;
    color: white;
    background-color: #c2c2c2;
    background-image: none;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}


header.masthead .container {
    z-index: 70;
    position: relative;
}

header.masthead .intro-text {
    padding-top: 0px;
    padding-bottom: 0px;
}
.masterhead-overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 60;
}

.footer {
    padding: 25px 0;
    text-align: left;
}
ul.social-buttons {
    margin-bottom: 0;
    text-align: center;
}
.list-inline-item {
    text-align: center;
}
.poweredby {
    text-align: center;
    font-size: 0.9rem;
    color: #fff;
}
.poweredby a:link{
    color: #fff;
}
.poweredby a:hover{
    color: #fff;
    text-decoration: underline;
}
.poweredby a:active{
    color: #fff;
}
.poweredby a:visited{
    color: #fff;
}

.navbar-brand  span{
    color: #fed136;
    font-size:25px;font-weight:700;letter-spacing:0.1em;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
}
.navbar-brand {
    color: #fff;
    font-size:25px;
    font-family: 'Kaushan Script','Helvetica Neue',Helvetica,Arial,cursive;
    font-weight:700;
    letter-spacing:0.1em;
}

.navbar-nav .nav-item .nav-link{
    padding: 1.1em 1em!important;
    font-size: 120%;
    font-weight: 500;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'Gothic A1', sans-serif;
}



.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
}
.banner{
    background-image:url('http://www.hd-freewallpapers.com/latest-wallpapers/abstract-website-backgrounds.jpg');
    text-align: center;
    color: #fff;

    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-text{
    padding:200px 0 150px 0;
}
.banner-heading{
    font-family: 'Lobster', cursive;
    font-size: 75px;
    font-weight: 700;
    line-height: 100px;
    margin-bottom: 30px;
    color:#fff;
}
.banner-sub-heading{
    font-family: 'Libre Baskerville', serif;
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 50px;
    color:#fff;
}

.btn-banner{
    padding:5px 20px;
    border-radius:10px;
    font-weight:700;
    line-height:1.5;
    text-align:center;
    color:#fff;
    text-transform:uppercase;
}
.text-intro{
    width:90%;
    margin:auto;
    text-align:center;
    padding-top:30px;
}


/* mobile view */
@media (max-width:500px)
{
    .navbar-nav{
        background-color:#000;
        color:#fff;
        z-index:1;
        margin-top:5px;
    }
    .navbar-nav .nav-item .nav-link{
        padding: 0.7em 1em!important;
        font-size: 100%;
        font-weight: 500;
    }
    .banner-text{
        padding:150px 0 150px 0;
    }
    .banner-heading{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .banner-sub-heading{
        font-size: 10px;
        font-weight: 200;
        line-height: 10px;
        margin-bottom: 40px;
    }

}

@media (max-width:768px){
    .banner-text{
        padding:150px 0 150px 0;
    }
    .banner-sub-heading{
        font-size: 23px;
        font-weight: 200;
        line-height: 23px;
        margin-bottom: 40px;
    }
}

.navbar-nav {
    margin-top: 15px;
}

.navbar-shrink .navbar-nav {
    margin-top: 5px;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.leistungen.icon {
    margin-bottom: 25px;
    display: block;
}

.leistungen.icon img{
    width: 80px;
    height: auto;
}

.page-section {
   padding: 0px 0;}



.parasection {
    background-image: url(../Images/lake.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.paratxt {
    z-index: 50;
    position: relative;
}

.paratxt.rte {
    max-width: 600px;
    margin: 0 auto;
}

.spezialoverlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 30;
}

#contact {
    padding: 100px 0;
}

.kontaktside h2 {
    display: none;
}

h1.gallery-header {
    margin-bottom: 2rem;
}

.gallery-item {
    max-height: 150px;
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.fixed-top .logo-mainnav {
  display: none;
}

.pagets__1spaltig .fixed-top .logo-mainnav {
  display: block;
}

.fixed-top.navbar-shrink .logo-mainnav {
  display: block;
}
