/* CSS Document */


.honeypot {
    position: absolute;
	display: none;
  
    width: 0;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

/*-------------------        LOGIN                  -------------------------*/

#logincontainer{
	width: 28%;
	min-width: 300px;
	margin-left: 36%;
  /*  margin: auto; */
	position: relative;
	z-index: 92;
	height: 100%;
	float: left;
}

#logincontainer label{
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 10% 10% 0%;
}

#logincontainer form input{
	width: 92%;
	margin: 10px 0% 10px 0%;
	padding: 4%;
	border: none;
	float: left;
	display: inline-block;
	font-family: titling-gothic-fb-extended,sans-serif;
    font-style: normal;
    font-weight: 100;
	font-size: 16px;
	color: rgba(41,171,226,1.00);
}

#logincontainer form input:focus{
	outline: none;
}

#logincontainer #senden{
	width: 100%;
	background: rgba(255,255,255,0.3) ;
	border-style: hidden;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	color:#ffffff;
 	font-family: titling-gothic-fb-extended,sans-serif;
    font-style: normal;
    font-weight: 100;
	font-size: 16px;
	position: relative;
}


#logincontainer #senden:hover{
	background: rgba(255,255,255,0.60);
}

#logincontainer a{
	background: rgba(0,0,0,0.0);
	color: #fff;
	font-family: titling-gothic-fb-extended,sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 10px;
	padding: 0 0 0 0%;
	text-transform: uppercase;
	margin: 0 10% 10% 0%;
	width: 80%;
	text-align: left;
	text-decoration: underline;
	position: relative;
}


#logincontainer form button{
	width: 100%;
	margin: 0 10% 10px 0%;
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
	float: left;
	display: inline-block;
	font-family: titling-gothic-fb-extended,sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	background: rgba(255,255,255,0.3);
}


h3 span { margin-left: 10%;
}
/*#####

/*##########################  HTML TAG  ################################## 

body, html {
    margin: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-image: -webkit-linear-gradient(309deg,rgba(41,171,226,1.00) 0.52%,rgba(34,181,115,1.00) 100%);
    background-image: -moz-linear-gradient(309deg,rgba(41,171,226,1.00) 0.52%,rgba(34,181,115,1.00) 100%);
    background-image: -o-linear-gradient(309deg,rgba(41,171,226,1.00) 0.52%,rgba(34,181,115,1.00) 100%);
    background-image: linear-gradient(141deg,rgba(41,171,226,1.00) 0.52%,rgba(34,181,115,1.00) 100%);
    background-repeat: no-repeat;
    /*background-attachment: scroll;*/


  /*#####

	background-position: 0% 0%;
    font-family: titling-gothic-fb-extended,sans-serif;
    font-style: normal;
    font-weight: 100;
    background-size: cover;
    background-clip: border-box;
    background-attachment: fixed;
}


	


a {
	
	
	color: rgba(255,255,255,1);
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
a:active {
	text-decoration: none;
	color: rgba(196,255,212,1.00);
}


.clearleft {
	clear: left;
}
.clearright {
	clear: right;
	width: 0px;
}

.clear_both {
	clear: both;
}

p {
    margin-top: 0vw;
}

.ausgleichunten {
    margin-bottom: -4vw;
    position: relative;
}

.ausgleichoben {
    margin-top: -4vw;
    position: relative;
}

/*##########################  HTML TAG  ###################################*/ 


/*##########################  HEADER TAG  ###################################*/ 

 /*#####   
    
header {
	width: 86%;
	/*height:100%; */

/*#####
	overflow: hidden;
	float: left;
	padding-top: 7%;
	padding-right: 7%;
	padding-left: 7%;
	padding-bottom: 5%;
	position: relative;
}

header #ki_menu {
    float: right;
   display: inline-block;
    }

header #ki_menu ul  {
	margin: 0;
	padding: 0;
	list-style-type:none;
       
	
}


/*#####################################  menu   ###################################*/

