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

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

/* nunito-800 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  src: url('../_fonts/nunito-v16-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../_fonts/nunito-v16-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../_fonts/nunito-v16-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../_fonts/nunito-v16-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../_fonts/nunito-v16-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../_fonts/nunito-v16-latin-800.svg#Nunito') format('svg'); /* Legacy iOS */
}

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

body {
	text-align: center;
	overflow-x: hidden;
	margin:0 auto;
}

body, td, th, input, select, textarea {
	font-family: 'Nunito', serif;
	font-size:1.2em;
	color: #000000;
	line-height: 2em;
}

img {
	max-width:100%;
}

h1 {
	font-size:1.4em;
	line-height: 24px;
	margin-top:8px;
	color: #18528c;
}

h2 {
	font-size:1.2em;
	line-height: 1.8em;
    margin-bottom:4px;
}

h3 {
	font-size:1.0em;
	line-height: 1.8em;
    margin-bottom:28px;
    font-weight: 600;
}

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

a:hover {
	text-decoration: none;
	color: #1f8ae5;
}
a:active, a:focus {
	outline: 0 !important;
    box-shadow: none !important;
}

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

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

ul {
	margin: 6px 0 0 0;
	padding: 0px;
}

li {
	padding: 0px;
	margin: 0px 0px 5px 22px;
}
dl {
	margin: 0px;
	padding: 0px;	
}
dt {
	padding: 10px 0px 0px 0px;
}
dd {
	border:1px solid #f07f3d;
	width:100%;
	padding:0px;
	margin:0px;
	height:40px;
	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:40px;
	padding:0px 0px 0px 10px;
}
select::-ms-expand {
  	display:none;
}

#header {
	width:100%; 
	height:147px;
	padding:0px;
	text-align:center;
	overflow:visible;
	background-color:#ffffff;
	float:left;
}

#header_content {
	width:90%;
	text-align:center;
	min-height:86px;
	overflow:visible;
}

#logo_row {
	margin-left:0px;
	margin-top:2px;
	text-align:left;
}
.logo {
	float:left;
	width:127px;
	position: absolute;
	margin-top: 8px;
	left: 50%;
	z-index:9999;
	transform: translate(-50%, 0%);
}
#menu_row {
	float:left;
	width:100%;
	height:54px;
}
#nav-menu {
	margin-left:0px;
	width:100%;
}
.search {
	position: absolute;
	transform: translate(560px, 36px);
}
.search img {
	width:36px;
}
.language {
	position: absolute;
	transform: translate(610px, 36px);
}
.language a {
	font-size:0.9em;
    text-decoration: none;
}
.menu {
	float:left;
	width:200px;
	text-align:center;
	margin-top: 48px;
}
.menu a {
	text-decoration: none;
	font-size:1em;
}
a.active-menu {
    color:#1f8ae5;
}

#freitextsuche {
	display:none;
	width:100%;
	float:left;
}
.freitext-wrapper {
	width:1000px;
	height:70px;
	padding-top:80px;
	margin:0 auto;
}
.freitext-links {
	float:left;
	width:800px;
}
.freitext-rechts {
	float:right;
	width:200px;
}
#title-section {
	float:left;
	width:100%;	
	color:#0b205c;
  	position: relative;
  	text-align: center;
	overflow:visible;
}
.centered, .centered-content {
  position: absolute;
  top: 70%;
  left: 50%;
  width:100%;
  transform: translate(-50%, -50%);
}
.centered-content {
    width:100%;
}
.centered h1 {
	font-size: 2.0em;
	line-height:190%;
	margin:0px;
	color:#ffffff;
}
.centered p {
	font-size: 1.1em;
}

.box-33prozent {
	box-sizing: border-box;
    width: calc(33.333% - 25px); /* 33.333% der Bildschirmbreite minus 10 Pixel Abstand */
    float: left;
    margin-right: 25px; /* Abstand zwischen den Containern */
    text-align: center; /* Zentrierter Text innerhalb des Containers; kann angepasst werden */
    font-size: 0.9em;
}

.box-33prozent:last-child {
    margin-right: 0; /* Der letzte Container erhält keinen rechten Abstand */
}

.box-50prozent {
	box-sizing: border-box;
    width: calc(50% - 25px); /* 33.333% der Bildschirmbreite minus 10 Pixel Abstand */
    float: left;
    margin-right: 25px; /* Abstand zwischen den Containern */
    text-align: center; /* Zentrierter Text innerhalb des Containers; kann angepasst werden */
    font-size: 0.9em;
}
.box-50prozent:last-child {
    margin-right: 0; /* Der letzte Container erhält keinen rechten Abstand */
}

