@import url(fonts.css);

  /** YAML Basics
  * @section Accessibility Module
  *
  * (en) skip links and hidden content
  * (de) Skip-Links und versteckte Inhalte
  */
  /* (en) classes for invisible elements in the base layout */
  /* (de) Klassen für unsichtbare Elemente im Basislayout */
  .ym-skip,
  .ym-hideme,
  .ym-print {
    position: absolute;
    top: -32768px;
    left: -32768px;
  }

  /* (en) make skip links visible when using tab navigation */
  /* (de) Skip-Links für Tab-Navigation sichtbar schalten */
  .ym-skip:focus,
  .ym-skip:active {
    position: static;
    top: 0;
    left: 0;
  }

  /* skiplinks:technical setup */
  .ym-skiplinks {
    position: absolute;
    top: 0px;
    left: -32768px;
    z-index: 1000;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .ym-skiplinks .ym-skip:focus,
  .ym-skiplinks .ym-skip:active {
    left: 32768px;
    outline: 0 none;
    position: absolute;
    width: 100%;
  }
.ym-skiplinks a.ym-skip:focus, .ym-skiplinks a.ym-skip:active {
    background: #333 none repeat scroll 0 0;
    border-bottom: 1px solid #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
@media print {
  a[href]:after {
    content: none;
  }
}
html :first-child { margin-top:0;}
html :last-child { margin-bottom:0;}

/* force vertical scrollbar */
body {
	overflow-y: scroll;
  background:#fafafa;
  padding: 0;
	color: #5e5e5e;
  font: 400 14px/21px "Open Sans", sans-serif;
}
.pipesymbol:after {
    content: "|";
    padding: 0 2px;
}
.container {}
.container .container, .container-fluid .container {width:100%;padding-left:0px;padding-right:0px;}
.container-fluid .row { margin: 0;}

iframe {max-width:100%;border:0;}
img, embed, object, video { max-width: 100%;max-height:100%;height:100%;}
.fett {font-weight:bold;}
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }
.indent {padding: 0 200px;}
.internal-link  {}
.external-link-new-window:before{
	display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding:0 3px 0 0;
}
.external-link-new-window:before{content:"\f08e";font-size:75%;}
.download {
}
.download:before{
	display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding:0 10px 0 3px;
}
.download:before{content:"\f019";}

.mail {
}

.backlink {
	color:#3399cc;
}
.backlink:before{
	display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  padding:0 3px 0 0;
}
.backlink:before{content:"\f100";}
.phonelink:before{
	display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size:75%;
  padding:0 1px 0 3px;
}
.phonelink:before{content:"\f095";}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
#footer a[href^="tel:"],
#footer a[href^="callto:"] {
  color:#fff;
}
#footer a[href^="tel:"]:hover {color: #f78f20;}
#back-top {position: fixed; bottom:40px;z-index:99; left: 50%; margin:0 0 0 650px; display:none;}
#back-top a {width:38px;height:38px; display: block;border-radius:50%;background:#f78f20;text-decoration:none;transition: all 0.8s ease 0s;box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);}
#back-top a::after { color: #fff;content: "\f106";font: 24px/37px FontAwesome;padding: 0 0 0 11px;}
#back-top a:hover { background-color:#000;}

/*###Uploads#####*/
.ce-uploads span { display: inline;}

/*####Text mit Bild #####*/
/*TYPO3 Text mit Bild*/
.ce-intext .ce-gallery {max-width:50%;}

/*#############################
#######Überschriften###########
###############################
*/

h1,h2,h3,h4,h5,h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}
h1 {
  font: 300 48px/54px "Open Sans", sans-serif; }

h2 {
   font: 300 48px/64px "Open Sans", sans-serif; }
h1 .big, h2 .big {font: 300 72px/82px "Open Sans", sans-serif;}

#sidebar-primary h2 {
font: 300 24px/32px "Open Sans", sans-serif;letter-spacing: -0.6px;}

h3 {
  font: 300 36px/43px "Open Sans", sans-serif; }
