/*
Theme Name: matthiaskaeser
Author: eloq GmbH
Author URI: https://eloq.swiss/
Description: Die eloq GmbH macht nicht einfach Internetseiten. Wir bieten Ihnen durchdachte Konzepte, mischen Designkompetenz mit technischem Können und streben so nach der perfekten Internet-Präsenz unseres Kunden. Das vorliegende Theme wurde von uns mit Passion und Freude handgefertigt. Wir hoffen, Ihnen gefällt unsere Arbeit!
Version: 1.5.8
*/

/* Imports */

@import url('css/typo.css');
@import url('css/utilities.css');
@import url('css/header.css');
@import url('css/footer.css');
@import url('css/page-fotobuch.css');


@font-face {
    font-family: "Albert Sans";
    src: url("/wp-content/themes/matthiaskaeser/fonts/AlbertSans-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
  }
  
/*
COLOR DEFINITIONS - GOES BELOW:
*/

/* === Theme Specific === */

.fadeIn{ opacity:0; }
.fadeIn.trig{ animation: fadeIn 800ms normal forwards ease-in; }
@keyframes fadeIn { 0% { opacity:0; } 100% { opacity:1; } }

/* ----- GENERAL ----- */

body {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Albert Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    color: #444847;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Silbentrennung */
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

body>main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

section,
a {
    position: relative;
}

/* === General Utilities === */

/* Hide Recaptcha V3 */

.grecaptcha-badge {
    visibility: hidden;
  }
  
  /* Disable Outlines */
  
  button:focus,
  a:focus,
  .form-control:focus,
  :focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  
  /* Wordpress: Full width for wyswig Image */
  
  img.size-full {
    max-width: 100%;
    height: auto;
  }
  
  /* Visually-Hidden */
  
  .visually_hidden {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0;
  }
  
  /* Image classes */
  
  img.bg_static_cover {
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    font-family: 'object-fit: cover; object-position: center;';
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  
  img.bg_static_contain {
    object-fit: contain;
    -o-object-fit: contain;
    object-position: center;
    -o-object-position: center;
    font-family: 'object-fit: contain; object-position: center;';
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  
  svg.e_icon {
    width: 100%;
    height: 100%;
  }
  
  /* form classes */
  
  .form-control {
    position: relative;
    border: none;
    color: #000;
  }
  
  input.form-control {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  
  /* Link area */
  
  a.link_area {
    color: inherit;
  }
  
  a.link_area:hover {
    color: inherit;
    text-decoration: none;
  }
  
  /* Spacing Classes */
  
  .mt_15 {
    margin-top: 15px;
  }
  
  .mt_30 {
    margin-top: 30px;
  }
  
  .mt_50 {
    margin-top: 50px;
  }
  
  .mt_70 {
    margin-top: 70px;
  }
  
  .mt_100 {
    margin-top: 100px;
  }
  
  .mb_15 {
    margin-bottom: 15px;
  }
  
  .mb_30 {
    margin-bottom: 30px;
  }
  
  .mb_50 {
    margin-bottom: 50px;
  }
  
  .mb_70 {
    margin-bottom: 70px;
  }
  
  .mb_100 {
    margin-bottom: 100px;
  }
  
  .pt_15 {
    padding-top: 15px;
  }
  
  .pt_30 {
    padding-top: 30px;
  }
  
  .pt_50 {
    padding-top: 50px;
  }
  
  .pt_70 {
    padding-top: 70px;
  }
  
  .pt_100 {
    padding-top: 100px;
  }
  
  .pt_150 {
    padding-top: 150px;
  }
  
  .pb_15 {
    padding-bottom: 15px;
  }
  
  .pb_30 {
    padding-bottom: 30px;
  }
  
  .pb_50 {
    padding-bottom: 50px;
  }
  
  .pb_70 {
    padding-bottom: 70px;
  }
  
  .pb_100 {
    padding-bottom: 100px;
  }
  
  .pb_150 {
    padding-bottom: 150px;
  }
  
  @media (min-width: 768px) {
    .mt-md-0,
    .my-md-0 {
      margin-top: 0 !important;
    }
  }
  
  /* ----- GRID ADAPTIONS ----- */
  
  /* Breakpoint xxl */
  
  @media (min-width: 1460px) {
    .container {
      max-width: 1400px;
    }
  }
  
  /* Breakpoint 3xl */
  
  @media (min-width: 1660px) {
    .container {
      max-width: 1600px;
    }
  }
  
  /* END GRID ADAPTIONS */
  
  /* ----- PLUGIN STYLING ----- */
  
  /* Small Devices, Tablets */
  
  
  

/* END GENERAL */

/* === Typo === */


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 400;
  color: #a4aead;
}

h1,
.h1 {
    font-size: clamp(3rem, 2.9987rem + 0.4181vw, 3.375rem);
  margin-bottom: 35px;
}

h2,
.h2 {
    font-size: clamp(2.375rem, 2.3741rem + 0.2787vw, 2.625rem);
  margin-bottom: 25px;
}

h3,
.h3 {
    font-size: clamp(1.875rem, 1.8746rem + 0.1394vw, 2rem);
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 0px;
}

h4,
.h4 {
  margin-top: 30px;
}

p {
  margin-bottom: 20px;
}

p.lead {
  line-height: 1.4;
  font-size: clamp(1.4375rem, 1.4371rem + 0.1394vw, 1.5625rem);
  font-size: 25px;
  font-style: normal;
  font-weight: 350;
}

p.small,
small,
p.hint {
  font-size: 12px;
}

a,
a:hover {
  position: relative;
  text-decoration: underline;
  color: #000;
}


/* ----- WP ADMIN BAR ----- */

/*#wpadminbar {
    display: none;
  }*/

/* END WP ADMIN BAR */

/* ----- BUTTONS ----- */

/* Button classes:
        - btn_xyz_primary
        - btn_xyz_secondary 
*/

/* Button Reset */

button {
    border: none;
    margin: 0;
    padding: 0;
    width: auto;
    overflow: visible;
    background: transparent;
    /* inherit font & color from ancestor */
    color: inherit;
    font: inherit;
    /* Normalize `line-height`. Cannot be changed from `normal` in Firefox 4+. */
    line-height: normal;
    /* Corrects font smoothing for webkit */
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    /* Corrects inability to style clickable `input` types in iOS */
    -webkit-appearance: none;
}

.btn-primary,
.btn-primary:focus,
.btn-primary:focus-within,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    margin-top: 10px;
    margin-bottom: 30px;
    background: transparent;
    border-radius: 100px;
    text-decoration: none;
    border: 1px solid #444847;
    color: #444847;
}


.btn-primary:has(svg) {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

.btn-primary svg {
    transition: transform 200ms ease-in;
}

.btn-primary:hover {
    background: #f4f5f5;
    color: #444847;
    border-color: #444847;
}

.btn-primary:hover svg {
    transform: translateX(-5px);
}

.btn-primary.weiter:hover svg {
    transform: translateX(5px);
}

/* END BUTTONS */



img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* === Header === */

main {
    margin-top: 50px;
}

.nav-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    margin-top: 100px;
}

.titel {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.titel h1 {
    color: #161616;
word-break:keep-all;
}

nav.navbar {
   padding: 15px 0 0 50px;
    background: linear-gradient(100deg, #F8F8F8 0%, #FFF 100%), #FFF;
    position: relative;
    padding: 15px 0 50px 0;
}

/* Animierter Border */
nav.navbar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    background-color: #a4aead;
    animation: borderGrow 600ms ease-out forwards;
}

@keyframes borderGrow {
    0% { width: 0; }
    100% { width: 100%; }
}

nav.navbar .dropdown-toggle::after {
    display: none;
}

nav.navbar .container {
    position: relative;
}

nav.navbar .navbar-brand svg {
    height: 80px;
}

nav.navbar a {
    color: #a4aead;
    text-decoration: none;
}

.navbar-nav .nav-link {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2px;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #161616;
    transition: width 400ms ease-in-out;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus::after {
    width: 100%;
}

.navbar-nav .nav-link.active::after {
    width: 100%;
}

.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    gap: 15px;
}

@media (max-width: 768px) {
    .navbar-nav {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

/* === Footer === */

footer {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border-top: 1px solid #a4aead;
    background: radial-gradient(
        732.26% 140.63% at 1.12% 0%,
        #fff 0%,
        #e9e9e9 100%
      ),
      #fff;
    color: #000;
  }
  
  footer h3 {
    text-transform: uppercase;
   color: #161616;
  }
  
  footer a {
    color: #000;
  }
  
  footer ul {
    display: grid;
    grid-template-columns: repeat(2, 120px);
    list-style: none;
    padding-inline-start: 0;
    justify-content: end;
    column-gap: 30px;
    row-gap: 15px;
  }
  
  footer ul li {
    text-align: right;
  }
  
  footer ul li a {
    text-decoration: none;
    width: 100%;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 200ms ease-in-out;
    color: #000;
  }
  
  footer ul li a:hover {
    border-color: #000;
    text-decoration: none;
  }
  
  footer a.contact-page-link {
    text-decoration: none;
    gap: 10px;
  }
  
  footer a.contact-page-link svg {
    transition: transform 200ms ease-in;
    margin-top: 2.5px;
  }
  
  footer a.contact-page-link:hover svg {
    transform: translateX(5px);
  }
  
  @media (max-width: 992px) {
    footer div.col-md-4:first-of-type {
      padding-bottom: 0;
    }
    footer div.col-md-4:nth-of-type(2) {
      padding-top: 50px;
    }
    footer ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
    }
  
    footer ul li {
      text-align: left;
    }

    #menu-item-238 { order: 1; }
    #menu-item-242 { order: 2; }
    #menu-item-241 { order: 3; }
    #menu-item-240 { order: 4; }
    #menu-item-239 { order: 5; }
    #menu-item-243 { order: 6; }
  }
  