/*
ftp://webfonts.14v.de/titillium/fonts.css

grün
background: #1db012;
orange
background: #ff7c25;
türkis
background: #01c5c0;
*/

/*========================================================
Main layout styles
=========================================================*/
body{
  background: rgb(214, 205, 194);
  background: linear-gradient(to right, #e9ac41 0%,#d8962a 100%);
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  color:RGB(136, 136, 136);
  font-size: 15px;
}

body >.container,
#Slider > .container{
  padding: 0;
}

#bgImage{
  position: fixed;
  width: 100%;
  text-align: center;
  height: 100%;
  background: rgb(216, 153, 45);
}

#bgImage img{
  width: 100%;
  display:none;
}

@media(min-width:768px){
  #bgImage img{
  display:block;
}
}


#SideBar{
  position: fixed;
  right: 0;
  top: 300px;
  width:38px;
  z-index:99;
}

#SideBar > div{
  padding: 5px 8px;
  border-radius: 5px 0 0 5px;
  color: #fff;
  list-style: none;
  font-size: 22px;
  margin-bottom: 5px;
  box-shadow: 0px 1px 2px 1px #5C5C5C;
  text-align: center;
  cursor:pointer;
  width: 38px;
  height: 42px;
}

#SideBar > div a{
  color:#fff!important;
}

#Search,
#SocialNetworks{
  margin-left: 0;
  transition: margin-left 0.25s;
  width: 265px !important;
  background: #01c5c0;
}

#SocialNetworks{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00b029+0,01c5c0+50,ff7c25+100 */
  background: #00b029; /* Old browsers */
  background: -moz-linear-gradient(left, #00b029 0%, #01c5c0 50%, #ff7c25 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #00b029 0%,#01c5c0 50%,#ff7c25 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #00b029 0%,#01c5c0 50%,#ff7c25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b029', endColorstr='#ff7c25',GradientType=1 ); /* IE6-9 */
}
.NetworksToggler{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#01c5c0+0,00b029+100 */
  background: #01c5c0; /* Old browsers */
  background: -moz-linear-gradient(left, #01c5c0 0%, #00b029 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #01c5c0 0%,#00b029 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #01c5c0 0%,#00b029 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01c5c0', endColorstr='#00b029',GradientType=1 ); /* IE6-9 */
}
#Search.active,
#SocialNetworks.active{
  margin-left:-227px;
  transition: margin-left 0.25s;
}

#Search .searchToggler,
#SocialNetworks .NetworksToggler{
  display: block;
  float: left;
  margin: -5px 0 -5px -8px;
  padding: 5px 8px;
}

#Search form,
#SocialNetworks #Networks{
  margin: 0;
  padding: 0;
  display: block;
  float: right;
  text-align: left;
  opacity:0;
  width:0;
}

#Search.active form,
#SocialNetworks.active #Networks{
  opacity:1;
  width:223px;
}

#Search.active form .fa-search{
  font-size: 22px;
  padding-top: 4px;
}

#SocialNetworks.active #Networks{
  width: 220px;
  margin: -4px 0 0 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}

#SocialNetworks #Networks a{
  display: inline-block;
  margin: 0 10px;
  font-size: 28px;
}

#Search form .form-control{
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgb(255,255,255);
  display: inline-block;
  width: calc(100% - 28px);
  vertical-align: top;
}

#Search form .form-control::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
}

#Search form .btn{
  background: transparent;
  border: 0;
  color: rgb(255, 255, 255);
  font-size: 22px;
  padding: 0;
  vertical-align: top;
  margin-left: 6px;
}

#Login {
  background: #1db012;
}
#c514 > .btn{
  display:none;
}

#Login a{
  display: block;
  padding: 5px 8px;
  margin: -5px -8px;
}

#linkToTop{
  background: #ff7c25;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  float: none;
  height: auto;
}

#Content > .container,
#Slider > .container,
#SocialShare > .container{
  background:#fff;
  position:relative;
}
#Content > .container,
#SocialShare > .container{
  padding-left:15px!important;
  padding-right:15px!important;
}

#Content .ce-border{
  border:1px solid rgb(200, 200, 200);
}

body:not(#page-1):not(#page-1837):not(#page-1994):not(#page-1859) #Content .slick-slider{
  margin:30px 0;
}

/*========================================================
header
=========================================================*/
header.indent .navbar-brand {
  margin-bottom: 90px;
  margin-top: 90px;
  text-align: center;
}

#HeadPic{
  padding-left: 0;
  padding-right: 0;
}

/* menu
========================================================*/
#MainNav{
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0;
  padding: 0;
  border-radius:0;
  border-color:#fff;
}

#MainNav li a {
  padding: 0 45px;
  font: 18px/75px 'Titillium Web';
  color: RGB(67, 67, 67);
  letter-spacing: 1px;
  text-transform: uppercase;
  background: none;
  margin: 0;
}

#MainNav li a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 11px;
  text-align: center;
  display: inline-block;
  background: url(../lay/tr.png) center 0 no-repeat;
  content: none;
  display: none;
}

