a:hover {text-decoration:none;}

/* ------------------- Social-Share-Plugin ------------------- */

.social-share-plugin {padding: 25px 0; border-top: 1px solid grey; border-bottom: 1px solid grey;} 

a.facebook {color: #3A5795; padding-right:25px;}
a.facebook:hover {color: #4060A5;}

a.twitter {color:#28A9E0; padding-right:25px;}
a.twitter:hover {color: #2396C6;}

a.googleplus {color:#DC4A38; padding-right:25px;}
a.googleplus:hover {color: #C24132;}

a.instagram {color:grey; padding-right:25px;}
a.instagram:hover {color:darkgrey;}

a.pinterest {color:#BD081C; padding-right:25px;}
a.pinterest:hover {color:#A30718;}

a.tumblr {color:#32405A; padding-right:25px;}
a.tumblr:hover {color:#242E40;}

a.mail {color:grey;}
a.mail:hover {color:darkgrey;}


/* ------------------- Gallerie ------------------- */

.bilderstrecke {margin:50px 0;}

/* Makes images fully responsive */

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}


/* ------------------- Carousel Styling ------------------- */
.carousel-inner {
  border-radius: 15px;
}

.carousel-caption {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 0 0 10px 25px;
  color: #fff;
  text-align: left;
}
@media(max-width:992px){
	.carousel-caption {
  background-color: rgba(0,0,0,.9);
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 10px 10px 10px 25px;
  color: #fff;
  text-align: left;
}}
.carousel-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  margin: 0;
  padding: 0 25px 25px 0;
  text-align: right;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel {
  height: 100%;
  margin-bottom: 0px;
}

.carousel-caption {
  z-index: 10;
}

.carousel .item {
  height: 100%;
}

.carousel-inner > .item > img {
margin: auto;
}

.carousel-control {
  display:block;
  }

.carousel-indicators {
  width:200px;
  text-align:right;
  left:auto;
  right:0px;
  margin-left:auto;
  bottom:-50px;
  }

.carousel-indicators li {
  border-radius:0 0;
  	border:none;
  	background-color:#0292D0;
  margin:0px;
  	margin-left:6px;
  height:20px;
  width:20px;
  }

.carousel-indicators li.active {
  	background-color:#283583;
  margin:0px;
  	margin-left:6px;
  height:20px;
  width:20px;
  }

@media (max-width:992px){
.carousel-indicators li
 {
  	background-color:#283583;
  margin:0px;
  	margin-left:6px;
  height:10px;
  width:10px;
  }
}

.carousel_p h4 {
  margin:0px;
  margin-top:18px;
  }

@media(min-width:992px) {

.carousel {
  height: 500px;
}

.carousel-control {
  display:block;
  }

.left.carousel-control,.right.carousel-control  {
  top:50%;
  margin-top:-20px;
  height:40px;
  width:40px;
  }

.left.carousel-control  {
  left:0px;
  }

.right.carousel-control {
  right:0px;
  } 

.carousel .item {
  height: 500px;
}

.carousel-inner > .item > img {
  height: 500px;
}

.carousel_p {
  padding-left:0px;
  padding-right:0px;
  }

.carousel_p h4 {
  margin-top:0px;
  }

.carousel-indicators li {
  height:10px;
  width:10px;
  }

.carousel-indicators li.active {
  height:10px;
  width:10px;
  }
}



/************ Video *************/
.responsive-video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}
/************ Termine *************/
.termin-img {width:120px; height:auto;}

.termine {padding:50px 0;}
.termine h1 {text-align:center;}


    .event-list {
		list-style: none;
		font-family: 'Lato', sans-serif;
		margin: 0px;
		padding: 0px;
	}
	.event-list > li {
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px rgb(51, 51, 51);
		box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
		padding: 0px;
		margin: 0px 0px 20px;
	}
	.event-list > li > time {
		display: inline-block;
		width: 100%;
		color: rgb(255, 255, 255);
		background-color: rgb(197, 44, 102);
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
	}
	.event-list > li:nth-child(even) > time {
		background-color: rgb(165, 82, 167);
	}
	.event-list > li > time > span {
		display: none;
	}
	.event-list > li > time > .day {
		display: block;
		font-size: 56pt;
		font-weight: 100;
		line-height: 1;
	}
	.event-list > li time > .month {
		display: block;
		font-size: 24pt;
		font-weight: 900;
		line-height: 1;
	}
	.event-list > li > img {
		width: 100%;
	}
	.event-list > li > .info {
		padding-top: 5px;
		text-align: center;
	}
	.event-list > li > .info > .title {
		font-size: 17pt;
		font-weight: 700;
		margin: 0px;
	}
	.event-list > li > .info > .desc {
		font-size: 13pt;
		font-weight: 300;
		margin: 0px;
	}
	.event-list > li > .info > ul,
	.event-list > li > .social > ul {
		display: table;
		list-style: none;
		margin: 10px 0px 0px;
		padding: 0px;
		width: 100%;
		text-align: center;
	}
	.event-list > li > .social > ul {
		margin: 0px;
	}
	.event-list > li > .info > ul > li,
	.event-list > li > .social > ul > li {
		display: table-cell;
		cursor: pointer;
		color: rgb(30, 30, 30);
		font-size: 11pt;
		font-weight: 300;
        padding: 3px 0px;
	}
    .event-list > li > .info > ul > li > a {
		display: block;
		width: 100%;
		color: rgb(30, 30, 30);
		text-decoration: none;
	} 
    .event-list > li > .social > ul > li {    
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        padding: 3px 0px;
	} 
	.event-list > li > .info > ul > li:hover,
	.event-list > li > .social > ul > li:hover {
		color: rgb(30, 30, 30);
		background-color: rgb(200, 200, 200);
	}
	.facebook a,
	.twitter a,
	.google-plus a {
		display: block;
		width: 100%;
		color: rgb(75, 110, 168) !important;
	}
	.twitter a {
		color: rgb(79, 213, 248) !important;
	}
	.google-plus a {
		color: rgb(221, 75, 57) !important;
	}
	.facebook:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(75, 110, 168) !important;
	}
	.twitter:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(79, 213, 248) !important;
	}
	.google-plus:hover a {
		color: rgb(255, 255, 255) !important;
		background-color: rgb(221, 75, 57) !important;
	}

	@media (min-width: 768px) {
		.event-list > li {
			position: relative;
			display: block;
			width: 100%;
			height: 120px;
			padding: 0px;
		}
		.event-list > li > time,
		.event-list > li > img  {
			display: inline-block;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			float: left;
		}
		.event-list > li > .info {
			background-color: rgb(245, 245, 245);
			overflow: hidden;
		}
		.event-list > li > time,
		.event-list > li > img {
			width: 120px;
			height: 120px;
			padding: 0px;
			margin: 0px;
		}
		.event-list > li > .info {
			position: relative;
			height: 120px;
			text-align: left;
			padding-right: 40px;
		}	
		.event-list > li > .info > .title, 
		.event-list > li > .info > .desc {
			padding: 0px 10px;
		}
		.event-list > li > .info > ul {
			position: absolute;
			left: 0px;
			bottom: 0px;
		}
		.event-list > li > .social {
			position: absolute;
			top: 0px;
			right: 0px;
			display: block;
			width: 40px;
		}
        .event-list > li > .social > ul {
            border-left: 1px solid rgb(230, 230, 230);
        }
		.event-list > li > .social > ul > li {			
			display: block;
            padding: 0px;
		}
		.event-list > li > .social > ul > li > a {
			display: block;
			width: 40px;
			padding: 10px 0px 9px;
		}
	}


#mail {display: none;}

/************ News *************/
.news {padding:50px 0; background-color:#ededed;}
.news h1 {text-align:center;}

/* image thumbnail */
.thumb {
    display: block;
	width: 100%;
	margin: 0;
}

/* Style to article Author */
.by-author {
	font-style: italic;
	line-height: 1.3;
	color: #aab6aa;
}

/* Main Article [Module]
-------------------------------------
* Featured Article Thumbnail
* have a image and a text title.
*/
.featured-article {
	width: 672px;
	height: 350px;
	position: relative;
	margin-bottom: 1em;
	overflow:hidden;
}

.featured-article .block-title {
	/* Position & Box Model */
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	/* background */
	background: rgba(0,0,0,0.7);
	/* Width/Height */
	padding: .5em;
	width: 100%;
	/* Text color */
	color: #fff;
}

.featured-article .block-title h2 {
	margin: 0;
}

/* Featured Articles List [BS3]
--------------------------------------------
* show the last 3 articles post
*/

.main-list {
	padding-left: .5em;
}

.main-list .media {
	padding-bottom: 1.1em;
	border-bottom: 1px solid #e8e8e8;
}

/************ Artikel *************/
.artikel {margin-bottom: 20px; background-color: #FF; border: 1px solid transparent; border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);} 
.artikel-default {border-color: #DDD;}
.artikel-body {padding:15px; font-size:14px; height: 250px; overflow:hidden;}
.artikel-body a{color:black;}
.artikel-footer {position: relative; bottom:0px; padding: 10px 15px; background-color: #F5F5F5; border-top: 1px solid #DDD; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align:center;}

.fa {display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; }


@import url("http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");
.artikel-image {position: relative; height: 205px; overflow:hidden;}
.artikel-img-caption {position:absolute; bottom:0px; padding: 5px 15px; background-color:#C83715; color:white; z-index: 1;}
.artikel-image img.artikel-image-preview {width: 100%; height:auto; border-radius: 4px 4px 0px 0px;}
.artikel-image label {display: block; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%;}
.artikel-heading ~ .artikel-image img.artikel-image-preview {border-radius: 0px;}
.artikel-body {overflow: hidden;}
.artikel-image ~ input[type=checkbox] {position:absolute; top:- 30px; z-index: -1;}
.artikel-image ~ input[type=checkbox] ~ .artikel-body {	height: 0px; padding: 0px;}
.artikel-image ~ input[type=checkbox]:checked ~ .artikel-body {height: auto; padding: 15px;}
.artikel-image ~ .artikel-footer a {padding: 0px 10px; font-size: 1.3em;}
#führungslineside{padding-top:30px;}
