﻿@font-face {
    font-family: 'robotolight';
    src: url('media/files/fonts/roboto-light-webfont.woff2') format('woff2'),
         url('media/files/fonts/roboto-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'robotomedium';
    src: url('media/files/fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('media/files/fonts/roboto-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
	 font-size: 19px;
	 font-family: 'robotolight', Tahoma, Verdana, sans serif;
	 color: #333;
	 margin: 0px;
	 background-color: #fff}
img {
	 max-width: 100%;
	 border: 0px;
	 height: auto;
	 padding-right: 0px;
	 margin-right: 0px;
	 -moz-transition: all 0.3s;
	 -webkit-transition: all 0.3s;
	 transition: all 0.3s}
img.left {
    float: left;
    margin: 7px 20px 5px 0;
}
img.right {
    float: right;
    margin: 7px 0 5px 20px;
}
.psk {
    float: right;
    margin: 70px 0 0 -100px;
}
p {
	 margin-bottom: 24px;
	 margin-top: 0px;
	 line-height: 24px}
strong {
    font-family: 'robotomedium';
	font-weight: normal;
	}
h1,.headline_1 {
    padding: 50px 0;
    font-size: 40px;
    font-weight: normal;
    color: #1496DC;
    line-height: 50px;
    margin: 0;
    background-color: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    text-align: center;
	}
.headline_1 {
    margin: 0 0 7% 0;
}	
h2 {
    font-size: 30px;
    font-weight: normal;
    color: #888;
    margin: 40px 0px 20px;
    line-height: 44px;
}
.headline_2 {
    font-size: 34px;
    color: #1496DC;
    margin: 0px 0px 40px;
}
.section-content h2 {
    text-align: center;
    margin: 10px 0px 40px;
}
h3, .headline_3 {
    font-size: 26px;
    font-weight: normal;
    color: #444;
    margin: 10px 0px 10px;
}
h4, .headline_4 {
    font-size: 24px;
    color: #1496DC;
    margin: 0px 0px 40px;
    font-weight: lighter;
}
.section-content h1, .section-content .headline_1 {
    padding: 6% 0 10px 0;
    border-bottom: 0;
    background-color: transparent;
    font-size: 60px;
    text-transform: lowercase;
    text-align: center;
}
span.grau {
    color: #484D4A;
}
a {
	 text-decoration: none;
	 color: #888}
a:hover {
	 text-decoration: none;
	 color: #1496DC}

ul {
    padding-left: 12px;
}
li {
	 list-style-type: none;
	 padding-bottom: 3px;
	 padding-top: 3px;
	 padding-left: 12px;
	 padding-right: 0px
	 }
section .links li {
	 font-family: 'robotoregular';
	 }
	 
section ul.liste {
    margin-left: 20px;
	 }
section .liste li {
    position: relative;
    padding-left: 10px;
    padding-right: 0px;
}
section .liste li:before {
    content: "\25A0";
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    line-height: 22px;
}
li:before {
	 content: "\2713";
	 font-size: 17px;
	 color: #DC1414;
	 margin-left: -20px;
	 padding-right: 7px}
li.links {
    margin-left: 10px;
}
.links li:before, li.links:before {
    content: "\203A";
    font-size: 22px;
    color: #DC1414;
    margin-left: -20px;
    padding-right: 7px;
    line-height: 17px;
}
a, input, ul, li, p, div {
	 -moz-transition: background, background-color, color 0.2s;
	 -webkit-transition: background, background-color, color 0.2s;
	 transition: background, background-color, color 0.2s}
label {
    width: 70px;
    float: left;
}
.grundrahmen {
	 width: 100%}
.header {
    width: 100%;
    float: left;
    padding-top: 115px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}	 
.header.sticky, .gruppe1 .header, .gruppe2 .header {
    padding-top: 75px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.rahmen_logo {
    width: 100%;
    background: #fff;
    border-bottom: #333 1px solid;
    position: fixed;
    float: left;
    left: 0px;
    z-index: 1;
    top: 0px;
}
.logo {
    width: 169px;
    height: 78px;
    float: left;
    -moz-transition: ease-out all 0.3s;
    -webkit-transition: ease-out all 0.3s;
    transition: ease-out all 0.3s;
    background: url(media/images/layout/logo.gif) 0 0 no-repeat;
    background-size: contain;
    margin: 0px 0 20px 15px;
}
.logo a {
    width: 100%;
    height: 0;
    padding-bottom: 30%;
    display: block;
}	
.sticky .logo, .gruppe1 .logo, .gruppe2 .logo {
    width: 130px;
    height: 60px;
    background: url(media/images/layout/logo-k.gif) 0 0 no-repeat;
    background-size: contain;
    margin: 10px 0 10px 1%;
}
.nav {
    font-size: 19px;
    font-family: 'robotolight';
    width: 880px;
    width: calc(97% - 200px);
    text-transform: lowercase;
    float: right;
    text-align: right;
    margin: 0 2% 0 0;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav A {
    position: relative;
    color: #484848;
    padding: 58px 18px 56px 18px;
    float: right;
    background-color: rgba(0,0,0,0.0);
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.sticky .nav A, .gruppe1 .nav A, .gruppe2 .nav A {
    padding: 30px 18px 26px 18px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav A:hover {
	color: #169DDF;
	}  
.nav .selected {
	color: #169DDF;
}
.nav .selected:after, .nav .selected:hover:after {
    content: "";
    border-bottom: 5px solid #484D4A;
    position: absolute;
    left: 18px;
    bottom: 0;
    width: 90%;
    width: calc(100% - 36px);
}	 
.rahmen{
	border: 1px solid #888;
	margin: 10px 0;
}		 
.zweispaltig {
    column-count: 2;
    column-gap: 3%;
    text-align: justify;
}
.clear {
	 clear: both}
.content {
	 width: 100%;
	 padding-bottom: 0px;
	 padding-top: 0px;
	 padding-left: 0px;
	 padding-right: 0px}
section {
    width: 100%;
    padding-bottom: 6%;
    padding-top: 0px;
    padding-left: 0px;
    clear: both;
    display: inline-block;
    padding-right: 0px;
    float: left;
}	 
.section.grau {
	 background: #efefef}
.section-content, .page-content {
	 max-width: 1200px;
	 margin: 0px auto}
.page-content {
	 margin-bottom: 80px}
#banner {
    background-image: url(media/images/slides/Schluchsee-Zahntechnik.jpg);
    background-size: 100%;
    background-position: 0 140px;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-bottom: 15%;
    padding-top: 12%;	
    -moz-transition: background-position 0.5s;
    -webkit-transition: background-position 0.5s;
    transition: background-position 0.5s;
}
#banner.sticky {
    background-position: 0 82px;
    -moz-transition: background-position 0.5s;
    -webkit-transition: background-position 0.5s;
    transition: background-position 0.5s;
}	 
.parallax-section {
    background-size: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-bottom: 8%;
    padding-top: 8%;
    float: left;
    margin-bottom: 4%;
}
.parallax-section#labor-par {
	background-image: url(media/images/layout/labor.jpg);
}
.parallax-section#leistungen-par {
	background-image: url(media/images/slides/fraesanlage.jpg);
}
.parallax-section#cad-par {
	background-image: url(media/images/slides/fraesanlage2.jpg);
}
.parallax-section#kontakt-par {
	background-image: url(media/images/slides/Schluchsee-Zahntechnik.jpg);
}
.bildlinks {
    width: 49%;
    float: left;
    margin: 0 3% 1% 0;
    text-align: center;
}
.bildrechts {
	 width: 49%;
	 float: right;
     margin: 0 0 1% 3%;}

figure {
    position: relative;
    max-width: 588px;
}	 
figure > a > img {
    width: 99%;
    float: left;
}
.article {
    margin-top: 40px;
}
#fancybox-overlay {
    opacity: 1!important;
    background-color: #333 !important;
}
.fancybox-bg {
    background-image: none !important;
}
#fancybox-outer {
    background: transparent !important;
}
#fancybox-content {
    border: 0 !important;
    padding: 10px !important;
}
#fancybox-title {
    font-size: 16px !important;
	margin-left: 0 !important;
}
#fancybox-title-over {
    padding: 3px 5px 3px 5px !important;
	margin-right: 0px !important;
}
#fancybox-close {
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    width: 29px !important;
    height: 29px !important;
    background: transparent url(media/images/layout/close.png) 0 0 !important;
}
#fancybox-right-ico {
    background-image: url(media/images/layout/right.png) !important;
    background-position: 0px 0px !important;
    background-size: 100%;
	display: block !important;
	right: 10px !important;
	left: auto !important;
}
#fancybox-right {
    right: -50px !important;
	visibility: visible !important;
	display: block !important;
}
#fancybox-left-ico {
    background-image: url(media/images/layout/left.png) !important;
    background-position: 0px 0px !important;
    background-size: 100%;
	display: block !important;
	left: 0 !important;
}
#fancybox-left {
    left: -40px !important;
    visibility: visible !important;
    display: block !important;
}
#fancybox-left-ico, #fancybox-right-ico {
    width: 40px !important;
    height: 80px !important;
    margin-top: -40px !important;
}

