@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/fira-sans-v8-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Regular'), local('FiraSans-Regular'),
       url('../fonts/fira-sans-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v8-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/fira-sans-v8-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Fira Sans Bold'), local('FiraSans-Bold'),
       url('../fonts/fira-sans-v8-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/fira-sans-v8-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/fira-sans-v8-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/fira-sans-v8-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/fira-sans-v8-latin-700.svg#FiraSans') format('svg'); /* Legacy iOS */
}

html {
	padding: 0px;
	width: 100%;
}

body {
	background-color: #ffffff;
	text-align: center;
	overflow-x: hidden;
	margin:0 auto;
}

body, td, th, input, select, textarea {
	font-family: 'Fira Sans', serif;
	font-size:1.0em;
	color: #1a1a1a;
	line-height: 1.8em;
}

img {
	max-width:100%;
}

h1 {
	font-size:1.4em;
	line-height: 1.5em;
	margin-top:8px;
}

h2 {
	font-size:1em;
	line-height: 1.8em;
}

form {
    margin: 0px;
	padding: 0px;
}

input:active, input:focus, select:active, select:focus {
	outline: none;
}

ul {
	margin: 6px 0 0 0;
	padding: 0px;
	list-style-type: square;
}

ol {
	margin: 8px 0 0 0;
	padding: 10px;
}

li {
	padding: 0px;
	margin: 0px 0px 5px 17px;
}

a:link, a:visited, a:active {
	color: #1a1a1a;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #54b6e4;
}

#header {
	clear:both;
	width:100%; 
	height:140px; 
	padding:0px;
	text-align:center;
	overflow:visible;
	background-color:#ffffff;
	border-top: 5px solid #54b6e4;
	border-bottom: 1px solid #cdcdcd;
	box-shadow: 0px 3px 2px #d7d7d7;
}

#header_content {
	width:1140px;
	text-align:center;
}

#logo_row {
	margin-left:0px;
	margin-top:10px;
	text-align:left;
}
#menu_row {
	float:left;
	width:100%;
	height:54px;
}
#nav-menu {
	position:relative;
	margin-left:8px;
	margin-top:19px;
}
#freitextsuche {
	display:none;	
}
#slider {
	float:left;
	width:100%;	
}
#slider img {
	width:100%;	
}

#content_wrapper, #freitext_wrapper {
	width: 1140px;
	margin: 0 auto;
	text-align: left;
}
#popup-wrapper {
	width: 760px;
	margin: 0 auto;
	text-align: left;
}
#popup-content {
	padding:10px;
}
#banner-top {
	float:left;
	width:100%;
	text-align: center;
	padding: 40px 0px 0px 0px;
}
#banner-in-text {
	display:none;
}
#content_left_wrapper {
   float:left;
   width:760px;
   min-height:750px;
   text-align:left;
   margin-top:20px;
}

#content_left, #content_left2 {
	padding:20px;
}

#content_xl_wrapper {
   float:left;
   width:1140px;
   min-height:750px;
   text-align:left;
   margin-top:20px;
}

#content_xl {
	padding:20px;
}

#content_right {
	float:left;
    margin-top:48px;
	margin-left:42px;
	width:336px;
}

#breadcrumbs {
	width:100%;
	font-size:13px;
	color: #818181;
	margin-bottom:18px;
}
#breadcrumbs a {
	color: #818181;
}
#breadcrumbs a:hover {
	color: #54b6e4;
}

#highlight_pic {
	padding:0px;
	margin:0px;
} 
#highlight_pic_details {
	position:absolute;
	margin-left:22px;
	margin-top:-88px;
}
#umkreis_slider_wrapper {
	clear:both;
	width:100%;
}
#umkreis_slider {
	padding:20px;
}
#banner-unten {
	width:100%;	
	text-align:center;
	padding:20px 0px 20px 0px;
}
#banner-unten-2 {
	display: none;
}
#footer {
	clear:both;
	width:100%;
	height:455px;
	padding:0px;
	color:#1a1a1a;
	text-align:center;
	border-top:5px #54b6e4 solid;
	background-color:#f9f9f9;
	margin-top: 45px;
}

