/*
Theme Name: EMG2015RWD - JANNY / V1.7
Theme URI: http://www.ron-eissl.com/
Author: Ron Eissl (Michael Geissler)
Author URI: http://www.ron-eissl.com/
Description: Theme fuer den zweiten, responsive-Milestone, nun inkl. Social-Box
Version: 1.7

*/

@charset "UTF-8";
/* CSS Document */

html,
body {
  min-height: 100%;
}

body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 140%;
  color: #524942;
  padding: 0;
  margin: 0;

  background: #89b1da; /* Old browsers */
  background: -moz-linear-gradient(top,  #89b1da 0%, #b7d3e9 45%, #b7d3e9 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#89b1da), color-stop(45%,#b7d3e9), color-stop(100%,#b7d3e9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #89b1da 0%,#b7d3e9 45%,#b7d3e9 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #89b1da 0%,#b7d3e9 45%,#b7d3e9 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #89b1da 0%,#b7d3e9 45%,#b7d3e9 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #89b1da 0%,#b7d3e9 45%,#b7d3e9 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89b1da', endColorstr='#b7d3e9',GradientType=0 ); /* IE6-9 */

}

html {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

*, *:before, *:after {
  -moz-box-sizing:inherit;
  -webkit-box-sizing:inherit;
  -o-box-sizing:inherit;
  box-sizing: inherit;
} 

.wrapper {
max-width: 1280px;
width: 100%;
margin: 0 auto;
padding-bottom: 20px;
padding: 0px 10px 20px 10px;
}

/* Base-Aufbau */

header,
.main,
footer {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

header {width: 100%; position: relative;}
.main {width: 100%;}
footer {width: 100%;}


.visual img {
  max-width: 100%;
  height: auto;
}

/* Header */


.gfx-visual {
  background: url(images/gfx-visual.jpg) no-repeat right top;
  height: 234px;
  position: relative;
}

.logo {
  width: auto;
  float: left;
  text-align: left;
  margin: 20px 0 0 25px;
}


/* Mainnav */
#navigation {
  background: #f5f5f5;
  height: 40px;
  width: 100%;
  padding: 0px 15px 0px 0px;
}

.mainnav {
  width: 80%;
  float: left;
}

.mainnav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}

.mainnav ul li {
  float: left;
  width: auto;
  height: auto;
  position: relative;
  line-height: 40px;
  height: 40px;
}

.mainnav ul li a {
  text-decoration: none;
  display: block;
  padding: 1px 15px 2px 15px;
  line-height: 100%;
  margin-top: 10px;

  color: #109dd9;
  border-right: 1px solid #d4d1dd;
}

.mainnav ul li a .last {
  border-right: 0px;
  }


.mainnav ul li:hover {
  background: #fff;
}

.mainnav ul li a:hover {
  opacity: 0.8;
}

/* Zweite Ebene */

.mainnav ul li ul {
  display: none;
}


.mainnav ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 9999;
  top: 40px;
  background: rgba(255,255,255,0.9);
  float: none;
  width: 250px;
}

.mainnav ul li ul li {
  float: none;
  border-bottom: 1px dotted #95a1ca;
  padding: 0;
  margin: 0px;
  line-height: 35px;
  height: 35px;
}

.mainnav ul li ul li a {
  border-right: 0px;
  margin: 0;
  padding: 0px 13px;
  display: block;
  width: 100%;
  height: 35px;
  line-height: 34px;
}

/* Dritte Ebene */

.mainnav ul li:hover ul li ul {
  display: none;
}

.mainnav ul li ul li ul {
  display: none;
}

.mainnav ul li ul li:hover ul {
  display: block;
  position: absolute;
  z-index: 9999;
  left: 250px;
  top: 0px;
  width: 250px;
}

/* Language Selector */
.lang-select {
  float: right;
  width: 275px;
  padding-top: 10px;
  position: absolute;
  right: 15px;
  top: 232px;
  }

