@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Dosis);

@font-face {
    font-family: 'Open Sans Light';
    src: url('http://schoepf.linux47.webhome.at/fileadmin/templates/fonts/OpenSans-Light.eot');
    src: url('http://schoepf.linux47.webhome.at/fileadmin/templates/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
         url('http://schoepf.linux47.webhome.at/fileadmin/templates/fonts/OpenSans-Light.woff') format('woff'),
         url('http://schoepf.linux47.webhome.at/fileadmin/templates/fonts/OpenSans-Light.ttf') format('truetype'),
         url('http://schoepf.linux47.webhome.at/fileadmin/templates/fonts/OpenSans-Light.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

*, *:before, *:after {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}
img,embed,object,video{
  max-width:100%;
  height:auto;
  width:auto
}
body, nav, a, p  {
  margin: 0; padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0 0 0 20px;
}
body {
  font-family: 'Open Sans Light', sans-serif;
  font-size: 18px;
}
a {
  text-decoration: none;
  color: #9a141b;
}
a:hover {

text-decoration: underline;
color: #9a141b;
}
h1, h2, h3, h4, h5 {
	font-family: "Dosis", sans-serif;
	
}
hr {
	background-image: url("../images/trenner-hotel.png");
	height: 2px;
	margin: 80px auto !important;
}
/* Bildsprung bei Lightbox verhinden */
.fancybox-lock {
overflow: auto !important;
margin: 0 !important;
}

/* Flexnav-Flackern verhindern */
#mainNavi ul ul {
	height:auto !important; 
}
.fancybox-nav span
{
	visibility:visible;
}
caption {
  color: #aaaaaa;
  font-size: 12px;
  font-size: 1.2rem;
}
legend {
  display: none;
}
iframe {
  max-width: 100%;
}
/* flexible Medien CSS-Snippet wie im Listing 2 einfügen */

/* CSS Styled Content Regeln überschreiben */
DIV.csc-textpic .csc-textpic-imagewrap FIGURE,
DIV.csc-textpic FIGURE.csc-textpic-imagewrap,
FIGCAPTION.csc-textpic-caption {
 display: block;
}
DIV.csc-textpic-left .csc-textpic-imagewrap {
 float: none;
}
DIV.csc-textpic DIV.csc-textpic-imagecolumn {
 display: inline-block;
 float: none;
 vertical-align: top;
}
.csc-default {clear: both;}

/* optional Anpassungen wie im Beispiel 1 einfügen */
#mutter {
	background-image: url("../images/background-hotel.jpg");
	background-position: center;
	background-repeat: repeat-y;
	background-size: cover;
	overflow:hidden;
	margin:0 auto;
}
#main {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
  #logo {
	width: 320px;
	height: 200px;
	background-color: #fcf7e8;
	position: absolute;
	left: 0px;
	top: -70px;
	z-index: 1000;
	padding: 43px 25px 25px 25px;
	box-shadow: 5px 5px 12px #555;
	/* -webkit-box-shadow: 0px 0px 30px 5px rgba(85,5,NaN,1); */
	/* -moz-box-shadow: 0px 0px 30px 5px rgba(85,5,NaN,1); */
	/* box-shadow: 0px 0px 30px 5px rgba(85,5,NaN,1); */
  }
  #ui-datepicker-div
  {
	font-size: 11pt;
  }
  #c14 h3 
  {
	display:none;
  }
  #cookie-bar {
	  text-align: center;
	  position: relative;
	  width: 100%;
	  left: 0px;
	  top: 0px;
	  z-index: 9999999999999999;
	  background: #fff;
	  overflow:hidden;
	  border-bottom:1px solid #850000;
  }
#metaNavi {
  float: right;
  bottom: 5px;
  padding-top: 80px;
}
#langNavi {
	background-color: #ffffff;
	display:block;
	margin: 0 auto;
	overflow:hidden;
	height: 40px;
	text-align: right;
	width: 100%;
	
}
#langNavi .langNaviInner {
	max-width: 1200px;
	margin: 0 auto;
	text-align:right;
}
#langNavi ul {
  float: right;
}
#langNavi ul li {
  float: left;
  padding-top: 5px;
  padding-right: 5px;
}
#top {
	margin-left: auto;
	margin-right: auto;
	height: 83px;
	border-bottom: 0px solid #fff;
	background: #810000;
	background: -moz-linear-gradient(left, #810000 0%, #b30000 50%, #810000 100%, #810000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#810000), color-stop(50%,#b30000), color-stop(100%,#810000), color-stop(100%,#810000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #810000 0%,#b30000 50%,#810000 100%,#810000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #810000 0%,#b30000 50%,#810000 100%,#810000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #810000 0%,#b30000 50%,#810000 100%,#810000 100%); /* IE10+ */
	background: linear-gradient(to right, #810000 0%,#b30000 50%,#810000 100%,#810000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#810000', endColorstr='#810000',GradientType=1 ); 
}
#topMenu {
	position: fixed;
    left: 0px;
    z-index: 100;
    width: 100%;
	z-index: 9999;
	font-family: "Open Sans",sans-serif;
}
#topInner {
	max-width: 1200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#header {
	position:relative;
	margin-top: 125px;
}
#slidermain {
	border-bottom: 2px solid #9a141b;
	}
