/*Allgemein*/

body {
    font-size: 10px;
    font-family: 'Asap', sans-serif;
    color: #4e4e4e;
}

.site_wrapper{
    position: relative;
    overflow: hidden;
}

.form-control {
    height:40px;
}
.orange_section{
    background: #ccd6df;
}

body.home .orange_section{
    background: #ccd6df;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
}

.iceblue_section {
    background: #ccd6df;
}

.introduction{
    padding-bottom: 20px;
}


.introduction h1 {
    margin-top: -20px !important;
}

a {
    color: #00376d;
    font-weight: 500;
}

.fbx-caption-title a {
  color: #47aaff;
}

div.row h3 a, div.row a.readmore {
  //text-decoration: underline
}

.entry-content a, .lizenzkasten a, .lizenzkasten_dbs a {
  text-decoration: underline;
  /*color: #337ab7*/;
} 

.btn {
    border-radius: 0;
}



h1,body.home h2,h3,h4,body.home p{
    color:#00376d;
}

p {
    color: #4e4e4e;
    line-height: 1.9;
    margin-top: 10px;
    margin-bottom: 25px;
}
.wp-embedded-video{
display:none;}

body.home h1{
    font-size: 4em; /*6em;*/
}

h1 {
    font-size: 4em;
    font-weight: 700;

}

h2 {
    color: #7e7e7e;
    font-size: 25px;
    font-weight: 500;
}



body.home h2{
    font-size: 3.5em;
    font-weight: bold;
}



h3 {
        font-size: 20px;
    margin-top: 50px;
    margin-bottom: 10px;
}

.recent h3 {
    margin-top: 15px;
}

p, span{
    font-size: 1.4em;
}

li{
    font-size: 1.4em;
}

.comments-area span{
    font-size: 1em;
}

.comment-content p{
    font-size: 14px;
}

.readmore{
    font-size: 1.6em;
    font-weight: bold;
    margin: 12px 0px;
    color: #00376d;
}

button{
    border: 0px;
}

blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  margin-left: 0;
  margin-bottom: 40px;
  font-size: 1em;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

.btn-primary, .btn-primary:hover, .wysija-submit-field, .mailpoet_submit{
    color: #fff;
    background: #00376d;
    padding: 10px 30px;
    font-size: 15px;
    white-space: nowrap;
border:0px;
}
.wysija-submit-field, .mailpoet_submit{
    margin-top: 55px !important;
    margin-left: -20px;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}

.table, .table td p{
    font-size: 14px;
}


/*Main-Navigation*/
#main-nav{
    position: absolute;
    width: 100%;
    margin-top:30px;
    z-index:1000;
}

.oer-nav{
    background: #fff;
    border-radius: 0px;
    z-index:2;
}

.navbar-nav>li>a{
    color: #646263;
    line-height:50px;
    text-decoration: none;
    margin: 0 -2px;
}

.nav>li>a:focus, .nav>li>a:hover{
    background: transparent;
}

.navbar{
    border-top: 0;
    border-bottom: 0;
}

.navbar-toggle{
    line-height: 70px;
    font-size:2em;
    z-index: 5000;
    margin-top: 30px;
}

.navbar-toggle:before{
    content:"";
    width: 40px;
    height: 30px;
    background-image: url(../img/button-menu-blue.svg);
    display: block;
    background-size: contain;
}

.navbar-toggle.open_menu:before{
    height: 40px;
    background-image: url(../img/button-close-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#menu-hauptmenue {
    color: dimgray;
    text-transform: uppercase;
    font-weight:500;
}

#menu-hauptmenue>li.current-menu-item:after{
    content:"";
    background: #707070;
    height: 2px;
    width: 60%;
    display:block;
    position: absolute;
    left:15px;
    bottom: 28px;
}

#menu-hauptmenue .dropdown-menu{
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    margin-top: 5px;
    text-transform: none;
    max-height: none;
    height: auto;
    padding-left: 0;
    min-width: 120%;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;

}



.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background: transparent;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: transparent;
}

.sub-menu.dropdown-menu .current-menu-item a{
    color: #00376d;
}

.caret {
    display:none;
}


.menu-item-object-custom.menu-item-has-children:hover > ul, .menu-item-object-custom.menu-item-has-children ul:hover {
    display: block;
/*    position: relative; */
    left: 180px;
    top: -10px;
}

.menu-stripe-design{
    background-color: grey;
    width: 80%;
    height: 4px;
    margin-top:-12px;
}

.oer-logo{
    height:100%;
}

.navbar-brand{
    padding:20px 0;
    height:80px;
    margin-right: 20px;
}