#footer a {
	text-decoration:none;
}

#footer_content_wrapper {
	width:1100px;
	text-align:center;
	margin-top:42px;
}
#footer_content {
	padding:0px;	
}

#footer_box1 {
	text-align:left;
	width:40%;
	float:left;	
}
#footer_box2 {
	text-align:left;
	width:30%;
	float:left;	
}
#footer_box3 {
	text-align:left;
	width:30%;
	float:left;	
}
#footer_box4 {
	clear:both;
	text-align:left;
	width:100%;
	float:left;	
	margin-top:22px;
}
.strong-underlined {
	display:inline-block;
	font-weight:bold;
	border-bottom: 2px solid #54b6e4;
	padding-bottom:14px;
	line-height:0px;
	margin-bottom:16px;
}
.header-underlined {
	text-align: left;
}
.header-underlined:after {
    content: ""; 
    display: block; 
    width: 60px; 
	text-align: left;
    padding-top: 5px; 
    border-bottom: 1px solid #54b6e4; 
}
#footer_box1 img {
	margin-right:7px;
}

.logo {
	float:left;
	width:330px;
}
.lupe {
	position:relative;
	left:1080px;
	top:-19px;
	height:55px;
	width:50px;
	background-color:#54b6e4;
}
.lupe-mobil {
	display:none;	
}
.login_header {
	float:right;
	margin-right: 40px;
	margin-top:18px;
	color:#9a9a9a;
	font-size:16px;
}
.login_header a, .touren_online a {
	color:#9a9a9a;
	text-decoration:none;
}
.login_header a:hover, .touren_online a:hover {
	color:#54b6e4;
}
.touren_online {
	float:right;
	margin-right: 40px;
	margin-top:18px;
	color:#9a9a9a;
	font-size:16px;
}

.social_media {
	float:right;
	margin-right: 3px;
	margin-top:14px;
}
.social_media img {
	margin-right: 6px;
}
.kompass {
	float:right;
	margin-top:20px;
	margin-right:10px;
}
.links {
    float: left; 
	margin: 5px 15px 5px 0px;
	padding: 6px;
	border: 0px;
}
.rechts {
    float: right; 
	margin: 5px 0px 5px 15px;
	padding: 6px;
	border: 0px;
}
.box-rechts {
	width:336px;
	text-align:center;
}
.box-rechts-border {
	border:8px solid #f9f9f9;
	background-color: #f9f9f9;
}
.abstand-rechts {
	padding:24px;
}
.textbox-rechts-wrapper {
	width:100%;
	background-color:#f9f9f9;
}
.textbox-rechts-content {
	padding:14px;
}
.blau {
	color: #54b6e4;
}
.klein {
	font-size: 0.9em;
}
.bild {
	margin:0px;
	padding:0px;
}
.box-charakter {
	float:left;
	opacity: 0.85;
	background-color: #ffffff;
	color:#000000;
	font-weight:bold;
	line-height:0px;
	padding:8px 16px 9px 16px;
	margin-right:6px;
	max-height: 41px;
}

.tourdaten-box1 {
	width:48%;
	float:left;	
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #e9e9e9;
}
.tourdaten-box2 {
	width:48%;
	float:right;	
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #e9e9e9;
}
.tourdaten-box3 {
	width:48%;
	float:left;	
	padding:10px 0px 0px 0px;
}
.tourdaten-box4 {
	width:48%;
	float:right;	
	padding:10px 0px 0px 0px;
}

.quicklink-box-wrapper, .quicklink-box-wrapper2 {
	width:22%;
	background-color: #f9f9f9;
	float:left;
	margin-right:24px;
	border-bottom:1px solid #54b6e4;
}

