/*
Theme Name: nomy
Author: Rixner.net
Author URI: http://www.rixner.net/

*/
@charset "utf-8";
* {
  padding: 0;
  margin: 0;
}

@font-face {
  font-family: "ralewayitalic";
  src: url("fonts/raleway-italic-webfont.eot");
  src: url("fonts/raleway-italic-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-italic-webfont.woff2") format("woff2"),
    url("fonts/raleway-italic-webfont.woff") format("woff"),
    url("fonts/raleway-italic-webfont.ttf") format("truetype"),
    url("fonts/raleway-italic-webfont.svg#ralewayitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ralewaylight";
  src: url("fonts/raleway-light-webfont.eot");
  src: url("fonts/raleway-light-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/raleway-light-webfont.woff2") format("woff2"),
    url("fonts/raleway-light-webfont.woff") format("woff"),
    url("fonts/raleway-light-webfont.ttf") format("truetype"),
    url("fonts/raleway-light-webfont.svg#ralewaylight") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ralewaymedium";
  src: url("fonts/raleway-medium-webfont.eot");
  src: url("fonts/raleway-medium-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-medium-webfont.woff2") format("woff2"),
    url("fonts/raleway-medium-webfont.woff") format("woff"),
    url("fonts/raleway-medium-webfont.ttf") format("truetype"),
    url("fonts/raleway-medium-webfont.svg#ralewaymedium") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ralewayregular";
  src: url("fonts/raleway-regular-webfont.eot");
  src: url("fonts/raleway-regular-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/raleway-regular-webfont.woff2") format("woff2"),
    url("fonts/raleway-regular-webfont.woff") format("woff"),
    url("fonts/raleway-regular-webfont.ttf") format("truetype"),
    url("fonts/raleway-regular-webfont.svg#ralewayregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "presicavregular";
  src: url("fonts/presicav-regular.otf");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "ralewaymedium";
  font-size: 12px;
  color: #000;
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
}

h1,
h2 {
  margin: 0;
  padding: 0;
  color: #787878;
  font-weight: normal;
  font-family: "presicavregular";
}

ul {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
  line-height: 22px;
}
img {
  border: none;
  margin: 0;
  width: 100%;
  display: block;
}
b,
strong {
  font-family: "ralewayregular";
}
nav {
  display: block;
}

#holder,
#header,
#content,
#footer,
#header_holder,
#footer_holder {
  max-width: 980px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

/**/

#header_holder {
  margin-top: 50px;
}

/**/
#header {
  text-align: center;
  float: left;
  height: auto;
  padding-bottom: 50px;
  position: relative;
}
#header #logo {
}
#header img {
  width: auto;
  margin: 0 auto;
}

#flags_language_selector {
  position: absolute;
  top: 0;
  right: 0px;
  max-width: 980px;
  height: 20px;
}
#flags_language_selector a {
  font-family: "ralewaymedium";
  color: #787878;
  margin-left: 5px;
  margin-right: 5px;
}

/**/
#slider {
  width: 100%;
  margin: auto;
  max-width: 1400px;
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 450px;
}
@media (min-width: 1025px) {
  #slider {
    margin-top: -45px;
  }
  nav ul#menu-main ul,
  nav ul#menu-main-eng ul {
    top: 59%;
  }
}
#holder {
}

