@charset "utf-8";
@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold-webfont.woff2') format('woff2'),
         url('../fonts/raleway-bold-webfont.woff') format('woff'),
         url('../fonts/raleway-bold-webfont.svg#ralewaybold') 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.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.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'socicon';
    src: url('../fonts/socicon.eot');
    src: url('../fonts/socicon.eot?#iefix') format('embedded-opentype'),
         url('../fonts/socicon.woff') format('woff'),
         url('../fonts/socicon.ttf') format('truetype'),
         url('../fonts/socicon.svg#FuturaMdBTBold') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}



/* Grundenstellungen */
html {
	scroll-behavior: smooth;
}
body {
	margin:0;
	padding:0;
    font-family: 'ralewayregular', Helvetica, Arial, "sans-serif";
    font-size: 18px;
    color:#13365b;
	}

#bodyarea {
	hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
    overflow: hidden;
    width:100%;
	}

h1, h2 {
    font-family: 'ralewaybold', "Arial Black", "sans-serif";
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1em;
    font-size: 48px;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
}
h2 strong {
    color:#d1b81a;
    font-weight: normal;
}
a.cta {
    font-family: 'ralewaybold', "Arial Black", "sans-serif";
    font-size: 16px;
    padding:12px 30px;
    color:#13365b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1em;
    background: rgb(140,118,50);
background: -moz-linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 75%, rgba(140,118,50,1) 100%);
background: -webkit-linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 75%, rgba(140,118,50,1) 100%);
background: linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 75%, rgba(140,118,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c7632",endColorstr="#8c7632",GradientType=1); 
    transition: all 200ms ease-in-out 100ms;
-webkit-transition: all 200ms ease-in-out 100ms;
-moz-transition: all 200ms ease-in-out 100ms;
-o-transition: all 200ms ease-in-out 100ms;
-ms-transition: all 200ms ease-in-out 100ms;
}
a.cta:hover {
 background: rgb(140,118,50);
background: -moz-linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 40%, rgba(206,180,28,1) 100%);
background: -webkit-linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 40%, rgba(206,180,28,1) 100%);
background: linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 40%, rgba(206,180,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c7632",endColorstr="#ceb41c",GradientType=1); 
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
h1, h2 {
    font-size: 36px;
    }
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}

/* Kopfbereich */
#logoarea {
    position: absolute;
    top:0;
    right:7.5%;
    text-align: right;
    padding:60px 0 0;
    z-index: 200;
}
#logoarea p {
    margin:0;
    padding:0;
}
#logoarea a {
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    color:#d1b81a;
    text-decoration: none;
}
#logoarea a strong {
    font-family: 'ralewaybold', "Arial Black", "sans-serif";
    font-weight: normal;
    color:#fff;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}


/* erstes Modul vor Inhalt */
#precontent1 {  
    position: relative;
    z-index: 180;
}
#precontent1 h2 {
    font-size: 72px;
    color:#fff;
}
#precontent1 .newsflash{  
    display: grid;
    grid-template-rows: 86px calc(79vh - 86px);
    grid-template-columns: 7.5% 24% 24% auto 7.5%;
    overflow: hidden;
}
#precontent1 .newsflash-image {
    grid-column: 1 / 4;
    grid-row: 1 / 3;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 100;
}
#precontent1 .newsflash-image img {
    width:100%;
    height: auto;
}
#precontent1 .newsflash-content {
    grid-column: 4 / 5;
    grid-row: 2 / 3;
    margin: 0;
    padding: 0 0 24px;
    overflow: hidden;
    line-height: 0;
    align-self: center;
    position: relative;
    z-index: 200;
    text-align: right;
    display: block;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
}
#precontent1 .newsflash:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 180;
    display: block;
    width: 100vw;
    height: 100vw;
    background: #13365b;
    transform: rotate(30deg);
    left: 56vw;
    top: -37vw;
}
@media (max-width: 1600px) {
#precontent1 h2 {
    font-size: 60px;
    }
}
@media (max-width: 1400px) {
#precontent1 .newsflash:before {
    width: 100vw;
    height: 100vw;
    left: 46vw;
    top: -28vw;
}
}
@media (max-width: 1200px) {
#precontent1 h2 {
    font-size: 48px;
    }
#precontent1 .newsflash-content {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
    }
}
@media (max-width: 959px) {
#precontent1 .newsflash::before {
  width: 100vw;
  height: 100vw;
  left: 32vw;
  top: -28vw;
}
#precontent1 .newsflash-content {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
  align-self: start;
}
}
@media (max-width: 767px) {
#precontent1 h2 {
    font-size: 36px;
    }
