/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */



/* eb-garamond-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: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/garamond/eb-garamond-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-500 - 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: 'EB Garamond';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/garamond/eb-garamond-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-600 - 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: 'EB Garamond';
  font-style: normal;
  font-weight: 600;
  src: url('assets/fonts/garamond/eb-garamond-v27-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-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: 'EB Garamond';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/garamond/eb-garamond-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* eb-garamond-800 - 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: 'EB Garamond';
  font-style: normal;
  font-weight: 800;
  src: url('assets/fonts/garamond/eb-garamond-v27-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: rgb(var(--bs-tertiary-color-rgb));
}

.argentumlogo{
	font-family: EB Garamond;
	font-size: 36px;
	font-weight: 400;
	margin-bottom:10px;
}

.garamondheadline{
	font-family: EB Garamond;
	font-size: 36px;
	font-weight: 400;
	margin-bottom:20px;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.carousel {
  position: unset;
}
.carousel-indicators {
  bottom: 30px;
}
.carousel-caption {
  position: relative;
  padding-top: 50vh;
  text-align: center !important;
  left: 0%;
}



/* Carousel base class height: calc(100vh - 120px) */
.carousel {
  margin-bottom: 4rem;
  margin-top: -50px;
}

.carousel-image{
	height: calc(100vh - 0px);
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 1;
  
}

/* Declare heights because of positioning of img element 
.carousel-item {
  /*height: 40rem;
}*/
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  opacity: 0.5;
}

.carousel-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.bg-img-2 {
  background-image: url('images/homeslider_1.jpg');
}

.text-start h1 {
	font-size:58px;
	font-weight: bold;
	color: #fff;

}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}

/* rtl:end:remove */

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 32px;
    line-height: 1.4;
	color: #fff;

	font-weight:bold;
  }

  .featurette-heading {
    font-size: 40px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

.bg-dark {
  --bs-bg-opacity: 0.8;
  background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;

  height: 65px;
}


a {
  color: rgb(var(--bs-tertiary-color-rgb));
  text-decoration: none;
}

@media (max-width: 639px) {
.carousel-caption {
  padding-top: 40vh;
}

.text-start h1 {
  font-size: 42px;

}
  .carousel-caption p {

    font-size: 24px;
    line-height: 28px;
    color: #fff;
    font-weight: bold;
  }
  
.contentimages{
	width:100%;
}

.argentumlogo {
  margin-top: -10px;
}

.mobilemargin {
  margin-top: 40px;
}

.lic{
	width: 90%;
}
}

.imprintfontsize{
	font-size: 18px;
}



#setcookie {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #424242;
	padding: 12px;
	font-size: 14px;
	z-index:9999;
}
#setcookie a.button {
	cursor: pointer;
	background: #ccc;
	padding: 8px 20px;
	margin-left: ;
	border-radius: 3px;
	font-weight: bold;
	float: ;
	color: #000;
}
#setcookie a.button:hover {
	background-color: #aaa;
}
#setcookie p.cookietext {
	display: block;
	padding: 0;
	margin: 0;
}

.cookielink {
	color: #000 !important;
}

.mailbutton {
  --bs-btn-padding-y: 5px;
  --bs-btn-padding-x: 10px;
  --bs-btn-font-size: 18px;
}