/*
  Template:    bento
  Theme Name:  :clojureD
  Description: :clojureD Conference 2018
  Author:      Doctronic GmbH & Co. KG
  Author URI:  https://www.doctronic.de
  Version:     1.0.1
*/


html 
{
	overflow-y: auto !important;
}

/* 2. Header ----------------------------------------------------------- */
.site-content
{
  padding: 60px 0 60px 0 !important;
  padding: 6rem 0 6rem 0 !important;
}

.bnt-container {
	padding: 0 5% !important;
}

#nav-primary 
{
	float: right;
	font-family: 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
  font-weight:600;
}

.primary-menu > li > a:hover,
.primary-menu > li.current-menu-item > a,
.primary-menu > li.current-menu-ancestor > a 
{
	color: #000;	
}

.primary-menu > li 
{
    margin: 0 0 0 20px !important;
    margin: 0 0 0 2rem !important;
}

.primary-menu .sub-menu
{
  border-left: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
}


.primary-menu .sub-menu li:first-child
{
  border-top: 1px solid #f7f7f7 !important;
}


/* Aktiver Menüpunkt */
.primary-menu .sub-menu .current-menu-item 
{
  background-color: rgba(251,176,64,1);
}

.primary-menu .sub-menu .current-menu-item > a,
.primary-menu .sub-menu .current-menu-item > a:hover 
{
  color:#fff;
  cursor:default;
}

.primary-menu > .menu-item-has-children > a:after 
{
	content: "\f0d7" !important;
  font-family: FontAwesome;
	font-size: 1.2rem;
	position: absolute;
  right: 0;
  top: 0;
}

.primary-menu .sub-menu 
{
	display: none;
	position: absolute;
	z-index: 9999;
	width: 200px;
	width: 20rem;
	font-size: 14px !important;
	font-size: 1.4rem !important;
  color:#000;
	border-top: 1px solid #ccc;
}

.primary-menu .sub-menu li a:hover,
.primary-menu .sub-menu .current-menu-item:not(.current-menu-ancestor) > a 
{
	background-color: rgba(251,176,64,0.2) !important;
}

.primary-menu > li > .sub-menu
{
  border-top-width:0px !important;
}

.primary-menu .sub-menu .sub-menu {
	top: -2px !important;
	top: -0.2rem !important;
  left: 100%;
}	

.primary-menu .sub-menu .menu-item-has-children > a:after {
	content: "\f0da" !important;
  font-family: FontAwesome;
	font-size: 1.2rem;
	line-height: 52px;
	line-height: 5.2rem;
	position: absolute;
	top: 0px !important;
	right: 12px;
  right: 1.2rem;
}


/* Mobile Menu ----------------------------------------------------------------------*/

.mobile-menu-trigger,
.ham-menu-trigger 
{
	position: relative;
	display: table-cell;
  vertical-align: middle;	
	padding: 30px 0;
	padding: 3rem 0;
}

.mobile-menu-close-container 
{
	padding: 0px 30px;
	padding: 0rem 3rem;
}

#nav-mobile 
{
	position: fixed;
  z-index: 99999;
	top: 0;
  height: 100%;
	overflow-y: scroll;
  background-color: #ddd;
	font-family: 'Open Sans', Arial, sans-serif !important;
  font-weight:600;
	max-width: 80%;
	padding: 10px 0;
	padding: 1rem 0;
	left: -100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

#nav-mobile li a 
{
	display: block;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	text-transform: uppercase;
	padding: 10px 50px 10px 30px;
	padding: 1rem 5rem 1rem 3rem;;
	border-bottom: 1px solid #ccc;
	color: #333;
}

#nav-mobile .menu-item-has-children > a:after 
{
	content: "\f0d7" !important;
  font-family: FontAwesome;
	font-size: 1.2rem;
	position: relative;
  left:10px;
  top: 0;
}

#nav-mobile li a:hover,
#nav-mobile .current-menu-item:not(.current-menu-ancestor) > a 
{
	background-color: rgba(251,176,64,0.3) !important;
}

#nav-mobile .current-menu-ancestor > a, 
#nav-mobile .current-menu-ancestor > a:hover
{
	color: rgba(251,176,64,1) !important;	
  background-color: #fff !important;	
}

#nav-mobile .current-menu-item {
	background-color: rgba(251,176,64,1) !important;	
}

#nav-mobile .current-menu-item li {
	background-color: #fff !important;	
}