#logoarea a {
  font-size: 18px;
    }
}
@media (max-width: 460px) {
#precontent1 .newsflash {
  grid-template-rows: 86px min-content min-content;
  grid-template-columns: 7.5% 24% 24% auto 7.5%;
}
#precontent1 .newsflash-image {
    grid-column: 1 / 6;
    grid-row: 3 / 4;
}    
#precontent1 .newsflash-content {
    grid-column: 2 / 5;
    grid-row: 2 / 3;
  align-self: start;
}    
#precontent1 .newsflash:before {
    content: "";
    margin: 0;
    padding: 0;
    grid-column: 1 / 6;
    grid-row: 1 / 3;
    position: relative;
    z-index: 180;
    display: block;
    width: 100vw;
    height: auto;
    transform: rotate(0deg);
    left: 0;
    top: 0;
}    
}





/* zweites Modul vor Inhalt */
#precontent2 {  
    position: relative;
    z-index: 180;
}
#precontent2 .newsflash{  
    display: grid;
    grid-template-rows: 186px min-content min-content;
    grid-template-columns: 15% 23% 23% 2% auto 7.5%;
}
#precontent2 .newsflash-title {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 200;   
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
}
#precontent2 .newsflash-title:first-line {
    color: #d1b81a;
}
#precontent2 .newsflash-image {
    grid-column: 3 / 6;
    grid-row: 2 / 4;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 200;
}
#precontent2 .newsflash-image img {
    width:100%;
    height: auto;
}
#precontent2 .newsflash-content {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    margin: 0;
    padding: 0 30px 0 15px;
    position: relative;
    z-index: 200;
    text-align: left;
    display: block;
}
#precontent2 a.cta,
#precontent3 a.cta{
    color:#fff;
}
@media (max-width: 1900px) {
#precontent2 .newsflash-title {
    grid-column: 2 / 4;
    grid-row: 2 / 3;
}
#precontent2 .newsflash-image {
    grid-column: 5 / 6;
    grid-row: 2 / 4;
}
#precontent2 .newsflash-content {
    grid-column: 2 / 4;
    grid-row: 3 / 4;
}
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
#precontent2 .newsflash {
  grid-template-rows: 6px min-content min-content;
  grid-template-columns: 15% 23% 23% auto 7.5%;
}
}
@media (max-width: 767px) {
#precontent2 .newsflash {
  grid-template-rows: 6px min-content min-content min-content;
  grid-template-columns: 7.5% 70% auto;
}
#precontent2 .newsflash-title {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}
#precontent2 .newsflash-image {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
    padding:20px 0 0;
    }
#precontent2 .newsflash-content {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
    }
}
@media (max-width: 460px) {
#precontent2 .newsflash {
  grid-template-rows: 80px min-content min-content min-content;
  grid-template-columns: 7.5% 85% auto;
}
}



/* drittes Modul vor Inhalt */
#precontent3 {  
    position: relative;
    z-index: 180;
}
#precontent3 .newsflash{  
    display: grid;
    grid-template-rows: 186px min-content min-content;
    grid-template-columns: 15% 23% 23% auto 15%;
}
#precontent3 .newsflash-title {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 200;    
    color: #d1b81a;
}
#precontent3 .newsflash-image {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 200;
}
#precontent3 .newsflash-image img {
    width:100%;
    height: auto;
}
#precontent3 .newsflash-content {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
    margin: 0;
    padding: 0 0 0 15px;
    align-self: flex-end;
    position: relative;
    z-index: 200;
    text-align: left;
    display: block;
}
#precontent3 .newsflash:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 180;
    display: block;
    width: 100vw;
    height: 100vw;
    background: #13365b;
    transform: rotate(45deg);
    left: -107vw;
    top: -28vw;
}
@media (max-width: 1900px) {
#precontent3 .newsflash:before {
    left: -97vw;
    top: -28vw;
}
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
#precontent3 .newsflash {
  grid-template-rows: 186px min-content min-content min-content;
  grid-template-columns: 15% 10% 23% auto 15%;
}
#precontent3 .newsflash-title {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
    }
#precontent3 .newsflash-image {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
    }
#precontent3 .newsflash-content {
  grid-column: 3 / 5;
  grid-row: 4 / 5;
    }
}
@media (max-width: 767px) {
#precontent3 .newsflash {
  grid-template-rows: 186px min-content min-content min-content;
  grid-template-columns: 15% 10% 23% auto 7.5%;
}
}
@media (max-width: 460px) {
#precontent3 .newsflash {
  grid-template-rows: 186px min-content min-content min-content;
  grid-template-columns: 7.5% 10% 23% auto 7.5%;
}
#precontent3 .newsflash-title {
  grid-column: 2 / 5;
  grid-row: 2 / 3;
    }
