/*
 Theme Name:   O'Dey Private Practice
 Theme URI:    https://www.haasdigital.de
 Description:  Theme for O'Dey Private Practice
 Author:       Haas Digitalagentur
 Author URI:   https://www.haasdigital.de
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* colors */
:root {
    --color-black: #000;
    --color-white: #fff;
    --color-red: #c1000e;
    --color-gray: #6c757d;
    --color-lightgray: #f4f4f4;
    --color-green: green;
    --color-blue: #3e81ba;
    --color-orange: #f07e14;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/* layout */
body { margin:0 auto; padding:0; background-color:var(--color-white); font-family:'Montserrat', 'Helvetica', arial, sans-serif; font-size:18px; font-weight:400; color:var(--color-black); }

/* layout */
.container { max-width: 1170px; margin:0 auto; padding:0 40px; position:relative; }
#head { margin:0 auto; padding:10px 0; text-align:left; z-index:1003; }

/* logo */
#logo { margin:0 auto; padding:0; display:block; }
#logo h1 { margin:0 0 40px 0; font-size: 32px; text-align: center; color: var(--color-black); text-transform: none; }

.logo,
.logo:hover { margin:0 auto; padding:0; border:0; }

main {  }

.window {
    margin: 0 auto 0 auto;
    position: relative;
    background-color: var(--color-white);
    border-radius: 25px;
}

.window:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
    z-index: -1;
}

.window-header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: var(--color-lightgray);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.window-header-left {
  margin-right: auto;
}

.window-header-left h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}

.window-body {
  display: flex;
}

.window-body p:last-child {
    margin: 0;
}

.window-body-item {
  flex: 1;
  padding: 50px;
  order: 2;
}

.window-body-item.left {
  display: flex;
  flex-direction: column;
  background-color: var(--color-black);
  overflow: hidden;
  order: 1;
}

.window-body-item.left h3,
.window-body-item.left p,
.window-body-item.left a {
    color: var(--color-white);
    text-align: left;
}

.window-body-item.left a:hover {
    border-bottom: 2px solid var(--color-white);
}

.window-body-item h2 {
    margin: 0 0 40px 0;
}

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

  .window-body {
    padding: 0;
    display: grid;
  }

  .window-body-item {
    padding: 40px 20px;
    order: 1;
  }
  
  .window-body-item.left {
    order: 2;
  }
  
}

/* opening hours */
.opening-hours {
    
}

.opening-hours table {
    
}

.opening-hours table tr {
    
}

.opening-hours table tr td {
    padding: 10px 20px 10px 0;
    text-align: left;
    color: var(--color-white);
}

.opening-hours table tr td:first-child {
    font-weight: 700;
}

@media (max-width: 575px) {
    
    .opening-hours table tr {
        margin-bottom: 20px;
    }
    
    .opening-hours table tr td {
        display: block;
    }
    
    .opening-hours table tr td:first-child {
        padding-bottom: 0;
    }
}

.socialmedia {
    
}

.socialmedia ul {
    margin: 0;
    padding: 0;
}

.socialmedia ul li {
    list-style: none;
    margin: 0 30px 10px 0;
    padding: 0;
    display: block;
}

@media screen and (max-width: 575px) {
    
    .socialmedia ul, 
    .socialmedia ul li {
        display: block;
    }
    
    .socialmedia ul li {
        margin: 0 0 20px 0;
    }
    
}

i {
    margin-right: 12px;
}

#foot { font-size:16px; color:var(--color-black); line-height:18px; }
#footer-top p:last-child { margin:0; }
#copyright { font-size:16px; color:var(--color-black); line-height:18px; }

/* footer */
footer address { margin:0; padding:0; font-size:18px; font-style:normal; color:var(--color-black); line-height:1.5em; }
footer address a { font-size:18px; color:var(--color-black); text-decoration:none; }
footer address a:hover { text-decoration:underline; }

/* navigations */
nav ul, nav ol { list-style:none; list-style-image:none; margin:0; padding:0; }
nav ul li, nav ol li { margin:0; padding:0; }

.image-container {
    overflow: hidden;
    background-color: var(--color-black);
}