.quicklink-box-wrapper4 {
	width:22%;
	background-color: #f9f9f9;
	float:left;
	border-bottom:1px solid #54b6e4;
}

.quicklink-box {
	padding:14px;
}

.linkbox {
	width:250px;
	padding:8px;
	text-align:center;
	border:2px solid #54b6e4;
	margin-top:20px;
}
.linkbox-breit {
	width:336px;
	max-width:100%;
}

a.linkbox-link {
	text-decoration:none;
	display:block;
}

.linkbox-grau {
	min-width:120px;
	padding:6px;
	text-align:center;
	border:1px solid #e9e9e9;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}

a.linkbox-grau-link {
	text-decoration:none;
	display:block;
}

.linkbox-blau {
	width:50%;
	padding:3px;
	font-size:0.9em;
	text-align:center;
	background-color: #54b6e4;
	margin-top:20px;
	color:#ffffff;
}
a.linkbox-blau-link {
	text-decoration:none;
	display:block;
}

.linkbox-weiss {
	min-width:120px;
	padding:2px;
	margin-top:10px;
	text-align:center;
	border:1px solid #ffffff;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	font-size:14px;
}

a.linkbox-weiss-link {
	text-decoration:none;
	display:block;
	color:#ffffff;
	
}


.gehzeit {
	border:1px solid #EDEDED;
	padding:1px;
}

.gehzeit th {
	padding: 3px 3px 3px 3px;
	font-weight: bold;
	text-align: left;
	background-color: #f9f9f9;
}

.gehzeit td {
	padding: 3px 3px 3px 3px;
	font-weight: normal;
}

.gehzeit tr.row1 td {
    background-color: #ffffff;
}
.gehzeit tr.row2 td {
    background-color: #f9f9f9;
}
.seite {
	margin: 0px 10px 0px 0px;
	border-radius: 2px;	
	width:28px;
	height:24px;
	background-color:#f9f9f9;
	color:#ffffff;
	text-align:center;
	vertical-align:center;
	font-weight:bold;
	font-size:14px;
	float:left;
	margin-top:0px;
	line-height:22px;
}
#flex-container {
   	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
	align-items: flex-start;
}
.gallery_pic {
    display: -webkit-flex; 
  	display: -ms-flexbox; 
  	display: flex;
	width: 33%;
	float: left;
	justify-content: center;
	margin-bottom: 40px;
	flex-direction: column;
}
.gallery_pic img {
    flex-grow:0;
    flex-shrink:0;
}
.box-grau {
	background-color: #f9f9f9;
	width: 100%;
	margin: 20px 0px 20px 0px;
}
.box-grau-header {
	padding:20px 10px 10px 10px;
	min-height:40px;
	border-bottom: 3px solid #54b6e4;
	margin-bottom:20px;
	background-color: #efefef;
}
.box-grau-content {
	padding: 10px;
}
.text-50prozent {
	width:50%;
	float:left;
}
.warenkorb1 {
	width:55%;
	float:left;
}
.warenkorb2, .warenkorb3, .warenkorb4 {
	width:15%;
	float:left;
}
.warenkorb5 {
	display: none;
}