.sponsor_container{
    float: right;
    position: relative;
}

.sponsored_by{
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 10px;
}

.sponsored {
    height:50px;
    padding:7px 7px;
    margin-top: 20px;
    float: right;
}

.logo_dipf {
    margin-left: 5px;
}

.logo_bmbf {
    height: 180px;
    margin-top: 0;
}

.navbar-fixed-top .sponsored, .navbar-fixed-top .sponsored_by {
    display: none;
}

.sponsored-dwn{
    display:none;
}


.schraegparralax {
    background-image: url(../img/oer-schraege.png);

    /* Set a specific height */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
}

.navbar-nav li {
    font-size: 1.4em;
}

.navbar-nav .sub-menu>li>a{
    font-size: 0.8em;
    color: #646263;
    padding-top: 7px;
    padding-bottom: 7px;
}

.navbar-nav .sub-menu>li>a:hover{
    color: #00376d;
}

.page-template-karte #social{
    display: none;
}


#social_footer_inline {
    width: 50px;
    /*position: fixed;*/
    right: 40px;
    top: 260px;
    z-index: 999;
}

#social_footer_inline a {
    display: block;
    background-position: left;
    background-size: contain;
    width: 35px;
    height: 35px;
    overflow: hidden;
    text-indent: -200em;
    margin-bottom: 15px;
}

#social_footer_inline ul { 
	list-style:none; 
	display:inline-flex;
	padding-left:0px;
	padding-top:10px; 
}

#social_footer_inline li { padding-right:2px; }

#social_footer_inline a.facebook {
     background-image: url(../img/socials/icon-facebook-blue.svg);
}
#social_footer_inline a.instagram {
     background-image: url(../img/socials/icon-instagram-blue.png);
}
#social_footer_inline a.twitter {
     background-image: url(../img/socials/icon-twitter-blue.svg);
}
#social_footer_inline a.youtube {
     background-image: url(../img/socials/icon-youtube-blue.svg);
}
#social_footer_inline a.newsletter {
     background-image: url(../img/socials/icon-newsletter.svg);
}     
#social_footer_inline a.rss {
     background-image: url(../img/socials/icon-rssfeed.svg);
}   
#social_footer_inline a.mastodon { 
     background-image: url(../img/socials/icon-mastodon-blue.png);
}

/*End Main-Navigation*/


/*Search*/


.breadcrumb {
    margin-top: 170px;
    background: transparent;
    font-size: 1.7em;
    color: #00376d;
    padding-left: 0;
    margin-left: -15px;
}

.breadcrumb a {
    color: #00376d;
}

.not-clickable{
    pointer-events: none;
}

.breadcrumb span {
    font-size: 1em;
}

.breadcrumb span.current-page {
    font-weight: 500;
}

.search_container{
    margin-top: 170px;
    margin-right: 35px;
}

#s, #edutags-search-input {
    background-color: white;
    border-style: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    box-shadow: none;
}

#search_submit, #edutags-search-submit {
    width:10%;
    padding-right:0;
    height:40px; /*34px;*/
    width:90px; /*34px;*/
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #00376d; /*white;*/
    border-style: none;
    color: #fbd499; /*dodgerblue;*/
    top:0;
    /*background-image: url(../img/icon-lupe-small.svg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}
/*End Search*/


/*HOME-HEADER*/
p.subheadline{
    font-size: 3em;
    font-style: italic;
    max-width: 600px;
}

.blue-btn{
    height:42px;
    width:100%;
    background-color: #00376d;
    color:white;
    padding-top:1px;
    padding-left:10px;
    padding-right:10px;
}

.menu-strings {
    background: url(../img/button-menu-white.svg) no-repeat 50%;
    background-position:left 12px;
    background-size:8%;
    display:inline-block;
}

.menu .blue-btn h4{
    color:white;
    text-align: center;
    padding-left:30px;
}

.blue-btn h4{
    color:white;
    text-align: center;
}

.startbackground{
    background-image: url("../img/oer-header.jpg");
    background-attachment: fixed;
    background-position:50px -3px;
    background-size: 90%;
    border-bottom: solid 1px #fff;
}

.introduction h1 {
    font-weight: bold;
}

.input-group-btn{
    z-index:0;
}

.wysija-paragraph, .mailpoet_paragraph{
margin-bottom:0;
}

@media (max-width:767px){
    .introduction h1, body.home h1 {
        font-size: 4em;
    }

    .introduction{
        padding-top: 120px;
    }

    .introduction .subheadline {
        font-size: 2em;
    }

    .introduction h4 {
        font-size: 0.6em;
    }

}



/*END HOME-HEADER*/


