body {
 background-color: #fbfbfc;
 line-height: 26px;
}
th {
 font-weight: normal;
}
.table-hover {
 margin: 40px 0 30px;
}
.table > thead > tr > th {
 border-bottom: 1px solid #3c4650;
 font-weight: bold;
 white-space: nowrap;
 padding: 13px 30px 13px 0;
}
.table > tbody > tr > th{
 padding: 13px 20px 13px 0;
 border-top: 0;
 border-bottom: 1px solid #ddd;
}
dl {
 margin: 15px 0 35px;
}
dt {
 padding: 25px 0 3px 0;
}
dd {
 margin-left: 40px;
}
dd > p > img, p > iframe {
 margin: 30px 0 20px;
}
ol {
 margin: 30px 0;
 padding-inline-start: 20px;
}
ol > li {
 padding-left: 8px;
}
ol ol {
 margin: 10px 0;
}
ul.artikel > li {
 padding-left: 28px;
 position: relative;
}
ul.artikel {
 list-style: none;
 margin: 30px 0;
 padding: 0;
}
ul.artikel li:before {
 content:"•"; 
 font-size: 13pt;
 padding-right: 20px;
 position: absolute;
 left: 0px;
}
.hp-help p {
 background: url(images/pfeil-klein-artikel-auswahl.png) no-repeat 0 50%;
 background-color: rgba(0, 0, 0, 0);
 border-bottom: 0;
 margin: 10px 0;
 padding: 0 30px;
}
.hp-help a {
 text-decoration: none !important;
}
sup {
 font-size: 63%;
}
.hp-sup {
 vertical-align: middle;
 vertical-align: -webkit-baseline-middle;
 padding-right: 10px;
 font-size: 80%;
 display: flex;
 margin: 0;
 line-height: 25px;
}
.hp-sup > sup {
 vertical-align: middle;
 vertical-align: -webkit-baseline-middle;
 padding-right: 10px;
 font-size: 100%;
 position: relative;
 line-height: 24px;
 top: 0;
}
dfn {
 font-style: normal;
 position: relative;
}
.bold {
 font-weight:600
}
#sp-alert a {
 text-decoration: underline;
}
div.hp-alert p img{
 display: inline;
 margin: 4px;
}

/* --------  Artikel - Style -------- */

/* --  Artikel - Title -- */
h2.artikel-clear {
 font-size: 24px;
 font-weight: bold;
 margin: 70px 0 30px;
 padding-top: 70px;
 border-top: 1px solid #e6e6e7;
}
h2.artikel-head-clear {
 font-size: 24px;
 font-weight: bold;
 margin: 30px 0 30px;
 border: 0;
}
h3.artikel-head-clear {
 font-size: 24px;
 font-weight: 400;
 padding: 30px 0 30px;
 margin: 0;
}
h3.artikel-clear {
 font-size: 24px;
 font-weight: 400;
 padding: 60px 0 30px;
 margin: 0;
}
h4.artikel-clear {
 font-size: 20px;
 font-weight: 700;
 margin-top: 40px;
}
h5.artikel-clear {
 font-size: 20px;
 font-weight: 600;
 margin-top: 40px;
 padding: 10px 0 20px;
}
/* --  Artikel - Title - Counter -- */

body {
 counter-reset: ebene1;
}
h2.artikel:before, h2.artikel-head:before {
 content: counter(ebene1) " ";
 counter-increment: ebene1;
 padding-right: 8px;
}
h2.artikel {
 counter-reset: ebene2;
 font-size: 24px;
 font-weight: bold;
 margin: 70px 0 30px;
 padding-top: 70px;
 border-top: 1px solid #e6e6e7;
}
h2.artikel-head {
 counter-reset: ebene2;
 font-size: 24px;
 font-weight: bold;
 margin: 30px 0 30px;
}
h3.artikel:before {
 content: counter(ebene1) "." counter(ebene2) " ";
 counter-increment: ebene2;
 padding-right: 8px;
}
h3.artikel {
 counter-reset: ebene3;
 font-size: 24px;
 font-weight: 400;
 padding: 60px 0 30px;
 margin: 0;
}
h4.artikel:before {
 counter-reset: ebene4;
}
h4.artikel {
 font-size: 20px;
 font-weight: 700;
 margin-top: 40px;
}
h5.artikel {
 font-size: 20px;
 font-weight: 600;
 margin-top: 40px;
 padding: 10px 0 20px;
}
/* --  Artikel - Inhaltsverzeichnis -- */
#toc {
 color: #1E9AE2;
 counter-reset: nav0;
}
#toc,
#toc ul {
 list-style-type: none;
}
#toc ul {
 padding: 60px 0 0 0;
 margin-top: 0;
}
#toc ul li {
 counter-increment: nav0;
 counter-reset: nav1;
 line-height: 35px;
}
#toc ul li::before {
 content: counter(nav0)" ";
 padding-right: 15px;
 color: #3c4650;
}
#toc ul ul {
 padding: 0 0 5px 0;
 margin-top: 0;
}
#toc ul li li {
 counter-increment: nav1;
 counter-reset: nav2;
 line-height: 30px;
 padding-left: 30px;
}
#toc ul li li::before {
 content: counter(nav0)"."counter(nav1) " ";
}

