@charset "utf-8";
/* CSS Document */


/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lato-v22-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/lato-v22-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/lato-v22-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/lato-v22-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/lato-v22-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/lato-v22-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}

/* great-vibes-regular - latin */
@font-face {
  font-family: 'Great Vibes';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/great-vibes-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/great-vibes-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/great-vibes-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/great-vibes-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/great-vibes-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/great-vibes-v13-latin-regular.svg#GreatVibes') format('svg'); /* Legacy iOS */
}

/* yantramanav-regular - latin */
@font-face {
  font-family: 'Yantramanav';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/yantramanav-v10-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/yantramanav-v10-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/yantramanav-v10-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/yantramanav-v10-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/yantramanav-v10-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/yantramanav-v10-latin-regular.svg#Yantramanav') format('svg'); /* Legacy iOS */
}


/* dancing-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Dancing Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/dancing-script-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
}
/* Farbe oben */
body{
	background:rgba(0,0,0,1.0)
}
body a:hover {
    text-decoration: none;
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}

.mittig-h1 {
	text-align:center !important;
}

.links-h1 {
	text-align:left !important;
	margin-left: 10px !important;
	text-decoration:underline;
}

.mittig-text {
	text-align:center !important;
}

hr {border: 1px  dotted #818181;margin: 20px 0px;}
/*-- header --*/

.header {
    background:rgba(89,89,89,1.0)
	margin: 0em 0em 2.5em 0em;
}
.link {color:rgba(0,0,204,1) !important; font-weight:bold !important}

.link:hover {color:#FFFFFF !important; font-weight:bold !important}
/*-- logo --*/

/*-- //logo --*/
/*-- top-nav --*/
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
	
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background:rgba(112,93,80,0.1);
}
.navbar-nav > li {
    margin: 0 0.5em;
}
.navbar-default .navbar-nav > li > a {
    font-size: 2.0em;
    padding:40px 13px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	/* Menü Text */
	color: rgba(254,254,254,1.0);
	font-family: 'Lato';
	top: 1%;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,.navbar-default .navbar-nav li a.active {
    color: #000;
	/* Menü Hintergrund */
    background-color: rgba(239,127,26,1.0);
	font-family: 'Lato';
}
.navbar-default .navbar-nav > li > a:before {
    content: '';
    position: absolute;
    bottom: -4px;
    background: rgba(255,255,255,1.0);
    height: 2px;
    width: 0;
    left: 0;
	transition:.5s all;
	font-family: 'Lato';
}
.navbar-default .navbar-nav li  a:hover:before,.navbar-default .navbar-nav li a.active:before{
	width: 100%;
}
.navbar-right {
    margin-right: 0.5em;
}

.navbar-right .dropdown-menu {
    left: 0;
    right: auto;
	min-width: inherit;
    top: 102%;
    font-size: 1.2em;
	box-shadow: 0 0 0;
    border: none;
	background:#CCC;
}
.dropdown-menu > li > a {
    display: block;
    padding: 5px 15px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.2em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
	font-family: 'Lato';
} 
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active {
    color: #000000 !important;
    text-decoration: none;
    background-color: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus{
    color: #ffffff;
    text-decoration: none;
    background-color: #a7f171;
    outline: 0;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: #624f41;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
/*-- search --*/
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10 0;
  background: #fff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
/*-- //search --*/
@keyframes spinAround {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg);
	}
}
/*-- //top-nav --*/
/*-- banner --*/
.logo-newgym {
    margin: 0.1em 0em 0em 0.15em;
	float:left;
	
}
.logo-newgym img {
	float:left;
	width: 15%;
	position:absolute;
	
}


.logo-newgym-unten img {
display: block;
margin: auto;
width: 20%;	 
	
}	

	
.logo-newgym h1{
	margin:0;
}
/*-- //header --*/


.unz7der { padding-bottom: 10px !important;}
.unzder { padding-bottom: 20px !important;}
.center { text-align:center !important;
}
.red {color:#F00;}
.lnb-logo {width: 32%;margin: 0 auto;}
.fayo-logo {width: 25%;	display:block;margin: 0px auto auto;}
.hoehe_h10 { clear: both; width:100%; height: 10px; }
.hoehe_h50 { clear: both; width:100%; height: 1em; }
.hoehe_h100 { clear: both; width:100%; height: 8em; }
.abstand1 {padding-right: 30px;}
.abstand2 {padding-right: 13px;}
.abstand3 {padding-right: 42px;}
.abstand4 {padding-top: 10px;}
.abstand6 {padding-top: 50px !important;}
.abstand5 {padding-left: 10px;}
.under {text-decoration:underline;}
/*--.fao { float:left; padding-left: 195px;}--*/
.fao { float:left; padding-left: 290px;}
.fao1 {padding-left: 30px;}
.fao2 {padding-left: 15px;}
.fao3 {padding-left: 50px;}
.farbe-p {color:#425f65;}
.bigger {font-size:1.3em;}
.small {font-size:0.8em !important}
.thera-2 {font-size:1.7em !important; color:#f9b234 !important; margin:0.4em 0em 0.6em 0em !important; text-align:center !important;}
.thera-4 {font-size:1.4em !important; font-weight: normal !important;	color:#425f65 !important; margin:1.0em 0em 0em 0em !important; text-align:center !important;}	 
	
/*-- blog --*/
.blog,.single,.typo,.contact,.service,.dates,.servc{
	padding:2.5em 0 3.5em 0;
}
.sit{
	padding:0 !important;
}
.blog-left h3,.blog-right h3,.contact h3,.service h3,.servc h3,.recent-posts h4,.comments h4,.related-posts h4,.response h4,.coment-form h4{
	color:#6ea145;
	font-size:2em;
	margin:0;
	font-family: 'Lato';
}
.related-posts h4 {
    margin: 0 0 1em;
}
.comments-info {
    margin: 2em 0 0;
}
.recent-posts-info {
    margin: 2em 0 4em;
}
.blog-left-grid{
	padding:2em 0;
}
.blog-left-grid h4{
	text-transform: capitalize;
    color: #6ea145;
    margin: 0;
    font-size: 2em;
    font-family: 'Lato';
}
.blog-left-grid h4 a{
	color: #c6c5c0;
	font-size:1em;
	text-decoration:none;
	font-family: 'Lato';
}
.blog-left-grid a img {
    padding: .5em;
    border: 1px solid #F2F2F2;
}
.blog-left-grid h4 a:hover{
	color: #606060;
	text-decoration:none;
}
.blog-left-grid p{
	font-size:14px;
	color:#2D2D2D;
	margin:.5em 0 1em;
	line-height:1.8em;
}
.blog-left-grid ul{
	padding:2em 0 4em;
}
.blog-left-grid ul li{
	display:inline-block;
	margin:0 2em 0 0;
}
.blog-left-grid ul li a{
	font-size:1em;
	color:#c6c5c0;
	text-decoration:none;
	padding-left: 1em;
	font-family: 'Lato';
}
.blog-left-grid ul li a:hover{
	color:#000;
	text-decoration:none;
}
.blog-left-grid ul li a i {
    left: -17px;
}
.more a{
	font-size: 16px;
    color: #FFF;
    padding: 10px 30px;
    text-decoration: none;
    background-color: #6ea145;
	font-family: 'Lato';
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.more a:hover{
	color:#6ea145;
	background:#fff;
	text-decoration:none;
}
.in-form input[type="text"]{
	margin:2em 0 0;
}
.in-form input[type="password"],.in-form input[type="text"]{
	outline:none;
	border:1px solid #C9C8C9;
	width:100%;
	padding:12px 10px;
	color:#C9C8C9;
	font-size:14px;
	background:none;
	}
.in-form input[type="password"]{
	margin:1em 0;
}
.checkbox-form{
	position:absolute;
	top: 0%;
	width: 100%;
}
.check{
	margin: .5em 0;
}
.checkbox {
	margin-bottom: 4px;
	padding-left: 38px !important;
	font-size: 1.1em;
	line-height: 27px;
	cursor: pointer;
}
.checkbox {
	position: relative;
    font-size: 14px;
    color: #c6c5c0;
    font-weight: 500;
}
.checkbox:last-child {
	margin-bottom: 0;
}
.checkbox i {
	position: absolute;
	bottom: 5px;
	left: 0;
	display: block;
	width:20px;
	height:20px;
	outline: none;
	border: 2px solid #DFD6D6;
}
.checkbox input + i:after {
	content: '';
	background: url("../images/tick-mark.png") no-repeat 1px 2px;
	top: 3px;
	left: 1px;
	width: 15px;																																																																																													
	height: 15px;
	font: normal 12px/16px FontAwesome;																																						
	text-align: center;
}					
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input {
	position: absolute;
	left: -9999px;
	}
.check-left{
	float:left;
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.ckeck-bg{
	position:relative;
	min-height: 120px;
}
.checkbox-form input[type="submit"] {
  border: none;
  outline: none;
  color: #FFF;
  padding:10px 30px;
  font-family: 'Lato';
  font-size: 16px;
  font-weight: 600;
  margin: 1em 0 0 0;
  -webkit-appearance: none;
  background:#6ea145;
  transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
  }
.check-right{
  float:right;
}
.checkbox-form input[type="submit"]:hover{
	background:#c6c5c0;
	color:#FFF;
}	
.in-form p.forget{
	color:#B687BF;
	font-size:14px;
	margin:0;
	}
.in-form p.forget span{
	display:block;
	}
.in-form p.forget a{
	color:#000;
	font-size:14px;
	}
.in-form p.forget a:hover{
	text-decoration:none;
	color: #B687BF;
	}
.in-form p.forget a.pass{
	color:#B687BF;
	font-size:14px;
	margin:0;
	}
.in-form p.forget a.pass:hover{
	text-decoration:none;
	color:#000;
	}
.recent-posts-info {
	margin-bottom: 4em;
}

ul.pagination li a {
  color: rgb(95, 158, 160) !important;
  font-size: 17px;
  padding: 5px 15px;
}
.btn-primary {
  color: #fff;
  background-color: #6ea145;
  border: none !important;
  font-family: 'Lato';
}
a.list-group-item:hover, a.list-group-item:focus {
  color: #F4F1F1 !important;
  background-color: #1F8BA1 !important;
}
.btn{
	border-radius:0px;
}
.btn-primary:hover{
    color: #fff;
    background-color: #c6c5c0;
    border: none !important;
}
.blog-left-grid:nth-child(3){
	margin:2em 0;
}
.banner{
}
 

.lozgo{
	position:absolute;
	top:0%;
	z-index: 9999;
}
.header-left{
	float:left;
}
.header-right{
	float:right;
}
.header-left a{
	padding: 0.0em 0.0em 0.0em 0.0em;
	margin-left: -50px;
    color: #fff;
	height: 95%;
	width:100%;
    
    text-decoration: none;
    display: inline-block;
}
.header-left a span{
	display:block;
	font-size:16px;
	font-style:italic;
}
.header-left a i{
	font-size: 1em;
    color: #fff;
    left: -10px;
    top: 5px;
}
.header-left1{
	float:left;
	margin-left:0em;
}
span.menu{
	display:none;
}
span.menu{
	display:none;
}

.praxis-2 {
	margin:30px 0px 20px 0px;
}
.praxis-2-text {
	margin:25px 0px 0px 0px;
}

.praxis-name {
	margin:70px 0px 0px 0px;
}
.ubermich {
	margin:0px 0px 10px 0px;
}
.aktuelles {
	padding:0px 0px 25px 0px;
	width:60%;
}
.aktuelles1 {
	margin: 0em 0 1em !important;
}


.banner-bottom{
	padding:2em 0 1em 0;
	background:rgba(012,93,80,0.1);
}

/*.bild-text h3 {
	text-decoration: underline;
	font-size:1.3em;
	font-weight: normal;
	color:#2D2D2D;
}*/

.m1 a:hover{
	background:#c6c5c0;
	color:#fff;
}
.banner-bottom-3grid h3{
	text-transform:capitalize;
	font-size: 1.5em;
    color: #9D4922;
	font-family: 'Lato';
	margin:1em 0 0;
}
.banner-bottom-3grid p{
	color:#C7C7C7;
	font-size:14px;
	margin:1em 0 2em;
	line-height:1.8em;
}
.banner-bottom-3grd{
	padding:0 0 3em;
	box-shadow:1px 0px 1px #C0C0C0;
	-webkit-box-shadow:1px 0px 1px #C0C0C0;
	-moz-box-shadow:1px 0px 1px #C0C0C0;
	-o-box-shadow:1px 0px 1px #C0C0C0;
	-ms-box-shadow:1px 0px 1px #C0C0C0;
}
.service h1 {
	font-size:2.05em;
	color:#425f65;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
}
.service h2 {
	font-size:1.5em;
	color:#425f65;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
}
.service p {
	font-size:1.1em;
	color:#2D2D2D;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:left;
}
.service li{
	margin-left:10%;
}
.service li a{
	font-size:1.1em;
	color:#2D2D2D;
	line-height:1.6em;
}
.service li a:hover{
	font-size:1.1em;
	color:#039;
}
.service {
	margin-bottom: -60px !important;
}
.dates h1 {
	font-family: 'Lato';
	font-size:2.05em;
	color:#425f65;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
}
.dates h2 {
	font-family: 'Lato';
	color:#f9b234;
	font-size:1.7em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
}
.dates h3 {
	font-family: 'Lato';
	color:#425f65;
	font-size:1.5em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
}
.dates h4 {
	font-family: 'Lato';
	font-size:1.4em;
	font-weight: normal;
	color:#425f65;
	margin-top: 0px;
}
.dates p {
	font-family: 'Lato';
	font-size:1.1em;
	color:#2D2D2D;
	margin:0;
	line-height:1.6em;
	margin-bottom: 20px;
	text-align:left;
}
.dates li{
	margin-left:10%;
}
.dates li a{
	font-family: 'Lato';
	font-size:1.1em;
	color:#2D2D2D;
	line-height:1.6em;
}
.dates li a:hover{
	font-family: 'Lato';
	font-size:1.1em;
	color:#039;
}
.dates {
	margin-bottom: -60px !important;
}
.bars {
	margin-bottom: 0.2em;
	color:#CCC !important;
}

/*--footer--*/
.footer {
  padding: 1em 0 1em 0;
  background-color: rgba(239,127,26,1.0);
}
.footer  a{
 font-size: 1.1em;
 color: #5a473a;
 font-family: 'Lato';
letter-spacing: 1px;
text-align:center;
}
.footer  a:hover{
 color: #600;
}
.ftr {
  margin-top: 0em;
  padding: 0;
  text-align:center;
}
.get_in_touch h3, .ftr_navi h3 {
	font-family: 'Lato';
	letter-spacing: 1px;
	font-size: 1.4em;
	margin-bottom: .5em;
	color: #fff;
}
.ftr_navi.ftr ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ftr_navi ul li {
  display: block;
}
.ftr_navi ul li a {
	display: block;
	padding: 5px 0;
	color: #848484;
    font-size: 14px;
}
.ftr_navi ul li a:hover, .get_in_touch a:hover, .ftr-logo p a:hover {
  text-decoration: none;
  color: #fff;
}
.get_in_touch p {
  color: #848484;
  font-size: 14px;
  padding: 5px 0;
}
.get_in_touch a {
  color: #848484;
  font-size: 0.9em;
  text-decoration: none;
}
.ftr-logo a h3 {
	font-family: 'Lato';
	font-size: 3em;
	color: #fff;
}
.ftr-logo a h3 span{
	font-size:15px;
}
.ftr-logo a:hover{
	text-decoration:none;
}
.ftr-logo p {
  margin: 0em;
  color: #848484;
  line-height: 1.8em;
  font-size: 0.95em;
  font-family: 'Lato';
}
.ftr-logo p a {
	color:#fff;
}
.ftr-logo ul{
	padding:1em 0;
}
.ftr-logo ul li{
	display:inline-block;
}

/*--/footer--*/
/*--top--*/
/*-- slider-up-arrow --*/

/*--top--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/move-up.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--top--*/


/*-- //slider-up-arrow --*/
/*--top--*/

.coment-form input[type="text"],.coment-form textarea,.coment-form input[type="email"] {
  display: block;
  background: none;
  color: #999;
  border:1px solid #BDBBBB;
  width: 70%;
  outline: none;
  font-size: 14px;
  padding: 13px 10px;
}
.coment-form input[type="email"] {
	margin:1em 0;
}
.coment-form textarea {
	width: 100%;
	display: block;
	min-height: 150px;
	resize: none;
	margin:1em 0;
}
.coment-form input[type="submit"] {
  background:#6ea145;
  border:none;
  padding:13px 0;
  width: 100%;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  outline: none;
  transition:.5s all;
  -webkit-transition:.5s all;
  -moz-transition:.5s all;
  -o-transition:.5s all;
  -ms-transition:.5s all;
  font-family: 'Lato';
}
.coment-form input[type="submit"]:hover{
	color: #fff;
	background:#c6c5c0;
	outline: none;
}

.coment-form form {
    margin: 2em 0 0;
}

/*-- services --*/


/*--responsive--*/
@media(max-width: 3851px){
.header {
	margin: 0.5em 0em 7.0em 0.5em;
}
.logo-newgym img {
	width: 5.1%;
}
.logo-newgym-unten img {
width: 25%;	 
}	
}
@media(max-width: 2560px){
.header {
	margin: 0.5em 0em 3.0em 0.5em;
}
.logo-newgym img {
	width: 5.0%;
}
.logo-newgym-unten img {
width: 25%;	 
}	
}
@media(max-width: 1940px){
.header {
	margin: 0.5em 0em 2.0em 0.5em;
}
.logo-newgym img {
	width: 5.5%;
}
.logo-newgym-unten img {
width: 25%;	 
}	
}
@media(max-width: 1680px){
.header {
	margin: 0.5em 0em 2.2em 0.5em;
}
.logo-newgym img {
	width: 7.0%;
}
.logo-newgym-unten img {
width: 25%;	 
}		
}
@media(max-width: 1600px){
.header {
	margin: 0.5em 0em 2.3em 0.5em;
}
.logo-newgym img {
	width: 7.5%;
}
.logo-newgym-unten img {
width: 25%;	 
}		 
}
@media(max-width: 1545px){
.header {
	margin: 0.5em 0em 4.2em 0.5em;
}
.logo-newgym img {
	width: 9.5%;
}	

.logo-newgym-unten img {
width: 25%;	 
}	 
}
@media(max-width: 1440px){
.header {
	margin: 0.5em 0em 4.0em 0.5em;
}
.logo-newgym img {
	width: 9.5%;
}
.logo-newgym-unten img {
width: 25%;	 
}	
}
@media(max-width: 1367px){
.header {
	margin: 0.5em 0em 4.2em 0.5em;
}
.logo-newgym img {
	width: 9.5%;
}
.logo-newgym-unten img {
width: 25%;	 
}	

.navbar-default .navbar-nav > li > a {
    font-size: 1.5em;
    padding:30px 10px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}	
.dropdown-menu > li > a {
    display: block;
    padding: 5px 10px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.2em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}  
}
@media(max-width: 1281px){
.navbar-default .navbar-nav > li > a {
    font-size: 1.5em;
    padding:30px 10px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}	
.dropdown-menu > li > a {
    display: block;
    padding: 5px 8px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.10em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}  
.header {
	margin: 0.5em 0em 3.2em 0.5em;
}
.logo-newgym img {
	width: 9.0%;
}
.logo-newgym-unten img {
width: 25%;	 
}	
	
.contact input[type="text"],.contact input[type="email"],.contact textarea {
font-size: 0.90em !important;
}
.contact input[type="text"],.contact input[type="email"],.contact textarea {
width: 62.5%;
}
}
@media(max-width: 1200px){
.navbar-default .navbar-nav > li > a {
    font-size: 1.5em;
    padding:30px 10px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}	
.dropdown-menu > li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.10em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}  
 
 
.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	
.header {
	margin: 0.5em 0em 3.0em 0.4em;
}
.logo-newgym img {
	width: 9.0%;
}	
.logo-newgym-unten img {
width: 25%;	 
}
}
@media(max-width: 1080px){
.navbar-default .navbar-nav > li > a {
    font-size: 1.45em;
    padding:30px 5px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}	
.dropdown-menu > li > a {
    display: block;
    padding: 5px 3px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.05em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
} 
.header {
	margin: 0.5em 0em 3.2em 0.5em;
}
.logo-newgym img {
	width: 10.0%;
}	
.logo-newgym-unten img {
width: 25%;	 
}
.logo-newgym h1{
	margin:0;
}	
.banner{
}

}
@media(max-width: 1051px){
.navbar-default .navbar-nav > li > a {
    font-size: 1.45em;
    padding:30px 5px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}
.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 10.0%;
}	
.logo-newgym-unten img {
width: 25%;	 
}
}
@media(max-width: 1024px){
.navbar-default .navbar-nav > li > a {
    font-size: 1.40em;
    padding:30px 5px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}
	.dropdown-menu > li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.05em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
} 

.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 10.0%;
}
.logo-newgym-unten img {
width: 25%;	 
}		

	.contact input[type="submit"]{
	font-size: 1.1em;
    }
	.contact-form-left h1{
	font-size:1.5em;
	}
	.contact-form-rechts-formular p{
	font-size:0.95em !important;
	}
	.contact-form-rechts-formular a{
		font-size:1.0em;
	}
	.contact-form-left h5{
	font-size:1.1em;
	}
	.contact-form-left p{
	font-size:0.95em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	font-size: 0.700em;
    color: #624e45;
   }
	 
	.contact label{
	font-size:0.95em !important;
	}
	.service h1 {
	font-size:1.40em;
	}
	
	.service-grid h4{
	font-size: 1.20em;
    line-height: 1;
    margin: 1em 0 0;
    color:#425f65;
    font-family: 'Lato';
}

.service-grid p{
	color:#2D2D2D;
	font-size: 1.00em !important;
	line-height: 1.5em;
	margin: 1em 0 2em;
	padding: 0 10 0 10 !important;
	text-align:center;
	font-family: 'Lato';
	}

.header-left a{
	margin-left: 0px;
    height: 65%;
	width:80%;
    }
.header-left1 {
		margin-left: 0.5em;
	}
.header-left1 ul li a{
	font-size:1.28em;
	padding:30px 12px;
	}

.banner-bottom{
	padding:2.5em 0 1em 0;
	}

	.contact-form p{
		font-size:1.0em;
	}
	.contact-form a{
		font-size:1.0em;
	}
	
	.service-type-grd-left img {
		min-height: 417px;
	}
	.service-type-grd-right h3, .service-type-grd1-left h3 {
		font-size: 1.5em;
	}
	.service-type-grd1-left1 img {
		min-height: 301px;
	}
	
		
	.header-right ul {
		padding: 3.5em 0 0;
	}
	.footer  a{
    	font-size: 1.0em;
    }
	.service-hov p {
		width: 100%;
	}
	.service-hov {
		width: 80%;
		left: 10%;
	}
	.service1-info h3 {
		font-size: 3em;
	}
	.banner-wrap {
		padding: 4em 0;
	}
	.wmuSliderPagination {
		right: 45%;
	}
	.service1 {
		min-height: 405px;
	}
	.service1-info p {
		width: 75%;
	}
	
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	.contact textarea{
		width:100% !important;}
	.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.25em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.10em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}	
	.dates a hover{
	font-size:1.0em !important;
	}
	
}
@media(max-width: 991px){
	.navbar-default .navbar-nav > li > a {
    font-size: 1.40em;
    padding:30px 2px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}
	.dropdown-menu > li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.05em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}	
.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 11.0%;
}	
.logo-newgym-unten img {
width: 25%;	 
}
	.navbar-right {
    margin-right: 0.2em;
}
.contact input[type="submit"]{
	font-size: 1.1em;
    }
	.contact-form-left h1{
	font-size:1.5em;
	}
	.contact-form-rechts-formular p{
	font-size:0.95em !important;
	}
	.contact-form-rechts-formular a{
		font-size:1.0em;
	}
	.contact-form-left h5{
	font-size:1.1em;
	}
	.contact-form-left p{
	font-size:0.95em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	font-size: 0.700em;
    color: #624e45;
   }

	.contact label{
	font-size:0.95em !important;
	}
	.service h1 {
	font-size:1.40em;
	}
	
	.service-grid h4{
	font-size: 1.15em;
    line-height: 1;
    margin: 1em 0 0;
    color:#425f65;
    font-family: 'Lato';
}

.service-grid p{
	color:#2D2D2D;
	font-size: 0.96em;
	line-height: 1.5em;
	margin: 1em 0 2em;
	text-align:center;
	}

.header-left a{
	margin-left: -50px;
    height: 55%;
	width:70%;
    }
.header-left1 {
		margin-left: 0.0em;
	}
.header-left1 ul li a{
	font-size:1.08em;
	padding:30px 5px;
	}


.banner-bottom{
	padding:2.5em 0 1em 0;
	}
	
.banner-bottom-left{
	width: 50% !important;
	margin: 0 auto;
	padding-bottom: 20px;
	}

	.contact-form p{
		font-size:1.0em;
	}
	.contact-form a{
		font-size:1.0em;
	}
	
	.service-type-grd-left img {
		min-height: 417px;
	}
	.service-type-grd-right h3, .service-type-grd1-left h3 {
		font-size: 1.5em;
	}
	.service-type-grd1-left1 img {
		min-height: 301px;
	}
	
	 
	.header-right ul {
		padding: 3.5em 0 0;
	}
	
	.footer  a{
    	font-size: 1.0em;
    }
	.service-hov p {
		width: 100%;
	}
	.service-hov {
		width: 80%;
		left: 10%;
	}
	.service1-info h3 {
		font-size: 3em;
	}
	.banner-wrap {
		padding: 4em 0;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	.contact textarea{
		width:100% !important;
	}
	.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.25em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.10em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}	
	.dates a hover{
	font-size:1.0em !important;
	}
}

@media(max-width: 961px){
	.navbar-default .navbar-nav > li > a {
    font-size: 1.40em;
    padding:30px 4px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}
.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 11.0%;
}	
.logo-newgym-unten img {
width: 25%;	 
}
	
}
@media(max-width: 901px){
.navbar-default .navbar-nav > li > a {
    font-size: 1.40em;
    padding:25px 4px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}
	.dropdown-menu > li > a {
    display: block;
    padding: 5px 13px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.00em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}
.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 11.0%;
}	
.logo-newgym-unten img {
width: 32%;	 
}
	
}
@media(max-width: 836px){
.navbar-nav > li {
    margin: 0 0.3em;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.35em;
    padding:25px 4px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}
	.dropdown-menu > li > a {
    display: block;
    padding: 5px 3px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 0.98em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}	
.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 12.0%;
}	
.logo-newgym-unten img {
width: 32%;	 
}
}
@media(max-width: 816px){
.navbar-nav > li {
    margin: 0 0.2em;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.30em;
    padding:25px 5px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2%;
}
	.dropdown-menu > li > a {
    display: block;
    padding: 5px 5px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 0.95em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}	
.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 12.0%;
}	
.logo-newgym-unten img {
width: 32%;	 
}
span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		margin: 0;
	}
	.header-left a{
	margin-left: -30px;
	margin-top: -20px;
    height: 100%;
	width:100%;
   }
	.header-left1 ul {
		position: absolute;
		padding: 0;
		margin: 13px 0 0;
		left: 2%;
		width: 96%;
		z-index: 999;
	}
	.header-left1 ul.nav1 li {
		display: inline-block;
		margin: 0;
		width: 100%;
		padding:0;
		text-align: center;
	}
	ul.nav1 {
		display: none;
		background:#f6e9ca;
		margin-top: 2em;
	}
	
	.header-left1 ul li a {
		padding: 1em 0;
	}
	.header-left a {
		padding: 1em 1em 1em;
	}
	.header-left1 {
		margin: 3em 0 0 3em;
	}
	

	.banner-bottom {
		margin: 0em 0 0.5em 0 !important;
	}
	

	.banner-bottom-3grid {
		float: left;
		width: 33.33%;
	}
	.banner-bottom-3grid h3 {
		font-size: 1.1em;
	}
	.banner-bottom-3grid p {
		width: 95%;
	}
	.service-type-grd-left {
		float: none;
		width: 100%;
	}
	.service-type-grd-left img {
		min-height: initial;
	}
	
	 
	
	.service-type-grid {
		padding: 3em 0 6em;
	}
	
	.service-grid {
		float: none;
		width: 90%;
		margin: 0 auto 3.0em;
	}
	.service-hov {
		width: 87%;
		left: 6%;
		height: 210px;
	}
	.service-grid h4 {
		font-size: 1.15em;
	}
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.banner1 {
		min-height: 220px;
	}
	.checkbox-form input[type="submit"] {
		padding: 10px 60px;
	}
	.contact iframe {
		min-height: 275px;
		margin: 2em 0 0;
	}
	.contact-form-left {
		margin: 0 0 2em;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	.contact-form-left h1{
		margin-top:15px;
	}
	.contact-form-rechts-formular {
		margin-top: -15px;
	}
	
	.footer  a{
    	font-size: 1.0em;
    }
	.hoehe_h10 {
		margin-top: -40px;}
	.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.25em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.10em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}
	
}

