/* --------------------------------
Primary style
-------------------------------- */
*{
	margin: 0;
	padding: 0;
}

html{
	font-family: 'Open Sans', sans-serif;
}

body {
	height: 100%;
	width: 100%;
	color: #64696e;
	cursor: default;
	font-size: 100%;
	background-color: #fff; /*f8f8f8*/
	margin: 0;
	padding: 0;
	overflow-x: hidden; 
}

iframe {
    border: medium none;
    color: #333;
    height: 435px;
    width: 100%;
	margin-top: 90px;
}

.bodystart {background: #333}

element.style {
    clear: both;
}

h3{
	color: #fa0204;
  font-family: "Montserrat",sans-serif;
  font-size: 125%;
  text-transform: uppercase;
}

h4{
	color: #000;
	font-size: 105%;
}

h6{
	font-size: 125%;
}

a {
  color: #64696e;
  text-decoration: none;
}

strong {
    font-weight: 600;
		color: #111;
}

.innen{
  padding: 0px 8%;
	max-width: 1100px;
	margin: 2% auto 0px auto;
	position: relative;
	clear: both;
  transition: all 0.4s ease 0s;
}

.nav-btn {
    font-size: 28px;
    left: 20px;
    position: absolute;
    cursor: pointer;
    color: #323232;
    line-height: 1;
    z-index: 999;
    margin-top: -25px;
}

/* --------------------------------
Primary style end
-------------------------------- */

/* --------------------------------
Navigation
-------------------------------- */

.header {
  background-color: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  left: 0;
  padding: 8px 0;
	position: fixed;
  transition: all 0.6s ease-in-out 0s;
  width: 100%;
  z-index: 999;
}


.header .navigation {
  display: inline-block;
  float: right;
  width: 550px;
}

.headerinnen {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}

.headerinnenstart {
  margin: auto;
//  max-width: 1200px;
  width: 100%;
}

#menue {
  padding: 22px 30px;
  transition: all 0.4s ease 0s;
}

.nav {
    margin: 0 auto 0 50px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 80%;
}

.start {
    margin: 0 auto 0;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
    width: 80%;
}

.nav li {
	padding: 6px 30px;
  color: #888;
	display: inline-block;
  font-size: 100%;
	transition: all 0.6s ease 0s;

}

.nav li:hover {
  background-color: #fff !important;
  color: #2b4b98;
}

.nav li a, .nav li a:visited {
	transition: all 0.2s ease-in-out 0s;
	text-decoration: none;
  color: #888;
  display: block;
}

.nav li a:hover, .nav li a:active {
  color: #fa0204;
}

.nav span{
	color: #fa0204;
	cursor: pointer;
}

/* Nav Logo */
.small-logo{
  text-align: center;
  z-index: 9999;
  position: fixed;
  padding-top: 33px;
	left: 50%;
	top: 0;
	-webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
	transition: all 0.6s ease 0s;
}

.small-logo img{
  width: 80px;
}
/* Nav Logo end*/

.main-section{
	padding:90px 0 110px;
}

/* --------------------------------
Navigation end
-------------------------------- */


/* --------------------------------

Patterns - reusable parts of our design

-------------------------------- */
.cd-text-replace {
  /* replace text with image */
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}

/* --------------------------------

Project (Menu Balken= Kinder, Herren etc.)

-------------------------------- */

.cd-projects-container {
  position: relative;
//  z-index: 2;
//  overflow-x: hidden;
}

.cd-projects-container.project-open {
  /* smooth scroll on iOS devices */
  -webkit-overflow-scrolling: touch;
}

/* Responsive, wenn Browser klein wird, wirds sich das Menu verschieben */
.cd-projects-previews {
  position: absolute;
  z-index: 100;
//  height: 100vh;
  width: 100vw;
}

.cd-projects-previews::after {
  clear: both;
  content: "";
  display: table;
}

.project-open .cd-projects-previews {
  pointer-events: none;
}