#header .slick-slider {
	margin-bottom: 0px;
}
#balken {
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 110px;
}
#balken .balkenInner{
	max-width: 1200px;
	margin: 0px auto;
	height: 100%;
	padding: 15px 30px 15px 55px;
	background-color: #9a141b;
	
}
#balken .balkenInner p{
	color: #fff;
	font-size: 26px;
	font-family: "Dosis", sans-serif;
	line-height: 32px;
} 
#balken .balkenInner a {
	color: #fff;
}
#balken .balkenInner .socialbalken {
	float:left;
}
#balken .balkenInner .balken {
	float:left;
}
#headlineContentPicture {
	float:left;
	width:100%;
}
#headlineContentPicture .left {
	max-width:830px;
	overflow: hidden;
}
#headlineContentPicture .left p {
	padding-right:20px;
}
#headlineContentPicture .right {
	float:right;
	width:370px;
}
#headlineContentPicture .bottom {
	display:none;
}
.clearer {
	clear: both;
}
#content {
  width: 100%;
  padding-top: 85px;
}
#content h1 {
	color: #9a141b;
	font-size: 50px;
	font-weight: bold;
	margin: 0px;
}
#content h2 {
	font-size: 30px;
	font-weight: bold;
	margin-top:10px;
}
#content h3 {
	font-size: 28px;
	font-weight: bold;
	color: #9a141b;
	margin-bottom:20px;
}
#content ul {
	list-style:none;
	padding: 0px;
}
#content li {
	background-image: url("../images/arrow-right-red-hotel.png");
	background-repeat: no-repeat;
	background-position: 0px 9px;
	padding-left: 15px;
}
b.nowrap {
	white-space: nowrap;
	font-weight:normal;
}
#content li:before {
	content : "";
	color: #9a141b;
	font-weight: bold;
}
#contentBottom {
	height: 150px;
	max-width: 1200px;
	margin: 0 auto;
}
#contentBottom .grid2ColElement:first-child {
	margin-top: 45px;
}
#contentBottom .grid2ColElement:nth-child(2){
	padding-right: 40px;
}
#footer {
  min-height: 100px;
  /* background-image: url("../images/footerBG.png"); */
  background-color:#9a141b;
  background-position:30% 0%;
  background-repeat: repeat-x;
  padding-top: 125px;
  color: #ffffff;
  margin-top: 30px;
}
#footer  img {
	width: 100%;
}
#footer p {
	font-size: 17px;
}
#footer h3 {
	margin-top: 0px;
	margin-bottom: 30px;
	font-size: 30px;
	text-transform: uppercase;
}
#c607 a, #c611 a {
	background-image: url("../images/arrow-right.png");
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 15px;
	word-wrap: break-word;
	float:left;
}
#footer a {
  color: #ffffff;
  font-size: 17px;
}
#footer:after {
	content: " ";
	background-image: url("../images/balkenfooter.png");
	background-size: 100%;
	display:block;
	height: 35px;
	overflow:hidden;
	width: 100%;
}
#footerContent {
  max-width: 1200px;
  margin-left: auto;
	margin-right: auto;
	background-color: #9a141b;
}
#footer ul {
  list-style-type: none;
  padding: 0;
}
#footer ul li {
  float: none;
}
#footer .csc-menu a:before {
	content: "> ";
}
#footer .grid3ColElement:nth-child(odd) {
	margin: 0px;
}
#footer .grid3ColElement:nth-child(even) {
	margin-left: 5%;
	margin-right: 5%;
}
#mainNavi ul {
  margin: 0;
	padding: 0;
	margin-left: 350px;
	height: 100%;
}
.theme-default .nivoSlider a {
  background-color: transparent !important;
}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.scrollable {
  /* required settings */
  position:relative;
  overflow:hidden;
  width: 660px;
  height:90px;
}
.scrollable .items {
  /* this cannot be too large */
  width:20000em;
  position:absolute;
}
.items div {
  float:left;
}
.ffTextBoxWrapper, .ffTextAreaWrapper {
  width: 500px;
}

