@charset "UTF-8";
/*mobile first design*/
.desktop_only {
    display: none;
}

.mobile_only {
    display: initial;
}

body {
    font-size: 1.1em;
    font-family: "Quicksand";
    background-color: #ffffff;
    color: #000000;
    margin: 0 auto;
    overflow-x: hidden;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

h1 {
    font-family: "Quicksand";
    color: #353535;
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

h2 {
    font-family: "Quicksand";
    color: #353535;
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: #004091;
}

a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #004091;
}

p {
    margin-bottom: 15px;
}

.nohpadding {
    padding-left: 0px;
    padding-right: 0px;
}

.invisible {
    display: none !important;
}

.content {
    padding-top: 0px;
    padding-bottom: 0px;
}

.container {
    display: grid;
    grid-template-columns: 10px 1fr 10px;
    overflow: hidden;
}

.container nav {
    background: #3a3a3a;
}

.container nav.pagination__wrapper {
    background: #ffffff;
}

nav.pagination__wrapper a {
    color: #004091;
}

.container img {
    max-width: 100%;
}

.container > * {
    color: #353535;
    font-size: 1rem;
    line-height: 1.2rem;
    background: #ffffff;
}

.container nav {
    background: #585858;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav a {
    color: #ffffff;
    text-decoration: none;
}

nav a:hover {
    text-decoration: none;
}

nav ul li {
    display: inline-block;
}

.top-schedule:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " ";
}

.top-downloads:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: " ";
}

.top-login:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: " ";
}

input#off-canvas-menu {
    display: none;
}

.top-search .inputbox {
    background: #ffffff;
    border: none;
    height: 49px;
    border-radius: 6px 0 0 6px;
    font-size: 1.2rem;
}

.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:visited {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
    text-decoration: none;
}

.content-wrapper {
    grid-column: 2/3;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    transition: transform 0.3s ease-in-out;
    padding-top: 30px;
}

.subcontent-wrapper {
    grid-column: 2/3;
    /*grid-row: 8 / 9;*/
    display: grid;
    grid-template-rows: 100%;
    grid-template-columns: 1fr;
    transition: transform 0.3s ease-in-out;
}

.navbar-wrapper {
    display: none;
}

.navbar {
    display: none;
}

.box-intro-wrapper {
    grid-column: 2/3;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 1fr;
    transition: transform 0.3s ease-in-out;
}

.ocnav {
    position: fixed;
    font-size: 0.8em;
    top: 0;
    bottom: 0;
    width: 300px;
    left: -340px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
    transition: transform 0.3s ease-in-out;
    z-index: 2;
    overflow: scroll;
}

label.off-canvas-mainmenu-label {
    position: fixed;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 700;
    z-index: 999;
}

label.off-canvas-mainmenu-label i {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 24px;
    color: #353535;
    transition: 0.3s;
}