.cd-projects-previews li {
  height: 25%;
  width: 100%;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-projects-previews li.selected {
  opacity: 0;
  /* move selected project preview out of the viewport with no transition */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  transition: transform 0s;
}

.cd-projects-previews li.slide-out {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.cd-projects-previews a {
  display: block;
  height: 100vh;
  width: 100%;
  /* fixes a bug on projects caption width */
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.cd-projects-previews li:nth-of-type(2) a {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
}

.cd-projects-previews li:nth-of-type(3) a {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cd-projects-previews li:nth-of-type(4) a {
  -webkit-transform: translateY(-75%);
  -moz-transform: translateY(-75%);
  -ms-transform: translateY(-75%);
  -o-transform: translateY(-75%);
  transform: translateY(-75%);
}

.cd-projects-previews .bg-loaded a {
  opacity: 1;
  z-index:10;
}

@media only screen and (min-width: 1024px) {
  
  .cd-projects-previews li {
    display: inline-block;
    height: 100%;
    width: 25%;
    float: left;
  }

  .cd-projects-previews #listfooter {
//    display: inline-block;
    height: 90%;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0px;
  }
  
  .cd-projects-previews li.selected {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

  .cd-projects-previews li.slide-out {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

  .cd-projects-previews a {
    /* width equal to window width */
    width: 400%;
}

  .cd-projects-previews li:nth-of-type(2) a {
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    transform: translateX(-25%);
}

  .cd-projects-previews li:nth-of-type(3) a {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

  .cd-projects-previews li:nth-of-type(4) a {
    -webkit-transform: translateX(-75%);
    -moz-transform: translateX(-75%);
    -ms-transform: translateX(-75%);
    -o-transform: translateX(-75%);
    transform: translateX(-75%);
  }
}

.cd-projects {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 115%;
  width: 100%;
}

.cd-projects > li {
  position: absolute;
  top: -120px;
  left: 0;
  height: 80vh;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.cd-projects > li.selected {
//  background: #181818;
  opacity: 1;
  -webkit-transition: opacity 0s;
  -moz-transition: opacity 0s;
  transition: opacity 0s;
}

.cd-projects .preview-image {
    display: block;
    height: 100%;
    margin-top: 90px;
}

.cd-projects-previews a,
.cd-projects .preview-image {
  /* MENU HINTERGRÜNDE */
  background: #5b927d url(../img/kinder.jpg) no-repeat center center;
  background-size: cover;
//  margin-left: 2%;
}

.cd-projects-previews #listfooter a {
  /* MENU HINTERGRÜNDE */
  background: #fafafa;
  width:100%;
  display:initial;
//  margin-left: 2%;
}

.cd-projects-previews li:nth-of-type(2) a,
.cd-projects > li:nth-of-type(2) .preview-image {
  background: #1a1a1a url(../img/herren.jpg) no-repeat center center;
  background-size: cover;
//  margin-left: 5%;
}

.cd-projects-previews li:nth-of-type(3) a,
.cd-projects > li:nth-of-type(3) .preview-image {
  background: #e7d5a4 url(../img/damen.jpg) no-repeat center center;
  background-size: cover;
}

.cd-projects-previews li:nth-of-type(4) a,
.cd-projects > li:nth-of-type(4) .preview-image {
  background: #835531 url(../img/senioren.jpg) no-repeat center center;
  background-size: cover;
}

.cd-project-title {
  position: absolute;
  width: 100%;
  top: calc(60% - 00px);
  left: 0;
  color: #fff;
  -webkit-transform: translateY(-37.5%);
  -moz-transform: translateY(-37.5%);
  -ms-transform: translateY(-37.5%);
  -o-transform: translateY(-37.5%);
  transform: translateY(-37.5%);
  -webkit-transition: -webkit-transform 0.6s 0.2s;
  -moz-transition: -moz-transform 0.6s 0.2s;
  transition: transform 0.6s 0.2s;
//  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.infobox{
	color: #fff;
	text-align: center;
	width: auto;
	margin: auto;
	line-height: 1.4;
//	padding: 210px 3% 0 3%;
}

.infobox h2{
	color: #ff0000;
	font-family: 'Monsterrat', sans-serif;
	font-size: 175%;
	line-height: 1.4;
	font-weight: 700;
}

.cd-project-title::after {
  /* LINIE UNTER ÜBERSCHRIFT */
//  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 40px;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

.no-touch .cd-projects-previews a:hover .cd-project-title::after {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.cd-projects .cd-project-title::after {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  -moz-transition: -moz-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
}

/* Header Startseite Kinder, Herren, Damen, Senioren*/
.cd-project-title h2 {
	color: #fff;
  font-family: 'Monsterrat', sans-serif;
  font-size: 175%;
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

#kinder {
  text-align: center;
  margin: 2% 0 0 2%;
}

#kinder1 {
   width: 300px;
 //  margin-left: 20%;
}

#kinder2 {
   width: 300px;
//   margin-left: 15%;
}

#herren {
  text-align: center;
  margin-left: -9%;
}

#herren1 {
   width: 300px;
 //  margin-left: 20%;
}

#herren2 {
   width: 300px;
//   margin-left: 15%;
}

#damen {
  text-align: center;
  margin-left: -18%;
}

#damen1 {
   width: 300px;
 //  margin-left: 20%;
}

#damen2 {
   width: 300px;
//   margin-left: 15%;
}