#MainNav li.active > a,
#MainNav li:hover > a,
#MainNav li a:hover{
  color: #ffffff!important;
  background: #434343;
}
#MainNav li.active > a::before {
  content: '';
  display: block;
}
#MainNav li.active span.fa {
  color: #01c5c0;
}
#MainNav li:hover > a::before {
  content: '';
  display: block;
}
#MainNav li:hover span.fa {
  color: #01c5c0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

#MainNav li span {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 12px;
  color: #ff7c25;
  font-size: 14px;
  z-index: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
/* subMenu1
========================================================*/
#MainNav .sub-menu > ul {
  position: absolute;
  display: none;
  width:100%;
  list-style: none !important;
  zoom: 1;
  z-index: 99;
  background: #434343;
  padding: 20px 0 5px;
  margin: 0;
  /*overflow: hidden;*/
  text-align: left;
}
#MainNav .sub-menu > ul li {
  position: relative;
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  display: block;
}
#MainNav .sub-menu > ul > li a {
  display: block;
  background: transparent;
  padding: 0 40px 0 10px;
  margin: 0;
  font: 18px/normal 'Titillium Web';
  color: #ffffff;
  text-transform:none;
  width: 100%;
  text-align: left;
  border: 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#MainNav .sub-menu > ul > li + li a{
  border-top: 1px solid RGB(100, 100, 100);
}
#MainNav .sub-menu > ul > li a::before {
  content: none;
  display: none;
}
#MainNav .sub-menu > ul li span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  left: auto;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-align: center;
  width: 38px;
  height: 30px;
  padding: 8px 5px 8px 5px;
}
#MainNav .sub-menu ul > li:hover span {
  color: #ff7c25;
}
#MainNav .sub-menu ul > li:hover > a {
  text-decoration: none;
  color: #ffffff !important;
  background: #646464 !important;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#MainNav li.sub-menu:hover ul{
  display:block;
}

#MainNav li.sub-menu ul.submenu li ul.submenu{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#MainNav li.sub-menu ul.submenu li ul.submenu li{
  display:none;
}

#MainNav li.sub-menu ul.submenu li ul.submenu li a{
  padding: 0 15px 0 25px;
  font-size: 17px;
}

#MainNav li.sub-menu ul.submenu li ul.submenu li a span{
  display:none;
}

#MainNav li.sub-menu ul.submenu li ul.submenu li + li a{
  border-top: 1px solid RGB(100, 100, 100);
}

/*========================================================
-Content-
=========================================================*/

/*-----carousel-----*/
.list_carousel2.responsive {
  position: relative;
  width: auto;
  margin: 0;
  z-index: 11;
  padding:0 1px 0 3px;
}
.list_carousel2 #carouFredSelSliderNews {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  cursor: default;
}
.list_carousel2 #carouFredSelSliderNews > li {
  padding: 0;
  float: left;
  cursor: default;
  margin: 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 523px;
  background:yellow;
}
.list_carousel2 #carouFredSelSliderNews > li figure {
  max-height: 271px;
}
.list_carousel2 #carouFredSelSliderNews > li figure img {
  width: 100%;
}
.list_carousel2 #carouFredSelSliderNews > li div[class^="box"]{
  padding: 40px 30px;
  text-align: center;
  position: relative;
  height: 252px;
}

.list_carousel2 #carouFredSelSliderNews > li.odd div[class^="box"]::after,
.list_carousel2 #carouFredSelSliderNews > li.even div[class^="box"]::before{
  position: absolute;
  bottom: -18px;
  left: calc(50% - 18px);
  text-align: center;
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid #000;
}

.list_carousel2 #carouFredSelSliderNews > li.even div[class^="box"]::before{
  bottom:0;
  top: -18px;
  border-top:0;
  border-bottom: 18px solid #000;
}

.list_carousel2 #carouFredSelSliderNews > li.odd .box1::after,
.list_carousel2 #carouFredSelSliderNews > li.even .box1::before{
  border-top-color:#01c5c0!important;
  border-bottom-color:#01c5c0!important;
}

.list_carousel2 #carouFredSelSliderNews > li.odd .box2::after,
.list_carousel2 #carouFredSelSliderNews > li.even .box2::before{
  border-top-color:#1db012!important;
  border-bottom-color:#1db012!important;
}

.list_carousel2 #carouFredSelSliderNews > li.odd .box3::after,
.list_carousel2 #carouFredSelSliderNews > li.even .box3::before{
  border-top-color:#ff7c25!important;
  border-bottom-color:#ff7c25!important;
}