h3 .big {font: 300 48px/54px "Open Sans", sans-serif; }
h3 i{color: #f78f20;}
h3 + h3 {margin-top:0;}
h4 {
  font: 300 24px/28px "Open Sans", sans-serif; }

#headercontent h1, #headercontent h2 { font: 300 72px/72px "Open Sans", sans-serif;color: #f78f20;}
#headercontent h4 { font: 600 36px/43px "Open Sans", sans-serif; }
h1 + h4, h2 + h4 {
    margin-top: 55px;
}
.rd-parallax h4, .rd-parallax h5 {
    color: #fff;
}
h5 {
font: 300 18px/24px "Open Sans", sans-serif;}

h5 span {
    font-weight: 400;
    letter-spacing: 0; }

h6 strong {
  font-weight: 700;
  letter-spacing: 0; }
h6 span {
  font-weight: 600;
  text-transform: none; }
footer h6 {
	color: #f78f20;
	}
h6, cite, .h6 {
  font: 300 16px/18px "Open Sans", sans-serif;
  letter-spacing: -0.45px;
  text-transform: uppercase; }
/*
h1, h2, h3, .light {
    color: #f78f20;
}
*/
h4, h5, h6, cite, address p, .h6 {
    color: #333333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{
  transition: .3s all ease; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #ff7e00; }

 /*--- Links ----------------------------------------------------------------------------------------- */
	*:focus {outline: none;	}

a {
	transition: all 0.4s ease 0s;
	color:inherit;
}
a.teaser_link {display:block;}
a:focus,
a:hover,
a:active {color:inherit; text-decoration:none;}


#footer a {color:inherit;}
#footer a:focus,
#footer a:hover,
#footer a:active {color:inherit; }
#footer ul > li a {
    color: #bcbcbc;

}
#footer ul > li a:hover {
    text-decoration: underline;
    color: #fff;
}
hr {
	border-top: 1px solid #e1e1e1;
	margin:0;
}
button, input, select, textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    color: #666;
    padding:0 5px;
}
input[type=text]:focus, textarea:focus, select:focus, .select_container:focus {}
input[type="submit"]:hover {}
legend {border:none;}
.btn {
	border:none;
	border-radius:0;
	font-size:inherit;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline; }
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none; }

ol, ul {
/*    list-style: outside none none;
    padding-left:0;
*/
		padding-left:20px;
}
time {
  display: block; }

blockquote .cnt {
  display: table; }
  blockquote .cnt img, blockquote .cnt cite {
    display: table-cell;
    vertical-align: middle; }
  blockquote .cnt cite {
    padding-left: 27px; }
blockquote q {
  font-style: italic;
  margin-top: 26px;
  display: inline-block; }

address p {
  font: 600 24px/28px "Open Sans", sans-serif;
  letter-spacing: -0.6px; }