#senioren {
  text-align: center;
  margin-left: -27%;
}

#senioren1 {
   width: 300px;
 //  margin-left: 20%;
}

#senioren2 {
   width: 300px;
//   margin-left: 15%;
}

/* "Erfahren sie mehr" copy*/
.cd-project-title p {
  font-size: 98%;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
}

@media only screen and (min-width: 1024px) {
  .cd-project-title {
    width: 35%;
//    top: 50vh; /*
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);*/
  }
}

.cd-projects-previews li:nth-of-type(2) .cd-project-title,
.cd-projects > li:nth-of-type(2) .cd-project-title {
  -webkit-transform: translateY(-12.5vh);
  -moz-transform: translateY(-12.5vh);
  -ms-transform: translateY(-12.5vh);
  -o-transform: translateY(-12.5vh);
  transform: translateY(-12.5vh);
}

@media only screen and (min-width: 1024px) {
  .cd-projects-previews li:nth-of-type(2) .cd-project-title,
  .cd-projects > li:nth-of-type(2) .cd-project-title {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.cd-projects-previews li:nth-of-type(3) .cd-project-title,
.cd-projects > li:nth-of-type(3) .cd-project-title {
  -webkit-transform: translateY(12.5vh);
  -moz-transform: translateY(12.5vh);
  -ms-transform: translateY(12.5vh);
  -o-transform: translateY(12.5vh);
  transform: translateY(12.5vh);
}

@media only screen and (min-width: 1024px) {
  .cd-projects-previews li:nth-of-type(3) .cd-project-title,
  .cd-projects > li:nth-of-type(3) .cd-project-title {
    -webkit-transform: translateX(200%);
    -moz-transform: translateX(200%);
    -ms-transform: translateX(200%);
    -o-transform: translateX(200%);
    transform: translateX(200%);
  }
}

.cd-projects-previews li:nth-of-type(4) a .cd-project-title,
.cd-projects > li:nth-of-type(4) .cd-project-title {
  -webkit-transform: translateY(37.5vh);
  -moz-transform: translateY(37.5vh);
  -ms-transform: translateY(37.5vh);
  -o-transform: translateY(37.5vh);
  transform: translateY(37.5vh);
}

@media only screen and (min-width: 1024px) {
  .cd-projects-previews li:nth-of-type(4) a .cd-project-title,
  .cd-projects > li:nth-of-type(4) .cd-project-title {
    -webkit-transform: translateX(300%);
    -moz-transform: translateX(300%);
    -ms-transform: translateX(300%);
    -o-transform: translateX(300%);
    transform: translateX(300%);
  }
}

li.selected .cd-project-title,
.cd-projects > li:nth-of-type(2).selected .cd-project-title,
.cd-projects > li:nth-of-type(3).selected .cd-project-title,
.cd-projects > li:nth-of-type(4).selected .cd-project-title {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1024px) {
  li.selected .cd-project-title,
  .cd-projects > li:nth-of-type(2).selected .cd-project-title,
  .cd-projects > li:nth-of-type(3).selected .cd-project-title,
  .cd-projects > li:nth-of-type(4).selected .cd-project-title {
    -webkit-transform: translateY(-50%) translateX(90%);
    -moz-transform: translateY(-50%) translateX(90%);
    -ms-transform: translateY(-50%) translateX(90%);
    -o-transform: translateY(-50%) translateX(90%);
    transform: translateY(-50%) translateX(90%);
  }
}

.cd-projects li.selected .cd-project-title::after {
  -webkit-transition: -webkit-transform 0.3s 0s;
  -moz-transition: -moz-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
}

.touch .cd-projects li.selected .cd-project-title::after {
  -webkit-transition: -webkit-transform 0s;
  -moz-transition: -moz-transform 0s;
  transition: transform 0s;
}

/* Project (Info) Inhalt von Kinder, Herren, Damen und Senioren*/
.infobox2{
//	margin-top: 75px;
	transition: all 0.6s ease 0s;
}

.cd-project-info {
  display: none;
  background-color: #fff;
  margin-top: -5%;
  padding-top: 5%;
  color: #64696e;
  transition: all 0.4s ease 0s;
}

#herrentransform {
  color:red; 
  -webkit-transform: translateX(230px); 
  -moz-transform:translateX(230px); 
  -ms-transform: translateX(230px); 
  -o-transform: translateX(230px); 
  transform: translateX(230px);
}

.infoboxherren {
  margin: 0 auto 0 45%; 
  width:500px;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

#damentransform {
  color:red; 
  -webkit-transform: translateX(50%); 
  -moz-transform:translateX(50%); 
  -ms-transform: translateX(50%); 
  -o-transform: translateX(50%); 
  transform: translateX(-50%);
}

.infoboxdamen {
  margin: 0 auto 0 -260px; 
  width:500px;
  	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.infoboxkinder {
	color: #fff;
	text-align: center;
	width: auto;
	margin: auto;
	line-height: 1.4;
//	padding: 210px 3% 0 3%;
}

.infoboxsenioren {
	color: #fff;
	text-align: center;
	width: auto;
	margin: auto;
	line-height: 1.4;
//	padding: 210px 3% 0 3%;
}

/*
.cd-project-info{
	padding-bottom: 50px;
}
*/
.cd-project-info h3{
  color: #fa0204;
  font-size: 125%;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.cd-project-info .buttonlink{
	font-size: 85%;
	display: inline-block;
	margin: 40px 0 40px 0 !important;
	background-color: #fa0204;
	padding: 12px 16px;
	color: #fff;
	border-radius: 1px;
	transition: all 0.5s ease 0s;
}

.cd-project-info .buttonlink:hover{
	background-color: #fb3a3b;
}

.content-visible .cd-project-info {
  display: block;
}

.cd-project-info p {
  font-size: 95%;
  margin-top: 3%;
  max-width: 800px;
  line-height: 1.4;
}

.cd-project-info a {
  max-width: 100%;
	margin: auto;
}

.table th,td h1 {
	font-weight: bold;
	font-size: 95%;
  text-align: left;
  color: #64696e;
}

.table td {
	font-size: 95%;
  padding: 2% 0.5% 2% 0.5%;
  text-align: center;
  width: 5px;
	border-color: -moz-use-text-color -moz-use-text-color red;
  border-bottom: 1px solid red;
  border-image: none;
  border-style: none none solid;
	border-width: 0 0 1px;
}

.table {
	text-align: left;
	overflow: hidden;
	width: 100%;
	margin: 1% auto;
	float:left;
//  display: table;
	transition: all 0.6s ease 0s;
}

.table tr {
	background-color: #fafafa;
	border-color: -moz-use-text-color -moz-use-text-color red;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
}

/* Background-color von der ersten Leiste */
.table tr:first-child {
	background-color: #fafafa;
}

.table th {
  padding: 2% 2% 2% 0.5%;
  text-align: center;
  width: 5px;
	background-color: #fafafa;
	border-color: -moz-use-text-color -moz-use-text-color red;
  border-bottom: 1px solid red;
	border-image: none;
	border-style: none none solid;
	border-width: 0 0 1px;
}


.cd-projects-container .scroll:focus {
  outline: none;
}

.cd-projects-container.project-open .scroll {
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-transition: -webkit-transform 0.4s 0s, visibility 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, visibility 0s 0s;
  transition: transform 0.4s 0s, visibility 0s 0s;
  -webkit-animation: cd-translate 1.2s 0.8s;
  -moz-animation: cd-translate 1.2s 0.8s;
  animation: cd-translate 1.2s 0.8s;
  -webkit-animation-iteration-count: 2;
  -moz-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.no-touch .cd-projects-container.project-open .scroll:hover {
  -webkit-transform: translateX(-50%) scale(1.2);
  -moz-transform: translateX(-50%) scale(1.2);
  -ms-transform: translateX(-50%) scale(1.2);
  -o-transform: translateX(-50%) scale(1.2);
  transform: translateX(-50%) scale(1.2);
}

@-webkit-keyframes cd-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}
@-moz-keyframes cd-translate {
  0% {
    -moz-transform: translateX(-50%) scale(1);
  }
  50% {
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
  }
}

@keyframes cd-translate {
  0% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%) scale(1);
    -moz-transform: translateY(10px) translateX(-50%) scale(1);
    -ms-transform: translateY(10px) translateX(-50%) scale(1);
    -o-transform: translateY(10px) translateX(-50%) scale(1);
    transform: translateY(10px) translateX(-50%) scale(1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}

/* --------------------------------

Menu Project (Inhalt) end

-------------------------------- */

/* --------------------------------

JavaScript Disabled

-------------------------------- */


/* --------------------------------

Footer

-------------------------------- */
#footer{
	background-color: #fafafa;
  	clear: both;
  	width:100%;
	font-weight: 400;
	transition: all 0.4s ease 0s;
	border-top: 2px solid #e3e3e3;
}

#footer .innen{
	font-size: 90%;
	margin: auto;
	max-width: 1100px;
	padding: 15px 5%;
	position: relative;
	width: 90%;
}

#footer .links{
	padding: 15px 0 0;
	text-align: center;
}