@media(max-width: 811px){
.navbar-default .navbar-nav > li > a {
    font-size: 1.30em;
    padding:25px 5px;
	margin-right:0px;
	top: 2% !important;
}
	.dropdown-menu > li > a {
    display: block;
    padding: 5px 3px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 0.92em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}	
.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 11.7%;
}	
.logo-newgym-unten img {
width: 32%;	 
}
}

@media(max-width: 800px){
	.navbar-default .navbar-nav > li > a {
    font-size: 1.30em;
    padding:25px 5px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2% !important;
}
	.dropdown-menu > li > a {
    display: block;
    padding: 5px 3px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 0.90em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}	
 
.header {
	margin: 0.5em 0em 2.8em 0.3em;
}
.logo-newgym img {
	width: 12.0%;
}	
.logo-newgym-unten img {
width: 32%;	 
}
span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		margin: 0;
	}
		
 
	
	.banner-bottom {
		margin: 0em 0 0.5em 0 !important;
	}
	
	
	.banner-bottom-3grid {
		float: left;
		width: 33.33%;
	}
	.banner-bottom-3grid h3 {
		font-size: 1.1em;
	}
	.banner-bottom-3grid p {
		width: 95%;
	}
	.service-type-grd-left {
		float: none;
		width: 100%;
	}
	.service-type-grd-left img {
		min-height: initial;
	}
	
	.service-type-grid {
		padding: 3em 0 6em;
	}
	
	.service-grid {
		float: none;
		width: 90%;
		margin: 0 auto 3.0em;
	}
	.service-hov {
		width: 87%;
		left: 6%;
		height: 210px;
	}
	.service-grid h4 {
		font-size: 1.15em;
	}
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.banner1 {
		min-height: 220px;
	}
	.checkbox-form input[type="submit"] {
		padding: 10px 60px;
	}
	.contact iframe {
		min-height: 275px;
		margin: 2em 0 0;
	}
	.contact-form-left {
		margin: 0 0 2em;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	.contact-form-left h1{
		margin-top:15px;
	}
	.contact-form-rechts-formular {
		margin-top: -15px;
	}
	
	.footer  a{
    	font-size: 1.0em;
    }
	.hoehe_h10 {
		margin-top: -40px;}
	.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.25em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.10em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}
	
}