#breadcrumbs {
	font-size: 0.85em;
    width:100%;
    float:left;
    margin-bottom: 20px;
}
#breadcrumbs a {
	text-decoration: none;
}
#tourdaten {
    width:100%;
    float:left;
}
#content-section {
	background-color: #ffffff;
	float:left;
	width:100%;	
	overflow:visible;
}
#content-wrapper {
	width: 1140px;
	margin: 0 auto;
	text-align: left;
}
#content {
	margin: 20px 0px 40px 0px;
	padding: 0px;
	text-align: left;
}
.content-text {
	padding: 0px 190px 0px 190px;
}
.contentbild {
    width:100%;
    float:left;
    margin:30px 0px 30px 0px;
}
#footer {
	clear:both;
	width:100%;
	height:500px;
	padding:0px;
	color:#FFFFFF;
	text-align:center;
	border-top: 3px solid #ffffff;
	background-color:#18528c;
	margin-top: 45px;
}

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

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

#footer_box1 {
	text-align:left;
	width:23%;
	float:left;	
}
#footer_box2 {
	text-align:left;
	width:52%;
	float:left;	
}
#footer_box3 {
	text-align:left;
	width:20%;
	float:left;	
	margin-left:30px;
}
.footer_logo1 {
	float:left;
	margin:0px 18px 0px 0px;
}

.vorschau_box_gross_wrapper1, .slider_box_gross_wrapper1 {
	width:47%;
	float:left;
	margin:0px 40px 20px 0px;
	min-height:360px;
}
.vorschau_box_gross_wrapper2, .slider_box_gross_wrapper2 {
	width:47%;
	float:right;
	margin:0px 0px 20px 0px;
	min-height:360px;
}
.slider_box_gross_wrapper2 {
	margin:0px 20px 20px 0px;
}
.slider_box_gross_wrapper1 {
	margin:0px 0px 20px 40px;
}
.vorschau_box_image, .slider_box_image {
    width:25%;
	padding:0px 0px 0px 0px;
    float:left;
}
.vorschau_box_image img, .slider_box_image img {
	margin-top:20px;
}
.vorschau_box_content, .slider_box_content {
    font-size:0.80em;
	text-align: justify;
    line-height:1.4em;
    width:60%;
	padding:0px 40px 0px 0px;
    float:right;
}
.vorschau_box_link, .slider_box_link {
	width:100%;
    text-align: right;
}
.vorschau_box_back, .slider_box_back {
	width:100%;
}
.vorschau_box_link a, .vorschau_box_back a, .slider_box_link a, .slider_box_back a {
    text-decoration: none;
    color: #ec7903;
    font-size:0.9em;
	padding:0px 40px 0px 0px;
}
.big_header {
    color: #18528c;
    font-size:1.8em;
}

.linkbox-weiss {
	width:220px;
	padding:2px;
	text-align:center;
	border:2px solid #ffffff;
}

a.linkbox-link {
	text-decoration:none;
	display:block;
}
a.linkbox-link-weiss {
	text-decoration:none;
	display:block;
	text-shadow: none;
    color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
}
.linkbox-blau {
	width:180px;
	padding:2px;
	text-align:center;
	background-color:#18528c;
}
a.linkbox-link-blau {
	text-decoration:none;
	display:block;
	text-shadow: none;
    color:#ffffff;
	font-size:0.8em;
	font-weight:bold;
}

 a.linkbox-link-weiss:link, a.linkbox-link-weiss:visited, a.linkbox-link-weiss:active {
    text-decoration:none;
	font-size: 1.0em; 
}

.klein {
	font-size: 0.7em;
	line-height: 0.0em;
}

.orange {
	color: #f07f3d;
}

.center {
    width: 100%; /* Container nimmt 100% der Breite ein */
    height: 100px; /* Beispielhöhe für den Container; kann angepasst werden */
    display: flex; /* Verwendung von Flexbox */
    align-items: center; /* Vertikale Ausrichtung der Inhalte in der Mitte */
    justify-content: center; /* Horizontale Ausrichtung der Inhalte in der Mitte */
    text-align: center; /* Optionale zentrale Ausrichtung des Textes */
}