#precontent3 .newsflash-image {
    grid-column: 2 / 5;
    grid-row: 3 / 4;
    }
#precontent3 .newsflash-content {
  grid-column: 2 / 5;
  grid-row: 4 / 5;
    }
}



/* Inhaltsbereich */
.item-page,
.login {
    display: grid;
    grid-template-rows: 200px min-content min-content min-content;
    grid-template-columns: 7.5% 42% 2% 48.5%; 
    padding:60px 0;
    width:100%;
    position: relative;
}
.item-page .page-header,
.login .page-header {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    align-self: flex-end;
    width:100%;
    margin:0;
    z-index: 200;
}
.item-page .page-header h1,
.item-page .page-header h2 {
    margin:0 0 30px;
}
.item-page div[itemprop="articleBody"],
.login form  {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    padding:0 0 20px;
    line-height: 1.8em;
    width:100%;
    z-index: 200;
}
.item-page .icons {
    grid-row: 1 / 2;
    grid-column: 2 / 3;  
    position: relative;
    overflow: hidden;
    margin:0;
    padding:0;
    width:100%;
    z-index: 200;
    align-self: end;  
}
.item-page .item-image {
    grid-row: 2 / 5;
    grid-column: 4 / 5;  
    position: relative;
    overflow: hidden;
    margin:0;
    padding:0;
    width:100%;
    z-index: 200;
}
.item-page .item-image img {
    width:100%;
}
.item-page a.cta {
    color: #fff;
    background: #13365b;
}
.item-page:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    display: block;
    width: 150vw;
    height: 100vw;
    background: rgb(206,180,28);
background: -moz-linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
background: -webkit-linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
background: linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ceb41c",endColorstr="#8c7632",GradientType=1); 
    transform: rotate(10deg);
    left: -20vw;
    top: 120px;   
}
.item-page.white:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 180;
    display: block;
    width: 100vw;
    height: 100vw;
background: rgb(206,180,28);
background: -moz-linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
background: -webkit-linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
background: linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ceb41c",endColorstr="#8c7632",GradientType=1); 
    transform: rotate(135deg);
    left: -97vw;
    top: -28vw;
}
.item-page table {
    width:100%;
    vertical-align: top;
}
.item-page table strong {
    font-family: 'ralewaybold', "Arial Black", "sans-serif";
    font-weight: normal;
}
.item-page .img_caption {
    margin:5px 0 0;
    font-size: 14px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
.item-page,
.login {
    grid-template-rows: 200px min-content min-content min-content min-content;
    grid-template-columns: 7.5% 85% 7.5%; 
}
.item-page .page-header,
.login .page-header {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    align-self: flex-end;
}
.item-page div[itemprop="articleBody"],
.login form  {
    grid-row: 5 / 6;
    grid-column: 2 / 3;
}
.item-page .icons {
    grid-row: 3 / 4;
    grid-column: 2 / 3;  
    align-self: end;
}
.item-page .item-image {
    grid-row: 4 / 5;
    grid-column: 2 / 3;
    padding: 0 0 30px;
}
.item-page .img_caption {
  text-align: right;
}
}
@media (max-width: 460px) {
}



.blog {
    position: relative;
    overflow: hidden;
}
.blog .item {
    display: grid;
    grid-template-rows: 200px min-content min-content min-content;
    grid-template-columns: 7.5% 42% 2% auto; 
    padding:60px 0 120px;
    width:100%;
    overflow: hidden;
    z-index: 200;
    position: relative;
}
.blog .item .introtext {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    align-self: flex-end;
    width:100%;
    margin:0;
}
.blog .item .item-image {
    grid-row: 2 / 5;
    grid-column: 4 / 5;  
    position: relative;
    overflow: hidden;
    margin:0;
    padding:0;
    width:100%;
}
.blog .item .item-image img {
    width:100%;
}
.blog .item .icons {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    width:100%;
    margin:0;
    text-align: right; 
}
.icons ul {
    padding:0;
    margin:20px 0;
}
.blog a.cta {
    color: #fff;
    background: #13365b;
}
.blog .span12:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    display: block;
    width: 150vw;
    height: 100vw;
    background: rgb(206,180,28);
