body.site {
	background: transparent;
	background-image: url(../../../../../images/phocagallery/Meine_Bilder/2023_Eisenach/d192d343-2e33-49a6-a648-40b71c6cf187-1508-0000019443247952.jpg);
  	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
/* aclonica-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: 'Aclonica';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../../fonts/aclonica/aclonica-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../../../../fonts/aclonica/aclonica-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../../fonts/aclonica/aclonica-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../../fonts/aclonica/aclonica-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../../fonts/aclonica/aclonica-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../../fonts/aclonica/aclonica-v18-latin-regular.svg#Aclonica') format('svg'); /* Legacy iOS */
}
/* give-you-glory-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: 'Give You Glory';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../../fonts/give-you-glory/give-you-glory-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../../../../fonts/give-you-glory/give-you-glory-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../../fonts/give-you-glory/give-you-glory-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../../fonts/give-you-glory/give-you-glory-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../../fonts/give-you-glory/give-you-glory-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../../fonts/give-you-glory/give-you-glory-v15-latin-regular.svg#GiveYouGlory') format('svg'); /* Legacy iOS */
}
/* petemoss-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: 'Petemoss';
  font-style: normal;
  font-weight: 400;
  src: url('../../../../../fonts/petemoss/petemoss-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../../../../../fonts/petemoss/petemoss-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../../../../fonts/petemoss/petemoss-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../../../../fonts/petemoss/petemoss-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../../../../fonts/petemoss/petemoss-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../../../../fonts/petemoss/petemoss-v5-latin-regular.svg#Petemoss') format('svg'); /* Legacy iOS */
}
.container-header{
  background-image: none;
  background-color: orange;
}

.item-content, .com-content-article__body{
  color: orange;
  background-color:rgba(200,150,50,0.3);
  border-radius: 50 px;  
}

.item-content a, .com-content-article__body a{
	color: darkgoldenrod;
  border:none;
}
.card{
  border-radius: 20 px;
  border: 5px;
  border-color: red;
}
.card-header {
  color: orange;
  border:none;
  background: rgba(200,150,50,0.3);
  border-radius: 20 px;
  border: 5px;
  border-color: red;
}

.card-body {
  color: orange;
  border:none;
  background: rgba(200,150,50,0.3);
}
.card-body a{
  color: darkgoldenrod;
  border:none;
}

.container-nav{
  color: yellow;
}

.redbackground{
    color: blue;
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Give You Glory","Aclonica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}

.footer .grid-child {
	background: transparent;
}