address dl {
  max-width: 190px; }
  address dl:before, address dl:after {
    display: table;
    content: "";
    line-height: 0; }
  address dl:after {
    clear: both; }
  address dl dt {
    float: left; }
  address dl dd {
    float: right;
    margin-left: 6px; }
    address dl dd a {
      display: inline-block; }
      address dl dd a:hover {
        color: #f78f20; }
      address dl dd a:active {
        color: #dc7508; }
    address dl dd:nth-child(5) {
      margin-left: 52px; }
address p + dl {
  margin-top: 14px; }

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  a:focus {
    outline: none; }
  a:active {
    background-color: transparent; }

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none; }

strong {
  font-weight: 700; }

.fa {
  line-height: inherit; }

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome"; }

.page {
  overflow: hidden;
  min-height: 500px; }
  .lt-ie9 .page {
    min-width: 1200px; }



/*=======================================================
                       Main Layout
=========================================================*/

/*==================    Buttons    ======================*/
/*
.btn-default {
  display: inline-block;
  position: relative;
  font: 600 14px/14px "Open Sans", sans-serif;
  color: #f78f20;
  text-transform: uppercase;
  padding-right: 24px; }
  .btn-default span {
    position: absolute;
    padding-right: 24px;
    width: 0;
    left: 0;
    top: 0;
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    white-space: nowrap; }
  .btn-default:before {
    position: absolute;
    content: '\f178';
    font-size: 18px;
    line-height: 14px;
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    color: #f78f20;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition-delay: 0.3s; }
  .btn-default:after {
    content: attr(data-title);
    width: 0; }
  .btn-default:hover {
    color: #f78f20;
    text-decoration: none;
    background-color: transparent; }
    .btn-default:hover:before {
      color: #333333; }
    .btn-default:hover span {
      width: 100%;
      color: #333333; }
*/
.btn {
	border:none;
	border-radius:0;
	font-size:inherit;
}
/*
.btn-default, .btn-primary {background:#f78f20;color:#fff;transition: all 0.4s ease 0s;}
*/
.btn-default {background:transparent;border:none;}
.btn-default:hover, .btn-primary:hover {background:transparent;text-decoration:none;}
.btn-default:hover::before { color: #333333;}
.btn-default {
    display: inline-block;
    position: relative;
    font: 600 14px/14px "Open Sans", sans-serif;
    color: #f78f20;
    text-transform: uppercase;
    padding:0 24px 0 0;
}
.btn-default::before {
    position: absolute;
    content: '\f178';
    font-size: 18px;
    line-height: 14px;
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    color: #f78f20;
    transition: 0.3s;
    transition-delay: 0.2s;
}
.btn-default:hover span {
    color: #333333;
}
.btn-default span {
    transition: 0.3s;
}
.btn-primary {
  display: inline-block;
  font: 400 18px/19px "Open Sans", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #f78f20;
  padding: 23px 63px 23px 54px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: solid 1px #f78f20; }
  .btn-primary:hover {
    background: transparent;
    color: #f78f20;
    border-color:#f78f20; }
  .btn-primary:active {
    background: rgba(247, 143, 32, 0.1);border-color:transparent; }

/*==================  Marked List  ======================*/
ul.marked-list{padding:0;text-align:left;list-style:none;}
.marked-list li {
  position: relative;
  padding-left: 28px;
  line-height: 35px; }
  .marked-list li a {
    font:300 18px/33px "Open Sans", sans-serif;
     }
  .marked-list li:before {
    content: '\f178';
    position: absolute;
    left: 0px;
    top: 0;
    font: 400 18px/35px "FontAwesome";
    color: #f78f20;
   transition: 0.3s;
    }
  .marked-list li + li {
    margin-top: 0px; }
.marked-list a:hover, .marked-list a:focus, .marked-list li.active a {
  color: #f78f20;
  text-decoration: none; }
.marked-list a:active, .marked-list a:focus {
  color: #dc7508; }
.marked-list li:hover:before {
        left: 5px;
 }

ul.marked-list-1 {list-style:none;}
.marked-list-1 li {
  max-width: 255px; }
  .marked-list-1 li a {
    position: relative;
    /*font-size: 12px;*/
    line-height: 18px;
    display: inline-block;
    padding: 6px 0 6px 28px; }
    .marked-list-1 li a:before {
      position: absolute;
      content: '\f061';
      font-family: "FontAwesome";
      color: #f78f20;
    /*  font-size: 12px;*/
      line-height: 18px;
      left: 1px;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .marked-list-1 li a:hover {
      text-decoration: none;
      color: #f78f20; }
      .marked-list-1 li a:hover:before {
        left: 5px; }
    .marked-list-1 li a:active {
      color: #ab5b06; }
      .marked-list-1 li a:active:before {
        color: #ab5b06; }
  .marked-list-1 li:first-child a {
    padding-top: 0; }
  .marked-list-1 li + li {
    border-top: 1px solid #c7c7c7; }
/*==================  Icon List  ======================*/
.row > [class*="col"] .ce-textpic{
  overflow:initial;
}
ul.icon-list {padding:0;list-style:none;}
.icon-list li {
  position: relative;
  padding-left: 162px;
}
.icon-list li i {
    position: absolute;
    width: 128px;
    height: 128px;
    background: #f78f20;
    font-size: 50px;
    line-height: 128px;
    color: #fff;
    top: 0;
    left: 0px;
    text-align: center;
}
.icon-list li h2 {
	font: 300 18px/20px "Open Sans", sans-serif;
	letter-spacing: -0.45px;
	text-transform: uppercase;
	color:#333;
}
.icon-list li h2 a:hover { color: #f78f20; }
@media (min-width: 768px) {
  .icon-list li:nth-child(n+4):nth-child(-n+6) {
    margin-top: 30px; } }
.icon-list li:nth-child(n+4):nth-child(-n+6) {
  margin-top: 35px; }
.icon-list li:nth-child(3n+4) {
  clear: left; }
@media (max-width: 991px) {
  .icon-list li:nth-child(3n+4) {
    clear: none; }
  .icon-list li:nth-child(2n+3) {
    clear: left; } }

/*==================  RD Parallax    ======================*/
.rd-parallax {
  color:#fff;
}

.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  clip: rect(0, auto, auto, 0);
  pointer-events: none; }

.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%; }
  .rd-parallax-layer[data-type="media"] iframe {
    width: 100%;
    height: 100%; }

.rd-parallax-layer-holder {
  pointer-events: all; }

.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }

.rd-parallax-swiper {
  z-index: 1 !important; }


/*==================  Swiper    ======================*/
.swiper {
	width:100%;
	height:450px;
	}
.swiper-container {
        width: 100%;
        height:100%;
        margin-left: auto;
        margin-right: auto;
}
.swiper-container img{max-height:inherit;height:auto;max-width:inherit;width:100%;}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position:relative;
}
.swiper-slide img {min-height:450px;opacity:1;}
.slidercontent {position:absolute;left:0;width:100%;}
.swiper-pagination {}
.swiper-pagination-bullet {
    background: none;
    border: 2px solid #eee;
    height: 15px;
    opacity: 1;
    width: 15px;
}
.swiper-pagination-bullet-active {
    background: #eee;
		border:none;
		transform: scale(1.3);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none;
    left: 10px;
    right: auto;
}
.swiper-button-prev i, .swiper-container-rtl .swiper-button-next i {
	font-size:44px;
	line-height:44px;
color:#000;
}
.swiper-button-prev i:hover, .swiper-container-rtl .swiper-button-next i:hover {
	color:#9fcb00;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}
.swiper-button-next i, .swiper-container-rtl .swiper-button-prev i {
	font-size:44px;
	line-height:44px;
color:#000;
}
.swiper-button-next i:hover, .swiper-container-rtl .swiper-button-prev i:hover {
	color:#9fcb00;
}
/* #############################
########### Teaser  ##########
** #############################
*/
.teaser {padding:0; margin: 0 auto;max-width: 555px;height:100%;}
.teaser img {margin-bottom:42px;}
.teaser h2 {
	font: 600 24px/28px "Open Sans", sans-serif;
	letter-spacing: -0.6px;
	color:#333;
}
.teaser .btn {margin-top:20px;}
.teaser_content {padding:0;}
/* #############################
########### Featured  ##########
** #############################
*/
.featuredContent {
	background:#fff;
	overflow:hidden;
	position:relative;
	margin: 0 auto;
  max-width: 500px;
  height:100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  padding:50px 0;
}
.featuredContent h3{
	color: #d2c970;
  }
.featuredContent:hover {
    box-shadow: none;
    transition: all 0.4s ease 0s;
}
.featured-thumbnail	{overflow:hidden;position:relative;
}
.featuredContent ul.marked-list{
	padding-left:50px;
  }
.featuredContent a img {
    background: #9fcb00;
	overflow:hidden;
}
.featuredContent:hover a img {
    transform: scale(1.1);
opacity: 0.5;
    transition: all 0.4s ease 0s;
}
/*==================      Well     ======================*/
.well {
  padding: 50px 0 50px;border:none; }

.well-1 {
  padding: 70px 0 75px; }
  .well-1__off {
    padding-bottom: 87px; }
  .well-1__off-1 {
    margin-top: 43px; }

.well-2 {
  padding: 57px 0 87px; }
  .well-2__off {
    padding-bottom: 93px; }
  .well-2__off-1 {
    padding-top: 74px; }
  .well-2__off-2 {
    padding-bottom: 55px; }
  .well-2__off-3 {
    padding-top: 46px; }
  .well-2__off-4 {
    padding-bottom: 78px; }

.well-3 {
  padding: 126px 0 118px; }

.well-4 {
  padding: 93px 0 83px; }

.well-5 {
  padding: 109px 0 104px; }

/*==================     Indent    ======================*/
.indent {
  padding: 0 200px; }

.indent-1 {
  padding: 0 70px; }

.indent-2 {
  padding-right: 200px; }
/* ########################################
########### Hintergrundbereiche  ##########
** ########################################
*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.bg-primary {
    background-color: #fff;
    color: #333;
}
.bg-standard {
    background-color: #fafafa;
    padding: 0px;
}
.bg-secondary {
    background-color: #ececed;
    color: #fff;
}
.bg-third {
    background-color: #87caee;
    color: #fff;
    padding: 20px 0px;
}
.bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color:#fff;
    position:relative;
}
.bg-image .font-primary {color:#fff;}
.bg_content {
    position:relative;
    z-index:100;
}
.bg-fixed {
    background-attachment: fixed;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.darker {position:relative;}
.layout-1 {background:#fff;padding:0 15px;color:#616156;}
.teaser.layout-1 {padding:0; margin: 0 auto;max-width: 555px;height:100%;}
.teaser.layout-1 .teaser_content {padding:15px 15px 0 15px;}
.teaser.layout-1 img {margin-bottom:10px;width:100%;}
.teaser.layout-1 h2 {color: #d2c970;font: 30px/30px Open Sans;font-weight: 400;margin: 0 0 7px;}
.bg-image .layout-1 {background:rgba(255,255,255,0.7);padding:20px 50px;}
.slidercontent > .layout-1 {background:rgba(255,255,255,0.7);display:inline-block;padding:20px 50px;}
.bg-image .layout-1 {color:#616156;}
.layout-1 .ce-intext.ce-right .ce-gallery, .layout-1 .ce-intext.ce-left .ce-gallery, .layout-1 .ce-above .ce-gallery { margin-bottom: 0px;}
.bg-image h2, .bg-image h3 {color: #f78f20;}

.layout-2 {background:#e0e0e0;padding:0 15px;color:#4d4d4d;}
.teaser.layout-2 {padding:0; margin: 0 auto;max-width: 555px;height:100%;}
.teaser.layout-2 .teaser_content {padding:15px 15px 0 15px;}
.teaser.layout-2 img {margin-bottom:10px;width:100%;}
.teaser.layout-2 h2 {color: #d2c970;font: 30px/30px Open Sans;font-weight: 400;margin: 0 0 7px;}
.bg-image .layout-2 {background:rgba(224,224,224,0.8);padding:20px 50px;}
.slidercontent > .layout-2 {background:rgba(224,224,224,0.8);display:inline-block;padding:20px 50px;}
.bg-image .layout-2 {color:#616156;}
.layout-2 .ce-intext.ce-right .ce-gallery, .layout-2 .ce-intext.ce-left .ce-gallery, .layout-2 .ce-above .ce-gallery { margin-bottom: 0px;}

/* #############################
** ### Mail-Formular ###########
** #############################
*/
.csc-mailform h2 { margin:0;}

div.csc-mailform ol, div.csc-mailform ol li {
    margin: 0;
    padding: 0;
    list-style-type:none;
}
div.csc-mailform ol li {
    overflow: hidden;
    margin-bottom:5px;
}
div.csc-mailform ol li.csc-form-element-textblock {
    margin-bottom:1em;
}
div.csc-mailform fieldset {
    margin: 0;
    padding: 0;
    position: relative;
}
div.csc-mailform legend {
    color: #000000;
    font-weight: bold;
    margin-left: 1em;
}
div.csc-mailform fieldset ol {
    padding: 1em 1em 0;
}
div.csc-mailform fieldset li {
    list-style: outside none none;
    margin-bottom: 0.5em;
    padding: 0.5em;
}
div.csc-mailform fieldset.submit {
    border-style: none;
}
div.csc-mailform li label {
    float: left;
    margin-right: 1em;
    vertical-align: baseline;
    width: 10em;
    font-weight: normal;
}
div.csc-mailform li label em{
	display:inline;
	color:inherit;
}
div.csc-mailform li input , div.csc-mailform li textarea{
   width:30em;
   max-width:100%;
   padding:12px;
   border-radius: 30px;
   background: #e8e7e7;
}
div.csc-mailform li select{
   width:8em;
}
div.csc-mailform li input:hover,
div.csc-mailform li input:focus,
div.csc-mailform li textarea:hover,
div.csc-mailform li textarea:focus {
	background:none;
}
div.csc-mailform .csc-form-element-submit input {
	padding:12px;
	text-decoration:none;
	cursor:pointer;
	width:200px;
	margin-left: 0;
	background:#f78f20;
}
div.csc-mailform .csc-form-element-submit input:hover, div.csc-mailform .csc-form-element-submit input:focus {
    background: transparent;
    color: #f78f20;
    border-color: #f78f20;
}
div.csc-mailform li input + label, div.csc-mailform li textarea + label, div.csc-mailform li select + label {
    float: none;
    margin-left: 1em;
    margin-right: 0;
    width: auto;
}
div.csc-mailform li textarea + label {
    vertical-align: top;
}
/*
div.csc-mailform .csc-form-6 { position:absolute; margin:0 0 0 -999em; }
*/
label em, legend em {
	padding-left:2px;
}
legend em {
    position: absolute;
}
label strong, legend strong {
    color: #c00;
    display: block;
    font-size: 85%;
    font-weight: normal;
    text-transform: uppercase;
    width:30em;
    margin:5px 0;
}
legend strong {
    position: absolute;
    top: 1.4em;
}
.labels-alignment-right label, .labels-alignment-right .fieldset-subgroup legend, .labels-alignment-right.fieldset-subgroup legend {
    text-align: right;
}
fieldset.fieldset-horizontal {
    border-width: 0;
}
fieldset.fieldset-horizontal ol {
    padding: 0;
}
fieldset.fieldset-horizontal li {
    float: left;
    margin-right: 1em;
    padding: 0;
}
fieldset.fieldset-horizontal.label-below label {
    color: #999999;
    display: block;
    font-size: 90%;
    margin-left: 0;
    margin-top: 0.2em;
    text-align: left;
}
fieldset.fieldset-horizontal label em {
    display: inline;
}
fieldset.fieldset-subgroup {
    border-style: none;
    margin-bottom: -2em;
}
fieldset.fieldset-subgroup legend {
    font-weight: normal;
    margin-left: 0;
    padding: 0;
    width: 13em;
}
fieldset.fieldset-subgroup ol {
    margin: 0 0 0 14em;
    padding: 0;
    position: relative;
    top: -1.4em;
}
fieldset.fieldset-subgroup li {
    padding: 0;
}
fieldset.fieldset-subgroup input + label {
    display: inline;
    float: none;
    margin: 0 0 0 1em;
    width: auto;
}
.labels-block label {
    display: block;
    float: none;
    margin: 0 0 0.5em;
    width: auto;
}
.labels-block input + label, .labels-block textarea + label {
    margin: 0.5em 0 0;
}
.labels-block fieldset.fieldset-subgroup, fieldset.labels-block.fieldset-subgroup {
    margin-bottom: 0;
}
.labels-block .fieldset-subgroup legend, .labels-block.fieldset-subgroup legend {
    width: auto;
}
.labels-block .fieldset-subgroup legend em, .labels-block.fieldset-subgroup legend em {
    position: relative;
}
.labels-block .fieldset-subgroup legend strong, .labels-block.fieldset-subgroup legend strong {
    position: relative;
    top: 0;
}
.labels-block .fieldset-subgroup ol, .labels-block.fieldset-subgroup ol {
    margin: 0;
    padding: 0.5em 0 0;
    top: 0;
}
/*#######Cookies#######
#tx_cookies {font-size: 14px;color:#fff;position:fixed;bottom:0;left:0;background: rgba(0,0,0,0.8);width:100%;z-index:100000000;}
#tx_cookies #tx_cookies_close {
	top: 0px;
	overflow:hidden;
  height:22px;
  width:22px;
  padding:0;
  margin: 0;
}
#tx_cookies #tx_cookies_close::before {
    background: none;
    content: "\f00d";
    display: inline-block;
    font-family: "FontAwesome";
}
#tx_cookies h3 {color:#fff;line-height:1.5em;}
#tx_cookies_inner {
		background:none;
    padding: 30px 10px;
    margin:0 auto;
    max-width:100%;
    text-align:center;
}
#tx_cookies button, #tx_cookies input[type="submit"] {
    background:none;
    color: #fff;
    cursor: pointer;
    padding: 4px;
    font-size:150%;
}
/*#############Sprachmenü#######################*/
.tx-srlanguagemenu {
}
.tx-srlanguagemenu div {
    float: left;
    padding: 15px 10px;
}
/*responsive*/
#nav .tx-srlanguagemenu {display:none;float:right;}
#nav .tx-srlanguagemenu div {
    line-height: 44px;
    padding: 0 5px;
}
/* default styles for extension "tx_indexedsearch" */
ul.tx-indexedsearch-browsebox { text-align:center; }
.tx-indexedsearch-browsebox li { display:inline; }
.tx-indexedsearch-browsebox li a {
	padding: 6px 12px;
	margin-left: -1px;
	color: #1f93f5;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.tx-indexedsearch-browsebox li a:hover, .tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage a {
	color: #fff;
	background-color: #1f93f5;
	border-color:#1f93f5;
}
.tx-indexedsearch-browsebox li.tx-indexedsearch-browselist-currentPage strong {font-weight:normal;}
.tx-indexedsearch-whatis { margin-top:1em; margin-bottom:1em; }
.tx-indexedsearch-whatis .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch-res { margin-top:30px;;}
.tx-indexedsearch-form {float:left;}
.tx-indexedsearch-form label { margin-right:10px; }
.tx-indexedsearch-form  div { margin-bottom:10px; }
.tx-indexedsearch-form  input  { width:220px;padding:5px 0 4px 0; }
#tx-indexedsearch-searchbox-button-submit {margin-left:10px;width:100px;}
.tx-indexedsearch-res span.tx-indexedsearch-icon {display:none;}
.tx-indexedsearch-info {display:none;}

/*Suchbox*/
#suchbox {position:absolute;top:40px;right:70px;z-index:1000;}
.suchboxlupe{line-height:40px;cursor:pointer;width:40px;background:#f78f20;color:#fff;border-radius:50%;}
.suchboxlupe i{line-height:40px;cursor:pointer;width:40px;text-align:center;font-size:20px;}
.suchboxlupe:hover, .suchboxlupe:focus, .active .suchboxlupe {background:#fff;color:#f78f20;}
#suchbox form {position:absolute;top:-50000px;right:0;background:#b51200;padding:20px;transition: all 0.25s linear 0s;}
#suchbox.active form {top:40px;}
header #suchbox fieldset {
	margin:0;
	padding:0;
}
header #suchbox input {
  border:0px;
  font-size: 18px;
  height:40px;
  padding: 0 0 0 10px;
  width: 200px;
	color:#666;
	margin:0;
}
header suchbox input:focus {border:1px solid #3a66af;}
#header .tx-indexedsearch-form {width:80%;}
#header .tx-indexedsearch-search-submit {}
#suchbox #tx-indexedsearch-searchbox-button-submit {
	width:30px;
	color:#3a66af;
	height:40px;
	font-size: 18px;
	line-height: 40px;
	margin:0px 0 0 8px;
	padding: 0 10px 0 5px;
	cursor:pointer;
	border:none;
}
#suchbox input::placeholder {
  opacity:1;
  color:#666;
}
/*responsive*/
#nav_suchbox .suchboxlupe{cursor:pointer;text-align:center;width:43px;height:43px;}
#nav_suchbox .suchboxlupe i{line-height:40px;cursor:pointer;}
#nav_suchbox .suchboxlupe:hover, #nav_suchbox .suchboxlupe:focus, #nav_suchbox.active .suchboxlupe {background:#fff;color:#f78f20;}
#nav_suchbox {}
#nav_suchbox {
	position:absolute;
	top:36px;
	right:70px;
}
#nav_suchbox form {position:absolute;top:-50000px;right:0px;background:transparent;padding:0px;transition: all 0.25s linear 0s;box-shadow: 5px 5px 3px #333;}
#nav_suchbox.active form {top:60px;}
#nav_suchbox fieldset {
	margin:0;
	padding:0;
}
#nav_suchbox input {
  border:0px;
  font-size: 18px;
  height:40px;
  padding: 0 0 0 10px;
  width: 200px;
	color:#000;
	margin:0;
}
#nav_suchbox .tx-indexedsearch-form {width:80%;}
#nav_suchbox .tx-indexedsearch-search-submit {}
#nav_suchbox #tx-indexedsearch-searchbox-button-submit {
	width:30px;
	color:#000;
	height:40px;
	font-size: 18px;
	line-height: 40px;
	margin:0px 0 0 8px;
	padding: 0 10px 0 5px;
	cursor:pointer;
	border:none;
}
/*Indexed Search*/
/*-----------------News-----------------------*/
.news a:hover {text-decoration:none;}
.news-top-latest-item {position:relative;}
.news-top-latest-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
    transition: all 0.3s ease-out;
}
.news-top-latest-item:hover::after {
    top:40%;
}
.news-top-content {position:absolute;bottom:10px;left:20px;z-index:1;}
.news-list-category {color:#1f93f5;font-weight:700;font-size:14px;}
.news-top-content h3 {margin:0 0 5px 0;color:#fff;}
.news-top-content time, .news-latest-item time, .news-list-item time, .news-single time {font-size:14px;}
.topNewsLarge .news-top-content h3 {font-size:33px;}
.topNewsMedium .news-top-latest-item:first-child {margin-bottom:23px;}
.news-latest-item h3 {margin:0 0 5px 0;padding:0;color:inherit;background:none;font-size:1em;font-weight:bold;clear:both;text-transform:none;line-height:1;}
.news-latest-item p {margin:0;line-height:1.4;}
.newsLatestMorelink {display:block;text-align:right;}
hr.newsList {margin:30px 0;}
.news ul {/*list-style:none;*/padding-left:0;}
.news .nav li ul li {
    position: relative;
    padding-left: 12px;
    margin-left:12px;
}
.news ul.nav li ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0;
    background: #1f93f5;
}
.news-list-media {}
.news-list-media .img-responsive {padding:0;}
.newsListTeaser {padding:15px 15px 0 0;}
.news-list-item {padding-top:30px;padding-bottom:30px;}
.news-list-view .news-list-item:first-child {padding-top:0;border:0;}
.news-list-item h3 {float:left;margin:0 0 30px 0;width:100%;font-size:24px;color:#333;}
.news-list-item time, .news-single time {float:right;}
.news-list-item time i {color:#f78f20;padding-right:3px;}
.newsListMorelink {margin-top:20px;}
.news-text-wrap {padding:15px 0;}
.news .extra {margin-bottom:30px;}
.news .label-info {
    background-color: transparent;
    color:#1f93f5;
}
.news-backlink-wrap {margin-top:30px;}
.news-backlink-wrap .btn-default::before{transform: rotate(180deg);}
.news-image-wrap .row {margin-top:30px;}
.news-image-wrap figure {text-align:center;}
.news-image-wrap figcaption {font-size:80%;text-align:center;}
.news .page-navigation {text-align:center;}
.news .page-navigation p {display:none;}
.news .pagination > li > a, .news .pagination > li > span {color:#000;}
.news .pagination > li > a:focus, .news .pagination > li > a:hover, .news .pagination > li > span:focus, .news .pagination > li > span:hover {
    color:#000;
    background-color: #f78f20;
    border-color: #f78f20;
}
.news .pagination > .active > a, .news .pagination > .active > a:focus, .news .pagination > .active > a:hover, .news .pagination > .active > span, .news .pagination > .active > span:focus, .news .pagination > .active > span:hover {
    color: #fff;
    background-color: #f78f20;
    border-color: #f78f20;
}
.news .pagination > li:first-child > a, .news .pagination > li:first-child > span , .news .pagination > li:last-child > a, .news .pagination > li:last-child > span{
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}
/*
.news-single h1 {font: 600 48px/48px "Open Sans", sans-serif;color:#333;}
*/
.news-single {padding-bottom:50px;}
/*#####################################################
################ RTE - Elemente #######################
#######################################################

/*-----------------Spezialliste-----------------------*/

 ul.specialList {
	margin:0;
	padding:0;
}
 ul.specialList li {
	position:relative;
	margin:0 0 0 0;
	padding:0 0 0 25px;
	list-style:none;
	line-height:21px;
	font-size:16px;
	color:inherit;
}
 ul.specialList li:first-child { margin:0; }
 ul.specialList li:before {
	position:absolute;
	top:1px;
	left:0;
	line-height:24px;
	font-family:FontAwesome;
	font-size:16px;
	color:inherit;
	content:'\f00c';
}
 ul.specialList li ul { padding:16px 0 0 0; }
 ol {
    counter-reset: table-of-content;
    list-style-type: none;
}
ol li::before {
    counter-increment: table-of-content;
  /*  content: counters(table-of-content,".", decimal) " ";
  */  content: counter(table-of-content) ".";
	  float: left;
    margin-right:10px;
}
ol li ol li::before {
  content: counters(table-of-content,".", decimal) " ";
}
.csc-mailform ol li::before, .csc-mailform ol li ol li::before {display: none;}
ol > li {
    margin-bottom:30px;
}
ol > li::before {
    font: 300 48px/54px "Open Sans",sans-serif;
    color: #333;
}
ol li ol li {
    margin-bottom:10px;
}
ol li ol li::before {
    font-size:100%;
    line-height: inherit;
    color:inherit;
    font-weight: bold;

}
/*-----------------Schriften&Links-----------------------*/
.gunny{font-family:gunny_rewrittenregular;font-size:150%;}
.orange {color:#ffa200;}
.big {font-size: 150%;}

a.orangelink {color:#ffa200;}
a.orangelink:focus,
a.orangelink:hover,
a.orangelink:active {color:#ffa200;}

.ce-bodytext blockquote::before {content:"\201C"; font-family:Montserrat;font-size:800%;color:#caaa58;height:0.5em;line-height:1;display:block;}
.ce-bodytext blockquote {border:none;margin:0;padding:0;}
/*----------------ce-elemente----------------*/
.ce-gallery figcaption {
   text-align:center;
   padding-top:3px;
}
.ce-intext.ce-left ol, .ce-intext.ce-left ul {
    overflow: hidden;
}
.font-primary {
    font: 300 20px/26px "Open Sans", sans-serif;
    color: #333333;
}
.font-secondary {
  color: #333333;
	font-weight: 600;
}
