html{font: 16px 'HelveticaWorldRegular',"Helvetica","Arial",sans-serif}

html.UK .GR, html.GR .UK{display: none !important}

@font-face{
    font-family: 'HelveticaWorldRegular';
    src: url('fonts/helveticaworld-regular.eot');
    src: url('fonts/helveticaworld-regular.eot') format('embedded-opentype'),
          url('fonts/helveticaworld-regular.woff') format('woff'),
          url('fonts/helveticaworld-regular.ttf') format('truetype'),
          url('fonts/helveticaworld-regular.svg#HelveticaWorldRegular') format('svg')
}

body{overflow-x: hidden}

div,img{
    outline: none;
    border: none;
    padding: 0
}
/*---- Page ----*/
.page,#navBox{
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    width: 1200px;
    min-width: 320px;
    display: none
}

.page>img{
    position: relative;
    top: 0;
    left: 0;
    width: 100%
}

@media (max-width:1200px){
    .page,#navBox{left: 0;width: 100%;margin-left: 0}
}

#logo{
	position: absolute;
	display: none;
	width: 130px;
	top: 16px;
	right: 4%;
	border-bottom: 22px solid #fff;
	border-radius: 10px
}
/*---- Nav ----*/
#navBox{
    display: block;
	z-index: 4
}

nav{
    position: absolute;
	display: block;
	opacity: .65;
    top: 178px;
    left: 6%;
	font-weight: bold;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

nav span{
    display: inline-block;
}

nav .link{
    margin-left: 5px;
    cursor: pointer
}

nav>span:not(.link){
    width: 0;
    height: 0;
	opacity: .9;
    margin-left: 45px;
    border-top: 6px solid transparent;
    border-left: 8px solid black;
    border-bottom: 6px solid transparent
}

nav>span:first-child{
    margin-left: 0
}

nav br{display: none}
/*---- Container ----*/
.container{
    position: relative;
    float: left;
    top: -10px;
    left: 6%;
    width: 54%;
	opacity: .9;
	line-height: 20px
}

.title{
    font-size: 20px
}

.container img{
	display: inline-block;
	position: relative
}
/*---- Click Box ----*/
.box{
    position: relative;
    top: 10px;
    float: right;
    right: 5%;
    width: 20%;
    text-align: center;
    padding: 19px 0 23px 0;
    z-index: 4;
    color: #004494;
    border-top: 1px dotted #004494;
    border-bottom: 1px dotted #004494;
	line-height: 20px;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.box span:first-child{
    width: 0;
    height: 0;
    margin-right: 5px;
    display: inline-block;
    border-top: 6px solid transparent;
    border-left: 8px solid #004494;
    border-bottom: 6px solid transparent
}
/*---- iPad ----*/
@media (max-width:1024px){
    nav,.container{left: 5%}
    nav{margin-top: -4px}
    nav>span:not(.link){margin-left: 30px}
    nav>span:first-child{margin-left: 0}
}

@media (max-width:768px){
    nav,.container{left: 4%}
    nav{margin-top: -6px}
    nav>span:not(.link){margin-left: 20px}
    nav>span:first-child{margin-left: 0}
	.box{padding: 20px 0 25px 0 !important}
}

/*---- Start ----*/
#Start{
    display: block
}

/*---- EndoGuard ----*/
#EndoGuard .container img{
	width: 300px
}

/*---- Neuheit ----*/
#Neuheit .container img{
    margin-left: -31px;
	width: 200px
}

.patentiert{font-size: 12px}
/*---- Kontakt ----*/
#Kontakt .container,#Haftungsausschluss,#photofabrik,#agb{
    position: relative;
	float: left;
	clear: both;
    left: 6%;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.B{
	font-weight: bold
}

a{
    text-decoration: none;
	outline: none;
    color: #008bd0
}

#haftung{
	position: relative;
	float: left;
	top: 30px;
	left: 6%;
	cursor: pointer;
	width: 88%;
	color: #008bd0
}

#Haftungsausschluss{
    top: 20px;
	clear: both;
	width: 88%;
    font-size: 12px;
	text-align: justify;
    opacity: .8;
	display: none
}

/*---- Formular ----*/
#formular{
    position: absolute;
    top: 50%;
	margin-top: -325px;
    left: 50%;
    width: 500px;
	height: 640px;
    margin-left: -250px;
    display: none;
    z-index: 9;
    box-shadow: 10px 10px 5px #111;
    overflow: hidden;
    border: 1px solid black;
	border-radius: 10px;
    padding: 0
}

/*---- Mobile ----*/
@media (max-width:700px){
	nav{top: 20px !important;font-size: 14px;line-height: 20px}
    nav br{display: block}
    nav>span:not(.link){margin-left: 10px}
	#logo{display: block}
}

@media (max-width:520px){
    .container{
        width: 88%;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
    .box{width: 120px}
	#formular{
		width: 300px;
		margin-left: -155px;
		margin-top: -360px
	}
	#logo{right: 1%}
	#Neuheit .container img{margin-left: -10px}
	#EndoGuard .container img{top: 15px}
}

@media (max-height:510px) and (min-width:521px){
	#formular{top: 10px;margin-top: 0}
}

@media (max-height:660px) and (max-width:519px){
	#formular{top: 10px;margin-top: 0}
}
/*---- Extra ----*/
.page,nav,.box{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

noscript{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center
}