@font-face {
    font-family: 'Bebas';
    src: url('/assets/fonts/bebasneue-webfont-webfont.eot');
    src: url('/assets/fonts/bebasneue-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/bebasneue-webfont-webfont.woff') format('woff'),
         url('/assets/fonts/bebasneue-webfont-webfont.ttf') format('truetype'),
         url('/assets/fonts/bebasneue-webfont-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Droid Sans';
    src: url('/assets/fonts/droidsans-webfont-webfont.eot');
    src: url('/assets/fonts/droidsans-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/droidsans-webfont-webfont.woff') format('woff'),
         url('/assets/fonts/droidsans-webfont-webfont.ttf') format('truetype'),
         url('/assets/fonts/droidsans-webfont-webfont.svg#droid_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Maven';
    src: url('/assets/fonts/maven_pro_regular-webfont-webfont.eot');
    src: url('/assets/fonts/maven_pro_regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/maven_pro_regular-webfont-webfont.woff') format('woff'),
         url('/assets/fonts/maven_pro_regular-webfont-webfont.ttf') format('truetype'),
         url('/assets/fonts/maven_pro_regular-webfont-webfont.svg#maven_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}
html, body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: black;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height:17px;
	text-align: left;
}
::-moz-selection {
	background: rgba(0,255,255,0.5);
	color: #000;
	text-shadow: none;
}
::selection {
	background: rgba(0,255,255,0.5);
	color: #e3e3e3;
	text-shadow: none;
}
:focus {
	outline: 0;
}
.nopagebreak {
	page-break-before: auto;
	page-break-inside: avoid;
	page-break-after: auto;
}
.forcepagebreak {
    page-break-after: always;
}
a img {
	border: 0;
}




/*content*/

body {
	margin:0;
	padding:0;
	background: url("/assets/layout/bg.png");
}

div.container {
	width:970px;
	margin:0 auto;
/*	background:red;*/


}




header {
	background-color: #f7f7f9;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #b6b6b8;
	height: 45px;
	/*overflow:hidden;*/
}


h1 {
	font-family:"Bebas";
	font-size:48px;
	line-height:41px;
	color:#777;
	text-transform:uppercase;
	font-weight:normal;
	
}

h2 {
	font-family:"Bebas";
	font-size:30px;
	line-height:31px;
	color:#c3413b;
	text-transform:uppercase;
	font-weight:normal;
}


h3{
	font-family:"Bebas";
	font-size:25px;
	line-height:23px;
	color:#777777;
	text-transform:uppercase;
	font-weight:normal;
	border-bottom:3px solid #c1433f;
	padding-bottom:15px;
	margin-bottom:4px;
}


h4{
	font-family:"Bebas";
	font-size:18px;
	color:#777777;
	font-weight:normal;
	text-transform:uppercase;
	margin-bottom:10px;
}

a.download{
	color:#777777;
	font-weight:bold;
}

navX ul {
}

navX ul li {
	list-style:none;
	float:left;
}

navX ul li a {
	text-decoration:none;
	padding-bottom:2px;
	display: block;
	padding: 13px 20px;
	border-right: 1px solid #e2e2e4;
}

navX ul a.highlight,
navX ul a.inpath,
navX ul a:hover {
	background: #f7f7f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f9 68%, #e0e0e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(68%,#f7f7f9), color-stop(100%,#e0e0e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f9 68%,#e0e0e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='#e0e0e5',GradientType=0 ); /* IE6-9 */

}
navX ul li a span {
	font-family:"Bebas";
	font-size:18px;
	color:#777;
	border-bottom: 3px solid #CCC;
}
navX ul a.highlight span,
navX ul a.inpath span,
navX ul li a:hover span {
	border-color: #c1433f;
}
navX ul.s1 {
	/*display: none;*/
}





header form {
	float: right;
	background: #efefef url('/assets/layout/icon_lupe.png') no-repeat left center;
	width: 200px;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #aaa;
	margin: 10px;
}
header form input {
	background:#efefef;
	border: none;
	margin: 5px 5px 5px 20px;
}



div.slider {
	border-radius: 5px 5px 0px 0px;
	margin-top:15px;
	border:1px solid #dededf;
	height:352px;
	background:#f7f7f9;
	-webkit-box-shadow: 0px 5px 0px 1px #dededf;
	box-shadow: 0px 5px 0px 1px #dededf;
}

/*div.reiseangebote */

div.reiseangebote{
	float:left;
	border-radius: 5px 5px 0px 0px;
	margin: 12px 13px 0 0 ;
	border:1px solid #dededf;
	width:721px;
	background:#f7f7f9;
	-webkit-box-shadow: 0px 5px 0px 1px #dededf;
	box-shadow: 0px 5px 0px 1px #dededf;
}
div.reiseangebote.wide {
	width: 970px;
}

div.reiseangebote p  {
	font-family:"Droid Sans";
	font-size:13px;
	padding-top:7px;
	line-height:17px;
}

div.reiseangebote  ul{
	margin-top:5px;
}

div.reiseangebote  ul li {
	margin-left:30px;
}


div.inner {
	padding:20px;
}



div.angebote{
	float:left;
	border-radius: 5px 5px 0px 0px;
	margin: 12px 13px 0 0 ;
	border:1px solid #dededf;
	width:312px;
	background:#f7f7f9;
	-webkit-box-shadow: 0px 5px 0px 1px #dededf;
	box-shadow: 0px 5px 0px 1px #dededf;
/*	height:448px;*/
/*	position:relative;*/
}

div.angebote:nth-child(3n+0){
	margin-right: 0;
}



div.angebote h3 {
	padding-bottom:15px;
}

div.angebote img {
	padding:15px 0 23px 0;
/*	border-top: 3px solid #c1433f;*/
}

div.angebote p {
	font-family:"Droid Sans";
	font-size:13px;
	color:#656565;
	padding-bottom:20px;
}
div.angebote .dates * {
	font-size:10px;
}

div.angebote td {
	padding:0 50px 5px 0 ;
	color:#656565;
}

div.angebote td:nth-child(2n+0){
	padding:0 0 5px 0;
}

div.angebote div.content {
	min-height:180px;
}

div.button {
/*	position:absolute ;
	bottom:20px;
	left:20px;*/
	margin-top:10px;
	border:1px solid #d2d2d7;
	border-radius:3px;
	/*width:175px;*/
	/*padding:5px;*/
	height: 25px;
	background: #f7f7f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f9 68%, #e0e0e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(68%,#f7f7f9), color-stop(100%,#e0e0e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f9 68%,#e0e0e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='#e0e0e5',GradientType=0 ); /* IE6-9 */

}

div.button:hover,
div.button:active{

	background: #e0e0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e0e5 0%, #f7f7f9 32%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e5), color-stop(32%,#f7f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e5 0%,#f7f7f9 32%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e5 0%,#f7f7f9 32%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e5 0%,#f7f7f9 32%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e5 0%,#f7f7f9 32%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e5', endColorstr='#f7f7f9',GradientType=0 ); /* IE6-9 */
}


div.button a{
	font-family:"Droid Sans";
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#1b1b1b;
	text-align:right;
	

}

div.button a span {
	display:block;
	padding: 5px 12px;
	height: 15px;
	white-space: nowrap;
	float: left;
}

div.button:hover a span,
div.button:active a span{
	color:#c3423b;
}

div.button a span.ar {
	padding: 5px 12px;
	border-right:1px solid #cbcbcc;
}


div.aktuelles {
	/*clear:both;*/
	border:1px solid #dededf;
	-webkit-box-shadow:0px 5px 0px 1px #dededf;
	box-shadow:0px 5px 0px 1px #dededf;
	background:#f7f7f9;
	border-radius:5px 5px 0 0;
	margin-top:15px;
	/*margin-right:13px;*/
/*	height:500px;*/
	width:641px;
	float:left;
}



div.aktuelles div.teaser{
	background:#ededf0;
	padding:15px 10px 15px 10px;
	margin-bottom:10px;
	

}

div.aktuelles div.teasercontent img {
	float:left;
	margin-right:20px;
	height:92px;
	width:138px;

}

div.aktuelles div.teasercontent p {
	font-family:"Droid Sans";
	font-size:13px;
	line-height:17px;
	color:#656565;
	padding-bottom:20px;
}

div.buchungbutton {
/*	position:absolute ;
	bottom:20px;
	left:20px;*/
	margin-top:10px;
	border:1px solid #d2d2d7;
	border-radius:3px;
	width:175px;
	/*padding:5px;*/
	height: 25px;
	background: #f7f7f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f7f7f9 68%, #e0e0e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(68%,#f7f7f9), color-stop(100%,#e0e0e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f7f7f9 68%,#e0e0e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f7f7f9 68%,#e0e0e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f9', endColorstr='#e0e0e5',GradientType=0 ); /* IE6-9 */

}

div.buchungbutton:hover,
div.buchungbutton:active{

	background: #e0e0e5; /* Old browsers */
	background: -moz-linear-gradient(top,  #e0e0e5 0%, #f7f7f9 32%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e0e0e5), color-stop(32%,#f7f7f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e0e0e5 0%,#f7f7f9 32%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e0e0e5 0%,#f7f7f9 32%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e0e0e5 0%,#f7f7f9 32%); /* IE10+ */
	background: linear-gradient(to bottom,  #e0e0e5 0%,#f7f7f9 32%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e5', endColorstr='#f7f7f9',GradientType=0 ); /* IE6-9 */
}


div.buchungbutton a{
	font-family:"Droid Sans";
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	color:#1b1b1b;
	text-align:right;
	

}

div.buchungbutton a span {
	display:block;
	padding: 5px 12px;
	height: 15px;
	white-space: nowrap;
	float: left;
}

div.buchungbutton:hover a span,
div.buchungbutton:active a span{
	color:#c3423b;
}

div.buchungbutton a span.ar {
	padding: 5px 12px;
	border-right:1px solid #cbcbcc;
}


div.buchung{
	float:right
}

div.buchung table{
	margin-bottom:25px;
}

div.buchung p {
	color:#656565;
}

div.buchung td {
	color:#656565;
}

div.buchung div.termine {
	min-height:50px;
}
div.buchung div.termine * {
	font-size:10px;
}


input[type=submit] {
	font-family: "Maven";
	font-size: 11px;
	background: #ce312d;
	border: none;
	/* border-radius: 9px; */
	color: #e7e9ec;
	padding: 3px 4px;
	text-transform: uppercase;
	width:191px;
	margin-left:-10px;
	line-height:17px;
}

div.anmeldung.narrowinput[type=submit] {
	margin:20px 0 0 25px;
}

div.anmeldung p {
	font-size: 11px;
	margin: 0 0 10px 0;
}

a.watchNL{
	text-decoration:none;
	display:inline-block;
	margin:5px 0 5px 0px;
	font-family:"Maven";
	font-size:11px;
	background:#ce312d;
	border:none;
/*	border-radius:9px;*/
	color:#e7e9ec;
	padding:3px 4px;
	text-transform:uppercase;
}

a.watchNL.start{
	margin:5px 0 5px 0px;
}



div.reisen {
		width:232px;
		background:#f7f7f9;
		float:right;
		border:1px solid #dededf;
		-webkit-box-shadow:0px 5px 0px 1px #dededf;
		box-shadow:0px 5px 0px 1px #dededf;
		border-radius:5px 5px 0 0;
		margin-top:13px;
}



/* REISELEITER*/

.reiseleiter{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}

.reiseleiter p a{
	font-size:12px;
	text-decoration:none;
	border-bottom:2px solid #CCC;
	padding:2px 0;
	transition:all 0.25s;
}



.reiseleiter p a:hover{
	border-bottom:2px solid #ce312d;
}

.reiseleiter .letter{
	padding:7px 0 5px 0;
}

h1#reiseleitung,
.rl h1{
	margin-bottom:20px;
}

.rl .rl_pic{
	float:left;
	margin-right:20px;
}

.rl .rl_content{
/*	float:left;*/
/*	width:520px;*/
}

.colbreak{
	-webkit-column-break-inside:avoid;
	-moz-column-break-inside:avoid;
	-o-column-break-inside:avoid;
	-ms-column-break-inside:avoid;
	column-break-inside:avoid;
	padding-bottom:2em;
}


/*div.reisen div.inner{
	padding:30px 20px 20px 20px;
}
*/

div#subpages ul li {
	list-style:none;
/*	color:#c1433e;*/
	margin-top:5px;
} 

div#subpages ul li a{
	font-family:"Droid Sans";
	font-size:16px;
	color:#535353;
	text-decoration:none;
	display:block;
	background:#e7e7e9;
	padding:5px 0 5px 5px;
}

div#subpages ul li a.highlight,
div#subpages ul li a:hover,
div#subpages ul li a:active{
	color:#c1433e;
}
/*
div#subpages ul li ul li:first-child a{
	padding: 15px 0 5px 5px;
}
*/

div#subpages ul.level2 {
	margin: 15px 0;
}
div#subpages ul li a.level2 {
	padding-left: 24px;
	background: transparent url("/assets/layout/bullet.png") no-repeat left center;
}