.powermail_fieldset {
  border: 0;
  background: transparent;
  padding: 0;
}
.grid2ColElement {
  float: left;
  width: 48%;
}
.grid2ColElement:nth-child(even) {
  float: right;
  width: 48%;
}
.grid3ColElement {
  float: left;
  width: 30%;
  margin-right: 3.33333333%;
}
.grid4ColElement {
  float: left;
  width: 23%;
  margin-right: 2%;
}
.grid2ColHeaderElement:nth-child(1), .grid2ColHeaderElement:nth-child(2) {
  margin-right: 0.17777777777777778%; /* 2 / 1125 */
}
.form-horizontal .form-group {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tx-powermail
{
	font-size: 16px;
}

.tx-powermail select,
.tx-powermail input
{
	height: 40px;
}
/* ############ KREISBOX ICON ELEMENTE ############ */
.headerbalken-right {
	padding-left:195px;
	margin-top:8px;
}
#kreisbox
{
	overflow: hidden;
	text-align: left;
	max-height:75px;
	margin-top:3px;
}

#kreisbox .kreisboxelement {
	display: inline-block;
	margin-right: 32px;
	width: 75px;
	height: 75px;
	-webkit-border-radius: 42px;
	-khtml-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	background: #c3091d;
	color: #fff;
	padding: 18px 0px 12px 0px;
	position: relative;
	cursor: pointer;
	border:1px solid #c3091d;
}
#kreisbox .kreisboxelement:nth-child(5) {
	margin-right:0px;
}
#kreisbox .kreisboxelement:hover {
	background: #fff;
	border:1px solid #fff;
}

#kreisbox .kreisboxicon
{
	position: absolute;
	width: 100%;
	height: 45px;
	text-align: center;
}

/*#kreisbox .kreisboxtext
{
	background: #fff;
	position: absolute;
	display:none;
	color: #c3091d;
	text-align: center;
	border-radius: 42px;
	width: 75px;
	height: 75px;
	
}*/
#kreisbox .kreisboxtext p {
	font-size: 15px;
	color: #c3091d;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	font-weight: 500;
	line-height:17px;
}
#kreisbox .kreisboxtext a,
#kreisbox .kreisboxtext a:hover {
	font-size: 13px;
	color: #c3091d;
	text-decoration: none;
}
#kreisbox .kreisboxelement:hover .kreisboxtext
{
	display:block;
}

#kreisbox .kreisboxelement:hover .kreisboxicon
{
	display:none;
}

/**** ##### BILD BOX ELEMENTE ####*/
#bildbox-big {
	width: 100%;
	overflow:hidden;
	display:block;
}
#bildbox-big .bildboxelemente {
	float: left;
	height: 49%;
	margin-bottom: 1%;
	margin-right: 1%;
	width: 49.5%;
	position:relative;
	background: #000;
}
#bildbox-big .bildboxelemente:nth-child(2),
#bildbox-big .bildboxelemente:nth-child(4),
#bildbox-big .bildboxelemente:nth-child(6),
#bildbox-big .bildboxelemente:nth-child(8) {
	margin-right: 0;
}
#bildbox-big .bildboxelemente:hover .bildboximg{
	opacity: 0.7;
}
#bildbox-big .bildboxelemente:hover .bildboxtext{
	opacity: 1;
}
#bildbox-big .bildboxtext
{
	position:absolute;
	bottom: 20px;
	width: 100%;
	opacity: 0.9;
	
}
#bildbox-big .bildboxelemente .bildboxtextinner{
	margin: 0 auto;
	width: 80%;
	background: #9a141b;
	text-align:center;
	padding: 10px;
}
#bildbox-big .bildboxtextinner h2{
	margin: 0px;
	color: #fff;
	font-weight: normal;
}
#bildbox-big .bildboxtextinner a,
#bildbox-big .bildboxtextinner a:hover {
	text-decoration: none;
}

