/* --------- FARBWERTE ---------
    
    magenta            #bd0246
    magenta (dark)     #9b0245
    
    cyan               #058a9d
    cyan (dark)        #036572
    
*/

/* ============================== FONTS ============================== */

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold.woff2') format('woff2'),
         url('../fonts/opensans-bold.woff') format('woff'),
         url('../fonts/opensans-bold.ttf') format('truetype'),
         url('../fonts/opensans-bold.svg#open_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-bolditalic.eot');
    src: url('../fonts/opensans-bolditalic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bolditalic.woff2') format('woff2'),
         url('../fonts/opensans-bolditalic.woff') format('woff'),
         url('../fonts/opensans-bolditalic.ttf') format('truetype'),
         url('../fonts/opensans-bolditalic.svg#open_sansbold_italic') format('svg');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-italic.eot');
    src: url('../fonts/opensans-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic.woff2') format('woff2'),
         url('../fonts/opensans-italic.woff') format('woff'),
         url('../fonts/opensans-italic.ttf') format('truetype'),
         url('../fonts/opensans-italic.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular.woff2') format('woff2'),
         url('../fonts/opensans-regular.woff') format('woff'),
         url('../fonts/opensans-regular.ttf') format('truetype'),
         url('../fonts/opensans-regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ============================== /fonts ============================== */


/* ============================== GRADIENTS ============================== */



/* ============================== /gradients ============================== */


/* ============================== TYPOGRAPHY ============================== */
html {}
body {		
    font-family: 'Open Sans', sans-serif;	    
    color: #333333;
    font-size: 1.4rem;
    line-height: 130%;    
    font-weight: normal;    
}

p {	
    margin: 0px 0px 15px 0px;
}
	
a, a:visited {
	color: #bd0246;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #bd0246;
    outline: none;    
	text-decoration: underline;
}



/* -------------------- Hauptueberschrift aus Menu -------------------- */
h1 {    
	font-size: 3.0rem;       
	margin: 0px 0px 10px 0px;		
    color: #9b0245;
    font-weight: normal;
}



/* -------------------- Beitrags-Ueberschrift (aus Titel) -------------------- */
h2 {	
    font-size: 2.8rem;
    font-weight: normal;        
	margin: 10px 0px;
	padding: 0px;
    color: #9b0245;
}

/* -------------------- Box-Ueberschriften, Zwischen-Ueberschriften (Beitrag) -------------------- */
h3 {	
    font-weight: bold;
	color: #333333;				
	font-size: 2.6rem;			
    margin: 20px 0px 5px 0px;	
	font-size: 1.25em;    
}

/* -------------------- Zwischen-Ueberschriften -------------------- */
h4 {	
    color: #666666;	
	font-size: 2.4rem;				
	letter-spacing: 0px;	
	margin-top: 25px;
	margin-bottom: 10px;				
	text-align: left;	
}

/* -------------------- Beitrags-Trennerueberschrift -------------------- */
h5 {	
    font-weight: bold;
	font-size: 2.0rem;
	letter-spacing: 1px;
	color: #666666;	
	margin: 20px 0px 10px 0px;				
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #dddddd;
}

/* kleine Beitrags-Ueberschrift (statt <strong>) -------------------- */
h6 {	
    font-weight: bold;
	font-size: 1.8rem;									
	margin: 16px 0px 2px 0;
	text-align: left;								
}

li {    
}

mark {
    background: #f4f28f !important;
}


/* ============================== /typograhy ============================== */


/* ============================== CUSTOMIZE ============================== */

/* -------------------- DNN / OPEN -------------------- */

/* ---------- Eingabefelder ---------- */
#site-wrapper input[type=text],
#site-wrapper input[type=password],
#site-wrapper textarea, 
#site-wrapper select {        
    color: #333333 !important;        
}

.dnnFormItem input[type="text"], .dnnFormItem select, .dnnFormItem textarea, .dnnFormItem input[type="email"], .dnnFormItem input[type="search"], .dnnFormItem input[type="password"] {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.8), 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
    color: #333;    
}


