@charset "utf-8";

/* FONTFACE
****************************************************/
a:focus {
  outline: 0;
}

a {
  color: #878787;
  font-weight: bold;
}

a:hover {
  color: #ee7f01;
}

p {
  font-size: 13px;
  font-family: 'Open Sans';
  font-weight: 300;
}

hr {
  border: 0px;
  height: 0px;
  margin: 0px;
}

h1 {
  font-size: 26px;
  color: #ee7f01;
  font-family: 'Open Sans Semibold', 'Open Sans';
  margin-bottom: 20px;
}

h2, h2 a {
  font-size: 20px;
  color: #878787;
  font-family: 'Open Sans Semibold', 'Open Sans';
  margin-bottom: 16px;
  text-decoration: none;
}

h3, h3 a {
  font-size: 16px;
  color: #ee7f01;
  font-family: 'Open Sans Semibold','Open Sans';
  margin-bottom: 20px;
  text-decoration: none;
}

a[href^="tel"] {
  color: #343434;
  text-decoration: none;
}



.mainpage li {
  font-size: 13px;
  line-height:28px;
  list-style-image: url(../gfx/icon-liste.png);
}

.ce-textpic h1 {
  font-size: 27px;
  margin-bottom: 5px;
}

.ce-textpic aside p{
  font-size: 15px !important;
  color: #878787;
  font-family: 'Open Sans Semibold', 'Open Sans';
  margin-bottom: 15px;
}

#navigation a {
  text-decoration: none;
  font-weight: bold;
  color: #ffffff;
}

#navigation a:hover {
  color: #ffffff;
  text-decoration: underline;
}

#navigation .active a{
  color: #ffffff;
  text-decoration: underline;
}

.footer-address li {
  float: left;
  list-style-type: none;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-address .primary-nav {
  float: right;
  margin-top: 0px;
}

.footer-address a {
  text-decoration: none;
  font-weight: normal;
  color: #343434;
}

/*FONT
****************************************************/
.logo-txt {
    color: #747474;
    text-transform: uppercase;
    font-size: 30px;
    font-family: 'Open Sans Semibold', 'Open Sans', sans-serif;
    font-weight: bold;
    float: left;
    margin-top: 0px;
}

/* GLOBAL STUFF
****************************************************/

body, html{
    width: 100%;
    height: 100%;
}

body {
    padding:0;
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #343434;
    line-height: 15pt;
    background: #ffffff;
}

#wrapper {
    width: 960px;
    height: auto;
    margin: auto;
}

#slider {
    position: relative;
    margin-top: 45px;
    z-index: 1;
}

#logo-wrapper {
  position: absolute;
  z-index: 1001;
  left: 50%;
  top: 56px;
  text-align: center;
}

#logo-wrapper img {
    width: 121px;
    height: auto;
}

.vcard {
  margin: auto;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.mainpage > .vcard {
  max-width: 1140px;
}

nav#navigation {
  position: fixed;
  z-index: 1003;
  top: 0px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

#navigation {
  background: rgba(255,255,255,0);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

#navigation li {
  float: left;
  width: 12%;
  font-size: 16px;
  text-align: center;
}

#navigation {
  background: rgba(238,127,1,0.95);
  width: 100%;
  height: 48px;
  border-bottom: 2px solid #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee7f01+0,ed7f02+50,ee7f01+100 */
  background: #ee7f01; /* Old browsers */
  background: -moz-linear-gradient(top,  #ee7f01 0%, #ed7f02 50%, #ee7f01 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ee7f01 0%,#ed7f02 50%,#ee7f01 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ee7f01 0%,#ed7f02 50%,#ee7f01 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee7f01', endColorstr='#ee7f01',GradientType=0 ); /* IE6-9 */
}

#navigation ul {
  display: block;
}

#navigation ul ul {
  width: 280px !important;
  background: rgba(135,135,135,0.95);
  margin-left: 17px !important;
  -webkit-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.39);
  -moz-box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.39);
  box-shadow: 0px 3px 10px -1px rgba(0,0,0,0.39);
  border: 2px solid rgba(255,255,255,1);
}