#footer .linksicon{
	margin-top: 20px;

}

#footer .linksicon img{
	width: 55px;
	height: auto;
	margin: 0 80px 0 80px;
}

#footer .links a {
	margin: 0 10px;
  font-size: 95%;
  color: #a3a3a3;
  text-decoration: underline;
}

#footer .links a:hover{
	text-decoration: none;
}

/* Footer Logo */
#footer .footerlogo{
  width: 50%;
  margin: auto;
  text-align: center;
}

#footer .footerlogo img{
  width: 90px;
}


/* --------------------------------

Impressum Footerline

-------------------------------- */
#footer .footerline {
  background-color: #5d5d5d;
  clear: both;
  color: #fff;
  font-weight: 400;
}

#footer .footerline .innen {
  font-size: 75%;
  padding: 20px 5%;
	transition: all 0.4s ease 0s;
}

/* Impressum Link rechts */
#footer .footerlinerechts{
	float: right;
}

#footer .footerlinerechts a {
	padding: 0 10px;
	color: #fff;
  	text-decoration: none;
  	background:#5d5d5d;
}

#footer .footerlinerechts a:hover{
	text-decoration: underline;
}

/* --------------------------------

Footer/ Impressum end

-------------------------------- */

/* --------------------------------

Banner von Unterseiten Kinder, Herren, Damen, Senioren

-------------------------------- */
#banner{
	position: relative;
	height: 370px;
	padding-top: 90px;
	width: 100%;
 	margin: auto;
	/*background: #bbb url(../img/bg.jpg) no-repeat center center;*/
	background-size: cover;
}