background: -moz-linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
background: -webkit-linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
background: linear-gradient(80deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ceb41c",endColorstr="#8c7632",GradientType=1); 
    transform: rotate(10deg);
    left: -30vw;
    top: 120px;   
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
.blog .item {
  grid-template-rows: 200px min-content min-content min-content;
  grid-template-columns: 7.5% 52% 2% auto;
    }
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
.blog .item {
  grid-template-rows: 100px min-content min-content min-content;
  grid-template-columns: 7.5% 70% auto;
    }
.blog .item .introtext {
    grid-row: 4 / 5;
    grid-column: 2 / 3;
    align-self: flex-end;
}
.blog .item .item-image {
    grid-row: 3 / 4;
    grid-column: 2 / 3;  
}
.blog .item .icons {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
    text-align: right; 
}
.blog .span12::before {
  width: 150vw;
  height: 200vw;
    }
.blog .item .introtext h1 {
	hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
    }
}
@media (max-width: 460px) {
.blog .item {
  grid-template-rows: 100px min-content min-content min-content;
  grid-template-columns: 7.5% 85% 7.5%;
    }
}





/* erstes Modul nach Inhalt */
#postcontent1 {  
    position: relative;
    z-index: 180;
}
#postcontent1 .newsflash{  
    display: grid;
    grid-template-rows: 186px min-content min-content;
    grid-template-columns: 15% 23% 11.5% auto 15%;
}
#postcontent1 .newsflash-title {
    grid-column: 3 / 5;
    grid-row: 2 / 3;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 200;    
    align-self: flex-end;
    color: #d1b81a;
}
#postcontent1 .newsflash-image {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 0;
    position: relative;
    z-index: 200;
}
#postcontent1 .newsflash-image img {
    width:100%;
    height: auto;
}
#postcontent1 .newsflash-content {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 200;
    text-align: left;
    display: block;
}
#postcontent1 .newsflash:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 180;
    display: block;
    width: 100vw;
    height: 100vw;
    background: #13365b;
    transform: rotate(60deg);
    left: 102vw;
    top: calc(-28vw + 186px);
}
#postcontent1 a.cta{
    color:#fff;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
#postcontent1 .newsflash {
  grid-template-rows: 186px min-content min-content min-content;
  grid-template-columns: 15% 10% 23% auto 15%;
}
#postcontent1 .newsflash-title {
  grid-column: 3 / 5;
  grid-row: 2 / 3;
    }
#postcontent1 .newsflash-image {
    grid-column: 1 / 5;
    grid-row: 3 / 4;
    }
#postcontent1 .newsflash-content {
  grid-column: 3 / 5;
  grid-row: 4 / 5;
    }
}
@media (max-width: 767px) {
#postcontent1 .newsflash {
  grid-template-rows: 186px min-content min-content min-content;
  grid-template-columns: 15% 10% 23% auto 7.5%;
}
}
@media (max-width: 460px) {
#postcontent1 .newsflash {
  grid-template-rows: 186px min-content min-content min-content;
  grid-template-columns: 7.5% 10% 23% auto 7.5%;
}
#postcontent1 .newsflash-title {
  grid-column: 2 / 5;
  grid-row: 2 / 3;
    }
#postcontent1 .newsflash-image {
    grid-column: 2 / 5;
    grid-row: 3 / 4;
    }
#postcontent1 .newsflash-content {
  grid-column: 2 / 5;
  grid-row: 4 / 5;
    }
}