.textblock {
	 width: 48%;
	 float: left}

.headline_parallax {
    font-size: 90px;
    font-family: 'robotolight';
    font-weight: normal;
    color: #fff;
    margin: 0;
    text-align: center;
    text-shadow: 0px 0px 1px #000;
    text-transform: lowercase;
}
	 
.input_form .headline_3 {
    font-size: 22px;
    color: #333;
    margin: 0 0 20px 0;
}	 

.footer {
    width: 100%;
    background: #444;
    margin: 0 auto;
    display: inline-block;
    color: #f0f0f0;
    float: left;
}
.footer2 {
    width: 100%;
    background: #222;
    margin: 0 auto 0px;
    display: inline-block;
    color: #999;
    float: left;
}
	
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #fff;
}
.footer li:before {
    content: "\2713";
    font-size: 17px;
    color: #aaa;
    margin-left: -20px;
    padding-right: 7px;
}
.footer h2 {
    color: #aaa;
    font-family: 'robotolight';
    font-weight: normal;
    font-size: 25px;
}	
.footer2 .footercontent {
    text-align: center;
    margin: 3% auto;
}	
.footer2 a {
    color: #bbb;
}
.footer2 a:hover {
    color: #fff;
}
.footercontent {
    max-width: 1200px;
    width: 100%;
    margin: 2% auto 4% auto;
}
	 
