/*** Schriften einbinden ***/

@font-face {
    font-family: 'open_sanslight';
    src: url('Fonts/OpenSans-Light-webfont.eot');
    src: url('Fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('Fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('Fonts/OpenSans-Light-webfont.svg#open_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('Fonts/OpenSans-Regular.eot');
    src: url('Fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('Fonts/OpenSans-Regular.woff') format('woff'),
         url('Fonts/OpenSans-Regular.ttf') format('truetype'),
         url('Fonts/OpenSans-Regular.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('Fonts/OpenSans-Semibold-webfont.eot');
    src: url('Fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('Fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('Fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Dancing Script';
    src: url('DancingScript-Regular.eot');
    src: local('Dancing Script Regular'), local('DancingScript-Regular'),
        url('Fonts/DancingScript-Regular.eot?#iefix') format('embedded-opentype'),
        url('Fonts/DancingScript-Regular.woff2') format('woff2'),
        url('Fonts/DancingScript-Regular.woff') format('woff'),
        url('Fonts/DancingScript-Regular.ttf') format('truetype'),
        url('Fonts/DancingScript-Regular.svg#DancingScript-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('Fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('Fonts/OpenSans-Bold.woff2') format('woff2'),
        url('Fonts/OpenSans-Bold.woff') format('woff'),
        url('Fonts/OpenSans-Bold.ttf') format('truetype'),
        url('Fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


h1 { color: #d5c996; font-family: 'open_sansregular', Arial; font-weight: normal; font-size: 26px; line-height: 34px; padding: 0px; padding-top: 0px; margin-top: 0px; }
h1 .detail { color: #a5915a; font-family: 'open_sansregular', Arial; font-weight: normal; font-size: 26px; line-height: 30px; padding-top: 0px; margin-top: 0px; }
h2 { color: #a5915a; font-family: 'open_sansregular', Arial; font-weight: normal; font-size: 20px; line-height: 34px; padding: 0px; padding-top: 0px; margin-top: 0px; letter-spacing: 1px; padding-top: 10px; }
h2 .detail { color: #d5c996; font-family: 'open_sansregular', Arial; font-weight: normal; font-size: 20px; line-height: 30px; padding-top: 0px; margin-top: 0px; letter-spacing: 1px; padding-top: 10px; }
/* h2 { color: #a5915a; font-family: 'open_regular', Arial; font-weight: normal; font-size: 18px; line-height: 22px; text-transform: lowercase; padding-top: 0px; margin-top: 0px;} */
h3 { font-weight: normal; font-size: 12px; line-height: 12px; padding-top: 0px; margin-top: 0px; }
h4 { font-weight: normal; font-size: 12px; line-height: 12px; padding-top: 0px; margin-top: 0px;  }
p { font-family: 'open_sansregular', Arial; color: #666666; font-size: 14px; line-height: 19px; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; }
td { font-weight: normal; font-size: 12px; line-height: 12px }
a{ color: #a5915a; font-size: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; line-height: 14px; text-decoration: none; }
a.nav { color: #a5915a; font-size: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; line-height: 14px; text-decoration: none; }
a.path  { color: #a5915a; font-size: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; line-height: 14px; text-decoration: none; }
a:hover.nav   { color: #a5915a; font-size: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; line-height: 14px; text-decoration: none; }
a:hover.path   { color: #a5915a; font-size: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; line-height: 14px; text-decoration: none; }
a:hover   { color: #a5915a; font-size: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; line-height: 14px; text-decoration: underline; }

a:focus {
  outline: none;
}

/***  Style Elements  ***/

#center { 
  min-width: 1000px; 
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  position: relative;
}

body { 
  margin: 0px; 
  padding: 0px; 
  font-family: 'open_sansregular', Arial; 
  width: 100vw;
  height: auto;
  display: block;
  overflow-x: hidden;
}

.clearer { 
  clear: both; 
}

#head {
  height: 60px;
  min-width: 1000px;
  width: 100%;
  background-color: #3a3a3a;
  padding: 0px;
  margin: 0px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
}

#head-inner {
  width: 980px;
  height: 38px;
  padding-top: 10px;
  padding-right: 20px;
  vertical-align: middle;
  display: block;
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  overflow: hidden; 
}

#info_icons_top { 
  float: right; 
}

a img, 
a:hover img {  
  border: 0px; 
}

.divider hr {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #ffffff;
  padding: 0px 0px 20px 0px;
  margin: 0px;
}

.divider { 
  padding: 0px; 
  margin: 0px; 
}

#header-inner {
  height: 230px;
  width: 960px;
  position: relative;
  top: 60px;
  left: 0px;
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  overflow: visible; 
  display: block;
  z-index: 20;
}

#logo {
  height: 150px;
  width: 280px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

#eyecatcher-text-part { 
  height: 320px;
  width: 320px;
  display: block;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}

#eyecatcher-text-part h1 { 
  position: absolute;
  top: 40px;
  left: 30px;
  width: 260px;
  height: 50px;
  z-index: 10;
  font-family: 'open_sanslight', Arial;
  font-size: 32px; 
  line-height: 37px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 3px;
}

#eyecatcher-text-part p { 
  position: absolute;
  top: 120px;
  left: 12px;
  width: 260px;
  height: 180px;
  z-index: 11;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 3px;
}

#moodbild { 
  margin-bottom: 30px; 
}

/*** Navigation ***/

/* Main Nav */

#main_navigation {
  display:block;
  height:40px;
  width:750px;
  overflow:visible;
  position:absolute;
  top: 112px;
  right: 0px;
  z-index:10;
  text-align:right;
}

#main_navigation nav {
  position:relative;
  width:auto;
}

#main_navigation nav ul {
  margin:0px auto;
  position:relative;
  float:right;
}

#main_navigation nav ul li {
  display:inline;
  font-size:15px;
  line-height:18px;
  font-weight:normal;
  margin:0;
  padding:0px 10px;
  float:left;
  position:relative;
}

#main_navigation nav ul li:after {
  position: absolute;
  content:"";
  width: 1px;
  height: 20px;
  top: 15px;
  left: 0px;
  border-left:1px solid #e0e0e0;
}

#main_navigation nav ul li.first:after { display: none; }
#main_navigation nav ul li.last { padding-right: 0px; }

#main_navigation nav ul li a {
  padding:10px 0px 25px 0px;
  color: #666666;
  text-decoration:none;
  display:inline-block;
  font-size:16px;
  line-height:25px;
  font-family: 'open_sansregular', Arial;
  text-transform: lowercase;
}

#main_navigation nav ul li a:hover { color: #000; }

#main_navigation nav ul li:hover>a {  }
#main_navigation nav ul li:hover>ul { visibility:visible; opacity:1; }
#main_navigation nav ul ul {
  list-style:none;
  background: rgba(0,0,0,0.9);
  margin:0;
  margin-left:0px;
  padding:0;
  visibility:hidden;
  position:absolute;
  z-index:55;
  width:250px;
  opacity:0;
  -webkit-transition:opacity 0.2s linear,visibility 0.2s linear;
  -moz-transition:opacity 0.2s linear,visibility 0.2s linear;
  -o-transition:opacity 0.2s linear,visibility 0.2s linear;
  transition:opacity 0.2s linear,visibility 0.2s linear;
}

#main_navigation nav ul ul:before {
  position: absolute;
  content:"";
  width: 0px;
  height: 0px;
  top: -15px;
  right: 20px;
  border-left:14px solid transparent;
  border-right:14px solid transparent;
  border-bottom:14px solid rgba(0,0,0,0.9);
}

#main_navigation nav ul ul { top:58px; right:-1px; }
#main_navigation nav ul ul li { clear:both; width:100%; border:0 none; text-align:left; padding:0px; border-left: 0; }
#main_navigation nav ul .last ul { top:58px; right:-20px; }


#main_navigation nav ul li li:after {
  display: none;
}

#main_navigation nav ul ul li a {
  background:none;
  padding:3px 15px 5px 45px;
  color:#fff;
  text-decoration:none;
  display:inline-block;
  border:0 none;
  float:left;
  clear:both;
  width:190px;
  text-transform: uppercase;
  font-size:14px;
  line-height:20px;
  font-family: 'open_sansregular', Arial;
}

#main_navigation nav ul ul li.first-item { padding-top: 20px; }
#main_navigation nav ul ul li.last-item { padding-bottom: 20px; }
#main_navigation nav ul ul li a:hover { color: #D5C996; background: url(Image/menu-aktiv.png) 8px 5px no-repeat; }
#main_navigation nav ul li a.first { border-left:0 none; }
#main_navigation nav ul li a.last { border-right:0 none; }
#main_navigation nav ul li a.act { color: #000000; }



/* Left Nav */
#menu_left  {
  text-align: left;
  vertical-align: top;
  min-height: 200px;

}

#menu_left ul {
  color: #666666;
  list-style: none;
  font-size: 14px;
  font-family: 'open_sansregular', Arial;
  font-weight: normal;
  line-height: 15px;
  text-transform: uppercase;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 231px;
}

