/************************************************************************************
CSS for CU Business Company Standard
Created: 	2011-02-21
Creator:	SCHM
Editor:		SCHM, XY

/************************************************************************************
RESET
*************************************************************************************/

@import url("colors.css");
@import url("icons.css");

/************************************************************************************
fonts
************************************************************************************/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic);

/************************************************************************************
basic elements
************************************************************************************/
* {
   	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	overflow: hidden;
}

body, input, textarea {
	color: #777;
	line-height: 1.5em;
	font: .81em/150% 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, p.lead 
{
	display: block;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4em;
	margin-bottom: 1em;
}
h1, .h1
{
	font-size: 2.5em;
	font-weight: 400;
}
h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6 {
	color: #000;
}
blockquote,
h2, .h2
{
	font-size: 1.6em;
}
blockquote { 
	quotes: none !important;
	margin: 0 !important; 
    padding: 0 !important;
    text-indent: 0 !important;
}
blockquote * {
	quotes: none !important;
  text-indent: 0 !important;
}
blockquote, q
{
    quotes: none !important;
}

/*
Safari doesn't support the quotes attribute, so we do this instead.
*/
blockquote:before, blockquote:after, q:before, q:after
{
    /*
    CSS 2; used to remove quotes in case "none" fails below.
    */
    content: "" !important;
    /*
    CSS 2.1; will remove quotes if supported, and override the above.
    User-agents that don't understand "none" should ignore it, and
    keep the above value. This is here for future compatibility,
    though I'm not 100% convinced that it's a good idea...
    */
    content: none !important;
}

.headline h2,
.oldforum dt,
.oldforum dd > a > strong,
header div.anmeldung a,
.servicenavigation .zusatznavigation a
{
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.servicenavigation .zusatznavigation a
{
	font-size: 1em;
}
.headline h3,
.oldforum dd .slogan
{
	font-size: 2.8em;
	font-weight: 700;
}
.headline h4 {
	font-weight: 400;
	line-height: 1;
}
h3, .h3,
.part_tabelle caption,
.tabbing li
{
	font-size: 1.4em;
	font-weight: 400;
}
h4, .h4 {
	font-size: 1.2em;
}
dd > div > p.lead,
.speakername
{
	font-size: 1.2em;
	margin: 0;
}
h5, .h5 {
	font-size: 1.1em;
}
h6, .h6 {
	font-size: 1em;
}
a,
a:before {
	outline: 0;
	text-decoration: none;
}
a:hover,
a:hover:before
{
	text-decoration: none;
}
address {
	font-style: normal;
	overflow: hidden;
}
img, fieldset{
	border: none;
}
p, p.lead {
	margin-bottom: 1em;
}
strong {
	font-weight: bold;
}
.part_programm dd p > strong {
	font-weight: normal;
}

hr {
	background: url("../img/layout/border-h.png") repeat-x scroll right top transparent;
	border: none 0;
    clear: none;
	height: 1px;
    margin: 10px 0;
    overflow: hidden;
    width: auto;
}
.loading {
	background: url("../img/layout/loading.gif") no-repeat scroll center center transparent;
}
hr.clear {
	border-color: transparent !important;
	clear: both;
	margin: 0;
	visibility: hidden;
	width: 100%;
}
blockquote q:before {
	content: open-quote;
}
blockquote q:after {
	content: close-quote;
}
/************************************************************************************
css transitions
************************************************************************************/
a,
a:before,
* a,
* a:before,
* a:after,
.part_partner span:before,
.tabbing li,
.oldforum dd a *,
.servicenavigation .zusatznavigation a:after
{
	-moz-transition:  color .2s ease-in; /* FireFox */
	-webkit-transition:  color .2s ease-in; /* Safari / Chrome */
	-o-transition:  color .2s ease-in; /* Opera */
	-ms-transition: color .2s ease-in; /* IE */
	transition: color .2s ease-in; 
}
body.ConTicketing .part_basic .linkliste li,
body.ConTicketing .part_basic .linkliste li a,
body.ConTicketing .part_basic .linkliste li a:after,
body.ConTicketing .part_basic .linkliste li a:before,
body.ConTicketing .part_basic.basic_ext strong > em > u > a
{
	-moz-transition:  all .2s ease-in-out; /* FireFox */
	-webkit-transition:  all .2s ease-in-out; /* Safari / Chrome */
	-o-transition:  all .2s ease-in-out; /* Opera */
	-ms-transition: all .2s ease-in-out; /* IE */
	transition: all .2s ease-in-out; 
}


a.imagelink,
.part_team a.imagelink,
.left .wo_link, 
.imagewrap,
.bilderliste_basic > li,
.part_bilderliste > li,
.part_bildergrossliste .flex-viewport,
.emb_video,
#map_canvas
{
	-moz-transition:  box-shadow .2s ease-in; /* FireFox */
	-webkit-transition:  box-shadow .2s ease-in; /* Safari / Chrome */
	-o-transition:  box-shadow .2s ease-in; /* Opera */
	-ms-transition: box-shadow .2s ease-in; /* IE */
	transition: box-shadow .2s ease-in; 
}

.part_partner_tooltip > ul > li{
    -moz-transition:  background .1s linear; /* FireFox */
    -webkit-transition:  background .1s linear; /* Safari / Chrome */
    -o-transition:  background .1s linear; /* Opera */
    -ms-transition: background .1s linear; /* IE */
    transition: background .1s linear; 
}

/*
	-moz-box-shadow: 0 0 0 1px #B50312;
	-webkit-box-shadow: 0 0 0 1px #B50312;
	box-shadow: 0 0 0 1px #B50312;
*/
/*no trans*/
.foo
{
	-moz-transition: none; /* FireFox */
	-webkit-transition: none; /* Safari / Chrome */
	-o-transition:  none; /* Opera */
	-ms-transition: none; /* IE */
	transition: none; 
}
/************************************************************************************
specific elements
************************************************************************************/
.hyphenate {
  text-align: justify;
}

nav ul,
#insymaOverlayContent ul
{
	list-style: none;
}
.clear
{
	clear: both;
}
.cleared,
body p.cleared
{
	padding-bottom: 0;
}
.padded {
	padding: 10px;
}
h1:empty,
div.inhalt > div:empty, 
form div:empty
{
	display: none;
}
.insymaSpecialOverlay .insymaOverlayOnly, 
#teaser .flex-prev,
.flex-disabled, 
#bildergross .flex-control-nav, 
#bilderthumbs .flex-control-nav,
body .ui-datepicker,
.servicenavigation .icon.top,
#headerbild > ol,
#headerbild > ul
{
	display: none;
}
#headerbild > ul.slides {
	display: block;
}

.mobileOnly 
{
	display: none !important;
}

.part_movie .imagelink img,
.insymaSpecialOverlay,
.ui-datepicker-trigger,
form input[type="button"], 
form input[type="submit"], 
button,
.part_partner span:before,
.tabbing li,
.part_speaker > ul > li,
.menu.icon
{
	cursor: pointer;
}
#insymaOverlay .insymaOverlayOnly,
a > img, 
.relative > img,
.imagewrap.bordered  > img,
.block,
#headerbild > img,
.blocked,
.speakerlayer .speakercompany,
.abschlusslink
{
	display: block;
}

.holder {
	margin: 0 auto;
	max-width: 940px;
	padding: 0 10px;
	position: relative;
}
.dotted,
.wrapper > nav > div,
.wrapper > nav > div > div,
.tabbing,
h1,
.wrapper > nav div > ul > li > ul,
.wrapper > nav div > ul > li > ul:after
{
	background: url(../img/layout/border-h.png) repeat-x 0 bottom;
}
.dotted.top,
.wrapper > nav > div,
.wrapper > nav div > ul > li > ul
{
	background-position: 0 top;
}
.backgrounded {
	background-color: #eaeaea;
}
.absolute {
	position: absolute;
}
.relative {
    min-height: 95px;
	position: relative;
}
blockquote .relative {
	display: table;
    min-height: 1px;
}
.fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 6;
}
nav > div {
    margin-bottom: 1px;
}
#headerbild {
	max-height: 175x;
	overflow: hidden;
}
/************************************************************************************
container - header
************************************************************************************/
header{
	margin-top: 95px;
	padding: 0;
	position: relative;
}
h4#header_h1Tag span, h4#header_h1Tag em {
	display: none;
}
/* TEMP */
.servicenavigation nav {
	line-height: 2.5em;
	float: right;
}
.servicenavigation nav * {
	display: inline;
}
ul.servicenavigation > li > a {
	text-transform: uppercase;
}
.servicenavigation nav * li {
	margin-right: 10px;
}
/* TEMP ENDE */
.servicenavigation nav div > div {
    float: left;
    padding: 7px 0;
}
.servicenavigation nav div > div > ul {
    clear: both;
    float: left;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

.kontaktbox > div {
	margin-top: 3em;
}
.kontaktbox .left,
.kontaktbox .right {
	clear: both;
    float: left;
    margin-right: 2.5%;
    width: 47.5%;
}
.kontaktbox .right {
	clear: none;
    margin: 0 0 0 2.5%;
}
/*
header div.anmeldung {
	bottom: -2.5em;
	line-height: 50px;
	position: absolute;
	right: -13em;
	width: 15em;
	z-index: 10;
}
*/
header div.anmeldung {
    bottom: -35px;
    line-height: 50px;
    position: absolute;
    right: -175px;
    width: 200px;
    z-index: 10;
}
/* list elements */
header #toolnavigation {
	position: absolute;
	top: 10px;
	right: 10px;
}
header ul{
	float: left;
}
header ul li {
	display: inline;
	float: left;
	margin-right: .5em;
}
h4#header_h1Tag {
	margin: 3.5em 0 0;
	padding: 0 0 1em;
}
/* TEMP */
/*
h4#header_h1Tag a:after {
	background: url("../img/layout/swissleader-10jahre.png") no-repeat 0 0;
	content: "";
	display: block;
    height: 35px;
	left: -1px;
    margin-top: 0;
	position: relative;
    width: 100%;
}
/* TEMP ENDE */
.wrapper > nav {
    width: 20%;
}
/* Suche */
li.suche form input {
	margin: 0;
}