/* Optional: Stil für den Text innerhalb des Containers */
.center p {
    margin: 0; /* Entfernt den Standardmargenabstand für den Text */

}
.contact-box-form { 
	float:left;
	width:700px;
}
.contact-box-adress {
	width:300px;
	float:right;
}

.quicklink-wrapper, .quicklink-wrapper2, .quicklink-wrapper3 {
	width:23%;
	float:left;
	margin-right:14px;
	background-color: #f0f0f0;
	border-radius: 8px;
}

.quicklink-wrapper4 {
	width:23%;
	float:left;
	background-color: #f0f0f0;
	border-radius: 8px;
}

.quicklink {
	padding:3px;
    font-size:0.85em;
	text-align: center;
}
.quicklink a {
    text-decoration: none; 
	display:block;
}

.flag {
    height:14px;
}
.trennstrich {
	margin:0px 0px 24px 0px;
	padding:1px;
	width:80px;
	background-color:#18528c;
}
.achtung {
    color:#cc0000;
    font-weight:bold;
}
.formularfeld {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	height:36px;
	border:1px solid #616161;
}
.textarea {
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
    font-size:1em;
    width:100%;
	background-color:#ffffff;
	height:180px;
	border:1px solid #616161;
}
.box-orange-wrapper {
    margin:40px 0px 20px 0px;
    border-bottom:2px solid #f07f3d;
    background-color:#f8ede6;
}
.box-orange {
    padding:10px 20px 10px 20px;
}
.box-grau-wrapper {
    margin:20px 0px 20px 0px;
    background-color:#f9f9f9;
}
.box-grau {
    padding:10px;
}
.button {  
	-webkit-appearance: none;
 	-moz-appearance: none;
    appearance: none;
	width:290px;
	padding:4px;
	color: #ffffff;
	background-color:#f07f3d;
	font-size:0.9em;
	border:2px #f07f3d solid; 
	border-radius:8px;
	outline: 0 none;
}

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

.red {
	color:#cc0000;
}
.abstand {
	padding:20px;
}
.table-container {
  width: 100%;
}
.produkt-links {
	float:left;
	width:30%;
}
.produkt-links img {
	margin-top:40px;
}
.produkt-rechts {
	float:right;
	width:60%;
}
.produkt-rechts-content {
	padding:0px;
}
.table {
  width: 100%;
  border-collapse: collapse;
}

.table th,
.table td {
  border: 1px solid lightgrey;
  padding: 8px;
  font-size:0.7em;
}

.table th {
  background-color: darkgrey;
  color: white;
}

.table th:first-child,
.table td:first-child {
  width: 44%;
}

.table th:last-child,
.table td:last-child {
  width: 28%;
}

#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, .gallery_pic_large {
    display: -webkit-flex; 
  	display: -ms-flexbox; 
  	display: flex;
	width: 23%;
	float: left;
	justify-content: center;
	margin: 0px 6px 10px 6px;
	flex-direction: column;
}
.gallery_pic_large {
    margin-bottom: 60px;
}
.gallery_pic img, .gallery_pic_large img {
    flex-grow:0;
    flex-shrink:0;
    max-width:100%;
}

.thumbnail {
  position: relative;
  width: 166px;
  height: 166px;
  overflow: hidden;
  margin:10px;
}
.thumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  object-fit: cover;
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}
.start-breadcrumb {
	visibility: visible;
}

.kategorietext {
	width:100%;
	padding: 0px 0px 10px 0px;
	float:left;
}
.box-color {
  width: 100%;
  height: 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #b13534;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom:20px;
}

.search-content-wrapper {
	border-left:2px solid #f07f3d;
	margin:16px 0px 16px 0px;
	float:left;
	width:100%;
	background-color:#f9f9f9;
}	
.search-content {
	padding: 0px 10px 0px 20px;
}

@media all and (max-width: 1800px) {
    .centered-content {
        width:50%;
    }
    .centered h1 {
        font-size: 1.8em;
    }  
}

@media all and (max-width: 1200px) {
    .centered-content {
        width:70%;
    }
    .centered h1 {
        font-size: 1.8em;
    }  
}