#menu_left ul li { color: #666666; font-size: 14px; line-height: 16px; font-family: 'open_sansregular', Arial; font-weight: normal; padding: 4px 0px;}
#menu_left ul li a { color: #666666; font-size: 14px; line-height: 20px; font-family: 'open_sansregular', Arial; font-weight: normal; text-decoration: none;}
#menu_left ul li a:hover { color: #000000; font-size: 14px; line-height: 20px; font-family: 'open_sansregular', Arial; font-weight: normal; text-decoration: none;}

#menu_left .active {color: #a5915a;  }
#menu_left .active a:hover {color: #a5915a;}

#menu_bottom {
  text-align: right;
  vertical-align: middle;
}

#menu_bottom ul {
  color: #666666;
  list-style: none;
  font-size: 13px;
  font-family: 'open_sansregular', Arial;
  font-weight: normal;
  line-height: 14px;
  list-style-type: none;
  display: inline;
  text-align: right;
  padding: 0px;
  margin: 0px;
}

#menu_bottom .no_nav { color: #666666; font-size: 13px; line-height: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; display: inline; padding: 0px 10px; }
#menu_bottom .no_nav a { color: #666666; font-size: 13px; line-height: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; text-decoration: none;}
#menu_bottom .no_nav a:hover { color: #a5915a; font-size: 13px; line-height: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; text-decoration: none;}

#menu_bottom .act_nav { color: #a5915a; font-size: 13px; line-height: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; display: inline; padding: 0px 10px; }
#menu_bottom .act_nav a { color: #a5915a; font-size: 13px; line-height: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; text-decoration: none;}
#menu_bottom .act_nav a:hover { color: #a5915a; font-size: 13px; line-height: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; text-decoration: none;}

.active { color: #000000; }
.inactive { color: #666666; }
.active:hover { }

#affiliate-1 {
    float: left;
    text-align: left;
    font-family: 'open_sansregular', Arial;
    width: 130px;
    border: 0px;
    padding-left: 20px;
    margin-top: -8px;
}

#affiliate-2 {
    float: left;
    text-align: left;
    font-family: 'open_sansregular', Arial;
    width: 230px;
    border: 0px;
    padding-left: 10px;
    margin-top: -8px;
}

/*** Content ***/

#content-body { width: 1000px; overflow: hidden; padding: 0px; margin: 0px 0 0 0; text-align: center; margin-left: auto; margin-right: auto; overflow: hidden; }

#teaser-left { float: left; width: 320px; padding: 0px 10px 20px 0px; margin: 0px; position: relative; }
#teaser-middle { float: left; width: 320px; padding: 0px 10px 20px 10px; margin: 0px; position: relative; }
#teaser-right { float: right; width: 320px; padding: 0px 0px 20px 10px; margin: 0px; position: relative; }

#teaser-left p,
#teaser-middle p,
#teaser-right p { padding: 0px 20px; }

#teaser-left h2, 
#teaser-middle h2,
#teaser-right h2 { text-align: left; padding: 0px 20px; }

#teaser-left .slidercontent { position: relative; }
#teaser-left .caption-wrapper { background: none; margin: 0px; padding: 0px; }
#teaser-left .caption-text { background: none; margin: 0px; padding: 0px; }
#teaser-left .caption-title { 
  position: absolute;
  top: -10px;
  left: -10px;
  width: 260px;
  height: 50px;
  z-index: 10;
  font-family: 'open_sanslight', Arial;
  font-size: 32px; 
  line-height: 35px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 3px; 
}

#teaser-left .wsflexslider-style4 .caption-title { 
  width: 280px;
  font-size: 30px; 
  line-height: 33px;
}

#teaser-left .wsflexslider-style1 .caption-body p, 
#teaser-left .wsflexslider-style4 .caption-body p { 
  position: absolute;
  top: 90px;
  left: -10px;
  width: 260px;
  height: 180px;
  z-index: 11;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}

#teaser-left .wsflexslider-style2 .caption-body p { 
  position: absolute;
  top: 130px;
  left: -10px;
  width: 260px;
  height: 280px;
  z-index: 11;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}

#teaser-left .wsflexslider-style3 .caption-title {
  width: 280px;
  font-size: 26px;
  line-height: 28px;
}

#teaser-left .wsflexslider-style3 .caption-body p {
  position: absolute;
  top: 90px;
  left: -10px;
  width: 260px;
  height: 180px;
  z-index: 11;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 1px;
}

#teaser-left .wsflexslider-style2 .caption-body p .detail { text-transform: none; }
#teaser-left .wsflexslider-style3 .caption-title { display: none; }

#teaser-middle .caption-wrapper, #teaser-right .caption-wrapper { display: none; }

#teaser-left .absolute { position: relative; }
#teaser-left .absolute a { position: absolute; height: 600px; width: 320px; display: block; z-index: 12; top: 0px; left: 0px; }
#teaser-middle .absolute { position: relative; }
#teaser-middle .absolute a { position: absolute; height: 600px; width: 320px; display: block; z-index: 12; top: 0px; left: 0px; }
#teaser-right .absolute { position: relative; }
#teaser-right .absolute a { position: absolute; height: 600px; width: 320px; display: block; z-index: 12; top: 0px; left: 0px; }

#main-content-body { width: 1000px; overflow: hidden; padding: 0px; margin: 0px 0 50px 0; text-align: left; text-align: center; margin-left: auto; margin-right: auto; overflow: hidden; }
#main-content-body-pro { width: 960px; overflow: hidden; padding: 0px; margin: 30px 50px 0 0; text-align: left; text-align: center; margin-left: auto; margin-right: auto; overflow: hidden; }

#sidebar { float: left; width: 320px; min-height: 150px; display: block; padding: 0px; margin: 0px; }
#leftnav { width: 265px; padding: 0px 30px 0 0; text-align: left; }
#leftnav h2 { font-size: 26px; line-height: 26px; text-transform: lowercase; letter-spacing: 0px; }

#leftnav ul {
  color: #666666;
  list-style: none;
  font-size: 14px;
  font-family: 'open_sansregular', Arial;
  font-weight: normal;
  line-height: 15px;
  text-transform: uppercase;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  width: 265px;
}

#leftnav ul li { color: #666666; font-size: 14px; line-height: 16px; font-family: 'open_sansregular', Arial; font-weight: normal; padding: 4px 0px; width: 100%; display: block; }
#leftnav li.highlighter { background: url(Image/bg-menu-act-left.png) left center no-repeat; }
#leftnav ul li a { color: #666666; font-size: 14px; line-height: 20px; font-family: 'open_sansregular', Arial; font-weight: normal; text-decoration: none; background: #ffffff; display: inline-block; margin-left: 22px; padding: 0px 10px 0px 10px; }
#leftnav ul li a:hover { color: #a5915a; font-size: 14px; line-height: 20px; font-family: 'open_sansregular', Arial; font-weight: normal; text-decoration: none;}

#leftnav .active {color: #a5915a;}
#leftnav .active a:hover {color: #a5915a;}

#leftnav h2 { font-size: 18px; margin-left: 32px; }


#layout-body { float: left; width: 660px; text-align: left; font-family: 'open_sansregular', Arial; color: #666666; }

#layout-body #col-1 { float: left; width: 660px; padding: 0px 0 0px 0; margin: 0px; }
#layout-body #col-1-lm { float: left; width: 100%; padding: 0px 0 0px 0; margin: 0px; }
#layout-body #col-2 { float: left; width: 299px; padding: 0px 30px 0px 0px; margin: 0px; border-right: 1px solid #e0e0e0; }
#layout-body #col-3 { float: right; width: 300px; padding: 0px 0px 0px 30px; margin: 0px; }


#layout-body #bg-style {
  background: #D5C99633;
  clear: both;
  display: block;
  height: auto;
  min-height: 350px;
  width: 100%;
  overflow: hidden;
}

#uid504 #layout-body #bg-style {
  min-height: 800px;
}

#layout-body #bg-style #col-2,
#layout-body #bg-style #col-3 {
  padding: 3% 0px 3% 10px;
  box-sizing: border-box;
  width: 330px;
}

#layout-body #bg-style #col-2 img,
#layout-body #bg-style #col-3 img {
  margin-top: -10px;
  margin-bottom: -10px;
  padding: 0px 0px;
}

#layout-body #bg-style #col-2 h2,
#layout-body #bg-style #col-2 p,
#layout-body #bg-style #col-3 h2,
#layout-body #bg-style #col-3 p {
  padding: 0px 20px;
}

#layout-body #bg-style #col-3 p,
#layout-body #bg-style #col-2 p {
  min-height: 40px;
  display: block;
}

#layout-body #bg-style p a {
  background: #D5C996 0% 0% no-repeat padding-box;
  border-radius: 30px;  
  color: #fff;  
  padding: 5px 20px;
  font-weight: bold;
}

#layout-body #bg-style p a:hover {
  font-weight: bold;  
  text-decoration: none;
  background: #a5915a;
}