.content-area, #sidebar-right {
    margin-top: 100px;
    margin-bottom: 50px;
    font-size: 11px;
}

.content-area {
    padding-left: 0;
}


.blogarchiv {
    margin-top: 0;
    margin-bottom: 100px;
}

.home h3 {
    margin-bottom: 30px;
}

/*Content Section*/
.content-section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.aktuelles{
    margin-bottom: 70px;
}

.recent{
    padding: 30px;
    width: 100%;
    box-sizing: border-box;
    margin: 24px auto;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 1px 20px 0px rgba(0,0,0,0.5);
    background-color: #fff;
    height: 90%;
}



.recent h3{
    color: #00376d;
    padding:12px 0px;
}

.recent a{
    display: block;
    color: #00376d;
    font-weight: bold;
    text-align:left;
}

.recent .cats a{
    display: inline-block;
    margin-bottom: 10px;
}

.recent img {
    width:100%;
}

.alm-reveal:first-child .col-md-12 .newspost_content h3{
    margin-top: 0;
}

.newspost_content{
    margin-bottom: 60px;
}

.newspost_content .cats{
    padding-bottom: 20px;
}

.newspost_content p{
    margin-bottom: 15px;
}

.newspost_content .col-md-8 p{
    margin-top: -7px;
}

.single_cats{
    display: inline-block;

}

.cats a:first-child{
    margin-left: 8px;
}

.cats a{
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

.cats a:before{
    content:"";
    display: inline-block;
    width: 13px;
    height: 10px;
    background: #f5a623;
    margin-right: 4px;
}

.cats a.cat_ausserschulische-bildung:before{
    background: #cebf84;
}
.cats a.cat_berufliche-bildung:before{
    background: #cabf87;
}

.cats a.cat_handlungsanleitungen-leitfaeden:before{
    background: #f1dc17;
}
.cats a.cat_praxisbeispiele:before{
    background: #72e468;
}
.cats a.cat_literatur:before{
    background: #a34404;
}
.cats a.cat_allgemein:before{
    background: #0fc96c;
}
.cats a.cat_berufsbildung:before{
    background: #677fec;
}
.cats a.cat_blog:before{
    background: #cfd7df;
}
.cats a.cat_greatwideopen:before{
    background: #9e947e;
}
.cats a.cat_hochschule:before{
    background: #f4d191;
}
.cats a.cat_how-to:before{
    background: #e09876;
}
.cats a.cat_in-eigener-sache:before{
    background: #c6c0ca;
}
.cats a.cat_oerde16:before{
    background: #cc3333;
}
.cats a.cat_podcasts:before{
    background: #e69936;
}
.cats a.cat_schule:before{
    background: #e3daaa;
}
.cats a.cat_weiterbildung:before{
    background: #C7C4B1;
}
.cats a.cat_comments_link:before{
    background: none;
    width: 0px;
}

#oer-calendar ul{
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 0;
}

#oer-calendar ul li{
    background-color:#fbd499;
    padding-left: 60px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 10px;
    position: relative;

}

.widgets .btn-primary {
    margin-top: 25px;
    display: inline-block;
}


#oer-calendar li:nth-child(odd){
    background-color:#dddddd;
}



#oer-calendar span {
    font-size: 1em;
    position: absolute;
    left: 10px;
}

#oer-newsletter-inputs{
    width:250px;
    /*height:445px;*/
    background-color: #fbd499;
    padding:20px;
    margin-bottom: 0;
}

#oer-newletter-inputs input{
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 20px;
}

.dossier_intro{
    background: #00376d;
    padding: 50px;
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.dossier_intro div{
    position: relative;
}

.einleitungstext_ende{
    height: auto;
      -webkit-transition: max-height .5s;
  -moz-transition: max-height .5s;
  -ms-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  max-height: 1000px;
}



.hidden_text{
    max-height: 0;
    overflow: hidden;
}

.dossier_intro p{
    color: #fff;

}

#read_more_toggle{
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 15px;
    font-size: 14px;
    z-index: 7;
}



@media (max-width:991px){
   

    .aktuelles h2{
        display:none;
    }

	#social{
        display: none;
    }

    #read_more_toggle{
        bottom:-25px;
    }

    .einleitungstext_ende{
        padding-top: 20px;
    }
}

@media (max-width:767px){
    .recent a{
        text-align: center
    }
}

/*End Content Section*/

/* Choose Content Section */

.infochoice {
    padding: 20px 0;
    position: relative;
}

.unterseite #wegweiser-lupe {
    position: absolute;
    top: 10px;
    width: 220px !important;
    height: auto !important;
    z-index: 999;
}



