@keyframes headeranimationin {
    from   {top: -200px;}
    to {top: 10%;}
}

@keyframes headeranimationout {
    from   {top: 10%;}
    to {top: -200px;  transform: rotate(180deg);}
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: 2px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.row-eq-height {
  display: -ms-flexbox;
  display:         flex;
}

body,
html {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "Roboto"; 
    font-weight: 300;
    font-size: 15px; 
    line-height:inherit;
}

.ce-bodytext ul {list-style: none;}
.ce-bodytext ul li::before {
    content: "\25A0\A0";
    margin-left: -25px;
    vertical-align: 1px;
    color: #ac6e66;
    font-family:'Glyphicons Halflings';
}

.ce-bodytext ol {list-style: none; padding-right:10px}
.ce-bodytext ol li::before {
    content: "\E013\A0";
    margin-left: -31px;
    vertical-align: -1px;
    color: #ac6e66;
    font-family:'Glyphicons Halflings';
}

.ce-bodytext {line-height: 24px;}

a, a:hover, a:focus {
   outline: 0;
}


table {width: 100%;}
/* Helper */
    .is-table-row {
        display: table;
        width: 100%;
    }
    .is-table-row [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: bottom;
    }
    
div.ce-gallery[data-ce-columns="2"] .ce-column {width: 49%;}
.ce-gallery img, .ce-gallery figure {max-width: 100%; height: auto !important;}
 
.header {position: fixed; top:0; left:0; right: 0; z-index: 5; background: rgba(254,254,254,0.7);}
em {color: #333 ;padding-right: 3px; font-size: 12px;}

h1 {font-size: 29px; color: #B36960; font-family: "Roboto"; font-weight:300; margin-bottom:15px; line-height:38px;}
h2 {font-size: 22px; font-family: "Roboto"; margin-bottom: 20px;}
h3 {font-size: 18px; color: #B36960; font-family: "Roboto"; line-height: 24px; }
h4 {font-size: 18px; color: #000000; font-family: "Roboto"; line-height:26px;}
h5 {font-size: 17px; color: #000; font-family: "Roboto"; font-weight:300;line-height: 24px;}
h1.single {margin-bottom: -25px;}

b, strong {
    font-weight: 500;
}


.mainwrapper {height: 100vh; height: auto !important; min-height: 100vh; padding-top: 0; transition: all ease 0.5s; position: relative; overflow-x: hidden;}
 h1.pageheader {text-align: center; color: #000 ;margin-top:40px; margin-bottom:30px;  }

.row {position: relative;}

.logo img {padding: 25px 35px 0px 0; width: 300px;}

.transition  { -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out ;
   -ms-transition: all 0.7s ease-in-out ;
   -o-transition: all 0.7s ease-in-out ;
   transition: all 0.7s ease-in-out ; }

.shrink img {width: 180px; padding: 20px 0px 0px 0px; margin-bottom: -15px;}
.opacity {background-color: rgba(254,254,254,1);}

.mainmenu {background-color: #87953F; border-bottom: 2px solid #fff;}

.topstripe {position: absolute; top:0; bottom: 47px; left:0; right: 0; background-color: rgba(254,254,254,0.85); border-bottom: 4px solid #fff;}
.bottomstripe {position: absolute; left:0; right: 0; height: 50px; background-color: rgba(254,254,254,0.4); border-bottom: 2px solid #fff;}

/* Drop Down Menu */
.navi {position:relative; height: 100%; padding:0; float:right;}
.navi ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.navi ul li {
    display: block;
    margin:0;
    float: left;
    text-align: center;
}
.navi ul li a { 
    text-decoration: none;
    color: #fff;
    width: 100%;
    display:block;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
}

.navi ul li a:hover, .navi ul li.active a, .navi .sf-menu span:hover,.navi ul li.active span {background: #ac6e66; color: #fff;}
.navi ul li.first {border-left: none;}
.navi .sf-arrows ul .sf-with-ul::after, .navi .sf-arrows .sf-with-ul::after, .sf-arrows li ul span::after {display: none;}
.navi .sf-menu li {background: none;}
.navi .sf-menu a, .navi .sf-menu span {background: transparent;
                                       color: #000;
                                     font-family: "Roboto"; 
                                       font-weight: 300;
                                       font-size:19px;
                                       display: block;
                                       border: 1px solid transparent;
                                       padding: 9px 20px;
                                       cursor: pointer;}
.navi ul li.first span {border-left: none;}
.navi .sf-menu {background: none; width:auto; float: right;}
.navi .sf-menu ul {
    padding-top: 0px;
    width: auto;}
.navi .sf-menu ul li {width: 100%; text-align: left;}
.navi .sf-menu ul li a, .navi .sf-menu ul li span, .navi .sf-menu ul li a, .navi .sf-menu ul li ul li a, .navi .sf-menu ul li ul li a {border: none; border-top: 1px solid #fff !important; background: #515151; color: #fff;}
.navi .sf-menu ul li a:hover, .navi .sf-menu ul li span:hover { background: #000}
.navi .sf-menu li.first a, .navi .sf-menu li.first span {
    border-left: none;
}
.navi .sf-menu li:hover,
.navi .sf-menu li.sfHover {
	background: #ac6e66;
        color: #fff;
}
.navi .sf-menu li:hover span,
.navi .sf-menu li.sfHover span {color: #fff;}

/* News Styles */

.news .news-list-item h3 {margin: 0 0 5px 0; font-size: 17px;}
.news .news-list-item {background-color: #dddddd; padding: 10px; margin: 5px 0px;}
/*.news h3 a:before {content: "\2192 "; padding-right: 10px; color: #000;font-family: "Droid Sans";} */
.news h3 a {color: #333; line-height: 22px; font-weight: bold;}
 h6 {background-color: #87953f; padding: 5px 15px; margin-bottom: 5px; margin-top: 25px; color: #fff; font-family: Roboto; font-weight:300; font-size:25px;}
.news a {color: #000;}
.news .thumbnail {padding:0; border: none;}
.news a:hover {text-decoration: none;}
.news .article .teaser-text {font-size: 16px;}
.news-single .article .header {background: none;}
.news-single .article .teaser-text {
    font-size: 16px;
    margin: 10px 0;
}

.news-list-item .extra {display: none;}

.news-single .article .footer {display: none;}
.news .mediaelement {display: inline-block;}
.news .article .news-img-wrap a {
    display: block;
    float: left;
    background: #fff;
}

.news-single .article h3 {
    margin-bottom: 15px;
}
.news .btn-read-more {
    float: right;
    margin:0;
}


.news .btn-read-more:hover {border: 1px solid #333;}

.news .lead {font-size: 15px; font-weight: 300; margin: 0;}

.news .btn-default {
    color: #333;
    background-color: #eee;
    border-color: #999;
}
.news .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border-radius: 4px;
}

 /* Galerie */
.thumb h4.name a {color: #000; font-size: 14px; font-weight: 300;}
.frame-indent {margin: 0; text-align:center;}
.frame-indent > img.img-responsive {display: inline-block;}

.sliderwrapper {position: relative;}
.sliderwrapper hr {position: absolute; bottom: 80px; left:0; right: 0;z-index: 200; border-top: 1px solid #fff; margin: 0;}
.slider .container {position: relative; height: 100%; }
.slick-slide {position: relative; }
.slider .wrapper {position: absolute;top: 0;
bottom: 0;
left: 0;
right: 0;}

.slider img {min-width: 100%; height: auto !important;}
.slider .slick-slide {margin-bottom: -5px;}

.slider  .claim {position: absolute; background-color: rgba(254,254,254,0.9); top: 55%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
perspective: 1000;
color: #B36960;

font-family: "Roboto";
font-weight: 300;
font-size: 42px;
border-radius: 7px;
line-height: 65px;
}

.home .sliderwrapper  .slogan {bottom: 0;}


.slider span {color:#404040;}

.slider p { color: #B36960; font-size: 42px; 
            padding: 17px 15px 0px 15px;
}

.slidercontent {position: absolute; top:0; left:0; right: 0; bottom: 0;}
.sliderwrapper .container {position:relative;}
.slogan {
position: absolute;
background: rgba(80,80,80,0.8);
text-align: center;
left: 15px;
right: 15px;
padding-left: 15px;
padding-right: 15px;
border-bottom: none;
bottom: 0;
}
.mobilepic {display: none;}
.slogan {color:#fff; font-size:30px; text-align: left; font-weight: 400; padding: 10px 25px;}
.slogan h1 img, .slogan img {
    display: inline-block;
    max-width: 180px;
    height: 50px;
    padding-bottom: 0px;
    margin-left: 5px;
}
/* Mobilemenu */
a.mobilemenu {
  display: block;
  width: 25px;
  height: 20px;
  position: absolute;
  top: 10px;
  left: 15px;
  display: none;
  z-index: 200;
  background:linear-gradient(to bottom, #000 0%, #000 20%, transparent 20%, transparent 40%, #000 40%, #000 60%, transparent 60%, transparent 80%, #000 80%, #000 100%);
} 

a.mobilemenu:hover {text-decoration: none; color: #000;}

nav#mobilemenu {display: none;}


.breaker {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw;
  margin-bottom: 25px;
  padding: 25px 0;
}

.breaker .col {background-color: #fff; padding: 25px; padding-top:10px; height: 100%;}

 .grey-bg {background-color: #eee;}

/* Contentbox */
.contentbox {margin:15px 0px; line-height:24px;}
.col-md-6 .contentbox div[class^="col-"], .col-md-4 .contentbox div[class^="col-"] {width: 100%;}
.contentbox .child {position: absolute; top: -5px; left: -5px; right: -5px; bottom: -5px;}
.contentbox .parent {position: absolute;
top: 0;
right: 15px;
bottom: 0;
left: 15px;
overflow: hidden;
}

.parent img {  position: absolute;
  top: 50%;
  left: 50%;

  width: auto;
  height: auto;

  max-height: none;
  max-width: none;

  min-height: 100%;
  min-width: 100%;
 
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);}

/* Icon Überschriften */
.boxheader h1 a, .boxheader h1 a:hover, .boxheader h1 a:visited, .boxheader h1 a:active {text-decoration: none; color: #fff;}
h1.icon {background-color: #676766; position: relative; padding-left:130px;  padding-top: 8px; padding-bottom: 8px; font-size: 22px; color: #fff; margin-bottom: 35px;}
h1.icon img {position:absolute; top: -18px; left: 20px; margin-bottom: -20px; border: 5px solid #fff; width: 90px; height: 90px;}



h1.icon4 {background-color: #676766; position: relative; padding-left:130px;  padding-top: 13px; height: 50px; color: #fff; margin-bottom: 40px; font-size:23px;}

.language-menu {position: absolute; right: 15px; top: 0; list-style: none; padding:0; margin:0;z-index: 100; padding: 5px;} 
.language-menu li {display: inline-block; padding: 5px; font-family: "Roboto Condensed";}
.language-menu li:first-child {border-right: 2px solid #afb1b2;}
.language-menu li a, .language-menu li {color: #afb1b2; font-size: 24px;}
.language-menu li a:hover, .language-menu li.active a {color: #000; font-size: 24px; text-decoration: none;}


/*contactbox*/
.contactbox .boxtext {background-color: #eee; padding: 15px;}
.contactbox h1 {background-color: #ac6e66; margin-bottom: 0; color: #fff; padding: 12px; font-size: 20px; font-weight: normal;}
  

.slick-next {
    right: 0px;
}

.slick-prev {
    left: 0px;
}
   /* Gallerie */
.galleria .galleria-stage img {margin: auto;}
.galleria .galleria-nav {margin-top: 5px;}
.galleria .galleria-nav img {padding: 3px;}
.galleria {border: 1px solid #ccc;}
.galleria .galleria-nav .slick-prev {left: 5px;}
.galleria .galleria-nav .slick-next {right: 5px;}
.galleria .galleria-nav .slick-current {border: 1px solid #000;}
.slick-prev::before, .slick-next::before {color: #333;}
.slick-next::before {
    font-family: 'Glyphicons Halflings'; 
    content: "\e080";
}
.slick-prev::before {
    content: "\e079";
    font-family: 'Glyphicons Halflings';
}

.galleria .galleria-nav .slick-slide {cursor: pointer;}
.galleria .galleria-nav .slick-list {margin: 0px 30px;}
.slick-lightbox-close:before {color: #000; opacity: 1; font-size: 36px; }
.slick-lightbox-close {height: auto; width: auto;}

.galleria .slick-slide span {display: inline-block; text-align: center; background-color: #e7e7e7; width: 100%; margin-top: 5px;}

.footer {
    position: relative; 
    z-index: 10;
     margin-top: -40px;
}


.footercontent {
    color: #fff;
}


.footercontent { padding-top: 25px;   font-family: "Roboto"; font-size: 15px; padding-bottom: 25px;}
.footercontent a {color: #fff;}
.footercontent .copyright {float: left;}
.footercontent ul {text-decoration: none; padding:15px 10px 12px 10px; margin: 0; font-size: 15px; background-color: rgba(254,254,254,0.2); display: inline-block;}
.footercontent ul li {display: inline;padding-right: 5px;}

.footercontent img {max-width: 100%; height: auto !important;}
.footercontent > div[class^="col-"]:first-child img {padding-right: 150px; padding-left: 0;}

.footer {
  background-image: url(/fileadmin/template/grafiken/fire.jpg);  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
background-repeat:no-repeat;
background-position:50% 50%;
background-attachment: fixed;
border-top: 6px solid #fff;
}
.footer .wrapper {background-color: rgba(0,0,0,0.5);}
.footer h2 {margin-top: 4px; font-size: 20px; font-family: "Roboto"; color:#999999;font-weight:normal;}


.btn-default {
    font-family: "Roboto";
   color: #000000;
   background: #F2F2F2;
   border-color: #A2A2A2;
   margin-top:20px;
   padding:4px;
   font-size: 15px;
   width:130px;
   transition: background ease 0.3s;
}
 


.fm_button {text-align:center!important; display: block; margin:auto; margin-top:15px;}



.btn-default:hover {background-color: #676766; border-color: #676766; color:#FFF;}


.bereiche {margin-top: 4px;}

/* Subpages Menü */

.frame-type-menu_subpages h1, .right .frame-type-menu_pages h1 {
    display: inline-block;
    font-size: 18px;
    background-color: #87953F;
    padding: 10px;
    width: 100%;
    color: #fff;
    font-weight: normal;
    margin-bottom: 0;
}
.frame-type-menu_subpages ul, .right  .frame-type-menu_pages ul{
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 2px;
}
.frame-type-menu_subpages ul li, .right .frame-type-menu_pages ul li {
    color: #FFF;
    display: inline-block;
    background-color: #87953F;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 1px;
    font-size: 17px;
}
.frame-type-menu_subpages ul li:hover, .frame-type-menu_pages ul li:hover  {background: #144478}
.frame-type-menu_subpages ul li.active, .frame-type-menu_pages ul li-active  {background: #144478;}
.frame-type-menu_subpages ul li a, .frame-type-menu_pages ul li a {
    background-repeat: no-repeat;
    background-position: 8px 11px;
    color: #FFF;
    width: 100%;
    display: inline-block;
    padding: 10px 10px 10px 30px;     
}
.frame-type-menu_subpages ul li a:hover, .frame-type-menu_pages ul li a:hover {
    text-decoration: none;
   }
   
/* Menü Variante */
.frame-type-menu_subpages .variant ul li a, .frame-type-menu_pages .variant ul li a {color: #fff;}
.frame-type-menu_subpages .variant h1, .frame-type-menu_pages .variant h1 {
    background-color: #376a92;
}

.frame-type-menu_subpages .variant ul li, .frame-type-menu_pages .variant ul li {
    background-color: #919191;
    color: #fff;
}
.frame-type-menu_subpages .variant ul li:hover, .frame-type-menu_pages .variant ul li:hover  {background: #626262; color: #fff;}
.frame-type-menu_subpages .variant ul li.active, .frame-type-menu_pages .variant ul li-active  {background: #144478; color: #fff;}



 textarea.form-control {height: 300px;}
.btn-primary { color: #ffffff; background-color: #B36960; border-color: #B36960; font-size:16px!important;text-align:center!important;}
.btn-primary:hover { color: #ffffff; background-color: #676766; border-color: #676766; text-align:center!important;}
#kontakt .input {width:95%}

 
.ce-border img, .ce-border iframe {
    border-radius: 50%;
    border-color: transparent;}
.ce-textpic {position: relative;}
.ce-border {  position: absolute;
              top:0;
              bottom:0;
              right:0;
              display: flex;
  align-items: center;
  justify-content: center;}
.boxcontent h1 {line-height:20px;height:54px; padding-top:18px;}

 .ce-uploads a {display:block; margin-top:6px!important;}
 .frame-type-uploads h1 {background-color: #5C605C; color: #FFF; padding: 12px; margin-bottom: 4px; margin-top: 8px; font-weight: normal; font-size: 20px;}
 .ce-uploads li a {color: #000;line-height:20px;}
 .ce-uploads li { padding: 5px 5px; margin: 4px 0; background:#dddddd;}


.accordion h1, h1.externalLink {cursor: pointer;
  
        margin:0px;
      
        padding: 0px;
        width: auto;
        height:auto;
        min-height:50px;
        text-align: left;
        padding-top:14px;
        padding-bottom:12px;
        padding-left:10px;
        background-color: #5F6265;
        color:#FFFFFF;
        font-size: 18px;
        width:100%;
        display: inline-block;
        font-style:normal;
        line-height:25px;
}
.accordion h1::before, h1.externalLink:before {
    content: "\e092";
    font-family: 'Glyphicons Halflings';
    font-size: 13px;
    float: left;
    margin-top: -1px;
    margin-left: -3px;
    margin-right: 8px;
    color: #fff;
}
.over h1 { background-color: #B36960; color: #FFF;}
.on h1 { background-color: #B36960; color: #FFF;}
.on h1::before {
    content: "\e094";
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    float: left;
    margin-top: 0px;
    margin-left: -3px;
    margin-right: 8px;
    color: #fff;
}
.accordionButton {  
  width: 100%;
  border-top: 1px solid #000000;
  cursor: default;
  margin-top:10px;
  }
  
.accordionContent {  
  width: 100%;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-right:10px;
  }

.accordion{  
  width: 100%;
  border-top: 1px solid #FFFFFF;
  cursor: default;
   }

.ka-content {  
   width: 100%;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
  padding-right:15px;
  background:#EEEEEE;
  line-height: 24px;
  }
  
  hr {border-top: 1px solid #dddddd;}
  td {padding:5px;}
  tr {border-bottom: 1pt solid #DDDDDD;}
 .extra {margin-bottom:5px; margin-top:9px;} 
 
 
 
 label {font-weight:normal;}
 
 .projects div.image {padding: 50px;}
 .projekte {padding-left: 50px; padding-right: 50px;}
 
 
.breaker .green-bg {color:#fff;}