input[type=submit],
input[type=button],
.btn,
.dnnPrimaryAction,
.dnnFormItem input[type="submit"], 
a.dnnPrimaryAction {    
    color: #ffffff !important;
    background: #9b0245;
    border: none;
}

input[type="submit"]:hover,
input[type="button"]:hover,
.btn:hover,
.dnnPrimaryAction:hover,
.dnnFormItem input[type="submit"]:hover, 
a.dnnPrimaryAction:hover,
.dnnSecondaryAction:hover,
.dnnConfirmCancel:hover {
    color: #ffffff !important;
    background: #9b0245;
    border: none;
}

/* ---------- /eingabefelder ---------- */

/* ---------- Erweiterte Suche ---------- */
.oclc-module-labellayout > div > * {
    padding-bottom: 15px !important;
}

.oclc-searchmodule-searchslot {
    display: none;
}

.oclc-searchmodule-extendedsearch {
    padding-bottom: 10px;
}

.oclc-searchmodule-mediumview-content > div > span,
.oclc-searchmodule-detail-data  > div > span {
    display: inline-block;
    padding-bottom: 5px;
}


/* ---------- /erweiterte suche ---------- */

/* ---------- Meinkonto Tab-Ansicht ---------- */
.gradient.spacingTopSmall {
    background: #eeeeee;
    border: 1px solid #e9e9e9;
}

.DnnTabGroup {
    background: #9b0245 !important;    
}

.DnnTab, .DnnTabSelected, .DnnTabHover {    
    color: #ffffff !important;
    border-color: #444444 !important;   
}

.DnnTabHover, .DnnTabSelected {    
    background: #bd0246 !important;    
}

/* ---------- /meinkonto tab-ansicht ---------- */

/* ---------- Loged-in User-Info ---------- */
#dnn_dnnUSER_registerLink {}
#dnn_dnnUSER_registerLink:before {}
#dnn_dnnUSER_registerLink:after {}

/* ---------- UI-Dialog ---------- */
.ui-dialog {
    font-family: 'Open Sans', sans-serif !important;
}

.ui-dialog .GridViewInnerBorder th,
.ui-dialog .oclc-module-table th {    
    padding-left: 10px;
    padding-right: 10px;
}

/* ---------- Tabellen (z.B. Datailansicht-Mediensuche) ---------- */
.GridViewInnerBorder th,
.oclc-module-table th {
    background: #bd0246;
    color: #ffffff;
    font-weight: bold;    
}
.oclc-module-table th,
.oclc-module-table td {
    padding: 5px 10px !important;
}
.GridViewInnerBorder th, .GridViewInnerBorder td,
.oclc-module-table th, .oclc-module-table td {
    border-color: #444444 !important;
    text-align: left !important;
}
.GridViewInnerBorder th a,
.oclc-module-table th a {
    color: #ffffff;
    text-decoration: underline;
}
.GridViewInnerBorder th a:hover,
.oclc-module-table th a:hover {
    color: #ffffff;
    text-decoration: underline;
}
/* ---------- /tabellen ---------- */

/* ---------- Sprachauswahl (Extention) ---------- */

.languagecode.en .nativename,
.languagecode.de .nativename {
    display: none;
}
.languagecode .specialname {
    display: none;
}
.languagecode.en .specialname,
.languagecode.de .specialname {
    display: initial;    
}
.languagecode.de .specialname:before {
    content: "deutsch";
}
.languagecode.en .specialname:before {
    content: "englisch";
}
/* ---------- /sprachauswahl ---------- */

/* -------------------- /dnn / open -------------------- */


/* -------------------- Login -------------------- */
.LoginPanel {
    width: 100%;
    max-width: 400px;
}
/* -------------------- /login -------------------- */

/* -------------------- Owns -------------------- */

.shadow {
    box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.simple-box {
    float: left;
    padding: 15px;
    background: #f5f3f3;
    border: 1px solid #aaaaaa;
    width: 100%;
    margin: 10px 0px;    
}
.simple-box > *:first-child {
    margin-top: 0px;
}
.simple-box .pull-right.no-distance {
    margin-right: -15px;
}
.simple-box .pull-left.no-distance {
    margin-left: -15px;
}

/* -------------------- /owns -------------------- */

/* ============================== /customize ============================== */


/* ================================== SITE-LAYOUT ================================== */
#site-wrapper.style-magenta  {
    background: #bd0246;
}