body.home .infochoice {
    padding:100px 0;
}

#infosearch {
    padding: 18px 0;
}

.infochoice select{
    background-image: url("../img/button-themen-auswahl.svg");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: auto 33%;
    height:42px;
    border-radius:0;
    box-shadow: none;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

body.home .infochoice h1 {
    font-weight: 700;

}

body.home .infochoice h2 {
    font-weight:400;
    font-size:2.4em;
    font-style:italic;
    max-width:500px;
}

body.home .infochoice h3 {
    margin-bottom: 0;
}

body.home .infochoice p {
    max-width:400px;
}

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

    .infofilter {
        max-width: none;
    }

    .infofilter img {
        display: none;
    }

    .infofilter button {
        width: 100%;
    }

    .infofilter select {
        margin-bottom: 10px;
    }

    .infofilter p {
        padding:10px 20%;
        max-width:none;
        margin: 0 auto;
    }

    .infofilter h2 {
        max-width:none;
        margin: 0 auto;
    }

}

/* End Choose Content Section */

.flex-container, .alm-reveal {
   display: -webkit-flex;
   display: -ms-flex;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;

}
.flex-child {
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display: flex;
   

}


@media and (min-width: 992px){
    .flex-child {
        width: 33%;
    }
}

button.alm-load-more-btn, button.alm-load-more-btn:hover{
    background: #00376d;
    background-color: #00376d !important;
}

iframe {
    max-width: 100%;
    width: 100%;
    min-height: 500px;
    height: auto;
}

iframe.podlove-subscribe-button-iframe{
    min-height: 0px !important;
    margin-top: 20px;
}

iframe.twitter-tweet {
    min-height: 0px !important;
}


/*Footer*/

.menu-up {
    font-size: 2em;
    vertical-align: middle;
}

.menu-up:hover{
    text-decoration: none;
}

.menu-up:visited{
    text-decoration: none;
}

.footer_trenner{
    height: 80px;
    background-size: cover;
    background-position: bottom;
    background-color: #00376d;
}
body.home .footer_trenner {
    background-image:  url("../img/oer-header.jpg");
        height: 180px;

}

.back-to-top{
    height:100%;
    position: relative;
    bottom: 120px;
    right: 30px;
}

.back-to-top img {
    position: absolute;
    top:calc(50% - 30px);
    height:60px;
    width: 60px;
    right: 0;
}

.back-to-top img:hover{
    opacity:0.5;
    cursor:pointer;
}
#site-footer {
    border-top: 0;
    padding-top: 75px;
    /*background-color: #535355 #8A8B8C !important;*/
    background-color: #FAD9A6 /*#8A8B8C*/ !important;
}

#site-footer p {
    font-size: 1.3em;
    line-height: 1.5;
    line-height: 1.7;
    color: #003761; /*#fff;*/
}

.down-footer {
    margin: 30px;
    margin-top: 70px;
}

.down-footer, .down-footer a {
    font-size: 16px;
    color: #003761; /*#fff;*/
    padding: 0 5px;
}



.footer-info{
    text-align:left;
}

.footer-info h4, .footer-info p, .footer-info a{
    color: #003761; /*white;*/
}

.footer-info img{
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 767px) {
    .back-to-top img{
        right: 15px;
    }

    .footer_trenner {
        height:150px;
    }

    .footer-info {
        text-align: center;
    }
}



/*End Footer*/

/*=====  SLIDE MENU  ======*/

/*----------  HIDE SELECT CHECKBOX  ----------*/

.toggle,
.full-screen-close
{
    display: none;
}

.full-screen-close
{
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    top:0;
    left:0;
}

/*--- SUB-MENU ---*/
/*

#menu-item-99 > ul.sub-menu{
    background-color: transparent;
    height: 8px;
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#menu-item-99 > ul.sub-menu > li{
    display:none;
    transition-property: all;
    transition-duration: 0.2s;
    }

#menu-item-99:hover > ul.sub-menu{
    background: linear-gradient(90deg, orange 73%, white 27%);
 }

#menu-item-103 > ul.sub-menu{
    background-color: transparent;
    height:8px;
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#menu-item-103 > ul.sub-menu > li{
    display:none;
    transition-property: all;
    transition-duration: 0.2s;
}

#menu-item-103:hover > ul.sub-menu{
    background: linear-gradient(90deg, #d4353a 73%, white 27%);
}

#menu-item-104 > ul.sub-menu{
    background-color: transparent;
    height:8px;
    transition-property: height;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#menu-item-104 > ul.sub-menu > li{
    display:none;
    transition-property: all;
    transition-duration: 0.2s;
}

#menu-item-104:hover > ul.sub-menu{
    background: linear-gradient(90deg,  #00376d 73%, white 27%);
}

#menu-item-104 > ul.sub-menu a {
    color: #fff;
}
*/