#nav-mobile .current-menu-item > a,
#nav-mobile .current-menu-item > a:before 
{
	color: #fff !important;	
}

#nav-mobile .sub-menu a {
	text-transform: none;
  color:#000;
	font-size: 14px !important;
	font-size: 1.4rem !important;
  font-weight:600;
	padding-left: 30px !important;
	padding-left: 3rem !important;
}

#nav-mobile .sub-menu a:before 
{
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color:#000;
  text-decoration: inherit;
  display:inline-block;
  width:13px;
  width:1.3rem;
}

#nav-mobile .sub-menu .sub-menu a {
	padding-left: 120px;
	padding-left: 12rem;	
  font-weight:normal !important;
}
#nav-mobile .sub-menu .sub-menu a:before 
{
  content: "";
  display:inline-block;
  width:13px;
  width:1.3rem;
}


/* 5. Footer ----------------------------------------------------------------------*/

#sponsorFooter 
{
  padding: 20px 0;
  padding: 2rem 0;
}

.footer-menu li 
{
	text-transform:none !important;
}


/* 7. Responsive -----------------------------------------------------------------*/

/* Smaller mobile screens */
@media screen and (min-width: 10em) {
  
  .logo a 
  {
    float: right !important;	
  }
  
  #sponsorPatron 
  {
    position:relative;
    height:auto;
    width: 100%;
    background-color:#fff;
    float:none;
  }

  #sponsorSponsor 
  {
    position:relative;
    margin-top:20px;
    margin-top:2rem;
    height:auto;
    width: 100%;
    background-color:#fff;
    float:none;
  }
  .bottom-footer .nav ul li:first-child:before 
  {
    display:none;
  }
  .bottom-footer .nav ul li:first-child:after 
  {
    content: "\f099";
    font-family: FontAwesome;
    color:#fff;
    margin-left:8px;
    margin-left:0.8rem;
  }
}

/* Larger mobile screens - 768px and wider */
@media screen and (min-width: 48em) {
  
  #sponsorPatron 
  {
    position:relative;
    height:130px;
    width: calc(30% - 15px);
    background-color:#fff;
    float:left;
  }

  #sponsorSponsor 
  {
    position:relative;
    height:130px;
    width: calc(70% - 15px);
    background-color:#fff;
    float:right;
    margin-top:0;
  }
  
  .bottom-footer .nav ul li:first-child:after 
  {
    display:none;
  }
  
  .bottom-footer .nav ul li:first-child:before 
  {
    content: "\f099";
    font-family: FontAwesome;
    color:#fff;
    display:inline-block;
    width:20px;
    width:2rem;
  }
}


/* Laptops and medium screens - 1024px and wider */
@media screen and (min-width: 64em) 
{
  body
  {
    padding-top:85px !important;
  }

  .site-header 
  {
    display:block;
    width:100%;
    border-bottom: 1px solid #ddd !important;
    height: 85px;
    position: fixed;
    top:0;
    background-color:rgba(255,255,255,0.93) !important;

    -webkit-transition: top 0.5s ease-in-out !important;
    transition: top 0.5s ease-in-out !important;
  }

  .nav-up 
  {
    top:-85px;
    -webkit-transition: top 0.1s ease-in-out !important;
    transition: top 0.1s ease-in-out !important;
  }
  
  .logo a 
  {
    display: block;
    float: left !important;	
  }
  .bnt-container 
  {
		max-width: 1400px !important;
		max-width: 140rem !important; 
	} 
}

@media screen and (max-width: 64em) 
{
  body
  {
    padding-top:80px !important;
  }

  .site-header 
  {
    display:block;
    width:100%;
    border-bottom: 1px solid #ddd !important;
    height: 80px;
    position: fixed;
    top:0;

    -webkit-transition: top 0.5s ease-in-out !important;
    transition: top 0.5s ease-in-out !important;
  }

  .nav-up 
  {
    top:-80px;
    -webkit-transition: top 0.2s ease-in-out !important;
    transition: top 0.2s ease-in-out !important;
  }
}

@media screen and (min-width: 87em) 
{
	
	.bnt-container 
  {
		max-width: 1400px !important;
		max-width: 140rem !important; 
	} 
}

/* -----------------------------------------------------------------\\    //--------------------*/
/* Eigenes CSS ------------------------------------------------------\\  //---------------------*/
/* -------------------------------------------------------------------\\//----------------------*/

