@import "reset.css";

* {
    margin: 0;
    padding: 0
}

body {
    text-align: left;
    font-size: 0.75em;
    font-family: Verdana, Tahoma, sans-serif;
    color: #1D1D1D;
    background-color: #ffffff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.bodyHintergrundFIX {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../gfx/grafik.jpg");
    background-origin: padding-box;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    font: 16px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.floatfix {
    height: 1px;
    font-size: 0;
    line-height: 0;
    clear: both;
}

a {
    color: #404040;
}

a:hover {
    color: #7f0000;
}

h1 {
    font-size: 1em;
    font-family: Verdana, Tahoma, sans-serif;
    color: #1D1D1D;
    font-weight: bold;
}

h1 a {
    font-size: 1.4em;
    font-family: Verdana, Tahoma, sans-serif;
    color: #2e417a;
    text-shadow: 1px 1px 0 #dce9f1;
    font-weight: bold;
    text-decoration: none;
}

h1 a:hover {

    color: #5a7fe7;
    text-shadow: 1px 1px 0 #1f3572;
    text-decoration: none;
}

h2 {
    font-size: 0.85em;
    font-family: Verdana, Tahoma, sans-serif;
    color: #1D1D1D;
    font-weight: bold;
}

h2 a {
    color: #263673;
    display: block;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

h2 a:hover {
    color: #7885b4;
    text-decoration: none;
}

#info_box {
    background: #CFD6DE;
    z-index: 1000;
    color: #001839;
    padding: 10px;
    font-size: small;
    position: fixed;
    width: 100%;
    top: 0;
    text-align: center;
}

#info_box > button {
    background-color: #385371;
    text-shadow: 0px 1px 2px #182954;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.49);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #FFFFFF;
    padding: 3px 10px;
    text-decoration: none;
    border: none;
    font-weight: bold;
    margin-left: 5px;
}

#info_box > a {
    color: #0290D0;
}

#headerwrap {
    height: 100px;
    background: #e2e8ef; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e8ef 0%, #d2dbe4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e2e8ef), color-stop(100%, #d2dbe4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e8ef 0%, #d2dbe4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e8ef 0%, #d2dbe4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e8ef 0%, #d2dbe4 100%); /* IE10+ */
    background: linear-gradient(top, #e2e8ef 0%, #d2dbe4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2e8ef', endColorstr='#d2dbe4', GradientType=0); /* IE6-9 */
    border-bottom: 1px solid #577794;
    padding: 5px 0;
    position: relative;
    z-index: 999;
}

#header {
    text-align: left;
    margin: auto;
    width: 980px;
    height: 60px;
    position: relative;
}

#logo {
    width: 360px;
    height: 50px;
    background: transparent url(../gfx/shop.png) no-repeat left top;
}

#logo a {
    display: block;
    padding: 20px 0 0 70px;
}

#search {
    position: absolute;
    right: 10px;
    top: 22px;
    z-index: 20;
}

.searchbutton {
    background: #E6F1FA;
    border: 1px solid #A6B1B9;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 3px #FFFFFF inset;
    color: #333333;
    font: bold 11px/30px Helvetica, Arial, sans-serif;
    padding: 0 10px 0 10px;
    text-decoration: none !important;
    text-shadow: 1px 1px 0 #FFFFFF;
    height: 32px;
}

.searchbutton:hover {
    background-color: #D7E7F3;
}

#searchinput {
    width: 180px;
    padding: 7px;
    border: 1px solid #bfbfbf;
    border-radius: 4px 4px 4px 4px;
    background: #efefef; /* Old browsers */
    background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%); /* IE10+ */
    background: linear-gradient(top, #efefef 0%, #ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#ffffff', GradientType=0); /* IE6-9 */


}

#navi {
    margin: auto;
    width: 980px;
}

#nav {
    list-style: none outside none;
    padding: 0;
    z-index: 9999;
}

#nav li {
    float: left;
    margin: 0 2px 0 0;
    padding: 0 0 13px;
}

