/** Global **/
html,
body {
  font-size: 14px;
  height: 100%;
  /**min-width: 970px;**/
  font-family: "Lato",Helvetica,Arial,sans-serif;
}
#wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -300px;
  padding: 0 0 300px;
}
#wrap-helpdesk {
  min-height: 100%;
  height: auto;
  margin: 0 auto -260px;
  padding: 0 0 260px;
}
#wrap-blank {
  min-height: 100%;
  height: auto;
  margin: 0 auto -70px;
  padding: 0 0 70px;
}
#wrap-survey-finished {
  min-height: 100%;
  height: auto;
  margin: 0 auto -120px;
  padding: 0 0 70px;
  background-color: #f5f5f5;
}

.container {
  /**width: 970px;**/
  max-width: 970px !important;
}
.container-sm {
  /**width: 970px;**/
  max-width: 530px !important;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
a {
  color: #8c122e;
}
a:hover,
a:focus {
  color: #8c122e;
}

/** Headlines **/
h1, h2, h3, h4 {
  font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 300;
  margin-top: 0px;
  letter-spacing: -0.025em;
}
h1 {
  font-size: 48px;
  line-height: 58px;
}
h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
}
h3 {
  font-size: 24px;
  line-height: 35px;
}
h4 {
  font-size: 18px;
  line-height: 25px;
}

/** Text **/
.text-sm {
  font-size: 12px;
}
.text-big {
  font-size: 14px;
  line-height: 22px;
}
.text-medium {
  font-size: 16px;
  line-height: 26px;
}
.text-lg {
  font-size: 18px;
  line-height: 28px;
}
.text-xlg {
  font-size: 20px;
}
.text-muted {
  color: #848484;
}
.text-ef {
  color: #8c122e;
}
.text-green {
  color: #0299a2;
}
.text-white {
  color: #FFFFFF;
}
.text-note {
  color: #999999;
}
.text-bold {
  font-weight: 700;
}
.text-sternchen {
  font-size: 20px;
  line-height: 40px;
  position: absolute;
}
.text-underline {
  text-decoration: underline;
}
.hero-start h1 {
  font-size: 63px;
  line-height: 68px;
  font-weight: 700;
  text-shadow: black 0.0em 0.1em 0.5em;
}
h1.sign-in {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}
.hero-start h2 {
  text-shadow: black 0.0em 0.1em 0.5em;
}
h2.pricing {
  font-size: 48px;
  font-weight: 300;
  margin-top: 0px;
  letter-spacing: -0.025em;
}