.social-links {
  width: 90px;
  float: left;
}

.lang-select .fb-like {
  float: left;
  width: auto;
}

div.fb-like.fb_iframe_widget.fb_iframe_widget_fluid {
  width: auto;
}

.fb-like .fb_iframe_widget_lift {
  z-index: 999;
}



.lang-select img {
  float: left;
  margin-left: 5px;
}

#flags_language_selector {
  width: auto;
  float: right;
  margin-left: 0px;
}

#flags_language_selector img { opacity: 1;}
#flags_language_selector a img { opacity: 0.3;}

#flags_language_selector a:hover img {opacity: 1;}

.lang-select img.instagram-icon {margin-left: 10px;}

/* Setting im Content-Bereich */

.main-content {
  width: 62%;
  float: left;
  background: white;
  padding: 15px;
}


/* Results */

.resultspage .main-content {
  width: 100%;
}

.results-row {
      clear: both;
    width: 100%;
    float: left;
    display: block;
    border-top: 1px dotted #ccc;
    background: #fff;
    font-size: 12px;
}

div.results-row:nth-child(2n+1) {
  background: #f4f4f4;
}

.results-row-heading {
  border-bottom: 2px solid #ccc;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    background-color: #eee;
}

.meta-eventtag,
.meta-time,
.meta-sportart,
.meta-tournament,
.meta-venue,
.meta-title {
  border-right: 1px solid #ccc;
}

.meta-eventtag,
.meta-time,
.meta-sportart,
.meta-tournament,
.meta-venue,
.meta-title,
.meta-resultfile,
.meta-resulttable {
  padding: 4px 5px 2px 5px;
}


.meta-eventtag {
  width: 10%;
  display: inline-block;
  float: left;
}
.meta-time {
  width: 10%;
  display: inline-block;
  float: left;
}
.meta-sportart {
  width: 10%;
  display: inline-block;
  float: left;
}
.meta-tournament {
  width: 15%;
  display: inline-block;
  float: left;
}
.meta-venue {
  width: 27%;
  display: inline-block;
  float: left;
}
.meta-title {
  width: 18%;
  display: inline-block;
  float: left;
  font-weight: bold;
}
.meta-resultfile {
  width: 5%;
  display: inline-block;
  float: left;
  text-align: center;
}
.meta-resulttable {
  width: 5%;
  display: inline-block;
  float: left;
  text-align: center;
}

.meta-resultfile a,
.meta-resulttable a {
  font-weight: normal;
  border:0;
}

.meta-number,
.meta-pagination {
      font-size: 12px;
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
    float: left;
}

.meta-pagination {
  padding-top: 20px;
}

.searchandfilter ul li {
  float: left;
  padding: 4px 10px 4px 0px !important; 
}

.searchandfilter {
  width: 100% !important;
  float: left !important;
}

.searchandfilter ul {
      padding: 0 !important;
    margin: 0px 0px 20px 0px !important;
    float: left !important;
    display: block !important;
    width: 100% !important;
}


/* --- */


.post-content {
  min-height: 698px;
}

.copy {
  float: left;
  width: 100%;
  background: white;
  padding: 15px 0px 3px 0px;
  min-height: 40px;
  background: url(images/dotted-bg.gif) repeat-x top center;
  font-size: 12px;
}

.sidebar {
  width: 450px;
  float: right;
}

/* Basic-Content */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Ubuntu', sans-serif;
  color: #000;
}

h2, h3, h1 {
  margin-top: 35px;
  color: #263574;
}