#navigation ul li ul li {
  width: 100%;
  text-align: left;
  font-size: 15px;
}

#navigation ul li ul li a {
  text-decoration: none !important;
}

#navigation ul li ul li a:hover {
  text-decoration: underline !important;
}

.ss-navigateup {
  float: right;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: url(../gfx/backtop.png) center no-repeat;
  color: #000000;
  position: fixed;
  width: 63px;
  height: 63px;
  bottom: 25px;
  right: 10px;
  z-index: 998;
  padding: 9px 12px 7px;
  cursor: pointer;
}

.pageleft, .pageright {
  float: left;
  /* width: 45%; */
  padding-bottom: 25px;
}

.pageleft {
  width: 60%;
  margin-right: calc(100vw - 90%);
  margin-right: 3rem;
}

.pageright {
  width: 30%;
}

.pagefull {
  clear: both;
  width: 930px;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}

.csc-frame-frame2 a{
  display: inline-block;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #878787;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

#hc-clown {
  position: fixed;
  bottom: 20px;
  left: 20px;
}

div#hc-clown img {
  width: 150px;
  height: auto;
}

footer {
  clear: both;
  border-top: 25px solid #ee7f01;
  height: 40px;
  background: #e9e9e9;
  margin-top: 25px;
  font-size: 13px;
}