/* --------------------------------

Banner end

-------------------------------- */

/* --------------------------------

Über Uns Inhalt

-------------------------------- */

#bannerueberuns{
	position: relative;
	height: 370px;
	padding-top: 90px;
	width: 100%;
 	margin: auto;
	background: #bbb url(../img/banner/ueberunsbg.jpg) no-repeat center center;
	background-size: cover;
}

.ueberunsinhalt p{
	font-size: 95%;
	margin-top: 3%;
	max-width: 800px;
	line-height: 1.4;
}

/* Inhalt von "Unsere Trainer" */
#trainerbox{
	margin-top: 75px;
}

#trainerbox h3{
//	text-align: center;
	transition: all 0.6s ease 0s;
}

#trainerbox .trainerboxen{
	margin-top: 5%;
}

#trainerbox .trainerboxen .oben{
	max-width: 1200px;
	margin: auto;
	text-align: center;
	clear: both;
}

#trainerbox .trainerboxen .unten{
	max-width: 1200px;
	margin: auto;
	text-align: center;
	clear: both;
}

#trainerbox .trainerboxklein{
	font-size: 95%;
  display: inline-block;
	line-height: 1.4;
//  margin-bottom: 20px;
  margin-right: 10px;
  text-align: center;
  transition: all 0.6s ease 0s;
  width: 31%;
	height: 350px;
}