h3 {
  margin-bottom: 6px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

hr {
border: none;
border-top: 1px dotted #ccc;
background-color: #FFFFFF;
margin-bottom: 10px;
height: 1px;
}

h1,
h2,
h3,
h4,
h5,
p {
  padding: 0px 14px;
}

a {
  color: #3399cc;
}

a:hover {
  text-decoration: none;
}

td a:hover img {opacity:0.7;}

td p {padding: 0px;}

img {
  max-width: 100%;
  height: auto; 
  }

.post-content iframe {
  width: 100%;
}

.alignright {
  float: right;
  margin: 0px 0px 5px 10px;
}

.alignleft {
  float: left;
  margin: 0px 10px 5px 0px;
}

.wp-caption .wp-caption-text {
  font-size: 11px;
  padding: 2px 4px 2px 4px;
  background: #eee;
  margin-right: 10px;
  color: #666;
}

.pagetitle {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 48px;
  background: #3b7fc1;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  padding-left: 15px;
  font-weight: 400;
  margin-bottom:15px;
}

.pagetitle2 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  background: #fff;
  border-top: 3px solid #666;
  border-bottom: 1px solid #333;
  color: #3b7fc1;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Ubuntu', sans-serif;
  padding-left: 10px;
  font-weight: 400;
  margin-bottom:0px;
}

.pagetitle strong {
  font-weight: 700;
}


.frontpage-teaser-box {
  padding: 10px;
  width: 100%;
}

.frontpage-teaser-box p {
  padding: 5px 0px 10px 0px;
}

.teaser-box-image {
  padding-top: 10px;
}

/* Bestellformular */