/*Flexslider */
#teaser .slides li {
	margin: 0 !important;
}
#teaser .flex-control-nav,
#teaser .flex-direction-nav a,
#bildergross .flex-direction-nav a
{
	margin-top: -10px;
	position: absolute;
	right: -50px;
	top: 50%;
}
.flex-direction-nav a {
	max-width: 40px;
	width: auto !important;
}
#bildergross .flex-direction-nav a,
#teaser .flex-direction-nav a,
#bildergross .flex-direction-nav a:after,
#teaser .flex-direction-nav a:after  {
	font-size: 40px !important;
}
#bildergross .flex-direction-nav a.flex-prev {
	left: -50px;
}
#teaser .flex-control-paging {
	bottom: 10px;
	list-style: none;
	top: auto;
	right: 10px;
}
#teaser .flex-control-paging li {
	display: inline;
	float: left;
	margin-left: 10px;
}
#teaser .flex-control-paging li a {
	background: #FFF;
	cursor: pointer;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	text-indent: -9999px;
	width: 20px;
}
#teaser .flex-control-paging li a:hover,
#teaser .flex-control-paging li a.flex-active {
	background: #333;
}

/* Headline */
.index .headline * {
	margin: 0;
}
.index .headline div {
	background: #333;
	padding: 10px;
}
.index .headline h3,
.index .headline h4
{
	line-height: 1;
}
.index .headline h2,
.index .headline h3,
.oldforum dd > a > strong
{
	text-transform: uppercase;
}
.index .headline h2 {
	padding: 5px 10px;
	text-align: right;
}