#trainerbox .trainerboxklein img{
	margin: auto;
	width: 125px;
	border-radius: 50%;
}

#trainerbox .beschreibung{
	padding: 4% 8%;
  text-align: center;
  transition: all 0.6s ease 0s;
}

#trainerbox .headline{
	font-weight: 600;
	color: #fa0204;
}

/* --------------------------------

Impressum Inhalt

-------------------------------- */
.impressuminhalt{
	padding-top: 90px;
}

.impressuminhalt p{
	font-size: 95%;
	max-width: 800px;
	line-height: 1.4;
}

.impressuminhalt img.profil{
	font-size: 95%;
  transition: all 0.6s ease 0s;
	margin: auto;
	width: 110px;
	border-radius: 50%;
	margin: 20px 0;
}

.impressuminhalt a:hover{
	color: #fa0204;
}

a.text{
    color: #fa0204;
    text-decoration: underline;
}

a.text:hover{
    color: #fa0204;
    text-decoration: none;
}

/* --------------------------------

Kontakt Inhalt

-------------------------------- */
.kontaktinhalt p {
  font-size: 95%;
  margin-top: 3%;
  max-width: 800px;
  line-height: 1.4;
	transition: all 0.6s ease 0s;
}

/* Kontakt Map */
.maps {
  background: #ccc none repeat scroll 0 0;
  padding-left: 25%;
  padding-top: 90px;
  width: 75%;
}

/* Kontakt Button */
.kontaktinhalt .buttonlink{
	display: inline-block;
	font-size: 90%;
	margin: 40px 0 0 0 !important;
	background-color: #fa0204;
	padding: 12px 16px;
	color: #fff;
	border-radius: 1px;
	transition: all 0.5s ease 0s;
}

.kontaktinhalt .buttonlink:hover{
	background-color: #fb3a3b;
}

/* --------------------------------

Kontaktformular

-------------------------------- */

.formular {
  font-family: "Open Sans",sans-serif;
  font-size: 80%;
  line-height: 175%;
  margin-top: 1%;
  max-width: 500px;
}
.formular p {
  color: #000;
  font-size: 110%;
  width: 60%;
}
.formular form {
  padding: 20px 20px 15% 0px;
}
fieldset {
  border: 1px solid silver;
//  margin: 15px 0;
  padding: 5px;
  width: 100%;
}
input {
  background-color: #eee;
  border: 1px solid #9d9d9d;
  margin: 0 0 1em 20%;
  padding: 0.2em 0.5em;
}
input:required:valid + label::before {
  color: green;
  content: "✔";
}
input:required + label::before {
  color: red;
  content: " * ";
  top: 0;
}