.gform_wrapper {
  padding: 0 14px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.gform_wrapper .button {
  background: #4592ca;
  border: 0;
  color: #fff;
  border-radius: 4px;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 14px;
}


.gform_wrapper .button:hover {
  background: #266ea3;
} 

.gform_wrapper .gform_previous_button {
  margin-top: 7px;
margin-right: 5px;
}

.en-pp-button_wrapper .gform_previous_button {
  margin-top: 0px;
}

.gform_wrapper .gform_image_button {
  float: right;
}

.gform_page_footer {
  float: right;
  width: 100%;
  margin-bottom: 30px;
  text-align: right;
}

.gf_page_steps {border-bottom: 1px solid #eee; width: 100%; float: left; margin-bottom: 15px;}
.gf_step {color: #ccc; width: auto; float: left; margin-right: 15px; font-size: 11px; text-transform: uppercase;}
.gf_step_active {color: #524942; border-bottom:1px solid #524942; font-weight: bold; }
.gform_body {
  width: 100%;
  float: left;
}

.gform_body .instruction {
  display: none;
}

.gform_fields {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 100%;
}

.gfield_label {
  font-weight: bold;
}

.gfield {
  margin-bottom: 15px;
  width: 100%;
  display: block;
  float: left;
}

.gfield input {
  padding: 4px 6px;
  margin-top: 4px;
  font-size: 14px;
}

.gfield p {
  padding: 10px 0;
  margin: 0;
}

.ginput_complex {
  width: 100%;
  float: left;
}

.ginput_left {
  width: auto;
  float: left;
  margin-right: 20px
}

.ginput_left input {
  display: block;
  font-size: 13px;
}

.ginput_left label,
.ginput_right label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  color: #717171;
}

.ticket-category {
  width: 60%;
  display: block;
  float: left;
  line-height: 25px;
  position: relative;
}

.ticket-category label {
  float: left;
  width: 200px;
  line-height: 25px;
}

.ticket-category .ginput_container {
  width: auto;
  float: left;
  margin-left: 40px;
  line-height: 25px;
}

.ticket-category .gfield_description {
  width: 140px;
  float: left;
  font-size: 12px;
  line-height: 25px;
  position: absolute;
  left: 85px;
}

.tooltip-icon {
 display: none;
	
 font-weight: bold;
 background: #ccc;
 border-radius: 100%;
 padding: 2px 4px;
 border: 1px solid #333;
 font-size: 11px;
 cursor: pointer;
}

.tooltip-text {
  position: absolute;
  display: none;
  top: 3px;
  left: 22px;
  background: #ccc;
  padding: 3px 5px;
  border: 1px solid #333;
  z-index: 999999;
  line-height: 16px;
  box-shadow: 0px 0px 5px #333;
  width: 180px;
}

.tooltip-container:hover .tooltip-text {
/*  display: none;  */
  display: block;
}

.ticket-category-amount {
  width: 38%;
  float: left;
}

.ticket-category-amount label {
  font-weight: normal;
  float: left;
  margin-right: 10px;
  line-height: 25px;
}

.ticket-category-amount input {
  width: 31px;
  float: left;
  margin: 0;
  font-size: 12px;
}

.tickets-total {
  color: #2c2980;
  font-weight: bold;
  padding: 12px 0px;
  background: url(images/dotted-bg.gif) repeat-x top center;
}

.tickets-total label {
  width: auto;
  float: left;
  margin-right:8px;
}

.data-birthday {
  margin-bottom: 26px;
}

.data-birthday .ginput_container {
 float: left;
 width: auto;
 margin-right: 5px;
 margin-top: 5px;
 font-size: 14px;
}

.data-mailadress input {
  width: 300px;
  float: left;
}

.data-city input {
  width: 300px;
  float: left;
}

.sum-it-up {
    background: url(images/dotted-bg.gif) repeat-x top center;
    margin-top: 20px;
    margin-bottom: 0;
}

.sum-it-up p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tickets-total-secondpage {
   background: url(images/dotted-bg.gif) repeat-x bottom center;
   color: #2c2980;
   font-weight: bold;
   padding-bottom: 8px;
}

.tickets-total-secondpage label {
  float: left;
  margin-right: 4px;
}

.validation_error {
  color: darkred;
  background: #f6d0d0;
  width: 100%;
  float: left;
  margin: 0px 0px 20px;
  padding: 10px;
  font-weight: bold;
}

.validation_message {
  width: 100%;
  display: block;
  float: left;
  color: darkred;
  background: #f6d0d0;
  padding: 10px;
  margin: 10px 0px;
}


.gform_confirmation_message {
  padding: 10px;
  margin: 40px 14px 0px 14px;
  background: #d0f6d3;
  color: darkgreen;
  font-weight: bold;
}

/* News-Bereich Startseite */

.frontpage-news {
  margin-bottom: 30px;
}

.newswrap {
  height: 380px;
  overflow: hidden;
  width: 100%;
}

.newswrap-footer {
  width: 100%;
  background-color: #3b7fc1;
  height: 30px;
  padding: 5px 20px;
  text-align: right;
}

.newswrap-footer a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}

.newswrap-footer a:hover {
  opacity: 0.8;
}

.news-excerpt {
  background: url(images/dotted-bg.gif) repeat-x bottom center;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.newswrap .news-excerpt {
    width: 92%;
}

.news-excerpt img {
  float: left;
  margin: 0px 15px 0px 0px;
}

.meta-date {
  font-style: italic;
  color: #263574;
  font-size: 12px;
}

.news-headline {
  font-weight: bold;
  color: #263574;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0px;
  padding: 0;
}

.news-headline a {
  color: #263574;
  text-decoration: none;
  font-family: Arial, sans-serif;
}

.news-headline a:hover {
  text-decoration: underline;
}

.news-excerpt-content p {
  padding: 0;
  margin: 0;
}

.more-link {
  text-decoration: underline;
  color: #92c581;
  font-size: 12px;
}

.controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 999;
  width: 30px;
  height: 50px;
}

.up:hover {
  cursor:n-resize;
}
.down:hover {
  cursor:s-resize;
}


ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page-numbers:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    margin: 0 4px 4px 0;
    text-align: center;
}

.page-numbers a,
.page-numbers span {
    line-height: 1.6em;
    display: block;
    padding: 0 6px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    border: 1px solid #ddd;
    color: #888;
}

.page-numbers a span { padding: 0 }

.page-numbers a:hover,
.page-numbers.current,
.page-numbers.current:hover {
    color: #000;
    background: #f7f7f7;
    text-decoration: none;
}

.page-numbers:hover { text-decoration: none }


/* Layout-Builder Content */

.two-column-box {
  width:49%;
  float: left;
  margin-bottom: 15px;
}

.two-column-box:nth-of-type(2n) {
  float:right;
}

.three-column-box {
  width: 33.333%;
  float: left;
  margin-bottom: 25px;
}

.three-column-box img {
  margin: 0;
  width: 100%;
  height: auto;
}


.three-column-box img:hover {
  opacity: 0.7;
}

/* Sidebar und Widgets */
.widget {
box-shadow: 0px 0px 6px #505c65;
background: #f4f4f4;
}

.quicklinks {
  border-radius: 0px 0px 3px 3px;
  padding: 15px;


  background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #a9cdee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a9cdee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#a9cdee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#a9cdee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#a9cdee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#a9cdee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a9cdee',GradientType=0 ); /* IE6-9 */
  }

  .quicklinks .button {
    display: block;
    width: 420px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #263574;
    box-shadow: 0px 0px 3px #708395;

    padding: 0px 10px 0px 15px;
    margin: 0px 0px 15px;
    line-height: 48px;
    font-size: 18px;

    text-transform: uppercase;
    text-decoration: none;
    color: #21327a;

    font-family: 'Ubuntu', sans-serif;
  }

  .quicklinks .visit { background: url(images/buttonbg_visit.png) center -1px; }
  .quicklinks .volunteer { background: url(images/buttonbg_volunteer.png) center -1px; }
  .quicklinks .host { background: url(images/buttonbg_host.png) center -1px; }
  .quicklinks .support { background: url(images/buttonbg_support.png) center -1px; margin-bottom: 0px;}
  .quicklinks .tickets {background: url(images/buttonbg_tickets.png) center -1px; color: white; }
  .quicklinks .accreditation {background: #ff0000; center -1px; color: white; }

  .quicklinks .button:hover {
    box-shadow: 0px 0px 3px #fff;
  }


  .video-teaser .widget-title,
  .countdown .widget-title {
    background: #3b7fc1;
    width: 100%;
    height: 50px;
    line-height: 48px;
    padding-left: 15px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    text-shadow:0px 0px 3px #7b7b7b;
    font-weight: normal;
    margin-bottom: 3px;

    font-family: 'Ubuntu', sans-serif;
  }

 .video-teaser .widget-title strong {
  font-weight: bold;
 }

 .social-teaser .widget-title {
  background: #0a9cd9;
 }

 .video-teaser .widget-cta,
 .countdown .widget-cta {
  background: #dadada;
  text-align: right;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 15px 6px 0px;
 }

  .countdown .widget-cta {
    text-align: center;
    color: #878379;
    font-weight: 400;
    font-family: 'Ubuntu', sans-serif;
    font-size: 15px;
    padding: 3px 0px 5px 0px;
    text-transform: uppercase;
  }

 .video-teaser .widget-cta a {
  color: #386797;
  text-decoration: none;
 }

 .countdown .widget-title {
  background: #e2047a;
 }

.countdown {
  background: #bcbcb1;
}
 #countdown {
  width: 100%;
  text-align: center;
  font-family: 'Ubuntu', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 47px;
  min-height: 90px;
  padding-top: 15px;
  margin: 0 auto;
  padding-left: 20px;
 }

 .days {width: 94px; overflow: hidden; text-align: center; float: left; height: 72px; padding-top:9px; }
 .hours {width: 94px; overflow: hidden; text-align: center; float: left; height: 72px; padding-top:9px; }
 .minutes {width: 94px; overflow: hidden; text-align: center; float: left; height: 72px; padding-top:9px; }
 .seconds {width: 94px; overflow: hidden; text-align: center; float: left; height: 72px; padding-top:9px; }
 .dot {
  font-weight: 400;
  color: #d9d9d9;
  width: 10px;
  text-align: center;
  float: left;
  height: 62px;
  padding-top:9px; 
  padding-left: 6px;
  padding-right: 6px;
 }

 .legend-days,
 .legend-hours,
 .legend-minutes,
 .legend-seconds {
  font-weight: 700;
  font-size: 13px;
  color: #524942;
  text-transform: uppercase;
  line-height: 12px;
 }

 /* Social Stream */

 .social-teaser {
  padding: 0;
  margin-top:30px;
 }


 .stream {
  padding: 0;
  margin: 0;
  list-style-type: none;
  height: 912px;
  overflow: hidden;
 }

 .dcsns-li {
  width: 215px;
  float: left;
  box-shadow: 0px 0px 6px #505c65;
  height: 286px; 
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-bottom: 20px;
  font-size: 12px;
  color: #4c4c4c;
  line-height: 14px;
 }

 .stream a {
  text-decoration: none;
 }

 .stream a:hover {
  opacity: 0.8;
 }

 .dcsns-li .inner {
  padding: 10px;
  height: 240px;
  overflow: hidden;
  float: left;
  position: relative;
 }

 .dcsns-li .icon {
  position: absolute;
  left: 5px;
  bottom: 8px;
  z-index: 99;
 }

  .clear {
    background: url(images/social-fade.png) repeat-x;
    display: block;
    height: 30px;
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 205px;
  }


 .dcsns-li:nth-child(2n) {
  margin-left:20px;
 }

.section-intro {
  width: 100%;
  height: 46px;
  float: left;
  color: #fff;
  padding: 15px 10px 0px 35px; 
  font-size: 11px;
  font-weight: bold;
  display: block;
}


.section-intro a {
  text-decoration: underline;
  color: #fff;
}

.section-intro a:hover {
  text-decoration: none;
}

.section-text {
  width: 195px;
  display: block;
  overflow: hidden;
}

.section-text img {
  width: 100%;
  height: auto;
}

.inner img {
  width: 100%;
  height: auto;
}

/* Sixt-Banner */
 
 .sixt-banner {
  float: left;
  margin-right: 25px;
  margin-top: 5px;
 }

 .sixt-adv-text {
  padding-top: 20px;
  padding-bottom: 20px;
 }

/* Footer */

footer {
  width: 100%;
  clear: both;
  margin-top: 30px;
}


.bottom-line {
  clear: both;
  margin: 40px 0px 0px 0px;
}

/* Misc */
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

#mobile-header {
    display: none;
}