/* zweites Modul nach Inhalt */
#postcontent2 .newsflash{  
    display: grid;
    grid-template-rows: 200px min-content min-content;
    grid-template-columns: 7.5% 7.5% 23% 23% auto 15%;
}
#postcontent2 .newsflash-title {
    grid-column: 2 / 5;
    grid-row: 2 / 3;
    margin: 0;
    padding: 0 0 60px 15px;
    position: relative;
    z-index: 200;    
}
#postcontent2 .newsflash-content {
    grid-column: 3 / 5;
    grid-row: 3 / 4;
    margin: 0;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 200;
    text-align: left;
    display: block;
}
#postcontent2 .newsflash-content ol {
    display:grid;
    grid-template-rows: min-content min-content min-content min-content min-content min-content ;
    grid-template-columns: 40% 20% 40%;
    padding:0;
    margin:0;
    position: relative;
}
#postcontent2 .newsflash-content ol:before {
    position: absolute;
    content:"";
    display:block;
    width:4px;
    height:calc(100% + 60px);
    right:calc(50% - 2px);
    top:-30px;
    background: #d1b81a;
}
#postcontent2 .newsflash-content ol li {
    list-style:none;
    padding:20px 10% 30px;
    background: #13365b;
    color:#fff;
    line-height: 1.1em;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
    position: relative;
}
#postcontent2 .newsflash-content ol li:nth-child(1) {
    grid-column: 1 / 3;
    grid-row: 1 / 2; 
    margin:0 40% 0 0;
}
#postcontent2 .newsflash-content ol li:nth-child(1):before,
#postcontent2 .newsflash-content ol li:nth-child(3):before,
#postcontent2 .newsflash-content ol li:nth-child(5):before{
    position: absolute;
    content:"";
    display:block;
    border:6px solid #5c626d;
    width:20px;
    height:20px;
    border-radius: 30px;
    background: rgba(208,184,26,0.7);
    right:calc(-40% - 13px);
}
#postcontent2 .newsflash-content ol li:nth-child(2) {
    grid-column: 2 / 4;
    grid-row: 2 / 3; 
    margin:0 0 0 40%;
}
#postcontent2 .newsflash-content ol li:nth-child(2):before,
#postcontent2 .newsflash-content ol li:nth-child(4):before,
#postcontent2 .newsflash-content ol li:nth-child(6):before{
    position: absolute;
    content:"";
    display:block;
    border:6px solid #5c626d;
    width:20px;
    height:20px;
    border-radius: 30px;
    background: rgba(208,184,26,0.7);
    left:calc(-40% - 13px);
}
#postcontent2 .newsflash-content ol li:nth-child(3) {
    grid-column: 1 / 3;
    grid-row: 3 / 4; 
    margin:0 40% 0 0;
}
#postcontent2 .newsflash-content ol li:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 4 / 5; 
    margin:0 0 0 40%;
}
#postcontent2 .newsflash-content ol li:nth-child(5) {
    grid-column: 1 / 3;
    grid-row: 5 / 6; 
    margin:0 40% 0 0;
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
#postcontent2 .newsflash-content {
  grid-column: 3 / 6;
    }
}
@media (max-width: 959px) {
#postcontent2 .newsflash-title {
  grid-column: 2 / 6;
    }
#postcontent2 .newsflash-content ol::before {
    right: calc(100% - 18px);
    }

#postcontent2 .newsflash-content ol li:nth-child(1),
#postcontent2 .newsflash-content ol li:nth-child(2),
#postcontent2 .newsflash-content ol li:nth-child(3),
#postcontent2 .newsflash-content ol li:nth-child(4),
#postcontent2 .newsflash-content ol li:nth-child(5){
    grid-column: 1 / 4;
    margin:0 0 10px 50px;
}
#postcontent2 .newsflash-content ol li:nth-child(1):before,
#postcontent2 .newsflash-content ol li:nth-child(3):before,
#postcontent2 .newsflash-content ol li:nth-child(5):before,
#postcontent2 .newsflash-content ol li:nth-child(2):before,
#postcontent2 .newsflash-content ol li:nth-child(4):before,
#postcontent2 .newsflash-content ol li:nth-child(6):before{
    left:-50px;
}
   
    
}
@media (max-width: 767px) {
#postcontent2 .newsflash-content {
  grid-column: 2 / 6;
    }
}
@media (max-width: 460px) {  
#postcontent2 .newsflash-content {
  grid-column: 2 / 7;
    }
}



/* drittes Modul nach Inhalt */
#postcontent3 {  
    display: grid;
    grid-template-rows: 300px min-content min-content min-content;
    grid-template-columns: 7.5% 42% 2% auto; 
    padding:60px 0 200px;
    width:100%;
    position: relative;
    overflow: hidden;
}
#postcontent3 .moduletable  {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
    padding:0 0 20px;
    line-height: 1.8em;
    width:100%;
    z-index: 200;
}
#postcontent3 .moduletable.formtitle {
    grid-row: 2 / 3;
    grid-column: 2 / 4;
    align-self: flex-end;
    width:100%;
    margin:0;
    padding:0 0 40px;
}
#postcontent3 .moduletable.formtitle h2 {
    margin:0;
}
#postcontent3:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100;
    display: block;
    width: 150vw;
    height: 100vw;
    background: rgb(206,180,28);
background: -moz-linear-gradient(75deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
background: -webkit-linear-gradient(75deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
background: linear-gradient(75deg, rgba(206,180,28,1) 29%, rgba(140,118,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ceb41c",endColorstr="#8c7632",GradientType=1); 
transform: rotate(15deg);
    left: -20vw;
    top: 20vw;   
}
#postcontent3 a.cta {
  color: #fff;
  background: #13365b;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
#postcontent3 {
  grid-template-rows: 300px min-content min-content min-content;
  grid-template-columns: 7.5% 68% 2% auto;
    }
#postcontent3:before {
    width: 150vw;
    height: 200vw;
    }
}
@media (max-width: 959px) {
#postcontent3 {
  grid-template-rows: 200px min-content min-content min-content;
  grid-template-columns: 7.5% 83% 2% auto;
    }
