/*
 * Theme Name: Fischer & Fischer BS
 * Version: 3.0.1
 * Author: Christian Sander
 */

/* Google Font API */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/OpenSans-CondensedLight.eot');
  src: url('fonts/OpenSans-CondensedLight.eot?#iefix') format('embedded-opentype'),
       local('Open Sans Cond Light'),
       local('OpenSans-CondensedLight'),
       url('fonts/OpenSans-CondensedLight.woff') format('woff');
}
@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?lnu09q');
	src:  url('fonts/icomoon.eot?lnu09q#iefix') format('embedded-opentype'),
		url('fonts/icomoon.ttf?lnu09q') format('truetype'),
		url('fonts/icomoon.woff?lnu09q') format('woff'),
		url('fonts/icomoon.svg?lnu09q#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

html, body {
	height:100%;
}
body {
	position: relative;
	overflow-x: hidden;
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

main {
	display: block;
	position: relative;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.main-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 70);
	opacity: 0.7;
	background-color: #000;
	z-index: 21;
	display: none;
}

/* Navigation */

.meta-nav-menu,
.meta-nav-social {
	z-index: 999;
	position: fixed;
	top: 0;
	padding: 10px;
	font-family: 'Open Sans Condensed';
	font-size: 112.5%;   /* font-size: 18px; */
	line-height: 25px !important;
	color: #ddd;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.meta-nav-menu {
	left: 0;
}
.meta-nav-social {
	right: 0;
}
.meta-nav-social-language {
	float: left;
	position: relative;
	padding: 3px 15px 0 0;
	border: 0;
	background-color: transparent;
	background-image: none;
}
.meta-nav-social-facebook {
	float: left;
	position: relative;
	padding: 3px 10px 0 0;
}
.meta-nav-toggle {
	position: relative;
  padding: 3px 0 0 10px;
  background-color: transparent;
  background-image: none;
	border: 0;
}
.meta-nav-menu-icon {
	vertical-align: -1px;
}
.meta-nav-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
	background-color: #ddd;
  border-radius: 1px;
}
.meta-nav-toggle:hover .icon-bar {
	background-color: #fff;
}
.meta-nav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.meta-nav-menu-text:hover,
.meta-nav-social-language:hover {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #fff;
}
@media (max-width: 767px) {
	.meta-nav-home {
		display: none;
	}
	.meta-nav-menu,
	.meta-nav-social {
		font-size: 100%;   /* font-size: 16px; */
		padding-top: 8px;
	}
	.meta-nav-menu {
		padding-left: 5px;
	}
	.meta-nav-menu-icon {
		vertical-align: -2px;
	}
	.meta-nav-social {
		padding-right: 5px;
	}
	.meta-nav-social-language {
		padding-right: 8px;
	}
}
.sidenav,
.sidenav-content {
	position: fixed;
	z-index: 22;
	top: 0;
	left: 0;
	margin-left: -575px;
	width: 400px;
	background-color: #2b2f2e;
	border-right: 1px solid #444;
	overflow-x: hidden;
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}
.sidenav {
	height: 100%;
	text-align: center;
}
.sidenav-content {
	height: 80%;
	height: -moz-calc(100% - (60px));
	height: -webkit-calc(100% - (60px));
	height: calc(100% - (60px));
	top: 60px;
	background-color: transparent;
	border: 0;
	overflow-y: auto;
}
.sidenav-toggle-margin {
	margin-left: 0;
}
@media (max-width: 575px) {
	.sidenav,
	.sidenav-content {
		width: 100%;
	}
}

.navbar {
	z-index: 50;
	font-family: 'Open Sans Condensed', 'Roboto Condensed';
	font-size: 112.5%;   /* font-size: 18px; */
	letter-spacing: 1px;
	line-height: 25px !important;
	width: 100%;
	min-height: 55px;
	padding: 0;
	filter: alpha(opacity = 98);
	opacity: 0.98;
	background-color: #555;
	border: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	bottom: auto;
}
.navbar .ff-logo {
	height: 40px;
	margin: 7px 15px 0 0;
}
.navbar .ff-lettering {
	height: 25px;
	margin-top: 10px
}
@media (max-width: 767px) {
	.navbar {
		min-height: 48px;
	}
	.navbar .ff-logo {
		margin: 4px 0 0 0;
	}
}

/* http://www.julienmelissas.com/animated-x-icon-for-the-bootstrap-navbar-toggle/ */

.meta-nav-toggle .top-bar,
.navbar-toggle .top-bar {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: translate(3px, 0) rotate(45deg);
	-moz-transform: translate(3px, 0) rotate(45deg);
	-ms-transform: translate(3px, 0) rotate(45deg);
	-o-transform: translate(3px, 0) rotate(45deg);
	transform: translate(3px, 0) rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-moz-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	-o-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}