/**/
nav {
  margin-bottom: 10px;
  max-width: 980px;
  background: #fc9;
  width: 100%;
}
ul#menu-main,
ul#menu-main-eng {
}
ul#menu-main li,
ul#menu-main-eng li {
  position: relative;
  float: left;
}
ul#menu-main li a,
ul#menu-main-eng li a {
  font-size: 16px;
  text-transform: uppercase;
  margin-right: 130px;
  color: #787878;
  font-family: "presicavregular";
}
ul#menu-main li:last-child a,
ul#menu-main-eng li:last-child a {
  margin-right: 0;
}
ul#menu-main li a:hover,
ul#menu-main-eng li a:hover {
  text-decoration: underline;
}
ul#menu-main li.current-menu-item a,
ul#menu-main-eng li.current-menu-item a {
  text-decoration: underline;
}
ul#menu-main li.current_page_ancestor a,
ul#menu-main-eng li.current_page_ancestor a {
  text-decoration: underline;
}
/*2*/
ul#menu-main ul,
ul#menu-main-eng ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 200px;
  background: url(images/white.png) repeat;
  z-index: 9999999999;
  box-sizing: border-box;
  padding: 10px 5px 10px 10px;
}
ul#menu-main ul li,
ul#menu-main-eng ul li {
  float: none;
  position: relative;
  margin-top: 5px;
}
ul#menu-main ul li a,
ul#menu-main-eng ul li a {
  font-size: 13px;
  text-transform: none;
  color: #000;
  text-decoration: none;
  text-decoration: none;
  margin-bottom: 5px;
}
ul#menu-main li.current_page_ancestor ul li a,
ul#menu-main-eng li.current_page_ancestor ul li a {
  text-decoration: none;
}
ul#menu-main li.current_page_ancestor ul li a:hover,
ul#menu-main-eng li.current_page_ancestor ul li a:hover {
  text-decoration: underline;
}
ul#menu-main li.current_page_ancestor ul li.current-menu-item a,
ul#menu-main-eng li.current_page_ancestor ul li.current-menu-item a {
  text-decoration: underline;
}

ul#menu-main li:hover > ul,
ul#menu-main-eng li:hover > ul {
  display: block;
}

/**/
#content {
  padding-bottom: 100px;
  float: left;
}
#content p {
  margin-bottom: 10px;
}
#content h1 {
  text-align: center;
  width: 100%;
  margin-bottom: 44px;
  font-size: 20px;
}

.page-id-935 #content h1{
	text-align: left;
  width: 50%;
  margin: 0 auto 44px;
  min-width: 65%;
}

#content h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

#content #left {
  float: left;
  padding-right: 20px;
  text-align: right;
}
#content #left img {
  width: auto;
  float: right;
}
#content #right {
  float: right;
  padding-left: 20px;
}
#content #left h2 {
  text-align: right;
}
#content #right h2 {
  text-align: left;
}

#content.grid_1.meta {
  padding-top: 0px;
}
#content.grid_1.meta h1 {
  text-align: left;
  margin-bottom: 40px;
}
#content.grid_1.meta #left {
  float: left;
  padding-right: 20px;
  text-align: left;
  margin-bottom: 80px;
}
#content.grid_1.meta #left h2 {
  text-align: left;
  margin-bottom: 10px;
}
#content.grid_1.meta #right {
  float: left;
  padding-left: 20px;
}
#content.grid_1.meta #right h2 {
  text-align: left;
  margin-bottom: 10px;
}

/**/
#footer_holder {
  background: #e0e5e8;
  height: 40px;
  width: 100%;
  max-width: 1400px;
  position: fixed;
  bottom: 0;
  margin-left: -700px;
  left: 50%;
}
#footer {
  font-size: 12px;
  line-height: 22px;
  height: 40px;
  color: #787878;
  background: #e0e5e8;
  box-sizing: border-box;
  padding: 10px;
}
#footer a {
}
#footer ul#menu-meta li a,
#footer ul#menu-meta-english li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #787878;
}
#footer ul#menu-meta li a:hover,
#footer ul#menu-meta-english li a:hover {
  color: #000;
}
#footer ul#menu-meta li.current-menu-item a,
#footer ul#menu-meta li.current-menu-english-item a {
  color: #000;
}

#footer ul#menu-meta li a:after,
#footer ul#menu-meta-english li a:after {
  content: "|";
  margin-left: 10px;
  margin-right: 10px;
}
#footer ul#menu-meta li:last-child a:after,
#footer ul#menu-meta-english li:last-child a:after {
  content: "";
}

#footer .grid_2 {
  text-align: center;
}
#footer .grid_4 img {
  width: auto;
  margin-left: 10px;
}

/* footer grid adjustment so 3 items fit in footer menu */
@media screen and (min-width: 1024px) {
  #footer .grid_4:first-child {
    width: 33%;
  }
  #footer .grid_2,
  #footer .grid_4 {
    display: inline-block;
  }
  #footer .grid_4:last-child {
    float: right;
    width: 9rem;
  }
  #footer .grid_2 {
    text-align: left;
  }
  #footer p {
    display: inline;
    margin: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
  }
}

