/* =========================
	PUBLIC DESKTOP CSS
========================= */

/* Write your Public SASS desktop here! */
.own_meganav a.top-level-link, .own_meganav a.top-level-link:hover {
  text-decoration: none;
}
.navlogo img {
  max-width: 130px;
}
.projectkader {
  position: relative;
}
.projectkader .knopprojectkader {
  position: absolute;
  z-index: 999;
  bottom: -55px;
  left: 0;
}
.projectkader .knopprojectkader a, .projectkader .knopprojectkader a:Hover {
  text-decoration: none;
  color: #fecd0c;
}
@media (min-width: 992px) {
  .postsinonecolumn .titelinintro {
    margin-bottom: 80px !important;
  }
}
#logocol {
  width: 170px !important;
}
#navcol {
  width: 970px !important;
}
.headernav a {
  text-decoration: none !important;
}
@font-face {
  font-family: "Aaux ProBlack Italic SC";
  src: url("/fonts/Aaux ProBlack Italic SC.ttf") format("truetype");
}
.sliderfont {
  font-family: "Aaux ProBlack Italic SC";
  font-weight: 700 !important;
  font-style: italic !important;
  font-size: 30px !important;
}
.fullwidth a {
  width: 100% !important;
}


/* =========================
	PUBLIC DESKTOP CSS END
========================= */
/* =========================
	PUBLIC RESPONSIVE CSS
========================= */

/* TABLET LANDSCAPE */
@media (max-width: 1199px) {



}

/* TABLET PORTRAIT */
@media (max-width: 991px) {



}

/* MOBILE LANDSCAPE */
@media (max-width: 767px) {



}

/* MOBILE PORTRAIT */
@media (max-width: 479px) {



}

/* RETINA FIXES */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 	   only screen and (-o-min-device-pixel-ratio: 3/2),
 	   only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {



}
/* =========================
	PUBLIC RESPONSIVE CSS END
========================= */