/* CUSTOM */

/* Overrides */

*,
*:after,
*:before {
  background-repeat: no-repeat;
}

body {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  font-weight: 400;
  line-height: 1.4;
  font-size: 100%;
  color: #383b3d;
  background-color: transparent;
  overflow-x: hidden;
}

body.site,
.body .container {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.body .container {
  margin: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0;
  max-width: none;
}

.footer {
  margin: auto;
  padding: 1em 0;
  max-width: none;
  background-color: #383b3d;
  color: #fff;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: auto;
}

.footer p {
  font-size: 14px;
  line-height: 2;
}

.footer p>img {
  width: 150px;
  display: block;
  margin: auto;
}

@media (min-width: 1200px) {
  .footer,
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: auto;
  }
}

li,
p {
  line-height: 1.4;
}

a,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

/* HEADER */

.header {
  margin-bottom: 0;
}

.header-inner {
  border-bottom: 0px solid #111;
  max-width: 1200px;
  margin: auto;
  padding: 7px 0 0 0;
  position: relative;
  height: 100px;
}

.page-home .header-inner {
  border-bottom: 0px solid #111;
}

.brand {
  position: relative;
  height: 100%;
  width: 200px;
  background-image: url(../images/logo-ramscheidt.svg);
  background-size: contain;
  background-position: 50% 50%;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}

.site-title {
  position: absolute;
  top: 100%;
}

p:empty {
  display: none;
}

/* NAVIGATION */

.navigation {
  padding: 0;
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  z-index: 998;
  background-color: transparent;
  float: right;
  margin-right: -20px;
  line-height: inherit;
}

.navigation--active {
  width: 25%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all .2s ease-in 0s;
  -o-transition: all .2s ease-in 0s;
  transition: all .2s ease-in 0s;
  border-right: 1px solid #111;
}

.navigation .nav {
  float: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: auto;
  height: 100px;
  font-family: 'Raleway', sans-serif;
}

.navigation .nav>li {
  float: none;
  text-align: center;
}

.navigation .nav>li>span,
.navigation .nav>li>a {
  font-size: 15px;
  text-transform: none;
  color: #383b3d;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  position: relative;
  text-shadow: none;
  line-height: inherit;
  font-weight: 400;
}

.navigation .nav>li>span:hover,
.navigation .nav>li>span:active,
.navigation .nav>li>span:focus,
.navigation .nav>li>a:hover,
.navigation .nav>li>a:active,
.navigation .nav>li>a:focus {
  outline: 0;
  background-color: transparent;
  color: rgba(252, 186, 25, 1);
}

.navigation .nav>li:before {
  display: none;
}

.navigation .nav>.active>span,
.navigation .nav>.active>span:hover,
.navigation .nav>.active>span:focus,
.navigation .nav>.active>a,
.navigation .nav>.active>a:hover,
.navigation .nav>.active>a:focus {
  color: rgba(252, 186, 25, 1);
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: transparent;
  outline: 0;
}

.btn-nav {
  cursor: pointer;
  background-image: url("../images/ic_menu.svg");
  background-size: 32px auto;
  background-position: 50% 50%;
  background-color: transparent;
  display: block;
  width: 36px;
  height: 36px;
  position: fixed;
  z-index: 999;
  left: 40px;
  top: 50px;
  -webkit-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
}

.btn-nav--active {
  background-image: url("../images/ic_close.svg");
  background-color: transparent;
  position: fixed;
  left: 0;
  right: 0;
  width: 24%;
  -webkit-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
}

.navigation .nav-child {
  position: relative;
  top: auto;
  left: 0;
  z-index: 1000;
  display: block;
  float: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
}

.navigation .nav>li>.nav-child:after,
.navigation .nav>li>.nav-child:before {
  display: none;
}

.navigation .nav-child {
  display: none;
  position: absolute;
  top: 100%;
  padding: 20px 10px 0 10px;
  text-align: left;
}

.navigation .nav>li:hover .nav-child {
  display: block;
}

.navigation .nav-child a {
  background-image: none;
  background-color: transparent;
  font-size: 18px;
  padding: 10px 10px 20px 10px;
  color: #b4b0aa;
}

.navigation .nav-child li>a:hover,
.navigation .nav-child li>a:focus,
.navigation .nav-child:hover>a {
  color: #b6a998;
  text-decoration: none;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #fff;
}

/* SLIDESHOW */

.slideshow-header-wrap {
  max-width: 1200px;
  margin: auto;
}

.slideshow-header-wrap .uk-overlay-panel {
  background-color: rgba(252, 186, 25, .84);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 10%;
  padding-right: 10%;
  width: 60%;
  bottom: 60px;
}

.slideshow-header-wrap .uk-overlay-panel:after {
  content: "";
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 66.6%;
  background-image: url("../images/header-tri.svg");
  background-size: contain;
  background-position: right top;
  background-color: transparent;
  opacity: .84;
}

.slideshow-header-wrap h3 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-align: right;
}

.slideshow-header-wrap .uk-margin {
  text-transform: uppercase;
  font-size: 30px;
  text-align: right;
  margin-top: 0;
  line-height: 1.2;
}

.slideshow-header-wrap .uk-margin small {
  display: block;
  font-size: 14px;
  text-transform: lowercase;
}

/* CONTENT */

.content-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
  position: relative;
}

.content-box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 80px;
  left: 50%;
  margin-left: -40px;
  height: 2px;
  background-color: rgba(252, 186, 25, 1);
}

.content-box--gal:after {
  display: none;
}

.content-box--text {
  max-width: 800px;
  padding: 40px 40px;
}