@media(max-width: 768px){
	.navbar-default .navbar-nav > li > a {
    font-size: 1.25em;
    padding:25px 5px;
    /*text-transform: uppercase;*/
	margin-right:0px;
	top: 2% !important;
}
	.dropdown-menu > li > a {
    display: block;
    padding: 5px 2px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 0.90em;
    line-height: 1.42857143;
    color: #624f41;
    border: none !important;
}	
.navbar-right {
    margin-right: 0.1em;
}
span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		margin: 0;
	}
	
.header {
	margin: 0.5em 0em 2.4em 0.3em;
}
.logo-newgym img {
	width: 11.5%;
}
.logo-newgym-unten img {
width: 33%;	 
}	 
	.banner-bottom {
		margin: 0em 0 0.5em 0 !important;
	}
	
	.banner-bottom-3grid {
		float: left;
		width: 33.33%;
	}
	.banner-bottom-3grid h3 {
		font-size: 1.1em;
	}
	
	.banner-bottom-3grid p {
		width: 95%;
	}
	 
	.service-type-grd-left {
		float: none;
		width: 100%;
	}
	.service-type-grd-left img {
		min-height: initial;
	}
	
	
	.service-type-grid {
		padding: 3em 0 6em;
	}
	
	.service-grid {
		float: none;
		width: 90%;
		margin: 0 auto 3.0em;
	}
	.service-hov {
		width: 87%;
		left: 6%;
		height: 210px;
	}
	.service-grid h4 {
		font-size: 1.2em;
	}
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.banner1 {
		min-height: 220px;
	}
	.checkbox-form input[type="submit"] {
		padding: 10px 60px;
	}
	.contact iframe {
		min-height: 275px;
		margin: 2em 0 0;
	}
	.contact-form-left {
		margin: 0 0 2em;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	.contact-form-left h1{
		margin-top:15px;
	}
	
	.footer  a{
    	font-size: 1.0em;
    }
	.hoehe_h10 {
		margin-top: -40px;}
		.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.25em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.10em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}
	
	
}
@media(max-width: 767px){
	.navbar-toggle {
		float: right;
		margin: 1.5em 1em 0 0;
		background:#ccc;
	}
	.navbar-toggle:hover {
		background:#ccc;
	}
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #7f1718;
		background: rgba(112,93,80,0.9);
		position: absolute;
		width: 100%;
		z-index: 999;
		margin-top: 22px !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-toggle:hover {
		border-color: #ccc;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-tooggle:hover, .navbar-default .navbar-toggle:focus {
		background: none;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 0.7em 0.0em;
		font-size:1.3em;
		color:#fff;
	}
	.navbar-nav > li {
	    margin: 0;
		text-align: center;
	}
	.navbar-right {
		float: none !important;
	}
	
	.navbar-default .navbar-toggle {
		border-color: #7f1718;
		border-radius: 1px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
		letter-spacing: 1px;
		padding: 10;
		margin: 10px 0px !important;
	
		
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #737373 !important;
		margin: 10px 0px !important;
		
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li{
		margin-top:1em;
	}
	ul.dropdown-menu {
		text-align: center;
	}
	.dropdown-menu > li > a {
    display: block;
    padding: 10px 15px;
    clear: both;
    margin: 10 !important;
    font-weight: normal;
	font-size: 1.05em;
    line-height: 1.42857143;
    color: rgba(112,93,80,0.3);
    border: none !important;
	 
} 

}
@media(max-width: 741px){
.service-grid {
		float: none;
		width: 90%;
		margin: 0 auto 3.0em;
	}
	.hoehe_h10 {margin-top: -40px;}
 
	.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.25em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.10em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}	
.header {
	margin: 0.5em 0em 3.2em 0.3em;
}
.logo-newgym img {
	width: 11.5%;
}	
.logo-newgym-unten img {
width: 33%;	 
}
}