ul.sub-menu{
    /*transition: max-height 0.3s ease-in-out;*/
}



#menu-item-99 > ul.sub-menu{
    background: linear-gradient(90deg, orange 77%, white 23%);
}
#menu-item-104 > ul.sub-menu{
    background: linear-gradient(90deg,  #00376d 77%, white 23%);
}
#menu-item-103 > ul.sub-menu{
    background: linear-gradient(90deg, #d4353a 77%, white 23%);
}
#menu-item-104 > ul.sub-menu a {
    color: #fff;
}

ul.sub-menu{
    height: 8px;
 /*   overflow: hidden; */
    max-height: 8px;
    transition: max-height 0.3s ease-out;
}

ul.sub-menu.open{
    height: auto;
    max-height: 500px;
    transition: max-height 0.5s ease-in;
}
ul.sub-menu li a{
    margin-left: 0;
}

ul.sub-menu{
    padding-left: 30%;
}




/*----------  TOGGLE OFF-CANVAS MENU  ----------*/

.toggle:checked + .offcanvas > .menu-container
{
    margin-left: -10%;
}

.toggle:checked + .offcanvas > .content .full-screen-close
{
    display: block;
    background: rgba(0,0,0,.5);
}

.toggle-btn,
.close-btn
{
    cursor: pointer;
}

.close-btn-img{
    width:30px;
    height:30px
}

.toggle-btn
{
    font-size: 2.4em;
}

.close-btn
{
    float: right;
    font-size: 3em;
    padding-top: 150px;
    padding-right: 36px;
    padding-bottom: 36px;
    color: rgba(0,0,0,.5);
}

.menu-container,
.content
{
    transition: margin 0.3s ease-in-out;
}

.menu-container{
    background: white;
    width: 40%;
    margin-left: -50%;
    float: left;
    height: 100vh;
    top: 0;
    position: fixed !important;
    z-index:1000;
}

.slide-menu i{
    margin-right: 1em;
    font-size: 1.5em;
    vertical-align: middle;
}

.slide-menu li{
    list-style-type:none;
}

.slide-menu ul{
    list-style-type:none;
}

.slide-menu #menu-extra-menue>li {
    margin-bottom: 40px;
}

.slide-menu li a
{
    color: #646263;
    padding: 1.5px;
    text-align: left;
    font-size:2.4em;
    font-weight: 600;
    display: block;
    text-decoration: none;
    margin-left:30%;
}

.slide-menu li ul a{
    font-size:1.2em;
    font-weight: normal;
}

.sub-menu li:nth-child(1){
    margin-top: 5px;
}


.slide-menu #menu-item-103 li a {
    color: #fff;
}

/*Blogseite*/

.comment-respond {
    background-color: #00376d;
    color: #fff;
    padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
}

.comment-respond h3, .comment-respond p, .comment-respond a {
    color: #fff;
}

.comment-respond .btn-primary {
    background-color: #4cbbcb;
    font-size: 1.2em;
}

.comment-respond .form-submit {
    text-align: right;
}

.kommentartext {
    /*display: none;*/
}

.entry-header {
    margin-bottom: 40px;
}

/*Custom Menu */

#nova-custom-menu{
    margin-bottom: 50px;
}


/* styles for checkbox-like filters */
#nova-custom-menu .ressourcen li {
    background-color: transparent;
}

#nova-custom-menu .ressourcen li.off div {
    height: 15px; 
	width: 15px;
    border: 2px solid #054887; 
    background-color: transparent;
	position: relative;
    top: 27px;
}
#nova-custom-menu .ressourcen li.on div {
    height: 15px; 
	width: 15px;
    border: 2px solid #054887; 
    background-color: #0e6ec9;
	position: relative;
    top: 27px;
}

#nova-custom-menu .ressourcen li a {
    text-decoration: none;
    margin-left: 5px;
    color: #054887;
    height: 20px;
    font-size: 1em;
}

#nova-custom-menu ul.ressourcen[title]::before {
    content: attr(title);
    display: block;
    font-weight: bold;
    font-size: 1.5em;
    padding: 4px;
}


.custom-menu-list>li{
    background: #00376d;

}

.custom-menu-list, .nova-sub-menu{
    list-style-type: none;
    padding-left: 0 !important;
        -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
    font-size: 10px;
}

.ressourcen {
    float: left;
    width: 270px;
}

