/* raleway-700 - latin-ext_latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/raleway-v12-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local('Raleway Bold'), local('Raleway-Bold'),
    url('../fonts/raleway-v12-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/raleway-v12-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/raleway-v12-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/raleway-v12-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/raleway-v12-latin-ext_latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

/* poppins-regular - latin-ext_devanagari_latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/poppins-v5-latin-ext_devanagari_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'),
    url('../fonts/poppins-v5-latin-ext_devanagari_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins-v5-latin-ext_devanagari_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins-v5-latin-ext_devanagari_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins-v5-latin-ext_devanagari_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins-v5-latin-ext_devanagari_latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}

/* poppins-700 - latin */
@font-face {
    font-family: 'Poppins2';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/poppins-v8-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Poppins Bold'), local('Poppins-Bold'),
    url('../fonts/poppins-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/poppins-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/poppins-v8-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/poppins-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/poppins-v8-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}


@font-face {
    font-family: "webfont";
    src: url("../fonts/Saar1450Text-Bold.woff2") format("woff2"), url("../fonts/Saar1450Text-Bold.woff") format("woff"), url("../fonts/Saar1450Text-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "webfont";
    src: url("../fonts/Saar1450Text-Regular.woff2") format("woff2"), url("../fonts/Saar1450Text-Regular.woff") format("woff"), url("../fonts/Saar1450Text-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}


body {
    background-color: #EEE;
    min-height: 100vh;
    font-family: 'webfont', Verdana, sans-serif;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a {
    color: #002f5c;
}

.table-spacey td {
    padding-right: 20px;
}

.table-inner td, .table-inner th {
    padding: 0 5px 0 0;
    border: none;
}

#loadingDiv {
    display: none;
    background: #8c8c8c;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.9;
}

#loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.events {
    text-align: right;
}

ul.alert-danger, ul.alert-warning, ul.alert-success {
    padding-left: 40px;
}

.header {
    padding-left: 75px;
    color: #fff;
    padding-right: 10px;
}

.header a, .header a:visited, .header a:hover, .header a:active {
    text-decoration: none;
    color: white;
}

.navigation {
    list-style: none;
    padding: 0;
    padding-bottom: 20px;
    margin: 75px 0 0 0;
    background: #002f5c; /*#676767;*/
}

.navigation hr {
    width: 80%;
    background-color: #fff; /*#444;*/
}

/* Navigation Menu - List items */
.nav-item {
    /* non-critical appearance styles */
    width: 200px;
}

.nav-item a {
    /* non-critical appearance styles */
    display: block;
    padding: .25em .75em .25em;
    color: #fff;
    font-size: .8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
    color: #71b755;
}

/* Nav Trigger */
.nav-trigger {
    /* critical styles - hide the checkbox input */
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
    /* critical positioning styles */
    position: absolute;
    left: 15px;
    top: .75em;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 2;
    color: #fff;
}

.barcontainer {
    display: inline-block;
    cursor: pointer;
}

.bar1, .bar2, .bar3 {
    width: 2em;
    height: .25em;
    background-color: #fff;
    margin: 6px 0;
    transition: 0.4s;
}

.bar1 {
    margin-top: 5px;
}

/* Rotate first bar */
.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-7px, 6px);
    transform: rotate(-45deg) translate(-7px, 6px);
}

/* Fade out the second bar */
.change .bar2 {
    opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

/* Make the Magic Happen */
.nav-trigger + label, .content {
    transition: left 0.5s;
}

.nav-trigger:checked + label {
    left: 215px;
}

.nav-trigger:checked ~ .content {
    left: 200px;
    /* box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.5);*/

}

.container-fluid {
    overflow-x: hidden;
    position: relative;
    max-width: 1199px;
    padding: 0;
    min-height: 100vh;
    background-color: #fff; /*#f5f5dc;*/
}

table.contenttable {
    border-spacing: 3px;
    border-collapse: separate;
}

table.contenttable tr.thead th, table.contenttable th[scope="col"] {
    text-align: center;
    padding: 8px 20px;
}

table.contenttable th {
    padding: 8px 50px 8px 8px;
}

table.contenttable td {
    text-align: center;
    padding: 8px 20px;
}

table.contenttable caption {
    padding: 5px;
    caption-side: top;
    text-align: center;
}

table.green th {
    background-color: #cee2b5;
}

table.green td {
    background-color: #e6f0db;
}

table.green caption {
    color: #fff;
    background-color: #93c363;
}

table.orange th {
    background-color: #ff9933;
}

table.orange td {
    background-color: #ffe6cc;
}

table.orange caption {
    color: #fff;
    background-color: #f57a00;
}

.date {
    color: #f57a00;
}

.main {
    background-color: #fff; /*#fef9e3;*/
    color: #000; /*#333;*/
    min-height: 100vh;
    margin-top: 1.25em;
}

.menu {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 200px;
    background: #002f5c; /*#676767;*/
}

.content {
    background-color: #002f5c; /*#676767;*/
    position: relative;
    padding-top: 1em;
    left: 0;
    top: 0;
    min-height: 100vh;
}

table.oepr tr:first-child > th:not(:last-child),
table.oepr tr:last-child > th:nth-child(3), table.oepr td:nth-child(3) {
    border-right: 15px solid white !important;
}

@media (max-width: 575px) {

    .navigation {
        margin: 105px 0 0 0;
    }

    html {
        font-size: 13px;
    }

}

@media (max-width: 991px) {
    .events {
        text-align: left;
    }
}

.logo_bildungscampus {
    width: 100%;
    max-width: 400px;
    margin-bottom: 30px;
}

h1, h2, h3, h4 {
    font-family: 'webfont', Verdana, sans-serif;
    font-weight: 700;
    color: #002f5c;
}

h2 {
    margin-bottom: 1em;

}

.submenu {
    padding: 15px 0 0 0;
    font-size: .85em;
}

.submenu a {
    text-transform: none;
}

.nl-accordion > ul li {
    overflow: hidden;
    margin: 0 0 1px;

}

.nl-accordion > ul li label.nl-label {
    cursor: pointer;
    color: #fff;
    font-size: .8em;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}

.nl-accordion > ul li ul li label.nl-label {
    text-transform: none;
}

.nl-accordion > ul li label.nl-label:hover {
    color: #71b755;
}

.nl-accordion [type="checkbox"].nl-checkbox {
    display: none;
}

.nl-accordion > ul li .nl-content {
    height: 0px;
}

.nl-accordion [type="checkbox"].nl-checkbox:checked ~ label.nl-label ~ .nl-content {
    height: auto;
    overflow: auto;
}

.has-error label {
    color: #FF0000;
}

.lightbox-target {
    position: fixed;
    top: -100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    overflow: hidden;
}

/* Styles the lightbox image, centers it vertically and horizontally, adds the zoom-in transition and makes it responsive using a combination of margin and absolute positioning */

.lightbox-target img {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 0%;
    max-width: 0%;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Styles the close link, adds the slide down transition */

a.lightbox-close {
    display: block;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    background: white;
    color: black;
    text-decoration: none;
    position: absolute;
    top: -80px;
    right: 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:before {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Provides part of the "X" to eliminate an image from the close link */

a.lightbox-close:after {
    content: "";
    display: block;
    height: 30px;
    width: 1px;
    background: black;
    position: absolute;
    left: 26px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Uses the :target pseudo-class to perform the animations upon clicking the .lightbox-target anchor */

.lightbox-target:target {
    opacity: 1;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.lightbox-target:target img {
    max-height: 90%;
    max-width: 90%;
}

.lightbox-target:target a.lightbox-close {
    top: 0;
}

img.thumbnail {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 3px solid white;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .3);
}

img.center {
    display: block;
    margin: 0 auto;
}


@media (max-width: 991px) {
    .item div.card {
        padding: 30px;

    }
}

@media (min-width: 992px) {
    .item div.card {
        min-height: 315px;
    }

    .item div.card2 {
        min-height: 215px;
    }
}

.item div.card2 {
    word-wrap: break-word;
    -ms-hyphens: manual;
    -moz-hyphens: manual;
    -webkit-hyphens: manual;
    hyphens: manual;
"
}

.item a:hover {
    text-decoration: none;
}

.item div.card {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 30px 45px;
    text-align: center;
    margin-bottom: 0;
    -webkit-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .3s cubic-bezier(.77, 0, .175, 1);
    transition: all .3s cubic-bezier(.77, 0, .175, 1);
    position: relative;
    border: 1px solid #d9e1e6;
    font-size: 15px;
    font-size: .9375rem;
    color: #777;
    cursor: pointer;

    -webkit-border-radius: 5px;
    background-color: #fff;


}

.item div.card strong {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    text-transform: uppercase;
}

.item div.card:hover {
    -webkit-box-shadow: 0 2px 40px #002f5c; /*#676767;*/
    -moz-box-shadow: 0 2px 40px #002f5c; /*#676767;*/
    box-shadow: 0 2px 40px #002f5c; /*#676767;*/
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .box_general {
        padding: 30px;
    }
}

.box_general {
    border-radius: 5px;
    display: block;
    padding: 45px;
    border: 1px solid #d9e1e6;
}

#success, .box_general {
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.box_general {
    -webkit-border-radius: 5px;
    background-color: #fff;
}

.navigation hr {
    margin-top: 12px;
    margin-bottom: 12px;
}