@media (max-width:694px){ 
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 20px !important;
	}

.header {
	margin: 0.3em 0em 2.4em 0.1em;
}
.logo-newgym img {
	width: 11.6%;
}
.logo-newgym-unten img {
width: 33%;	 
}	
}

@media(max-width: 667px){
.header {
	margin: 0.2m 0em 2.4em 0.1em;
}
.logo-newgym img {
	width: 11.5%;
}
.logo-newgym-unten img {
width: 36%;	 
}	
.contact-form-left {
		margin-top:15px;
	}
	.contact-form-rechts-formular {
		margin-top: -30px !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }

	.footer {
		padding: 0.5em 0;
	}
	.footer  a{
    	font-size: 0.8em;
    }	
	.service-grid {
		float: none;
		width: 85%;
		margin: 0 auto 3.0em;
	}
	.hoehe_h10 {
		margin-top: -40px;}
	
	.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.25em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.10em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}	
	
}
@media(max-width: 640px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-top: 20px !important;
	}

.header {
	margin: 0.2m 0em 2.4em 0.1em;
}
.logo-newgym img {
	width: 11.7%;
}	
.logo-newgym-unten img {
width: 36%;	 
}
 
}
@media(max-width: 600px){
.header {
	margin: 0.2m 0em 2.4em 0.1em;
}
.logo-newgym img {
	width: 12.0%;
}
.logo-newgym-unten img {
width: 36%;	 
}	
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		margin: 0;
	}
	.header-left1 {
		margin: 2em 0 0 7em;
	}
	.header-left a {
		padding: 1em 0.5em 0.5em;
	}
	.header-right ul {
		padding: 2.5em 0 0;
	}
	
	.service-hov h5 {
		padding-top: 2em;
	}
	.service-hov p {
		width: 98%;
	}
	.service-hov {
		width: 85%;
		left: 8%;
		height: 168px;
	}
	.banner-wrap {
		padding: 3em 0;
	}
	.servc-grids:nth-child(2) {
		margin: 2em 0 0;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .2em;
	}
	.contact-form {
		padding-top: 2em;
	}
	.contact-form-rechts-formular {
		margin-top: -30px !important;
	}
	
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	.service-grid {
		float: none;
		width: 80%;
		margin: 0 auto 3.0em;
	}
	
	.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.20em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.05em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}

}


