@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* Farben: Rot #de2521; | Grau #666666 | Dunkelgrau #181818  | Braun: #CEB69F */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-image: -ms-linear-gradient(top left, #D2D3D5 0%, #d6d0c8 100%);
    background-image: -moz-linear-gradient(270deg,rgba(232,228,224,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(232,228,224,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0, #D2D3D5), color-stop(1, #d6d0c8));
    background-image: -webkit-linear-gradient(270deg,rgba(232,228,224,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(232,228,224,1.00) 0%,rgba(255,255,255,1.00) 100%);
    background-attachment: fixed;
    color: #666;
    margin: 0;
    font-family: "myriad-pro";
    font-size: 1.3em;
}



/*-----------------------------------  Header  -----------------------------------*/


#header {
    margin-top: 50px;
    margin-bottom: 30px;
}

   
.header-navigation {
    position: fixed;
    width: 100%;
    height: 50px;
}

#header-left { 
    height:50px;
    float: left;
    background-color: #ffffff;
    width:50%;
    border-bottom: 1px solid #CEB69F;
}

#header-right {
    height: auto;
    float: right;
    width:50%;
}
  
#header-right-content { 
    width:100%; 
    height:112px;
    margin-left:400px;
    background-color: #ffffff;
    border-bottom: 1px solid #CEB69F;
}    
  
#header-center {
    height: 145px;
    position: relative;
    margin-left: -600px;
    margin-right: -600px;
    width: 1200px;
    float: left;
    z-index: 999;
    background-repeat: repeat-x;
    height: 50px;
    background-image: url(../images/bg-header.gif);
    border-bottom: 1px solid #CEB69F;
}
  
#header-logo {
    position: absolute;
    width: 262px;
    float: right;
    right: 0px;
    z-index: 1;
    padding: 0;
    /*
    background-image: url(../images/athmer-logo.png);
    */
    background-image: url(../images/logo_animation_sprite.png);
    background-repeat: no-repeat;
    height: 112px;
    background-position: 0 0;
}
#header-logo a {
    width: 100%;
    display: block;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}
#header-logo img {
    display: inline;
    margin-top: 10px;
    width: auto !important;
    height: auto !important;
}


