/* CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body { line-height: 1; }
ol, ul { list-style: none; }

/*FONTS DECLARATION*/

@font-face {
    font-family: 'SonrisaBold';
    src: url('../fonts/sonrisa-bold-webfont.eot');
    src: url('../fonts/sonrisa-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sonrisa-bold-webfont.woff') format('woff'),
         url('../fonts/sonrisa-bold-webfont.ttf') format('truetype'),
         url('../fonts/sonrisa-bold-webfont.svg#SonrisaBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SonrisaReg';
    src: url('../fonts/sonrisa-regular-webfont.eot');
    src: url('../fonts/sonrisa-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sonrisa-regular-webfont.woff') format('woff'),
         url('../fonts/sonrisa-regular-webfont.ttf') format('truetype'),
         url('../fonts/sonrisa-regular-webfont.svg#SonrisaReg') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*STRUCTURE*/

body{
	background: #faf9ec url('../images/bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
	width: 100%;
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	min-height: 600px;
}

#sidebar_left{
	width: 200px;
	height: 100%;
	display: block;
	min-height: 600px;
	position: fixed;
	left: 0;
	top: 0;
}

#sidebar_left .logo{ padding: 22px 30px; }

#nav{
	display: block;
	position: relative;
	margin-top: 10px;
}


/*NAVIGATION*/

#nav li{
	height: 70px;
	width: 70px;
	display: block;
	text-align: center;
	position: absolute;
	
	-webkit-border-radius: 70px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
	     -moz-border-radius: 70px; /* FF1-3.6 */
	          border-radius: 70px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
	
	border: 1px solid #ef1596;
	
	background-color: #f89ad1;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#f89ad1), to(#ef1596)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(top, #f89ad1, #ef1596); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(top, #f89ad1, #ef1596); /* FF3.6 */
	  background-image:     -ms-linear-gradient(top, #f89ad1, #ef1596); /* IE10 */
	  background-image:      -o-linear-gradient(top, #f89ad1, #ef1596); /* Opera 11.10+ */
	  background-image:         linear-gradient(top, #f89ad1, #ef1596);
	            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f89ad1', EndColorStr='#ef1596'); /* IE6-IE9 */
}

#nav a{
	font-family: "SonrisaBold" !important;
	
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
	width: 100%;
	height: 100%;
}

#nav li:hover, #nav .active{
	cursor: pointer;
	
	border: 1px solid #de892d;
	
	background-color: #de892d;
	  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0cca4), to(#de892d)); /* Saf4+, Chrome */
	  background-image: -webkit-linear-gradient(top, #f0cca4, #de892d); /* Chrome 10+, Saf5.1+, iOS 5+ */
	  background-image:    -moz-linear-gradient(top, #f0cca4, #de892d); /* FF3.6 */
	  background-image:     -ms-linear-gradient(top, #f0cca4, #de892d); /* IE10 */
	  background-image:      -o-linear-gradient(top, #f0cca4, #de892d); /* Opera 11.10+ */
	  background-image:         linear-gradient(top, #f0cca4, #de892d);
	            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f0cca4', EndColorStr='#de892d'); /* IE6-IE9 */
	            
	-webkit-box-shadow: 0px 1px 1px #333; /* Saf3-4 */
	    -moz-box-shadow: 0px 1px 1px #333; /* FF3.5 - 3.6 */
	         box-shadow: 0px 1px 1px #333; /* Opera 10.5, IE9, FF4+, Chrome 10+ */;
}

#nav li:hover a, #nav .active a{
	color: #333;
	text-shadow: 0 1px 1px #fff;
}

/*Die therapie*/
#nav .m1{ 
	height: 86px; 
	width: 86px;
	top: 0;
	left: 17px;
}
#nav .m1 a{	font-size: 18px; padding-top: 20px; }

/*Tipps*/
#nav .m2{ 
	height: 70px; 
	width: 70px;
	top: 24px;
	left: 122px;
}

#nav .m2 a{	font-size: 18px; padding-top: 24px; }

/*Links*/
#nav .m3{ 
	height: 50px; 
	width: 50px; 
	top: 100px;
	left: 15px;
}
#nav .m3 a{	font-size: 16px; padding-top: 17px; }

/*Therapeutin*/
#nav .m4{ 
	height: 78px; 
	width: 78px;
	top: 93px;
	left: 75px;
}
#nav .m4 a{	font-size: 20px; padding-top: 28px; }

