/* --- Global --- */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(../fonts/OpenSans-Regular.ttf) format('truetype');
}

html {
	height: 100%;
}
body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:1.6em;

	padding-top: 3rem;
	padding-bottom: 0rem;
	color: #5a5a5a;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	color:#333;
	line-height:1.1em;
	padding-top:0.4em;
}

a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#336699;
}
a:hover {
	text-decoration: none;
	color:#336699;	
}


/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel h3 {
	  color: #fff;
}
/* Declare heights because of positioning of img element */
.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
/*  min-width: 100%;
  height: 400px;*/
}


/* --- Content --- */
/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.navbar {
	background: #000;
}

.navbar-brand h1 {
	float: left;	
	font-size: 25px;	
	color:#336699;	
	text-transform:uppercase;
	font-weight:400;
}

.nav-tabs {
	font-size:12px;
	text-transform:uppercase;
	border-bottom: 0;
	font-weight:300;	
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}
.nav-tabs > li > a {	
	border-radius:0;
	color:#333;
	padding:10px;
}

.nav-tabs > li > a:hover {	
	color: #336699;
	xborder-color: #fff #fff #fff;
	border-radius:0;
	xbackground-color:#fff; 
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.nav-tabs > li > a.active {
	color: #336699;
	border-radius:0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

/* --- Index --- */
#home {
	width: 100%;
	height: 100vh;
	background: url(../images/intro6.jpg) no-repeat fixed top center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}



/*--- Projekte --- */

.headprojekt {
	/*width: 100%;
	height: 50vh;*/
	padding-bottom: 20%;
	
	background: url(../images/intro1.jpg) no-repeat fixed top center;
	background-position-y: -250px;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.project-widget {
  padding: 20px 15px 0 15px;
  margin: 0 0 30px 0;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.mainlogo {
	text-align: justify;
	border-bottom: 20px;
}


/* --- Memberarea --- */
.HeadMemberArea {
	width: 100%;
	height: 201px;
	padding-bottom: 10px;
	
	background: url(../images/bfbg.jpg) no-repeat top center;
	
	background-position-y: -10px;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.MemberArea {
	text-align: justify;
}


.card {
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:300px;
    min-height:400px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.1);
    border-radius:10px;
    transition:0.5s;
}
.card:hover {
    box-shadow:0 30px 70px rgba(0,0,0,.2);
}
.card .box {
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    text-align:center;
    padding:20px;
    box-sizing:border-box;
    width:100%;
}
.card .box .img {
    width:120px;
    height:120px;
    margin:0 auto;
    border-radius:50%;
    overflow:hidden;
}
.card .box .img img {
    width:100%;
    height:100%;
}
.card .box h2 {
    font-size:20px;
    color:#262626;
    margin:20px auto;
}
.card .box h2 span {
    font-size:14px;
    background:#e91e63;
    color:#fff;
    display:inline-block;
    padding:4px 10px;
    border-radius:15px;
}
.card .box p {
    color:#262626;
}
.card .box span {
    display:inline-flex;
}
.card .box ul {
    margin:0;
    padding:0;
}
.card .box ul li {
    list-style:none;
    float:left;
}
.card .box ul li a {
    display:block;
    color:#aaa;
    margin:0 10px;
    font-size:20px;
    transition:0.5s;
    text-align:center;
}
.card .box ul li:hover a {
    color:#e91e63;
    transform:rotateY(360deg);
}


.avatar {
  xvertical-align: middle;
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* --- Aktuelles --- */
.aktuelles {
	text-align: justify;
	min-height: 450px;
}

/* --- Aktuelles --- */
.memberarea {
	text-align: justify;
}


/* --- Datenschutz --- */
.datenschutz {
	text-align: justify;
}

/* --- Impressum --- */
.impressum {
	text-align: justify;
}


/* --- Footer --- */

.page-footer  {
	color: #bbb;
	background-color: #2E2E2E;
}

.page-footer a {
	color: #fff;
	text-decoration: none;
}

.page-footer h5 {
	color: #ccc;
}

.footer  {
	color: #bbb;
	background-color: #212121;
}

.footer a {
	color: #fff;
	text-decoration: none;
}