/* --  Artikel - Code -- */

.hp-codepanel {
 border: 0;
 background-color: #f3f4f5;
 margin: 20px 0;
}
.hp-codepanel > .panel-body {
 padding: 0;
 margin: 0; 
 font-size: 16px;
}
.hp-codepanel > .panel-heading {
  background-color: #fbfbfb;
  color: #3c4650;
  padding: 9px 9px 11px;
  font-size: 80%;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  opacity: 0.5;
}
.hp-codepanel > .panel-body > .code-container > .code-toolbar {
  margin: -20px 0;
}
[class^="icon-"], [class*=" icon-"] {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0
  line-height: unset;
}
[class^="icon-"]::before, [class*=" icon-"]::before {
  padding: 0 10px;
  position: relative;
  top: 3px;
}
.icon-console::before {
  content: url(images/386-terminal.svg);
}
.icon-code::before {
  content: url(images/385-embed2.svg);
}
.icon-mail::before {
  content: "\4d";
}
.icon-web::before {
  content: url(images/202-sphere.svg);
}
.view-container {
  background: #fff;
  padding: 20px;
}
.line-numbers .line-numbers-rows {
  border-right: 0;
}
.line-numbers-rows > span {
    line-height: 1.57;
}
pre[class*="language-"] {
  background: #f3f4f5;
  color: #3c4650;
  padding: 20px 30px;
  margin: 20px 0;
  border: none;
  border-radius: 6px;
  overflow: auto !important;
  word-wrap: normal !important;
  word-break: normal !important;
  white-space: pre !important;
  pointer-events: auto;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
code[class*="language-"] {
  color: #3c4650;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  text-shadow: none;
  font-size: 99%;
  padding-right: 30px;
  overflow: auto;
  word-wrap: initial;
  word-break: initial;
  white-space: pre;
}
div.code-toolbar {
}
div.code-toolbar > .toolbar a, div.code-toolbar > .toolbar button, div.code-toolbar > .toolbar span {
  color: #fff;
  font-size: .8em;
  padding: 4px 6px;
  background: #1e9be3;
  box-shadow: none;
  border-radius: 6px;
}
div.code-toolbar > .toolbar {
  top: 1em;
  right: 1em;
}
.command-line-prompt {
  border: none;
  margin-right: 0;
  line-height: 1.6;
}
.hp-promptoutput {
  font-size: 90%;
  margin: 20px 0 20px 35px;
}
.data-line > .language-markup > .command-line-prompt > span[data-user]:before {
	content: "$";
    padding-right: 0.8em;
    width: auto;
}
.data-supervisor > .language-markup > .command-line-prompt > span[data-user]:before {
	content: "supervisor>";
    padding-right: 0.8em;
    width: auto;
}
.data-path > .language-markup > .command-line-prompt > span[data-host]:before {
	content: "[~" attr(data-host) "] $";
    padding-right: 0.8em;
    width: auto;
}
.command-line-prompt > span:before {
    padding-right: 0;
    width: 0;
}

/* --  Artikel - Formate -- */
.hp-intro {
   font-size: 115%;
   max-width: 60%;
   line-height: 35px;
}
.hp-info {
  background-color: #f1f9fe;
  padding: 30px 40px;
  margin: 30px 0;
  display: flex;
  max-width: 100%;
}
.hp-warn {
  background-color: #f8d7da;
  padding: 30px 40px;
  margin: 30px 0;
  display: flex;
  max-width: 100%;
}
.hp-sample {
  background-color: #fff;
  border: 1px solid #3c4650;
  padding: 30px 40px;
  margin: 30px 28px;
  display: flex;
  max-width: 100%;
}
.hp-sign {
  position: relative;
  top: 2px;
  float: left;
  padding-right: 7px;
}
.hp-warning-sign::before {
  content: url(images/achtung-icon.svg);
}
.hp-info-sign::before {
  content: url(images/info-icon.svg);
}
.hp-warn-text {
  max-width: 95%;
}
.hp-sample-text {
  max-width: 95%;
  margin-left: 8px;
}
.hp-box {
  max-width: 47%;
  margin: 6px;
  display: inline-flex;
}
.hp-box-right {
  max-width: 47%;
  position: relative;
  float: right;
}
.hp-graphic {
  margin: 40px 0;
}
.hp-todo {
 background-color: #f8d7da;
 font-style: italic;
}
.hp-imagetext {
 font-size: 80%;
 font-style: italic;
 margin-top: -25px;
}
.hp-var {
 font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
 background-color: #f3f4f5;
 border: none;
 border-radius: 3px;
 padding: 3px;
}
.hp-path {
 font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
 background-color: #f3f4f5;
 border: none;
 border-radius: 3px;
 padding: 3px;
}
.hp-filepath {
 font-size: 95%;
 font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
 margin: 25px 0 -12px 0;
}
.hp-output{
 font-size: 80%;
 font-weight: bold;
 margin: 10px 0 -15px 35px;
}

/* --------  TOP-BAR - Sprachauswahl -------- */
#sp-top-bar {
 padding: 0 0 6px 0;
 background-color: #EFF0F1 !important;
 line-height: 16px !important!;
}
#sp-top-bar .sp-module {
  padding: 0;
  margin: 0 15px 0 0;
  float: right;
}
.top-navi-login {
   border-left: 1px solid #E4E5E7;
}
.lang-inline, .posttext {
   display: inline-block;
}
.mod-languages .posttext p {
   margin: 0;
}
.top-navi-login a {
    border-radius: 3px;
    height: 15px;
    margin: 7px 0 7px 16px;
    padding: 2px 6px 2px 6px;
    background-color: #1E9AE2;
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.sp-module ul > li > a {
    font-size: 13px;
    font-weight: 400;
    color: #777E85;
    padding: 8px 16px 0 16px;
    display: inline-block;
    height: 27px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a {
    height: 45px;
    padding: 9px 20px;
}
.sp-module ul > li > a:active {
    color: #1E9AE2;
}

/* --------  HEADER - Logo / Links -------- */
#sp-header {
    background: #F9F9FA;
    box-shadow: none;
}
#sp-header .logo {
    height: auto;
    margin: 28px 0 28px 28px;
}
#sp-logo .col-xs-8 {
    padding-right: -30px;
}
#sp-menu {
  padding-top: 28px;
}
.sp-megamenu-parent {
    float: left;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    line-height: inherit;
}
#offcanvas-toggler {
    line-height: inherit;
}

