/*main styles screen desktop max1440*/
@charset "utf-8";
/*-------------------------------------------------*/
/* Grundeinstellung */
/*-------------------------------------------------*/
*   {
    margin: 0;
    padding: 0;
    }

body, html {
    width: 100%
    }

body {
     font-family: avant-garde-md-bt, proxima-nova-regular, arial, sans-serif;
     line-height: 1.2;
     color:#696969; /*bis 2018-09  color: #660066; */
     }

/*-------------------------------------------------*/
/*fonts*/
/*-------------------------------------------------*/
h1 {
   font-size: 20px;
   }
h2 {
   font-size: 18px;
   }
h3 {
   font-size: 16px;
   }
h4 {
   font-size: 14px;
   }
p  {
   font-size: 12px;
   }
h1, h2, h3, h4, p, a {
   font-weight: normal;
   line-height: 1.2;
   }

h3.construct {
  font-color: red;
}

dl, dt, dd, ul, ol, li {
   margin: 0px;
   padding: 0px;
   list-style: none outside none;
   }

a, .lnk  {
   text-decoration: none;
   cursor: pointer;
   color: #000;
   }
/*-------------------------------------------------*/
/*weitere Basis Segmente sollten hier vor stehen*/
/*-------------------------------------------------*/
/*gesamte Seite umfassender Container*/
/*-------------------------------------------------*/

main {
   margin: 0 auto;
   width: 1440px;
   }

main {
  background-image: url(../_tools/_artwork/images/bg_images/bg-trends_25-01_basic-grey.jpg);/*standard-Hintergrundbild */
/*    background-image: url(../_tools/_artwork/images/bg_images/bg_trends2020_001.jpg);/*standard-Hintergrundbild */
/*  background-image: url(../_tools/_artwork/images/bg_images/bg_trends2018_001.jpg);/**//*standard-Hintergrundbild */
/* background-image: url(../_tools/_artwork/images/bg_images/bg_xmas2012_2015_01.jpg);/**/ /*xmas Hinbtergrundbild*/
   background-attachment: fixed;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   min-height: 100%;
   z-index: 0;
   }
/*-------------------------------------------------*/
/*Kopfbereich für Nav_main und Logo*/
/*-------------------------------------------------*/

header {
   display: block;
   top: 0;
   position: fixed;
   max-width: 1440px;
   min-width: 960px;
   width: 100%;
   height: 210px;
   z-index: 2;
   }
/*-------------------------------------------------*/
/*Navigation: nav_main.css*/
/*-------------------------------------------------*/
#logobox {
  position: fixed;
  float: left;
  width: 320px;
  height:  170px;
  }

img#logo {
   padding: 10px 10px 12px 10px;
   width: 300px;
   height: 148px;
   overflow: hidden;
   }
/*-------------------------------------------------*/
/*Inhaltsbereich allgemeine Grundeinstellungen*/
/*-------------------------------------------------*/

section {
   margin: 40px 0px 0px 0px;
   display: block;
   position: relative;
   width: 100%;/*Test ab 29.08.2018; alt:width: 1120px;*/
   min-height: 1080px;
   z-index: 1;
   }

section#home {
   margin: 40px auto 0px;
   width: 90%;
   }

/*-------------------------------------------------*/
/*Sidebar linker Bereich für Nav_sub >style: nav_sub.css */
/*Startseite und Porträtseiten ohne Sidebar */
/*-------------------------------------------------*/
#sidebar {
/*    position: fixed; /*evtl: relative um die subnav absolut zu positionieren */
  float: left;
   top: 40px;
   width: 320px;
   height: 100%;
   min-height: 1080px;
   z-index: 1;
   }

/*-------------------------------------------------*/
/*Seiten-Titel + Kurzbeschreibung */
/*-------------------------------------------------*/

header#section {
   position: relative;
   padding: 10px 0 12px 0;
   width: 1120px; /*Test ab 29.08.2018*/   /*alt: width: 100%;*/
   height: 148px;
   margin-top: 0px;
   margin-left: 320px;/*Test ab 29.08.2018*/
   }

header#section#corona {
   height: 160px;
   }

.descript#page{
   display: block;
   background: #FFF;
   opacity: 0.9;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
   width: 66%;
   height: 128px;
   margin: 0 auto;
   padding: 10px 20px;
   }