#nav a {
    border: 1px solid transparent;
    color: #3F3F3F;
    text-decoration: none;
    text-shadow: 0 1px #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 0 10px;
    z-index: 100;
    height: 22px;
    line-height: 22px;
}

#nav a:hover {
    background: none repeat scroll 0 0 #608AAD;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) inset;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    text-shadow: 0 1px #222222;
}

#showcasewrap {
    height: 280px;
    background: #ffffff;
}

#showcase {
    margin: auto;
    height: 260px;
    width: 980px;
    color: #263673;
    font-size: 14px;
}

.caseimg {
    padding: 2px;
}

.casepreis {
    color: #5e6b82;
    font-size: 20px;
    text-shadow: 0 1px 0 #000000;
}

.caseartikelinfos {
    padding-top: 10px;
}


#mainwrap {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    background: transparent url(../gfx/bgrnd.jpg) repeat-x left top;
    flex-grow: 1;
}

#main {
    margin: auto;
    width: 980px;
    padding-top: 40px;
}

#content_main {
    padding-top: 40px;
    width: 980px;
}

.flex_content_wrapper {
    display: flex;
    justify-content: center;
}

}

#left_outer, #right_outer {
}

.description {
    margin-bottom: 30px;
}

#content_main td {
    vertical-align: top;
    width: 33%;
}

#left {
    float: left;
    width: 540px;
    margin-bottom: 30px;
}

#right {
    float: right;
    width: 400px;
}


#slides {
    z-index: 100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
    width: 980px;
    height: 280px;
    overflow: hidden;
    position: relative;
    display: none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
    padding: 20px;
    width: 820px;
    height: 230px;
    display: block;
}

/*
	Next/prev buttons
*/
#slides .next, #slides .prev {
    display: none;
}

#slides .next {
    left: 585px;
}

/*
	Pagination
*/

.pagination {
    margin: 26px auto 0;
    width: 100px;
}

.pagination li {
    float: left;
    margin: 0 1px;
    list-style: none;
}

.pagination li a {
    display: block;
    width: 12px;
    height: 0;
    padding-top: 12px;
    background-image: url(../img/pagination.png);
    background-position: 0 0;
    float: left;
    overflow: hidden;
}

.pagination li.current a {
    background-position: 0 -12px;
}


/*
	Type and anchors
*/


p {
    font-size: 1.3em;
}

#slides .link {
    display: block;
    margin-top: 10px;
    font-weight: 800;
}


.item {
    background: #ffffff;
    margin-bottom: 20px;
    padding: 20px;
    width: 470px;
    -webkit-box-shadow: 0px 0px 17px #000000; /* webkit browser*/
    -moz-box-shadow: 0px 0px 17px #000000; /* firefox */
    box-shadow: 0px 0px 17px #000000;
    overflow: hidden;
}

.item2 {
    float: left;
    background: #ffffff;
    margin: 20px;
    padding: 20px;
    width: 120px;
    -webkit-box-shadow: 0px 0px 17px #000000; /* webkit browser*/
    -moz-box-shadow: 0px 0px 17px #000000; /* firefox */
    box-shadow: 0px 0px 17px #000000;
    overflow: hidden;
    min-height: 180px;
}

.gadds {
    margin-bottom: 20px;
    padding: 20px;
    width: 360px;
}

.gaddstop {
    margin-bottom: 20px;
    margin-left: 20px;
    padding: 0;
    width: 730px;
}

.artikelbild2 {
    min-height: 80px;
    overflow: hidden;
}

.artikelname {
    color: #2e2e2e;
    font-size: 13px;
    font-weight: bold;
}

.artikelname2 {
    color: 2 e2e2e;
    font-size: 14px;
    min-height: 90px;
}

.artikelinfos {
    color: 2 e2e2e;
    padding-top: 10px;
}

.preis {
    color: #858585;
    font-size: 20px;
}


#wrap {
    margin: auto;
    width: 960px;
    background: transparent url(../gfx/search-bgrnd.jpg) no-repeat left top;

    -moz-box-shadow: 0px 0px 8px #000;
    -webkit-box-shadow: 0px 0px 8px #000;
    box-shadow: 0px 0px 8px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#000000');
}