.meta-nav-toggle .middle-bar,
.navbar-toggle .middle-bar {
	opacity: 0;
}
.meta-nav-toggle .bottom-bar,
.navbar-toggle .bottom-bar {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transform: translate(3px, 0) rotate(-45deg);
	-moz-transform: translate(3px, 0) rotate(-45deg);
	-ms-transform: translate(3px, 0) rotate(-45deg);
	-o-transform: translate(3px, 0) rotate(-45deg);
	transform: translate(3px, 0) rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-moz-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	-o-transform-origin: 10% 90%;
	transform-origin: 10% 90%;

}
.meta-nav-toggle.collapsed .top-bar,
.meta-nav-toggle.collapsed .bottom-bar,
.navbar-toggle.collapsed .top-bar,
.navbar-toggle.collapsed .bottom-bar {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.meta-nav-toggle.collapsed .middle-bar,
.navbar-toggle.collapsed .middle-bar {
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	-o-transition-duration: 0.2s;
	transition-duration: 0.2s;
	opacity: 1;
}


/* Inhalt: Slides, Trenner, etc. */

@media screen {
  .slide, .separator {
    z-index: 5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    overflow: hidden;
    /* min-width: 760px; */
    width: 100%;
    margin: 0 auto 0 auto;
    position: relative;
  }
  .mobile .slide,
	.mobile .separator {
    background-attachment: scroll;
  }

  .slide .container {
    margin-top: 40px;
  }
	@media (min-width: 768px) {
		.navbar .container {
			padding-left: 0;
			padding-right: 0;
		}
	}
	@media (min-width: 992px) {
		.navbar .container {
			padding-left: 5px;
			padding-right: 5px;
		}
	}
	@media (max-width: 767px) {
  	.slide .container {
  		margin-top: 20px;
  	}
	}

  #home .container {
    margin-top: 10px;
  }

  .slide-fullheight {
    min-height: 90%;
  }

  .fullwidth {
    width: 100%;
    height: auto;
  }

  .bg-fixed {
    background-attachment: fixed;
  }

  .bg-scroll {
    background-attachment: scroll;
  }

  .bg-bottom {
    background-position: center bottom;
  }

	#home, .separator {
  	background-image: url(images/backgrounds/bg-schiefer.jpg);
	}
  #home {
    padding-bottom: 8px;
  }

  .separator {
    color: #fff;
  }
  .trenner-slogan1 {
    position: relative;
    margin: 20px 0 0 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
  }
  #schiefer {
    margin: 10px 0 20px 0;
		letter-spacing: 3px;
  }
  .fadein-fadeout {
    filter: alpha(opacity = 100);
    opacity: 1;
    color: #fff;
  }

  .trenner-slogan2, .trenner-slogan3, .trenner-slogan4 {
    position: relative;
    margin: 20px 0;
		letter-spacing: 4px;
		text-transform: uppercase;
    color: #fff;
  }
	.trenner-oben {
		border-top: 1px solid #ddd;
	}
	.row-padded {
		padding-top:80px;
		padding-bottom:90px;
	}
	.row-bordered { position:relative; }
	.row-bordered:before {
		content:'';
		display:block;
		width:80%;
		position:absolute;
		bottom:0;
		left:50%;
		margin-left:-40%;
		height:1px;
		background:-webkit-radial-gradient(center, ellipse, rgba(0,0,0,0.2) 0, rgba(255,255,255,0) 75%);
		background:radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0, rgba(255,255,255,0) 75%);
	}

  .comment {
    border: 1px solid #ddd;
    padding: 0 0.3em 6px 0.3em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;    margin-top: 0.5em;
  }
  .comment-actions {
    margin-top: 1em;
  }
  .depth-1 {
    margin-top: 1em;
  }
  .depth-2 {
    margin-left: 50px;
  }

  #reply-title {
    display: none;
  }

  #cancel-comment-reply-link {
	  display: none;
	}
	#feedback-form { padding-top: 80px; }

	footer {
		min-height: 40px;
		height: auto;
		background-color: #fff;
		padding: 8px 0;
	}
}

/* Ende Sektion Inhalt */

/* Allgemeine Textauszeichnung */
p {
	margin: 0 0 0.5em 0;
}
.comment-content {
	padding-left: 2px;
}
div.post {
	padding-top: 0.5em;
	border-top: 1px solid #ddd;
}
.zoomin {
	position: absolute;
	width: 25px;
	height:25px;
	top: 0px;
	right: 0px;
	color: #ccc;
	font-size: 20px;
}
/*
.mobile .zoomin {
	display: none;
}
*/
hr {
	color: #fff;
	background: transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #b9cbc5 solid;
}
hr.absatz {
	padding: 0.1em 0;
	border: 0;
}
hr.absatz-gross {
	padding: 0.5em 0;
	border: 0;
}
hr.absatz-sehrgross {
	padding: 1.5em 0;
	border: 0;
}
hr.sidenav-trenner {
	margin: 50px 5px 0 5px;
	background-color: #444;
	padding: 0 0 1px 0;
	border-bottom: 1px #000 solid;
}
/* Ende Allgemeine Textauszeichnung */

/* Tabellen */

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 5px;
}

/* Ende Tabellen */



/* Sektion Typography */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans serif;
	color: #222;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
}

.sf-menu {
	font-family: "Open Sans Condensed", "Arial Narrow", Arial;
	font-size: 18px;
}
.text-big {
	font-size: 20px;
	line-height: 1;
}
.text-muted {
  color: #ccc;
}

footer {
	font-size: 75%;
	line-height: 1.5;
}
footer .modal {
	font-size: 133.333333%;
}
	
.eventinfo {
	font-family: "Open Sans Condensed", "Arial Narrow", Arial;
font-size: 118.75%;   /* font-size: 19px; */
}

.btn-mylink {
	font-size: 18px;
	line-height: 25px;
}
@media (max-width: 575px) {
	.btn-mylink {
		padding: 1px 5px;
		font-size: 12px;
		line-height: 1.5;
		border-radius: 3px;
	}
}
	
	/* Überschriften */
h1, h2, h3, h4, h5, h6, .h2, .h4, .h5 {
	font-family: "Open Sans Condensed", "Arial Narrow", Arial;
	font-weight: 300;
	color: #222;
	margin: 0;
}
h2, .h2 {
	font-size: 44px;
	line-height: 1.18181818181818;
	text-transform: uppercase;
}
h3, .h3 {
	font-size: 32px;
	line-height: 1.3125;
}
h4, .h4 {
	font-size: 28px;
	line-height: 1.4;
}
h5, .h5 {
	font-size: 24px;
	line-height: 1.33333333333333;
}
h6, .h6 {
	font-size: 20px;
	line-height: 1.5;
}
#accordion-speaker .h4 {
	color: #ccc;
}
#accordion-speaker h5 {
	margin-bottom: 5px;
}