.header-ani #header-logo {
    -webkit-animation: play .8s steps(31) 1;
       -moz-animation: play .8s steps(31) 1;
        -ms-animation: play .8s steps(31) 1;
         -o-animation: play .8s steps(31) 1;
            animation: play .8s steps(31) 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes play {
   from { background-position-y:    0px; }
     to { background-position-y: -3472px; }
}
@-moz-keyframes play {
   from { background-position-y:    0px; }
     to { background-position-y: -3472px; }
}
@-ms-keyframes play {
   from { background-position-y:    0px; }
     to { background-position-y: -3472px; }
}
@-o-keyframes play {
   from { background-position-y:    0px; }
     to { background-position-y: -3472px; }
}
@keyframes play {
    from { background-position-y:    0px; }
     to { background-position-y: -3472px; }
}
.header-ani #header-logo img {
    -webkit-animation: animatelogo .8s 1 linear;
       -moz-animation: animatelogo .8s 1 linear;
        -ms-animation: animatelogo .8s 1 linear;
         -o-animation: animatelogo .8s 1 linear;
            animation: animatelogo .8s 1 linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes animatelogo {
    from { max-height: 91px; }
     to { max-height: 30px; }
}
@-moz-keyframes animatelogo {
    from { max-height: 91px; }
     to { max-height: 30px; }
}
@-ms-keyframes animatelogo {
    from { max-height: 91px; }
     to { max-height: 30px; }
}
@-o-keyframes animatelogo {
    from { max-height: 91px; }
     to { max-height: 30px; }
}
@keyframes animatelogo {
    from { max-height: 91px; }
     to { max-height: 30px; }
}
.header-ani #header-right-content {
    -webkit-animation: animateheaderright .815s 1 linear;
       -moz-animation: animateheaderright .815s 1 linear;
        -ms-animation: animateheaderright .815s 1 linear;
         -o-animation: animateheaderright .815s 1 linear;
            animation: animateheaderright .815s 1 linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes animateheaderright {
    from { max-height: 112px; }
     to { max-height: 50px; }
}
@-moz-keyframes animateheaderright {
    from { max-height: 112px; }
     to { max-height: 50px; }
}
@-ms-keyframes animateheaderright {
    from { max-height: 112px; }
     to { max-height: 50px; }
}
@-o-keyframes animateheaderright {
    from { max-height: 112px; }
     to { max-height: 50px; }
}
@keyframes animateheaderright {
    from { max-height: 112px; }
     to { max-height: 50px; }
}
/* *** and back *** */
.header-ani-back #header-logo {
    -webkit-animation: playback .8s steps(31) 1;
       -moz-animation: playback .8s steps(31) 1;
        -ms-animation: playback .8s steps(31) 1;
         -o-animation: playback .8s steps(31) 1;
            animation: playback .8s steps(31) 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes playback {
   from { background-position-y: -3472px; }
     to { background-position-y: 0px; }
}
@-moz-keyframes playback {
   from { background-position-y: -3472px; }
     to { background-position-y: 0px; }
}
@-ms-keyframes playback {
   from { background-position-y: -3472px; }
     to { background-position-y: 0px; }
}
@-o-keyframes playback {
   from { background-position-y: -3472px; }
     to { background-position-y: 0px; }
}
@keyframes playback {
    from { background-position-y: -3472px; }
     to { background-position-y: 0px; }
}
.header-ani-back #header-logo img {
    -webkit-animation: animatelogoback .8s 1 linear;
       -moz-animation: animatelogoback .8s 1 linear;
        -ms-animation: animatelogoback .8s 1 linear;
         -o-animation: animatelogoback .8s 1 linear;
            animation: animatelogoback .8s 1 linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes animatelogoback {
    from { max-height: 30px; }
     to { max-height: 91px; }
}
@-moz-keyframes animatelogoback {
    from { max-height: 30px; }
     to { max-height: 91px; }
}
@-ms-keyframes animatelogoback {
    from { max-height: 30px; }
     to { max-height: 91px; }
}
@-o-keyframes animatelogoback {
    from { max-height: 30px; }
     to { max-height: 91px; }
}
@keyframes animatelogoback {
    from { max-height: 30px; }
     to { max-height: 91px; }
}
.header-ani-back #header-right-content {
    -webkit-animation: animateheaderrightback .822s 1 linear;
       -moz-animation: animateheaderrightback .822s 1 linear;
        -ms-animation: animateheaderrightback .822s 1 linear;
         -o-animation: animateheaderrightback .822s 1 linear;
            animation: animateheaderrightback .822s 1 linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@-webkit-keyframes animateheaderrightback {
    from { max-height: 50px; }
     to { max-height: 112px; }
}
@-moz-keyframes animateheaderrightback {
    from { max-height: 50px; }
     to { max-height: 112px; }
}
@-ms-keyframes animateheaderrightback {
    from { max-height: 50px; }
     to { max-height: 112px; }
}
@-o-keyframes animateheaderrightback {
    from { max-height: 50px; }
     to { max-height: 112px; }
}
@keyframes animateheaderrightback {
    from { max-height: 50px; }
     to { max-height: 112px; }
}
  

/*-----------------------------------  Main Navigation Header  -----------------------------------*/

.navigation {
    padding-left: 15px;
    margin-top: 13px;
    float: left;
    height: 50px;
    z-index: 9999;
}
.navigation > a img {
    margin: 0 5px -2px 0;
    vertical-align: bottom;
}

.path {
    color: #de2521;
    /*text-transform: uppercase;*/
    line-height: 1em;
}

.path a {
    color: #181818;
    /*text-transform: capitalize;*/
}
  
.path a:hover {
    color:#de2521;
}
  
a.tab, a.tab:link, a.tab:visited, a.tab:active, a.tab:hover, a.tab-cur {
    color: #666;
    margin-right: 2px;
    margin-top: 5px;
    background-color: #FFF;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 0px;
    overflow: visible;
    text-decoration: none;
    text-transform: uppercase;
}
 
