/* HEADER */

a, .site-navigation ul li.current-menu-item a {
    color: #313a8c;
}

html {
    min-height: 100%;
    position: relative;
    padding-bottom: 84px;
}

.site-header.siteinner {
    position: fixed;
    background: #fff;
    box-shadow: 0 1px 5px #303030;
}

.site-header.siteinner > .container {
    width: 1200px;
}

.site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.logo {
    width: 25%;
    float: left;
    padding: 25px 0;
    display: flex;
    flex-wrap: wrap;
}

.logoIcon {
    width: 47%;
}

.logoName {
    width: 53%;
    font-family: "Oswald", sans-serif;
    font-size: 26px;
    line-height: 28px;
    color: #303030;
    font-weight: 600;
    padding-left: 5px;
}

.logoName a {
    color: #202020;
}

.logoClaim {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 5.5px;
}

.page-template-template-full-width #templatelayout > .container {
    width: unset;
    padding-top: 122px;
}

.page-template-template-full-width #templatelayout > .container #tabnavigator {
    padding: 0;
}

.page-template-template-full-width .entry-title {
    display: none;
}

.page-template-template-full-width .wp-block-columns {
    margin-bottom: 0;
}

.wp-block-column.lkSection {
    padding: 40px 0;
}

.wp-block-columns.lkSection > .wp-block-column
{
    max-width: 50%;
    margin: 0;
}

.lkCategorySection
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}

