html, body {
	height: 100%;
}

body {
	background-color: #f5f4f4;
	position: relative;
}

* {
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height:1.4em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans', Helvetica, Arial, sans-serif;
    color:#515151;
}

h1 {
    font-weight:100;
    font-size:3em;
}

h2 {
    font-size:1.8em;
    font-weight:300;
}

h3 {
    font-size:1.3em;
    font-weight:400;
    color:#515151;
}

h4 {

}

h5 {
	font-size:1.3em;
	font-weight:600;
}

h6 {

}

.headline-date {
    color:#008cba;
    font-weight:400;
}

strong, b {
    font-weight:600;
}

a,
a:visited,
a:focus,
a:link {
	color:#008cba;
    font-weight:500;
}

a:hover {
	color:#006687;
}

a.text-link,
a.text-link:focus,
a.text-link:link,
a.text-link:visited {
	color:#008cba;
	text-decoration: none;
}

a.text-link:hover {
	color:#006687;
}

.wrap {
	min-height:100%;
	position:relative;
	display:none;
}

#content {
	padding-bottom:60px;
	margin-top:7em;
}

.content {
    padding-bottom: 100px;
}

.search {
	padding:25px 0;
}

.search-wrap {
	position: relative;
	height:100%;
	width:100%;
	border:0;
}

.index-search {
	position: absolute;
	bottom:30%;
	width:100%;
	overflow:hidden;
	padding:1em;
}

.main-section {
	padding:2em 0;
	min-height:100%;
}

.detail-section {
	padding:1em 0;
}

ul.options li {
	display:inline;
	font-size:.85em;
}

ul.options li a, ul.options li {
	color:#717171;
}

.keywords {
	margin-top:25px;
	margin-bottom:25px;
}

.footer {
	border-top:1px solid #111111;
	background:#222222;
	padding:1em;
	position: absolute;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	height: 60px;
}

.footer > * {
	font-size:.95em;
}

.footer ul.metanav {
	display:inline;
	list-style-type: none;
	margin:0px;
	padding:0px;
}

.footer ul.metanav li {
	display:inline;
	/*font-size:.85em;
	text-transform:uppercase;*/
	margin:auto 10px auto 0;
}

.footer ul.metanav li a {
	color:#a3a3a3;
}

.footer ul.metanav li a:hover {
	color:#b6b6b6;
	text-decoration:none;
}

@media (max-width: 767px) {
    .footer {
        height:auto;
        overflow: hidden;
        position: relative;
    }

    .footer ul.metanav, .footer ul.metanav li {
        display:block;
        margin:10px 0;
    }
}

.banner {
	position:absolute;
	width:100%;
	height:auto;
	bottom:20%;
	overflow:hidden;
}

input[type="text"].large {
	padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 1.25rem;
    font-size: 1.25rem;
}

.dark-bg {
	background-color: rgba(38,38,38,.7);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
	padding:1em 1em 0em;
	text-transform: uppercase;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.headline-overlay {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255, 255, 255, .6);
	padding:1rem 1rem;
}

.teaser {
	position: relative;
}

.teaser-headline {
	font-size:1.1rem;
	font-weight:bold;
	text-transform: uppercase;
	margin:0 1em;
}

.logo {
	padding:auto;
	margin:auto;
}
.image {
	overflow:hidden;
	padding:0;
	margin:0;
	width:100%;
	min-width:100%;
	text-align:center;
}

.title {
	padding:0px;
	margin:0;
	width:100%;
	overflow: hidden;
	height:auto;
	min-height:4em;
}

.title p {
	width:100%;
}

.title p, .title a {
	font-weight:600;
}

.photographer {
	overflow:hidden;
	padding:7px 0;
	margin:0;
	width:auto;
	border-bottom:1px solid #e8e8e8;
}

.photographer p {
	color:#919191;
	margin:0;
}

.eventDate {
	overflow:hidden;
	padding:0;
	margin:0;
	width:auto;
	border-bottom:0px solid #e8e8e8;
}

.eventDate p {
	font-weight:normal;
	color:#7a7a7a;
	margin:0;
}

.amount {
	overflow:hidden;
	margin:0;
	width:auto;
	background:#f8f8f8;
	border-top:1px solid #ffffff;
	padding:7px;
}

.amount .photos {
	font-weight:300;
	color:#868686;
	float:left;
}