#bildbox-small {
	width: 100%;
	overflow:hidden;
	display:block;
}
#bildbox-small .bildboxelemente {
	width: 24.25%;
	height: 24%;
	float: left;
	margin-right: 1%;
	position:relative;
	background: #000;
}
#bildbox-small .bildboxelemente:nth-child(4),
#bildbox-small .bildboxelemente:nth-child(8),
#bildbox-small .bildboxelemente:nth-child(12),
#bildbox-small .bildboxelemente:nth-child(16) {
	margin-right: 0;
}
#bildbox-small .bildboxelemente:hover .bildboximg{
	opacity: 0.7;
}
#bildbox-small .bildboxelemente:hover .bildboxtext{
	opacity: 1;
}
#bildbox-small .bildboxtext
{
	position:absolute;
	bottom: 20px;
	width: 100%;
	opacity: 0.9;
}
#bildbox-small .bildboxelemente .bildboxtextinner{
	margin: 0 auto;
	width: 60%;
	background: #9a141b;
	text-align:center;
	padding: 10px;
}
#bildbox-small .bildboxtextinner h2{
	margin: 0px;
	color: #fff;
	font-weight: normal;
}
#bildbox-small .bildboxtextinner a,
#bildbox-small .bildboxtextinner a:hover {
	text-decoration: none;
}




/************ BUTTONS ELEMENTE ************/
#wc-buttons {
	overflow:hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}
#wc-buttons .buttons {
	float: left;
	margin-right: 25px;
	width: 280px;
	font-size: 15px;
	margin-bottom: 2%;
	background: #9a141b;
	text-align: center;
	border: 1px solid transparent;
}
#wc-buttons .buttons:hover {
	background: #fff;
	border: 1px solid #9a141b;
}
#wc-buttons .buttons:last-child {
	margin-right: 0px;
}

#wc-buttons .buttons a {
	display:block;
	color: #fff;
	border-bottom: 0px;
	padding: 12px;
	width: 280px;
	font-size: 18px;
	font-weight:bold;
}
#wc-buttons .buttons:hover a {
	text-decoration: none;
	color: #9a141b;
}
#content-slider {
	background: #9a141b;
}

#content-slider .inhaltwrap {
	color: white;
	padding: 40px 100px;
}


#content-slider .inhaltwrap h3{
	color: white;
}

/********* BALKEN RECHTS*******/
#balkenrechts {
	padding-left: 195px;
}
#balkenrechts .nurtext
{
	width: 100%;
	overflow: hidden;
}

#balkenrechts .textlinks
{
	float:left;
	background-image: url("../images/pfeilBalken.png");
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 50px;
	margin-top: 7px;
}

#balkenrechts .bildrechts
{
    bottom: 195px;
    position: relative;
    right: -190px;
    text-align: right;
    max-width:240px;
}


/*** POWER MAIL ****/

.ffTextBoxWrapper, .ffTextAreaWrapper {
  width: 500px;
}

.powermail_fieldset {
  border: 0;
  background: transparent;
  padding: 0;
}


