/*
CSS Steffi Wittler
*/

body {
	font-size: 16px;
}

a {
    color: #333;
    text-decoration: underline;
}

a:hover {
    color: #d77f2b;
    text-decoration: underline;
}


#top {
	background: rgba(203,80,22,1);
	background: -moz-linear-gradient(left, rgba(203,80,22,1) 0%, rgba(203,80,22,1) 1%, rgba(206,97,29,1) 18%, rgba(218,144,48,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(203,80,22,1)), color-stop(1%, rgba(203,80,22,1)), color-stop(18%, rgba(206,97,29,1)), color-stop(100%, rgba(218,144,48,1)));
	background: -webkit-linear-gradient(left, rgba(203,80,22,1) 0%, rgba(203,80,22,1) 1%, rgba(206,97,29,1) 18%, rgba(218,144,48,1) 100%);
	background: -o-linear-gradient(left, rgba(203,80,22,1) 0%, rgba(203,80,22,1) 1%, rgba(206,97,29,1) 18%, rgba(218,144,48,1) 100%);
	background: -ms-linear-gradient(left, rgba(203,80,22,1) 0%, rgba(203,80,22,1) 1%, rgba(206,97,29,1) 18%, rgba(218,144,48,1) 100%);
	background: linear-gradient(to right, rgba(203,80,22,1) 0%, rgba(203,80,22,1) 1%, rgba(206,97,29,1) 18%, rgba(218,144,48,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb5016', endColorstr='#da9030', GradientType=1 );
	height: 20px;
	color: #fff;
	font-size: 0.8em;
	text-align: right;
}

#topb {
	background: rgba(218,144,48,1);
	background: -moz-linear-gradient(left, rgba(218,144,48,1) 0%, rgba(206,97,29,1) 82%, rgba(203,80,22,1) 99%, rgba(203,80,22,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(218,144,48,1)), color-stop(82%, rgba(206,97,29,1)), color-stop(99%, rgba(203,80,22,1)), color-stop(100%, rgba(203,80,22,1)));
	background: -webkit-linear-gradient(left, rgba(218,144,48,1) 0%, rgba(206,97,29,1) 82%, rgba(203,80,22,1) 99%, rgba(203,80,22,1) 100%);
	background: -o-linear-gradient(left, rgba(218,144,48,1) 0%, rgba(206,97,29,1) 82%, rgba(203,80,22,1) 99%, rgba(203,80,22,1) 100%);
	background: -ms-linear-gradient(left, rgba(218,144,48,1) 0%, rgba(206,97,29,1) 82%, rgba(203,80,22,1) 99%, rgba(203,80,22,1) 100%);
	background: linear-gradient(to right, rgba(218,144,48,1) 0%, rgba(206,97,29,1) 82%, rgba(203,80,22,1) 99%, rgba(203,80,22,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#da9030', endColorstr='#cb5016', GradientType=1 );
	height: 15px;
}

.header-img {
	background-image: url(../img/osteopathie3.jpg); 
	background-position: top right;
	background-repeat: no-repeat;
	height: 250px; 
	padding: 0;
}


.content {
	padding : 20px 50px 20px 0;
	background-color: #eed2ac;
}

.contact {
	margin-top: 50px;
	font-size: 0.8em;
}

.footer {
	font-size: 0.8em;
	background-color: #eed2ac;
	border-top: 1px solid #9a251f;
	padding-top: 10px;
}
.footer p {
	margin-top: 10px;
}

/* typography */

.header-img h1 {
	font-size: 50px;	
	color: rgba(255,255,255,0.9);
	margin: -55px;
	text-align: center;
	font-weight: 400;

}

.spacer {
	padding-left: 10px;
}

.spacet {
	padding-top: 2px;
}

.left {
	margin-top: 10px;
}

h1 {
	color: #9a251f;
}

h2 {
	color: #9a251f;
	font-size: 1em;
	margin-top: 0;
}

h3 {
	color: #9a251f;
	padding-top: 30px;
}

.st1 {
	padding-top: 20px;
}

.klein {
	font-size: 0.7em;
}

#string:before {
	content: "\00a9 2015";
}

a.mob {
	color: #fff;
	text-decoration: none;

}

@media (max-width: 991px) {
	.header-img {
		background-image: url(../img/osteopathie.jpg); 
		height:200px;
		background-position: left bottom ;
		background-size: cover;
	}

	.header-img h1 {
	margin: 0;
	font-size: 1em;
	position: relative;
	top: 10px;
	font-weight: 400;
	color: #000;

	}
	.content {
		padding: 10px 0 5px 0;
	}
	h3 {
		padding-top: 10px;
	}
	img.logo {
		position:absolute;
		bottom:0px;
		height: 80%;
	}
	.klein {
	font-size: 0.6em;
	line-height: 1;
}
}