.amount .catName {
	margin-left:15px;
	float:right;
	text-transform:uppercase;
}

.sport {
	color:#6cb26d;
}

.entertainment {
	color:#6d7ef7;
}

.vermischtes {
	color:#e4e211;
}

.politik {
	color:#dd4848;
}

.creative {
	color:#c462f6;
}

.detail-info tr td {
	font-size:.9em;
}

.no-padding {
	padding: 0;
}

.copyHint {
	background:#262626;
	width:100%;
	overflow:hidden;
	padding:10px 0px;
	text-align:center;
	margin:15px 15px 0 0;
}

.copyHint p {
	margin:0px 10px;
}

#functions_list {
	list-style-type: none;
	list-style-image: none;
	font-size:.8em;
	margin:0;
	padding:0;
}

#functions_list li {
	line-height: 2em;
}

li.form-group > .form-control {
	margin:7px 0;
	padding:7px 0;
}

.lead {
	width:640px;
	height:465px;
	background:#ffffff;
	color:#555555;
	font-size:.95em;
	font-weight:500;
	position: relative;
	display:table-cell;
	float:left;
	margin:0 5px 5px 0px;

    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
}

.lead-image {
	width:100%;
	height:400px;
	overflow:hidden;
}

.lead-image img {
	width:100%;
}

.thumb-ov {
	position: relative;
	display:table-cell;
	width:220px;
	overflow:hidden;
	padding-bottom:5px;
	background:#ffffff;
	color:#555555;
	font-size:.85em;

    /*-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);*/
}

.thumb-ov > *, .thumb-ov a {
	color:#555555;
}

.thumb-ov .info, .lead .info {
	overflow:hidden;
	width:auto;
	font-size:.85em;
	border-bottom:1px solid #dddddd;
	padding-bottom:5px;
	margin-bottom:5px;
	color:#777777;
    font-weight:400;
}

.thumb-ov .img {
	width:210px;
	height:140px;
	margin:5px;
	overflow: hidden;
	display:table-cell;
	vertical-align: bottom;
	text-align:center;
	line-height:140px;
}

@media (max-width: 767px) {
    .thumb-ov {
	    width:100%;
	    height:auto;
	    float:left;
	    margin-bottom:5px;
	    overflow: hidden;
    }
    
    .thumb-ov .img {
	    width:auto;
	    height:auto;
	    display:block;
	    float:left;
	    overflow:hidden;
    }
    
    .lead {
		width:100%;
		height:auto;
		background:#ffffff;
		color:#555555;
		font-size:.85em;
		font-weight:400;
		float:left;
		margin: 0 0 5px;
	    overflow: hidden;
	}
	
	.lead-image {
		width:100%;
		height:auto;
		overflow:hidden;
		display:block;
	}
}

@media (min-width: 768px) {
	.thumb-ov {
	    display: table-cell;
	    width:210px;
	    height:230px;
	    float:left;
	    margin:0 5px 5px 0px;
	}
}

.thumb {
	position: relative;
	display:table-cell;
	/*min-width:210px;
	max-width:460px;*/
	width:auto;
	/*height:310px !important;*/
	/*_width:220px;*/
	overflow:hidden;
	padding-bottom:5px;
	/*border:0px solid #f2f2f2;
	border-top:3px solid #e9e9e9;*/
	background-color: #ffffff;
	vertical-align: bottom;
}

.thumb .img {
	width:auto;
	/*height:312px;*/
	margin:5px;
	padding:5px;
	overflow: hidden;
	display:table-cell;
	vertical-align: top;
	text-align:center;
	/*line-height:300px;*/
}

/*.thumb:hover {
	background-color: #ffffff;

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}*/

@media (max-width: 480px) {
	.thumb {
		width:auto;
		/*max-width:45%;*/
		display:table-cell;
		height:auto;
		float:left;
		/*margin:2.5%;*/
		overflow: hidden;
	}
}

@media (max-width: 767px) {
    .thumb {
		width:100%;
		/*max-width:45%;*/
	    display:table-cell;
	    height:auto;
	    float:left;
	    margin:2.5%;
	    overflow: hidden;
    }

	.thumb .img img {
		width:100% !important;
	}
}

@media (min-width: 768px) {
	.thumb {
	    display: table-cell;
	    width:auto;
	    height:310px;
	    float:left;
	    margin:0 5px 5px 0px;
		vertical-align:bottom;
	}
}

