html {
	overflow: auto;
	height: 100%;
}

body {
	height: 100%;	
}

p {
	font-size: 15px;
	color:#000;
}

h1 {
	font-size: 34px;
}

h1, h2, #footer a, #footer dt, .navbar-toolbar {
	font-family: Arimo;
}

h1.title {
    color: #fff;
    float: left;
    margin: 0;
}

.event-title {
	font-family: Arimo;
	font-size: 34px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 1.1;	
}

h2 {
  font-size: 24px;  
}

h2.title, h4.title {
	margin-top: 0px;
}

h2 a {
	text-decoration: none;
}

h3 {
  font-size: 20px;
}

h3 a {
	text-decoration: none;
}

h4 {
  font-size: 16px;
}

a {
	text-decoration: underline;	
	color: #0d181c;
}

a.btn {
	text-decoration:none;
}

dl { 
	margin: 0px;
}

img {
	max-width: 100%;
}

ul {
	padding-left: 20px;
}

ul li a {
	text-decoration:none;
}

hr {
	border-color: #ccc;
}

.wrap {
	min-height: 100%;
	background: #efefef;
	/* margin-top: 50px; */
}

.push {
    height: 412px;
}

.no-margin-top {
    margin-top: 0;    
}

.no-margin {
    margin: 0;    
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-top-bottom-50 {
	margin: 50px 0px;
}


.affix {
	top: 0;
	z-index: 1;
}

.logo {
    float: left;
	height: 50px;
	margin: 10px 0 10px 20px;
}

/* Content */
#content {
	margin-bottom: 50px;
}

.contact-right {
    width: 383px;
    float: right;
}

.contact-right > div {
	height: 200px;
	padding: 0px;
	background-size: cover;
}

.white-bg {
	background-color: rgb(255, 255, 255);
	bottom: 20px;
	position: absolute;
	width: 75%;
	padding: 10px 10px 10px 15px;
	text-align: left;
	color: rgb(51, 51, 51);
	margin-right: 15px;
}

.white-bg.wide {
	width: 86%;
}

#img-navi-1 {
	height: 200px;
	background-size: 100%;
	float: left;
	width: 31%;
	padding: 0px;
	cursor: pointer;
}

#img-navi-2 {
	height: 200px;
	background-size: 100%;
	float: none;
	margin: 0px auto;
	width: 31%;
	padding: 0px;
	cursor: pointer;
}

#img-navi-3 {
	height: 200px;
	background-size: 100%;
	float: right;
	width: 31%;
	padding: 0px;
	cursor: pointer;
}

h4.indent {
    padding-left: 50px;
    line-height: 40px;
    margin-top: 0px;
}


#title-navi-1 h4, #title-navi-3 h4 {
	margin-top:0px;
}

.img-navi-small {
    width: 40px;           
    background-size: cover;
}


.subtitle-news {
	margin: 7px 0px 10px;				
}

.news {
	height:250px;
	background-size: 100%;
	background-position: 50% 50%;
	background-repeat:no-repeat;
	position: relative;
	cursor: pointer;
}

.news > div, .event > div, .referent > div, .team > div  {
	color: #333;
	background: rgba(255,255,255,.8);
	padding: 7px 15px;
	position: absolute;
	width: 100%;
	bottom: 0;
}

.news h2, .event h2, .referent h2, .team h2 {
	margin: 0;
}

.referent h2, .team h2 {
	font-size: 22px;
}

.event h2 {
	font-size: 20px;
}

.news p, .event p, .referent p, .team p {
	margin: 0;
}

.referenten .referent, .team {
	height:350px;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
}

.referent {
	height:470px;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
}

.event {
	height: 250px;
	background-size: cover;
	background-position: center;
	position: relative;
	cursor: pointer;
}

.clickable {
	cursor:pointer;
}


/* Modal */
.modal-dialog {
	width: 80%;
}

.modal-body {
	text-align: center;
}

.modal-body img {
	max-height: 80%;
}

.modal-footer {
	border: none;
	margin-top:0px;
}

body.modal-open {
    overflow: visible;
}

/* Carousel */
.carousel .item {
	height: 300px;
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
}