.hx-mb5 {
	margin-bottom: 5px;
}
.amt {
	font-size: 10px;
	top: -4px;
}
h2 .amt {
	font-size: 24px;
	top: -14px;
}
h4 .amt,
.h4 .amt {
	font-size: 16px;
	top: -8px;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
	.btn {
		font-size: 14px;
	}
	h2, .h2 {
		font-size: 36px;
		line-height: 1.166666666666667;
	}
	h2 .amt {
		font-size: 20px;
		top: -11px;
	}
	.separator h2 {
		font-size: 30px;
		line-height: 1.333333333333333;
	}
	h3, .h3 {
		font-size: 30px;
		line-height: 1.333333333333333;
	}
	.separator h3 {
		font-size: 24px;
		line-height: 1.416666666666667;
	}
	h4, .h4 {
		font-size: 24px;
		line-height: 1.416666666666667;
	}
	.separator h4 {
		font-size: 20px;
		line-height: 1.4;
	}
	h5, .h5 {
		font-size: 20px;
		line-height: 1.4;
	}
	h6, .h6 {
		font-size: 18px;
		line-height: 1.5;
	}
	
	.slicknav_nav {
		line-height: 1.2;
	}
}
@media screen and (max-width: 543px) {
	sup.amt {
		font-size: 16px;
		top: -5px;
	}
	sup.amt {
		font-size: 8px;
		top: -5px;
	}
	h2, .h2 {
		font-size: 30px;
		line-height: 1.333333333333333;
	}
	h2 .amt {
		font-size: 18px;
		top: -8px;
	}
	.separator h2 {
		font-size: 24px;
		line-height: 1.416666666666667;
	}
}

/* Ende Sektion Typography */
	
/* Sektion Bilder */
img.alignleft {
	margin-right: 15px;
	margin-bottom: 15px;
}
.img-logo {
	width: auto;
	height: 50px;
}
.slicknav_logo .img-logo {
	width: auto;
	height: 30px;
}
.img-bordered {
	display: inline-block;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	   -moz-transition: all .2s ease-in-out;
	     -o-transition: all .2s ease-in-out;
			    transition: all .2s ease-in-out;
}
.img-bordered-active {
	border: 1px solid #888;
}
.img-shadow {
  -webkit-box-shadow: 0 1px 8px #ccc;
  -moz-box-shadow: 0 1px 8px #ccc;
  -o-box-shadow: 0 1px 8px #ccc;
  box-shadow: 0 1px 8px #ccc;
}
.img-technologie {
	height: 72px;
	width: auto;
}
@media (min-width: 400px) {
	.img-technologie {
		height: 90px;
	}
}
@media (min-width: 480px) {
	.img-technologie {
		height: 110px;
	}
}
@media (min-width: 560px) {
	.img-technologie {
		height: 130px;
	}
}
@media (min-width: 640px) {
	.img-technologie {
		height: 152px;
	}
}
@media (min-width: 768px) {
	.img-technologie {
		height: 180px;
	}
}
@media (min-width: 992px) {
	.img-technologie {
		height: 232px;
	}
}
.img-mb10 {
	margin-bottom: 10px;
}
.cursor-zoomin {
	cursor: -webkit-zoom-in;
	cursor:    -moz-zoom-in;
	cursor:         zoom-in;
}
/* Ende Sektion Bilder */

/* Links */
a {
	color: #4d87c7;
	background: transparent;
	text-decoration: none;
}
.sidenav-nav a {
	color: #ddd;
}
#language-selection a {
	color: #bbb;
}
#aktuelles h4 a,
#news h4 a {
	color: #222;
}
#aktuelles h4 a:hover,
#news h4 a:hover,
.sidenav-nav a:hover {
	text-decoration: none;
}
footer a,
.bx-prev-next a, 
.panel-heading a {
	color: #222;
}
.zoomin a {
	color: inherit;
}
.zoomin a:hover,
.langsel a:hover,
.panel-heading a:hover,
.bx-prev-next a:hover {
	text-decoration: none;
}
a:active,
a:focus {
	outline: none;
	text-decoration: none;
}
/* Ende Sektion Links

/* Sektion Listen */
ul {
	list-style-image: none;
	list-style-type: none;
	padding-left: 35px;
}