.vorschau_box_gross_wrapper1, .vorschau_box_gross_wrapper2 {
	width:30%;
	float:left;
	margin:0px 30px 30px 0px;
	min-height:350px;
	background-color: #f9f9f9;
}
.vorschau_box_gross_wrapper3 {
	width:30%;
	float:left;
	margin:0px 0px 30px 0px;
	min-height:350px;
	background-color: #f9f9f9;
}
.vorschau_box_blau {
	padding:0px 10px 0px 10px;
	font-size:0.9em;
	color:#54b6e4;
}
.vorschau_box_header {
	padding:0px 10px 0px 10px;
	font-size:0.9em;
	min-height:60px;
}
.vorschau_box_content {
	padding:10px 10px 10px 10px;
	font-size:0.9em;
}
.vorschau_box_charakter_wrapper {
	position:absolute;
	margin-left:6px;
	margin-top:-53px;
}
.vorschau_box_charakter {
	float:left;
	opacity: 0.85;
	background-color: #f9f9f9;
	color:#000000;
	font-weight:bold;
	line-height:0px;
	padding:4px 8px 4px 8px;
	max-height: 41px;
}
.vorschau_box_charakter img {
	height:30px;
}
.vorschau-tourdaten-box1 {
	width:48%;
	float:left;	
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #e9e9e9;
}
.vorschau-tourdaten-box2 {
	width:48%;
	float:right;	
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #e9e9e9;
}
.vorschau-tourdaten-box3 {
	width:48%;
	float:left;	
	padding:10px 0px 0px 0px;
}
.vorschau-tourdaten-box4 {
	width:48%;
	float:right;	
	padding:10px 0px 0px 0px;
}
.vorschau_box_rechts_wrapper {
	width:100%;
	float:left;
	margin:0px 0px 30px 0px;
	background-color: #f9f9f9;
}
.vorschau_box_rechts_header {
	padding:14px 10px 10px 10px;
}
.vorschau_box_rechts_content {
	padding:10px 10px 16px 10px;
}

.vorschau_box_shop_wrapper1 {
	width:48%;
	float:left;
	margin:0px 30px 30px 0px;
	min-height:340px;
	background-color: #f9f9f9;
}
.vorschau_box_shop_wrapper2 {
	width:48%;
	float:left;
	margin:0px 0px 30px 0px;
	min-height:340px;
	background-color: #f9f9f9;
}
.vorschau_box_shop_wrapper3 {
	width:100%;
	float:left;
	margin:0px 0px 30px 0px;
	min-height:300px;
	background-color: #f9f9f9;
}

.vorschau_box_shop_image {
	padding:10px 10px 0px 10px;
	height:160px;
}
.vorschau_box_shop_header {
	text-align:center;
	padding:20px 10px 10px 10px;
	min-height:40px;
	border-bottom: 3px solid #54b6e4;
	margin-bottom:20px;
	background-color: #efefef;
}
.vorschau_box_shop_content {
	text-align:center;
	padding:4px 10px 10px 10px;
	min-height:100px;
}
.vorschau_box_shop_button {
	text-align:center;
	padding:4px 10px 10px 10px;
}
.box_shop_detail_left {
	width:60%;
	float:left;
	text-align:center;
	margin:0px 30px 30px 0px;
	background-color: #f9f9f9;
}
.box_shop_detail_right {
	width:35%;
	float:right;
}
.box_shop_detail_content {
	padding:10px;
}
.trennstrich {
	margin:8px 0px 8px 0px;
	padding:1px;
	width:80px;
	background-color:#d9d9d9;
}

dl {
	margin: 0px;
	padding: 0px;	
}
dt {
	padding: 10px 0px 0px 0px;
}
dd {
	border:1px solid #54b6e4;
	width:100%;
	padding:0px;
	margin:0px;
	height:28px;
	background-color:#ffffff
}
select {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
	display:block;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	background-image:url('../_images/select-arrow.png');
  	background-position: right;
	background-repeat: no-repeat;
	border:0px;
	height:28px;
	padding:0px 0px 0px 10px;
}
select::-ms-expand {
  	display:none;
}

.lt-ie10 select {
    background-image: none;
}
.button {  
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
	width:200px;
	height:40px;
	color: #ffffff;
	background-color:#54b6e4;
	font-size: 14px;
	border:2px #54b6e4 solid; 
	outline: 0 none;
}

.button:hover { 
	background-color:#ffffff;
	color:#1a1a1a;
}

.tourensuche input {
	display:block;
    font-size:1em;
    width:90%;
	background-color:#ffffff;
	border:0px;
	height:26px;
	padding:0px 0px 0px 10px;
}

