/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme
Author:         Thomas Oehrli
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/

@import url("../jupiter/style.css");
@import url("MyFontsWebfontsKit.css");

/*
Custom CSS

body {
	background-color:#fff;
}

*/


h1, h2, h3, h4, h5, h6, p {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
}

/*
@media only screen and (max-width: 1024px) {
    h2{
        font-size: 36px !important;
    }
}

@media only screen and (max-width: 767px) {
    h2{
        font-size: 32px !important;
    }
}
*/

strong {
	font-weight: 600;
}

b {
	font-weight: 500;
}

.header-toolbar-contact, .mk-header-date, .mk-header-tagline {
	font-weight: 500;
}

/* Language switcher verbergen */
.mk-language-nav {
	display: none !important;
}

/* Linien oben */
.mk-header-toolbar {
	border-top: 3px solid #00a0e6;
}

/* Silbentrennung */
.break {
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/*.master-holder a strong {
	color: #00A0E6;
}*/

.master-holder a:hover strong {
	color: #F06E00;
}

/* Header mit Menu mit weissem transparentem Hintergrund unterlegen */
/*
.mk-header-holder {
	background-color: rgba(255,255,255,0.9);
}
*/

/* Hamburger Icon Color */
.mk-css-icon-close div, .mk-css-icon-menu div {
	background-color: #00a0e6;
}

/* Mobile Menu Font */
.mk-responsive-nav li a {
	font-weight: 500;
	font-size: 15px;
}

/* Body Font */
body {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
	font-weight: 400;
}

/* Fancy Titles Colors */
.mk-fancy-title.color-single span, .mk-fancy-title.color-single p {
	color: inherit;
}

/* Header Font */
.mk-header {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
}

/* Button Font */
.mk-button {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
}

/* Testimonial Font */
.mk-testimonial {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
}

/* Toggle Font */
.mk-toggle {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
}

/* Animated Columns Font */
.mk-animated-columns {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
}

/* Footer Font */
.widgettitle {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
}

/* Table Font */
tbody {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
}

/* Textboxen des Edge-Slider mit weissem transparentem Hintergrund unterlegen */
.mk-edge-slider .mk-slider-slide.left_center .edge-slide-content, .mk-edge-slider .mk-slider-slide.center_center .edge-slide-content, .mk-edge-slider .mk-slider-slide.right_center .edge-slide-content {
	background-color: rgba(255,255,255,0.9);
	padding: 30px;
}

.mk-edge-slider .edge-title {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
	line-height: 1.1em !important;
}

.mk-edge-slider .edge-desc {
	font-family: 'FFDINWebPro', 'Roboto', Arial, sans-serif;
	font-weight: 400 !important;
	/*
	font-size: 35px !important;
	line-height: 1.4em !important;
	margin-bottom: 35px !important;
	*/
}

.mk-edge-slider .edge-title {
	/* color: rgba(255,255,255,0.7) !important; */
	margin-bottom: 20px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.underline {
	text-decoration: underline !important;
}

.smalltext{
	text-transform: none;
}

.dunkelblau {
	color: #003764;
}

.hellblau {
	color: #00A0E6;
}

.orange {
	color: #F06E00;
}

.white {
	color: #ffffff;
}

ul.white {
	color: #ffffff !important;
}

a.white {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.break-word {
    word-break: break-all;
}

.medium {
	font-weight: 500 !important;
}

.frontlogo {
	max-width: 250px !important;
}

.partnerland {
	max-width: 200px !important;
}

.mk-testimonial.avantgarde-style .mk-testimonial-image img {
	width: 120px !important;
	height: 120px !important;
}

.mk-fancy-title {
	margin-bottom: 5px;
}

/*.fancy-title-program{
	line-height: 0.9em;
}*/



p {
	line-height: 1.4em;
}

/* Absatz Abstände */
blockquote, code, dl, fieldset, ol, p, pre, table, ul {
	margin-bottom: 15px;
}

#sub-footer .mk-footer-copyright {
  float: none !important;
  display: block !important;
  text-align: center !important;
  font-size: 13px;
}

.mk-tab-slider-item.skin-dark .mk-slider-title>hr {
	border-top: 1px solid #5e5e5e;
}

.mk-tab-slider-item.skin-dark .mk-slider-title {
	color: #5e5e5e !important;
}

.mk-tab-slider-item.skin-dark .mk-slider-description, .mk-tab-slider-item.skin-dark .mk-slider-description p {
	color: #5e5e5e;
}

#mk-tabs.simple-style .wpb_tabs_nav a {
	border-left: 1px solid #003764;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #003764;
}

.client-logo {
	filter: gray; /* IE6-9 */
  	filter: grayscale(1); /* Firefox 35+ */
  	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.client-logo:hover {
  	filter: none;
  	-webkit-filter: grayscale(0);
}

.partner .client-logo {
	filter: gray; /* IE6-9 */
  	filter: grayscale(1); /* Firefox 35+ */
  	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
}

.partner .client-logo:hover {
  	filter: none;
  	-webkit-filter: grayscale(0);
}

/* Kontakt Senden Button Style */
.s_contact.s_outline.dark .contact-outline-submit:hover {
	background: #F06E00;
	color: white;
}

@media only screen and (max-width: 767px) {
    .mk-clients .client-logo {
		width: 60%;
		display: block;
    	margin-left: auto;
    	margin-right: auto;
	}
}

.animated-column-desc {
	font-size: 16px;
}

/* Home */

.box1 {
  width: 100%;
  margin: 20px auto;
  border: 1px solid #ffffff;
  padding: 20px 20px 30px 20px;
  color: #ffffff;
	background-color: #009fe3;
  position: relative;
}

/* speech bubble 1 */

.sb1:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -20px;
	top: 20px;
}

.sb1:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #009fe3;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  left: -18.5px;
	top: 20px;;
}