a.tab-cur {
    color: #de2521;
  }
  
a.tab:hover {
    color: #de2521;
  }
  
.navigation ul, .navigation ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.navigation, .navigation ul {
  font-size:100%;
}
.navigation ul li {
    float: left;
    margin: 0px;
    text-decoration: none;
}

.navigation ul li ul {
    display: none;
    position: absolute;
}

.navigation ul li ul li {
    border-top: 3px solid transparent;
}

.navigation ul li:hover ul {
    display: block;
   padding-bottom: 4px;
    margin-right: 2px;  
    margin-bottom: 0px;    
}
  



/*----------------------------------- Sub-Navigation Header -----------------------------------*/


/* modul dropdown menü */

.navigation  ul li #submenue  {
  opacity:0;
  -webkit-transition: opacity 0.8s ;
  -moz-transition: opacity 0.8s ;
  -o-transition: opacity 0.8s ;
  transition: opacity 0.8s ;
}
.navigation:hover ul li #submenue {
  opacity:1;
}

.navigation ul li:hover #submenue li{
  height: 30px;
  list-style:none;  
  float: none;
}
.navigation ul li #submenue li a {
  display: block;
  margin-bottom: 4px;  
  padding:10px;
  background: white;
} 
.navigation ul li a:hover {
  color: black;
}
 

/*----------------------------------- Footer -----------------------------------*/

.footer-wrap {
  padding: 30px;
  margin-bottom: 70px;
  background-color: #CEB69F;
  color: #555555;
  border-radius: 0px;
  }
.footer-wrap a {
  color: #555555;
  }
.footer-wrap .col-md-4 , .footer-wrap .col-md-3 {
  border-right: 1px solid #FFFFFF;
  min-height: 200px;
  }
  
.footer-wrap .col-md-4:last-child , .footer-wrap .col-md-3:last-child  {
  border-right: 0px solid #FFFFFF;
  }
.footer-wrap h3, .footer-wrap h2, .footer-wrap h1 {
  font-size: 1.1em;
  color: #222222;
  letter-spacing: 0.1em;
  margin-top:0px;
  margin-bottom:5px;
  font-size: 120%;
  
  }  
.footer-wrap p {
  padding-bottom: 10px;
  line-height:1.5em;
}
  


/*----------------------------------- Sticky Footer -----------------------------------*/

.footer {
   position: absolute;
   bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 40px;
    background-color: #CEB69F;

  }
  
.footer .container  {
  font-size: 90%;
  padding-left:0px;
  }
  
.footer .container p {
    padding: 5px;
  padding-bottom: 0px;
  }


/*-----------------------------------  Search  -----------------------------------*/
.searchbox {
    margin-left: 40px;
  margin-bottom: 15px;
    padding: 0; 
  width: 130px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.searchbox .searchbox-sword {
  width: 130px;
  height: 25px;
  background: #ffffff;
  border: 1px solid;
  font-size: 10pt;
  color: #63717f;
  padding-left: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.searchbox .searchbox-button {
  
  padding-top: 5px;
  
}


/*-----------------------------------  Flexslider  -----------------------------------*/


.flexslider {
  background: none ;
    border: 0px solid #FFF;
    border-radius: 0px;
    box-shadow: none;
  margin: 0px 0px 0px;
}
.flexslider  .img-wrap {
  
  
}


.flex-control-nav {
    width: 100%;
    position: absolute;
  z-index:999;
    bottom: 40px;
    text-align: center;
}

.flex-control-paging li a.flex-active {
  background-repeat: repeat;
  background-position: 0% 0%;
  background-image: none;
  background-color: rgba(243,243,243,1);
  background-attachment: scroll;
  cursor: default;
  border: 1px solid #F8F3F3;
}

.flexslider .caption {
    width: 100%;
    position: absolute;
  bottom:20px;
}

.flexslider .img-wrap .caption p {
  color: #ffffff;
  font-size: 3.5em;
  margin-left:20px;
  text-shadow: 2px 2px 5px #000000;
}
.flexslider img:hover {
    opacity: 1;

}


/*-----------------------------------  Sitemap Navigation  -----------------------------------*/

.tab-cur-sitemap, .tab-cur-sitemap-sub{
    color: #de2521;;
  
}

.tab-sitemap, .tab-sitemap-sub {
    color: #666666;;
  
}


ul#sitemap {
    margin-left: 40px;
    padding: 0; 
  width:80%;
  float:left; 
}
#sitemap li {
float:left;
width: 16%;
margin-right:30px;
}
#sitemap li:last-child {
margin-right:0px;
}
#sitemap li ul li:last-child {
height:auto;
}
#sitemap li:nth-child(6n+0), #sitemap li:nth-child(8n+0){

}