#carousel-medienpartner .item,
#carousel-featured-events .item {
	height: 100px;
	background-size: contain;
	background-position: center;
	background-repeat:no-repeat;
}

#carousel-medienpartner .carousel-indicators,
#carousel-featured-events .carousel-indicators {
	bottom: 0;
	margin-bottom: -30px;
}

#carousel-medienpartner .carousel-indicators li,
#carousel-featured-events .carousel-indicators li {
	border: 2px solid #333;	
	margin:2px;
}

#carousel-medienpartner .carousel-indicators li.active,
#carousel-featured-events .carousel-indicators li.active {
	background-color:#333;
	width:10px;
	height:10px;	
}

.carousel-control.left, .carousel-control.right {
	background: none;
	color: #0d181c;
	text-shadow: none;
	width: 50px;
}

.carousel-control .glyphicon-chevron-right {
	right: 25%;
	top: 45%;
}

.carousel-control .glyphicon-chevron-left {
	left: 25%;
	top: 45%;
}

.carousel-control.left:focus, .carousel-control.right:focus {
	background: none;
}

.carousel-control.right {
	right: -50px;
}

.carousel-control.left {
	left: -50px;
}

.carousel-inner .item > div:first-child {
	padding-left: 0px;
}

.carousel-inner .item > div:last-child {
	padding-right: 0px;
}

#carousel-metall .item > div:hover {
	opacity: .8;
}

/* Glyphicons */
.glyphicons {
	padding-left:0px;
}

.glyphicons.search:before {
	font-size: 12px;
	position: relative;
	margin: 0px;
}

/* Buttons */
.btn-primary {
	background: #990000;
	border: none;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	outline:none;
}

.btn-primary:hover {
	background: #0d181c;	
}

a.btn-primary  {
	text-decoration:none;
}

.btn-group a {
	text-decoration: none;
}

.btn-group button:focus {
	background: none;
	border-color: #ddd;
}

.btn-group-metall .btn-group > button:hover {
	background: #005091;
}

.btn-group-metall .btn-group > button:hover > a {
	color: #fff;
}

/* Footer */
#footer {
	margin-top: -412px;
	color: #fff;
}

#footer .container > .row {
	padding: 20px 0px;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

/* Deep Footer */
#deep-footer .container {
	background: #000;
	height: 30px;
	text-align: center;
}

#deep-footer span, #deep-footer a {
	color: #fff;
	line-height: 30px;
	font-size: 15px;
	text-decoration: none;
}

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

/* Navigation */
.navbar-toolbar {
    background-color: #00a1e5;	
	border-bottom: 2px solid #ccc !important;
	border-radius:0;
	height: auto;
	min-height: auto;
	padding: 7px 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

.navbar-toolbar p {
	line-height: 34px;
	margin: 0;
	color:#fff;
}

.navbar {
	margin-bottom: 0px;
	border: none;
}

.navbar-nav > li > a {
	background: #efefef;
	font-size:17px;
	text-decoration: none;
	padding-top: 15px;
	padding-bottom: 15px;	
}

.navbar-meta .navbar-nav > li > a {
	background: none;
	color: #fff;
}

.navbar-meta .form-control {
	display: inline;
	width: auto;
}

.navbar-nav > li > a:hover, .nav .open>a:hover {
	background:#fff;
	color: #0d181c !important;
}

.dropdown-menu > li > a {
	color: #0d181c;
	font-size:16px;
	padding-top: 8px;
	padding-bottom: 8px;	
	text-align: left;
	text-decoration: none;
}

.dropdown-menu {
	border: none;
	border-radius: 0px;
}

.small-sub-menu {
	font-size: 12px;
}

#navigation .navbar-nav {
    margin: 0 auto;
    display: table;
    table-layout: auto;
    float: none;
    width: 100%;
}

#navigation .navbar-nav > li {
    display: table-cell;
    float: none;
    text-align: center;
}

.fa {
	font-size: 24px !important;
}

.panel-group .panel+.panel {
	margin-top: 7px;
}

.panel-group .panel {
	border-radius:0;
	background: none;
	border: none;
	box-shadow: none;
}