.plusbtn a {
	font-size: 36px !important;
	font-weight: 100 !important;
	width: 48px !important;
	height: 48px !important;
	border-radius: 50% !important;
	padding: 4px 0 0 2px!important;
	border-width: 1px !important;
}

/* Referenten */

.speaker {
	font-size: 20px;
	font-weight: 500;
	color: #003764;
	text-transform: uppercase;
	line-height: 28px;
}

.function {
	font-size: 20px;
	font-weight: 400;
	color: #009fe3;
	line-height: 28px;
}

.involved-if {
	font-size: 20px;
	font-weight: 500;
	color: #00A0E6;
	line-height: 28px;
}

.involved-name {
	font-size: 20px;
	font-weight: 400;
	color: #00A0E6;
	line-height: 28px;
}

.testimonial {
	font-style: italic;
}

/* Ausstellung */

.expo-organisation-1 a {
	color: #009fe3 !important;
	text-decoration: underline;
}

.expo-organisation-1:hover {
	text-decoration: none;
}

.expo-organisation-2 {
	color: #009fe3;
}

.expo-topic-2 {
	text-decoration: underline;
}

.expo-detail-organisation {
	font-size: 30px;
	line-height: 40px;
	text-transform: uppercase;
	color: #009fe3;
}

.expo-detail-topic {
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
}

.expo-contact-image {
	float: left;
	min-width: 100px;
	width: 100px;
	height: 100px;
	padding-right: 10px;
}

.expo-contact-name {
	text-transform: uppercase;
}

.expo-contact-info {
	font-weight: 400;
	color: #009fe3;
}

.expo-detail-link {
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: underline;
}

/* Anmeldung */
.ticket-window  .mk-video-container {
	padding-bottom: 100%;
	overflow: visible;
	min-height: 1600px;
}

@media only screen and (max-width: 480px) {
    .ticket-window  .mk-video-container {
		min-height: 2000px;
}
}

.anmeldung-2016 .mk-video-container {
	padding-bottom: 100%;
	overflow: visible;
	min-height: 1600px;
}

@media only screen and (max-width: 480px) {
    .anmeldung-2016 .mk-video-container {
		min-height: 2000px;
}
}

/* Programm */

.schedule-time p, .mk-box-icon-2-content {
	font-size: 20px;
	margin-bottom: 0px;
}

.schedule-title p, .mk-box-icon-2-content {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0px;
}

.schedule p, .mk-box-icon-2-content {
	font-size: 18px;
	color: #003764;
	margin-bottom: 5px;
	line-height: 1.3em;
}

.schedule-h1 p, .mk-box-icon-2-content {
	font-size: 21px;
	color: #003764;
	margin-bottom: 0px;
	line-height: 1.3em;
}

.schedule-h2 p, .mk-box-icon-2-content {
	font-size: 21px;
	color: #00A0E6;
	margin-bottom: 5px;
	line-height: 1.3em;
}

.schedule-h3 p, .mk-box-icon-2-content {
	font-size: 15px;
	color: #003764;
	font-weight: bold;
	margin-bottom: 30px;
}

.schedule-table, table td {
	text-align: left;
	padding: 5px;
	font-size: 18px;
	color: #173860;
}

.overview-choreo {
	font-size: 12px;
	text-transform: uppercase;
}

.overview-title-cyan {
	font-size: 21px;
	color: #00A0E6;
	font-weight: 400;
	text-transform: uppercase;
}

