/* CSS Document */


/* Lade NeoSans Webfonts */
/* Lizenz auf China-Kampfkunst e.V. */
@font-face {font-family: 'NeoSansStd-Bold';src: url('fonts/25EC14_0_0.eot');src: url('fonts/25EC14_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/25EC14_0_0.woff') format('woff'),url('fonts/25EC14_0_0.ttf') format('truetype');}
@font-face {font-family: 'NeoSansStd-Regular';src: url('fonts/25EC14_1_0.eot');src: url('fonts/25EC14_1_0.eot?#iefix') format('embedded-opentype'),url('fonts/25EC14_1_0.woff') format('woff'),url('fonts/25EC14_1_0.ttf') format('truetype');}
@font-face {font-family: 'NeoSansStd-Light';src: url('fonts/25EC14_2_0.eot');src: url('fonts/25EC14_2_0.eot?#iefix') format('embedded-opentype'),url('fonts/25EC14_2_0.woff') format('woff'),url('fonts/25EC14_2_0.ttf') format('truetype');}
 

/* Diskret aufgebauter Burger als Zugang zum Menue für kleine Bildschirme */
.burgerbar1, .burgerbar2, .burgerbar3 {
	width: 20px;
	height: 3px;
	background-color: #333;
	margin: 4px 0;
	transition: 0.4s;
  }
  
  /* Transformation zw Burger und X */
  .change .burgerbar1 {
	-webkit-transform: rotate(-45deg) translate(-4px, 4px);
	transform: rotate(-45deg) translate(-4px, 4px);
  }
  
  .change .burgerbar2 {opacity: 0;}
  
  .change .burgerbar3 {
	-webkit-transform: rotate(45deg) translate(-5px, -7px);
	transform: rotate(45deg) translate(-5px, -7px);
  }

  

html, body, h1, h2, h3, h4, h5, h6, p, ul, li {
    font-family: "NeoSansStd-Regular", sans-serif;
	color:#999999;
  }

body {
	background-color: #999999;
	background-image: url('../img/background/textur.jpg'); 
	background-repeat: repeat-x;
}

.sprd-header__title, .sprd__headline {
	font-family: "NeoSansStd-Light", sans-serif !important;
	color:#EEB414 !important;
	}

.ckk-gelb {
	font-family: "NeoSansStd-Light", sans-serif !important;
	color:#EEB414 !important;
	}

.ckk-dunkelrot {
	color:#892121 !important;
	}
.ckk-rot {
	color:#CD0000 !important;
	}

.titel-RESERVE {
	font-family: NeoSansStd-Regular;
	color:#CD0000;
	font-size:22px;
	height:35px;
	vertical-align:middle;
	}

.ckk-link a:link	{
	color:#CD0000;
	text-decoration: none;
	}
.ckk-link a:visited{
	color:#CD0000;
	text-decoration: none;
	}
.ckk-link a:hover{
	color:#CD0000;
	background-color:#EEB414;
	text-decoration: none;
	transition: background-color 0.5s linear;
	}
.ckk-link a:active{
	color:#CD0000;
	text-decoration: none;
	}

.sprungmarke {visibility: hidden; height: 0px !important; position: absolute; margin-top: -36px;}