/*

font-family:'Gill Sans W04 Book';
font-family:'Gill Sans W04 Bold';
font-family:'Gill Sans W04 Italic';
font-family:'Gill Sans W04 Light';
font-family:'Gill Sans W04 Roman';

Hellgrau: #efefef;
Dunkelgrau: #666666
Rot: #9c1006



*/

@font-face {
    font-family: 'Cabin Condensed';
    src: url('./fonts/CabinCondensed-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin Condensed';
    src: url('./fonts/CabinCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin Condensed';
    src: url('./fonts/CabinCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin Condensed';
    src: url('./fonts/CabinCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin Condensed';
    src: url('./fonts/CabinCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('./fonts/Cabin-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin SemiCondensed';
    src: url('./fonts/CabinSemiCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin SemiCondensed';
    src: url('./fonts/CabinSemiCondensed-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin Condensed';
    src: url('./fonts/CabinCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('./fonts/Cabin-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin SemiCondensed';
    src: url('./fonts/CabinSemiCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin SemiCondensed';
    src: url('./fonts/CabinSemiCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin SemiCondensed';
    src: url('./fonts/CabinSemiCondensed-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('./fonts/Cabin-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin SemiCondensed';
    src: url('./fonts/CabinSemiCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin Condensed';
    src: url('./fonts/CabinCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin SemiCondensed';
    src: url('./fonts/CabinSemiCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin Condensed';
    src: url('./fonts/CabinCondensed-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin SemiCondensed';
    src: url('./fonts/CabinSemiCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('./fonts/Cabin-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('./fonts/Cabin-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('./fonts/Cabin-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('./fonts/Cabin-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cabin';
    src: url('./fonts/Cabin-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
	margin:0;
	padding: 0;
	background: #FFF;
	color: #888;
	height:100%;
/*	font-family:'Gill Sans W04 Light', sans-serif;*/
    font-family: 'Cabin', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
/*	font-family:'Gill Sans W04 Light', sans-serif;*/
    font-family: 'Cabin', sans-serif;

}
h1 {
/*	font-family:'Gill Sans W04 Light', sans-serif;*/
    font-family: 'Cabin', sans-serif;
	color: #9c1006;
	font-size:24px;
	text-transform:uppercase;
	margin: 0;
    font-weight: 100;
}

h3 { font-size:22px; }
h4 { font-size:20px; }
h5 { font-size:18px; margin-bottom: 10px; }

hr {
	color: #888;
}

p {
/*	font-family:'Gill Sans W04 Light', sans-serif;*/
    font-family: 'Cabin', sans-serif;
	font-size: 16px;
	margin: 8px 0;
	line-height: 25px;
}

a {
	color:#9c1006;
	text-decoration:none;
}

a:hover { text-decoration: underline; }

nav {
	float: right;
	width: 70%;
	height: 160px;
	background-color: #efefef;
	text-transform: uppercase;
}

nav ul {
	padding: 70px 0 0 65px;
	margin: 0;
}

nav li {
	display:inline-block;
	list-style:none;
	padding-left:30px;
	position: relative;
	height: 20px;
	line-height: 20px;
}

nav li a:hover:after {
    border-left: solid transparent 20px;
    border-right: solid transparent 20px;
    border-bottom: solid white 20px;
    bottom: -70px;
    content: " ";
    height: 0;
    left: 50%;
	margin-left: -5px;
    position: absolute;
    width: 0;
}

nav li a {
	font-size: 18px;
}

nav li a:hover { text-decoration: none; }


section {
	width:960px;
	margin: 80px auto 0px auto;
}

aside{
	width: 300px;
	float: left;
	margin: 10px 10px 10px 10px;
}


section aside {
	min-height:500px;
}

.therapie section aside {
	min-height:200px;
}

.diagnostik section aside {
	min-height:200px;
}

.impressum {
	min-height:200px;
	width:100%;
}

.team section aside {
	min-height:200px;
}

.intro{
	width: 460px;
	float: left;
	margin: 0 20px 20px 0px;
	min-height:100px;
}

#zentriert {
	width: auto;
	height: 450px;
	margin: auto;
  	position: absolute;
  	top: 0; left: 0; bottom: 0; right: 0;
	text-align:center;
}

.top {
	width: 90%;
	float: right;
}

#logo {
	width: 300px;
	height: auto;
	margin-bottom: 30px;
}

#headerlogo {
	width: 20%;
	max-width: 180px;
	height: auto;
	float: left;
	padding-top: 20px;
	margin: 0 5%;
}

img {
	width:100%;
	height:auto;
}

.hinweis {
	font-family:'Gill Sans W04 Roman', sans-serif;
	color: #9c1006;
	font-weight: bold;
	margin-top: 40px;
	text-transform:uppercase;
}

#wrapper {
	margin: 0px auto;
	background-position: top center;
	background-repeat: no-repeat;
	max-width: 1600px;
	min-width:1000px;
	width:100%;
	position:relative;
	overflow: hidden;
}

.small {
	font-size: 90%;
}

strong {
	font-weight: bold;
	text-transform: uppercase;
}

.thumbnail{
	float:left;
	position:relative;
	width: 300px;
	height: 250px;
	margin-left:40px;
}

.index .thumbnail{
	width: 480px;
	margin-left:0;
}

.leistungen .thumbnail{
	width: 600px;
}

.team .thumbnail:nth-child(even){
	height:250px;
}

.team .thumbnail:nth-child(4){
	height:500px;
}

.team .thumbnail{
	width: 600px;
}

.leistungen .thumbnail:nth-child(odd){
	height:250px;
}


.thumblink{
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:40px;
	background: rgba(255,255,255,.6);
	filter:alpha(opacity=60); /* IE transparency */
	text-transform:uppercase;
	text-align:center;
}

.praxis .thumblink {
	visibility:hidden;
}

.index .thumbnails .thumbnail {
	height:250px;
	float:left;
	margin-left:0;
}

.index .thumbnails .thumbnail.right{
	height:500px;
	float:right;
}


a.thumblink_text{
	margin:0px;
	font-size:24px;
	line-height:40px;
}

footer {
	background: #666666;
	float: left;
	margin-top: 60px;
	min-width: 1000px;
	width: 100%;
	height:100%;
	line-height:17px;
}

footer h2 {
	color:#FFF;
/*	font-family:'Gill Sans W04 Bold', sans-serif;*/
    font-family: 'Cabin', sans-serif;
	text-transform:uppercase;
	font-size:14px;
}


footer p {
	color:#FFF;
	font-size:14px;
	line-height: 22px;
}

footer div p {
	font-size:12px;
}

footer a {
	color: #FFF;
	text-decoration: underline;
}

footer div a {
	font-size: 10px;
}

footer section {
	margin-top:0;
	margin-bottom:0;
}

footer aside {
	margin-top:10px;
	margin-bottom:10px;
	min-height:0;
}

.noFloat {
	float: none;
	overflow:auto;
}

iframe { background: url(/bilder/loader.gif) no-repeat center center #efefef;}

.grey {
	color: #ddd;
}

.noUppercase {
	text-transform: none;
}


/* ----------- NivoSlider -------------- */

#mainslider {
	position:absolute;
	z-index:-99;
}

.nivoSlider {
    position:absolute;
    width:1600px; /* Change this to your images width */
    height:770px; /* Change this to your images height */
    background:url(../bilder/loading.gif) no-repeat 50% 50%;
	margin-bottom: 4px;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

#slider .nivo-controlNav {
	position:absolute;
	bottom:15px; /* Put the nav below the slider */
	left: 15px;
}
#slider .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	float: left;
	position:relative;
}

#slider .nivo-control {
	width: 80px;
	height: 43px;
	float:left;
	margin-right:8px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #aaa;
}

#slider .active {
	background: url(../img/active_bg.png) no-repeat #fff;

}

#slider-dot .nivo-controlNav {
	z-index: 101;
	position:absolute;
	bottom:15px; /* Put the nav below the slider */
	right: 25px;
}
#slider-dot .nivo-controlNav img {
	display:inline; /* Unhide the thumbnails */
	float: left;
	position:relative;
}

#slider-dot .nivo-control {
	width: 20px;
	height: 20px;
	float:left;
	margin-right:0px;
	background: url(../bilder/dots.png) no-repeat;
}

#slider-dot .active {
	background-position: 0px -20px;

}

#slider-dot a {
		overflow: hidden;
	text-indent: 10000px;
}
