/************************************************************************************
Basic Styles
*************************************************************************************/


* { 
    margin:0; 
	padding:0; 
	outline:0; 
}

html, body { 
	height: 100%; 
	width: 100%; 
}

body {
	min-height: 100%; 
	height: auto;	
	background: url(../images/layout/background-body.jpg) repeat top left;
    padding-top: 90px;
    position: relative;
}

/************************************************************************************
Layout Styles
*************************************************************************************/

body.startseite {
    padding-top: 150px;
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 400; 
	font-style: normal; 
	font-size: 17px;
	line-height: 25px;
	color: #797979;
}

body .startseite {
    padding-top: 150px;
}

a:link {
	color: #a70000;
	font-weight: 400;
	text-decoration: none;
}

a:visited {
	color: #a70000;
	font-weight: 400;
	text-decoration: none;
}

a:focus { 
	outline: none; 
}

a:hover {
	color: #f1b9b3;
	font-weight: 400;
	text-decoration: none;
}

a img {
	border: none;
}
 
h1, h2, h3, h4, h5, h6 {
	color: #fff;
    text-align: left;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

strong {
	font-weight: 600;
	color: #424242;
}

hr {
    border: 0; 
    height: 1px; 
    margin: 10px 0 20px 0;
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

ul {
	list-style-type: circle;
	line-height: 30px;
	padding: 0;
	margin-left: 40px;;
	text-align: left;
    text-decoration: none;
}

ol {
	list-style-type: decimal;
    font-weight: 600;
	line-height: 30px;
	padding: 0;
	margin-left: 20px;
	text-align: left;
    text-decoration: none;
}

ol.not-strong {
	list-style-type: decimal;
    font-weight: 400;
	line-height: 30px;
	padding: 0;
	margin-left: 20px;
	text-align: left;
    text-decoration: none;
}

/********************  Media-Querries - Body - Silbentrennung ********************/

@media (max-width: 992px) { 
    body {
        padding-top: 85px;
    }
	
}

@media (max-width: 500px) {
	body {
		-ms-word-break: normal;
		 word-break: normal;
		 /*Non standard for webkit*/
		 word-break: break-word;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
		hyphens: auto;
		}
	}

/************************************************************************************
Allgemeine Klassen
*************************************************************************************/
#header-wrapper {
	width: 100%;
	height: auto;
	background: transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 75px 50px 75px 50px;
    border-bottom: 3px solid #ecebe8;
    position: relative;
    z-index: 1000;
	}

audio {
   width: 100% !IMPORTANT;
   height: auto !IMPORTANT;
}

.card {
    display: block !important;
}

.card-body {
    overflow: hidden;
}

.col-md-55 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.header-cover img {
    bottom: -70px;
    right: 200px;
    position: absolute;
}

.banner h1 {
    font-size: 2.5vw;
    text-align: center;
    text-shadow: 2px 2px 2px #424242;    
}

.clear {
	clear: left;
}

.container {
    position: relative;
}

#main .container {
    width: 100%;
    height: auto;
}