/*Slideshow--------------------------------------------- */

.flexslider {
  position: relative;
  overflow:hidden;
  border-right:1px solid #d3d3d3;
  border-left:1px solid #d3d3d3;
}

#map-canvas {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 400px;
}

div#smallslider.flexslider {
  height: 180px;
}

#wrap-slider {
    float: left;
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
    background: #fff;
}

.flex-container a,.flexslider a,.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;
}
/* FlexSlider Necessary Styles*********************************/
.flexslider {
  margin:0;
  padding:0;
}
.flexslider_content {
  margin:0;
  padding:0;
}
.flexslider .slides>li {
  display:none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width:100%;
  display:block;
  height:auto;
}

.sliderbutton {
  width: 120px;
  height: 120px;
  float: right;
}

.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides: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*********************************/
.flexslider {
  background:#fff;
  position:relative;
  zoom:1;
}
#flex_content {
  overflow:hidden;
  height:170px;
}
#flexslider img {
}
.flexslider .slides {
  zoom:1;
  background: #fff;
}
.flexslider .slides>li {
  position: relative;
  -webkit-backface-visibility: hidden;
  background: #fff;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own,if you wish */
.flex-container {
  zoom:1;
  position: relative;
}
/* Caption style */
/* IE rgba() hack */

/* Direction Nav */
.flex-direction-nav {
  width:1020px;
  margin-left:auto;
  margin-right:auto;
}
.flex-direction-nav a {
  width:80px;
  height:78px;
  margin:-13px 0 0 42px;
  display:block;
  position:absolute;
  top:40%;
  cursor:pointer;
  text-indent:-999em;
  display: none;
}
.flex-direction-nav .flex-next {
  background-position:-80px 0;
  margin-left:955px;
}
.flex-direction-nav .flex-prev {
  margin-left:-15px;
}
.flex-direction-nav .flex-disabled {
  opacity:.3;
  filter:alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width:100%;
  position:absolute;
  top:460px;
  height: 20px;
  text-align:center;
  display: inline-block;
}
.flex-control-nav li {
  margin:0 0 0 5px;
  display:inline-block;
  zoom:1;
  *display:inline;
}
.flex-control-nav li:first-child {
  margin:0;
}
.flex-control-nav a {
  width:13px;
  height:13px;
  display:block;
  background:url(images/bg_control_nav_7.png) no-repeat;
  *background:url(images/bg_control_nav_6.png) no-repeat;
  background-size: 13px;
  cursor:pointer;
  text-indent:-999em;
}
.flex-control-nav a:hover {
  background-position:0 -13px;
}
.flex-control-nav a.flex-active {
  background-position:0 -26px;
  cursor: default;
}

#topline img {
  width: 250px;
  height: auto;
  margin-top: 3px;
}