/** Nav **/
.navbar {
  background-color: #FFFFFF;
  min-height: 79px;
  border: none;
  border-radius: 0px;
  border-bottom: 0px solid #CCCCCC;
  margin: 0px;
}
nav.navbar > .container {
  min-height: 80px;
}
.navbar-brand {
  padding: 15px 20px 27px 15px;
}
.navbar > .container .navbar-brand {
  margin-left: 0px;
}
.nav-header {
  text-transform: uppercase;
}
.nav-lowercase {
  text-transform: lowercase;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
  padding: 30px 13px 29px 13px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover {
  color: #000000;
  background-color: #F5F5F5;
}
.navbar-right {
  margin: 25px 0 0 0;
  /**float: right;**/
}
.container .navbar-header,
.container .navbar-collapse {
  margin-right: 0px;
  margin-left: -15px;
}
/**.navbar-header {
  float: left;
}**/
.navbar-collapse {
  /**border: none !important;**/
  /**display: block !important;**/
  height: auto;
  padding: 0px;
  /**overflow: visible !important;**/
  /*width: 955px;*/
}
.navbar-toggle {
  margin-top:22.5px;
  margin-bottom:22.5px;
  border:0px;
  border-radius:0px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar-nav {
  /**float: left;**/
  margin: 0 !important;
}
/**.navbar-nav > li {
  float: left;
}**/
.navbar-nav.navbar-right {
  float: right;
}
.navbar-right .btn-signin,
.navbar-right .btn-signup {
  float: none;
}
.nav-center {
  text-align: center;
  padding-bottom: 5px !important;
}
.nav-center ul {
  display: inline-block;
}
.nav-center a {
  font-size: 16px;
  color: #000000;
  padding: 10px 20px !important;
}
.nav-stacked a {
  text-align: right;
  font-size: 16px;
  color: #000000;
}
.nav-pills > li > a:hover,
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover {
  background-color: #dddddd;
  border-radius: 2px;
  color: #000000;
}
.nav-pills-link > li > a,
.nav-pills-link > li > a:hover {
  font-size: 15px;
  padding: 10px 13px !important;
}
.nav-pills-link > li > a:hover {
  color: #8C122E;
}
.nav-pills-link > li.no-link {
  margin-top: 10px;
}

/** Layout **/
.content-grey {
  width: 100%;
  background-color: #efefef;
}
.content-grey-darker {
  width: 100%;
  background-color: #dddddd;
}
.content-black {
  width: 100%;
  background-color: #2a2a2a;
}
.content-xs {
  padding: 10px 0;
}
.content-sm {
  padding: 20px 0;
}
.content-big {
  padding: 40px 0;
}
.content-lg {
  padding: 60px 0;
}
.content-xlg {
  padding: 110px 0;
}
.content-xlg-sec {
  padding: 110px 0;
}
.content-xxl {
  padding: 150px 0;
}

.col-centered{
  float: none;
  margin: 0 auto;
}

/** Footer **/
#footer {
  background-color: #2A2A2A;
  font-size: 11px;
  color: #FFFFFF;
  margin-top: 80px;
}

#footer > .container {
  padding-top: 20px;
}
#footer p {
  margin-bottom: 8px;
}
#footer .col-sm-7 a {
  color: #FFFFFF;
}
#footer .col-sm-12 a {
  color: #FFFFFF;
}
#footer-helpdesk {
  height: 90px;
}
.footer-helpdesk {
  min-height: 170px !important;
  margin-top: 0px !important;
}
.footer-blank {
  min-height: 70px !important;
  margin-top: 0px !important;
}
.footer-survey-finished {
  min-height: 120px !important;
  margin-top: 0px !important;
}
.footer-main {
  min-height: 260px !important;
}
.content-middle {
  margin-top: calc(15vh);
  padding-bottom: 100px;
}

/** Teaser **/
.h1-style {
  font-size: 48px;
  font-weight: 300;
  line-height: 58px;
}
@media screen and (max-width:768px) {
  .h1-style {
    font-size: 36px;
    line-height: 47px;
    font-weight: 300;
    }
  }
.teaser {
  width: 100%;
  min-height: 180px;
  background-color: #ececec;
  background-repeat: no-repeat;
  background-position: 50% 0%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow:inset 0 10px 10px -10px #cacaca;
  box-shadow:inset 0 0px 0px 0px #cacaca;
}
.div-privacy {
  max-height: 260px;
  background-color: #c1e5fa;
}
.teaser-helpdesk {
  min-height: 350px;
  background-image: url(../img/home/hilfecenter/header.jpg);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/hilfecenter/header.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/home/hilfecenter/header.jpg', sizingMethod='scale')";
}
.teaser-helpdesk-small {
  min-height: 160px;
}
.teaser-master {
  height: 120px;
}
.teaser-price {
  background-color: #0299a2;
}
.teaser-price-small {  
  background-color: #0299a2;
  min-height: 180px;
}
.teaser-design {
  min-height: 260px;
}
.teaser-line {
  min-height: 30px;
}
.teaser-questions {
  background-color: #2a2a2a;
  min-height: 260px;
}
.teaser-big {
  height: 350px;
}
.teaser-red-500 {
  max-height: 500px;
  background-color: #8c122e;
}
.teaser-green-720 {
  max-height: 720px;
  background-color: #09898a;
}
.hero-screen-img {
  position: relative;
  bottom: -13px;
}

