/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/source-sans-pro-v21-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-300.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}


/* Styles for devices less than 992px (extra-small, small and medium devices) */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    background-color: #F2F2F2;
    font-family: 'Source Sans Pro', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #009bd7;
}

h1 {
    font-size: 30px;
    padding-bottom: 15px;
    line-height: 38px;
}

h2 {
    font-size: 26px;
    line-height: 32px;
    padding-top: 10px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
    margin-bottom: 0;
}
h5 {
    font-size: 18px;
    margin-bottom: 0;
}

h6 {
    font-size: 16px;
    margin-bottom: 0;
}

p {
    font-weight: 300;
    font-size: 16px;
    color: #000;
}

figcaption {
    font-weight: 300;
}

figcaption::before {
    content: "▸ ";
}

.container li {
    font-weight: 300;
    /*
    text-indent: -15px;
    padding-left: 15px;
    */
}

table {
    margin-bottom: 16px;
}

td {
    font-weight: 300;
}

.slide-show {
	padding-right: 0;
	padding-left: 0;
        max-width: 1440px;
	max-height: 593px;
        min-height: 80px;
	overflow: hidden;
}

.content {
    position: relative;
    margin-top: 35px;
    width: calc(100% - 30px);
}

.content img {
    margin-bottom: 16px;
}

.content .img-fluid {
    max-width: none;
    width: 100%;
}

.main {
    background-color: #FFF;
    padding-top: 15px;
    margin-bottom: 30px;
}

.aside {
    padding: 0;
}

.sublink-container {
    padding: 15px;
    background-color: #FFF;
}

.titelbild-container {
    padding-right: 0;
    padding-left: 0;
    max-width: 1440px;
    max-height: 593px;
    overflow: hidden;
}

.titelbild {
    width: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* search form */


.search {
    padding-right: 10px;
    float: right;
    position: relative;
    display: block;
    z-index: 120;
}

.search img {
    width: 28px;
}

#id_q {
    width: 100%;
}

.plugin-search ol {
    list-style-type: none; 
    padding-left: 0;
}

.search-results {
    padding-top: 20px;
}

.search-results ul {
    list-style-type: none;
    padding-left: 0;
}

.pagenav ul {
    list-style-type: none;
    padding-left: 0;
}

.pagenav li {
    display: inline;
    padding-right: 10px;
}

.search-button {
    margin-top: 12px;
    margin-bottom: 12px;
}


/* navigation */

#link-list {
    display: none;
}

#sublinks {
    background-color: #009bd7;
    padding: 5px;
}

#sublinks ul {
    list-style-type: none;
    padding-left: 20px;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
}

#sublinks li {
    padding-bottom: 10px;
    padding-left: 19px;
    text-indent: 0;
    padding-left: 0;
}

#sublinks li:last-child {
    padding-bottom: 0;
}

#sublinks li > ul li:first-child {
    padding-top: 10px;
}

#sublinks li > ul {
    padding-left: 7.5px;
    padding-top: 0;
    padding-bottom: 0;
}

#sublinks li a {
    color: #FFF;
}

#sublinks h2 {
    color: #FFF;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 16px;
}

#sublinks .selected {
    font-weight: 400;
}

#sublinks:hover #link-list, 
#sublinks:hover #link-list {
    display: block;
}

#sublinks h2::before {
    content: "▶ \00a0";
    font-size: 14px;
}

.sublink-container p {
    margin-bottom: 0;
}

.teaser {
    background-color: #FFF;
    padding: 15px;
    margin-bottom: 15px;
}

.easyDropdown-logo {
    position: relative;
    display: inline-block;
    width: 156px;
}

.teaser h2 {
    padding-top: 0;
}

.teaser p {
    margin-bottom: 0;
}

#menu {
    border-top: 1px solid #FFF;
}

.menu-background {
    background-color: #FFF;
}

.menu-tools {
    float: right;
}

.header-wrapper {
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.header {
    height: 70px;
    padding-top: 20px;
    position: relative;
    padding-top: 15px;
    padding-left: 18px;
    padding-right: 18px;
}

#menu-toggle {
    position: relative;
    height: 30px;
    width: 30px;
    display: inline-block;
    z-index: 100;
    cursor: pointer;
    float: right;
}

#menu-toggle span {
    display: block;
    height: 5px;
    margin-bottom: 5px;
    position: relative;
    background: #FFF;
}

#menu li:first-of-type {
    border-top: 0;
}

#menu li {
    border-top: 1px solid #FFF;
    text-align: left;
}

#cover {
    background-color: #F2F2F2;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    z-index: 200;
}

nav {
    padding-top: 0;
    left: 0;
    top: 0;
    z-index: 90;
    position: absolute;
    height: 100%;
    width: 100%;
    font-size: 18px;
    color: #FFF;
    line-height: 40px;
    display: none;
}

nav ul {
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    /* margin-bottom: 10px;*/
}

nav ul ul {
    padding-left: 15px;
}

.nav-logo {
    margin-left: -15px;
}

.nav-content {
    padding-top: 30px;
}

.nav-logo-container {
    padding-top: 15px;
    margin-left: 3px;
    margin-right: -15px;
    height: 75px;
}

.nav-logo-container img {
	width: 156px;
}

/* breadcrumb */
.custom-breadcrumb {
    list-style-type: None;
    padding-left: 0;
}

.custom-breadcrumb li {
    display: inline;
    padding-left: 0;
}

.separator {
    color: #009bd7;
}

.last-breadcrumb a {
    color: #a2a2a2;
}

/* overwrite bootstrap styles */
a {
    color: #009bd7;
}

label {
    margin-top: 1rem;
    font-weight: 300;
}

form abbr {
    font-weight: 400;
    color: #009bd7;
}

abbr[data-original-title], abbr[title] {
    text-decoration: none;
}

.captcha {
    padding-left: 1rem;
}

#collapseExample {
	background-color: #009bd7;
	padding-top: 10px;
}

.form-group {
    margin-top: 1rem;    
}

.btn-sm {
    padding: 0;
}

@media (min-width: 576px) {
    /* overwrite bootstrap styles */
    /*
    .carousel-inner {
        height: 593px;
    }
    */

    .header {
        padding-left: 0;
        padding-right: 0;
    }
    .nav-logo-container {
        margin-left: -15px;
    }
}
    
@media (min-width: 768px) {
    .easyDropdown-logo {
        width: 186px;
    }

    .slide-show {
            min-height: 300px;
    }

    #menu-toggle {
        height: 50px;
        width: 50px;
    }

    #menu-toggle span {
        height: 7px;
        margin-bottom: 9px;
    }

    .search {
        padding-right: 20px;
    }

    .search img {
        width: 34px;
    }

    .nav-logo-container img {
            width: 186px;
    }
}


/* Styles for desktop devices more than 992px (large and extra-large devices) */

@media (min-width: 992px) {
    .content {
        margin-top: -155px;
    }

    .main {
        margin-bottom: 15px;
    }

    #link-list {
        display: block;
    }

    #sublinks {
        background-color: #FFF;
        padding: 0px;
    }

    #sublinks ul {
        padding-left: 0;
    }

    #link-list li a {
        color: #009bd7;
    }

    #sublinks h2 {
        color: #000;
        font-size: 20px;
    }

    #sublinks h2::before {
        content: "";
    }
    #link-list li {
        padding-left: 0px;
    }
}