/* --------  BREADCRUMBS -------- */
#sp-breadcrumbs {
    border-bottom: 1px solid rgba(228, 229, 231);
    opacity: 0.95;
    background: #fff;
}
.breadcrumb {
    margin-bottom: 0;
    padding: 13px 15px;
    min-height: 50px;
  margin: 0;
}
.breadcrumb a {
    color: #1E9AE2;
    font-size: 14px;
    font-weight: 700;
}
#sp-breadcrumbs .sp-module {
    margin: 0;
}
#sp-breadcrumbs .container .row::before {
    display:none !important;
}
.sp-sticky-breadcrumbs {
  background: #fff none repeat scroll 0 0;
  opacity: 0.95;
  left: 0;
  padding: 0 !important;
  position: fixed !important;
  top: 0;
  transition: all 500ms ease 0s;
  width: 100%;
  z-index: 9999;
}

.breadcrumb > li + li::before {
    color: #1E9AE2;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 10px;
}

/* --------------------  HP-SUCHE -------------------- */

/* ------ HP-SUCHE - Startseite ------*/
#sp-hostpoint-suche {
 min-height: 196px;
}
h1.sp-module-title {
   text-transform: none !important;
   margin: 5px 0 45px 0 !important;
   font-size: 45px !important;
   font-weight: 600 !important;
   line-height: 1em !important;
   text-align: center;
}
.finder label {
   display: none !important;
}
.finder input {
   display: inline !important;
}
.finder {
   text-align: center;
   padding-bottom: 50px;
}
/* ------ HP-SUCHE - small ------*/
#sp-hpsuchesmall {
    margin-top: 40px;
}
#sp-suche-small .form-search input {
    height: 46px !important;
    width: 358px !important;
    font-weight: normal !important;
    font-size: 17px !important;
}
#sp-suche-small .btn-primary, #sp-suche-small .sppb-btn-primary {
    height: 46px;
    padding: 0 15px;
    font-size: 14px;
}

/* ------ HP-SUCHE - Erweiterte Suche ------*/
#searchForm {
    padding-top: 40px;
}

.form-limit select#limit.input-mini {
  display: inline;
}

form#searchForm p.counter{
  display:none;
}

form#searchForm div.btn-toolbar div.btn-group.pull-left button.btn.hasTooltip {
  font-weight: 700;
}

.searchintro .badge {
  background-color: #1E9AE2;
}

/* ------ HP-SUCHE - Neu ------*/
.mls-results ul li a {
border-bottom: none !important;
margin: 5px;
height: auto;
}

.mod-mls-btn span {
font-size: 18px !important;
font-weight: 700;
}

.mod-mls-btn {
border-radius: 0 5px 5px 0 !important;  
text-transform: uppercase;
background: #1e9ae2 !important;
font-size: 18px !important;
font-weight: 700;
}

.mls-wide.mls-form .mls-form-inner .mod-mls-btn {
height: 40px !important;
}

.default-theme.blue-skin .mod-mls-btn:hover, .default-theme.blue-skin .mod-mls-btn:focus, .default-theme.blue-skin .mod-mls-btn:active, {
background: #1e9ae2 !important;
}

.default-theme input.mls-query {
border: 1px solid #e4e5e7;
}

.mls-wide.mls-form.default-theme .mls-form-inner .mls-parent {
box-shadow: none !important;
}

.mls-wide.mls-form.default-theme .mls-form-inner input.mls-query {
background: #fff !important;
border-radius: 5px 0 0 5px !important;
border: 1px solid #e4e5e7 !important;
color: #3C4650 !important;
font-family: "Open Sans",Arial;
font-weight: normal;
font-style: normal;
font-size: 17px !important;
text-shadow: none;
text-decoration: none;
text-transform: none;
}

.sp-module ul > li > a::before {
content: none;
}