.content-box--center {
  text-align: center;
}

.content-box--grid h3,
.content-box--text h3 {
  text-transform: uppercase;
  font-weight: 700;
}

.content-box--grid .uk-margin,
.content-box--text .uk-margin {
  font-size: 14px;
  line-height: 1.4;
}

#content {
  max-width: 1200px;
  margin: 60px auto;
  float: none;
}

.item-page .icons {
  display: none;
}

.item-page p {
  margin: 0 0 15px 0;
}

.item-page p a {
  color: rgb(197, 142, 7);
}

.item-page p a:hover {
  text-decoration: underline;
}

.item-page h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.item-page h2:first-of-type~h2 {
  margin-top: 30px;
}

.page-header {
  border-bottom: 0;
  position: relative;
}

.page-header h2 {
  font-size: 26px;
}

.page-header:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 80px;
  left: 0;
  height: 2px;
  background-color: rgba(252, 186, 25, 1);
}

div[itemprop="articleBody"] {
  padding: 40px 0;
  min-height: 800px;
}

/* GRID */

.small-grid--pictos .uk-panel {
  margin: auto;
}

.small-grid--pictos .uk-panel-teaser {
  background-color: #d1d3d4;
  width: 240px;
  height: 240px;
  margin: 0 auto 20px auto;
  position: relative;
  overflow: hidden;
}

.small-grid--pictos .uk-panel-teaser:before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  border-bottom: solid 40px rgb(255, 255, 255);
  border-left: solid 40px rgb(255, 255, 255);
  border-right: solid 40px transparent;
  border-top: solid 40px transparent;
  position: absolute;
  left: 0;
  bottom: 0;
}

.small-grid--pictos .uk-panel-teaser:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../images/picto-line.svg");
  background-size: 57px 60px;
  background-position: left bottom;
  background-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: all .1s ease-out 0s;
  -o-transition: all .1s ease-out 0s;
  transition: all .1s ease-out 0s;
}

.small-grid--pictos .uk-position-cover:hover+.uk-panel-teaser {
  -webkit-transition: all .15s ease-out 0s;
  -o-transition: all .15s ease-out 0s;
  transition: all .15s ease-out 0s;
  background-color: #f1f1f1;
}

.small-grid--pictos .uk-position-cover:hover+.uk-panel-teaser:after {
  background-size: 97px 100px;
  -webkit-transition: all .1s ease-in 0s;
  -o-transition: all .1s ease-in 0s;
  transition: all .1s ease-in 0s;
}

.small-grid--pictos .uk-position-cover:hover+.uk-panel-teaser:before {
  left: -80px;
  bottom: -80px;
  -webkit-transition: all .15s ease-in 0s;
  -o-transition: all .15s ease-in 0s;
  transition: all .15s ease-in 0s;
}

.small-grid--pictos .uk-panel-teaser img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  width: 120px;
}

/* GALERIE */

.content-box--gal {
  padding-top: 60px;
}

.content-box--gal .uk-subnav {
  margin-top: 0;
}

.content-box--gal .uk-subnav a {
  text-transform: uppercase;
  color: #383b3d;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.content-box--gal .uk-subnav .uk-active a {
  color: rgba(252, 186, 25, 1);
}

.content-box--gal .uk-subnav a:after {
  content: "//";
  display: inline-block;
  color: #383b3d;
  margin-left: 30px;
}

.content-box--gal .uk-subnav li:last-child a:after {
  content: "//";
  display: none;
  color: #383b3d;
  margin-left: 30px;
}

.galerie-wrap {
  margin-top: 40px;
}

/* FOOTER */

.footer {
  padding: 0;
  position: relative;
}

.footer-top {
  position: relative;
  padding: 20px 0 10px 0;
}

.footer:before {
  content: "";
  display: block;
  width: 22.75%;
  position: absolute;
  left: -10.5%;
  top: 0;
  bottom: 0;
  background-color: rgba(252, 186, 25, 1);
  -webkit-transform: skew(34deg);
  -ms-transform: skew(34deg);
  transform: skew(34deg);
  z-index: 99;
}

.footer-top:before {
  content: "";
  display: block;
  width: 16.75%;
  position: absolute;
  left: -4.5%;
  top: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-transform: skew(34deg);
  -ms-transform: skew(34deg);
  transform: skew(34deg);
  z-index: 1;
}

.footer .container {
  max-width: none;
}

.footer-title {
  margin: 0 0 0 0;
  text-align: center;
}

.footer-title>img {
  width: 180px;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 0 auto;
}

.footer-nav a {
  display: block;
  margin: 0 10px;
  padding: 10px
}

.footer-nav a:after {
  content: "//";
  display: inline-block;
  color: #fff;
  margin-left: 40px;
}

.footer-nav a:last-child:after {
  display: none;
}

.footer-copy {
  color: #383b3d;
  text-align: right;
  font-size: 13px;
  background-color: #fff;
  padding: 10px 40px 40px 40px;
}

.footer-copy>div {
  max-width: 1200px;
  margin: auto;
}

/* BUTTONS */

.content-box--grid .uk-button {
  margin: 0;
  font: inherit;
  background-color: #444;
  padding: 10px 15px;
  color: #fff;
  line-height: 1;
  min-height: 0;
  font-size: 13px;
  text-decoration: none;
  border: 0px solid rgba(0, 0, 0, .1) !important;
  border-radius: 1px;
}

#redim-cookiehint .cookiebuttons .btn,
#redim-cookiehint .cookiebuttons .btn:hover {
	background:#333;
}