/**
 * Campus Dropkick Theme
 */

/* Container */
.dk_theme_campus.dk_container {
	background: none;
	background-color: #3B3B3B;
	font-family: 'Helvetica', Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 0;
	margin-right: 40px;
	color: #ffffff;
	height: 20px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.dk_theme_campus a {}

/* Toggle */
.dk_theme_campus .dk_toggle {
	background-image: url('../img/pixel_pfeil_hell_runter.png');
	background-repeat: no-repeat;
	background-position: 96% center;
	border: 0 solid #ccc;
	color: #ffffff;
	padding: 4px 30px 4px 10px;
	text-shadow: none;
	margin-bottom: 10px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
  .dk_theme_campus .dk_toggle:hover {}

/* Focus State */
.dk_theme_campus.dk_focus,
.dk_theme_campus:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
  .dk_theme_campus.dk_focus .dk_toggle {
	  box-shadow: none;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
  }
  
/* Open State */
.dk_theme_campus.dk_open {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.dk_theme_campus.dk_open .dk_toggle {
	background-color: #3B3B3B;
	border: 0;
	color: #ffffff;
	box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Options Menu */
.dk_theme_campus .dk_options {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
  .dk_theme_campus .dk_options a {
	background-color: #3B3B3B;
	border-bottom: 0 solid #c9c9c9;
	font-weight: bold;
	padding: 4px 10px;
	color: #fff;
  }
  .dk_theme_campus .dk_options a:hover,
  .dk_theme_campus .dk_option_current a {
	  background-color: #3B3B3B;
	  border-bottom-color: #c9c9c9;
	  color: #c9c9c9;
	  text-decoration: none;
	  text-shadow: none;
  }

/* Inner options */
.dk_theme_campus .dk_options_inner {
	border: 0 solid #c9c9c9;
	border-bottom-width: 0;
	border-bottom-color:transparent;
	color: #fff;
	max-height: 250px;
	text-shadow: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Set a height / min-height property here */
.dk_theme_campus .dk_options_inner,
.dk_theme_campus.dk_touch .dk_options {}

/* Teilnahmeformular */
.campus-teilnahme-formular .dk_theme_campus.dk_container {
    height: 32px;
    margin: 5px 0 0 0;
}
.campus-teilnahme-formular .dk_theme_campus.dk_container .dk_toggle {
    height: 32px;
}
.campus-teilnahme-formular .dk_label {
    margin:6px 0 0 0;
    display: block;
    font-size: 13px;
}
.campus-teilnahme-formular .dk_theme_campus .dk_options_inner li a {
    height: 26px;
    padding: 10px 0 0 10px;
    font-size: 13px;
}
.campus-teilnahme-formular .dk_options_inner li:first-child {
    border-top:1px solid #929292;
}
/*.campus-teilnahme-formular .dk_options_inner li:last-child a {*/
    /*background-image: url("../img/pixel_pfeil_dunkel_hoch.png");*/
    /*background-position: 96% 15px;*/
    /*background-repeat: no-repeat;*/
/*}*/
.campus-teilnahme-formular .dk_theme_campus .dk_toggle {
	background-position: 96% 14px;
	color: #FFFFFF;
   text-decoration: none;
   width: 220px;
}

/* Newsletterformular */
.newsletter .dk_theme_campus.dk_container {
    height: 32px;
    margin: 5px 0 0 45px;
}
.newsletter .dk_theme_campus.dk_container .dk_toggle {
    height: 32px;
}
.newsletter .dk_label {
    margin:6px 0 0 0;
    display: block;
    font-size: 11px;
}
.newsletter .dk_theme_campus .dk_options_inner li a {
    height: 26px;
    padding: 10px 0 0 5px;
    font-size: 11px;
}
.newsletter .dk_options_inner li:first-child {
    border-top:1px solid #929292;
}
/*.newsletter .dk_options_inner li:last-child a {*/
    /*background-image: url("../img/pixel_pfeil_dunkel_hoch.png");*/
    /*background-position: 96% 15px;*/
    /*background-repeat: no-repeat;*/
/*}*/
.newsletter .dk_theme_campus .dk_toggle {
	background-position: 96% 14px;
	background-color: #8a8a8a;
	color: #000000;
   text-decoration: none;
   width: 160px;
}

}