@charset "UTF-8";
body  {
	background: #666666;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center;
	font-family: "Futura Medium BT";
	font-size: 100%;
	background-color: #FFFFFF;
}
.thrColFix #container {
	width: 1024px;  /* Mit einer Breite, die 20 Pixel unter der vollen Breite von 800 Pixel liegt, können Sie dem Browser-Chrome Rechnung tragen und gleichzeitig eine horizontale Bildlaufleiste vermeiden. */
	background: #FFFFFF;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Myriad Pro";
}
.thrColFix #sidebar1 {
	float: left;
	background-color: #FFF;
	padding-top: 250px;
	padding-right: 0px;
	padding-left: 2px;
	background-image: url(Grafik/Logo.png);
	background-repeat: no-repeat;
	background-position: center 10px;
	width: 152px;
}
.thrColFix #sidebar2 {
	float: right; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 234px; /* Mit der Auffüllung wird gewährleistet, dass der Inhalt des div die Kanten nicht berührt. */
	color: #333;
	background-color: #FFF;
}
.thrColFix #mainContent {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 170px;
	color: #333;
	width: 600px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: "Myriad Pro";
}
.thrColFix #lowerContent {
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #333;
	padding: 20px;
	width: 500px;
	float: none;
	border: 1px solid #666;
	font-family: "Myriad Pro";
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	text-decoration: none;
	color: #099;
	font-family: "Myriad Pro";
}
a:visited {
	text-decoration: none;
	color: #066;
	font-family: "Myriad Pro";
}
a:hover {
	text-decoration: none;
	color: #999;
	font-family: "Myriad Pro";
}
a:active {
	text-decoration: none;
	color: #C00;
	font-family: "Myriad Pro";
}
body,td,th {
	font-size: 90%;
	font-family: "Myriad Pro";
}

a.Linktopage{
	  font-size: 40px;
	color: #e1001a;
}

a.menuLink{
	position: relative;
	display: block;
	width: 100%;
	min-height: 36px;
	text-align: center;
	color: #eee;
	margin: 5px auto;
	line-height: 22px;

	font-size: 18px;
	font-weight: 100;
	text-shadow: 0px 0px 2px rgb(0,0,0);



	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#003830+0,019085+34,019085+49,019085+49,ffffff+72,059187+100,059187+100,207cca+100,059187+100,059187+100 */
	background: #003830; /* Old browsers */
	background: -moz-linear-gradient(top, #003830 0%, #019085 34%, #019085 49%, #019085 49%, #ffffff 72%, #059187 100%, #059187 100%, #207cca 100%, #059187 100%, #059187 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003830), color-stop(34%,#019085), color-stop(49%,#019085), color-stop(49%,#019085), color-stop(72%,#ffffff), color-stop(100%,#059187), color-stop(100%,#059187), color-stop(100%,#207cca), color-stop(100%,#059187), color-stop(100%,#059187)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003830 0%,#019085 34%,#019085 49%,#019085 49%,#ffffff 72%,#059187 100%,#059187 100%,#207cca 100%,#059187 100%,#059187 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003830 0%,#019085 34%,#019085 49%,#019085 49%,#ffffff 72%,#059187 100%,#059187 100%,#207cca 100%,#059187 100%,#059187 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003830 0%,#019085 34%,#019085 49%,#019085 49%,#ffffff 72%,#059187 100%,#059187 100%,#207cca 100%,#059187 100%,#059187 100%); /* IE10+ */
	background: linear-gradient(to bottom, #003830 0%,#019085 34%,#019085 49%,#019085 49%,#ffffff 72%,#059187 100%,#059187 100%,#207cca 100%,#059187 100%,#059187 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003830', endColorstr='#059187',GradientType=0 ); /* IE6-9 */
	copy


	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

a.menuLink.active, a.menuLink:hover{
	color: #e1001a;
	text-shadow: 0px 0px 2px rgb(255,255,255);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbdcdd+0,fcfefe+53,fcfefe+53,a2dcd9+72,ebf7f6+97,ebf7f6+98,059187+100,207cca+100,059187+100,059187+100,059187+100,019085+100 */
	background: #dbdcdd; /* Old browsers */
	background: -moz-linear-gradient(top,  #dbdcdd 0%, #fcfefe 53%, #fcfefe 53%, #a2dcd9 72%, #ebf7f6 97%, #ebf7f6 98%, #059187 100%, #207cca 100%, #059187 100%, #059187 100%, #059187 100%, #019085 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dbdcdd), color-stop(53%,#fcfefe), color-stop(53%,#fcfefe), color-stop(72%,#a2dcd9), color-stop(97%,#ebf7f6), color-stop(98%,#ebf7f6), color-stop(100%,#059187), color-stop(100%,#207cca), color-stop(100%,#059187), color-stop(100%,#059187), color-stop(100%,#059187), color-stop(100%,#019085)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #dbdcdd 0%,#fcfefe 53%,#fcfefe 53%,#a2dcd9 72%,#ebf7f6 97%,#ebf7f6 98%,#059187 100%,#207cca 100%,#059187 100%,#059187 100%,#059187 100%,#019085 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #dbdcdd 0%,#fcfefe 53%,#fcfefe 53%,#a2dcd9 72%,#ebf7f6 97%,#ebf7f6 98%,#059187 100%,#207cca 100%,#059187 100%,#059187 100%,#059187 100%,#019085 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #dbdcdd 0%,#fcfefe 53%,#fcfefe 53%,#a2dcd9 72%,#ebf7f6 97%,#ebf7f6 98%,#059187 100%,#207cca 100%,#059187 100%,#059187 100%,#059187 100%,#019085 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #dbdcdd 0%,#fcfefe 53%,#fcfefe 53%,#a2dcd9 72%,#ebf7f6 97%,#ebf7f6 98%,#059187 100%,#207cca 100%,#059187 100%,#059187 100%,#059187 100%,#019085 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdcdd', endColorstr='#019085',GradientType=0 ); /* IE6-9 */

}



.Side{
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.SideTitle{
  color: #15bc93;
}

.contact-basic{
	width: 100%;
	display: block;
	position: relative;
}
.contact-basic > div{
	  display: inline-block;

}
.contact-basic .infos{
	width: 240px;
}

.contact-basic .map{
	width: 350px;
}


.Contact input,.Contact textarea{
  display: block;
  width: calc(100% - 28px);
  height: 34px;
  padding: 6px 12px;
  margin: 5px auto ;
  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;
}
.Contact label{
	  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.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;
  width: 100%;
  margin-top: 10px;
  height: 42px;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover{
	background: #31B0D5;
}

.alert {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  width: calc( 100% - 32px);
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}





@media only screen and (max-width: 769px){
	body{
		background: #000;
	}
}