/* Wordpress-Titel ausblenden */
.entry-title 
{ 
  display:none !important;
}

/* Links */
.site-content a
{
  color:inherit !important;
  border-bottom:1px dotted #aaa;
}
.site-content a:hover
{
  color:inherit !important;
  border-bottom:1px solid #333;
  text-decoration: none !important;
}

.ngg-gallery-thumbnail a,
.ngg-gallery-thumbnail a:hover
{
  border-bottom:none;
}

.menu-footer a,
.footer-copyright a
{
  border-bottom:1px dotted #777;
  color:#fff !important;
}
.menu-footer a:hover,
.footer-copyright a:hover
{
  color:#fff !important;
  border-bottom:1px dotted #fff;
  text-decoration: none !important;
}

/* Font-Formatierungen */
h1
{
  font-family: Sura, Arial, sans-serif !important;
  font-weight: normal !important;
  margin-top:0 !important;
  margin-bottom: 30px;
}

h2
{
  font-family: Sura, Arial, sans-serif !important;
  font-weight: normal !important;
  font-size:28px !important;
  font-size:2.8rem !important;
}

h3, h4
{
  font-family: "Open Sans", Arial, sans-serif !important;
  font-weight: 600 !important;
}

.sow-headline
{
  margin-top:0 !important;
}

.normal
{
  font-weight:normal !important;
}

.bold
{
  font-weight:600 !important;
}

.cdColor1
{
  color:#fbb040 !important;
}

.cdColor2
{
  color:#93c000 !important;
}

.sansSerif
{
  font-family: "Open Sans", Arial, sans-serif  !important;
}

.serif
{
  font-family: Sura, Arial, sans-serif !important;
}

/* Seitenelemente */

/* Next Gen Gallery */
.ngg-navigation a.page-numbers:hover,
.ngg-navigation a.next:hover
{
  background-color:#fbb040 !important;
}

.ngg-navigation a.page-numbers,
.ngg-navigation a.next
{
  border:none !important;
}

.ngg-navigation a.next
{
  padding: 3px 5px 3px 7px !important;
}

.ngg-navigation span
{
  color:#fbb040 !important;
}

/* Sponsorlist */
.sponsorlist
{
  padding-bottom:50px;
  margin-bottom:50px;
  border-bottom:1px dotted #ddd;
}
@media screen and (max-width: 639px) 
{
  .sponsorlist
  {
    padding-bottom:20px;
    margin-bottom:20px;
    border-bottom:1px dotted #ddd;
  }
}


/* SponsorFooter */
#sponsorPatron p,
#sponsorSponsor p 
{
  position:absolute;
  top:0;
  left:0;
  display:block;
  min-width:90px;
  height:30px;
  line-height:30px;
  color:#aaa;
  padding:0 8px;
  z-index:1;
  border-left: 1px solid #ddd;
}
.cdLogoContainer
{
  width:100%;
  height:100%;
  padding:10px 15px 15px 15px;
  text-align: center;
}
.cdLogoContainer .sponsorImg img
{
  height:auto;
  width:90%;
  top:50%;
  transform:translateY(-50%);
}

.cdLogoContainer .sponsorImg 
{
  padding-top:40px;
  float:left;
}
.cdLogoContainer .sponsorImg:nth-child(1)
{
  width:27%;
}
.cdLogoContainer .sponsorImg:nth-child(2)
{
  width:20%;
}
.cdLogoContainer .sponsorImg:nth-child(3)
{
  width:16%;
}
.cdLogoContainer .sponsorImg:nth-child(4)
{
  width:21%;
}
.cdLogoContainer .sponsorImg:nth-child(5)
{
  width:16%;
}

.cdLogoContainer .patron
{
  position: relative;
  top: 50%;
  transform: translateY(-40%);
  width:auto;
}

.sponsorTeaser
{
  display:block;
  color:black;
  font-size:18px !important;
  font-size:1.8rem !important;
}
.sponsorTeaser a
{
  color:#93c000;
  font-weight:bold;
  border-bottom:1px dotted #aaa;
}
.sponsorTeaser a:hover
{
  border-bottom:1px solid #93c000;
}