.else .headline {
    height: 50px;
    position: absolute;
    left: 0;
    top: -25px;
	width: 103%;
}
.else .headline h2 {
	float: left;
	font-size: 1.4em;
	line-height: 1;
	width: 40%;
}
.else .headline > div {
    background: none repeat scroll 0 0 #000000;
    float: right;
    /* height: 50px; */
    max-width: 60%;
    padding: 10px 20px;
    position: relative;
    z-index: 10;
}
.else .headline h3,
.oldforum dd .slogan
{
	font-size: 1.5em !important;
	line-height: 1;
	text-transform: uppercase;
}
.else .headline > div * {
    font-size: 1em;
    margin: 0;
    width: 100%;
}
/************************************************************************************
	Container - Aufbau Seite
************************************************************************************/
/* Wrapper */
div.wrapper{
	clear: both;
	margin: 0 auto;
	max-width: 940px;
	position: relative;
	z-index: 1;
}

/* Hauptnavigation */
.specialNavMargin {
    margin-bottom: 10px;
}
.wrapper > nav {
	float: left;
	margin-bottom: 4em;
	width: 23%;
}
.wrapper > nav > div {
    margin-top: 3em;
    padding-top: 1em;
}

.wrapper > nav div > ul {
	padding-bottom: 1em;
}
.wrapper > nav div > ul ul ul {
    margin-left: 2em;
}
.wrapper > nav div > ul li {
    padding: .25em 0;
}
.wrapper > nav div.ul-sponsoren-wrap ul li {
	padding: 0;
}
/*.wrapper > nav div.ul-sponsoren-wrap {
	background: none;
	display: none;
}*/