#postcontent3:before {
    width: 150vw;
    height: 200vw;
    }
}
@media (max-width: 767px) {
#postcontent3 {
  grid-template-rows: 200px min-content min-content min-content;
  grid-template-columns: 7.5% 83% 2% auto;
    }

}
@media (max-width: 460px) {
#postcontent3 {
    padding: 60px 0 30px;
    }
#postcontent3:before {
    grid-row: 1 / 5;
    grid-column: 1 / 5;
    position: relative;
    z-index: 100;
    display: block;
    width: 100vw;
    height: auto;
transform: rotate(0deg);
    left: 0;
    top: 0;   
}
}


/* Formular */
.bfPage h3 {
font-family: 'ralewaybold', "Arial Black", "sans-serif";
    font-weight: normal;
    margin:0 0 20px;
}
.bfQuickMode .btn {
    text-transform: uppercase;
    font-family: 'ralewaybold', "Arial Black", "sans-serif";
    text-decoration: none;
    padding:10px 30px;
    margin:10px 0 0;
    border: none;
    border-radius: 0;
    background: #13365b;
    border:2px solid #13365b;
    color:#fff;    
}
.bfQuickMode #ff_elem29.btn,
.bfQuickMode #ff_elem32.btn,
.bfQuickMode #ff_elem35.btn,
.bfQuickMode #ff_elem38.btn,
.bfQuickMode #ff_elem45.btn{
    background: none;
    border:2px solid #13365b;
    color:#fff;  
    margin: 30px 0 0;
}
.bfError {
   color:#ff0000;
    font-family: 'ralewaybold', "Arial Black", "sans-serif";
}
.bfQuickMode input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaa;
    opacity: 1; /* Firefox */
    font-family: 'ralewayregular', Helvetica, Arial, "sans-serif";
}

.bfQuickMode input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
    font-family: 'ralewayregular', Helvetica, Arial, "sans-serif";
}
.bfQuickMode input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
    font-family: 'ralewayregular', Helvetica, Arial, "sans-serif";
}
.bfPage .icon-calendar::before {
    display:none;
}
.calendar-container .btn-group button.btn {
    padding:3px 8px;
	}
input[type='text'],
input[type='number'],
input[type='password'],
textarea {
    font-size: 16px;
    min-height: 32px;
    max-width: 100% !important;
}
.bfQuickMode input[type="text"], 
.bfQuickMode textarea, 
.bfQuickMode select, 
.bfQuickMode .uneditable-input {
    max-width: 50%;
    width: 100%;
}
.bfQuickMode select{
    font-size: 16px;
    min-height: 32px;
    border-radius: 0;
    background: #13365b;
    border: 2px solid #13365b;
    color: #fff;
text-transform: uppercase;
font-family: 'ralewaybold', "Arial Black", "sans-serif";
text-decoration: none;
padding: 10px 30px;
}
#postcontent3 label.control-label {
    display: block;
    width:100%;
}
#postcontent3 #bfLabel41, 
#postcontent3 #bfLabel42, 
#postcontent3 #bfLabel43, 
#postcontent3 #bfLabel40 {
    padding: 15px 0 10px;
    line-height: 1.1em;
}
#postcontent3 #bfLabel44 {
    padding: 15px 0 0;
    line-height: 1.1em;
    width:100%;
    font-size: 14px;
}
#postcontent3 #ff_elem44 {
    line-height: 1em;
}
#postcontent3 #ff_form2 label {
    padding: 15px 0 5px;
    line-height: 1.1em;
}
div#ff_formdiv1 + div span,
div#ff_formdiv2 + div span,
div#ff_formdiv3 + div span,
div#ff_formdiv4 + div span,
div#ff_formdiv5 + div span,
div#ff_formdiv6 + div span,
.grecaptcha-logo,
.grecaptcha-badge{
  display: none;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}