ul.sidenav-nav {
	padding: 5px;
}
ul.sidenav-nav li {
	padding: 5px 0;
}
ul.sidenav-nav li.active a {
	color: #e8c970;
}
.nav > li > a {
  padding: 5px 0;
}
.nav > li.active > a {
  color: #e8c970;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

ul.arrow-right li {
	text-indent: -18px;
}
ul.arrow-right li:before {
	font-family: 'icomoon';
	content: "\e607";
	float: left;
	width: 18px;
}

	.postinfo {
		margin: 0 0 0.8em 0;
		padding: 0;
		color: #888;
		border-bottom: 1px solid #ddd;
		font-size: 84.210526315789%;
	}
	.comment-author-adminffwp .infoauthor span,
	.comment-author-tf .infoauthor span { color: #c1a14a; }

	.postinfo li {
		float: left;
		list-style-type: none;
		padding: 0.3em 2em 0.2em 1px;
		margin: 0;
	}
	.infotime {   
	/* background:transparent url(images/icons/infotime.gif) center left no-repeat; */
	}
	.infoauthor {
   /* background:transparent url(images/icons/infoauthor.gif) center left no-repeat; */
	}

	.infotime span,
	.infoauthor span {
   margin-right: 8px;
   vertical-align: -1px;
	}
	.infokategorie {
		background:transparent url(images/icons/infocategory.gif) center left no-repeat;
	}

	.eventinfo {
		margin: 0 0 0.1em 0;color: #666;
		padding: 0;
		border-bottom: 0px solid #ddd;
	}
	.eventinfo li {
		float: left;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.eventinfo li span {
		color: #888;
		margin-right: 10px;
		vertical-align: -1px;
	}
/* Ende Sektion Listen */

/* Sektion Icons */
[class^="icon-"]:before,
[class*=" icon-"]:before {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
					font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.icon-arrow-left:before {
  content: "\e600";
}
.icon-arrow-down:before {
  content: "\e601";
}
.icon-arrow-up:before {
  content: "\e602";
}
.icon-arrow-right:before {
  content: "\e603";
}
.icon-arrow-left2:before {
  content: "\e604";
}
.icon-arrow-down2:before {
  content: "\e605";
}
.icon-arrow-up2:before {
  content: "\e606";
}
.icon-arrow-right2:before {
  content: "\e607";
}
.icon-pencil:before {
  content: "\e608";
}
.icon-clock:before {
  content: "\e609";
}
.icon-forward:before {
  content: "\e60a";
}
.icon-bubbles:before {
  content: "\e60b";
}
.icon-bubble:before {
  content: "\e60c";
}
.icon-user:before {
  content: "\e60d";
}
.icon-earth:before {
  content: "\e60e";
}
.icon-user2:before {
  content: "\e60f";
}
.icon-clock2:before {
  content: "\e610";
}
.icon-arrow:before {
  content: "\e612";
}
.icon-export:before {
  content: "\e614";
}
.icon-calendar:before {
  content: "\e616";
}
.icon-phone:before {
  content: "\e617";
}
.icon-mail:before {
  content: "\e618";
}
.icon-cart:before {
  content: "\e619";
}
.icon-twitter:before {
  content: "\e61a";
}
.icon-facebook:before {
  content: "\e61b";
}
.icon-googleplus:before {
  content: "\e61c";
}
.icon-pinterest:before {
  content: "\e61d";
}
.icon-instagram:before {
  content: "\e61e";
}
.icon-fax:before {
  content: "\e620";
}
.icon-lock:before {
  content: "\e621";
}
.icon-location:before {
  content: "\e622";
}
.icon-search:before {
  content: "\e623";
}
.icon-file-pdf:before {
  content: "\e901";
}
.icon-pause_circle_outline:before {
  content: "\e01a";
}
.icon-play_circle_outline:before {
  content: "\e01d";
}
.icon-stack-2:before {
  content: "\e033";
}
.icon-clear:before {
  content: "\e070";
}
.icon-arrow-left3:before {
  content: "\e094";
}
.icon-arrow-right3:before {
  content: "\e095";
}
.icon-vertical_align_bottom:before {
  content: "\e0f2";
}
.icon-apps:before {
  content: "\e1ff";
}
.icon-fullscreen:before {
  content: "\e20c";
}
.icon-fullscreen_exit:before {
  content: "\e20d";
}
.icon-zoom_in:before {
  content: "\e311";
}
.icon-zoom_out:before {
  content: "\e312";
}
.icon-share:before {
  content: "\e80d";
}
.icon-facebook-with-circle:before {
  content: "\e904";
}
.icon-google-with-circle:before {
  content: "\e905";
}
.icon-pinterest-with-circle:before {
  content: "\e906";
}
.icon-twitter-with-circle:before {
  content: "\e907";
}
.icon-dots-three-horizontal:before {
  content: "\e900";
}
.icon-dots-three-vertical:before {
  content: "\e902";
}
.icon-download:before {
  content: "\e908";
}
.icon-menu:before {
  content: "\e903";
}

.panel-group .icon-arrow-down,
.panel-group .icon-arrow-up {
	margin: 0 10px 0 -4px;
	vertical-align: -1px;
	border: 1px solid #ccc;
	border-radius: 100%;
	padding: 0 4.5px 0 5px;
	font-size: 24px;
	line-height: 32px;
}
.icon-file-pdf {
	margin: 0 8px 0 0;
	color: #4d87c7;
}
.icon-export {
	margin: 0 8px 0 1px;
	vertical-align: -1px;
	color: #4d87c7;
}
.icon-arrow-right,
.icon-arrow-right2 {
	margin: 0 -5px 0 3px;
	vertical-align: -2px;
}
.icon-arrow-right2 {
	margin-left: 0;
	margin-right: 3px;
}
.icon-arrow-down2:before {
	line-height: 1;
	vertical-align: -1px;
	margin-left: 2px;
	margin-right: -5px;
}
.icon-mail {
	vertical-align: -5px;
	margin-left: 1px;
}
.meta-nav-social .icon-earth {
	margin: 0 5px 0 0;
	vertical-align: -1px;
}
.meta-nav-social .icon-facebook {
	line-height: 25px;
	font-size: 18px;
	color: #ddd; 
	background-color: #3b5998;
	vertical-align: 2px;
	padding: 2px 5px 0 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #888;
}
.meta-nav-social .icon-facebook:hover {
	color: #fff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.icon-area {
	display: table-cell;
	color: #777;
}
.icon-text {
	padding-left: 15px;
	display: table-cell;
	vertical-align: middle;
}

.bx-prev .icon-arrow-left {
	margin-left: -5px;
}
.bx-next .icon-arrow-right {
	margin-right: -5px;
}

/* Ende Sektion Icons */

/* Buttons */
.btn {
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}
/* Ende Sektion Buttons */

/* Formulare */
fieldset {
	overflow: hidden;
	position: static;
	margin: 0 2px;
	padding: 0.5em;
	border: 1px #ddd solid;
}
form legend {
  background: transparent;
  border:0;
	margin: 0;
  padding:0 0.5em;
	width: auto;
}
form legend h5 {
 margin: 0;
}
form textarea {
 	resize: none;
}
.formfield-error-wrapper {
  color: #800;
	margin: 5px 0 5px 5px;
}
.form-control {
	-webkit-transition: all 0.3s linear;
	   -moz-transition: all 0.3s linear;
	     -o-transition: all 0.3s linear;
	        transition: all 0.3s linear;
}
.form-control {
  padding: 6px 10px;
  font-size: 16px;
  color: #444;
}
.form-control:focus {
  border-color: #888;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192, 192, 192, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(192, 192, 192, .6);
}
::-webkit-input-placeholder {
  color: #444;
}
:-moz-placeholder {
  color: #444;
}
::-moz-placeholder {
  color: #444;
}
:-ms-input-placeholder {
  color: #444;
}
.placeholder {
  color: #444 !important;
}
/* Ende Sektion Formulare */

/* Language-Switcher */
@media screen {
  #language-selection {
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto;
		font-size: 12px;
  }
}
/* Ende Sektion Language-Switcher */
	
	/* Produkte */

	.produkt-link {
	    display: block;
	    position: relative;
	    margin: 0 auto;
	}
	.produkt-hover {
	    position: absolute;
	    width: 100%;
	    height: 100%;
		  filter: alpha(opacity = 0);
		  opacity: 0;
			-webkit-transition: all 0.5s ease;
			   -moz-transition: all 0.5s ease;
			     -o-transition: all 0.5s ease;
			        transition: all 0.5s ease;
	}
	.produkt-hover:hover {
	  filter: alpha(opacity = 85);
	  opacity: 0.85;
		background: #888;
	}
	.produkt-hover .produkt-hover-content {
	    position: absolute;
	    top: 20%;
	    width: 100%;
	    height: 30px;
	    text-align: center;
	    font-size: 16px;
	    color: #fff;
	}
	.produkt-hover .produkt-hover-content i {
	    margin-top: -17px;
	}
	.produkt-hover-content h4, 
	.produkt-hover-content h6 {
		    color: #fff;
	}
	.produkt-caption h4 {
	    margin: 15px 0 5px 0;
	    text-transform: none;
	}
	.produkt-circle {
	  border-radius: 50%;
	}
	.alignleft {
	  float: left !important;
	}
	
	/* Pagebar */

	.pagebar {
	  padding: 0.2em 0.5em;
	  margin: 2.5em 0.1em 1.0em 0;
	  border: 1px solid #fff;
	  background-color: #fff;
	  text-decoration: none;
	  text-align: center;
	}
	.pagebar a,.pageList .this-page {
		background-color: #fafafa;
	  border: 1px solid #ddd;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	  text-decoration: none;
	  padding: 0.2em 0.5em;
	}
	.pagebar a:visited {
	  text-decoration: none;
	}
	.pagebar .break {
	  padding: 2px 6px 2px 6px;
	  border: none;
	  background-color: #fff;
	  text-decoration: none;
	}
	.pagebar .this-page {
	  border: 1px solid #666;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  padding: 0.2em 0.5em;
	  background-color: #888;
	  color: #fff;
	}
	.pagebar a:hover,
	.pagebar a:focus {
	  border-color: #bbb;
	  background-color: #eee;
	}
	.pagebar .inactive {
	  border: 1px solid #ddd;
	  color: #ccc;
	  -moz-border-radius: 4px;
	  -webkit-border-radius: 4px;
	  border-radius: 4px;
	  text-decoration: none;
	  padding: 0.2em 0.5em;
	}
	/* Ende Sektion Pagebar */
	
/* Timeline */

	.timeline {
	    list-style: none;
	    padding: 0;
	    position: relative
	}
	.timeline:before {
	    top: 0;
	    bottom: 0;
	    position: absolute;
	    content: "";
	    width: 2px;
	    background-color: #f1f1f1;
	    left: 50px;
	    margin-left: -1.5px
	}
	.timeline>li {
	    margin-bottom: 40px;
	    position: relative;
	    min-height: 100px;
	}
	.timeline>li:before,
	.timeline>li:after {
	    content: " ";
	    display: table
	}
	.timeline>li:after {
	    clear: both
	}
	.timeline>li .timeline-panel {
	    width: 100%;
	    float: right;
	    padding: 0 20px 0 120px;
	    position: relative;
	    text-align: left
	}
	.timeline>li .timeline-panel:before {
	    border-left-width: 0;
	    border-right-width: 15px;
	    left: -15px;
	    right: auto
	}
	.timeline>li .timeline-panel:after {
	    border-left-width: 0;
	    border-right-width: 14px;
	    left: -14px;
	    right: auto
	}
	.timeline>li .timeline-image {
	    left: 0;
	    margin-left: 0;
	    width: 100px;
	    height: 100px;
	    position: absolute;
	    z-index: 100;
	    background-color: #fff;
	    color: #fff;
	    border-radius: 100%;
	    border: 1px solid #ccc;
	    text-align: center
	}
	.timeline>li.timeline-inverted>.timeline-panel {
	    float: right;
	    text-align: left;
	    padding: 0 20px 0 120px
	}
	.timeline>li.timeline-inverted>.timeline-panel:before {
	    border-left-width: 0;
	    border-right-width: 15px;
	    left: -15px;
	    right: auto
	}
	.timeline>li.timeline-inverted>.timeline-panel:after {
	    border-left-width: 0;
	    border-right-width: 14px;
	    left: -14px;
	    right: auto
	}
	.timeline>li:last-child {
	    margin-bottom: 0
	}
	.timeline .timeline-heading h4 {
	    margin-top: 0;
	    color: inherit
	}
	.timeline .timeline-heading h4.subheading {
	    text-transform: none
	}
	.timeline .timeline-body>p,
	.timeline .timeline-body>ul {
	    margin-bottom: 0
	}
	@media (min-width: 768px) {
	    .timeline:before {
	        left: 50%
	    }
	    .timeline>li {
	        margin-bottom: 40px;
	        min-height: 150px
	    }
	    .timeline>li .timeline-panel {
	        width: 41%;
	        float: left;
	        padding: 0 30px 0 10px;
	        text-align: right
	    }
	    .timeline>li .timeline-image {
	        width: 150px;
	        height: 150px;
	        left: 50%;
	        margin-left: -75px
	    }
	    .timeline>li.timeline-inverted>.timeline-panel {
	        float: right;
	        text-align: left;
	        padding: 0 10px 0 30px
	    }
	}
	@media (min-width: 992px) {
	    .timeline>li {
	        min-height: 200px;
					margin-bottom: 40px;
	    }
	    .timeline>li .timeline-panel {
	        padding: 0 40px 20px 20px;
					margin-top: 10px;
	    }
	    .timeline>li .timeline-image {
	        width: 200px;
	        height: 200px;
	        margin-left: -100px
	    }
	    .timeline>li.timeline-inverted>.timeline-panel {
	        padding: 0 20px 20px 40px;
	    }
	}
	/* Ende Sektion Timeline */
	
	/**
	 * bxSlider v4.2.5
	 * Copyright 2013-2015 Steven Wanderski
	 * Written while drinking Belgian ales and listening to jazz

	 * Licensed under MIT (http://opensource.org/licenses/MIT)
	 */

	/** VARIABLES 
	===================================*/
	/** RESET AND LAYOUT
	===================================*/
	.bx-wrapper {
	  position: relative;
	  margin: 0 auto 60px;
	  padding: 0;
	  *zoom: 1;
	  -ms-touch-action: pan-y;
	  touch-action: pan-y;
	}
	.bx-wrapper img {
	  max-width: 100%;
	  display: block;
	}
	.bxslider {
	  margin: 0;
	  padding: 0;
	}
	ul.bxslider {
	  list-style: none;
	}
	.bx-viewport {
	  /*fix other elements on the page moving (on Chrome)*/
	  -webkit-transform: translatez(0);
	}
	/** THEME
	===================================*/
	.bx-wrapper {
	  background: #fff;
	}
	.bx-wrapper .bx-pager,
	.bx-wrapper .bx-controls-auto {
	  position: absolute;
	  bottom: -30px;
	  width: 100%;
	}
	/* LOADER */
	.bx-wrapper .bx-loading {
	  min-height: 50px;
	  background: url('images/bxslider/bx_loader.gif') center center no-repeat #ffffff;
	  height: 100%;
	  width: 100%;
	  position: absolute;
	  top: 0;
	  left: 0;
	  z-index: 2000;
	}
	/* PAGER */
	.bx-wrapper .bx-pager {
	  text-align: center;
	  font-size: .85em;
	  font-family: Arial;
	  font-weight: bold;
	  color: #666;
	  padding-top: 20px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
	  background: transparent;
	  text-indent: -9999px;
	  display: block;
	  width: 10px;
	  height: 10px;
	  margin: 0 5px;
	  outline: 0;
		border: 1px solid #444;
	  -moz-border-radius: 10px;
	  -webkit-border-radius: 10px;
	  border-radius: 10px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover,
	.bx-wrapper .bx-pager.bx-default-pager a.active,
	.bx-wrapper .bx-pager.bx-default-pager a:focus {
	  background: #444;
	}
	.bx-wrapper .bx-pager-item,
	.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	  display: inline-block;
	  *zoom: 1;
	  *display: inline;
	}
	.bx-wrapper .bx-pager-item {
	  font-size: 0;
	  line-height: 0;
	}
	/* DIRECTION CONTROLS (NEXT / PREV) */
	.bx-wrapper .bx-prev {
	  left: 10px;
	  background: url('images/bxslider/controls.png') no-repeat 0 -32px;
	}
	.bx-wrapper .bx-prev:hover,
	.bx-wrapper .bx-prev:focus {
	  background-position: 0 0;
	}
	.bx-wrapper .bx-next {
	  right: 10px;
	  background: url('images/bxslider/controls.png') no-repeat -43px -32px;
	}
	.bx-wrapper .bx-next:hover,
	.bx-wrapper .bx-next:focus {
	  background-position: -43px 0;
	}
	.bx-wrapper .bx-controls-direction a {
	  position: absolute;
	  top: 50%;
	  margin-top: -16px;
	  outline: 0;
	  width: 32px;
	  height: 32px;
	  text-indent: -9999px;
	  z-index: 9999;
	}
	.bx-wrapper .bx-controls-direction a.disabled {
	  display: none;
	}
	/* AUTO CONTROLS (START / STOP) */
	.bx-wrapper .bx-controls-auto {
	  text-align: center;
	}
	.bx-wrapper .bx-controls-auto .bx-start {
	  display: block;
	  text-indent: -9999px;
	  width: 10px;
	  height: 11px;
	  outline: 0;
	  background: url('images/bxslider/controls.png') -86px -11px no-repeat;
	  margin: 0 3px;
	}
	.bx-wrapper .bx-controls-auto .bx-start:hover,
	.bx-wrapper .bx-controls-auto .bx-start.active,
	.bx-wrapper .bx-controls-auto .bx-start:focus {
	  background-position: -86px 0;
	}
	.bx-wrapper .bx-controls-auto .bx-stop {
	  display: block;
	  text-indent: -9999px;
	  width: 9px;
	  height: 11px;
	  outline: 0;
	  background: url('images/bxslider/controls.png') -86px -44px no-repeat;
	  margin: 0 3px;
	}
	.bx-wrapper .bx-controls-auto .bx-stop:hover,
	.bx-wrapper .bx-controls-auto .bx-stop.active,
	.bx-wrapper .bx-controls-auto .bx-stop:focus {
	  background-position: -86px -33px;
	}
	/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	  text-align: left;
	  width: 80%;
	}
	.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	  right: 0;
	  width: 35px;
	}
	/* IMAGE CAPTIONS */
	.bx-wrapper .bx-caption {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  background: #666;
	  background: rgba(80, 80, 80, 0.75);
	  width: 100%;
	}
	.bx-wrapper .bx-caption span {
	  color: #fff;
	  font-family: Arial;
	  display: block;
	  font-size: .85em;
	  padding: 10px;
	}
	
	/* bxSlider - eigene Definitionen */

	.bx-canvas {
		position: relative;
		width: 100%;
		height: auto;
	}
	.bx-wrapper img {
	  max-height: 500px;
	}
	.bx-prev-next {
		position: absolute;
		top: 40%;
		z-index: 666;
	}
	#slider-prev { 
		left: 2px;
	}
	#slider-next {
		right: 2px;
	}
	.bx-thumbnail-area {
		width: 100%;
		height: auto;
	}
	.speaker-thumbnails img {
		max-height: 200px;
	}
	
	@media screen and (max-width: 767px) {
		.speaker-thumbnails {
			display: none;
		}
	}
	/* Ende Sektion bxSlider */

	#page-loader {
		position: fixed;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 9999;
	}
	.page-loader-inner {
		width: 150px;
		height: 150px;
		position: absolute;
		top: 50%;	margin-top: -75px;
		left: 50%; margin-left: -75px;
		text-align: center;
	}
	.page-loader-inner .loader-icon {
		position: absolute;
		top: 90px;
		right: 25px;
	}
	.page-loader-inner .loader-icon img {
		max-height: 25px;
		max-width: 25px;
	}

	@media screen and (max-width: 767px) {
	#accordion-speaker .col-md-12 {
		padding-left: 5px;
		padding-right: 5px;
	}
}

	@media screen and (max-width: 767px) {
		.xs-text-center {
			text-align: center;
		}
	}
	