/******  ANFRAGEFORMULAR POWERMAIL  *******/
.tx-powermail {
	max-width: 800px !important;
	margin: 0 auto;
}
 .powermail_label {
	width: 100%;
	float: none;
	color: #000;
	margin: 5px;
	font-weight:normal;
 }
 .powermail_input {
	width: 100%;
	margin: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	padding: 5px;
	 color: #000;
	 
 }
 .powermail_date {
	width: 100%;
	margin: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #000;
	padding: 5px;
	 color: #000;
	 
 }
 .powermail_textarea {
	width: 100%;
	 margin: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 border: 1px solid #000;
	 padding: 5px;
	 color: #000;
 }
 
 .powermail_select {
	width: 100%;
	 margin: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 border: 1px solid #000;
	 padding: 5px;
	 color: #000;
 }
 .powermail_captcha {
	width: 100%;
	 margin: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	 border: 1px solid #000;
	 padding: 5px;
 	 color: #000;
 }
 .powermail_submit{
	width: 100%;
	 margin: 5px;
	 border: 0px;
	 padding: 5px;
	 
	 background: #9a141b;
	 background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZjNmQ2OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzhhNzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	 background: -moz-linear-gradient(top,  #9a141b 0%, #c3091d 100%);
	 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a141b), color-stop(100%,#c3091d));
	 background: -webkit-linear-gradient(top,  #9a141b 0%,#c3091d 100%);
	 background: -o-linear-gradient(top,  #9a141b 0%,#c3091d 100%);
	 background: -ms-linear-gradient(top,  #9a141b 0%,#c3091d 100%);
	 background: linear-gradient(to bottom,  #9a141b 0%,#c3091d 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a141b', endColorstr='#c3091d',GradientType=0 );
	 
	 color: #fff;
	 font-weight: bold;
 }
 
 .powermail_captchaimage {
	margin: 5px auto;
 }
 
 
.powermail_captcha_outer  
{
	text-align:center;
	}
	.powermail_fieldwrap {
	margin: 10px 0px;
 }
 .ui-datepicker-calendar th {
	background-color: #9a141b !important;
	color: #fff;
 }
.ui-widget-header {
	background: #9a141b !important;
}
 .align-center {
     text-align: center;
    line-height: 1.7;
	}
 .powermail_fieldset_2  .powermail_fieldwrap {
	float:left;
	width: 45%;
	margin-right: 5%;
 }
 
 .powermail_fieldset_2  .powermail_fieldwrap:nth-child(odd){
	float:left;
	width: 50%;
	margin-right: 0px;
 }
#powermail_fieldwrap_18 {
	margin-top:0;
	padding-top:40px;
}
#powermail_fieldwrap_27,
#powermail_fieldwrap_28,
#powermail_fieldwrap_36,
#powermail_fieldwrap_35 {
	padding-top:40px;
 }
 
 
 
 .ui-corner-all {
	border-radius: 0px !important;
 }
 .ui-state-default {
	color:#000 !important;
 }

 
  /*** TABELLEN ***/
 td.td-0{width:50%}
table.tabelle{width:100%}
.tabelle strong,th{font-weight:bold !important;background-color:#9a141b !important;color:#fff !important;vertical-align:top;text-align:left;padding-left:10px}
.tr-odd td{background-color:#efefef !important;padding:5px}
.tr-even td{background-color:#dbdbdb !important;padding:5px}
 
	.tr-odd td,.tr-even td
	{
		padding: 10px;
		font-size: 18px !important;
	}
	.footable-row-detail-cell {
		
		padding: 10px 35px;
	}
	.tabelle strong, th {
		padding: 10px;
	}
	.footable-toggle {
		margin-right: 5px;
	}
	 
 
td.td-last.td-1.footable-visible.footable-last-column
{
	text-align:center;
}

#content .csc-sitemap {
	margin-top:30px;
}
#content .csc-sitemap > ul > li{
    /* font-weight: bold; */
	background-image:none;
}

#content .csc-sitemap ul li ul {
	padding-left: 40px;
    font-weight: normal;
	margin-bottom: 15px;
	margin-top: 5px;
}

#content .csc-sitemap ul li ul li:before {
	/* content: "• "; */
    color: #9a141b;
    font-weight: bold;
}

#content .csc-sitemap ul li ul li ul{
	padding-left: 60px;
}
#topwrap {
	width: 100%;
	max-width: 1200px;
	position: fixed;
	bottom: 0px;
	right: 10px;
	margin-left: -600px;
	display:none;
	z-index: 2000;
	cursor:pointer;
}
#linktotop {
	width: 50px;
	height: 41px;
	float: right;
	display: block;
	background: #9a141b url('../images/nachOben.png') no-repeat center;
}
.footable.breakpoint > tbody > tr td.footable-visible{
	padding-left:35px;
}
.footable.breakpoint > tbody > tr span.footable-toggle {
	display:none;
}
.footable.breakpoint > tbody > tr td.footable-visible:before{
	color: #888888;
	font-family: "footable";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-right: 5px;
	text-transform: none;
	content: "";
	position: absolute;
	left: 25px;
}
.footable.breakpoint > tbody > tr.footable-detail-show td.footable-visible:before {
	content: "";
}
/*
.footable.breakpoint > tbody > tr:before {
	color: #888888;
	font-family: "footable";
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	padding-right: 5px;
	text-transform: none;
	content: "";
}
.footable.breakpoint > tbody > tr.footable-detail-show td.footable-visible:before {
	content: "";
}*/
#content .csc-textpic-text {
	padding-right:20px;
}
div.csc-textpic-imagecolumn {
	margin-bottom:10px;
}
.csc-textpic-imagewrap
{
	margin: 10px 0px !important;
	/* float:none !important; */
	text-align:center !important;
}
#contentBottom .csc-textpic-imagerow {
	float:left;
	padding-right:15px;
}
.powermail_fieldset_7 {
	padding-top:30px;
}
.powermail_form_2 h3 {
	display:none;
}

/******************************************************************************************* R E S P O N S I V E *************************/


@media screen and (max-width: 1280px) {
#logo
{
	width: 290px;
	height: 150px;
	left: 15px;
	top: -40px;
	padding: 10px 25px 0px 25px;
}
#mainNavi ul
{
	margin-left: 30%;
}
.flexnav li a {
	padding:18px 13px 17px
	width: 115px;
	font-size: 16px;
}
#content {
	padding: 2%;
}
.flexnav li ul li a
{
	padding: 10px 30px;
}

.flexnav li > ul
{
	width: 170px;
}
	
	#balken .grid2ColElement:nth-child(1)
	{
		width: 55%;
	}
	#balken .grid2ColElement:nth-child(2)
	{
		width: 45%;	
	}
	
	.csc-textpic-lastcol {
	margin-right:10px !important;
	}

}