.image {
    margin: 0 0 20px 0;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.image h2 {
    margin: 0;
    padding: 5px 20px;
    background-color: rgba(0, 75, 126, 0.75);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.zoom-container {
    width: 100%;
    overflow: hidden;
}

.zoomable {
    width: 100%;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 1;
    cursor: pointer;
}

.zoomable:hover {
    transform: scale(1.1);
    opacity: 0.7;
}

.image:hover h2 {
    background-color: var(--color-black);
}

.info {
    margin: 0 auto 0 auto;
}

.info.text {
    max-width: 720px;
}

.content {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    padding: 0;
}

.column {
    flex: 1;
    min-width: calc(50% - 20px);
}

.column-left {
    
}

.column-right {
    
}

@media (max-width: 768px) {
    .column {
        min-width: 100%;
    }
}

/* content */
.text a { font-weight: 700; }

/* texts */
h1, h2, h3 {
    font-family: 'Syne', 'Helvetica', arial, sans-serif;
}

h1 { margin:0 0 40px 0; padding:0; font-size:48px; font-weight:700; color: var(--color-black); line-height:125%; letter-spacing:1px; }
h2 { margin:0 0 30px 0; padding:0; font-size:36px; font-weight:400; color:var(--color-black); letter-spacing:1px; }
h3 { margin:0 0 20px 0; padding:0; font-size:24px; font-weight:700; color:var(--color-black); letter-spacing: 1px; }
h4 { margin:0 0 10px 0; padding:0; font-size:20px; font-weight:700; color:var(--color-black); }
h5 { margin:0 0 10px 0; padding:0; font-size:18px; font-weight:700; color:var(--color-black); }
h6 { margin:0 0 5px 0; padding:0; font-size:16px; font-weight:300; color:var(--color-black); text-transform:uppercase; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration:underline; }
h1 span { font-size: 32px; }
h2 span { font-size: 24px; }

p { margin:0 0 30px 0; padding:0; font-size:18px; font-weight: 400; color:var(--color-black); line-height:1.6; }
address { margin:0 0 30px 0; padding:0; font-size:18px; font-weight: 400; font-style:normal; color:var(--color-black); line-height:1.6; }
strong, .bold { font-weight:700; }

p.link a { font-size:20px; letter-spacing: 2px; }

/* links */
a { font-size:1em; color:var(--color-black); text-decoration:none; outline:0; -webkit-transition: background-color 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -moz-transition: background-color 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; -o-transition: background-color 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; transition: background-color 0.4s ease 0s, border 0.4s ease 0s, color 0.4s ease 0s, opacity 0.4s ease-in-out 0s; border-bottom:1px solid transparent; }
a:hover { text-decoration:none; border-bottom:1px solid var(--color-black); }
a img { vertical-align:top; }

/* lists */
ul { margin:0 0 40px 20px; padding:0; }
li { list-style:disc; margin:0 0 10px 0; font-size:18px; color:var(--color-black); line-height:150%; }

/* images */
img { border:0; vertical-align:top; }
img.resize { width:100%; height:auto; }

/* meta nav */
nav#nav-meta ul { margin:0; padding:0; text-align:right; }
nav#nav-meta li { margin:0 20px 0 0; padding:0; list-style:none; font-size: 16px; letter-spacing: 1px; line-height:1.5em; text-align:right; display:inline-block; }
nav#nav-meta li a { padding:0; font-size:16px; color:var(--color-black); text-decoration:none; text-transform:uppercase; }
nav#nav-meta li a:hover { text-decoration:none; }
nav#nav-meta li.active a { font-weight:700; text-decoration:none; }

/* buttons */
.btn {
    background-color: var(--color-black);
    color: var(--color-white);
    border-color: var(--color-black);
}

.btn:hover {
    background-color: var(--color-gray);
    color: var(--color-white);
    border-color: var(--color-gray);
}

/* misc */
.clear { clear:both; }
.hide-text { text-indent:100%; white-space:nowrap; overflow:hidden; }
hr.divider { height:0; margin:20px 0; background:none; color:transparent; border:0; border-bottom:1px dotted var(--color-white); }
.nohover,
.nohover:hover {
    border: 0;
}

/* colors */

.bg-black {
    background-color: var(--color-black);
    color: var(--color-white);
}

.bg-black a,
.bg-black p,
.bg-black h3 {
    color: var(--color-white);
}

.bg-black a:hover {
    border-color: var(--color-white);
}

/* aligns */
.left { text-align:left; }
.center { text-align:center; }
.right { text-align:right; }

/* modal */
.modal-dialog {
    width: 100%;
    max-width: 800px;
}

.modal-content {
    border: 0;
    border-radius: 20px;
}

.modal-header {
    border: 0;
}

.modal-body {
    padding: 20px 40px;
}

.modal-footer {
    border: 0;
}

.modal-header .btn-close {
    
}

.modal.fade .modal-dialog {
    animation-name: slideInUp;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
}

/* padding */
.pb-0 { padding-bottom: 0 !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pb-3 { padding-bottom: 4rem !important; }
.pb-4 { padding-bottom: 6rem !important; }
.pb-5 { padding-bottom: 8rem !important; }
.pt-0 { padding-top: 0 !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-2 { padding-top: 2rem !important; }
.pt-3 { padding-top: 4rem !important; }
.pt-4 { padding-top: 6rem !important; }
.pt-5 { padding-top: 8rem !important; }

@media (min-width:576px) {
  .pb-sm-0 { padding-bottom: 0 !important; }
  .pb-sm-1 { padding-bottom: 1rem !important; }
  .pb-sm-2 { padding-bottom: 2rem !important; }
  .pb-sm-3 { padding-bottom: 4rem !important; }
  .pb-sm-4 { padding-bottom: 6rem !important; }
  .pb-sm-5 { padding-bottom: 8rem !important; }
  .pt-sm-0 { padding-top: 0 !important; }
  .pt-sm-1 { padding-top: 1rem !important; }
  .pt-sm-2 { padding-top: 2rem !important; }
  .pt-sm-3 { padding-top: 4rem !important; }
  .pt-sm-4 { padding-top: 6rem !important; }
  .pt-sm-5 { padding-top: 8rem !important; }
}

@media (min-width:768px) {
  .pb-md-0 { padding-bottom: 0 !important; }
  .pb-md-1 { padding-bottom: 1rem !important; }
  .pb-md-2 { padding-bottom: 2rem !important; }
  .pb-md-3 { padding-bottom: 4rem !important; }
  .pb-md-4 { padding-bottom: 6rem !important; }
  .pb-md-5 { padding-bottom: 8rem !important; }
  .pt-md-0 { padding-top: 0 !important; }
  .pt-md-1 { padding-top: 1rem !important; }
  .pt-md-2 { padding-top: 2rem !important; }
  .pt-md-3 { padding-top: 4rem !important; }
  .pt-md-4 { padding-top: 6rem !important; }
  .pt-md-5 { padding-top: 8rem !important; }
}

@media (min-width:992px) {
  .pb-lg-0 { padding-bottom: 0 !important; }
  .pb-lg-1 { padding-bottom: 1rem !important; }
  .pb-lg-2 { padding-bottom: 2rem !important; }
  .pb-lg-3 { padding-bottom: 4rem !important; }
  .pb-lg-4 { padding-bottom: 6rem !important; }
  .pb-lg-5 { padding-bottom: 8rem !important; }
  .pt-lg-0 { padding-top: 0 !important; }
  .pt-lg-1 { padding-top: 1rem !important; }
  .pt-lg-2 { padding-top: 2rem !important; }
  .pt-lg-3 { padding-top: 4rem !important; }
  .pt-lg-4 { padding-top: 6rem !important; }
  .pt-lg-5 { padding-top: 8rem !important; }
}

@media (min-width:1200px) {
  .pb-xl-0 { padding-bottom: 0 !important; }
  .pb-xl-1 { padding-bottom: 1rem !important; }
  .pb-xl-2 { padding-bottom: 2rem !important; }
  .pb-xl-3 { padding-bottom: 4rem !important; }
  .pb-xl-4 { padding-bottom: 6rem !important; }
  .pb-xl-5 { padding-bottom: 8rem !important; }
  .pt-xl-0 { padding-top: 0 !important; }
  .pt-xl-1 { padding-top: 1rem !important; }
  .pt-xl-2 { padding-top: 2rem !important; }
  .pt-xl-3 { padding-top: 4rem !important; }
  .pt-xl-4 { padding-top: 6rem !important; }
  .pt-xl-5 { padding-top: 8rem !important; }
}

/* margin */
.mb-0 { margin-bottom: 0 !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mb-3 { margin-bottom: 4rem !important; }
.mb-4 { margin-bottom: 6rem !important; }
.mb-5 { margin-bottom: 8rem !important; }
.mt-0 { margin-top: 0 !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-2 { margin-top: 2rem !important; }
.mt-3 { margin-top: 4rem !important; }
.mt-4 { margin-top: 6rem !important; }
.mt-5 { margin-top: 8rem !important; }

@media (min-width:576px) {
  .mb-sm-0 { margin-bottom: 0 !important; }
  .mb-sm-1 { margin-bottom: 1rem !important; }
  .mb-sm-2 { margin-bottom: 2rem !important; }
  .mb-sm-3 { margin-bottom: 4rem !important; }
  .mb-sm-4 { margin-bottom: 6rem !important; }
  .mb-sm-5 { margin-bottom: 8rem !important; }
  .mt-sm-0 { margin-top: 0 !important; }
  .mt-sm-1 { margin-top: 1rem !important; }
  .mt-sm-2 { margin-top: 2rem !important; }
  .mt-sm-3 { margin-top: 4rem !important; }
  .mt-sm-4 { margin-top: 6rem !important; }
  .mt-sm-5 { margin-top: 8rem !important; }
}

@media (min-width:768px) {
  .mb-md-0 { margin-bottom: 0 !important; }
  .mb-md-1 { margin-bottom: 1rem !important; }
  .mb-md-2 { margin-bottom: 2rem !important; }
  .mb-md-3 { margin-bottom: 4rem !important; }
  .mb-md-4 { margin-bottom: 6rem !important; }
  .mb-md-5 { margin-bottom: 8rem !important; }
  .mt-md-0 { margin-top: 0 !important; }
  .mt-md-1 { margin-top: 1rem !important; }
  .mt-md-2 { margin-top: 2rem !important; }
  .mt-md-3 { margin-top: 4rem !important; }
  .mt-md-4 { margin-top: 6rem !important; }
  .mt-md-5 { margin-top: 8rem !important; }
}

@media (min-width:992px) {
  .mb-lg-0 { margin-bottom: 0 !important; }
  .mb-lg-1 { margin-bottom: 1rem !important; }
  .mb-lg-2 { margin-bottom: 2rem !important; }
  .mb-lg-3 { margin-bottom: 4rem !important; }
  .mb-lg-4 { margin-bottom: 6rem !important; }
  .mb-lg-5 { margin-bottom: 8rem !important; }
  .mt-lg-0 { margin-top: 0 !important; }
  .mt-lg-1 { margin-top: 1rem !important; }
  .mt-lg-2 { margin-top: 2rem !important; }
  .mt-lg-3 { margin-top: 4rem !important; }
  .mt-lg-4 { margin-top: 6rem !important; }
  .mt-lg-5 { margin-top: 8rem !important; }
}

@media (min-width:1200px) {
  .mb-xl-0 { margin-bottom: 0 !important; }
  .mb-xl-1 { margin-bottom: 1rem !important; }
  .mb-xl-2 { margin-bottom: 2rem !important; }
  .mb-xl-3 { margin-bottom: 4rem !important; }
  .mb-xl-4 { margin-bottom: 6rem !important; }
  .mb-xl-5 { margin-bottom: 8rem !important; }
  .mt-xl-0 { margin-top: 0 !important; }
  .mt-xl-1 { margin-top: 1rem !important; }
  .mt-xl-2 { margin-top: 2rem !important; }
  .mt-xl-3 { margin-top: 4rem !important; }
  .mt-xl-4 { margin-top: 6rem !important; }
  .mt-xl-5 { margin-top: 8rem !important; }
}

/* Animation für das Modal */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width:1200px) {
    
    .wrapper {
        padding: 0 40px;
    }
    
}

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

    
    nav#nav-meta ul { text-align:left; }
    
}

@media screen and (max-width:768px) {
    
    .container {
        padding: 0 20px;
    }
    
    #logo h1 { font-size: 28px; line-height: 1.2; }
    #logo h1 span { font-size: 24px; font-weight: 300; }
    
    h2, a {
        word-wrap: break-word;
        hyphens: auto;
        overflow-wrap: anywhere;
    }
    
    .modal-dialog {
        width: 100%;
        max-width: 95%;
    }
    
    .modal-body {
        padding: 20px;
    }
    
    .wrapper {
        padding: 0 20px;
    }
    
}

@media screen and (max-width:575px) {
    
    nav#nav-meta { width:auto; margin:0; padding:0; float:none; clear:both; text-align:center; }
    nav#nav-meta ul { width:100%; height:auto; margin:0; padding:0; float:none; display:block; border-top:1px solid var(--color-black); }
    nav#nav-meta ul li { width:100%; height:auto; margin:0; padding: 15px 0; line-height:20px; text-align:left; float:none; border-left:0; border-right:0; border-bottom:1px solid var(--color-black); display:block; }
    nav#nav-meta ul li a { font-size:16px; line-height:20px; display:inline-block; border:0; }
    nav#nav-meta ul li a:hover { color:var(--color-black); border:0; }
    
    #copyright { margin:0; padding:0; float:none; font-size:16px; text-align:left; line-height: 1.6; }
    
    #foot address { font-size:18px; text-align:center; }
    
    .text .half { width:auto; margin:0 0 20px 0; float:none; }
    h1 { font-size:32px; }
    h2 { font-size:28px; }
    .text p, .text address, .text ul li { font-size:18px; }
    .text p { margin:20px 0 20px 0; }
    
    .text ul:nth-child(1) { margin:0 0 40px 0; }
    
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
    
    .resize { width:100%; height:auto; }
    
}