.mls-results .mls-ul li a:hover span,
.mls-results .mls-ul li a:focus span,
.mls-results .mls-ul li a:active span,
.mls-results .mls-ul li.selected a span,
.mls-results-empty-results,
.mls-comp-more-results a.mls-more-results span.no-results-txt {
color: #1e9ae2 !important;
background: #f5f6f7 !important;
}

.mls-results .mls-ul li a:hover,
.mls-results .mls-ul li a:focus {
background: #1e9ae2 !important;
}

.mod-mls-more-results a:hover,
.mod-mls-more-results a:focus,
.mod-mls-more-results li.selected a {
background: #f5f6f7 !important;
}

.default-theme.blue-skin .mls-results h3 {
background: #f5f6f7 !important;
text-transform: none;
}

.mls_comp_results_lists h3 {
font-size: 30px;
font-weight: 600;
color: #3c4650;
padding: 15px 0;
}

.mls_comp_results.default-theme.blue-skin .mls-comp-more-results a {
background: #f5f6f7;
}

.mls-comp-more-results,
.mod-mls-more-results a,
.mls-results-empty-results {
text-transform: none !important;
}


/* ------ HP-SUCHE Neu - small ------*/

#sp-hpsuchesmall .mls-wide.mls-form .mls-form-inner input.mls-query {
    width: 320px !important;
}

#sp-hpsuchesmall .mls-wide.mls-form .mls-form-inner {
padding: 40px 0;
}

#sp-hpsuchesmall .mls-wide.mls-form .mls-form-inner .mls-results-cont, #sp-hpsuchesmall .mls-wide.mls-form .mls-form-inner .instance-selector-cont {
top: 100px;
}

/* ------ HP-SUCHE - Schlagwörter ------*/
.tag-category {
  padding: 50px 0;
}

.tag-category h2{
  font-weight:600;
  font-size: 35px;
}

.tag-category .category-desc {
  padding: 50px 0;
}

.btn-group > .btn:first-child {
    margin-left: 2px;
    margin-top: 31px;
  padding-right: 20px;
}

.btn-group > .btn + .dropdown-toggle {
    margin-top: 31px;
}

.search .btn-toolbar span.icon-search {
display: initial;
}

.form-inline {
background: white;
border: 1px solid    #E8E9EA;
padding: 20px 40px;
}

/* --------  HP Statuspage -------- */
#sp-hostpoint-status {
 min-height: 130px;
}
#sp-hpstatus .desktop {
 float:right;
}
.hpstatus-desktop {
 display:block;
 width:100%;
 position: absolute;
 right: 0;
}
#sp-hpstatus.col-xs-12.col-sm-12 > .hpstatus-desktop {
display: block;
position: relative;
}
#hp-status {
 position:relative;
 text-align:right;
 pointer-events:none;
 margin:40px auto 10px;
}
#hp-status > div {
 display:inline-block;
 width:230px;
 padding-left:68px;
 background-size:46px 32px;
 background-position:11px 11px;
 pointer-events:auto;
 background-color:white;
 border-radius:3px;
 margin-right:10px;
 text-align:left;
}
#hp-status > div > div {
 border-left:1px solid #ECEDEE;
 vertical-align:top;
 display:block;
 padding:10px;
 min-height:36px;
}
#hp-status > div > div > h5 {
 font-size:12px;
 font-weight:700;
 color:#777E85;
 margin-top:0;
 line-height:16px;
}
#hp-status > div > div > div {
 font-size:12px;
 font-weight:400;
 line-height:16px;
 color:#777E85;
 -ms-word-break:break-word;
 word-break:break-word;
}
#hp-status > div > div > div a {
 color:#4BAEE8;
 margin-top:10px;
 display:inline-block;
}
#hp-title {
 margin:60px 0 45px 0;
 font-size:45px;
 font-weight:600;
 line-height:1em;
 text-align:center;
}
#hp-title #hp-page-title {
 margin:0 auto;
}
#hp-status.none > div {
  background-image: url("images/meldung-gruen@2x.png");
  background-repeat: no-repeat;
}
#hp-status.minor > div {
  background-image: url("images/meldung-gelb@2x.png");
  background-repeat: no-repeat;
}
#hp-status.major > div {
  background-image: url("images/meldung-rot@2x.png");
  background-repeat: no-repeat;
}

/* --------  MAIN - Startseite Übersicht -------- */
.flex-container {
  margin-top: 50px;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.flex-container>div {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  background-color: white;
  width: 210px;
  height: 202px;
  margin: 0 17px 36px 17px;
  border: 1px solid #E4E5E7;
  border-radius: 3px;
  cursor: pointer;
  padding: 0;
}
#box {
  position: relative;
}
#box:hover {
  border: 1px solid #1e9ae2;
}
.box-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
}
#box.box-big {
  width: 289px;
  height: auto;
  margin: 10px 17px 24px 17px;
  padding: 15px;
}
.box-title {
  font-size: 23px;
  font-weight: 600;
  color: #3c4650;
  margin-top: 19px;
}
.box-subtitle {
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  margin-top: 10px;
}
#box-content {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  margin: 26px 10px;
  font-size: 23px;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  color: #3c4650;
}
#box-content img {
  margin: 0 auto;
}