@media screen and (max-width: 1130px) {
	#balken .balkenInner .balken {
		display:none;
	}
	#balken .balkenInner .socialbalken {
		width:100%;
	}
	#kreisbox {
		text-align:center;
	}
	#balken .balkenInner {
		padding:15px 30px;
	}
}

@media screen and (max-width: 1130px) {
	/*#bildbox-big .bildboxelemente {
		margin-left: auto;
		margin-right: auto !important;
		float:none;
	}
	#bildbox-small {
		margin: 0 25.25%;
		width: 49.5%;
	}
	#bildbox-small .bildboxelemente {
		width:49.5%;
	}
	#bildbox-small .bildboxelemente:nth-child(2),
	#bildbox-small .bildboxelemente:nth-child(4),
	#bildbox-small .bildboxelemente:nth-child(6),
	#bildbox-small .bildboxelemente:nth-child(8) {
		margin-right:0;
		margin-bottom:1%;
	}*/
}


@media screen and (max-width: 1023px) {
.bildboxelemente h2 {
	font-size: 25px !important;
}
#topMenu
{
	position:relative;
}
	
	#linktotop {
		float: none;
		margin: auto;
	}
#header
{
	margin-top: 0px;
}
#kreisbox {
	margin: 0 auto;
}
hr {
	margin: 60px auto !important;
}
	
#contentBottom
{
	padding: 0% 1%;	
}
#content h1 {
	color: #9a141b;
	font-size: 40px;
	font-weight: bold;
	margin: 0px;
}
#content h2 {
	font-size: 30px;
	font-weight: bold;
}
#content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #9a141b;
	
}
	#balken .balkenInner
	{
		padding: 18px 30px 15px 30px;
	}
	#balken .grid2ColElement:nth-child(1)
	{
		width: 100%;
	}
	#balken .grid2ColElement:nth-child(2)
	{
		display:none;
	}
	
	
  .powermail_field, .powermail_captcha_outer {
    width: 300px !important;
  }
  .powermail_captcha, .powermail_captchaimage  {
    width: 292px !important;
  }
  div.tx-powermail {
    width: 100% !important;
  }
  
  .grid4ColElement {
    float: left;
    width: 48%;
    margin-right: 2%;
  }
	
	#bildbox {
		margin-bottom: 80px;
	}
	#footerContent
	{
		padding: 0% 1%;
	}
	#footerContent .clearfix:after {
	display:block;
	}
	
	#top {
		height: auto;
		background:#9a141b;
	}
	#top nav ul li ul {
		background:#c3091d;
	}
	.menu-button {
	text-align:right;
	border-bottom: 0px;
	height: 85px;
	padding-top: 1.5em;
	padding-right: 15px;
	}
	
	#langNavi {
		padding-right: 10px;
	}
	
	.menu-button .touch-button .navicon
	{
		display:none;
	}
	#mainNavi ul {
		margin-left: 0px;
	}
	.flexnav li a
	{
		width: 100%;
	}
	.flexnav li > ul
	{
		width: 100%;
		border-bottom: 1px solid #a81822;
	}
	.flexnav li ul li a {
		
		border-bottom: 0px;
		padding-left: 30px;
	}
	.flexnav li ul li a:before{
		content: "> ";
	}
	.backgroundChange {
		/* background: #9a141b; */
		
	}
	#balken {
		position: relative;
	}
}

@media screen and (max-width: 920px) {
	.bildboxelemente h2 {
		font-size: 20px !important;
	}
}
@media screen and (max-width: 900px) {
	#headlineContentPicture .left {
		width:100%;
	}
	#headlineContentPicture .right {
		display:none;
	}
	#headlineContentPicture .bottom {
		display:block;
		width:100%;
		padding-top:20px;
	}
}

@media screen and (max-width: 768px) {
	.slick-next, .slick-prev {display:none !important;}
	
	
	.slick-slide img
	{
		display: block;
		width: auto;
	}
	
  #content {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #social, #metaNavi {
    width: 30%;
    padding-top: 5px;
    text-align: right;
  }
  .grid4ColElement {
    float: none;
    width: 100%;
    margin-right: 0;
  }
	
	.csc-textpic-imagewrap
	{
		margin: 10px 0px !important;
		float:none !important;
		text-align:center !important;
	}
	.csc-textpic-text 
	{
		margin: 10px 0px !important;
		float:none !important;
	}
	
	
	.grid3ColElement
	{
		width: 45%;
		text-align:left;
	}
	
	.grid3ColElement:nth-child(3)
	{
		display:none;
	}
	#balken .balkenInner
	{
		padding: 18px 15px;
	}
	