@media (max-width:571px){
.header {
	margin: 0.2m 0em 2.5em 0.1em;
}
.logo-newgym img {
	width: 12.0%;
}
.logo-newgym-unten img {
width: 36%;	 
}	
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		margin: 0;
	}
.contact-form-left h1 {
		font-size: 1.2em;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	.service-grid {
		float: none;
		width: 100%;
		margin: 0 auto 3.0em;
	}
	
	.dates h1 {
	font-size:1.50em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h2 {
	font-size:1.20em;
	margin:0;
	line-height:1.0em;
	margin-bottom: 20px;
	text-align:center;
	}

	.dates h3 {
	font-size:1.15em;
	line-height:1.5em;
	margin-bottom:20px;
	text-align:center;
	}

	.dates h4 {
	font-size:1.05em;
	font-weight: normal;
	margin-top: 0px;
}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}

}	

@media (max-width:534px){
.header {
	margin: 0.2m 0em 2.7em 0.1em;
}
.logo-newgym img {
	width: 14.0%;
}
.logo-newgym-unten img {
width: 36%;	 
}	
	span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		margin: 0;
	}
.contact-form-left h1 {
		font-size: 1.2em;
	}
	.contact-form-rechts-formular {
		margin-top: -20px !important;
	}
	.contact-form-rechts-formular p{
	font-size:0.9em;
	line-height:1.3em;
	margin-top:0.5em;
	margin-bottom: 1.5em;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.90em !important;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
	width: 62.5%;
    }
	.service-grid {
		float: none;
		width: 100%;
		margin: 0 auto 3.0em;
	}
	
	.dates h3 {
	font-size:1.10em !important;
	line-height:1.5em;
	margin-bottom:20px;
	}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}

}	
	