#ressourcen-tags a {
    text-decoration: none;
}

.custom-menu-list li, .nova-sub-menu li{
    display: inline-block;
    position: relative;
}
.ressourcen li{
    display: table;
    width: 220px;
}

.custom-menu-list li a{
    display: block;
    padding: 10px 15px;
    border-right: 1px solid #fff;
}

.custom-menu-list li a{
    color: #fff;
}

.nova-sub-menu li a{
    color:#00376d;
}
.custom-menu-list li a:hover{
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #00376d;
}

.nova-sub-menu li a:hover{
    background: #ccd6df;
}

.nova-hrsub{
    display: none;
}

.custom-menu-list li a.active+.nova-hrsub{
    display: block;
    position: absolute;
    left: 0;
    background-color: #ccd6df;
    z-index: 999;  
    width: 100%;

}

.nova-hrsub li{
    display: block;
}

.episode_downloads select{
    font-size: 14px;
    position: relative;
    top: 2px;
}

.box-content{
    margin-top: 40px;
    margin-bottom: 40px;
    background: #00376d;
    padding: 15px;
}

.box-content>*{
    color:#FFF;
}

.box-content>h2, .box-content>h3, .box-content>h4{
    margin-top: 10px;
}

.box-content p:empty {
   display: none;
}

.toggle_licence{
    text-align: right;
    font-size: 18px;
    display: inline-block;
    float: right;
    background: /*#337ab7;*/ #00376d;
    color: #fff !important;
    padding: 5px;
    padding-bottom: 0;
    padding-top: 0;
    cursor: pointer;
    font-weight: normal !important;
    width: 23px;
}

.wrapper_link{
    position: relative;
}

.kachel_licence{
    margin: 0;
    background: #003861;
    padding: 10px;
    color: #fff;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    font-weight: normal;
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}

.kachel_licence a{
	color: #fff;
	font-weight: normal;
	display:inline;
}

.hidden_licence{
    max-height: 0;
    transition: max-height 0.10s ease-out;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

.lizenzkasten {
    background-color: #ccd6df;
    padding: 10px;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 1.2em;
}

.lizenzkasten_dbs {
    background-color: #ccd6df;
    padding: 10px;
    margin-top: 5px;
    padding-top: 15px;
    padding-bottom: 12px;
    font-size: 1.2em;
    height: 100px;
}

.lizenzkasten p, .lizenzkasten_dbs p{
    margin: 1em;
}

.lizenzkasten img, .lizenzkasten_dbs img{
    width:auto;
    float:left;
    padding-right:10px;
}

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

.material_lizenz p{
    margin: 0;
    margin-bottom: 1.2em;
    font-size: 12px;
}



.copy_button{
    position: relative;
    right: 0px;
    float: right;
    top: -23px;
    margin-right: 7px;
}

.copied{
    background: #23527c;
    color: #fff;
}


.shariff-main{
    margin-top: 25px;
}

.shariff li:first-child{
    margin-left: 0 !important;
}

.tags-links a {
    display: inline-block;
    background: #003861;
    color: #fff;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.schlagworte {
    font-style: italic;
    font-size: 1.2em;
    color: #777777;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.materialien h3 {
    text-align: center;
    height: 44px;
    margin-bottom: 5px;
}

.materialien > div {
    text-align: center;
}

.clearfix {
    clear: both;
}

.embed-container {
  position: relative; 
  /*padding-bottom: 56.25%;*/
  padding-bottom: 38.25%;
  overflow: hidden; 
  width: 100%;
  height: 700px;
}

.contentbuffet {
    -webkit-overflow-scrolling: touch; 
    height: 1100px;   
 }

.edutags-container {
     width: 40%;
     margin: 0 auto;
}

.edutags-search-column {
    height: 100px;
}

#edutags-search-input, #edutags-search-submit {
    border: lightgray 1px solid;
}


@media only screen and (max-width : 1440px) {
    .contentbuffet {
        height: 1400px;
    }
}
@media only screen and (max-width : 1145px) {
    .contentbuffet {
        height: 1700px;
    }
}
@media only screen and (max-width : 1024px) {
    .contentbuffet {
        height: 2400px;
    }
}
@media only screen and (max-width : 700px) {
    .contentbuffet {
        height: 4700px;
    }
}



.embed-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
/* ratio 4x3 */
.embed-container.ratio4x3 {
  padding-bottom: 75%;
}



.map-area{
    margin-top: 0;
    margin-bottom: 0;
}

.caldatate {
    width: 90px;
    text-align: center;
    margin: 20px;
    font-weight: bold;
    border: 2px solid #444444;
    background: #fff;
}

