@charset "utf-8";
/* CSS Fitness World Rodgau */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}

main {
	margin: 0;
	padding: 0;
}

/*HTML 5 specific*/
header,section,article,aside,footer{
	display: block;
}

/* Sections */

section {
	margin: -20px auto;
	padding: 0;
	width: 100%;
}

/* Kopfbereich */

.sectionkopf {
	background: url(../img/img2.jpg) #8E8E8E top left no-repeat;
	width: 100%;
}

header {
	display:-webkit-flex;
    display:flex;
	height: 450px;
}

/* Hinweisfeld unter der Navigation */

div#hinweis {
	position: relative;
	top: -250px;
	left: 450px;
	width: 315px;
	height: auto;
	background: url(../img/hinweis-foto.png) repeat;
}

img.hinweis-foto {
	margin: 20px;
	vertical-align: middle;
	display: inline;
}

/* Aktuelles */

.sectionaktuelles {
	background: #dadada;
	border-top: 1px #B1B1B1 solid;
}

.aktuellescontainer {
	display:-webkit-flex;
    display:flex;
	-webkit-flex-direction: row; /* Standard */
    flex-direction: row; /* Standard */
}

.aktuelles {
	width: 620px;
}

img.aktuelles-foto {
	background: url(../img/aktuelles-foto.jpg) no-repeat;
	width: 300px;
	height: 200px;
	margin-top: 60px;
	margin-left: 40px;
}


/* Buchung */

.sectionbuchung {
	background: #fff;
	border-top: 1px #B1B1B1 solid;
}

.buchungcontainer {
	display:-webkit-flex;
    display:flex;
	-webkit-flex-direction: row; /* Standard */
    flex-direction: row; /* Standard */
}

.buchung {
	margin-top: 10px;
	width: 100%;
}

.buchungswidget {
}

.integration-link:hover {
	text-decoration: underline !important;
	cursor: pointer !important;
}

.app .stage {
	max-width: 100% !important;
}

/* Kurse */

.sectionkurse {
	background: #fff;
	border-top: 1px #B1B1B1 solid;
}

div#kurscontainer {
	width: 960px;
	height: 500px;
}

.kurscontainer-links {
	width: 620px;
	float: left;
	clear: left;
	margin: 0 30px auto 0;
}

.kurscontainer-rechts {
	width: 300px;
	float: right;
	clear: right;
	margin: 0 0 auto 10px;
}

img.kursfoto {
	background: url(../img/kursfoto2.jpg) no-repeat;
	width: 620px;
	height: 361px;
}

div#kursplan {
	margin-top: 50px;
	width: 600px;
}

div#kursplan ul {
	margin: 30px;
}

div#kursplan li {
	display: inline-block;
	text-decoration: none;
}

div#kursplan li a {
	text-decoration: none;
	color: #9f0737;
	display: block;
	font-size: 1.2em;
	line-height: 60px;
	height: 60px;
	padding-left: 10px;
	padding-right: 10px;
}

div#kursplan li a:hover {
	background-color: #9f0737;
	color: #fff;
	font-size: 1.2em;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}

/* Social */

.sectionsocial {
	background: #dadada;
	border-top: 1px #A8A8A8 solid;
	min-height: 500px;
}