@media (max-width:480px){
.header {
	margin: 0.2m 0em 2.7em 0.1em;
}
.logo-newgym img {
	width: 15.35%;
}	
.logo-newgym-unten img {
width: 37%;	 
}	

span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		margin: 0;
	}
	.header-left1 {
		margin: 1em 0 0 0.5em;
	}
	.header-left a {
		font-size: 1.8em;
	}
	.header-left a{
	padding: 0.0em 0.0em 0.0em 0.0em;
	
	height: 87%;
	width:87%;
  }
	.header-left a i {
		left: -5px;
	}
	
	.more a,.service-grid a {
		font-size: 15px;
		padding: 8px 20px;
	}
	
	.header-left1 ul li a i {
		font-size: .7em;
		margin: 0.2em 0 0;
	}
	.header-left1 ul li a {
		font-size: 14px;
	}
	.header-left a span {
		font-size: 14px;
	}
	
	.blog, .single, .typo, .contact, .service, .servc {
		padding: 2em 0;
	}
	.banner-bottom{
	padding:1em 0 1em 0;
}
	.klass {text-align:center;}	
	
	
	.banner-bottom-3grid {
		float: none;
		width: 80%;
		margin: 0 auto 1em;
	}
	.service-type-grid {
		padding: 1em 0 4em;
	}
	.service-type-grd-right h3, .service-type-grd1-left h3 {
		font-size: 1.2em;
	}
	.service-type-grd-right h4 {
		font-size: 16px;
	}
	.service-type-grd-right {
		padding: 1em 1.5em;
	}
	.service-type-grd1 {
		margin: 1em 0 0;
	}
	
	.footer {
		padding: 0.5em 0 1em;
	}
	.service-grid {
		float: none;
		width: 100%;
		margin: 0 auto 3.0em;
	}
	.service-hov {
		width: 72%;
		left: 14%;
		height: 250px;
	}
	.service1-info h3 {
		font-size: 2em;
	}
	.service-hov h5 {
		padding-top: 4em;
	}
	.coment-form input[type="text"], .coment-form textarea, .coment-form input[type="email"] {
		width: 85%;
		font-size: 13px;
		padding: 10px 10px;
	}
	.coment-form input[type="submit"] {
		padding: 8px 0;
		font-size: 14px;
	}
	.coment-form textarea{
		width:100%;
	}
	.in-form input[type="password"], .in-form input[type="text"] {
		padding: 10px 10px;
		font-size: 13px;
	}
	.contact input[type="text"], .contact input[type="email"], .contact textarea {
		width: 100%;
		font-size: 13px;
	}
	.contact input[type="email"] {
		margin: 1em 0;
	}
	.contact input[type="submit"] {
		padding: 8px 0px;
		width: 35%;
		font-size: 14px;
	}
	.contact-form-left p{
	font-size:1.1em;
	color:#2D2D2D;
	line-height:1.3em;
	margin:0em 0 0.5em;
}
	.contact-form-left h1 {
		font-size: 1.2em;
	}
	.contact-form-rechts-formular p{
	font-size:0.9em;
	line-height:1.3em;
	margin-top:0.5em;
	margin-bottom: 1.5em;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.95em !important;
	}
	.dates h3 {
	font-size:1.10em !important;
	line-height:1.5em;
	margin-bottom:20px;
	}
	.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
	}
	.dates a hover{
	font-size:1.0em !important;
	}

}

