body {
  font-family: Calibri,"Courier New",Courier,monospace;
}

h1, h2, h3, h4, h5, h6 {
	font-family: font-family: Calibri,"Courier New",Courier,monospace;
	font-weight: normal;
	text-transform: uppercase;
}
.hide{
	display: none;
}
h2 {
	color: #F77509;
	font-size: 2.6em;
	line-height: 1.2em;
	margin: 0%;
}

h3 {
	color: #F77509;
	font-size: 1.7em;
	margin: 0% 0% 0.1% 0%;
}

h4 {
	color: #F77509;
	font-size: 1.5em;
	margin-top: 5%;
	font-weight: bold;
}

h5 {
	color: #F77509;
	font-size: 120%;
	margin:0%;
	text-transform: none;
}

h6 {
	color: #F77509;
	font-size: 1.6em;
	margin: 3% 0%;
	text-transform: none;
}


hr {
	height: 2px;
	color: #F77509;
	background-color: #F77509;
	border: none;
}

hr.small {
	height: 0.5px !important;
    border-top: 2px solid #000 !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    width: 80%;
	color: #000000 !important;
	background-color: #000000 !important;
}

#wrapper {
	position: relative;
	max-width: 1000px;
	margin: 2% auto auto auto;
	padding: 1%;
}

#header {
	color: #F77509;
	font-size: 1.5em;
	margin: 1% 0%;
}

body#index {
  font-size: 110%;
  background: url("../images/background.jpg") no-repeat fixed center;
  background-size: 100% 100%;
}

body#navigation {
	font-family: Calibri,"Courier New",Courier,monospace !important;
	font-size: 110% !important;
	background: url("../images/background.jpg") no-repeat fixed center !important;
	background-size: 100% 100% !important;
}