/*Fussbereich */
#footerarea {
    position: relative;
    padding:0 0 100px 0;
    color:#3e5a79;
    font-size: 14px;
    overflow:hidden;
    display: grid;
    grid-template-rows: 200px min-content min-content min-content;
    grid-template-columns: 7.5% 33% 33% auto 7.5%; 
    margin-top:-10vw;
}
#footerarea .footerelement {
    z-index: 250;
    position: relative;
    grid-row: 2 / 3;
    grid-column: 2 / 3;   
}
#footerarea .footerelement:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 3 / 4;   
}
#footerarea .footerelement:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 4 / 5; 
    text-align: right;
}
#footerarea a {
    color:#3e5a79;
    text-decoration: none;
}
#footerarea ul {
    padding:0;
    margin:0;
    text-align: right;
}
#footerarea ul li {
    padding:0 0 0 10px;
    margin:0;
    list-style: none;
    display: inline-block;
}

#footerarea:before {
    content: "";
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 210;
    display: block;
    width: 150vw;
    height: 100vw;
    background: #13365b;
    transform: rotate(5deg);
    left: -20vw;
    top: 5vw;   
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
#footerarea {
    display: grid;
    grid-template-rows: 200px min-content min-content min-content 100px;
    grid-template-columns: 7.5% 40.5% auto 40.5% 7.5%; 
    margin-top:-10vw;
    padding:0;
    hyphens: manual;
-webkit-hyphens: manual;
-ms-hyphens: manual;
}
}
@media (max-width: 767px) {
#footerarea .footerelement {
    grid-row: 4 / 5;
    grid-column: 2 / 5;   
    text-align: center;
}
#footerarea .footerelement:nth-child(2) {
    grid-row: 3 / 4;
    grid-column: 2 / 5; 
    text-align: center;
}
#footerarea .footerelement:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 2 / 5; 
    text-align: center;
}
#footerarea ul {
  text-align: center;
    padding:0 0 15px;
}
}
@media (max-width: 460px) {
#footerarea::before {
    grid-row: 1 / 6;
    grid-column: 1 / 6; 
    content: "";
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 210;
  display: block;
  width: 100%;
  height: auto;
  transform: rotate(0deg);
  left: 0;
  top: 0;
}
}




/* Cookiehinweis */
#redim-cookiehint {
  padding: 0 5% 3px;
  box-sizing: border-box;
  background-color: #d1b81a;
  font-size: 14px;
}
@media (max-width: 767px) {
#redim-cookiehint .cookiecontent {
  line-height: 12px;
  font-size: 10px;
}    
}



/* Editorbereich */
.edit-icon a {
	Border:3px solid #13365b;;
font-family: 'ralewaybold', "Arial Black", "sans-serif";
font-size: 16px;
padding: 2px 30px;
color: #13365b;
text-decoration: none;
text-transform: uppercase;
letter-spacing: -0.02em;
	}
li.edit-icon {
	list-style:none;
	}
.edit-icon .tip, 
.edit-icon .hasTooltip {
    display: unset !important;
}
#jform_images_float_intro-lbl,
#jform_images_float_intro_chzn,
#jform_images_float_fulltext-lbl,
#jform_images_float_fulltext_chzn,
#jform_urls_urla-lbl,
#jform_urls_urla,
#jform_urls_urlb-lbl,
#jform_urls_urlb,
#jform_urls_urlc-lbl,
#jform_urls_urlc,
#jform_urls_urlatext-lbl,
#jform_urls_urlbtext-lbl,
#jform_urls_urlctext-lbl,
#jform_urls_urlatext,
#jform_urls_urlbtext,
#jform_urls_urlctext,
#jform_tags-lbl,
#jform_tags_chzn,
#jform_created_by_alias-lbl,
#jform_created_by_alias,
#jform_metakey-lbl,
#jform_metakey,
#jform_access-lbl,
#jform_access_chzn,
#jform_images_image_intro_alt-lbl,
#jform_images_image_intro_alt,
#jform_images_image_fulltext_alt-lbl,
#jform_images_image_fulltext_alt,
.edit.item-page .nav-tabs,
/*#jform_images_image_fulltext_caption-lbl,
#jform_images_image_fulltext_caption,
#jform_images_image_intro_caption-lbl,
#jform_images_image_intro_caption,
#jform_featured-lbl,
#jform_featured_chzn,*/
#jform_version_note-lbl,
#jform_version_note,
#jform_language-lbl,
#jform_language_chzn,
#jform_note-lbl,
#jform_note,
div.edit + div#contentaddarea,
.dropdown-toggle,
.btn.modal-button,
#editor-xtd-buttons a:last-child,
#attrib-fields-0
 {
	display:none;
	}
#jform_images_image_intro-lbl,
#jform_images_image_fulltext-lbl,
#jform_com_fields_preis-lbl,
#jform_catid-lbl,
#jform_state-lbl,
#jform_publish_up-lbl,
#jform_publish_down-lbl,
#jform_metadesc-lbl
{
    padding: 20px 0 0;
    display: block;
}
.mceToolbar button {
	padding:0;
	margin:0 !important;
	}