@media (max-width: 440px){
.header {
	margin: 0.2m 0em 2.0em 0.1em;
}
.logo-newgym img {
	width: 16.35%;
}	
.logo-newgym-unten img {
width: 37%;	 
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.15em;
}
	.dropdown-menu > li > a {
	font-size: 0.90em;
}	
}
@media (max-width: 431px){
.header {
	margin: 0.2m 0em 2.0em 0.1em;
}
.logo-newgym img {
	width: 17.35%;
}
.logo-newgym-unten img {
width: 38%;	 
}		
.navbar-default .navbar-nav > li > a {
    font-size: 1.15em;
}
	.dropdown-menu > li > a {
	font-size: 0.90em;
}	
}
@media (max-width: 425px){
.header {
	margin: 0.2m 0em 1.7em 0.1em;
}
.logo-newgym img {
	width: 18.75%;
}
.logo-newgym-unten img {
width: 38%;	 
}		
.navbar-default .navbar-nav > li > a {
    font-size: 1.15em;
}
	.dropdown-menu > li > a {
	font-size: 0.90em;
}	
}

@media (max-width: 415px){
.header {
	margin: 0.2m 0em 1.7em 0.1em;
}
.logo-newgym img {
	width: 18.23%;
}	
.logo-newgym-unten img {
width: 40%;	 
}	
span.menu {
		display: block;
		cursor: pointer;
		width: 100%;
		position: relative;
		text-align: right;
		margin: 0;
	}
	.header-left1 {
		margin: 1em 0 0 0.5em;
	}
	.header-left a{
	padding: 0.3em 0.0em 0.0em 0.0em;
	height: 65%;
	width:65%;
    }
    
	
	
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 1.0em !important;
	}
	.service h1 {
		font-size: 1.2em;
		margin: .5em 0 0.5em;
	}
	.service-grid  {width:100%;}
	.hoehe_h10 {
		margin-top: -40px;}
	
.dates h1 {
	font-size:1.3em;
	margin:0;
	margin-bottom: 20px;
}
.dates h2 {
	color:#f9b234 !important;
	font-size:1.2em;
	margin:0;
	margin-bottom: 20px;
}
.dates h3 {
	font-size:1.05em !important;
	line-height:1.5em;
	margin-bottom:20px;
}
.dates h4 {
	font-size:1.05em;
	margin-top: 0px;
}
.dates p {
	font-size:1.0em !important;
	margin:0;
	margin-bottom: 20px;
}
.dates li{
	margin-left:10%;
}
.dates li a{
	font-size:1.0em !important;
	line-height:1.6em;
}
.dates li a:hover{
	font-size:1.0em !important;
}
.dates {
	margin-bottom: -60px !important;
}


.datenschutz {font-size:0.90em !important;}

	
}

@media (max-width: 410px){
.header {
	margin: 0.2m 0em 1.7em 0.1em;
}
.logo-newgym img {
	width: 18.35%;
}	
.logo-newgym-unten img {
width: 41%;	 
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.15em;
}
	.dropdown-menu > li > a {
	font-size: 0.90em;
}	
}
@media (max-width: 396px){
.header {
	margin: 0.2m 0em 1.7em 0.1em;
}
.logo-newgym img {
	width: 19.25%;
}
.logo-newgym-unten img {
width: 42%;	 
}		
.navbar-default .navbar-nav > li > a {
    font-size: 1.15em;
}
	.dropdown-menu > li > a {
	font-size: 0.90em;
}		
}

@media (max-width: 386px){
.header {
	margin: 0.2m 0em 1.7em 0.1em;
}
.logo-newgym img {
	width: 19.20%;
}
.logo-newgym-unten img {
width: 42%;	 
}		
.navbar-default .navbar-nav > li > a {
    font-size: 1.15em;
}
	.dropdown-menu > li > a {
	font-size: 0.90em;
}		
}

@media (max-width: 376px){
.header {
	margin: 0.2m 0em 1.7em 0.1em;
}
.logo-newgym img {
	width: 19.15%;
}
.logo-newgym-unten img {
width: 43%;	 
}	
	span.menu {
		display: block;
		cursor: pointer;
		width: 90%;
		position: relative;
		text-align: right;
		margin: 0;
	}
	.blog-left-grid p{
		font-size:13px;
	}
	.header-left1 {
		margin:0.2em 0 0 0.5em;
	}
	.header-left a{
	padding: 0.2em 0.0em 0.0em 0.0em;
	height: 60%;
	width:60%;
  }
	.header-left a span {
		font-size: 12px;
	}
	.header-right ul li {
		float: left;
	}
	
	.banner-bottom-left,.contact-form-rechts,.contact-form-left,.ftr-logo,.servc-grid,.blog-left,.blog-right{
		padding: 0 !important;
	}
	.blog-left-grid h4 {
		font-size: 1.3em;
	}
	.check-left,.check-right {
		float: none;
	}
	.checkbox-form input[type="submit"] {
		padding: 6px 40px;
	}
	.blog-left-grid ul li a,.checkbox,.posts-right p,.comments-info p.cmmnt {
		font-size: 13px;
	}
	.comments-info{
		margin: 1em 0;
	}
	.comments-info.cmnts-mddl {
		margin: 1em 0;
	}
		
	.banner-bottom{
	padding:1em 0 1em 0;
}
	
	
	
	.banner-bottom-3grid {
		width: 100%;
	}
	.banner-bottom-3grid p {
		width: 95%;
		font-size: 13px;
		margin: .5em 0 1em;
	}
	.banner-bottom-3grd {
		padding: 0 0 1.5em;
	}
	.service-type-grid {
		padding: 0em 0 3em;
	}
	.service-type-grd-right h4 {
		font-size: 13px;
		margin: .5em 0;
	}
	.service-type-grd-right {
		padding: 1em;
	}
	.service-type-grd-right p, .service-type-grd1-left p {
		font-size: 13px;
	}
	.service-type-grd1-left {
		padding: 1em;
	}
	.service-type-grd-right h3, .service-type-grd1-left h3 {
		font-size: 1em;
	}
	.service-type-grd1-right {
		min-height: 90px;
		padding: 2em 0 0;
	}
	
	.banner1 {
		min-height: 150px;
	}
	.service-grid {width: 100%;
	}
	.service-hov {
		width: 90%;
		left: 5%;
		height: 244px;
	}
	.service h1 {
		font-size: 1.2em;
		margin: .5em 0 0.5em;
	}
	.service-grid h4 {
		font-size: 1.1em;
		margin: .5em 0 0.5em;
	}
	.service-grid p {
		font-size: 0.85em;
		margin: .5em 0 1em;
	}
	.service-grid a {
		font-size: 0.95em;
		margin: .5em 0 1.5em;
	}
	.service-grid:nth-child(3) {
		margin: 0;
	}
	
	.banner-wrap {
		padding: 2em 0;
	}
	
	ul.nav1 {
		margin-top: 0.5em;
	}
	.blog-left h3, .blog-right h3, .contact h3, .service h3, .servc h3, .recent-posts h4, .comments h4, .related-posts h4, .response h4, .coment-form h4 {
		font-size: 1.6em;
	}
	.servc-grid-left h4 {
		font-size: 1em;
	}
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.nav > li > a {
		font-size: 14px;
	}
	.contact iframe {
		min-height: 190px;
		margin: 1em 0 0;
	}
	.contact-form {
		padding-top: 1em;
	}
	.contact-form-left {
		margin: 0 0 1.5em;
	}
	.contact-form-left a {
		font-size: 15px;
	}
	.contact-form-left p {
		margin: 0 auto 0em;
		font-size: 0.87em !important;
	}
	.contact-form-left h1 {
		font-size: 1.1em;
		margin-top: 10px;
	}
	.contact h4 {
		font-size: 1.1em;
	}
	.contact label{
	font-size:0.90em !important;
	}
	.contact-form-left h5{
	font-size:1.0em;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.9em !important;
	}
	.contact-form-rechts-formular {
		margin: 0px 0px 0px 0px !important;
		padding: 0px 0px 0px 0px !important;
	}
	
	.contact-form-rechts-formular p{
	font-size:0.87em !important;
	padding-bottom: 10px !important;
	padding-top: 0px !important;
	}
	.hoehe_h10 {
		margin-top: 0px;}
.dates h1 {
	font-size:1.3em;
	margin:0;
	margin-bottom: 20px;
}
.dates h2 {
	color:#f9b234 !important;
	font-size:1.2em;
	margin:0;
	margin-bottom: 20px;
}
.dates h3 {
	font-size:0.95em !important;
	line-height:1.5em;
	margin-bottom:20px;
}
.dates h4 {
	font-size:1.0em;
	margin-top: 0px;
}
.dates p {
	font-size:0.8em !important;
	margin:0;
	margin-bottom: 20px;
}
.dates li{
	margin-left:10%;
}
.dates li a{
	font-size:0.8em !important;
	line-height:1.6em;
}
.dates li a:hover{
	font-size:0.8em !important;
}
.dates {
	margin-bottom: -60px !important;
}


.datenschutz {font-size:0.90em !important;}

}
@media (max-width: 360px){
.header {
	margin: 0.2m 0em 1.7em 0.1em;
}
.logo-newgym img {
	width: 19.05%;
}
.logo-newgym-unten img {
width: 43%;	 
}	
}