/* -------------------- GLOBAL-LAYOUT -------------------- */
.nav-buttons {
    text-align: center;
    margin-bottom: -15px !important;  
}
.nav-buttons li {    
    text-align: center;
    margin-bottom: 15px;   
}
.nav-buttons a {
    position: relative;
}
.nav-buttons a:hover {    
    top: 1px;
}
.nav-icon {    
    display: block;
    margin: 7px auto 0px auto;    
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.nav-icon:before {
    display: block;
    margin-bottom: 18px;    
	font-family: 'FontAwesome';	          
    font-size: 38px;
    font-style: normal;
    font-variant: normal;    
    font-weight: normal;
}

.nav-image {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;        
    height: 110px;
    
        
}
.nav-image.img-medientipps {
    background-image: url('../images/icon-medientipps.png');
}
.nav-image.img-kinder {
    background-image: url('../images/icon-medientipps-kinder.png');
}
.nav-image.img-ebibliothek {
    background-image: url('../images/icon-ebibliothek.png');
}


/* -------------------- /global-layout -------------------- */


/* -------------------- TOP-LINE ROW -------------------- */
#top-line {
    position: relative;
    z-index: 20;    
    box-shadow: 0px 4px 10px rgba(0,0,0,0.7);
    padding: 5px 0px;  
}
#top-line {
    background: #9b0245;
}
#top-line a {
    position: relative;
    color: #ffffff;
}
#top-line a:hover {
    text-decoration: none;
    top: 1px;
}

#top-line .list-inline {
    margin-bottom: -5px;
}
#top-line .list-inline li {
    margin-bottom: 5px;
}

#top-line i {
    font-size: 20px;
}

/* -------------------- /top-line row -------------------- */


/* -------------------- NAVIGATION -------------------- */
#navigation {    
    position: relative;
    z-index: 10;            
    padding: 20px 0px;
}

#navigation a {
    color: #ffffff;
}
#navigation a:hover,
#navigation a:focus,
#navigation a:active {
    text-decoration: none;
}

#navigation .logo {}
#dnn_dnnLOGO_imgLogo {        
    width: 100%;
    max-width: 400px; 
}

#navigation .nav-buttons {
    margin-top:18px;    
}
#navigation .nav-buttons li {
    width: 90px;    
}

#navigation .suche {
    position: relative;
    text-align: center;     
}
#navigation .suche .nav-buttons li {
    width: auto;
}
#dnn_dnnSEARCH_ClassicSearch {
    display: block;
    max-width: 440px;
    margin: 0px auto;
}
#dnn_dnnSEARCH_txtSearch {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4) inset;
    font-style: italic;
    opacity: 1 !important;
    padding: 4px 10px !important;
    margin-right: 5px;
    width: 88%;
    background: #ffffff;
}
#dnn_dnnSEARCH_cmdSearch span {
    font-size: 18px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    vertical-align: -2px;   
}

/* -------------------- /navigation -------------------- */

/* -------------------- HEADER ROW -------------------- */
#header {    
    display: none;
    position: relative;        
}
.name-Willkommen #header {
    display: block;
}

#header a {}
#header a:hover {
    text-decoration: none;    
}

.style-magenta #header .banner {
    background-image: url('../images/banner-magenta-mobile.jpg');
    height: 130px; 
}
.style-cyan #header .banner {
    background-image: url('../images/banner-cyan-mobile.jpg');
    height: 130px; 
}

#header .jq-marquee {
    background: #ffffff;
    color: #333333;
    font-size: 16px;    
}
#header .jq-marquee a {
   color: #333333; 
}
#header .jq-marquee a:hover {
   color: #bd0246;
}

/* -------------------- /header row -------------------- */



/* -------------------- TOP ROW -------------------- */
#top {
   display: none;   
   font-size: 1.3rem;
   color: #ffffff;
   padding: 40px 0px;
}
.name-Willkommen #top {
    display: block;
}

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

#top .nav-buttons li {
    width: 175px; 
}