#sitemap-sub li {
float:none;
clear:both;width:100%;
border-bottom: 1px solid #BDBDBD;
}
#sitemap-sub li:last-child {
border-bottom: none;
}
#sitemap-sub li ul li{
    list-style-type: disc;
    list-style-position: inside;
    margin-left:10px;
    border-bottom: none;
}

ul#sitemapspecial {
    float:left;  
    margin-right:0px;
    max-width: 180px;
}



.tab-sitemap, .tab-cur-sitemap {
    font-size:1.4em;
    letter-spacing: 1px;
}

.tab-sitemap-sub{
    font-size:1em;
}

.logo-nav {
    width: 133px;
    height: 44px;
    margin-left: 40px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-image: url(../images/athmer-logo-nav.png);
}

#menu-overlay {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0;
    line-height: 0px;
    display: block;
    padding: 0;
    text-indent: -9999px;
    z-index: 1030;
    position: fixed;
    -webkit-overflow-scrolling: touch; 
}

#menu-overlay.closed {
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6; 
}

#menu-button {
    float: left;
    margin: 5px 18px 0 6px;
    width: auto;
    height: 40px;
    line-height: 0px;
    display: block;
    padding: 0;
    background-image: url(../images/menu.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: 46px 32px;
    background-color: #fff;
    z-index: 99999;
    box-sizing: border-box;
    padding: 21px 0 0 52px;
    font-size: 13px;
    color: rgb(222, 30, 26);
}
  
#menu-button:hover {
    cursor: pointer; 
}

.menu {
    z-index: 1050;
    position: fixed;
    margin-right: auto;
    margin-left: -585px; 
    top: 0;
    background-color: rgba(255,255,255,0.85);
    left: 50%; 
    width: 1170px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; 
    padding-bottom:30px;
}

.menu.closed {
    top: -632px; 
}

.menu hr {
    margin: 15px 0 15px 0px;
    border-top: 1px solid #D0D0D0; 
}
.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0; 
}
.menu ul a {
  
}
.menu ul ul a {
  
}
.menu ul a:hover {
    color: #de2521;
}
.menu ul ul ahover {
    color: #de2521;
}
.menu ul li {
    margin-bottom: 10px; 
}
.menu ul ul li {
    margin-bottom: 2px;   
}
.menu ul ul {
    margin-left: 0;
}

/*----------------------------------- TO TOP  -----------------------------------*/

#toTop-right {
  border-radius: 50%;
  height:60px;
  width:60px;
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:70px;
  right:40px;
  outline:none;
  z-index:99999;
}
#toTop-left {
  border-radius: 50%;
  height:60px;
  width:60px;
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:20px;
  left:20px;
  outline:none;
  z-index:99999;
}
#toTop-center {
  display:none;
  text-decoration:none;
  position:fixed;
  bottom:10px;
  left:50%;
  margin-left:-20px; /*Feintuning je nach Inhalt */
  outline:none;
}


.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled,
.btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
    * background-color: #d9d9d9
}

.btn:active, .btn.active {
    background-color: #ccc \9
}



.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05)
}