select {
	background-color: #eee; 
	color:#777; 
	border: 1px solid #9d9d9d; 
	margin: 0 0 1em 25%; 
	padding: 0.2em 0.5em;
}

select:valid + #anrede::before {
  color: green;
  content: "✔";
}

select:invalid + #anrede::before {
  color: red;
  content: " * ";
  top: 0;
}

textarea:valid + #anfrage::before{
  color: green;
  content: "✔";
}

textarea:invalid + #anfrage::before {
  color: red;
  content: " * ";
  top: 0;
}

#telefon {
	margin-left: 8px;
}

/* label::after {
  content: ": ";
} */

label {
/*  left: 11%; 
/*  padding-top: 5px; 
  position: absolute; */
  text-align: left;
}

label#anfrage {
//  top: 260px;
    top: 45%;
  }

input.feld {
  border-color: #d9d9d9;
  border-radius: 5px;
  border-style: solid;
  margin-bottom: 4px;
  padding: 0.5em;
  width: 65%;
}
textarea.feldarea {
  border-color: #d9d9d9;
  border-style: solid;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 100%;
  height: 70px;
  margin-top: 30px;
  width: 99% !important;
}
.formular .formularbutton {
  background-color: #fa0204;
  border: 1px solid #fa0204;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 90%;
  float: right;
  margin: -10px 10px 0 !important;
  padding: 12px 14px;
  transition: all 0.4s ease 0s;
}
.formular .formularbutton:hover {
  background-color: #fb3a3b;
  border: 1px solid #fb3a3b;
}
.formular .redbg p {
  background-color: #fa0204;
  color: #fff;
    font-size: 100%;
    padding: 12px 20px;
    transition: all 0.4s ease 0s;
}

.pflichtfeld {
	color:red;
}

/* --------------------------------

Lehrgänge Tabelle

-------------------------------- */

#lehrgaengebg{
	position: relative;
	height: 370px;
	padding-top: 90px;
	width: 100%;
 	margin: auto;
	background: #bbb url(../img/banner/lehrgaengebg.jpg) no-repeat center center;
	background-size: cover;
}

/* Abstand zur Überschrift */
.lehrgaenge .table{
//	margin-top: 3%;
//	float: left;
}

#training > article > .content > .bottom {
	margin-top: 2em;
}

.training {
	font-size: 18px;
}

.training > div {
	width: 40em;
}

.training > .content {
	width: 30em;
}

.trainer {
	padding-top: 4em;
	height: 25em;
	width: 50em;
}

.trainer > div {
	text-align: center;
	float: left;
	height: 100%;
	width: calc(100% / 3);
}

.trainer > div > img {
	display: table-cell;
}

/* Kontakt*/

#kontakt > article > .content > div {
	width: 50%;
	float: left;
}

img.map {
	float: right;
	height: 16em;
}

#formular {
	margin-top: 2em;
}


/* #################### */
/* Lehrgänge Tabelle */
/* #################### */


.tbhead > #tbcell {
  height: 2em;
}

#tbcell {
  display: table-cell;
  height: 7em;
  text-align: center;
  width: 25%;
}

.lehrgang {
  border-right: medium solid red;
  float: left;
}

.datum {
  border-right: medium solid red;
  float: left;
}

.standort {
  border-right: medium solid red;
  float: left;
}

#tbcell {
  display: table-cell;
  height: 7em;
  text-align: center;
  width: 25%;
}

.tbhead {
  border-bottom: medium solid red;
}

.content {
  display: table-cell;
  float: left;
  padding: 0 2em 2em;
  width:100%;
}

.pdf > div > div {
  float: left;
  height: 1em;
  margin-left: 1px;
  margin-top: 1px;
  width: 1em;
}

.pdf a{
	text-decoration: underline;
}

.pdf a:hover{
	text-decoration: none;
}

.blackr a{
	text-decoration: underline;
}

.blackr a:hover{
	text-decoration: none;
}

.lgtxt{
	margin-top: 20px;
}