/*Kollektion*/
#slider.kollektion {
  background: url(images/kollektion.jpg) no-repeat;
  background-size: cover;
  border: none;
  box-sizing: border-box;
  padding-bottom: 30px;
}
#slider.kollektion .bxslider {
  margin-left: 33.3%;
}
#slider.kollektion .bxslider li {
  box-sizing: border-box;
  width: 33.3%;
}
#slider.kollektion .bxslider li:last-child {
  margin-right: 0;
}
#slider.kollektion .bxslider li img {
  width: 100%;
  max-width: 370px;
  margin: auto;
  margin-bottom: 0px;
}
#slider.kollektion .bxslider .name {
  text-align: center;
  width: 40%;
  margin: auto;
  margin-bottom: 5px;
  color: #787878;
  font-size: 15px;
  margin-top: -10px;
}
#slider.kollektion .bxslider .dimension {
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #000;
}
#slider.kollektion .bxslider .kontakt {
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
#slider.kollektion .bxslider .kontakt a {
  color: #787878;
}

/*Kollektion Slider Fix*/
#slider.kollektion .bxslider li {
  left: 50%;
  transform: translate(-50%, 0%);
  width: auto !important;
}
#slider.kollektion .bxslider {
  margin: 0;
}
#slider.kollektion .bxslider .name {
  width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a {
  border-color: #787878;
}
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a:hover,
.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item a.active {
  background-color: #787878;
}
.bx-wrapper .bx-pager div.bx-pager-item:first-child:last-child {
  display: none;
}
#bx-pager {
  display: none;
}

#bx-pager {
  width: 100%;
  max-width: 980px;
  height: 50px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0px;
}
#bx-pager div {
  width: 50%;
  margin-left: 25%;
}
#bx-pager a {
  display: block;
  margin-right: 20px;
  margin: 0 auto;
  float: left;
}
#bx-pager img {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  opacity: 0.4;
  filter: alpha(opacity=60);
}
#bx-pager a img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#bx-pager a.active img {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*Aktuelles*/
#content .aktuelles {
  margin-left: 25%;
  width: 45%;
}
#content .aktuelles h1 {
  text-align: left;
}
#content .aktuelles .news {
  margin-bottom: 15px;
  float: left;
  margin-top: 10px;
}
#content .aktuelles .news span {
  font-weight: bold;
  margin-bottom: 3px;
  display: block;
}
#content .aktuelles .news a {
  margin-top: -5px;
  color: #787878;
  display: block;
}

/*Downloads*/
#content .down {
  margin-left: 17%;
  width: 65%;
  float: left;
  margin-bottom: 40px;
}
#content .down img {
  float: left;
}
#content .down .grid_5 {
  padding-left: 30px;
  margin-top: -3px;
}

/*WPML language dependant content */
body:not(.lang-de) .lang-de-visible,
body:not(.lang-en) .lang-en-visible {
  display: none;
}

/* Fix broken BxSlider */
@media (min-width: 1400px) {
  .page #slider .bx-viewport {
    height: 450px !important;
  }
}
@media (max-width: 1399.8px) {
  .page #slider .bx-viewport {
    height: 32.1428vw !important;
  }
}

/* Responsive Fixes */
@media (max-width: 767.8px) {
  body #responsive-menu {
    width: 260px;
  }
  .page #slider .bx-prev,
  .page #slider .bx-next,
  #slider .bx-default-pager {
    display: none;
  }
}

/* Grid Template Adjustments */
#center.grid_2 {
  float: none;
  min-width: 65%;
  margin: 0 auto;
  text-align: left;
}

.grid_res {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -12px;
}
.grid_res__col {
  width: 100%;
  padding: 12px;
}
@media (max-width: 767.8px) {
  .grid_res {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid_res__col:not(:last-child) {
    padding-bottom: 0;
  }
}

/* Footer Adjustments */
#footer.footer {
  padding: 10px 0;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024.2px) {
  .footer__col:last-child {
    width: 25%;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  #footer_holder #footer.footer {
    padding: 10px;
    height: auto;
  }
  .footer__col:first-child {
    display: none;
  }
  .footer__col:last-child {
    text-align: center;
  }
}
@media (max-width: 767.8px) {
  #footer_holder #footer.footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .footer__col {
    width: 100%;
  }
}
.social-link > img {
  width: 24px;
  height: 24px;
  display: inline-block;
}