.wrapper > nav div > ul > li > a {
    font-size: 110%;
    font-weight: 500;
}
.wrapper > nav div > ul > li > ul {
    border-width: 1px 0;
    margin: 10px 0;
}
.wrapper > nav div > ul > li > ul:after {
	bottom: -5px;
	content: " ";
	display: block;
	height: 1px;
	position: relative;
	width: 100%;
}
.wrapper > nav div > ul > li > ul > li {
    padding-left: 20px;
}
/* Inhalt */
section {
    float: right;
	padding: 0 0 3em;
    position: relative;
	width: 72.5%;
}
.index section {
	left: 0;
}
.aside section {
}

/* Breadcrumbs */
ul#breadcrumbs {
	margin-bottom: 2em;
}
ul#breadcrumbs li {
	display: inline;
}
/* Seitenleiste */
aside {
	float: right;
	padding: 0 5px;
    position: relative;
}

nav .partner {
	margin-top: 3em;	
}
nav .partner h3 {
	clear: both;
}


/************************************************************************************
	Container - Footer
************************************************************************************/
footer,
.kontaktbox
{
	background: #333;
	overflow: hidden;
	padding: 1.5em 0 3em;
	position: relative;
	z-index: 5;
}
footer {
    clear: both;
    z-index: 0;
}
footer ul li
{
	display: inline;
}
footer ul.social li {
	float: left;
	margin: 10px 10px 0 0;
}
footer ul.social {
	margin: 4px 0 0;
	overflow: hidden;
}
footer > div > div {
	position: absolute;
	right: 10px;
	top: 0;
}
.tabbing.tab2 > li {
	background: url(../img/layout/border-v.png) repeat-y left top;
}
footer .footerinfo {
	background: url(../img/layout/border-v.png) repeat-y right top;
	float: left;
	margin-right: 2.5%;
	padding-right: 2.5%;
	width: 45%;
}
footer .footerinfo > li > span {
    float: left;
    width: 35%;
}
footer ul.footernavigation {
	float: left;
}
footer ul.footernavigation li {
    clear: both;
    display: inline-block;
    float: left;
}
#servicenavigation {
	float: right;
}
#servicenavigation li
{
	display: inline;
	line-height: 2.5em;
	margin-left: 1em;
}