.formularfeld-blau {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	padding:0px;
	border:0px;
	height:34px;
	border:2px solid #54b6e4;
}
.textarea-blau {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	padding:0px;
	border:0px;
	height:100px;
	border:2px solid #54b6e4;
}

.freitext-wrapper {
	width:720px;
	height:70px;
	padding-top:30px;
}
.freitext-links {
	float:left;
	width:500px;
}
.freitext-rechts {
	float:right;
	width:200px;
}
.panoramabild-plugin {
	padding: 24px 0px 24px 0px;
	text-align:center;
}
.amazon-images-wrapper {
	width:100%;
	text-align: center;
	padding-bottom: 20px;
}
.amazon-images-wrapper img {
	
}
.slider {
	width: 100%;
	margin: 0px auto;
}
.slider a {
	text-decoration:none;
}
.slick-prev:before, .slick-next:before { 
    color:black !important;
}
.slick-slide {
  margin: 0px 5px 0px 15px;
}
.slick-slide img {
  width: auto;
  height: auto;
}
.slider_content_wrapper {
	width: 240px;
	min-height:350px;
	background-color: #f9f9f9;
}
.slider_content {
	padding:10px;
	font-size:0.9em;
}
.slider_content_header {
	padding:10px 10px 0px 10px;
	font-weight:bold;
	font-size:0.9em;
	min-height:60px;
}
.slider_content_image img {
	width:100%;
	height:auto;
}
.center {
    display: table;
  	margin: 0 auto;
}
.werbefrei {
	background-image: url('../_images/werbefrei/background-pano.jpg');
	background-repeat: no-repeat;
    background-position: center;
	background-size: cover;
	width:100%;
}
.werbefrei-content, .werbefrei-content-rechts {
	float:left;
	padding:36px 30px 39px 30px;
	font-size: 24px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0 0 0.1em #6c6c6c, 0 0 0.1em #6c6c6c, 0 0 0.1em #6c6c6c;
}
.werbefrei-content-rechts {
	padding:18px 30px 39px 30px;
	font-size: 22px;
}

.werbefrei-button {
	padding:24px 20px 0px 0px;
	float:right;
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	text-shadow: 0 0 0.1em #6c6c6c, 0 0 0.1em #6c6c6c, 0 0 0.1em #6c6c6c;
}
.round {
	border-radius: 50%;
	overflow: hidden;
	width: 60px;
	height: 60px;
}
.round img {
	display: block;
	min-width: 100%;
    min-height: 100%;
	vertical-align: middle;
}
.autorenbox {
	display: flex;
	margin:30px 0px 30px 0px;
}
.float { 
	float:left;
	margin:0px 8px 0px 8px;
}
.amazon-images-content0, .amazon-images-content1, .amazon-images-content2, .amazon-images-content3, .amazon-images-content4, .amazon-images-content5, .amazon-images-content6 {
	padding:0;
}


/* Menu
----------------------------------*/
.ui-autocomplete {
	border:1px solid #54b6e4;
	
}
ul.ui-autocomplete {
	border:1px solid #54b6e4;
    font-family: 'Fira Sans', serif;
	font-size:0.9em;
	text-align:left;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-state-active.ui-button:hover 
{
  border: 1px solid #54b6e4;
  background: #54b6e4;
}


@media all and (max-width : 1440px)  {
	.vertikal {
		display: none;
	}
}
@media all and (min-width : 1025px) 
and (max-width : 1139px) {
	#header_content {
		width:1024px;
	}
	#content_wrapper, #freitext_wrapper {
		width: 1024px;
	}
	#content_left_wrapper {
	   float:left;
	   width:644px;
	}
	#content_left, #content_left2 {
		padding:10px;
	}
	#content_xl_wrapper {
	   width:1024px;
	}
	#content_xl {
		padding:10px;
	}
	#footer_content_wrapper {
		width:1024px;
	}
	#footer_content {
		padding:10px;
	}
	.lupe {
		position:relative;
		left:964px;
	}
	.quicklink-box-wrapper, .quicklink-box-wrapper2 {
		margin-right:18px;
	}
	.quicklink-box {
		padding:10px;
	}
	.slick-slide {
	  margin: 0px 5px 0px 10px;
	}
	#umkreis_slider {
		padding:10px;
	}
}

