﻿html, body
{
	height: 100% !important;;
}

/* HTML-Elemente
 * ************* */

body
{
	margin: 0;
	padding: 0;
}

div, section
{
	 box-sizing: border-box;
}


body
{
	background: white;
	color: #333;
}

a
{
	color: #189d93; /* hausfarbe */
}

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

h1
{

	font-weight: normal;
}

h2
{

	font-weight: normal;
}


p
{
	margin-top: 0;
}

ul
{
	list-style-type: square;
}

blockquote
	{
		margin: 0;
		padding: 0;
		font-variant: small-caps;
	}

.in
{
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: sans-serif;
	line-height: 1.3;
}

.pure-g .in
{
	padding: 1em;
}



/* Content-Bereiche Allgemein
 * ************************** */

section
{
	background: white;
	color: #777f77;
	margin: 0 auto;

}

section.fullheight
{
	height: 100%;

}

section.justified
{
	display: table;
	width: 100%;
	margin: 0 auto;
}

section .content
{
	position: relative;
	max-width: 80em;
	margin: 0 auto;
	/* padding: 4em 0; / * hoehe der nav */

}

section.justified .content
{
	display: table-cell;
	max-width: auto;
	text-align: center;
	vertical-align: middle;
}

section.justified .content .maxwidth
{
	max-width: 80em;
	margin: 0 auto;

}

.roundedbox
{
	background: white;
	padding: 1.5em 2.5em;
	border-radius: 10px;
	margin-bottom: 1.5em;
}

.teilmarginale
{
	display:inline;
	margin-left: -1200px;
	padding: 0.3em 1em 0.3em 1200px;
	background: #189d93; /* hausfarbe */
	color: white;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.roundedbox .teilmarginale
{
	display: block;
	margin-left: -2.5em;
	padding: 0.3em 1em 0.3em 2.5em;
}

.nowrap
{
	white-space: nowrap;
}

/* Sprung-Navigation
 * ****************** */

a.next,
a.nextonly,
a.prev
{
	position: static;
	display: block;
	cursor: pointer;
	/*bottom: 40px;*/
	width: 94px;
	height: 48px;
	z-index: 10;
}

a.nextonly
{
	position: static;
	bottom: 0;
	margin: 0 auto;
}

a.prev
{
	position: fixed;
	z-index: 112;
	right: 10px;
	bottom: 20px;
	opacity: 1;
}


/* Haupt-Navigation
 * **************** */

.navplaceholder {
	height: 4em;
}

nav
{
	position: relative;
	display: table;
	width: 100%;
	/*margin: 0 auto;*/
	height: 4em;    /* bitte bei aenderung auch padding in section .content */
	z-index: 111;
	background: white;
}

nav ul
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 0;
	margin: 0;
	list-style: none outside;
}

nav ul li
{
	display: inline-block;
	margin: 0em 0.1em;
}

nav ul li a
{
	/*font-family: "Times New Roman", Times, serif;*/
	font-family: sans-serif;
	font-size: 1.2em;
	text-decoration: none;
}

nav ul li a:hover
{
	text-decoration: underline;
}

nav .status
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.4em;
	background-color: #c9e5df; /* hausfarbe 40% */
	overflow: hidden;
}

nav .status .navbar
{
	position: absolute;
	background-color: #189d93; /* hausfarbe */
	width: 10px;
	height: 0.4em;
	left: -10px;
	transition: left 0.5s, width 0.5s;
	transition-timing-function: ease;
}








/* Thema Home
 * **************** */

section#home
{



}

section#home h1
{
	font-size: 13pt;
	font-family: sans-serif;
}

section#home img.logo,
section#home img.trailer
{
	width: 90%;
	margin: 0 auto 0 auto;
}

section#home img.logo
{

}


/* Thema H und H
 * **************** */

section#hundh
{
	/*padding-bottom: 50%; */ /* komisch. 50% damit fuer #zahntechnik 100% platz ist !?!*/

}

section#hundh .content
{


}

section#hundh .lefttop blockquote
{
	padding-left: 1em;
	line-height: 95%;
	padding-bottom: 5px;
}

section#hundh .leftbottom img
{
	display: none;
}

/* Thema Zahntechnik
 * **************** */

section#zahntechnik
{
	position: relative;
	padding-top: 4em;
	background: url(../bilder/zahntechnik/_MG_7298-maschine-unscharf.jpg) no-repeat fixed center;
	background-size: cover;
	padding-bottom: 20%;
}


/*
section#zahntechnik .bcg {
	background: url(../bilder/zahntechnik/_MG_7298-maschine-unscharf.jpg) no-repeat center center;
	background-size: cover;
   	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

*/

section#zahntechnik .content
{


}


/* Thema Leistungen
 * **************** */

section#leistungen
{
	padding-top: 4em;
	background: url(../bilder/leistungen/_MG_1217.jpg) fixed center no-repeat;
	background-size: cover;
	padding-bottom: 20%;
}