.caption {
	padding:0 10px 5px;
	margin-top:5px;
	overflow:hidden;
	height:6em;
}

.caption p {
	color:#777777;
    font-weight:500;
}

.caption span {
	word-wrap: break-word !important;
}

.thumb .info {
	font-size:1em;
	font-weight:400;
}

.img img {
	margin-left: auto;
	margin-right: auto;
}

.imgicon {
	margin:5px;
	color:#4e5d6c;
}

.imgicon:hover {
	/*color:#77899b;*/
    color:#222222;
}

.form-signin {
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

a.select-options {
	color:#333333;
	font-weight: normal;
}

a.label-primary,
.label-primary {
	background-color: #008cba;
	color:#ffffff;
}

a.btn {
	color:#ffffff;
}

a.btn-default {
	color:#515151;
}

a.btn-custom,
.btn-custom {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn-custom:active,
.btn-custom.active,
.open > .dropdown-toggle.btn-custom {
  background-image: none;
}

.btn-custom.disabled,
.btn-custom[disabled],
fieldset[disabled] .btn-custom,
.btn-custom.disabled:hover,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom:hover,
.btn-custom.disabled:focus,
.btn-custom[disabled]:focus,
fieldset[disabled] .btn-custom:focus,
.btn-custom.disabled.focus,
.btn-custom[disabled].focus,
fieldset[disabled] .btn-custom.focus,
.btn-custom.disabled:active,
.btn-custom[disabled]:active,
fieldset[disabled] .btn-custom:active,
.btn-custom.disabled.active,
.btn-custom[disabled].active,
fieldset[disabled] .btn-custom.active {
  background-color: #555555;
  border-color: #555555;
}

.btn-custom .badge {
  color: #008cba;
  background-color: #ffffff;
}

.navbar-inverse {
  background-color: #2e4051;
    background-color:rgba(0,0,0,.7);
  border-color: transparent;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
    font-weight:400;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
	/*background-color: #293847;
	background-color: rgba(0,140,186,.7);*/
	border-bottom:3px solid #00ab8d;
	padding-bottom: 11px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #008cba;
    background-color: #222222;
    background-color: rgba(34,34,34,.7);
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: transparent;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #777777;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #adadad;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #006687;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #adadad;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #006687;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #006687;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #006687;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

.navbar-form {
    margin-top:8px;
}

.navbar .btn {
	padding-top: 6px;
	padding-bottom: 7px;
	border:0px;
}

.loading {
	position: absolute;
	width:100%;
	height:100%;
	background-color: rgba(255,255,255,.8);
	top:0;
	left:0;
	right:0;
	bottom:0;
}

.load-content {
	margin-top: 25%;
	margin-left: 50%;
}

.ball1, .ball2, .ball3 {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	float: left;
	margin: 0 3px;
}

.ball1 {
	background-color: #62abc1;
	-webkit-animation: single1ball1anim 2s infinite linear;
	animation: single1ball1anim 2s infinite linear;
}

@-webkit-keyframes single1ball1anim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	12.5% {
		-webkit-transform: scale(1.2);
		transform: scale(1.5);
	}
	25%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes single1ball1anim {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	12.5% {
		-webkit-transform: scale(1.2);
		transform: scale(1.5);
	}
	25%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.ball2 {
	background-color: #468295;
	-webkit-animation: single1ball2anim 2s infinite linear;
	animation: single1ball2anim 2s infinite linear;
}

@-webkit-keyframes single1ball2anim {
	0%, 25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	37.5% {
		-webkit-transform: scale(1.2);
		transform: scale(1.5)
	}
	50%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes single1ball2anim {
	0%, 25% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	37.5% {
		-webkit-transform: scale(1.2);
		transform: scale(1.5)
	}
	50%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.ball3 {
	background-color: #34616f;
	-webkit-animation: single1ball3anim 2s infinite linear;
	animation: single1ball3anim 2s infinite linear;
}

@-webkit-keyframes single1ball3anim {
	0%, 50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	62.5% {
		-webkit-transform: scale(1.2);
		transform: scale(1.5)
	}
	75%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

@keyframes single1ball3anim {
	0%, 50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	62.5% {
		-webkit-transform: scale(1.2);
		transform: scale(1.5)
	}
	75%, 100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}