/*Praxis*/
#nav .m5{ 
	height: 64px;
	width: 64px;
	top: 162px;
	left: 28px;
}
#nav .m5 a{	font-size: 18px; padding-top: 22px; }

/*Termine*/
#nav .m6{ 
	height: 70px;
	width: 70px;
	top: 92px;
	left: 164px;
}
#nav .m6 a{	font-size: 15px; padding-top: 28px; }

/*erste schritte*/
#nav .m7{ 
	height: 80px;
	width: 80px;
	top: 172px;
	left: 126px;
}
#nav .m7 a{	font-size: 17px; padding-top: 20px; }

/* fotos */
#nav .m8{
	top: 230px;
	left: 60px;
}
#nav .m8 a{
	padding-top: 24px;
	font-size: 21px;
}

/* klettern */
#nav .m9{
	top: 270px;
	left: 140px;
}
#nav .m9 a{
	padding-top: 28px;
	font-size: 14px;
}

/*NAVIGATION END*/

/*CONTACT*/
#contact {
	text-shadow: 0 1px 1px #fff;
}

#contact h3{
	color: #ed008c;
	font-size: 18px;
	font-weight: bold;
}

#contact h4{
	color: #f78f1e;
	font-size: 16px;
	margin-bottom: 14px;
}

#contact span{ display: block; }

a.mail{ color: #ed008c; }

#contact strong{
	width: 16px;
	display: inline-block;
}

strong{ font-weight: bold; }

/*CONTENT*/

#content{
	width: max( 800px, 60% );
	margin-left: 310px;
	height: 100%;
	font-family: "SonrisaReg";
	font-size: 15px;
	line-height: 20px;
	color: #333;
	letter-spacing: 1px;
}

#content article{
	margin-bottom: 150px;
	padding-top: 50px;
}

#content .article_container{
	font-family: "SonrisaReg";
	margin-left: 50px;
}
#content .image_container{
	float: right;
	width: 200px;
	margin-right: -180px;
	margin-top: 150px;
	display: none;
}
#content .image_container img{position: relative;}


.doubles {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}




#content header{
	margin-bottom: 30px;
	background: transparent url('../images/art_divider.png') bottom left no-repeat;
	height: 120px;
}

#content .double_h{
	height: 150px;
}

#content header h1{
	font-family: "SonrisaBold";
	font-size: 36px;
	text-transform: lowercase;
	margin-bottom: 18px;
	line-height: 34px;
	letter-spacing: 1px;
	text-shadow: 0 1px 1px #fff;
}
#content h2{
	font-family: "SonrisaBold";
	font-size: 20px;
	text-transform: lowercase;
	margin-bottom: 10px;
	margin-top: 20px;
	line-height: 26px;
}

#content p{
	margin-bottom: 10px;
	display: block;
}

/*Links*/
#content a{
	color: #ed008c;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 6px;
	line-height: 24px;
}
#content a:hover{
	color: #f78f1e;
	text-shadow: 0 0 5px #fff;
}

#content .testimonial strong{
	display: block;
}

#content ul{ margin: 10px 0 0 0; }
#content li{ 
	margin-bottom: 10px;
	background: transparent url('../images/bullet.png') 0 top no-repeat;
	padding-left:25px;
}

/*GALLERY*/
#gal_container_1,
#gal_container_2{
	position: relative;
}
#gallery{
	width: 600px;
	height: 600px;
	overflow: hidden;
	position: relative;
}
#gal_container_2 #gallery{height: 400px;}

#gallery ul{
	display: block;
}
#gallery li{
	background: none;
	float: left;
	padding: 0; margin: 0;
}
#gallery img{
	padding: 0 !important;	margin: 0 !important;
}
.btn_links,
.btn_rechts{
	position: absolute;
	top: 220px;
	width: 85px;
	height: 85px;
	display: block;
	z-index: 100;
}
.btn_links,
.btn_rechts{
	position: absolute;
	top: 220px;
	width: 85px;
	height: 85px;
	display: block;
	z-index: 100;
}
.btn_links{ left: -40px; }
.btn_rechts{ right: -40px; }