div#subpages ul li a.level2:hover,
div#subpages ul li a.level2.highlight {
	background-image:url("/assets/layout/bullet_active.png");
}

div#subpages ul li ul li a{
	color:#8a8a8b;
	/*background:none;*/
	font-size:14px;
}

div#subpages ul li ul li a:hover,
div#subpages ul li ul li  a:active{
	color:#333333;
}



div.anmeldung{
	width:312px;
/*	height:300px;*/
	background:#f7f7f9;
	float:right;
	clear: right;
	border:1px solid #dededf;
	-webkit-box-shadow:0px 5px 0px 1px #dededf;
	box-shadow:0px 5px 0px 1px #dededf;
	border-radius:5px 5px 0 0;
	margin-top:15px;
}
div.anmeldung.narrow {
	width: 232px;
}

div.anmeldung.narrow h3{
	font-size:24px;
}




div#controls{
	margin-top:30px;
	margin-left:10px;
}

div.controls{
	margin-bottom:15px;
}

div.controls input[type=text],
div.controls input[type=email]{
	padding-left:10px;
	background:#e7e9ec;
	margin-top:5px;
	height:30px;
	width:650px;
	border:1px solid #dededf;
	border-radius:4px;
}

div.controls textarea{
	background:#e7e9ec;
	margin-top:5px;
	height:100px;
	width:660px;
	border:1px solid #dededf;
	border-radius:4px;
}