.panel-default > .panel-heading a {
	color: #fff;
	text-decoration: none;
}

.panel li a {
	text-decoration: none;
	line-height: 1.5em;
	font-size: 15px;
}

.panel li a:hover {
	text-decoration: underline;
	line-height: 1.5em;
	font-size: 15px;
}

.nav:before, .nav:after {
	content: none;
 
}

.teams > div:nth-child(4n+1), .referenten > div:nth-child(4n+1) {
	clear:both;
}

#scrollUp {
    position: fixed;
    top: 60px;
    right: 25px;
    color: #000;
    background: white;
    padding: 10px 15px;
    border-radius: 4px;
    display:none;
    cursor:pointer;
}

.addthis_toolbox a {
	margin-bottom:0 !important;
}

.label {
	line-height: 25px;	
	font-size: 80%;
}

.label-primary {
	background-color: #999;
}

.label-primary.active {
	background-color: #3071a9;
}

.navbar-toggle .icon-bar {
	border-top: 2px solid #000;
}

.navbar-toggle:focus {
	outline:0;
}

.social-bar > .col-lg-2 {
	margin-top: 7px;
}

.social-bar > .col-lg-3 {
	margin-top: 8px;
}

.social-bar a {
	text-decoration:none;
}

.social-bar span {
	margin-left:10px;
	line-height: 25px;
	vertical-align: top;
}

.social-bar .input-group {
	padding-right: 15px;
}

#ytv {
	height:600px;
}

.list-inline>li {
	display: inline-block;
	padding-right: 0;
	padding-left: 0;
}

.dropdown-menu > li > a { 
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu-speakers {
	padding: 0 !important;
}

.menu-speakers:hover {
	background: none !important;
}

#pre-footer .container {
	background:#01354B;		
}

#pre-footer p,
#pre-footer a {
	color:#fff;
}

#pre-footer p,
#pre-footer a {
	font-size:14px;	
}

#pre-footer h3 {
	margin-top:0;
	font-weight:400;
}

#carousel-event h1 {
	color:#fff;
	width: 60%;
	float: right;
	clear: both;
	text-decoration: none;
	margin:0;
}

#carousel-event a {
	color:#fff;
}

.table-cell {
	display:table-cell;
	vertical-align:middle;
	height: 100%;
}

#carousel-event .col-md-9,
#carousel-event .col-md-3 {
	display: table !important;
	height: 100%;
}

#carousel-event .item {
	background-size:cover;
	height: 350px !important;
}

.carousel-event-details {
	background:#999;
	border-left: 1px solid #fff;
}

.carousel-event-details h3,
.carousel-event-details h4,
.carousel-event-details p {
	font-weight:400;
	color:#fff;
}

.carousel-event-details h4 {
	margin-top:0;
	margin-bottom: 20px;
}

.carousel-event-details p {
	margin-bottom: 2px;
	font-size: 13px;
}

.sold-out-event {
    margin-top:0;
    color:#f00;
}

.cc-window {
    background: #333 !important;
    color: #fff !important;
}

.cc-message {
    margin:0 !important;
    padding: 15px 25px 0;
}

.cc-link {
    padding:0 !important;
    color: #fff !important;
    opacity: 1 !important;
    text-decoration: none !important;
}


.cc-btn {
    background: none !important;
    color: #fff !important;
    padding: 15px 25px !important;
    font-size: 16px !important;
    display: inline !important;
    min-width: auto !important;
    border: none !important;
    position: relative;
    font-weight: normal !important;
	text-decoration:none;
}

.cc-link:hover,
.cc-btn:hover {
    text-decoration:none;
    opacity: .65 !important;
}

.cc-window {
    flex-direction: column !important;
    align-items: stretch;
}

.cc-compliance {
    width:100%;
}


/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {font-size: 16px; margin-bottom: 5px;font-weight: 500;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #efefef; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; }
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

@media (min-width: 992px) {	
	#asyncShop .modal-dialog {
		width:500px;
	}
}