.col2 {
    width: 47%;
	margin: 0 1.5%;
    float: left;
}	
p.col2 {
    text-align: justify;
} 
	 
.col3 {
    width: 29%;
    margin-right: 4%;
    float: left;
}	  
	 
.col32 {
    width: 62%;
    margin-right: 5%;
    float: left;
}	 
	 
.col4 {
    width: 22%;
    margin-right: 3%;
    float: left;
}	 

.clear {
	 clear: both}

.thumb {
    margin-top: 1%;
    margin-right: 1%;
    float: left;
    height: 0;
    width: 19%;
    overflow: hidden;
    position: relative;
    padding-bottom: 14%;
}

.thumb-m {
    margin-bottom: 1%;
    margin-right: 1%;
    float: left;
    width: 32.33%;
    overflow: hidden;
    height: 0;
    padding-bottom: 21%;
    position: relative;
}

.thumb-g {
    margin-bottom: 1%;
    margin-right: 1%;
    float: left;
    width: 49%;
    overflow: hidden;
    height: 0;
    padding-bottom: 32%;
    position: relative;
}

.thumb-m .bezeichnung, .thumb-g .bezeichnung {
    position: absolute;
    bottom: -42px;
    margin: 0;
    padding: 4px 7px;
    font-size: 15px;
    background: #1496DC;
    color: #fff;
    width: 100%;
    width: calc(100% - 10px);
    height: 34px;
    -moz-transition: bottom 0.3s;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    line-height: 16px;
}		
.thumb-m img, .thumb-g img{
    position: absolute;
    bottom: 0px;
	-moz-transition: bottom 0.3s;
	-webkit-transition: bottom 0.3s;
	transition: bottom 0.3s;
}

.thumb-m:hover .bezeichnung, .thumb-g:hover .bezeichnung{
	bottom:0
}
.thumb-m:hover img, .thumb-g:hover img{
	bottom: 42px;
}
.job {
    max-width: 1000px!important;
    margin: 80px auto 0 auto!important;
    border: 1px solid #ccc;
    padding: 1% 3%;
    background: #fff;
    text-align: center;
}

