wewee {
  zoom: 1; 
  -moz-transform: scale(1); 
  -moz-transform-origin: 0 0;
  
  
    zoom: 0.6; /* Other non-webkit browsers */
    zoom: 60%; /* Webkit browsers */
  CSS-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}

html {  
  overflow-x: hidden;
  height: 101%;
}

body  {
  background: #ffffff;
  font-family: 'Arial', sans-serif;
  color:#808080;
  font-size:14px;
  zoom: 1.0;
}

@media (max-width: 1680px) {
  body  {
    zoom: 0.9;
  }
}

@media (max-width: 1460px) {
  body  {
    zoom: 0.8;   
  }
}

@media (max-width: 1290px) {
  body  {
    zoom: 0.7;   
  }
}

@media (max-width: 1140px) {
  body  {
    zoom: 0.6; 
  }
}

@media (max-width: 980px) {
  body  {
    zoom: 0.54;   
  }
}

@media (max-width: 820px) {
  body  {
    zoom: 0.4; 
  }
}

@media (max-width: 660px) {
  body  {
    zoom: 0.3;  
  }
}

@media (max-width: 480px) {
  body  {
    zoom: 0.2; 
  }
}

#header_box  {
  background: #ffffff !important;
}

input {
  font-size:23px;
  padding: 10px 10px 10px 10px;
  outline: 0;
  border:0;
  border: 2px solid #007cd6;
  color: #000000;
  margin-bottom:14px;
  width:740px;
}

input[type=checkjjbox] {
  font-family: 'Arial', sans-serif;
  font-size:28px;
  padding: 15px;
  outline: 0;
  border:0;
  width:25px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius:5px;
  color: #000000;
}

input[type=radio] {
  font-family: 'Arial', sans-serif;
  font-size:23px;
  padding: 15px;
  outline: 0;
  border:0;
  width:25px;
  background: #ffffff;
  border: 1px solid #007cd6;
  border-radius:5px;
  color: #000000;
}

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:50px;
    height:50px;
    margin:-5px 10px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
    border-bottom:1px solid #007cd6;
}
input[type="checkbox"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -52px top no-repeat;
}
 

input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
}

input[type="radio"] + label span {
    display:inline-block;
    width:50px;
    height:50px;
    margin: -5px 10px 0 0;
    vertical-align:middle;
    background:url(../img/check_radio_sheet.png) -104px top no-repeat;
    cursor:pointer;
    border-bottom:1px solid #007cd6;
}

input[type="radio"]:checked + label span {
    background:url(../img/check_radio_sheet.png) -156px top no-repeat;
}


textarea {
  font-family: 'Arial', sans-serif;
  font-size:23px;
  line-height:31px;
  padding: 10px;
  outline: 0;
  border:0;
  height: 220px;
  border: 2px solid #007cd6;
  border-radius:0px;
  color: #000000;
  width:740px;
}

input[type=submit] {
  font-family: 'Arial', sans-serif;
  font-size:23px;
  line-height: 32px;
  color: #ffffff;
  background: #007cd6;
  text-decoration:none;
  width:103px;
  padding: 7px 6px 7px 6px;
  transition: color .8s ease;
  border-radius:0px;
  border: 2px solid #007cd6;
  cursor:pointer;
}


input[type=submit]:hover {
  background: #ffffff;
  color: #007cd6;
  text-decoration:none;
}

p {
  margin:5px 0;
  line-height:25px;
}

a {
  text-decoration:underline;
  color:inherit;
  transition: color .1s ease;
}
a:hover{
  text-decoration:none;
}

strong {
  font-weight:bold;
}

figcaption strong {
  border-bottom: 1px solid #D6D0C1;
  padding-bottom:10px;
  margin: 10px 0;
  display:block;
}

figcaption {
  line-height: 25px;
  font-size:14px;
  width:200px;
}

hr {
  background-color: #c6c6c6;
  border:0;
  height:2px;
  margin:0px 0px 0px 396px;
}

a.franz       { display:block;
             background-image:url(../img/franz_aus.jpg);
             width:44px; height:27px }
a.franz:hover { background-image:url(../img/franz_an.jpg);}

a.englisch      { display:block;
             background-image:url(../img/engl_aus.jpg);
             width:44px; height:27px }
a.englisch:hover { background-image:url(../img/engl_an.jpg); }


/* FOOTER */

#footer {
	background:#007cd6;
	font-family: 'Arial', sans-serif;
	font-size:20px;
	line-height:32px;
	color: #ffffff;
}

#footer a{
	text-decoration:none;
}

#footer a:hover{
	text-decoration:underline;
}

/* HEADER */

#nav {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.mit_header {
  top: 14px;
}

.ohne_header {
  top: 34px;
}

.image_nav {

}

.haupt_nav {
  font-family: 'Arial', sans-serif;
  font-size:10px;
  width: 201px;
  text-align: center;
  border-top: 2px solid #007dc6;
  border-right: 2px solid #007dc6;
}

