body {
    background-color: #444;
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: 0.02em;
	font-size:1.1rem;
    margin:50px;
    color:gainsboro;
	background-image: url("img/elements/bg-ukr.jpg");
	background-position: center top;
    background-size: 100% auto;
	overflow:auto;
	padding-top: 3rem;
	padding-bottom: 3rem;
	padding-bottom:0;
} 
.bg-dark {
  background-color: #444 !important;
}
/* embedded Google Fonts */
/* latin-ext !!!! */ 
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19y7DRs5.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(fonts/robotocondensed/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7DQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext !!!! */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCoYb8td.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(fonts/robotocondensed/ieVi2ZhZI2eCN5jzbjEETS9weq8-32meGCQYbw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



::selection {background: #fff; color: #a6a7a7;}
::-moz-selection {background: #fff; color: #a6a7a7;}	

/* slider titel */
h1 {    
	font-size: 1.8rem;
}
/* mandate/ Freiberufler*innen */
h2 {    
	font-size: 1.6rem;
}
/* subsite Überschriften */
h3 {    
	font-size: 1.3rem;
}
/* footer */
h4{
	font-size: 1.2rem;
}
h5{
	font-size: 0.9rem;
}
h6{
	font-size: 0.7rem;
}
.letspace {
	letter-spacing: 0.1em;
	word-spacing: 8px;
}
/* links */
a:link {
    color: coral;
	text-decoration:none;
}
a:visited {
    color: Lightcoral;
}
a:hover {
    color: orangered;
	text-decoration:none;
}
a:active {
	color: orangered;
}
a:focus { 
	outline:none; 
} 
/* organization */
.hyph {
hyphens: auto;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.clearfix  {
	clear:both;
}
.img-fluid {
	width: 100%; 
	height: auto; 
}
.img-bg {
  opacity: 0.5;
}
.text-link {
	text-decoration: underline !important;
   text-underline-offset: 4px;	
}
.font-weight-bold {	
  font-weight: 700;
}
.text-muted {
  --bs-text-opacity: 1;
  color: #c7c8c9 !important;
}
.btn-danger {
  background-color: coral;
}
.accordion-button:not(.collapsed) {
  color: #cc3300;
  background-color: #ff330020;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.abstand {
	margin-top: 60px;
}
.ab-unten {
	margin-bottom: 120px;
}

/* image hover styles */
.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(85%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(85%); /* 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(50%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: brightness(50%); /* FF 35+ */
}
.img-brightness:hover {
  -webkit-filter: brightness(150%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: brightness(150%); /* FF 35+ */
}


/* cookiewarnung */
#cookies a {color: coral; text-decoration:none;}

#cookies a:hover {color: orangered; text-decoration:none;}

#cookies div {padding:15px; padding-right:40px;}

#cookies {
    position: fixed;
    top: 30%; /* Hier die Höhe des Headers eintragen */
    left: 0;
    width: 100%;
    background-color: #333;
    color: #fff;
    padding: 15px;
    box-sizing: border-box;
    z-index: 10000;
    display: none;
}

.cookies {
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

#cookie-btn {
    color: #fff;
    cursor: pointer;
    border-radius: 50%; /* Runde Ecken */
    border: 0; /* Diese Zeile entfernt die Border um den Button */
    padding: 8px; /* Platz für das Symbol */
    background: #999933;
}

#cookie-btn:hover {
    background-color: #669900;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Die Höhe des Overlays ist die volle Höhe des Bildschirms */
    background-color: rgba(0, 0, 0, 0.5); /* Transparentes Schwarz */
    z-index: 9999;
    display: none;
}

/*Video*/
.embed-responsive {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 ratio */
    transition: transform 0.6s;
    transform-style: preserve-3d;
    cursor: pointer;
}

.flip-card:hover .flip-card-inner:not(.flipped) {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #bbb;
    color: black;
}

.flip-card-back {
    background-color: white;
    color: black;
    transform: rotateY(180deg);
}

.thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Intro Video */ 
#fullscreen-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('img/img/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 */
}
/* Intro Video */ 
#fullscreen-image-02 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('img/img/video-thalamus-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 */
}
#video-02 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 0; /* Stellen Sie sicher, dass das Video unter dem Bild liegt */
}


/*Icons*/
.img-icon {
	max-width:110px;
}
.lheight {
  line-height: 1.6 !important;
}
.clone {
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.shadow {	
	box-shadow: 0 0 7px rgba(33,33,33,.4); 
	transition: box-shadow .3s;
}
.no-gutters {
  padding: 0 0 !important;
}
.nowrap{
	white-space: nowrap;
}
.btn-dark:hover {
  color: #ff3300 !important;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.border-top {
  border-top: 1px solid gray !important;
}
.border-bottom {
  border-bottom: 1px solid gray !important;
}

/* colors */

.bg-red {
	background: #990000;
}
.bg-lgrey {
	background: #f9f9f9;
}
.bg-lgrey2 {
	background: #f0f0f0;
}
.bg-grey {
	background: #cacaca;
}
.bg-dgrey {
	background: #5c5c5C;
}
.bg-black90 {
	background: #00000090;
}

.text-red {
	color: #990000;
}
.text-bright-grey {
	color: #cacaca;
}
.text-mid-grey {
	color: #adacac
}
.text-dark-grey {
	color: #5c5c5C;
}

/* bootie base orga */
#logo {
	width: 280px  !important;
	height: auto;
	border: 0px;
}
#logo-sm {	
	width: 240px;
	height: auto;
}
.mt-start {
	margin-top: 100px;
}
.card {
	border: 0px solid rgba(0,0,0,.125);
}
.card-text {
	font-size:1em;	
}
/* navbar */
.menu-item {
	font-family: 'Libre Baskerville', serif;
}
/* Style for normal navbar links */
.navbar-dark .navbar-nav .nav-link {
    color: coral; /* Normal color */
	font-weight: 500;
}

