/* BASIC STYLESHEET for www.orthopraxis-preetz.de */
/* author: ideenwerft GmbH */
/* author site: www.ideenwerft.com
/* copyright 2019 */


/*		FARBEN 
*		Blau: #009AA7 
*		Braun: #6F635A
*	
*/



/* =LAYOUT ======================== */

/* fonts */
@import "fonts.css"; /* lato-regular - latin */

body {
	font-family: 'Lato', Verdana, sans-serif;;
    color: #6F635A;
    background-color: white;
	font-size:17px;
}


.keyvisual, .keyvisual__img {
    position: relative;
}
.keyvisual {
    overflow: hidden;
}
.keyvisual__overlay {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.keyvisual__overlay::before {
    content: '';
    background-image: url("../Img/keyvisual_overlay.svg");
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}  


main.content {
	padding-bottom:70px;
}
@media (max-width:767px) {
	#start main.content {
		padding-bottom: 0;
	}
}

.mitte {
    margin-bottom: 50px;
    position: relative;
}
#start .mitte {
    height: auto;
}

.footer {
    position: relative;
    background-color: #6F635A;
    color: #fff;
    padding-top: 50px;
    overflow: hidden;
}
.footer::before {
    content: '';
    background-image: url("../Img/footer_overlay.svg");
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}



/* =BASIC STYLES ======================== */
.small {
	font-size: 0.9em;
}
.xsmall {
	font-size: 0.8em;
}
.red, .error {
	color:#c00;
}
.grey {
	color:#999;
}
.clear {
	clear:both;
}
.italic {
	font-style:italic;
}
.hide, .hidden {
	display:none;
}
.align-center {
	text-align:center;
}
.align-right {
	text-align:right;
}
.align-justify {
	text-align:justify;
}
.align-left {
	text-align:left;
}
.note {
	font-size:0.9em;font-style:italic;color:#999;
}


/* links */
a {
   	color: #009AA7;
}
a:hover, a:focus {
	color:#009AA7;
	text-decoration: none;
}
:active, :focus {
	outline:0;
}
a.button:link, a.button:visited {
	display:inline-block;padding:5px 15px;background:#009AA7;color:#fff;
}
a.button:hover, a.button:focus {
	text-decoration:none;opacity:0.8;
}
.footer a {
    color: #fff;
    font-size: 17px;
}
.footer a:hover {
	color: #009AA7;
}
/* Externe, interne & mail Links */
a.external-link-new-window:before,
a.internal-link:before,
a.mail:before {
   font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
}
a.external-link-new-window:before {
	content: "\f08e";
}
a.internal-link:before {
	content: "\f0c1";
}
a.mail:before {
	content: "\f0e0";
}
article.sitemap-intern a.internal-link:before {
    content: "";
}
/* TYPO3 : anker-tags f�r interne links nach oben setzen*/
a.anchor {
	position:absolute;
	margin-top:-35px;
}


/* buttons */
.btn-primary {
	background-color: #009AA7;
	color: #fff;
	border: none;
}
.btn-primary:hover {
	background-color: #6F635A;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
	background-color: #6F635A;
	border-color: #ebeae9;
}
.btn-primary.focus, .btn-primary:focus, .btn.focus, .btn:focus {
	border-color: #6F635A;
	box-shadow: 0 0 0 0.2rem rgba(111,99,90,.25);
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline:none;
}


/* text */
h1,h1,h3,h4,h5 {
	font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
}
p {
	font-size: 16px;
	margin-bottom: 20px;
}
@media (min-width:992px) {
		p {font-size: 17px;}
	}
h1 {
	color: #009AA7;
    font-size: 34px;
    margin: 50px 0 20px;
}
h2 {
	font-size: 28px;
    margin: 30px 0 10px;
    font-weight: 600;
}
h3 {
    font-size: 22px;
    margin: 10px 0 20px;
}
h4 {
    font-size: 20px;
    margin: 10px 0 15px;
}
#start p, #start h1, #start h2, #start h3, #start h4 {
    text-align: center;
}
#footer p {
    text-align: left;
}
.second-heading {
	color: #009AA7;
}