@media all and (max-width: 1150px) {
    #content {
        margin: 30px 0px 40px 0px;
        padding: 10px;
    }
	#header_content {
		width:100%;
		text-align:left;
	}
    
	#logo_row {
		margin-left:10px;
		text-align:left;
	}
	#nav-menu {
		margin-right:10px;
	}
    #menu_row {
		display: none;
	}
	.menu {
		display: none;
		height: 0px;
	}
    .search {
        transform: none;
		left:4px;
		top:28px;
		width:50px;
		height:50px;
	}
	.search img {
		width:40px;
	}
    .language {
        display: none;
    }
    .mobileheader a {
		background: center center no-repeat transparent;
		background-image: url('../_images/menu.png');

		width: 50px;
		height: 50px;
		position: absolute;
		top: 10px;
		right: 10px;
	}
   
    .mobileheader img {
        width: 40px;
		height: 40px;
    }
    #content-wrapper {
		width:100%;
	}
    .freitext-wrapper {
        width:750px;
    }
    .freitext-links {
        width:550px;
    }
    
	.centered h1 {
		font-size: 1.5em;
	}
    .gallery_pic {
        width:22%;
        padding: 0px 5px 0px 5px;
        margin: 0px 0px 10px 0px;
	}
	.content-text {
		padding: 0px 120px 0px 120px;
	}
}

@media all and (max-width: 1024px) {
   .contact-box-form { 
		float:right;
		width:100%;
	}
	.contact-box-adress {
		width:100%;
		float:left;
	}
	.quicklink {
		padding:2px;
		font-size:0.8em;
		text-align: center;
	}
	
	h1 {
		font-size:1.2em;
		line-height: 22px;
		margin-top:8px;
		color: #ec7903;
	}
    #content {
        margin: 0px 0px 40px 0px;
        padding:10px;
    }
	.content-text {
		padding: 0px 80px 0px 80px;
	}
	.quicklink-wrapper, .quicklink-wrapper2, .quicklink-wrapper3 {
		margin-right:11px;
	}
	.slider_box_gross_wrapper1, .slider_box_gross_wrapper2 {
		width:43%;
	}
	#footer {
		height:1050px;
	}
	#footer_content {
		padding:10px;	
	}
	#footer_content_wrapper {
		width:100%;
		padding:0px;
	}
	#footer_box1 {
		text-align:left;
		width:100%;
		float:left;	
	}
	#footer_box2 {
		text-align:left;
		width:100%;
		float:left;
		margin-top:20px;
	}
	#footer_box3 {
		text-align:left;
		width:100%;
		float:left;	
		margin-top:20px;
        margin-left:0px;
	}
}

@media all and (max-width: 925px) {
	.thumbnail {
	  position: relative;
	  width: 120px;
	  height: 120px;
	  overflow: hidden;
	  margin:8px;
	}
	.container-50prozent {
	  display: inherit;
	}

	.image-50prozent, .image-50prozent-rechts {
	  flex: none;
	  width:100%;
	}
	
	.image-50prozent-links {
		display: none;
	}
	.image-50prozent-rechts {
		display: inherit;
	}

	.image-50prozent img, .image-50prozent-rechts-50prozent-links img, .image-50prozent-rechts img {
	  max-width: 100%; 
	}
	
	.image-50prozent-links {
		display: inherit;
	}
	.image-50prozent-rechts {
		display: none;
	}

	.text-50prozent-rechts, .text-50prozent-links {
	  flex: none;
	  display: inherit;
	  justify-content: none;
	  align-items: none;
	  font-size:1em;
	  line-height:1.6em;
	}
	.text-50prozent-rechts {
	  margin: 0px 0px 0px 0px;
	}
	.text-50prozent-links {
	  margin: 0px 0px 0px 0px; 
	}
}

@media all and (max-width: 800px) {
    #header {
        height:120px;
    }
	.box-33prozent, .box-50prozent {
        width: 100%;
        margin-right: 0px; /* Abstand zwischen den Containern */
        margin-bottom:25px;
    }
    .logo {
        width:100px;
    }
}

