@font-face {
font-family: 'Roboto';
font-weight: normal;
font-style: normal;
font-display: fallback;
src: url('../webfonts/Roboto-Regular.eot');
src: url('../webfonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
     url('../webfonts/Roboto-Regular.ttf') format('truetype'),
     url('../webfonts/Roboto-Regular.woff') format('woff')
}
@font-face {
font-family: 'RobotoLight';
font-weight: normal;
font-style: normal;
font-display: fallback;
src: url('../webfonts/Roboto-Light.eot');
src: url('../webfonts/Roboto-Light.eot?#iefix') format('embedded-opentype'),
     url('../webfonts/Roboto-Light.ttf') format('truetype'),
     url('../webfonts/Roboto-Light.woff') format('woff')
}
@font-face {
font-family: 'RobotoSlab';
font-weight: normal;
font-style: normal;
font-display: fallback;
src: url('../webfonts/RobotoSlab-Regular.eot');
src: url('../webfonts/RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
     url('../webfonts/RobotoSlab-Regular.ttf') format('truetype'),
     url('../webfonts/RobotoSlab-Regular.woff') format('woff')
}

body {
position: relative;
font-family: 'RobotoSlab', Verdana, Arial, serif;
text-underline-position: under;
-webkit-font-smoothing: antialiased;
}

header {
padding: 30px 0;
background-color: #444;
border-bottom: 1px solid #666;
}

header .fa-stack {
font-size: 20px;
}

footer .container {
font-size: 0.85rem;
line-height: 200%;
border-top: 3px solid #444;
}
footer .lead {
line-height: 250%;
}
footer a {
color: #444;
}
footer .fa-stack {
font-size: 1.1rem;
}
footer .fa-stack:hover > i {
color: #97cac1 !important;
}

*:focus {
outline: none;
}

select {
-webkit-appearance: none;
}

h1 {
padding: 0;
font-size: 2.2rem;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}

h2,
h5 {
font-family: RobotoLight;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
h5 {
line-height: 150%;
text-transform: uppercase;
}

hr {
height: 3px;
background-color: #444;
border: none;
}
.hr-grey {
background-color: #e5e5e5;
}
.hr-light {
height: 1px;
background-color: #e5e5e5;
}

.socialh {
padding: 10px;
margin: 0 5px;
border-radius: 20px;
background-color: #fff;
}

.socialf {
padding: 5px;
margin: 0 5px;
border: 2px solid #444;
border-radius: 20px;
opacity: 0.5;
}
.socialf:hover {
opacity: 0.8;
}

.form-control {
border: 2px solid #444;
}

.form-abo {
padding: 0 10px;
border: 1px solid #444;
border-radius: 3px;
}

.newsbox {
display: none;
}

.eventmap {
width: 100%;
height: 350px;
padding: 0;
margin: 0;
overflow: hidden;
}

.eventtime {
display: block;
font-size: 24px;
border-bottom: 2px solid #e6e6e6;
}

.buch-autor {
color: #888;
}
.buch-autor:before {
position: absolute;
height: 3px;
width: 105px;
background: #888;
content: "";
}

.buch-reihe {
font-size: 1.1rem;
}
.buch-reihe img {
width: 160px;
}

.colax {
background-color: #000;
}
.colax img:hover {
opacity: 0.75;
}

.cursor-pointer {
cursor: pointer;
}

.input-rnd {
display: inline-block;
height: 40px;
line-height: 35px;
padding: 0 10px;
border: 1px solid #000;
border-radius: 20px;
}
.input-rnd input {
font-family: RobotoLight;
background-color: transparent;
border: none;
}
.input-rnd input::placeholder {
font-size: 0.9rem;
}

.header-search {
background-color: #444;
}
.header-search input {
border: 1px solid #ececec;
}

.header-collapse {
display: none;
max-height: 100px;
padding: 20px 0;
overflow-y: auto;
text-align: center;
}
.header-xxxxx {
max-height: inherit;
padding: 25px 0 0;
}
.header-xxxxx img {
max-height: 150px;
}
.icon-cart,
.header-hide {
cursor: pointer;
}

.fa-shopping-cart + .badge {
    font-size: 60%;
    font-weight: normal;
}

.startnews {
text-align: center;
}
.startnews h1 {
padding: 15px 0;
}

.startnews-start {
display: inline-block;
padding: 3px 0;
font-family: RobotoSlab;
font-size: 1.2rem;
text-transform: uppercase;
border-bottom: 2px solid #444;
}

.carousel-item-start {
height: 470px;
padding: 30px 50px;
color: #fff;
background-color: #f1f1f1;
background-repeat: no-repeat !important;
background-position: left !important;
background-size: cover !important;
}
.carousel-indicators {
bottom: -40px;
}
.carousel-indicators li {
width: 5px;
height: 5px;
border: 2px solid #999;
border-radius: 100%;
}
.carousel a {
width: 0;
padding: 10px;
}

.vorschauen img {
max-height: 250px;
}
.vorschauen a {
line-height: 180%;
}

.text-underline {
text-decoration: underline;
}

.text-black {
color: #444;
}

.text-hyphens {
hyphens: auto;
}

.text-rob {
font-family: Roboto;
}

.text-rol {
font-family: RobotoLight;
}

.text-ros {
font-family: RobotoSlab;
}

.text-car {
font-size: 1.2rem;
text-transform: uppercase;
border-bottom: 3px solid #444;
}

.scroller {
max-height: 450px;
padding-left: 0;
overflow-y: auto;
}

.bg-sticky {
display: none;
position: fixed;
top: 0;
left: 0;
right: 0;
min-height: 50px;
background-color: #fff;
border-bottom: 3px solid #444;
-webkit-transform: translate3d(0,0,0);
z-index: 1;
}

.lieferstatus {
display: inline-block;
white-space: nowrap;
padding: 2px 15px;
color: #fff;
background-color: #ccc;
cursor: default;
border-radius: 14px;
}
.liefer0 {
background-color: #c9302c;
}
.liefer1 {
background-color: #ccc;
}
.liefer2 {
background-color: #ca9698;
}

.img-cover {
width: 350px;
}
.img-150 {
max-height: 150px;
}

#autorabc .nav-link {
padding: 0;
margin-right: 0.75rem;
font-size: 1.4rem;
color: #ccc;
background: none;
}
#autorabc .active {
color: #444;
text-decoration: underline;
}

.underliner {
position: relative;
display: inline-block;
hyphens: auto;
padding-bottom: 50px;
}
.underliner:after {
content: "";
background: #444; 
position: absolute; 
bottom: 30px; 
left: 0; 
height: 3px; 
width: 150px;
}

.btn {
font-family: RobotoLight;
}
.btn-news {
font-weight: bold;
letter-spacing: 1.2px;
text-transform: uppercase;
border: 2px solid #444;
}
.btn-black,
.btn-ebook {
padding: 6px 16px;
margin: 5px 10px 0 0;
font-size: 14px;
font-weight: bold;
letter-spacing: 1.2px;
text-transform: uppercase;
border: 2px solid #444;
}
.btn-black {
color: #fff;
background-color: #444;
}
.btn-black-sm {
padding: 4px 14px;
font-size: 12px;
}
.btn-black:hover,
.btn-ebook:hover {
color: #97cac1;
background-color: #444;
}

.btn-presse {
width: 100%;
padding: 0;
margin: 0;
border: none;
background-color: transparent;
}

.buchpreis {
font-size: 1.5rem;
}

.msgbox {
position: fixed;
top: 35%;
width: 100%;
padding: 45px 15px;
font-size: 150%;
text-align: center;
color: #fff;
background-color: #ccc;
z-index: 9999;
}
.msgbox-success {
background-color: #97cac1;
}
.msgbox-warning {
background-color: #d9534f;
}

.topper-main {
position: fixed;
display: none;
right: 50px;
bottom: 180px;
padding: 5px 10px;
color: #fff !important;
background-color: rgba(50,50,50,0.4);
border-radius: 5px;
z-index: 999;
}
.topper-main:hover,.topper-main:focus {
background-color: rgba(50,50,50,0.3);
text-decoration: none;
}

.news-start {
position: relative;
z-index: 900;
background-color: #f1f1f1;
background-repeat: no-repeat !important;
background-size: 100% !important;
}
.news-start .btn:hover {
background-color: rgba(255,255,255,0.5);
}
.news-start p {
font-size: 1.1rem;
line-height: 160%;
}
.news-start img {
width: 200px;
}

.mainmenu {
background-color: #444;
}

.menu-content {
cursor: pointer;
}
.menu-content a {
display: block;
padding: 6px 0;
font-size: 1.15rem;
letter-spacing: 1px;
text-decoration: none;
}
.menu-content .fal,
.menu-content a:hover {
color: #97cac1;
}
.menu-content .border-top {
border-top: none !important;
}
.menu-content .collapsed {
clear: both;
}

.menu-newsletter {
line-height: 2;
letter-spacing: 1px;
border-top: 3px solid #e6e6e6;
}

.menu-marker a {
color: #fff;
}

.sub-menu {
opacity: 0.75;
}
.sub-menu a {
padding: 3px 0;
font-family: Roboto,Arial;
font-size: 1rem;
letter-spacing: 0.25px;
}

.ho-menu {
font-size: 1.1rem;
color: #ccc;
cursor: pointer;
white-space: nowrap;
}
.ho-menu button {
padding: 0;
margin: 0;
background: none;
border: none;
}

.yt_wrapper {
position: relative;
width: 100%;
height: 425px;
}
.yt_wrapper .yt_trigger {
position: absolute;
bottom: 0;
padding: 90px 35px;
border: 1px solid #c7c7c7;
background-repeat: no-repeat;
background-size: cover;
}
.yt_wrapper .yt_layer {
display: none;
position: relative;
height: inherit;
width: inherit;
margin: auto;
}
.fa-play-circle:hover {
color: #fff !important;
}

.wlogo {
max-height: 55px;
}

#tops button {
margin-bottom: 20px;
}

@media (max-width: 525px) {
  .bg-sticky {
    min-height: 85px;
  }
}
@media (min-width: 992px) {
  #mainmenu {
    display: block;
    width: 275px;
    overflow: hidden;
  }
  .mainmenu {
    background-color: #fff !important;
  }
  .menu-content .fal,
  .menu-content a {
    color: #444;
  }
  .menu-content .border-top {
    border-top: 1px solid #888 !important;
  }
  .menu-sm-content {
    padding: 15px 0 30px;
  }
  .menu-sm-content a {
    font-size: 0.95rem;
    letter-spacing: normal;
    color: #888;
  }
  #mainmenu i:hover,
  .menu-marker a {
    color: #97cac1;
  }
  .wlogo {
    max-height: inherit;
  }
  .startnews {
    max-width: 75%;
    margin: 0 auto;
  }
  .news-content {
    height: 300px;
    overflow: hidden;
  }
}