.btn-large {
    padding: 13px 17px;
    font-size: 27.5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.btn-large [class^="icon-"], .btn-large [class * =" icon-"] {
    margin-top: 4px
}

.btn-danger {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #de2521;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.btn-danger.disabled, .btn-danger[disabled] {
    color: #fff;
    background-color: #bd362f;
    * background-color: #a9302a;
}




/*-----------------------------------  News  -----------------------------------*/

.news .article {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.news .article:last-child {
    border-bottom: none;
    margin-bottom: 30px;
}
.news-list-date {
  margin-top: 0px;
  padding-bottom: 5px;
  display: block;
}
.news .article h3  {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 110%;
  font-weight: bold;
  color: #555555;
}
.header-news h3 a  {
  color: #181818;
}
a.more  {
  color: #ffffff;
}
.news .article .teaser-text {
    margin: 0 0 0px 0;
}
.teaser-text-wrap {
  
}
.news .glyphicon-arrow-right{
  font-size: 120%;
  padding-bottom: 2px;
}
.news .article .footer {
    display: none;
}

/*-----------------------------------  Jumbotron  -----------------------------------*/

.jumbotron {
  background-color: #ffffff;
  border: 0px solid #ffffff;
  float: left;
  position: relative;
  margin-left: 0px;
  margin-right: 30px;
  width: 100%;
}
#height272{
  min-height:272px;
}
#height462{
  min-height:462px;
}
#height600{
  min-height:574px;
}
#height650{
  min-height:650px;
}
#height700{
  min-height:700px;
}
#height310{
  min-height:310px;
}
#height380{
  min-height:380px;
}

.container .jumbotron, .container-fluid .jumbotron {
    border-radius: 0px;
  padding: 20px;
}
.jumbotron h1, .jumbotron h2 {
  margin-top: 0px;
    margin-bottom: 15px;
  font-family: "myriad-pro";
  font-size: 1.8em;
  color: #de1e1a;
  letter-spacing: 0.05em;
}
.jumbotron h1  {
   
  text-transform: uppercase;
}
.jumbotron p, .jumbotron ul  {
  font-size: 1.2em;
  padding-left: 0px;
    margin-bottom: 0px;
    font-weight:normal;
}
.container .jumbotron ul {
  margin-bottom: 10px;
  padding-left: 18px;
  list-style-type: none;
  list-style-image: none;
}
.container .jumbotron ul  li:before {
  content: "►";
  color:#de2521;
  margin-right:5px;
  margin-left:-20px;
  
}
.container .jumbotron ul  ul li:before {
  content: none;
  
  
}
.container .jumbotron ul  ul  {
  list-style-type: disc;
  font-size: 1em;
}
.container .jumbotron ul li {
  margin-bottom: 5px;
}
.jumbotron .subheader{
  font-weight:bold;
  color: #666666;
  letter-spacing: 0.05em;
}
.jumbotron h3 {
margin-top: 0px;
}
.jumbotron a:hover {

}
.jumbotron  .image {
  
    margin-bottom: 10px;
   
}


/*-----------------------------------  Special Menu  -----------------------------------*/


.csc-menu {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
  list-style-image: none;
}




/*-----------------------------------  Element Styles  -----------------------------------*/

/* link with transition */

p {
  padding-bottom: 10px;
  line-height:1.5em;
}