#project-body { width: 960px; padding: 0px; margin: 0px; text-align: left; font-family: 'open_sansregular', Arial; color: #666666; text-align: center; margin-left: auto; margin-right: auto; overflow: hidden; }

#themes { background: #f7f7f7; padding: 50px 80px; width: 840px; height: 580px; margin-top: 50px; margin-left: auto; margin-right: auto; }

.theme { width: 278px; height: 278px; display: block; overflow: hidden; float: left; background: #fff; }
.theme-1 { border-top: 1px solid #cfcfcf; border-right: 1px solid transparent; border-bottom: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf; }
.theme-2 { border: 1px solid #cfcfcf; }
.theme-3 { border-top: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; border-left: 1px solid transparent; }
.theme-4 { border-top: 1px solid transparent; border-right: 1px solid transparent; border-bottom: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf; }
.theme-5 { border-top: 1px solid transparent; border-right: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; border-left: 1px solid #cfcfcf;  }
.theme-6 { border-top: 1px solid transparent; border-right: 1px solid #cfcfcf; border-bottom: 1px solid #cfcfcf; border-left: 1px solid transparent; }

/*.theme:hover { background-color: #a5915a; color: #fff; }*/
.theme h3 { padding-top: 30px; text-transform: uppercase; height: 50px; }
.theme h3 a { color: #a5915a; font-family: 'open_sanslight', Arial; font-weight: normal; font-size: 20px; line-height: 24px; text-transform: uppercase; height: 60px; text-align: center; margin-left: auto; margin-right: auto; letter-spacing: 2px; }
.theme h3 a:hover { font-family: 'open_sanslight', Arial; font-weight: normal; font-size: 20px; line-height: 24px; text-transform: uppercase; text-decoration: none; letter-spacing: 2px; }
.theme ul { list-style: none; color: #3a3a3a; font-size: 14px; line-height: 18px; text-transform: uppercase; text-align: center; }
.theme ul li a { margin-left: -40px; padding-left: 0px; color: #3a3a3a; }
.theme ul li a:hover { text-transform: uppercase; text-decoration: underline; }

.theme:hover h3 { color: #fff; }

.theme-1 { background-image: url(../images/Icons/aiu-icon_15.png); background-repeat: no-repeat; background-position: center 200px; background-size: 45px;  }
.theme-2 { background-image: url(../images/Icons/Desktop-icon.png); background-repeat: no-repeat; background-position: center 190px; background-size: 100px;  }
.theme-3 { background-image: url(../images/Icons/Feder.png); background-repeat: no-repeat; background-position: center 190px; background-size: 40px;  }
.theme-4 { background-image: url(../images/Icons/sterbebilder-icon.png); background-repeat: no-repeat; background-position: center 200px; background-size: 60px;  }
.theme-5 { background-image: url(../images/Icons/tablet-icon.png); background-repeat: no-repeat; background-position: center 190px; background-size: 50px;  }
.theme-6 { background-image: url(../images/Icons/netz-icon.png); background-repeat: no-repeat; background-position: center 200px; background-size: 60px;  }

.theme:hover { background: #d5c996; }

.theme-1:hover { background-image: url(../images/Icons/aiu-icon_15_weiss.png); background-repeat: no-repeat; background-position: center 200px; background-size: 45px; }
.theme-2:hover { background-image: url(../images/Icons/Desktop-icon-weiss.png); background-repeat: no-repeat; background-position: center 190px; background-size: 100px;}
.theme-3:hover { background-image: url(../images/Icons/Feder-weiss.png); background-repeat: no-repeat; background-position: center 190px; background-size: 40px;}
.theme-4:hover { background-image: url(../images/Icons/sterbebilder-icon-weiss.png); background-repeat: no-repeat; background-position: center 200px; background-size: 60px;}
.theme-5:hover { background-image: url(../images/Icons/tablet-icon-weiss.png); background-repeat: no-repeat; background-position: center 190px; background-size: 50px;}
.theme-6:hover { background-image: url(../images/Icons/netz-icon-weiss.png); background-repeat: no-repeat; background-position: center 200px; background-size: 60px;  }

#themes-small { padding: 50px 0px; width: 997px; height: 380px; margin-top: 50px; margin-left: auto; margin-right: auto; padding-left: 3px; }
.theme-thumb { 
  width: 164px; 
  height: 164px; 
  display: block; 
  overflow: hidden; 
  float: left; 
  background: #fff; 
  border: 1px solid #cfcfcf; 
}
.theme-thumb:hover { width: 164px; height: 164px; display: block; overflow: hidden; float: left; background: #a5915a; }

#themes-small h2 { text-align: left; margin-left: 30px; letter-spacing: 0px; }

/* Internetlösungen */

#themes-small { padding: 50px 0px; width: 997px; height: 1200px; margin-top: 50px; margin-left: auto; margin-right: auto; padding-left: 3px;}

.digital .thumb-16 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-bestatter-cloud-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-3 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-news-modul-blog-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-2 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-mobile-website-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-4 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-slow-motion-video-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-5 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-bildergalerie-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-6 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digitaler-produktkatalog-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-7 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-individuelle-datenverwaltung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-8 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-ipad-katalog-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-9 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-online-shop-system-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-10 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-gedenkportal-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-11 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-bewertungsportal-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-12 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-social-media-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-13 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digitaler-nachlass-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-14 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-groupware-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-15 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-IT-security-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-1 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-internetauftritt-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-17 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-SEO-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-18 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-voip-telefonie-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-19 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digital-signage-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-20 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-friedhofs-wlan-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-21 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-smart-grave-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-22 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-schulungen-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-23 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-virtual-private-network-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-24 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-ssl-zertifikat-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-25 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-eu-dsgvo-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-26 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-agiles-marketing-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-27 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-google-my-business-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-28 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-gigital-twin-gold.png); background-repeat: no-repeat; background-position: center 75px; background-size: 70px; }
.digital .thumb-29 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-google-ads-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-30 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-friedhof-digital-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-31 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-trauerfeier-videouebertragung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-32 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-home-office-einrichtung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-33 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-360-grad-innenaufnahmen-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-34 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digitaler-fingerprintscanner-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-35 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digitale-visitenkarte-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-36 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-deepl-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-37 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-cache-optimizer-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-38 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-netzwerkbetreuung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-39 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-typo3-cowriter-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-40 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-DKIM-SPF-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-41 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-eset-protect-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-42 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-chatbot-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-43 a{ width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-Wildix-Telefonanlage-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }

.digital .thumb-16 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-bestatter-cloud-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-3 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-news-modul-blog-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-2 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-mobile-website-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-4 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-slow-motion-video-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-5 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-bildergalerie-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-6 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digitaler-produktkatalog-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-7 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-individuelle-datenverwaltung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-8 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-ipad-katalog-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-9 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-online-shop-system-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-10 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-gedenkportal-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-11 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-bewertungsportal-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-12 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-social-media-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-13 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digitaler-nachlass-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-14 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-groupware-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-15 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-IT-security-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-1 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-internetauftritt-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-17 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-SEO-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-18 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-voip-telefonie-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-19 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digital-signage-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-20 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-friedhofs-wlan-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-21 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-smart-grave-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-22 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-schulungen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-23 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-virtual-private-network-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-24 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-ssl-zertifikat-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-25 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-eu-dsgvo-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-26 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-agiles-marketing-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-27 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-google-my-business-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-28 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-gigital-twin-weiss.png); background-repeat: no-repeat; background-position: center 75px; background-size: 70px; }
.digital .thumb-29 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-google-ads-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-30 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-friedhof-digital-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-31 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-trauerfeier-videouebertragung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-32 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-home-office-einrichtung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-33 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-360-grad-innenaufnahmen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-34 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digitaler-fingerprintscanner-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-35 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digitale-visitenkarte-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-36 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-deepl-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-37 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-cache-optimizer-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-38 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-netzwerkbetreuung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-39 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-typo3-cowriter-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-40 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-DKIM-SPF-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-41 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-eset-protect-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-42 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-chatbot-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.digital .thumb-43 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-Wildix-Telefonanlage-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }

.theme-thumb p a { color: #a5915a; font-family: 'open_sansregular', Arial; font-weight: normal; font-size: 15px; line-height: 20px; padding-top: 10px; text-transform: uppercase; height: 60px; max-width: 160px; text-align: center; margin-left: auto; margin-right: auto; }
.theme-thumb p a { height: 170px; width: 170px; display: block; }
.theme-thumb p a:hover { height: 170px; width: 170px; display: block; background-color: #a5915a; color: #ffffff; text-decoration: none; }

/* Corporate Design */

.design .thumb-1 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-logo-entwicklung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-2 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-imageflyer-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-3 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-trauerratgeber-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-4 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-geschaeftsausstattung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-5 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-terminkarten-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-6 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-vorsorgeausweis-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-7 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-sterbebilder-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-8 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-traueranzeigen.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-9 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-bewertungskarte-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-10 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-produktkataloge-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-11 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-sargkarten-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-12 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-erinnerungsbuecher-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-13 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-corporate-design-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-14 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-schulungen-gold.png); background-repeat: no-repeat; background-position: center 80px; background-size: 70px; }
.design .thumb-15 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-werbeanzeigen-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-16 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-messestand-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-17 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-autofolierung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-18 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-schaufensterwerbung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-19 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-vorsorgeordner-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-20 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-tip-on-card-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-21 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-uebergabemappe-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-22 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-roll-up-banner-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-23 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-backlightfolien-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-24 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-werbekampagnen-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-25 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/icon-agiles-marketing.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-26 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-google-bewertungskarte-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-27 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-schmuckschachteln-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-28 a { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-uebergabebox-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }

.design .thumb-1 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-logo-entwicklung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-2 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-imageflyer-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-3 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-trauerratgeber-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-4 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-geschaeftsausstattung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-5 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-terminkarten-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-6 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-vorsorgeausweis-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-7 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-sterbebilder-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-8 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-traueranzeigen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-9 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-bewertungskarte-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-10 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-produktkataloge-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-11 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-sargkarten-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-12 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-erinnerungsbuecher-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-13 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-corporate-design-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-14 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-schulungen-weiss.png); background-repeat: no-repeat; background-position: center 80px; background-size: 70px; }
.design .thumb-15 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-werbeanzeigen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-16 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-messestand-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-17 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-autofolierung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-18 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-schaufensterwerbung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-19 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-vorsorgeordner-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-20 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-tip-on-card-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-21 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-uebergabemappe-weiss-36.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-22 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-roll-up-banner-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-23 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-backlightfolien-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-24 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-werbekampagnen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-25 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/icon-agiles-marketing-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-26 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-google-bewertungskarte-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-27 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-schmuckschachteln-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }
.design .thumb-28 a:hover { width: 164px; height: 164px; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-uebergabebox-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 70px; }

/* */

.quote { font-family: 'Dancing Script', Arial; background: #a5915a; padding: 50px 80px; width: 840px; height: 100px; margin-left: auto; margin-right: auto; color: #fff; }
.quote p { color: #ffffff; font-family: 'Dancing Script', Arial; font-size: 26px; line-height: 32px; padding-top: 0px; text-align: center; margin-left: auto; margin-right: auto; }

#quotation { 
  /*font-family: 'Dancing Script', Arial;*/
  color: #a5915a; 
  font-size: 26px; 
  line-height: 32px; 
  
  height: 80px;
  width: 600px;
  position: absolute;
  top: 45px;
  right: 0px;
  z-index: 3;
  float: right;
  text-align: right;  
  font-family: 'Open Sans', Arial;
}

#quotation span { color: #d5c996; }

.icons-subareas { width: 100%; height: 130px; position: relative; margin-top: 20px; }
.subarea-1,
.subarea-2,
.subarea-3 { height: 125px; width: 125px; display: block; }

.subarea-1 { position: absolute; top: 0px; left: 100px; }
.subarea-2 { position: absolute; top: 0px; left: 435px; }
.subarea-3 { position: absolute; top: 0px; left: 775px; }

.subarea-1 a,
.subarea-2 a,
.subarea-3 a { height: 100%; width: 100%; display: block; color: transparent; background: #cfcfcf; border-radius: 100px; float: left; border: 5px solid #fff; }

.subarea-1 a:hover,
.subarea-2 a:hover,
.subarea-3 a:hover { height: 100%; width: 100%; display: block; color: transparent; background: #d5c996; border-radius: 100px; float: left; border: 5px solid #fff;}

.subarea-1 a, .subarea-1 a:hover { background-image: url(../images/Icons/aiu-icon_1.png); background-size: 80px; background-repeat: no-repeat; background-position: center 34px; }
.subarea-2 a, .subarea-2 a:hover { background-image: url(../images/Icons/aiu-icon_2.png); background-size: 80px; background-repeat: no-repeat; background-position: center center; }
.subarea-3 a, .subarea-3 a:hover { background-image: url(../images/Icons/aiu-icon_3.png); background-size: 85px; background-repeat: no-repeat; background-position: center center; }


.icons-subareas:before { content: ' '; position:absolute; width:600px; height:-1px; left:235px; top:70px; display:block; border-top: 2px solid #cfcfcf; }

/* Gallery */
.galerie-teaser { 
  font-family: 'Dancing Script', Arial;
  padding: 30px 0px; 
  width: 1000px; 
  height: 450px; 
  margin-left: auto; 
  margin-right: auto; 
  color: #fff; 
  background: #f7f7f7;
  overflow: hidden;
}

/* News */

.news-teaser { 
  font-family: 'Dancing Script', Arial;
  padding: 30px 0px; 
  width: 1000px; 
  min-height: 650px; 
  margin-left: auto; 
  margin-right: auto; 
  color: #fff; 
  background: #fff;
  overflow: hidden;
}

.news-teaser h1 {
  text-align: left;
  padding-left: 32px;
}

/* */


#content {
  color: #666666;
  font-family: 'open_sansregular', Arial;
  text-align: left;
  padding-left: 20px;
  padding-bottom: 20px;
  margin: 0px;
  vertical-align: top;
}

#col1_content {
  color: #666666;
  font-family: 'open_sansregular', Arial;
  text-align: left;
  padding: 0px;
  padding-bottom: 20px;
  margin: 0px;
}


#col2_content {
  color: #666666;
  font-family: 'open_sansregular', Arial;
  text-align: left;
  padding-left: 60px;
  padding-right: 30px;
  padding-bottom: 20px;
  margin: 0px;
}

#col3_content {
  color: #666666;
  font-family: 'open_sansregular', Arial;
  text-align: left;
  padding-left: 30px;
  padding-bottom: 20px;
  margin: 0px;
}

#col11_content {
  color: #666666;
  font-family: 'open_sansregular', Arial;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin: 0px;
}

#col12_content {
  color: #666666;
  font-family: 'open_sansregular', Arial;
  text-align: left;
  padding-left: 40px;
  padding-bottom: 20px;
  margin: 0px;
}


#content p, #col1_content p, #col2_content p, #col3_content p, #col11_content p, #col12_content p {font-size: 14px; line-height: 19px;}
#col1_content p { padding-top: 4px; }

#col6_content { padding-top: 0px; margin-top: 0px; }

#content-left h1 { color: #a5915a; font-family: 'open_sansregular', Arial; font-weight: normal; font-size: 18px; line-height: 22px; text-transform: none; padding-top: 0px; margin-top: 0px; width: 210px; }
#content-left h1 .detail { color: #d5c996; font-family: 'open_sansregular', Arial; font-weight: normal; font-size: 18px; line-height: 22px; text-transform: none; padding-top: 0px; margin-top: 0px;}


/*** Sitemap ***/

.tx-flseositemap-pi1 a {color: #000000; font-size: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; line-height: 16px; text-decoration: none; }
.tx-flseositemap-pi1 a:hover {color: #000000; font-size: 14px; font-family: 'open_sansregular', Arial; font-weight: normal; line-height: 16px; text-decoration: underline; }

/***  Quickpanel  ***/

#quickpanel {
  height: 220px;
  min-width: 1000px;
  width: 100%;
  background-image: url(Image/bg_quickpanel.png);
  background-repeat: no-repeat;
  background-position: top;
  background-color: #3a3a3a;
  padding: 0px;
  margin: 0px; 
}

#quickpanel_inside {
  width: 1000px;
  font-family: 'open_sansregular', Arial;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #868686;
  text-align: left;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  overflow: hidden; 
}

#quickpanel_inside div
{
  float: left;
  min-width: 140px;
  max-width: 310px;
  border: 0px;
}

#company {
  font-family: 'open_sansregular', Arial;
  font-size: 12px;
  line-height: 25px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #868686;
  padding-left: 20px;
  padding-right: 15px;
  padding-bottom: 20px;
  width: 310px;
}