#bottomline {
  height: 4px;
}

#topline {
  padding-top: 2px;
  padding-bottom: 2px;
  height: 20px;
}






/* Responsiveness */

.mobile-menu-container {
  display: none;
}

  .mobile-logo {
    display: none;
  }

  .desktop-logo {
    display: block;
  }

@media only screen and (max-width : 1250px) {

.lang-select {
  float: right;
  width: 270px;
  padding: 10px;
  padding-top: 12px;
  position: absolute;
  right: 0;
  top: 400px;
  background: #fff;
  }

.social-links {
  width: 70px;
}

.lang-select img {
  float: left;
margin-left: 2px;
width: 18px;
height: auto;
}


.wrapper {
  width: 860px;
  padding: 0;
}

#navigation {
  display: none;
}

.mobile-menu-container {
  position:absolute; 
  z-index:99; 
  top:10px; 
  left:10px;
  display: block;
}

#dl-menu {
  display: block;
  z-index: 99;
}

header {
  background: url(images/bg-responsive-header.png) repeat-x;
}

.gfx-visual {
  height: 150px;
  background-size: contain;
}

.logo img {
  height: auto;
  width: 400px;
}

.logo {
  margin: 8px 0 0 70px;
  }


.main-content {
  width: 570px;
  padding: 10px;
}