.btn_links:hover,
.btn_rechts:hover{
	cursor: pointer;
}

/*willkommen*/
#chapt_1{ margin-top: 20px; }
#chapt_1 header{ background: none !important; }
.img_chapt_1{ 
	margin-top: -42px !important; 
	margin-right: -50px;
}
/* #chapt_1 li:first-letter{
	font-size: 24px;
	color: #ed008c;
} */
/* #chapt_1 li{
	background:none;
	padding-left:0;
} */

/*Was ist ergotherapie*/
#chapt_2{ margin-bottom:90px !important; }
#chapt_2 .chapt_2-3{ margin: -20px 0 0 80px; }
#chapt_2 .chapt_2-4{ margin: 0px 0 30px 0; }
#chapt_2 .chapt_2-5{ margin: -30px 0 0 60px; }

/*Therapie bei Kindern*/
#chapt_3 header img{ margin-top: -90px; }
#chapt_3 .chapt_3-2{ float: right; margin: -20px -120px 0 0px; }

/*Wer braucht…*/
#chapt_4 { margin-bottom:80px !important; }
#chapt_4 header{ height: 219px; }
#chapt_4 header h1{ padding-top: 60px; }
#chapt_4 .chapt_4-2{ margin: 15px 20px 20px -90px; float: left; }

/*Wir wirkt Ergotherapie*/
#chapt_6{ margin-bottom: 20px !important; }
#chapt_6 header{ height: 144px; }

/*Team*/
#chapt_7{ margin-bottom: 80px !important; }



#chapt_7 h2.teamTitleHeide{ margin-left: 122px; }
#chapt_7 .teamPicHeide{
	margin: -120px 10px 0 -80px;
	float: left;
}
#chapt_7 .teamPicLeft
{
	float: left;
	margin-top: -80px;
	margin-right: 40px;
}

#chapt_7 .teamPicRight
{
	float: right;
	margin-top: -80px;
	margin-right: 40px;
}

#chapt_7 h2.teamTitle { margin-top: 100px; }

.el img { 
	margin-top: 0 !important;
	margin-right: 0 !important;
    transform: translateX(-30px) translateY(20px);
}

.de-c {
	display: grid;
	grid-template-columns: 1fr 180px;
	margin-bottom: 30px;
}
.de-d {
	display: grid;
	grid-template-columns: 180px 1fr;
	margin-bottom: 30px;
}



/*Verordnung*/
#chapt_8 header img{ margin-top: -75px !important; }

/*Preise*/
#chapt_10 header{ height: 189px; }
#img_chapt_9{ margin-right: 50px; }
#chapt_10 header h1{ padding-top: 35px; }

/*Vor der ersten Stunde*/
#chapt_9 header img{ margin-top: -90px !important; }

/*Praxis*/
#chapt_11{ 
	margin-bottom: 40px !important; 
	padding-top: 150px !important;
}
#chapt_11 header img{ 
	margin-right: 10px;
	margin-top: -150px;
}
#gMaps{ margin-left: -60px; }

/*Tipps*/
#chapt_12{ margin-bottom: 20px !important; }
#chapt_12 header img{
	margin-top: -80px;
	margin-right: 40px;
}

/*Links*/
#chapt_13{ padding-bottom: 50px; }
#chapt_13 header img{
	margin-top: -40px !important;
	margin-right: 70px;
}

#chapt_13 h2{ margin-bottom: -4px; }

/*Kontakt*/

#chapt_14 header img{
	margin-top: -40px !important;
	padding-right: 70px;
}

/*Fotos*/

#chapt_15{
	padding-top: 0 !important;
	padding-bottom: 100px;
}
#chapt_15 header{
	height: 110px;
	margin-bottom: -30px;
}

/*Klettern*/
#chapt_16{
	padding-top: 110 !important;
	margin-bottom: 100px;
}
#chapt_16 header{
	height: 160px;
	margin-bottom: 0;
}
#chapt_16 header img{ margin-top: -29px; }

/* IMPRESSUM */
#chapt_17{
	padding-bottom: 100px !important;
}

/*CONTENT IMAGES*/

#content img{ margin-top: -120px; }

img.left{ float: left; }

img.right{ float: right; }




