/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
      
/* Schrift-Icons einbinden */
@import url(font-awesome.min.css);
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v34-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-500.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}


html, button, input, select, textarea {
	color: #333 /* Update Default Text Color #615e55*/
}
body {
	font-size: 1em;
	line-height: 1.4;
}
/* Startseite*/
body.home {background: rgba(0, 0, 0, 0) url("../../img/keyvisual-3.jpg") no-repeat 10% 0 / cover;}
body.home .section {
	padding: 0;
	background: url("../../img/hg-dummy.png") repeat;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.3);
	max-width: 100%;
	margin-top:240px;
}
body.home .button {
    background: #fff;
    transition: background-color 0.5s ease-out 0s;
    border-radius: 2px;
    color: #f47a25;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    padding: 25px;
    text-align: center;
    margin-top: 40px;
}
body.home .button p {margin:0;}
body.home .button a {color: #f47a25;}
body.home .button a:hover {#1f2226;}

/*Ende Startseite */

/* ==========================================================================
   Navigation
   ========================================================================== */

#menu-button:hover, #menu-button:focus {
    color: #FFF;
    background-color: #f47a25;
}

#menu-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    padding: 10px;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    background-color: #f47a25;/* grau#d9d6d5;*/
    border-radius: 2px;
    cursor: pointer;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	min-height: 40px;
	background-image: url(../img/toggle.png);
	background-repeat: no-repeat;
	background-size: 38px 38px;
	background-position: center center;
}
#menu-button .icon-bar {
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
    background-color: #F5F5F5;
    border-radius: 1px;
}


::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #de5f0b;
	margin: 1em 0;
	padding: 0;
	clear: both;
}
img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
a {
	text-decoration: none
}

ul {
	list-style: outside url("../img/dot.png") none;

	
}

body {
	font: 16px/26px "Open Sans", Helvetica, Helvetica Neue, Arial;
	font-weight: 300;
	background-color: #a6a29f;
}
.wrapper {
	width: 90%;
	margin: 0 5%;
}



section wrapper ul {
    list-style: outside url("../img/dot.png") none;
    margin-bottom: 1.2em;
    margin-left: 18px;	
}

.footer-container .unit-50  ul {
    list-style: outside url("../img/dot.png") none;
    margin-bottom: 1.2em;
    margin-left: 0;	
}