.company_name   { background-image: url(Image/icon-bg-home.png); background-position: 0px 3px; background-repeat: no-repeat; padding-left: 30px; }
.company_fon    { background-image: url(Image/icon-bg-fon.png); background-position: 0px 3px; background-repeat: no-repeat; text-indent: 30px; }
.company_email  { background-image: url(Image/icon-bg-mail.png); background-position: 0px 3px; background-repeat: no-repeat; text-indent: 30px; }
.company_adress { text-indent: 30px; }

#quickpanel h3
{
  text-align: left;
  font-size: 12px;
  line-height: 30px;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 20px;
}

.quicklink h3 {
  padding-left: 30px;
}

#quickpanel_inside ul {
  list-style: none;
  list-style-type: none;
  list-style-image:url(Image/arrow-grau.png);
}

#quickpanel_inside ul li
{
  list-style-type: none;
  text-align: left;
  margin: 0px;
  padding: 0px;
  text-indent: 10px;
}

#quickpanel_inside a
{
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: 'open_sansregular', Arial;
  font-size: 12px;
  line-height: 25px;
  font-style: normal;
  font-weight: normal;
  color: #868686;
  text-decoration: none;
}

#quickpanel_inside a:hover
{
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-family: 'open_sansregular', Arial;
  font-size: 12px;
  line-height: 25px;
  font-style: normal;
  font-weight: normal;
  color: #868686;
  text-decoration: underline;
}