/* --------- old ------------*/
#start-overview {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
    padding-bottom: 229px;
    height: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 100%;
}
.start-column {
    width: 289px;
    height: auto;
    display: inline-block;
    margin: 0 17px;
    border: 1px solid #E4E5E7;
    background-color: white;
    border-radius: 3px;
 /*   cursor: pointer; */
    float: left;
    padding: 0;
}
.start-column:hover {
    border: 1px solid #1e9ae2;
}
.product-links {
    margin: 10px 0 74px 0;
    text-align: center;
    padding: 0;
}
.link-image {
    display: inline-block;
    margin-top: 46px;
    width: auto;
    float: none;
}
.link-image .thumbnail {
    border: 0;
}
.start-title {
    width: 100%;
    margin-left: 0;
    margin-top: 19px;
    height: 40px;
}
.start-title a {
    display: inline-block;
    font-size: 23px;
    font-family: 'Open sans', sans-serif;
    font-weight: 600;
    color: #3c4650;
    padding-bottom: 15px;
}
.start-subtitle {
    font-size: 15px;
    font-weight: 300;
    line-height: 23px;
    padding: 0 28px;
}

/* --------  KATEGORIE - 4 Spalten Kategorieübersicht -------- */
#start-overview-4 {
    display: flex; 
    align-items: center;
    justify-content: center;
    background-image: none;
    padding-bottom: 229px;
    height: auto;
    overflow: visible;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.start-column-4 {
    width: 210px;
    height: 202px;
    display: inline-block;
    margin: 0 17px 36px 17px;
    border: 1px solid #E4E5E7;
    background-color: white;
    border-radius: 3px;
    cursor: pointer;
    float: left;
    padding: 0;
}
.start-column-4:hover {
    border: 1px solid #1e9ae2;
}
.start-column-empty:hover {
    border: none;
}
.link-image-4 {
    display: inline-block;
    margin-top: 26px;
    width: auto;
    float: none;
}
.start-title-4 {
    width: 100%;
    margin-left: 0;
    margin-top: 11px;
    height: 40px;
}
.start-title-4 a {
    display: inline-block;
    font-size: 23px;
    font-family: 'Open sans', sans-serif;
    font-weight: 600;
    color: #3c4650;
}

.start-column-empty {
    border: 0;
    background-color: #FBFBFC;
}
/* --------  Artikel  -------- */
article.item {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: inherit;
    flex-direction: column; 
    padding-bottom: 30px;
}
article.item.item-page div p img, article.item.item-page div ol li img {
    border: 25px solid #f3f4f5;
    margin: 40px 0;
}
.likebtn-wrapper {
  margin: 70px 0 30px;
}
/* --------  KATEGORIE - Blog  -------- */
div.blog article.item {
    margin-bottom: 0;
}
/*.category-list, .cat-children, .cat-list-row0, .cat-list-row1 {
    display: none;
} */
.category-list, .cat-children, .article-info {
    display: none;
}
div.blog article.item img {
    display: inline;
}
.blog .entry-header {
    display: none;
}
/* --------  KATEGORIE - Accordion  -------- */
.sp-module {
    margin: 0;
}
#sp-hostpoint-artikel .sp-module, #sp-hpartikel .sp-module {
    background-color: #FFFFFF;
    border: 1px solid #E8E9EA;
}

div.sp-module h3.sp-module-title {
    background: url(images/pfeil-klein-artikel-auswahl.png) no-repeat 0 50%;
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
    margin: 30px;
    padding-left: 30px;
}

.sp-accordion-item p {
    background: url(images/pfeil-klein-artikel-auswahl.png) no-repeat 0 50%;
    border-bottom: 0;
    margin: 15px 30px 30px 80px;
    padding: 0 40px;
}

.sp-accordion-item p a, div#sp-hpartikel .sp-accordion-item a {
    color: #3C4650;
	text-decoration: none;
}

.sp-accordion-item p a:hover {
    color: #1E9AE2;
}
.sp-accordion.sp-accordion-style4 .toggler span, .sp-accordion.sp-accordion-style4 .toggler span span {
    font-weight: normal;
    font-size: 15px;
}

.sp-accordion.sp-accordion-style4 .toggler {
    background: none !important;
    border-bottom: 0 !important;
    min-height: 35px !important;
}

.sp-accordion-inner p {
    background-color: #ffffff !important;
}
.sp-accordion.sp-accordion-style4 .sp-accordion-inner {
    background: none !important;
    padding: 0 !important;
}

/* --------  Kontaktformular -------- */
div#b2jcontainer_c224 .chzn-container-single .chzn-single div b {
    background: url("images/ui.png") no-repeat 0 0;
}

/* --------  SP-HOSTPOINT-BLOCK - Supporter -------- */
#sp-hostpoint-block {
    border-bottom: 1px solid #E4E5E7;
    padding-top: 50px;
}
#sp-hostpoint-block .sp-module {
    margin: 0;
}
#sp-hostpoint-block .sp-module p {
    margin: 0;
}
#sp-hostpoint-block .sp-module img {
    margin: 0 auto;
}

/* --------  SP-HOSTPOINT-BLOCK - Supporter -------- */
.lb-style-custom {
	border-radius: 3px;
}

/* --------  SP-FOOTER - Konnten Sie finden, was Sie suchen? -------- */
.sp-bottom .sp-module-content {
    border-top: 1px solid #E4E5E7;
    text-align: center;
}
#sp-bottom .sp-module-content .custom {
    text-align: center;
}
.flat-button {
    margin-top: 36px;
}
div.flat-button {
    background-color: #1e9be3;
    border-radius: 3px;
    height: 45px;
    color: white;
    cursor: pointer;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}
.flat-button a {
    padding-right: 25px !important;
    color: white !important;
    opacity: 1.0;
}
div.flat-button a, div.flat-button span {
    display: inline-block;
    padding: 12px 25px;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: white;
    vertical-align: middle;
    line-height: 20px;
}
/* --------  SP-FOOTER - Copyright -------- */
#sp-footer {
    text-align: left;
    border-top: 1px solid #E4E5E7;
}
.sp-copyright {
    font-size: 12px;
    color: #BBBEC2;
}


/* changes 202008 */
@media only screen and (max-width: 799px) {
    html {
        overflow-x: hidden;
    }
}
/* navi */
.sp-column #sp-top-bar .sp-module {
    margin-right: 0;
}
.sp-column .sp-module-content .mod-languages ul.lang-inline li {
    margin-right: 14px;
}
.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 14px;
    letter-spacing: 0;
    padding: 5px 15px;
}
.breadcrumb>li+li::before {
    color: #3C4650;
    position: relative;
    top: 1px;
    left: -3px;
}
#sp-header #sp-menu {
    padding-right: 40px;
}
#sp-top-bar .posttext {
    padding-right: 10px;
}
#sp-hpartikel .sp-accordion.sp-accordion-style4 .toggler {
    height: auto;
    margin: 25px 0;
}
#sp-hpartikel .sp-accordion.sp-accordion-style4 .toggler .sp-module-title {
    line-height: 27px;
}
#sp-hpartikel .sp-accordion-inner p {
    margin: 5px 10px 20px 40px;
}
/* start page specifics */
body.itemid-113 #sp-breadcrumbs, body.itemid-117 #sp-breadcrumbs, body.itemid-121 #sp-breadcrumbs, body.itemid-125 #sp-breadcrumbs {
    display: none;
}
/* general stuff */
.sp-accordion.sp-accordion-style4 .sp-accordion-inner.current > p > a {
    color: #1E9AE2;
}
/* search box */
#sp-hpsuche #offlajn-ajax-search296, #sp-hpsuche #offlajn-ajax-search272, #sp-hpsuche #offlajn-ajax-search273, #sp-hpsuche #offlajn-ajax-search271 {
    max-width: 700px;
    width: calc(100% - 54px);
}
#sp-hpsuche #offlajn-ajax-search320, #sp-hpsuche #offlajn-ajax-search323, #sp-hpsuche #offlajn-ajax-search322, #sp-hpsuche #offlajn-ajax-search321 {
    max-width: 600px;
    width: calc(100% - 54px);
}
#sp-hpsuche input#search-area296, #sp-hpsuche input#search-area272, #sp-hpsuche input#search-area273, #sp-hpsuche input#search-area271 {
    color: #888;
    padding-left: 15px;
}
#sp-hpsuche #ajax-search-button296, #sp-hpsuche #ajax-search-button272, #sp-hpsuche #ajax-search-button273, #sp-hpsuche #ajax-search-button271 {
}
#sp-hpsuche #ajax-search-button296:active, #sp-hpsuche #ajax-search-button272:active, #sp-hpsuche #ajax-search-button273:active, #sp-hpsuche #ajax-search-button271:active {
    box-shadow: none;
}
#sp-hpsuchesmall #offlajn-ajax-search284, #sp-hpsuchesmall #offlajn-ajax-search287, #sp-hpsuchesmall #offlajn-ajax-search286, #sp-hpsuchesmall #offlajn-ajax-search285 {
    max-width: 400px;
    width: calc(100% - 54px);
    width: 600px;
}
#sp-hpsuchesmall #offlajn-ajax-search284 .offlajn-ajax-search-container, #sp-hpsuchesmall #offlajn-ajax-search287 .offlajn-ajax-search-container, #sp-hpsuchesmall #offlajn-ajax-search286 .offlajn-ajax-search-container, #sp-hpsuchesmall #offlajn-ajax-search285 .offlajn-ajax-search-container {
    background-color: white;
}
#sp-hpsuchesmall #offlajn-ajax-search284 .offlajn-ajax-search-inner, #sp-hpsuchesmall #offlajn-ajax-search287 .offlajn-ajax-search-inner, #sp-hpsuchesmall #offlajn-ajax-search286 .offlajn-ajax-search-inner, #sp-hpsuchesmall #offlajn-ajax-search285 .offlajn-ajax-search-inner {
    display: flex;
}
#sp-hpsuchesmall input#search-area284, #sp-hpsuchesmall input#search-area287, #sp-hpsuchesmall input#search-area286, #sp-hpsuchesmall input#search-area285 {
    padding-right: 39px;
    background-color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 50px;
    font-size: 17px;
    border: 1px solid #ebeef2;
    padding: 0 39px 0 18px;
    font-family: open sans,sans-serif;
    margin-right: -2px;
    z-index: 4;
    position: static;
    color: #3c4650;
    float: none;
    flex: 1 0 auto;
    width: 0;
    box-shadow: none;
}
#sp-hpsuchesmall input#search-area284.search-caption-on, #sp-hpsuchesmall input#search-area287.search-caption-on, #sp-hpsuchesmall input#search-area286.search-caption-on, #sp-hpsuchesmall input#search-area285.search-caption-on {
    color: #AAA;
}
.dj_chrome input#suggestion-area284, .dj_ie input#suggestion-area284, .dj_chrome input#suggestion-area287, .dj_ie input#suggestion-area287, .dj_chrome input#suggestion-area286, .dj_ie input#suggestion-area286, .dj_chrome input#suggestion-area285, .dj_ie input#suggestion-area285 {
    opacity: 0;
    float: none;
}
#sp-hpsuchesmall #search-form284 #ajax-search-button284, #sp-hpsuchesmall #search-form287 #ajax-search-button287, #sp-hpsuchesmall #search-form286 #ajax-search-button286, #sp-hpsuchesmall #search-form285 #ajax-search-button285 {
    float: none;
    flex: 0 0 120px;
    position: relative;
    right: auto;
    top: auto;
    height: 50px;
}
#sp-hpsuchesmall #ajax-search-button284, #sp-hpsuchesmall #ajax-search-button287, #sp-hpsuchesmall #ajax-search-button286, #sp-hpsuchesmall #ajax-search-button285 {
    height: 100%;
    flex: 0 0 120px;
    width: 140px;
    float: none;
    right: auto;
}
#sp-hpsuchesmall #ajax-search-button284 .magnifier, #sp-hpsuchesmall #ajax-search-button287 .magnifier, #sp-hpsuchesmall #ajax-search-button286 .magnifier, #sp-hpsuchesmall #ajax-search-button285 .magnifier {
    width: 100%;
    padding: 12px 24px;
    display: flex;
    justify-content: center;
}
#sp-hpsuchesmall magnifier::before {
    content: "SUCHEN";
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
#sp-hpsuchesmall #suggestion-area284, #sp-hpsuchesmall #suggestion-area287, #sp-hpsuchesmall #suggestion-area286, #sp-hpsuchesmall #suggestion-area285 {
    box-shadow: none;
}
/* contact page */
body.view-b2jcontact #sp-hostpoint-suche {
    min-height: 20px;
    padding-bottom: 20px;
}
body.view-b2jcontact #hp-status {
    margin: 20px auto 20px;
}
body.view-b2jcontact div#b2jcontainer_c224.b2jcontainer {
    padding: 10px 0;
}
.table-wrapper {
    overflow-x: auto;
}
#sp-component form > :nth-child(3) .control-group .controls {
    float: right;
}
#sp-component form > .control-group:nth-child(4), #sp-component form > .control-group:nth-child(5), #sp-component form > .control-group:nth-child(6), #sp-component form > .control-group:nth-child(7) {
    float: none;
    display: flex;
    justify-content: space-between;
}
#sp-component form > .control-group:nth-child(5) .controls {
    text-align: right;
}

#sp-component form > .control-group:nth-child(6) .control-label {
    display: none;
}
#sp-component form > .control-group:nth-child(6) .controls {
    display: flex;
    justify-content: space-between;
    float: none;
    width:100%;
}
#sp-component form > .control-group:nth-child(6) .controls button {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#sp-component form > .control-group:nth-child(4) .qq-uploader {
    text-align: right;
}
div#b2jcontainer_c224 input, div#b2jcontainer_c224 label.checkbox, div#b2jcontainer_c224 textarea, div#b2jcontainer_c335 input, div#b2jcontainer_c335 label.checkbox, div#b2jcontainer_c335 textarea, div#b2jcontainer_c336 input, div#b2jcontainer_c336 label.checkbox, div#b2jcontainer_c336 textarea, div#b2jcontainer_c334 input, div#b2jcontainer_c334 label.checkbox, div#b2jcontainer_c334 textarea {
    width: 100%;
}
div#b2jcontainer_c224 span.help-block, div#b2jcontainer_c335 span.help-block, div#b2jcontainer_c336 span.help-block, div#b2jcontainer_c334 span.help-block {
    text-align: right;
}
div#b2jcontainer_c224 .controls, div#b2jcontainer_c335 .controls, div#b2jcontainer_c336 .controls, div#b2jcontainer_c334 .controls {
    width: 100%;
}
.likebtn_container {
    height: 141px;
}

@media only screen and (max-width: 600px) {
    #sp-main-body {
        margin: 0 20px;
    }
    #sp-top-bar .sp-column .sp-module {
        margin-right: -5px;
    }
    #sp-header .logo {
        margin-left: 10px;
    }
    #sp-header #sp-menu {
        padding-right: 20px;
    }
    #sp-hpstatus .desktop {
        float: none;
    }
    #hp-status {
        text-align: center;
    }
    #sp-bottom1 h2 {
        font-size: 30px;
    }
    .entry-header {
        margin-bottom: 15px;
    }
    .flex-container {
        margin-top: 25px;
    }
    #sp-hostpoint-block {
        padding-top: 25px;
    }
    div.sp-module h1.sp-module-title {
        font-size: 34px !important;
        margin-top: 30px !important;
    }
    #sp-hpsuche #ajax-search-button296, #sp-hpsuche #ajax-search-button272, #sp-hpsuche #ajax-search-button273, #sp-hpsuche #ajax-search-button271 {
        width: 47px;
    }
    #sp-hpsuche #ajax-search-button296 .magnifier, #sp-hpsuche #ajax-search-button272 .magnifier, #sp-hpsuche #ajax-search-button273 .magnifier, #sp-hpsuche #ajax-search-button271 .magnifier {
        padding: 15px 11px;
    }
    #sp-hpsuche #ajax-search-button296 .magnifier::before, #sp-hpsuche #ajax-search-button272 .magnifier::before, #sp-hpsuche #ajax-search-button273 .magnifier::before, #sp-hpsuche #ajax-search-button271 .magnifier::before {
        content: url(https://www.hostpoint.ch/img/start/neu/domain-suche-icon.svg);
        font-size: 23px;
        color: #fff;
        font-weight: 700;
        width: 23px;
        height: 20px;
        display: inline-block;
    }
    #sp-hpsuchesmall {
        margin: 0 0 -20px;
    }
    #sp-hpsuchesmall #offlajn-ajax-search284, #sp-hpsuchesmall #offlajn-ajax-search287, #sp-hpsuchesmall #offlajn-ajax-search286, #sp-hpsuchesmall #offlajn-ajax-search285 {
        max-width: 600px;
        width: auto;
    }
    #sp-hpsuchesmall #search-form284 #ajax-search-button284, #sp-hpsuchesmall #search-form287 #ajax-search-button287, #sp-hpsuchesmall #search-form286 #ajax-search-button286, #sp-hpsuchesmall #search-form285 #ajax-search-button285 {
        width: 47px;
        flex: 0 0 auto;
    }
    #sp-hpsuchesmall #search-form284 #ajax-search-button284 .magnifier, #sp-hpsuchesmall #search-form287 #ajax-search-button287 .magnifier, #sp-hpsuchesmall #search-form286 #ajax-search-button286 .magnifier, #sp-hpsuchesmall #search-form285 #ajax-search-button285 .magnifier {
        padding: 12px 11px;
    }
    #sp-hpsuchesmall #search-form284 #ajax-search-button284 .magnifier::before, #sp-hpsuchesmall #search-form287 #ajax-search-button287 .magnifier::before, #sp-hpsuchesmall #search-form286 #ajax-search-button286 .magnifier::before, #sp-hpsuchesmall #search-form285 #ajax-search-button285 .magnifier::before {
        content: url(https://www.hostpoint.ch/img/start/neu/domain-suche-icon.svg);
        font-size: 23px;
        color: #fff;
        font-weight: 700;
        width: 23px;
        height: 20px;
        display: inline-block;
    }
    article h1 {
        font-size: 30px;
    }
    article.item {
        padding-bottom: 0;
        margin: 0 0 -14px;
    }
    article.item > h1 {
        padding-left: 80px;
        position: relative;
        font-size: 30px;
        padding-top: 15px;
    }
    article.item > h1 > img {
        position: absolute;
        left: 0;
        width: 70px;
        top: 0;
    }
    article.item > div > h2 {
        margin-top: 30px;
        padding-top: 40px;
    }
    article.item #toc ul {
        padding-top: 10px;
    }
    article.item h3.artikel {
        padding: 30px 0 20px;
    }
    article.item h4.artikel {
        margin-top: 15px;
    }
    article.item h2.artikel-head-clear {
        margin-top: -10px;
    }
    #sp-hpartikel .sp-accordion-inner p {
        padding-right: 20px;
    }
    .hp-intro {
        max-width: 100%;
        font-size: 18px;
        line-height: 25px;
    }
    .hp-warn, .hp-info, .hp-sample {
        max-width: 100% !important;
        padding: 15px 20px;
    }
    .hp-sample {
        margin: 8px 6px;
      padding-left: 10px;
    }
    /* topic boxes */
    #box.box-big {
        margin: 5px 10px 12px;
        padding-bottom: 6px;
    }
    #box.box-big #box-content {
        margin: 0 5px 10px;
    }
    #box.box-big #box-content img {
        max-width: 110px;
    }
    #box.box-big .box-title {
        margin-top: 8px;
        font-size: 20px;
    }
    #box.box-big .box-subtitle {
        font-size: 13px;
        line-height: 21px;
        margin-top: 5px;
    }
    /* start page specifics */
    body.itemid-113 article.item > div > h4 > span, body.itemid-117 article.item > div > h4 > span, body.itemid-121 article.item > div > h4 > span, body.itemid-125 article.item > div > h4 > span {
        font-size: 30px !important;
    }
    /* contact page */
    #sp-component form > .control-group:nth-child(6) .controls {
        flex-direction: column;
    }
    .control-label {
        width: auto !important;
    }
    .likebtn_container {
        height: 90px;
    }
    .likebtn-wrapper {
        margin-top: 20px;
    }
}
