body {
	background-color: #333;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.1em;
	line-height: 1.4;
	color: #fff;
	overflow: scroll;
	font-weight:300;
	}

a {
    color: #cccccc;
    text-decoration: none;
}
a:focus, a:hover {
    color: #ff3333;
    text-decoration: none;
}
h1{
  font-size:1.9em;
  color: #fff;
  text-transform: uppercase;
}
h2 {
  font-size:1.6em;
  color: #fff;
  text-transform: uppercase;
}
h3{
	font-size:1.2em;
  color: #fff;
  text-transform: uppercase;
}
h4{
  font-size:1.1em;
  color: #333;
  text-transform: uppercase;
}
h5{
  font-size:0.9em;
  color: #fff;
  text-transform: uppercase;
}
h6{
  font-size:0.9em;
}

.size-1-2 {
	font-size:1.2em;
}

link {
    color: #cccccc !important;
    text-decoration: none !important;
}
link:hover {
    color: #ff3333 !important;
    text-decoration: none !important;
}
.text-black {
	color:000;
}
.navbar-brand {
	font-weight:500;
}
.red {
	color: #ff3333;
}
.bio-text {
	line-height: 1.6;
}
.bio-text a:link  {
			color: #ff9999;
			font-weight: 500;
}

.bio-text a:hover {
			color: #ff3333;
			font-weight: 500;
}
.times {
	font-family: 'Times New Roman', serif;
}
.upper {	
  text-transform: uppercase;
}
.img-responsive {
 max-width: 100%;
 height: auto;
}
.text-secondary {
    color: #eae8e8 !important;
}
.bg-dark {
    background-color: #000 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #990000;
	font-weight: 500;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #990000;
	font-weight: 500;
}
.navbar-nav {
	font-weight: 500;
}
.title-margin {
	margin-top: 10px;
  text-transform: uppercase;
}
.img-grayscale {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.img-grayscale:hover {
  -webkit-filter: grayscale(80%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(80%); /* FF 35+ */
}
.img-grayscale-invers {
  transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
.img-grayscale-invers:hover {
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
.img-brightness {
  transition: filter .5s ease-in-out;
  -webkit-filter: brightness(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: brightness(0%); /* FF 35+ */
}
.img-brightness:hover {
  -webkit-filter: brightness(200%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: brightness(200%); /* FF 35+ */
}
.intro {
	background:rgba(255,255,255, 0.7);
	color: #333;
}
.display-intro {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    background-color:#fff;
	color: 666;
	border-radius: 5px;
	padding: 4px 0 4px 0;
	opacity: 0.7;
}
.small, small {
    font-size: 90%;
    font-weight: 400;
}
.fliesstext {
	font-size:1em;
	line-height: 1.5;
	color: #fff;
}
.panel-heading {
    color: #333;
    background-color: #666;
    border-color: #ddd;
        border-top-color: rgb(221, 221, 221);
}
.ex {
	line-height:1.8;
}
.jumbotron {
	background-color: #3e3d3d;
}
.jumbotron-2 {
	border-top: 1px solid #3e3d3d;
	border-bottom: 1px solid #3e3d3d;
	background-color: #3e3d3d;
}
.shariff ul {
	justify-content: center;
}
.page-header {
	text-transform: uppercase;
}
/*style list*/
ul.no_bullet {
list-style-type: none;
padding-left: 0px;
}
li.arrow {
background: url('img/elements/arrow-right.png') no-repeat left top;
padding-left: 25px;
}
.box-grey {
	background-color: #3e3d3d;
}
.box-red {
	color: #fff;
	background: #990000;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.quote {
	font-family: 'Courgette', cursive;
	font-size:18px;
	line-height: 1.2;
	color: #ce1817;
	float:left;
}
.quote-text {
	font-family: 'Roboto', sans-serif;
	font-size:1.1em;
	line-height: 1.4;
	font-style: bold;
	color: #fff;
	text-align: left;
	float:left;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 0px;
}
.bold {
	font-style: 700;	
}
.uppercase {
  text-transform: uppercase;	
}
.clearer {
	clear:both;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
hr {
    border-top: 1px solid #f0f0f0;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #666;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.text {
    font-size: 1.0rem;
    font-weight: 300;
}
.space 
{
	letter-spacing: 0.1em;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}
.blurb-bg {
	background-color: white;
	padding: 0 0 10px 0;
}
.thumb{
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 5px;
padding-left: 5px;
}
.img-thumbnail {
    padding: .05rem;
    background-color: #000;
    border: 0px solid #dee2e6;
    border-radius: 0rem;
    max-width: 100%;
    height: auto;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #000;
    background-clip: padding-box;
    border: 1px solid #333;
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    border-bottom: 1px solid #f0f0f0;
}
.modal-footer {
    border-top: 1px solid #333;
}
.close {
    color: #fff;
}
.close:hover {
    color: #fff;
}

/* Intro Video mit lay over Image for --> sub-rencontres.html */ 
	#fullscreen-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('img/sub-rencontres/video-dna-of-films-by-burkhard-von-harder.jpg') center/cover no-repeat; /* Hintergrundbild des Bildes */
	z-index: 1; /* Stellen Sie sicher, dass das Bild über dem Video liegt */
	cursor: pointer; /* Zeige den Mauszeiger als Zeigefinger an, um anzuzeigen, dass das Bild klickbar ist */
	}
	#video-container {
	position: relative;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Seitenverhältnis */
	}
	#video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0; /* Stellen Sie sicher, dass das Video unter dem Bild liegt */
	}
/* BACKGROUND TRANSITIONS */
/* Grow */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #990000;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}


.portfolio-item {
	height:auto;
    margin-top: 30px;
}
.portfolio-item-2 {
    margin-top: 15px;
}
.portfolio-title {
	  display: flex;
	  align-items: flex-start;   /* Text bleibt unten im Block */
	  min-height: 4.5rem;      /* Höhe für bis zu 3 Zeilen Text */
	  margin-top: 1.5rem; 

}
.portfolio-date {
	min-height: 50px;
}
.image-details {
	max-width: 100%;
	height: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.abstand {
	margin-top: 20px;
}
.abstand-01 {
	margin-top: 110px;
}
.abstand-02 {
	margin-top: 50px;
}
.socials {
}
/* cookiewarnung 
#cookiedingsbums a {color:#000; text-decoration:none;}

#cookiedingsbums a:hover {text-decoration:underline;}

#cookiedingsbums div {padding:10px; padding-right:40px;}

#cookiedingsbums { 
   outline: 1px solid #7b92a9; 
   text-align:center; 
   border-top:1px solid #fff;
   background: #d6e0eb; 
   background: -moz-linear-gradient(top, #d6e0eb 0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6e0eb), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%);
   background: -ms-linear-gradient(top, #d6e0eb 0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #d6e0eb 0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(   startColorstr='#d6e0eb', endColorstr='#f2f6f9',GradientType=0 ); 
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:12px; 
   line-height:16px;}

#cookiedingsbumsCloser {
   color: #777;
   font: 14px/100% arial, sans-serif;
   position: absolute;
   right: 5px;
   text-decoration: none;
   text-shadow: 0 1px 0 #fff;
   top: 5px;
   cursor:pointer;
   border-top:1px solid white; 
   border-left:1px solid white; 
   border-bottom:1px solid #7b92a9; 
   border-right:1px solid #7b92a9; 
   padding:4px;
   background: #ced6df; /* Old browsers */
   background: -moz-linear-gradient(top, #ced6df0%, #f2f6f9 100%); 
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ced6df), color-stop(100%,#f2f6f9)); 
   background: -webkit-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -o-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: -ms-linear-gradient(top, #ced6df0%,#f2f6f9 100%); 
   background: linear-gradient(to bottom, #ced6df0%,#f2f6f9 100%); 
   filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr='#ced6df', endColorstr='#f2f6f9',GradientType=0 ); 
 }

#cookiedingsbumsCloser:hover {border-bottom:1px solid white; border-right:1px solid white; border-top:1px solid #7b92a9; border-left:1px solid #7b92a9;
 }*/

/* Extra small devices (portrait phones, less than 576px)*/
/* No media query since this is the default in Bootstrap-------------------------------------------------------------*/
@media (min-width: 0px) {
}
/* Small devices (landscape phones, 576px and up)-------------------------------------------------------------*/
@media (min-width: 576px) {
.portfolio-item {
	height:320px;
    margin-top: 60px;
}

}
/* Large devices (desktops, 992px and up)-------------------------------------------------------------*/
@media (min-width: 992px) {

}
/* Extra large devices (large desktops, 1200px and up)-------------------------------------------------------------*/
@media (min-width: 1200px) {
.container {
    min-width: 1100px;
}
}
/* Extra large devices (large desktops, 1920px and up)-------------------------------------------------------------*/
@media (min-width: 1920px) {
.container {
    min-width: 1500px;
}
}