.quicklink a {
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  max-width: 160px;
}

/***  Footer  ***/

#footer {
  height: 50px;
  min-width: 1000px;
  width: 100%;
  background-color: #1a1a1a;
  margin-top: 10px;
}

#footer_inside {
  width: 980px;
  background-color: #1a1a1a;
  font-family: 'open_sanssemibold', Arial;
  color: #897558;
  font-size: 13px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  padding-top: 15px;
  padding-right: 20px;
  text-align: center; 
  margin-left: auto; 
  margin-right: auto; 
  overflow: hidden; 
} 


#teaser { }
#teaser_left { }

#bg_content { }

.body_inner { background-color: #f7f7f7; min-width: 1000px; width: 100%; }

#header-fix {
  position: fixed;
  top: 0px;
  left: auto;
  min-height: 230px;
  height: 230px;
  background-color: #ffffff;
  width: 100%;
}

#header-body {
  left: auto;
  min-height: 230px;
  height: 230px;
  background-color: #ffffff;
  width: 100%;
}


#project_details {
  min-width: 600px;
  width: 100%;
  background-color: #f7f7f7;
  padding: 0px;
  margin: 0px;
  margin-top: 0px;
  padding-bottom: 40px;
}

#project_details-content {
  width: 1000px;
  font-family: 'open_sansregular', Arial;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: #868686;
  text-align: left;
  padding: 0px;
  margin: 0px;
  padding-top: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#project_details-content h1 { text-align: left; } 

#project_details-content #content-right {
  width: 660px;
  float: left;
  padding-left: 0px;
  margin-left: 30px;
}

#customer_details {
  min-width: 600px;
  width: 100%;
  min-height: 650px;
  background-color: #f7f7f7;
  padding: 0px;
  margin: 0px;
}

#content-left { float: left; width: 300px;  margin:0 0 0 0px; padding: 0px; }
#content-left-info { width: 280px; margin: 0 0 0 0; padding: 0px 20px 0 20px; overflow: hidden; }

#content-right { float: right; width: 680px; margin:0 0 0 0; padding: 0px; }
#content-right-images { padding: 0 0px 0 0px; margin: 0px;}

#content-left p { font-family: 'open_sansregular', Arial; color: #666666; font-size: 14px; line-height: 19px; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; }
#content-left b { font-family: 'open_sanssemibold', Arial; color: #666666; font-size: 14px; line-height: 19px; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; }

#content-left a, #content-left a:hover { font-family: 'open_sansregular', Arial; color: #666666; font-size: 14px; line-height: 19px; font-style: normal; font-weight: normal; font-variant: normal; text-align: left; text-decoration: none; }

/* Styles Project Overview */

#project_event {
  z-index: 18;
  position: relative;
  top: 0px;
  left: 0px;
}

#project_event a #overlay-small { display: none; }
#project_event a #overlay-big { display: none; }

#project_event a:hover #overlay-small {
  height: 170px;
  width: 231px;
  display: block;
  background: #a5915a;
  opacity: 0.9;
  /* background-image: url(Image/project_overlay_small-40.png);
  background-position: top left;
  background-repeat: no-repeat; */
  z-index: 20;
  position: absolute;
  top: 0px;
  left: 0px;
}

#project_event a:hover #overlay-big {
  height: 170px;
  width: 474px;
  display: block;
  background: #a5915a;
  opacity: 0.9;
  /* background-image: url(Image/project_overlay_big-40.png);
  background-position: top left;
  background-repeat: no-repeat; */
  z-index: 20;
  position: absolute;
  top: 0px;
  left: 0px;
}

#project_event a:hover #overlay-customer {
  height: 170px;
  width: 170px;
  display: block;
  background-image: url(Image/customer-overlay.png);
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 20;
  position: absolute;
  top: 0px;
  left: 0px;
}

#project_event a #customer-label {
  height: 170px;
  width: 160px;
  display: block;
  background-image: url(Image/bg_customer.png);
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 25;
  position: absolute;
  top: 0px;
  left: 170px;
  padding: 23px 0 0 40px;
  color: #666666;
  font-size: 18px;
  line-height: 22px;
  font-family: 'open_sansregular', Arial;
}

#project_event a:hover #customer-label {
  height: 170px;
  width: 160px;
  display: block;
  background-image: url(Image/bg_customer_act.png);
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 25;
  position: absolute;
  top: 0px;
  left: 170px;
  padding: 23px 0 0 40px;
  color: #a5915a;
  font-size: 18px;
  line-height: 22px;
  font-family: 'open_sansregular', Arial;
}

#customer_info {
  padding-left: 50px;
}

#customer_info h3 {
  font-family: 'open_sanslight', Arial;
  font-size: 18px;
  line-height: 22px;
}

#project_event #overlay-small span, #project_event #overlay-big span {
  font-family: 'open_sansregular', Arial;
  font-size: 19px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 20px 20px 5px 20px;
  padding: 0px;
  color: #ffffff;
  letter-spacing: 0px;
  display: inline-block;
}

#project_event #overlay-small p, #project_event #overlay-big p {
  padding: 0px 20px;
  color: #ffffff;
  margin-bottom: 0px;
  margin-top: 0px;
}

#overlay-small:after, #overlay-big:after {
  content: 'Details';
  height: 30px; 
  width: 90px;
  display: block;
  border: 1px solid #fff;
  margin-left: 20px;
  margin-top: 10px;
  z-index: 10;
  font-family: 'open_sansregular', Arial;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 10px;
}



/* autom. Silbentrennung in Inhalten */

/*
p {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}
*/

#col4_content p {
  margin-bottom: 19px;
}

#col5_content p {
  margin-bottom: 19px;
}

#col6_content p {
  margin-bottom: 19px;
}

#content-left p {
  margin-bottom: 19px;
}


/* Form */

form .anfrage {
  font-family: 'open_sansregular', Arial;
}

form .anfrage ol li {
  padding: 0px;
  margin: 0px;
}

ol {
  padding: 0px;
  margin: 0px;
}

li {
  padding-top: 0px;
  margin: 0px;
}

fieldset { font-family: 'open_sansregular', Arial; font-size: 14px;  }




.csc-form-element-submit {
  padding-top: 20px;
  margin-top: 20px;
}

.tx-powermail h3 { display: none;  }
.tx-powermail, .tx-powermail option, .tx-powermail label, .tx-powermail input, .tx-powermail legend { font-family: 'open_sansregular', Arial; font-weight: normal; }

#powermail_fieldwrap_95 { position: relative; height: 150px; }
#powermail_fieldwrap_95 .powermail_check_outer { border: 0; background: none; }
#powermail_fieldwrap_95 legend { display:none; }
#powermail_fieldwrap_95 input { position: absolute; top: 10px; left: 210px;}
#powermail_fieldwrap_95 label { position: absolute; top: 10px; left: 250px; width: 360px; height: 140px; border: 0; color: #444; }

#powermail_fieldwrap_96 { position: relative; height: 70px; top:0px; left: 220px; width: 400px; } 
#powermail_fieldwrap_96 p { color: #444; }

#powermail_fieldwrap_99.powermail_fieldwrap_text {
  border: 1px solid #fff;
  width: 100%;
  width: 400px;
}

#powermail_fieldwrap_102 {
  padding-top: 20px;
}

#powermail_fieldwrap_102 textarea {
  border: 0;
  border-top: 2px solid #444;
  font-family: 'open_sansregular',Arial;
  min-height: 120px;
}

#powermail_fieldwrap_102 textarea:focus {
    outline: none;
    box-shadow: none; 
}

#powermail_fieldwrap_51 .powermail_submit {
  margin: 10px 13px 10px 0;
  float: right;
}


.powermail_fieldset_13 .csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 0px;
}

.powermail_fieldset_8 legend {
  display: none;
}

#powermail_fieldwrap_100 {
    position: relative;
    width: 100%;
    display: block;
    min-height: 50px;
}

#powermail_fieldwrap_100 .powermail_input {
    width: 50px;
    position: absolute;
    top: 0px;
    left: 210px;
}

#powermail_fieldwrap_100 label {
    position: absolute;
    top: 0px;
    left: 280px;
}

#powermail_fieldwrap_101 legend {
    display: none;
}

#powermail_fieldwrap_101 .powermail_check_outer {
   margin-left: 210px;
}

#uid443 .tx-powermail ul {
  background: #fff;
  border: 1px;
  display: none;
  height: 1px; 
  overflow: hidden;
}

#powermail_fieldwrap_60,
#powermail_fieldwrap_61 {
  margin-left: 200px;
}

#powermail_fieldwrap_60 {
 margin-top: 30px;
 padding-top: 30px;
}


/* Kundenübersichten */