.form-control {
    display: block;
    width: 90%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.loginTable{
	margin-top: 40px;
	margin-right:auto;
	margin-left: auto; 
	width: 50%;
    background-color: #f2f2f2;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0px 0px 5px #999 inset;
    border-radius: 3px;
    padding: 1%;
}

.label {
    display: inline;
    line-height: 1;
    color: #6d6d6d;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}


.header {
	font-family: font-family: Calibri,"Courier New",Courier,monospace;
	font-weight: normal;
	color: #f77509;
	font-size: 120%;
	font-weight: bold;
}

.orangeHeader {
	color: #F77509;
	font-size: 1.6em;
	margin: 3% 0%;
	text-transform: none;
}

p.workshopDescription {
	background-color: #FBE5D6;
	padding: 10px;
	margin-top:-10px;
}

div.workshopDescription {
	background-color: #FBE5D6;
	padding: 10px;
	margin-top:-10px;
}

a.fortbildung {
	text-decoration: none;
	color: #000000 !important;
	font-size: 110%;
}

p.subHeader {
	font-size:1.2em; 
	margin-bottom: -1%;
}

table.workshops b {
	color: orange;
	font-size: 1.4em;
}

table.team {
	text-align:center; 
	font-size:1.2em;
	width:100%:	
}

table.trainer {
	text-align:center; 
	font-size:100%;
	width:100%:	
}

table.info{
	font-size: 1.2em;
	width: 100%;
	text-align: center;
}

table.references{
	margin-top:2%; 
	margin-left:15%;
	table-layout: fixed;
	width: 70%;
}

.tableFortbildung {
    border-collapse: collapse;
    width: 50%;
	margin-left:auto; 
	margin-right:auto;
}

th.fortbildung , td.fortbildung  {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.tableCell {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

.tableRow:nth-child(even) {
    background-color: #dddddd;
}

.btn {
	-moz-box-shadow: 0px 2px 5px 1px #858385;
	-webkit-box-shadow: 0px 2px 5px 1px #858385;
	box-shadow: 0px 2px 5px 1px #858385;
	font-size: 20px;
	padding: 4px 12px;
}


.btn-default {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ed7c31), color-stop(1, #ed7c31)) !important;
	background: -moz-linear-gradient(top, #ed7c31 5%, #ed7c31 100%) !important;
	background: -webkit-linear-gradient(top, #ed7c31 5%, #ed7c31 100%) !important;
	background: -o-linear-gradient(top, #ed7c31 5%, #ed7c31 100%) !important;
	background: -ms-linear-gradient(top, #ed7c31 5%, #ed7c31 100%) !important;
	background: linear-gradient(to bottom, #ed7c31 5%, #ed7c31 100%) !important;
	background-color: ##ed7c31 !important;
	border: 1px solid #f18c55 !important;
	color: #ffffff !important;
	width: 100%;
	font-size: 100% !important;
}

.btn-grey {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c6c6c6 ), color-stop(1, #c6c6c6 ));
	background:-moz-linear-gradient(top, #c6c6c6  5%, #c6c6c6  100%);
	background:-webkit-linear-gradient(top, #c6c6c6  5%, #c6c6c6  100%);
	background:-o-linear-gradient(top, #c6c6c6  5%, #c6c6c6  100%);
	background:-ms-linear-gradient(top, #c6c6c6  5%, #c6c6c6  100%);
	background:linear-gradient(to bottom, #c6c6c6  5%, #c6c6c6  100%);
	background-color:#c6c6c6;
	border:1px solid #f18c55;
	color:#000000;
	width: 100%;
	font-size: 100% !important;
}

.text-center{
	text-align: center;
}

.m-t-xs {
	margin-top: 5px;
}

.m-t-sm {
	margin-top: 10px;
}

.m-t-lg {
	margin-top: 15px;
}

.m-t-xxl {
	margin-top: 30px;
}

.m-t-xxxl {
	margin-top: 50px;
}

.m-b-xs {
	margin-bottom: 5px;
}

.m-b-sm {
	margin-bottom: 10px;
}

.m-l-xs {
	margin-left: 5px;
}

.m-l-sm {
	margin-left: 10px;
}

.m-r-xs {
	margin-right: 5px;
}

.m-r-sm {
	margin-right: 10px;
}

.textArea {
    width: 100%;
    height: 80px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: #ffffff;
    resize: none;
}
.selectTheme {
	width:100%;
	border: 1px solid #bbb;
	padding:.75em 1em .5em 1em;
	box-shadow: 0 2px 1px 0 rgba(0,0,0,0.2);
	background-color:white;
}

.selectTheme:hover {
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.1);
}

.orangeFont{
	color: #f77509;
	font-size: 130%;
	font-weight: bold;
}

.greyBox{
	background-color: #f2f2f2;
	padding: 2%;
}

#referencesBackground {
	background: url("../images/referencesBackground.jpg") no-repeat center;
	background-size: 100% 100%;
	width: 100%;
	height: 460px;
	padding: 2% 0% 2% 0%;
}
.rating_bar {
  margin-left: 35%;
  width: 110px;
  background: url(../images/star_empty.png) 0 0 repeat-x;
}

.rating_bar div {
  height: 24px;
  background: url(../images/star_filled.png) 0 0 repeat-x;
}

.voteBar{
	height: 30px;
	background-color: red;
}
/* ******************************************************************** */ 
/* Back to Top Button    */
/* ******************************************************************** */
.back-to-top {
	position: fixed;
	font-family: Consolas, "Courier New", Courier, monospace;
	bottom: 2em;
	right: 0px;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #F77509;
	font-size: 20px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {    
	background-color: rgba(135, 135, 135, 0.50);
	color: #F77509;
}

/* Main Navigation */
#navigationBox {
	position: relative;
	margin: 0%;
	padding: 0%;
	background-color: #F77509;
}

#navigationBox a img {
  width: 100%;
  height: auto;
}

#navigation {
	position: relative;
  display: grid;
	margin: 0%;
	/* padding-left wird benötigt, damit die width nicht größer als die width des Elternelementes (Wrapper) ist */
	padding-left: 0%;
	font-size: 1.1em;
  grid-template-columns: repeat(7, 1fr);
}

ul#navigation li {
  white-space: nowrap;
	position: relative;
	display: inline;
	margin: 0%;
	padding: 0%;
	float: left;
}

ul#navigation li a {
	padding: 20px;
	color: #ffffff;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 40px;
	
	-webkit-transition:color 0.2s linear, background 0.2s linear;	
	-moz-transition:color 0.2s linear, background 0.2s linear;	
	-o-transition:color 0.2s linear, background 0.2s linear;	
	transition:color 0.2s linear, background 0.2s linear;	
}

ul#navigation li:hover > a {
	background:#e8e8e8;
	color:#282828;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility:visible;
	opacity:1;
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
	visibility:hidden;
	opacity:0;
	position: absolute;
	z-index: 99999;
	width: 280px;
	background:#E8E8E8;
	box-shadow:1px 1px 3px #ccc;
/* css3 transitions for smooth hover effect */
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 
}

ul#navigation ul {
	top: 100%;
	left: 0%;
}

ul#navigation ul li ul {
	top: 0;
	left: 221px; /* strong related to width:180px; from above */
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
	border-bottom:1px solid #c9c9c9;
}

ul#navigation ul li a {
	background:none;
	padding:7px 15px;
	color:#616161;
	text-decoration:none;
	border:0 none;
	float:left;
	height: 100%;
  width: 90%;
}

ul#navigation ul li:hover > a {
	background:#F77509;
	color:#282828;
	height: 100%;
}

#content {
	background-color:#FFFFFF;
	min-height: 650px;
  padding: 50px 50px 20px 50px;
}

#content a {
	color: #F77509;
}

#themenTable {
	table-layout: fixed;
	width: 100%;
	height: 210px;
	text-align: center;
	margin-bottom: 1em;
}#themenTable tr{
	display: grid;
	 grid-template-columns: 0% 50% 49%;
 }#themenTable tr td:nth-of-type(1){
	grid-column: 2;
   }