/* other */
blockquote {
	padding:15px 40px;
}
blockquote p {
	color:#0061a1;font-size:14px;font-style:italic;
}
blockquote cite {
	color:#888;font-size:12px;font-style:italic;
}
table {
	font-size: 1em;border-collapse:collapse;border-spacing:0;
}
table th, table td {
	vertical-align:top;
}
/* achtung: tabellen brauchen weiterhin 'cellspacing="0"' im markup! */
table p {
	padding:0;margin:0;
}
hr, hr.linie-davor,  hr.linie-danach {
	clear:both;background-color:#adadad;color:#adadad;border:#adadad;height:1px;margin:10px 0;
}
address, caption, cite, code, dfn, var {
	font-style:normal;font-weight:normal;
}
caption, th {
	text-align:left;
}
fieldset {
	border:none;
}
input, textarea, select {
	border:1px solid #ccc;font-size:1em;padding:2px;color:#336699;
}
input:focus, textarea:focus {
	background-color:#f3f3f3;
}

/* listen */ 
.footer ul {
    list-style: none;
	padding-inline-start: 0px;
}
.footer ul li {
    padding: 0px 0 8px 0;
}
.footer ul li ul {
    padding: 0;
}
.footer ul li ul li {
    padding: 2px 0;
}
.footer ul li ul a {
    font-size: 15px;
	margin-left:15px;
}
.footer i {
    margin-right: 10px;
}

/* _bootstrap */
.container-fluid {
    padding: 0;
}
.col {
    padding: 10px 50px;
}


img {
	width:100%;
	height:auto;
}


.iframewrap iframe {
    width: 100%;
    border: none;
}
.iframewrap {
    margin-bottom: -6px;
}



/* =NAVIGATION ======================== */

.navbar {
    z-index: 1;
}
.navbar li a {
	font-size: 16px;
	font-weight: bold;
	color: #6F635A;
	}
.dropdown-menu {
    width: 250px;
    border: none;
    border-radius: 0;
	margin: .125rem 0 0;
}
li.dropdown:hover a {
    color: #6F635A;
    text-decoration: none;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    background-color: transparent;
}
.navbar li a:hover {
    color: #6F635A;
    text-decoration: none;
}
@media (min-width:992px){
	.navbar {
		bottom: 60px;
		left: -50px; 
	}
	.navbar li a {
		font-size: 24px;
		padding: 15px;
	}
	.dropdown-menu {
		margin: .125rem 0 0 20px;
		background: #009AA7;
	}
	li.dropdown:hover a {
		color: white;
    	background-color: #009AA7;
	}
	.navbar li a:hover {
   		background-color: #009AA7;
		 color: white;
	}
}
button:focus {
	outline:none;
}
.navbar-toggler-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6f635a;
}

.dropdown-toggle::after {
    content: none;
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.dropdown-menu li a {
    width: 100px;
    font-size: 15px;
    color: white;
}
@media (max-width: 991px){
	header .container {
		margin: 0;
		padding: 0;
		max-width: 100%;
		border-bottom: 1px solid rgba(217,214,212,0.2);
		box-shadow: 0px 0px 20px rgba(217,214,212,1);
	}
}
ul.nav.navbar-nav.navbar-left li {
    padding: 5px 0 5px 20px;
}


/* =CONTENT ELEMENTS ======================== */

/* _logo */
#logo {
    z-index: 2;
    width: 45%;
    position: absolute;
    top: 22%;
}
.logo-bottom {
	width: 60%;
	margin-bottom: 40px;
}

@media (min-width:768px){
	#logo {	
		width: 40%;
		left: 7%;
	}
	.logo-bottom {
		width: 40%;
	}
}

@media (min-width:992px){
	.logo-bottom {
		width: 30%;
	}
}


/* _teaser */
.teaser-text {
    margin-bottom: 50px;
}

.team-pic {
    position: absolute;
    top: 0;
    right: 0;
}
.teambild {
    background-color: #009AA7;
}
.teambild::after {
    content: '';
    background-color: #009AA7;
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
}