.red {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a70000+0,82030c+100 */
    background: #a70000; /* Old browsers */
    background: -moz-linear-gradient(top, #a70000 0%, #82030c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a70000 0%,#82030c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a70000 0%,#82030c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70000', endColorstr='#82030c',GradientType=0 ); /* IE6-9 */
}

.separator {
	width: 100%;
	height: 5px;
	background: url(../images/layout/briefumschlag.png) repeat-x top left;
	margin: 0;
	padding: 0;
}

.separator-buecher {
	width: 100%;
	height: 5px;
	background: url(../images/layout/briefumschlag.png) repeat-x top left;
	margin: 75px 0 75px 0;
	padding: 0;
}

.white-box {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 25px;
    margin: 75px 0 75px 0;
    border: 1px solid #ecebe8;
    border-radius: 0.25rem;
}

h2.white-box-headline {
	font-size: 25px;
    color: #a70000;
    text-align: left;
    padding: 0 0 15px 0;
}

h2.white-box-headline-center {
	font-size: 25px;
    color: #a70000;
    text-align: center;
    padding: 0 0 25px 0;
}

h3.white-box-headline {
	font-size: 20px;
    color: #a70000;
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
}

/*** Buttons ***/

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;    
    font-style: normal;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 2px solid transparent;
    padding: 5px 8px 5px 8px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 15px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-primary {
    color: #fff;
    background-color: #a70000;
    background-image: none;
    border-color: #a70000;
}

a.btn-primary {
    color: #fff;
}

.btn-primary:hover {
    color: #fff;
    background-color: #f1b9b3;
    border-color: #f1b9b3;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #a70000;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #a70000;
    border-color: #a70000;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}



/********* Media-Querries *********/
@media (min-width: 768px) {
  .col-md-55 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-55 {
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
}

@media (max-width: 768px) {    
    .responsive-30 {
        padding-bottom: 30px;
    }
    .responsive-m-30 {
        margin-bottom: 30px;
    }
    .responsive-m-15 {
        margin-bottom: 15px;
    }
}

@media (max-width: 1720px) { 	
	.header-cover img {
        bottom: -70px;
        right: 100px;
        position: absolute;
    }
}

@media (max-width: 1500px) { 	
	.header-cover img {
        bottom: -70px;
        right: 50px;
        position: absolute;
    }
}

@media (max-width: 1400px) { 	
	.header-cover img {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 1240px) { 	
	.header-cover img {
        width: 200px;
        height: 200px;
        bottom: -100px;
    }
}

@media (max-width: 748px) { 	
	.header-cover img {
        display: none;
    }
    .banner h1 {
        font-size: 24px;   
    }
}

/************************************************************************************
Header
*************************************************************************************/

.header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a70000+0,82030c+100 */
    background: #a70000; /* Old browsers */
    background: -moz-linear-gradient(top, #a70000 0%, #82030c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a70000 0%,#82030c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a70000 0%,#82030c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70000', endColorstr='#82030c',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 2px 0px rgba(0,0,0,0.5);
    z-index: 30000;
}

/************************************************************************************
Navigation
*************************************************************************************/

.navbar {
    font-size: 1.2rem;
    padding: 1.2rem 1rem;
}

.navbar-brand img {
    max-height: 130px;
    left: 0;
    top: 0;
    position: absolute;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #f1b9b3;  
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #f1b9b3;
}

.navbar-light .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  text-decoration: none;
  background-color: #a70000;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #a70000;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #fff;
  pointer-events: none;
  background-color: #f1b9b3;
}

#menuindex2,
#menuindex6 {
    margin-left: 15px;
    padding-left: 15px;
	background-image: url(../images/layout/flag-en.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}


#menuindex33,
#menuindex31,
#menuindex201 {
	background-image: url(../images/layout/flag-en.png);
	background-repeat: no-repeat;
	background-position: 80% 50%;
}



/********************  Media-Querries ********************/


@media (max-width: 1200px) {
	.navbar-brand img {
        max-height: 60px;
        left: 0;
        top: 0;
        position: absolute;
    }
}


/************************************************************************************
Slider
*************************************************************************************/
.row-slider {
    margin-left: -15px;
    margin-right: -15px;
}


/************************************************************************************
Startseite
*************************************************************************************/

.first-content {
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
}

.brief {
    padding: 100px 0 0 0;
}


.sprechblase-lesungen {
    top: -25px;
    left: -20px; 
    position: absolute;
}

.second-content {
    width: 100%;
    height: auto;
    padding: 100px 0 0 0;
}

.third-content {
    width: 100%;
    height: auto;
    padding: 50px 0 50px 0;
}

.first-content .card-header,
.third-content .card-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a70000+0,82030c+100 */
    background: #a70000; /* Old browsers */
    background: -moz-linear-gradient(top, #a70000 0%, #82030c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a70000 0%,#82030c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a70000 0%,#82030c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a70000', endColorstr='#82030c',GradientType=0 ); /* IE6-9 */
}

.first-content h2,
.third-content h2 {
	font-size: 22px;
    text-align: center;
}

.second-content .col-12 {
	border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.second-content h2 {
	font-size: 22px;
    text-align: center;
    padding: 15px 0 15px 0;
}

.second-content .white-box-neuerscheinungen strong {
	font-weight: 600;
	color: #424242;
}

.second-content .white-box-neuerscheinungen h2.white-box-headline {
	font-size: 25px;
    color: #a70000;
    text-align: left;
    padding: 0 0 15px 0;
} 

.felix-flaggen {
    display: inline-block;    
    margin-top: 10px;
}

.felix-flaggen img {
    padding: 5px 5px 10px 5px; 
}

/********************  Media-Querries ********************/
@media (max-width: 1200px) {
	.third-content h2 {
        font-size: 20px;
    }
}

@media (max-width: 1200px) { 
    .sprechblase-lesungen {
        left: -50px; 
    }
}

@media (max-width: 992px) { 	
        .card-deck-wrapper {
            width: 100%;
            height: auto;
            margin-right:0;
            margin-left:0;
        }
        .card-deck {
            display: block;
            width: 100%;
            margin-right:0;
            margin-left:0;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: .75rem;

        }
        .card-deck .card {
            display: block;
            width: 100%;
             margin-right:0;
            margin-left:0;
            padding-left: 0;
            padding-right: 0;
            margin-bottom: .75rem;
            vertical-align: top;
        }  
    .sprechblase-lesungen {
        top: -25px;
        left: -30px; 
        position: absolute;
    }
}

@media (max-width: 765px) { 
    img.felix-plakat {
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }
    img.felix-plakat-smallpic {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 200%;
    }
}

@media (max-width: 700px) { 	
    .sprechblase-lesungen {
        top: -25px;
        left: -25px; 
        position: absolute;
    }
}

@media (max-width: 480px) { 
    .sprechblase-lesungen {
        display: none;
    }
}
/************************************************************************************
Über Annette Langen
*************************************************************************************/


/********************  Media-Querries ********************/
@media (max-width: 992px) { 
    img.responsive-full-width {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 768px) { 
    img.annette-felix {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
}
/************************************************************************************
Lesungen
*************************************************************************************/
.leseangebot {
    width: 100%;
    height: auto;
    color: #424242;
}

ul.ueberblick {
    color: #424242;
}

.event-box {
    margin: 50px 0px 50px 0px;    
}

.event-box .col-md-1 {
    min-width: 92px;
}

.event-box .date {
    color: #fff; 
    font-size: 16px;
    padding: 15px 0 0 0; 
    text-align: center;
}

.event-box span.big-day {
    display: block;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
}

p.event {
    font-size: 20px;
    font-weight: 600;
}


/*** Foto Felix mit Schutzmaske ***/
.baldwieder {
	background: url(../images/layout/hase-felix-schutzmaske.jpg) no-repeat top right;
}

/*** Zitate ***/
.testimonial-quote {
    font-size: 16px;
}

blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    font-family: Georgia, serif;
    font-size: 1.3em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    z-index: 400;
}

blockquote * {
    box-sizing: border-box; 
}

blockquote p {
    color: #797979; 
    line-height: 1.4 !important;
}

blockquote p:first-child:before {
    content: '\201C';
    color: #a70000;
    font-size: 7.5em;
    font-weight: 400;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}

cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
cite span {
    color: #424242;
    font-size: 1.1em;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase; 
}

.quote-container {
    padding-left: 50px;
    padding-right: 50px; 
}

cite {
    text-align: right; 
}

/********************  Media-Querries ********************/
@media (max-width: 992px) {    
    .baldwieder {
	background: none;
    }
}


@media (max-width: 767px) {    
    .event-box .date {
        font-size: 20px;
    }
    .event-box .col-md-1 {
        min-width: none;
    }
    .event-box span.big-day {
        display: inline;
        font-size: 20px;
    }
}


/************************************************************************************
Neuerscheinungen
*************************************************************************************/
.neuerscheinungen-wrapper {
    width: 100%;
    height: auto;
    margin: 45px 0 75px 0;
}

.white-box-neuerscheinungen {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 25px;
    margin: 30px 0 0 0;
    border: 1px solid #ecebe8;
    border-radius: 0.25rem;
}

.white-box-neuerscheinungen {
    -ms-word-break: normal;
     word-break: normal;
     /*Non standard for webkit*/
     word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.row-neuerscheinungen {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0px;
  margin-left: 0px;
}

/************************************************************************************
Kinder- und Jugendbücher
*************************************************************************************/

.buecherseite .container .white-box .row .col-12 .row img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.hidden-cover {
    display: none;
}

.buchueberblick,
.reihentitel {
    padding-bottom: 30px;
}




/************************************************************************************
Zurück zum Seitenanfang
*************************************************************************************/
a.back-to-top {
	display: none;
	width: 75px;
	height: 75px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: url('../images/layout/top.png') no-repeat center 50%;
    background-color: transparent;
	display: i;
    text-decoration: none;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/************************************************************************************
Footer
*************************************************************************************/

footer {
    width: 100%;
	height: auto;
    padding: 40px 0 10px 0;
    min-height: 120px;
}

footer h4 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 10px;
}


/*** Subnavigation ***/

.sub-menu a {
    color: #f1b9b3;
    display: block;
    padding: 2px 0 5px 0;
    text-decoration: none;
    border-bottom: 1px solid #f1b9b3;
}

.sub-menu a:hover {
    color: #fff;
}


/*** Copyright Section ***/

.copyright {
    text-align: center;
}

.copyright p {
	font-size: 14px;
	font-weight: 400;
	color: #bf928e;
    padding-top: 50px;
}

.copyright a:link {
	color: #bf928e;
    font-weight: 400;
	text-decoration: none;
}

.copyright a:visited {
	color: #bf928e;
	text-decoration: none;
}

.copyright a:focus { 
	outline: none; 
}

.copyright a:hover {
	color: #fff;
	text-decoration: none;
}



/************************************************************************************
Clearing Fix
*************************************************************************************/

.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	font-size:0;
	visibility:hidden;
	}

* html .clearfix {
	height:1%;
	}

*:first-child+html .clearfix {
	min-height:1%;
	}
  
*:first-child+html .clearfix { 
	zoom: 1; 
	} /* IE7 */h;
	content:".";
	display:block;
	height:0;
	font-size:0;
	visibility:hidden;
	}

* html .clearfix {
	height:1%;
	}

*:first-child+html .clearfix {
	min-height:1%;
	}
  
*:first-child+html .clearfix { 
	zoom: 1; 
	} /* IE7 */



