.reference-thumb { width: 218px; height: 218px; display: block; overflow: hidden; float: left; background: #fff; border: 1px solid #cfcfcf; text-align: center; }

#col-1-lm .reference-thumb { width: 25%; height: 218px; display: block; overflow: hidden; float: left; background: #fff; border: 1px solid #cfcfcf; text-align: center; }


.reference-thumb a { width: 100%; height: 100%; display: block; overflow: hidden; }

.reference-thumb a:hover { text-decoration: none; }
.reference-thumb img { margin-top: 20px; margin-left: auto; margin-right: auto; }
.reference-thumb h3 { margin: 20px; font-family: 'open_sansregular', Arial; font-size: 12px; line-height: 16px; text-transform: uppercase; color: #a5915a; letter-spacing: 1px; z-index: 10; }
.reference-thumb h3 a, .reference-thumb h3 a:hover { text-decoration: none; }

.reference-thumb a img.displayed {
   filter: grayscale(100%);
   transition: filter 100ms ease-in-out;
}

.reference-thumb a:hover img.displayed {
   filter: grayscale(0%);
}

/* Gallery */
/*
#owlslider { width: 4335px; height: 300px; display: block; margin-left: -285px; } */
#owlslider .item  { width: 520px; height: 390px; display: block; }

.galerie-inner { margin-left: 0px; overflow: visible; }
.news-inner { margin-left: 0px; overflow: visible; }
.tx-imagecarousel-pi1 { margin-left: -340px; }

.gallery-headline { margin-left: 30px; text-align: left; margin-bottom: 0px; }
.gallery-headline a { color: #a5915a; font-family: 'open_sansregular', Arial; font-weight: normal; font-size: 20px; line-height: 22px; text-transform: lowercase; text-decoration: none; }
.gallery-headline a:hover { text-transform: lowercase; text-decoration: none; }

/* Kundenübersicht */

#project_event_new { width: 210px; height: 210px; display: block; overflow: hidden; float: left; text-align: center; position: relative; margin-right: 10px; margin-bottom: 10px; }
#project_event_new a { width: 100%; height: 100%; display: block; overflow: hidden; }

#project_event_new a:hover { text-decoration: none; }
#project_event_new img { position: absolute; top: 0px; left: 0px;}


#project_event_new h2 { 
  font-family: 'open_sansregular', Arial; 
  font-size: 16px; 
  line-height: 190px; 
  text-transform: uppercase; 
  color: #fff; 
  letter-spacing: 1px; 
  position: absolute; 
  height: 100%;
  width: 100%; 
  margin: auto; 
  text-align: center;
  vertical-align: middle;
  background: rgba(0,0,0,0.3);
}

#project_event_new h2 a, #project_event_new h2 a:hover { text-decoration: none; }



/* Übersicht Neu */

#project_event_overview { padding: 50px 0px; width: 1000px; min-height: 1500px; margin: 0px 0px 100px 0px; display: block; margin-left: auto; margin-right: auto; }
.project_event_item { width: 333px; height: 250px; display: block; overflow: hidden; float: left; background: #fff; position: relative; }
.project_event_item:hover { background: #a5915a; }

.project_event_item a { width: 100%; height: 100%; display: block; overflow: hidden; }
.project_event_item img { width: 333px; height: 250px; display: block; }

.project_event_item a #overlay-small { display: none; }

.project_event_item a:hover #overlay-small {
  height: 255px;
  width: 333px;
  display: block;
  background: #a5915a;
  opacity: 0.9;
  z-index: 20;
  position: absolute;
  top: 0px;
  left: 0px;
}

#project_event_overview #overlay-small span {
  font-family:'open_sansregular',Arial;
  font-size:19px;
  line-height:23px;
  text-transform:uppercase;
  margin:0px 30px 5px 0px;
  padding:0px;
  color:#ffffff;
  letter-spacing:0px;
  display:inline-block;
  text-align: left;
  position: absolute;
  top: 36px;
  left: 30px;
}


#project_event_overview #overlay-small p {
  font-family:'open_sansregular',Arial;
  font-size:16px;
  line-height:22px;
  text-transform:uppercase;
  padding:0px;
  margin: 0px 30px 0px 0px;
  color:#ffffff;
  letter-spacing:0px;
  display:inline-block;
  text-align: left;
  position: absolute;
  top: 90px;
  left: 30px;
  text-transform: none;
}

#project_event_overview #overlay-small:after {
  content:'Details';
  height:30px;
  width:150px;
  display:block;
  border:1px solid #fff;
  z-index:10;
  font-family:'open_sansregular',Arial;
  font-size:14px;
  line-height:30px;
  text-transform:uppercase;
  color:#fff;
  padding-left:10px;
  position: absolute;
  top: 170px;
  left: 10px;
}

/* */
#uid347 #themes-small { padding: 0px; width: 997px; height: 200px; margin-top: 0px; }
#uid347 .digital#themes-small { margin-bottom: 50px; padding-bottom: 50px; min-height: 700px; }
#uid347 .digital#themes-small h2 { display: none; }


/* Used Products */
.used-products {  }

.used-products div { 
   width: 138px; 
   height: 138px; 
   border: 1px solid #cfcfcf; 
   display: block; 
   float: left; 
   text-align: center; 
   margin-left: auto; 
   margin-right: auto; 
}

.used-products div a { 
   height: 139px; 
   width: 139px; 
   display: block; 
   color: #a5915a; 
   font-family: 'open_sansregular', Arial; 
   font-weight: normal; 
   font-size: 13px; 
   line-height: 20px; 
   text-transform: uppercase; 
   text-align: center; 
   margin-left: auto; 
   margin-right: auto; 
}

.used-products div a:hover { 
   background-color: #a5915a; 
   color: #ffffff; 
}

.used-products div a p { 
   text-align: center; 
   font-size: 12px; 
   display: flex;
   align-items: center;
   justify-content: center;
   padding: 0px 0px 20px 0px;
   margin-left: auto;
   margin-right: auto;
}

.used-products #product-d-7 p { 
   margin-top: 5px;
}

.used-products div a p:hover,
.used-products div a:hover p { 
   color: #ffffff; 
}

.used-products #div p a:hover { color: fff; }

/* */
#product-g-1 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-logo-entwicklung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-2 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-imageflyer-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-3 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-trauerratgeber-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-4 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-geschaeftsausstattung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-5 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-terminkarten-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-6 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-vorsorgeausweis-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-7 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-sterbebilder-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-8 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-traueranzeigen.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-9 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-bewertungskarte-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-10 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-produktkataloge-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-11 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-sargkarten-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-12 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-erinnerungsbuecher-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-13 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-corporate-design-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-14 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-schulungen-gold.png); background-repeat: no-repeat; background-position: center 80px; background-size: 60px; }
#product-g-15 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-werbeanzeigen-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-16 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-messestand-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-17 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-autofolierung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-18 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-schaufensterwerbung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-19 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-vorsorgeordner-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-20 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-tip-on-card-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-21 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-uebergabemappe-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-22 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-roll-up-banner-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-23 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-backlightfolien-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-24 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-werbekampagnen-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-25 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/icon-agiles-marketing.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-26 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-google-bewertungskarte-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-27 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-schmuckschachteln-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-28 a { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/gold/Icon-uebergabebox-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }

#product-g-1 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-logo-entwicklung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-2 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-imageflyer-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-3 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-trauerratgeber-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-4 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-geschaeftsausstattung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-5 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-terminkarten-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-6 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-vorsorgeausweis-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-7 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-sterbebilder-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-8 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-traueranzeigen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-9 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-bewertungskarte-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-10 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-produktkataloge-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-11 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-sargkarten-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-12 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-erinnerungsbuecher-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-13 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-corporate-design-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-14 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-schulungen-weiss.png); background-repeat: no-repeat; background-position: center 80px; background-size: 60px; }
#product-g-15 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-werbeanzeigen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-16 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-messestand-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-17 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-autofolierung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-18 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-schaufensterwerbung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-19 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-vorsorgeordner-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-20 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-tip-on-card-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-21 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-uebergabemappe-weiss-36.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-22 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-roll-up-banner-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-23 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-backlightfolien-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-24 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-werbekampagnen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-25 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/icon-agiles-marketing-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-26 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-google-bewertungskarte-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-27 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-schmuckschachteln-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-g-28 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Grafikdesign/weiss/Icon-uebergabebox-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }


#product-d-16 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-bestatter-cloud-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-3 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-news-modul-blog-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-2 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-mobile-website-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-4 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-slow-motion-video-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-5 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-bildergalerie-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-6 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digitaler-produktkatalog-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-7 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-individuelle-datenverwaltung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-8 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-ipad-katalog-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-9 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-online-shop-system-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-10 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-gedenkportal-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-11 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-bewertungsportal-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-12 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-social-media-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-13 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digitaler-nachlass-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-14 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-groupware-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-15 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-IT-security-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-1 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-internetauftritt-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-17 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-SEO-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-18 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-voip-telefonie-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-19 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digital-signage-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-20 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-friedhofs-wlan-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-21 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-smart-grave-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-22 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-schulungen-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-23 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-virtual-private-network-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-24 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-ssl-zertifikat-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-25 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-eu-dsgvo-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-26 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-agiles-marketing-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-27 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-google-my-business-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-28 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-gigital-twin-gold.png); background-repeat: no-repeat; background-position: center 75px; background-size: 60px; }
#product-d-29 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-google-ads-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-30 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-friedhof-digital-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-31 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-trauerfeier-videouebertragung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-32 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-home-office-einrichtung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-33 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-360-grad-innenaufnahmen-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-34 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digitaler-fingerprintscanner-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-35 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-digitale-visitenkarte-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-36 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-deepl-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-37 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-cache-optimizer-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-38 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-netzwerkbetreuung-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-39 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-typo3-cowriter-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-40 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-DKIM-SPF-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-41 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-eset-protect-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-42 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-chatbot-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-43 a{ width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/gold/Icon-Wildix-Telefonanlage-gold.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }

#product-d-16 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-bestatter-cloud-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-3 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-news-modul-blog-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-2 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-mobile-website-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-4 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-slow-motion-video-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-5 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-bildergalerie-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-6 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digitaler-produktkatalog-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-7 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-individuelle-datenverwaltung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-8 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-ipad-katalog-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-9 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-online-shop-system-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-10 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-gedenkportal-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-11 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-bewertungsportal-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-12 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-social-media-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-13 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digitaler-nachlass-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-14 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-groupware-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-15 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-IT-security-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-1 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-internetauftritt-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-17 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-SEO-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-18 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-voip-telefonie-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-19 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digital-signage-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-20 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-friedhofs-wlan-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-21 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-smart-grave-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-22 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-schulungen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-23 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-virtual-private-network-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-24 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-ssl-zertifikat-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-25 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-eu-dsgvo-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-26 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-agiles-marketing-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-27 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-google-my-business-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-28 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-gigital-twin-weiss.png); background-repeat: no-repeat; background-position: center 75px; background-size: 60px; }
#product-d-29 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-google-ads-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-30 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-friedhof-digital-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-31 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-trauerfeier-videouebertragung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-32 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-home-office-einrichtung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-33 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-360-grad-innenaufnahmen-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-34 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digitaler-fingerprintscanner-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-35 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-digitale-visitenkarte-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-36 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-deepl-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-37 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-cache-optimizer-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-38 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-netzwerkbetreuung-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-39 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-typo3-cowriter-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-40 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-DKIM-SPF-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-41 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-eset-protect-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-42 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-chatbot-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }
#product-d-43 a:hover { width: 100%; height: 100%; display: block; overflow: hidden; background-image: url(../images/Icons/Digitale_Loesungen/weiss/Icon-Wildix-Telefonanlage-weiss.png); background-repeat: no-repeat; background-position: center 70px; background-size: 60px; }

#product-g-1 a p,
#product-g-2 a p,
#product-g-3 a p,
#product-g-4 a p,
#product-g-5 a p,
#product-g-6 a p,
#product-g-7 a p,
#product-g-8 a p,
#product-g-9 a p,
#product-g-10 a p,
#product-g-11 a p,
#product-g-12 a p,
#product-g-13 a p,
#product-g-14 a p,
#product-g-15 a p,
#product-g-16 a p,
#product-g-17 a p,
#product-g-18 a p,
#product-g-19 a p,
#product-g-20 a p,
#product-g-21 a p,
#product-g-22 a p,
#product-g-23 a p,
#product-g-24 a p,
#product-g-25 a p,
#product-g-26 a p,
#product-g-27 a p,
#product-g-28 a p { text-align: center; margin-left: auto; margin-right: auto; }

#product-d-1 a p,
#product-d-2 a p,
#product-d-3 a p,
#product-d-4 a p,
#product-d-5 a p,
#product-d-6 a p,
#product-d-7 a p,
#product-d-8 a p,
#product-d-9 a p,
#product-d-10 a p,
#product-d-11 a p,
#product-d-12 a p,
#product-d-13 a p,
#product-d-14 a p,
#product-d-15 a p,
#product-d-16 a p,
#product-d-17 a p,
#product-d-18 a p,
#product-d-19 a p,
#product-d-20 a p,
#product-d-21 a p,
#product-d-22 a p,
#product-d-23 a p,
#product-d-24 a p,
#product-d-25 a p,
#product-d-26 a p,
#product-d-27 a p,
#product-d-28 a p,
#product-d-29 a p,
#product-d-30 a p,
#product-d-31 a p,
#product-d-32 a p,
#product-d-33 a p,
#product-d-34 a p,
#product-d-35 a p,
#product-d-36 a p,
#product-d-37 a p,
#product-d-38 a p,
#product-d-39 a p,
#product-d-40 a p,
#product-d-41 a p,
#product-d-42 a p,
#product-d-43 a p { text-align: center; margin-left: auto; margin-right: auto; }

#product-g-1 a:hover p,
#product-g-2 a:hover p,
#product-g-3 a:hover p,
#product-g-4 a:hover p,
#product-g-5 a:hover p,
#product-g-6 a:hover p,
#product-g-7 a:hover p,
#product-g-8 a:hover p,
#product-g-9 a:hover p,
#product-g-10 a:hover p,
#product-g-11 a:hover p,
#product-g-12 a:hover p,
#product-g-13 a:hover p,
#product-g-14 a:hover p,
#product-g-15 a:hover p,
#product-g-16 a:hover p,
#product-g-17 a:hover p,
#product-g-18 a:hover p,
#product-g-19 a:hover p,
#product-g-20 a:hover p,
#product-g-21 a:hover p,
#product-g-22 a:hover p,
#product-g-23 a:hover p,
#product-g-24 a:hover p,
#product-g-25 a:hover p,
#product-g-26 a:hover p,
#product-g-27 a:hover p,
#product-g-28 a:hover p { color: #fff; }

#product-d-1 a:hover p,
#product-d-2 a:hover p,
#product-d-3 a:hover p,
#product-d-4 a:hover p,
#product-d-5 a:hover p,
#product-d-6 a:hover p,
#product-d-7 a:hover p,
#product-d-8 a:hover p,
#product-d-9 a:hover p,
#product-d-10 a:hover p,
#product-d-11 a:hover p,
#product-d-12 a:hover p,
#product-d-13 a:hover p,
#product-d-14 a:hover p,
#product-d-15 a:hover p,
#product-d-16 a:hover p,
#product-d-17 a:hover p,
#product-d-18 a:hover p,
#product-d-19 a:hover p,
#product-d-20 a:hover p,
#product-d-21 a:hover p,
#product-d-22 a:hover p,
#product-d-23 a:hover p,
#product-d-24 a:hover p,
#product-d-25 a:hover p,
#product-d-26 a:hover p,
#product-d-27 a:hover p,
#product-d-28 a:hover p,
#product-d-29 a:hover p,
#product-d-30 a:hover p,
#product-d-31 a:hover p,
#product-d-32 a:hover p,
#product-d-33 a:hover p,
#product-d-34 a:hover p,
#product-d-35 a:hover p,
#product-d-36 a:hover p,
#product-d-37 a:hover p,
#product-d-38 a:hover p,
#product-d-39 a:hover p,
#product-d-40 a:hover p,
#product-d-41 a:hover p,
#product-d-42 a:hover p,
#product-d-43 a:hover p { color: #fff; }

/* Contact Forms */

/* Powermail */

#uid149 .powermail_fieldset.powermail_fieldset_7 {position:relative;top:0px;left:0px;height:500px}

#uid149 #powermail_fieldwrap_56 {position:absolute;top:70px;height:40px;overflow:hidden}
#uid149 #powermail_fieldwrap_53 {position:absolute;top:110px;height:40px;overflow:hidden}
#uid149 #powermail_fieldwrap_52 {position:absolute;top:150px;height:40px;overflow:hidden}
#uid149 #powermail_fieldwrap_50 {position:absolute;top:190px;height:40px;overflow:hidden}
#uid149 #powermail_fieldwrap_57 {position:absolute;top:230px;height:40px;overflow:hidden}

#uid149 #powermail_fieldwrap_58{}
#uid149 #powermail_fieldwrap_58 label {width:100px;float:left;position:absolute;top:270px;left:10px}
#uid149 #powermail_fieldwrap_58 input {width:100px;float:left;position:absolute;top:270px;left:225px}
#uid149 #powermail_fieldwrap_59 input {width:290px;float:right;position:absolute;top:270px;right:13px}
#uid149 #powermail_fieldwrap_59 label {display:none}

#uid149 #powermail_fieldwrap_49 {position:absolute;top:310px;height:40px;overflow:hidden}
#uid149 #powermail_fieldwrap_48 {position:absolute;top:350px;height:40px;overflow:hidden}
#uid149 #powermail_fieldwrap_47 {position:absolute;top:390px;height:40px;overflow:hidden}
#uid149 #powermail_fieldwrap_46 {position:absolute;top:430px;height:40px;overflow:hidden}
#uid149 .powermail_create {border:none;background-color:#ffffff}
#uid149 .powermail_legend {padding-right:20px}