@media all and (max-width: 1024px) {
	h1 {
		font-size:22px;
		line-height: 30px;
	}
	
	#header {
		clear:both;
		width:100%; 
		height:70px; 
		padding:0px;
		text-align:center;
		overflow:visible;
		background-color:#ffffff;
		border-bottom: 0px;
		border-top: 5px solid #54b6e4;
		box-shadow: 0px 3px 10px #f7f7f7;
	}

	#header_content {
		width:100%;
		text-align:left;
	}

	#logo_row {
		margin-left:3px;
		margin-top:12px;
		text-align:left;
	}
	#menu_row {
		display: none;
	}
	#nav-menu {
		display: none;
		height: 0px;
	}
		
	#slider_start_wrapper {
		display: none;
	}
	
	#content_wrapper, #freitext_wrapper {
		width:100%;
	}
	
	#banner-top {
		display: none;
		padding: 0px;
	}

	#content_left_wrapper {
	   float:left;
	   width:100%;
	}

	#content_left, #content_left2 {
		padding:10px;
	}
	
	#content_xl_wrapper {
	   width:100%;
	}

	#content_right {
		margin-left:0px;
		width:100%;
	}

	#highlight_pic {
		padding:0px;
		margin:0px;
	} 
	#highlight_pic img {
		width:100%;
	}
	#highlight_pic_details {
		position:absolute;
		margin-left:10px;
		margin-top:-80px;
	}

	#footer {
		width:100%;
	}
	#footer_content_wrapper {
		width:100%;
	}
	#footer_content {
		padding:10px;
	}
	#footer_box1 {
		text-align:left;
		width:40%;
		float:left;	
	}
	#footer_box2 {
		text-align:left;
		width:30%;
		float:left;	
	}
	#footer_box3 {
		text-align:left;
		width:30%;
		float:left;	
	}
	.logo {
		float:left;
		width:80%;
	}
	.logo img {
		width:75%;
		max-width:200px;
	}
	.login_header {
		display: none;
	}
	.touren_online {
		display: none;
	}
	.lupe-mobil {
		display:inline;
		float:right;
		position: absolute;
		top: 5px;
		right: 56px;
		height: 70px;
		width:50px;
		background-color:#f9f9f9;
	}

	.social_media {
		margin-top:-50px;
		margin-right:120px;
	}
	.kompass {
		display: none;
	}
	.mobileheader a {
		background: center center no-repeat transparent;
		background-image: url('../_images/mobile.png');

		width: 24px;
		height: 24px;
		position: absolute;
		top: 28px;
		right: 16px;
	}
	.box-rechts {
		width:100%;
		text-align:center;
	}
	#banner-unten {
		display:none;
	}
	#banner-unten-2 {
		display:inherit;
		width:100%;
		margin:20px 0px 20px 0px;
		text-align:center;
	}
	#umkreis_slider_wrapper {
		width:90%;
	}
	#umkreis_slider {
		padding:10px;
	}
	.touren_umkreis {
		margin-left:25px;
		margin-right:25px;
	}
	.werbefrei-content-rechts {
		padding:36px 30px 39px 30px;
		font-size: 24px;
	}
}

