/* FONT-INTEGRATION */

/* Sansation Bold  */
@font-face {
    font-family: 'sansationbold';
    src: url('../fonts/sansation_bold-webfont.woff2') format('woff2'),
         url('../fonts/sansation_bold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    }

/* Sansation Light  */
@font-face {
    font-family: 'sansationlight';
    src: url('../fonts/sansation_light-webfont.woff2') format('woff2'),
         url('../fonts/sansation_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

/* Sansation Regular */
@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation_regular-webfont.woff2') format('woff2'),
         url('../fonts/sansation_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }

/* Sorts Mill Goudy Regular */
@font-face {
    font-family: 'goudy';
    src: url('../fonts/GoudyStM-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    }


/* SITE-CONTSTRUCTION */

body {
	background-attachment: fixed;
	background-image: url(../images/bg_gold.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	color: #000;
	font-family: 'sansationregular';
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-align: center;
	}
	@media only screen and (max-width: 991px) {
		body {
			background-attachment: fixed;
			background-image: url("../images/bg_gold_small_4.jpg");
            background-size: contain;
			background-repeat: repeat-y;
			}
		}

.clear {
	clear: both;
	}

header {
	background: url(../images/bg_black_100.jpg) repeat-x;
	background-position: 0 -25px;
	margin: 0;
	width: 100%;
	}
	@media only screen and (max-width: 991px) {
		header {
			background-position: 0 -35px;
			padding: 20px 0 0;
			}
		}

a {
	text-decoration: none;
	color: #000;
	}

a:hover {
    text-decoration: underline;
    }

.telefon a,
.telefon a:hover {
    text-decoration: none;
    color: #bbb;
    }

.logo {
	margin: 0 auto;
	padding-top: 10px;
	max-width: 170px;
	width: 100%;
	text-align: center;
	}
	@media only screen and (max-width: 991px) {
		.logo {
			margin: 0 auto;
			max-width: none;
			width: 50%;
			text-align: center;
			}
		}

.logo img {
	margin: 0;
	width: 100%;
	text-align: center;
	}
	@media only screen and (max-width: 991px) {
		.logo img {
			width: 80%;
            max-width: 150px;
			}
		}

.termine {
    text-align: left;
    text-decoration: none;
    font-family: 'sansationbold';
    display: block;
    background-color: #b79442;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    position: fixed;
    padding: 10px;
    right: 50px;
	top: 20px;
    z-index: 1000;
    }
    @media only screen and (max-width: 991px) {
		.termine {
			background-color: #000;
            color: #b79442;
			}
		}
    
    @media only screen and (max-width: 991px) {
		.termine a {
			color: #b79442;
			}
		}

.termine a {
    text-align: center;
    }

.praxis-news {
    text-align: center;
    text-decoration: none;
    font-family: 'sansationbold';
    display: block;
    background-color: #b79442;
    color: #000000;
    font-size: 14px;
    overflow: hidden;
    position: fixed;
    padding: 10px;
    right: 50px;
	top: 160px;
    z-index: 1000;
    }
    @media only screen and (max-width: 991px) {
		.praxis-news {
			background-color: #000;
            color: #b79442;
			top: 100px;
			right: 3%;
			}
		}
    
    @media only screen and (max-width: 991px) {
		.praxis-news a {
			color: #b79442;
			}
		}

.praxis-news a {
    text-align: center;
    }

.termine-kontakt {
    text-align: center;
    text-decoration: none;
    font-family: 'sansationbold';
    background-color: #b79442;
    color: #000000;
    font-size: 14px;
    width: 257px;
    line-height: 40px;
    margin: 0 auto;
    }
    @media only screen and (max-width: 991px) {
		.termine-kontakt  {
			background-color: #000;
            color: #b79442;
			}
		}
    
    @media only screen and (max-width: 991px) {
		.termine-kontakt  a{
			color: #b79442;
			}
		}

.telefon {
	position: absolute;
	margin: 0 150px 0 0;
    right: 140px;
	text-align: right;
	top: 22px;
	}
	@media only screen and (max-width: 991px) {
		.telefon {
			left: 30px;
			right: 50px;
			top: 22.5px;
            margin: 0;
			position: absolute;
			text-align: left;
			z-index: 100;
			}
		}

.telefon img {
	margin: 5px;
	text-align: right;
	vertical-align: middle;
	}
	@media only screen and (max-width: 991px) {
		.telefon img {
			margin: 0;
			text-align: left;
			vertical-align: middle;
			width: 10%;
            max-width: 38px;
			}
		}

.telefon a span {
	display: inline-block;
	line-height: 24px;
	text-align: right;
	}
	@media only screen and (max-width: 991px) {
		.telefon a span {
			display: none;
			}
		}

.social-links {
	position: absolute;
	margin: 0 0 0 0;
	left: 50px;
	top: 22px;
	z-index: 9999;
	}
	@media only screen and (max-width: 991px) {
		.social-links {
			left: 80px;
			}
		}

.social-links img {
	margin: 0 5px;
	}
	@media only screen and (max-width: 991px) {
		.social-links img {
			margin: 0;
			max-width: 30px;
			}
		}

nav {
	font-family: "goudy";
	font-size: 20px;
	margin: -135px auto 0 auto;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/bg_gold.jpg);
	background-repeat: no-repeat;
    background-size: cover;
	}
	@media only screen and (max-width: 991px) {
		nav {
			margin-top: 20px;
			width: 100%;
			}
		}

nav ul {
	list-style-type: none;
	margin: 0 0 0 -15px;
	padding: 0;
	position: relative;
	}
	@media only screen and (max-width: 991px) {
		nav ul {
			display: none;
			margin: 0;
			position: relative;
            border-top: 1px solid #e3c163;
            border-bottom: 1px solid #e3c163;
            z-index: 9999999;
			}
		}

nav ul li {
	display: inline-block;
	font-size: 20px;
	font-weight: 500;
	list-style-type: none;
	margin: 0px;
	text-decoration: none;
	color: #000;
	}
	@media only screen and (max-width: 991px) {
		nav ul li {
			background-attachment: scroll;
			background-image: url("../images/bg_gold_small_4.jpg");
            background-size: cover;
			background-repeat: no-repeat;
			color: #000;
			display: block;
			}
		}

nav ul li a {
	color: #000;
	display: inline-block;
	text-transform: uppercase;
	padding: 20px 15px;
	}
	@media only screen and (max-width: 991px) {
		nav ul li a {
			color: #000;
			padding: 15px;
			}
		}

nav ul li:hover ul {
	display: block;
	}

nav ul li.active a,
nav ul li a:hover {
	background: #000;
	color: #b79442;
	}

.margin {
	margin-right: 180px;
	}
	@media only screen and (max-width: 991px) {
		.margin{
			margin-right: 0;
			}
		}

.banner {
	background-color: rgba(29,29,29,0.8);
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 100%;
	}
	@media only screen and (max-width: 991px) {
		.banner{
			margin: -45px 0 0 0;
			}
		}

.banner img {
	margin: 30px 0 40px 0;
	max-width: 800px;
	width: 100%;
	}
	@media only screen and (max-width: 991px) {
		.banner img {
			margin: 24px 0 20px 0;
			width: 90%;
			}
		}

.banner-flex {
    background-color: rgba(29,29,29,0.8);
	margin: 0;
	padding: 0;
	text-align: center;
    float: left;
	width: 100%;
	}
	@media only screen and (max-width: 991px) {
		.banner-flex {
			margin: -45px 10% 0 10%;
            width: 80%;
			}
		}

.banner img {
	margin: 30px auto 40px auto;
	width: 100%;
    max-width: 600px;
	}
	@media only screen and (max-width: 991px) {
		.banner img {
			margin: 24px auto 20px auto;
			width: 90%;
			}
		}

ul.slides {
	width: 100%;
	overflow: hidden;
	}

.home {
	width: 100%;
	padding: 20px 0;
	/*background-attachment: fixed;
	background-image: url(../images/bg_gold.jpg);
	background-size: cover;*/
	}

.balken-gold {
    width: 100%;
	padding: 20px 0;
	/*background-attachment: fixed;
	background-image: url(../images/bg_gold.jpg);
	background-size: cover;*/
    }
    @media only screen and (max-width: 991px) {
		.balken-gold {
            /*background-attachment: scroll;
	        background-image: url(../images/bg_gold.jpg);
            background-size: auto;*/
			}
		}

.bg {
	width: 100%;
	padding: 20px 0;
	background-color: rgba(29,29,29,0.8);
	color: #cbc9cb;
	text-align: center;
	font-weight: 200;
	}

.bg a {
    color: #cbc9cb;
    }

.content {
	margin: 30px 20% 40px 20%;
	text-align: center;
	width: 60%;
	}
	@media only screen and (max-width: 991px) {
		.content{
			margin: 0 auto;
			width: 90%;
			}
		}

h1 {
	font-family: "goudy";
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 20px;
	color: #000;
	}
	@media only screen and (max-width: 991px) {
		h1{
			font-size: 30px;
			margin-bottom: 0;
			}
		}

.gold {
    color: #b79442;
    }

.grau {
    color: #333;
    }

h2 {
	font-family: "goudy";
	font-size: 30px;
	font-weight: 200;
	margin-bottom: 20px;
    color: #333;
	/*color: #b79442;*/
	}
	@media only screen and (max-width: 991px) {
		h2{
			font-size: 30px;
			margin-bottom: 0;
            color: #333;
            /*background-color: rgba(0,0,0,0.80);*/
			}
		}

.linie {
	}

@media only screen and (max-width: 991px) {
		.linie{
			width: 80%;
			}
		}

.zahnmedizin {
	width: 100%;
	text-align: center;
	}

.zahnmedizin ul {
    padding: 0;
    }

.zahnmedizin ul li {
	padding: 10px 0;
    list-style-type: none;
	}
    @media only screen and (max-width: 991px) {
		.zahnmedizin ul li {
			list-style-type: none;
			}
		}

.picture a {
    border: none;
    text-decoration: none;
    }

.pictures img {
    border: 3px solid #b79442;
    }

footer {
	background-color: #000;
	color: #b79442;
	padding: 20px 0;
	text-align: center;
	bottom: 0;
	width: 100%;
	}
	@media only screen and (max-width: 991px) {
		footer {
			bottom: 0;
			height: auto;
			}
		}

footer a {
	font-family: 'sansationbold' ;
	font-size: 14px;
	color: #b79442;
	text-decoration: none;
	}

a.mobile-menu {	
	display: none;
	}
	@media only screen and (max-width: 991px) {
		a.mobile-menu {
			display: block;
			position: absolute;
			top: 20px;
			right: 20px;
			z-index: 5000;
			}
		}

#back-to-top {
    bottom: 30px;
    color: #000;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 40px;
	}
	@media only screen and (max-width: 767px) {
		#back-to-top {
			bottom: 30px;
			right: 20px;
			z-index: 500;
			}
		}

#back-to-top:hover {
	opacity: 0.9;
	}

.newsbox {
	position: absolute;
	display: none;
	top: 150px;
	left: 18%;
	width: 60%;
	background-color: rgba(255,255,255,0.90);
	padding: 20px 2%;
	text-align: center;
	z-index: 9999;
	color: #333;
	}
	@media (max-width: 991px) {
		.newsbox {
			width: 90%;
			left: 3%;
			}
		}

.newsbox a,
.newsbox a:hover {
	text-decoration: none;
	color: #333;
	}