/* Thema Fraeszentrum
 * **************** */

section#fraeszentrum
{
	padding-top: 4em;
	border-bottom: 0.5em solid #189d93; /* hausfarbe */
	border-top: 0.5em solid #189d93; /* hausfarbe */
	background: url(../bilder/fraeszentrum/_MG_2020_video.jpg) center right no-repeat;
	background-size: cover;
}


section#fraeszentrum .videobox
{
	padding: 0;
	margin-top: 1em;
	padding: 4.5em 0;
	background: url(../bilder/fraeszentrum/fraeszentrum-video.jpg) center center no-repeat;
	background-size: cover;
}

section#fraeszentrum .videobox a
{
	display: block;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	background: #189d93; /* hausfarbe */
	cursor: pointer;

	border-radius: 32px;
}

section#fraeszentrum .videobox a:hover
{
	background: #20cfc2;
}

section#fraeszentrum .videobox a img
{
	display: inline-block;
	width: 24px;
	height: 48px;
	margin-top: 8px;
	margin-left: 24px;
}

/* Thema Galerie / Labor
 * ********************* */


section#galerie
{
	padding-top: 4em;
	padding-bottom: 4em;
}

section#galerie a
{
	display: block;
	cursor: zoom-in;
	margin: 1em;

}

section#galerie a img
{
	border-radius: 10px;
}

/* Thema Stellenangebote
 * **************** */

section#stellenangebote
{
	padding-top: 4em;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background: url(../bilder/stellenangebote/_MG_1614-unscharf2.jpg) center top no-repeat;
	background-size: cover;
}




/* Thema Kontakt
 * **************** */

section#kontakt
{
	padding-top: 4em;

	border-top: 1px solid silver;
	background: url(../bilder/kontakt/_MG_1542.jpg) fixed top no-repeat;
	background-size: cover;
}



/* Thema Impressum
 * **************** */

section#impressum
{
	padding-top: 6em;


}

section#impressum .zahnanimation
{
	position: relative;
	min-height: 1800px;
}

section#impressum .zahnanimation .zahnreiheA,
section#impressum .zahnanimation .zahnreiheB,
section#impressum .zahnanimation .zahnreiheZ
{
	position: absolute;
	left: 0;
	top:  0;

}

section#impressum .zahnanimation .zahnreiheZ
{
	top: 500px;
}

footer
{
	clear: both;
	text-align: center;
}

/* Mediaqueries
 *************************** */

#mediaquerytestdiv .sm { display: none; } /* >=  568 px */
#mediaquerytestdiv .md { display: none; } /* >=  768 px */
#mediaquerytestdiv .lg { display: none; } /* >= 1024 px */
#mediaquerytestdiv .xl { display: none; } /* >= 1280 px */

@media screen and (min-width:35.5em){
	#mediaquerytestdiv .sm { display: inline; }

	nav ul li
	{
		margin: 0em 0.2em;
	}

	/* Thema Home
	 * **************** */

	section#home img.logo,
	section#home img.trailer
	{
		width: 50%;
		margin: 0 auto 0 auto;
	}

	/* hundh
	 * ******** */

	section#hundh
	{
		padding-top: 4em;
	}

	section#hundh .lefttop
	{

	}

	section#hundh .lefttop .in
	{
		text-align: right;

	}

	section#hundh .righttop
	{
		/*min-height: 10em;*/
		border-left: 3px solid #9d9e9f; /* hausfarbe silbergrau */
	}

	section#hundh .righttop img
	{
		display: block;
		margin-top: 6em;
	}

	section#hundh .leftbottom
	{
		border-top: 3px solid#9d9e9f; /* hausfarbe silbergrau */
		text-align: right;
	}

	section#hundh .leftbottom img
	{
		display: inline;
		margin-top: 1em;
		margin-right: 1em;
		width: 80%;
	}

	section#hundh .rightbottom
	{
		border-left: 3px solid #9d9e9f; /* hausfarbe silbergrau */
		border-top: 3px solid #9d9e9f; /* hausfarbe silbergrau */
	}

	/*
	 * ******** */


}

@media screen and (min-width:48em){
	#mediaquerytestdiv .md { display: inline; }
	#container { width: 48em; }

	nav ul li
	{
		margin: 0em 0.3em;
	}

	section#hundh .righttop img
	{
		margin-top: 1.2em;
	}


}

@media screen and (min-width:64em){
	#mediaquerytestdiv .lg { display: inline; }
	#container { width: 64em; }
	nav ul li
	{
		margin: 0em 1.3em;
	}

	section#hundh .righttop img
	{
		margin-top: 0;
	}
}



@media screen and (min-width:80em){
	#mediaquerytestdiv .xl { display: inline; }
	#container { width: 80em; }
	nav ul li
	{
		margin: 0em 2.2em;
	}
}