textarea {
	overflow: hidden;
}
#onlineTool {
	display: grid;
	display: -ms-grid;
	grid-template-areas: 	"onlineToolText1 onlineToolText1"
							"onlineToolText2 onlineToolBild"
							"onlineToolLink onlineToolLink"
	;
	grid-template-columns: 1fr 320px;
	background-color: #f2f2f2;
	padding: 10px 15px;
}
#onlineTool p:nth-child(1){
	grid-area: onlineToolText1;
}
#onlineTool p:nth-child(2){
	grid-area: onlineToolText2;
}
#onlineToolBildLink{
	grid-area: onlineToolLink;
}
#onlineToolBildFrauMitTasse {
  margin-left: 0.5em;
	max-width: 18em;
	grid-area: onlineToolBild;
}
#footer {
	background-color:#FFFFFF;
	height: 50px;
	margin-top: 10px;
	text-align: center;
}

#footer a {
	color: #F77509;
}

.error {
	font-size:13px;
	border: 3px solid #FF0000;
}

.error2 {
	border: 2px solid #FF0000;
}

/* Login Box*/

#loginBox {
	float: left;
	width: 100%;
	height: 145px;
		
	background: #ff920a; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff920a 0%,  #f77509 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff920a), color-stop(100%,#f77509)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff920a 0%,#f77509 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff920a 0%,#f77509 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff920a 0%,#f77509 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff920a 0%,#f77509 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff920a', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
}

#loginBox h3 {
	float: left;
	font-size: 1.2em;
	color: #FFF;
	line-height: 130%;
	margin: 0px 0px 0px 0px;
	text-transform: none;
}

.loginFeedback {
	color: #d43f3a;
	font-size: 1.2em;
}

.loginButton {
	cursor: pointer;
}

.regButton {
	cursor: pointer;
}

.bigCheckbox {
	-ms-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	padding: 10px;
}

.workshopItem {
  display: inline-block;
  margin: 10px;
  padding: 8px 15px;
  color: black;
  background: #faa35b;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  width: 75%;
  text-align: center;
  box-shadow:
	inset 0 1px 0 rgba(255,255,255,0.5),
	0 2px 2px rgba(0,0,0,0.3),
	0 0 4px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  text-shadow: 0 1px rgba(255,255,255,0.7);
}