#contentBottom .grid2ColElement:nth-child(1)
{
	display:none;
}
#contentBottom .grid2ColElement:nth-child(2)
{
	width: 90%;
}
	#slidermain {
		height: 390px;
		overflow: hidden;
	}
	#slidermain img {
		max-width: inherit;
		height: 390px;
		text-align: center;
		position: relative;
		left: -20%;
	}	
	#content {
		padding-top: 70px;
	}
	#kreisbox .kreisboxelement {
		margin-right: 7px;
	}
}

@media screen and (max-width: 600px) {
	#bildbox-big .bildboxelemente {
		width:100%;
	}
	#bildbox-small .bildboxelemente {
		width:49.5%;
	}
	#bildbox-small .bildboxelemente:nth-child(2),
	#bildbox-small .bildboxelemente:nth-child(4),
	#bildbox-small .bildboxelemente:nth-child(6),
	#bildbox-small .bildboxelemente:nth-child(8) {
		margin-right:0;
		margin-bottom:1%;
	}
}

@media screen and (max-width: 480px) {
	.bildboxelemente h2 {
		font-size: 20px !important;
	}
	#slidermain img {
		max-width: inherit;
		height: 390px;
		text-align: center;
		position: relative;
		left: -30%;
	}	
	
	#bildbox .bildboxtextinner h2
	{
	font-size: 24px;	
	}
	#balken .balkenInner
	{
		padding: 24px 15px;
	}
	#detail .csc-textpic-imagewrap img {
		width: 100%;
	}
	#content {
		padding-top: 70px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
	}
	/* ############ KREISBOX ICON ELEMENTE ############ */
	
	#kreisbox
	{
		overflow: hidden;
	}
	
	#kreisbox .kreisboxelement {
		display: inline-block;
		margin-right: 7px;
		width: 65px;
		height: 65px;
		-webkit-border-radius: 36px;
		-khtml-border-radius: 36px;
		-moz-border-radius: 36px;
		border-radius: 36px;
		background: #c3091d;
		color: #fff;
		padding: 16px 0px 12px 0px;
		position: relative;
		cursor: pointer;
	}
	#kreisbox .kreisboxelement:last-child {
		
		margin-right: 0px;
	
	}
	#kreisbox .kreisboxelement:hover {
		background: #fff;
	}
	
	#kreisbox .kreisboxicon
	{
		position: absolute;
		width: 100%;
		height: 45px;
		text-align: center;
	}
	
	#kreisbox .kreisboxicon img
	{
		padding-top:5px;
		height: 30px;
	}
	
	#kreisbox .kreisboxtext
	{
		position: absolute;
		display:none;
		color: #c3091d;
		text-align: center;
		width: 100%;
		
	}
	#kreisbox .kreisboxtext p {
		font-size: 11px;
		color: #c3091d;
		padding: 0px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		font-weight: 500;
	}
	#kreisbox .kreisboxtext a,
	#kreisbox .kreisboxtext a:hover {
		font-size: 13px;
		color: #c3091d;
		text-decoration: none;
	}
	#kreisbox .kreisboxelement:hover .kreisboxtext
	{
		display:block;
	}
	
	#kreisbox .kreisboxelement:hover .kreisboxicon
	{
		display:none;
	}
	#footer h3 
	{
		margin-bottom: 25px !important;
}
	
  .powermail_fieldwrap label, .powermail_fieldwrap input {
    float: none;
    width: 100%;
  }
  .powermail_fieldset_2 .powermail_fieldwrap:nth-child(odd) {
    float: none;
    width: 100%;
  }
.powermail_field, .powermail_captcha_outer{
    float: none;
    width: 100% !important;
  }
	.grid3ColElement
	{
		float:none;
		display: block;
		padding: 0px 4%;
		margin: 0px !important;
		width: 100%;
		text-align:left;
		margin: 50px;
	}
	
	.grid3ColElement:nth-child(3)
	{
		display:none;
	}
	.grid3ColElement:nth-child(1)
	{
		margin: 0px 0px 60px 0px !important;
	}
	
	#c328
	{
		 position:relative;
		 top: -50px;
		 margin-bottom: -40px;
	}
	
#wc-buttons .buttons a,
#wc-buttons .buttons 
{
	width: 100%;
}
powermail_fieldset_2 .powermail_fieldwrap:nth-child(odd)
{
	float:none;
	width: 100%;
}
.powermail_fieldset_2 .powermail_fieldwrap
{
	float:none;
	width: 100%;
}
}