@media (max-width:991px) {

	
.navbar-collapse.collapse {
    display: none !important;
}

.navbar-toggle {
    display: block;    
}

.navbar-header {
	float:none;
}

#navigation .navbar-nav > li {
		display: block;
	}
	
	.navbar-meta.navbar {
		min-height:0;
	}
	
	.navbar-meta .navbar-nav {
		margin: 0;	
	}
	
	.navbar-meta .navbar-nav > li > a {
		padding: 0px 7px;
	}
	
	.navbar-meta .nav > li {
		float:right;
	}
	
	.logo {
		height: 38px;
		margin: 0;
		width: auto;
		float: left;
	}	

	.navbar-nav > li > a {
		padding-top:8px;
		padding-bottom:8px;
	}

}

@media (min-width: 768px) and (max-width: 991px) {	
	.carousel .item {
		height: 193px;
	}
	
	.event, .referent, .team, .news {
		height:250px;
	}		
}

@media (min-width: 768px) {
    .cc-window {
       flex-direction: row !important;
    }

    .cc-compliance {
        width:auto;
    }

	.cc-message {
		padding-bottom:15px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {	
	.carousel .item {
		height: 249px;
	}
	
	.event, .referent, .team, .news {
		height:280px;
	}
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {	
	.menu-speakers {
		display:none;
	}
		
	.event, .referent, .team {
		height: 250px;
	}			
	
	.news {
		height: 170px;
	}			
	
	body {
		padding-top: 0;
	}			
	
	.social-bar span.social-title {
		margin-left:0;
		display:block;
	}
	
	.social-bar > div {
		margin-top:0;
	}
	
	.social-bar > form {
		margin-top:15px;
		float:left;
	}
	
	.social-bar .input-group {
		padding-right: 15px;
		padding-left: 15px;
	}
	
	.carousel .item {
		height: 150px;
	}
	
	.news, .event, .referent, .team {
		background-size: cover;
		background-position: center;
	}
	
	.news h2, .event h2, .referent h2, .team h2 {
		margin:0;
	}
	
	#footer dl {
		margin-bottom:10px;
	}
	
	#deep-footer span {
		font-size:13px;
	}
	
	h1 {
		font-size: 24px;
	}
	
	h2 {
		font-size: 20px;
	}
	
	.event-row .title {
		margin-top:10px;
	}
	
	.event-row .col-lg-5 {
		margin-top:20px;
	}
	
	#content {
		margin-top:0;
	}
	
	form {
		margin-bottom:20px;
	}
	
	.modal-dialog {
		width: 100%;
		margin: 0;
	}
	
	.issuuembed {
		max-width:100%;
	}
	

	/*
	 * YouTube TV
	 */

	/*
	 * Base Canvas
	 */
	#ytv {
		height:150px;
	}
	.ytv-canvas{
	    display: block;
	    background: #282828;
	    overflow: hidden;
	    font-family: arial, sans-serif;
	    }
	.ytv-canvas ::-webkit-scrollbar{
	    border-left: 1px solid #000;
	    width: 10px;
	    }
	.ytv-canvas ::-webkit-scrollbar-thumb{
	    background: rgba(255,255,255,0.1);
	    }

	/*
	 * Video
	 */
	.ytv-video{
	    position: absolute;
	    top: 0;
	    right: 30%;
	    bottom: 0;
	    left: 0;
	    height: 100%;
	    }
	    .ytv-video iframe{
	        width: 100%;
	        height: 100%;
	        border: none;
	        outline: none;
	        display: block;
	        }

	/*
	 * List
	 */
	.ytv-list{
	    position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    height: 100%;
	    width: 30%;
	    }
	    .ytv-list-inner{
	        overflow: auto;
	        position: absolute;
	        top: 0;
	        right: 0;
	        bottom: 0;
	        left: 0;
	        -webkit-overflow-scrolling: touch;
	        }
	    .ytv-list ul{
	        margin: 0;
	        padding: 0;
	        list-style-type: none;
	        }
	        .ytv-list .ytv-active a{
	            border-left: 2px solid #fff;
	            background: rgba(255,255,255,0.05);;
	            }
	        .ytv-list a{
	            display: block;
	            text-decoration: none;
	            font-size: 11px;
	            color: #FEFEFE;
	            padding: 10px;
	            padding-left: 8px;
	            border-top: 1px solid rgba(255,255,255,0.1);
	            border-bottom: 1px solid rgba(0,0,0,0.5);
	            border-left: 2px solid transparent;
	            }
	            .ytv-list a b{      
	                max-height: 45px;
	                overflow: hidden;
	                display: block;
	                text-overflow: ellipsis;
	                }
	            .ytv-list li:first-child a{ border-top: none; }
	            .ytv-list li:last-child a{ border-bottom: none; }
	            .ytv-list a:hover,
	            .ytv-list-header .ytv-playlists a:hover{ background: rgba(255,255,255,0.05); }
	            .ytv-list a:active,
	            .ytv-list-header .ytv-playlists a:active{ background: rgba(0,0,0,0.05); }

        
	        .ytv-list .ytv-thumb-stroke{
	            position: absolute;
	            top: 1px;
	            left: 1px;
	            bottom: 1px;
	            right: 1px;
	            z-index: 2;
	            outline: 1px solid rgba(255,255,255,0.1);
	            }
	        .ytv-list .ytv-thumb{
	          display:none;
	            }
	            .ytv-list .ytv-thumb img{
	                width: 100%;
	                display: block;
	                }
	            .ytv-list .ytv-thumb span{
	                position: absolute;
	                bottom: 5px;
	                right: 5px;
	                color: #eee;
	                background: rgba(0,0,0,0.7);
	                font-size: 11px;
	                font-weight: bold;
	                padding: 0px 4px;

	                -webkit-border-radius: 3px;
	                -moz-border-radius: 3px;
	                border-radius: 3px;
	                }
	        .ytv-views{
	            display: block;
	            margin-top: 5px;
	            font-size: 10px;
	            font-weight: normal;
	            opacity: 0.3;
	            }


	    .ytv-list-header{
	        height: 52px;
	        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	        }
	        .ytv-list-header a{
	            background: rgba(255,255,255,0.05);
	            position: relative;
	            z-index: 10;
	            }
	        .ytv-list-header img,
	        .ytv-list .ytv-playlists .ytv-thumb img{
	            width: 30px;
	            vertical-align: middle;
	            }
	        .ytv-list-header span{      
	            padding-left: 10px;
	            font-size: 12px;
	            font-weight: bold;
	            }

	/*
	 * Playlists
	 */
	.ytv-playlists{
	    z-index: 9;
	    position: absolute;
	    background: #282828;
	    top:52px;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    overflow: auto;
	    display: none;
	    }
	    .ytv-playlists img,
	    .ytv-list-header img{
	        float: left;
	        }
	    .ytv-playlists a span,
	    .ytv-list-header a span{    
	        white-space: nowrap;
	        padding-left: 10px;
	        display: block;
	        overflow: hidden;
	        text-overflow: ellipsis;
	        }
	    .ytv-list-header > a span{
	        line-height: 30px;
	        }
	    .ytv-list-header .ytv-playlists a{
	        background: none;
	        }
	    .ytv-playlist-open .ytv-playlists{
	        display: block;
	        }

	/*
	 * Modifiers
	 */
	.ytv-relative{
	    position: relative;
	    width: 100%;
	    height: 100%;
	    }
	.ytv-full{
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100% !important;
	    height: 100% !important;
	    margin: 0 !important;
	    }
	.ytv-arrow {
	    height: 10px;
	    width: 0;
	    position: relative;
	    top: 10px;
	    right: 5px;
	    border: 10px solid transparent;
	    float: right;
	    border-top-color: rgba(0,0,0,0.4);
	    display: none;
	    }
	    .ytv-has-playlists .ytv-arrow{
	        display: inline-block;
	        }
	    .ytv-playlist-open .ytv-arrow{
	        border-color: transparent;
	        border-bottom-color: rgba(0,0,0,0.4);
	        top: -10px;
	        }

	.ytv-list-header a:after,
	.ytv-clear:after {
	    content: ".";
	    display: block;
	    clear: both;
	    visibility: hidden;
	    line-height: 0;
	    height: 0;
	    }
		
	.ytv-list .ytv-content {
		padding-left: 0;
	}
}