/*#####

.nav-bar {
	width: 80%;
	float: right;
	min-width: 300px;
	position: relative;
}

.nav-bar__label {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
  
    width: inherit;
}

.nav-bar__label::after,
.nav-bar__sub-label::after {
    content: "";
}

.nav-bar__label,
.nav-bar__sub-label {
    cursor: pointer;
}


.nav-bar__list {     /*  ### dropdown ##*/

/*#####
	list-style: none;
	margin: 0;
	padding: 0;
	width: 90%;
	position: relative;
}

.nav-bar__list,
[id^="toggle"] {
    display: none;
}

[id^="toggle"]:checked + .nav-bar__list {
	display: block;
}

.nav-bar__list-item {
	display: block;
	min-width: 100px;

}

.nav-bar__link,
.nav-bar__sub-label {
	color: #fff;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-decoration: none;
	word-wrap: break-word;
	position: relative;
}

.nav-bar__list-item .nav-bar__list-item .nav-bar__link,
.nav-bar__list-item .nav-bar__list-item .nav-bar__sub-label {
    padding: 10px 10px 10px 30px;
}

.nav-bar__link:hover,
.nav-bar__link:active,
.nav-bar__sub-label:hover {
    background-position: 0% 0%;

   /* background: #666; */
/*#####
}


/*#####
@media all and (min-width : 992px) {
    .nav-bar > .nav-bar__label {
    display: none;
    background-position: 0% 0%;
    }

    .nav-bar > .nav-bar__list {
	display: block;
	float: right;
    }

    .nav-bar > .nav-bar__list > .nav-bar__list-item {
	display: inline-block;
	position: relative;
	float: right;
    }

    .nav-bar__list-item .nav-bar__list {
	position: absolute;
    }

    .nav-bar__list-item .nav-bar__list-item .nav-bar__link,
    .nav-bar__list-item .nav-bar__list-item .nav-bar__sub-label {
        padding: 10px 20px;
    }
}

/*#####################################  menu ende  ###################################*/




/*#####################################  menu2test   ###################################*/


/*#####
.nav-bar2 {
   
    width: 70%;
	
	float: right;
}

.nav-bar2__label {
    color: #fff;
    display: block;
    padding: 10px 0;
    text-align: center;
  
    width: inherit;
}

.nav-bar2__label::after,
.nav-bar2__sub-label::after {
    content: "";
}

.nav-bar2__label,
.nav-bar2__sub-label {
	cursor: pointer;
}


.nav-bar2__list2 {     /*  ### dropdown ##*/

/*#####
list-style: none;
	margin-top: 22%;
	margin-right: 22%;
	margin-left: 22%;
	margin-bottom: 22%;
	padding: 0;
	position: relative;
	width: 302%;
	float: right;
}

/* #############   Test #############*/


/*#####
.nav-bar2__list21 {     /*  ### dropdown ##*/

/*#####
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 302%;
	float: left;
	background-color: rgba(253,100,102,1.00);
	top: 50px;
}


/* #############   Test Ende #############*/

/*#####
.nav-bar2__list2,
[id^="toggle"] {
    display: none;
}

[id^="toggle"]:checked + .nav-bar2__list2 {
	display: block;
	margin-top: 34px;
	margin-left: 12px;
}

.nav-bar2__list2-item {
	display: block;
	float: right;

}


.nav-bar2__link,
.nav-bar2__sub-label {
	color: #fff;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-decoration: none;
	word-wrap: break-word;
	position: relative;

}

.nav-bar2__list2-item .nav-bar2__list2-item .nav-bar2__link,
.nav-bar2__list2-item .nav-bar2__list2-item .nav-bar2__sub-label {
    padding: 10px 10px 10px 30px;
}

/*------ test----*/

/*#####
.floatright {
	float: right;
	position: relative;
}



/*#####################################  menu 2testende  ###################################*/

/*##################### kategorie menu dropdown mitte #####################*/

/*#####
.nav-bar2mitte__list2 {     /*  ### dropdown ##*/

/*#####
	list-style: none;
	padding: 0;
	background-color: rgba(159,153,237,1.00);
	height: 102px;
	position: relative;
	right: 346%;
	width: 600%;
}

/*######################  kategorie menu dropdown mitte ende       ######################/



/*#####################################  dropdmenu   ###################################*/

