@charset "UTF-8";
/* CSS Document */

/*******************************/
/************** CD ************/
/******************************

red 				#e30613;
dark (mythos) 		#181b1c;
lightgrey   		#e5e8e4;


2023 Oktober evolvere,  Stefan Förtsch

/**********************************/

/*******************************/
/********* FONTS LOCAL ********/
/*****************************/

/* roboto-condensed-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-condensed-v25-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v25-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-condensed-v25-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/*******************************/
/********* General CSS ********/
/*****************************/

html {
  font-family: 'Roboto Condensed', serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  font-family: 'Roboto Condensed', serif;
  font-size: 24px;
  font-weight: 400;
  color: #000;

}

/*** Typo ***/

h1, h2, h3, h5, h6 {
  font-weight: 600;
  font-style: italic;
  color: #e30613;
  text-align: center;
}

h1 {
  font-size: 55px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 35px;
}

h2 {
  padding-top: 15px;
  font-size: 35px;
  color: #000;
}

h3 {
  font-size: 25px;
}

h4 { /* events */	
  font-size: 50px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 35px;
  font-style: italic;
  font-weight: 600;
  color: #999;
  text-align: center;
}

p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  font-style: italic;
}

.info p {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}

figure figcaption {
  padding-top: 8px;
  font-size: 16px;   
  font-weight: 400;
  line-height: 19px 
}	

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}


/*** Links ***/	 

a {
  color: #DFA6A7;
  transition: .3s;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  color: #e30613;	
  outline: none;
  text-decoration: none;
}


/*** Abstände ***/	  

.mb-10 {
  margin-bottom: 6rem !important;
}

.mt-10 {
  margin-top: 5rem !important;
}

.pt-10 {
  padding-top: 8rem !important;
}

.pb-10 {
  padding-bottom: 6rem !important;
}

/*** Linie ***/	

 hr {
  margin-bottom: 10px;
  margin-top: -1px;
  border-top: 5px solid #e30613;
  opacity: 1;
}

 .hr2  {
  margin-bottom: 10px;
  margin-top: -1px;
  border-top: 5px solid #999;
  opacity: 1;
}


/**********************************/
/************* Images ************/
/********************************/	

.img-fluid {
  max-width: 100%;
  height: auto;

}

.img-logo {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.img-home {
  padding-top:50px;
  padding-bottom: 50px;
  max-width: 100%;
  height: auto;
}	

.img-head {
  max-width: 100%;
  height: auto;
  margin-top: 75px;

}
.img-at {
  padding-top: 120px;
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}		


/**********************************/
/**********  Background **********/
/********************************/	

.bg-lightgrey {
  background-color: #e5e8e4; !important;
}

.bg-red {
  background-color: #e30613; !important;
}

.bg-mythos {
  background-color: #181b1c; !important;
}


/**************************************/
/*********** 10- declare ************/
/**********************************/		

.declare h1 {
  margin-top: 40px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 35px;
  line-height: 40px;
  font-weight: 600;
}

.declare h2 {
  margin-top: 25px;
  margin-bottom: 5px;  
  font-size: 24px;
  letter-spacing: 0.1rem;
  line-height: 30px;
  font-weight: 600;
}

.declare p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.declare a {
  color: #85b7d1;
  text-decoration: none;
  background-color: transparent;
}

.declare a:hover {
  color: #999;
  text-decoration: none;
}	


/*******************************/
/*********** list *************/
/*****************************/

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 30px;
  margin-bottom: 10px;
  line-height: 40px;
  font-weight: 400;
  list-style: none;
  list-style-type: disc;
}

.list-group-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  font-size: 24px;
  color: #121518;
  font-weight: 700;
  border: none;	
}

.list-group-item:first-child {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}	 


/**********************************/  
/************* Tables ************/
/********************************/	

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;

  --bs-table-striped-color: #F96;
  --bs-table-striped-bg: #F96;

  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);

  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 5rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table > tbody {
  vertical-align: inherit;
  font-style: italic;
}

.table > thead {
  vertical-align: bottom;
  font-style: italic;
}

.table > :not(:first-child) {
  border-top: 3px solid #e30613;
}

.caption-top {
  caption-side: top;
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}		


/**********************************/  
/************* Buttons ***********/
/********************************/
      
.btn {
  display: inline-block;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
  font-size: 20px;
  color: #000;
  background-color: #fff;
  border-color: #e30613;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 25px;
  margin-top: 25px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}

.btn-secondary {
  font-size: 20px;
  color: #000;
  background-color: #fff;
  border-color: #e30613;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  margin-top: 250px;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #e30613;
  border-color: #e30613;
}


/*** galery ***/

.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/* events hat eigenes css da anders */

.events {
  font-size: 60px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-top: 35px;
  text-align: center;
  font-style: italic;
  color: #999;
}



/* *********** gallery ++++++++++++++++++++++** */


:root {
  --lightbox: rgb(0 0 0 / 0.75);
  --carousel-text: #fff;
}

body {
  margin: 1.5rem 0 3.5rem;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-item img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
	font-size: 16px;
}

.gallery-item:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 75%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 60%;
  }
}

[data-bs-theme = "dark"] .lightbox-modal .carousel-control-next-icon,
[data-bs-theme = "dark"] .lightbox-modal .carousel-control-prev-icon {
    filter: none;
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 0,75rem;
}

.bi {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.035em;
  fill: currentcolor;
}