.footer-address {
  width: 960px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* EXT WS_FLEXSLIDER
****************************************************/
.caption-wrapper.caption-align-right {
  top: 100px;
  position: absolute;
  right: 29%;
  display: none !important;
}

.tx-ws-flexslider .caption-title {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 16px;
  color: #ee7f01;
}

.flexslider {
  margin: 0 0 25px !important;
}

.caption-text.open {
  display: none;
}

/*EXT: NEWS
****************************************************/
.mainpage .tx_news-news-list-view {
  width: 960px;
  margin: auto;
  padding-top: 30px;
}

.tx_news-news-list-view .article.articletype-0 {
  width: 750px;
  margin: auto;
  padding-left:10px;
  padding-right: 10px;
  margin-left: 15px;
  border-left: 5px solid #f08b18;
}

.news-list-date {
  display: none !important;
}

hr.hr-news {
  border: 0px;
}

.news-backlink-wrap {
  margin-top: 40px;
}

.news-list-view {
  padding-bottom: 25px;
}

.page-navigation {
  margin-top: 50px;
  margin-bottom: -25px;
  float: left;
  width: 100%;
}

.news .page-navigation ul {
  float: right;
  margin-top: -25px;
}

.news .page-navigation ul li {
  float: left;
  padding-left: 10px;
  border: 1px solid #cccccc;
  padding-right: 10px;
  margin-bottom: 25px;
  margin-right: 10px;
}

.news .page-navigation ul li a {
  text-decoration: none;
}

.news-list-view .page-navigation:first-child {
    display: none;
}

.news-related-wrap {
  margin: 0px;
}

.news-single .teaser-text p {
  display: block;
  color: #343434;
}

.tx_news-news-cat {
  display: none !important;
}

.news-category {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.news-category li {
    float: left;
    width: 50%;
}

.mainpage .tx_news-news-list-view {
  clear: both;
}

/* DCE TEASER
****************************************************/
.teaser-single {
    display: inline-block;
    width: 250px;
}

.teaser-element {
  width: 950px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 25px;
  padding: 5px;
  border: 1px solid #cccccc;
  opacity: 0.7;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.teaser-title {
  color: #343434;
  text-transform: uppercase;
  border-left: 2px solid #ee7f01;
  font-weight: bold;
  margin-bottom: 12px;

}

.teaser-title:before {
  position:absolute;
  display:block;
  content:'';
  border-left: 12px solid #ffffff;
  height: 15px;
  padding-left: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.teaser-title p {
  margin-left: 13px;
}

.teaser-single {
  display: inline-block;
  width: 294px;
  margin: 10px;
  position: relative;
}

.teaser-image img {
  width: 100%;
  height: auto;
}

.teaser-element .teaser-text {
  position: absolute;
  top: 32px;
  padding: 10px;
  height: 204px;
  width: 274px;

}

.teaser-element .teaser-text:hover {
  background: rgba(238,127,1,0.8);
  position: absolute;
  top: 32px;
  padding: 10px;
  height: 209px;
  width: 274px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}


.teaser-text a {
  display: none;
  color: #ffffff;
}

.teaser-text:hover p, .teaser-text:hover a {
  display: block;
}

.teaser-content {
    padding: 6px;
}

.teaser-link a {
  background: #e9e9e9;
  text-decoration: none;
  margin-left: -16px;
  padding: 10px;
  width: 274px;
  text-align: center;
  color: #343434;
  position: absolute;
  bottom: 0px;
}

/* DCE BRAKELINE
****************************************************/
.hc-breakline {
  background: #ee7f01;
  color: #ffffff;
  text-align: center;
  height: 56px;
  clear: both;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: 25px;
  float: left;
  width: 100%;
  font-family: 'Open Sans Light', 'Open Sans';
}

.hc-break-content p{
  font-size: 40px
}

/* DCE TEXT
****************************************************/
.hc-text {
  clear: both;
  width: 100%;

  padding-top: 10px;
  padding-bottom: 10px;

}

.hc-content {
  padding: 15px;
  width: 930px;
  margin: auto;
}

/* DCE LISTELEMENT
****************************************************/
.list-wrap {
  clear: both;
  width: 920px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.list-wrapper {
  float: left;
  width: 450px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.list-content {
  float: left;
  width: 285px;
  margin-left: 25px;
  font-size: 13px;
}

.list-title {
  font-size: 15px;
  color: #f08b18;
  font-family: 'Open Sans Semibold', 'Open Sans';
  padding-bottom: 5px;
}

.list-icon {
  float: left;
}

.list-icon img {
  border: 1px solid #bdbdbd;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(217,217,217,1);
  -moz-box-shadow: 0px 0px 9px 1px rgba(217,217,217,1);
  box-shadow: 0px 0px 9px 1px rgba(217,217,217,1);
}

/* DCE BILD
****************************************************/
.hc-img {
}

.section-features {
  position: relative;
  top:-25px;
  margin-bottom: 25px;
  clear: both;
  padding-top: 70px;
  padding-bottom: 230px;
  text-align: center;
  overflow: hidden;
  border-bottom: 25px solid #ee7f01;
  box-shadow: 5px 5px 50px rgba(23, 23, 23, 0.7) inset, -5px -5px 50px rgba(23, 23, 23, 0.7) inset;
}

/* DCE COUNTER
****************************************************/
.section-counter {
  width: 100%;
  height: 50px;
  margin-bottom: 25px;
  margin-top: 25px;
  background: #f08b18;
  padding-top: 30px;
  padding-bottom: 20px;
}

.counter-container {
  width: 940px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.counterwrap {
  float: left;
  width: 235px;
  color: #ffffff;
  text-align: center;
}

.counter {
  font-size: 50px;
  font-family: 'Open Sans Semibold', 'Open Sans';
}

/* DCE PAGEBROWSER
****************************************************/
.pagebrowser {
    margin: auto;
    width: 120px;
}

.pagebrowser-num {
    float: left;
    padding-left: 10px;
    border: 1px solid #cccccc;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 25px;
    margin-right: 10px;
}

.pagebrowser-num a {
  text-decoration: none;
}

/* DCE GALLERY
****************************************************/
.gallery-wrap {
  width: 930px;
  padding-right: 15px;
  padding-bottom: 25px;
  margin: auto;
  position: relative;
}

.gallery-wrapper {
    width: 265px;
    float: left;
    margin-right: 45px;
    margin-bottom: 25px;
}

.gallery-image img {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding: 10px;
  -webkit-box-shadow: 4px 2px 11px 0px rgba(37, 34, 50, 0.32);
  -moz-box-shadow: 4px 2px 11px 0px rgba(37, 34, 50, 0.32);
  box-shadow: 4px 2px 11px 0px rgba(37, 34, 50, 0.32);
  margin: 10px;
  display: inline-block;
}

.gallery-title {
  display: inline-block;
  width: 100%;
  color: #ee7f01;
  font-family: 'Open Sans Semibold', 'Open Sans';
}

.gallery-desc {
  font-size: 13px;
  padding-bottom: 8px;
  display: block;
}

.gallery-content {
  margin-left: 20px;
  width: 280px;
  text-align: center;
  border-bottom: 5px solid #ee7f01;
}

.gallery-wrapper .mask {
  opacity: 0;
  overflow: visible;
  border: 0px solid rgba(0,0,0,0.7);
  box-sizing: border-box;
  transition: all 0.4s ease-in-out;
  position: absolute;
  margin-top: -222px;
  margin-bottom: 45px;
}

.gallery-wrapper a.info {
  opacity: 0;
  transform: scale(0,0);
  height: 25px;
  width: 25px;
  display: block;
  position: absolute;
  margin-left: 115px;
  margin-top: 76px;
}

.gallery-wrapper:hover .mask {
  opacity: 1;
  background: rgba(0,0,0,0.7);
  position: relative;
  top: 20px;
  height:177px;
  width:265px;
  margin-left: 20px;
}

.gallery-wrapper:hover a.info {
    opacity: 1;
    transform: scale(1,1);
    background: url(../gfx/loop.png) no-repeat;
    border: 20px solid transparent;
    margin-left: 100px;
    margin-top: 61px;
}



/* EXT: WS_FLEXSLIDER
****************************************************/
.flexslider {
  margin: 0 0 55px;
}

/* EXT: POWERMAIL
****************************************************/
.tx-powermail {
  width: 100%;
  background: #ffffff;
  padding: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.32);
  -moz-box-shadow:    0px 0px 0px 0px rgba(255, 255, 255, 0.32);
  box-shadow:         0px 0px 0px 0px rgba(255, 255, 255, 0.32);
}

.powermail_legend {
  display: block !important;
  color: #5c5b5b;
  font-weight: bold;
  font-size: 12pt;
  padding-top: 20px;
  margin-bottom: 20px;
}

.tx-powermail input, .tx-powermail textarea {
  background: #ee7f01;
  border: 0px;
  padding-left: 5px;
  width: 290px;
  color: #ffffff;
}

.tx-powermail label {
  float: left;
  color: #5c5b5b;
  width: 180px;
  font-size: 13px;
}

.powermail_form_2 .tx-powermail label {
  clear: both !important;
  width: 180px;
}

.powermail_form_2 .powermail_submit {
  width: 299px !important;
}

.powermail_fieldwrap_22 {
  color: #5c5b5b;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.tx-powermail .powermail_file {
  color: #ffffff !important;
  background: #5c5b5b;
  padding-left: 5px;
  width: 290px;
}

.powermail_fieldwrap {
    clear: both;
}

.powermail_submit {
    color: #ffffff;
    width: 475px !important;
    margin-top: 20px;
    font-size: 12pt;
    background: #5c5b5b !important;
    font-family: 'Open Sans Semibold', 'Open Sans';
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.32);
    -moz-box-shadow:    0px 0px 0px 0px rgba(255, 255, 255, 0.32);
    box-shadow:         0px 0px 0px 0px rgba(255, 255, 255, 0.32);
}

input#powermail_field_datenschutz_1 {
    float: left;
    position: relative;
    left: 68px;
    top: 20px;
}

.checkbox {
    width: 100px;
}

.powermail_all {
    color: #5c5b5b;
}

dt.powermail_all_label {
    float: left;
    width: 250px;
}

.powermail_all_type_input {
    padding-bottom: 5px;
}

input {
    width: 295px;
    font-size: 13px;
    color: #2c2b2b;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans';
}

select {
    width: 298px;
    font-size: 13px;
    color: #2c2b2b;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Open Sans';
}

textarea {
    width: 295px;
    font-size: 9pt;
    color: #2c2b2b;
}

.powermail_submit {
    width: 298px;
    background: #eeeeee;
    border: 0px;
    -webkit-box-shadow: 4px 2px 11px 0px rgba(37, 34, 50, 0.32);
    -moz-box-shadow:    4px 2px 11px 0px rgba(37, 34, 50, 0.32);
    box-shadow:         4px 2px 11px 0px rgba(37, 34, 50, 0.32);
}

.powermail_fieldwrap {
    margin-bottom: 5px;
}

.powermail_legend, .tx-powermail h3 {
    display: none;
}

/*DCE VORTEIL
****************************************************/
.bewowrapper {
  float: left;
  width: 100%;
}

.bewovorteil {
    width: 940px;
    margin: auto;
    padding: 10px;
}

.bewocontent {
  float: left;
  background: #f7f7f7;
  color: #282828;
  padding: 10px;
  margin: 10px;
  width: 429px;
  height: 180px;
  font-family: 'Open Sans Light', sans-serif;
  line-height: 25px;
  font-size: 13px;
  text-align: center !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.bewocontent:hover {
  background: #ee7f01;
  color: #ffffff;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.bewoconti p{
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Open Sans Semibold', sans-serif;
  font-size: 15px;
}

/**************************************/
/* Default styles for news extension */
/**************************************/
.news .clear {
	clear: both;
}

.news .nav ul {
	float: left;
	display: inline;
	margin: 0;
}

.news .nav li {
	float: left;
}

.news .nav a {
	float: left;
	display: block;
}

.news .nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article {
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.news .article:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.news .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.news .article .news-img-wrap {
	float: left;
	margin: 3px 12px 5px 0;
	background: #fff;
}

.news .article .news-img-wrap a {
	display: block;
	float: left;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}

.news .article .news-img-wrap img {
	float: left;
	height: auto;
	width: auto;
}

.news .article .teaser-text {
	margin: 0 0 10px 0;
}

.news .article h3 {
	margin-bottom: 0;
}

.news .footer {
	clear: both;
	padding: 10px 0 0 0;
	border-top: 1px solid #eee;
	margin-top: 15px;
	color: #888;
}

.news .footer p {
	line-height: 1em;
}

.news .footer span {
	display: inline-block;
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid #ddd;
}

.news .footer span:last-child {
	border-right: 0;
}

.news .footer .news-category a {
	text-transform: uppercase;
}

.news .no-news-found {
	color: #DB0202;
	font-style: italic;
}

.news .page-navigation p {
	float: left;
}

.news .page-navigation ul {
	float: right;
}

.news .page-navigation ul li {
	float: left;
	display: block;
	padding: 0 2px;
	background: none;
}

.news .page-navigation ul li a {
	display: block;
}

/* category menu view */
.news-category-view ul li {
	padding: 5px 8px;
}

.news-category-view ul li li {
	padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #ddd;
}

/* single view */
.news-single .footer {
	margin-bottom: 20px;
	margin-top: 5px;
	padding: 10px 0 0 0;
	border-bottom: 0;
	border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
	float: right;
	width: 282px;
	margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
	float: none;
}

.news-single .teaser-text {
	font-size: 15px;
	color: #888;
}

.news-text-wrap {
	margin-bottom: 10px;
}

.news-img-caption {
	color: #888;
}

/* related news + files */
.news-related-wrap {
	display: table;
	margin-top: 20px;
	width: 100%;
}

.news-related {
	width: 50%;
	padding: 15px;
	border: 1px solid #eee;
	display: table-cell;
}

.news-related ul li {
	line-height: 1em;
	margin-bottom: 12px;
}

.news-related ul li span {
	border-right: 1px solid #DDDDDD;
	display: inline-block;
	margin-right: 8px;
	padding-right: 8px;
	color: #888;
}

.news-related ul li span:last-child {
	border-right: 0;
	padding-right: 0;
}

.news-related h4 {
	margin-bottom: 10px;
}

.news-related-files ul li {
	margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
	background-position: 0 0;
}

.news-clear {
	clear: both;
}

.frame.frame-default + .frame.frame-default {
  margin-top: 3em;
}

.contact-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.contact-column {
  margin-top: 1em;
}

/* adjustment for reveno-care */
body.reveno-care #slider {
  margin-top: 0;
}

body.reveno-care > ul {
  display: none;
}

body.reveno-care .flexslider {
  border: none;
}

body.reveno-care p {
  margin-top: 1em;
}

body.reveno-care strong {
  font-weight: bold;
}