/* backgorund img */

.fixed-bg {
background-image: url("../src/media/07.jpg");
    min-height: 400px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed {
background-image: url("../src/media/07.jpg");
    min-height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.fixed-two {
background-image: url("../src/media/09.JPG");
    min-height: 250px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Text */

.text p {
     padding-top: 10px;
     margin-bottom: 230px;
     font-size: 2em;
     line-height: 1.2em;
     text-align: center;
    } 
.text span {
     font-size: 0.75em;
}

/* Media Text */

.mediatext a:hover, a:focus {
     color: #272727; 
    }


.mediatext h3 {
     padding-top: 20px;
    margin-left: 1.5em;
     margin-bottom: 50px;
     font-size: 17pt;
     line-height: 2.5em;
     text-align: left;
    text-decoration: underline;
     color: #035199;
    } 



/* Navigation impressum */

#nav {
    background-color: #035199;
    height: 30px;
}

.impressum {
     position: relative;
    }

.impressum .nav {
     position: absolute;
     top: 5px; 
	 right: 0px;
    }

.impressum .nav li {
     display: inline;
	 list-style: none;
	 margin-left: 15px;
     font-size: 12px;
     color: #ffffff;
    }
.nav a {
    color: #ffffff;
}

.nav a:hover{
    color: #4c8ac8;
}

/* Gallery */

#gallery {
        background-color: #ffffff;
		background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.15));
		background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.15));
		background-image: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.15));
		background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.15));
		background-image: linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.15));
		border: 0;
        margin-top: 50px;
    }

.name img{
    width: 100%;
}

.caption {
     width: 100%;
     position: relative;
    }

.caption span {
     background-color: #999999;
     background-color: hsla(0, 0%, 5%, 0.5);
     position: absolute;
     bottom: 0;
     width: 100%;
     line-height: 1.5em;
     text-align: center;
     text-shadow: 0 3px 5px #272727; 
     -moz-text-shadow: 0 3px 5px #272727;
     -webkit-text-shadow: 0 3px 5px #272727;
     color: #ffffff;
    border: 3px;
    }

.caption span:hover, span:focus  {
     font-size: 1.25em;
     color: #f8f8ff;
    }

.caption img {
     display: block;
    box-shadow: 8px 8px 4px #888888;
    }

.caption img:hover {
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}


/* Image */

img {
     width: 100%;
     height: auto;
    }

#gallery img {
    margin-bottom: 20px;
    
}


/* Content */

#content {
      background-color: #ffffff;
      border: 0;
      color: inherit;
    }

#content .row {
      background-color: #ffffff;
}

.mycontent h1 {
      padding-top: 60px;
      line-height: 1em;
    }

.mycontent p {
     margin-bottom: 60px;
     font-size: 1.1em;
     line-height: 1.25em;
     text-align: justify;
    }


/* Video */

.myvideos video {
     padding-top: 50px;
     position: relative;
     width: 100%;
     padding-bottom: 50px;
     left: 0;
    }



/* Linie */

.linie hr {
	margin: 100px 0 100px 0;
    height: 6px;
	background: url(../src/img/hr-111.png) repeat-x 0 0;
    border: 0;

}

    }


/* Team */

.teamgrid img {
     width: 80%;
     position: relative;
     text-align: center;
    }

.teamgrid p {
     text-align: center;
     line-height: 1.25em;
    }

.teamgrid h5 {
     text-align: center;
     line-height: 1.25em;
    }

.teamjob h1 {
     text-align: center;
    }

.teamjob p {
     text-align: center;
     line-height: 1.25em;
    }

.mertl {
    background-color: #4c8ac8;
    padding: 50px 0 50px 0;
    margin-bottom: 50px;
    color: #ffffff;
}

.friedl {
    background-color: #999999;
    padding: 50px 0 54px 0;
    margin-bottom: 50px;
    color: #ffffff;
}

.rosenbach {
    background-color: #3dafae;
    padding: 50px 0 54px 0;
    margin-bottom: 50px;
    color: #ffffff;
}













    

