.btn-group button {
	margin:0 10px 0 0 !important;
	float: left !important;
	}
.edit #images .btn {
    padding: 0 15px;
    margin: 20px 0;
    border: none;
    background: #f9b000;
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    text-decoration: none;
}
.edit #jform_title {
    font-size: 2em;
	margin:0 !important;
	width:80% !important;
	font-family: 'fira_sansregular', Arial, Helvetica, sans-serif;
	}	
.edit .inputbox,
.wf-editor-toggle,
.edit button,
#images input {
	margin:0 !important;
	}	
body#tinymce {
	background:#fff;
	}	
.calendar-container,
#contentarea .controls a {
	color:#000;
	}
.icon-calendar:before {
	content:"";
	background:url(../images/calendar-icon.svg) no-repeat;
	background-size:cover;
	width:20px;
	height:20px;
	display:block;
	}
.edit fieldset,
.login fieldset {
	border: dashed 1px;
}
.edit .btn-toolbar button,
.login button {
    font-family: 'ralewaybold', "Arial Black", "sans-serif";
    border:none;
    font-size: 16px;
    padding:12px 30px;
    color:#13365b;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    line-height: 1em;
    background: rgb(140,118,50);
background: -moz-linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 75%, rgba(140,118,50,1) 100%);
background: -webkit-linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 75%, rgba(140,118,50,1) 100%);
background: linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 75%, rgba(140,118,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c7632",endColorstr="#8c7632",GradientType=1); 
    transition: all 200ms ease-in-out 100ms;
-webkit-transition: all 200ms ease-in-out 100ms;
-moz-transition: all 200ms ease-in-out 100ms;
-o-transition: all 200ms ease-in-out 100ms;
-ms-transition: all 200ms ease-in-out 100ms;
    margin: 0 0 40px;
}
.edit .btn-toolbar button:hover,
.login button:hover {
 background: rgb(140,118,50);
background: -moz-linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 40%, rgba(206,180,28,1) 100%);
background: -webkit-linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 40%, rgba(206,180,28,1) 100%);
background: linear-gradient(128deg, rgba(140,118,50,1) 0%, rgba(206,180,28,1) 40%, rgba(206,180,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8c7632",endColorstr="#ceb41c",GradientType=1); 
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
}
.tip, 
.hasTooltip{display:block!important}
.fade {display:none!important}	

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}




ul.actions {
	margin: 0;
	padding: 0;
}
ul.actions li {
	list-style-image: none;
	list-style-type: none;
	float: right;
}
ul.actions li a img {
	border: 0 none;
	padding-left: 0px;
	padding-right: 0px;
}
ul.actions li a,ul.actions li a:hover, ul.actions li a:active, ul.actions li a:visited, ul.actions li a:link {
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.row-separator, .item-separator {
	display:block;
	width: 100%;
	height:5px;
	clear:both;
}
img {
	border: none;
	}


/*-----SOCIALICONS-----*/
[data-icon]:before {
	font-family:"socicon"!important;
	content:attr(data-icon);
	font-style:normal!important;
	font-weight:400!important;
	font-variant:normal!important;
	text-transform:none!important;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

[class^="icon-"]:before,[class*=" icon-"]:before {
	font-family:"socicon"!important;
	font-style:normal!important;
	font-weight:400!important;
	font-variant:normal!important;
	text-transform:none!important;
	speak:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
    font-size: 30px;
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
    color:#fff
}
[class^="icon-"]:hover:before,[class*=" icon-"]:hover:before {
    transition: all 200ms ease-in-out 0ms;
-webkit-transition: all 200ms ease-in-out 0ms;
-moz-transition: all 200ms ease-in-out 0ms;
-o-transition: all 200ms ease-in-out 0ms;
-ms-transition: all 200ms ease-in-out 0ms;
    color:#79654e
}

.icon-twitter:before {
	content:"\e040";
}
.icon-facebook:before {
	content:"\e041";
}
.icon-googleplus:before {
	content:"\e042";
}
.icon-pinterest:before {
	content:"\e043";
}
.icon-youtube:before {
	content:"\e051";
}
.icon-instagram:before {
	content:"\e057";
}
.icon-xing:before {
	content:"\e04b";
}
.icon-linkedin:before{
	content:"\e049";
}

@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 959px) {
}
@media (max-width: 767px) {
}
@media (max-width: 460px) {
}