/* CSS Document */

/* init */
html, body {
    width:100%;
    height:100%;
}

body {
    margin:0;
    padding:0;
    color: #948d9f;
    color: #827b8f;
    background-color:#fffdf3;
    background:url(../img/bg.gif) #fffdf3 repeat center;
    font-family: RabenauStd-Regular,Palatino,Times,"Times New Roman",serif;
    font-size:14.5px;
    line-height: 1.4em;
}
.row-fluid div {

}

a {
   outline: 0;
}

::selection {
    background: #eadfe5;
	}
::-moz-selection {
	background: #eadfe5;
}

#site-bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*min-width:876px;*/
	background:url(../img/bg.gif) #fffdf3 repeat center;
}
.page-margins {
    width:100%;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
.blog-subnav-history ul {
    padding-left:0;
}
header h1.claim {
    margin-left:300px;
    color:#d2d1da;
    font-family: RabenauStd-Italic,Palatino,Times,"Times New Roman",serif;
    font-size: 22px;
    font-weight:normal;
    line-height: 1.25em;
    padding-left:28px;
    padding-top:44px;
}

header.main {
    position:absolute;
    width:100%;
    /*min-width:710px;*/
    background-color: #908ba3;
	height:144px;
    z-index:10;
}
header.main .container {
    position:relative;
}
header.main .container .nav.lang {
    position:absolute;
    font-size: 17px;
    top:2rem;
    right:0;
    z-index:101;
    color: rgba(255,255,255,0.6);
}
header.main .container .nav.lang .lbl {
    font-size: 2rem;
    padding: 20px;
    margin-right: 5px;
    color:#fff;
}
header.main .container .nav.lang .select {
    padding:0.75rem 0;
    display:none;
    position:absolute;
    top:6rem;
    right:0;
    background-color: rgba(144,139,163,0.9);
    background-color: rgba(255,255,255,0.95);
}
header.main .container .nav.lang .toggle {
    padding:0.75rem 0;
    position:absolute;
    top:3rem;
    right:0;
    white-space:nowrap;
}
header.main .container .nav.lang .select a {
    padding:0.5em 1.75em;
    position:relative;
}
header.main .container .nav.lang .toggle .option {
    padding:0.5em 0.5em 0.5em 1.4em;
    position:relative;
}
header.main .container .nav.lang .toggle span.option {
    color:#fff;
}
header.main .container .nav.lang .toggle .option:last-child {
    padding:0.5em 1.4em 0.5em 0.5em;
}

header.main .container .nav.lang .select div,
header.main .container .nav.lang .toggle a {
    white-space:nowrap;
}
header.main .container .nav.lang:hover .select {
    display:block;
}
header.main .container .nav.lang .option span {
    display:none;
}
header.main .container .nav.lang .toggle {
    text-transform: uppercase;
}


@media (max-width: 749px) {
    header.main .container .nav.lang {
        top:0.5rem;
        font-size: 19px;
    }
    header.main .container .nav.lang .lbl {
        margin-right: 5px;
    }
    header.main .container .nav.lang .select {
        top:4.25rem;
    }
    header.main .container .nav.lang .toggle {
        top:1.25rem;
    }
    header.main .container .nav.lang .toggle .option {
        padding:0.5em 0.2em 0.5em 1.4em;
    }
    header.main .container .nav.lang .toggle .option:last-child {
        padding:0.5em 1.4em 0.5em 0.2em;
    }
}

@media (min-width: 1000px) {
    header.main .container .nav.lang {
        position:absolute;
        top:0;
        right:0;
    }
    header.main .container .nav.lang .option span {
        display:inline;
    }
    header.main .container .nav.lang .toggle {
        text-transform: none;
    }
}



nav.main {
    position:absolute;
    width:100%;
    /*min-width:710px;*/
    background-color: #a29eb2;
	height:36px;
    top:144px;
    z-index:5;
}
nav.main ul {
    padding-left:302px;
}
nav.main ul ul {
    padding-left:0px;
}
nav.main ul li a {
    font-size:17px;
}
.logo-badge {
    margin-left:30px;
    position:absolute;
    width:263px;
    height:229px;
}
nav.main ul ul ul {
    margin-top:-1px;
}
@media (max-width: 999px) {

    nav.main {
        display:none;
        top:100px;
        background-color:transparent;
        
    }    
    nav.main.active {
        
    }
    nav.main.active {
        display:block;
    }
    nav.main ul {
        padding-left:0px;
        width:100%;
        margin-top:36px;
        margin-top:0px;
        padding-top:95px;
        padding-bottom:2.75em;
        background-color: #a29eb2;
    }
    nav.main ul li {
        float:none;
        display: block;
        text-align:left;
    }
    nav.main ul li a {
        font-size: 24px;
    }
    nav.main ul ul {
        position:relative;
        
        margin-top:0.5em;
        padding-top:0px;
        padding-bottom:0px;
        background-color:none;
        width:100%;
    }
    nav.main ul ul li {
        line-height:23px;
    }
    nav.main ul ul li a {
        font-size: 21px;
        white-space: normal;
        padding-left:45px;
    }
    nav.main ul ul ul {
        display:none !important;
    }
    header h1.claim {
        width:40%;
        padding-top:0px;
        margin-left:253px;
    }
    .logo-badge {
        width:200px;
        height:auto;
    }

}
@media (max-width: 749px) {
    header.main {
        height:100px;
    }
    nav.main {
        top:100px;
        background-color:transparent;
    }
    nav.main ul {
        padding-top:55px;
    }
    header h1.claim {
        margin-left:215px;
        padding-left:8px;
        padding-top:28px;
        width:auto;
    }
    .logo-badge {
        width:163px;
        height:auto;
    }
}
@media (max-width: 600px) {
    header.main .container {
        width:100%;
    }
}
header.main .container {
    height:100%;
}

.logo-badge a {
    display:block;
    width:100%;
    height:100%;
}
.logo-badge a img {
    width: 100%;
    height:auto;
}


button.toggle {
    outline:none;
    display: block;
    position: absolute;
    bottom: 16px;
    right: 12px;
    padding: 20px;
    background-color: transparent;
    border: 1px solid transparent;
    z-index:100;
}
@media (min-width: 1000px) {
    button.toggle {
        display:none;
    }
}

button.toggle .icon-bar,
button.toggle .icon-bar:before,
button.toggle .icon-bar:after {
    transition: all 500ms ease-in-out;
    border-radius: 3px;
    height: 3px;
    width: 25px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    left: 0;
}
button.toggle .arrow {
    display: none;
    width: 32px;
    height: 16px;
    top: 56px;
    left: 10px;
    margin-left: -15px;
    position: absolute;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
    background-image: url(../img/nav-arrow-color.png);
}

@media (max-width: 999px) {
    button.toggle.active .arrow { display: block; }
    button.toggle { bottom:25px; }
}
@media (max-width: 749px) {
    button.toggle.active .arrow { top: 41px; }
    button.toggle { bottom:16px; }
}

button.toggle .icon-bar:before { top: -9px; }
button.toggle .icon-bar:after { bottom: -9px; }
button.toggle.active .icon-bar:before,
button.toggle.active .icon-bar:after { top: 0; }
button.toggle.active .icon-bar { background-color: transparent; }
button.toggle.active .icon-bar:before { -webkit-transform: rotate(-45deg) skew(0, 0); -moz-transform: rotate(-45deg) skew(0, 0); -ms-transform: rotate(-45deg) skew(0, 0); -o-transform: rotate(-45deg) skew(0, 0); transform: rotate(-45deg) skew(0, 0); }
button.toggle.active .icon-bar:after { -webkit-transform: rotate(45deg) skew(0, 0); -moz-transform: rotate(45deg) skew(0, 0); -ms-transform: rotate(45deg) skew(0, 0); -o-transform: rotate(45deg) skew(0, 0); transform: rotate(45deg) skew(0, 0); }

button.toggle .sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



.container {
    max-width: 1060px;
    padding:0;
}
.container-fluid.main, .container.main {
    position:relative;
    margin: 0 auto;
    /*max-width: none !important;
    min-width: 793px !important;
    min-width: 723px !important;*/
    padding-top:180px;
    z-index:1;
    background-color: rgba(255,255,250,0.75);
}
@media (max-width: 999px) {

    .container.main {
        padding-top:144px;
    }
}
@media (max-width: 749px) {
    .container.main {
        padding-top:100px;
    }
}
.template-id-3 .container-fluid.main, 
.template-id-3 .container.main {
    background-color: #d7d6de;
}
header .container {
    /*min-width: 710px !important;*/
    padding:0px !important;
}

.fullwidth.slider {
    padding:0 !important;
}
div.quote {
    background-color: #908ba3;
    min-height:50px !important;
    padding:0 15px 0.8em;
    font-size: 18px;
    line-height: 1.25em;
}
div.quote p {
    font-family: RabenauStd-Italic,Palatino,Times,"Times New Roman",serif;
    font-weight:normal;
    color:#fff;
    text-align:center;
    padding-top:0.8em;
    margin-bottom:0px;
}
.template-id-3 h1, 
.template-id-3 h2, 
.template-id-3 h3, 
.template-id-3 h4, 
.template-id-3 h5, 
.template-id-3 h6 {
    font-family: RabenauStd-SemiboldItalic,Palatino,Times,"Times New Roman",serif;
    line-height:1.1em;
    font-weight:normal;
    color: #948d9f;
}
.template-id-3 h3 {
    margin-top:1em;
    margin-bottom:0px;
    font-size:29px;
}
.template-id-3 h4 {
    font-size:22px;
}
.copy div {
    padding: 2.3em 25px 0.3em ;
    
}
.copy div p {
    padding: 0 0px 2.3em ;
    border-bottom: 1px #a29eb2 solid;
    color:#827b8f;
}
.nobr {
    white-space: nowrap;
}
.social img {
    margin-right:5px;
}
.fullwidth.slider ul {
    margin:0;
    padding:0;
}
.fullwidth.slider img {
    width: 100%;
    height:auto;
}

.container.main .third p {
    margin-top:0.2em;
}

.border-between {
    overflow:hidden;
}
.border-between > [class*='col-']:before {
 background: #a29eb2;
 bottom: 0;
 content: " ";
 left: 0;
 position: absolute;
 width: 1px;
 top: 15px;
    padding-bottom: 1920px;
	margin-bottom: -1920px;
}
.border-between > [class*='col-']:first-child:before {
 display: none;
}

div.third {
    width:32.3%;
    float:left;
    border-right: 1px #a29eb2 solid;
    margin-top:22px;
    padding-bottom: 32768px;
	margin-bottom: -32768px;
}
div.third:last-child {
    border:none;
}
.no-overflow {
    overflow:hidden;
}

.row.no-bootstrap {/*deprecated*/
    margin-left:-20px !important;
}

div.third > *:first-child {
    margin-top:-0.3em;
    padding-top:0px;
}
div.third > * {
        padding-left:25px;
        padding-right:25px;
}
.third:first-child {
    margin-left:20px;
}
div.third

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after { clear: both; }
.clearfix { zoom: 1; /* IE < 8 */ }

/* bootstrap */

a {
    color: inherit;
}
a:hover {
    color:inherit;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 0px 0px 0px 0px;
    color: #827b8f;

    display: inline-block;
    font-size: 14px;
    height: 43px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top:5px;
    margin-right:7px;
    padding: 4px 6px;
    vertical-align: middle;
    font-family: RabenauStd-Italic,Palatino,Times,"Times New Roman",serif;
}

.container.main input[type="text"] {
    width:71%;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #908ba3;
}

.contact-form select, 
.contact-form textarea, 
.contact-form input[type="text"], 
.contact-form input[type="password"], 
.contact-form input[type="datetime"], 
.contact-form input[type="datetime-local"], 
.contact-form input[type="date"], 
.contact-form input[type="month"], 
.contact-form input[type="time"], 
.contact-form input[type="week"], 
.contact-form input[type="number"], 
.contact-form input[type="email"], 
.contact-form input[type="url"], 
.contact-form input[type="search"], 
.contact-form input[type="tel"], 
.contact-form input[type="color"], 
.uneditable-input {
    color: #827b8f;
    font-family: RabenauStd-SemiboldItalic,Palatino,Times,"Times New Roman",serif;
}
.contact-form {
    position:relative;
    max-width:500px;
    margin-bottom:7em;
}

.contact-form textarea {
    height:10em;
}

.contact-form textarea,
.contact-form input[type="text"] {
    width:100% !important;
}
.contact-form input.submit {
    position:absolute;
    right:0;
    margin-top:1em;
}
.contact-form .zitat{
    margin-top:1em;
    margin-left:7px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(188, 118, 123, 0.8);
  border-color: rgba(144, 139, 163, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(188, 118, 123, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(188, 118, 123, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(188, 118, 123, 0.6);
          
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(144, 139, 163, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(144, 139, 163, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(144, 139, 163, 0.6);
}
input[type="image"] {
    margin-top:0px;
}
.subnav-header {
    margin-left:39px;
}
@media (max-width: 749px) {
    .subnav-header {
        margin-left:18px;
        margin-top:1.5em;
    }
    .subnav-header br {
        display:none;
    }
}

.B_crumbBox li {
    white-space: nowrap;
}
ul.B_crumbBox {
    margin-top:28px;
    margin-left:322px;
    padding-bottom:0.8em;
    font-family: RabenauStd-Italic,Palatino,Times,"Times New Roman",serif;
}
@media (min-width: 1000px) {
    ul.B_crumbBox {
        margin-left:274px;
    }
}
@media (max-width: 999px) {
    ul.B_crumbBox {
        margin-left:312px;
        margin-left:218px;
    }
}
@media (max-width: 749px) {
    ul.B_crumbBox {
        margin-left:169px;
    }
}
@media (max-width: 549px) {
    ul.B_crumbBox {
        margin-left:0px;
        padding-left:15px;
        margin-top:75px;
    }
}

ul.B_crumbBox li {
    display:inline;
    font-size:17px;
}
ul.B_crumbBox li.B_currentCrumb {
    font-family: RabenauStd-SemiboldItalic,Palatino,Times,"Times New Roman",serif;
}

ul.subnav {
    list-style:none;
    margin-bottom:2em;
}
ul.subnav li {
    margin:1em 0 0 14px;
    font-size:17px;
}
ul.subnav li.active,
ul.subnav li.here {
    font-family: RabenauStd-SemiboldItalic,Palatino,Times,"Times New Roman",serif;
}
.blog ul.subnav {
    margin-bottom:4em;
}
.blog ul.subnav li {
    margin:0.15em 0 0 14px;
    margin:0.15em 0 0 0px;
    padding-top:0.0em;
    padding-bottom:0.5em;
    /*border-top:#827b8f 1px solid;*/
}

.footer {
    height:150px;
    margin-top:15px;
    height:60px;
    
}
.template-id-3 .footer {
    border-top: 1px #a29eb2 solid;
}
.news-date {
    margin-top:1.5em;
    margin-bottom:0.25em !important;
}
.aside .news-date {
    margin-top:1.0em;
    margin-bottom:0.5em !important;
}
.aside h3 {
    font-size:1.5em;
    line-height:1.25em;
}
p.news-date + h3 {
    margin-top:0;
}
.news-title {
    margin-bottom: 0.6em;
}
.list-item {
    min-height:410px !important;
    margin-bottom:2em;
}
.page-id-111 .list-item {
    min-height:455px !important;
}
.list-item-xl {
    min-height:0 !important;
    
}
.list-item .introtext {
    font-size:13.5px;
    line-height:1.25em;
    min-height:1em;
}
.page-id-111 .list-item.col-lg-4 h3 {
    font-size:1.3em;
}
.aside {
    padding-top:103px;
}
.blog .aside {
    padding-top:21px;
}
.line-b {
    padding-bottom:0.5em;
    border-bottom: #827b8f 1px solid;
}

.list-item h3 {
    font-size: 1.5em;
}


@media (min-width: 750px) {
    .lay-fix {
        padding-left:17px;
    }
}
@media (min-width: 1000px) {
    .lay-fix {
        padding-left:57px;
    }
}

@media (min-width: 1200px) {
    .lay-fix {
        padding-left:50px;
    }
}
a, a img {
    outline:none;
}
.content a {
    text-decoration:none;
}

.content .product {
    padding-bottom:4em;
}
.content .landscape {
    margin-top:1.25em;
}


@media (max-width: 750px) {
    .bx-controls{
        opacity:0;/* display:none enables mobile swipe */
    }
    .bx-pager {
        display:none;
    }
}


.layout-blog .main img {
    max-width:100%;
}

.blog-subnav-history {
    margin-left:39px;
}
.visible-xs-block .blog-subnav-history {
    clear:both;
    margin-left:0;
    padding-top:3em;
}