a {
  background: none;  
  text-decoration: none;
  color: #666666;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

a:hover {
  color: black;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

a img:hover {
    opacity: 0.7;
   -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

hr {
    border-color: #de1e1a -moz-use-text-color -moz-use-text-color;
}
.h1, .h2, .h3  {
    margin-top: 0px;
    margin-bottom: 15px;
  font-family: "myriad-pro";
  color: #de1e1a;
  letter-spacing: 0.05em;
}
.h1  {
  font-size: 1.6em;
  text-transform: uppercase;  
}
.h2  {
  font-size: 1.4em;
}
h3  {
  font-size: 1.2em;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#content { 
  padding-left:20px;
  padding-right:20px;
    max-width:1200px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 0;
  font-size: 0.9em;
}
.img-wrap .caption {
  position: absolute;
  bottom: 20px;
  width:100%;
}
.img-wrap .caption p {
  color: #de2521;
  font-size: 1.3em;
  margin-left: 0px;
  padding: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 0px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: normal;
}
.img-center-inner a:hover p.caption- {
  color: #222222;
  text-decoration: none;
  text-shadow: none;
  background-color: rgba(255,255,255,0.9);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.img-center-inner a {
  text-decoration: none;
}

.container {
    width: 1200px;
}

.image {
    margin-bottom: 30px;
}


logo {
  opacity: 0.9;       /* modern browser */
  -moz-opacity: 0.9;  /* older Mozilla browser */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */
  filter: alpha(opacity=90); /* IE5.x -7.0 */
  position: absolute;
  z-index: 999;
  text-align: center;
  width: 225px;
  height: 130px;
  margin-right: 20px;
  top: 0;
  right: 0;
  padding-top: 12px;
  background-image: url(../images/athmer-logo-nav.png);
}

.logo h1 {
    visibility: hidden; 
}

::selection {
  background: #de2521; /* WebKit/Blink Browsers */
  color:#ffffff;
}
::-moz-selection {
  background: #de2521; /* Gecko Browsers */
  color:#ffffff;
}

a.button-more, .fa-print, .fa-shopping-cart, a.button-full, a.button-big, #button-more  {
  background-color: #de2521;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  color: #ffffff;
  padding-top: 5px;
  padding-right: 8px;
  padding-left: 8px;
  padding-bottom: 5px;
  border-radius: 5px;
  font-family: "myriad-pro";
}
a.button-more, #button-more  {
  text-decoration:none;
  line-height:2em;
  font-size: 100%;
  font-weight: bold;
}
a.button-more:hover  {
  opacity: 0.7;
   -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

a.button-full  {
  text-decoration:none;
  font-size: 150%;
  font-weight: bold;
  display: table;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
}
a.button-big  {
  text-decoration:none;
  font-size: 120%;
  font-weight: bold;
  padding:15px;
  
}
a.button-full:hover  {
  opacity: 0.8;
   -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.fa-print, .fa-shopping-cart {
  font-size: 130%;
  float:right;
  margin-left: 10px;
}
#ac-d-options a{
  margin-bottom: 5px;
  text-align: right;
}

.subheader {
    color:#000000;
}

.tx-go-maps-ext {
  margin-bottom: 30px;
}

#langselector  {

}

.language {
  /*position:absolute;*/
  float:right;
  margin-top: 10px;
  margin-right: 20px;
  right:100px;
  font-size: 100%;
  z-index:9999999;
}
.language a.act  {
  color:#de2521;
}

#header-center .language {
    margin: 17px 264px 0 0;
}

.copyright {
  float:left;
  margin-top: 10px;
  color: #ffffff;
  margin-left: 10px;
}

.copyright a {
    color: #de1e1a;
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ffffff;
}
.panel {
    margin-bottom: 20px;margin-top: 10px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.05);
    box-shadow: 0 0px 0px rgba(0,0,0,.05);
}


.csc-textpic-border img {

    border: 1.5px solid #CEB69F;
 
}

.tx-indexedsearch-browsebox ul.browsebox  li:before {
  content: none;
  
  
}
.tx-indexedsearch-browsebox ul.browsebox  li {
  margin-right: 5px;
  border-right: 0px solid #000000;
  padding:5px;
}




.table-responsive td {
  width:2em
}





/*---------------------- MEDIA CSS -----------------------*/


/*-------------------------------------------------------  1300 PIXEL  -------------------------------------------------------*/



@media (max-width: 1300px) {
  
    /*-------  Element Styles  -------*/

    .container {
        width: 1024px;
    }
    
    
    #header-center {
        margin-left:-512px;
        margin-right:-512px;
        width:1024px;
    }
    /*
    #header-logo  {
      width: 189px;
      height: 130px;
      background-image: url(../images/athmer-logo-toggle.png);
    }
    #header-center .language {
        margin-right: 190px;
    }
*/

    /*-------  Main Navigation Header  -------*/

    .navigation, .navigation ul {
      font-size:92%;
    }
      /*-------  Jumbotron  -------*/
    #height272 {
      min-height:230px;
    }

}


/*-------------------------------------------------------  1100 PIXEL  -------------------------------------------------------*/