.list_carousel2 #carouFredSelSliderNews > li .box1,
.list_carousel2 #carouFredSelSliderNews > li.liBox1{
  background: #01c5c0;
}
.list_carousel2 #carouFredSelSliderNews > li .title {
  font: 24px/120% 'Titillium Web';
  color: rgba(255,255,255,0.7);
  margin-bottom: 36px;
  position: relative;
}
.list_carousel2 #carouFredSelSliderNews > li .title a{
  color: rgba(255,255,255,0.7)!important;
}
.list_carousel2 #carouFredSelSliderNews > li .title::before {
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  width: 31px;
  height: 3px;
  background: rgba(255,255,255,0.7);
  content: '';
}
.list_carousel2 #carouFredSelSliderNews > li p {
  color: rgba(255,255,255,0.7);
}
.list_carousel2 #carouFredSelSliderNews a.btn-read-more{
  font: 22px/140% 'Titillium Web';
  color: rgba(255,255,255,0.7)!important;
}
.list_carousel2 #carouFredSelSliderNews a.btn-read-more:hover{
  color: rgba(255,255,255,1);
}

.list_carousel2 #carouFredSelSliderNews > li .box2,
.list_carousel2 #carouFredSelSliderNews > li.liBox2 {
  background: #1db012;
}

.list_carousel2 #carouFredSelSliderNews > li .box3,
.list_carousel2 #carouFredSelSliderNews > li.liBox3 {
  background: #ff7c25;
}

.list_carousel2.responsive .caroufredsel_wrapper {
  cursor: default !important;
}

#carouFredSel_pager {
  position: relative;
  margin: 0;
  padding: 13px 0 0 0;
  border-radius: 0;
  text-align: center;
}
#carouFredSel_pager a {
  position: relative;
  z-index: 1;
  width: 10px;
  height: 10px;
  padding: 0 !important;
  margin: 0 5px;
  display: inline-block;
  background: #434343;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#carouFredSel_pager a:hover {
  background: #c9c9c9;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#carouFredSel_pager a.selected {
  background: #c9c9c9;
}
#carouFredSel_pager a span {
  display: none;
}

#page-1 #BreadCrumbs,
#page-1837 #BreadCrumbs,
#page-1994 #BreadCrumbs,
#page-1859 #BreadCrumbs{
  display:none;
}

#BreadCrumbs .breadcrumb {
  padding: 10px 0 5px;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 13px;
}

/*========================================================
footer
=========================================================*/
#Footer {
  padding: 15px !important;
  background: #ff7c25;
  margin-bottom: 15px;
  position:relative;
}
#Footer > div{
  display:inline-block;
  max-width: 17%;
}
#Footer > div + div{
  margin-left: 3.6%;
  vertical-align: top;
}
#Footer p {
  font: 14px/140% 'Titillium Web';
  color: #ffffff;
}
#FooterNav{
color: rgb(255,255,255);
margin-left: 0 !important;
padding: 10px 0 0;
font-size: 13px;
max-width: 100% !important;
width: 100%;
border-top: 1px solid #fff;
}
#FooterNav ul{
  margin:0;
  padding:0;
}
#FooterNav ul li{
list-style-type: none;
margin: 0 15px 0 0;
cursor: pointer;
display: inline-block;
}
#FooterNav ul li a,
#FooterNav ul li a:hover{
  color:#fff!important;
  font-size: 13px;
}

.navbar-toggle{
  background: #01c5c0;
  background: -moz-linear-gradient(left,#01c5c0 0%,#00b029 100%);
  background: -webkit-linear-gradient(left,#01c5c0 0%,#00b029 100%);
  background: linear-gradient(to right,#01c5c0 0%,#00b029 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#01c5c0',endColorstr='#00b029',GradientType=1);
}

.navbar-toggle .icon-bar{
  width: 29px;
  height: 2px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px;
}


@media(max-width:1199px){
#MainNav li a{
  padding:0 25px;
}
#FooterNav{
  width: 100%;
  max-width: 100% !important;
  border: 0;
  margin: 15px 0 0 !important;
  padding: 0;
}
#Footer > div + div {
  margin-left: 5.6%;
  vertical-align: top;
}
#Footer > div {
  max-width: 22%;
}
#FooterNav ul li {
  list-style-type: none;
  margin: 0;
  cursor: pointer;
  display: inline-block;
}
#FooterNav ul li + li{
  margin-left:10px;
}
#FooterNav ul li + li:before{
  content: "|";
  display: inline-block;
  margin-right: 10px;
}
}

@media(max-width:991px){
#MainNav li a{
  padding: 0 10px;
  font-size:17px;
}
#Footer > div {
  max-width: 50%;
  margin-right: 10%;
}
#Footer > div + div{
  margin-left:0;
}
}


@media(max-width:767px){
#MainNav{
  margin: 0 0 15px 0;
}
#MainNav .sub-menu > ul {
  display: block;
  position: static;
}
.list_carousel2.responsive{
  border-top: 3px solid #ffffff;
}
.navbar-toggle{
  float: none;
  margin: 0 auto 15px;
  display: block;
}
.icon-bar{
  background:#fff;
}
#MainNav .sub-menu > ul > li a{
  padding:0 10px 0 40px;
}
#MainNav .sub-menu > ul li span{
  right:auto;
  left:0;
}
#HeadPic{
  border:3px solid #fff;
}
}

@media(max-width:543px){
#Footer{
  margin-bottom:0;
}

#Footer > div {
  max-width: 100%;
  margin-right: 0;
  width: 100%;
}
}