/* Hinweis-Box */
.cdHintBox
{
  /*margin-bottom: 25px;*/
  text-align: center;
  width:100%;
  padding:10px;
  background-color: #fbb040;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: -moz-linear-gradient(top, rgba(251,176,64,0.75) 0%, rgba(251,176,64,1) 100%);
  background: -webkit-linear-gradient(top, rgba(251,176,64,0.75) 0%,rgba(251,176,64,1) 100%); 
  background: linear-gradient(to bottom, rgba(251,176,64,0.75) 0%,rgba(251,176,64,1) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bffbb040', endColorstr='#fbb040',GradientType=0 ); 
  border:1px solid #fbb040;
}
.cdHintBox p
{
  font-family: font-family: "Open Sans", Arial, sans-serif  !important;
  font-size:20px;
  font-size:2rem;
  font-weight:600;
  padding:0;
  margin:0;
  color:#fff;
  line-height: inherit;
}

/* Informations-Box */
.cdInfoBox
{
  padding:30px 15px 15px 0px;
  border-top:1px solid #ddd;
  height:100%;
  background-image: url("/wp-content/uploads/2017/07/InfoBox-BG.png");
  background-position: top right;
  background-repeat: no-repeat;
}

.cdInfoBox .panel-grid-cell
{
  height:100% !important;
}

/* Listen-Formatierung */
.textwidget ul
{
  margin:0 !important;
  padding:0 !important;
}

.textwidget ul li
{
  list-style: none;
}

.textwidget ul li:before
{
  content: "\f0da";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  color:#fbb040;
  text-decoration: inherit;
  display:inline-block;
  width:13px;
  width:1.3rem;
}

/* Button-Box */
.ow-button-base a 
{
  margin-bottom: 25px;
  text-align: center;
  width:100%;
  padding:10px 15px !important;
  background-color: #fbb040 !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  
  background: -moz-linear-gradient(top, rgba(147,192,0,0.75) 0%, rgba(147,192,0,1) 100%) !important; 
  background: -webkit-linear-gradient(top, rgba(147,192,0,0.75) 0%,rgba(147,192,0,1) 100%) !important;
  background: linear-gradient(to bottom, rgba(147,192,0,0.75) 0%,rgba(147,192,0,1) 100%) !important; 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93c000', endColorstr='#93c000',GradientType=0 ) !important; 
  border:1px solid #93c000 !important;
  
  font-family: font-family: "Open Sans", Arial, sans-serif  !important;
  font-size:20px !important;
  font-size:2rem !important;
  font-weight:600;
  line-height: inherit;
  padding:0;
  margin:0;
  color:#fff;
}
.ow-button-base a:hover
{
  background: #93c000 !important;
}


/* Tabellen-Formatierung */
.cdSchedule,
.cdSchedule td
{
  width:100% !important;
  border:none !important;
}

.cdSchedule
{
  margin:40px 0 40px 0 !important;
}

.cdSchedule tr:nth-child(even) 
{
  background: #f8f8f8;
}

.cdSchedule tr:nth-child(odd) 
{
  background: #fff;
}

.cdSchedule tr:first-child
{
  background-color:#fbb040;
  font-size:14px;
  font-size:1.4rem;
  font-weight:600;
  text-transform: uppercase;
  height:70px;
}

.cdSchedule tr:first-child > td
{
  border-left: 1px solid #fff !important;
  color:#fff;
}

.cdSchedule td:nth-child(1)
{
  width:80px !important;
}

.cdSchedule td:nth-child(2)
{
  width:50% !important;
}

.cdSchedule td:nth-child(3)
{
  width:50% !important;
}

.cdSchedule a
{
  color:inherit !important;
  border-bottom:1px dotted #aaa;
}
.cdSchedule a:hover
{
  color:inherit !important;
  border-bottom:1px solid #333;
  text-decoration: none !important;
}


/* Sponsoren-Tabelle */
.sponsorTable td:nth-child(1)
{
  width:55% !important;
}

.sponsorTable td:nth-child(2)
{
  width:15% !important;
}

.sponsorTable td:nth-child(3)
{
  width:15% !important;
}

.sponsorTable td:nth-child(4)
{
  width:15% !important;
}

/* Foodsponsoren-Tabelle */
.sponsorFood td:nth-child(1)
{
  width:55% !important;
}

.sponsorFood td:nth-child(2)
{
  width:45% !important;
}

.heart
{
  color: #bd1e2c;
}


/* Sprecher-Zusammenfassung */
.cdSpeakerSummary
{
  margin-top:40px;
  -webkit-column-count: 2; 
  -moz-column-count: 2; 
  column-count: 2;
}

.highlighter-rouge
{
  background-color: rgba(251,176,64,0.2);
}

/* Sprecher-Informationen */
.cdSpeakerInfo
{
  margin-top:40px;
  padding-bottom:40px;
  border-bottom:1px solid #ddd;
}

.widget_sow-editor:not(.panel-last-child) .cdSpeakerInfo
{
  margin-top:40px;
  padding-bottom:0px;
  border-bottom:none;
}


.panel-grid:last-child .cdSpeakerInfo
{
  border-bottom:none;
}

.cdSpeakerInfo img
{
  border-radius:50%;
  width:200px;
  height:auto;
  float:left;
  margin-right:40px;
}

.cdSpeakerInfo p
{
  max-width:800px;
  font-size:14px !important;
  font-size:1.4rem !important;
  padding-top:1px;
}

.cdSpeakerInfo:after,
.clear:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

/* Gallerie-Formatierung */
.ngg-galleryoverview .slideshowlink
{
  display:none;
}
.ngg-galleryoverview .ngg-gallery-thumbnail
{
  margin:0;
  border:none;
}

/* Bilder in Texten */
.panel-grid-cell img
{
  max-width:40%;
  height:auto;
}

/* Bilder in Texten */
.ausblenden
{
  display:none !important;
}


/* Formatierungen für > 768 Pixel --------------------------------------------------------------*/

@media (min-width:769px)
{  
  .cd2spaltig
  {
    -webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
  }
}

/* Formatierungen für <= 768 Pixel --------------------------------------------------------------*/

@media (max-width:768px)
{ 
  .cdLogoContainer .patron
  {
    position:static;
    width:auto;
    padding-top:30px;
  }
  
  #sponsorPatron .cdLogoContainer img
  {
    margin:0 auto;
    width:60%;
  }
  
  .cdLogoContainer
  {
    padding:20px 15px 15px 15px;
  }
  
  .cdLogoContainer .sponsorImg img
  {
    width:100%;
  }
  
  .cdLogoContainer .sponsorImg 
  {
    padding-top:40px;
    float:none;
    position:relative;
    left:50%;
    transform:translateX(-50%);
  }
  
  .cdLogoContainer .sponsorImg:nth-child(1)
  {
    width:64%;
  }
  
  .cdLogoContainer .sponsorImg:nth-child(2)
  {
    width:48%;
  }
  
  .cdLogoContainer .sponsorImg:nth-child(3)
  {
    width:36%;
  }
  
  .cdLogoContainer .sponsorImg:nth-child(4)
  {
    width:52%;
  }
  
  .cdLogoContainer .sponsorImg:nth-child(5)
  {
    width:36%;
  }
}


/* Formatierungen für 640 =><= 769 Pixel ----------------------------------------------------------*/

@media (min-width:640px) and (max-width:768px)
{
  h1
  {
    font-size:34px !important;
  	font-size:3.4rem !important;
    margin-bottom: 20px;
  }
    
  h2
  {
    font-size:26px !important;
  	font-size:2.6rem !important;
  }
    
  .cd2spaltig,
  .cdSpeakerSummary
  {
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
  }
  
  /* Hinweis-Box */
  .cdHintBox
  {
    /*margin-bottom: 20px;*/
  }
}       

/* Formatierungen für < 640 Pixel ----------------------------------------------------------*/
@media (max-width:639px)
{
  .site-content
  {
    padding: 45px 0 45px 0 !important;
    padding: 4.5rem 0 4.5rem 0 !important;
  }
  
  h1
  {
    font-size:28px !important;
  	font-size:2.8rem !important;
    margin-bottom: 10px;
  }
    
  h2
  {
    font-size:24px !important;
  	font-size:2.4rem !important;
  }
  
  p
  {
    font-size: 16px !important;
    font-size: 1.6rem !important;
  }
  
  /* Hinweis-Box */
  .cdHintBox p,
  .ow-button-base a 
  {
    font-size: 100% !important;
  }
  
  /* Tabellen-Formatierung */
  .cdSchedule
  {
    font-size:14px;
    font-size:1.4rem;
  }
  
  .cdSchedule td:nth-child(1)
  {
    width:60px !important;
  }
  
  .cdSchedule tr:first-child
  {
    border-bottom: 1px solid #ddd;
    color:#fbb040;
    font-size:12px;
    font-size:1.2rem;
    font-weight:600;
    text-transform: uppercase;
    height:50px;
  }
 
  /* Sponsoren-Tabelle */
  .sponsorTable td:nth-child(1)
  {
    width:40% !important;
  }

  .sponsorTable td:nth-child(2)
  {
    width:20% !important;
  }

  .sponsorTable td:nth-child(3)
  {
    width:20% !important;
  }

  .sponsorTable td:nth-child(4)
  {
    width:20% !important;
  }

  /* Foodsponsoren-Tabelle */
  .sponsorFood td:nth-child(1)
  {
    width:50% !important;
  }

  .sponsorFood td:nth-child(2)
  {
    width:50% !important;
  }

  
  /* Sprecher-Zusammenfassung */
  .cdSpeakerSummary
  {
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
  }
  
  /* Sprecher-Informationen */
  .cdSpeakerInfo img
  {
    border-radius:50%;
    width:150px;
    height:auto;
    float:left;
    margin-right:30px;
  }
  
  .cdHintBox,
  .ow-button-base a,
  {
    /*margin-bottom: 20px;*/
  }
}

@media (max-width:400px)
{
  
  .site-content
  {
    padding: 30px 0 30px 0 !important;
    padding: 3rem 0 3rem 0 !important;
  }
  
  /* Tabellen-Formatierungen */
  .cdSchedule
  {
    font-size:12px;
    font-size:1.2rem;
  }
  
  .cdSchedule td:nth-child(1)
  {
    width:45px !important;
  }
  
  /* Sponsoren-Tabelle */
  .sponsorTable td:nth-child(1)
  {
    width:40% !important;
  }

  .sponsorTable td:nth-child(2)
  {
    width:20% !important;
  }

  .sponsorTable td:nth-child(3)
  {
    width:20% !important;
  }

  .sponsorTable td:nth-child(4)
  {
    width:20% !important;
  }

  /* Foodsponsoren-Tabelle */
  .sponsorFood td:nth-child(1)
  {
    width:50% !important;
  }

  .sponsorFood td:nth-child(2)
  {
    width:50% !important;
  }
  
  .cdSchedule td
  {
    padding:5px !important;
  }
  
  .cdSchedule tr:first-child
  {
    border-bottom: 1px solid #ddd;
    color:#fbb040;
    font-size:10px;
    font-size:1.0rem;
    font-weight:600;
    text-transform: uppercase;
    height:35px;
  }
  
  /* Fließtext auf Smartphones kleiner darstellen */
  p
  {
    font-size:14px !important;
    font-size:1.4rem !important;
  }
  
  /* Sprecher-Zusammenfassung*/
  .cdSpeakerSummary
  {
    -webkit-column-count: 1; 
    -moz-column-count: 1; 
    column-count: 1;
  }
  
  .cdSpeakerSummary
  {
    margin-top:25px;
  }
  
  /* Sprecher-Informationen */
  .cdSpeakerInfo img
  {
    border-radius:50%;
    width:100px;
    height:auto;
    float:left;
    margin-right:20px;
  }
  
  .cdSpeakerInfo p
  {
    font-size:12px !important;
    font-size:1.2rem !important;
  }
  
  .cdSpeakerInfo
  {
    margin-top:25px;
    padding-bottom:25px;
  }
  
  /* Tabellen-Formatierung */
  .cdSchedule
  {
    margin:15px 0 40px 0 !important;
  }
  
  .cdHintBox,
  .ow-button-base a
  {
    /*margin-bottom: 15px;*/
  }
  
  .clear:after{
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
  }
  
  #sponsorPatron .cdLogoContainer img
  {
    margin:0 auto;
    width:80%;
  }
  
  .cdLogoContainer
  {
    padding:20px 15px 15px 15px;
  }
  
  .cdLogoContainer .sponsorImg img
  {
    width:100%;
  }
  
  .cdLogoContainer .sponsorImg 
  {
    padding-top:40px;
    float:none;
    position:relative;
    left:50%;
    transform:translateX(-50%);
  }
  
  .cdLogoContainer .sponsorImg:nth-child(1)
  {
    width:84%;
  }
  
  .cdLogoContainer .sponsorImg:nth-child(2)
  {
    width:68%;
  }
  
  .cdLogoContainer .sponsorImg:nth-child(3)
  {
    width:56%;
  }
  
  .cdLogoContainer .sponsorImg:nth-child(4)
  {
    width:72%;
  }
  
  .cdLogoContainer .sponsorImg:nth-child(5)
  {
    width:58%;
  }
  
}