/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #CA5600;
    font-size: 1em;

    line-height: 1.4;
background: #FFFEFC;
}

::-moz-selection {
    background: #FCEE6E;
    text-shadow: none;
}

::selection {
    background: #FCEE6E;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.popup{

 background: url("../img/besteck_6.gif") repeat;
 padding: 10px;
 -webkit-box-shadow: 5px 5px 10px #572e10;
 -moz-box-shadow: 5px 5px 10px #572e10;
 box-shadow: 5px 5px 10px #572e10;
 border: 5px solid #fcd16e;
}

aside img{
 width: 90%;
}


.err
{
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color: red;
}


.jssorb03 {
    visibility: hidden;
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 17px/26px "Gabriela", Helvetica, Helvetica Neue, Arial;

}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.menuclass{
 background-color: #783401;
 display: inline-block;
 width: 100%;
 margin-bottom: -7px;
}

.header-container {
    
    height: 100%;
}

.footer-container,
.main aside {
    border-top: 5px solid #fcd16e;
    border-bottom: 5px solid #fcd16e;
}

.header-container,
.footer-container,
.main aside {
    
    background: url("../img/besteck_6.gif") repeat 
}

.title {
    
    font-family: "Rochester", serif;
font-weight: normal;
 font-size: 3.2em;
line-height: 0.9em;
	letter-spacing: 0px;
border: 12px;
	border-radius: 2;
	text-shadow: 1px 1px 2px #6B2D00;
}

/* ==============
    MOBILE: Menu
   ============== */
.menuclass {
display: none;
}
#menu{
 display: none;
}
#articlestart{
 display: none;
}
nav ul {
    padding: 0;
    margin: 1px 1px 1px 20px;
   /* list-style-type: circle;*/
    
}

nav ul li {
    height: 10px;
    padding: 0;
   /* list-style-type: circle;*/
    
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: underline;
}



/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
    font-family: "Rochester", serif;
}

.main article h2 {
    font-size: 1.5em;
    font-family: "Noticia", serif;
}

.main aside {
    color: #CA5600;
    padding: 0px 5% 10px; 
}


aside {
 /*margin-top: 10px;
 margin-bottom: 10px;*/
 margin: 10px;
}

.footer-container footer {
    color: #67481F;
    padding: 20px 0;
}

footer h3 {
    font-size: 1.1em;
    font-family: "Noticia", serif;
    
}
footer a {
color: #CA5600;
}
.signature {
 padding-bottom: 10px;

}

.viinfo {
 /* position: relative;*/
font-family: "Noticia", serif;
display: inline-block;
width: 100%;
/*display: inline-block;*/

}

.viinfo a {
color: #67481F;
}

.slider_large {
 display: none;
}

.languages img{
padding: 3px;
background-color: #fff7b4;
box-shadow: 1px 1px 5px grey;
}

.sig_title {
 display: inline;
}

.languages {
/*float:right;
 display: inline;*/
position:absolute;
top: 10px;
right: 10px;
width: 30px;
z-index:2;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.button {
     background: #d06d26;
  background-image: -webkit-linear-gradient(top, #d06d26, #6b2d00);
  background-image: -moz-linear-gradient(top, #d06d26, #6b2d00);
  background-image: -ms-linear-gradient(top, #d06d26, #6b2d00);
  background-image: -o-linear-gradient(top, #d06d26, #6b2d00);
  background-image: linear-gradient(to bottom, #d06d26, #6b2d00);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  border: solid #c77b0a 1px;
    color: white;
    font-family: "Rochester",serif;
    font-size: 1.2em;
    
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    vertical-align: middle;
}


.button:hover {
  background: #fcd16e;
  background-image: -webkit-linear-gradient(top, #fcd16e, #6b2d00);
  background-image: -moz-linear-gradient(top, #fcd16e, #6b2d00);
  background-image: -ms-linear-gradient(top, #fcd16e, #6b2d00);
  background-image: -o-linear-gradient(top, #fcd16e, #6b2d00);
  background-image: linear-gradient(to bottom, #fcd16e, #6b2d00);
}

.button:active {
    border-top-color: #D0BE26;
	background: #D0BE26;
	outline: 0;
}







#homeimage{
 height: 1.18em;
 
}


.pdfembed{
 display: none;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
   
   .menuclass {
display: inline-block;
}
#menu{
 display: block;
}
#slick{
	display:none;
}
#slickstart{
	display:none;
}
#articlestart{
 display: inline-block;
}
    nav a {
        float: left;
        /*width: 12%;*/
        margin: 0 0 0 -1px;
        /*padding: 25px 2%;*/
        /*margin-bottom: 1em;*/
   
    display: inline;
    margin-top: 5px;
    margin-bottom: 5px;

    padding: 10px 10px;

    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-family: "Rochester", serif;
    font-size: 1.2em;
    color: #FFFDFC;
    background: #D06E26;

}
 nav img {
        float: left;
        /*width: 100%;*/
        
        /*padding: 25px 2%;*/
        /*margin-bottom: 1em;*/
   
    display: inline;
    margin-top: 1px;
    margin-bottom: 1px;

}

 

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }


.pdfembed{
 display: inline-block;
 width:100%;
}

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 820px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    /*.header-container,*/
    .main aside {
        -webkit-box-shadow: 0 3px 10px #BE8841;
           -moz-box-shadow: 0 3px 10px #BE8841;
                box-shadow: 0 3px 10px #BE8841;
    }


.header-container {
   
height: 100%;

}


/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }
    .signature {
 float: left;
width:100%;
}

    nav {
        
        width: 100%;

    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
.slider_mobile {
display: none !important;
}
.slider_large {
float: left;
 display: block !important;
background-color: #783401;
 padding-top: 0px;
padding-bottom: 6px;
margin-bottom: 15px;
width: 100%;
border-bottom: 0px solid #572e10;
 -webkit-box-shadow: 0 3px 10px #572e10;
 -moz-box-shadow: 0 3px 10px #572e10;
 box-shadow: 0 3px 10px #572e10;
}


}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
.header-container {
 margin: 0px;
}


}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
 #menu {
    display: none;
}
.slider_large{
display: none;
}
.slider_mobile {
display: none;
}
.languages {
display: none;
}
#recommend{
display:none;
}
}