.descript#corona {
   hdisplay: block;
   background: #FFF;
   opacity: 0.9;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
   width: 66%;
   height: 140px;
   margin: 0 auto;
   padding: 10px 20px;
   }

#corona h1, h3 {
   font-weight: normal;
   line-height: 1.1;
   }

h3#corvid19 {
   font-weight: bold;
   color: #F00;
   }

/*-------------------------------------------------*/
/*Jahresende: wechselne Texte und Grafiken*/
/*-------------------------------------------------*/
.descript#xmas {
   height: 100%;
   background: none;
   }

#xmas h1 {
   font-size: 28px;
   text-align: center;
   color: #F93;
   }
#xmas h3 {
   font-size: 20px;
   text-align: center;
   color: #F93;
   }
#xmas h2 {
   font-size: 24px;
   text-align: right;
   color: #F93;
   }

h2#newyear {
  font-size: 20px;
   text-align: right;
   color: ;
  }

h1.right {
   display: block;
   text-align: right;
   }
/*-------------------------------------------------*/
/*Seiteninhaltsbereich: erst einmal ohne!*/
/*-------------------------------------------------*/

#case {
    position: relative;
    margin-top: 0px;
    width: 100%;
   }

#case_xmas {
    position: relative;
    margin-top: 240px;
    float: left;
    width: 100%;
   }

/*-------------------------------------------------*/
/*Seiteneinteilungen in Spalten oder Boxen*/
/*vorerst bei dieser Einteilung bleiben>Status 18.09.2018*/
/*-------------------------------------------------*/

/*3 Spalten Home */

.column {
    position: relative;
    margin-top: 20px;
    float: left;
    width: 33.333%;
    height: 100%;
    }

/*Produkte ohne Spalten*/

. {
    position: relative;
    margin-top: 180px;
    float: left;
    width: 33.333%;
    height: 100%;
    background: blue;      /*nur zum Test*/
    }

/*2 Spalten*/

.column_2 {
    position: relative;
    margin-top: 180px;
    float: left;
    width: 50%;
    background: yellow;      /*nur zum Test*/
    }

.column_0 {
    position: relative;
    margin-top: 0px auto;
    float: left;
    width: 66%;
   }

/*-------------------------------------------------*/
/*PageStart_Neu 09.2015 */
  /*allgemeine Definitionen Startseite*/
/*-------------------------------------------------*/
.teaser1 {
    display: block;
    position: relative;
    width: 320px;
    overflow: hidden;
    margin: 20px auto;
    padding: 0px;
   }

.teaser1#image {
   display: block;
   margin: 0px;
   width: 320px;
   height: 150px;
   opacity: 0.90;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
   decoration: none;
   overflow: hidden;
   }

img.measured {
   width: 320px;
   height: 150px;
   margin-left: 0px;
   }

:hover.teaser1#image  {
   opacity: 1.0;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   }

.teaser1#description {
   margin-top: 20px;
   margin-bottom: 20px;
   background: #CCC;
   opacity: 0.85;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
   width: 320px;
   height: 360px;
   padding: 10px 0px;
   }

:hover.teaser1#description {
   background: #FFF;
   opacity: 1.0;
   filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
   }

.teaser1#description h1 {
   font-size: 26px;
   letter-spacing: 1px;
   padding-left: 10%;
   text-align: left;
   }
.teaser1#description h4 {
   font-size: 16px;
   letter-spacing: 1px;
   padding: 10% 0 0 10%;
   text-align: left;
   }
.teaser1#description p {
   font-size: 14px;
   letter-spacing: 1px;
   padding: 10% 0 0 10%;
   text-align: left;
   color: #696969;
   }

.teaser1 a{
   font-size: 18px;
   line-height: 120%;
   }

/*-----------------------------*/
 /*end teaser_container_ group*/
/*-----------------------------*/

/*-----------------------------*/
 /*products+collections siehe separate CSS*/
/*-----------------------------*/

/*-----------------------------*/
 /*contact siehe contact/mail oÄ*/
/*-----------------------------*/

/*-----------------------------*/
 /*portfolio, philosophie, agbs, impressum siehe internal.css*/
/*-----------------------------*/



/*Footer mit Menu +  Footer-Pages*/

footer {
   display: block;
   position: fixed;
   bottom: 0;
   z-index: 10;
   height: 40px;
   color: #606;
   width: 100%;
   min-width: 720px;
   max-width: 1440px;
   background: #FFF;
   }