/*
Theme Name: Roesch-Dental
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* architects-daughter-regular - latin */
@font-face {
  font-family: 'Architects Daughter';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/architects-daughter-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Architects Daughter Regular'), local('ArchitectsDaughter-Regular'),
       url('fonts/architects-daughter-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/architects-daughter-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/architects-daughter-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/architects-daughter-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/architects-daughter-v8-latin-regular.svg#ArchitectsDaughter') format('svg'); /* Legacy iOS */
}
/* muli-regular - latin */
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/muli-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Muli Regular'), local('Muli-Regular'),
       url('fonts/muli-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/muli-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/muli-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/muli-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/muli-v11-latin-regular.svg#Muli') format('svg'); /* Legacy iOS */
}

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html{
	height:100%;
	
	}

:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
	height:100%;	
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */

#page{
	height:100%;	
	}
	
	#main{
		position:relative;
		z-index:50;
		margin:-4px auto;
		width:988px;		
		background:url(images/interface/main-bg.png) repeat-y;
		min-height:100%;		
		}


	#content{
		clear: both;
		overflow: hidden;
		}

/* Right Content */


/* =Global
----------------------------------------------- */
body{
	font-family: 'Muli', sans-serif;
	font-style:normal;
	color:#7380a2;
	font-size:14px;
	line-height:20px;
	}

/* Headings */

h2{
	font-family: 'Architects Daughter', cursive;
	font-size:24px;
	line-height:32px;
	font-weight:normal;
	}
	
h3{
	font-family: 'Muli', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:normal;
	border-bottom:1px solid;
	}	
	
h4{
	font-family: 'Muli', sans-serif;
	font-style:normal;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	color:#324576;	
	}	
	
	
	 h1.slogan{
		font-family: 'Muli', sans-serif;
		font-weight:normal;
		font-size:17px;
		line-height:24px;
		}


/* Text elements */


/* Forms */


/* Links */


/* =Header
----------------------------------------------- */

header{
	position:relative;
	z-index:150;
	height:100px;
	background:url(images/interface/header-bg.png) no-repeat top center;	
	}
	
	header hgroup{
		margin:0 auto;
		width:929px;		
		}
		
	header .logo{
		float:left;
		padding-top:23px;		
		}	
		
	header .slogan{
		padding-top: 47px;
		float:right;		
		}	
	

	#header-img{
		position:relative;
		z-index:100;
		margin:0 auto;
		width:980px;
		height:306px;				
		}


/* =Menu
-------------------------------------------------------------- */

	#access{
		position:relative;
		z-index:200;
		width:260px;		
		height:306px;
		margin-left:30px;
		margin-top: -306px;		
		background:url(images/interface/nav-bg.png) repeat-y;
		font-family: 'Muli', sans-serif;
		font-size:14px;
		line-height:20px;
		letter-spacing:0.1em;
		text-transform:uppercase;	
		}
		
	body.home #access{		
		margin-top: -306px;		
		}	
	
	
	*+html #access{	
		margin-top: -306px;				
		}
		
	#access a{
		color:#fff;
		text-decoration:none;		
		line-height:18px;
		padding-left:20px;				
		}
	
	#access li{		
		margin-right: 168px;
		margin-bottom: 19px;		
		}	
		
	#access li:hover{
		border-bottom: 1px solid white;
		margin-right: 168px;
		margin-bottom: 18px;			
		}	
		
	#access li.current-menu-item{
		border-bottom: 1px solid white;
		margin-right: 168px;
		margin-bottom: 18px;			
		}			
		
	#access a:hover{
		color:#fff;		
		}
		
	.menu-main-nav-container{
		padding-top:33px;		
		}	
			
	
	

/* =Content
----------------------------------------------- */

.col-left{
	width:260px;	
	float:left;
	padding-left:30px;
	position:relative;	
	}
	
	body.home .col-img{
		width:260px;
		height:260px;				
		}
		
	.col-footer{
		border-bottom:5px solid #7380a2;
		position:fixed;
		bottom:0;
		width:260px;
		font-size:13px;			
		}	
		
	.col-footer a{
		text-decoration:none;
		color:#7380a2;
		padding-left:5px;		
		}	

.col-right{
	width:602px;
	float:left;
	padding:43px 0 50px 57px;
	margin-bottom:100px;	
	}
	
body.page-id-23	.col-right{
	width:620px;	
	}
	
body.page-id-25	.col-right{
	width:620px;	
	}	
	
body.page-id-19 .col-right{
	width:545px;	
	}	

	body.home .col-right{
		width:544px;		
		padding-right:93px;
		}
		
	.type-post{
		padding:15px 10px 10px 20px;
		background:#f1f2f6;
		margin-bottom:20px;
		overflow: hidden;		
		}	
		
	.type-post img{
		display:inline;
		float:right;		
		}	
		
table td{
	vertical-align:top;	
	padding-bottom:20px;	
	}
	
table img{
	border:1px solid #dbdfe8;
	margin-right:25px	
	}	
	
.col-right ul{	
	padding-left: 10px;
	list-style-image:url(images/interface/list.png);	
	}	
	
	*+html .col-right ul{	
	padding-left: 16px;
	}	
	
.col-right a{
	color:#7380a2;
	text-decoration:underline;	
	}	
	
	
.col-right .ngg-gallery-thumbnail img{
	margin:0;
	border:1px solid #dbdfe8;
	padding:0;
	}	
	

.col-right .ngg-gallery-thumbnail{
	margin-right: 10px;
	margin-bottom: 30px;
	}	
	
.col-right input,.col-right textarea{
	font-family: 'Muli', sans-serif;
	font-style:normal;	
	font-size:14px;
	line-height:20px;
	background:#f7f8fa;
	border-top:1px solid #c1c9de;	
	border-left:1px solid #c1c9de;
	border-bottom:1px solid #dfe3ef;
	border-right:1px solid #dfe3ef;
	}	

.type-aktuelles{
	border-top:1px solid #7380A2;
	}	
	
.type-aktuelles:first-child{
	border-top:none;
	padding-top:0px;
	}	
	
.type-aktuelles{
	padding-bottom:30px;
	padding-top:30px;	
	}	
	
.type-aktuelles .thumb-con{
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;	
	width:206px;	
	}	
	
.type-aktuelles img{
	height: auto;
	max-width:100%;	
	}	
	
.home #header-img .ngg-slideshow.slick-slider,
.archive #header-img .ngg-slideshow.slick-slider{
	margin: 0 auto !important;
}

.home .ngg-slideshow .ngg-gallery-slideshow-image img,
.archive .ngg-slideshow .ngg-gallery-slideshow-image img{
	max-width: 100% !important;
	max-height: 100% !important;
	width: 980px !important;
	height: 306px !important;
}

.col-right .ngg-gallery-thumbnail{
	margin-right: 5px;
	border: none;
}

.ngg-gallery-thumbnail a{
	margin: 0 !important;
}