.workshopItem:hover  { background: #fcc394; }

.categoryItem {
  display: inline-block;
  margin: 10px;
  padding: 8px 15px;
  color: black;
  background: #8FAADC;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  transition: all 0.3s ease-out;
  width: 90%;
  text-align: center;
  box-shadow:
	inset 0 1px 0 rgba(255,255,255,0.5),
	0 2px 2px rgba(0,0,0,0.3),
	0 0 4px 1px rgba(0,0,0,0.2);

  /* Font styles */
  text-decoration: none;
  text-shadow: 0 1px rgba(255,255,255,0.7);
}

.categoryItem:hover  { background: #a2b9e2; }

.nicEdit-main {background: #ffffff;}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 40%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.textAnswerBox {
	border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    background: #dddddd;
	border-radius: 25px;
}

.smallFont{
	font-size: 80% !important;
}
 /* styles für das Smartphone im Portrait-Modus starten hier */
@media only screen and (max-device-width: 480px){

	#wrapper {
		width: 100%;
		margin: 0;
		padding:0;
	}
	
	body#index {
		font-size: 80%;
		background: none;
		margin: 0;
		padding: 0;
	}

	h2 {
		font-size: 360%;
	}
	
	h3 {
		font-size: 80%;
	}
	
	h4 {
		font-size: 1.0em;
	}

	h5 {
		font-size: 250%;
	}

	h6 {
		font-size: 280%;
	}
	
	p.subHeader {
		font-size: 70%; 
		margin-bottom: -1%;
	}
	
	table.info{
		font-size: 100%;
	}
	
	table.trainer {
		font-size:80%;
	}
	
	table.team {
		font-size:100%;
		width:100%:	
	}
	
	table.references{
		margin-top:2%; 
		margin-left:10%; 
	}

	.loginFeedback {
		font-size: 90%;
	}
	
	.orangeFont{
		font-size: 120%;
	}
	
	.greyBox{
		font-size:240%;
	}
	
	#referencesBackground {
		padding: 1.5% 0% 2% 0%;
	}
		
	/* Main Navigation */
	#navigation {
		font-size: 160%;
		font-weight: bold;
	}

	ul#navigation li a {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 6px;
		padding-right: 6px;
	}
	#footer a {
		font-size: 120%;
	}
}

 /* styles für das Smartphone im landscape-Modus starten hier */
@media only screen and (max-device-width: 900px){

	#wrapper {
		width: 100%;
		margin: 0;
		padding:0;
	}
	
	body#index {
		font-size: 130%;
		background: none;
		margin: 0;
		padding: 0;
	}
	
	h2 {
		font-size: 220%;
	}
	
	h3 {
		font-size: 120%;
	}
	
	h4 {
		font-size: 1.0em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 180%;
	}
		
	p.subHeader {
		font-size:120%; 
		margin-bottom: -1%;
	}
	
	table.info{
		font-size: 120%;
	}
	
	table.trainer {
		font-size:80%;
	}
	
	table.team { 
		font-size:100%;
		width:100%:	
	}
	
	table.references{
		margin-top:2%; 
		margin-left:10%; 
	}
	
	.loginFeedback {
		font-size: 100%;
	}
	
	#referencesBackground {
		padding: 1.5% 0% 2% 0%;
	}
	
	/* Main Navigation */
	#navigation {
		font-size: 95%;
		font-weight: bold;
	}

	ul#navigation li a {
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 6px;
		padding-right: 6px;
	}
	#footer a {
		font-size: 140%;
	}
}

 /* styles für das Tablets im landscape-Modus starten hier */
@media only screen and (min-device-width:900px) and (max-device-width: 1300px){
	#wrapper {
		width: 90%;
	}
	
	body#index {
		font-size: 100%;
	}
	
	/* Main Navigation */
	#navigation {
		font-size: 95%;
		font-weight: bold;
	}
	
	#content {
		min-height: 0px;
	}

	table.trainer {
		font-size:80%;
	}
}

/* Additions by Daniel */
#burger_Menu {
  display: none;
  font-size: 2em;
}

@media only screen and (max-width: 980px) {
  #wrapper {
    padding: 0;
    margin: 0;
  }

  #burger_Menu {
    display: grid;
    background: #F77509;
    padding: 1em;
    color: white;
    text-decoration: inherit;
  }

  #navigation {
    grid-template-columns: 1fr !important;
    font-size: 2em !important;
  }

  #navigationBox {
    height: inherit !important;
  }

  .hideMenu {
    display: none !important;
  }

  #content {
    padding: 0;
  }

}

.greyBox {
    background-color: #f2f2f2;
    -moz-box-shadow: 0 0 5px #999;
    -webkit-box-shadow: 0 0 5px #999;
    box-shadow: 0px 0px 5px #999 inset;
    border-radius: 3px;
    padding: 1%;

}

.img {
  width: 100%;
}

.contenttable {
  margin-bottom: 1em;
}

.contenttable.odd {

}

.contenttable.even {
}