/* TEASER */
.dce-teaser > .row > div {
    margin-bottom: 0.2rem;
}
.dce-teaser .text-wrap {
    padding: 0;
}
.dce-teaser h3 {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 0 25px 0;
    padding: 10px 10px;
    background: #afa49c;
    font-family: 'Lato', Verdana, sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
@media (min-width:575px) {
	.dce-teaser h3 {
		height: 60px;
		font-size: 19px;
	}
}


/* DCE 3er Box mit Text / Leistungen */
.dce-leistung {
	width: 100vw;
	margin: 0px calc(50% - 50vw); 
	background: #b9b0a9;
	overflow: hidden;
}
.dce-leistung .row > div {
	padding: 0;
}
.dce-leistung .box {
	position: relative;
	overflow: hidden;
	margin: 20px 0;
}
.dce-leistung .box a {
	display: inline-block;
}
.dce-leistung .box .text-wrap {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
	padding: 10px 50px;
	background: rgba(255,255,255,.5);
	z-index: 10;
}
.dce-leistung .box:hover .text-wrap,
.dce-leistung .box:focus .text-wrap {
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(0,154,167,.5);
}
.dce-leistung .box .text-wrap h4,
.dce-leistung .box .text-wrap p {
	margin: 0;
	text-align: center;
	color: #6F635A;
}
.dce-leistung .box .text-wrap p {
	font-size: 16px;
}
.dce-leistung .box:hover .text-wrap h4,
.dce-leistung .box:focus .text-wrap h4,
.dce-leistung .box:hover .text-wrap p,
.dce-leistung .box:focus .text-wrap p {
	color: #fff;
}
.dce-leistung .box:hover .text-wrap h4,
.dce-leistung .box:focus .text-wrap h4 {
	margin-bottom: 10px;
}

@media(min-width:768px) {
	.dce-leistung {
		margin: 50px calc(50% - 50vw); 
	}
	.dce-leistung .box {
		position: relative;
		overflow: hidden;
		margin: 0;
	}
	.dce-leistung .box .hover-content {
		height: 0;
		overflow: hidden;
	}
	.dce-leistung .box:hover .hover-content,
	.dce-leistung .box:focus .hover-content {
		height: auto;
	}
	.dce-leistung .row > div::before,
	.dce-leistung .row > div::after {
		content: "";
		position: absolute;
		top: 0;
		bottom: -1px;
		width: 22px;
		background: #fff;
		z-index: 100;
	}
	.dce-leistung .row > div::before {
		left: -1px;
	}
	.dce-leistung .row > div::after {
		right: -1px;
	}
	.dce-leistung .row > div:first-child::before {
		left: -20px;
		width: 40px;
	}
	.dce-leistung .row > div:last-child::after {
		right: -20px;
		width: 40px;
	}
	.dce-leistung .box {
		height: calc(100% + 1px);
	}
	
	.dce-leistung .box .text-wrap p {
		text-align: left;
	}

	.skew-left .row > div {
		webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-ms-transform: skew(20deg);
		-o-transform: skew(20deg);
		transform: skew(20deg);
	}
	.skew-left .box .text-wrap > * {
		-webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-ms-transform: skew(-20deg);
		-o-transform: skew(-20deg);
		transform: skew(-20deg);
	}
	.skew-left .box img {
		-webkit-transform: skew(-20deg) scale(1.2,1.2);
		-moz-transform: skew(-20deg) scale(1.2,1.2);
		-ms-transform: skew(-20deg) scale(1.2,1.2);
		-o-transform: skew(-20deg) scale(1.2,1.2);
		transform: skew(-20deg) scale(1.2,1.2);
	}
	.skew-right .row > div {
		webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-ms-transform: skew(-20deg);
		-o-transform: skew(-20deg);
		transform: skew(-20deg);
	}
	.skew-right .box .text-wrap > * {
		-webkit-transform: skew(20deg);
		-moz-transform: skew(20deg);
		-ms-transform: skew(20deg);
		-o-transform: skew(20deg);
		transform: skew(20deg);
	}
	.skew-right .box img {
		-webkit-transform: skew(20deg) scale(1.2,1.2);
		-moz-transform: skew(20deg) scale(1.2,1.2);
		-ms-transform: skew(20deg) scale(1.2,1.2);
		-o-transform: skew(20deg) scale(1.2,1.2);
		transform: skew(20deg) scale(1.2,1.2);
	}
}

@media (max-width:992px){
	.hover-content {
		display: none;
	}
}

/* DCE Text und Bild fullwidth / Sprechzeiten */
.dce-text-bild {
	width: 100vw;
	margin: 0px calc(50% - 50vw) 0;
	color: #fff;
	overflow: hidden;
}
.dce-text-bild .text-wrap {
	display: flex;
	align-items: center;
	padding: 30px 15px;
}
.dce-text-bild .text-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 100%;
	background: #009AA7;
	z-index: 10;
}
.dce-text-bild .text-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	bottom: -1px;
	width: 100%;
	background: #009AA7;
	z-index: 10;
}
.dce-text-bild .text {
	position: relative;
	width: 100%;
	z-index: 20;
}
.dce-text-bild .text h3 {
	margin-top: 0;
}

.dce-text-bild .text *:last-child {
	margin-bottom: 0;
}
.dce-text-bild .img-wrap {
	padding: 0;
}