/* Touchscreen */

@media (pointer: coarse) {
	.thumb-g {
		padding-bottom: 40%;
	}
	.thumb-m {
		padding-bottom: 30%;
	}
	.thumb-m .bezeichnung, .thumb-g .bezeichnung{
		bottom: 0px;
	}
	.thumb-m img, .thumb-g img{
		bottom: 42px;
	}
}

/* Touchscreen ENDE */


/* Responsive */

@media only screen and (max-width:1920px) {	
	#banner {
		background-image: url(media/images/slides/Schluchsee-Zahntechnik-1900.jpg);
	}
	.parallax-section#labor-par {
		background-image: url(media/images/slides/labor-1900.jpg);
	}
	.parallax-section#leistungen-par {
		background-image: url(media/images/slides/fraesanlage-1900.jpg);
	}
	.parallax-section#cad-par {
		background-image: url(media/images/slides/fraesanlage2-1900.jpg);
	}
	.parallax-section#kontakt-par {
		background-image: url(media/images/slides/Schluchsee-Zahntechnik-1900.jpg);
	}
}	

@media only screen and (max-width:1480px) {	
	.header {
		padding-top: 95px;
	}	
	.nav {
		width: calc(97% - 200px);
		margin: 0 1% 0 0;
		font-size: 17px;
	}	
	.section-content, .page-content {
		max-width: 1200px;
		margin: 0px 2% 50px 2%;
	}
	.headline_parallax {
		font-size: 60px;
	}
	.nav A {
		padding: 50px 1% 47px 1%
	}
	.sticky .nav A {
		padding: 29px 1% 28px 1%;
	}
	.nav .selected:after, .nav .selected:hover:after {
		left: 10px;
		width: calc(100% - 20px);
	}
	#banner {
		background-position: 0 120px;
	}
	.footer, .footer2 {
		padding: 0 2%;
		width: 96%;
	}
}

@media only screen and (max-width:1279px) {		
	.nav {
		 display: none;	
	}		 
	#navigation_mob {
		width: 60px;
		height: 60px;
		overflow: hidden;
		display: block !important;
		position: fixed;
		right: 0;
		top: 0;
		background: rgba(30,30,30,0.9);
		z-index: 99999;
	}
	#navigation_mob.active {
		width: 100%;
		height: auto;
		overflow: visible;
		padding-top: 80px;
	}
	#navigation_mob A {
		color: #f4f4f4;
		padding: 0;
		width: 100%;
		display: block;
		text-align: center;
		line-height: 50px;
		border-top: 1px solid #444;
		font-size: 19px;
	}	
	.hamburger {
		display: block;
		position: absolute;
		width: 60px;
		height: 60px;
		right: 0px;
		top: 0px;
		cursor: pointer;
		z-index: 100;
		background: #fff;
		padding: 10px;
	}	
	.hamb_line {
		height: 7px;
		width: 90%;
		margin-left: 5%;
		background: #1496DC;
		margin-top: 3px;
		margin-bottom: 6px;
		float: left;
	}
	#navigation_mob.active .hamburger {
		display: none;
	}		
	.close_menu{
		display: none
	}
	.active .close_menu {
		display: block !important;
		position: absolute;
		width: 100%;
		height: 80px;
		right: 0px;
		top: 0px;
		text-align: right;
		color: #f4f4f4;
		padding: 8px 20px 0 0;
		font-size: 40px;
		cursor: pointer;
		z-index: 100;
	}
	.footer2 a {
		width: 100%;
		padding: 10px 0;
		display: block;
		border-top: 1px solid #303030;
	}
	.footer2 a:nth-child(2) {
		margin-top: 10px;
	}
	.footer2 span {
		display: none;
	}	
}


/* Tablet */