@media all and (max-width: 768px) {
    #footer {
		height:980px;
	}
	
	#footer_box1 {
		text-align:left;
		width:100%;
		float:left;	
	}
	#footer_box2 {
		text-align:left;
		width:100%;
		float:left;
		margin-top:20px;
	}
	.content-text {
		padding: 0px 0px 0px 0px;
	}
    
	.centered-content {
        width:90%;
    }
    .centered h1 {
        font-size: 1.4em;
    }   
	
	.flag {
		height:14px;
	}
    .gallery_pic {
		width:40%;	
	}
}
@media all and (max-width: 760px) {
    .vorschau_box_gross_wrapper1, .vorschau_box_gross_wrapper2 {
		width:100%;
        float:left;
		min-height:200px;
	}
	.vorschau_box_content {
		font-size:0.9em;
	}
	.vorschau_box_blau {
		font-size:0.9em;
	}
	.vorschau_box_header {
		min-height: 100px;
	}
	.vorschau_box_content {
		font-size:0.9em;
	}
	.slider_box_gross_wrapper1, .slider_box_gross_wrapper2 {
		width:50%;
		margin:0px;
	}
	.slider_box_content {
		display: none;
	}
	.slider_box_image {
		width:100%;
		display: table;
  		margin: 0 auto;
		padding:0px;
    	float:none;
	}
	.slider_box_image img {
		width:50%;
		display: table;
  		margin: 0 auto;
	}
	.slider_box_link {
		text-align: center;
		width:100%;
	}
	.slider_box_link a {
		display: table;
  		margin: 0 auto;
		padding:0px;
	}
	.freitext-wrapper {
		width:98%;
		height:134px;
	}
	.freitext-links {
		float:left;
		width:100%;
		margin-bottom:20px;
	}
	.freitext-rechts {
		float:left;
		width:100%;
	}
	.box-25prozent1 {
		width:100%;
		float:left;
	}
	.box-25prozent2 {
		width:100%;
		float:left;
	}
}

@media all and (max-width: 564px) {
	.produkt-links {
		width:100%;
	}
	.produkt-links img {
		width:65%;
		display: table;
  		margin: 0 auto;
	}
	.produkt-rechts {
		width:100%;
		margin-top:30px;
	}
	.produkt-rechts-content {
		padding:5px;
	}
	.slider_box_gross_wrapper1, .slider_box_gross_wrapper2 {
		min-height:300px;
	}
    .centered h1 {
        font-size: 1.3em;
    } 
}

@media all and (max-width: 540px) {
	body, td, th, input, select, textarea {
        font-size:1.1em;
        line-height:1.9em;
    }
	h2 {
		font-size:1.1em;
	}
	.box-25prozent {
		width:100%;
		float:left;
	}
	.box-25prozent-content {
		font-size:1.0em;
	}
    .quicklink-wrapper, .quicklink-wrapper2, .quicklink-wrapper3, .quicklink-wrapper4 {
		width:48%;
    }
    .quicklink {
        font-size:0.9em;
    }
	.centered p {
		font-size: 1em;
	}
	
	.start-breadcrumb {
		display: none;
	}
}
@media all and (max-width: 400px) {
	.centered p {
		font-size: 1em;
	}
}
	
@media all and (max-width: 383px) {
	.thumbnail {
	  position: relative;
	  width: 120px;
	  height: 120px;
	  overflow: hidden;
	  margin:8px;
	}
}
	
@media all and (max-width: 350px) {

	.centered p {
		font-size: 0.9em;
	}
}
@media all and (max-width: 320px) {
	body, td, th, input, select, textarea {
        font-size:1em;
        line-height:1.8em;
    }
	
	h2 {
		font-size:1em;
	}

	.linkbox-orange {
		width:220px;
	}
	.linkbox-orange-border {
		width:220px;
	}
	.button {  
		width:230px;
	}
	.tourdaten-box {
		padding:1px;
		font-size:0.8em;
	}
	.tourdaten-box-wrapper, .tourdaten-box-wrapper2, .tourdaten-box-wrapper4, .tourdaten-box-wrapper6 {
		width:47%;
	}
}

@media all and (max-width: 310px) {
	#breadcrumbs { 
		display: none;
	}
	.centered p {
		font-size: 0.85em;
	}
	.footer_logo1 img {
		height:50px;
	}
	.footer_logo2 img {
		height:40px;
	}
}
	
@media all and (max-width: 291px) {
	.thumbnail {
	  position: relative;
	  width: 100px;
	  height: 100px;
	  overflow: hidden;
	  margin:8px;
	}
}

@media all and (max-width: 250px) {
	.linkbox-orange {
		width:96%;
	}
	.linkbox-orange-border {
		width:96%;
	}
	.button {  
		width:96%;
	}
	
	body, td, th, input, select, textarea {
        font-size:0.8em;
        line-height:1.6em;
    }
	h2 {
		font-size:0.9em;
	}
	.thumbnail {
	  position: relative;
	  width: 80px;
	  height: 80px;
	  overflow: hidden;
	  margin:4px;
	}
}