/** Buttons **/
.btn {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  border-radius: 3px;
}
.btn-default {
  background-color: #363636;
  border-color: #363636;
  color: #ffffff;
  padding: 10px 30px;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #ffffff;
}
.btn-default > .caret,
.dropup .btn-default .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-primary {
  background-color: #8c122e;
  border-color: #8c122e;
  color: #ffffff;
  padding: 10px 30px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #740c24;
  border-color: #740c24;
  color: #ffffff;
}
.btn-success {
  background-color: #0299a2;
  border-color: #0299a2;
  color: #ffffff;
  padding: 10px 30px;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #066565;
  border-color: #066565;
  color: #ffffff;
}
.btn-danger {
  background-color: #8C122E;
  border-color: #8C122E;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #7b1029;
  border-color: #7b1029;
  color: #ffffff;
}
.btn-white {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px #000000 solid;
}
.btn-white:hover {
  box-shadow: none;
  border-color: #000000;
  color: #8c122e;
}
.btn-white.active {
  background-color: #f2f2f2;
  box-shadow: none;
  color: #8c122e;
}
.btn-grey {
  background-color: #F2F2F2;
  border-color: #F2F2F2;
  color: #000000;
}
.btn-grey:hover,
.btn-grey:focus {
  background-color: #E5E5E5;
  border-color: #E5E5E5;
  color: #000000;
}
.btn-link {
  color: #8c122e;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1px;
}
.btn-link:hover,
.btn-link:focus {
  color: #8c122e;
}
.btn-grey-border,
.btn-grey-border:hover,
.btn-grey-border:focus {
  border: 1px solid #CCCCCC;
}
.btn-pollpool {
  background-color: #3f51b5;
  border-color: #3f51b5;
  color: #FFFFFF;
}
.btn-pollpool:hover,
.btn-pollpool:focus {
  background-color: #3345a5;
  border-color: #3345a5;
  color: #FFFFFF;
}
.btn-sm {
  font-size: 12px;
  padding: 5px 10px !important;
}
.btn-xs {
  font-size: 11px;
  padding: 5px 10px !important;
}
.btn-lg {
  padding: 16px 26px;
  font-size: 20px;
}

/** Cookie Hinweis **/
.cc_container {
    background: #fff;
    color: #999;
    font-size: 14px !important;
    font-family: "Lato",Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    border: 1px solid #ccc;
    padding: 10px 20px 10px !important;
}
.cc_container .cc_btn, .cc_container .cc_btn:visited {
    color: #fff !important;
    background-color: #2a2a2a !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
}
.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #8c122e !important;
    transition: 200ms color;
}

/** Forms **/
.form-underline {
  border: none;
  border-bottom: 1px solid #DDDDDD;
  border-radius: 0 0 0 0;
  box-shadow: none;
}
.form-underline:focus,
select:focus,
textarea.form-control:focus {
  border-color: #A3A3A3 !important;
  box-shadow: none !important;
}

/** Box **/
.box {
  background-color: #f2f2f2;
  border-radius: 5px;
  max-width: 270px;
  margin: 0 auto;
}
.box > .content {
  padding: 5px;
}
.box > .content > a {
  display: block;
  background-color: #363636;
  color: #FFFFFF;
  text-align: center;
}
.box > .content > a:hover {
  text-decoration: none;
}
.box > .content > a > span.box-link {
  display: block;
  padding: 15px 0;
  font-size: 16px;
}
.box > .content-helpdesk {
  padding: 4px;
}
.box > .content-helpdesk > a {
  display: block;
  border: 1px solid #CCCCCC;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none !important;
}
.box > .content-helpdesk > a > span.box-link {
  display: block;
  padding: 15px 0;
  line-height: 20px;
  text-align: center;
  margin-top: 140px;
  background-color: #363636;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
.box-primary-border {
  float: right;
  margin-top: -100px;
  width: 300px;
}
.box-primary {
  position: relative;
  background-color: #147273;
  border-radius: 5px;
  z-index: 2;
}
.box-grey {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 5px;
  z-index: 2;
}
.box-info {
  position: relative;
  background-color: #8c122e;
  border-radius: 5px;
  z-index: 2;
  padding: 12px;
}
.box-default {
  position: relative;
  background-color: #2a2a2a;
  border-radius: 5px;
  z-index: 2;
}
.box-white-border {
  margin: 0 auto;
  margin-top: -40px;
  max-width: 400px;
}
.box-white {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 5px;
  z-index: 2;
}
.box-white > .content {
  padding: 30px;
}
.box-primary > .content,
.box-grey > .content,
.box-default > .content {
  padding: 20px;
}
.box-white-border > .shadow {
  position: relative;
  top:-5px;
  background: #FFFFFF url(../img/home/shadow.png) no-repeat 100% center;
  height: 14px;
  z-index: 1;
}
.box-primary-border > .shadow,
.box-default-border > .shadow{
  position: relative;
  top:-5px;
  background: #FFFFFF url(../img/home/shadow-sm.png) no-repeat 100% center;
  height: 15px;
  z-index: 1;
}
.box-white .form-group {
  text-align: center;
}
.box-white .form-group input[type="text"],
.box-white .form-group input[type="password"] {
  width: 260px;
  margin: 0 auto;
}
.box-order {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0px;
}
.box-order-info {
  width: 100%;
  background-color: #f5f5f5;
  padding: 10px 15px;
}
.box-voucher {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px;
}
.box-shadow {
  margin-top:-2px;
  margin-bottom:20px;
}

/** Landingpages **/
.box-red {
  background-color: #8c122e;
  padding: 40px 20px;
  text-align: center;
}
.box-blue {
  background-color: #0996d6;
  padding: 40px 20px;
  text-align: center;
}
.box-black {
  background-color: #2a2a2a;
  padding: 40px 20px;
  text-align: center;
}
.preview-survey {
  padding: 5px;
  background-color: #fff ;
  height: 120px;
  width: 180px;
  border: 10px;
  margin: 0 15px;
}
.preview-survey:hover,
.preview-survey:focus {
  border: 1px #09898a solid;
}

/** Tabelle **/
.table-free {
  width: 100%;
  background-color: #c2d3d8;
}
.table-free td {
  padding: 20px;
  border-bottom: 3px solid #FFF;
}
.table-price-layer-top {
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #2a2a2a;
}
.table-price-layer {
  padding: 15px;
  background-color: #f2f2f2;
}
.single-table-price {
  width: 100%;
  border: 2px;
  border-color: #FFFFFF;
}
.single-table-price.spacer {
  border-right: 20px solid #FFF;
}
.table-participant {
  width: 100%;
  valign: top;
}
.table-privacy {
  width: 100%;
  border: 1px solid #ccc;
  font-size: 10px;
}
.td-22p {
  width: 22%;
}
.td-18p {
  width: 18%;
}
.td-500 {
  width: 500px;
}
.tr-grey {
  background-color: #f2f2f2;
}
.tr-grey-light {
  background-color: #f8f8f8;
}
.td-145 {
  width: 145px;
  text-align: center;
}
.td-light {
  background-color: #c2c2c2;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  border-bottom: 3px solid #FFF;
}
.td-standard {
  background-color: #0299a2;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  border-bottom: 3px solid #FFF;
}
.td-business {
  background-color: #8C122E;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  border-bottom: 3px solid #FFF;
}
.td-company {
  background-color: #2a2a2a;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
  border-bottom: 3px solid #FFF;
}

/* MN - Preisübersicht */
.td-light.td-145,
.td-standard.td-145,
.td-business.td-145,
.td-company.td-145 {
  position:relative;
  padding: 10px 20px;
  color: #ffffff;
  text-align: center;
}
.td-light.td-145 {
  background-color: #c2c2c2;
  border-top:1px solid #c2c2c2 !important;
  border-bottom:1px solid #c2c2c2 !important;
}
.td-standard.td-145 {
  background-color: #0299a2;
  border-top:1px solid #0299a2 !important;
  border-bottom:1px solid #0299a2 !important;
}
.td-business.td-145 {
  background-color: #8C122E;
  border-top:1px solid #8C122E !important;
  border-bottom:1px solid #8C122E !important;
}
.td-company.td-145 {
  background-color: #2a2a2a;
  border-top:1px solid #2a2a2a !important;
  border-bottom:1px solid #2a2a2a !important;
}



.td-info {
  background-color: #f2f2f2;
  padding: 10px 20px;
  border-bottom: 3px solid #FFF;
}
.td-white {
  padding: 10px 20px;
}

/** Hilfe-Center **/
#helpdesk-search {
  max-width: 600px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 3px solid #313131;
  border-radius: 5px;
}
#helpdesk-search input {
  border: none;
  box-shadow: none !important;
  max-width: 500px;
}
#helpdesk-search button {
  margin: 2px;
}
.helpdesk-nav {
  margin-top: 33px;
  border-bottom: 1px solid #CCCCCC;
}
.helpdesk-nav li {
  background-color: #f2f2f2;
  border-top: 1px solid #CCCCCC;
  margin: 0px !important;
}
.helpdesk-hide {
  display: none;
}
.helpdesk-sub > li {
  background-color: #FFFFFF !important;
  border: none !important;
}
.helpdesk-sub > li > a {
  display: block;
  text-align: right;
  font-size: 13px;
  padding: 5px 41px 5px 0px !important;
  text-decoration: none;
}
.helpdesk-sub > li > a:hover {
  background-color: #FFFFFF !important;
  color: #8C122E !important;
}
.helpdesk-sub > li > a.active {
  color: #046666 !important;
}

