/*GGENERAL*/
.content-area blockquote {
  display: block;
  position: relative;
  padding-left: 62px;
  margin: 32px 40px 20px 0;
  border: 0;
  font-size: 24px;
  font-weight: 600;
}
blockquote:before {
  content: '';
  background: url("https://media.voog.com/0000/0037/5542/photos/arrow.png") no-repeat;
   -moz-transform: rotate(-134deg);
    -webkit-transform: rotate(-134deg);
    -o-transform: rotate(-134deg);
    -ms-transform: rotate(-134deg);
    transform: rotate(-134deg);
    position: absolute;
    left: -30px;
    top: -17px;
    width: 102px;
    height: 102px;
}
hr {
  margin: 32px 0;
  border: 0;
  border-top: 8px solid #fff;
  
}
.site-container {
  background: #F1F9FB;
}
.table-holder {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  -webkit-box-shadow: 0 25px 45px 15px rgba(5,32,73,0.05);
  box-shadow: 0 25px 45px 15px rgba(5,32,73,0.05);
}
table {
  border-radius: 20px;
}
.light-background .content-area .form_field_textfield,
.light-background .content-area .form_field_textarea {
  background: #fff;
  border-radius: 8px;
}
.content-area table td {
  border-style: none;
  border: 0;
  border-bottom: 8px solid #F1F9FB;
  background: #fff;
}
.sidebar-active main .wrap {
  max-width: 100% !important;
}
main .image-container {
  border-radius: 24px;
}
.wrap,
.blog-news-page .articles-listing,
.common-page .sidebar-active,
.front-page .main-feature .wrap,
.site-header .header-bottom .header-bottom-inner {
  max-width: 1400px;
}
.site-header .header-top .site-options {
  margin-top: 27px;
}
/*INDEX*/

.header-top-with-bg .site-header .header-top .wrap {
  padding-bottom: 0;
}