.speaker-thumbnails	.col-xs-1,
.speaker-thumbnails	.col-sm-1,
.speaker-thumbnails	.col-md-1,
.speaker-thumbnails	.col-lg-1,
.speaker-thumbnails	.col-xs-2,
.speaker-thumbnails	.col-sm-2,
.speaker-thumbnails	.col-md-2,
.speaker-thumbnails	.col-lg-2,
.speaker-thumbnails	.col-xs-3,
.speaker-thumbnails	.col-sm-3,
.speaker-thumbnails	.col-md-3,
.speaker-thumbnails	.col-lg-3,
.speaker-thumbnails	.col-xs-4,
.speaker-thumbnails	.col-sm-4,
.speaker-thumbnails	.col-md-4,
.speaker-thumbnails	.col-lg-4,
.speaker-thumbnails	.col-xs-5,
.speaker-thumbnails	.col-sm-5,
.speaker-thumbnails	.col-md-5,
.speaker-thumbnails	.col-lg-5 {
	  padding-right: 15px;
	  padding-left: 0px;
}

/*! PhotoSwipe v4.1.1 - main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*  Styles for basic PhotoSwipe functionality (sliding area, open/close transitions) */
/*  pswp = photoswipe */

.pswp {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
	z-index: 1500;
	-webkit-text-size-adjust: 100%;
	/* create separate layer, to avoid paint on window.onscroll in webkit/blink */
	
	-webkit-backface-visibility: hidden;
	outline: none;
}
.pswp * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pswp img {
	max-width: none;
}
/* style is added when JS option showHideOpacity is set to true */

