@font-face {
    font-family: 'texgyreadventorregular';
    src: url('../fonts/texgyreadventor-regular-webfont.eot');
    src: url('../fonts/texgyreadventor-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-regular-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-regular-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'texgyreadventoritalic';
    src: url('../fonts/texgyreadventor-italic-webfont.eot');
    src: url('../fonts/texgyreadventor-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/texgyreadventor-italic-webfont.woff') format('woff'),
         url('../fonts/texgyreadventor-italic-webfont.ttf') format('truetype'),
         url('../fonts/texgyreadventor-italic-webfont.svg#texgyreadventoritalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin:0;
    padding:0;
}

html {
    overflow-y:scroll;
    min-height:100%;

    background: #ecebcc; /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VjZWJjYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ecebcc 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecebcc), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ecebcc 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ecebcc 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ecebcc 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ecebcc 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ecebcc', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    
    background-attachment:fixed;
}

html, body {
    font-size:14px;
    line-height:20px;
    font-family: arial, helvetica, sans-serif;
}

p, ul, ol, table {
    margin-bottom:20px;
}

a {
    color:#9e9a1f;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

a img {
    border:0;
}


/* TABELLEN */

table table {
    margin:0;
}

td, th {
    padding-right:14px;
}

th {
    text-align:left;
    font-weight:bold;
    font-size:14px;
}


/* UEBERSCHRIFTEN */

h1, h2, h3, h4, h5, h6 {
    margin:30px 0 20px 0;
}

h1, h2 {
    font-family:'texgyreadventorregular', arial, helvetica, sans-serif;
}

h1, h2 {
    font-size:20px;
    font-weight:normal;
}

h3 {
    font-size:16px;
    font-weight:normal;
}

h4, h5, h6 {
    font-size:14px;
    font-weight:bold;
}

#sitetitle {
    font-size:28px;
    text-transform:uppercase;
    border-bottom:2px solid #b4b033;
    margin:0 -36px;
    padding:0 36px 28px 36px;
}


/* NAVIGATION */

#menu {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    height:45px;
    background:#b4b033;
    text-align:center;
    margin:0;
    padding:0;
    list-style:none;
    z-index:200;
}

#menu li {
    display:inline;
    padding:0 14px;
    line-height:45px;
}

#menu a {
    color:white;
    text-decoration:none;
    font-family:'texgyreadventorregular', arial, helvetica, sans-serif;
}

#menu a:before {
    content:'› ';
    font-size:20px;
}

#menu a:hover {
    text-decoration:underline;
}


/* DESIGN */

#header {
    position:relative;
    width:920px;
    margin:0 auto 50px auto;
}

#logo {
    display:block;
    width:348px;
    height:174px;
    margin:0 auto;
    background:white;
    text-align:center;
    line-height:174px;

    -webkit-border-bottom-right-radius: 174px;
    -webkit-border-bottom-left-radius: 174px;
    -moz-border-radius-bottomright: 174px;
    -moz-border-radius-bottomleft: 174px;
    border-bottom-right-radius: 174px;
    border-bottom-left-radius: 174px;
}

#logo_anifit, #logo_ryzoom {
    background:white;
    display:block;
    width:184px;
    -webkit-transform:scale(0.9,0.9);
    -moz-transform:scale(0.9,0.9);
    transform:scale(0.9,0.9);
    opacity:0.5;
    margin-top:-50px;
    position:absolute;
    top:0;

    -webkit-border-radius: 92px;
    -moz-border-radius: 92px;
    border-radius: 92px;
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}

    #logo_anifit {
        left:82px;
        height:120px;
        padding-top:64px;
    }
    
    #logo_ryzoom {
        right:82px;
        height:112px;
        padding-top:70px;
    }

    #logo_anifit:hover, #logo_ryzoom:hover {
        -moz-transform:scale(1,1);
        -webkit-transform:scale(1,1);
        transform:scale(1,1);
        opacity:1;
    }

    #logo_anifit img, #logo_ryzoom img {
        display:block;
        margin:0 auto;
    }
    