@media screen and (max-width: 400px) {
	.bildboxelemente h2 {
		font-size: 16px !important;
	}
	#logo {
		width: 240px;
		height: 150px;
		left: 15px;
		top: -50px;
		padding: 30px 25px 0px 25px;
	}
	
	#slidermain img {
		max-width: inherit;
		height: 390px;
		text-align: center;
		position: relative;
		left: -40%;
	}	
	
	#c378 a
	{

		font-size: 15px !important;

		}
	#contentBottom 
	{
		position:relative;
		top:30px;
		padding: 0px;
		margin-top: -20px;
	}
	#contentBottom img {
		width: 100%;
	}
	#footerContent img {
		width: 100%;
	}
	#footer p {
		font-size: 15px;
	}
	
	#balken .balkenInner
	{
		padding: 28px 10px;
	}
	/* ############ KREISBOX ICON ELEMENTE ############ */
	
	#kreisbox
	{
		overflow: hidden;
	}
	
	#kreisbox .kreisboxelement {
		display: inline-block;
		margin-right: 7px;
		width: 55px;
		height: 55px;
		background: #c3091d;
		color: #fff;
		padding: 10px 0px 10px 0px;
		position: relative;
		cursor: pointer;
		overflow:hidden;
	}
	#kreisbox .kreisboxelement:last-child {
		
		margin-right: 0px;
		
	}
	#kreisbox .kreisboxelement:hover {
		background: #fff;
	}
	
	#kreisbox .kreisboxicon
	{
		position: absolute;
		width: 100%;
		height: 45px;
		text-align: center;
	}
	
	#kreisbox .kreisboxtext
	{
		position: absolute;
		display:none;
		color: #c3091d;
		text-align: center;
		width: 100%;
		padding-top:3px;
		
	}
	#kreisbox .kreisboxtext p {
		font-size: 10px;
		color: #c3091d;
		padding: 0px;
		font-family: 'Open Sans', sans-serif;
		text-align: center;
		font-weight: 500;
		line-height:13px;
	}
	#kreisbox .kreisboxtext a,
	#kreisbox .kreisboxtext a:hover {
		font-size: 11px;
		color: #c3091d;
		text-decoration: none;
	}
	#kreisbox .kreisboxelement:hover .kreisboxtext
	{
		display:block;
	}
	
	#kreisbox .kreisboxelement:hover .kreisboxicon
	{
		display:none;
	}
}

@media screen and (max-width: 350px) {

	#kreisbox .kreisboxelement {
	
		margin-right: 7px;
		width: 50px;
		height: 50px;
		background: #c3091d;
		color: #fff;
		padding: 8px 0px 8px 0px;
		position: relative;
		cursor: pointer;
		overflow:hidden;
	}
	
	#content 
	{
		padding-bottom: 0px;
	}
	#logo {
		width: 230px;
		height: 150px;
		left: 10px;
		top: -50px;
		padding: 40px 15px 0px 15px;
	}
	
	#slidermain img {
		max-width: inherit;
		height: 390px;
		text-align: center;
		position: relative;
		left: -40%;
	}	
	#contentBottom .grid2ColElement:nth-child(2)
	{
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		
	}
	#bildbox .bildboxtextinner h2
	{
		font-size: 16px;
		font-weight: bold;
	}
	#footer 
	{
		padding-top: 120px;
	}
	#footer p 
	{
		font-size: 15px;
	}
	#footer a
	{
		font-size: 15px;
	}
	#content h1
	{
		font-size: 34px;
	}
	#content h2
	{
		font-size: 22px;
	}
	#balken .balkenInner
	{
		padding: 31px 10px;
	}
}
@media screen and (max-width: 340px) {
	#content 
	{
		padding-bottom: 0px;
	}
	#kreisbox .kreisboxelement
	{
		margin-right: 5px;
	}
	#logo {
		width: 230px;
		height: 150px;
		left: 10px;
		top: -50px;
		padding: 40px 15px 0px 15px;
	}
	
	#slidermain img {
		max-width: inherit;
		height: 390px;
		text-align: center;
		position: relative;
		left: -40%;
	}	
	#contentBottom .grid2ColElement:nth-child(2)
	{
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
		
	}
	#bildbox .bildboxtextinner h2
	{
		font-size: 16px;
		font-weight: bold;
	}
	#footer 
	{
		padding-top: 120px;
	}
	#footer p 
	{
		font-size: 15px;
	}
	#footer a
	{
		font-size: 15px;
	}
	#content h1
	{
		font-size: 34px;
	}
	#content h2
	{
		font-size: 22px;
	}
}