/* RESPONSIVE GRID */

.container,
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	}

@media (min-width:768px){.container{width:750px}}
@media (min-width:992px){.container{width:970px}}
@media (min-width:1200px){.container{width:1170px}}

.container-fluid {
	width: 100%;
	}

.row {
	margin-left: -15px;
	margin-right: -15px;
	}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px;}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}
.col-xs-12{width:100%} .col-xs-11{width:91.66666667%} .col-xs-10{width:83.33333333%} .col-xs-9{width:75%} .col-xs-8{width:66.66666667%} .col-xs-7{width:58.33333333%} .col-xs-6{width:50%} .col-xs-5{width:41.66666667%} .col-xs-4{width:33.33333333%} .col-xs-3{width:25%} .col-xs-2{width:16.66666667%} .col-xs-1{width:8.33333333%}

@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left} .col-sm-12{width:100%} .col-sm-11{width:91.66666667%} .col-sm-10{width:83.33333333%} .col-sm-9{width:75%} .col-sm-8{width:66.66666667%} .col-sm-7{width:58.33333333%} .col-sm-6{width:50%} .col-sm-5{width:41.66666667%} .col-sm-4{width:33.33333333%} .col-sm-3{width:25%} .col-sm-2{width:16.66666667%} .col-sm-1{width:8.33333333%}}

@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}
.col-md-12{width:100%} .col-md-11{width:91.66666667%} .col-md-10{width:83.33333333%} .col-md-9{width:75%} .col-md-8{width:66.66666667%} .col-md-7{width:58.33333333%} .col-md-6{width:50%} .col-md-5{width:41.66666667%} .col-md-4{width:33.33333333%} .col-md-3{width:25%} .col-md-2{width:16.66666667%} .col-md-1{width:8.33333333%}}

@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}
.col-lg-12{width:100%} .col-lg-11{width:91.66666667%} .col-lg-10{width:83.33333333%} .col-lg-9{width:75%} .col-lg-8{width:66.66666667%} .col-lg-7{width:58.33333333%} .col-lg-6{width:50%} .col-lg-5{width:41.66666667%} .col-lg-4{width:33.33333333%} .col-lg-3{width:25%} .col-lg-2{width:16.66666667%} .col-lg-1{width:8.33333333%}}

.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.modal-footer:after,.modal-footer:before,.row:after,.row:before{content:" ";display:table}
.clearfix:after,.container-fluid:after,.container:after,.row:after{clear:both}
*,:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.pull-right {
	float: right !important;
	}

.pull-left {
	float: left !important;
	}

.clear,
.container:after {
	clear: both;
	}

/* FONTS */

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	margin: 0;
	padding: 0;
	}

a {
    color: #0e468d;
    text-decoration: none;
    }

h1, .hl1 {
    font-size: 40px;
    color: #0e468d;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 700;
	text-align: right;
	padding: 12px 20px 0 0;
    } 
    @media only screen and (max-width: 767px) {
		h1 {
			font-size: 28px;
        	margin: 0 0 20px 0;
			text-align: left;
			}
		}

h2 {
    font-size: 32px;
    color: #0e468d;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-weight: 600;
	padding: 12px 20px 0 0;
    } 
    @media only screen and (max-width: 767px) {
		h2 {
			font-size: 28px;
        	margin: 0 0 20px 0;
			}
		}

.imprint h1,
.imprint h2 {
	text-align: left;
	font-size: 32px;
	font-weight: 600;
	}

#kontakt h2 {
	color: #ffffff;
	text-align: right;
	font-weight: 700;
	font-size: 40px;
	}

#kontakt a, 
#kontakt a:hover {
	color: #ffffff;
	}

h3,
h4 {
    font-size: 24px;
    color: #0e468d;
    font-weight: 600;
    margin: 0 0 7px 0;
    }

summary {
	cursor: pointer;
	padding: 10px 0;
	}

details {
	border-bottom: 1px solid #ffffff;
	}

.newsbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 1000vh;
	background-color: rgba(103,85,56,0.95);
    color: #fff;
	padding: 50px 10px;
	text-align: center;
	z-index: 9999;
	font-size: 1.1em;
	}
	@media (max-width: 991px) {
		.newsbox {
			width: 100%;
			padding-top: 100px;
			left: 0;
			}
		}

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

.newsbox img {
	width: 90%;
	max-width: 1200px;
	}

.text-left {
	text-align: left;
	}

.header {
    width: 100%;
    padding: 30px 0 0 0;
    margin: 0;
    }
    @media only screen and (max-width: 991px) {
        .header {
            padding: 18px 0;
            }
        }

/* NAVIGATION */

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

    @media only screen and (max-width: 991px) {
            .mobile-menu img {
                width: 40px;
                }
            }

.navigation ul {
    position: relative;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
    }
	@media only screen and (max-width: 991px) {
		.navigation ul {
			display: none;
			padding: 40px 0;
			position: fixed;
			background-color: rgba(173,195,223,0.90);
			width: 100%;
			top: -30px;
			left: 0;
			z-index: 3333;
			}
		}