@media (max-width: 321px){
.header {
	margin: 0.2m 0em 0.7em 0.1em;
}
.logo-newgym img {
	width: 19.0%;
}	
.logo-newgym-unten img {
width: 43%;	 
}
	span.menu {
		display: block;
		cursor: pointer;
		width: 90%;
		position: relative;
		text-align: right;
		margin: 0;
	}
	.blog-left-grid p{
		font-size:13px;
	}
	.header-left1 {
		margin:-3.2em 0 0 0.5em;
		float:right;
	}
	.header-left a{
	padding: 0.2em 0.0em 0.0em 0.0em;
	height: 60%;
	width:60%;
  }
	.header-left a span {
		font-size: 12px;
	}
	.header-right ul li {
		float: left;
	}
	
	.banner-bottom-left,.contact-form-rechts,.contact-form-left,.ftr-logo,.servc-grid,.blog-left,.blog-right{
		padding: 0 !important;
	}
	.check-left,.check-right {
		float: none;
	}
	.checkbox-form input[type="submit"] {
		padding: 6px 40px;
	}
	.blog-left-grid ul li a,.checkbox,.posts-right p,.comments-info p.cmmnt {
		font-size: 13px;
	}
	.comments-info{
		margin: 1em 0;
	}
	.comments-info.cmnts-mddl {
		margin: 1em 0;
	}
	 
	.banner-bottom{
	padding:1em 0 0em 0;
}
	
	 
	.banner-bottom-3grid {
		width: 100%;
	}
	.banner-bottom-3grid p {
		width: 95%;
		font-size: 13px;
		margin: .5em 0 1em;
	}
	.banner-bottom-3grd {
		padding: 0 0 1.5em;
	}
	.service-type-grid {
		padding: 0em 0 3em;
	}
	.service-type-grd-right h4 {
		font-size: 13px;
		margin: .5em 0;
	}
	.service-type-grd-right {
		padding: 1em;
	}
	.service-type-grd-right p, .service-type-grd1-left p {
		font-size: 13px;
	}
	.service-type-grd1-left {
		padding: 1em;
	}
	.service-type-grd-right h3, .service-type-grd1-left h3 {
		font-size: 1em;
	}
	.service-type-grd1-right {
		min-height: 90px;
		padding: 2em 0 0;
	}
	 

	.banner1 {
		min-height: 150px;
	}
	.service-grid {
		width: 100%;
	}
	.service-hov {
		width: 90%;
		left: 5%;
		height: 244px;
	}
	
	.service h1 {
		font-size: 1.1em;
		margin: .5em 0 0.5em;
	}
	.service-grid h4 {
		font-size: 1.1em;
		margin: .5em 0 0.5em;
	}
	.service-grid p {
		font-size: 0.85em;
		margin: .5em 0 1em;
	}
	.service-grid a {
		font-size: 0.95em;
		margin: .5em 0 1.5em;
	}
	.service-grid:nth-child(3) {
		margin: 0;
	}
	
	.banner-wrap {
		padding: 2em 0;
	}
	.header-left1 ul {
		left: 5%;
		width: 92%;
	}
	ul.nav1 {
		margin-top: 0.5em;
	}
	.blog-left h3, .blog-right h3, .contact h3, .service h3, .servc h3, .recent-posts h4, .comments h4, .related-posts h4, .response h4, .coment-form h4 {
		font-size: 1.6em;
	}
	.servc-grid-left h4 {
		font-size: 1em;
	}
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.nav > li > a {
		font-size: 14px;
	}
	.contact iframe {
		min-height: 190px;
		margin: 1em 0 0;
	}
	.contact-form {
		padding-top: 1em;
	}
	.contact-form-left {
		margin: 0 0 1em;
	}
	.contact-form-left h1 {
		font-size: 1.2em;
		margin-top: 10px;
	}
	.contact-form-left a {
		font-size: 0.8em;
	}
	.contact-form-left p {
		margin: 0 auto 0em;
		font-size: 0.8em;
	}
	.contact h4 {
		font-size: 1.2em;
	}
	.contact-form-rechts-formular p{
	font-size:0.8em;
	line-height:1.3em;
	margin-top:0.5em;
	margin-bottom: 1.5em;
	}
	.contact input[type="text"],.contact input[type="email"],.contact textarea {
    font-size: 0.75em !important;
	}
	.zent {text-align:center !important;}
/*-- dates-type-grid --*/
.dates h1 {
	font-size:1.2em;
	margin:0;
	margin-bottom: 20px;
}
.dates h2 {
	color:#f9b234 !important;
	font-size:1.15em;
	margin:0;
	margin-bottom: 20px;
}
.dates h3 {
	font-size:0.95em !important;
	line-height:1.5em;
	margin-bottom:20px;
}
.dates h4 {
	font-size:1.0em;
	margin-top: 0px;
}
.dates p {
	font-size:0.8em !important;
	margin:0;
	margin-bottom: 20px;
}
.dates li{
	margin-left:10%;
}
.dates li a{
	font-size:0.8em !important;
	line-height:1.6em;
}
.dates li a:hover{
	font-size:0.8em !important;
}
.dates {
	margin-bottom: -60px !important;
}

 

}