﻿@charset 'UTF-8'; / @font-face { font-family: 'JetBrains Mono'; src: url('/skin/fonts/JetBrainsMono-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'JetBrains Mono'; src: url('/skin/fonts/JetBrainsMono-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; } @font-face { font-family: 'Dosis'; src: url('/skin/fonts/Dosis-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; } @font-face { font-family: 'ibm'; src: url('/skin/fonts/ibm.ttf') format('truetype'); font-weight: 400; font-style: normal; } / <weight>: Use a value from 100 to 900 // <uniquifier>: Use a unique and descriptive class name .roboto-condensed-1 { font-family: "Roboto Condensed",sans-serif; font-optical-sizing: auto; font-weight: 100; font-style: normal; } // <weight>: Use a value from 100 to 900 // <uniquifier>: Use a unique and descriptive class name .roboto-1 { font-family: "Roboto",sans-serif; font-optical-sizing: auto; font-weight: normal; font-style: normal; font-variation-settings: "wdth" 100; } .fx1 {-webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease;} @font-face { font-family: maisp1; src: url(/skin/fonts/maisp-1.woff); } .hinweis { animation: blink-animation 2s steps(10,start) infinite; -webkit-animation: blink-animation 1s steps(5,start) infinite; font-family:arial narror,arial,verdana; font-size:20px; font-weight:bold; display:block; text-transform:uppercase; letter-spacing:0.5em; margin-bottom:20px;  } @keyframes blink-animation { to { visibility: hidden; } } @-webkit-keyframes blink-animation { to { visibility: hidden; } } @font-face { font-family: 'MAGNET'; src: url('/font/magnet-webfont.eot'); src: local('Ôÿ¦'),url('/font/magnet-webfont.woff') format('woff'),url('/font/magnet-webfont.ttf') format('truetype'),url('/font/magnet-webfont.svg#webfontZcSzsk4I') format('svg'); font-display: optional;}  .fs9 {font-size:9px} .fs10 {font-size:10px} .fs11 {font-size:11px} .fs12 {font-size:12px} .fs13 {font-size:13px} .fs14 {font-size:14px} .fs15 {font-size:15px} .fs16 {font-size:16px} .fs17 {font-size:17px} .fs18 {font-size:18px} .fs19 {font-size:19px} .fs20 {font-size:20px} .fs25 {font-size:25px} .fs30 {font-size:30px} .ml5 {margin-left:5px} .ml10 {margin-left:10px} .ml15 {margin-left:15px} .ml20 {margin-left:20px} .ml25 {margin-left:25px} .ml20 {margin-left:30px} .ml5m {margin-left:-5px} .ml10m {margin-left:-10px} .ml15m {margin-left:-15px} .ml20m {margin-left:-20px} .ml25m {margin-left:-25px} .ml20m {margin-left:-30px} .mr5 {margin-right:5px} .mr10 {margin-right:10px} .mr15 {margin-right:15px} .mrv20 {margin-right:20px} .mr25 {margin-right:25px} .mr20 {margin-right:30px} .mr5m {margin-right:-5px} .mr10m {margin-right:-10px} .mr15m {margin-right:-15px} .mr20m {margin-right:-20px} .mr25m {margin-right:-25px} .mr20m {margin-right:-30px} .pr5 {padding-right:5px} .pr10 {padding-right:10px} .pr15 {padding-right:15px} .pr20 {padding-right:20px}  .hide-if-empty { display: none; } .global-btn1 { padding: 10px 20px; font-size: 14px; font-family: Arial,sans-serif; background: linear-gradient(to bottom,#f7f7f7,#c0c0c0);  color: #333; border: 1px solid #aaa; border-radius: 4px; box-shadow: 0 2px 3px rgba(0,0,0,0.3),inset 0 1px 0 rgba(255,255,255,0.5);  cursor: pointer; text-shadow: 0 0px 0 rgba(255,255,255,0.7); transition: background 0.1s,transform 0.1s,box-shadow 0.1s; } .global-btn1:hover { background: linear-gradient(to bottom,#660000,#440000);  color: #ff9b00; border: 1px solid #888; border-radius: 4px; box-shadow: 0 1px 2px rgba(0,0,0,0.2),inset 0 1px 0 rgba(255,255,255,0.7);  transform: translateY(1px);  } @keyframes blink { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } } .global-btn1.blink { animation: blink 0.3s ease-in-out 2; } .btn_go { padding: 10px; background: #550000; border: 1px solid #bbb; box-shadow: inset 0 0 10px #b00000,inset 0 3px 5px rgba(0,0,0,0.6),0 0 2px #800000; border-radius: 4px; height: 40px; font-family: 'ibm','Dosis',arial,sans-serif; font-size: 13px; font-weight: 400; color: #ff9b00; text-transform: uppercase; text-align: center; text-shadow: 0 0 30px #ff4500,0 0 15px #800000,0 0 25px #ff6200; transition: background 0.25s ease,color 0.25s ease,text-shadow 0.25s ease,box-shadow 0.25s ease; cursor: pointer; } .btn_go:hover { background: #ff6200; color: #2B0000; text-shadow: 0 0 40px #ff4500,0 0 20px #800000,0 0 35px #ff6200; box-shadow: inset 0 0 10px #b00000,inset 0 3px 5px rgba(0,0,0,0.6),0 0 5px #800000; }  #tarife { display: block; } #tooltip { z-index: 1000; box-shadow: 0 0 5px rgba(0,0,0,0.2); text-align: left;  position: fixed; max-width: 300px; padding: 10px; background-color: #FFFF99; color: black; border: 1px solid #999; border-radius: 5px; font-size: 12px;  } #tooltip h3 { text-align: center; font-size: 14px;  font-weight: bold; margin-bottom: 10px; } #tooltip ul,#tooltip li { font-size: 12px;  } #tooltip-close { position: absolute; top: 0; right: 5px; cursor: pointer; font-size: 16px; font-weight: bold; color: #000; } .tooltip-link {font-size: 24px; text-decoration:none}  div#box2 { width:100%; height:30px; z-index::10000; } div#box3 { width:970px; margin:auto;margin-top:20px; } div#mag_nav { width:970px; margin:auto; height:30px; font-size: 12px; margin-bottom:25px; } div#mag_nav div { height:30px; width:auto;} div#mag_nav div div { text-align:left; float:left; padding-right:10px; padding-left:10px; height:23px; padding-top:7px; border: 1px dotted #aaa; margin-left:1px} div#mag_nav div div:hover { background:#000 } div#mag_nav div a { color:#666; text-decoration:none;} div#mag_nav div a:hover { color:#ddd; } div#mag_nav1 { position:absolute; } div#mag_nav1 div {border-right: dotted 1px #aaa;} div#mag_nav2 { float:right; } div#mag_nav2 div {border-left: dotted 1px #aaa; } div#footerl {float:left; position:relative; z-index:2; width:450px; min-height:150px; font-size:12px } div#footerr {float:right; position:relative; z-index:2; width:400px; min-height:150px; font-size:12px} div#footerr div {float:right; font-size:11px; line-height:1.00em; font-size:12px} div#footerl div {float:left; font-size:11px;line-height:1.00em; font-size:12px; line-height:1.25em} div#footerl div div div {padding:10px; padding-left:0} div#footerr div a,div#footerl div a {text-decoration:none; color:black;} div#footerr div a:hover,div#footerl div a:hover {text-decoration:underline;} div#footerr div ul,div#footerl div ul { list-style-type:square; padding-left:7px; } div#footerr div ul li,div#footerl div ul li {line-height:1.25em} div#footerr div img,div#footerl div img,div#mag_logos div { cursor:pointer; filter: grayscale(75%); opacity:0.75} div#footerr div img:hover,div#footerl div img:hover,div#mag_logos div:hover {filter: grayscale(0%);opacity:1} div#footerm {position:relative; z-index:0; margin:auto; width:170px; min-height:150px; padding-top:35px;} div#mag_logos div { width:170px; font-size:9px; text-align:justify; margin:0; } div#mag_logos_info {position:absolute; margin:auto; width:170px; line-height:1.00em; margin-top:-190px; font-size:10px; margin-left:5px; opacity:0.5; } div#mag_logos_info a {color:black; text-decoration:underline} div#mag_logos_info a:hover {text-decoration:none} div#mag_logos_westgard { position:absolute; background:url(/skin/img/westgard_landsitz.png) no-repeat;margin:auto; width:220px; height: 120px; margin-top:-340px; z-index:0; pointer-events:none; } div#bpm3 { text-indent:-10000px; background:url(/skin/img/bpm3.png) center no-repeat; width:146px; height:105px; margin:auto; } div#kinzoku { text-indent:-10000px; background:url(/skin/img/kinzoku.png) center no-repeat; width:170px; height:53px; margin:auto; } div#mag {margin:auto; width:400px; text-align:center; height:50px; opacity :0.75; font-size:13px !important; margin-top:25px } div#mag:hover {opacity:1} div#mag a {text-decoration:none; color:black; font-size:12px} div#mag a:hover {text-decoration:underline} div#footer {} div#footer h4 { letter-spacing:0.5em; font-family:"Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans",Verdana,sans-serif; opacity:1; font-size:10px; font-weight:normal } .clear { clear: both; height: 5px; } .red {color:#b00;} .pointer { cursor:pointer} .separator1 {height:215px; width:1px; border-left: 1px #999 dotted; margin:16px; margin-top:40px} .cut { position:relative; height:700px !important; overflow:hidden !important} #footer {padding-left:15px; padding-top:10px} div.maisp_imprint { background:url(/img/westgard_landsitz.jpg) no-repeat center top }  body { margin: 0px;padding: 0px;background-color: #fff; font-family: Arial,Helvetica,sans-serif,Verdana;} td,th { font-family: Roboto,Arial,Helvetica,sans-serif,Verdana; font-size: 11px; line-height:1.100em;} hr { margin: 0px; padding: 0px; border-collapse: collapse; background-color: #CCC !important; color: #CCC !important; } .infobox {} .ispinfo,.infobox { position:relative; width:600px; height:150px; text-align:center; margin: 0 auto;} .ispinfo div,.infobox div {float:left; width:275px; padding-left:5px; text-align:justify; line-height:1.25em; font-size:13px} .ispinfo div h2,.infobox div h2 {display:inline; padding:0; margin:0} .home-wrap {width:550px; max-width:100%; margin:0 auto; box-sizing:border-box;} .home-row {display:flex; flex-wrap:nowrap; align-items:flex-start; gap:40px; width:100%; margin:0 0 8px; box-sizing:border-box;} .home-col {flex:1 1 0; min-width:0; text-align:justify; font-size:13px; line-height:1.25em; color:#2a2a2a;} .home-col p {margin:0 0 12px;} .home-search {position:relative; z-index:1; width:100%; margin:40px 0 24px; padding:8px 0 0; text-align:center; box-sizing:border-box;} .home-search table {margin:0 auto 16px auto !important; text-align:left;} .home-search table td {text-align:left;} .home-search #ispwhois {text-align:center;} .home-search #ispwhois div {position:static; left:auto; margin-top:6px; margin-bottom:40px;} .home-quote {margin-top:10px; margin-bottom:28px;} .home-wrap #zaun {margin-top:36px;} td a:hover,th a:hover {text-decoration:none} h1 { display:block; font-size: 18px; margin-bottom:10px; margin-top:10px } h2 { font-size: 12px; } h3 { margin:0; padding:0 } h4 { margin:0; padding:0} h2.domainauswahl {padding:0; margin:0; display:inline} h2.product {font-size:16px; font-weight:bold; letter-spacing:0.10em} h2.h2whois {font-family:maisp1,arial,verdana; font-size:25px; font-weight:normal} h2.h2product {font-family:maisp1,arial,verdana; font-size:25px; font-weight:normal} h3.h3product {font-family:maisp1,arial,verdana; font-size:20px; font-weight:normal} h3.domainendung { font-size: 14px;font-weight: bold;border: none;padding: 0;margin: 0;text-align: right; padding-right:25px} h3.domainendung a {text-decoration:underline} h3.domainendung a:hover {text-decoration:none} div.abteilung {margin-top: 0px; font-size: 28px !important; letter-spacing: 0.035em; font-family: MAGNET; color: #eeeeee; text-shadow: #000 0px 1px 1px,#999 0px 2px 2px,#aaa 0px -1px 1px; text-decoration: none; text-transform: uppercase; } #widget {} #zaun {position:relative; display:flex; flex-wrap:nowrap; align-items:flex-start; gap:12px; width:100%; overflow:visible; box-sizing:border-box;} #indexleft,#indexright {position:relative; float:none; flex:1 1 0; min-width:0; width:auto; margin:0; padding:0; font-size:12px; line-height:1.25em} #indexright .news {margin-left:0 !important; margin-top:0 !important;} #zaun #hint_store {margin-top:0 !important; margin-bottom:0 !important;} #zaun .newstext {margin-top:12px !important; margin-left:0 !important;} div.warengruppe {font-size:18px !important; letter-spacing: -0.050em;} div.menu_4 { font-size:9px; color:#006699; height:17px; text-align:right; width:15px }  div.set_select {cursor:pointer; border-radius: 5px; padding-top:5px; padding-bottom:5px; border-top:1px solid #ccc; border-bottom:1px solid #ccc; padding-left:4px; margin-left:-4px; overflow:hidden; margin-bottom:5px; width:160px; background-image: linear-gradient(to left,white 0%,#eeeeee 80%)} div.set_select:hover { background-image:none; border-top:1px solid #ccc; border-bottom:1px solid #ccc; } div.set_select:hover { background-color:#550000; color:rgba(255,155,0,1); } div.set_select:hover div { color:rgba(255,155,0,1); } div.set_select:hover,div.set_select:hover div small { opacity:1 !important; color:rgba(255,155,0,0.5) !important} .set_select:hover .prodcount {color:rgba(255,130,0,0.73) !important} div.set_select:hover {cursor:pointer; border-radius: 5px; padding-top:5px; padding-bottom:5px; border-top:1px solid #fff; border-bottom:1px solid #fff; padding-left:4px; margin-left:-4px; overflow:hidden; } a.set_select { display: block; font-size: 16px; color: #000000; text-decoration: none; line-height: 1.20em; font-weight: bold } a.set_select:hover { color: #fff; text-decoration: none; }  div.set_select2 { cursor:pointer; border-radius: 5px; padding-top:5px; padding-bottom:5px; width:160px; border-top:1px solid #fff; border-bottom:1px solid #fff;padding-left:4px; margin-left:-4px; overflow:hidden} div.set_select2{ background-color:#550000; color:rgba(255,155,0,1); } div.set_select2 div { color:rgba(255,155,0,1); } div.set_select2,div.set_select2 div small { opacity:1 !important; color:rgba(255,155,0,0.5) !important} div.set_select2:hover {border-top:1px solid #ccc; border-bottom:1px solid #ccc; } div.set_select2:hover { background-color:#fff; color:rgba(0,0,0,1); } div.set_select2:hover div { color:rgba(0,0,0,1); } div.set_select2:hover,div.set_select2:hover div small { opacity:1 !important; color:rgba(0,0,0,0.5) !important} a.set_select2 { display: block; font-size: 16px; color: #fff; text-decoration: none; line-height: 1.20em; font-weight: bold } a.set_select2:hover { color: #000000; text-decoration: none; }  .appnav-preview-shell { position:relative; display:block; box-sizing:border-box; width:164px; margin:0 0 5px -4px; padding:0; overflow:hidden; border:1px solid #650000; border-radius:6px; background: linear-gradient( to bottom,#790000 0%,#5d0000 48%,#430000 100% ); box-shadow: inset 0 1px 0 rgba(255,255,255,.20),inset 0 0 15px rgba(255,35,0,.16),0 1px 2px rgba(0,0,0,.28); font-family:Arial,Helvetica,sans-serif; }  .appnav-preview-head { position:relative; display:block; box-sizing:border-box; width:100%; height:70px; margin:0; padding:8px 7px 6px 7px; border:0; border-bottom:1px solid #310000; background: linear-gradient( to bottom,#8d0000 0%,#650000 52%,#490000 100% ); color:#ff9b00 !important; text-decoration:none !important; box-shadow: inset 0 1px 0 rgba(255,255,255,.20),inset 0 -7px 12px rgba(35,0,0,.34); } .appnav-preview-head:hover { color:#ffad21 !important; text-decoration:none !important; background: linear-gradient( to bottom,#960000 0%,#6d0000 52%,#500000 100% ); } .appnav-preview-count { position:absolute; left:8px; top:34px; display:block; width:18px; color:#ff9b00; font-size:9px; font-weight:500; line-height:1; text-align:left; text-shadow: 0 0 5px rgba(255,100,0,.48); } .appnav-preview-heading { display:block; box-sizing:border-box; width:100%; text-align:center; } .appnav-preview-heading small { display:block; margin:0 0 6px 21px; color:rgba(255,155,0,.58); font:500 8px/1 Arial,Helvetica,sans-serif; letter-spacing:1.22em; white-space:nowrap; } .appnav-preview-heading strong { display:inline-block; margin-left:25px; color:#ff9b00; font-family:maisp1,Arial,Helvetica,sans-serif; font-size:35px; font-weight:bold; line-height:.92; letter-spacing:.1em; transform:scaleX(2); transform-origin:center center; text-shadow: 0 1px 0 rgba(255,215,90,.24),0 0 8px rgba(255,75,0,.24); }  .appnav-preview-heading-compact { position:relative; width:160px; height:50px; box-sizing:border-box; margin-top:-22px; margin-left:-4px; padding-top:8px; text-align:center; } .appnav-preview-heading-compact small { color:rgba(0,0,0,.42); text-shadow:none; } .appnav-preview-heading-compact strong { color:#000; text-shadow: 0 1px 0 rgba(255,255,255,.90); } a.set_select:hover .appnav-preview-heading-compact strong { color:#ff9b00 !important; -webkit-text-fill-color:#ff9b00; text-shadow: 0 0 5px rgba(255,75,0,.28),0 1px 0 rgba(65,0,0,.75); } a.set_select:hover .appnav-preview-heading-compact small { color:#ff9b00 !important; opacity:.58 !important; text-shadow: 0 0 4px rgba(255,75,0,.20); }  .appnav-preview-list { position:relative; display:block; box-sizing:border-box; width:100%; margin:0; padding:6px 5px 6px 5px; border-top:1px solid rgba(255,110,0,.24); background: linear-gradient( to bottom,rgba(42,0,0,.22) 0%,rgba(25,0,0,.40) 100% ); box-shadow: inset 0 2px 7px rgba(0,0,0,.40); }  .appnav-preview-item { position:relative; display:grid; grid-template-columns:11px minmax(0,1fr) 14px; align-items:center; column-gap:6px; box-sizing:border-box; width:100%; min-height:58px; margin:0 0 5px 0; padding:7px 6px; border:1px solid #c7c7c7; border-radius:5px; background: linear-gradient( to bottom,#ffffff 0%,#f4f4f4 48%,#e7e7e7 100% ); color:#080808 !important; text-decoration:none !important; box-shadow: inset 0 1px 0 rgba(255,255,255,.98),inset 0 -1px 0 rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.32); transition: transform .12s ease,border-color .12s ease,box-shadow .12s ease,background .12s ease; } .appnav-preview-item:last-child { margin-bottom:0; } .appnav-preview-item:not(.active):hover { transform:translateY(1px); border-color:#8c2500; background: linear-gradient( to bottom,#731100 0%,#560500 52%,#390000 100% ); color:#ff9b00 !important; text-decoration:none !important; box-shadow: inset 0 1px 0 rgba(255,176,44,.18),inset 0 -2px 5px rgba(20,0,0,.48),0 1px 2px rgba(0,0,0,.38); } .appnav-preview-item:not(.active):hover .appnav-preview-copy strong { color:#ff9b00; text-shadow: 0 1px 0 rgba(45,0,0,.85); } .appnav-preview-item:not(.active):hover .appnav-preview-copy small { color:#ffc15a; } .appnav-preview-item:not(.active):hover .appnav-preview-arrow { color:#ff9b00; } .appnav-preview-item:not(.active):hover .appnav-preview-arrow-normal { display:none; } .appnav-preview-item:not(.active):hover .appnav-preview-arrow-active { display:block; filter: drop-shadow( 0 0 2px rgba(255,190,40,.60) ) drop-shadow( 0 0 4px rgba(255,65,0,.32) ) drop-shadow( 0 1px 0 rgba(55,0,0,.70) ); } .appnav-preview-item:not(.active):hover .appnav-preview-led { border-color:#a94700; background: linear-gradient( to bottom,#5b1600 0%,#2c0000 100% ); box-shadow: inset 0 1px 2px rgba(0,0,0,.70); } .appnav-preview-item:not(.active):hover::after { background: radial-gradient( circle,rgba(25,0,0,.88) 0,rgba(25,0,0,.88) 1px,transparent 1.3px ); background-size:5px 5px; }  .appnav-preview-led { display:block; box-sizing:border-box; width:9px; height:9px; border:1px solid #9d9d9d; border-radius:50%; background: linear-gradient( to bottom,#ffffff 0%,#e8e8e8 100% ); box-shadow: inset 0 1px 2px rgba(0,0,0,.12),0 1px 0 rgba(255,255,255,.85); }  .appnav-preview-copy { display:block; min-width:0; box-sizing:border-box; padding-right:1px; } .appnav-preview-copy strong { display:block; margin:0; color:#090909; font:400 24px/.95 maisp1,Arial,Helvetica,sans-serif; letter-spacing:-.015em; white-space:nowrap; text-shadow: 0 1px 0 rgba(255,255,255,.90); } .appnav-preview-copy small { display:block; margin-top:5px; color:#333; font:400 10px/1.05 Arial,Helvetica,sans-serif; letter-spacing:-.015em; white-space:normal; }  .appnav-preview-arrow { display:flex; align-items:center; justify-content:center; width:14px; height:22px; color:#111; font-size:0; line-height:0; transform:translateY(-10px); overflow:visible; pointer-events:none; } .appnav-preview-arrow svg { display:block; width:24px; height:20px; overflow:visible; } .appnav-preview-arrow path { fill:none; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; vector-effect:non-scaling-stroke; } .appnav-preview-arrow-normal { display:block; stroke-width:1.65; filter: drop-shadow( 0 1px 0 rgba(255,255,255,.80) ); } .appnav-preview-arrow-active { display:none; stroke-width:2.15; }  .appnav-preview-item::after { content:""; position:absolute; right:6px; bottom:5px; display:block; width:20px; height:15px; background: radial-gradient( circle,rgba(90,90,90,.50) 0,rgba(90,90,90,.50) 1px,transparent 1.3px ); background-size:5px 5px; pointer-events:none; }  .appnav-preview-item.active { border-color:#df6300; background: linear-gradient( to bottom,#8d1300 0%,#650600 50%,#430000 100% ); color:#ff9b00 !important; box-shadow: inset 0 1px 0 rgba(255,190,65,.30),inset 0 0 12px rgba(255,55,0,.22),inset 0 -3px 7px rgba(35,0,0,.48),0 0 0 1px rgba(55,0,0,.75),0 1px 3px rgba(0,0,0,.40); transform:none; } .appnav-preview-item.active:hover { border-color:#ff8a00; background: linear-gradient( to bottom,#981800 0%,#700700 50%,#4b0000 100% ); color:#ffae24 !important; transform:translateY(1px); } .appnav-preview-item.active .appnav-preview-led { border-color:#ff7700; background: radial-gradient( circle at 40% 35%,#fff4a0 0%,#ffc21a 22%,#ff7400 55%,#8c1700 100% ); box-shadow: 0 0 4px rgba(255,126,0,.95),0 0 8px rgba(255,55,0,.60),inset 0 1px 1px rgba(255,255,255,.55); } .appnav-preview-item.active .appnav-preview-copy strong { color:#ff9b00; text-shadow: 0 0 4px rgba(255,75,0,.32),0 1px 0 rgba(65,0,0,.80); } .appnav-preview-item.active .appnav-preview-copy small { color:#ffb333; } .appnav-preview-item.active .appnav-preview-arrow { color:#ff9b00; } .appnav-preview-item.active .appnav-preview-arrow-normal { display:none; } .appnav-preview-item.active .appnav-preview-arrow-active { display:block; filter: drop-shadow( 0 0 2px rgba(255,190,40,.85) ) drop-shadow( 0 0 5px rgba(255,65,0,.48) ) drop-shadow( 0 1px 0 rgba(55,0,0,.85) ); } .appnav-preview-item.active::after { background: radial-gradient( circle,rgba(18,0,0,.82) 0,rgba(18,0,0,.82) 1px,transparent 1.3px ); background-size:5px 5px; } .inputg {border-radius: 5% !important; height:25px !important; text-align:center !important; font-size:12px !important}  #logo { width: 201px; height: 178px; text-indent: -10000px; cursor: pointer; margin:0 } .ma3 a { display:block; text-decoration:none; position:relative; overflow:visible } .ma3-seam { position:absolute; left:0; bottom:0; width:201px; height:8px; background:url(/img/ma_if_3.jpg) no-repeat 0 bottom; pointer-events:none; z-index:5 } #portal {margin-top:10px; border-top: 1px black solid; width:100%; min-width:1050px} .ma {width: 1100px; } .ma1 {background-image: url(/img/ma_if_1w.jpg); background-repeat: no-repeat; background-position: top right; vertical-align: top; width:50%} .ma2 {background-image: url(/img/ma_if_2.jpg); background-repeat: no-repeat; width: 384px; height: 15px} .ma3 {background-image: url(/img/ma_if_3.jpg); width: 201px; height: 178px; background-repeat: no-repeat; vertical-align: top; background-size: 100% 100%; overflow:visible;} .ma4 {background-image: url(/img/ma_if_4.jpg); background-repeat: no-repeat; width: 385px; height: 15px } .ma5 {background-image: url(/img/ma_if_5w.jpg); background-repeat: no-repeat; background-position: top left; } .ma6 {background-image: url(/img/ma_if_6.jpg); background-repeat: no-repeat; width: 171px; height: 30px; vertical-align: top; color: white;} .ma7 {background-image: url(/img/ma_if_7.jpg); background-repeat: no-repeat; width: 213px; height: 30px; vertical-align: top; } .ma8 {background-image: url(/img/ma_if_8.jpg); background-repeat: no-repeat; width: 202px; height: 30px; text-align: right; vertical-align: top; } .ma9 {background-image: url(/img/ma_if_9.jpg); background-repeat: no-repeat; width: 183px; height: 239px; vertical-align: top; text-align: right;} .ma10 {background-image: url(/img/ma_if_10.jpg); background-repeat: no-repeat; width: 171px;height: 209px;vertical-align: top;} .ma11 {background-image: url(/img/ma_if_11.jpg);background-repeat: no-repeat;width: 213px;height: 133px;vertical-align: top;} .ma12 {background-image: url(/img/ma_if_12.jpg);background-repeat: no-repeat;width: 202px;height: 133px;vertical-align: top;} .ma13 {background-image: url(/img/ma_if_13.jpg);background-repeat: no-repeat;width: 616px;height: 76px;vertical-align: top; background-color: #fff;} .ma14 {width: 50%;vertical-align: bottom;background-color: #FFF} .ma15 {width: 171px;vertical-align: top;background-color: #FFF;} .ma17 {width: 183px;vertical-align: top;background-color: #FFF} .ma18 {width: 50%;background-position: bottom left;vertical-align: top;background-color: #fff} .ma19 {background-image: url(/img/ma_if_19.jpg);background-repeat: no-repeat;background-position: top right;width:50%; background-color:#000} .ma20 {background-image: url(/img/ma_if_20.jpg);background-repeat: no-repeat;background-position: top right;width: 171px;height: 129px} .ma21 {width: 616px;height: 129px;} .ma21 img {border-collapse: collapse;padding: none;margin-bottom: -2px} .ma22 {background-image: url(/img/ma_if_22.jpg);background-repeat: no-repeat;background-position: top left;width: 183px;height: 129px} .ma23 {background-image: url(/img/ma_if_23.jpg);background-repeat: no-repeat;width: 50%;background-position: top left;background-color: #000} .ma24 {background-image: url(/img/ma_if_24.jpg);background-repeat: no-repeat;background-position: top center;background-color: #000; height:75px} .maisp26 {width: 616px;	max-width: 616px; height: auto; background-color: #FFFFFF; vertical-align: top; overflow: visible;} table.ma-body { table-layout: fixed; width: 970px; } #maisp-content-payload { width: 616px; max-width: 616px; }  .ma1,.ma2,.ma4,.ma5,.ma7,.ma8 { font-size: 0; line-height: 0; } .ma2,.ma4,.ma6,.ma7,.ma8 { background-color: #152a18; } div#startl {position:relative; width:300px; height:1350px;} div#startr {position:absolute; top:0; width:290px; margin-left:315px; margin-top:0; font-size:12px; line-height:1.25em} div#startr h3 {font-size:20px} div.handelinfo { margin:auto; font-size:16px; line-height:1.1em; }  div#mag_nav { width:960px; margin:auto; height:30px; margin-top:10px } div#mag_nav div {font-size: 12px; height:30px; width:auto;} div#mag_nav1 { position:absolute; } div#mag_nav1 div {border-right: solid 1px #777;} div#mag_nav2 { float:right; } div#mag_nav2 div {border-left: solid 1px #777; } div#mag_nav div div { text-align:left; float:left; padding-right:10px; padding-left:10px; height:22px; padding-top:7px} div#mag_nav div div a { color:grey; text-decoration:none;} div#mag_nav div div a:hover { color:white;}  #mag {position: relative; } #mag div {float: left;width: 135px;margin-bottom:10px;} #mag div a {color: #fff;opacity: 0.25;text-decoration: none;font-size: 9px;line-height: 1.050em} #mag div a:hover {color: #fff;opacity: 0.75;text-decoration: none} #mag small { color:white; opacity:0.5 } #mag span { opacity:0.25; font-size:11px; color:white; }  div#hint_search {position:relative; margin-top:-20px; margin-left:5px; opacity:0.5; cursor:pointer; } div#hint_search:hover {opacity:1;} div#hint_store {position:relative; margin-bottom:-65px; margin-left:0px; opacity:0.5; cursor:pointer; width:150px} div#hint_store:hover {opacity:1; background-color:#550000; color:rgba(255,155,0,1);} div#hint_store hr {border: 0;height: 1px;background-image: linear-gradient(to right,rgba(0,0,0,0),rgba(0,0,0,0.75),rgba(0,0,0,0));} div#hint_store div {letter-spacing:0.15em; display:inline} div#hint_store small {letter-spacing:0.3em; display:inline; opacity:0.75} a.hint_link {color:#000; text-decoration:none} a.hint_link:hover {text-decoration:underline} span.hint_s {font-size:10px; font-family: Roboto Condensed,Arial,verdana; letter-spacing:-0.1em}    input.remove {transform: rotate(90deg); border-radius: 7%; height:40px; cursor:pointer; opacity:1; background-color:#b00; color:white; border:1px solid #bbb; font-size:12px; padding:10px; -webkit-box-shadow: 1px 1px 4px grey; -moz-box-shadow: 1px 1px 4px grey; box-shadow: 1px 1px 4px grey;} input.remove:hover {opacity:0.75; background-color:#fff; color:#000; box-shadow: 0px 0px 0px grey; }  div#domainmenu {width:430px; min-height:100px; margin-left:85px; cursor:pointer}  div#ispwhois {} div#ispwhois div {position:absolute; left:190px; margin-top:-10px} .home-search #ispwhois div {position:static; left:auto; margin-top:6px; margin-bottom:40px;} .ispwhoisname {border-radius: 5px; border: solid 1px #bbb; font-size:14px; height:30px; font-weight:normal; text-align:center; margin-bottom:3px; width:250px} .ispwhoisname2 {border-radius: 3px; border: solid 1px #bbb; font-size:12px; height:30px; font-weight:bold; text-align:center; margin-bottom:3px; width:180px}  .ispwhoisgo2 {border-radius: 7px; height:36px; cursor:pointer; opacity:1; background-color:#550000; color:rgba(255,155,0,1); border:1px solid #bbb; font-size:12px; padding:10px; width:180px;-webkit-box-shadow: 1px 1px 4px grey; -moz-box-shadow: 1px 1px 4px grey; box-shadow: 1px 1px 4px grey;} .ispwhoisgo:hover,.ispwhoisgo2:hover {opacity:1; background-color:#fff; color:black; } .ispbuygo {border-radius: 10%; height:40px; cursor:pointer; opacity:1; background-color:#660000; color:rgba(255,155,0,1); border:1px solid #bbb; font-size:12px; padding:10px; -webkit-box-shadow: 1px 1px 4px grey; -moz-box-shadow: 1px 1px 4px grey; box-shadow: 1px 1px 4px grey;} .ispbuygo:hover {opacity:0.75; background-color:#fff; box-shadow: 0px 0px 0px grey; color:black} b {font-weight: bold} p {margin-top: 0px; padding-top: 0px} table { border-spacing: 0px; border-collapse: separate; padding:0px; border:0px; } table tr td { padding:0px; } div#content table tbody tr td table { border-spacing: 1px; !important } h2.productspecs { font-size: 11px; font-weight: normal; line-height: 1.250em } h2#maisp_help { width:73px; height:14px; margin:0; margin-left:125px; } div.zugangb {font-size:9px; color:silver; letter-spacing:-0.01em;} div.zugangc {font-size:9px; color:silver; letter-spacing:-0.01em;margin-right:15px;} h3.producttopics { font-size: 11px; letter-spacing: 0.000em; border-collapse: collapse; font-weight: normal } *:focus { outline: none; } .ma8 a { text-decoration:none} .shsocial {position:relative; margin-left:35px;width:550px; opacity:0.33;-webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;} .shsocial:hover {opacity:1;-webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease;} .c {text-align: center} .r {text-align: right} .t {vertical-align: top} .l {text-align: left} .f9 {font-size: 9px} .f10 {font-size: 10px;line-height: 1.10em} .f11 {font-size: 11px} .f12 {font-size: 12px} .f13 {font-size: 13px} .f14 {font-size: 14px} .f15 {font-size: 15px} .f16 {font-size: 16px !important;} .blue {color:#069} div.clearfix {clear:both; height:1px} td.domain_int a {color:white !important; text-decoration:none !important} td.domain_int a:hover {text-decoration:underline !important} div#content { position: relative; z-index:2; line-height:1.100em; font-size: 12px; line-height: 1.250em; margin-top: 20px; vertical-align: top; padding-left: 11px; padding-right: 11px; margin-bottom:50px; max-width:616px; box-sizing:border-box } #asfbox,#asfinfo { position: relative; z-index:2; } div#content a { color:black; } div#content a:hover { color:black; } div#external {min-height:40px; width:275px} div#Webhostlist {float:right; width:275px;} div.menu_1 { font-size:9px; color:#006699; height:15px; text-align:right; width:15px } div.menu_2 { position:absolute; margin-left:20px; margin-top:-16px } div.menu_3 { position:absolute; margin-left:25px; margin-top:-16px; } div.menu_5 { margin-left:25px; margin-top: -18px } div.menu_6 { position:absolute; margin-left:25px; margin-top:-14px } div.menu_3 a,div.menu_5 a { line-height:1.25em; text-decoration:underline} div.menu_3 a:hover,div.menu_5 a:hover {text-decoration:none} div#Domainangebot {margin-bottom:35px; margin-left:0px; margin-top:15px;} div#Domainangebot a {color:#000} div#Hostingangebot {margin-bottom:15px; margin-left:0px} span.fatliner {letter-spacing:0.1em} div#news {position:relative; width:290px; } div.newsdate { position: relative; height:15px; width:75px; font-size:12px; color:#069; font-weight:bold} div.newshead { position: relative; height:15px; margin-left:85px; margin-top:-15px; } div.newsdate2 { position: absolute; height:15px; width:75px !important; font-size:11px; } div.newshead2 { position: relative; height:15px; width:400px !important; margin-left: 75px; margin-top:-25px; } div.newshead h2 { margin:0; padding:0 } div.newstext { position:relative; margin-left:0px; margin-top:20px; margin-bottom:20px; font-size:11px; line-height:1.2em; padding-right:10px} div.newsprice { position:absolute; margin-left: 175px; margin-top:-11px; text-align:right !important; width:95px} div#tl {position:relative; margin-left:0px;} b.gtldoff {margin-left:35px; font-weight:normal} b.alarmist a,h2.alarmist {color:#0088bb !important} small.footprint { line-height:1em; font-size:9px !important} div#breadtitle { width:100%; height: auto; padding-left:11px;} .cctext td {font-size:12px} .cctext td a {font-size:12px; font-weight:bold} .note_01 { color: #006699; font-weight: bold; }  .tc { text-align: center } .tr { text-align: right } .tl { text-align: left } .vt { vertical-align: top } .vb { vertical-align: bottom } .vm { vertical-align: middle } .pr25 { padding-right: 25px } .h5 { height: 5px } .h10 { height: 10px } .h15 { height: 15px } .h17 { height: 17px } .h20 { height: 20px } .h25 { height: 25px } .h30 { height: 30px } .w100p { width: 100px } .w150p { width: 150px } .w200p { width: 200px } .w300p { width: 300px } .w400p { width: 400px } .mr15 { margin-right: 15px } .mt45 { margin-top: 70px }  .cf td { line-height: 1.000em } .cf a { color: #000000; text-decoration: underline } .cf a:hover { text-decoration: none } .exit01 { width: 91px; height: 69px; } .exit02 { width: 80px; height: 69px } .search1 { width: 10px; height: 54px; border-collapse: collapse; border: 0px; margin: 0px; padding: 0px; } .search2 { width: 109px; height: 15px; border-collapse: collapse; border: 0px; margin: 0px; padding: 0px; } .search3 { width: 54px; height: 54px; border-collapse: collapse; border: 0px; margin: 0px; padding: 0px; } .search4 { width: 109px; height: 26px; vertical-align: top; margin: 0px; padding: 0px; } .search4ip { width: 106px; height: 22px; background-image: url(/img/ma_ifs_4.jpg); background-repeat: repeat-x; border-collapse: collapse; border: 0px; margin: 0px; margin-top: 1px; padding: 0px; padding-top: 4px; padding-left: 3px; padding-right: 0px; display: inline } .search5 { width: 109px; height: 13px; text-align: left } .buttonsw { margin: 0px; text-align: left; padding: 0px; border: none; cursor: help; font-family: Arial,Helvetica,sans-serif; size: 9px } .footlinks td { padding-left: 11px; line-height: 1.000em; } .footlinks td a { color: #36443b; text-decoration: none } .footlinks td a:hover { color: #FFFFFF; text-decoration: none } .copyright td { padding-left: 11px; line-height: 1.000em; text-align: right; color: #25332a; } .copyright td a { color: #25332a; text-decoration: none } .copyright td a:hover { color: #FFFFFF; text-decoration: none } .catfooter { font-size: 11px; color: #006699; } .catfooter2 a { font-size: 11px; color: #006699; text-decoration: underline } .catfooter2 a:hover { font-size: 11px; color: #006699; text-decoration: none } .productinfos table { width: 100% !important; } .productinfos table td { text-align: justify } .productlink a { font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: bold; text-decoration: none } .productlink a:hover { text-decoration: underline } .topproduct a { font-family: Arial,Helvetica,sans-serif; font-size: 11px; text-decoration: underline } .topproduct a:hover { text-decoration: none }  input[readonly] { background-color: #eee; color: #555; } .input001 { font-size: 12px; padding: 0px; padding-left: 3px; padding-top: 3px; font-family: Arial,Verdana,Helvetica,sans-serif; font-weight: normal; color: #000; border-right: #FFFFFF 1px inset !important; border-top: #aaa 1px inset !important; border-left: #aaa 1px inset !important; border-bottom: #FFFFFF 1px inset !important; } .input002 { font-size: 12px; padding: 0px; padding-left: 3px; padding-top: 3px; font-family: Arial,Verdana,Helvetica,sans-serif; font-weight: normal; color: #000; border: #777 1px solid !important; height:25px; } .input003 { font-size: 11px; padding: 0px; font-family: Arial,Verdana,Helvetica,sans-serif; font-weight: normal; color: #000; border-right: #FFFFFF 1px inset !important; border-top: #aaa 1px inset !important; border-left: #aaa 1px inset !important; border-bottom: #FFFFFF 1px inset !important; }  .transform035 { -webkit-opacity: 0.25; -moz-opacity: 0.35; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; } .transform025 { -webkit-opacity: 0.25; -moz-opacity: 0.35; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; } .transform025:hover { -webkit-opacity: 1; -moz-opacity: 1; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; } .opacitya { -webkit-opacity: 1; -moz-opacity: 1; -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; } .opacitya:hover { -webkit-opacity: 0.35; !important -moz-opacity: 0.35; !important -webkit-transition: all 0.35s ease; -moz-transition: all 0.35s ease; -ms-transition: all 0.35s ease; -o-transition: all 0.35s ease; transition: all 0.35s ease; }  img.last_service { opacity: 1.00; margin-top: 10px;   margin-bottom: 10px } img.last_service:hover { opacity: 0.25 !important } div#hostinglogos { margin: auto; width: 270px; margin-top: 20px } div#asflogo { position: relative; width: 170px; height: 69px; top: 10px; left: 55px; background-image: url(/img/asf.png); background-position: top center; background-repeat: no-repeat; opacity: 0.5 } div#asflogo:hover { opacity: 1.0 } div#asflogo2 { position: relative; width: 170px; height: 69px; top: 15px; margin-bottom: 40px; left: 5px; background-image: url(/img/asf.png); background-position: top center; background-repeat: no-repeat; opacity: 0.5 } div#asflogo2:hover { opacity: 1.0 } div#asflogo3 { position: relative; z-index: 999; top: 90px; width: 170px; height: 69px; background-image: url(/img/asf.png); background-position: center; background-repeat: no-repeat; opacity: 0.5 } div#asflogo3:hover { opacity: 1.0 } div#xeonlogo { position: relative; width: 150px; height: 115px; top: 10px; left: 55px; background-image: url(/img/intel_xeon_2009.png); background-position: top center; background-repeat: no-repeat } div#xeonlogo2 { position: relative; float: left; width: 150px; height: 115px; top: 10px; left: 5px; background-image: url(/img/intel_xeon_2009.png); background-position: top center; background-repeat: no-repeat } div#confixxlogo { position: relative; width: 169px; height: 89px; top: -15px; left: 45px; background-image: url(/img/confixx.png); background-position: top center; background-repeat: no-repeat; opacity: 1.0 } div#confixxlogo:hover { opacity: 1.0 } div#confixxlogo2 { position: relative; width: 169px; height: 89px; top: 110px; left: 0px; background-image: url(/img/confixx.png); background-position: top center; background-repeat: no-repeat; opacity: 1.0 } div#confixxlogo2:hover { opacity: 1.0 } .wsp,.wsp table tr td { font-size: 18px !important } .wgproimg { opacity: 1; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } .wgproimg:hover { opacity: 0.25; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -ms-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .subm { width: 115px !important; text-align: right !important; } .subm2 { width: 115px !important; text-align: right !important; }  .p10 { padding-left: 5px } .pl20 { padding-left: 20px } .whoiscode { height: 14px; width: 35px; border: 1px inset #cccccc; background-color: #FFFFFF; font-family: Arial,Helvetica,sans-serif; font-size: 9px } form { padding: 0px; margin: 0px; display: inline } pre { letter-spacing: -0.100em } ul { list-style-type: decimal; padding-left: 20px; margin-left: 0px; } ol { list-style-type: circle; line-height: 1.050em } li { font-size: 11px; line-height: 1.10em } .c { text-align: center } .r { text-align: right } .l { text-align: left } .t { vertical-align: top } .topic { padding-left: 7px } .pr { padding-right: 20px } .sinfo td { font-size: 9px; line-height: 1.050em !important } .sinfo { font-size: 9px; line-height: 1.050em !important } .bold { font-size: 12px; font-weight: bold } .bold a { font-size: 12px; font-weight: bold; } .bold a:hover { font-size: 12px; font-weight: bold; } a.breadcrumb { font-size: 11px; color: #000000; text-decoration: underline; } a.breadcrumb:hover { text-decoration: none } a.set { font-size: 16px; color: #000000; text-decoration: none; line-height: 1.20em; font-weight: bold } a.set:hover { text-decoration: underline } a.setu { font-size: 12px; color: #000000; text-decoration: none; line-height: 1.20em; font-weight: normal; } a.setu:hover { text-decoration: underline } a.setx { font-size: 12px; color: #000000; text-decoration: none; line-height: 1.20em; font-weight: normal } a.setx2 { font-size: 12px; color: #000000; text-decoration: none !important; line-height: 1.00em !important; font-weight: normal } a.setx h4 {font-weight: normal} a.setx:hover { text-decoration: underline } a.setx2:hover { text-decoration: underline !important } a.set2 { font-size: 11px; color: #abc3b6; text-decoration: none } a.set2:hover { color: #abc2b6; text-decoration: underline } a.set2b { font-size: 11px; color: #abc3b6; text-decoration: underline } a.set2b:hover { color: #abc2b6; text-decoration: none } a.set3 { font-size: 9px; color: #789083; text-decoration: underline } a.set3:hover { color: #abc2b6; text-decoration: none } a.setadd { font-size: 11px; color: #000000; text-decoration: none !important } a.setadd:hover { text-decoration: underline !important } a.faqsmall { font-size: 9px; color: #000; text-decoration: underline; } a.faqsmall:hover { text-decoration: none } .s { font-size: 9px; line-height: 1.050em !important } .darkgreen { color: #abc2b6; border-color: #abc2b6 } .topnav { border-collapse: collapse; border: none; } .topnav td { font-family: Verdana,Arial,Helvetica,sans-serif; width: 50%; border-collapse: collapse; vertical-align: middle; font-size: 10px; color: #999; text-transform: uppercase; background-image: url(/img/system/topnav.gif); } .topnav td img { vertical-align: middle; padding-left: 5px; padding-right: 5px } .topnav td a { color: #999; text-decoration: none } .topnav td a:visited { color: #999; text-decoration: none } .topnav td a:hover { color: #e8e8e8; text-decoration: none }  div#cart { padding-left: 20px } div#search { width: 155px; height: 60px; margin-top: 20px; position:relative; margin-left:0px; } div#searchfield { width: 155px; height: 35px; background: url(/img/ma_if_25.jpg) no-repeat } div#searchfield input.stext { width: 114px; height: 20px; margin-left: 8px; margin-top: 5px; border: none; background: transparent } div#searchfield div#sgo { width: 15px; height: 15px; background-color: #FFF; margin-top: -17px; margin-left: 132px; } div#searchfield div#sgo input { opacity: 0.5 } div#searchfield div#sgo input:hover { opacity: 1.0 } div#searchselect { position: relative; width: 155px; height: 25px; text-align: right; left: -30px } .Benutzer { width: 100px; height: 20px; border: none; margin: 0px; padding: 0px; background: transparent; background-repeat: no-repeat; color: #000; padding-top: 7px; padding-left: 7px; font-size: 12px; font-weight: bold; text-align: center } .Benutzerpasswort { width: 100px; height: 20px; border: none; margin: 0px; padding: 0px; background: transparent; color: #000; padding-top: 10px; padding-left: 7px; font-size: 12px; font-weight: bold; text-align: center }  .cart_prodme_artikel { font-family: Arial,Helvetica,sans-serif; font-size: 12px } .cart_aktion { background-color: #FFFFFF; background-image: url(/img/system/cart_aktion.gif); width: 62px; height: 24px; } .cart_anzahl { background-color: #FFFFFF; width: 65px; height: 24px; text-align: center } .cart_anzahl_input { background-color: #d2d4dc; vertical-align: middle; text-align: center; margin: 0px; } .cart_anzahl_input input { width: 44px; height: 16px; border: 1px #666666 solid; background-color: #FFFFFF; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 10px; text-align: center !important } .cart_artikel { background-color: #FFFFFF; width: 273px; height: 24px; text-align: center } .cart_bgc { background-color: #FFFFFF; vertical-align: middle; text-align: right } .cart_bgl { border-bottom: 1px black dotted; background-color: #FFFFFF !important; vertical-align: top; text-align: left } .cart_bglm { vertical-align: middle; text-align: left } .cart_break { background-color: #FFFFFF; height: 15px } .cart_code { height: 30px; width: 100px; font-family: tahoma,Arial,verdana,sans-serif; font-size: 20px; font-weight: normal; text-align: center !important; vertical-align: middle !important; border: 1px #999999 solid; padding-top: 5px; text-transform:none !important; border-radius: 4px; } .cart_email { height: 31px; background-color: #909f96; background-image: url(/img/system/cart_email.gif); background-repeat: no-repeat; border-right: 1px #FFFFFF solid; } .cart_fax { height: 28px; background-image: url(/img/system/cart_fax.gif); background-repeat: no-repeat; border-right: 1px #FFFFFF solid; } .cart_gesamt { background-color: #FFFFFF !important; font-family: Arial,Helvetica,sans-serif; font-size: 12px; text-align: right; padding-right: 5px; font-weight: bold; color: #000 } .cart_gesamt_sum { background-color: #ffffff; color: #000; text-align: right; padding-right: 8px; font-weight: bold } .cart_icon { font-family: Arial,Helvetica,sans-serif; font-size: 9px } .cart_iconc { font-family: Arial,Helvetica,sans-serif; font-size: 9px; text-align: center; line-height: 1.050em; color: #999999 } .cart_kundendaten_half { background-color: #d2d4dc; text-align: center; vertical-align: middle; } .cart_kundendaten_half input { width: 118px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; border: 1px #666 solid; height: 18px; padding-left: 3px; margin: 1px } .cart_kundendaten_need { background-color: #d2d4dc; text-align: center; vertical-align: middle; } .cart_kundendaten_need input { font-family: Arial,Helvetica,sans-serif; font-size: 12px; border: 1px #666 solid; height: 18px; padding-left: 3px; margin: 1px } .cart_kundendaten_need .select { width: 248px; height: 18px; background-color: #909f96; color: #fff; border: 1px #666 solid; text-align: left; padding-left: 3px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; border-collapse: collapse; } .cart_kundendaten_norm { text-align: center; vertical-align: middle; background-color: #dedde4 } .cart_kundendaten_norm input { width: 243px; height: 18px; background-color: #FFFFFF; border: 1px #666 solid; text-align: left; padding-left: 3px; font-family: Arial,Helvetica,sans-serif; font-size: 12px } .cart_kundendaten_unneed { background-color: #dedde4; text-align: center; vertical-align: middle; } .cart_kundendaten_unneed input { font-family: Arial,Helvetica,sans-serif; font-size: 12px; border: 1px #666 solid; height: 18px; padding-left: 3px; margin: 1px } .cart_land { height: 28px; background-color: #909f96; background-image: url(/img/system/cart_land.gif); background-repeat: no-repeat; border-right: 1px #FFFFFF solid; } .cart_mobil { height: 28px; background-image: url(/img/system/cart_mobil.gif); background-repeat: no-repeat; border-right: 1px #FFFFFF solid; } .cart_name { background-color: #FFFFFF; height: 29px; border-right: 1px #FFFFFF solid; padding-left: 15px } .cart_norm { background-color: #FFFFFF; vertical-align: middle; height: 1px; } .cart_plzort { height: 28px; background-color: #909f96; background-image: url(/img/system/cart_plzort.gif); background-repeat: no-repeat; border-right: 1px #FFFFFF solid; } .cart_pos { background-color: #FFFFFF; width: 38px; height: 24px; text-align: center } .cart_pre { font-family: Arial,Helvetica,sans-serif; font-size: 9px; line-height: 1.075em; } .cart_room { padding-left: 5px; padding-top: 5px; } .cart_strasse { height: 28px; background-color: #909f96; background-image: url(/img/system/cart_strasse.gif); background-repeat: no-repeat; border-right: 1px #FFFFFF solid; } .cart_summe { background-color: #FFFFFF; width: 84px; height: 24px; text-align: center } .cart_summe_artikel { background-color: #909f96; font-family: Verdana,Arial,Helvetica,sans-serif; font-size: 12px; color: #FFFFFF; text-align: right; padding-right: 8px } .cart_telefon { height: 28px; background-color: #909f96; background-image: url(/img/system/cart_telefon.gif); background-repeat: no-repeat; border-right: 1px #FFFFFF solid; } .cart_text { font-family: Arial,Helvetica,sans-serif; font-size: 11px; color: #000000 } .cart_zwischensumme { text-align: right; font-family: Arial,Helvetica,sans-serif; padding-right: 5px; height: 27px } .cart_zwischensumme_sum { border-bottom: 1px black dotted; border-bottom: 1px black dotted; background-color: #f4f7f3; font-family: Verdana,Arial,Helvetica,sans-serif; color: #000; text-align: right; padding-right: 8px; } .cart_input { width: 150px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; height: 20px; background-color: #fff; border: #999 1px solid; border-collapse: collapse; margin: 0px; margin-bottom: 1px; padding-left: 2px } .cart_select_domreg { width: 150px; font-family: Arial,Helvetica,sans-serif; font-size: 12px; height: 20px; background-color: #f4f7f3; color: #000; border: #999 1px solid; border-collapse: collapse; margin: 0px; margin-bottom: 1px; padding-left: 2px } .cart_select_tld { width: 75px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; height: 17px; background-color: #dedde4; border: #999 1px solid; border-collapse: collapse; margin: 0px; margin-bottom: 1px; padding-left: 2px } .cart_text_hinweis { width: 385px; font-family: Arial,Helvetica,sans-serif; font-size: 11px; height: 90px; background-color: #fff; border: #999 1px solid; border-collapse: collapse; margin: 0px; margin-bottom: 1px; padding-left: 2px } .cart_unternehmen { background-color: #FFFFFF; width: 265px; height: 31px; border-right: 1px #FFFFFF solid; } .h60 { height: 60px; background-color: #dedde4 } .h48 { height: 48px; background-color: #dedde4 } .h108 { height: 108px; background-color: #d2d4dc; } input.do { width: 16px; height: 16px; border: none; background-image: url(/img/icon/do.gif); background-repeat: no-repeat } div.phpinfo { width: 500px } div.phpinfo .e { background-color: #ccccff; font-weight: bold; color: #000000; } div.phpinfo .h { background-color: #9999cc; font-weight: bold; color: #000000; } div.phpinfo .v { background-color: #cccccc; color: #000000; } div.phpinfo a:link { color: #000099; text-decoration: none; background-color: #ffffff; } div.phpinfo a:hover { text-decoration: underline; } div.phpinfo table { border-collapse: collapse; } div.phpinfo .center { text-align: center; } div.phpinfo .center table { margin-left: auto; margin-right: auto; text-align: left; } div.phpinfo .center th { text-align: center !important; } div.phpinfo td,th { border: 1px solid #000000; font-size: 9px; vertical-align: baseline; } div.phpinfo h1 { font-size: 150%; } div.phpinfo h2 { font-size: 125%; } div.phpinfo .p { text-align: left; } div.phpinfo i { color: #666666; background-color: #cccccc; } div.phpinfo img { float: right; border: 0px; } div.phpinfo hr { width: 500px; background-color: #cccccc; border: 0px; height: 1px; color: #000000; }  .dblue { color: #003456 !important } .dred { color: #aa0000 !important } .lblue { color: #006699 !important } .blink { text-decoration: blink } div#button { opacity: 0.3; background-color: #ffffff; position: relative; width: 100px; height: 20px; border: 1px solid #000000; display: inline-block; font-size: 11px; padding-top: 3px; cursor: pointer; text-align: center } div#button:hover { opacity: 1.0 } div#active { opacity: 1.0; background-color: #ffffff; position: relative; width: 100px; height: 20px; border: 1px solid #000000; display: inline-block; font-size: 11px; padding-top: 3px; cursor: pointer; text-align: center } div#details { position: absolute; left: 0px; width: 390px; } div#domaininfo { line-height: 1.200em !important } div#domaininfo div { padding-left: 0px; font-size: 12px !important } div#gplus { position: relative; top: 75px; left: 15px; opacity: 0.5 } div#gplus:hover { opacity: 1.0 } div#mm { position: relative; margin-top: 60px; } div#product_buy_info { float: right; width: 190px; margin-left: 10px } div#product_contact { position: relative; width: 390px; left: 0px; top: 10px } div#product_desc { position: relative; width: 375px; left: 0px; top: 20px } div#qrcode { position: relative; top: 40px; left: 32px; width: 70px; } div#vserverinfo { line-height: 1.100em !important } div#vserverinfo div { padding-left: 0px; font-size: 11px !important } div#web2 { position: relative; top: 15px; left: 15px; width: 70px; } .snb { opacity: 0.5 } .snb:hover { opacity: 1.0 } div#paymethods { position: relative; height: auto; margin-top: 30px } div#paymode { position: relative; width: 500px } div#payradio { position: relative; width: 30px; top: 10px } div#payhead { position: relative; width: 75px; left: 35px; } div#paydesc { position: relative; width: 420px; left: 175px; top: -20px } div#paygo { position: relative; width: 100%; margin: auto; margin-top: 20px; vertical-align: absmiddle } .clickelement { opacity: 0.35; border: 1px solid #cccccc; padding: 10px; box-shadow: #666666 1px 1px 0px } .clickelement:hover { opacity: 0.70; background-color: #ffffff; border: 1px solid #bbbbbb; box-shadow: #999999 0px 0px 0px }  .domain_tld table { width: 100%; height: 33px; border-right: 1px black dotted; padding-right: 5px } .cattitle { font-size: 14px; font-weight: bold; border: none; padding: 0; margin: 0; text-align: right } .cattitle a { text-decoration: underline !important; } .cattitle a:hover { text-decoration: none !important; } .cattitle2 { font-size: 13px; font-weight: bold; border: none; padding: 0; margin: 0; text-align: left } .cattitle2 a { text-decoration: underline !important; } .cattitle2 a:hover { text-decoration: none !important; } div#whois_special { margin:auto; width:300px} .domain_legend { background-color: #f2f2f2; padding-left: 5px; border-bottom: 1px black dotted } .domain_legend a { color: #006699; font-size: 10px } .domain_icon { text-align: center; background-color: #f2f2f2; border-bottom: 1px black dotted } .domain_info { background-color: #f2f2f2; border-bottom: 1px black dotted; padding-left: 5px; } .domain_int { background-color: #006699; color: #fff; text-align: center; border-bottom: 1px black dotted; } .domain_price { border-bottom: 1px black dotted; background-color: #f4f7f3; color: #000; text-align: right; padding-right: 5px } .domain_price table td { font-family: maisp1,arial,Georgia,Helvetica,Verdana,sans-serif; padding-right:3px; font-weight:normal; padding-right: 0px; font-size: 20px !important; } tr.special td.domain_price { font-family: maisp1,arial,Georgia,Helvetica,Verdana,sans-serif; padding-right:3px; font-weight:normal; font-size: 20px !important; padding-right:5px; color:#fff !important; text-shadow: -1px -1px 0 rgba(75,0,0,0.8),1px -1px 0 rgba(75,0,0,0.8),-1px 1px 0 rgba(75,0,0,0.8),1px 1px 0 rgba(75,0,0,0.8); } .domain_setup { border-bottom: 1px black dotted; border-right: 1px black dotted; background-color: #f4f7f3; color: #000; text-align: right; padding-right: 5px } .domain_setup table td { font-size: 11px; } .domain_buy { padding-left: 5px } tr.special td.domain_legend { background-color: #ffcd00; padding-left: 5px; border-bottom: 1px black dotted } tr.special td.domain_legend a { color: #000; font-size: 10px } tr.special td.domain_icon { text-align: center; background-color: #ffcd00; border-bottom: 1px black dotted } tr.special td.domain_info { background-color: #ffcd00; border-bottom: 1px black dotted; padding-left: 5px; } tr.special td.domain_int { background-color: #669900; color: #fff; text-align: center; border-bottom: 1px black dotted; } tr.special td.domain_price { background-color: #ffcd00 !important; color: #000; } tr.special td.domain_setup { border-bottom: 1px black dotted; border-right: 1px black dotted; background-color: #ffcd00; color: #000; text-align: right; padding-right: 5px } tr.special td.domain_setup table td { font-size:11px; } .domain_hitdate { text-align: center; font-size: 12px; height: 10px; padding-right: 5px; padding-top: 25px } .domain_after { background-color: #3e5800; border-left: 1px black dotted; border-bottom: 1px black dotted; color: #fff; font-size: 9px; text-align: center } .domain_pricetrustee { background-color: #f4f7f3; color:#006699; text-align: right; padding-right: 5px; font-size: 20px; font-family:maisp1,arial,verdana; border-bottom: 1px black dotted; } .domain_priceafter { background-color: #f4f7f3; text-align: right; padding-right: 5px; font-size: 20px; font-family:maisp1,arial,verdana; border-bottom: 1px black dotted; } .domain_intfollow { background-color: #f4f7f3; font-size: 12px; font-weight: normal; text-align: center; border-bottom: 1px black dotted; border-right: 1px black dotted; } .domain_trusteeafter { background-color: #f4f7f3; border-right: 1px black dotted; border-bottom: 1px black dotted; color: #000; font-size: 12px; text-align: right; padding-right:5px; } .domain_trustee { text-align: center; font-size: 12px; height: 30px; padding-right: 5px; } img.remove { opacity: 0.25 } img.remove:hover { opacity: 1.0 }  .exit_normal { opacity: 0 } .exit_hover { opacity: 0.35 } .exit_click { opacity: 1.00 } div.exit_movie { cursor: pointer; overflow: hidden; position: relative; left: 8px; top: 0px; width: 91px; height: 69px; } .exit_text p { padding: 0; margin: 0; } a.exit_classic-link { color: inherit; text-decoration: none; } a.exit_classic-link:link { color: inherit; text-decoration: none; } a.exit_classic-link:hover { color: inherit; text-decoration: none; } a.exit_classic-link:active { color: inherit; text-decoration: none; } a.exit_classic-link:visited { color: inherit; text-decoration: none; } a.exit_tlf-link { color: inherit; text-decoration: none; } a.exit_tlf-link:link { color: inherit; text-decoration: none; } a.exit_tlf-link:hover { color: inherit; text-decoration: none; } a.exit_tlf-link:active { color: inherit; text-decoration: none; } a.exit_tlf-link:visited { color: inherit; text-decoration: none; } .exit_button > * { visibility: hidden; } .exit_button > .exit_button_normal { visibility: visible; } .exit_button:hover > .exit_button_normal { visibility: hidden; } .exit_button:hover > .exit_button_hover { visibility: visible; } .exit_button:active > .exit_button_normal { visibility: hidden; } .exit_button:active > .exit_button_hover { visibility: hidden; } .exit_button:active > .exit_button_active { visibility: visible; opacity: 0.25 } @-webkit-keyframes exit_frameset-animation { from { } to { } } .exit_button { } .exit_fs,.exit_graphic { -webkit-animation-name: exit_frameset-animation; } .exit_graphic { -webkit-animation-duration: 1s; } .exit_masked { height: inherit; position: inherit; width: inherit; } .exit_sprite { -webkit-animation-name: exit_frameset-animation; -webkit-animation-iteration-count: infinite; } @-webkit-keyframes exit_KF_4 { from { opacity: 0.5; } 7.69% { opacity: 0.652778; } 15.38% { opacity: 0.777778; } 23.07% { opacity: 0.875; } 30.76% { opacity: 0.944444; } 38.46%,46.15% { opacity: 0.986111; } 46.16% { opacity: 1; } 53.85% { opacity: 0.847222; } 61.54% { opacity: 0.722222; } 69.24% { opacity: 0.625; } 76.93% { opacity: 0.555556; } 84.62%,92.31% { opacity: 0.513889; } 92.32%,to { opacity: 0.5; } } .exit_2 { position: absolute; } .exit_3 { -webkit-animation-duration: 0.325s; } .exit_5 { position: absolute; -webkit-transform: matrix(1,0,0,1,-45.5,-34.5); } .exit_9 { -webkit-animation-duration: 0.025s; display: none; position: absolute; -webkit-transform: matrix(1,0,0,1,-45.5,-34.5); } .exit_8 { -webkit-animation-duration: 0.3s; position: absolute; -webkit-transform: matrix(1,0,0,1,-45.5,-34.5); } .exit_1 { position: relative; top: -20px; cursor: pointer; -webkit-transform: matrix(1,0,0,1,45.5,34.5); } .exit_7 { -webkit-animation-duration: 0.325s; -webkit-animation-name: exit_KF_4; -webkit-animation-iteration-count: infinite; -webkit-transform-origin: 0px 0px; -webkit-animation-timing-function: linear; opacity: 0.5; } @keyframes exit_KF_4 { from { opacity: 0.5; } 7.69% { opacity: 0.652778; } 15.38% { opacity: 0.777778; } 23.07% { opacity: 0.875; } 30.76% { opacity: 0.944444; } 38.46%,46.15% { opacity: 0.986111; } 46.16% { opacity: 1; } 53.85% { opacity: 0.847222; } 61.54% { opacity: 0.722222; } 69.24% { opacity: 0.625; } 76.93% { opacity: 0.555556; } 84.62%,92.31% { opacity: 0.513889; } 92.32%,to { opacity: 0.5; } } .zug-exit .exit_button:hover .exit_7 { -webkit-animation: none; animation: none; opacity: 1; } .zug-exit .exit_button:active > .exit_button_active { visibility: visible; opacity: 1; -webkit-animation: exit_KF_4 0.162s linear infinite; animation: exit_KF_4 0.162s linear infinite; } div#socialshareprivacy { position: absolute; z-index: 10000; width: 190px; height: 250px; margin-top: -15px; opacity: 0.5 } div#socialshareprivacy:hover { opacity: 1.0; } .ticketcreate,.ticketedit { width:100%} .ticketcreate td { font-size:12px !important;} .ticketcreate textarea {width:100% !important} .ticketcreate select {font-size:15px !important} .ticketedit .tickethead td { font-size:14px !important; font-weight:bold; height:40px; text-align:center} .ticketedit a {text-decoration:none} .ticketedit a:hover {text-decoration:underline} ul.maasflive {margin-left:0px; list-style-type:none; line-height:50%} ul.maasflive li {margin-bottom:0px; width:180px} ul.maasflive li span {font-size:9px} ul.maasflive li div.asf_blocked{font-size:9px; opacity:0.5; display:inline;} ul.maasflive li div.asf_proto{ text-transform:uppercase; display:inline; color:#b00; font-weight:bold;} ul.maasflive li div.asf_virus{ text-transform:uppercase; display:inline; color:#b00; font-weight:bold;} ul.maasflive li div.asf_scanner{ text-transform:uppercase; display:inline; color:#069; font-weight:bold;} ul.maasflive li div.asf_trap{ display:inline; font-weight:bold; color:#069 } div#spon { position: absolute; top:51px; margin-left:120px; opacity: 1.0; } div#faqt { position: absolute; top: 75px; left: -60px; opacity: 0; color: white; width: 200px; opacity: 0.35; text-align: center } div#spont { position: absolute; top: 75px; left: -60px; opacity: 0; color: white; width: 200px; opacity: 0.35; text-align: center } div#faq:hover div#faqt {left: -50px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;	-ms-transition: all 0.5s ease;	-o-transition: all 0.5s ease;transition: all 0.5s ease;} div#spon:hover div#spont {left: -50px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;	-ms-transition: all 0.5s ease;	-o-transition: all 0.5s ease;transition: all 0.5s ease;} div#faqt2 {	margin-top: 5px; height:25px} div#spon2 {	margin-top: 5px; height:25px} div#faq:hover img {	opacity: 0.4;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;	margin-left: 20px} div#spon:hover img {	opacity: 0.4;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;	margin-left: 20px} div#faq:hover div#faqt {opacity: 1.0;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;} div#spon:hover div#spont {opacity: 1.0;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;} div#faq h3 { padding: 0;margin: 0;text-indent: -10000px;background-image: url(/img/service.png);background-repeat: no-repeat;width: 77px;height: 95px;} div#spon h3 { padding: 0;margin: 0;text-indent: -10000px;background-image: url(/img/sponsor.png);background-repeat: no-repeat;width: 77px;height: 86px;} div#faq h3:hover,div#spon h3:hover{opacity: 0.5;	-webkit-transition: all 0.5s ease;	-moz-transition: all 0.5s ease;	-ms-transition: all 0.5s ease;	-o-transition: all 0.5s ease;transition: all 0.5s ease;	margin-left: 10px} a.CI_set {	text-decoration: none !important; } a.CI_set h2 {margin-top: 0px; font-size: 28px; letter-spacing: 0.035em; font-family: MAGNET; color: #eeeeee; text-shadow: #000 0px 1px 1px,#999 0px 2px 2px,#aaa 0px -1px 1px; text-decoration: none !important; text-transform: uppercase; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; } h2.CI_set {margin-top: 0px; font-size: 28px; letter-spacing: 0.035em; font-family: MAGNET; color: #eeeeee; text-shadow: #000 0px 1px 1px,#999 0px 2px 2px,#aaa 0px -1px 1px; text-decoration: none !important; text-transform: uppercase; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; } div.CI_set2 {margin-top: 0px; font-size: 28px !important; letter-spacing: 0.035em; font-family: MAGNET; color: #eeeeee; text-shadow: #000 0px 1px 1px,#999 0px 2px 2px,#aaa 0px -1px 1px; text-decoration: none; text-transform: uppercase; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -ms-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; } a.CI_set:hover h2 { font-size: 24px; opacity: 0.99; letter-spacing: 0.035em; font-family: MAGNET; color: #fff; text-shadow: #666 0px 1px 1px,#666 0px -1px 1px; text-transform: uppercase; -webkit-transition: all 0.5s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; } .ml25 { margin-left: 25px !important } .blue { color: #b00 } ; .lucida { font-family: "lucida grande",LucidaGrandeRegular,tahoma,arial,verdana,sans-serif !important; font-weight: bolder } .arial { font-family: arial,verdana,sans-serif; } div.clear { clear: both; } td.col0 { width: 178px !important; text-align: right; font-weight: bold; font-size: 12px !important; } td.col1 { width: 80px !important } td.col2 { width: 80px !important } td.col3 { width: 80px !important } td.col4 { width: 80px !important } td.col5 { width: 80px !important } td.col6 { width: 80px !important } .qrcodespace { text-align: center; margin-left: 10px } .qrcodespace2 { text-align: center; margin-left: 19px }  .buyit { margin: auto; background: url(/img/kaufen.jpg) no-repeat; width: 59px; height: 130px; background-position: 0px 0px; margin-bottom: 30px; text-indent: -10000px; border: none; cursor: pointer; margin-left: 10px; padding: 0 } .hover { opacity: 0.5 } .hover:hover { opacity: 1.0 } .hover2 { opacity: 1.0 } .hover2:hover { opacity: 0.25; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } .wshl,.wshl table tr td { font-size: 20px; font-weight: bold; color: #000; //text-shadow: 0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.4em #777; } .wshl10,.wshl10 table tr td { font-size: 10px; font-weight: bold; color: #fff; text-shadow: 0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.1em #000,0 0 0.4em #777; } div.h_inc_link { position: relative; text-align: left; right: 18px; cursor: pointer; } div.h_inc_link .mo { text-decoration: underline; } div.h_inc_link .mo:hover { text-decoration: none; } div.h_inc_linker { position: relative; padding-left: 45px } div.h_inc_content { position: relative; text-align: left; padding-left: 25px; padding-bottom: 25px } .h_indicator { position: absolute; } #psvm { position: relative; margin-right: 20px } #ws_logo { position: relative; background-image: url(/img/web_space.jpg); background-repeat: no-repeat; width: 350px; height: 150px; z-index: 1; margin-top: -35px; margin-left:-25px; opacity:0 } #ps_logo { position: relative; background-image: url(/img/pro_space.jpg); background-repeat: no-repeat; width: 350px; left: -15px; height: 175px; z-index: 1; margin-top: -40px; opacity:0 } #vs_logo { position: relative; background-image: url(/img/vserver.jpg); background-repeat: no-repeat; width: 200px; left: 200px; height: 181px; z-index: 1; margin-top: 0px } #rsv_logo { position: relative; background-image: url(/img/server.jpg); background-repeat: no-repeat; width: 300px; left: 200px; height: 190px; z-index: 1; margin-top: 0px } #psv_logo { position: relative; background-image: url(/img/pro_server.jpg); background-repeat: no-repeat; width: 400px; left: -10px; height: 190px; z-index: 1; margin-top: -20px } #ws_info_1 { position: relative; width: 290px; font-size: 12px; line-height: 1.2em } #ws_info_2 { position: absolute; top: 0px; margin-left: 310px; font-size: 12px; line-height: 1.250em } #ws_info_3 { position: absolute; cursor: pointer; width: 190px; margin-top: 270px; margin-left: -170px; line-height: 1.05em; } #ps_info_3 { position: absolute; cursor: pointer; width: 190px; margin-top: 270px; margin-left: -170px; line-height: 1.05em; } #psv_info_3 { position: absolute; cursor: pointer; width: 190px; margin-top: 240px; margin-left: -170px; line-height: 1.05em; } #ws_info_4 { cursor: pointer; position: absolute; margin-left: 625px; width: 180px; margin-top: 270px; line-height: 1.05em; } #psv_info_4 { cursor: pointer; position: absolute; margin-left: 625px; width: 180px; margin-top: 240px; line-height: 1.05em; } #ps_info_4 { position: absolute; margin-left: 625px; width: 180px; margin-top: 270px; line-height: 1.05em; } #ws_info_5 { position: absolute; width: 180px; z-index: 10; margin-top: -40px; margin-left: 175px; font-size: 13px; } #ws_info_6 { position: relative; line-height: 1.25em !important; font-size:12px !important; } #ws_info_6 ul li { list-style-type:square !important} #ws_info_7 { position: relative; margin-left: 100px; margin-top: 20px } ul.topic { list-style-type:square; padding-left:30px} ul.topic li {font-size:12px; line-height:1.25em;} div#inhalt table tr td{ font-size:12px; }  .red {color:#b00} .green {color:#4a0;} div#asfbox {width:170px; margin-top:35px; overflow:visible; margin-left:10px} div#asfinfo {width:170px; position:relative; overflow:visible; } div#asfinfo a {color:#000} div.asf_24r {float:right; width:40px} div.asf_24_box {position:relative; width:180px; height:20px; margin-top:3px; margin-bottom:0px } div.asf_24_info {width:83px; height:20px;} div.asf_24_zeit {position:absolute; width:83px; margin-left:1px; font-size:9px; font-weight:bold; line-height:1.000em; } div.asf_24_ip {position:absolute; width:83px; margin-left:38px; height:20px; font-size:11px; font-weight:bold; } div.asf_24_logo { } div.asf_24_type {position:absolute; margin-top:-21px; margin-left:125px; width:60px; height:25px; float:right; font-size:9px; text-align:right; line-height:1.000em;} div.asf_24_ressource { float:right; font-size:10px; letter-spacing:0.075em; text-transform:uppercase; color:#b00; margin-top:-12px; margin-right:4px;} div.asf_24_ressource2 { float:right; font-size:10px; letter-spacing:0.075em; text-transform:uppercase; color:#4a0 ; margin-top:-12px; margin-right:4px;} div.asf_bot_box {position:relative; width:188px; height:20px; margin-top:10px; margin-bottom:10px} div.asf_bot_info {width:83px; height:20px;} div.asf_bot_zeit {position:absolute; width:83px; margin-left:1px; font-size:9px; font-weight:bold; line-height:1.000em; } div.asf_bot_ip {position:absolute; margin-top:9px; width:83px; height:20px; font-size:11px; font-weight:bold; } div.asf_bot_logo {position:absolute; margin-top:-23px; margin-left:88px; width:30px; height:30px; background:url(/img/botnet.png) center no-repeat;} div.asf_bot_type {position:absolute; margin-top:-21px; margin-left:125px; width:60px; height:25px; float:right; font-size:9px; text-align:right; line-height:1.000em;} div.asf_bot_ressource { float:right; font-size:10px; letter-spacing:0.075em; text-transform:uppercase; color:#b00; margin-top:-12px; margin-right:4px;} div.asf_botnet {position:relative; width:188px; height:40px; background-color:#B00; -moz-box-shadow: inset 0 0 10px #fff; -webkit-box-shadow: inset 0 0 10px #fff; box-shadow:inset 0 0 10px #fff; border:1px solid; margin-top:10px; margin-bottom:10px} div.asf_dosmail_box {position:relative; width:188px; height:20px; margin-top:13px; margin-bottom:13px} div.asf_dosmail_info {width:83px; height:20px;} div.asf_dosmail_zeit {position:absolute; width:83px; margin-left:1px; font-size:9px; font-weight:bold; line-height:1.000em; } div.asf_dosmail_ip {position:absolute; margin-top:9px; width:83px; height:20px; font-size:11px; font-weight:bold; } div.asf_dosmail_logo {position:absolute; margin-top:-23px; margin-left:88px; width:32px; height:32px; background:url(/img/kill.png) center no-repeat;} div.asf_dosmail_type {position:absolute; margin-top:-21px; margin-left:125px; width:60px; height:25px; float:right; font-size:9px; text-align:right; line-height:1.000em;} div.asf_dosmail_ressource { float:right; font-size:10px; letter-spacing:0.075em; text-transform:uppercase; color:#b00; margin-top:-12px; margin-right:4px;} div.asf_host {position:absolute; margin-top:26px; margin-left:2px; width:83px; height:20px; font-size:11px; font-weight:bold} div.asf_info {width:83px; height:45px; color:#fff; } div.asf_infob {width:83px; height:45px; } div.asf_info_vorgang {position:absolute; margin-top:2px; margin-left:2px; width:83px; height:27px; font-size:9px; line-height:1.000em; color:#fff} div.asf_info_vorgangb {position:absolute; margin-top:2px; margin-left:2px; width:83px; height:27px; font-size:9px; line-height:1.000em;} div.asf_kill {position:absolute; margin-top:-41px; margin-left:88px; width:32px; height:32px; background:url(/img/kill.png) center no-repeat;} div.asf_magnetzwerk {position:absolute; margin-top:-41px; margin-left:88px; width:30px; height:30px; background:url(/img/magnetzwerk.png) center no-repeat;} div.asf_mailserver {position:relative; width:188px; height:40px; margin-top:10px; margin-bottom:10px} div.asf_ssh_box {position:relative; width:188px; height:20px; margin-top:5px; margin-bottom:5px} div.asf_ssh_info {width:83px; height:20px;} div.asf_ssh_ip {position:absolute; margin-top:8px; width:83px; height:20px; font-size:11px; font-weight:bold; } div.asf_ssh_logo {position:absolute; margin-top:-23px; margin-left:88px; width:28px; height:28px; background:url(/img/ssh.png) center no-repeat;} div.asf_ssh_teamack {position:absolute; margin-top:-18px; margin-left:127px; width:20px; height:20px; background:url(/img/faust.png) no-repeat} div.asf_ssh_team {position:absolute; margin-top:-18px; margin-left:125px; width:60px; height:25px; float:right; font-size:9px; text-align:right; line-height:1.000em;} div.asf_ssh_zeit {position:absolute; width:83px; margin-left:1px; font-size:9px; font-weight:bold; line-height:1.000em; } div.asf_team_faust {position:absolute; margin-top:-42px; margin-left:130px; width:20px; height:20px; background:url(/img/faust.png) no-repeat} div.asf_team_faustb {position:absolute; margin-top:-42px; margin-left:130px; width:20px; height:20px; background:url(/img/faust.png) no-repeat} div.asf_team {position:absolute; margin-top:-43px; margin-left:125px; width:60px; height:25px; float:right; font-size:9px; text-align:right; line-height:1.000em; color:#fff} div.asf_teamb {position:absolute; margin-top:-43px; margin-left:125px; width:60px; height:25px; float:right; font-size:9px; text-align:right; line-height:1.000em;} div.dataaddr {width:75px !important; display:inline; position:relative } div.mag_net_ressource { float:right; font-size:12px; font-weight:bold; color:#b00; margin-top:-20px; margin-right:4px; color:#fff} div.mag_net_ressourceb { float:right; font-size:12px; font-weight:bold; color:#b00; margin-top:-20px; margin-right:4px;}  div#dsvgo h3 {margin-bottom:25px; margin-top:15px} div#dsvgo ul li { list-style-type:square} div#dsvgo ul { margin-top:25px; margin-bottom:25px } div#cookies { background: url("https://static.millenniumarts.org/images/vista/32/warning.png") no-repeat scroll 10px center #fffdd0; border-bottom: 1px solid #888770; padding: 10px 10px 10px 20px; position: relative; min-width:100%; display: flex; flex-wrap: wrap; justify-content: center; } div#cookies p { color: #888770; font-size: 11px; margin: 0; } div#cookies .buttons {  margin: 10px; top: 0; right:0; } #cookies-accept{ cursor:pointer; }  #tabs1 {margin-top:25px} #kundendatenmenu,#Datenschutz ul#kundenkontodl li div {display: flex; align-items: center; justify-content: center;} ul#kundenkontodl { list-style-type:none;margin-left:50px} ul#kundenkontodl li { vertical-align:middle} #Datenschutz { font-size:12px} #Datenschutz img:hover {-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: gray; } #Datenschutz ul#kundenkontodl li { text-align:center} .ui-tabs-nav,.ui-tabs { background-color:transparent !important; border:none !important; } .ui-state-default { border-radius: 10% !important; height:25px !important; cursor:pointer !important; opacity:1 !important; background-color:#ddd !important; border:1px solid #bbb !important; font-size:12px !important; padding:10px !important; -webkit-box-shadow: 1px 1px 4px grey !important; -moz-box-shadow: 1px 1px 4px grey !important; box-shadow: 1px 1px 4px grey !important; } .ui-state-default:hover,.ui-state-active,.ui-state-active:hover {opacity:1 !important; background-color:#fff !important; color:black !important; }   div.zugang {font-size:9px; color:silver; letter-spacing:0.1em; margin-left:15x;margin-top:3px; text-transform:uppercase} div#ma_login { position: relative; width: 164px; height: 67px;} div#ma_login_input { position: absolute; width: 110px; height: 67px; background: url(/img/ma_if_login_01.jpg) no-repeat;} div#ma_login_submit { position: absolute; width: 54px; height: 67px; left: 110px; cursor:pointer;} div#ma_login_select {direction: rtl; text-align:left;} div#ma_login_select select { margin-top:15px; direction: ltr; text-align:left; background: transparent; height: 25px; width:145px; padding-left:0px; cursor:pointer; padding-left: 5px; outline: none; margin-bottom:10px; border: none; cursor:pointer; color:white} div#ma_login_select select option{ cursor:pointer} div#ma_login_select select option[class="1"] { background:#B00; color:#fff} div#ma_login_select select option[class="2"] { background:#fff; color:#000} .zug-loggedin select.system { color:#9aa59c; } .zug-loggedin select.system option { color:#000; background:#fff; } .zug-loggedin select.system option.zug-on { color:#8a8a8a; background:#e8e8e8; } .zug-loggedin { position:relative; min-height:209px; } .zug-loggedin #ma_login { z-index:5; } .zug-loggedin #ma_login_select { position:relative; z-index:2; } .zug-loggedin #ma_login_input { z-index:3; } .zug-loggedin #ma_login_submit { z-index:6; } .zug-exit-slot { position:absolute; left:0; right:0; top:67px; bottom:0; display:flex; align-items:center; z-index:1; pointer-events:none; } .zug-exit { display:flex; flex-direction:row; align-items:center; width:164px; height:55px; margin-top:25px; box-sizing:border-box; } .zug-exit-meta { flex:1; text-align:right; margin-right:6px; line-height:1; } .zug-exit-btn { display:block; position:relative; flex:0 0 73px; width:73px; height:55px; margin-right:12px; overflow:hidden; cursor:pointer; pointer-events:auto; z-index:2; -webkit-user-drag:none; user-select:none; } .zug-exit-btn img { position:absolute; left:0; top:0; width:73px; height:55px; border:0; pointer-events:none; -webkit-user-drag:none; user-select:none; } .zug-exit-off { z-index:1; } .zug-exit-on { z-index:2; opacity:0.5; -webkit-animation:exit_KF_4 0.325s linear infinite; animation:exit_KF_4 0.325s linear infinite; } .zug-exit-press { z-index:3; opacity:0; } .zug-exit-btn:hover .zug-exit-on { opacity:1; -webkit-animation:none; animation:none; } .zug-exit-btn:active .zug-exit-on { opacity:0; -webkit-animation:none; animation:none; } .zug-exit-btn:active .zug-exit-press { opacity:1; -webkit-animation:exit_KF_4 0.162s linear infinite; animation:exit_KF_4 0.162s linear infinite; } .zug-kk { color:#abc0b6; font-size:9px; line-height:1.050em; letter-spacing:0.04em; } .zug-kk-nr { color:#d7e6dc; font-size:22px; font-weight:bold; line-height:1.000em; letter-spacing:0.04em; }  .test { background-image: url(https://static.millenniumarts.org/staging/test.gif); } .qm { background-image: url(https://static.millenniumarts.org/staging/qm.gif); } div.storehead { margin: 2px; margin-right:10px;  color: #fff;text-transform: uppercase; letter-spacing:0.02em} #isp_logins { position:relative; margin-top:0px; color:white } #isp_logins div {line-height:1.5em; } #isp_logins div a {font-size:13px !important; } #isp_logins_titles { text-align:left; width:65%; } #isp_logins_info { text-align:right; width:30%; float:right; margin-right:10px; color:white; } #faq { position: relative; width:100px; left: 80px; top: -20px; opacity: 1.0; }  form.ticketview h3 {margin-top: 20px;} div.rt-dialog {background-color: none;margin: 25px 25px 0 0;padding: 15px;position: relative;} div.rt-dialog.dialog-support {background-color:#eee;color:black; margin: 10px 0 0 20px;} div.rt-dialog.dialog-status {background-color:#560000; color:#FFB600; margin: 10px 0 0; } span.message table { width:500px !important } div.rt-dialog.closed span.message { max-height: 200px; overflow: hidden;} div.rt-dialog > span {display: block;margin-bottom: 5px;} div.rt-dialog > span:last-child {margin-bottom: 0;} div.rt-dialog > span.sender {font-weight: bold;} div.rt-dialog > span.datetime {font-size: 0.8em;position: relative;text-align: right;z-index: 2;margin-bottom:-20px;} div.rt-dialog .readmore {background: rgba(0,0,0,0) linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%) repeat scroll 0 0; bottom: 0;cursor: pointer;height: 100px;left: 0;position: absolute;right: 0;z-index: 1;} div.rt-dialog .readmore > a {background: transparent url(https://static.millenniumarts.org/icons/silk/section_collapsed.png) center center no-repeat; display: inline-block;height: 100%;position: relative;width: 100%;}  div.mastatus2 { margin: 0 auto; width: 255px; } div.mastatus2 > div { margin-bottom: 3px; } div.mastatus2 p.ts { color: gray; font-size: 10px; margin: 10px 0 20px; text-align: center; } div.mastatus2 span.label { display: inline-block; width: 135px; } div.mastatus2 span.status { background: transparent url(https://static.millenniumarts.org/images/loading/loaderB16.gif) no-repeat 3px center; border: #ddd solid 1px; border-radius: 5px; color: #999; display: inline-block; font-size: 13px; font-weight: normal; line-height: 13px; padding: 5px 5px 5px 19px; text-align: center; width: 60px; } div.mastatus2 span.state-OK { background-image: url(https://static.millenniumarts.org/icons/silk/accept.png); } div.mastatus2 span.state-WARNING { background-color: #ff7900; background-image: url(https://static.millenniumarts.org/icons/silk/error.png); color: #fff; } div.mastatus2 span.state-CRITICAL { background-color: #b00; background-image: url(https://static.millenniumarts.org/icons/silk/decline.png); color: #fff; } div.mastatus2 ul.details { list-style: none; margin: 0; padding: 0; } div.mastatus2 ul.details li { border: #ccc solid 1px; border-top-style: none; color: #aaa; font-size: 13px; line-height: 13px; padding: 2px; margin-left: 160px; text-align: center; width: 55px; } div.mastatus2 ul.details li:last-child { border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; } div.mastatus2 ul.details li.state-2 { background-color: #ff7900; color: #fff; } div.mastatus2 ul.details li.state-3 { background-color: #b00; color: #fff; } div.mastatus2 ul.details li.state-3 span { animation: blinker 2s linear infinite; } @keyframes blinker { 50% { opacity: 0; } }  ul.configurator { list-style-type:none} ul.configurator li {padding-left:15px;height:75px} ul.configurator li .value { font-size:18px; font-weight:bold; text-align:center; color:#b00; float:right; margin-top:10px} ul.configurator li .slider { cursor:pointer !important} div#vservconfig {margin-top:-20px} div#vservconfig h3 {display:inline; font-size:20px; font-weight:bold;} div#vservconfig h4 {display:inline; font-size:14px; font-weight:bold;line-height:2.5em;} div#vservconfig input {display:inline;} div#vservconfig select {margin-left:25px;} .vservgo { margin-top:20px; border-radius: 5px; height:40px !important; cursor:pointer; opacity:1; background-color:#550000; color:#FF7E00; border:1px solid #bbb; font-size:12px; padding:10px } .vservgo:hover {opacity:1; background-color:#fff; color:black; } div#vservconfig ul {list-style-type:square;} ul.configurator {list-style-type:none !important} div#vservconfig li {font-size:12px; line-height:1.25em} span.ui-slider-handle {padding:5px !important; height:15px !important; margin-top:-5px}    @media (max-width: 768px) {  .system { display: none; }  #ma_login_select { position: relative; width: 100%; max-width: 200px;  margin: 0 auto;  }  .custom-dropdown-trigger { display: block; width: 100%; padding: 10px; font-size: 14px; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 5px; text-align: left; cursor: pointer; position: relative; } .custom-dropdown-trigger::after { content: "▼"; position: absolute; right: 10px; top: 50%; transform: translateY(-50%); font-size: 12px; }  .custom-dropdown { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; border: 1px solid #ccc; border-radius: 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.2); z-index: 1000; }  .custom-dropdown-option { padding: 10px; font-size: 14px; color: #333; cursor: pointer; border-bottom: 1px solid #eee; } .custom-dropdown-option:last-child { border-bottom: none; } .custom-dropdown-option:hover,.custom-dropdown-option.selected { background-color: #007bff; color: #fff; }  .custom-dropdown-option.disabled { color: #999; cursor: default; background-color: #f5f5f5; text-align: center; } .custom-dropdown-option.disabled:hover { background-color: #f5f5f5; color: #999; }  .custom-dropdown.active { display: block; } } .nstab { overflow: hidden; border: none; background-color: #ffffff; display: flex; justify-content: center; } .nstab button { background-color: inherit; border: 1px solid #ccc; outline: none; cursor: pointer; padding: 14px 16px; transition: 0.3s; font-size: 17px; color: #333; margin: 0 5px;  } .nstab button:hover { background-color: #f1f1f1; } .nstab button.active { background-color: black; color: white; border: none;  } .nstabcontent { display: none; padding: 6px 12px; border: none; background: #ffffff; } .nstablinks {font-family:maisp1; font-size:26px !important} .nstablinks small { display: block;  font-family: Arial,sans-serif;  font-size: 9px;  text-transform: uppercase;  line-height: 1;  margin-top: -2px;  letter-spacing: 0.9em; margin-left:5px }  .nstablinks { display: inline-block;  text-align: center;  }  #domainlistForm { font-family: Arial,sans-serif; } #domainlistForm label { display: block; margin: 5px 0; } #domainlistForm input[type="text"],#domainlistForm input[type="email"],#domainlistForm textarea { padding: 5px; border: 1px solid #ccc; border-radius: 3px; } .submitBtn { background-color: #006699; color: white; border: none; cursor: pointer; } .submitBtn:hover { background-color: #005577; } .content-spacer { clear: both;  height: 0;  }   #footer { clear: both;  position: relative; }  .bpm-tooltip { position: absolute; background: #fff; border: 1px solid #ccc; border-radius: 4px; box-shadow: 0 0 10px rgba(0,0,0,0.1); width: 300px; max-width: 90%; padding: 10px; z-index: 1000; font-family: Arial,sans-serif; font-size: 14px; color: #333; display: none; } .tooltip-arrow-mask { position: absolute; top: -1px;  left: 19px;  width: 18px;  height: 2px;  background: #fff;  z-index: 4;   clip-path: polygon(0 0,100% 0,80% 100%,20% 100%);  } .tooltip-arrow-inner-mask { position: absolute; top: 0;  left: 19px;  width: 18px;  height: 12px;  background: #fff;  z-index: 1;  } .tooltip-header { position: relative; font-size: 16px; font-weight: bold; color: #333; margin-bottom: 8px; display: flex; align-items: center; } .exclamation { display: inline-block; width: 20px; height: 20px; background: #ff6200;  color: #fff; border-radius: 3px; text-align: center; line-height: 20px; margin-right: 8px; font-weight: bold; } .tooltip-close { position: absolute; right: 5px; top: 0; font-size: 18px; cursor: pointer; color: #666; } .tooltip-close:hover { color: #000; } .tooltip-content { line-height: 1.4; } .tooltip-footer { text-align: center; margin-top: 10px; } .tooltip-close-button { background: none; border: none; color: #666; font-size: 12px; font-family: Arial,sans-serif; cursor: pointer; padding: 5px 10px; text-decoration: underline; } .tooltip-close-button:hover { color: #000; } .tooltip-arrow { position: absolute; width: 16px; height: 8px; top: -8px;  left: 20px;  filter: drop-shadow(0 0 2px rgba(0,0,0,0.1));  z-index: 3;  } .bpm-tooltip.above .tooltip-arrow { top: auto; bottom: -8px; transform: rotate(180deg);  } .bpm-tooltip.above .tooltip-arrow-mask { top: auto; bottom: -1px;  } .bpm-tooltip.above .tooltip-arrow-inner-mask { top: auto; bottom: 0; height: 10px;  }  @media (max-width: 600px) { .bpm-tooltip { width: 90%; left: 5% !important; top: 50% !important; transform: translateY(-50%); } .bpm-tooltip .tooltip-arrow,.bpm-tooltip .tooltip-arrow-mask,.bpm-tooltip .tooltip-arrow-inner-mask { display: none;  } }