@charset "UTF-8";
/*
Theme Name: arte domus
Theme URI: https://arte-domus.eu
Author: Fabian Pothe
Author URI: https://fabianpothe.com/
Description: Theme für arte domus
Version: 1.0
License: Copyright
Text Domain: arte-domus
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

*/

@font-face {
    font-family: 'Gill Sans';
    src: url('assets/fonts/GillSans.eot');
    src: url('assets/fonts/GillSans.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/GillSans.woff2') format('woff2'),
        url('assets/fonts/GillSans.woff') format('woff'),
        url('assets/fonts/GillSans.ttf') format('truetype'),
        url('assets/fonts/GillSans.svg#GillSans') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.logo {
  font-family: 'Gill Sans';
  font-size: 21.5px;
  text-align: right;
}

@media (max-width: 768px) {
  .logo {
    text-align:  center;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000; }

h1 {
  border-bottom: 1px solid #F5E814;
  font-weight: bold;
  font-size: 14px; }

h2 {
  font-weight: bold;
  font-size: 12px;
  margin: 25px 0 25px 0; }

/*
a {
  color: #000;
}
a:hover {
  color: rgb(92, 91, 89);
  text-decoration: none;
}
*/
ol {
  list-style-image: url("media/dreieck.gif");
  padding-left: 22px; }

ul {
  list-style-type: square;
  padding-left: 15px; }

.page-header {
  margin-bottom: 27px; }

#content {
  margin-top: 2px; }

.container {
  max-width: 978px; }

.hamburger {
  text-align: center;
  margin-bottom: 15px;
  display: none; }

#submenu li {
  display: none; }
#submenu .current-menu-item,
#submenu .current-menu-parent,
#submenu .current-menu-parent,
#submenu .current-menu-ancestor,
#submenu .current-menu-ancestor > .sub-menu > li,
#submenu .current-menu-parent > .sub-menu > li,
#submenu .current-menu-item > .sub-menu > li {
  display: block; }
#submenu .menu-item-45,
#submenu .menu-item-46,
#submenu .menu-item-47,
#submenu .menu-item-48,
#submenu .menu-item-49,
#submenu .menu-item-50,
#submenu .menu-item-51,
#submenu .menu-item-52,
#submenu .menu-item-53 {
  background: none !important;
  margin-left: -15px !important; }
  #submenu .menu-item-45 > a,
  #submenu .menu-item-46 > a,
  #submenu .menu-item-47 > a,
  #submenu .menu-item-48 > a,
  #submenu .menu-item-49 > a,
  #submenu .menu-item-50 > a,
  #submenu .menu-item-51 > a,
  #submenu .menu-item-52 > a,
  #submenu .menu-item-53 > a {
    text-transform: uppercase !important; }
  #submenu .menu-item-45 > a:hover,
  #submenu .menu-item-46 > a:hover,
  #submenu .menu-item-47 > a:hover,
  #submenu .menu-item-48 > a:hover,
  #submenu .menu-item-49 > a:hover,
  #submenu .menu-item-50 > a:hover,
  #submenu .menu-item-51 > a:hover,
  #submenu .menu-item-52 > a:hover,
  #submenu .menu-item-53 > a:hover {
    color: #c2bfb8; }

@media only screen and (max-width: 767px) {
  .mt-6 {
    margin-top: 3rem !important; }

  .hamburger {
    display: block; }

  .menus-hide #menu-primary {
    display: none; }

  .row.yellow-border {
    padding: 0 !important; }

  #submenu {
    margin: 0 !important; }
    #submenu ul {
      padding-left: 15px; }

  #submenu .col-sm-8 {
    padding: 0 !important; } }
@media only screen and (min-width: 768px) {
  .mt-6 {
    margin-top: 150px;
    /*margin-top: 3rem !important;*/ }

  .submenu-container {
    position: absolute;
    z-index: 2000; }

  main {
    height: 412px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 101%; } }
body {
  font-size: 12px;
  background-image: url("media/bg2.jpg");
  background-repeat: repeat-x; }

header .col-sm-8 {
  font-size: 10px;
  color: #5c5b59;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right; }

header .col-sm-2:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 18px; }

@media only screen and (max-width: 767px) {
  #page {
    margin-top: 5px !important; }

  header {
    text-align: center; }

  header .col-sm-2:nth-child(2) {
    display: block;
    text-align: center; }

  header .col-sm-8 {
    display: none; } }
#menu-primary {
  font-size: 11px;
  font-weight: bold;
  text-align: center; }
  #menu-primary .menu-item a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BCB7B5;
    border: 2px solid #fff;
    text-transform: uppercase;
    transition-duration: .5s;
    transition-property: all; }
  #menu-primary div a:hover {
    color: #fff !important; }
  #menu-primary div:nth-child(1) a:hover {
    background-color: #855029; }
  #menu-primary div:nth-child(2) a:hover {
    background-color: #CB996E; }
  #menu-primary div:nth-child(3) a:hover {
    background-color: #DAB998; }
  #menu-primary div:nth-child(4) a:hover {
    background-color: #84342B; }
  #menu-primary div:nth-child(5) a:hover {
    background-color: #E3CFBA; }
  #menu-primary div:nth-child(6) a:hover {
    background-color: #EAE2A9; }
  #menu-primary div:nth-child(7) a:hover {
    background-color: #646972; }
  #menu-primary div:nth-child(8) a:hover {
    background-color: #A8ABB1; }
  #menu-primary div:nth-child(9) a:hover {
    background-color: #D1D4D6; }

@media only screen and (max-width: 767px) {
  #menu-primary .menu-item a {
    padding: 5px 15px 5px 15px;
    justify-content: flex-start; } }