.lkCategory {
    position: relative;
    padding-bottom: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.lkCategory:after {
    content: 'Mehr lesen';
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    background: #32373c;
    color: #fff;
    border-radius: 25px;
    padding: 10px 15px;
    opacity: 0;
}

.lkCategory figcaption {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 10%;
    top: 0;
    background: #fff;
    margin: 0;
}

.lkCategory a {
    height: 90%;
    top: 10%;
    position: absolute;
}

.lkCategory a img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.lkCategory:hover {
    transform: translatey(-5px);
    transition: all 0.25s ease-in-out;
}

.lkCategory:hover:after {
    transition: 1s;
    opacity: 1;
}

.wp-block-column.lkSection > p,
.wp-block-column.lkSection > div,
.wp-block-column.lkSection > figure
{
    max-width: 1200px;
    margin: 0 auto;
}
.wp-block-column.lkSection > h1,
.wp-block-column.lkSection > h2,
.wp-block-column.lkSection > h3,
.wp-block-column.lkSection > h4,
.wp-block-column.lkSection > h5,
.wp-block-column.lkSection > h6
{
    max-width: 1200px;
    margin: 0 auto 30px;
}

/*.wp-block-column.lkSection > h1*/
h1
{
    font-size: 60px;
    margin: 0 auto 15px;
}

.lkSectionImage figure {
    margin: 0;
    height: 100%;
}

.lkSectionImage img {
    /*width: auto;*/
    /*height: 100%;*/
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.lkSectionContent {
    padding: 40px 0;
}

.wp-block-columns.lkSection > .lkSectionContent
{
    max-width: 600px;
}

.wp-block-columns.lkSection > .lkSectionContent:nth-child(2n+0)
{
    margin-left: 0;
    margin-right: auto;
    padding-left: 50px;
}

.wp-block-columns.lkSection > .lkSectionContent:nth-child(2n+1)
{
    margin-left: auto;
    margin-right: 0;
    padding-right: 50px;
}

.lkGreen {
    background: #a5cb7a;
    color: #303030;;
}

.fullWidthBox {
    height: 650px;
    margin-top: 90px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid #303030;
}
.fullWidthBox .bgImg {
    position: absolute;
    top: 0;
    z-index: 0;
    display: flex;
    width: 100%;
}
.fullWidthBox .bgImg img{
    width: 100%;
}
.fullWidthBox .pageTitle {
    font-size: 60px;
    margin-bottom: 10px;
    z-index: 1;
    color: #313a8c;
    background: rgba(255,255,255,0.6);
    padding: 1rem;
}
.fullWidthBox .pageDescr {
    font-size: 36px;
    z-index: 1;
    color: #fff;
}
.textJustify {
    text-align: justify;
}
h1.entry-title, .lkTitleH1 {
    font-size: 56px;
}

.intro {
    font-size: 24px;
    line-height: 50px;
}
.lkTitleH4 {
    font-size: 36px;
}
.lkText {
    font-size: 18px;
    line-height: 36px;
}
.lkBtn {
    text-transform: uppercase;
}
.lkList {
    list-style: disclosure-closed;
    list-style-position: outside;
    margin: 0 0 0 40px;
}
ul.lkList li {
    margin-bottom: 10px;
    font-size: 16px;
}
.lkImage {
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.3);
    border: 2px solid #202020;
}

.lkNewsBox {
    /*z-index: 1;*/
    margin-top: 100px;
    /*padding: 15px;*/
    background: rgba(49,58,140,0.8);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

    position: relative;
    overflow: hidden;
}

.lkNewsBox .lkNewsSlider, .lkNewsBox .lkNewsSlide {
    position: relative;
    margin: 0;
    padding: 0;
    /*height: 200px;*/
    height: 100%;
    list-style: none;
}

.lkNewsBox .lkNewsSlider .lkNews, .lkNewsBox .lkNewsSlide .lkNews {
    display: flex;
    flex-direction: column;

    position: relative;
    float: left;
    margin: 0;
    /*padding: 15px;*/
    width: 500px;
    height: 200px;
    /*background: #ccc;*/
    text-align: center;
    /*line-height: 300px;*/
}

a.newsPrev, a.newsNext {
    position: absolute;
    top: 35%;
    z-index: 999;
    display: block;
    padding: 4% 3%;
    width: auto;
    height: auto;
    /*background: #2a2a2a;*/
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

a.newsPrev:hover, a.newsNext:hover {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
}

a.newsPrev {
    border-radius: 0 2px 2px 0;
}

a.newsNext {
    right: 0;
    border-radius: 2px 0 0 2px;
}

.lkNewsTitle {
    font-weight: 900;
    font-size: 1.6rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #fff;
}

.lkNewsContent {
    padding: 15px 40px;
    color: #fff;
}

.lkNewsContent a {
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.lkForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background: #313a8c;
    padding: 30px;
    justify-content: space-between;
}

.lkForm .inputBox {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
}

.lkForm .inputBox label {
    width: 100%;
    color: #fecd00;
    font-size: 1.4rem;
    line-height: 3rem;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.lkForm .inputBox span {
    width: 100%;
}

.lkForm .inputBox input, .lkForm .inputBox textarea {
    width: 100%;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    padding: 1.5rem 1rem;
    border-radius: 0.2rem;
    border: none;
}

.lkForm .inputBox textarea {
    padding: 0.6rem 1rem;
}

.lkForm .terms {
    margin-bottom: 20px;
    color: #fff;
}

.lkForm .terms a {
    color: #fecd00;
    text-decoration: none;
}

.lkForm .terms a:hover {
    text-decoration: underline;
}

.btnBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.wpcf7 .btnBox input[type="submit"] {
    background: #101010;
    font-weight: bold;
}

.wpcf7 .btnBox input[type="submit"]:hover {
    background: #fecd00;
    color: #313a8c;
}

.wd100 {
    width: 100%;
}

.wd50 {
    width: 49%;
}

.lkFlipBox {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.lkFlipBox {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.lkFlipContentBox {
    width: 100%;
    padding-bottom: 100%;
}

.front, .back{
    width:100%;
    height: 100%;
    overflow:hidden;
    position:absolute;
    transition: transform .5s linear;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    visibility:visible;
    backface-visibility: hidden;
}

.lkFlipBox img{
    min-width:100%;
    min-height:100%;
    object-fit: cover;
}

.front {
    border: 5px solid #313a8c;
}

.front figcaption{
    top: 0;
    left: 0;
    position: absolute;
    color: #313a8c;
    padding: 15px;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    line-height: 1.1;
    font-weight: 900;
    background: rgba(254,205,0,0.7);
    margin: 20px;
    text-transform: uppercase;
}

.back {
    padding: 40px;
    line-height: 30px;
    text-align: justify;
    transform:rotateY(180deg);
}

/*.lkFlipContentBox .wp-block-column:hover > .back{*/
/*    transform: perspective(600px) rotateY(0deg);*/
/*}*/

/*.lkFlipContentBox .wp-block-column:hover > .front{*/
/*    transform: perspective(600px) rotateY(-180deg);*/
/*}*/

.lkFlipBox:hover {
    transform: scale(1.05);
    transition: transform 0.25s linear;
}

.lkFlipBox.flipped .lkFlipContentBox .wp-block-column > .back {
    transform: perspective(600px) rotateY(0deg);
}

.lkFlipBox.flipped .lkFlipContentBox .wp-block-column > .front {
    transform: perspective(600px) rotateY(-180deg);
}