@font-face {
font-family: 'Alps Cond';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local(''),
url('../fonts/Alps-Condensed.woff') format('woff'), 
url('../fonts/Alps-Condensed.ttf') format('truetype'), 
}

@font-face {
font-family: 'Alps Light';
font-style: normal;
font-weight: 500;
font-display: swap;
src: local(''),
url('../fonts/Alps-Light.woff') format('woff'), 
url('../fonts/Alps-Light.ttf') format('truetype'), 
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
color: #dc5927 !important;
}

:root { 
	/*1. Make background black*/
	/*--body-bg: #000000;*/

	/*2. Make Text White*/
	/*--body-color: #FFFFFF*/
	/*3. Adjust Cassiopeia Color Scheme*/
	--cassiopeia-color-primary: #420937;
	--cassiopeia-color-link: #ff9f00;
	--cassiopeia-color-hover: gold;
}

body.site {
  
  background-image: url("j5.suchhunde-pinneberg.de/images/k-9bodybackground.png");
  background-size: cover;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  color: #808080;


  /*
  width: 100%;
*/
/*
  background-color: #ffffff;
*/
}

.breadcrumb {
 visibility: hidden;
  font-size: 1rem;
}

body {
  background-image: url("k-9bodybackground.png");
  background-size: cover;
  width: 95%;

  color: red;
    
  /*
  width: 100%;
*/
/*
  background-color: #ffffff;
*/
}
.container-header .grid-child
{
  padding: 0px;
}

.container-header {
/*background-color: transparent !important;*/
background-color: #ffffff;
  
}

.container-component>:first-child, .container-sidebar-left>:first-child, .container-sidebar-right>:first-child, .container-component>*+*, .container-sidebar-left>*+*, .container-sidebar-right>*+* {
  margin-top: 0;
}

:root {
    --hue: 214;
    --template-bg-light: Transparent !important;
    --template-text-dark: #dd2858;
    --template-text-light: #ffffff;
    --template-link-color: var(--link-color);
    --template-special-color: Transparent !important;
}