input#off-canvas-mainmenu {
    display: none;
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ label.off-canvas-mainmenu-label i {
    transform: rotate(90deg);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .ocnav {
    transform: translateX(340px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ header {
    transform: translateX(300px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .content-wrapper {
    transform: translateX(300px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .top {
    transform: translateX(300px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .footer {
    transform: translateX(300px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .custom_responsive_top_odd {
    transform: translateX(300px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .custom_responsive_top_even {
    transform: translateX(300px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .top-search {
    transform: translateX(300px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .box-intro-wrapper {
    transform: translateX(300px);
}

input#off-canvas-mainmenu[type=checkbox]:checked ~ .subcontent-wrapper {
    transform: translateX(300px);
}

header {
    grid-column: 2/3;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    display: grid;
    transition: transform 0.3s ease-in-out;
}

.content {
    transition: transform 0.3s ease-in-out;
    grid-column-start: 1;
    grid-column-end: 3;
}

.top {
    padding: 0px;
    transition: transform 0.3s ease-in-out;
    grid-column: 1/3;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: 15px 79px 7px 88px;
    column-gap: 4px;
}

.top-left {
    grid-column: 1/2;
    grid-row: 1/3;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 100px;
    /*column-gap: 10px;*/
    align-items: center;
}

.top-right {
    grid-column: 2/3;
    grid-row: 1/5;
    display: grid;
}

.top-bar {
    grid-column: 1/2;
    grid-row: 3/4;
    background-color: #004091;
}

.top-news {
    grid-column-start: 1;
    grid-column-end: 2;
}

.top-schedule {
    grid-column-start: 2;
    grid-column-end: 3;
}

.top-downloads {
    grid-column-start: 1;
    grid-column-end: 2;
}

.top-login {
    grid-column-start: 2;
    grid-column-end: 3;
}

footer {
    transition: transform 0.3s ease-in-out;
    grid-column-start: 1;
    grid-column-end: 3;
}

.mainmenu input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block;
    cursor: pointer;
}

.mainmenu > ul {
    margin-top: 60px;
}

.mainmenu a {
    display: block;
    padding: 15px 20px;
    color: #ffffff;
    text-decoration: none;
}

.mainmenu li {
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
    color: #ffffff;
    transition: 0.5s;
    border-top: 1px solid #3a3a3a;
}

.mainmenu ul li {
    border-top: 1px solid #a8a7a7;
    width: 100%;
}

.mainmenu > ul > li:first-child {
    border-top: none;
}

.mainmenu > ul > li:last-child {
    border-bottom: 1px solid #a8a7a7;
}

.mainmenu ul > li.parent > a:after {
    position: relative;
    float: right;
    content: "+";
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    vertical-align: middle;
    transition: 0.5s;
    font-family: "Roboto", sans-serif;
}

.mainmenu ul.mod-menu__sub {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.mainmenu input[type=checkbox]:checked ~ .mod-menu__sub {
    border-top: 1px solid #585858;
    max-height: 999px;
}

.mainmenu input[type=checkbox]:checked ~ a:after {
    transform: rotate(45deg);
}

.mainmenu .nav-child li a {
    padding-left: 30px;
}

.mainmenu .nav-child li li a {
    padding-left: 35px;
}

.mainmenu .nav-child li li li a {
    padding-left: 40px;
}

.jcsbk2020-logo {
    text-align: center;
}

.jcsbk2020-logo p:first-child {
    padding-top: 5px;
}

.jcsbk2020-logo > p img {
    max-width: 75%;
    max-height: 250px;
    height: auto;
}

.custom_responsive_top_odd {
    transition: transform 0.3s ease-in-out;
    grid-column: 1/2;
    text-align: center;
    background-color: #01aef0;
}

.custom_responsive_top_even {
    transition: transform 0.3s ease-in-out;
    grid-column: 2/3;
    text-align: center;
    background-color: #01aef0;
}

.custom_responsive_top_odd > p > a > i {
    color: #ffffff;
    font-size: 2rem;
}

.custom_responsive_top_even > p > a > i {
    color: #ffffff;
    font-size: 2rem;
}

.responsive-top-link > a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #ffffff;
}

.top-search {
    transition: transform 0.3s ease-in-out;
    grid-column: 1/3;
    margin-top: 10px;
    height: 51px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 5px;
    border: 1px solid white;
    box-shadow: 0 0 15px #ddd;
    border-radius: 6px;
    float: left;
}

div.top-search input[type=search] {
    width: 85%;
    grid-column: 1/2;
}

.top-search .button {
    height: 49px;
    width: 49px;
    margin-right: 1px;
    margin-top: 1px;
    float: right;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.6rem;
    color: #01aef0;
}

.top-search .button:before {
    content: "";
}

.top-search .inputbox {
    font-size: 1rem;
}

.topslider-wrapper {
    display: none;
}

.box-intro {
    grid-column: 1/3;
}

/*.blog{
  display: grid;
  grid-template-columns: repeat(1, 100%);
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
}*/
.bluebox {
    background-color: #01aef0;
}

figure {
    width: 100%;
}

.blog .items-row {
    display: grid;
    grid-template-columns: 99%;
    align-items: center;
    justify-items: center;
}

.blog .items-leading {
    display: grid;
    grid-template-columns: 99%;
    align-items: center;
    justify-items: center;
}

/*Logo-Slider toDo for Mobile Layout*/
.logoslider {
    display: none;
    /*display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 200px;
    align-items: center;*/
}

/*no navigation in Logo-Slider*/
.owl-prev {
    display: none !important;
}

.owl-next {
    display: none !important;
}

.subcontent {
    transition: transform 0.3s ease-in-out;
    grid-column: 1/3;
}

.bluebar {
    display: grid;
    gap: 0px;
    grid-template-columns: 100%;
    align-items: center;
    background-color: #004091;
    height: 50px;
    padding-left: 10px;
}

.bluebar > h2 {
    color: #ffffff;
    margin: 0px;
}

.tricolorbar {
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(3, 1fr);
}

.colorbar-left {
    grid-column: 1/2;
    background-color: #f68122;
    max-height: 5px;
}

.colorbar-mid {
    grid-column: 2/3;
    background-color: #00a652;
    max-height: 5px;
}

.colorbar-right {
    grid-column: 3/4;
    background-color: #01aef0;
    max-height: 5px;
}

.tricolorbar-slider {
    display: none;
}

.blueline {
    display: grid;
    gap: 0px;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    background-color: #004091;
    height: 5px;
}

.jcsbkheading {
    display: grid;
    color: #004091;
    grid-template-columns: repeat(24, 1fr);
    align-items: center;
}

.breaking-news {
    margin-bottom: 10px;
}

.breaking-news p, h1, h2, h3 {
    padding-left: 5px;
    padding-right: 5px;
}

.breaking-news p:first-child, h1:first-child, h2:first-child, h3:first-child {
    padding-top: 5px;
}

.breaking-news p:last-child {
    padding-bottom: 5px;
}

.modkontakt {
    margin-top: 10px;
    margin-left: 10px;
}

.footer {
    transition: transform 0.3s ease-in-out;
    grid-column: 1/3;
    display: grid;
    gap: 0px;
    grid-template-columns: 50% 50%;
    align-items: center;
    background-color: #004091;
    min-height: 30px;
}

footer ul {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 15px;
}

footer li {
    list-style-type: none;
    display: inline-block;
    margin-left: 7px;
}

footer li:nth-child(1n+2) a::before {
    content: " | ";
}

.footer-wrapper {
    grid-column: 1/4;
}

footer p {
    margin: 0px;
}

.footer-left {
    grid-column: 1/2;
    color: #ffffff;
    font-size: 1.1rem;
}

.footer-right {
    grid-column: 2/3;
    color: #ffffff;
    font-size: 1.1rem;
    align-self: center;
    justify-self: end;
}

.mod_upcoming {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 30px 55px 1fr 35px 30px;
    background-color: #4b679f;
    border-radius: 15px;
}

.mod_upcoming_title {
    grid-column: 2/12;
    grid-row: 2/3;
    justify-self: start;
    color: #ffffff;
    font-size: 3rem;
}

.mod_upcoming_content {
    grid-column: 2/12;
    grid-row: 3/4;
    background-color: #ffffff;
    padding-left: 5px;
    padding-right: 5px;
}

.mod_upcoming_link {
    grid-column: 2/12;
    grid-row: 4/5;
    padding-top: 5px;
    display: inline-block;
    background-color: #ffffff;
    height: 100%;
}

.topnav {
    display: none;
}

/*No line break within this class*/
span.nobreak {
    white-space: nowrap;
}

/*Alignment Classes, valid globally*/
.hleft {
    justify-self: start;
}

.hmid {
    justify-self: center;
}

.hright {
    justify-self: end;
}

.vtop {
    align-self: start;
}

.vmid {
    align-self: center;
}

.vbottom {
    align-self: end;
}

.bgblue {
    background-color: #01aef0;
    min-width: 100%;
    min-height: 100%;
}

.bgblue a {
    color: #ffffff;
}

.bgblue p, h1, h2, h3 {
    padding-left: 5px;
    padding-right: 5px;
}

.bgblue p:first-child, h1:first-child, h2:first-child, h3:first-child {
    padding-top: 5px;
}

.bgblue p:last-child {
    padding-bottom: 5px;
}

.bgred {
    background-color: #cc0a1f;
    min-width: 100%;
    min-height: 100%;
}

.bgred a {
    color: #ffffff;
}

.bgred p, h1, h2, h3 {
    padding-left: 5px;
    padding-right: 5px;
}

.bgred p:first-child, h1:first-child, h2:first-child, h3:first-child {
    padding-top: 5px;
}

.bgred p:last-child {
    padding-bottom: 5px;
}

.bggreen {
    background-color: #00a652;
    min-width: 100%;
    min-height: 100%;
}

.bggreen a {
    color: #ffffff;
}

.bggreen p, h1, h2, h3 {
    padding-left: 5px;
    padding-right: 5px;
}

.bggreen p:first-child, h1:first-child, h2:first-child, h3:first-child {
    padding-top: 5px;
}

.bggreen p:last-child {
    padding-bottom: 5px;
}

.bgorange {
    background-color: #f68122;
    min-width: 100%;
    min-height: 100%;
}

.bgorange a {
    color: #ffffff;
}

.bgorange p, h1, h2, h3 {
    padding-left: 5px;
    padding-right: 5px;
}

.bgorange p:first-child, h1:first-child, h2:first-child, h3:first-child {
    padding-top: 5px;
}

.bgorange p:last-child {
    padding-bottom: 5px;
}

.bggrey {
    background-color: #D3D3D3;
    min-width: 100%;
    min-height: 100%;
}

.bggrey a {
    color: #ffffff;
}

.bggrey p, h1, h2, h3 {
    padding: 5px;
    padding-right: 5px;
}

.bggrey p:first-child, h1:first-child, h2:first-child, h3:first-child {
    padding-top: 5px;
}

.bggrey p:last-child {
    padding-bottom: 5px;
}

.bgpicright {
    background-size: cover;
    background-position-x: right;
    background-repeat: no-repeat;
}

.bgpicleft {
    background-size: cover;
    background-position-x: left;
    background-repeat: no-repeat;
}

.bgpicleft {
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
}

.bgpictransparent {
    opacity: 0.6;
}

.txtgreen {
    color: #00a652;
}

a.txtgreen {
    color: #00a652;
}

.txtblue {
    color: #01aef0;
}

a.txtblue {
    color: #01aef0;
}

.txtred {
    color: #cc0a1f;
}

.txtred {
    color: #cc0a1f;
}

a.txtred {
    color: #cc0a1f;
}

.txtorange {
    color: #f68122;
}

a.txtorange {
    color: #f68122;
}

.form-inline {
    padding-left: 20px;
}

ul.startnews li {
    list-style-type: none;
}

.btn {
    display: inline-block;
    border: none;
    box-shadow: none;
    text-shadow: none;
    line-height: 22px;
    padding: 4px 12px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background: #004091;
    color: #ffffff;
    border-radius: 4px;
}

.btn:active {
    color: #ffffff;
}

.btn:visited {
    color: #ffffff;
}

ul.newsflash-vert li.newsflash-item:nth-child(even) {
    background-color: #edf0f2;
}

.video-big {
    display: inline-block;
    width: 100%;
}

.newsitem div.blog-item {
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.newsitem div.blog-item:nth-child(odd) {
    background-color: #edf0f2;
}

.pagination__wrapper {
    text-align: center;
    margin-bottom: 15px;
}

.page-item {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 6px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 10px #a8a7a7;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    min-width: 15px;
}

/*Column-Classes for Content on mobile screens*/
.c3 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
}

.c3L {
    grid-column: 1/2;
}

.c3M {
    grid-column: 1/2;
}

.c3R {
    grid-column: 1/2;
}

.c3LM {
    grid-column: 1/2;
}

.c3MR {
    grid-column: 1/2;
}

.c3LMR {
    grid-column: 1/2;
}

.c2 {
    display: grid;
    grid-template-columns: 100%;
}

.c2L {
    grid-column: 1/2;
}

.c2R {
    grid-column: 1/2;
}

.c2LR {
    grid-column: 1/2;
}

/* Large Screens (in fact everything bigger than mobile so far) -> 12 columns */
@media screen and (min-width: 37.5625em) {
    .desktop_only {
        display: initial;
    }

    .mobile_only {
        display: none;
    }

    body {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        align-items: start;
        justify-items: center;
    }

    label.off-canvas-mainmenu-label {
        display: none;
    }

    .ocnav {
        display: none;
    }

    .container {
        max-width: 1040px;
        grid-template-columns: 100%;
        grid-template-rows: 200px 30px 480px auto 1fr auto auto 50px;
        row-gap: 0px;
        column-gap: 10px;
    }

    .container nav {
        background-color: transparent;
    }

    header {
        grid-column: 1/2;
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 200px;
    }

    .top {
        grid-column: 1/2;
        grid-row: 1/2;
        display: grid;
        grid-template-columns: repeat(14, 1fr);
        grid-template-rows: 15px 71px 9px 94px;
        column-gap: 10px;
    }

    .top-left {
        grid-column: 2/9;
        grid-row: 1/3;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-template-rows: 100px;
        /*column-gap: 10px;*/
        align-items: center;
    }

    .top-right {
        grid-column: 11/14;
        grid-row: 2/5;
        display: grid;
    }

    .top-bar {
        grid-column: 2/11;
        grid-row: 3/4;
        background-color: #004091;
        margin-right: -6px;
    }

    .jcsbk2020-logo p {
        padding-bottom: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .jcsbk2020-logo > p img {
        max-width: 100%;
    }

    .tr_menubar {
        grid-column: 1/6;
        grid-row: 1/2;
        background-color: #01aef0;
    }

    .tr_menu {
        text-align: center;
        height: 100px;
    }

    .tr_menu a {
        font-size: 0.7rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .tr_news {
        grid-column: 1/2;
        grid-row: 1/2;
        background-color: #01aef0;
    }

    .tr_schedule {
        grid-column: 2/3;
        grid-row: 1/2;
        background-color: #01aef0;
    }

    .tr_downloads {
        grid-column: 3/4;
        grid-row: 1/2;
        background-color: #01aef0;
    }

    .tr_login {
        grid-column: 4/5;
        grid-row: 1/2;
        background-color: #01aef0;
    }

    .tr_search {
        grid-column: 5/6;
        grid-row: 1/2;
        background-color: #01aef0;
    }

    .tr_menu > p > a > i {
        color: #ffffff;
        font-size: 2rem;
    }

    .navbar-wrapper {
        grid-column: 1/2;
        grid-row: 2/3;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(14, 1fr);
    }

    .navbar {
        display: inline;
        grid-column: 2/14;
        grid-row: 1/2;
        justify-self: end;
        overflow: visible;
    }

    .iconbar {
        display: inline;
        grid-column: 2/3;
        grid-row: 1/2;
        justify-self: start;
    }

    nav a {
        color: #004091;
    }

    .mainnav li {
        margin-left: 1rem;
        background-color: rgba(255, 255, 255, 0.9);
        padding-left: 3px;
        padding-right: 3px;
        max-width: 400px;
    }

    .mainnav ul li a:active {
        color: #ffffff;
        background-color: #004091;
    }

    .mainnav li:hover {
        background-color: #004091;
        color: #ffffff;
    }

    .mainnav li:hover a {
        color: #ffffff;
    }

    .mainnav li ul {
        display: none;
        transition: display 1s ease-out 2s;
    }

    .mainnav li:hover ul {
        display: block;
        min-width: 5rem;
        position: absolute;
        margin-left: 5px;
        margin-top: 5px;
        padding-left: 3px;
        padding-right: 3px;
        z-index: 999;
    }

    .mainnav li.deeper {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mainnav li:hover ul li a {
        display: inline-block;
        width: 100%;
        border-bottom: #004091 1pt dotted;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .mainnav li:hover ul li a.oc-only {
        display: none;
    }

    .mainnav li:hover ul li:last-child {
        border-bottom: none;
    }

    .mainnav li:hover ul li a {
        color: #004091;
    }

    .mainnav li:hover ul li a:hover {
        color: #ffffff;
    }

    .mainnav li ul li:hover a {
        color: #ffffff;
    }

    .mainnav li ul li {
        display: block;
    }

    .mainnav li ul li {
        margin-left: 0px;
    }

    .mainnav li ul li ul li {
        margin-left: 5rem;
    }

    a.oc-only {
        display: none;
    }

    input.ocmenu {
        display: none;
    }

    .custom_responsive_top_even {
        display: none;
    }

    .custom_responsive_top_odd {
        display: none;
    }

    .top-search {
        display: none;
    }

    .topslider-wrapper {
        grid-row: 3/4;
        display: grid;
        grid-template-columns: repeat(32, 1fr);
        grid-template-rows: repeat(12, 1fr);
        /*padding-left: $paddingleft;*/
        gap: 0px;
    }

    .topslider {
        grid-column: 1/13;
        grid-row: 1/9;
    }

    /*.nivoSlider {
      box-shadow: none !important;
    }*/
    .overlay-tr {
        display: inline-block;
        position: relative;
        max-width: 100%;
        height: auto;
        grid-column: 20/32;
        grid-row: 2/5;
        background-color: rgba(0, 63, 145, 0.679);
        /*padding-left: $paddingleft;*/
        z-index: 900;
    }

    .overlay-bl {
        display: inline-block;
        position: relative;
        max-width: 100%;
        height: auto;
        grid-column: 2/13;
        grid-row: 9/12;
        z-index: 900;
    }

    .tricolorbar-slider {
        grid-row: 4/5;
        display: grid;
        gap: 0px;
        grid-template-columns: repeat(3, 1fr);
        padding-left: 10px;
    }

    .box-intro-wrapper {
        grid-row: 4/5;
        grid-column: 1/2;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(14, 1fr);
        gap: 0px;
    }

    .box-intro {
        display: inline-block;
        grid-row: 1/2;
        grid-column: 2/14;
    }

    .content-wrapper {
        grid-column: 1/2;
        grid-row: 5/6;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(14, 1fr);
        padding-top: 0px;
    }

    .content {
        grid-row: 1/2;
        grid-column: 2/14;
        overflow: hidden;
    }

    .subcontent-wrapper {
        grid-column: 1/2;
        grid-row: 6/7;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(14, 1fr);
    }

    .subcontent {
        grid-column: 2/14;
    }

    .logoslider-wrapper {
        grid-column: 1/2;
        grid-row: 7/8;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(14, 1fr);
    }

    .logoslider {
        display: grid;
        grid-column: 2/14;
    }

    .footer-wrapper {
        grid-row: 8/9;
        grid-column: 1/2;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(14, 1fr);
        gap: 0px;
    }

    .footer {
        grid-row: 1/2;
        grid-column: 2/14;
        display: grid;
        gap: 0px;
        grid-template-columns: 50% 50%;
        grid-template-rows: auto;
        align-items: center;
        /*padding-left: 15px;
        margin-left: 10px;*/
    }

    footer ul {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .footer-right {
        grid-row: 1/2;
        display: inline;
    }

    .video-big {
        display: inline-block;
        width: 600px;
    }

    /*Column-Classes for 3 column Category-Blog*/
    .bluebox {
        padding-left: 10px;
        padding-right: 10px;
    }

    .blog .items-leading {
        display: grid;
        grid-template-columns: 100%;
    }

    .blog .blog-items.masonry-3 {
        display: grid;
        column-gap: 10px;
        row-gap: 5px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }

    .blog .blog-items.masonry-2 {
        display: grid;
        column-gap: 10px;
        row-gap: 5px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .blog.newsblog div.item {
        padding-left: 5px;
        padding-right: 5px;
    }

    .newsblog div.item {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 10px 60px 190px 50px;
        align-items: start;
        justify-items: start;
    }

    .newsblog div.item h3 {
        grid-row: 2/3;
        padding: 0px;
        margin: 0px;
        align-self: start;
    }

    .newsblog div.item p {
        grid-row: 3/4;
        align-self: start;
        overflow: hidden;
        max-height: 7.2rem;
        text-overflow: ellipsis;
        padding: 0px;
        margin: 0px;
    }

    .newsblog div.item p.readmore {
        grid-row: 4/5;
        align-self: start;
        padding: 0px;
        margin: 0px;
    }

    .newsblog div.items-row.cols-3:nth-child(odd) div.span4:nth-child(even) {
        background-color: #edf0f2;
    }

    .newsblog div.items-row.cols-3:nth-child(even) div.span4:nth-child(odd) {
        background-color: #edf0f2;
    }

    .newsblog div.items-row.cols-2:nth-child(odd) div.span6:nth-child(even) {
        background-color: #edf0f2;
    }

    .newsblog div.items-row.cols-2:nth-child(even) div.span6:nth-child(odd) {
        background-color: #edf0f2;
    }

    .newsblog div.items-row.cols-1:nth-child(even) {
        background-color: #edf0f2;
    }

    .site.facesblog .items-leading {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: center;
    }

    .facesblog div.item {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: auto;
        align-items: start;
        justify-items: start;
    }

    .columns-3 .items-leading {
        grid-row: 2/3;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .items-more {
        grid-column: span 3;
    }

    ul.newsflash-vert {
        display: grid;
        column-gap: 10px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
        column-gap: 10px;
        row-gap: 5px;
        padding-left: 0px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    li.newsflash-item {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: 60px 10px 180px 60px;
        align-items: start;
        justify-items: start;
        padding-left: 5px;
        padding-right: 5px;
    }

    ul.newsflash-vert li.newsflash-item:nth-child(1) {
        background-color: #ffffff;
    }

    ul.newsflash-vert li.newsflash-item:nth-child(2) {
        background-color: #edf0f2;
    }

    ul.newsflash-vert li.newsflash-item:nth-child(3) {
        background-color: #edf0f2;
    }

    ul.newsflash-vert li.newsflash-item:nth-child(4) {
        background-color: #ffffff;
    }

    li.newsflash-item h3 {
        grid-row: 1/2;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        margin: 0px;
    }

    li.newsflash-item p {
        grid-row: 3/4;
        overflow: hidden;
        max-height: 7.2rem;
        text-overflow: ellipsis;
    }

    li.newsflash-item p.readmore {
        grid-row: 4/5;
        display: inline-block;
        border: none;
        box-shadow: none;
        text-shadow: none;
        line-height: 22px;
        margin-bottom: 0;
        text-align: center;
        cursor: pointer;
        background: #004091;
        color: #ffffff;
        border-radius: 4px;
    }

    li.newsflash-item a.readmore:active {
        color: #ffffff;
    }

    li.newsflash-item a.readmore:visited {
        color: #ffffff;
    }

    /*Column-Classes for Content on large screens*/
    .c3 {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: auto;
    }

    .c3L {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .c3M {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .c3R {
        grid-column: 3/4;
        grid-row: 1/2;
    }

    .c3LM {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .c3MR {
        grid-column: 2/4;
        grid-row: 1/2;
    }

    .c3LMR {
        grid-column: 1/4;
        grid-row: 1/2;
    }

    .c2 {
        display: grid;
        gap: 30px;
        grid-template-columns: repeat(2, 1fr);
    }

    .c2L {
        grid-column: 1/2;
        grid-row: 1/2;
    }

    .c2R {
        grid-column: 2/3;
        grid-row: 1/2;
    }

    .c2LR {
        grid-column: 1/3;
        grid-row: 1/2;
    }

    .bgpicright {
        background-size: contain;
        background-position-x: right;
        background-repeat: no-repeat;
    }

    .bgpicleft {
        background-size: contain;
        background-position-x: left;
        background-repeat: no-repeat;
    }

    .bgpicleft {
        background-size: contain;
        background-position-x: center;
        background-repeat: no-repeat;
    }
}