/*#####

.cool-link::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #fff;
	
	
}

.cool-link:hover::after{
	width: 100%;
	transition: width .6s;
	
content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: hsla(129,89%,61%,1.00);
	height: 3px;
	
}




.cool-link:active{
	border-bottom: 3px solid hsla(129,89%,61%,1.00);
}




header .ebene {
    margin-top: 7%;
    width: auto;
    height: auto;
    color: hsla(0,0%,100%,1.00);
    position: relative;
}

header #ki_slogan {
	position: relative;
	float: right;
	margin-bottom: 10vh;
	text-align: right;
	font-size: 5vw;
	
	min-width: 199px;
	/*font-family: p22-stickley-pro-caption,serif;
font-weight: 300;
font-style: italic; */
/*#####
}


header #ki_logo {
    position: relative;
    float: left;
    margin-bottom: 10vh;
    width: 10%;
   /* background-color: #04D04E; */
/*#####
}

.logo {
	float: left;
	width: 14%;
	background-size: 100% 100%;
	height: 7vw;
	min-width: 180px;
	min-height: 152px;
	background-image: url(url);
	position: relative;
}

header #text {
	color: #D4272A;
	width: 43%;
	padding-top: 0px;
	position: relative;
	float: right;
	top: 17px;
	margin-left: 39px;
	line-height: 4vw;
	font-style: normal;
	font-weight: 300;
	text-shadow: 0px 0px 69px hsla(0,0%,100%,1.00);
	min-width: 240px;
	margin-bottom: 10px;
}

.text{
	font-size: 1.28em;
}


@media screen and (min-width: 400px) {
    html {

}
	/*font-family: p22-stickley-pro-caption,serif;*/ 

/*#####}
 

header .bold {
    font-weight: 400;
    position: relative;
    padding-bottom: 0px;
    padding-top: 0px;
}

/*##########################  HEADER TAG  ###################################*/ 

/*########################## ARTICEL  ###################################*/ 
/*#####

article {
    background-color: hsla(0,0%,100%,1);
   
   min-height: 190px;
    width: 100%;
    float: left;
}


.das-element {
	display: inline-block;
	height: 150px;
	width: 200px;
	margin: 1.2em;
	padding: 6px;
	
	z-index: 30;
	text-align: center; /* OPTIONAL, um Text wieder von links zu richten */

/*#####
	color: #1A96AD;
}
.aussenrum {
    text-align: center;
    margin: 6px;
    padding: 0;
    
}

/*########################## ARTICEL  ###################################*/ 
/*#####


#test {
	background-color: hsla(359,42%,52%,1);
	height: 300px;
	width: 120px;
	
}

.test {
	background-color: hsla(359,42%,52%,1);
	height: 300px;
	width: 120px;
	font-size: 100%;
}
/*############################ stichwort ENDE ####################*/

/*###############################    suche    #############################*/

/*#####


#headline{
	color: rgba(255,255,255,0.69);
	font-size: 2em;
	margin-bottom: 36px;
}

.button{
	height: 40px;
	background-color: hsla(0,0%,100%,0.44);
	padding-right: 1em;
	padding-left: 1em;
	text-align: center;
	margin-left: 2%;
	min-width: 170px;
	vertical-align: middle;
	padding-top: 1em;
	margin-bottom: 10px;
}



/*-------------------        LOGIN                  -------------------------*/
/*#####

#logincontainer{
	width: 28%;
	min-width: 300px;
	margin-left: 36%;
	position: relative;
	z-index: 92;
	height: 100%;
	float: left;
}

#logincontainer label{
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 10% 10% 10%;
}

#logincontainer form input{
	width: 72%;
	margin: 0 10% 10px 10%;
	padding: 4%;
	border: none;
	float: left;
	display: inline-block;
	font-family: titling-gothic-fb-extended,sans-serif;
    font-style: normal;
    font-weight: 100;
	font-size: 16px;
	color: rgba(41,171,226,1.00);
}

#logincontainer form input:focus{
	outline: none;
	
	
}

#logincontainer #senden{
	width: 80%;
	background: rgba(255,255,255,0.3) ;
	border-style: hidden;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	color:#ffffff;
 	font-family: titling-gothic-fb-extended,sans-serif;
    font-style: normal;
    font-weight: 100;
	font-size: 16px;
	position: relative;
}



#logincontainer #senden:hover{
	background: rgba(255,255,255,0.60);
}

#logincontainer a{
	background: rgba(0,0,0,0.0);
	color: #fff;
	font-family: titling-gothic-fb-extended,sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 10px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	margin: 0 10% 10% 10%;
	width: 80%;
	text-align: left;
	text-decoration: underline;
	position: relative;
}



#logincontainer form button{
	width: 80%;
	margin: 0 10% 10px 10%;
	padding: 10px;
	border: none;
	float: left;
	display: inline-block;
	font-family: titling-gothic-fb-extended,sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	background: rgba(255,255,255,0.3);
}


/*-----------                    REGISTRIEREN FORMULAR           ----------------------------------*/