#wrap-slider {
  height: 250px;
}

img {
  max-width: 100%;
  height: auto;
}

.sidebar {
  width: 270px;
  margin-top: 55px;
}

.quicklinks {
  background: none;
  box-shadow: none;
  padding: 8px;
}
.quicklinks .button {
  width: auto;
  font-size: 16px;
}

.video-teaser .widget-title, .countdown .widget-title {
  font-size: 14px;
  padding-left: 10px;
}

#countdown {
  font-size: 27px;
  padding-left: 10px;
  width: 260px;
  margin: 0 auto
}

 .days {width: 53px; overflow: hidden; text-align: center; float: left; height: 62px; padding-top:9px; }
 .hours {width: 53px; overflow: hidden; text-align: center; float: left; height: 62px; padding-top:9px; }
 .minutes {width: 53px; overflow: hidden; text-align: center; float: left; height: 62px; padding-top:9px; }
 .seconds {width: 53px; overflow: hidden; text-align: center; float: left; height: 62px; padding-top:9px; }
 .dot {
  font-weight: 400;
  color: #d9d9d9;
  width: 7px;
  text-align: center;
  float: left;
  height: 62px;
  padding-top:9px; 
  padding-left: 6px;
  padding-right: 6px;
 }

 .legend-days,
 .legend-hours,
 .legend-minutes,
 .legend-seconds {
  font-weight: 700;
  font-size: 11px;
  color: #524942;
  text-transform: uppercase;
  line-height: 10px;
 }

 .video-teaser iframe {
  width: 100%;
 }

  .pagetitle2 {
    line-height: 25px;
    height: auto;
  }

 /* the responsive menü */