#top h1 {    
    margin-bottom: 0px;
    font-size: 3.0rem;
    line-height: 110%;
    font-weight: bold;
    color: #ffffff;
}

#top h2 {    
    font-size: 1.6rem;
    color: #ffffff;
}

.darkbox {
    display: block;
    background: #036572;
    padding: 10px;
    transition: all 0.2s 0s;
}
.darkbox:hover {
    box-shadow: 0px 0px 10px #ffffff;
}

.darkbox .title {
    display: block;
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
}
.darkbox .subtitle {
    display: block;
    font-weight: bold;
    font-size: 4.4rem;
    text-align: center;
    line-height: 120%;
}

/* -------------------- /top row -------------------- */


/* -------------------- MAIN ROW -------------------- */
#main { 
    padding: 20px 0px;
    background: #ffffff;
    line-height: 1.3;
}

#main .DnnModule {
    margin-bottom: 30px;
}


/* -------------------- /main row -------------------- */


/* -------------------- FOOTER ROW -------------------- */
#footer {
    padding: 10px 0px;    
    color: #ffffff;
    font-size: 1.2rem;    
}

#footer a {
    color: #ffffff;    
}
#footer a:hover {    
}

#footer-nav,
#dnn_footerNav ul {
    text-align: left;
    font-weight: bold;
    margin-bottom: -2px;
}
#footerNav li,
#dnn_footerNav li {
    margin-bottom: 2px;
    padding-right: 7px;
}


#dnn_footerText {
    text-align: right;
}


/* -------------------- /footer row -------------------- */


/* ============================== /layout ============================== */


/* ============================== OVERWRITES ============================== */

/* -------------------- BOOTSTRAP -------------------- */
.container {}

.img-responsive {
    height: auto !important;
}

/* -------------------- /bootstrap -------------------- */


/* ============================== /overwrites ============================== */


/* ================================== MEDIA QUERIES ================================== */

/* -------------------- >= Tablet -------------------- */
@media (min-width: 768px) {    
    .style-magenta #header .banner {
        display: block;
        background-image: url('../images/banner-magenta.jpg');
        height: 350px;
    }
    .style-cyan #header .banner {
        display: block;
        background-image: url('../images/banner-cyan.jpg');
        height: 350px;
    }    
       
    #dnn_dnnSEARCH_ClassicSearch {    
        
    }    

    #top .nav-buttons li {
        width: 250px;    
    }

    #footer .row > div {
        min-height:40px;
    }
    #footer .abs-bottom {
        position: absolute;
        bottom: 0px;
        left: 15px;
        right: 15px;
    }

    #top h1 {         
        font-size: 4.0rem;        
    }

    #top h2 {    
        font-size: 1.8rem;        
    }
    
}
/* -------------------- />=tablet -------------------- */


/* -------------------- >= Desktop -------------------- */
@media (min-width: 992px) {
    #navigation .logo {
        padding-right: 40px;
    }
    #navigation .nav-buttons {
        
    }
    #navigation .nav-buttons li {
        width: 90px;    
    }

    #navigation .suche {
        position: relative; 
        text-align: right;            
    }
    #navigation .suche .nav-buttons {
        text-align: right;
    }
    #dnn_dnnSEARCH_ClassicSearch {            
        margin-top: 46px;        
        padding-left: 40px;
        text-align: right;
        
    }    
}
/* -------------------- />= desktop -------------------- */


/* -------------------- >= HD-Desktop -------------------- */
@media (min-width: 1600px) {
    .container {
        width: 1300px;
    }
    .container-fluid {
        padding-left: 30px;
        padding-right: 30px;
    }

    #navigation .nav-buttons li {
        width: 110px;    
    }
}

/* -------------------- />=hd-desktop -------------------- */


/* -------------------- Portrait tablet to landscape and desktop -------------------- */
@media (max-width: 991px) {  
}
/* -------------------- /portrait tablet to landscape and desktop -------------------- */


/* -------------------- Landscape phone to portrait tablet -------------------- */
@media (max-width: 767px) {
}
/* -------------------- /landscape phone to portrait tablet -------------------- */


/* -------------------- <= Portrait Phone -------------------- */
@media (max-width: 480px) {    
}

/* ============================== /media queries ============================== */