#uid149 .powermail_fieldwrap label { margin-right: 15px; }
#uid149 .tx-powermail ul { display: none; }

#uid435 {cursor: none;}

/* Image Caption */

.csc-textpic-image .csc-textpic-caption {
  text-align: center;
  font-size: 14px; line-height: 18px;
  padding-top: 10px;
}

/* Cookie Info */
.cc-window {
  -webkit-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.19);
  -moz-box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.19);
  box-shadow: 0px 0px 17px 3px rgba(0,0,0,0.19);
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 30em;
}

.dp--cookie-check {
  margin-left: -12px;
}

.cc-highlight .cc-btn {
  border-width: 1px;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}

.cc-highlight .cc-btn:hover {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border: 1px solid #000;
}

@media (max-width: 700px) { 
  
.cc-highlight .cc-btn {
  min-height: 70px;
  display: inline-block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
  
}

#main-content-body ul li { 
  font-family: 'open_sansregular', Arial; 
  color: #666666; 
  font-size: 14px; 
  line-height: 19px; 
  font-style: normal; 
  font-weight: normal; 
  font-variant: normal; 
  text-align: left; 
}


/* */

#uid481 .tx-powermail {
  margin-left: auto;
  margin-right: auto;
}

#uid481 .powermail_label {
  text-align: left;
}

#uid481 .tx-powermail legend {
  padding-right: 10px;
}

#uid481 .powermail_submit {
  margin: 10px 10px 10px 0;
}

#uid481 .tx-powermail ul {
  display: none;
  height: 0px;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}

/* App Icons */

.app-icons {
  position: absolute;
  right: 0px;
  top: 200px;
  display: block;
  z-index: 5;
  text-align: left;
}

.app-icons div {
  margin-bottom: 10px;
  display: block;
}

.app-icons .DBM {
  background: #6daed4 url(../images/Icons/App_Icons/DBM.png) top left no-repeat;
  height: 68px;
  width: 230px;
  display: block;
  background-size: contain;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; 
}

.app-icons .BFD {
  background: #4cb8a6 url(../images/Icons/App_Icons/BFD.png) top left no-repeat;
  height: 68px;
  width: 230px;
  display: block;
  background-size: contain;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; 
}

.app-icons .TFD {
  background: #232238 url(../images/Icons/App_Icons/TFD.png) top left no-repeat;
  height: 68px;
  width: 230px;
  display: block;
  background-size: contain;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; 
}

.app-icons .BID {
  background: #226e3a url(../images/Icons/App_Icons/BID.png) top left no-repeat;
  height: 68px;
  width: 230px;
  display: block;
  background-size: contain;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; 
}

.app-icons .SKP {
  background: #055460 url(../images/Icons/App_Icons/STEFANIE.png) top left no-repeat;
  height: 68px;
  width: 230px;
  display: block;
  background-size: contain;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; 
}

.app-icons .gChecker {
  background: url(../images/Icons/App_Icons/Google_Fonts.png) top left no-repeat;
  height: 68px;
  width: 230px;
  display: block;
  background-size: contain;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; 
}

.app-icons .BCloud {
  background: #259f9f url(../images/Icons/App_Icons/Cloud-app-icon-big.png) top left no-repeat;
  height: 68px;
  width: 230px;
  display: block;
  background-size: contain;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; 
}

.app-icons a,
.app-icons a:hover {
  font-family: 'open_sansregular', Arial; 
  color: #fff; 
  font-size: 14px; 
  line-height: 20px;
  height: 100%;
  width: 100%;
  display: block;
  padding-left: 90px;  
  box-sizing: border-box;
  text-decoration: none;
  padding-top: 12px;
}

.app-icons {
  right: -140px;
  -webkit-transition: right .5s ease-in-out;
  -moz-transition: right .5s ease-in-out;
  -o-transition: right .5s ease-in-out;
  transition: right .5s ease-in-out;
}

.app-icons:hover {
  right: 0px;
}

@media (max-width: 1200px) {
	
#center {
  width: 1200px;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
}

.app-icons {
  top: 230px;
}

}

/* */

#appicons-mobile {
  display: none;
}

/* */

 #content-right-images img {
  max-width: 100%;
  height: auto;
  display: block;
 }


/* */

/* Chat */

.n8n-chat-widget .brand-header img {
  width: 50px !important;
  height: 50px !important;
}

.n8n-chat-widget .brand-header span {
  padding-right: 50px;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #666666 !important;
}

.n8n-chat-widget .welcome-text {
  color: #a5915a !important;
  font-family: 'open_sansregular',Arial;
  font-weight: normal !important;
  font-size: 26px !important;
  line-height: 30px !important;
  letter-spacing: 0px !important;
}

.n8n-chat-widget .chat-toggle svg {
  display: none;
}

body .n8n-chat-widget .chat-toggle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  /*background: #a6915a url(../images/Icons/chat-icon.png) center no-repeat;*/
  background: transparent url(../images/Illustrationen/Kai-Chatvorschau.png) center no-repeat;
  background-size: 90%;
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0,0,0, 0) !important;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;

  animation: chat-bounce 3s infinite;
}

@keyframes chat-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-5px);
  }
}

.n8n-chat-widget.chat-closed .chat-toggle {
  animation: chat-bounce 2s infinite;
}

.n8n-chat-widget.chat-open .chat-toggle {
  animation: none;
} 

.chat-bubble-hint{
  position:fixed;
  bottom:140px;
  right:30px;
  background:#fff;
  color: #666666;
  padding:12px 36px 12px 16px;
  border-radius:16px;
  font-size:14px;
  max-width:220px;
  box-shadow:0 8px 24px rgba(0,0,0,.15);
  z-index:1000;
  pointer-events:auto;

  opacity:0;
  transform:translateY(10px);
  animation:chat-bubble-show .4s ease forwards;
  animation-delay:1s;
}

.chat-bubble-hint::after{
  content:"";
  position:absolute;
  bottom:-8px;
  right:24px;
  border-left:8px solid transparent;
  border-right:8px solid transparent;
  border-top:8px solid #fff;
}

.chat-bubble-close{
  position:absolute;
  top:6px;
  right:10px;
  font-size:18px;
  line-height:1;
  cursor:pointer;
  color:#666666;
  user-select:none;
}
.chat-bubble-close:hover{ color:#a6915a; }

@keyframes chat-bubble-show{
  from{ opacity:0; transform:translateY(10px); }
  to{ opacity:1; transform:translateY(0); }
}

#chat-bubble-close:checked ~ .chat-bubble-hint{
  opacity:0 !important;
  transform:translateY(10px) !important;
  pointer-events:none !important;
  animation:none !important;
}


@media (max-width: 800px) {

body .n8n-chat-widget .chat-toggle {
  position: fixed;
  bottom: 80px !important;
  right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: transparent url(../images/Illustrationen/Kai-Chatvorschau.png) center no-repeat;
  background-size: 90%;
  color: white;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(133, 79, 255, 0) !important;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;

  animation: chat-bounce 3s infinite;
}

.n8n-chat-widget .chat-container.open {
  display: flex;
  flex-direction: column;
  z-index: 900000 !important;
} 

.chat-bubble-hint {
  bottom: 180px;
}  
  
}  

/* */

.n8n-typing {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  border-radius: 14px;
  background: #f2f4f7;
  color: #2a4b74;
  margin: 8px 0;
  max-width: fit-content;
}

/* Chat Punkte */
.n8n-typing .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
  opacity: .35;
  animation: n8nDot 1s infinite;
}

.n8n-typing .dot:nth-child(2) { animation-delay: .15s; }
.n8n-typing .dot:nth-child(3) { animation-delay: .30s; }

@keyframes n8nDot {
  0%, 80%, 100% { transform: translateY(0); opacity: .35; }
  40% { transform: translateY(-4px); opacity: 1; }
}

/* Chat Bubbles */

.n8n-chat-widget .chat-container {
  box-shadow: 0 8px 32px rgba(0,0,0,.6) !important;
  border: 0px !important;
}

.n8n-chat-widget .brand-header {
  background: #eee !important;
}

.n8n-chat-widget .chat-message.bot {
  border: 1px solid #eeeeee !important;
  color: var(--chat--color-font);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  position: relative;
  background: #eeeeee !important;
  margin-left: 50px;
}

.n8n-chat-widget .chat-message.bot:before {
  content: "";
  height: 40px;
  width: 40px;
  display: block;
  background: url(../images/Illustrationen/Kai-Chatbot-Kopf.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: -50px;
}

.n8n-chat-widget .chat-message.user {
  box-shadow: 0 4px 12px rgba(0,0,0, 0.2) !important;
}

.n8n-chat-widget .chat-container {
  background: #fff url(../images/Illustrationen/Kai-Chatbot-large.png) bottom center no-repeat !important;
  background-size: 45%;
}

.n8n-chat-widget .new-conversation {
  top: 40% !important;
  transform: translate(-50%, -50%);

}