.ticket-category label {
  width: 120px;
}

/* Teh responsive social */

.dcsns-li {
  margin: 0 auto 20px;
  width: 270px;
}
 .dcsns-li:nth-child(2n) {
  margin: 0 auto 20px;
 }

 .clear {
  width: 265px;
 }


}

@media only screen and (max-width: 875px){

.meta-eventtag,
.meta-time,
.meta-sportart,
.meta-tournament,
.meta-venue,
.meta-title,
.meta-resultfile,
.meta-resulttable {
  width: 100%;
  float: left;
  border: 0px;
}

.meta-eventtag,
.meta-time,
.meta-resultfile,
.meta-resulttable,
.meta-sportart,
.meta-tournament {
  width: auto;
  float: left;
}

.meta-sportart {
  clear: both;
}




    .wrapper, .main-content {
      width: 100%;
      float: left;
    }

    .post-content {
      min-height: 400px;
    }

    .sidebar {
      width: 100%;
      float: left;
      padding: 20px;
    }

    .sidebar .quicklinks {
      padding: 10px 0px;
    }

  .quicklinks .visit { background: url(images/buttonbg_visit.png) left -1px; }
  .quicklinks .volunteer { background: url(images/buttonbg_volunteer.png) left -1px; }
  .quicklinks .host { background: url(images/buttonbg_host.png) left -1px; }
  .quicklinks .support { background: url(images/buttonbg_support.png) left -1px; margin-bottom: 0px; }

  .gfx-visual {
    height: 105px;
    background: url(images/gfx-visual_mobile.jpg) no-repeat right top;
  }

  .logo {
    margin: 0 auto;
    width: 100%;
    }

  .mobile-logo {
    display: block;
    width: 105px;
    height: 100px;
    margin: 0 auto;
  }

  .desktop-logo {
    display: none;
  }

  #wrap-slider {
    height: auto;
  }

  .pagetitle {
    height: auto;
    line-height: 25px;
    padding: 10px;
  }

  .dl-menuwrapper:first-child {
    margin-right: 80px;
  }

  .image-visual {
    margin-top: 44px;
  }

  .lang-select {
    float: right;
    width: 100%;
    padding: 10px;
    padding-top: 12px;
    position: absolute;
    right: 0;
    top: 106px;
    background: #fff;
  }

  .frontpage-news {
    overflow: auto;
    height: auto;
  }


  .dcsns-li {
  margin: 10px;
  width: 215px;
  float: left;
}
 .dcsns-li:nth-child(2n) {
  margin: 10px;
 }

 .clear {
  width: 205px;
 }
}

@media only screen and (max-width : 1250px) {


.two-column-box {
  width:100%;
  float: left;
  margin-bottom: 15px;
}

.two-column-box:nth-of-type(2n) {
  float:left;
}

}


@media only screen and (max-width : 650px) {

.three-column-box {
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
}

@media only screen and (max-width : 450px) {
  .dcsns-li {
  margin: 10px 0px;
  width: 100%;
  float: left;
}
 .dcsns-li:nth-child(2n) {
  margin: 10px 0px;
 }

 .clear {
  width: 100%;
 }

 .dcsns-li .inner {
  width: 100%;
 }

 .ticket-category .ginput_container {
  margin-left: 0px;
 }

}