@media only screen and (max-width:1024px) {	

	#banner {
		background-image: url(media/images/slides/Schluchsee-Zahntechnik-1024.jpg);
	}
	.parallax-section#labor-par {
		background-image: url(media/images/slides/labor-1024.jpg);
	}
	.parallax-section#leistungen-par {
		background-image: url(media/images/slides/fraesanlage-1024.jpg);
	}
	.parallax-section#cad-par {
		background-image: url(media/images/slides/fraesanlage2-1024.jpg);
	}
	.parallax-section#kontakt-par {
		background-image: url(media/images/slides/Schluchsee-Zahntechnik-1024.jpg);
	}
}
@media only screen and (max-width:1023px) {	
	.parallax-section {
		background-size: 120%;
		background-position: 10% 0;
	}	
	.header {
		padding-top: 73px;
	}	
	#banner {
		background-position: 0 99px;
		padding-bottom: 16%;
		padding-top: 16%;
	}	
	section {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.headline_1 {
		padding: 30px 0;
		font-size: 32px;
		line-height: 36px;
	}
	h2 {
		margin-top: 30px;
		margin-bottom: 5px;
	}
	.headline_2 {
		font-size: 28px;
		margin: 10px 0px 20px;
		line-height: 30px;
	}
	.headline_3 {
		margin: 20px 0px 10px;
	}
	.section-content h1, .section-content .headline_1 {
		padding: 6% 0 30px 0;
		font-size: 50px;
	}
	.bildlinks, .bildrechts {
		width: 100%;
		margin: 0 auto;
		float: none;
	}
	.textblock, .footercontent{
		width: 94%;
		padding: 3%;
	}
	.section-content > h2, .section-content > p {
		width: 94%;
		padding: 0 3%;
		margin-bottom: 10px;
	}
	.content {
		padding-bottom: 20px;
	}	
	.zweispaltig {
		column-count: 1;
		column-gap: 0;
		text-align: center;
	}	
	.col2, .col4 {
		width: 100%;
		margin-right: 0;
		float: left;
		margin-bottom: 20px
	}
}

/* Mobile */
@media only screen and (max-width:767px) {	
	body {
		font-size: 16px;
	}
	
	#navigation_mob A {
		line-height: 40px;
	}	
	.header {
		padding-top: 48px;
	}
	#banner {
		background-position: 0 70px;
		padding-bottom: 24%;
		padding-top: 24%;
	}
	.logo {
		width: 130px;
		height: 60px;
		background: url(media/images/layout/logo-k.gif) 0 0 no-repeat;
		margin: 0px 0 10px 10px;
	}
	li:before {
		font-size: 16px;
	}
	.textblock p {
		text-align: center;
	}
	.section-content h1, .section-content .headline_1 {
		padding: 6% 0 0 0;
		font-size: 32px;
	}
	h2 {
		font-size: 22px;
		margin: 40px 0px 20px;
		line-height: 30px;
	}
	.headline_2 {
		text-align: center;
	}
	h3, .headline_3 {
		font-size: 18px;
	}
	.section-content > h2, .section-content > p {
		margin-bottom: 20px;
	}
	h4, .headline_4 {
		font-size: 19px;
		margin: 0px 0px 20px;
		text-align: center;
	}	
	.thumb-m {
		margin-bottom: 1%;
		margin-right: 1%;
		float: left;
		width: 49%;
		overflow: hidden;
		height: 0;
		padding-bottom: 32%;
		position: relative;
	}
	.thumb-m .bezeichnung, .thumb-g .bezeichnung {
		font-size: 13px;
	}
	
	@media (pointer: coarse) {
		.thumb-m {
			padding-bottom: 40%;
		}
	}
	.parallax-section {
		margin-bottom: 12%;
		padding-bottom: 15%;
		padding-top: 15%;
	}
	.footer {
		 display: none;	
	}	
}
@media only screen and (max-width:414px) {	

	#banner {
		background-image: url(media/images/slides/Schluchsee-Zahntechnik-412.jpg);
	}
	.parallax-section#labor-par {
		background-image: url(media/images/slides/labor-412.jpg);
	}
	.parallax-section#leistungen-par {
		background-image: url(media/images/slides/fraesanlage-412.jpg);
	}
	.parallax-section#cad-par {
		background-image: url(media/images/slides/fraesanlage2-412.jpg);
	}
	.parallax-section#kontakt-par {
		background-image: url(media/images/slides/Schluchsee-Zahntechnik-412.jpg);
	}
		
	.headline_parallax {
		font-size: 32px;
	}	
	.bildlinks, .bildrechts {
		margin: 30px auto;
		float: left;
	}
}
	 