#content {
    position:relative;
    width:920px;
    margin:0 auto;
    margin-bottom:70px;
}


/* SPALTEN */
    
.columns:after, .columns:before {
    content: "";
    display: table;
}

.columns:after {
    clear: both;
}

.columns {
    margin: 0 -36px;
    padding: 0 18px 10px 18px;
    border-bottom:2px solid #b4b033;
}

.column {
    float: left;
    margin-left: 18px;
    min-height: 19px;
}

.columns_2 .column {
    width:450px;
}

.columns > h2 {
    padding-left:20px;
}

.no_topmargin_first_headline h1, .no_topmargin_first_headline h2, .no_topmargin_first_headline h3 {
    margin-top:0;
}


/* ADRESSE */

.address_table .first_column {
    width:150px;
}

.address svg {
    float:left;
    margin-right:40px;
    width: 200px;
}

.address .contact_info_container {
    float:left;
}

.address .contact_info_container h3 {
    margin-top:0;
}

.address .contact {
    margin-right:40px;
    float:left;
}


/* STARTSEITE */

.startpage #logo {
    position:relative;
    width:520px;
    height:260px;
    line-height:260px;
    z-index:300;

    -webkit-border-bottom-right-radius: 260px;
    -webkit-border-bottom-left-radius: 260px;
    -moz-border-radius-bottomright: 260px;
    -moz-border-radius-bottomleft: 260px;
    border-bottom-right-radius: 260px;
    border-bottom-left-radius: 260px;
}

.start_area {
    position:relative;
    width:330px;
    opacity:0.5;

    -webkit-transform:scale(0.95,0.95);
    -moz-transform:scale(0.95,0.95);
    transform:scale(0.95,0.95);
    
    transition: all 0.5s;
    -webkit-transition: all 0.5s; /* Safari */
}

.start_area:hover {
    opacity:1;
    -webkit-transform:scale(1,1);
    -moz-transform:scale(1,1);
    transform:scale(1,1);
}

.start_area .logo {
    position:relative;
    display:block;
    width:312px;
    margin-top:-106px;
    background:white;
    
    -webkit-border-radius: 156px;
    -moz-border-radius: 156px;
    border-radius: 156px;
}

.start_area .logo img {
    display:block;
    margin:0 auto;
}

.start_area .text {
    padding-left:40px;
}

.start_area .text a:before {
    content:'› ';
    font-size:20px;
}

#start_anifit {
    float:left;
    margin-left: 17px;
    margin-top: 40px;

    transform-origin:100% 0%;
    -ms-transform-origin:100% 0%; /* IE 9 */
    -webkit-transform-origin:100% 0%; /* Safari and Chrome */
}

#start_anifit .logo {
    height:222px;
    padding-top:90px;
}

#start_ryzoom {
    float:right;
    margin-right: 0px;
    margin-top: 40px;

    transform-origin:0% 0%;
    -ms-transform-origin:0% 0%; /* IE 9 */
    -webkit-transform-origin:0% 0%; /* Safari and Chrome */
}

#start_ryzoom .logo {
    width: 218px; height: 218px;
    padding: 47px;
}

#start_gefrier {
    display: block; opacity: 0.5; transition: all 0.5s;
    background: url(../images/provital_gefriertrocknung_button.png) no-repeat center center;
    background-size: contain;
    position: absolute; top: 0; left: 0; right: 0; bottom: 0;
}
#start_gefrier:hover {
    opacity:1;
}

#content {
    padding: 0 30px;
}

.startpage #content:after, .startpage #content:before {
    content: "";
    display: table;
}

.startpage #content:after {
    clear: both;
}

.startpage h2 {
    font-size:35px;
    font-family:texgyreadventoritalic, arial, helvetica, sans-serif;
}

.hideme {
    display: none;
}

/* NO FONT SMOOTHING */

.no-fontsmoothing h1, .no-fontsmoothing h2, .no-fontsmoothing .startpage h2 {
    font-family:arial, helvetica, sans-serif;
}