#ffkg_logo {
  padding: 36px 34px 0px 60px;
  width: 302px;
}

#textlogo {
  display:none;
}


#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	position: relative;
	list-style: none;
	white-space: nowrap;
}

/* main level link */

#nav a {
	padding:  2px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	display: block;
  font-family: 'Arial', sans-serif;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  color: #000000;
}

/* main level link hover */

#nav li:hover > a {
	color: #ffffff;
	background: #007dc6;
}

/* sub levels link hover */

#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
  transition: color .1s ease;
	color: #ffffff !important;
	
}

/* level 2 list */

#nav ul {
  border:2px solid #007cd6;
  z-index: 1000;
  background:#ffffff; !important;
  text-align:left;
	display: none;
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
  opacity: 1;
	color: #808080 !important;
	position: absolute;
	line-height:17px;
	top: 25px;
	left: -8px;
	min-width:201px;
}



/* dropdown */

#nav li:hover > ul {
	display: block;
}

#nav ul li {
	float: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 13px 3px 13px;
}

#nav ul li:hover {
	background: #007cd6 !important;
}

#nav ul a {
	font-weight: normal;
    
}

/* level 3+ list */

#nav ul ul {
	left: 181px;
	top: -3px;
}

/* clearfix */

#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/**#nav {
	display: inline-block;
	position:fixed;
	background:#ffffff;
} */

html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}


/* Main Navi */

nav {
   position: absolute;
   left: 177px;
}

nav ul {
  list-style:none;
}

nav ul li {
  display:block;
  float:left;
  margin: 0px 0px 0px 0px; 
}

nav ul li a  {
  font-family: 'Arial', sans-serif;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #808080;
  padding: 0px 0px 0px 0px;
	transition: all 0.1s linear;
}

nav ul li a:hover {

}

nav .current {
  font-family: 'Arial', sans-serif;
  outline:0; 
  -moz-outline:0; 
  text-decoration:none; 
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  background: #007dc6;
}


/* Mobile Navi */

#mobileMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index:900;
}

#mobileMenu ul li {
  display:block;
  background-color: #ffffff;
  color: #777777;
  padding: 13px 0;
  letter-spacing: 0.1em;
  text-align: center;
  border-bottom: 1px solid #c6c6c6;
  font-size:12px;
  text-decoration:none;
}

#mobileMenu a {
  text-decoration:none;
}

#mobileMenu a:hover {
  color: #000000;
}

.toggleMobile {
  display: none;
  z-index:999;
}




/* SLIDER */

#slider_content1, #slider_content2, #slider_content3
{
        line-height: 25px;
        font-family: 'Open Sans', sans-serif;
        width:350px;
        position:absolute;
        top:15%;
        left:15%;
        display:none;
        z-index:11;
}

#slider_content1 h3, #slider_content2 h3, #slider_content3 h3
{
        color:#EBE8DE;
        font-size:25px;
        font-weight:bold;
        margin-bottom:10px;
        background-color:#333333;
        padding:10px 15px;
        border-radius: 15px 0 15px 0;
        display:inline-block;
}

#slider_content1
{
        display:block;
}

#slider_content1 p, #slider_content2 p, #slider_content3 p
{
        margin:0 0 30px 0;
        color:#4a463b;
        background-color:#EBE8DE;
        padding:10px 15px;
        border-radius: 5px;
}


/* BUTTONS */

.button {
  font-size: 18px;
  padding:15px 34px;
  border: 1px solid #e8e8e8;
  background: #99CC00;
  color: #ffffff;
  text-decoration:none;
  border-radius:5px;
  box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
}

.button:hover {
  background: #99CC00;
  border-color: #808080;
  color: #ffffff;
}




/* SLIDESHOW */
/* Prevent the slideshow from flashing on load */

.slidesjs-container {
  position:absolute;
  top: 113px;
  left: 0px;
}
#slides {
  display: none
}


/* Center the slideshow */
.container {
  width:1856px;
  margin-top:201px;
}

#slider_top {
  margin-top:88px;
}



/* Show active item in the pagination */
.slidesjs-pagination .active {
  color:red;
}

#slider_content1 p .responsive_button, #slider_content2 p .responsive_button, #slider_content3 p  .responsive_button {
  display:none;
  color:#000;
}


/* MISC */

.clear {
  clear:both;
}

.hidden {
  position:absolute;
  clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
  clip: rect(1px, 1px, 1px, 1px);
}




/* KEYFRAMES */

@keyframes stylie-transform-keyframes {
  0% {transform:translateX(30px) translateY(46px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(260px) translateY(-150px) rotate(0deg) translate(-50%, -50%);}
}

@keyframes stylie-transform2-keyframes {
  0% {transform:translateX(40px) translateY(40px) rotate(0deg) translate(-50%, -50%);animation-timing-function: cubic-bezier(.25,.25,.75,.75);}
  100% {transform:translateX(50px) translateY(40px) rotate(0deg) translate(-50%, -50%);}
}