.front-page .site-container {
  background:  #F1F9FB;
  background-size: 30%;
  background-position: -10% 100px;
}
.header-bottom {
  background: linear-gradient( -45deg, #2E80FA 0%, #052049 100%);
  border-radius: 48px;
  border: 20px solid #f1f9fb;
  position: relative;
  display: flex;
}
.header-bottom:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient( -45deg, #2E80FA 0%, #2E80FA 100%);
  opacity: 0;
  animation: bg 2800ms ease-in-out 0s infinite alternate-reverse;
  z-index: 2;
  border-radius: 27px;
}
.header-bottom-bg {
   background:  url("https://media.voog.com/0000/0037/5542/photos/left-s-sd.svg") no-repeat;
  background-size: 38%;
  background-position: -19% 100px;
  position: relative;
  z-index: 3;
  flex: 1
}
.header-bottom .header-bottom-inner {
  position: relative;
  z-index: 3;
}
.page-body {
  position: relative;
  z-index: 3;
}
.front-page .page-body {
  margin-top: -200px;
}
.site-header .header-bottom .header-bottom-inner .wrap {
  padding: 90px 40px;
}
.front-page .header-body h2 {
  padding-bottom: 24px;
  margin-bottom: 82px;
  margin-top: 52px;
}
.front-page .header-body h2 b {
  border-bottom: 8px solid #F1F9FB;
  padding-bottom: 48px;
}
.site-header .light-background .menu li a {
  display:inline-block;
  padding-bottom: 24px;
  padding-top: 28px;
}
.site-header .light-background a.button,
.light-background .content-area .form_area .form_submit input,
a.button {
  background-color: #2D80FA;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 16px 24px;
  transition: 0.3s;
  font-family: "Montserrat", sans-serif;;
}
.site-header .light-background a.button:hover,
.light-background .content-area .form_submit input:hover,
a.button:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 15px 25px 15px rgba(45,128,250,0.1);
  box-shadow: 0 15px 25px 15px rgba(45,128,250,0.1);
  opacity: 1;
}
.site-header .light-background a.button.light,
.button.light {
  background: #F1F9FB;
  color: #2d80fa;
}
.front-page .main-feature {
  padding-top: 110px;
}
.main-feature .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.main-feature .wrap .feature {
  flex: 1;
  background: #fff;
  width: auto;
  margin: 20px;
  padding: 24px;
  border-radius: 20px;
  -webkit-box-shadow: 0 25px 45px 15px rgba(45,0,0,0.05);
  box-shadow: 0 25px 45px 15px rgba(45,0,0,0.05);
  position:relative;
  top: 0;
  transition: 0.3s;
}
.main-feature .wrap .feature:hover {
  top: -32px;
}
.front-page .main-feature .feature-content {
  margin-bottom: 0;
}
.front-page .main-feature .feature-image:before {
  padding-top: 75%;
}
.main-feature .button {
  display: inline-block;
  margin: 0 auto 65px auto;
}
.index-articles {
    margin: 90px 0;
    display: flex;
    flex-wrap: wrap;
}
.index-articles a.button {
  display:inline-block;
}
.index-articles-wrap {
    display: flex;
}
.articles-left {
  flex: 2
}
.articles-left img {
  max-width: 150%;
  margin-top: 60px;
  margin-left: -50%;
}
.articles-right {
  flex: 5
}
.index-articles-wrap article,
.blog-articles .blog-article {
  background: #fff;
  margin-bottom: 40px;
  padding: 20px 32px 32px 0px;
  border-radius: 20px;
   -webkit-box-shadow: 0 25px 45px 15px rgba(5,32,73,0.05);
  box-shadow: 0 25px 45px 15px rgba(5,32,73,0.05);
}
.articles-right article {
  display: flex;
  flex-wrap: wrap;
}
.index-articles-right article .article-left {
  flex: 1
}
.index-articles article .article-left img {
  padding-top: 8px;
  -moz-transform: rotate(-134deg);
    -webkit-transform: rotate(-134deg);
    -o-transform: rotate(-134deg);
    -ms-transform: rotate(-134deg);
    transform: rotate(-134deg);
  transition: 0.3s;
}
.index-articles article:hover .article-left img {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.index-articles article .article-right {
  flex: 8
}
.article-right a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 10px;
}
.article-right a:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 100%;
  background: #2D80FA;
  right: 100%;
  top: 80%;
  transition: 0.3s;
  transition-delay: 200ms;
}
.index-articles article:hover a:after {
  right: 0;
}
.article-excerpt {
  font-size: 16px;
  line-height: 1.6em;
}
.arrow-anim {
  position: relative;
  top: -10px;
  animation: myAnim 2s ease 0s infinite normal forwards;
  border: 8px solid #052049;
  border-radius: 50%;
  margin-top: -48px;
  margin-bottom: 48px;
}
@keyframes myAnim {
	0%,
	100% {
		top: -10px;
	}

	50% {
		top: 10px;
	}
}
.front-page-content-bottom {
   background: linear-gradient( 45deg, #2E80FA 0%, #052049 100%);
    position: relative;
}
.front-page-content-bottom::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient( 45deg, #2E80FA 0%, #2E80FA 100%);
  opacity: 0;
  animation: bg 2800ms ease-in-out 0s infinite alternate-reverse;
  z-index: 2;
}
@keyframes bg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.front-page .front-page-content-bottom .wrap {
  z-index: 3;
  position: relative;
}
.sidebar-active {
  display: flex;
}
.sidebar-active aside {
  flex:2
}
.sidebar-active main {
  flex: 6
}


/*FOOTER*/


.footer-body .wrap {
  display: flex;
  flex-wrap: wrap;
  border-top: 8px solid #2d80fa;
  padding-top: 32px;
  margin-top: 32px;
}
.footer-body .wrap .inner {
  flex: 1
}


/*BLOG PAGE*/
.blog-news-page .main-content {
   background:  url("https://media.voog.com/0000/0037/5542/photos/Bibliophile.png") no-repeat;
   background-position: -210px 30px;
}
.blog-news-page .main-content .wrap {
  max-width: 1400px;
}
.site-header .content-area h1.blog-title,
.site-header .content-area h1.blog-title a {
  font-size: 56px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.blog-news-page .blog-article,
.blog-news-page .blog-article:first-child {
  padding: 32px;
}
.blog-news-page .article-title a,
.blog-news-page .article-title a:hover {
  font-weight: 600;
  transition: 0.3s;
}
.blog-news-page .blog-article:hover .article-title a {
  border-bottom: 8px solid #2D80FA;
}
.blog-news-page .article-author, .blog-news-page .article-date {
  display: none;
}
.blog-news-page .article-read-more-btn,
.blog-news-page .article-read-more-btn:hover {
  text-decoration: none;
  position: relative;
  font-weight: 600;
}
.article-read-more-btn:before {
  content: '';
  background:  url("https://media.voog.com/0000/0037/5542/photos/arrow-right.png") no-repeat;
  position:absolute;
  width: 22px;
  height: 22px;
  right: -24px;
  top:4px;
  transition: 0.3s;
}
.article-read-more-btn:hover:before {
 right: -32px;
}
.site-footer .blog-article-nav .article-nav-direction {
  font-weight: 600;
  color: #2e80fa !important;
  opacity: 1;
}
.blog-article-page .main-content .article-header .article-title {
  font-weight: 600;
}
.articles-listing.content-area .blog-article h1.article-title  a {
  font-size: 18px !important;
}

.common-page.kontakt .page-content {
  background: url("https://media.voog.com/0000/0037/5542/photos/Mail.png") no-repeat;
  background-size: 34%;
}
.common-page.referentsid .page-content {
  background: url("https://media.voog.com/0000/0037/5542/photos/High-five.png") no-repeat;
  background-size: 34%;
  background-position: 10px 100px;
}
/*RESPONSIVE*/
@media screen and (max-width: 1450px) {
  .articles-left img {
    max-width: 170%;
    margin-top: 60px;
    margin-left: -40%;
  }
  @keyframes myAnim {
	0%,
	100% {
		top: -20px;
	}

	50% {
		top: 0px;
	}
}
  .common-page.referentsid .page-content {
    background-position: -100px 88px;
    background-size: 38%;
  }
  .blog-news-page .main-content .wrap {
    max-width: 780px;
  }
  .common-page.kontakt .page-content {
    background-position: -78px 0px;
  }
}
@media screen and (max-width: 1194px) {
  .header-bottom-bg {
    background-size: 71%;
    background-position: -149% 56px;
  }
  .front-page .header-body h2 b span{
    font-size: 48px !important;
  }
  .front-page .main-feature .feature-content {
    margin-left: 16px;
    margin-right: 16px;
  }
  .common-page.referentsid .page-content,
  .common-page.kontakt .page-content,
  .blog-news-page .main-content {
    background: none;
  }
}
@media screen and (max-width: 1010px) {
  .mobile-menu-toggler {
    top: 16px;
  }
  .front-page .header-body h2 b span {
    font-size: 40px !important;
  }
  .main-feature .wrap .feature {
    margin: 8px;
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
  }
  .front-page .main-feature .feature-image {
    flex: 3
  }
  .front-page .main-feature .feature-content {
    flex: 6;
  }
}
@media screen and (max-width: 600px) {
  .header-bottom-bg {
    background-size: 88%;
    background-position: -443% 36px;
  }
  .content-area.header-title {
    max-width: 250px;
  }
  .mobile-menu-toggler {
    top: 8px;
  }
  .site-header .header-top .site-options {
    margin-top: 21px;
  }
  .front-page .page-body {
    margin-top: 0px;
  }
  .front-page .main-feature .feature-image,
 .front-page .main-feature .feature-content{ 
    flex: 100%
  }  
  .front-page .main-feature {
    padding-top: 56px;
  }
  .front-page .header-body h2 {
    display:none;
  }
  .index-articles-wrap article {
    padding-right: 0;
  }
  .index-articles .wrap {
    padding: 20px;
  }
  .arrow-anim,
  .articles-left {
    display: none;
  }
  
  .articles-right {
    flex: 100%
  }
  .blog-news-page .article-title a,
  .article-right a {
    font-size: 24px;
    word-break: break-word;
    word-wrap: break-word;
  }
  .index-articles article .article-left img {
    margin-left: -10px;
  }
  .article-right a,
  .article-excerpt {
    margin-right: 16px;
  }
  .main-feature .wrap .feature {
    flex: 100%
  }
  .blog-news-page .main-content {
    background-image: none;
  }
  .image-container {
    width: 100% !important;
    margin-bottom: 16px;
  }
  .common-page .site-header .content-area h1 span,
  .blog-article-page .site-header h1 a,
  .blog-news-page .site-header .content-area h1 span{
    font-size: 24px !important;
    text-shadow: 2px 6px 11px rgba(0,0,0,0.17);
  }
    .blog-article-page .site-header h1.blog-title {
      line-height: 0.33;
    }
    .blog-news-page .article-title a:hover {
      font-size: 24px;
    }
  .footer-body .wrap .inner {
    flex: 100%
  }
}