/* Slider Adjustments */
#sliderMobile {
  width: 100%;
  margin: auto;
  max-width: 1400px;
  overflow: hidden;
  margin-bottom: 20px;
}
#sliderMobile .bx-wrapper > .bx-viewport {
  height: 92.6316vw !important;
}
.slider--mobile .bx-pager {
  display: none;
}
@media (min-width: 768.2px) {
  body > .slider--mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  body > .slider--desktop {
    display: none;
  }
}
.bx-wrapper.bx-wrapper .bx-controls-direction a {
  z-index: 100;
}

/* Header Adjustments */
#click-menu .threeLines .line.line {
  background: #787878;
}
#click-menu #RMX.threeLines {
  color: #787878;
  line-height: 0.25;
  font-size: 70px;
}
#header #logo img {
  display: inline-block;
  transition: width 0.3s ease;
  width: 330px;
}
#header #phone {
  position: fixed;
  left: 21px;
  top: 27px;
}
@media (min-width: 1024.2px) {
  #header #phone {
    display: none;
  }
}
@media (max-width: 600px) {
  #header > #logo img {
    width: 55vw;
  }
  body:first-of-type {
    padding-top: 136px;
  }
}
@media (max-width: 1024px) {
  #header_holder {
    position: fixed;
    top: 0;
    background: white;
    z-index: 200;
    margin-top: 0;
    padding-top: 50px;
  }
  body {
    padding-top: 174px;
  }
  .sticky #header_holder {
    padding-top: 14px;
  }
  .sticky #header > #logo img {
    width: 135px;
    margin: 0 0 -11px;
  }
  body #click-menu {
    top: 22px;
  }
  #header_holder > nav {
    display: none;
  }
}

/*Galerie controls*/
#slider .bx-wrapper .bx-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#slider .bx-wrapper .bx-controls .bx-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#slider.kollektion .bx-wrapper .bx-controls .bx-pager {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  #slider.kollektion .bx-wrapper .bx-controls .bx-pager {
    display: none;
  }
}
@media (max-width: 600px) {
  #slider.kollektion .bx-wrapper .bx-viewport {
    /* height: 100vw!important; */
    height: 65vw!important;
    overflow: visible!important;
  }
  #slider.kollektion .bx-wrapper .image img {
    transform: scale(0.9);
  }
  /* #slider.kollektion #slider.kollektion .bxslider li {
    max-width: 80vw!important;
  } */
}

#menu-main {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

#menu-main-eng {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

/*Menu-Point deactivation*/
/*deutsch*/
#menu-item-1017 > :first-child {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}

#menu-item-392 > :first-child {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}

#menu-item-1024 > :first-child {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}

#menu-item-395 > :first-child {
  cursor: not-allowed;
  pointer-events: none;
  text-decoration: none;
}

/*mobil menu*/
@media screen and (max-width: 1024px) {
  #menu-item-1139 > :nth-child(2) {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-196 > :nth-child(2) {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-1146 > :nth-child(2) {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-199 > :nth-child(2) {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }
}

/*Englisch menu*/



@media screen and (min-width: 1025px) {

  #menu-item-1098 > :first-child {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-1106 > :first-child {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-1399 > :first-child {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-1402 > :first-child {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-1408 > :first-child {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-1413 > :first-child {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }
}

/*mobil englisch menu*/
@media screen and (max-width: 1024px) {
  #menu-item-1153 > :nth-child(2) {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-402 > :nth-child(2) {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-1159 > :nth-child(2) {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }

  #menu-item-405 > :nth-child(2) {
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
  }
}

/*footer*/
#footer ul#menu-meta-english {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e0e5e8;
}

#footer ul#menu-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e0e5e8;
}

@media screen and (min-width: 1024px) {
  #footer .grid_4:last-child {
    width: 9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 1023px) and (min-width: 481px) {
  #footer .grid_4 {
    width: 10%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 480px) and (min-width: 0) {
  #footer ul#menu-meta-english {
    display: none;
  }
}