.overview-title-cyan-sm {
	font-size: 21px;
	color: #00A0E6;
	font-weight: 400;
	text-transform: none;
}

.overview-title-orange {
	font-size: 16px;
	font-weight: 400;
	color: #f06e00;
}

.overview-title-orange-uppercase {
	font-size: 16px;
	font-weight: 400;
	color: #f06e00;
	text-transform: uppercase !important;
}

.overview-if-orange {
	font-size: 16px;
	font-weight: 400;
	color: #e94e24;
	text-transform: uppercase;
	text-decoration: underline;
}

.overview-title-blue {
	font-size: 18px;
	color: #003764;
}

.overview-time {
	font-size: 18px;
	color: #003764;
}

.overview-text {
	font-size: 16px;
	color: #003764;
}

.bulletpoints ul li {
	font-size: 18px;
	color: #00A0E6;
	line-height: 1.5em;
}

/* Innovationsforen Übersicht */

.if-box {
	padding-top: 10px !important;
	margin-right: 3% !important;
}

@media (min-width: 768px) {
	.if-box {
		width: 47%;
	}
}

.if-caption {
	min-height: 340px !important;
}

@media (max-width: 768px) {
	.if-caption {
		min-height: 100px !important;
	}
}


.if-links a {
	color: #003764;
}

.if-links a:hover {
	color: #F06E00;
}

.if-links a strong {
	color: #003764;
}

.if-links a:hover strong {
	color: #F06E00;
}

.if-links {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5em;
	text-transform: uppercase;
	text-decoration: underline;
}

/* Innovationsforum Detailseite */
.if-text p {
	color: #003764;
	line-height: 1.2em;
}

/* Innovationsforum Detailseite */
.iftext p {
	font-size: 18px;
	color: #00A0E6;
}

.iftext li {
	font-size: 16px;
	line-height: 1.4em;
	color: #00A0E6;
	padding-bottom: 10px;
}

.if-text-db {
	color: #003764;
	font-size: 18px;
}

.if-text-db-med {
	color: #003764;
	font-size: 18px;
	font-weight: 500;
}

.if-text-c {
	color: #00A0E6;
	font-size: 18px;
}

.if-text-o {
	color: #f06e00;
	font-size: 18px;
}

/* Movie Night */

.lead-movienight {
	font-size: 18px;
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
}

.text-movienight {
	color: #333333;
}

/* Hochstellen der Zahlen */
sup {
	top: -.3em;
	font-size: 70%;
}

.nav-spec-item {
	/* border: 1px solid #ec6a05; */
	background: rgba(150,150,150,.2);
}

/* Sidebar Navigation Uppercase */
#menu-downloads, #menu-programmpunkte{
	text-transform: uppercase;
	font-weight: 400;
}

/* Hamburger Style */
/*.mk-css-icon-close.icon-size-big div, .mk-css-icon-menu.icon-size-big div {
	height: 2px;
	margin-bottom: 5px;
	border-radius: 0px;
}
.mk-css-icon-close div, .mk-css-icon-menu div {
	height: 2px;
	margin-bottom: 5px;
	border-radius: 0px;
}*/

.widgettitle {
	letter-spacing: 0em;
}

/* Weniger Höhe im Submenu, damit die IF's Platz haben */
.main-navigation-ul>li.no-mega-menu ul.sub-menu li.menu-item a.menu-item-link {
	line-height: 12px;
}

/* No Border */
.widget_nav_menu ul.menu {
	border: none;
}

/* No Arrow before Link in Sidebar */
.menu-programm-container svg.mk-svg-icon {
	display: none;
}

/* No Arrow before Link in Sidebar */
.menu-programmpunkte-container svg.mk-svg-icon {
	display: none;
}

/* Quick Contact Color */
.mk-quick-contact-link {
	background-color: rgba(0,160,230,.7);
}
/* Go to top Color */
.mk-go-top {
	background-color: rgba(0,55,100,.7);
}
.mk-go-top:hover {
	background-color: #f06e00;
}

/*Simple Donwload Monitor Plugin Button */
.sdm_download.blue {
	background: #00A0E6;
	border: none;
	color: #ffffff !important;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 0px;
}

.sdm_download.blue:hover {
	background: #003764;
	border: none;
	color: #ffffff !important;
	box-shadow: none;
	text-shadow: none;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 0px;
}

/*IF Programm 1-spaltig auf Mobile */
@media all and (max-width: 767px) {
  .column_flow {
    column-count: 1 !important;
   }
}

@media all and (min-width: 767px) {
  .column_flow {
    column-count: 2 !important;
   }
}