.wpb_text_column :last-child.caldatate {
  margin-bottom: 20px !important;
}
.caldatate .year,  .caldatate .month,  .caldatate .day {
  padding: 5px;
  font-family: "Oswald", Arial, sans-serif;

}

.caldatate .day {
  padding: 10px 5px;
  font-size: 20px;
}

.caldatate .month {
  padding-top: 0;
  font-weight: normal;
}

.caldatate .year{
  background: #00376d;
  color: #fff;
  font-weight: normal;
}

.caldatate .meta {
  display: none;
}

.events h3 {
    margin-top: 25px !important;
    margin-bottom: 0 !important;
    display: inline-block;
    color: #00376d;
}

.events .row:nth-child(odd){
    background: #ccd6df;
}

.events .row .panel{
    background-color: initial;
}

.events{
    font-size: 1.5em;
}

.events .event{
    cursor: pointer;
}

.events span {
    font-size: 14px;
}

.events .dates{
    margin-bottom: 10px;
}

.events .description{
    margin-bottom: 10px;
}

.events .location{
    margin-bottom: 10px;
}

#oer-calendar li a{
    color: #4e4e4e;
    font-weight: normal;
}

.events .event .content{
    -moz-transition: max-height 0.3s ease;
    -webkit-transition: max-height 0.3s ease;
    -o-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    max-height: 1000px;
    padding-bottom: 25px;
    padding-top: 5px;
}

.events .event .blurred {
    background: -webkit-linear-gradient(#333, #eee);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    max-height: 100px;
    /*overflow: hidden;*/
}

.events .event .blurred .description ol, .events .event .blurred .description ul {
    color: transparent;
}

.events .event .blurred a {
    text-decoration: none;
}

/* only for IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .events .event .blurred {
         display: inline-block;
    }
 }

.pingback-list {
    padding-left: 0;
    list-style: none;
}

.pingback-list li{
    margin-top: 15px;
}

.pagination>li{
    margin-right: 10px;
    display: inline-block;
}

.pagination>li>a{
    font-weight: 400;
}

.pagination>li>a, .pagination>li>a:hover, .pagination>li>a:focus, .pagination>li>span{
    border-radius: 0px !important;
    color: #fff;
    background: #00376d;
    border-color: #00376d;
}


/* Slide Menu */
.logo-bulk img{
    margin: 30px;
}
.other-video-img{
    background: #000;
    padding-top: 19px;
    padding-bottom: 19px;
}

a.author.url.fn{
	margin-left:3px;
	margin-right: 3px;
	font-size: 14px;
}

.entry-meta, .posted-on{
	font-size: 14px;
}

/*=====  MEDIA QUERIES  ======*/
@media (max-width: 1000px) {
    .slide-menu li a {
        margin-left: 10%;
    }

    .other-video-img{
        background: #000;
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .slide-menu li a
    {
        margin-left:0;
        font-size: 1.5em;
    }

    .menu-container{
        margin-left: -100%;
        width:80%;
    }

    .other-video-img{
        background: #000;
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width: 560px) {
    .slide-menu li a
    {
        font-size: 1.6em !important;
    }

    .slide-menu .sub-menu li a
    {
        font-size: 1em !important;
    }

    .other-video-img{
        background: #000;
        padding-top: 45px;
        padding-bottom: 45px;
    }

}






@media (max-width: 1200px) {

    .slide-menu>ul li a {
        font-size:1.8em;
    }

    .slide-menu>ul li .sub-menu li a{
        font-size: 1em;
    }

    #menu-item-99 > ul.sub-menu {
        background: linear-gradient(90deg, orange 92%, white 8%);
    }

    #menu-item-103 > ul.sub-menu {
        background: linear-gradient(90deg, #d4353a 92%, white 8%);
    }

    #menu-item-104 > ul.sub-menu {
        background: linear-gradient(90deg, #00376d 92%, white 8%);
    }

    .sponsored {
        display:none;
    }
}

@media (max-width: 991px) {
    .home .search_container{
        margin-top: 200px;
        top: 0;
    }
    .search_container{
        margin-top: 0px;
        top:-55px;
    }
    .nav > li > a {
        padding: 10px 10px;
    }
    .navbar-nav>li>a{
        font-size:0.8em;
    }

    ul.sub-menu{
        padding-left: 10%;
    }

    body.home .infochoice p{
        max-width: none;
    }
}

@media (max-width: 767px) {
    .content-area{
        padding-left: 15px !important;
        margin-top: 40px !important;
    }

    .slide-menu>ul li a{
        padding-left: 15px;
    }

    #headersection{
        overflow-x: hidden;
    }

    .startbackground{
        background-position: center center;
        background-size: 150%;
    }

    .breadcrumb{
        margin-top: 110px !important;
    }

    .search_container{
        /*display: none;*/
    }
    .sponsored_by{
        display: none;
    }

    .sponsored-dwn{
        display:inline-block;
        height:140px;
        padding: 15px 0;
        margin-left:auto;
        margin-right:auto;
        text-align: center;
    }

    #searchform > span > #s{
        width: 100px;
    }

    #main-nav{
        margin-top: 0px !important;
    }

    .navbar-brand{
        margin-top:15px;
        margin-left:15px;
        height: 70px;
        padding-top: 0;
    }

    .navbar-nav>li>a{
        line-height: 1;
        font-size: 1.4em;
        font-weight: normal;
        margin-bottom: 10px;
        color: #fff;

    }

    .navbar-nav>li>a:before{
        content:"";
        background: url(../img/button-arrow-right-white.svg);
        width: 30px;
        height: 20px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        top: 3px;
    }

     .navbar-nav>li.open>a:before{
        content:"";
        background: url(../img/button-arrow-down-white.svg);
        width: 30px;
        height: 20px;
        display: inline-block;
        background-size: contain;
        background-repeat: no-repeat;
        position: relative;
        top: 6px;
    }

    .navbar-collapse{
        overflow-x: hidden;
        transform: translate3d(100%, 0, 0);
        transition: transform 0.35s;
        display: block;
        height: 100vh;
        position: absolute;
        right: 0px;
        top: 0;
        padding-right: 30px;
        background: #c8c8c8;
        width: 90%;
        padding-left: 60px;
        padding-top: 100px;
        max-height: none;
    }
    .navbar-collapse.in{
        transform: translate3d(0, 0, 0);
        z-index: 3000;
        right: 0;

    }

    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
        max-height: none;
    }

    #menu-hauptmenue .dropdown-menu{
        background: transparent;
        padding-left: 40px;
        margin-bottom: 20px;
    }

    ul.show-submenu {
        display: block;
        left: 180px;
        top: -10px;
    }

    .navbar-nav .open .dropdown-menu>li>a{
        color: #fff;
    }

    #menu-hauptmenue>li.current-menu-item:after{
        display: none;
    }

    /* no social icons in menu for now */
    .social_media_menu{
        display: none;
    }
    

    .social_media_footer_menu{
        display: block;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 30px;
    }

    .social_media_menu a, .social_media_footer_menu a{
        display: inline-block;
        margin-right: 25px;
    }

     .social_media_menu a:last-child, .social_media_footer_menu a:last-child{
        margin-right: 0px;
    }

    
}
.error404 p{
    font-size: 1.9em;
}

