/*************************************
*  layout business
*  @design Birgit Rahm <www.glossy-works.com>
*  @author Peter Royer <www.freeatweb.at>
**************************************/

@import url(fonts/fonts.css);
@import url(ext_navigation.css);
@import url(ext_csc.css);
@import url(ext_mobile.css);
@import url(ext_extensions.css);

/******************
* General settings 
*******************/
html body {
    background: #fff;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: #000;
    padding: 0;
    margin: 0;
}
html a {
    color: #000;
    text-decoration: underline;
}
html a:hover {
    color: #000;
    font-weight: bold;
}
html h1,
html h2 {
 /*   font-family: 'american_purposeregular'; */
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
    color: #000;
    text-transform: uppercase;
}
html h1 {
    font-size: 28px
}
html h2 {
    font-size: 22px;
}
html h3 {
    font-size: 18px;
}
html h1 a,
html h2 a,
html h3 a {
    color: #000;
    text-decoration: none;
}
.container {
    position: relative;
    z-index: 5;
}
html img {
    max-width: 100%;
    height: auto;
}

/*
* Background images & overlay
*/
html .tx-imagecycle-pi1 {
    display: none;
}

/*
* Header 
*/
.header {
    position: fixed;
    width: 100%;
    z-index: 25;
    background: #fff;
}
.header-container {
    position: relative;
    z-index: 25;
    height: 100px;
}
.logo {
    position: absolute;
    max-width: 100%;
    left: 40px;
    height: 100%;
    min-height: 170px;
    padding: 60px 25px 25px 25px;
    background: #fff;
}
html .logo img {
    max-width: 100%;
    width: auto;
}
body > .image-header {
    display: none;
}
.headerimage {
    height: 580px;
}
.headerimage img {
    position: relative;
    z-index: 5;
}
.headerimage-bg {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 15px;
    width: 36%;
    height: 100%;
    background: url(../img/bg-headerimage.png);
}


/*
* Searchbox
*/
div.search {
    height: 36px;
    position: relative;
}
div.search input[type='text'] {
    border: 1px solid #a4a4a4;
    color: #ceaa6d;
    height: 20px;
    line-height: 20px;
    width: 100%;
    padding: 0 10px;
    background: url(../img/bg-searchbox.png) repeat-y top left;
}
div.search input[type='submit'] {
    width: 30px;
    height: 19px;
    position: absolute;
    right: 16px;
    top: 11px;
    line-height: 20px;
    cursor: pointer;
    color: transparent;
    background: #fff url(../img/ico-search.png) no-repeat left center;
    border: 1px solid #a4a4a4;
}

@media all and (-ms-high-contrast:none)
     {
     *::-ms-backdrop, div.search input[type='submit'] { top: 9px } /* IE11 */
     }

div.search input[type='submit']:hover {
    color: transparent;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ceaa6d;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ceaa6d;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ceaa6d;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ceaa6d;
}

/*
*   Startseite
*/
.co-container {
    padding-top: 100px;
}
.index-content {
    margin-bottom: 80px;
    text-align: center;
}
.content-header h2,
.index-content h2 {
    margin-top: 0;
    text-transform: none;
    font-weight: normal;
    font-size: 20px;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
}
.content-header {
    margin: 1em 0 2em 0;
    text-align: center;
}
html .content-bottom h1,
html .content-bottom h2 {
    font-size: 18px;
    text-transform: none;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", "sans serif";
}

/*
* Subpages 
*/
.subpages-content {
     margin-bottom: 80px;
}
.content-left > section {
    padding-left: 25px;
}
.content-right {
    border-left: 1px solid #000;
}
.content-right > section {
    padding-right: 25px;
}
.content-one-col {
    padding: 0 25px;
}

/*
*   Content-Bereich
*/
.content {
    margin-bottom: 30px;
    padding: 30px 10px;
    background: url(../img/bg-content.png);
    border: 4px solid #fc635e;
}


.print {
 /*   background: url(../img/ico-print.png) no-repeat left center; */
    margin: 30px 0;
 /*    padding-left: 20px !important; */
}
.print a {
    color: #ceaa6d;
    text-decoration: none;
}


/*
*  Footer
*/
.footer {
    position: fixed;
    z-index: 5;
    bottom: 0;
    height: 40px;
    width: 100%;
    color: #000;
    line-height: 40px;
    background: #fff;
    border-top: 1px solid #c2af91;
}
.footer a {
    font-weight: normal;
    text-decoration: none;
    color: #000;
}
.footer a:hover {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}
.footer .address {
    padding: 0 !important;
}
html address {
    line-height: 40px;
    margin-bottom: 0;
}
.color {
    color: #c2af91;
    font-weight: bold;
}

/*
* waii-buttons
*/
.waii {
    float: left;
}
#font-small {
    font-size: 10px;
}
#font-big {
    font-size: 14px;
}