/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;

  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  src: url('/files/assets/dist/custom/fonts/open-sans-v43-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.img-fluid {
    width: 100%;
}

html,
body {
    width: 100%;
    min-height: 100%;

    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 22px;

    background-color: #fff;
    color: #666;
}

@media (max-width: 768px) {
    body {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    body {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    body {
        font-size: 16px;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    text-transform: uppercase;
    /* font-family: 'Calendas_Plus'; */
}

h1,
.h1 {
    margin-bottom: 25px;

    font-size: 32px;
    line-height: 36px;

    color: #947d64;
}

@media (max-width: 768px) {
    h1,
    .h1 {
        margin-top: 20px;
    }
}

h2,
.h2 {
    margin-top: 20px;
    margin-bottom: 5px;

    font-size: 22px;
    line-height: 31px;

    color: #aaa;
}

h3,
.h3 {
    margin-top: 15px;
    margin-bottom: 4px;

    font-size: 18px;
    line-height: 25px;

    color: #aaa;
}

a,
a:hover,
a:visited,
a:focus {
    color: #333;
    text-decoration: none;
}

.invisible {
    display: none;
    visibility: hidden;
}

.h2,
h2 {
    text-transform: uppercase;
}

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

.visitenkartenerhaeltich {
    display: block;
    width: 100%;
    margin: 0 0 -130px 0;
}

.weiss {
    display: block;
    width: 100%;
}

.weiss {
    padding: 20px 0px;

    background-color: #fff;
}

@media (max-width: 768px) {
    .telefonmobil {
        display: block;
    }
}

.visitenkartenerhaeltich img {
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;

    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.visitenkartenerhaeltich img:hover {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.datenschutztext ul {
    list-style-type: none;
}

@media (max-width: 768px) {
    .visitenkartenerhaeltich img {
        width: 80px;
        height: 80px;
    }

    .visitenkartenerhaeltich {
        margin: 0 0 -60px 0;
    }
}

.visitenkartentextblock {
    display: block;
    width: 100%;
    padding: 80px 0 30px 0;
}

.visitenkartentext h1 {
    margin-bottom: 25px;

    font-family: "Calendas_Plus";
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;

    color: #947d64;
}

@media (max-width: 768px) {
    .visitenkartentext h1 {
        font-size: 24px;
        line-height: 31px;
    }
}

.visitenkartentext {
    font-size: 18px;
    line-height: 22px;
}

@media (max-width: 768px) {
    .visitenkartentext {
        font-size: 14px;
    }
}

.visitenkartentextblockkontakt {
    margin-top: 25px;

    font-family: "Calendas_Plus";
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;

    color: #414141;
}

@media (max-width: 768px) {
    .visitenkartentextblockkontakt {
        margin-top: 25px;

        font-size: 14px;
    }
}

.logo {
    display: block;
    width: 100%;
    margin: 70px 0 70px 0;
}

@media (max-width: 768px) {
    .logo {
        display: block;
        width: 100%;
        margin: 40px 0 20px 0;
    }
}

.logo .zentrieren {
    width: 100%;
}

.logo .zentrieren img {
    display: block;
    width: 35%;
    margin: 25px auto auto;
}

@media (max-width: 768px) {
    .logo .zentrieren img {
        width: 75%;
    }
}

.box-blau,
.box-gold {
    position: relative;

    display: block;
    width: 100%;
    height: 100%;

    background-color: #1d3e8d;
}

.box-gold {
    background-color: #f1b56d;
}

.ce_text ul {
    margin-left: -20px;

    list-style-type: square;
}

.box-blau,
.box-gold {
    padding-top: 100px;
}

.box-blau .boxtext,
.box-gold .boxtext {
    margin-left: -5px;

    font-size: 300%;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;

    color: #fff;
}

@media (max-width: 768px) {
    .box-blau,
    .box-gold {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .box-blau .boxtext,
    .box-gold .boxtext {
        margin-left: -3px;
    }
}

@media (min-width: 768px) {
    .box-blau,
    .box-gold {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .box-blau .boxtext,
    .box-gold .boxtext {
        margin-left: -5px;
    }
}

@media (min-width: 992px) {
    .box-blau,
    .box-gold {
        padding-top: 70px;
    }

    .box-blau .boxtext,
    .box-gold .boxtext {
        margin-left: -5px;
    }
}

@media (min-width: 1200px) {
    .box-blau,
    .box-gold {
        padding-top: 100px;
    }

    .box-blau .boxtext,
    .box-gold .boxtext {
        margin-left: -5px;
    }
}

.projektansicht .mod_article {
    margin-bottom: 30px;
}

.projektobjekt {
    position: relative;

    display: block;
}

.projektansicht .aufgabe {
    font-style: italic;
}

.projektansicht .fade {
    position: absolute;
    z-index: 2;

    display: block;
    padding: 0px;

    text-align: left;

    transition: all 0.6s ease;

    background-color: #dfdfdf;
    color: #888;
    cursor: pointer;
    opacity: 0;
}

.projektansicht .fade:hover {
    opacity: 1;
}

.projektansicht .fade h3 {
    display: inline-box;
    margin-top: 50px;
    margin-bottom: 60px;

    font-family: "Open Sans";
    font-size: 150%;
    font-weight: bold;
    line-height: 1.1;
    text-align: left;

    color: #fff;
}

.projektvorschau .image_container {
    margin-bottom: 0;
}

.gallery_projekte .image_container {
    margin-bottom: 30px;
}

.fade {
    width: 100%;
    height: 100%;
}

@media (max-width: 992px) {
    .box-blau,
    .box-gold {
        height: auto !important;
        margin-bottom: 30px;
    }
}

.trenner {
    display: block;
    width: 100%;
    height: 40px;
}

.fuss {
    display: block;
    width: 100%;
    padding: 90px 0px;

    background-color: #fff;
}

.fuss ul {
    margin: 0px 0px 0px -40px;

    list-style-type: none;
}

.fuss ul > li {
    margin-right: 30px;

    float: left;
}

@media (max-width: 768px) {
    .fuss ul > li {
        margin-right: 30px;

        float: none;
    }

    .copyright {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .copyright {
        text-align: right;
    }
}

/* Hauptmenü ab hier */

#seitenmenue {
    position: relative;
    z-index: 900;
    top: 0px;

    display: block;
    overflow: visible;
    width: 100%;
    padding: 20px 0px 20px 0px;

    /* background-color: #fff; */
}

#seitenmenue .row {
    width: 100%;
}

@media (max-width: 992px) {
    #seitenmenue {
        position: fixed;
        top: 0px;
        right: 0px;

        padding: 0px 0px 20px 0px;
    }
}

.menuebereich {
    z-index: 1000;

    display: block;
    padding: 10px 0 10px 0;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .submenu.dropdown,
    .submenu.dropup {
        position: static;
    }
}

.nur-mobil {
    display: none !important;
}

@media (max-width: 992px) {
    .nur-mobil {
        display: block !important;
    }

    .menueheadline {
        display: block;
        margin: 25px 0px;

        font-size: 30px;
        text-transform: uppercase;

        color: #000;
    }
}

.navbar {
    padding: 0px;
}

.navbar .mod_navigation {
    width: 100%;
}

.navbar .dropdown-menu ul {
    list-style-type: none;
}

.navbar .dropdown-menu a.nav-link {
    padding: 1rem;
}

.navbar .dropdown-menu a.nav-link:hover {
    background-color: #efefef;
}

.navbar ul.navbar-nav {
    display: flex;
    width: 100%;

    justify-content: space-around;

    font-size: 17px;
    font-weight: 500;
}

@media (min-width: 992px) {
    .navbar ul.navbar-nav li.nav-item.active {
        border-bottom: 0px solid #444;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0px;

        width: 100%;

        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
        -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.16);
    }
}

.navbar ul > li.nav-item.active,
.navbar ul > li.nav-item.active a,
.navbar .dropdown-menu.show a.active,
.navbar ul.erste-menue-ebene > li.trail a {
    color: #947d64;
}

@media (max-width: 768px) {
    .navbar ul > li.nav-item.active,
    .navbar ul > li.nav-item.active a,
    .navbar .dropdown-menu.show a.active,
    .navbar ul.erste-menue-ebene > li.trail a {
        color: #fff;
    }
}

.navbar li.nav-item a:hover,
.navbar a.nav-link:hover {
    color: #947d64;
}

@media (max-width: 768px) {
    .navbar li.nav-item a:hover,
    .navbar a.nav-link:hover {
        color: #dfc9b0;
    }

    .navbar li.nav-item a,
    .navbar a.nav-link {
        color: #dfc9b0;
    }
}

.navbar .dropdown-menu ul > li {
    margin-left: -40px;
}

span.navbar-ueberschrift {
    display: none;
}

.navbar .mod_customnav {
    width: 100%;
}

@media (max-width: 992px) {
    .navbar-collapse {
        position: fixed;
        z-index: 500;
        top: 0px;
        left: 0px;

        display: block;
        width: 100%;
        padding: 35px;

        background-color: #947d64;

        /* border-left: 15px solid #fff; */
        /* border-right: 15px solid #fff; */
    }

    .navbar-toggler {
        border: none;
    }

    .dropdown-menu {
        padding: 0px 20px 0px 20px;
        border: 0px;
    }

    .navbar button {
        z-index: 1000;
    }

    span.navbar-ueberschrift {
        display: block;
        padding: 30px 0px;

        font-size: 20px;
        font-weight: 600;

        color: #bbb;
    }

    a.nav-link,
    .navbar .dropdown-menu a.nav-link {
        padding: 0.8rem 1rem;
    }
}

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

@media (max-width: 758px) {
    .mobil-aus {
        display: none;
    }
}

/* Entfernen der Browsereinstellungen */
:focus {
    outline-color: transparent;
    outline-style: auto;
    outline-width: 0px;

    outline: 0;
}

select,
button,
button:focus {
    border: none;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;

    outline: none;
}

select::-ms-expand {
    display: none;
}

select:focus::-ms-value {
    background-color: transparent;
}

table {
    width: 100%;
}

td {
    padding-right: 15px;
    padding-bottom: 15px;

    vertical-align: top;
}

td.first,
td.col_first {
    width: 30%;
}

.kontaktformular input[type="text"],
.kontaktformular input[type="tel"],
.kontaktformular input[type="email"],
.kontaktformular textarea {
    width: 100%;
    padding: 5px 10px;
    border: solid 1px #444;
    border-radius: 4px;
    margin-bottom: 20px;

    background-color: #fff;
    color: #444;
}

.kontaktformular textarea {
    height: 150px;
}

.kontaktformular button.submit {
    padding: 5px 10px;
    border-radius: 4px;
    margin: 20px 0px;

    box-shadow: none;
    color: #fff;

    background: #444;
}

.projekte-detailansicht h1 {
    margin-top: 0px;
}