form label {
	color:#656565;
	font-size:13px;
	font-family:"Droid Sans";
}

div.anmeldung div.controls label {
	font-size:13px;
	font-family:"Droid Sans";
	color:#656565;
}



div.anmeldung div.controls input{
	margin-left:10px;
	background:#e7e9ec;
	height:30px;
	width:200px;
	border:1px solid #dededf;
	border-radius:4px;
}

div.anmeldung.narrow div.controls input{
	width:132px;
}

div.slider {
	overflow: hidden;
	height: 405px;
}



div.slider #toppager ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
div.slider #toppager li {
	list-style:none;
	float:left;
	margin: 0;
	padding: 0;
}

div.slider #toppager li a {
	text-decoration:none;
	padding-bottom:2px;
	display: block;
	padding: 13px 20px;
}
div.slider #toppager li a span {
	font-family:"Bebas";
	font-size:12px;
	color:#777;
	padding-bottom: 4px;
	border-bottom: 2px solid #CCC;
}
div.slider #toppager li a:hover span,
div.slider #toppager li a.active span {
	border-color: #666;
}





.slider #topslider ul {
	/*margin: 10px;*/
}
.slider #topslider li {
	width: 970px;
}
.slider #topslider .inner {
	width: 440px;
	padding: 90px 20px 20px 20px;
	float: left;
}
.slider #topslider .inner p {
	margin-top: 3em;
}
.slider #topslider li img {
	float: right;
}


.bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	left: 0;
	background: #f7f7f9;
}

div.trennlinie{
	border-bottom:2px solid #333;
	width:100%;
	margin:15px 0;
}

div.kasten {
	background:white;
	padding:10px;
	margin-bottom:16px;
}	

div.kasten .pic{
	float:left;
}

div.kasten img {

	margin-top:10px;
	width:150px;
}

/*div.kasten a{
	background:none;
	color:#ce312d;
}*/

div.kasten a{
	background: #ce312d;
	color:#e7e9ec;
	padding:2px 4px;
	text-decoration:none;
}


div.kasten .footer a{
	background:#ce312d;
	padding:5px;
	color:#e7e9ec;
	text-decoration:none;
}




div.kasten table td{
	padding:5px 5px;
}

div.kasten table td.col1{
	width:190px;
}

div.kasten table td.col2{
	width:240px;
}

div.kasten table td.col3{
	width:150px;
}

/*div.kasten ul {
	margin-left: 20px;
}*/


div.kasten div.content {
	margin-left:20px;
	float:left;
	width:490px;
	margin-top:16px;
}

div.kasten div.content.nopic {
	width: 100%;
	margin-left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.kasten div.header {
	font-family:"Bebas";
	color:#777;
	font-size:15px;
	border-bottom:2px solid #c1433f;
	padding-bottom:5px;
}

div.kasten div.pic {
	margin-top:15px;
}
div.kasten div.footer {
	margin-left:170px;
}

div.kasten.katalog{
	width:180px;
	float:left;
	margin-bottom:5px;
	min-height:317px;
	margin-right:40px;
}

div.kasten.katalog .header{
	text-align:center;
}

div.kasten.katalog a{
	background:none;
	padding:0;
}

div.kasten.katalog div.pic img{
	width:180px;
}

div.kasten.katalog div.content{
	display:none;
}

div.kasten.katalog.last{
	margin-right:0;
}




footer {
	background-color: #777;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 250px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
footer.closed {
	bottom: -210px;
}
footer div.inner {
	width: 930px;
	margin: 0 auto;
	color: white;
	/*padding: 20px 0;*/
	position: relative;
}
footer div.col {
	width: 333px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*padding: 0 10px;*/
	padding: 0;
	float: left;
	white-space: pre;
}
footer div.col.wide {
	width: 265px;
}
footer p {
	margin: 0px 0;
	color: white;
}
footer p.header {
	border-bottom:1px solid white;
	font-family: 'Bebas';
	font-size:25px;
	font-weight:normal;
/*	text-decoration: underline;*/
}
footer p.header b {
	margin-left: 2px;
}

footer div.footertext a{
/*	margin-top:50px;*/
	color:#b2b2b2;
	font-family:"Droid Sans";
	text-decoration:none;
	transition:color 0.25s ;
}

footer div.footertext a:hover{
	color:white;
}

footer div.footertext.adresse a{
	color: white;
	text-decoration:none;
}

footer div.footertext.adresse{
	margin-top:-35px;
	color:#b2b2b2;
	font-family:"Droid Sans";
}

/*footer a:link,
footer a:visited {
	color: white;
	text-decoration:none;
	
}*/
footer li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}
footer a.trigger {
	cursor: pointer;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 14px;
	background: #777;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	border: 2px solid white;
	padding-top: 12px;
	line-height: 1px;
	right: 0px;
	top: -16px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
}
footer a.trigger.open 
{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}



/*Slideshow*/
a.slideshow{
	font-weight:bold;
	color:#ce312d;
	text-decoration:none;
	display:inline-block;
	padding-bottom:5px;
}
/*
a.slideshow:hover{
border-bottom:1px solid #ce312d;
}*/


/*Formular*/

div.form_katalog{
	float:left;
	width:130px;
}



/*LINK OBJEKT*/
a.aText.uebersicht{
	background: #ce312d;
	padding: 5px;
	color: #e7e9ec;
	text-decoration: none;
}

a.anchorLink{
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	color:#ce312d;
}

#newsletter table {
	width: 100%;
}

#newsletter p {
	margin-right: 25px;
}

#newsletter input[type="text"] {
	background: rgb(231, 233, 236);
	height: 30px;
	border: 1px solid rgb(222, 222, 223);
	border-radius: 4px;
	width: 100%;
	margin-bottom: 25px;
}

#newsletter input.S {
	margin-top: 25px;
}


/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }




