/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.drop-shadow-big {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
}
.drop-shadow-big img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.text {
  color: #191919;
}
.success-color {
  color: #03ca9b;
}
/*
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-ExtraBold.ttf');
    font-weight: 900;
    font-style: normal;
}
*/
body {
  font-family: "Open Sans", sans-serif;
}
.flex {
  display: flex;
}
.flex-jc-center {
  justify-content: center;
}
.flex-ai-center {
  align-items: center;
}
DIV.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
  float: left;
}
DIV.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
  float: right;
}
.csc-header-alignment-center,
.align-center {
  text-align: center;
}
.align-justify {
  text-align: justify;
}
.align-right {
  text-align: right;
}
/*
div.csc-textpic div.csc-textpic-imagecolumn{
	float:left;
}
*/
.frame-space-before-extra-small {
  margin-top: 20px;
}
.frame-space-before-small {
  margin-top: 40px;
}
.frame-space-before-medium {
  margin-top: 70px;
}
.frame-space-before-large {
  margin-top: 100px;
}
.frame-space-before-extra-large {
  margin-top: 130px;
}
.frame-space-after-extra-small {
  margin-bottom: 20px;
}
.frame-space-after-small {
  margin-bottom: 40px;
}
.frame-space-after-medium {
  margin-bottom: 70px;
}
.frame-space-after-large {
  margin-bottom: 100px;
}
.frame-space-after-extra-large {
  margin-bottom: 130px;
}
.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 0;
}
.table {
  background: #fff;
}
.btn {
  padding: 8px 10px;
}
.ix-btn {
  color: #fff;
  font-weight: 700;
  border: 1px solid #000;
  background: #888888;
  background: -moz-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(1%, #4b4b4b), color-stop(50%, #3e3e3e), color-stop(51%, #2b2b2b), color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: linear-gradient(to bottom, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#2b2b2b', GradientType=0);
}
.ix-btn:hover {
  background: #787878;
  background: -moz-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(1%, #323232), color-stop(50%, #3f3f3f), color-stop(51%, #383838), color-stop(100%, #444444));
  background: -webkit-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -o-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -ms-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: linear-gradient(to bottom, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#444444', GradientType=0);
}
.blurred {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
.btn,
.news-sinlge-backlink a {
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #414141;
}
.btn:hover,
.news-sinlge-backlink a:hover {
  color: #ddd;
  background: #161616;
}
.btn-line,
.btn-brand,
.btn-light {
  padding: 15px 50px !important;
  background: transparent;
  color: #f44300;
  border: 2px solid #f44300;
  font-weight: 600;
  border-radius: 8px;
}
.btn-line:hover,
.btn-brand:hover,
.btn-light:hover {
  background: #f44300;
  color: #fff;
  text-decoration: none;
}
.btn-white {
  padding: 15px 50px !important;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  font-weight: 600;
  border-radius: 8px;
}
.btn-white:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn-brand-inverse {
  background: #f44300;
  color: #fff;
  text-decoration: none;
  padding: 15px 50px !important;
  border: 2px solid #f44300;
  font-weight: 600;
  border-radius: 8px;
}
.btn-brand-inverse:hover {
  color: #f44300;
  background: transparent;
  text-decoration: none;
}
.btn-brand-secondary {
  background: #fff;
  color: #666;
  text-decoration: none;
  padding: 15px 50px !important;
  font-weight: 600;
  border: 2px solid #fff;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}
.btn-brand-secondary:hover {
  color: #f44300;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.btn-block {
  display: block;
}
.btn-back {
  border-color: #D3D3D3;
  color: #D3D3D3;
}
.btn-back:hover {
  background-color: #D3D3D3;
  color: #191919;
}
.btn-light {
  color: #191919;
  border: 2px solid #ddd;
}
.btn-light:hover {
  background: #ddd;
  color: #191919;
}
.btn-lg {
  padding: 12px 15px;
  font-weight: bold;
  font-size: 14px;
}
.btn-xs {
  padding: 6px 10px !important;
}
form.form-anfrage .powermail_fieldwrap_submit {
  padding-top: 10px;
}
.form-control {
  box-shadow: none;
}
.line-through {
  text-decoration: line-through;
}
.ix-btn-brand {
  border: 1px solid #7a2811;
  color: #fff;
  background: #d22100;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #df3606), color-stop(1, #ec5c33));
  background: -ms-linear-gradient(bottom, #df3606, #ec5c33);
  background: -moz-linear-gradient(center bottom, #df3606 0%, #ec5c33 100%);
  background: -o-linear-gradient(#ec5c33, #df3606);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ec5c33', endColorstr='#df3606', GradientType=0);
}
.ix-btn-brand:hover {
  color: #fff;
  background: #f44300;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ec5c33), color-stop(1, #df3606));
  background: -ms-linear-gradient(bottom, #ec5c33, #df3606);
  background: -moz-linear-gradient(center bottom, #ec5c33 0%, #df3606 100%);
  background: -o-linear-gradient(#df3606, #ec5c33);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df3606', endColorstr='#ec5c33', GradientType=0);
}
.fa-check {
  color: #009900;
}
.fa-times {
  color: #bbb;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-bold {
  font-weight: 700;
}
.smallnote {
  color: #999;
  font-size: 11px;
  line-height: 17px;
}
.form-control:focus {
  border-color: #f44300;
  box-shadow: 0 0 2px #f44300;
}
body {
  font-size: 16px;
  font-weight: 200;
  color: #191919;
  line-height: 30px;
  display: block !important;
}
.clear {
  clear: both;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #f44300;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
a:hover {
  color: #d22100;
}
h1 {
  color: #f44300;
}
h2 {
  text-transform: uppercase;
}
h3 {
  color: #333;
}
h1 b,
h2 b,
h3 b,
h4 b,
h5 b,
h6 b,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 900;
}
hr {
  border-color: #ececec;
}
sup {
  font-size: 8px;
  top: -1.2em;
}
pre {
  border: none;
  border-radius: 0;
  padding: 18px 20px;
  margin-bottom: 20px;
}
.fa-5x {
  font-size: 3em;
}
.highlight-text {
  color: #f44300;
}
.modal .modal-content {
  border-radius: 0;
  border: none;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
}
.modal .modal-content .modal-header {
  background: #f44300;
  border-bottom: none;
}
.modal .modal-content .modal-header h4 {
  color: #fff;
  padding: 0 5px;
}
.modal .modal-content .modal-header .close {
  margin: 2px 3px 0 0;
  color: #fff;
  text-shadow: none;
  opacity: .8;
  transition: all .3s;
}
.modal .modal-content .modal-header .close:hover {
  opacity: 1;
}
.modal .modal-content .modal-body .panel {
  box-shadow: none;
  border-radius: 0;
}
.modal .modal-content .modal-body .panel .panel-heading {
  padding: 0;
}
.modal .modal-content .modal-body .panel .panel-heading .panel-title a {
  padding: 10px 15px;
  display: block;
  font-weight: normal;
}
.modal .modal-content .modal-body .panel .panel-heading .panel-title a:focus {
  text-decoration: none;
}
.modal .modal-content .modal-body .panel .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.modal .modal-content .modal-body .panel-group {
  margin: 0px;
}
.modal .modal-content .modal-body .become-a-customer {
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}
.header-box {
  position: relative;
  padding: 0;
  background-image: none;
  background-color: #000;
  color: #FFFFFF;
}
#logo-nav {
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 300;
  transition: all .2s;
}
#logo-nav .container {
  padding-top: 50px;
}
#logo-nav .container #logo {
  margin-bottom: 20px;
  display: none;
  height: 58px;
  width: 184px;
  transition: all .2s;
}
#logo-nav .btn-brand {
  padding: 9px !important;
  color: #f44300;
}
#logo-nav .btn-brand div {
  font-size: 16px;
  float: left;
  margin-right: 10px;
}
#logo-nav .btn-brand:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#logo-nav.scroll-to-fixed-fixed .navbar-default {
  background: #000;
}
#logo-nav.scroll-to-fixed-fixed .success-color {
  border-color: #5ab983;
  color: #5ab983;
}
#logo-nav.scroll-to-fixed-fixed .success-color div {
  color: #5ab983;
}
.navbar-default {
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: transparent;
  min-height: 0;
}
.navbar-default .navbar-nav {
  background: #000;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-default .nav-info {
  cursor: pointer;
  font-weight: 700;
  color: #f44300;
  font-size: 16px;
  float: right;
  padding: 16px 15px 2px 0px;
  font-size: 12px;
  text-transform: uppercase;
  display: none !important;
}
.navbar-default .navbar-header .navbar-logo {
  width: 188px;
  float: left;
  padding: 9px 0 0 15px;
}
.navbar-default .navbar-header .navbar-logo img {
  width: 60%;
  height: auto;
}
.navbar-default .navbar-collapse {
  padding: 0;
}
.navbar-default .navbar-collapse .navbar-nav {
  margin: 0;
  width: 100%;
}
.navbar-default .navbar-collapse .navbar-nav.navbar-right {
  margin-right: 0;
}
.navbar-default .navbar-collapse .navbar-nav li {
  width: 100%;
  text-align: center;
}
.navbar-default .navbar-collapse .navbar-nav li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 10px 5px;
  font-weight: normal;
}
.navbar-default .navbar-collapse .navbar-nav li.active a {
  color: #f44300;
}
.navbar-default .navbar-collapse .navbar-nav li.active a:hover {
  color: #fff;
  background: none;
}
.subnav {
  background: #000;
}
.subnav .navbar-sub {
  border-top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  min-height: 20px;
  padding: 12px 0;
  background: #000;
}
.subnav .navbar-sub button {
  display: none;
}
.subnav .navbar-sub .navbar-collapse {
  padding: 0;
}
.subnav .navbar-sub ul.nav li a {
  color: #fff;
  padding: 7px 40px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.subnav .navbar-sub ul.nav li a:hover {
  color: #f44300;
  background: transparent;
}
.subnav .navbar-sub ul.nav li.last a {
  border-right: 0;
}
.subnav .navbar-sub ul.nav li.active a {
  color: #f44300;
  font-weight: 700;
}
.bordered-box {
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1), 0 7px 12px rgba(0, 0, 0, 0.08);
  padding: 60px;
  margin-bottom: 120px;
}
.bordered-box .two-col {
  margin-bottom: 0;
}
.bordered-box .two-col h2 {
  padding: 0;
}
.bordered-box .img-responsive-container {
  margin-bottom: 0;
}
.refs a {
  display: block;
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
}
.refs .btn-brand {
  display: inline-block;
  background: #f44300;
  color: #fff;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 35%;
  -webkit-transform: translate(-50%, 5px) scale(0.95);
  transform: translate(-50%, 5px) scale(0.95);
  opacity: 0;
  -webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.refs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.refs li {
  margin: 10px;
}
.refs li img {
  width: 150px;
  height: auto;
  padding: 0 20px;
  vertical-align: middle;
}
.reflogos .jimdo-logo {
  width: 150px;
  margin: 50px 0;
}
@media (min-width: 880px) {
  .refs a {
    padding-bottom: 65px;
  }
  .refs ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    will-change: transform;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  .refs a:focus .btn-brand,
  .refs a:hover .btn-brand {
    opacity: 1;
    -webkit-transform: translate(-50%, -7px);
    transform: translate(-50%, -7px);
  }
  .refs a:focus ul,
  .refs a:hover ul {
    opacity: .7;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
}
.slider-outer .slider-inner {
  position: relative;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}
.slider-outer .slider-inner .rsNav {
  position: absolute;
  bottom: 10px;
}
.slider-outer .slider-inner .rsDefault .rsThumb.rsNavSelected {
  background: #f44300;
}
.slider-outer .slider-inner .rsDefault .rsThumb.rsNavSelected img {
  opacity: .1;
}
.slider-outer .slider-inner .rsDefault .rsArrowIcn {
  width: 18px;
  height: 36px;
  background: url(../img/slider-arrow-left.png) no-repeat;
}
.slider-outer .slider-inner .rsDefault .rsThumb {
  width: 283px;
  height: 87px;
}
.slider-outer .slider-inner .rsDefault .rsThumbsVer {
  width: 283px;
}
.slider-outer .slider-inner .slider-content {
  position: relative;
}
.slider-outer .slider-inner .slider-content .tsContent {
  position: absolute;
  z-index: 10;
  top: 50px;
  left: 30px;
}
.slider-outer .slider-inner .slider-content p .btn {
  display: block;
  color: #fff;
  font-weight: 700;
  border: 1px solid #000;
  background: #888888;
  background: -moz-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(1%, #4b4b4b), color-stop(50%, #3e3e3e), color-stop(51%, #2b2b2b), color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: linear-gradient(to bottom, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#2b2b2b', GradientType=0);
  margin-top: 20px;
  min-width: 60%;
}
.slider-outer .slider-inner .slider-content p .btn:hover {
  background: #787878;
  background: -moz-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(1%, #323232), color-stop(50%, #3f3f3f), color-stop(51%, #383838), color-stop(100%, #444444));
  background: -webkit-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -o-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -ms-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: linear-gradient(to bottom, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#444444', GradientType=0);
}
.slider-outer .slider-inner .slider-content.light h3,
.slider-outer .slider-inner .slider-content.light p {
  color: #fff !important;
}
.slider-outer .slider-inner .slider-content.brandcolor h3,
.slider-outer .slider-inner .slider-content.brandcolor p {
  color: #f44300 !important;
}
.slider-outer .contentSlider {
  width: 100%;
  overflow: hidden;
}
.slider-outer .contentSlider h3 {
  font-size: 24px;
  line-height: 31px;
  margin: 12px 0 8px;
  font-weight: 700;
}
.slider-outer .contentSlider img {
  max-width: 100%;
  height: auto;
  display: block;
}
.slider-outer .contentSlider,
.slider-outer .contentSlider .rsOverflow,
.slider-outer .contentSlider .rsSlide,
.slider-outer .contentSlider .rsVideoFrameHolder,
.slider-outer .contentSlider .rsThumbs {
  background: transparent;
  color: #191919;
}
.slider-outer .contentSlider .rsSlide,
.slider-outer .contentSlider .rsOverflow {
  background: transparent;
}
.slider-outer .content-slider-bg {
  padding: 24px 7%;
  background: #eee;
}
#myVideo {
  position: absolute;
  width: 100%;
}
.partner-tabs .active img,
.browser-tabs .active img {
  filter: grayscale(0);
  opacity: 1;
  -webkit-filter: grayscale(0);
}
.partner-tabs .tab-content,
.browser-tabs .tab-content {
  margin-bottom: 35px;
}
.partner-tabs .tab-content img,
.browser-tabs .tab-content img {
  width: 100%;
  height: auto;
  display: block;
}
.ixtabs {
  margin-bottom: 80px;
}
.ixtabs .nav {
  text-align: center;
  border-bottom: 1px solid #ececec;
  margin-bottom: 60px;
}
.ixtabs .nav > li > a {
  color: #393939;
  border-radius: 0;
  position: relative;
  bottom: -2px;
  border-bottom: 2px solid transparent;
}
.ixtabs .nav > li > a:hover,
.ixtabs .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  border-color: #f44300;
}
.ixtabs .nav-pills > li.active > a,
.ixtabs .nav-pills > li.active > a:hover,
.ixtabs .nav-pills > li.active > a:focus {
  color: #f44300;
  background-color: transparent;
  font-weight: bold;
  border-color: #f44300;
}
.ixtabs .nav-pills > li {
  float: none;
  display: inline-block;
}
.tabs-vertical .nav {
  border-right: 1px solid #ececec;
}
.tabs-vertical .nav li {
  padding: 0;
  background: none;
}
.tabs-vertical .nav li a {
  border-radius: 0;
  border: 0;
  border-color: #f44300;
  color: #191919;
  transform: ease .8s;
}
.tabs-vertical .nav li a:hover {
  border-right: 3px solid #f44300;
  background: #f8f8f8;
}
.tabs-vertical .nav li img {
  width: 25px;
  margin-right: 20px;
  opacity: .6;
}
.tabs-vertical .nav li.active {
  border-right: 3px solid #f44300;
}
.tabs-vertical .nav li.active a {
  background: none;
  color: #f44300;
  font-weight: 700;
}
.tabs-vertical .nav li.active a:hover {
  background: none;
  border-right: 0;
}
.tab-content-inner {
  margin-bottom: 30px;
}
.browser-tabs-list {
  margin: 40px 0 60px;
}
.circle-tabs {
  margin-bottom: 20px;
  position: relative;
}
.circle-tabs .nav-pills > li.active > a,
.circle-tabs .nav-pills > li > a:hover,
.circle-tabs .nav-pills > li > a:focus {
  color: #f44300;
  background-color: transparent;
}
.circle-tabs .nav-pills > li.active > a .tabs-icon,
.circle-tabs .nav-pills > li > a:hover .tabs-icon,
.circle-tabs .nav-pills > li > a:focus .tabs-icon {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 0 4px #f44300;
}
.circle-tabs .nav-pills > li.active > a .tab-title,
.circle-tabs .nav-pills > li > a:hover .tab-title,
.circle-tabs .nav-pills > li > a:focus .tab-title {
  font-weight: bold;
}
.circle-tabs .tab-title {
  padding-top: 10px;
}
.circle-tabs .nav {
  display: flex;
  margin-bottom: 50px;
  overflow-x: auto;
}
.circle-tabs .nav::before {
  background-color: #ececec;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  top: 60px;
  transform: translate(-50%, -50%);
  width: 70%;
}
.circle-tabs .nav li {
  flex: 1 1 25%;
}
.circle-tabs .nav li a {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  text-align: center;
  background: transparent;
  color: #ccc;
}
.circle-tabs .nav li .tabs-icon {
  cursor: pointer;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ececec;
  border-radius: 50%;
  box-shadow: 0 0 0 0 #f44300;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  height: 100px;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  transition: all .2s;
  width: 100px;
  font-size: 32px;
  line-height: 27px;
}
.brand-selector {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #ececec;
}
.brand-selector img {
  width: 100%;
  height: auto;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  /* Chrome 19+ & Safari 6+ */
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
}
.brand-selector img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.browser-selector {
  display: block;
  width: auto;
  height: 70px;
  margin: 0 auto;
  text-align: center;
}
.browser-selector img {
  width: 100%;
  height: 100%;
  filter: gray;
  /* IE6-9 */
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  /* Chrome 19+ & Safari 6+ */
  transition: all .6s ease;
  -webkit-transition: all .6s ease;
  /* Fade to color for Chrome and Safari */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  opacity: .4;
}
.browser-selector img:hover {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}
.banner-outer .banner-inner h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 50px;
  color: #f44300;
  text-transform: uppercase;
}
.banner-outer .banner-inner h2 {
  font-weight: 700;
  font-size: 16px;
}
.banner-outer .banner-inner p {
  margin-bottom: 30px;
}
.banner-outer .banner-inner .banner-image {
  margin-top: 30px;
}
.banner-outer .banner-inner .banner-image img {
  width: 100%;
  height: 100%;
}
.banner-outer .banner-inner .reseller-btn {
  text-align: left;
  padding-top: 0;
  padding-bottom: 40px;
}
.banner-outer .banner-inner .reseller-btn a {
  color: #fff;
  font-weight: 700;
  border: 1px solid #000;
  background: #888888;
  background: -moz-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(1%, #4b4b4b), color-stop(50%, #3e3e3e), color-stop(51%, #2b2b2b), color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: linear-gradient(to bottom, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#2b2b2b', GradientType=0);
  font-size: 16px;
  padding: 15px 10px 15px 15px;
}
.banner-outer .banner-inner .reseller-btn a:hover {
  background: #787878;
  background: -moz-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(1%, #323232), color-stop(50%, #3f3f3f), color-stop(51%, #383838), color-stop(100%, #444444));
  background: -webkit-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -o-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -ms-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: linear-gradient(to bottom, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#444444', GradientType=0);
}
.banner-outer .banner-inner .reseller-btn a span {
  padding: 15px 10px 15px 70px;
  background: url(../img/button-arrow-dark.png) no-repeat left center;
}
.breadcrumb {
  background: none;
  padding: 0;
  font-size: 11px;
}
.breadcrumb a {
  color: #191919;
  font-weight: 700;
}
.brandasset-box {
  width: 100%;
  height: 200px;
  background-color: #000;
  margin-bottom: 10px;
}
.infos {
  margin-bottom: 35px;
}
.infos h4 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 12px;
  margin-bottom: 14px;
}
.infos .news {
  margin-bottom: 40px;
}
.infos .news .news-element,
.infos .promo .news-element {
  margin-bottom: 20px;
  border-bottom: 1px solid #f44300;
}
.infos .news .news-element p a,
.infos .promo .news-element p a {
  background: url('../img/small-arrow-more.png') no-repeat;
  display: block;
  display: inline-block;
  position: relative;
  top: 2px;
  width: 13px;
  height: 13px;
  margin-left: 5px;
}
.infos .more-box {
  padding-bottom: 4px;
}
.infos .more-box .more-box-inner {
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #dbdbdb;
  padding: 7px 11px;
  display: block;
  background: #ffffff url('../img/small-red-arrow-right.svg') no-repeat top right;
  background-size: 7px 11px;
}
.infos .more-box .more-box-inner:hover {
  background: #f7f7f7 url('../img/small-red-arrow-right.svg') no-repeat top right;
  background-size: 7px 11px;
}
.infos .trailer {
  margin-bottom: 40px;
}
.infos .trailer .trailer-inner {
  border: 1px solid #e7e7e7;
  padding: 7px;
}
.infos .promo {
  margin-bottom: 20px;
}
.infos .promo .promo-slider {
  margin-bottom: 20px;
}
.infos .promo .promo-slider #promo-slider-1 {
  width: 100%;
}
.infos .promo .promo-slider #promo-slider-1 .rsOverflow {
  background: #fff;
}
.infos .promo .promo-slider #promo-slider-1 .rsArrowLeft .rsArrowIcn {
  width: 18px;
  height: 36px;
  background: url(../img/slider-arrow-left.png) no-repeat;
  border: none;
  margin-left: -22px;
}
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content {
  position: relative;
}
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.light h5,
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.light a,
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.light span {
  color: #fff;
}
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.dark h5,
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.dark a,
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.dark span {
  color: #191919;
}
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.dark h5,
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.dark a,
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content.dark span {
  color: #f44300;
}
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content h5 {
  padding: 15px;
  position: absolute;
  color: #f44300;
  font-size: 19px;
  margin-top: 0;
  line-height: 24px;
}
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content h5 a:hover {
  text-decoration: none;
}
.infos .promo .promo-slider #promo-slider-1 .promo-slider-content h5 span {
  display: block;
  color: #191919;
  font-size: 13px;
}
.infos .promo .promo-slider #promo-slider-1 .rsArrowRight .rsArrowIcn {
  width: 18px;
  height: 36px;
  background: url(../img/slider-arrow-right.png) no-repeat;
  border: none;
  margin-left: 4px;
}
.infos .promo .promo-slider #promo-slider-1 .rsSlide {
  background: #fff;
}
.cc_container {
  background: #000 !important;
  border: none;
}
.cc_message {
  color: #666 !important;
  text-align: center;
  line-height: 16px !important;
}
a.cc_more_info {
  color: #f44300 !important;
}
#tx_cookies_inner {
  z-index: 9001;
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -170px;
  text-align: center;
}
#tx_cookies {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: fixed;
  z-index: 10000;
}
.tx_cookies_inner_container {
  padding: 40px;
  background: #000;
  background: #ffffff;
  color: #666;
  border-radius: 5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  width: 600px;
  margin: 0 auto;
}
.tx_cookies_inner_container .cookie-icon {
  margin-bottom: 10px;
}
.tx_cookies_inner_container h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 124.4%;
  /* or 20px */
  text-transform: uppercase;
  text-align: center;
}
.tx_cookies_inner_container .btn-brand {
  padding: 10px 60px 10px 90px !important;
  background: #03ca9b;
  color: #fff;
  border: 2px solid #03ca9b;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 18px;
}
.tx_cookies_inner_container .btn-brand:hover {
  background: #03ca9b;
  color: #fff;
}
.tx_cookies_inner_container .submit-label {
  position: relative;
  margin-top: 33px;
}
.tx_cookies_inner_container .submit-label img {
  position: absolute;
  left: 55px;
  top: 10px;
}
.tx_cookies_inner_container .hint-text {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 154.4%;
  /* or 15px */
  text-align: center;
  color: #191919;
}
.tx_cookies_inner_container .hint-text p {
  margin-bottom: 0;
}
.tx_cookies_inner_container .hint-text a {
  color: #666;
  text-decoration: underline;
}
.tx_cookies_inner_container .hint-text a:hover {
  text-decoration: none;
}
.tx_cookies_inner_container .cc_tooltip {
  text-decoration: underline;
  cursor: pointer;
}
.tx_cookies_inner_container #tx_cookies_disable {
  display: none;
}
#tx_cookies_link {
  margin-bottom: 0;
  color: #333;
  text-decoration: underline;
}
#tx_cookies_close {
  display: none;
}
#tx_cookies .disable {
  background: none;
  border: 0px;
  font-size: 12px;
  text-decoration: underline;
}
#tx_cookies .disable:hover {
  text-decoration: none;
}
.multiform {
  text-align: center;
}
.multiform .progress {
  margin: -29px -45px 20px -45px;
  height: 3px;
}
.multiform .progress-bar {
  background: #f44300;
}
.multiform .step-counter {
  text-transform: uppercase;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}
.multiform legend {
  border: none;
  font-weight: 300;
  margin-bottom: 50px !important;
  text-transform: uppercase;
  font-size: 25px;
  line-height: 35px;
}
.multiform legend b {
  font-weight: 900;
}
.multiform h3 {
  font-weight: 900;
  margin: 35px 0px 20px !important;
  text-transform: uppercase;
}
.multiform .powermail_tab_navigation {
  padding-top: 55px;
}
.multiform .powermail_tab_navigation_previous {
  float: left;
}
.multiform .powermail_tab_navigation_next {
  float: right;
}
.multiform .powermail_tabmenu {
  display: none;
}
.multiform .ui-slider-handle {
  height: 40px;
  top: 0;
  margin-left: 0;
}
.multiform .ui-slider-horizontal {
  height: 40px;
  border-radius: 0;
}
.multiform .multiform-select {
  line-height: 18px;
}
.multiform .multiform-select img {
  margin-bottom: 20px;
}
.multiform .active .multiform-select {
  border-color: #f44300;
}
.multiform .active img {
  filter: invert(29%) sepia(83%) saturate(2005%) hue-rotate(2deg) brightness(96%) contrast(106%);
}
.multiform-select {
  padding: 20px;
  margin-bottom: 20px !important;
  width: 100%;
  display: block;
  background: #fff;
  border: 1px solid #ececec;
  font-size: 13px;
}
.multiform-slider {
  margin-top: 50px;
}
@media (min-width: 992px) {
  .powermail_fieldset_252 .form-group {
    margin-left: 20%;
    width: 60%;
  }
}
.select-firm {
  background: #fff;
  display: inline-block;
  padding: 40px;
  width: 100%;
}
.select-firm img {
  display: block;
  margin: 0 auto;
}
.domain-products {
  margin-bottom: 30px;
}
.domain-products .headline {
  border: 1px solid #ececec;
  border-bottom: none;
  font-size: 20px;
  padding: 12px 15px;
  background: #fbfbfb;
  margin-bottom: 0;
}
.domain-products .table-icon {
  float: left;
  width: 15%;
}
.domain-products .more {
  font-weight: 700;
  padding-left: 15px;
  background: url(../img/small-red-arrow-right.svg) left 4px no-repeat;
  background-size: 7px 11px;
}
.domain-products .more:hover {
  text-decoration: none;
}
.domain-products .table-headlines {
  width: 75%;
  float: right;
}
.domain-products .table-headlines h2 {
  margin: 0;
  color: #f44300;
  font-size: 19px;
  font-weight: 700;
}
.domain-products .table-headlines h3 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 700;
}
.domain-products td {
  width: 33%;
  padding: 15px !important;
}
.domain-products .table-gradient td {
  background: #f7f7f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #f7f7f7));
  background: -ms-linear-gradient(bottom, #ffffff, #f7f7f7);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(#f7f7f7, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
}
.domain-products .small-table td {
  width: 1%;
  border: none;
  border-bottom: 1px solid #ececec;
}
.domain-products .small-table tr:last-child td {
  border: none;
}
#timer {
  background: #fff;
  color: #e2574c;
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 20px;
}
.advantage {
  margin-bottom: 35px;
}
.advantage h3 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #f44300;
  font-size: 20px;
}
.advantage h4 {
  margin-top: 0;
  color: #f44300;
  font-size: 16px;
}
.advantage img {
  width: 100%;
  height: 100%;
}
.advantage p {
  margin-bottom: 30px;
}
.advantage .reseller-btn {
  text-align: center;
  padding-top: 0;
  padding-bottom: 30px;
}
.advantage .reseller-btn a {
  color: #fff;
  font-weight: 700;
  border: 1px solid #000;
  background: #888888;
  background: -moz-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(1%, #4b4b4b), color-stop(50%, #3e3e3e), color-stop(51%, #2b2b2b), color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: linear-gradient(to bottom, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#2b2b2b', GradientType=0);
  font-size: 16px;
  padding: 15px 10px 15px 15px;
}
.advantage .reseller-btn a:hover {
  background: #787878;
  background: -moz-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(1%, #323232), color-stop(50%, #3f3f3f), color-stop(51%, #383838), color-stop(100%, #444444));
  background: -webkit-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -o-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -ms-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: linear-gradient(to bottom, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#444444', GradientType=0);
}
.advantage .reseller-btn a span {
  padding: 15px 10px 15px 70px;
  background: url(../img/button-arrow-dark.png) no-repeat left center;
}
.brand-slider-outer {
  border-top: 3px solid #f44300;
  margin-bottom: 35px;
}
.brand-slider-outer .brand-slider-inner {
  border: 1px solid #ececec;
  border-top: none;
  padding: 25px;
  position: relative;
}
.brand-slider-outer .brand-slider-inner .owl-carousel div {
  text-align: center;
  vertical-align: middle;
}
.brand-slider-outer .brand-slider-inner .owl-carousel div img {
  vertical-align: middle;
}
.brand-slider-outer .brand-slider-inner .owl-pagination {
  display: none;
}
.brand-slider-outer .brand-slider-inner .owl-buttons .owl-prev,
.brand-slider-outer .brand-slider-inner .owl-buttons .owl-next {
  width: 18px;
  height: 36px;
  position: absolute;
  top: 25%;
  border: none;
  text-indent: -9999px;
}
.brand-slider-outer .brand-slider-inner .owl-buttons .owl-prev {
  left: -5px;
  background: url(../img/slider-arrow-left.png) no-repeat;
  margin-left: -20px;
}
.brand-slider-outer .brand-slider-inner .owl-buttons .owl-next {
  right: -25px;
  background: url(../img/slider-arrow-right.png) no-repeat;
}
.domain-band {
  margin-bottom: 70px;
}
.domain-band h4 {
  color: #f44300;
  font-weight: 700;
  font-size: 15px;
}
.domain-band .domainband-listings li {
  float: left;
  margin-right: 5px;
}
.domain-band .domainband-listings li a {
  color: #7f7f7f;
  font-size: 11px;
  text-transform: uppercase;
}
.product-tables {
  margin-bottom: 40px;
}
.product-tables h3 {
  font-size: 20px;
  color: #f44300;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-tables th {
  background: #444;
  color: #fff;
  border: 1px solid #333 !important;
}
.product-tables .highlightrow td {
  background: #f44300;
  font-weight: bold;
  color: #fff;
}
.product-tables .highlightrow th {
  background: #f44300;
}
.product-tables .tablehead td {
  font-size: 18px;
  font-weight: bold;
  color: #f44300;
}
.product-tables .buttonrow td {
  text-align: center;
}
.product-tables .buttonrow td a {
  width: 100%;
}
.progress td {
  text-align: center;
  width: 20%;
}
.progress .active {
  background: #f44300;
  font-weight: bold;
  color: #fff;
}
.progress a {
  color: #000;
}
.domainorder .content2 {
  display: none;
}
.domainorder .flyout-footer {
  display: none;
}
.domainorder #logo-nav .container #logo {
  display: block;
}
.domainorder .photo-header-logo {
  width: 230px;
}
.rating a {
  color: #191919;
}
.footer-contact {
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer-contact .icon {
  border: 1px solid #ccc;
  border-radius: 100%;
  display: block;
  margin: 0 auto 20px;
  color: #ccc;
  padding-top: 20px;
  font-size: 30px;
  height: 80px;
  width: 80px;
  transition: .3s all;
}
.footer-contact .icon:hover {
  border-color: #f44300;
  color: #f44300;
}
.footer-contact p {
  font-weight: bold;
}
.footer-contact a {
  color: #191919;
}
.footer-contact a:hover {
  color: #f44300;
  text-decoration: none;
}
.privacy-mobile {
  text-align: center;
  margin-bottom: 80px;
  font-size: 12px;
}
.tx-powermail {
  margin-bottom: 50px;
}
.tx-powermail small {
  font-size: 70%;
  line-height: 20px;
  display: inline-block;
}
.tx-powermail .powermail_legend {
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: none;
}
.tx-powermail .powermail_message {
  text-align: center;
}
.tx-powermail .form-group legend {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.tx-powermail .seal-wrapper {
  padding: 0;
}
.tx-powermail .powermail_fieldwrap_type_check .powermail_label span {
  display: none;
}
.sl-icon {
  font-size: 40px;
  line-height: 20px;
}
.news-single-item {
  margin-bottom: 40px;
}
.news-single-item .article h3 {
  margin: 35px 0 10px 0;
}
.news-single-item .news-single-rightbox {
  float: right;
  border: 1px solid #ececec;
  padding: 5px 10px;
  font-size: 11px;
  margin-top: 10px;
  color: #f44300;
}
.news-single-item h1 {
  margin-top: 0;
  color: #f44300;
}
.news-single-item h2 {
  font-size: 20px;
  text-transform: none;
}
.news-single-item .news-image .news-single-img {
  float: left;
  margin: 0 0 10px 20px;
}
.news-single-item .news-image .news-single-img img {
  display: block;
  height: auto;
  width: 100%;
}
.news-single-item .news-single-backlink {
  padding-top: 15px;
  display: none;
}
.news-single-item .news-single-backlink a {
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #414141;
  padding: 15px 50px !important;
  background: transparent;
  color: #f44300;
  border: 2px solid #f44300;
  font-weight: 600;
  border-radius: 8px;
  color: #191919;
  border: 2px solid #ddd;
}
.news-single-item .news-single-backlink a:hover {
  color: #ddd;
  background: #161616;
}
.news-single-item .news-single-backlink a:hover {
  background: #f44300;
  color: #fff;
  text-decoration: none;
}
.news-single-item .news-single-backlink a:hover {
  background: #ddd;
  color: #191919;
}
.news-single-item .news-single-backlink a:hover {
  text-decoration: none;
}
.news-text-wrap img {
  height: auto;
  max-width: 100%;
}
.author img {
  margin-bottom: 13px;
}
.news-list-container-blog .news-list-item {
  background: #fff;
  padding: 30px;
  margin-bottom: 40px;
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all .3s;
}
.news-list-container-blog .news-list-item:hover {
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1), 0 7px 12px rgba(0, 0, 0, 0.08);
}
.news-list-container-blog .news-list-item .news-list-date {
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
}
.news-list-container-blog .news-list-item .newsdate {
  font-size: 11px;
  font-weight: bold;
  color: #393939;
  margin-bottom: 10px;
}
.news-list-container-blog .news-list-item h2 {
  margin-top: 0;
}
.news-list-container-blog .news-list-item .news-image {
  margin-top: 4px;
  margin-bottom: 20px;
}
.news-list-container-blog .news-list-item .news-image img {
  width: 100%;
  height: 100%;
}
.news-list-container-blog .news-list-item .news-category {
  border: 1px solid #ececec;
  padding: 5px;
  font-size: 11px;
}
.news-head-huge {
  margin-bottom: 70px;
  background: #fff;
  padding: 30px;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
.news-head-huge:hover {
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1), 0 7px 12px rgba(0, 0, 0, 0.08);
}
.news-head-huge .news-image img {
  max-width: 100%;
  height: auto;
}
.news-head-huge .header h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.news-head-huge .newsdate {
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 12px;
}
.news-list-jobs .header h2 {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 0;
}
.news-list-jobs .location .icon {
  display: inline;
}
.news-list-jobs .news-list-item {
  margin-bottom: 40px;
}
.page-navigation p {
  margin-bottom: 15px;
  border: 1px solid #ececec;
  font-weight: bold;
  padding: 2px 10px;
  background: #fff;
}
.page-navigation .f3-widget-paginator .showResultsWrap {
  margin-bottom: 15px;
  border: 1px solid #ececec;
  font-weight: bold;
  padding: 5px;
  background: #fff;
}
.page-navigation .f3-widget-paginator .current,
.page-navigation .f3-widget-paginator span,
.page-navigation .f3-widget-paginator a {
  font-size: 14px;
  margin: 0 0 0 4px;
  border: 1px solid #ececec;
  padding: 2px 10px;
}
.page-navigation .f3-widget-paginator .current {
  background: #eeeeee;
}
.page-navigation .f3-widget-paginator a {
  background: #fff;
}
.page-navigation .f3-widget-paginator a:hover {
  text-decoration: none;
  color: #d22100;
  background: #eeeeee;
}
.news .no-news-found {
  background: #f8f8f8;
  padding: 15px 20px;
  color: #666;
  border: 1px solid #ececec;
  font-style: italic;
  margin-bottom: 25px;
}
.modal-v2 .modal-header h4 {
  font-weight: 900;
  text-transform: uppercase;
}
.modal-v2 .control-label {
  text-align: left;
}
.modal-v2 .panel {
  margin-top: 15px !important;
  border: none;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.2) !important;
}
.modal-v2 .panel-heading {
  background: #fff;
  border: none !important;
}
.modal-v2 .panel-heading a {
  font-size: 18px;
  font-weight: 700 !important;
  padding: 20px 20px !important;
  text-transform: uppercase;
}
.modal-v2 .panel-body {
  border-top: none !important;
}
.modal-v2 .btn {
  margin-top: 20px;
}
.modal-v2 .modal-select {
  cursor: pointer;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 2px solid #ddd;
  box-shadow: 0 1px 7px 0px rgba(0, 0, 0, 0.2);
  filter: grayscale(100%);
  opacity: .5;
  transition: .5s ease;
}
.modal-v2 .modal-selected,
.modal-v2 .modal-select:hover {
  filter: grayscale(0);
  opacity: 1;
}
.modal-v2 .modal-select span {
  padding: 1px 5px;
  margin-right: 4px;
  text-transform: uppercase;
  border-radius: 2px;
  background: #f44300;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.modal-v2 .modal-select small {
  color: #999;
}
.modal-v2 .modal-circle {
  background: #ccc;
  border-radius: 20px;
  float: left;
  margin: 20px 5px 20px 0;
  text-align: center;
  width: 20px;
  height: 20px;
}
.modal-v2 .modal-circle i {
  line-height: 21px;
  display: none;
  color: #fff;
  font-size: 12px;
}
.modal-v2 .modal-selected .modal-circle {
  background: #f44300;
}
.modal-v2 .modal-selected .modal-circle i {
  display: block;
}
.sidebar-template .csc-firstHeader {
  margin-top: 0;
}
.sidebar .sidebar-box {
  margin-bottom: 30px;
}
.sidebar .sidebar-box.social-media-frame {
  padding-bottom: 20px;
}
.sidebar .sidebar-box.social-media-frame img {
  opacity: .6;
  transition: opacity .3s;
}
.sidebar .sidebar-box.social-media-frame img:hover {
  opacity: 1;
}
.sidebar .sidebar-box .csc-firstHeader {
  margin-top: 0;
}
.sidebar .sidebar-box .news-catmenu .tree {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar .sidebar-box .news-catmenu .tree li {
  padding-left: 0;
  background: none;
}
.sidebar .sidebar-box .news-catmenu .tree li img {
  display: none;
}
.sidebar .sidebar-box .news-catmenu .tree li a {
  display: none;
}
.sidebar .sidebar-box .news-catmenu .tree li ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}
.sidebar .sidebar-box .news-catmenu .tree li ul li {
  padding-bottom: 5px;
}
.sidebar .sidebar-box .news-catmenu .tree li ul li a {
  display: inline;
}
.sidebar .sidebar-box .news-catmenu .tree #row2_1 {
  display: none;
}
.sidebar .sidebar-box .news-catmenu .tree .tree .tree {
  display: none;
}
.sidebar .sidebar-box .news-latest-container {
  margin-bottom: 50px;
}
.sidebar .sidebar-box .news-latest-container h2,
.sidebar .sidebar-box .news-latest-container h3.h3-sidebar {
  margin-top: 0;
  font-size: 16px;
}
.sidebar .sidebar-box .news-latest-container .news-latest-date {
  display: block;
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  padding: 5px 10px;
  font-size: 11px;
  color: #e74112;
}
.sidebar .sidebar-box .news-amenu-container ul {
  padding-left: 0;
  list-style-type: none;
}
.sidebar .sidebar-box .news-amenu-container ul li {
  padding-bottom: 5px;
}
.sidebar .sidebar-box .news-amenu-container .archiv-year {
  display: block;
  cursor: pointer;
  border: 1px solid #ececec;
  padding: 7px 10px;
  margin-bottom: 10px;
  background: #fff;
  transition: all .2s;
}
.sidebar .sidebar-box .news-amenu-container .archiv-year:hover {
  background: #f9f9f9;
}
.social-media-box-outer {
  position: relative;
}
.social-media-box-outer .social-media-box {
  position: absolute;
  top: 6px;
  left: -90px;
}
.social-media-box-outer .social-media-box .social-media-share {
  margin-bottom: 10px;
}
.social-media-box-outer .social-media-box .social-media-share.social-media-fb {
  margin-bottom: 14px;
}
.icon-preview {
  text-align: center;
}
.icon-preview h3 {
  text-align: left;
  margin-bottom: 35px;
}
.icon-preview span {
  display: block;
  font-size: 11px;
  min-height: 50px;
  margin: 10px 0 0;
}
.icon-preview img {
  cursor: pointer;
}
.icon-preview-row {
  margin-bottom: 40px;
}
.icon-preview-row > div {
  position: relative;
}
.icon-preview-path {
  z-index: 10;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  word-wrap: break-word;
  position: absolute;
  top: -90px;
  left: -90px;
  width: 270px;
  font-size: 11px;
  text-align: center;
  padding: 20px;
  background: #fff;
}
.configurator-outer {
  border-top: 5px solid #f44300;
}
.configurator-outer .configurator {
  border: 1px solid #ececec;
  border-top: none;
  margin-bottom: 40px;
}
.configurator-outer .configurator .ui-slider {
  border: 1px solid #ececec;
  margin-bottom: 19px;
}
.configurator-outer .configurator .ui-slider-handle {
  background: #f44300;
  border-radius: 17px;
  width: 17px;
  height: 17px;
  border: 1px solid #d22100;
  cursor: pointer;
}
.configurator-outer .configurator .ui-slider-handle:focus {
  outline: none;
}
.configurator-outer .configurator .configurator-inner-left {
  padding: 20px;
}
.configurator-outer .configurator .configurator-inner-left p {
  margin-bottom: 5px;
}
.configurator-outer .configurator .configurator-inner-left input {
  color: #f44300 !important;
}
.configurator-outer .configurator .configurator-inner-left .preconfig {
  border: 1px solid #ececec;
}
.configurator-outer .configurator .configurator-inner-left .preconfig b {
  color: #f44300;
  padding: 10px;
  display: block;
}
.configurator-outer .configurator .configurator-inner-right {
  border-left: 1px solid #ececec;
  padding: 20px;
}
.configurator-outer .configurator .configurator-inner-right h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.configurator-outer .configurator .configurator-inner-right .config-summary {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.configurator-outer .configurator .configurator-inner-right .config-summary .hardware-summary {
  border: 1px solid #ececec;
  padding: 15px;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
}
.configurator-outer .configurator .configurator-inner-right .config-summary .hardware-summary .icon-cpu {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  background: url(../img/icon-cpu.png) no-repeat;
}
.configurator-outer .configurator .configurator-inner-right .config-summary .hardware-summary .icon-ram {
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  background: url(../img/icon-ram.png) no-repeat;
}
.configurator-outer .configurator .configurator-inner-right .config-summary .hardware-summary .icon-hdd {
  display: block;
  float: left;
  width: 15px;
  height: 19px;
  background: url(../img/icon-hdd.png) no-repeat;
}
.configurator-outer .configurator .configurator-inner-right .price-summary {
  position: relative;
  text-align: center;
}
.configurator-outer .configurator .configurator-inner-right .price-summary .clouds {
  position: absolute;
  top: -35px;
  width: 210px;
  height: 119px;
  left: -3px;
}
.configurator-outer .configurator .configurator-inner-right .price-summary .clouds .cloud-base,
.configurator-outer .configurator .configurator-inner-right .price-summary .clouds .cloud-1,
.configurator-outer .configurator .configurator-inner-right .price-summary .clouds .cloud-2 {
  position: absolute;
  width: 210px;
  height: 119px;
}
.configurator-outer .configurator .configurator-inner-right .price-summary .clouds .cloud-base {
  background: url(../img/cloud-base.jpg) no-repeat;
}
.configurator-outer .configurator .configurator-inner-right .price-summary .clouds .cloud-1 {
  background: url(../img/cloud-1.jpg) no-repeat;
  opacity: 1;
}
.configurator-outer .configurator .configurator-inner-right .price-summary .clouds .cloud-2 {
  background: url(../img/cloud-2.jpg) no-repeat;
  opacity: 1;
}
.configurator-outer .configurator .configurator-inner-right .price-summary .prices {
  position: relative;
  z-index: 100;
  padding-top: 32px;
  display: block;
  line-height: 40px;
}
.configurator-outer .configurator .configurator-inner-right .price-summary .prices b {
  color: #f44300;
  font-size: 20px;
}
.configurator-outer .configurator .configurator-inner-right .btn {
  display: block;
  padding: 16px;
}
.configurator-outer .configurator .configurator-inner-right .btn:hover {
  color: #fff;
}
.mhpd-list {
  margin-bottom: 85px;
}
.mhpd-list .dataTables_filter {
  margin-top: -15px;
  margin-bottom: 8px;
}
.mhpd-list .dataTables_filter label {
  line-height: 35px;
}
.mhpd-list .dataTables_filter input {
  outline: none;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  margin-left: 0 !important;
}
.mhpd-list .dataTables_filter input:focus {
  outline: none;
  border-color: #f44300;
  box-shadow: 0 0 2px #f44300;
}
.mhpd-list table.dataTable.display {
  margin-bottom: 25px;
  border: 1px solid #ececec;
}
.mhpd-list table.dataTable.display thead th {
  border-bottom: 1px solid #f44300;
  color: #f44300;
  background: #fff;
}
.mhpd-list table.dataTable.display tbody tr.odd {
  background: #fff;
}
.mhpd-list .dataTables_info {
  font-weight: bold;
}
.mhpd-list .paginate_button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mhpd-list .paginate_button.current {
  background: #fff !important;
}
.mhpd-list .paginate_button.current:hover {
  background: #fff !important;
}
.mhpd-list .paginate_button:hover {
  background: #333 !important;
}
#footer {
  display: none;
}
.footer-nav {
  background: #f8f8f8;
  padding: 40px 0 30px 0;
}
.footer-nav .fa {
  margin-right: 6px;
}
.footer-nav ul li {
  text-align: center;
  line-height: 20px;
}
.footer-nav ul li a {
  color: #191919;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.footer-nav ul li a:hover {
  text-decoration: none;
  color: #f44300;
}
.footer-nav ul li span {
  color: #191919;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
.footer-nav ul li ul {
  margin-bottom: 20px;
  margin-top: -5px;
}
.footer-nav ul li li a {
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 0;
  color: #3b3b3b;
  background: left 4px no-repeat;
  line-height: 24px;
}
.footer-nav ul li li a:hover {
  text-decoration: none;
  color: #f44300;
  background: url(../img/small-red-arrow-right.svg) left 6px no-repeat;
  background-size: 7px 11px;
  padding-left: 12px;
}
.en-dollar .footer-nav {
  display: none;
}
.footer {
  background-color: #f8f8f8;
  padding: 36px 0 40px 0 !important;
  border-top: 1px solid #ddd;
}
.footer h5 {
  margin: 0 0 25px 0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #aaa;
  text-transform: uppercase;
}
.footer .container .logos {
  padding-bottom: 30px;
}
.footer .container .logos img {
  height: auto;
  width: auto;
  float: left;
  margin: 0 6px;
}
.footer .container .logos img.mr0 {
  margin-right: 0;
}
.footer .logos-sicherheit,
.footer .logos-partner,
.footer .logos-auszeichnungen,
.footer .col-md-4 {
  height: 115px;
  font-size: 11px;
}
.footer .logos-partner {
  padding: 0px 0px;
}
.footer i.fa {
  margin-right: 3px;
}
.footer .logos-auszeichnungen {
  line-height: 1.6;
}
.footer .logos-auszeichnungen h5 {
  margin-bottom: 17px !important;
}
.footer .logos-auszeichnungen .ausz-left {
  float: left;
  width: 50%;
}
.footer .logos-auszeichnungen .ausz-left img {
  margin: -5px 14px 0 18px !important;
}
.footer .logos-auszeichnungen .ausz-right {
  float: left;
  width: 50%;
}
.footer .logos-auszeichnungen .ausz-right img {
  margin: -5px 14px 0 26px !important;
}
#totop {
  z-index: 9002;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 106px;
  right: 40px;
}
#totop a {
  width: 50px;
  height: 50px;
  display: block;
  outline: none;
  color: #FFF;
  background-color: #f1f1f1;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
  font-size: 18px;
  line-height: 46px;
}
#totop a:hover {
  background-color: #f44300;
  border: 1px solid #f44300;
}
.promocontent {
  width: 100%;
  position: absolute;
  background: #f44300;
  left: 0px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .fivecolumns .col-md-2,
  .fivecolumns .col-sm-2,
  .fivecolumns .col-lg-2 {
    width: 20%;
  }
}
.order {
  padding: 0 0 40px 0;
}
.order table {
  margin-bottom: 30px;
}
.order .progress td {
  text-align: center;
  width: 20%;
}
.order .progress td .fa {
  color: #009900;
  margin-right: 5px;
}
.order .progress .active {
  background: #f44300;
  font-weight: bold;
  color: #fff;
}
.order h2 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #f44300;
  text-transform: none;
}
.order .order-content table th {
  background: #f2f2f2;
}
.order .order-content table th h3 {
  margin: 5px 10px 5px 20px;
  font-size: 19px;
  color: #f44300;
}
.order .order-content table th.dark {
  background-color: #DDD;
}
.order .order-content table th .checkbox label {
  font-weight: 700;
}
.order .order-content table div.delete {
  font-weight: normal;
  margin-left: 30px;
}
.order .order-content table div.delete a .fa {
  color: #191919;
  margin-right: 5px;
}
.order .order-sidebar tr th {
  background: #f2f2f2;
}
.order .order-sidebar tr td:last-child,
.order .order-sidebar tr th:last-child {
  width: 40%;
}
.order .order-sidebar tr.last-row td,
.order .order-sidebar tr.last-row th {
  background: #ddd;
}
.order .order-buttons {
  margin-bottom: 50px;
}
.order .order-buttons .order-buttons-inner {
  border-top: 1px solid #ececec;
  padding-top: 20px;
}
.order .order-buttons .ix-btn,
.order .order-buttons .ix-btn-brand {
  padding: 10px 40px;
  font-size: 18px;
}
.order .order-buttons .ix-btn .fa,
.order .order-buttons .ix-btn-brand .fa {
  color: #CCC;
}
.order .order-buttons .ix-btn .fa.right,
.order .order-buttons .ix-btn-brand .fa.right {
  margin-left: 8px;
}
.order .order-buttons .ix-btn .fa.left,
.order .order-buttons .ix-btn-brand .fa.left {
  margin-right: 8px;
}
.order .preisinfo {
  font-size: 12px;
  margin-bottom: 20px;
}
.order .coupon-info {
  font-size: 11px;
  margin-bottom: 20px;
  position: relative;
  bottom: 20px;
}
.order .fa-info-circle {
  color: #f44300;
}
.order .errors ul li {
  color: #f44300;
  border: 2px solid #f44300;
  background-color: #EEE;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 20px;
  font-style: italic;
}
.order-datainput {
  padding-bottom: 20px;
}
.order-datainput legend {
  color: #f44300;
  font-size: 25px;
  margin-bottom: 25px !important;
  text-transform: none;
}
.order-datainput .powermail_message_error {
  border: 2px solid #f44300;
  background-color: #EEE;
  padding: 15px;
  font-size: 16px;
}
.order-datainput .mandatory {
  display: none;
}
.light-font-frame h1,
.light-font-frame-bold h1 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 40px;
}
.light-font-frame h2,
.light-font-frame-bold h2 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 30px;
  border-bottom: 0px;
}
.light-font-frame p,
.light-font-frame-bold p {
  line-height: 32px;
  font-weight: 300;
}
.light-font-frame h1,
.light-font-frame h2 {
  text-transform: uppercase;
}
.light-font-frame h1,
.light-font-frame h2,
.light-font-frame h3,
.light-font-frame h4,
.light-font-frame h5,
.light-font-frame h6 {
  color: #000;
  font-weight: 100 !important;
}
.light-font-frame h1 span,
.light-font-frame h2 span,
.light-font-frame h3 span,
.light-font-frame h4 span,
.light-font-frame h5 span,
.light-font-frame h6 span,
.light-font-frame h1 b,
.light-font-frame h2 b,
.light-font-frame h3 b,
.light-font-frame h4 b,
.light-font-frame h5 b,
.light-font-frame h6 b {
  font-weight: 900;
}
.light-font-frame-bold h1,
.light-font-frame-bold h2 {
  text-transform: uppercase;
}
.light-font-frame-bold h1,
.light-font-frame-bold h2,
.light-font-frame-bold h3,
.light-font-frame-bold h4,
.light-font-frame-bold h5,
.light-font-frame-bold h6 {
  color: #000;
  font-weight: 900 !important;
}
.light-font-frame-bold h1 span,
.light-font-frame-bold h2 span,
.light-font-frame-bold h3 span,
.light-font-frame-bold h4 span,
.light-font-frame-bold h5 span,
.light-font-frame-bold h6 span,
.light-font-frame-bold h1 b,
.light-font-frame-bold h2 b,
.light-font-frame-bold h3 b,
.light-font-frame-bold h4 b,
.light-font-frame-bold h5 b,
.light-font-frame-bold h6 b {
  font-weight: 900;
}
.order-content .checkbox,
.order-sidebar .checkbox {
  margin: 0 !important;
}
.order-content input[type="checkbox"],
.order-sidebar input[type="checkbox"] {
  margin: 2px 0 0 -20px;
}
.order-content .well,
.order-sidebar .well {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 10px;
}
.order-content .well.agbcheck,
.order-sidebar .well.agbcheck {
  padding: 18px;
  border: 2px solid #f44300;
}
.order-content .well.agbcheck .checkbox,
.order-sidebar .well.agbcheck .checkbox {
  padding-left: 25px;
}
.order-content .well.agbcheck .checkbox input[type="checkbox"],
.order-sidebar .well.agbcheck .checkbox input[type="checkbox"] {
  margin-left: -25px;
}
.step1 input[type="checkbox"] {
  margin: 2px 0 0 0;
}
.step1 label.managed-radio {
  font-weight: 500;
  margin-right: 50px;
}
.step1 label.managed-radio input[type="radio"] {
  margin-right: 10px;
}
.details-zahlung {
  padding-top: 20px;
  display: none;
}
.bgwhite {
  background-color: #FFF !important;
}
td.vmiddle,
th.vmiddle {
  vertical-align: middle !important;
}
.form-group {
  margin-bottom: 10px;
}
.header-box-wrap {
  position: relative;
}
#topbar {
  line-height: initial;
}
.outer-top-bar {
  box-shadow: none;
}
.outer-top-bar .nav-jobs {
  display: inline-block;
}
.outer-top-bar .notification {
  position: relative;
  margin-left: 4px;
  top: -1px;
  color: #fff;
  background: #f44300;
  border-radius: 200px;
  padding: 2px 6px;
  font-size: 8px;
}
.outer-top-bar .topbar-phone {
  color: #888;
  font-weight: 700;
  line-height: 60px;
  text-align: left;
  display: none;
  font-size: 12px;
}
.outer-top-bar .topbar-phone .fa {
  margin-right: 7px;
}
.outer-top-bar .topbar-search {
  float: left;
  display: none;
  width: 40%;
  padding-top: 14px;
  visibility: hidden;
}
.outer-top-bar .topbar-search input {
  float: right;
  width: 50%;
  font-size: 13px;
  font-style: italic;
  background: #ffffff url(../img/icon-search-lupe.png) no-repeat 95% 10px;
  padding-right: 30px;
}
.outer-top-bar .topbar-navi {
  padding-bottom: 10px;
  float: left;
  width: 100%;
  padding-top: 14px;
}
.outer-top-bar .topbar-navi > ul {
  margin-left: 0;
}
.outer-top-bar .topbar-navi > ul li {
  margin-right: 10px;
}
.outer-top-bar .topbar-navi a {
  color: #888;
  font-weight: 700;
  padding: 7px 10px 8px 10px;
  font-size: 11px;
  text-transform: uppercase;
}
.outer-top-bar .topbar-navi a .fa {
  margin-left: 5px;
}
.outer-top-bar .topbar-navi a img {
  margin-right: 3px;
  display: none;
}
.outer-top-bar .topbar-navi .hide-en .en {
  display: none;
}
.outer-top-bar .topbar-navi .dropdown-menu {
  width: 51px;
  min-width: 40px;
  z-index: 10000;
}
.outer-top-bar .topbar-navi .dropdown-menu a {
  width: 49px;
}
.outer-top-bar .topbar-navi .language-selection {
  text-transform: uppercase;
}
.outer-top-bar .topbar-navi .language-selection img {
  margin-right: 5px;
}
.outer-top-bar .topbar-login {
  float: left;
  width: 20%;
  display: none;
}
.outer-top-bar .topbar-login .btn {
  background: none;
  font-weight: bold;
  color: #888;
  font-size: 12px;
  border: 0;
  border-right: 1px solid #ececec;
  border-left: 1px solid #ececec;
  padding: 23px 0 20px 0;
}
.outer-top-bar .topbar-login .btn:hover {
  background-color: #f7f7f7;
}
.outer-top-bar .topbar-login .btn .fa {
  margin-right: 8px;
}
.topbar-become-customer {
  display: none;
  float: right;
  width: 20%;
}
.topbar-become-customer a {
  display: block;
  background: #f44300;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  border: none;
  padding: 23px 0 20px 0;
}
.topbar-become-customer a:hover {
  text-decoration: none;
  background-color: #d22100;
}
#slider2 {
  margin-top: -160px;
  width: 100%;
  height: 470px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
#slider2 .rsContent {
  height: 100%;
}
#slider2 .rsContent .main_image {
  width: 100%;
  height: 100%;
  margin-top: -1px;
}
#slider2 .rsContent .container {
  position: relative;
}
#slider2 .rsContent .slider-text-outer {
  position: relative;
}
#slider2 .rsContent .slider-text-outer .slider-text {
  position: absolute;
  z-index: 200;
  top: 160px;
  width: 100%;
}
#slider2 .rsContent .slider-text-outer .slider-text h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0 0 10px 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
#slider2 .rsContent .slider-text-outer .slider-text h3 {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  color: #fff;
}
#slider2 .rsContent .slider-text-outer .slider-text p {
  font-size: 16px;
  line-height: 30px;
}
#slider2 .rsThumbs {
  background: transparent;
  position: absolute;
  bottom: 0;
}
#slider2 .rsThumbs .rsNavItem {
  position: relative;
  top: 10px;
  border-top: 3px solid #fff;
  transition: top .5s;
}
#slider2 .rsThumbs .rsNavItem img {
  transition: opacity .5s;
  opacity: .4;
}
#slider2 .rsThumbs .rsNavItem.rsNavSelected {
  top: 0;
  border-top: 3px solid #f44300;
}
#slider2 .rsThumbs .rsNavItem.rsNavSelected img {
  opacity: 1;
}
#slider2 .rsTmb {
  position: relative;
}
#slider2 .rsTmb p {
  position: absolute;
  padding: 20px 25px 0 25px;
  z-index: 200;
  text-transform: uppercase;
}
#slider2 .rsThumb {
  float: left;
  overflow: hidden;
  width: 25%;
  height: 100%;
  background: #000;
}
#slider2 .rsNav {
  width: 100%;
}
#slider2 .rsThumbsContainer {
  width: 1140px;
}
#slider2 .rsNavItem {
  width: 25%;
}
#slider3 {
  width: 100%;
  height: 470px;
  background: transparent;
  position: relative;
  overflow: hidden;
}
#slider3 .rsContent {
  height: 100%;
  margin-top: -1px;
}
#slider3 .rsContent .main_image {
  margin-top: -1px;
}
#slider3 .rsContent .container {
  position: relative;
}
#slider3 .rsContent .slider-text-outer {
  position: relative;
}
#slider3 .rsContent .slider-text-outer .slider-text {
  position: absolute;
  left: 0;
  z-index: 200;
  top: 200px;
  width: 100%;
}
#slider3 .rsContent .slider-text-outer .slider-text a h2 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-align: center;
  border-bottom: none;
  padding-bottom: 0px;
}
#slider3 .rsContent .slider-text-outer .slider-text a h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px 0;
  color: #fff;
  text-transform: uppercase;
}
#slider3 .rsContent .slider-text-outer .slider-text a p {
  font-size: 16px;
  line-height: 30px;
  display: none;
  color: #fff;
}
#slider3 .rsContent .slider-text-outer .slider-text a:hover {
  text-decoration: none;
}
#slider3 .rsSlide {
  background: #000;
}
#slider3 .rsNav {
  width: 100%;
  background: transparent;
  padding: 20px 0;
}
#slider3 .rsNav .rsBullet {
  display: none;
  height: 10px;
  width: 10px;
  margin: 6px;
}
#slider3 .rsNav .rsBullet span {
  height: 10px;
  width: 10px;
  cursor: pointer;
}
#photo-header {
  overflow: hidden;
  width: 100%;
  background: #000000 url('/fileadmin/user_upload/slider/banner-about.jpg') no-repeat 50% top;
  position: relative;
  background-size: cover;
}
#photo-header #photo-header-content {
  position: relative;
  z-index: 200;
  padding-top: 200px;
  padding-bottom: 125px;
  color: #FFF;
}
#photo-header #photo-header-content h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
#photo-header #photo-header-content h2 {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px 0;
}
#photo-header #photo-header-content h2.h2-blog {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  font-style: normal;
}
#photo-header #photo-header-content h3.h3-blog {
  font-size: 22px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px 0;
}
#photo-header #photo-header-content p {
  font-size: 16px;
  line-height: 30px;
}
.columns {
  padding: 0 0 40px 0;
}
.contenttable td,
.contenttable th {
  padding: 5px 0;
  vertical-align: top;
}
.one-col,
.two-col,
.three-col,
.four-col,
.sidebar-template,
.standardstyle {
  margin-bottom: 70px;
}
.one-col .big-button,
.two-col .big-button,
.three-col .big-button,
.four-col .big-button,
.sidebar-template .big-button,
.standardstyle .big-button {
  margin-bottom: 0;
}
.one-col img.full-width,
.two-col img.full-width,
.three-col img.full-width,
.four-col img.full-width,
.sidebar-template img.full-width,
.standardstyle img.full-width {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 20px;
}
.one-col img.pull-left,
.two-col img.pull-left,
.three-col img.pull-left,
.four-col img.pull-left,
.sidebar-template img.pull-left,
.standardstyle img.pull-left {
  margin-right: 20px;
}
.one-col img.pull-right,
.two-col img.pull-right,
.three-col img.pull-right,
.four-col img.pull-right,
.sidebar-template img.pull-right,
.standardstyle img.pull-right {
  margin-left: 20px;
}
.one-col ul,
.two-col ul,
.three-col ul,
.four-col ul,
.sidebar-template ul,
.standardstyle ul {
  margin-bottom: 15px;
}
.one-col ul li,
.two-col ul li,
.three-col ul li,
.four-col ul li,
.sidebar-template ul li,
.standardstyle ul li {
  padding-left: 20px;
  padding-bottom: 10px;
  background: url("../img/small-red-arrow-right.svg") left 9px no-repeat;
  background-size: 7px 11px;
}
.one-col img.img-responsive,
.two-col img.img-responsive,
.three-col img.img-responsive,
.four-col img.img-responsive,
.sidebar-template img.img-responsive,
.standardstyle img.img-responsive {
  display: inline;
}
.img-responsive-container img.img-responsive {
  display: inline;
}
.content1 h2,
.content2 h2 {
  font-size: 24px;
  font-weight: 900;
  color: #191919;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
}
.content1 h2:first-child,
.content2 h2:first-child {
  margin-top: 0;
}
.content1 h3,
.content2 h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.akkordeon {
  padding-bottom: 30px;
}
.akkordeon h2 {
  font-size: 24px;
  font-weight: 700;
  color: #f44300;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
}
.akkordeon .panel {
  border-radius: 0;
  border: none;
  box-shadow: none;
}
.akkordeon .panel .panel-title a {
  text-decoration: none;
}
.akkordeon .panel .panel-heading {
  border: 1px solid #ececec;
  background: #fff;
}
.akkordeon .panel .panel-body {
  border: none !important;
  padding: 20px 0 10px 0;
}
.akkordeon-sub .panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}
.akkordeon-sub h2 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 30px;
  margin-top: 0;
  padding: 18px 0 20px 0;
  text-align: center;
}
.akkordeon-sub .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
}
.akkordeon-sub .panel .panel-body {
  padding: 20px;
  padding-left: 30px;
}
.akkordeon-sub .panel .panel-body .contenttable {
  width: 100%;
}
.akkordeon-sub .panel .panel-body .contenttable td,
.akkordeon-sub .panel .panel-body .contenttable th {
  border-bottom: 1px solid #ececec;
  padding: 5px 0;
  vertical-align: top;
}
.akkordeon-sub .panel .panel-body .contenttable td:first-child,
.akkordeon-sub .panel .panel-body .contenttable th:first-child {
  padding-right: 30px;
}
.akkordeon-sub .panel .panel-body .contenttable tr:last-child td,
.akkordeon-sub .panel .panel-body .contenttable tr:last-child th {
  border: none;
}
.akkordeon-sub .panel .panel-body ul li {
  padding-left: 20px;
  padding-bottom: 10px;
  background: url(/fileadmin/template/img/small-red-arrow-right.svg) left 9px no-repeat;
  background-size: 7px 11px;
}
.akkordeon-sub .panel .panel-body h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
}
.akkordeon-sub .panel .panel-body h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
}
.akkordeon-sub .panel .panel-heading {
  padding: 0;
  background: transparent;
}
.akkordeon-sub .panel .panel-heading .panel-title a {
  color: #191919;
  text-decoration: none;
  padding: 12px 0;
  padding-left: 30px;
  display: block;
  background-image: url(../img/sign-minus.svg);
  background-repeat: no-repeat;
  background-position: 0px 13px;
  background-size: 15px 15px;
  font-size: 16px;
  transition: none;
}
.akkordeon-sub .panel .panel-heading .panel-title a::after {
  content: '';
  display: block;
  position: relative;
  top: 12px;
  width: 100%;
  height: 2px;
  background: #f44300;
  transition: width .3s;
}
.akkordeon-sub .panel .panel-heading .panel-title a.collapsed {
  background-image: url(../img/sign-plus.svg);
  font-weight: normal;
}
.akkordeon-sub .panel .panel-heading .panel-title a.collapsed::after {
  width: 40px;
  background: #ececec;
}
.akkordeon-sub .panel .panel-heading .panel-title i.fa {
  width: 28px;
  color: #000 !important;
}
.akkordeon-sub .panel .panel-heading .panel-title .fa-nodesecure {
  background: url(../img/icon-nodesecure.png) no-repeat left 0px;
  text-indent: -9999px;
}
.benefits h2 {
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  border-bottom: 1px solid #ececec;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
}
.benefits h2:first-child {
  margin-top: 0;
}
.benefits .benefits-box {
  margin-bottom: 20px;
  font-size: 16px;
}
.benefits .benefits-box .benefits-box-inner {
  min-height: 77px;
  padding: 15px;
  overflow: auto;
  border: 1px solid #ececec;
  font-weight: bold;
}
.benefits .benefits-box img {
  margin-right: 10px;
  width: 28px;
  height: auto;
}
.benefits .benefits-box p {
  display: inline;
  line-height: 22px;
}
.benefits .benefits-box .fa.pull-left {
  color: #bbb;
}
.three-col-boxed h2 {
  font-size: 24px;
  font-weight: 700;
  color: #f44300;
  border-bottom: 1px solid #ececec;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
}
.three-col-boxed h2:first-child {
  margin-top: 0;
}
.three-col-boxed ul {
  margin-bottom: 15px;
}
.three-col-boxed ul li {
  padding-left: 20px;
  background: url(../img/small-red-arrow-right.svg) left 11px no-repeat;
  background-size: 7px 11px;
}
.three-col-boxed .three-col-box {
  margin-bottom: 20px;
  font-size: 16px;
}
.three-col-boxed .three-col-box .col-box-inner {
  padding: 20px 15px;
  overflow: auto;
  background: #fff;
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1), 0 7px 12px rgba(0, 0, 0, 0.08);
}
.three-col-boxed .three-col-box .col-box-inner h3 {
  color: #f44300;
  margin: 0;
  margin-bottom: 5px;
}
.three-col-boxed .three-col-box .col-box-inner p {
  margin-bottom: 5px;
}
.three-col-boxed .three-col-box .fa {
  color: #f44300;
}
.three-col-boxed-line h4 {
  margin-top: 0;
}
.three-col-boxed-line img {
  width: 48px;
  height: 48px;
}
.three-col-boxed-line .col-box-inner {
  padding: 20px;
}
.benefits-four-col {
  margin-bottom: 70px;
  text-align: center;
}
.benefits-four-col img {
  width: 40px;
  height: 40px;
  margin: 20px 0 30px;
}
.benefits-four-col h2 {
  font-size: 24px;
  font-weight: 900;
  color: #191919;
  border-bottom: 1px solid #ececec;
  margin: 40px 0 20px 0;
  padding-bottom: 10px;
  text-align: left;
}
.benefits-four-col h2:first-child {
  margin-top: 0;
}
.benefits-four-col p.benefits-icon {
  text-align: center;
  color: #CCC;
  margin-top: 10px;
}
.benefits-four-col h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px 0;
  text-align: center;
}
.products-boxes {
  margin-bottom: 50px;
  overflow: auto;
}
.products-boxes .products-boxes-inner {
  border: 1px solid #ececec;
  border-top: 0;
  overflow: auto;
}
.products-boxes h2.headline {
  font-size: 24px;
  font-weight: 700;
  color: #f44300;
  margin: 0 0 15px 0;
}
.products-boxes .product-box-3col {
  border-top: 1px solid #ececec;
  width: 33.3333%;
  float: left;
}
.products-boxes .product-box-2col {
  border-top: 1px solid #ececec;
  width: 50%;
  float: left;
}
.products-boxes #product-box-3col-nr2,
.products-boxes #product-box-3col-nr5,
.products-boxes #product-box-3col-nr8,
.products-boxes #product-box-3col-nr11 {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
.products-boxes #product-box-2col-nr1,
.products-boxes #product-box-2col-nr3,
.products-boxes #product-box-2col-nr5,
.products-boxes #product-box-2col-nr7 {
  border-right: 1px solid #ececec;
}
.products-boxes .product-box-head {
  border-bottom: 1px solid #ececec;
  padding: 17px 15px;
}
.products-boxes .product-box-head i.fa {
  color: #ccc;
  margin-right: 20px;
}
.products-boxes .product-box-head h2 {
  margin: 0;
  color: #f44300;
  font-size: 18px;
  font-weight: 700;
}
.products-boxes .product-box-head h3 {
  margin: 8px 0 0;
  font-size: 14px;
  font-weight: 700;
}
.products-boxes .product-box-content {
  padding: 15px;
  background: #f2f2f2;
}
.products-boxes .product-box-content a.more {
  font-weight: 700;
  padding-left: 10px;
  background: url(../img/small-red-arrow-right.svg) left 4px no-repeat;
  background-size: 7px 11px;
}
.products-boxes .product-box-content a.more:hover {
  text-decoration: none;
}
.contact {
  border-top: 4px solid #f44300;
  margin-bottom: 60px;
}
.contact .contact-inner {
  border: 1px solid #ececec;
  border-top: 0;
}
.contact .contact1-inner {
  padding: 18px 20px 22px 20px;
  border-left: 1px solid #ececec;
  font-weight: 700;
}
.contact .contact1-inner.first {
  border-left: 0;
}
.contact .contact1-inner strong {
  font-weight: 200;
}
.contact .fa {
  color: #8E8E8E;
  margin-right: 8px;
}
.contact-sub {
  border-top: 4px solid #f44300;
  margin-bottom: 70px;
}
.contact-sub .contact-sub-inner {
  border: 1px solid #ececec;
  border-top: 0;
}
.contact-sub .contact-sub-inner .contact-content-inner {
  padding: 20px 0 10px 20px;
  min-height: 220px;
}
.contact-sub .contact-sub-inner .contact-content-inner h4 {
  margin-top: 0;
  color: #f44300;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.contact-sub .contact-sub-inner .contact-content-inner h4 i {
  color: #8e8e8e;
}
.contact-sub .contact-sub-inner .contact-content-inner p {
  margin-bottom: 15px;
}
.contact-sub .contact-sub-inner .contact-content-inner p.phone {
  color: #f44300;
  font-size: 20px;
  font-weight: 700;
  padding-top: 1px;
}
.contact-sub .contact-sub-inner .contact-content-inner .more {
  text-decoration: underline;
  font-weight: bold;
}
.contact-sub .contact-sub-inner .contact-content-inner ul {
  margin-bottom: 24px;
}
.contact-sub .contact-sub-inner .contact-content-inner ul li {
  background: url(../img/small-red-arrow-right.svg) no-repeat left 10px;
  background-size: 7px 11px;
  padding: 0 0 2px 16px;
}
.contact-sub .contact-sub-inner .col-md-4.first .contact-content-inner {
  border: none;
  border-bottom: 1px solid #ececec;
}
.contact-sub .contact-sub-inner .col-md-4.last .contact-content-inner {
  border: none;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .tld-page .container-highlight {
    display: none;
  }
}
.gtld-cloud {
  padding-bottom: 20px;
  margin-bottom: 60px;
  border: 1px solid #e7e7e7;
  border-bottom: 3px solid #393939;
}
.gtld-cloud h5 {
  margin-top: 0;
  padding: 10px 15px;
  border-bottom: 1px solid #f44300;
}
.gtld-cloud ul {
  padding: 10px 15px;
}
.gtld-cloud ul li {
  float: left;
}
.jobs {
  margin-bottom: 40px;
}
.jobs h2 {
  margin-top: 0;
  font-weight: 700;
  color: #f44300;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.jobs h3 a {
  padding: 0 !important;
  border: none !important;
}
.jobs .news-list-item {
  background: #fff;
  margin-bottom: 30px;
}
.jobs .news-list-item h2 {
  font-size: 20px;
  border-bottom: 0;
  padding-bottom: 5px;
  font-weight: normal;
}
.jobs .jobs-inner {
  border: 1px solid #ececec;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ffffff), color-stop(1, #f7f7f7));
  background: -ms-linear-gradient(bottom, #ffffff, #f7f7f7);
  background: -moz-linear-gradient(center bottom, #ffffff 0%, #f7f7f7 100%);
  background: -o-linear-gradient(#f7f7f7, #ffffff);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0);
  margin-bottom: 15px;
}
.jobs .jobs-inner h3 {
  font-size: 18px;
  background: #fff;
  margin: 0;
  padding: 12px 20px;
  border-bottom: 1px solid #ececec;
}
.jobs .jobs-inner ul {
  padding: 15px 20px;
}
.jobs-icons {
  font-weight: 300;
  color: #999;
}
.jobs-icons i {
  color: #f44300;
  margin-left: 25px;
  margin-right: 5px;
}
.jobs-icons i:first-child {
  margin-left: 0px;
}
#job-table thead th {
  padding-bottom: 17px;
  color: #191919;
  text-align: left !important;
  vertical-align: middle !important;
}
#job-table thead th a {
  color: #191919;
}
#job-table thead th a:hover,
#job-table thead th a:active,
#job-table thead th a:focus {
  text-decoration: none;
  color: #191919;
}
#job-table tr td {
  text-align: left !important;
  vertical-align: middle !important;
  padding: 12px 15px !important;
}
#job-table tr td a:hover,
#job-table tr td a:active,
#job-table tr td a:focus {
  text-decoration: none;
}
#job-table .dynatable-arrow {
  position: relative;
  font-size: 8px;
  top: -2px;
  left: 6px;
  color: #aaa;
}
#job-table h2 {
  padding-right: 30px;
  padding-bottom: 0;
  text-transform: none;
}
#job-table h2 span {
  font-weight: 600;
}
.newgtld-fokus {
  margin-bottom: 50px;
}
.newgtld-fokus h2 {
  color: #191919;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.newgtld-fokus .nav-tabs {
  background: #000;
}
.newgtld-fokus .nav-tabs li {
  clear: both;
  float: none;
  display: block;
}
.newgtld-fokus .nav-tabs li.active {
  margin-bottom: 0;
}
.newgtld-fokus .nav-tabs li.active a {
  background: #f44300;
  color: #fff;
  margin: 0;
  border: none;
  border-radius: 0;
  border-right: 1px solid #333;
}
.newgtld-fokus .nav-tabs li.active a:hover {
  background: #f44300;
}
.newgtld-fokus .nav-tabs li a {
  padding: 15px 20px;
  color: #fff;
  margin: 0;
  border: none;
  border-radius: 0;
  border-right: 1px solid #333;
}
.newgtld-fokus .nav-tabs li a:hover {
  background: #555;
}
.newgtld-fokus .tab-content {
  border: 1px solid #ececec;
  border-top: none;
  padding: 20px;
}
.newgtld-fokus .tab-content h3 {
  margin-top: 0;
  color: #f44300;
}
.newgtld-fokus .tab-content img {
  width: 100%;
  height: 100%;
}
.newgtld-fokus .tab-content .reseller-btn {
  margin-top: 30px;
  padding-top: 0;
  padding-bottom: 20px;
}
.newgtld-fokus .tab-content .reseller-btn a {
  color: #fff;
  font-weight: 700;
  border: 1px solid #000;
  background: #888888;
  background: -moz-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #888888), color-stop(1%, #4b4b4b), color-stop(50%, #3e3e3e), color-stop(51%, #2b2b2b), color-stop(100%, #2b2b2b));
  background: -webkit-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -o-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: -ms-linear-gradient(top, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  background: linear-gradient(to bottom, #888888 0%, #4b4b4b 1%, #3e3e3e 50%, #2b2b2b 51%, #2b2b2b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#2b2b2b', GradientType=0);
  font-size: 16px;
  padding: 15px 10px 15px 15px;
}
.newgtld-fokus .tab-content .reseller-btn a:hover {
  background: #787878;
  background: -moz-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #787878), color-stop(1%, #323232), color-stop(50%, #3f3f3f), color-stop(51%, #383838), color-stop(100%, #444444));
  background: -webkit-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -o-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: -ms-linear-gradient(top, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  background: linear-gradient(to bottom, #787878 0%, #323232 1%, #3f3f3f 50%, #383838 51%, #444444 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#787878', endColorstr='#444444', GradientType=0);
}
.newgtld-fokus .tab-content .reseller-btn a span {
  padding: 15px 10px 15px 70px;
  background: url(../img/button-arrow-dark.png) no-repeat left center;
}
.reseller-wrapper {
  padding: 0 0 0 0;
  position: relative;
}
.reseller-wrapper h3 {
  font-size: 24px;
  color: #f44300;
  margin: 0 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}
.reseller-wrapper.switch-notmanaged .contenttable img {
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(1);
  /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1);
  /* Microsoft Edge and Firefox 35+ */
}
.reseller-wrapper .reseller-inner {
  padding-top: 0;
  margin-bottom: 20px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box {
  position: relative;
  background: #fff;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
  margin-bottom: 40px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box h2 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-bottom: none;
  padding: 30px 20px 0;
  margin: 0;
  text-transform: uppercase;
}
.reseller-wrapper .reseller-inner .reseller-inner-box h2 a {
  color: #000;
  padding: 25px 10px 10px;
  display: block;
  height: 100%;
  width: 100%;
}
.reseller-wrapper .reseller-inner .reseller-inner-box h2 a:hover {
  text-decoration: none;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-image {
  overflow: hidden;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-image img {
  display: block;
  max-width: 75%;
  height: 120px;
  width: auto;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all .5s;
  margin: 0 auto;
  height: 80px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-text {
  padding: 20px 20px 25px 20px;
  background: #FFF;
  min-height: 160px;
  font-size: 14px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-text p {
  margin-bottom: 0;
  text-align: center;
  line-height: 25px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-text ul li {
  background: url('../img/small-red-arrow-right.svg') left 8px no-repeat;
  background-size: 7px 11px;
  line-height: 28px;
  padding-left: 20px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-text table {
  width: 100%;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-text table:last-child {
  margin-top: 15px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-text table td {
  padding: 0 13px 7px 0;
  vertical-align: top;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-text table .table-price td {
  margin-left: 10px;
  padding-top: 20px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-text table .table-price td b {
  color: #f44300;
  font-size: 22px;
}
.reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-more a {
  background: #161616;
  color: #fff;
  font-weight: 200;
  padding: 12px 10px 12px 10px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.reseller-wrapper .reseller-btn {
  text-align: center;
  padding-top: 0;
  padding: 0 0 60px 0;
}
.reseller-wrapper .upgrade-box {
  position: absolute;
  top: 173px;
  right: -85px;
}
.reseller-wrapper .upgrade-box a {
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  padding: 20px 5px 25px;
  width: 85px;
  text-align: center;
  color: #fff;
  background: #aaa;
  font-size: 12px;
}
.reseller-wrapper .upgrade-box a:hover {
  text-decoration: none;
  background: #f44300;
}
.reseller-wrapper .upgrade-box .upgrade-text {
  margin-bottom: 15px;
}
.reseller-wrapper .upgrade-box img {
  width: 20px;
  height: 38px;
}
.big-button {
  margin: 0 0 50px 0;
  text-align: center;
}
.big-button a:hover {
  text-decoration: none;
}
.blog-social-icons {
  overflow: auto;
}
.blog-social-icons a {
  float: left;
  font-size: 22px;
  margin-right: 8px;
}
.news-latest-container .news-latest-date {
  border: 1px solid #ececec !important;
  background: #f9f9f9 !important;
}
.news-latest-container h2,
.news-latest-container h3.h3-sidebar {
  padding: 0;
  border-bottom: 0;
  line-height: 1.4;
  margin-bottom: 10px;
  font-weight: normal;
}
.news-latest-container p {
  margin-bottom: 25px;
  font-size: 12px;
}
.blog-list-page #photo-header #photo-header-content,
.blog-single-page #photo-header #photo-header-content,
.pageid-176 #photo-header #photo-header-content,
.pageid-196 #photo-header #photo-header-content,
.pageid-179 #photo-header #photo-header-content,
.pageid-178 #photo-header #photo-header-content {
  padding-top: 130px;
  padding-bottom: 15px;
}
.blog-list-page #photo-header #photo-header-content h1,
.blog-single-page #photo-header #photo-header-content h1,
.pageid-176 #photo-header #photo-header-content h1,
.pageid-196 #photo-header #photo-header-content h1,
.pageid-179 #photo-header #photo-header-content h1,
.pageid-178 #photo-header #photo-header-content h1,
.blog-list-page #photo-header #photo-header-content h2,
.blog-single-page #photo-header #photo-header-content h2,
.pageid-176 #photo-header #photo-header-content h2,
.pageid-196 #photo-header #photo-header-content h2,
.pageid-179 #photo-header #photo-header-content h2,
.pageid-178 #photo-header #photo-header-content h2,
.blog-list-page #photo-header #photo-header-content p,
.blog-single-page #photo-header #photo-header-content p,
.pageid-176 #photo-header #photo-header-content p,
.pageid-196 #photo-header #photo-header-content p,
.pageid-179 #photo-header #photo-header-content p,
.pageid-178 #photo-header #photo-header-content p {
  display: none;
}
.blog-single-page .newssubheader,
.blog-single-page .newsdate {
  display: none;
}
figure {
  display: inline-block;
}
figure img {
  vertical-align: top;
}
.blog-pic-caption {
  text-align: center;
  margin: 15px 0 20px;
  font-style: italic;
}
.sidebar-box h4 {
  margin-bottom: 15px;
  font-weight: 700;
}
.articledetails {
  position: relative;
}
.articledetails h1 {
  line-height: 1.4;
  margin-bottom: 20px;
  margin-top: -11px;
  font-size: 30px;
  font-weight: 200;
}
.articledetails h2 {
  margin-top: 0;
  color: #191919;
  border-bottom: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 700;
}
.articledetails .news-single-img {
  float: left !important;
  margin: 10px 30px 30px 0 !important;
  max-width: 500px;
}
.articledetails .news-single-img .news-single-imgcaption {
  text-align: center;
  font-style: italic;
  font-size: 0.8em;
  margin-bottom: 0px;
  width: auto !important;
  max-width: 500px;
}
.articledetails hr {
  margin: 30px 0 !important;
}
.article .header h2 {
  border: none;
}
.jobdetails {
  padding: 20px 20px 10px 20px !important;
}
.news-list-container-home {
  margin-bottom: 80px;
}
.news-list-container-home .news-list-item {
  background-color: #fff !important;
}
.news-list-container-home .news-list-item:hover .newsimage img {
  transform: scale(1.1);
}
.news-list-container-home .news-list-item .newsimage {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}
.news-list-container-home .news-list-item .newsimage img {
  display: inline;
  width: 100%;
  height: auto;
  transition: .5s;
}
.news-list-container-home .news-list-item .newsheadline {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}
.news-list-container-home .news-list-item .newsheadline:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
}
.news-list-container-home .news-list-item .newsheadline h3 {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: normal;
}
.news-list-container-home .news-list-item .newsheadline h3 a {
  display: block;
  padding: 10px 15px;
  min-height: 105px;
}
.news-list-container-home .news-list-item .newsheadline h3 a:hover {
  text-decoration: none;
}
.news-list-container-home .news-list-item .newsdate {
  font-weight: 700;
  margin-bottom: 15px;
}
.news-list-container-home .news-list-item .newssubheader {
  margin-bottom: 20px;
}
.news-list-container-home .news-list-item p {
  margin-bottom: 0;
}
.news-list-container-home.jobs .newsheadline {
  height: 105px;
  margin-top: 5px;
  border: 1px solid #ececec;
  border-bottom: 1px solid #f44300;
  padding: 20px 15px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all .3s;
}
.news-list-container-home.jobs .newsheadline:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.news-list-container-home.jobs .newsheadline h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 0;
  font-weight: 700;
}
.news-list-container-home.jobs .newsheadline h3 a {
  color: #191919;
}
#ssl-wizard-frage2a,
#ssl-wizard-frage2b,
#ssl-wizard-frage2c,
#ssl-wizard-frage3a,
#ssl-wizard-frage3b,
#ssl-wizard-frage3c,
#ssl-wizard-frage3d,
#ssl-wizard-frage4a,
#ssl-wizard-frage4b,
#ssl-wizard-frage5a,
#ssl-wizard-frage5b,
#ssl-wizard-frage5c,
#ssl-wizard-ergebnis,
#ssl-wizard-alternativ,
#ssl-wizard-alternativ-ergebnis,
#nach-anwendung {
  display: none;
}
#ssl-wizard,
#ssl-wizard-alternativ {
  border: 1px solid #ececec;
  background: #FFF;
  padding: 20px 25px 25px 25px;
  margin-bottom: 10px;
}
#ssl-wizard h3,
#ssl-wizard-alternativ h3 {
  color: #f44300;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
#ssl-wizard h3 span,
#ssl-wizard-alternativ h3 span {
  font-style: italic;
  color: #191919;
}
#ssl-wizard .radio,
#ssl-wizard-alternativ .radio {
  margin: 0;
  padding: 15px 0 15px 25px;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
}
#ssl-wizard input[type="radio"],
#ssl-wizard-alternativ input[type="radio"] {
  margin-left: -25px;
}
#ssl-wizard button,
#ssl-wizard-alternativ button,
#ssl-wizard a.btn,
#ssl-wizard-alternativ a.btn {
  margin: 20px 5px 0 0;
}
#ssl-wizard button .fa.right,
#ssl-wizard-alternativ button .fa.right,
#ssl-wizard a.btn .fa.right,
#ssl-wizard-alternativ a.btn .fa.right {
  margin-left: 8px;
}
#ssl-wizard button .fa.left,
#ssl-wizard-alternativ button .fa.left,
#ssl-wizard a.btn .fa.left,
#ssl-wizard-alternativ a.btn .fa.left {
  margin-right: 8px;
}
#ssl-wizard {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1), 0 7px 12px rgba(0, 0, 0, 0.08);
  border: none;
  padding: 30px;
}
#ssl-wizard .radio {
  border: none;
}
#ssl-wizard-ergebnis #ssl-wizard-ergebnis-zertifikat {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 36px;
}
#ssl-wizard-ergebnis #ssl-wizard-ergebnis-btn1,
#ssl-wizard-ergebnis #ssl-wizard-ergebnis-btn2 {
  width: 450px;
  margin-top: 10px;
}
#ssl-wizard-ergebnis #ssl-wizard-ergebnis-btn3 {
  margin-top: 10px;
}
#ssl-wizard-alternativ-ergebnis #ssl-wizard-alternativ-ergebnis-zertifikat {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 36px;
  line-height: 1.8;
}
#ssl-wizard-alternativ-ergebnis #ssl-wizard-alternativ-ergebnis-btn1,
#ssl-wizard-alternativ-ergebnis #ssl-wizard-alternativ-ergebnis-btn2 {
  width: 450px;
  margin-top: 10px;
}
#ssl-wizard-alternativ-ergebnis #ssl-wizard-alternativ-ergebnis-btn3 {
  margin-top: 10px;
}
.header-box #logo-nav .container {
  padding: 15px 15px 0 15px;
}
#logo-nav.scroll-to-fixed-fixed {
  height: 70px;
  background: transparent;
}
#logo-nav.scroll-to-fixed-fixed .navbar-nav .last {
  width: 180px !important;
  opacity: 1;
  margin-left: 30px;
}
#logo-nav.scroll-to-fixed-fixed .container {
  padding: 0;
  margin-top: -1px;
}
#logo-nav.scroll-to-fixed-fixed .container .navbar-default .navbar-logo {
  padding: 10px 15px;
}
#logo-nav.scroll-to-fixed-fixed .container .navbar-default .navbar-toggle {
  position: relative;
  top: 1px;
}
#logo-nav.scroll-to-fixed-fixed .container .navbar-default .nav-info {
  padding: 22px 15px 2px 0px;
}
#logo-nav.scroll-to-fixed-fixed .container img {
  margin-top: 2px;
}
.content1 {
  background: #f8f8f8;
  padding: 70px 0 0px;
}
.content1 p {
  line-height: 30px;
}
.content1 .csc-header h2 {
  font-size: 24px;
  font-weight: 700;
  color: #191919;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
}
.content1 p img {
  max-width: 100%;
  height: auto;
}
.content2 {
  padding-top: 70px;
}
.content2 p {
  margin-bottom: 15px;
}
.content2 h3 {
  font-size: 20px;
  margin: 0 0 15px 0;
  line-height: 1.5;
}
.content2 .news-single-item {
  margin-bottom: 10px;
}
.gridelement-container {
  background-size: cover;
  background-position: center;
}
.gridelement-container .container {
  padding-top: 70px;
}
.gridelement-container ul li {
  padding-left: 20px;
  background: url(/fileadmin/template/img/small-red-arrow-right.svg) left 11px no-repeat;
  background-size: 7px 11px;
}
.gridelement-container .circle-tabs ul li {
  background: none;
}
.gridelement-container .no-bullet-points ul li {
  background: none;
}
.container-grey {
  background-color: #f8f8f8;
}
table.product-table td,
table.product-table th {
  text-align: center;
  vertical-align: middle !important;
}
table.product-table td.text-left,
table.product-table th.text-left {
  text-align: left;
}
table.product-table th {
  background-color: #444444;
  color: #FFFFFF;
  text-align: left;
}
table.product-table thead th {
  background-color: #f44300;
}
table.product-table > thead > tr > th {
  border-bottom: 1px;
  vertical-align: middle;
  text-align: center;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f8f8f8;
}
table.features-table {
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
}
table.features-table td,
table.features-table th {
  text-align: center;
  vertical-align: middle !important;
  padding: 12px 15px !important;
  border-top: 0 !important;
  border-bottom: 1px solid #ececec !important;
}
table.features-table td.text-left,
table.features-table th.text-left {
  text-align: left;
}
table.features-table th {
  text-align: left;
  font-weight: normal;
}
table.features-table thead th {
  background-color: #f8f8f8;
  font-weight: 700;
  color: #191919;
  text-align: center;
}
table.features-table > thead > tr > th {
  border-bottom: 1px;
  vertical-align: middle;
  text-align: center;
}
table.promos-table th {
  background: #f8f8f8;
}
table.promos-table td {
  padding: 5px 8px !important;
}
table.promos-table td:first-child {
  font-weight: 600;
}
table.promos-table div.promopreis {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 3px 8px 0 8px;
  font-size: 20px;
  margin: 10px 0;
}
table.promos-table div.promopreis div.promopreis-hinweis {
  margin-top: 3px;
  margin-bottom: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 12px;
  background: #03ca9b;
  color: #FFF;
  padding: 4px 10px 6px;
  font-weight: 900;
}
.content2 h2.bordered {
  font-size: 34px;
  font-weight: 900;
  margin: 40px 0 20px 0;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
.content2 h2.bordered a {
  color: #191919;
}
.content2 h2.bordered a:hover {
  text-decoration: none;
}
.content2 h2.bordered:first-child {
  margin-top: 0;
}
img.img-border {
  border: 1px solid #ececec;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 70px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.font12 {
  font-size: 12px;
}
hr {
  margin: 25px 0;
}
.ssl-logo {
  border: 1px solid #ececec;
  background: #ffffff !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(1, #ffffff)) !important;
  background: -ms-linear-gradient(bottom, #f7f7f7, #ffffff) !important;
  background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #ffffff 100%) !important;
  background: -o-linear-gradient(#ffffff, #f7f7f7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0) !important;
}
.ssl-logo p {
  margin-bottom: 0 !important;
}
a:focus {
  color: #f44300;
}
.brandcolor {
  color: #f44300;
}
.greycolor {
  color: #b0b0b0;
}
.preisinfo {
  padding-top: 10px;
  font-size: 12px;
}
.noborder {
  border: 0 !important;
}
.pricing-table .pt-price {
  list-style-type: none;
  box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #ececec;
  margin-bottom: 20px;
  padding: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  background: #f8f8f8;
}
.pricing-table .pt-price li:last-child {
  border-bottom: none;
}
.pricing-table .pt-header {
  font-size: 24px;
  font-weight: 900;
  color: #191919;
}
.pricing-table .pt-price-main {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 100;
}
.pricing-table .pt-price:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
}
.pricing-table .pt-price .header {
  color: #191919;
}
.pricing-table .row ul.pt-price li {
  border-bottom: 1px solid #eee;
  padding: 20px;
  text-align: center;
  background: none;
}
.events-table {
  margin-bottom: 0;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.events-table td {
  height: 160px;
  vertical-align: middle !important;
  padding: 15px 10px !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
.events-table h3 {
  margin-bottom: 5px;
}
.events-table p {
  margin-bottom: 5px !important;
}
.events-table tr td:first-child img {
  width: 60px;
  height: auto;
}
.text-in-picture {
  margin-bottom: 80px;
}
.text-in-picture-light {
  color: #191919;
}
.text-in-picture-text {
  padding-top: 30px;
}
.text-in-picture .btn {
  margin-top: 30px;
}
body .cloud-server-slider {
  margin-top: 6px;
}
body .cloud-server-slider-item {
  margin-bottom: 50px;
}
body .noUi-target {
  border-radius: 0;
  border: none;
}
body .noUi-origin {
  border-radius: 0;
}
body .noUi-horizontal {
  height: 2px;
  margin-top: 18px;
}
body .noUi-value-horizontal {
  font-size: 12px;
}
body .noUi-background {
  box-shadow: none;
  background: #ddd;
}
body .noUi-connect {
  background: #f44300;
}
body .noUi-target.noUi-connect {
  box-shadow: none;
}
body .noUi-horizontal .noUi-handle {
  border: none;
  background: #f44300;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
  width: 18px;
  height: 18px;
  left: -8px;
  top: -9px;
  border-radius: 40px;
  transition: .2s;
}
body .noUi-horizontal .noUi-handle:hover {
  box-shadow: 0px 0px 0px 13px rgba(0, 0, 0, 0.1);
}
body .noUi-handle:after,
body .noUi-handle:before {
  top: 11px;
  display: none;
}
body .noUi-handle {
  box-shadow: none;
}
body .noUi-tooltip {
  color: #f44300;
  opacity: 0;
  transition: all .4s;
}
body .noUi-handle:hover .noUi-tooltip,
body .noUi-handle:active .noUi-tooltip,
body .noUi-handle:focus .noUi-tooltip {
  opacity: 1;
}
body .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
  top: -40px;
  white-space: nowrap;
}
body .noUi-marker-horizontal.noUi-marker-large {
  display: none;
}
body .noUi-pips-horizontal {
  padding: 0;
}
body .val-field {
  padding: 8px 0;
  background: none;
  width: 100%;
  text-align: center;
  color: #f44300;
  font-size: 18px;
  font-weight: 900;
  height: 40px;
}
body .slider-text {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}
body .price-wrap {
  font-size: 22px;
  color: #f44300;
  font-weight: bold;
  text-align: right;
  padding-bottom: 20px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
body .price-wrap small {
  font-size: 11px;
  color: #191919;
  font-weight: normal;
}
body .price-wrap .btn {
  text-align: right;
}
body .server-configurator-footer {
  text-align: right;
}
body .combination-tooltip-wrap {
  display: none;
  position: absolute;
  width: 100%;
  top: 95px;
  z-index: 10;
  text-align: center;
}
body .combination-tooltip {
  width: 250px;
  margin: 0 auto;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  padding: 20px;
  text-align: center;
  color: #f44300;
}
body #price-string {
  font-size: 14px;
}
body .bestseller-arrow {
  position: relative;
  top: 10px;
  margin-left: -40px;
  margin-right: 10px;
}
body .server-configurator-promo #price {
  text-decoration: line-through;
}
body .server-configurator-promo .old-price {
  color: #000;
  font-size: 16px;
}
.tx-powermail {
  margin-bottom: 0;
}
.tx-powermail .formErrorContent {
  position: absolute;
  width: 125px;
  height: 20px;
  top: 8px;
  left: -70px;
  color: #f44300;
  font-size: 12px;
}
.tx-powermail .formErrorArrow {
  display: none;
}
.tx-powermail label {
  font-weight: 300;
}
.tx-powermail .control-label {
  font-weight: bold;
}
.tx-powermail .powermail_check_inner input[type="radio"],
.tx-powermail .powermail_check_inner input[type="checkbox"] {
  margin: 4px 0 0 -25px;
  float: left;
}
.tx-powermail .powermail_check_inner label {
  padding-left: 25px;
  margin-bottom: 10px;
}
.powermail_message_error {
  margin-bottom: 40px !important;
  color: #f44300;
  font-weight: 700;
  font-style: italic;
}
ul.parsley-errors-list {
  display: none;
  margin-bottom: 0;
}
ul.parsley-errors-list li {
  padding-bottom: 5px;
  padding-left: 0;
  background-image: none;
}
ul.parsley-errors-list.filled {
  display: block;
  padding-top: 5px;
  color: #f44300;
  font-style: italic;
}
div.content2 a[href$=".pdf"]:before,
a.pdflink:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-weight: normal !important;
  margin: 0 9px 0 5px;
  color: #191919;
  text-decoration: none !important;
}
div.content2 a[href$=".zip"]:before,
a.ziplink:before {
  content: "\f1c6";
  font-family: FontAwesome;
  font-weight: normal !important;
  margin: 0 9px 0 5px;
  color: #191919;
  text-decoration: none !important;
}
div.content2 a[href$=".doc"]:before,
a.doclink:before {
  content: "\f1c2";
  font-family: FontAwesome;
  font-weight: normal !important;
  margin: 0 9px 0 5px;
  color: #191919;
  text-decoration: none !important;
}
div.tldterms a[href^="http"]:before {
  content: "\f08e";
  font-family: FontAwesome;
  margin: 0 7px 0 5px;
  color: #191919;
  text-decoration: none !important;
}
#submenu-left {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  width: 100%;
  display: none;
}
#submenu-left li {
  padding-bottom: 0;
  padding-left: 0;
  background: none;
}
#submenu-left li a {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 8px 0;
  transition: all 0.2s ease 0s;
  display: block;
}
#submenu-left li a:hover {
  background: #f9f9f9;
  text-decoration: none;
}
.well {
  background-color: #fff;
  border-radius: 0;
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1), 0 7px 12px rgba(0, 0, 0, 0.08);
  padding: 29px;
  border: none;
}
.well h2 {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
.well h2 b {
  font-weight: 900;
}
.well .two-col {
  margin-bottom: 0;
}
.greybox {
  background-color: #f5f5f5;
  padding: 30px;
  margin-bottom: 20px;
}
.benefit {
  clear: both;
  overflow: auto;
}
.benefit .benefit-icon {
  float: left;
  padding-top: 10px;
  padding-bottom: 25px;
  width: 70px;
}
.benefit .benefit-icon .fa {
  color: #ccc;
  font-size: 40px;
}
.benefit .benefit-text h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 7px 0 7px 0;
}
.reflogos {
  margin-bottom: 10px;
  text-align: center;
}
.reflogos p {
  margin-bottom: 5px !important;
  font-size: 12px;
}
.reflogos img {
  width: 100%;
  height: auto;
  max-width: 263px;
  margin: 0 auto;
}
.reflogos a {
  display: inline-block;
  margin-bottom: 20px;
}
.reflogos.partner {
  margin-bottom: 27px;
}
#bigscreen-autodns,
#bigscreen-sslmanager {
  display: none;
  position: absolute;
  left: 15px;
}
#bigscreen-autodns {
  position: relative;
  left: 0;
  margin-top: 40px;
}
.isac-button {
  text-align: center;
}
.app-link {
  margin: 35px auto 25px;
}
.app-link .app-apple {
  width: 135px !important;
}
.app-link .app-google img {
  margin-top: -10px;
  width: 149px;
  height: 60px;
}
#bigscreen-autodns-right,
#bigscreen-sslmanager-right,
.bigscreen-right {
  padding: 30px 0 30px 0;
}
#bigscreen-autodns-right p,
#bigscreen-sslmanager-right p,
.bigscreen-right p {
  margin-bottom: 20px;
  line-height: 30px;
}
.social-media-page-wrap {
  padding: 48px 0 40px 0;
  border-top: 1px solid #ececec;
  overflow: hidden;
}
.social-media-page-wrap .social-media-page {
  text-align: center;
}
.social-media-page-wrap .social-media-page .share-cta {
  display: none;
}
.social-media-page-wrap .social-media-page a.btn-bottom {
  display: block;
  margin: 0 0 10px 0;
  background: #EEE;
  padding: 8px 10px 10px 10px;
  color: #FFF;
  font-weight: 700;
  font-size: 12px;
  border-radius: 2px;
}
.social-media-page-wrap .social-media-page a.btn-bottom .fa {
  font-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
.social-media-page-wrap .social-media-page a.btn-bottom.btn-fb {
  background-color: #36589B;
  border: 1px solid #143679;
}
.social-media-page-wrap .social-media-page a.btn-bottom.btn-fb:hover,
.social-media-page-wrap .social-media-page a.btn-bottom.btn-fb:focus {
  background-color: #25478a;
}
.social-media-page-wrap .social-media-page a.btn-bottom.btn-google {
  background-color: #f44300;
  border: 1px solid #d22100;
}
.social-media-page-wrap .social-media-page a.btn-bottom.btn-google:hover,
.social-media-page-wrap .social-media-page a.btn-bottom.btn-google:focus {
  background-color: #e33200;
}
.social-media-page-wrap .social-media-page a.btn-bottom.btn-twitter {
  background-color: #49ABF2;
  border: 1px solid #2789d0;
}
.social-media-page-wrap .social-media-page a.btn-bottom.btn-twitter:hover,
.social-media-page-wrap .social-media-page a.btn-bottom.btn-twitter:focus {
  background-color: #389ae1;
}
.social-media-page-wrap .social-media-page a.btn-bottom:hover,
.social-media-page-wrap .social-media-page a.btn-bottom:focus {
  text-decoration: none;
}
.share-fixed {
  position: absolute;
  width: 56px !important;
  padding: 8px 5px 2px 5px;
  border: 1px solid #ececec;
  margin-left: -98px;
  background-color: #f1f1f1;
}
.share-fixed .social-media-page-wrap {
  padding: 0;
  border: 0;
  overflow: hidden;
}
.share-fixed .social-media-page-wrap .social-media-page .share-cta {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.share-fixed .social-media-page-wrap .social-media-page a.btn-bottom {
  display: block !important;
  clear: both;
  margin: 0 0 8px 0 !important;
  padding: 0;
}
.share-fixed .social-media-page-wrap .social-media-page a.btn-bottom span {
  display: none;
}
.share-fixed .social-media-page-wrap .social-media-page a.btn-bottom .fa {
  font-size: 32px;
  margin-right: 0;
  vertical-align: middle;
}
.share-fixed .social-media-page-wrap .social-media-page a.btn-bottom.btn-fb {
  background-color: transparent;
  color: #36589B;
}
.share-fixed .social-media-page-wrap .social-media-page a.btn-bottom.btn-google {
  background-color: transparent;
  color: #f44300;
}
.share-fixed .social-media-page-wrap .social-media-page a.btn-bottom.btn-twitter {
  background-color: transparent;
  color: #49ABF2;
}
.share-fixed .social-media-page-wrap .social-media-page a.btn-bottom:hover,
.share-fixed .social-media-page-wrap .social-media-page a.btn-bottom:focus {
  text-decoration: none;
  color: #666;
}
.panel-default > .panel-heading p,
.content2 p {
  line-height: 30px;
  margin-bottom: 20px;
}
.panel-default > .panel-heading li,
.content2 li {
  font-size: 16px;
  line-height: 30px;
}
.panel-default > .panel-heading .csc-textpic-text ul li,
.content2 .csc-textpic-text ul li {
  padding-left: 20px;
  padding-bottom: 10px;
  background: url(/fileadmin/template/img/small-red-arrow-right.svg) left 9px no-repeat;
  background-size: 7px 11px;
}
.html5-iframe {
  width: 100%;
  border: none;
  margin-bottom: 15px;
  -webkit-overflow-scrolling: touch;
}
.html5-iframe iframe {
  width: 100%;
  height: auto;
  border: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-responsive-container img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.qtip-default {
  line-height: 1.5 !important;
  font-size: 12px !important;
  border-color: #ececec !important;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.2) !important;
}
.qtip-default .qtip-titlebar {
  padding-left: 15px !important;
}
.qtip-default .qtip-content {
  padding: 12px 14px 14px 12px !important;
}
.order .fa-info-circle {
  cursor: pointer;
}
.carousel-inner .col-md-4 {
  text-align: right;
}
.carousel-inner .col-md-4 img {
  display: inline-block;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.noroundcorner .col-md-4 img {
  border-radius: 0%;
  width: 400px;
  height: auto;
}
.carousel-control {
  background: none;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
}
.carousel-control.right {
  right: -160px;
}
.carousel-control.left {
  left: -160px;
}
.carousel-control {
  color: #000;
  text-shadow: none;
  opacity: .9;
  display: none;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #000;
  text-decoration: none;
  opacity: 1;
  filter: alpha(opacity=100);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  top: 30%;
}
.carousel {
  margin-bottom: 90px;
}
.carousel-indicators {
  bottom: -70px;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
  border: none;
  margin: 0 5px;
  border-radius: 20px;
  background-color: #ccc;
}
.carousel-indicators li.active {
  margin: 0 5px;
  width: 10px;
  height: 10px;
  background: #777;
}
.carousel-inner {
  overflow: hidden;
}
.carousel-inner .text-in-picture {
  margin-bottom: 0;
}
.carousel-inner blockquote {
  padding: 0;
  border-left: none;
}
table.housing-table {
  margin-bottom: 40px;
}
table.housing-table th.column1 {
  width: 80%;
}
table.housing-table th.column2 {
  width: 20%;
  text-align: left;
}
table.housing-table td {
  text-align: left;
}
table.housing-table td.td-indent {
  padding-left: 40px !important;
}
.input-switch {
  background: #f44300;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #fff;
}
.input-switch h2 {
  display: inline-block;
  margin: 8px 30px 8px 0;
  color: #fff;
  border: none;
  font-weight: bold;
}
.input-switch .bootstrap-switch {
  position: relative;
  margin-bottom: 20px;
  top: 2px;
  border-radius: 5px;
  border: 3px solid #fff;
  background: #fff;
}
.input-switch .bootstrap-switch.bootstrap-switch-focused {
  border-color: #fff;
}
.input-switch .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
  background: #f44300;
}
.input-switch p {
  color: #fff;
  margin-bottom: 3px;
}
.input-switch p a {
  color: #fff;
  font-weight: bold;
}
.seal-wrapper {
  margin-top: 40px;
  padding: 10px 20px 7px 20px;
  overflow: auto;
  background: #f7f7f7;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f7f7f7), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f7f7f7, #ffffff);
  background: -moz-linear-gradient(center bottom, #f7f7f7 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f7f7f7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f7f7f7', GradientType=0);
  background: #f1f1f1;
}
.seal-wrapper .seal-left {
  float: left;
  margin-right: 25px;
}
.seal-wrapper .seal-right {
  float: left;
}
.seal-wrapper.seal-server-order {
  margin-top: 35px;
}
.norton-seal {
  height: 54px !important;
  width: 100px !important;
  margin-top: 10px !important;
}
.powermail_fieldwrap_siegel .norton-seal {
  margin-top: -4px !important;
}
.progress {
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  margin: 2px 0 0 0;
}
#domaincheck-form {
  margin-bottom: 0;
}
#domaincheck-form .input-lg {
  height: 50px;
  padding: 10px 16px;
  float: left;
  width: 300px;
  margin-bottom: 5px;
}
#domaincheck-form .btn-lg {
  padding: 15px 50px !important;
  background: transparent;
  color: #f44300;
  border: 2px solid #f44300;
  font-weight: 600;
  border-radius: 8px;
  float: left;
  height: 51px;
  vertical-align: top;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 13px 50px !important;
}
#domaincheck-form .btn-lg:hover {
  background: #f44300;
  color: #fff;
  text-decoration: none;
}
#domaincheck-form select.input-lg {
  float: left;
  margin: 0 5px 0 5px;
  width: 100px;
  border-radius: 0;
  margin-bottom: 5px;
}
#domaincheck-form .has-success .form-control {
  border-color: #CCC !important;
  box-shadow: none;
}
#domaincheck-form .has-error .form-control {
  border-color: #CCC !important;
  color: red;
  box-shadow: none;
}
#domaincheck-form .has-error .help-block {
  display: block;
  clear: both;
  background: #f44300 !important;
  color: #FFF !important;
  font-size: 16px;
  padding: 8px 0;
}
#domaincheck-form .form-error {
  position: relative;
  top: 12px;
}
.well-overflow {
  overflow: auto;
}
#domaincheck-result {
  clear: both;
  display: none;
  text-align: center;
}
#domaincheck-result #domaincheck-result-inner {
  width: 100%;
  border-radius: 9px;
  margin: 0 auto 36px;
  background-color: #FFF;
  padding: 40px 15px 30px 15px;
}
#domaincheck-result h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}
#domaincheck-result h3 span {
  vertical-align: 7px;
}
#domaincheck-result h3::before {
  top: -3px;
  position: relative;
  margin-right: 15px;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
}
#domaincheck-result h3.result-ok {
  color: #009900;
}
#domaincheck-result h3.result-ok strong {
  color: #191919;
}
#domaincheck-result h3.result-ok::before {
  background-image: url(/fileadmin/files/internetx/images/domains/domaincheck/check.svg);
  width: 27px;
  background-size: 27px;
}
#domaincheck-result h3.result-notok {
  color: red;
  margin-bottom: 3px;
}
#domaincheck-result h3.result-notok strong {
  color: #191919;
}
#domaincheck-result h3.result-notok::before {
  background-image: url(/fileadmin/files/internetx/images/domains/domaincheck/close.svg);
}
.csc-textpic-center-inner {
  text-align: center;
}
.promo-trigger {
  background: #f44300;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.promo-trigger .promo-trigger-first {
  text-align: left;
}
.promo-trigger h2 {
  margin: 10px 0;
  font-weight: bold;
}
.promo-trigger .promo-trigger-last {
  text-align: right;
}
.promo-trigger i {
  display: block;
  margin-top: 13px;
}
.promo-inner {
  background: #f44300;
  color: #fff;
  display: none;
}
.promo-inner .container {
  padding-bottom: 20px;
}
.promo-inner .promo-text-inner {
  margin-bottom: 20px;
}
.promo-inner h3 {
  color: #fff;
  font-weight: bold;
}
.promo-inner .promo-pic {
  padding-top: 24px;
}
.promo-inner .promo-pic img {
  border: 5px solid #fff;
  width: 100%;
  height: auto;
}
.table-sprecher {
  min-width: 200px;
}
.promo-tld-box {
  font-weight: bold;
}
#promoModal {
  background: rgba(244, 67, 0, 0.7);
}
#promoModal h2 {
  font-size: 24px;
  font-weight: 700;
  color: #f44300;
  text-transform: uppercase;
  margin-top: 0;
}
#promoModal h3 {
  font-weight: bold;
  font-size: 20px;
}
.promo-code-el {
  margin-top: 25px;
}
.promo-code {
  border: 1px solid #ececec;
  padding: 8px 20px;
  font-weight: bold;
  color: #f44300;
  position: relative;
  top: 2px;
  margin: 0 10px;
}
.table caption {
  font-weight: bold;
  background: #f44300;
  color: #fff;
  padding: 7px;
}
.apierror {
  color: #f44300;
  font-style: italic;
}
.tld-header {
  padding: 70px 0 20px;
}
.tld-header h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  margin: 0 0 12px 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
.d-header-image {
  margin-bottom: 30px;
  position: relative;
  top: 40px;
  z-index: 100;
  transform: perspective(1000px) rotateY(-32deg) rotateX(20deg) scale(1.1);
  transition: ease .8s;
}
.d-header-image:hover {
  transform: perspective(1000px) rotateY(-22deg) rotateX(10deg) scale(1.1);
}
.d-header-image img {
  border-radius: 10px;
  box-shadow: 46px 30px 50px rgba(0, 0, 0, 0.5);
}
#domaincheck-form .d-domaincheck {
  background: #fff;
  border-radius: 9px;
  padding: 3px 3px 2px 3px;
}
#domaincheck-form .d-domaincheck .input-lg {
  margin-right: 0;
  border: none;
  width: 100%;
}
#domaincheck-form .d-domaincheck .input-lg:focus {
  box-shadow: none;
}
#domaincheck-form .d-domaincheck .has-error .help-block {
  position: absolute;
  border-radius: 7px;
  width: 100%;
  top: -64px;
  left: 12px;
  background: #f2dede !important;
  color: #666 !important;
  padding: 7px 12px;
}
#domaincheck-form .d-domaincheck .btn:hover {
  color: #f44300;
}
.tld-header .d-domaincheck .btn:hover {
  color: #f44300;
}
.container-highlight {
  background: #f44300;
  background-position: center bottom;
  background-repeat: no-repeat;
  color: #fff;
}
.container-highlight h2 {
  color: #fff;
}
.container-highlight .btn-line,
.container-highlight .btn-brand,
.container-highlight .btn-light {
  color: #fff;
  border: 2px solid #fff;
}
.container-highlight .btn-line:hover,
.container-highlight .btn-brand:hover,
.container-highlight .btn-light:hover {
  color: #f44300 !important;
  background: #fff;
}
.container-highlight a,
.container-highlight a:hover,
.container-highlight a:active,
.container-highlight a:focus,
.container-highlight .btn,
.container-highlight .btn:hover {
  color: #fff;
  text-decoration: none;
}
.container-highlight a:hover {
  text-decoration: underline;
}
.tld-page .container-highlight,
#c15449 > div {
  background: url(/fileadmin/files/internetx/images/startseite/bg_grafik_tlds.svg), -moz-linear-gradient(top, #fb4d09 0%, #fb6422 100%);
  /* FF3.6-15 */
  background: url(/fileadmin/files/internetx/images/startseite/bg_grafik_tlds.svg), -webkit-linear-gradient(top, #fb4d09 0%, #fb6422 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: url(/fileadmin/files/internetx/images/startseite/bg_grafik_tlds.svg), linear-gradient(to bottom, #fb4d09 0%, #fb6422 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-position: center bottom;
  background-repeat: no-repeat;
}
.blog-domaincheck {
  background: #fff;
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1), 0 7px 12px rgba(0, 0, 0, 0.08);
}
.video-responsive {
  position: relative;
  padding-bottom: 55%;
  padding-top: 15px;
  height: 0;
  overflow: hidden;
}
.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.nl-sub-short {
  padding: 40px 15px 45px;
  margin-bottom: 55px;
  background: #f44300;
  color: #FFF;
  text-align: center;
}
.nl-sub-short #powermail_field_e_mail {
  border: none;
}
.nl-sub-short h3 {
  color: #FFF;
}
.nl-sub-short .nl-sub-short-desc {
  text-align: center;
  margin-bottom: 20px;
}
.nl-sub-short .nl-sub-short-desc .fa-check-circle {
  margin-left: 10px;
}
.nl-sub-short .powermail_label {
  display: none;
}
.nl-sub-short .form-group {
  margin-bottom: 0px;
}
.nl-sub-short .powermail_fieldwrap_input {
  text-align: center;
}
.nl-sub-short #powermail_field_e_mail {
  text-align: center;
  height: 50px;
}
.nl-sub-short .powermail_submit {
  background: #414141;
  color: #fff;
  border: none;
}
.nl-sub-short a {
  color: #fff;
  text-decoration: underline;
}
.nl-sub-short #powermail_fieldwrap_1629 {
  margin-top: 10px;
}
.sidebar .nl-sub-short {
  padding: 20px 15px 17px;
}
.sidebar .nl-sub-short .powermail_fieldwrap_1629,
.sidebar .nl-sub-short .powermail_fieldwrap_1620 {
  font-size: 10px;
}
.sidebar .col-sm-6.col-md-offset-3,
.sidebar .col-sm-offset-3.col-sm-6 {
  margin-left: 0;
  width: 100%;
}
.sidebar .nl-sub-short .nl-sub-short-desc {
  font-size: 13px;
}
#instafeed {
  width: 100%;
  column-count: 4;
  column-gap: .5em;
}
#instafeed a {
  display: inline-block;
  margin-bottom: .3em;
  transition: .4s;
  height: 200px;
}
#instafeed a:hover {
  opacity: .7;
}
#instafeed img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  #instafeed {
    column-count: 2;
  }
}
.event-box {
  background: #f44300;
  margin-bottom: 35px;
}
.event-box h3,
.event-box h4,
.event-box h5 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 24px;
  margin: 0;
}
.event-box .event-img {
  padding: 30px 0;
}
.event-box .event-text {
  padding: 30px 30px;
}
.event-box h4 {
  color: #fff;
  font-size: 16px;
}
.event-box h3 {
  color: #fff;
  font-size: 30px;
}
.event-box h5 {
  color: #fff;
  font-weight: 100;
  font-size: 16px;
}
.event-box img {
  width: 150px;
  height: auto;
}
.event-box .btn {
  margin-top: 30px;
  border-color: #fff;
  color: #fff;
  margin-bottom: 30px;
}
.event-box .btn:hover {
  background: #fff;
  color: #f44300;
}
.video_wrapper {
  background-image: url('../img/bg-cookie-video.svg');
  background-size: cover;
  position: relative;
  box-shadow: 0px 3px 5px #333;
  width: 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
.video_wrapper h3 {
  color: #fff;
}
.video_wrapper .video_opacity {
  width: 100%;
  height: 100%;
}
.video_wrapper .video-container {
  display: none;
}
.video_wrapper .video_trigger {
  padding: 30px;
  text-align: center;
  position: relative;
  z-index: 11;
  color: #fff;
  /*
		&:before {
			content: "\f04b";
			font-family: FontAwesome;
			font-weight: 900;
			position: absolute;
			z-index: 10;
			font-size: 120px;
			color: rgba( 255, 255, 255, .2 );
			width: 120px;
			height: 120px;
			line-height: 120px;
			text-align: center;
			top: calc(50% - 60px);
			left: calc(50% - 60px);
		}
		*/
}
.video_wrapper .video_trigger p {
  font-size: 12px;
  line-height: 24px;
}
.video_wrapper .video_trigger b {
  display: block;
  margin-bottom: 10px;
}
.video_wrapper .video_layer {
  /*position: relative;*/
  display: none;
  height: 100%;
  width: 100%;
  margin: auto;
}
.video_wrapper .video_layer iframe {
  border: 0px none transparent;
  height: 100%;
  width: 100%;
}
.video_wrapper .play-button-wrap {
  position: relative;
  height: 0px;
}
.video_wrapper .play-button-wrap .play-button {
  /*
			content: "\f04b";
			font-family: FontAwesome;
			*/
  color: #696969;
  font-size: 100px;
  font-weight: 900;
  height: 100px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  bottom: 200px;
  z-index: -10;
}
.video_wrapper .play-button-wrap .play-button .fa {
  font-size: 100px;
}
.lightbulp {
  width: 100%;
  height: 70px;
  position: absolute;
  top: 60px;
  background-image: url('../img/christmas/xmas-lights.png');
  background-size: 500px 0%;
  background-repeat-y: no-repeat;
  transition: background-size 0.5s linear;
  -moz-transition: background-size 0.5s linear;
  -ms-transition: background-size 0.5s linear;
  -o-transition: background-size 0.5s linear;
  -webkit-transition: background-size 0.5s linear;
}
.scroll-to-fixed-fixed .lightbulp {
  background-size: 500px 100%;
}
.ithelps {
  color: #fff;
}
.ithelps img {
  width: 250px;
  padding-bottom: 0px;
}
.ithelps .btn {
  margin-top: 10px;
}
.ithelps .event-text {
  padding: 40px 30px;
}
.event-gdr {
  background: #f44300;
  margin-bottom: 35px;
  background-image: url('/fileadmin/files/internetx/images/promos/GDR/map-orange.svg');
  background-size: 900px 800px;
  background-repeat: no-repeat;
  background-position: right -420px top -143px;
}
.event-autodns {
  background: linear-gradient(90deg, #fd7001 -2.82%, #f54801 78.23999999999999%);
  margin-bottom: 35px;
}
.event-autodns h3 {
  text-transform: none;
  font-weight: 600;
}
.event-autodns .shades {
  background-image: url('/fileadmin/files/internetx/images/promos/autodns/backgroundShades.png');
  background-repeat: no-repeat;
  background-position: right top;
}
.event-autodns .event-text {
  padding: 40px 70px;
}
.event-autodns .btn {
  margin-bottom: 0px;
}
.event-autodns .event-img {
  padding: 25px 0;
}
.event-autodns .event-img img {
  width: 400px;
  position: relative;
  right: 40px;
}
@media (max-width: 767px) {
  .event-autodns .event-img img {
    width: 100%;
    right: 0;
  }
  .event-autodns .event-text {
    padding: 20px 20px;
  }
}
.event-forza-it {
  background: linear-gradient(140.4deg, #ebedff -11.87%, #001aff 115.22%), #ffffff;
}
.event-forza-it .event-img img {
  width: 200px;
}
.event-forza-it span {
  padding: 0 7px;
  font-weight: 700;
  border-radius: 3px;
  color: #fff;
}
.event-forza-it span.orange {
  background: #f44300;
  color: #fff;
}
.event-forza-it span.code {
  border: 1px dashed #ffffff;
}
.event-forza-it p.footnote {
  font-style: italic;
  opacity: 0.8;
  font-size: 16px;
}
.event-forza-it h3 {
  font-size: 35px;
  margin-bottom: 20px;
  background-color: #0028F8;
  background-image: linear-gradient(45deg, #0028f8, #1e1e21);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  line-height: 1.2;
}
.event-forza-it p {
  font-size: 20px;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  line-height: 2.3;
}
.event-forza-it p br {
  display: none;
}
.event-forza-it .btn {
  background: #f44300;
  border: none;
  color: #fff;
}
.event-forza-it .btn:hover {
  background: #d22100;
}
@media only screen and (max-width: 560px) {
  .event-forza-it p br {
    display: block;
  }
}
.big-anchor {
  width: 100%;
  text-align: center;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 38px rgba(0, 0, 0, 0.1), 0 7px 12px rgba(0, 0, 0, 0.08);
  padding: 13px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
.big-anchor:hover {
  text-decoration: none;
  background: #f44300;
  color: #fff;
}
@media (min-width: 1200px) {
  .subnav .navbar-sub ul.nav li a {
    padding: 0 !important;
    font-weight: normal;
  }
  .reseller-outer .reseller-btn a {
    padding: 11px 100px 10px 13px;
  }
  .reseller-outer .reseller-btn a span {
    padding: 5px 5px 5px 80px;
  }
  .reseller-inner {
    padding: 35px 0 40px;
  }
  .reseller-inner .reseller-inner-box #cog-small {
    transform-origin: 46.26% 42.27%;
  }
  .reseller-inner .reseller-inner-box #cog-big {
    transform-origin: 53.49% 52.85%;
  }
  .reseller-inner .reseller-inner-box #Schloss_top {
    transform: translateY(-10px);
    transition: .4s;
  }
  .reseller-inner .reseller-inner-box:hover #cog-small {
    -webkit-animation: cogs 2s infinite linear;
    /* Safari 4+ */
    -moz-animation: cogs 2s infinite linear;
    /* Fx 5+ */
    -o-animation: cogs 2s infinite linear;
    /* Opera 12+ */
    animation: cogs 2s infinite linear;
    /* IE 10+, Fx 29+ */
  }
  .reseller-inner .reseller-inner-box:hover #cog-big {
    -webkit-animation: cogs-anti 3s infinite linear;
    /* Safari 4+ */
    -moz-animation: cogs-anti 3s infinite linear;
    /* Fx 5+ */
    -o-animation: cogs-anti 3s infinite linear;
    /* Opera 12+ */
    animation: cogs-anti 3s infinite linear;
    /* IE 10+, Fx 29+ */
  }
  .reseller-inner .reseller-inner-box:hover #W1 {
    -webkit-animation: browser-anim 2s 0.01s infinite;
    /* Safari 4+ */
    -moz-animation: browser-anim 2s 0.01s infinite;
    /* Fx 5+ */
    -o-animation: browser-anim 2s 0.01s infinite;
    /* Opera 12+ */
    animation: browser-anim 2s 0.01s infinite;
    /* IE 10+, Fx 29+ */
  }
  .reseller-inner .reseller-inner-box:hover #W2 {
    -webkit-animation: browser-anim 2s 0.2s infinite;
    /* Safari 4+ */
    -moz-animation: browser-anim 2s 0.2s infinite;
    /* Fx 5+ */
    -o-animation: browser-anim 2s 0.2s infinite;
    /* Opera 12+ */
    animation: browser-anim 2s 0.2s infinite;
    /* IE 10+, Fx 29+ */
  }
  .reseller-inner .reseller-inner-box:hover #W3 {
    -webkit-animation: browser-anim 2s 0.4s infinite;
    /* Safari 4+ */
    -moz-animation: browser-anim 2s 0.4s infinite;
    /* Fx 5+ */
    -o-animation: browser-anim 2s 0.4s infinite;
    /* Opera 12+ */
    animation: browser-anim 2s 0.4s infinite;
    /* IE 10+, Fx 29+ */
  }
  @keyframes browser-anim {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes cogs {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes cogs-anti {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(-360deg);
    }
  }
  .reseller-inner .reseller-inner-box:hover #Schloss_top {
    transform: translateY(2px);
  }
  .reseller-inner .col-middle .reseller-inner-box {
    position: relative;
    z-index: 10;
  }
  .reseller-inner .col-middle .reseller-inner-box #Rocket {
    transform: translateY(0);
    transition: .4s;
  }
  .reseller-inner .col-middle .reseller-inner-box:hover #Rocket {
    transform: translateY(-10px);
  }
  .content1 #c1723 .reseller-inner-text {
    min-height: 220px !important;
  }
  .two-col #bigscreen-autodns,
  .two-col #bigscreen-sslmanager {
    display: block;
    width: 496px;
    height: 443px;
    top: -20px;
  }
  .two-col #bigscreen-autodns img,
  .two-col #bigscreen-sslmanager img {
    width: 496px;
    height: auto;
  }
  .input-switch .bootstrap-switch {
    margin-bottom: 11px;
  }
  .input-switch p {
    margin-top: 3px;
  }
  .navbar-default .navbar-nav.navbar-right {
    margin-right: 0;
  }
  .navbar-default .navbar-nav li.active a {
    color: #fff;
    font-weight: bold;
  }
  .navbar-default .navbar-nav li a {
    padding: 10px 49px;
    color: #fff;
    font-weight: normal;
  }
  .navbar-default .navbar-nav li a:hover {
    background: none;
    color: #fff;
    font-weight: bold;
  }
}
@media (min-width: 992px) {
  .btn-lg {
    padding: 12px 20px;
    font-weight: normal;
    font-size: 18px;
  }
  .subnav .navbar-sub ul.nav {
    width: 100%;
  }
  .navbar-default .navbar-nav.navbar-right {
    margin-right: 0;
  }
  .navbar-default .navbar-nav li.active a {
    color: #fff;
    background: none;
  }
  .navbar-default .navbar-nav li a {
    padding: 10px 30px;
    color: #fff;
    font-weight: normal;
  }
  .navbar-default .navbar-nav li a:hover {
    background: none;
    color: #fff;
  }
  .newgtld-fokus .nav-tabs li {
    clear: none;
    float: left;
    display: inline;
  }
  #bigscreen-autodns,
  #bigscreen-sslmanager {
    display: block;
    width: 400px;
    height: 435px;
    top: 50px;
  }
  #bigscreen-autodns img,
  #bigscreen-sslmanager img {
    width: 400px;
    height: auto;
  }
  #slider3 .rsContent .slider-text-outer .slider-text {
    top: 160px;
  }
  #slider3 .rsContent .slider-text-outer .slider-text a h3 {
    display: none;
  }
  #slider3 .rsContent .slider-text-outer .slider-text a p {
    display: block;
    margin-bottom: 25px;
    color: #fff;
    font-weight: normal;
  }
  #slider3 .rsContent .slider-text-outer .slider-text a .btn {
    color: #f44300;
    display: inline-block;
  }
  #slider3 .rsContent .slider-text-outer .slider-text a .btn:hover {
    color: #fff;
  }
  #slider3 .rsContent .slider-text-outer .slider-text a:hover {
    text-decoration: none;
  }
  .subnav .navbar-sub ul.nav li a {
    padding: 0px 17px;
    font-weight: normal;
  }
  .text-in-picture {
    color: #fff;
    padding: 70px 50px 100px;
    margin-bottom: 80px;
    background-size: cover;
    background-position: center;
    max-height: 480px;
  }
  .text-in-picture .text-in-picture-text h2 {
    color: #fff;
  }
  .text-in-picture-light {
    color: #191919;
  }
  .content1 #c1723 .reseller-inner-text {
    min-height: 300px;
  }
  .content2 .news-list-container-home {
    margin-bottom: 40px;
  }
  .reseller-inner {
    padding: 20px 0 0px;
  }
  .reseller-wrapper {
    padding: 0 0 0 0;
  }
  .reseller-wrapper h3 {
    font-size: 24px;
    color: #f44300;
    margin: 0 0 20px 0;
    text-align: center;
    text-transform: uppercase;
  }
  .reseller-wrapper .reseller-inner .reseller-inner-box .reseller-inner-image {
    filter: gray;
    /* IE6-9 */
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    /* Chrome 19+ & Safari 6+ */
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
  }
  .reseller-wrapper .reseller-inner .reseller-inner-box:hover {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
  }
  .reseller-wrapper .reseller-inner .reseller-inner-box:hover .reseller-inner-image {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
  }
  .reseller-wrapper .reseller-inner .reseller-inner-box:hover .reseller-inner-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .reseller-outer .reseller-btn a {
    padding: 11px 100px 10px 13px;
  }
  .reseller-outer .reseller-btn a span {
    padding: 5px 5px 5px 80px;
  }
  .outer-top-bar .container .navbar-form .form-control {
    width: 150px;
  }
  .outer-top-bar .container .topbar-phone {
    display: block;
  }
  .outer-top-bar .container .topbar-navi {
    width: auto;
  }
  .outer-top-bar .container .topbar-login {
    display: block;
    float: right;
  }
  .outer-top-bar .container .topbar-become-customer {
    display: block !important;
    float: right;
  }
  .outer-top-bar .container .btn-login {
    margin: 6px 0 0;
  }
  .infos .news,
  .infos .trailer,
  .infos .promo {
    margin-bottom: 0;
  }
  .contact .phone {
    margin-left: 0;
  }
  .contact .email {
    margin-left: 0;
  }
  .contact .outer-button {
    margin: 13px 0 0 0;
  }
  .contact .outer-button .btn {
    width: auto;
  }
  .contact-sub .contact-sub-inner {
    border: 1px solid #ececec;
    border-top: none;
  }
  .contact-sub .contact-sub-inner .contact-content-inner {
    border-bottom: none;
    border-left: 1px solid #ececec;
  }
  .contact-sub .contact-sub-inner .col-md-4.first .contact-content-inner {
    border: none;
  }
  .contact-sub .contact-sub-inner .col-md-4.last .contact-content-inner {
    border-left: 1px solid #ececec;
  }
  .footer-nav ul li {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #submenu-left {
    display: block;
  }
  .btn {
    padding: 8px 30px;
  }
  #logo-nav .container #logo {
    margin-bottom: 20px;
    display: block;
  }
  #logo-nav.scroll-to-fixed-fixed {
    background: #000;
  }
  #logo-nav.scroll-to-fixed-fixed .container {
    padding: 15px 15px 0 15px;
    margin-top: 0;
  }
  #logo-nav.scroll-to-fixed-fixed .container #logo {
    width: 127px;
    height: 40px;
  }
  .outer-top-bar {
    padding-bottom: 0;
  }
  .outer-top-bar .language ul li {
    margin-left: 9px;
  }
  .outer-top-bar .language ul li a img {
    width: 100%;
    height: 100%;
  }
  .outer-top-bar .tx-srlanguagemenu {
    position: relative;
    bottom: 3px;
    font-family: 'Open Sans', sans-serif;
  }
  .outer-top-bar .tx-srlanguagemenu,
  .outer-top-bar .tx-srlanguagemenu .links-list-header {
    font-family: Verdana, sans-serif;
    line-height: 100%;
    margin-top: 8px;
    padding: 0;
    text-indent: 0;
  }
  .navbar-default {
    background: none;
  }
  .navbar-default .navbar-header .navbar-logo {
    display: none;
  }
  .navbar-default .navbar-nav {
    border-bottom: none;
    text-align: right;
    background: transparent;
  }
  .navbar-default .navbar-nav.navbar-right {
    margin-right: 0;
  }
  .navbar-default .navbar-nav li {
    width: auto !important;
    margin-left: 30px;
    float: none;
    display: inline-block;
  }
  .navbar-default .navbar-nav li.last {
    transition: all .3s;
    opacity: 0;
    margin-left: 0;
    width: 0 !important;
  }
  .navbar-default .navbar-nav li.last a {
    color: #f44300 !important;
    border-color: #f44300 !important;
  }
  .navbar-default .navbar-nav li.active a {
    color: #f44300;
    background: none;
  }
  .navbar-default .navbar-nav li a {
    padding: 10px 0 !important;
    color: #fff;
    font-weight: normal;
  }
  .navbar-default .navbar-nav li a:hover {
    background: none;
    color: #fff;
  }
  .navbar-default .navbar-nav li a {
    padding: 10px 20px;
  }
  .navbar-default .container-fluid {
    padding: 0;
  }
  body.pageid-8 .csc-textpic {
    display: block;
  }
  .imgwidth-full img {
    width: 100%;
    height: auto;
  }
  .subnav .navbar-sub ul.nav li a {
    padding: 0px 6px;
    font-weight: normal;
  }
  .pageid-55 .header-box {
    display: block;
  }
  #footer {
    display: block;
  }
  .social-media-page-wrap a.btn-bottom {
    display: inline !important;
    margin: 0 6px !important;
  }
  .modal-dialog {
    width: 600px;
    margin: 80px auto;
  }
}
@media (max-width: 767px) {
  .outer-top-bar .topbar-navi a {
    font-size: 9px;
  }
  .navbar-default .navbar-collapse .nav {
    padding: 20px;
  }
  #logo-nav.scroll-to-fixed-fixed .navbar-nav .last {
    width: 100% !important;
    margin: 0;
  }
  .table-responsive {
    border: none;
  }
  #photo-header #photo-header-content h1 {
    font-size: 38px;
  }
  .imgwidth-full img {
    width: 100%;
    height: auto;
  }
  .news-single-item img {
    display: block;
    height: auto;
    width: 100%;
  }
  .news-single-img {
    float: left !important;
    margin: 0 !important;
    width: 100%;
  }
  .news-single-img img {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .outer-top-bar .notification {
    display: none;
  }
  .tx-srlanguagemenu,
  .tx-srlanguagemenu .links-list-header {
    margin-top: 3px !important;
  }
  #domaincheck-form .btn-lg {
    width: 100%;
  }
  #domaincheck-form select.input-lg {
    width: 100%;
  }
  #domaincheck-result-inner h3 {
    font-size: 18px;
  }
  #domaincheck-result-inner .btn-brand {
    font-size: 12px;
  }
  .domainorder .scroll-to-fixed-fixed {
    display: none;
  }
  .upgrade-box {
    display: none;
  }
  #timer td {
    font-size: 30px !important;
  }
}
@media (max-width: 991px) {
  .text-in-picture {
    background-image: none !important;
  }
  .tx_cookies_inner_container {
    width: auto;
    margin: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-box-wrap {
    margin-top: 0;
  }
  .upgrade-box {
    display: none;
  }
  #photo-header #photo-header-content {
    padding-top: 210px;
  }
  .pageid-116 #photo-header #photo-header-content {
    padding-top: 100px;
  }
}
.nsinstagram-v1apiview .gallery {
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)) !important;
}
.nsinstagram-v1apiview .gallery img {
  height: 20rem;
}
.tld-page .tld-header p {
  color: #FFFFFF;
}
.tld-page .tld-header #contactus p {
  color: #000000 !important;
}
.blogDomainCheckInput {
  height: 55px !important;
}
.CardsContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
  margin-top: 70px;
}
.cardBGImage {
  width: 100%;
}
.ctaButton {
  position: absolute;
  z-index: 1;
  top: 35%;
}
.cardWrapper {
  padding-bottom: 0 !important;
}
.cardWrapper:hover .cardBGImage {
  -webkit-filter: blur(2px);
  transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
}
.lastrow img {
  opacity: 0 !important;
}
.ctaButton {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#seal-container {
  transform: scale(0.7);
}
#digicert_footer_container {
  width: 180px;
  margin-top: -15px;
}
.phase-five {
  transform: scale(0.72);
}