/************************************************************************************
	Container - IE6 oudated
************************************************************************************/
div.ie6{
	background:none repeat scroll 0 0 #FEEFDA;
	border:1px solid #F7941D;
	clear:both;
	margin:10px auto;
	padding:15px;
	position:relative;
	text-align:left;
	width:884px;
}


/************************************************************************************
	Container - FlexSlider
************************************************************************************/

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none !important; z-index: 5;} 
.flex-control-nav a {
        display:inline-block;
        text-indent: -9999px;
        overflow: hidden;
		color: transparent;
		z-index: -1 !important;
/*
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
	display: inline-block;
*/
	-webkit-backface-visibility: hidden;
}

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0; position: relative;}
.flexslider .slides > li {display: none; margin: 0; -webkit-backface-visibility: hidden; float: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */

/* Clearfix for the .slides element */
.slides:after,
.backgrounded:after
{content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flex-viewport { -webkit-transition: all 1s ease !important; -moz-transition: all 1s ease !important; transition: all 1s ease !important; z-index: 5;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; width: 100%;}

#ul-sponsoren.hide {
    display: none !important;
}



/************************************************************************************
	Page Ticketing 
************************************************************************************/

body.ConTicketing div.inhalt {
	padding-top: 0;
}
body.ConTicketing h3 {
	font-weight: 500;
}
body.ConTicketing a,
body.ConTicketing a:after,
body.ConTicketing a:before {
	color: #000;
}
body.ConTicketing a:hover,
body.ConTicketing a:hover:after,
body.ConTicketing a:hover:before {
	color: #b50312;
}
/* 	Page Ticketing  Part Basic */
body.ConTicketing div.inhalt > div {
	clear: both;
	overflow: hidden;
}
body.ConTicketing .bilderliste_basic li {
	box-shadow: none;
	border: none;
	margin: 0 0 10px;
	width: 100%;
}
body.ConTicketing .bilderliste_basic > li > a.imagelink {
	margin: 0 !important;
	width: 100%;
}
body.ConTicketing .part_basic .linkliste li {
	background: #b50312;
	clear: both;
	color: #FFF;
	display: inline-block;
	float: left;
	margin: 0 10px 10px 0;
	position: relative;
}
body.ConTicketing .part_basic .linkliste li a,
body.ConTicketing .part_basic .linkliste li a:after,
body.ConTicketing .part_basic .linkliste li a:before,
body.ConTicketing .part_basic.basic_ext strong > em > u > a {
	color: #FFF;
	top: auto;
}
body.ConTicketing .part_basic .linkliste li a {
	display: block;
	padding: 4px 10px;
}
body.ConTicketing .part_basic .linkliste li:hover {
	background: #000;
}
body.ConTicketing .part_basic .linkliste li a:after,
body.ConTicketing .part_basic .linkliste li a:before {
	padding-left: 5px;
	width: 25px;
}


/*Partnerinclude*/
.partner_aside_wrap {
	margin-top: 55px;
}
.partner_aside_wrap ul.partner li:first-child {
    margin-right: 4%;
}
.partner_aside_wrap ul.partner li {
	margin-bottom: 10px;
    display: inline-block;
    width: 48%;
    float: left;
    max-height: 50px;
    height: 50px;
}
.partner_aside_wrap h4 {
	border-color: #999 !important;
}
.partner_aside_wrap ul.partner a {
	box-shadow: none;
	width: 160px;
}
.partner_aside_wrap ul.partner img {
	max-height: 5em;
	max-width: 6.5em;
}
.parnter_initianten {
    margin-bottom: 2em;
}
.hiddenImage img {
    visibility: hidden;
}
.hiddenImage {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% auto;
}