.nova_center{
    text-align: center;
}

@media (max-width: 567px) {
    .sponsored-dwn {
        padding: 30px 0;
    }
}

@media (max-width: 560px) {
    .embed-container {
      padding-bottom: 100%;
    }
}
@media (max-width: 480px) {
    .startbackground{
        background-size: 200%;
        background-repeat: no-repeat;
        background-position: top;
    }

    .slide-menu ul{
        padding-left: 0
    }
    .slide-menu>ul li a{
        padding-left: 30px;
    }

    .slide-menu .sub-menu li a{
        font-size: .9em !important;
        padding-left: 15px;
    }

    ul.sub-menu{
        padding-left: 5%;
    }




}

@media (max-width: 420px) {
    .sponsored-dwn {
        padding: 40px 0;
    }
}

#mobile-searchform {
    z-index: 10;
    background: #c8c8c8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 89px; 
}

#mobile-searchform .input-group-btn {
    padding: 20px 35px;
}

#mobile-searchform input[type="text"] {
    width: calc(100% - 38px);
    float: left;
    border-radius: 0;
    border: 0;
    padding-right: 45px;
}

#mobile-searchform [type="submit"] {
    padding-right: 0;
    height: 34px;
    width: 34px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: white;
    border-style: none;
    color: dodgerblue;
    top: 0;
    background-image: url(../img/icon-lupe-small.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;

}

#mobile-searchform .toggle-mobile-search {
    position: absolute;
    right: 87px;
    top: 27px;
    height: 20px;
    width: 20px;
    background-image: url(../img/button-close-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#newletter-form label {
    margin-left: 5px;
}

.col-md-3 .wysija-submit, .mailpoet_submit {
    float: right;
    margin-top: 10px !important;
}

.col-md-3 .mailpoet_submit {
    float: right;
    margin-top: 10px !important;
}

.sort-active {
  color: darkgrey;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}