/*#####
#registr_container{
	width: 44%;
	min-width: 427px;
	margin-left: 33%;
	position: relative;
	z-index: 92;
	height: auto;
	float: left;
	margin-bottom: 67px;
}

#registr_container label{
	text-transform: uppercase;
	font-size: 10px;
	margin: 0 10% 10% 10%;
}

#registr_container form input{
	width: 72%;
	margin-top: 0;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 23px;
	padding-top: 2%;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 2%;
	border-left: none;
	border-right: none;
	border-bottom: thin dotted rgba(255,255,255,1.00);
	border-top: none;
	float: left;
	display: inline-block;
	font-family: titling-gothic-fb-extended,sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	background-color: rgba(255,255,255,0.00);
}

#registr_container form input:focus{
	outline: none;
	color: rgba(252,252,252,1.00);	
}

#registr_container .name{
	width: 40%;
	float: left;
	margin-left: 6%;
}

#registr_container input #vorname{
	width: 40%;
float: left;}

#registr_container input .pzl{
	width: 40%;
float: left;}

#registr_container input #nachname{
	width: 40%;
float: left;}

#registr_container a{
	margin-left: 10%;
	margin-bottom: 68%;
	margin-right: 10%;
	position: relative;
}

#registr_container #senden{
	background: rgba(255,255,255,0.3);
	border-style: hidden;
	display: inline-block;
	padding: 10px;
	cursor: pointer;
	color: #ffffff;
	font-family: titling-gothic-fb-extended,sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 16px;
	position: relative;
	width: 76%;
	margin-top: 0;
	margin-right: 10%;
	margin-left: 10%;
	margin-bottom: 23px;
	padding-top: 2%;
	padding-bottom: 2%;
	float: left;
	
}

#registr_container #senden:hover{
	background: rgba(255,255,255,0.60);
	
}

#registr_container #zuruecksetzen{
	background: rgba(0,0,0,0.0);
	color: #fff;
	font-family: titling-gothic-fb-extended,sans-serif;
	font-style: normal;
	font-weight: 100;
	font-size: 10px;
	padding: 0 0 0 0;
	text-transform: uppercase;
	margin: 0 10% 10% 10%;
	width: 80%;
	text-align: left;
	text-decoration: underline;
	position: relative;
	border-bottom-style: none;
}


/*-----------------                    REGISTRIEREN FORMULAR    ENDE    ----------------------------------*/
/*#####


h3{
	font-weight: 200;
	margin: 0 10% 10% 10%;
	font-size: 1,2em;
}
/*-------------------        LOGIN ENDE              -------------------------*/
/*#####
#footer {
	background-color: rgba(255,255,255,1);
	height: 28vh;
	width: 100%;
	bottom: 0;
	position: relative;
	float: left;
	min-width: 0px;
}
#content {
	position: relative;
	background-size: cover;
	width: 100%;
	height: 102%;
	background-color: rgba(223,73,76,0.10);
	float: left;
}
#impressum {
	color: rgba(26,150,173,1.00);
	position: relative;
	margin-top: 7%;
	margin-left: 7%;
}
*/