/** Modal **/
.modal-dialog {
  padding-top: 100px;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.modal-header {
  background-color: #ffffff;
  border: none;
  padding: 50px 50px 20px 50px;
  border-bottom: none;
}
.modal-header > h2,
.modal-header > h4 {
  line-height: 30px;
}
.modal-header .close {
  margin: -30px -20px 0 0;
  opacity: 1;
  color: #BBBBBB;
}
.modal-header .close:hover,
.modal-header .close:focus {
  color: #999999;
}
.modal-body {
  padding: 0 50px 30px 50px;
}
.modal-footer {
  margin: 0px;
  background-color: #2A2A2A;
  text-align: left;
  padding: 15px 50px;
}

/** Browser Warnmeldung **/
.browserWarning {
  background-color: #FEEAC4;
  padding-bottom: 20px;
}

/** Misc **/
.cursor-link {
  cursor: pointer;
}
.no-margin {
  margin: 0px;
}
.margin-auto {
  margin: 0px auto;
}
.no-margin-bottom {
  margin-bottom: 0px;
}
.no-margin-top {
  margin-top: 0px !important;
}
.small-margin-top {
  margin-top: 5px !important;
}
.form-margin-top {
  margin-top: 7px !important;
}
.half-margin-top {
  margin-top: 10px !important;
}
.quarter-margin-top {
  margin-top: 15px !important;
}
.margin-top {
  margin-top: 20px !important;
}
.middle-margin-top {
  margin-top: 30px !important;
}
.dbl-margin-top {
  margin-top: 40px !important;
}
.xl-margin-top {
  margin-top: 60px !important;
}
.big-margin-top {
  margin-top: 80px !important;
}
.small-margin-bottom {
  margin-bottom: 5px !important;
}
.half-margin-bottom {
  margin-bottom: 10px !important;
}
.margin-bottom {
  margin-bottom: 20px !important;
}
.dbl-margin-bottom {
  margin-bottom: 40px !important;
}
.xl-margin-bottom {
  margin-bottom: 60px !important;
}
.big-margin-bottom {
  margin-bottom: 80px !important;
}
.no-padding-bottom {
  padding-bottom: 0;
}
.xs-padding{
  padding: 2px 0px;
}
.small-margin-left {
  margin-left: 5px;
}
.half-margin-left {
  margin-left: 10px;
}
.margin-left {
  margin-left: 20px;
}
.middle-margin-left {
  margin-left: 30px;
}
.xl-margin-left {
  margin-left: 70px !important;
}
.quarter-margin-right {
  margin-right: 15px;
}
.padding {
  padding: 20px;
}
.dbl-padding {
  padding: 40px;
}
.big-padding-right {
  padding-right: 60px;
}
.padding-top {
  padding-top: 20px;
}
.dbl-padding-top {
  padding-top: 40px;
}
.padding-right {
  padding-right: 30px;
}
.padding-left {
  padding-left: 15px;
}
.middle-padding-left {
  padding-left: 30px;
}
.no-padding {
  padding: 0px;
}
.no-padding-left {
  padding-left: 0px;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.siegel {
  float:left;
  width: 140px;
}
.siegel-copy-left {
  float:left;
  width: 250px;
  margin-right: 95px;
}
.siegel-copy-right {
  float:left;
  width: 300px;
}
hr {
  border-top-color: #cccccc;
}
.img-border {
  border: 1px solid #2a2a2a;
}

.privacy {
  width: 100%;
  background-color: #f2f2f2;
  padding: 15px 15px 7px 15px;
}
.privacy-box-grey {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px 30px;
}
.carousel-control {
  font-size: 30px;
  width: 10%;
  color: #2a2a2a;
  opacity: 0.8;
  text-shadow: none;
}
.carousel-control:focus {
    color: #2a2a2a;
}
.carousel-control:hover {
    color: #2a2a2a;
    opacity: 1;
}
.carousel-control .glyphicon-chevron-left {
  left: 0%;
}
.carousel-control.left {
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: none;
    background-repeat: repeat-x;
}
.carousel-indicators li {
  border: 1px solid #2a2a2a;
}
.carousel-indicators .active {
  background-color: #2a2a2a;
}
.carousel-indicators {
    bottom: -20px;
}
#responsive-video-bereich {
    background-color: #ffffff;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}
.responsive-video {
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** Funktionen-Page**/
.preview-survey-container {
  height: 770px;
  text-align: center;
}


/** Desktop Ansicht**/
@media screen and (min-width:768px) {
  .box-default-border {
    margin-top: -80px;
  }
  .padding-top-desktop {
    padding-top:20px;
  }
  .middle-padding-top-desktop {
    padding-top:30px;
  }
  .dbl-padding-top-desktop {
    padding-top:40px;
  }
  .half-padding-left-right-desktop {
    padding-left:10px;
    padding-right:10px;
  }
  .middle-margin-top-desktop {
    margin-top: 30px;
  }
  .dbl-margin-top-desktop {
    margin-top: 40px;
  }
  .big-margin-top-desktop {
    margin-top: 80px;
  }
  .middle-margin-left-desktop {
    margin-left: 30px;
  }
}

/** Mobile Ansicht**/
@media screen and (max-width:768px) {

  /** Text **/
  h1 {
    font-size: 36px;
    line-height: 47px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
  }
  h3 {
    font-size: 18px;
    line-height: 29px;
  }
  h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .text-sm {
    font-size: 11px;
  }
  .text-big {
    font-size: 13px;
    line-height: 20px;
  }
  .text-lg {
    font-size: 16px;
    line-height: 26px;
  }
  .text-xlg {
    font-size: 18px;
  }
  .text-center-mobile {
    text-align: center;
  }
  h2.pricing {
    font-size: 36px;
    line-height: 47px;
  }

  /** Buttons **/
  .btn-sm {
    font-size: 11px;
    padding: 5px 10px !important;
  }
  .btn-xs {
    font-size: 10px;
    padding: 4px 10px !important;
  }
  .btn-lg {
    padding: 10px;
    font-size: 16px;
  }

  /** Content **/
  .content-xs {
    padding: 10px 0;
  }
  .content-sm {
    padding: 15px 0;
  }
  .content-big {
    padding: 30px 0;
  }
  .content-lg {
    padding: 40px 0;
  }
  .content-xlg {
    padding: 80px 0;
  }
  .content-xlg-sec {
    padding: 20px 0;
  }
  .content-xxl {
    padding: 100px 0;
  }

  /** Boxen **/
  .box-white-border {
    margin-top: -20px;
  }

  /** Navigation **/
  .nav-pills > li {
    display: block;
    width: 100%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 10px 13px 10px 15px;
  }
  .navbar-right {
    margin: 0;
    padding:15px;
  }
  .navbar-header {
    margin-right: -15px !important;
  }
  .navbar-collapse {
    margin-right: -15px !important;
  }
  .navbar-right .btn-signup {
    float: left;
    width: 48%;
  }
  .navbar-right .btn-signin {
    float: right;
    width: 48%;
  }
  .nav-stacked a {
    text-align: left;
    font-size: 16px;
    color: #000000;
  }
  .helpdesk-sub > li > a {
    text-align: left;
    font-size: 16px;
    padding: 5px 0px 5px 15px !important;
  }
  .nav-pills-link > li.no-link {
    display: none;
  }
  #helpdesk-search input{
    width: 70%;
  }

  /** Modal **/
  .modal-header {
    background-color: #ffffff;
    border: none;
    padding: 20px 20px 10px 20px;
    border-bottom: none;
  }
  .modal-header .close {
    margin: -10px -5px 0 0;
    opacity: 1;
    color: #BBBBBB;
  }
  .modal-body {
    padding: 0 20px 15px 20px;
  }
  .modal-footer {
    margin: 0px;
    background-color: #2A2A2A;
    text-align: left;
    padding: 12px 20px;
  }

  /** Misc **/
  .margin-top-mobile {
    margin-top:20px;
  }
  .middle-margin-top-mobile {
    margin-top:30px;
  }
  .padding-top-mobile {
    padding-top:20px;
  }
  .dbl-padding-top-mobile {
    padding-top:40px;
  }
  .dbl-padding-bottom-mobile {
    padding-bottom:40px;
  }
  .center-block-mobile {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-screen-img {
    position: relative;
    bottom: -30px;
  }
}



div.ssl-icon{
    position:absolute;
    float:left;
    top:10px;
    left:15px;
}
div.login-right{
    position:absolute;
    float:right;
    top:15px;
    right:15px;
}