@media (max-width:767px) {
	.dce-text-bild .container {
		width: 100%;
		max-width: 100%;
	}
}
@media(min-width: 768px) {
	.dce-text-bild {
		width: 100vw;
		margin: auto calc(50% - 50vw) 50px;
		color: #fff;
		overflow: hidden;
	}
	.dce-text-bild {
		background: #009AA7;
	}
	.dce-text-bild .text-wrap::after {
		content: "";
		position: absolute;
		top: 0;
		right: 40px;
		bottom: -1px;
		width: 100%;
		background: #009AA7;
		webkit-transform: skew(-20deg);
		-moz-transform: skew(-20deg);
		-ms-transform: skew(-20deg);
		-o-transform: skew(-20deg);
		transform: skew(-20deg);
		transform-origin: top;
		z-index: 10;
	}
	.dce-text-bild .text-wrap::after {
		right: 0;
		border-right: 40px solid #fff;
		transform-origin: bottom;
	}
	.dce-text-bild .text {
		width: 100%;
	}
	.dce-text-bild .text h3 {
		margin-bottom: 10px;
	}
	.dce-text-bild .text p {
		margin-bottom: 5px;
	}
	.dce-text-bild .img-wrap {
		display: inline-block;
		margin: inherit;
	}
	.dce-text-bild .img-wrap img {
		width: calc(100% + ((100vw - 720px) / 2));
	}
}
@media(min-width: 768px) and (max-width: 991px) {
	.dce-text-bild .container {
		width: 100%;
		max-width: 100%;
	}
	.dce-text-bild .img-wrap img {
		height: auto;
		max-width: 85%;
	}
	.dce-text-bild .img-wrap {
        display: flex;
        justify-content: center;
    }
}
@media(min-width: 992px) and (max-width: 1199px) {
	.dce-text-bild .img-wrap img {
		max-width: calc(100% + ((100vw - 930px) / 2));
		min-height: 100%;
		width: auto;
	}
}
@media(min-width: 1200px) {
	.dce-text-bild .text h3 {
		margin-bottom: 20px;
	}
	.dce-text-bild .text p {
		margin-bottom: 10px;
	}
	.dce-text-bild .img-wrap img {
		width: calc(100% + ((100vw - 1110px) / 2));
	}
}



/* =OTHER ======================== */

/* +++ copy & musthave ++++ */
.musthavecopy {
    color: white;
    position: relative;
    z-index: 2;
}
.musthavecopy a {
    color: white;
}
.musthavecopy .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer .musthave {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
.footer .musthave a {
    padding: 0 5px;
    font-size: 16px;
	font-weight: 700;
}
.musthavecopy .musthave a {
    color: #6F635A;
}
.copy {
    padding: 10px 0;
	font-size: 16px;
}
.copy a {
	font-size: 14px;
}

@media (max-width: 767px) {
	.musthavecopy .musthave a {
		color: white;
	}
}

/* +++ Kontakt-Box +++ */
p.contact-field.contact-page {
    margin: 10px 0;
}
p.contact-field.contact-page i {
	margin-right: 10px;
}


/* +++++++ Print Styles +++++*/

@media print {
 
	a[href]:after {
		content: none !important;
	}
	#c1825, .dce-text-bild .img-wrap, .keyvisual, nav, .logo-bottom, .quicklinks, .logo-bottom, .musthavecopy {
		display: none;
	}
	main.content {
		padding-bottom:0;
	}
}
/* =EXTENSIONS ======================== */
/* POWERMAIL */

.form-group div.col-sm-10 {
	padding: 0;
}
.control-label.col-sm-2 {
	padding: 0;
}
.powermail_input, .powermail_textarea  {
	background: #ebeae9;
}
.powermail_legend {
	margin-bottom: 30px;font-size: 16px;
}
div.tx-powermail .checkbox label {
	color: #636363;font-size: 15px;font-weight: 400;
}
div.tx-powermail .checkbox label input {
	margin-right: 10px;
}
@media (min-width: 992px){
	.powermail_input {
		width: 70%;background: #ebeae9;
	}
	label.control-label.col-sm-2 {
		float: left;width: 20%;font-size:16px;
	}
	.powermail_textarea, .powermail_textarea.powermail_select {
		width: 70%;background: #ebeae9;
	}
	.powermail_select {
		width: 20%;background: #ebeae9;
	}
	.tx-powermail h3 {
		font-size:26px;letter-spacing: 0.1px;
	}
}
@media (min-width: 576px){
	.col-sm-2 {
		max-width: 30%;
	}
}

/* =JQUERY PLUGINS ======================== */