ul.nav li {
	display: inline-block;
	}
	@media only screen and (max-width: 991px) {
		ul.nav li {
			display: block;
			float: none;
			padding: 5px 0;
			margin: 0 auto;
			text-align: right;
			}
		}

ul.nav li a {
	margin: 0 15px 0 0;
	padding: 0;
	color: #000000;
    font-size: 18px;
	text-decoration: none;
	}
	@media only screen and (max-width: 991px) {
		ul.nav li a {
			display: block;
			width: 100%;
			margin: 0;
			padding: 5px 0;
			text-align: center;
			}
		}

ul.nav li a:hover {
	padding: 0 0 5px 0;
    text-decoration: none;
    border-bottom: 2px solid #0e468d;
    color: #0e468d;
	}
    @media only screen and (max-width: 991px) {
		ul.nav li a:hover {
			display: block;
			margin: 0;
			padding: 5px 0;
			text-decoration: none;
			border-bottom: none;
			}
		}

ul.nav li.active a {
	color: #0e468d;
	}

ul.nav li.mobile-only {
	display: none;
	}
	@media only screen and (max-width: 991px) {
		ul.nav li.mobile-only {
			display: block;
			font-weight: 600;
			}
		}
	

/* ELEMENTE */
.clear {
	clear: both;
	}

.opener {
	width: 100%;
    margin: 0;
	background-image: url("../images/banner_zahnarzt_dr_patzke.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	height: 80vh;
	}
	@media only screen and (max-width: 767px) {
		.opener {
			background-image: url("../images/banner_zahnarzt_dr_patzke_mobil.jpg");
			background-position: center top;
			height: 70vh;
			}
		}

.banner {
	width: 60%;
	padding-top: 40vh;
	}
	@media only screen and (max-width: 767px) {
		.banner {
			width: 100%;
			margin-top: 48vh;
			padding-top: 10px;
			padding-bottom: 10px;
			background-color: rgba(255,255,255,0.90);
			}
		}

.logo img {
	width: 100%;
	max-width: 600px;
	}
	@media only screen and (max-width: 767px) {
		.logo img {
			width: 70%;
			margin-left: 10%;
			}
		}

.content {
    padding-top: 100px;
	padding-bottom: 100px;
    }
    @media only screen and (max-width: 1200px) {
		.content {
			padding-top: 60px;
			padding-bottom: 60px;
			}
		}

#team-praxis {
	background-color: #eaf0f7;
	}

.responsive-img {
	width: 100%;
	height: auto;
	}

section.behandlung {
	background-color: #adc3df;
	}

.content ul {
	padding: 0 0 0 15px;
	}

.content ul li {
	padding: 3px 0;
	}

section.kontakt {
	background-color: #3368b0;
	color: #ffffff;
	}

section.jobs {
	background-color: #d9e0ee;
	}

.imp-footer{
    background-color: #ffffff;
    padding: 30px 0;
	text-align: center;
	}
	@media only screen and (max-width: 767px) {
		.imp-footer {
			text-align: left;
			}
		}

.imp-footer a {
	color: #000000;
	}

.mobile-only {
	display: none;
	}
	@media only screen and (max-width: 767px) {
		.mobile-only {
			display: block;
			}
		}

/*BACK TO TOP*/
#back-to-top {
    bottom: 30px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 5%;
	}
	@media only screen and (max-width: 767px) {
		#back-to-top {
			bottom: 30px;
			right: 20px;
			z-index: 500;
			}
		}

#back-to-top img {
    width: 35px;
	}

/* FONT INTEGRATION */

/** Montserrat Thin **/
@font-face {
    font-family: "Montserrat";
    font-weight: 100;
    font-style: normal;
    src: url("../fonts/Montserrat-Thin.woff2") format("woff2"),
         url("../fonts/Montserrat-Thin.woff") format("woff");
	}

/** Montserrat ExtraLight **/
@font-face {
    font-family: "Montserrat";
    font-weight: 200;
    font-style: normal;
    src: url("../fonts/Montserrat-ExtraLight.woff2") format("woff2"),
         url("../fonts/Montserrat-ExtraLight.woff") format("woff");
	}

/** Montserrat Light **/
@font-face {
    font-family: "Montserrat";
    font-weight: 300;
    font-style: normal;
    src: url("../fonts/Montserrat-Light.woff2") format("woff2"),
         url("../fonts/Montserrat-Light.woff") format("woff");
	}

/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
         url("../fonts/Montserrat-Regular.woff") format("woff");
	}

/** Montserrat Medium **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
         url("../fonts/Montserrat-Medium.woff") format("woff");
	}

/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
         url("../fonts/Montserrat-SemiBold.woff") format("woff");
	}

/** Montserrat Bold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"),
         url("../fonts/Montserrat-Bold.woff") format("woff");
	}

/** Montserrat ExtraBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"),
         url("../fonts/Montserrat-ExtraBold.woff") format("woff");
	}