.box-download:before 	{ position: absolute; font-family: IcoFont; content: "\ea5d"; font-weight: 400; color: #000000; }
.box-rezension:before 	{ position: absolute; font-family: IcoFont; content: "\ea98"; font-weight: 400; }

.coloring-white .box-rezension:before { color: #EEEEEE; }
.coloring-grey .box-rezension:before { color: #FFFFFF; }

a.inner[href$= ".pdf"]:before, 
a.inner[href$= ".jpg"]:before { font-family: IcoFont; content: "\ef08"; padding-right: 8px; line-height: 1; vertical-align: middle; font-weight: 400; color: #000000; }
a.inner[href$= ".mp3"]:before { font-family: IcoFont; content: "\eca3"; padding-right: 8px; line-height: 1; vertical-align: middle; font-weight: 400; color: #000000; }

a.buch:first-of-type:before { font-family: IcoFont; content: "\ea99"; color: #FFFFFF; vertical-align: middle; }
a.buch:last-of-type:before { font-family: IcoFont; content: "\efe7"; color: #FFFFFF; padding-right: 5px; }

li.logoshow { display: none; background-color: #FFFFFF; flex-grow: 0; -webkit-flex-grow: 0; }
li.logoshow.show { display: block; }

/* Datepicker */
.input-group { width: 85%; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { 
	background-color: #FFFFFF; 
	border-radius: 0px; 
	border-right: 0px solid #cccccc; 
	border-bottom: 1px solid #cccccc; 
	border-top: 1px solid #cccccc; 
	border-left: 1px solid #cccccc; 
	height: 38px; 
	padding: 1px 0px 1px 2px; 
	font-size: 18px; 
	color:#333333; 
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #333333;
    text-align: center;
    background-color: transparent;
    border: 1px solid #cccccc;
    border-radius: 0px;
}
.datetimepicker.datetimepicker-dropdown-bottom-right.dropdown-menu {
    padding: 5px; 
    margin: 0px 0px 0px 0px;
    border: 0px solid #d8d8d8;
    border-radius: 0px;
    background-color: #FFFFFF;
}

/* Farbverhalten CONTAINER und COLS etc. */
.coloring { background-color: #FFFFFF; }
.coloring-white { background-color: #FFFFFF; }
.coloring-grey { background-color: #f6f6f6; }
.coloring-orange { background-color: #fc5c3c; padding-top: 30px; padding-bottom: 30px; }

.scroll-top-wrapper { /* TO-TOP-BUTTON | nur in DESKTOP Ansicht sichtbar*/
		position: fixed;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		text-align: center;
		z-index: 100;
		background-color: #919191;
		color: #f6f6f6;
		width: 44px;
		height: 44px;
		line-height: 44px;
		right: 20px;
		bottom: 20px;
		padding-top: 0px;
		border-top-left-radius: 22px;
		border-top-right-radius: 22px;
		border-bottom-right-radius: 22px;
		border-bottom-left-radius: 22px;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
		}
.scroll-top-wrapper:hover { background-color: #fc5c3c; color: #FFFFFF; }
.scroll-top-wrapper.show { visibility:visible; cursor:pointer; opacity: 1.0; }
.scroll-top-wrapper i.fa { line-height: inherit; }

/* Transparenz Button HOVER bei Links */
.btn:hover,
.btn:focus { filter: alpha(opacity = 100); -ms-filter: "alpha(opacity = 100)"; opacity: 1.0; }

/* Breadcrump */
.breadcrumb { padding: 30px 0px 0px 0px; margin-bottom: 0px; list-style: none; background-color: transparent; border-radius: 0px; }
.breadcrumb > li + li:before { /* Trenner */
  padding: 0 5px;
  color: #CCCCCC;
  content: "/\00a0";
}

/* ABSTAND DER BOXEN ZUEINANDER */
.abstand { margin-bottom: 30px; }

.fullbgimage 	{ z-index: 1; background-position: center center; width: 100%; height: 100%; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; } 
.fullmap	 	{ background-color: rgba(0, 0, 0, 0.08); }

/* MOGLICHE BOXMODELLE */
.box-isbn { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; }
.box-rezension { width: 100%; background-color: transparent; text-align: left; position: relative; padding: 0px; }

.box-download { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 15px; border: 3px solid #f6f6f6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.box-download:hover { background-color: transparent; border: 3px solid #FFFFFF; }

.box-weiss { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 15px; border: 3px solid #f6f6f6; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.box-weiss:hover { background-color: transparent; border: 3px solid #FFFFFF; }

.box { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 15px; }

.teebox { width: 100%; background-color: #f6f6f6; text-align: left; position: relative; padding: 15px; }
.teebox h3 { -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.teebox:hover h3 { color: #fc5c3c; }

.box-interesse { width: 100%; background-color: transparent; text-align: left; position: relative; padding: 0px 15px 15px 0px; }

.box-interesse:before, .box-interesse:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  
}
.box-interesse:before {
  top: -1px;
  width: 1px;
  background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#fc5c3c), to(transparent));
  background-image: -webkit-linear-gradient(transparent, #fc5c3c);
  background-image: -moz-linear-gradient(transparent, #fc5c3c);
  background-image: -o-linear-gradient(transparent, #fc5c3c);
}
.box-interesse:after {
  left: -1px;
  height: 1px;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#fc5c3c), to(transparent));
  background-image: -webkit-linear-gradient(right, #fc5c3c, transparent);
  background-image: -moz-linear-gradient(right, #fc5c3c, transparent);
  background-image: -o-linear-gradient(right, #fc5c3c, transparent);
}

.box-center { width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.box-center:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

.box-sicherheit { width: 100%; background-color: #FFFFFF; text-align: left; position: relative; padding: 10px; border: 1px solid #cccccc; }
.box-sicherheit:hover { border: 1px solid #fc5c3c; }

.bild { z-index: 2; position: absolute; width: 100%; height: 100%; filter: alpha(opacity = 60); -ms-filter: "alpha(opacity = 60)"; opacity: .60; background-color: #000000; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.bildtext { z-index: 3; position: absolute; width: 100%; height: 100%; left: 0; padding-left: 50px; padding-right: 50px; }
.bildtext:hover + .bild { filter: alpha(opacity = 40); -ms-filter: "alpha(opacity = 40)"; opacity: .40; }

/* MixItUp */
#Container .mix { display: none; }
.mixinner{ width: 100%; background-color: #FFFFFF; text-align: center; position: relative; padding: 30px; box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -webkit-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); -moz-box-shadow: 0px 0px 5px 0px rgba(28, 28, 28, 0.2); }
.mixinner:hover { box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -webkit-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); -moz-box-shadow: 0px 0px 10px 0px rgba(28, 28, 28, 0.3); }

/* CAROUSEL TEXT-FEATURES */
.sliderpos 		{ position: relative; z-index: 3; width: 100%; }
.sliderbg 		{ background-color: #000000; filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; padding: 30px; }

/* PAGINA */
.carousel-indicators { bottom: 20px; }
.carousel-indicators li { width: 16px; height: 16px; margin: 0px; background-color: #FFFFFF; border: 0px solid #fff; border-radius: 10px; }
.carousel-indicators .active { width: 16px; height: 16px; margin: 0; background-color: #2686b8; }

/* Ausklappfunktion */
.klappbox 			{ border: 0px solid #e4efdd; border-radius: 0px; }
.klappboxhead 		{ background-color: #009641; padding: 0px 10px 0px 0px; border-bottom: 0px solid transparent; border-radius: 0px; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; white-space: nowrap; overflow: hidden; width: 100%; text-overflow: ellipsis; color: #FFFFFF; }
.klappboxhead:hover { background-color: #00662c; }
.klappboxbody		{ background-color: #FFFFFF; overflow: hidden; }
.klappboxpadding 	{ padding: 40px 15px 0px 15px; }

/* Vanilla ALLGEMEIN */
.tabs__content { 	box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); 
					-webkit-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); 
					-moz-box-shadow: 0px 0px 15px 0px rgba(85, 85, 85, 0.2); }
.tabs__content_wrapper_pad { padding: 30px; background-color: transparent; }

/* Vanilla ICON Accordion */
#tabs-a .tabs__nav_link:after, 
#tabs-a .tabs__nav_link.is__active:after, 
#tabs-h.is__responsive .tabs__nav_link:after, 
#tabs-v.is__responsive .tabs__nav_link:after { font-family: 'IcoFont'; content: '\ea86'; color: #FFFFFF; font-size: 36px; font-weight: 400; vertical-align: middle; float: right; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#tabs-a .tabs__nav_link.is__active:after, 
#tabs-h.is__responsive .tabs__nav_link.is__active:after, 
#tabs-v.is__responsive .tabs__nav_link.is__active:after { transform:rotate(180deg); -ms-transform:rotate(180deg); -webkit-transform:rotate(180deg); }

/* Vanilla a.background-inactiv */
.tabs.style__horizontal .tabs__nav .tabs__nav_link, 
.tabs.style__vertical .tabs__nav .tabs__nav_link, 
.tabs.style__accordion .tabs__nav_link, .tabs.is__responsive .tabs__nav_link, .tabs.style__accordion .tabs__content .tabs__nav_link, 
.tabs.is__responsive .tabs__content .tabs__nav_link { border: 0px solid #ccc; background-color: #008337; }

/* Vanilla a.background-activ */
.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active, 
.tabs.style__vertical .tabs__nav .tabs__nav_link.is__active, 
.tabs.style__accordion .tabs__nav_link.is__active, .tabs.is__responsive .tabs__nav_link.is__active { background-color: #e40513; }

/* Vanilla background */
.tabs.style__horizontal .tabs__content.is__active, 
.tabs.style__vertical .tabs__content.is__active, 
.tabs.style__accordion .tabs__content, .tabs.is__responsive .tabs__content {
	border: 0px solid #ccc;
	padding: 0px;
	background-color: transparent; }

/* Vanilla TABS Horizontal */
.tabs.style__horizontal .tabs__nav .tabs__nav_link:first-of-type { margin-left: 0px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link:last-of-type { margin-right: 0px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link {
	border-bottom: 0px;
	margin: 0px 3px;
	padding: 10px 20px; }
.tabs.style__horizontal .tabs__nav .tabs__nav_link.is__active {	flex: auto; /* none für nicht fullwidth  */ }
	
/* Vanilla TABS Vertical */
@media (min-width: 768px) { 
.tabs.style__vertical { align-items: stretch; /* flex-start für individuelle height */ }
.tabs.style__vertical .tabs__nav { flex: 0 0 25%; }
.tabs.style__vertical .tabs__content.is__active { margin-left: 30px; }
}
.tabs.style__vertical .tabs__nav .tabs__nav_link:first-of-type { margin-top: 0px; }
.tabs.style__vertical .tabs__nav .tabs__nav_link:last-of-type { margin-bottom: 0px; }
.tabs.style__vertical .tabs__nav .tabs__nav_link {
	margin: 10px 0px;
	padding: 20px 10px; }
	
/* Vanilla TABS Accordion */
.tabs.style__accordion .tabs__nav_link, .tabs.is__responsive .tabs__nav_link, .tabs.style__accordion .tabs__content .tabs__nav_link, 
.tabs.is__responsive .tabs__content .tabs__nav_link { padding: 15px 15px; text-align: left; overflow: hidden; }
.tabs.style__accordion .tabs__content, .tabs.is__responsive .tabs__content { margin: 0 0 10px 0; }

/* Input-Group Formularfelder */
.btn-primary 					{ color: #FFFFFF; background-color: #1fa02d; }
.btn-primary:hover 				{ background-color: #2686b8; }
.input-group > .form-control 	{ height: 41px; padding: 2px 8px; font-size: 12px; border-radius: 0px 0px 0px 0px; border: 1px solid #cccccc; background-color: #FFFFFF; }
.input-group-btn > .btn 		{ max-height: 41px; padding: 13px 14px 15px 14px; font-size: 13px; line-height: 13px; border-radius: 0px 0px 0px 0px; border: 0px solid transparent; }
.file-actions 					{ display: none; }
.input-group-btn > .fileinput-upload-button 		{ display: none; }
.input-group-btn > .fileinput-remove-button 		{ filter: alpha(opacity = 80); -ms-filter: "alpha(opacity = 80)"; opacity: .80; color: #FFFFFF; background-color: #1fa02d; }
.input-group-btn > .fileinput-remove-button:hover 	{ background-color: #2686b8; }







/* Extra-kleine Geräte (Smartphones, weniger als 768px (col-xs-)) */
/* Kein Media-Query, weil dies der Standard in Bootstrap ist */
.nullpadding2 { padding: 0px 0px 0px 0px; }
.btnwidth { margin: 0px 0px 15px 0px; width: 100%; }
.zeigen { width: 25%; display: block; float: right; text-align: right; margin-top: 10px; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { display: block; 
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; position: relative; top: 0; right: 0; bottom: 0; left: 0; height: 300px; }
.fullheightleft 	{ background-position: left top; }
.fullheightright 	{ background-position: right top; }
.fullheighttop 		{ background-position: top; }

ul.dots 			{ list-style-type: none; padding: 0px; margin: 0px;}
ul.dots li 			{ padding-left: 1.3em; page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; padding-top: 6px; padding-bottom: 6px; }
ul.dots li:before 	{ font-family: 'FontAwesome'; content: '\f054'; margin-left: -1.3em; display: inline-block; width: 1.3em; color: #fc5c3c; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 22px; }

H1 { font-size: 34px; line-height: 34px; font-weight: 600; text-transform: none; }
H2 { font-size: 34px; line-height: 34px; font-weight: 600; text-transform: none; }
H3 { font-size: 19px; line-height: 25px; font-weight: 600; text-transform: none; }

span.looksh1 		{ font-size: 34px; line-height: 34px; font-weight: 600; text-transform: none; }
span.looksh2 		{ font-size: 34px; line-height: 34px; font-weight: 600; text-transform: none; }
span.looksh3 		{ font-size: 19px; line-height: 25px; font-weight: 600; text-transform: none; }

.searchpadres 		{ padding: 0px 20px 30px 20px; }
.borderbuchpad 		{ padding-right: 15px; padding-left: 0px; }
.borderbuch			{ background-color: #f5e9e9; padding: 15px; }
.bordertop 			{ border-top: 0px solid #dddddd; border-bottom: 0px solid #dddddd; }
.menuborder 		{ border-left: 0px solid #dddddd; border-right: 0px solid #dddddd; }
.pad-text-buch 		{ padding-left: 15px; }
.box-isbn 			{ font-family: 'PT Sans',arial,tahoma; font-size: 16px; line-height: 22px; padding: 30px 15px 0px 15px; color: #444444; }
.box-isbn a 		{ font-family: 'PT Sans',arial,tahoma; font-size: 16px; line-height: 22px; color: #fc5c3c; font-weight: 400; text-transform: none; }
.box-isbn-margin	{ margin-bottom: 30px; }
a.inner[href$= ".pdf"]:before, 
a.inner[href$= ".jpg"]:before, 
a.inner[href$= ".mp3"]:before { font-size: 20px; }

a.buch:first-of-type:before 	{ padding-right: 0px; font-size: 36px; display: block; margin-bottom: 10px; }
.col-sm-push-8 					{ text-align: left; }
.box-download:before 			{ top: 17px; left: 5px; font-size: 26px; }
.box-download 					{ padding-left: 36px; } 
.box-rezension:before 			{ top: 12px; left: -13px; font-size: 60px; }
.box-rezension 					{ padding-left: 50px; }
.box { font-size: 15px; line-height: 21px; }

.headertop 			{ padding-top: 15px; }
.totop 				{ padding-top: 50px; padding-bottom: 30px; }
.linktop 			{ padding-top: 27px; }
.searchtop 			{ padding-top: 27px; }
.footer 			{ padding-top: 70px; padding-bottom: 40px; }
.footer2 			{ padding-top: 30px; padding-bottom: 30px; background-color: #f6f6f6; }
.footer-orange		{ padding-top: 30px; padding-bottom: 0px; background-color: #fc5c3c; }
.glyphres	 		{ font-size: 30px; color:#2b417e; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 400px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 0px; }

span.autor	 		{ font-size: 22px; line-height: 28px; font-weight: 400; text-transform: none; }
span.teaser	 		{ font-size: 22px; line-height: 28px; font-weight: 700; text-transform: none; }
span.preis	 		{ font-size: 28px; line-height: 34px; font-weight: 600; text-transform: none; }
span.download 		{ font-size: 16px; line-height: 22px; font-weight: 600; text-transform: uppercase; }

span.gross	 		{ font-size: 18px; line-height: 24px; }
span.mittel 		{ font-size: 15px; line-height: 21px; }
span.klein 			{ font-size: 14px; line-height: 20px; }
span.shopsub		{ font-size: 14px; line-height: 20px; }

.breadcrumb 		{ font-size: 14px; line-height: 14px; font-weight: 400; text-transform: none; }
a.breadcrumb 		{ font-size: 14px; line-height: 14px; font-weight: 400; text-transform: none; }
span.fussbiggest	{ font-size: 24px; line-height: 30px; font-weight: 700; text-transform: none; }
span.fussbig 		{ font-size: 19px; line-height: 25px; font-weight: 700; text-transform: none; }
span.fusszeile 		{ font-size: 15px; line-height: 21px; font-weight: 400; text-transform: none; }
a.fusszeile 		{ font-size: 15px; line-height: 30px; font-weight: 400; text-transform: none; }
span.topic 			{ font-size: 30px; line-height: 30px; }
span.topic2 		{ font-size: 20px; line-height: 20px; }

.small 				{ font-size: 13px; line-height: 13px; font-weight: 400; text-transform: none; }
a.small 			{ font-size: 13px; line-height: 13px; font-weight: 400; text-transform: none; }

a 					{ font-size: 16px; line-height: 32px; font-weight: 600; text-transform: uppercase; }
.binner				{ height: 16px; } /* lbottom height */
a.buch				{ font-size: 18px; line-height: 36px; font-weight: 600; text-transform: none; }
.bbuch				{ height: 18px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn, 
a.buttoninverse > .btn	{ font-size: 16px; padding: 8px 15px; font-weight: 600; text-transform: none; }
.bbutton, 
.bbuttonical, 
.bbuttoninverse			{ height: 39px; } /* lbottom height */

input.button 		{ font-size: 16px; padding: 8px 15px; font-weight: 600; text-transform: none; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 16px; line-height: 16px; font-weight: 600; text-transform: uppercase; }

input, select, textarea { font-size: 16px; }

#myCarousel, #myCarousel1, #myCarousel2, #myCarousel3 { display: block; }

.carousel .item { height: auto; }
.carousel-control { 
		height: auto; 
		margin-top: 0px; 
		width: 10%;
		color: #FFF;
		text-shadow: 0 1px 1px rgba(0,0,0,.4);
		filter: alpha(opacity=50); 
		opacity: .5; 
		background-color: transparent; 
		border: 0px; 
		z-index: 20; }
.header { 
	display: block;
	position: relative;
	height: auto;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover; 
	z-index: 1; } 

.logo img { width: 100%; max-width: 190px; height: auto; padding-top: 15px; padding-bottom: 15px; }
.logohalter img.logofuss { width: 180px; height: auto; }
img.buchkaufen { width: 180px; height: auto; float: left; }
img.buchkaufen2 { width: 180px; height: auto; }
img.anrufen { width: 200px; height: auto; }
img.social { width: 35px; height: auto; margin: 0 6px; }
img.store { width: 135px; height: auto; }

.nursuche.form-control 				{ height: 37px; padding: 2px 10px; font-size: 13px; 
									-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); 
									box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.nursuche.form-control:focus 		{ -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); 
									box-shadow: inset 0 1px 1px rgba(0,0,0,.045), 0 0 8px rgba(175, 175, 175, .6); } 
.nursuche.btn 						{ height: 37px; padding: 0px 20px; font-size: 15px; }
.nursuche.input-group { width: 100%; }


      



/* Kleine Geräte (Tablets, 768px und breiter (col-sm-)) */
@media (min-width: 768px) { 
.nullpadding2 { padding: 0px 15px 0px 15px; }
.btnwidth { margin: 0px 15px 0px 0px; width: auto; }

/* FullHeight-Techniken topLeft, top, top,Right */
.fullheight { position: absolute; height: 100%; }

body, td, p, .n, blockquote 	{ font-size: 16px; line-height: 22px; }
.hiddenakt { height: 70px; } /* DotDotDot */

H1 { font-size: 39px; line-height: 39px; }
H2 { font-size: 39px; line-height: 39px; }
H3 { font-size: 20px; line-height: 26px; }

span.looksh1 		{ font-size: 39px; line-height: 39px; }
span.looksh2 		{ font-size: 39px; line-height: 39px; }
span.looksh3 		{ font-size: 20px; line-height: 26px; }

.borderbuchpad 		{ padding-right: 15px; padding-left: 15px; }
.borderbuch			{ background-color: transparent; padding: 0px; }
.bordertop 			{ border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd; }
.menuborder 		{ border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; }
.pad-text-buch 		{ padding-left: 15px; }
.box-isbn 			{ font-size: 16px; line-height: 22px; padding: 30px 15px 30px 15px; }
.box-isbn a 		{ font-size: 16px; line-height: 22px; }
.box-isbn-margin	{ margin-bottom: 0px; }
a.inner[href$= ".pdf"]:before, 
a.inner[href$= ".jpg"]:before, 
a.inner[href$= ".mp3"]:before { font-size: 20px; }

a.buch:first-of-type:before 	{ padding-right: 15px; font-size: 30px; display: inline; margin-bottom: 0px; }
.col-sm-push-8 					{ text-align: right; }
.box-download:before 			{ top: 17px; left: 5px; font-size: 26px; }
.box-download 					{ padding-left: 36px; } 
.box-rezension:before 			{ top: 12px; left: -13px; font-size: 60px; }
.box-rezension 					{ padding-left: 50px; }
.box { font-size: 15px; line-height: 21px; }

.headertop 			{ padding-top: 30px; }
.totop 				{ padding-top: 50px; padding-bottom: 30px; }
.linktop 			{ padding-top: 35px; }
.searchtop 			{ padding-top: 40px; }
.searchwith 		{ width: 75%; }
.footer 			{ padding-top: 70px; padding-bottom: 40px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 300px; }
.googlemaps2		{ height: 600px; }
.bgtotop 			{ padding-top: 170px; padding-bottom: 110px; }
.bgtotop2 			{ padding-top: 80px; padding-bottom: 50px; }
.headerheight 		{ height: 71px; }

span.autor	 		{ font-size: 22px; line-height: 28px; }
span.teaser	 		{ font-size: 22px; line-height: 28px; }
span.preis	 		{ font-size: 28px; line-height: 34px; }
span.download 		{ font-size: 16px; line-height: 22px; }

span.gross	 		{ font-size: 18px; line-height: 24px; }
span.mittel 		{ font-size: 15px; line-height: 21px; }
span.klein 			{ font-size: 14px; line-height: 20px; }
span.shopsub		{ font-size: 14px; line-height: 20px; }

.breadcrumb 		{ font-size: 12px; line-height: 12px; }
a.breadcrumb 		{ font-size: 12px; line-height: 12px; }
span.fussbiggest	{ font-size: 22px; line-height: 28px; }
span.fussbig 		{ font-size: 19px; line-height: 25px; }
span.fusszeile 		{ font-size: 13px; line-height: 19px; }
a.fusszeile 		{ font-size: 13px; line-height: 26px; }
span.topic 			{ font-size: 30px; line-height: 30px; }
span.topic2 		{ font-size: 20px; line-height: 20px; }

.small 				{ font-size: 13px; line-height: 13px; }
a.small 			{ font-size: 13px; line-height: 13px; }

a 					{ font-size: 16px; line-height: 32px; }
.binner				{ height: 16px; } /* lbottom height */
a.buch				{ font-size: 16px; line-height: 20px; }
.bbuch				{ height: 16px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn, 
a.buttoninverse > .btn	{ font-size: 16px; padding: 8px 15px; }
.bbutton, 
.bbuttonical, 
.bbuttoninverse			{ height: 39px; } /* lbottom height */

input.button 		{ font-size: 16px; padding: 8px 15px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 16px; line-height: 16px; }

input, select, textarea { font-size: 16px; }

.logo img { width: 100%; max-width: 190px; height: auto; padding-top: 30px; padding-bottom: 30px; }
.logo2 img { width: 70px; height: 70px; border-right: 1px solid #dddddd; }
.logohalter img.logofuss { width: 140px; height: auto; }
img.onlinekauf { width: 155px; height: auto; }

img.buchkaufen { width: 180px; height: auto; float: none; }
img.buchkaufen2 { width: 180px; height: auto; }
img.anrufen { width: 200px; height: auto; }
img.social { width: 30px; height: auto; margin: 0 3px; }
img.store { width: 125px; height: auto; }

.nursuche.form-control { height: 32px; padding: 2px 10px; font-size: 12px; }
.nursuche.btn { height: 32px; padding: 0px 15px; font-size: 13px; }
}



/* Mittlere Geräte (Desktop-PCs, 992px und breiter (col-md-)) */
@media (min-width: 992px) {
body, td, p, .n, blockquote 	{ font-size: 17px; line-height: 23px; }
.hiddenakt { height: 80px; } /* DotDotDot */

H1 { font-size: 40px; line-height: 40px; }
H2 { font-size: 40px; line-height: 40px; }
H3 { font-size: 22px; line-height: 28px; }

span.looksh1 		{ font-size: 40px; line-height: 40px; }
span.looksh2 		{ font-size: 40px; line-height: 40px; }
span.looksh3 		{ font-size: 22px; line-height: 28px; }

.pad-text-buch 		{ padding-left: 25px; }
.box-isbn 			{ font-size: 15px; line-height: 21px; padding: 20px 5px 0px 5px; }
.box-isbn a 		{ font-size: 15px; line-height: 21px; }
.box-isbn-margin	{ margin-bottom: 20px; }
a.inner[href$= ".pdf"]:before, 
a.inner[href$= ".jpg"]:before, 
a.inner[href$= ".mp3"]:before { font-size: 22px; }

a.buch:first-of-type:before 	{ padding-right: 20px; font-size: 32px; }
.box-download:before 			{ top: 15px; left: 5px; font-size: 28px; }
.box-download 					{ padding-left: 38px; } 
.box-rezension:before 			{ top: 12px; left: -13px; font-size: 70px; }
.box-rezension 					{ padding-left: 60px; }
.box { font-size: 16px; line-height: 22px; }

.totop 				{ padding-top: 60px; padding-bottom: 40px; }
.linktop 			{ padding-top: 31px; }
.searchtop 			{ padding-top: 40px; }
.searchwith 		{ width: 75%; }
.footer 			{ padding-top: 70px; padding-bottom: 40px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 350px; }
.googlemaps2		{ height: 650px; }
.bgtotop 			{ padding-top: 200px; padding-bottom: 140px; }
.bgtotop2 			{ padding-top: 90px; padding-bottom: 60px; }
.headerheight 		{ height: 75px; }

span.autor	 		{ font-size: 22px; line-height: 28px; }
span.teaser	 		{ font-size: 22px; line-height: 28px; }
span.preis	 		{ font-size: 30px; line-height: 36px; }
span.download 		{ font-size: 17px; line-height: 23px; }

span.gross	 		{ font-size: 19px; line-height: 25px; }
span.mittel 		{ font-size: 16px; line-height: 22px; }
span.klein 			{ font-size: 15px; line-height: 21px; }
span.shopsub		{ font-size: 15px; line-height: 21px; }

.breadcrumb 		{ font-size: 13px; line-height: 13px; }
a.breadcrumb 		{ font-size: 13px; line-height: 13px; }
span.fussbiggest	{ font-size: 28px; line-height: 34px; }
span.fussbig 		{ font-size: 22px; line-height: 28px; }
span.fusszeile 		{ font-size: 15px; line-height: 21px; }
a.fusszeile 		{ font-size: 15px; line-height: 30px; }
span.topic 			{ font-size: 30px; line-height: 30px; }
span.topic2 		{ font-size: 20px; line-height: 20px; }

.small 				{ font-size: 15px; line-height: 15px; }
a.small 			{ font-size: 15px; line-height: 15px; }

a 					{ font-size: 17px; line-height: 34px; }
.binner				{ height: 17px; } /* lbottom height */
a.buch				{ font-size: 17px; line-height: 21px; }
.bbuch				{ height: 17px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn, 
a.buttoninverse > .btn	{ font-size: 17px; padding: 8px 15px; }
.bbutton, 
.bbuttonical, 
.bbuttoninverse			{ height: 40px; } /* lbottom height */

input.button 		{ font-size: 17px; padding: 8px 15px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 17px; line-height: 17px; }

input, select, textarea { font-size: 17px; }

.logo img { width: 100%; max-width: 210px; height: auto; padding-top: 30px; padding-bottom: 30px; }
.logo2 img { width: 74px; height: 74px; border-right: 1px solid #dddddd; }
.logohalter img.logofuss { width: 190px; height: auto; }
img.onlinekauf { width: 210px; height: auto; }

img.buchkaufen { width: 150px; height: auto; float: left; }
img.buchkaufen2 { width: 150px; height: auto; }
img.anrufen { width: 240px; height: auto; }
img.social { width: 35px; height: auto; margin: 0 3px; }
img.store { width: 135px; height: auto; }

.nursuche.form-control { height: 37px; padding: 2px 10px; font-size: 13px; }
.nursuche.btn { height: 37px; padding: 0px 25px; font-size: 15px; }
}



/* Große Geräte (Desktop-PCs, 1200px und breiter (col-lg-)) */
@media (min-width: 1200px) { 
body, td, p, .n, blockquote 	{ font-size: 18px; line-height: 24px; }
.hiddenakt { height: 90px; } /* DotDotDot */

H1 { font-size: 44px; line-height: 44px; }
H2 { font-size: 44px; line-height: 44px; }
H3 { font-size: 24px; line-height: 30px; }

span.looksh1 		{ font-size: 44px; line-height: 44px; }
span.looksh2 		{ font-size: 44px; line-height: 44px; }
span.looksh3 		{ font-size: 24px; line-height: 30px; }

.pad-text-buch 		{ padding-left: 30px; }
.box-isbn 			{ font-size: 16px; line-height: 22px; padding: 30px 15px 0px 15px; }
.box-isbn a 		{ font-size: 16px; line-height: 22px; }
.box-isbn-margin	{ margin-bottom: 30px; }
a.inner[href$= ".pdf"]:before, 
a.inner[href$= ".jpg"]:before, 
a.inner[href$= ".mp3"]:before { font-size: 24px; }

a.buch:first-of-type:before 	{ padding-right: 20px; font-size: 35px; }
.box-download:before 			{ top: 15px; left: 5px; font-size: 30px; }
.box-download 					{ padding-left: 40px; } 
.box-rezension:before 			{ top: 15px; left: -13px; font-size: 80px; }
.box-rezension 					{ padding-left: 70px; }
.box { font-size: 17px; line-height: 23px; }

.totop 				{ padding-top: 70px; padding-bottom: 50px; }
.linktop 			{ padding-top: 37px; }
.searchtop 			{ padding-top: 46px; }
.searchwith 		{ width: 75%; }
.footer 			{ padding-top: 70px; padding-bottom: 40px; }
.glyphheight 		{ font-size: 0px; }
.googlemaps			{ height: 400px; }
.googlemaps2		{ height: 700px; }
.bgtotop 			{ padding-top: 230px; padding-bottom: 170px; }
.bgtotop2 			{ padding-top: 100px; padding-bottom: 70px; }
.headerheight 		{ height: 81px; }

span.autor	 		{ font-size: 24px; line-height: 30px; }
span.teaser	 		{ font-size: 24px; line-height: 30px; }
span.preis	 		{ font-size: 32px; line-height: 38px; }
span.download 		{ font-size: 18px; line-height: 24px; }

span.gross	 		{ font-size: 20px; line-height: 26px; }
span.mittel 		{ font-size: 17px; line-height: 23px; }
span.klein 			{ font-size: 16px; line-height: 22px; }
span.shopsub		{ font-size: 16px; line-height: 22px; }

.breadcrumb 		{ font-size: 14px; line-height: 14px; }
a.breadcrumb 		{ font-size: 14px; line-height: 14px; }
span.fussbiggest	{ font-size: 32px; line-height: 38px; }
span.fussbig 		{ font-size: 24px; line-height: 30px; }
span.fusszeile 		{ font-size: 16px; line-height: 22px; }
a.fusszeile 		{ font-size: 16px; line-height: 32px; }
span.topic 			{ font-size: 30px; line-height: 30px; }
span.topic2 		{ font-size: 20px; line-height: 20px; }

.small 				{ font-size: 16px; line-height: 16px; }
a.small 			{ font-size: 16px; line-height: 16px; }

a 					{ font-size: 18px; line-height: 36px; }
.binner				{ height: 18px; } /* lbottom height */
a.buch				{ font-size: 18px; line-height: 22px; }
.bbuch				{ height: 18px; } /* lbottom height */

a.button > .btn, 
a.buttonical > .btn, 
a.buttoninverse > .btn	{ font-size: 18px; padding: 8px 15px; }
.bbutton, 
.bbuttonical, 
.bbuttoninverse			{ height: 41px; } /* lbottom height */

input.button 		{ font-size: 18px; padding: 8px 15px; }

.klappboxlink, 
a.tabs__nav_link	{ font-size: 18px; line-height: 18px; }

input, select, textarea { font-size: 18px; }

.logo img { width: 100%; max-width: 260px; height: auto; padding-top: 30px; padding-bottom: 30px; }
.logo2 img { width: 80px; height: 80px; border-right: 1px solid #dddddd; }
.logohalter img.logofuss { width: 260px; height: auto; }
img.onlinekauf { width: 220px; height: auto; }

img.buchkaufen { width: 174px; height: auto; float: left; }
img.buchkaufen2 { width: 174px; height: auto; }
img.anrufen { width: 278px; height: auto; }
img.social { width: 40px; height: auto; margin: 0 4px; }
img.store { width: 144px; height: auto; }

.nursuche.form-control { height: 40px; padding: 2px 10px; font-size: 14px; }
.nursuche.btn { height: 40px; padding: 0px 25px; font-size: 16px; }
}