article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
}
.alert p {
  margin: 0;
}
.alert-help {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-help p {
  margin: 0;
}
.alert-info {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-info p {
  margin: 0;
}
.alert-error {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-error p {
  margin: 0;
}
.alert-success {
  margin: 10px 0;
  padding: 10px 20px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
.alert-success p {
  margin: 0;
}
.button,
.button:visited {
  text-decoration: none;
  padding: 7px 12px;
  cursor: pointer;
  line-height: 16px;
  margin: 15px 0;
  display: inline-block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: #e3e3e3 0 1px 1px;
  -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(255,255,255,0.7);
  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1), inset 0px 1px 1px rgba(255,255,255,0.7);
  text-shadow: 1px 1px 0px #f8f8f8;
  color: #717171 !important;
  border: 1px solid #d3d3d3;
  background: #ededed;
  background: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9) to(#ededed));
  background: -webkit-linear-gradient(#f9f9f9,#ededed);
  background: -moz-linear-gradient(#f9f9f9,#ededed);
  background: -ms-linear-gradient(#f9f9f9,#ededed);
  background: -o-linear-gradient(#f9f9f9,#ededed);
  background: linear-gradient(#f9f9f9,#ededed);
}
.button:hover,
.button:focus,
.button:active,
.button:visited:hover,
.button:visited:focus,
.button:visited:active {
  background: #ededed;
  background: -webkit-gradient(linear,0 0,0 100%,from(#ededed) to(#f9f9f9));
  background: -webkit-linear-gradient(#ededed,#f9f9f9);
  background: -moz-linear-gradient(#ededed,#f9f9f9);
  background: -ms-linear-gradient(#ededed,#f9f9f9);
  background: -o-linear-gradient(#ededed,#f9f9f9);
  background: linear-gradient(#ededed,#f9f9f9);
  color: #333 !important;
}
html,
body {
  height: 100%;
}
body {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #565656;
  font-weight: 300;
}
body.page-template-page-parallax-sports-php .parallax-box h1:before,
body.page-template-page-parallax-sports-php .parallax-box h1:after {
  display: none;
}
.visible-phone {
  display: block;
}
.visible-tablet {
  display: none;
}
.visible-desktop {
  display: none;
}
.hidden-phone {
  display: none;
}
.hidden-tablet {
  display: block;
}
.hidden-desktop {
  display: block;
}
#logo {
  width: 640px;
  max-width: 100%;
  margin: 60px 0 0 auto;
  position: relative;
}
#logo img {
  width: 100%;
}
#logo h1,
#logo h2 {
  color: white;
  position: absolute;
  text-shadow: 2px 2px 7px rgba(0,0,0,0.3);
}
#logo h1 {
  top: 35px;
}
#logo h2 {
  top: 80px;
}
body.home #oeffnungszeiten.parallax-image {
  min-height: 580px;
}
body.blog section.entry-content {
  margin-bottom: 15px;
}
.wrap {
  width: 96%;
  margin: 0 auto;
}
a,
a:visited {
  color: #2b2e83;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  color: black;
}
a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0,0,0,0.3);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-family: "Oswald", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility;
  font-weight: 400;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  font-size: 2.5em;
  line-height: 1.333em;
}
h2,
.h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
}
h3,
.h3 {
  font-size: 1.125em;
}
h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}
h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.nav > ul {
  display: none;
}
.tinynav {
  display: block;
  background: transparent;
  border: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  height: 40px;
  font-size: 16px;
}
.header {
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 9999;
}
.header .nav_wrapper {
  background: white;
}
.header nav {
  padding-right: 80px;
}
.header nav ul li a {
  color: #1a60b1;
  font-weight: bold;
  line-height: 60px;
  height: 60px;
  font-size: 20px;
}
.header nav ul li a:hover {
  color: #0d3058;
  text-decoration: none;
}
.header nav ul li.current-menu-item > a,
.header nav ul li.current_page_item > a,
.header nav ul li.current_page_ancestor > a {
  color: #0d3058;
}
nav ul {
  list-style: none;
}
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 0 20px 0 0;
}
nav ul li ul.sub-menu li a,
nav ul li ul.children li a {
  padding-left: 30px;
}
article .byline {
  margin: 0;
  color: #2b2e83;
  font-size: 12px;
}
article .byline a {
  color: #2b2e83;
  text-decoration: none;
}
article .byline a:hover {
  color: black;
}
article h2 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
article h2 a {
  color: #2b2e83;
}
article .thumb {
  width: 180px;
  height: 120px;
  background: #bfdbf4;
  display: block;
  float: left;
  margin-right: 10px;
}
body.single article h2 {
  margin: 10px 0;
  font-size: 18px;
}
.entry-content ul,
.entry-content ol {
  margin-left: 20px;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}
.parallax-box {
  min-height: 400px;
  border-bottom: 2px solid white;
}
.parallax-box h1 {
  font-size: 26px;
  margin: 0 0 20px 30px;
  font-weight: 800;
  position: relative;
}
.parallax-box h1:before,
.parallax-box h1:after {
  display: block;
  content: "";
  position: absolute;
  background: white;
  border: 2px solid #333;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  left: -24px;
  top: 10px;
}
.parallax-box h1:before {
  height: 7px;
  width: 7px;
  border-radius: 7px;
  left: -27px;
  top: -5px;
}
.parallax-image {
  position: relative;
}
.parallax-image .bubbles,
.parallax-image .people {
  background-repeat: repeat-x;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 180px;
}
.parallax-image .people {
  height: 215px;
  background-size: 100% auto;
  background-position: bottom center;
}
.parallax-image .bubbles-orange {
  background-image: url(../images/bubbles/orange.png);
}
.parallax-image .bubbles-yellow {
  background-image: url(../images/bubbles/yellow.png);
}
.parallax-image .bubbles-green {
  background-image: url(../images/bubbles/green.png);
}
.parallax-image .bubbles-violet {
  background-image: url(../images/bubbles/violet.png);
}
.parallax-image .bubbles-blue {
  background-image: url(../images/bubbles/blue.png);
}
.parallax-image .bubbles-lightblue {
  background-image: url(../images/bubbles/lightblue.png);
}
.parallax-image .people-orange {
  background-image: url(../images/people/orange.png);
}
.parallax-image .people-yellow {
  background-image: url(../images/people/yellow.png);
}
.parallax-image .people-green {
  background-image: url(../images/people/green.png);
}
.parallax-image .people-violet {
  background-image: url(../images/people/violet.png);
}
.parallax-image .people-blue {
  background-image: url(../images/people/blue.png);
}
.parallax-image .people-lightblue {
  background-image: url(../images/people/lightblue.png);
}
.flares {
  display: none;
}
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}
.gallery dl.gallery-item {
  float: left;
  text-align: center;
}
.gallery dl.gallery-item a {
  opacity: 0.90;
}
.gallery dl.gallery-item a img {
  display: inline-block;
}
.gallery dl.gallery-item a:hover {
  opacity: 1;
}
.gallery-columns-2 dl.gallery-item {
  width: 50%;
}
.gallery-columns-3 dl.gallery-item {
  width: 33%;
}
.gallery-columns-4 dl.gallery-item {
  width: 25%;
}
.gallery-columns-5 dl.gallery-item {
  width: 20%;
}
.gallery-columns-6 dl.gallery-item {
  width: 16.66%;
}
.energysaver_page_navi li {
  float: left;
  list-style: none;
}
.energysaver_page_navi li a {
  padding: 3px 6px;
  display: block;
  text-decoration: none;
  position: relative;
}
.energysaver_page_navi li a:hover,
.energysaver_page_navi li a:focus {
  color: ;
  text-decoration: underline;
}
.energysaver_page_navi li.pagenavi-current {
  padding: 3px 6px;
  border-bottom: 2px solid #2b2e83;
  position: relative;
}
.energysaver_page_navi li.pagenavi-prev-link,
.energysaver_page_navi li.pagenavi-next-link {
  font-weight: 700;
}
.energysaver_page_navi li.pagenavi-prev-link a,
.energysaver_page_navi li.pagenavi-next-link a {
  padding: 0;
}
.energysaver_page_navi li.pagenavi-prev-link a:hover,
.energysaver_page_navi li.pagenavi-next-link a:hover,
.energysaver_page_navi li.pagenavi-first-page-link a:hover,
.energysaver_page_navi li.pagenavi-last-page-link a:hover {
  background: none;
}
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px;
}
.commentlist li:last-child {
  margin-bottom: 0;
}
.commentlist li ul.children {
  margin: 0;
}
.commentlist li[class*=depth-] {
  margin-top: 1.1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist li:not(.depth-1) {
  margin-right: -10px;
  margin-left: -10px;
  margin-top: 0;
  padding-bottom: 0;
}
.commentlist .odd {
  background: #eee;
}
.commentlist .even {
  background: #fefefe;
}
.commentlist .vcard {
  margin-left: 50px;
}
.commentlist .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.commentlist .vcard time {
  float: right;
}
.commentlist .vcard time a {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time a:hover {
  text-decoration: underline;
}
.commentlist .vcard img.avatar {
  position: absolute;
  left: 10px;
  padding: 2px;
  border: 1px solid #cecece;
  background: #fff;
}
.commentlist .comment_content {
  margin-left: 50px;
}
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
.commentlist .comment-reply-link {
  text-decoration: none;
  float: right;
  background: #4598bb;
  padding: 3px 5px;
  color: #fff;
  opacity: 0.65;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}
.commentlist .comment-reply-link:hover,
.commentlist .comment-reply-link:focus {
  opacity: 1;
}
.respond-form {
  margin: 1.5em 0;
}
.respond-form form li {
  list-style-type: none;
  clear: both;
  margin-bottom: 0.7335em;
}
.respond-form form li label,
.respond-form form li small {
  display: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url],
.respond-form form textarea {
  padding: 3px 6px;
  background: #efefef;
  border: 2px solid #cecece;
  line-height: 1.5em;
}
.respond-form form input[type=text]:focus,
.respond-form form input[type=email]:focus,
.respond-form form input[type=url]:focus,
.respond-form form textarea:focus {
  background: #fff;
}
.respond-form form input[type=text]:invalid,
.respond-form form input[type=email]:invalid,
.respond-form form input[type=url]:invalid,
.respond-form form textarea:invalid {
  outline: none;
  border-color: #fbc2c4;
  background-color: #f6e7eb;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.respond-form form input[type=text],
.respond-form form input[type=email],
.respond-form form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.respond-form form textarea {
  resize: none;
  width: 100%;
  height: 150px;
}
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
.nocomments {
  margin: 0 20px 1.1em;
}
.footer {
  clear: both;
  background: #1a60b1;
  color: white;
  text-align: center;
}
.footer #inner-footer .copyright {
  margin: 0;
}
.footer #inner-footer .copyright span {
  display: block;
  margin: 10px 0;
  padding: 0px 30px 2px 30px;
}
.footer #inner-footer .copyright span:last-child {
  border-right: 0;
}
.qtranxs_widget ul.qtranxs_language_chooser {
  list-style: none;
}
.qtranxs_widget ul.qtranxs_language_chooser li {
  display: inline-block;
}
.qtranxs_widget ul.qtranxs_language_chooser li a {
  padding: 0 10px;
  border-right: 1px solid #1a60b1;
  line-height: 20px;
  height: 20px;
  font-size: 80%;
  font-weight: normal;
}
.qtranxs_widget ul.qtranxs_language_chooser li:last-child a {
  border-right: 0;
}
.qtranxs_widget ul.qtranxs_language_chooser li.active a {
  color: #0d3058;
  font-weight: bold;
}
.qtranxs_widget {
  height: 0;
  width: 100%;
  position: relative;
}
.qtranxs_widget ul.qtranxs_language_chooser {
  position: absolute;
  right: -80px;
  top: 8px;
  height: 20px;
}
section.parallax-image {
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
}
.small_info {
  text-align: center;
  font-size: 90%;
  margin: 30px 0;
}
.small_info h4 {
  margin: 30px 0 5px 0;
}
.small_info p {
  margin: 5px 0;
}
div.time {
  width: 75%;
  float: left;
}
div.price {
  width: 25%;
  float: right;
}
div.day {
  width: 33%;
  float: left;
  clear: left;
}
div.timing {
  width: 66%;
  float: right;
}
.row {
  margin-bottom: 30px;
}
.box {
  border-radius: 10px;
  padding: 20px;
}
.box h3,
.box .highlight {
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}
.box h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.3em;
  padding: 0 5px 10px 5px;
}
.box h4 {
  margin: 10px 0;
}
.box .highlight {
  margin-top: -25px;
  font-weight: 700;
  padding: 5px;
}
.box .highlight strong,
.box .highlight b {
  font-size: 1.8em;
}
.box ul {
  margin: 20px 0 20px 20px;
}
.box ul ul {
  margin-top: 0;
}
.box ul li {
  list-style: none;
  padding-left: 15px;
  position: relative;
  line-height: 18px;
}
.box ul li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 66%;
}
.box ul.cols-2 {
  margin: 0;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.box .clear {
  clear: both;
}
.box a {
  text-decoration: none;
}
.box a:hover {
  text-decoration: underline;
}
.orange {
  background-color: #f89330;
}
.orange,
.orange a {
  color: white;
}
.green {
  background-color: #aed736;
}
.green,
.green a {
  color: white;
}
.yellow {
  background-color: #f9f749;
  padding-bottom: 25px;
}
.yellow,
.yellow a {
  color: #f05638;
}
.violet {
  background-color: #9a61cc;
}
.violet,
.violet a {
  color: white;
}
.blue {
  background-color: #6e84d6;
}
.blue,
.blue a {
  color: white;
}
.lightblue {
  background-color: #cde2f7;
}
.lightblue,
.lightblue a {
  color: #2b2e83;
}
.green .light {
  background: #b6dc3d;
}
.green .dark {
  background: #9bbe30;
}
.orange .light {
  background: #faad61;
}
.orange .dark {
  background: #ed7908;
}
.yellow .light {
  background: #fbf97a;
}
.yellow .dark {
  background: #f9e53f;
}
.violet .light {
  background: #b388d8;
}
.violet .dark {
  background: #813dbd;
}
.blue .light {
  background: #96a6e1;
}
.blue .dark {
  background: #4662cb;
}
.orange h1:before,
.orange h1:after {
  border-color: #ed7908;
}
.green h1:before,
.green h1:after {
  border-color: #91b624;
}
.yellow h1:before,
.yellow h1:after {
  border-color: #f05638;
}
.violet h1:before,
.violet h1:after {
  border-color: #813dbd;
}
.blue h1:before,
.blue h1:after {
  border-color: #4662cb;
}
.lightbule h1:before,
.lightbule h1:after {
  border-color: #2b2e83;
}
.bigtitle,
.subtitle {
  color: white;
  text-align: right;
  font-weight: bold;
}
.bigtitle {
  font-size: 50px;
  margin-top: 100px;
  line-height: 1;
}
.gfield {
  padding: 0 !important;
  margin-bottom: 20px;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: -15px 0 0 0 !important;
}
#newsflash {
  display: block;
  width: 100%;
  margin-top: 120px;
  z-index: 1000;
}
#newsflash h2 {
  margin: 0;
  line-height: 1;
}
#newsflash.visible {
  left: 0;
}
#newsflash > div {
  padding: 15px;
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
}
#newsflash p {
  margin: 10px 0 0 0;
}
#newsflash .more {
  position: relative;
  z-index: 100;
}
.with-shadow {
  text-shadow: 2px 2px 7px #333;
}
.more {
  text-align: right;
  margin: 0;
}
.more a {
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}
ul.courses-list {
  list-style: none;
  margin: 0 0 20px 0;
}
ul.courses-list li .box {
  background: rgba(255,255,255,0.5);
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
}
ul.courses-list li .box .picture {
  background: white;
}
ul.courses-list li .box .picture img {
  width: 100%;
  height: auto;
}
ul.courses-list li .box .excerpt {
  color: #333;
}
ul.courses-list li .box .excerpt a {
  color: #333;
}
ul.courses-list li .box:hover {
  background: rgba(255,255,255,0.66);
}
div.course-details {
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  overflow: hidden;
  color: #333;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-bottom: 20px;
}
div.course-details .picture {
  padding: 30px 10px 30px 30px;
}
div.course-details .picture img {
  width: 100%;
  height: auto;
}
div.course-details .details {
  background: rgba(255,255,255,0.5);
  padding: 20px;
  border-radius: 10px;
  margin: 30px 0;
}
div.course-details .details .course_price {
  margin: 20px 0;
  padding: 10px 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  font-size: 30px;
}
div.course-details .details .course_price .course_price_label {
  font-size: 16px;
}
div.course-details .details .course_price .course_price_comment {
  display: inline;
  font-size: 16px;
}
div.course-details p {
  margin: 20px 0;
}
div.course-details ul {
  margin: 20px 0 20px 20px;
}
div.course-details .course_dates {
  width: 100%;
}
.timetable-wrapper {
  overflow-x: auto;
}
.courses-timetable {
  border-bottom: 2px solid white;
  margin-bottom: 30px;
  position: relative;
  width: 1480px;
}
.courses-timetable .row {
  position: absolute;
  border-top: 1px solid white;
  border-bottom: 2px solid white;
  right: 0;
  left: 6%;
}
.courses-timetable ul {
  list-style: none;
}
.courses-timetable ul li {
  width: 13.571428571429%;
  float: left;
}
.courses-timetable ul li:first-child {
  width: 5%;
}
.courses-timetable ul li .weekday {
  border-bottom: 2px solid white;
  font-size: 20px;
  padding: 10px 0;
}
.courses-timetable ul li .content {
  position: relative;
}
.courses-timetable ul li .content .coursehour {
  font-size: 18px;
  text-align: right;
  padding-right: 20px;
}
.courses-timetable ul li .content .course {
  font-size: 13px;
  line-height: 16px;
  position: absolute;
  background: #665f5f;
  color: white;
  padding: 6px;
}
.courses-timetable ul li .content .course.bettembourg {
  background: #665f5f;
  color: white;
}
.courses-timetable ul li .content .course.leudelange {
  background: white;
  color: #333;
}
.courses-timetable ul li .content .course.fitnesskurs {
  background: #1b69c3;
  color: white;
}
.courses-timetable ul li .content .course.schwimmkurs {
  background: #46c7e7;
  color: white;
}
.courses-timetable ul li:nth-child(2n) .content {
  background: rgba(255,255,255,0.33);
  min-height: 50px;
}
.courses-timetable .labels {
  margin-top: 20px;
}
.courses-timetable .labels .label {
  position: relative;
  padding-left: 18px;
}
.courses-timetable .labels .label:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 6px;
  left: 0;
}
.courses-timetable .labels .label.bettembourg:before {
  background: #665f5f;
  color: white;
}
.courses-timetable .labels .label.leudelange:before {
  background: white;
  color: #333;
}
.courses-timetable .labels .label.fitnesskurs:before {
  background: #1b69c3;
  color: white;
}
.courses-timetable .labels .label.schwimmkurs:before {
  background: #46c7e7;
  color: white;
}
#kurse,
#content-kurse {
  padding-bottom: 20px;
}
#post-not-found {
  padding-top: 120px;
  padding-bottom: 80px;
}
.chosen-results li {
  color: #333;
}
@media only screen and (min-width: 481px) {
  #newsflash {
    margin-top: 80px;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .bigtitle {
    font-size: 50px;
  }
  .subtitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  aside.sidebar {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: right;
  }
  .one_half.box {
    width: 49%;
    margin-right: 1%;
  }
  .one_third.box {
    width: 32%;
    margin-right: 1%;
  }
  .one_fourth.box {
    width: 24%;
    margin-right: 1%;
  }
  .one_fifth.box {
    width: 19%;
    margin-right: 1%;
  }
  .one_sixth.box {
    width: 15.66%;
    margin-right: 1%;
  }
  .four_fifth.box {
    width: 79%;
    margin-right: 1%;
  }
  .two_third.box {
    width: 65%;
    margin-right: 1%;
  }
  .header {
    position: absolute;
    top: 40px;
  }
  #logo {
    margin-top: 180px;
  }
  #logo h1,
  #logo h2 {
    text-shadow: none;
  }
  #logo h1 {
    top: 60px;
  }
  #logo h2 {
    top: 120px;
  }
  .flares {
    display: block;
    height: 300px;
    width: 380px;
    position: absolute;
    left: 20%;
    top: 130px;
    z-index: 1000;
  }
  .flares .flare1,
  .flares .flare2 {
    background: white;
    opacity: 0.25;
  }
  .flares .flare1 {
    width: 80px;
    height: 80px;
    border-radius: 80px;
  }
  .flares .flare2 {
    margin: 20px 0 0 100px;
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
  .flares-alt {
    left: auto;
    right: 20%;
  }
  .flares-alt .flare1 {
    margin-left: 200px;
  }
  .flares-alt .flare2 {
    margin: 20px 100px 0 0;
  }
  .wrap {
    max-width: 1140px;
  }
  .visible-tablet {
    display: block;
  }
  .hidden-tablet {
    display: none;
  }
  .header nav {
    padding-right: 0;
  }
  body.fixed .header {
    position: fixed;
    top: 0;
  }
  body.fixed .subnav {
    position: fixed;
    top: 60px;
  }
  .nav > ul {
    display: block;
  }
  .tinynav {
    display: none;
  }
  .nav li {
    float: left;
  }
  .nav li a {
    text-decoration: none;
  }
  .nav li a:hover,
  .nav li a:focus {
    text-decoration: underline;
  }
  .nav li .sub-menu,
  .nav li .children {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 1000;
    background: white;
    background: rgba(255,255,255,0.9);
  }
  .nav li .sub-menu li a,
  .nav li .children li a {
    color: #1a60b1;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
  }
  .nav li .sub-menu li a:hover,
  .nav li .children li a:hover {
    text-decoration: none;
  }
  .nav li .sub-menu li.current_page_item a,
  .nav li .children li.current_page_item a {
    color: black;
  }
  .nav li.current-menu-item .children,
  .nav li.current_page_item .children,
  .nav li.current-page-ancestor .children {
    display: block;
  }
  .widgettitle {
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
  }
  .widget ul li ul {
    padding-left: 1em;
  }
  section.parallax-image {
    height: 740px;
    background-attachment: fixed;
  }
  .parallax-box h1 {
    margin-left: 20px;
  }
  .qtranxs_widget ul.qtranxs_language_chooser {
    top: 20px;
    right: 0;
  }
  .bigtitle {
    font-size: 120px;
    margin-top: 250px;
  }
  .subtitle {
    font-size: 20px;
  }
  .footer #inner-footer .copyright span {
    display: inline-block;
    margin: 20px 0;
    border-right: 1px solid white;
  }
  #newsflash {
    -webkit-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    position: absolute;
    top: 390px;
    left: -480px;
    max-width: 481px;
    background: transparent url(../images/newsflash_right.png) no-repeat right top;
    margin: 0;
  }
  #newsflash > div {
    padding: 30px;
    width: 465px;
    border-radius: 0;
  }
  ul.courses-list li {
    width: 24.25%;
    margin-right: 1%;
    float: left;
  }
  ul.courses-list li:nth-child(4n) {
    margin-right: 0;
  }
  #kurse,
  #content-kurse {
    display: block;
  }
}
@media only screen and (min-width: 1000px) {
  .visible-desktop {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  #newsflash {
    top: 300px;
  }
}
@media print {
  #newsflash {
    margin-top: 80px;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  .bigtitle {
    font-size: 50px;
  }
  .subtitle {
    font-size: 20px;
  }
  .onecol {
    width: 5.801104972%;
  }
  .twocol {
    width: 14.364640883%;
  }
  .threecol {
    width: 22.928176794%;
  }
  .fourcol {
    width: 31.491712705%;
  }
  .fivecol {
    width: 40.055248616%;
  }
  .sixcol {
    width: 48.618784527%;
  }
  .sevencol {
    width: 57.182320438000005%;
  }
  .eightcol {
    width: 65.74585634900001%;
  }
  .ninecol {
    width: 74.30939226%;
  }
  .tencol {
    width: 82.87292817100001%;
  }
  .elevencol {
    width: 91.436464082%;
  }
  .twelvecol {
    width: 99.999999993%;
  }
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  aside.sidebar {
    width: 31.491712705%;
    position: relative;
    float: left;
    margin-left: 2.762430939%;
    float: right;
  }
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  body {
    padding: 20px;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .parallax-image {
    page-break-before: always;
  }
  .parallax-image:first-child {
    page-break-before: auto;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  .flares,
  .bubbles,
  .button {
    display: none;
  }
  section.parallax-image {
    height: auto;
    margin-bottom: 40px;
  }
  .parallax-box {
    min-height: auto;
  }
  .bigtitle {
    margin-top: 0;
  }
  #logo {
    margin: 0;
  }
  #logo img {
    display: none;
  }
  #logo h1,
  #logo h2 {
    position: initial;
  }
  #logo h2 {
    margin-bottom: 40px;
  }
}