/* Style for active navbar link */
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link:hover {
	color: orangered; /* Active color */
	font-weight: 500;
}

/*style list*/
ul.no_bullet {
list-style-type: none;
padding-left: 0px;
}
li.arrow {
background: url('img/elements/arrow.png') no-repeat left top;
padding-left: 25px;
}
/* style footer */
.text-footer {
	color: gainsboro;
}
a.footer-link {
	font-size: 1em;
	color: Coral;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	line-height:1.8em;
}
.footer-link:hover {
	color: orangered;
}	
}

@media (min-width: 1400px) {

}
/* Extra small devices (portrait phones, less than 576px)*/
/* No media query since this is the default in Bootstrap------------------------------------------------ BLUE */
/* Small devices (576px and up)*/
@media (min-width: 576px) {
/* style footer */
.container {
    max-width: 550px;
}
}
/* Medium devices (tablets, 768px and up)------------------------------------------------------------- GREEN */
@media (min-width: 768px) {
	
.container {
    max-width: 740px;
}

}
/* Large devices (desktops, 992px and up)------------------------------------------------------------- YELLOW */
@media (min-width: 992px) {	
/* style slider */
.container {
    max-width: 980px;
}
.mt-start {
	margin-top: 110px;
}
/* Projektbeispiele */
.p-bottom {
	margin-bottom:60px;
}
.scrollLeftBtn, .scrollRightBtn {
  padding: 0 8px 0 8px; 
}
}
/* Extra large devices (large desktops, 1200px and up)------------------------------------------------------ BROWN */
@media (min-width: 1200px) {
.container {
    max-width: 1150px;
}
}
/* XXL (large desktops, 1400px and up)-------------------------------------------------------------*/
@media (min-width: 1400px) {
.container {
    max-width: 1350px;
}
}
/* XXXL (large desktops, 1920px and up)-------------------------------------------------------------*/
@media (min-width: 1920px) {
.container {
    max-width: 1600px;
}
}
/* Ultra large devices (large desktops, 1920px and up)-------------------------------------------------------------*/
@media (min-width: 2560px) {
.container {
    max-width: 1900px;
}
}
