.main-wrapper {
  position: relative;
  z-index: 5555;
  opacity: 1;
  overflow: hidden;
  transition: -webkit-filter 0.3s;
}
.container {
  position: relative;
  overflow: visible;
  clear: both;
}
.scroll-top {
  position: fixed;
  left: auto;
  right: 20px;
  bottom: 0px;
  padding: 5px 0;
  z-index: 9999;
  cursor: pointer;
}
.scroll-top:before {
  padding: 10px 15px;
  font-family: 'FontAwesome';
  content: "\f106";
  font-size: 17px;
  color: #022d62;
  font-style: normal;
  font-weight: bold;
}

.page-content a
{
  color: #003534;
}

.page-content .content {
  display: block;
  /*float: left;*/
  margin: 0;
  width: 100%;
  /*padding: 40px 0 0;*/
}

.page-content.interna .page, .page-content.single .post{
  padding: 40px 0 0;
}

.page-content.single .content {
  width: 70%;
  padding: 0 15px;
}

.page-content .page-title {
  display: block;
  position: relative;
  float: left;
  padding: 40px 0;
  width: 100%;
  background: #003652;
  color: #fff;
}

.page-content .page-title h1 {
  float: left;
  margin-bottom: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1.1;
  font-family: "ITC Avant Garde Std";
  font-size: 42px;
  position: relative;
}

.page-content .page-title h1:before {
    content: "";
    position: relative;
    height: 2px;
    width: 50px;
    background: #fff;
    margin-bottom: 20px;
    display: block;
}

.page-content #breadcrumbs a{
  color: #fff;
}
.page-content #breadcrumbs {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  font-size: 14px;
  color: #a3f3f2;
}
.page-content .crumbs_delimiter {
  padding: 0 5px;
  font-size: 16px;
  font-family: 'Fontawesome';
  font-style: normal;
}
.page {
  float: left;
  display: block;
  width: 100%;
}

.page .content-left
{
  float: left;
  width: 70%;
}

blockquote {
  position: relative;
  margin: 42px 0 42px 28px;
  padding: 50px 225px 50px 70px;
  font-style: italic;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  border: 1px solid #ecf0f1;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 10px;
  background: #21c2f8;
}
blockquote:after {
  content: "„";
  position: absolute;
  top: 20px;
  right: 50px;
  font-size: 140px;
  opacity: 0.1;
  font-family: "MS Serif", "New York", serif;
}
blockquote p {
  line-height: 26px;
  opacity: 0.6;
}
/**
 * 
 *
 * @PAGE 404
 */
.error-content {
  padding: 60px 0;
  text-align: center;
}
.error-content p {
  padding: 20px;
}