.footer-container .unit-25  ul {list-style: none; padding-top:7px;}
.footer-container .unit-25  ul li {padding: 10px 0; border-bottom: 1px solid #ec9000;}
.footer-container .unit-25  ul li a {color:#fff;}
.footer-container .unit-25  ul li a:hover {color:#ec9000;}

/* ==========================================================================
   HEADER STYLES
   ========================================================================== */

.wrapper {
	padding-top: 10px; /*22px;	*/
}
.header-container {
	padding: 0px;
	/*width: 100vh; height: 100vh; 	background: #777370;	overflow: hidden;*/
 	position: relative;

}
.header-container:before {
	content: " ";
	display: block;
	height: 40vh;
	left: 0;
	/*opacity: 0.8;*/
    position: absolute;
	top: 0;
	/*width: 100vh;*/
    z-index: 1;
}
.header-container.internal {
	padding: 50px 0;
	z-index: 2!important;
}
.kopf {
	background: #fff none repeat scroll 0 0 !important;
	height: 90px;
	position: absolute;
	width: 100%;
	z-index: 0;
}
/* ==========================================================================
   LOGO
   ========================================================================== */
.logo {
	float: left;
	width: 140px; /* Update Logo Width based on half Logo Size 178px *//* height: 40px; Update Logo Height based on half Logo Size  */
}
.logo img {
	width: 50%;
	z-index: 9;
	position: relative;
}

.section .inhalt {
	/*padding-top: 30px;*/
}
.section .inhalt {
	padding-top: 30px;
	min-height: 510px;
}
.section .main .button h3::before {
	background-color: #00a7bf;
}
.section .main .button h3::before {
	background-color: #eee;
	content: "";
	display: inline-block;
	height: 1px;
	left: -100%;
	position: absolute;
	top: 50%;
	width: 100%;
}


.section h1 {
    color: #ff6600;
    font-size: 34px;
    font-weight: 300;
}
/* ==========================================================================
   CTA STYLES
   ========================================================================== */
body .cta {display:none; }
body.home .cta {
	display:block;
	color: #c7c7c7; /* Update Default CTA color */
	text-align: center;
	/*top: 15%;*/
 	position: relative;
	z-index: 9;
}
body.home .cta .h1 {
  color: #fff;
  font-weight: 300;
  font-size: 70px;
  line-height: 80px;
  margin-bottom: 0px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
body.home .cta h3 {
	color: #fff;
	font-weight: 300;
	font-size: 36px;
	padding-bottom: 5px;
	padding-top: 20px; /* neu */
	border-bottom: 1px solid #fff;
	max-width: 300px;
	margin:auto;
	/*margin-top: 5px;  */
 	margin-bottom: 8%;
}
/* ==========================================================================
   BUTTON STYLES
   ========================================================================== */
.btn, button {
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
	color: #fff;
	font-size: 22px;
	text-align: center;
	padding: 14px 40px;
	font-weight: bold;
	display: inline-block;
}
.yellow {
	background: #f4b200; /* Update Button color */
}
.yellow:hover, .blue:hover {
	background: #f45c00;
	color: #fff; /* Update Hover color */
}
.blue {
	background: #2c8ac6;
}
.black {
	background: black;
}
.black:hover {
	background: #d6964b;
	color: #fff; /* Update Hover color */
}
.pink {
	background: #DF277E;
}
.pink:hover {
	background: #000;
	color: #fff;
}
.small {
	font-size: 18px;
	padding: 8px 32px;
	margin-top: 10px;
}
/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
	color: #1f2226; /* Update Headings Color */
	line-height: 110%;
}
h1 {
	font-size: 56px;
	font-weight: 300;
	color:	#ff6600;
}
h2 {
	font-size: 24px;
	font-weight: 300;
	color:	#ff6600; /*#f47a25;*/
}
h2 a {color: #ff6600;}


h2.title {
	margin-bottom: 0;
}
h3 {
	font-size: 18px;
	/*margin-top: 1.4em; */
	margin-bottom: .8em;
	font-weight: 300;
}
h4 {
	font-size: 16px;
}
h5 {
	color: #f4b200;  /* Update H5 Heading Color */
	font-size: 16px;
	font-weight: bold;
}
h5.subtitle {
	margin-top: 5px;
}
a {
	color: #926632;  /* f4b200 Update Link Color */
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.footer-container a {color: #fff; }
.footer-container  a:hover {
	color: #f4b200; 
}
.callout {
	color: #414449;  /* Update Call Out Text Color */
	text-align: center;
	font-size: 26px;
	line-height: 34px;
	font-weight: 300;
	padding-bottom: 10px;
	margin-bottom: 0;
	clear: both;
}
.callout strong {
	color: #f4b200; /* Update Call Out By Color */
	font-size: 16px;
}
.callout span {
	color: #f4b200; /* Update Call Out Highlight Color */
}
.callout.home {
	border-top: 1px solid #e6e6e6;
	margin-top: 30px;
	padding-top: 30px;
}
.callout.internal {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
	padding-bottom: 30px;
}
.callout.internal p {
	margin-top: 10px;
}
.listmenu {
	padding-left: 0;
	border-top: 1px solid #e6e6e6;
}
.listmenu li {
	border-bottom: 1px solid #e6e6e6;
	list-style-type: none;
	padding: 8px 0 8px 6px;
}
/* ==========================================================================
   Section + Layout Styles
   ========================================================================== */

.section {
	background: #fff none repeat scroll 0 0;
	/* box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.3);*/
    margin: 10px auto 0; /* geändert GR*/
	max-width: 1240px;
	padding: 0;
	position: relative;
	z-index: 1;
}
.kopfbild {
	margin: 0 -50px;
	position: relative;
}
.kopfbild .bild-hl {
	position:absolute;
	left: 50%;
	color: #fff;
	font-weight: 300;
	font-size: 36px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #fff;
	width: 300px;
	margin-top: 20px;  /**/
	margin-left: -150px;
	margin-bottom: 8%;
	z-index:100;
	overflow: visible;
}
.headline {
	position:absolute;
	top:20px;
	left:	50%;
	margin-left: -150px; /* Breite des Elemtens */
}
.headline h3 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	margin: 0 auto;
	padding-bottom: 5px;
	padding-top: 10px;
	text-align: center;
	width: 300px;
	z-index: 100;
}
.zeile-100 {
	width: 100%;
	clear:both;
	float: none;
	margin-bottom: 20px;
}
.half {
	width: 48%;
	margin-right: 2%;
	float: left;
	margin-bottom: 20px;
}
.half.feat {
	border: none;
	margin-right: 0;
	padding-right: 0;
	padding-bottom: 0px;
}
.zweidrittel {
	width: 72%;
	/*margin-right: 3%; */
 	padding-right: 3%;
	float: left;
	margin-bottom: 20px;/*border-right: 1px solid #e6e6e6;	*/	
}
.eindrittel {
	width: 22%;
	/*margin-right: 3%; */
 	padding-left: 3%;
	float: left;
	margin-bottom: 20px;/*border-right: 1px solid #e6e6e6;	*/	
}
.third {
	width: 29%;
	/*margin-right: 3%; 
 	padding-right: 3%; */
 	float: left;
	margin-bottom: 20px;/*border-right: 1px solid #e6e6e6;*/
}
.third.internal {
	border: none;
}
.feature {
	padding-left: 100px;
	position: relative;
}
.feature span {
	position: absolute;
	left: 0;
	top: 0px;
	width: 80px;
}
.feature span img {
	width: 100%;
}
.main article {
	float: left;
	width: 62%;
	margin-bottom: 40px;
}
.main aside {
	float: right;
	width: 30%;
	margin-bottom: 40px;
}
.main {
	padding: 0 0 30px 0;
}
.main article h1 {
	font-size: 2em;
}
.icon {
	width: 75px;
	display: inline-block;
	padding-bottom: 20px;
}
.headshot {
	width: 100%;
	display: inline-block;
	padding-bottom: 20px;
	margin-top: 20px;
	text-align: left;
}
.icon img, .headshot img, .feat_img img {
	width: 100%;
}
.headshot img {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.15);
	-webkit-border-radius: 100px;
	border-radius: 0;
	max-width: 230px;
}
.feat_img {
	margin-top: 20px;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clears {
	clear: both;
	height: 50px;
}
.clears.padder {
	height: 40px;
}
.video {
	border-top: 1px solid #e6e6e6;
	margin-top: 0px;
	padding-top: 20px;
}
.items-container {
}
input {
	display: inline-block;
	margin: 0;
	font-family: sans-serif;
	font-size: 18px!important;
	appearance: none;
	box-shadow: none;
	border-radius: none;
	width: auto;
}
input:focus {
	outline: none;
}
input {
	padding: 10px;
	border: none;
	border-bottom: solid 2px #c9c9c9;
	transition: border 0.3s;
	width: 290px;
}
input#email {
	margin-right: 20px;
}
#contact textarea {
	border: solid 2px #c9c9c9;
	transition: border 0.3s;
	outline: none;
	overflow: none;
	font-family: sans-serif;
	font-size: 16px !important;
	resize: none;
	padding: 4px;
	max-width: 405px!important;
}
form#contact button {
	background: ##a6a29f!important;
	font-size: 18px!important;
	margin-left: 0px;
	padding: 10px 20px!important;
}
form#contact button:hover {
	background: #8f8783!important;
	color: #fff; /* Update Hover color */
}
/* ==========================================================================
   Footer Styles
   ========================================================================== */

.footer-container {
	background: #8f8783; /* Update Footer Background Color */
	z-index: 3;
	position: relative;
	padding-bottom: 40px;
}
.footer-container .fuss {
	color: 		#fff;
	font-size:	15px;
	font-weight:300;
}
.footer-container .fuss h1 {
	font-size:	20px;
	font-weight:300;
	color: #fff;
}
.footer-container .fuss h3, .footer-container .fuss .h3, .footer-container .fuss .h2, footer-container .fuss .h2 {
	color: #fff;
	font-size: 18px;
	margin: 1em 0;
}
.footer-container footer {
	padding: 60px 0 160px;
}
.foot-nav {
	float: right;
	margin: 0;
}
.foot-nav li {
	float: left;
	list-style-type: none;
	margin-left: 50px;
}
.foot-nav li a {
	color: #1f2226; /* Update Footer Link Color */
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
}
.foot-nav li a:hover {
	color: #f4b200; /* Update Footer Link Hover Color */
}
.logo-foot {
	float: left;
	width: 119px;
	height: 26px;
	margin: 0 auto;
}
.logo-foot img {
	width: 50%;
}


/* ==========================================================================
   Insert custom styles
   ========================================================================== */

/* 
/* 
Generic Styling, Tabellen fuer Desktops/Laptops 
*/
table { 
  width: 		100%; 
  border-collapse: collapse; 
  font-size:	0.9em;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: 	#eee; 
}
th { 
  background: 	#d5d1cb; 
  color: 		#444; 
  font-weight:	normal;
}
td, th { 
  padding: 		10px; 
  border: 		1px solid #d5d1cb; 
  text-align: 	left; 
}


.button {
	background: #fff;
	border-radius: 2px;	
	color: #f47a25;
    font-size: 24px;
    font-weight: 300;
	padding: 15px 5px;
	transition: background-color 0.5s ease-out 0s;
}

.impressum p {font-size: 13px;}
.impressum h1 {padding-top:30px;}
.page-datenschutz .impressum ul li {font-size: 13px;}

/* nur für den Ausdruck gedacht */
.footer-container .print-adresse {display: none !important;}

/* ==========================================================================
   Media Queries 480 - Handy hf und qf
   ========================================================================== */

@media only screen and (max-width: 480px) {
	
	body.home {
		background: url(../img/keyvisual-handy-480.jpg) no-repeat; 	
	}	
	
	.foot-nav li {
		display: block!important;
		margin: 0;
	}
	body.home .cta {
		padding-top: 40px;
	}
	body.home .cta .h1 {
    	font-size: 36px;
   	 	line-height: 40px;
	}
	/*Text Martin Mersch*/
	body.home .cta .start {
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	}
	.section h1 {
		font-size: 26px;
	}
	.section h2 {
		font-size: 20px;
		line-height:120%;
	}
	/*Ausnahe Startseite*/ 
	.home .section  h2 {font-size: 26px;}
	
	.kopfbild h3 {
		border-bottom: none;
   		color: #000;
    	font-size: 26px;
    	font-weight: 300;
		left: 40px;
		text-align: center;    
		position: relative;
		z-index: 0;
		margin:0;
		width: 310px;
		overflow: visible;	
	}
	
	
	/*tabelle*/
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td, th { 
  		padding: 		6px; 
		font-size: 0.8em;
  		text-align: 	left; 
	}
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
	td:nth-of-type(1):before { content: "Kursart"; }
	td:nth-of-type(2):before { content: "Ort"; }
	td:nth-of-type(3):before { content: "Datum"; }
	td:nth-of-type(4):before { content: "Zeit"; }
	td:nth-of-type(5):before { content: "Info*"; }
	
	ul.collapsed  {background-color: #F3f3f3 !important;}
	

/* nur für den Ausdruck gedacht */
.footer-container .print-adresse {display: none !important;}

}
	
/* ==========================================================================
   Media Queries 768
   ========================================================================== */
   
@media only screen and (max-width: 768px) {
body {}
	
 body.home {background: rgba(0, 0, 0, 0) url("../../img/keyvisual-800.jpg") no-repeat 0 40px;	}

.home .section {
	margin-top:90px;
}
.cta {display:none;}
body.home .cta {display:block;}


.home .section h2 {font-size: 26px;}
body.home .section {margin-top:80px;}

.main article, .main aside {
	width: 100%;
	float: none;
}
.main article {
	padding-top: 40px;
}
.main aside {
	padding-bottom: 40px;
}
.feature {
	padding-bottom: 20px;
	border-bottom: 1px solid #dadada;
}
.logo-foot {
	float: none;
	display: block;
	text-align: center;
}
.foot-nav {
	float: none;
	text-align: center;
	margin: 30px 0 0;
	padding: 0;
}
.foot-nav li {
	display: inline;
	float: none;
}
/* toggle navigation*/
.header-container .wrapper nav ul {
	margin: 0;
	min-width: 150px;
	max-width: 280px;
	padding: 5px 15px 5px 25px;
	text-align: right;
	clear: right;
	float: right;
	background-color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 4px 0px 4px 4px;
	border-radius: 4px 0px 4px 4px;
	position: absolute;
	top: 60px;
	right: 0;
	line-height: 16px;
	display:none;
}
.header-container .wrapper nav ul li {
	display: block;
    margin: 0;
    float: none;
    padding: 12px 0;
    height: auto;
    border-top: 1px solid #ddd;
}
.header-container .wrapper nav ul li.has-submenu ul li {border-top: none;}
.header-container .wrapper nav ul.navbar-nav li.has-submenu ul.navbar-nav li a {padding: 0 0 5px 0;}
	
nav li a {
 	color: #615e55;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
}
nav li a:hover {
	color: #f4b200; /* Update Nav Link Hover Color */
}



body.home .cta .h1 {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  line-height: 45px;
  margin-top: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
/*Text Martin Mersch*/
body.home .cta .start {
	font-size: 24px;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0 10px 0;
}

.kopfbild h3 {
    	font-size: 26px;	
}
button {
	margin-top: 20px;
}
.main {
	padding: 0;
}
.half {
	float: none;
	width: 100%;
	border-bottom: 1px solid #e6e6e6;
	text-align: left;
	padding-bottom: 30px;
}
.feat.last {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 50px;
}
.clears {
	height: 0px;
}
.zweidrittel {
	width: 100%;
	margin-right: 0%;
	padding-right: 0%;
	float: none;
	margin-bottom: 50px;
	border-right: none;/*border-right: 1px solid #e6e6e6;	*/	
	}
.third {
	width: 100%;
	margin-right: 0%;
	padding-right: 0%;
	float: none;
	margin-bottom: 0px;
	margin-top: 50px;
	border-right: none;
	border-bottom: 1px solid #e6e6e6;
}
.callout {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 30px;
}
.callout.internal {
	padding-top: 40px;
	margin-bottom: 40px;
}
.headshot {
	margin-top: 0;
}
.third.internal.last {
	margin-bottom: 50px;
	border: none;
}
.third.internal {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 30px;
}
.flexslider {
	width: 94%;
	margin-left: 3%;
}
.flex-direction-nav .flex-prev {
	left: -26px;
}
.flex-direction-nav .flex-next {
	right: -26px;
}

	/*
	responsive Tabelle - wird bisher nicht genutzt
	*/
	
	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td, th { 
  		padding: 		6px; 
		font-size: 0.8em;
  		text-align: 	left; 
	}
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	

	td:nth-of-type(1):before { content: "Kursart"; }
	td:nth-of-type(2):before { content: "Ort"; }
	td:nth-of-type(3):before { content: "Datum"; }
	td:nth-of-type(4):before { content: "Zeit"; }
	td:nth-of-type(5):before { content: "Info*"; }


}
/* ------------------------------------
Media Queries 0 bis 1139 // Toggle Navigation
--------------------------------------*/
@media only screen and (max-width: 1139px) {
	ul.navbar-nav li.has-submenu ul.navbar-nav li a {  
	border-bottom: 1px solid #e80b0b;
	padding: 0 0 5px 0;}
	border-top: none;
}


/* ------------------------------------
Media Queries 769 bis 1140
--------------------------------------*/
@media only screen and (min-width: 769px) and (max-width: 1139px) {

.cta .h1 {font-size: 32px; line-height:40px;}
/* toggle navigation*/
.header-container .wrapper nav ul {
	margin: 0;
	min-width: 150px;
	max-width: 280px;
	padding: 5px 15px 5px 25px;
	text-align: right;
	clear: right;
	float: right;
	background-color: rgba(255, 255, 255, 1);
	-webkit-border-radius: 4px 0px 4px 4px;
	border-radius: 4px 0px 4px 4px;
	position: absolute;
	top: 60px;
	right: 0;
	line-height: 16px;
	display:none;
}
.header-container .wrapper nav ul li {
	display: block;
    margin: 0;
    float: none;
    padding: 12px 0;
    height: auto;
    border-top: 1px solid #ddd;
}
nav li a {
 	color: #615e55;
	font-size: 15px;
	font-weight: 300;
	line-height: 16px;
}
nav li a:hover {
	color: #f4b200; /* Update Nav Link Hover Color */
}

}
/* ------------------------------------
Media Queries 769 bis Ende
--------------------------------------*/
@media only screen and (min-width: 769px)  {


body.home .cta .start {
color: #fff;
  font-weight: 300;
  font-size: 36px;
  padding-bottom: 5px;
  padding-top: 20px;
  border-bottom: 1px solid #fff;
  max-width: 300px;
  margin: auto;
    margin-bottom: auto;
  margin-top: 5px;
  margin-bottom: 8%;
}

}










/* ==========================================================================
   Media Queries 1140
   ========================================================================== */
@media only screen and (min-width: 1140px) {
#menu-button {display:none;}
/*Text Martin Mersch*/
.wrapper {
	width: 1140px; /* 1140px - 10% for margins */
	margin: 0 auto;
}
table { 
  width: 		100%; 
  border-collapse: collapse; 
  font-size:	0.9em;
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: 	#eee; 
}
th { 
  background: 	#d5d1cb; 
  color: 		#444; 
  font-weight:	normal;
}
td, th { 
  padding: 		10px; 
  border: 		1px solid #d5d1cb; 
  text-align: 	left; 
}



}
/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
 	*text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
.invisible {
	visibility: hidden;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
 *zoom: 1;
}
.last {
	margin-right: 0;
	border: none;
	padding-bottom: 0;
	padding-right: 0;
}