@media only screen and (min-width: 768px) {
  #menu-primary {
    height: 283.922px; }

  #menu-primary .menu-item a {
    height: 94.656px !important; } }
#submenu {
  font-size: 11px;
  background-color: #000;
  color: #c2bfb8;
  /*
 .sub-menu .sub-menu li{
   display: none;
 }


 .sub-menu .current-menu-item,
 .current-menu-item,
 .current-menu-ancestor,
 .current_page_parent,
 .current-menu-item .sub-menu,
 .current-menu-item .sub-menu li,
 .current-menu-parent .sub-menu,
 .current-menu-parent .current-menu-item .sub-menu {
   display: block!important;
 }*/ }
  #submenu .submenu-caption {
    padding: 0; }
  #submenu a {
    color: #c2bfb8; }
  #submenu a:hover {
    color: #f5e814; }
  #submenu .sub-menu {
    padding: 0; }
  #submenu #menu-primary-1 {
    padding: 0;
    /*li {
      display: none;
    }
    > li,
    .current-menu-ancestor > .sub-menu > li ,
    .current-menu-parent > li,
    .current-menu-item > .sub-menu > li {
      display: block;
    }*/ }
    #submenu #menu-primary-1 li {
      /*
      list-style-image: url('media/dreieck_sw.gif');

      width: 100%;*/
      background: url("media/dreieck_sw.gif") no-repeat left 3px;
      /* <-- change `left` & `top` too for extra control */
      padding: 0 0 0 15px !important;
      /* reset styles (optional): */
      list-style: none;
      margin: 0; }
    #submenu #menu-primary-1 .current-menu-ancestor,
    #submenu #menu-primary-1 .current-menu-item.menu-item-has-children {
      background: url("media/arrow_down_w.gif") no-repeat left 3px; }
    #submenu #menu-primary-1 li:hover {
      background: url("media/dreieck2.gif") no-repeat left 3px; }

@media only screen and (max-width: 767px) {
  #submenu {
    background-color: #000;
    padding-left: 1rem; }
    #submenu .col-sm-8 {
      padding: 0; }
    #submenu .submenu-caption {
      padding: 0px; }

  #submenu ul {
    padding: 0; }

  #submenu li {
    background-color: #000;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 5px 15px 5px 15px !important; } }
@media only screen and (min-width: 768px) {
  #submenu {
    height: 283.922px; } }
.border-top {
  border-top: 12px solid #000 !important; }

.border-bottom {
  border-bottom: 12px solid #000 !important; }

.yellow-border {
  border-top: 1px solid #F5E814;
  border-bottom: 2px solid #F5E814;
  padding: 5px 0 5px 0; }

footer {
  font-size: 10px;
  color: #5c5b59; }
  footer a {
    color: #5c5b59; }
  footer .footer-menu {
    padding: 0; }
    footer .footer-menu li {
      display: inline;
      padding: 0 3px 0 1px;
      border-right: 1px solid #5c5b59; }
    footer .footer-menu li:last-child {
      border-right: none; }
    footer .footer-menu a {
      padding: 0 3px 0 3px; }

@media only screen and (max-width: 767px) {
  footer {
    text-align: center; }
    footer .col-sm-6 {
      text-align: center !important; } }
.banner img {
  height: 92px; }

.colorbox {
  height: 94.656px !important;
  background-color: #000;
  padding: 0; }

@media only screen and (max-width: 767px) {
  .colorbox {
    display: none; } }
@media only screen and (min-width: 768px) {
  .colorbox {
    height: 94.656px !important;
    background-color: #000;
    padding: 0; }

  .colorbox-a {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000; }

  .colorbox-b {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000; }

  .colorbox-c {
    border-right: 2px solid #000;
    border-top: 2px solid #000; }

  .colorbox-d {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    border-right: 2px solid #000; }

  .colorbox-e {
    border-top: 2px solid #000;
    border-left: 2px solid #000; } }
div.wpcf7 .ajax-loader {
  display: block; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.lidreieck {
  list-style-image: url("media/dreieck2.gif"); }

.banner {
  animation: fadeIn 1s;
  display: block; }

#menu-primary-sitemap a {
  padding: 0; }
#menu-primary-sitemap li {
  list-style-image: url("media/dreieck_sw.gif"); }
#menu-primary-sitemap > .menu-item-has-children {
  list-style-image: url("media/dreieck2.gif"); }

.accordion h5,
.accordion button {
  font-size: 12px; }
.accordion h5 {
  margin-bottom: 15px; }
.accordion .btn {
  border: 0;
  padding: 0;
  background-image: url("http://demo.fabianpothe.com/arte-domus/wp-content/themes/arte-domus/media/dreieck.gif");
  background-repeat: no-repeat;
  padding-left: 15px;
  background-position: left center; }
.accordion .btn[aria-expanded="true"] {
  background-image: url("http://demo.fabianpothe.com/arte-domus/wp-content/themes/arte-domus/media/dreieck-down.gif"); }
.accordion li {
  padding: 0; }
.accordion .card {
  border: 0; }
.accordion .card-header {
  padding: 0;
  border: 0;
  background-color: transparent; }

@media print {
  a {
    text-decoration: none !important; }

  body {
    background-image: none; }

  .container {
    max-width: 100%; }

  #content.col-sm-8 {
    flex: 0 0 100%;
    max-width: 100%; }

  .border-top,
  .border-bottom,
  .yellow-border {
    border: 0 solid #fff !important; } }
.anrede {
  margin-top: 7px; }
  .anrede .radio {
    display: inline;
    margin-right: 15px; }

.cfooter {
  margin-top: 35px; }

/*# sourceMappingURL=style.css.map */