@media (max-width: 1100px) {
    /*-------  Main Navigation Header  -------*/

    a.tab, a.tab:link, a.tab:visited, a.tab:active, a.tab:hover, a.tab-cur {
      font-size:11px;
      padding-right: 5px;
        padding-left: 5px;
    }  
  
    /*-------  Main Navigation Header  -------*/
/*
    #menu-button {
        width: 32px;
        height: 32px;
        background-size: 32px 32px;
        margin-top: 4px; 
    } */

    #header-right-content { 
        margin-left:0px;
        margin-left:300px;
    }   
    #header-center {
        margin-left:-400px;
        margin-right:-400px;
        width:800px;
    }

    /*-------  Element Styles  -------*/

    .container {
        width: 800px;
    }

    /*-------  Jumbotron  -------*/
    #height272, #height462, #height600, #height650, #height700, #height310, #height380{
        min-height:auto;
    }


    .menu {
        z-index: 1050;
        position: fixed;
        margin-left: auto;
        top: 0;
        left: 0;
        background-color: rgba(255,255,255,0.85);
        width: 280px;
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; 
    }
    .menu.closed {
        left: -280px; 
        top: 0;
    }

    ul#sitemapspecial {

     margin-left: 40px;
    }
    #sitemap li {
    float:none;
    width: auto;
    margin-right:auto;
    }
    #sitemap li:last-child {
    margin-right:0;
    }

    #sitemap-sub li {
    float:none;
    clear:both;
    width:auto;
    border-bottom: 1px solid #BDBDBD;
    }
    #sitemap-sub li:last-child {
    border-bottom: none;
    }
    #sitemap-sub li ul li{
    list-style-type: disc;
    list-style-position: inside;
    margin-left:10px;
    border-bottom: none;
    }
    #sitemap   {
    margin-right:30px;
    }

    .tab-sitemap, .tab-cur-sitemap {
        font-size:1.2em;
    }
}
  
  
  
@media (min-width: 900px) and (max-width: 980px) {
  .footer-wrap .col-md-4 , .footer-wrap .col-md-3 {
    border-bottom: 1px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height:0px;;
  }
  .footer-wrap .col-md-4:last-child , .footer-wrap .col-md-3:last-child  {
    border-bottom: 0px solid #FFFFFF;
    padding-bottom: 0px;
  }

  /*-------  Jumbotron  -------*/
  #height272, #height462, #height600, #height650, #height700, #height310, #height380 {
    min-height:auto;
  }
}


/*-------------------------------------------------------  900 PIXEL  -------------------------------------------------------*/


@media (max-width: 950px) {
  
    /*-------  Main Navigation Header  -------*/

    .navigation, .navigation ul {
      visibility:hidden;
      width:0px;
      font-size:0px;
    }

    /*-------  Header  -------*/

    #header-center {
      position:absolute;
      right:0px;
        margin-left:0px;
        margin-right:0px;
        width: 100%;
    }

    #header-right-content { 
        margin-left:0px;
        height:50px;
    }  

    #header-right {
      width:50%;
      height:50px;
    }
    #header-center .language {
        display: none;
    }

    /*-------  Element Styles  -------*/

    .container {
        width: 85%;
    }

    /*-------  Jumbotron  -------*/
    #height272, #height462, #height600, #height650, #height700, #height310, #height380{
      min-height:auto;
    }

    /*------- Footer -------*/

    .footer-wrap .col-md-4:last-child , .footer-wrap .col-md-3:last-child  {
      border-bottom: 0px solid #FFFFFF;
      padding-bottom: 0px;
    }

    .footer-wrap .col-md-4 , .footer-wrap .col-md-3 {
      border-bottom: 1px solid #FFFFFF;
      border-right: 0px solid #FFFFFF;
      margin-bottom: 30px;
      padding-bottom: 30px;
      min-height:0px;;
    }

    /*------- TO TOP -------*/ 

    #toTop-right {
      bottom:30px;
      left:50%;
      margin-left: -30px;
    }

}

.powermail_legend, .powermail_form  h3 {
	height: 0;
	visibility: hidden;
	margin: 0;
	
}


@media (max-width: 480px) {
    #menu-button .text-menu {
        display: none;
    }
    
}