.youtube {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Kontakt */

.sectionkontakt {
	background: #fff;
	min-height: 500px;
	border-top: 1px #828282 solid;
}

.sectionfooter {
	background: #dadada;
	border-top: 1px #B1B1B1 solid;
}

.footercontainer {
	width: 960px;
	height: auto;
	margin: 10px auto;
	display:-webkit-flex;
    display:flex;
}

.kontaktcontainer {
	width: 960px;
	height: 300px;
	margin: 10px auto;
	display:-webkit-flex;
    display:flex;
}

/* Studio */ /* Muss noch alles in "Studio" unbenannt werden*/

.sectiongalerie {
	background: #a6a6a6;
	border-top: 1px #8F8F8F solid;
	border-bottom: 1px #8F8F8F solid;
	height: 2600px; /* Höhe des Containers für den ganzen Studioinhalt*/
}

.galerie {
	width: 960px;
	height: 100%;
	margin: 20px auto;
	display:-webkit-flex;
    display:flex;
	text-align: center;
}

.foto1 {
	-webkit-flex: 1;
    flex: 1;
}

.foto2 {
	-webkit-flex: 1;
    flex: 1;
}

.foto3 {
	-webkit-flex: 1;
    flex: 1;
}

.studiocontainer {
	display:-webkit-flex;
    display:flex;
	-webkit-flex-direction: row; /* Standard */
    flex-direction: row; /* Standard */
}

.studio {
	width: 400px;
}

img.studiofotos {
	background: no-repeat;
	width: 520px;
	height: 330px;
	margin-top: 60px;
	margin-left: 40px;
}

/* Anfahrt und Kontakt */
/* Google Maps Container links */

.googlemaps {
	padding: 20px 10px;
}

/* Kontaktinformation rechts */

.kontaktinformation {
	width: 300px;
	margin: 0 0 0 80px;
}

/* Footer drei Spalten */

.niederroden {
	width: 320px;
}

.juegesheim {
	width: 320px;
}

.crossfit {
	width: 320px;
}

h3.footer {
	text-align: center;
	color: #b6243d;
	text-shadow: -1px -1px 0px #D88A8B 1px 1px 0px #FFF;
}

hr.footer {
	width: 280px;
	position: left;
}

/* 960px Inhaltscontainer */

.section-inner:last-child {
  width: 960px;
  margin: 0 auto;
  padding: 30px 0;
}

/* Logo */ 

img.logo {
	width: 246px;
	height: 222px;
}

/* Navigation */

.navigation {
	width: 720px;
	height: 60px;
	margin: 20px 0 auto 0;
}

.navigation ul {
	list-style-type: none;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
}

.navigation li  {
	display: inline-block;
	line-height: 60px;
	height: 60px;
	padding: 0 0 0 20px;
}

.navigation a {
	text-decoration: none;
	color: #9f0737;
	display: block;
	font-size: 1.3em;
	line-height: 60px;
	height: 60px;
	}
	
.navigation a:hover {
	background-color: #9f0737;
	color: #fff;
	font-size: 1.3em;
	line-height: 60px;
	height: 60px;
	display: block;
}


/* Paragraphs */

p {
	color: #6F6F6F;
}

p.oeffnungszeiten {
	font-size: 0.8em;
}

p.hinweis {
	padding: 10px;
	font: bold;
}

p.studiotext {
	color: #ECECEC;
}

/* Überschriften */

h1.rot {
	color: #9f0737;
	font-size: 2.5em;
	background-color: #fff;
	display: inline;
	padding: 10px;
	text-shadow: -1px -1px 0px #ece8e8, 1px 1px 0px #FFF;
}

h2.rot {
	color: #9f0737;
	font-size: 2em;
	background-color: #fff;
	display: inline;
	padding: 10px;
	text-shadow: -1px -1px 0px #ece8e8, 1px 1px 0px #FFF;
}

h1.grau {
	color: #9f0737;
	font-size: 2.5em;
	background-color: #dadada;
	display: inline;
	padding: 10px;
	text-shadow: -1px -1px 0px #d5d5d5, 1px 1px 0px #FFF;
}

h1.grau-rechts {
	color: #9f0737;
	font-size: 2.5em;
	background-color: #dadada;
	display: inline;
	padding: 10px;
	margin-left: 110px;
	text-shadow: -1px -1px 0px #d5d5d5, 1px 1px 0px #FFF;
}

/* Links */

a.nontype {
	text-decoration: none;
	color: #6F6F6F;
}

a.trainingszeiten {
	text-decoration: none;
}

a.studioangebot {
	text-decoration: none;
	color: #fff;
	font-size: 1.3em;
}

a.studioangebot:hover {
	color: #9f0737;
	font-size: 1.3em;
}

img.top {
	vertical-align: middle;
	margin-left: 14px;
}