@media all and (max-width: 760px) {
	.quicklink-box-wrapper, .quicklink-box-wrapper2, .quicklink-box-wrapper4 {
		width:45%;
		margin-bottom:16px;
	}
	.quicklink-box-wrapper2 {
		margin-right:0px;	
	}
	.quicklink-box {
		padding:10px;
	}
	.vorschau_box_shop_wrapper1, .vorschau_box_shop_wrapper2 {
		width:100%;
		min-height:auto;
	}
	.vorschau_box_shop_image {
		height:auto;
	}
	.vorschau_box_shop_content {
		height:auto;
		margin-top:24px;
	}
	.tourdaten-box1 {
		width:100%;
		float:left;	
		padding:0px 0px 10px 0px;
		border-bottom:1px solid #e9e9e9;
	}
	.tourdaten-box2 {
		width:100%;
		float:left;	
		padding:10px 0px 10px 0px;
		border-bottom:1px solid #e9e9e9;
	}
	.tourdaten-box3 {
		width:100%;
		float:left;	
		padding:10px 0px 10px 0px;
		border-bottom:1px solid #e9e9e9;
	}
	.tourdaten-box4 {
		width:100%;
		float:left;	
		padding:10px 0px 0px 0px;
	}
	
	.slider_content_wrapper {
		width: 100%;
	}
	.slider_content {
		padding:5px;
	}
	
	.freitext-wrapper {
		width:100%;
		height:90px;
	}
	.freitext-links {
		float:none;
		width:100%;
	}
	.freitext-rechts {
		padding-top:20px;
		float:none;
		width:100%;
	}
	#banner-in-text {
		display:inline;
		padding: 6px 0px 12px 0px;
	}
	#popup-wrapper {
		width: 100%;
	}
	.amazon-images-content0 img, .amazon-images-content1 img, .amazon-images-content2 img, .amazon-images-content3 img, .amazon-images-content4 img, .amazon-images-content5 img, .amazon-images-content6 img {
		height:100px;
	}
}

@media all and (max-width: 640px) {
	.vorschau_box_gross_wrapper1, .vorschau_box_gross_wrapper2, .vorschau_box_gross_wrapper3 {
		width:100%;
	}
	.vorschau_box_content {
		font-size:1em;
	}
	.vorschau_box_charakter_wrapper {
		margin-left:6px;
		margin-top:-65px;
	}
	.vorschau_box_charakter img {
		height:auto;
		width:auto;
	}
	.vorschau_box_blau {
		font-size:1em;
	}
	.vorschau_box_header {
		font-size:1em;
	}
	.vorschau_box_content {
		font-size:1em;
	}
	.links {
		width:100px;
	}
	.rechts {
		width:100px;
	}
	.text-50prozent {
		width:100%;
		padding-bottom:24px;
	}
	.warenkorb1 {
		width:100%;
		float:left;
	}
	.warenkorb2, .warenkorb3, .warenkorb4 {
		display: none;
	}
	.warenkorb5 {
		width:100%;
		display: inherit;
		text-align: right;
	}
	.werbefrei-content {
		padding:18px 30px 26px 20px;
		font-size: 22px;
	}
}

@media all and (max-width: 560px) {
	#breadcrumbs {
		display: none;
		margin-bottom:0px;
	}
	#footer {
		height:775px;
	}
	#footer_content_wrapper {
		width:100%;
		padding:0px;
	}
	#footer_content {
		padding:10px;	
	}
	#footer_box1 {
		text-align:left;
		width:100%;
		float:left;	
	}
	#footer_box2 {
		text-align:left;
		width:50%;
		float:left;	
	}
	#footer_box3 {
		text-align:left;
		width:50%;
		float:left;	
	}
	.social_media {
		display: none;
	}

	.gallery_pic {
		width:50%;	
	}
	.gehzeit {
		display:none;
	}
	.slider_content_wrapper {
		width: 100%;
		background-color: #f9f9f9;
	}
	.slider_content {
		padding:5px;
	}
}

@media all and (max-width: 400px) {
	.gallery_pic {
		width:100%;	
	}
	.slick-slide {
	  margin: 0px 0px 0px 0px;
	}	
	#umkreis_slider_wrapper {
		width:85%;
	}
	.werbefrei-content, .werbefrei-content-rechts {
		font-size: 20px;
		padding:18px 30px 26px 20px;
	}
}