.pswp--animate_opacity {
	/* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
	
	opacity: 0.001;
	will-change: opacity;
	/* for open/close transition */
	
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--open {
	display: block;
}
.pswp--zoom-allowed .pswp__img {
	/* autoprefixer: off */
	
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pswp--zoomed-in .pswp__img {
	/* autoprefixer: off */
	
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.pswp--dragging .pswp__img {
	/* autoprefixer: off */
	
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: grabbing;
}
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/

.pswp__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__scroll-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pswp__container,
.pswp__zoom-wrap {
	-ms-touch-action: none;
	touch-action: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
/* Prevent selection and tap highlights */

.pswp__container,
.pswp__img {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.pswp__zoom-wrap {
	position: absolute;
	width: 100%;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	/* for open/close transition */
	
	-webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp__bg {
	will-change: opacity;
	/* for open/close transition */
	
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
	-webkit-transition: none;
	transition: none;
}
.pswp__container,
.pswp__zoom-wrap {
	-webkit-backface-visibility: hidden;
}
.pswp__item {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.pswp__img {
	position: absolute;
	width: auto;
	height: auto;
	top: 0;
	left: 0;
}
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/

.pswp__img--placeholder {
	-webkit-backface-visibility: hidden;
}
/*
	div element that matches size of large image
	large image loads on top of it
*/

.pswp__img--placeholder--blank {
	background: #222;
}
.pswp--ie .pswp__img {
	width: 100% !important;
	height: auto !important;
	left: 0;
	top: 0;
}
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/

.pswp__error-msg {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	margin-top: -8px;
	color: #CCC;
}
.pswp__error-msg a {
	color: #CCC;
	text-decoration: underline;
}

/*! PhotoSwipe v4.1.1 - Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/* 1. Buttons */

.pswp__button {
	width: 44px;
	height: 44px;
	position: relative;
	background: none;
	color: #fff;
	cursor: pointer;
	overflow: visible;
	-webkit-appearance: none;
	display: block;
	border: 0;
	padding: 0;
	margin: 0;
	float: right;
	opacity: 0.75;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.pswp__button:focus,
.pswp__button:hover {
	opacity: 1;
}
.pswp__button:active {
	outline: none;
	opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.pswp__button:before {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.5;
	font-size: 24px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */

.pswp__ui--over-close .pswp__button--close {
	opacity: 1;
}
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-image: none !important;
	width: 44px;
	height: 44px;
}
.pswp__button--close,
.pswp__button--share {
	background-image: none !important;
}
.pswp__button--close:before {
	content: "\e070";
}
.pswp__button--share:before {
	content: "\e80d";
}
.pswp__button--fs {
	display: none;
}
.pswp__button--fs:before {
	content: "\e20c";
}
.pswp--supports-fs .pswp__button--fs {
	display: block;
}
.pswp--fs .pswp__button--fs {
	background-image: none !important;
}
.pswp--fs .pswp__button--fs:before {
	content: "\e20d";
}
.pswp__button--zoom {
	background-image: none !important;
	display: none;
}
.pswp__button--zoom:before {
	content: "\e311";
}
.pswp--zoom-allowed .pswp__button--zoom {
	display: block;
}
.pswp--zoomed-in .pswp__button--zoom {
	background-image: none !important;
}
.pswp--zoomed-in .pswp__button--zoom:before {
	content: "\e312";
}
/* no arrows on touch screens */

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
	visibility: hidden;
}
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/

.pswp__button--arrow--left,
.pswp__button--arrow--right {
	background: none;
	top: 50%;
	margin-top: -50px;
	width: 70px;
	height: 100px;
	position: absolute;
}
.pswp__button--arrow--left {
	left: 0;
}
.pswp__button--arrow--right {
	right: 0;
}
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-image: none !important;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	height: 36px;
	width: 32px;
	font-size: 30px;
	line-height: 1.2;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.pswp__button--arrow--left:before {
	background-image: none !important;
	content: '\e604';
	left: 6px;
}
.pswp__button--arrow--right:before {
	background-image: none !important;
	content: '\e607';
	right: 6px;
}

/* 2. Share modal/popup and links */

.pswp__counter,
.pswp__share-modal {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pswp__share-modal {
	display: block;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1600;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	-webkit-backface-visibility: hidden;
	will-change: opacity;
}
.pswp__share-modal--hidden {
	display: none;
}
.pswp__share-tooltip {
	z-index: 1620;
	position: absolute;
	background: #FFF;
	top: 56px;
	border-radius: 2px;
	display: block;
	width: auto;
	right: 44px;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
	-webkit-transform: translateY(6px);
	-ms-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: -webkit-transform 0.25s;
	transition: transform 0.25s;
	-webkit-backface-visibility: hidden;
	will-change: transform;
}
.pswp__share-tooltip a {
	display: block;
	padding: 8px 12px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 18px;
}
.pswp__share-tooltip a:hover {
	text-decoration: none;
	color: #000;
}
.pswp__share-tooltip a:first-child {
	/* round corners on the first/last list item */
	
	border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
	border-radius: 0 0 2px 2px;
}
.pswp__share-modal--fade-in {
	opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
/* increase size of share links on touch devices */

.pswp--touch .pswp__share-tooltip a {
	padding: 16px 12px;
}
a.pswp__share--facebook:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -12px;
	right: 15px;
	border: 6px solid transparent;
	border-bottom-color: #FFF;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
}
a.pswp__share--facebook:hover {
	background: #3E5C9A;
	color: #FFF;
}
a.pswp__share--facebook:hover:before {
	border-bottom-color: #3E5C9A;
}
a.pswp__share--twitter:hover {
	background: #55ACEE;
	color: #FFF;
}
a.pswp__share--googleplus:hover {
	background: #dd4b39;
	color: #FFF;
}
a.pswp__share--pinterest:hover {
	background: #CE272D;
	color: #fff;
}
a.pswp__share--mailto:hover {
	background: #00BCF2;
	color: #FFF;
}
a.pswp__share--download:hover {
	background: #eee;
}

/* 3. Index indicator ("1 of X" counter) */

.pswp__counter {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	line-height: 44px;
	color: #FFF;
	opacity: 0.75;
	padding: 0 10px;
}

/* 4. Caption */

.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	min-height: 44px;
}
.pswp__caption small {
	font-size: 11px;
	color: #BBB;
}
.pswp__caption__center {
	text-align: center;
	max-width: 420px;
	margin: 0 auto;
	padding: 10px;
	line-height: 20px;
	color: #CCC;
}
.pswp__caption--empty {
	display: none;
}
/* Fake caption element, used to calculate height of next/prev image */

.pswp__caption--fake {
	visibility: hidden;
}

/* 5. Loading indicator (preloader) */

.pswp__preloader {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -22px;
	opacity: 0;
	-webkit-transition: opacity 0.25s ease-out;
	transition: opacity 0.25s ease-out;
	will-change: opacity;
	direction: ltr;
}
.pswp__preloader__icn {
	width: 20px;
	height: 20px;
	margin: 12px;
}
.pswp__preloader--active {
	opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
	/* We use .gif in browsers that don't support CSS animation */
	
	background: url(images/PhotoSwipe/preloader.gif) 0 0 no-repeat;
}
.pswp--css_animation .pswp__preloader--active {
	opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
	-webkit-animation: clockwise 500ms linear infinite;
	animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
	-webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
	animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
	background: none;
	opacity: 0.75;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 15px;
	top: 15px;
	margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
	/* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
	
	position: relative;
	width: 7px;
	height: 14px;
	overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 14px;
	height: 14px;
	border: 2px solid #FFF;
	border-radius: 50%;
	border-left-color: transparent;
	border-bottom-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	background: none;
	margin: 0;
}
@media screen and (max-width: 1024px) {
	.pswp__preloader {
		position: relative;
		left: auto;
		top: auto;
		margin: 0;
		float: right;
	}
}
@-webkit-keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes clockwise {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
@keyframes donut-rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	50% {
		-webkit-transform: rotate(-140deg);
		transform: rotate(-140deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}
/* 6. Additional styles  */
/*    root element of UI */

.pswp__ui {
	-webkit-font-smoothing: auto;
	visibility: visible;
	opacity: 1;
	z-index: 1550;
}
/* top black bar with buttons and "1 of X" indicator */

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	height: 44px;
	width: 100%;
}
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	-webkit-backface-visibility: hidden;
	will-change: opacity;
	-webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
	transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
	visibility: visible;
}
.pswp__top-bar,
.pswp__caption {
	background-color: rgba(0, 0, 0, 0.5);
}
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */

.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
	background-color: rgba(0, 0, 0, 0.3);
}
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */

.pswp__ui--idle .pswp__top-bar {
	opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
	opacity: 0;
}
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/

.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
	/* Force paint & create composition layer for controls. */
	
	opacity: 0.001;
}
/* pswp__ui--one-slide class is added when there is just one item in gallery */

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
	display: none;
}
.pswp__element--disabled {
	display: none !important;
}
.pswp--minimal--dark .pswp__top-bar {
	background: none;
}


/* Modifikationen */

.pswp__share-tooltip a {
	padding: 5px 12px 5px 8px;
}
.pswp__share-tooltip [class^="icon-"] {
	font-size: 14px;
	margin-right: 10px;
}
.pswp__share--facebook .icon-facebook {
	color: #3E5C9A;
}
.pswp__share--facebook:hover .icon-facebook {
	color: #fff;
}
.pswp__share--twitter .icon-twitter {
	color: #55ACEE;
}
.pswp__share--twitter:hover .icon-twitter {
	color: #fff;
}
.pswp__share--googleplus .icon-googleplus {
	color: #dd4b39;
	vertical-align: -2px;
}
.pswp__share--googleplus:hover .icon-googleplus {
	color: #fff;
}
.pswp__share--pinterest .icon-pinterest {
	color: #CE272D;
}
.pswp__share--pinterest:hover .icon-pinterest {
	color: #fff;
}
.pswp__share--mailto .icon-mail {
	color: #00BCF2;
	vertical-align: -2px;
}
.pswp__share--mailto:hover .icon-mail {
	color: #fff;
}
.pswp__share--download .icon-download {
	color: #555;
}

