@import url('https://files.webbox.at/css/main-theme.css');
/*
TEMPLATE - Theme2

Edited by:	:LOGMEDIA
For:		WEBBOX.at
Version:	1.1
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 10.11.2014, 17:33:21
    Author     : loguser016
*/
.x6_admin_header_open {
  width: 1170px !important;
}
.x6_admin_input {
  padding: 5px;
}
input,
button,
select,
textarea {
  line-height: normal;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  min-width: 60px !important;
}
.x6_footer_config_text_size {
  right: 17px !important;
  top: 28px !important;
}
body {
  padding: 0;
  font-size: 14px;
  font-family: Verdana, Arial, sans-serif;
  background-color: #ffffff !important;
  background-position:  ;
}
html,
body,
.main-wrapper {
  width: 100%;
  height: 100%;
}
.main-wrapper {
  z-index: 10;
  position: relative;
  color: #333333;
}
.main-wrapper a {
  color: #707070;
}
.main-wrapper hr {
  border-color: #808080;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page_overlay {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 1;
  background-size: cover;
  background-position: top center;
}
.page_overlay_muster {
  height: 100%;
  width: 100%;
}
.page_overlay {
  height: 100%;
  position: fixed;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-color: ;
  background: -webkit-gradient(linear, left top, left bottom, from(), to());
  background: -webkit-linear-gradient(top, , );
  background: -moz-linear-gradient(top, , );
  background: -ms-linear-gradient(top, , );
  background: -o-linear-gradient(top, , );
}
.page_overlay_muster {
  height: 100%;
  width: 100%;
  background: repeat url() !important;
}
.demomode {
  z-index: 15 !important;
  position: relative !important;
  padding-bottom: 5px;
  background: none repeat scroll 0 0 #4498e2!important;
}
.container {
  padding: 0 15px;
}
.row {
  display: block;
}
.x6_header {
  overflow-y: visible;
  overflow-x: hidden;
  width: 100%;
  max-height: 100px;
}
.x6_header_content {
  text-align: right;
  float: right;
  width: 100%;
}
.main-content-wrapper {
  font-family: Verdana, Arial, sans-serif;
}
.bg_white {
  background: rgba(255, 255, 255, 0.9);
}
.content a,
.content p a,
.x6_page a,
.x6_page a p {
  color: #707070 !important;
  text-decoration: #000000;
  font-weight: ;
}
.content a:hover,
.content p a:hover {
  color: #8a8a8a;
  text-decoration: #000000;
  font-weight: ;
}
blockquote {
  background: #cccccc;
  border-left: 10px solid #4d4d4d;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
  color: #000000 !important;
}
blockquote p {
  display: inline;
  font-style: italic;
  color: #000000 !important;
}
.main-content-wrapper p {
  font-size: px;
  color: #333333;
}
.main-content-wrapper h1,
.main-content-wrapper h2,
.main-content-wrapper h3,
.main-content-wrapper h4,
.main-content-wrapper h5,
.main-content-wrapper h6 {
  color: #303030 !important;
}
.main-content-wrapper h5,
.main-content-wrapper h6 {
  font-size: 18px;
}
.navbar {
  min-height: 10px !important;
}
/* Navigationshintergrund */
.navbar,
.navbar-inverse {
  background: transparent !important;
  border-radius: 0;
  border-bottom: 0 !important;
  position: relative;
  bottom: 0;
  margin-bottom: 0 !important;
  padding: px !important;
}
.menuwrapper {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.navbar {
  float: right;
}
#navbar {
  bottom: 0;
  position: relative;
}
/* Menüschaltflächen */
.navbar-inverse .navbar-nav > li {
  border-right: 1px solid #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a,
.dropdown-menu a {
  background: #707070;
  /* Old browsers */
  background: -moz-linear-gradient(top, #707070 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #707070), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #707070 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #707070 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #707070 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #707070 0%, #333333 100%);
  /* W3C */
  border-bottom: 4px solid transparent;
  color: #333333 !important;
  font-size: px;
  padding: px;
  margin: px;
  font-weight: bold;
  font-family: Verdana, Arial, sans-serif;
  line-height: 58px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus {
  background: #1b7bb1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b7bb1 0%, #1b7bb1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b7bb1), color-stop(100%, #1b7bb1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1b7bb1 0%, #1b7bb1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1b7bb1 0%, #1b7bb1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1b7bb1 0%, #1b7bb1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1b7bb1 0%, #1b7bb1 100%);
  /* W3C */
  color: #eeeeee !important;
  border-bottom: 4px solid #707070;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  background: #1b7bb1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #1b7bb1 0%, #1b7bb1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b7bb1), color-stop(100%, #1b7bb1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1b7bb1 0%, #1b7bb1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1b7bb1 0%, #1b7bb1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1b7bb1 0%, #1b7bb1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1b7bb1 0%, #1b7bb1 100%);
  /* W3C */
  border-bottom: 4px solid #707070;
  color: #eeeeee !important;
  font-family: Verdana, Arial, sans-serif;
}
.dropdown-menu a,
.dropdown-menu {
  border: 0 none!important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #333333 !important;
  border-bottom-color: #707070;
}
.dropdown-menu > li > a {
  font-size: px;
  fotn-family: Verdana, Arial, sans-serif;
}
.navbar-nav li {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}
.navbar-nav li:hover > .dropdown-menu {
  display: block;
}
.navbar-brand {
  padding: 0 !important;
}
.navbar-brand img {
  max-height: 100px;
  position: relative;
  right: -15px;
  top: -20px;
}
.sidebar {
  padding: 20px;
}
.sidebar-content {
  padding: 15px;
}
.sidebar ul {
  margin: 0;
  padding: 0;
}
.sidebar ul li {
  list-style-type: none;
}
.sidebar ul li a {
  display: block;
  padding: 10px;
  color: #333333;
  font-size: px;
  border-bottom: 1px solid #333333;
  transition: all ease-in-out 0.25s;
  font-weight: bold;
}
.sidebar ul li a:before {
  content: "\f0da  ";
  font-family: FontAwesome;
  color: #595959;
  transition: all ease-in-out 0.25s;
}
.sidebar ul li a:hover {
  padding-left: 20px;
  text-decoration: none;
  color: #707070;
}
.sidebar ul li:hover a:before {
  position: relative;
  left: -10px;
}
.sidebar ul li a:focus {
  text-decoration: none;
}
.content {
  padding: 15px;
}
.content hr {
  color: transparent;
  border-top: 2px solid #999;
}
.footer-wrapper {
  background: #707070;
  /* Old browsers */
  background: -moz-linear-gradient(top, #707070 0%, #333333 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #707070), color-stop(100%, #333333));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #707070 0%, #333333 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #707070 0%, #333333 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #707070 0%, #333333 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #707070 0%, #333333 100%);
  /* W3C */
  min-height: 150px;
}
.topinhaltwrapper {
  margin-top: 100px;
}
.topper-wrapper {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #707070 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #707070));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #707070 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #707070 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #707070 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #707070 100%);
  /* W3C */
  max-height: 100px;
}
.footer-area {
  padding: 20px 0!important;
  color: #fff !important;
  font-size: 14;
  font-family: Verdana, Arial, sans-serif;
}
.footer-area a,
.footer-area a:hover,
.footer-area a:focus {
  color: #333333;
}
.footer-area a:hover {
  text-decoration: underline;
}
.footer-area2 {
  padding: 0;
  font-size: 14 !important;
  margin-left: -15px;
  margin-right: -15px;
}
.x6_gode_wrapper {
  z-index: 9999 !important;
}
.clear {
  clear: both;
}
.navbar-collapse {
  border-top: 0;
}
.navbar-wrapper,
.content-bereich-03 {
  margin-bottom: 0 !important;
}
.x6_admin_content_navi {
  z-index: 11 !important;
}
.maincontent p,
.maincontent > div,
.sidebar-content p,
.sidebar-content div,
.main-content-wrapper p {
  font-size: px;
  color: #333333;
}
.form-group,
.table,
form div,
form p,
form {
  color: #333333;
}
.flex-control-nav {
  display: none;
}
.flex-direction-nav a {
  opacity: .5;
}
.flex-direction-nav a:hover {
  opacity: 1;
}
.flex-direction-nav a.prev {
  background: no-repeat url('https://files.webbox.at/images/chevron-left.jpg') transparent;
  z-index: 101;
  outline: none !important;
  position: absolute;
  left: 0 !important;
}
.flex-direction-nav a.next {
  background: no-repeat url('https://files.webbox.at/images/chevron-right.jpg') 0 0 transparent !important;
  z-index: 101;
  outline: none !important;
  position: absolute;
  right: -2px !important;
}
.x6_admin_header_open {
  width: 400px !important;
  position: absolute;
}
.x6_admin_header {
  z-index: 99999 !important;
}
input[type="button"] {
  background-image: linear-gradient(to bottom, #ffffff 0px, #e0e0e0 100%);
  background-repeat: repeat-x;
  border-width: 1px;
  border-color: #ccc;
  text-shadow: 0 1px 0 #fff;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 1px 1px rgba(0, 0, 0, 0.075);
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: none;
}
.maincontent_pos2 [data-template="slideshow"] .clear,
.maincontent_pos2 [data-template="slideshow"] .caption {
  display: none;
}
.getheight {
  height: auto !important;
}
.addthis_toolbox {
  float: right !important;
  margin-bottom: 15px !important;
}
.content hr {
  margin-bottom: 30px !important;
}
.x6_mobile_logo {
  display: none;
}
.x6_desktop_logo {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
}
/* ######## MEDIA QUERIES ######### */
@media (max-width: 1200px) {
  .topper-wrapper {
    max-height: 100% !important;
  }
}
@media (max-width: 992px) {
  .collapse {
    visibility: visible !important;
  }
  .topper-wrapper {
    max-height: 100% !important;
  }
  .navbar {
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .collapse {
    visibility: visible !important;
  }
  .topper-wrapper {
    max-height: 100% !important;
  }
  .navbar {
    float: none !important;
  }
}
@media (max-width: 767px) {
  .container {
    overflow: hidden;
    padding: 0;
  }
  .row {
    margin: 0;
  }
  .flex-direction-nav li .next {
    right: -2px !important;
  }
  .flex-direction-nav li .prev {
    left: -2px !important;
  }
  .navbar-inverse .navbar-nav > li > a {
    font-size: 16px !important;
    padding-left: 25px !important;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
  }
  .collapse {
    visibility: visible !important;
  }
  .navbar-nav li:hover > .dropdown-menu {
    display: none;
  }
  .x6_header,
  .x6_header_content {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Navigationshintergrund */
  .navbar,
  .navbar-inverse {
    background: #707070;
    /* Old browsers */
    background: -moz-linear-gradient(top, #707070 0%, #333333 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #707070), color-stop(100%, #333333));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #707070 0%, #333333 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #707070 0%, #333333 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #707070 0%, #333333 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #707070 0%, #333333 100%);
    /* W3C */
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333333 !important;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333333;
  }
  .topper-wrapper {
    max-height: 100% !important;
  }
  .navbar {
    float: none !important;
  }
}
[data-template="imagetext"] {
  padding-bottom: 15px;
}
[data-template="imagetext"] img {
  padding-right: 15px;
}
[data-template="table"] {
  padding-bottom: 15px;
}
[data-template="blog"] {
  padding-bottom: 15px;
}
[data-template="blog"] ul,
[data-template="imagetext"] ul {
  list-style-type: disc;
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
[data-template="blog"] ol,
[data-template="imagetext"] ol {
  padding-left: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}
[data-template="blog"] ol > ol,
[data-template="imagetext"] ol > ol {
  padding-top: 0;
  padding-bottom: 0;
}
[data-template="blog"] ul > ul,
[data-template="imagetext"] ul > ul {
  padding-top: 0;
  padding-bottom: 0;
}
[data-template="video"] {
  padding-bottom: 15px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
[data-template="image"] {
  padding-bottom: 15px;
}
[data-template="title"] {
  padding-bottom: 15px;
}
[data-template="galery"] {
  padding-bottom: 15px;
}
[data-template="facebook"] {
  padding-bottom: 15px;
}
[data-template="download"] {
  padding-bottom: 15px;
  color: #333333;
}
[data-template="download"]:hover span,
[data-template=download]:hover .downloadicon .fa {
  color: #707070;
}
[data-template="guestbook"] {
  padding-top: 25px;
  padding-bottom: 15px;
}
[data-template="google"] {
  padding-bottom: 15px;
}
/* ANIMATED BURGER */
.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 1px;
}
.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 2px;
}
.navbar-toggle .icon-bar {
  position: relative;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}
.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* #### ERROR PAGE CSS #### */
.main-image a {
  color: #303030;
}
.main-image a:hover {
  color: #636363;
}
.btn-webbox {
  background-color: #303030;
  color: #333333;
  border: none;
  border-radius: 0 !important;
}
.btn-webbox:hover,
.btn-webbox:focus {
  background-color: #636363;
  color: #333333 !important;
}
.fa-10x {
  font-size: 10em;
}
/* ###### Submenu CSS ###### */
.dropdown-menu {
  background-color: #bdbdbd !important;
  color: #333333 !important;
  border-radius: 0 !important;
}
.dropdown-menu > li > a {
  color: #333333 !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #1b7bb1 !important;
  color: #eeeeee !important;
}
@media (max-width: 767px) {
  .dropdown-menu {
    display: block !important;
    position: relative !important;
    box-shadow: none !important;
    float: none !important;
    margin: 0 4px!important;
    padding: 10px 0!important;
  }
  .dropdown-menu > li > a {
    padding-left: 25px !important;
  }
  .dropdown-menu > li > a:before {
    content: "\f054";
    font-family: FontAwesome;
    margin-right: 10px;
  }
  .dropdown-menu:hover {
    display: block;
  }
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  overflow: visible !important;
}
.x6_guestbook_row_even {
  background: rgba(51, 51, 51, 0.3) !important;
}
.x6_guestbook_row {
  padding: 15px;
}
.x6_guestbook_head {
  background: none !important;
}
.x6_guestbook_headline {
  position: relative;
  left: -32px;
}
.x6_guestbook_head:before {
  position: relative;
  left: -40px;
  top: 11px;
  content: "\f075";
  font-family: FontAwesome;
  font-size: 33px;
  color: #303030;
}
.downloadicon .fa {
  font-size: 48px;
}
.flex-direction-nav li a {
  top: 50% !important;
}
.logowrapper {
  padding-left: 0 !important;
}
.x6_newcontent {
  color: #545454 !important;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
  background-color: #4498E2 !important;
  color: #ffffff !important;
}
@media (max-width: 991px) {
  body .navbar-header {
    float: none;
  }
  body .navbar-toggle {
    display: block;
  }
  body .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  body .navbar-collapse.collapse {
    display: none !important;
  }
  body .navbar-nav {
    float: none !important;
    margin: 7.5px 0;
  }
  body .navbar-nav > li {
    float: none;
  }
  body .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .navbar-text {
    float: none;
    margin: 15px 0;
  }
  /* since 3.1.0 */
  body .navbar-collapse.collapse.in {
    display: block !important;
  }
  body .collapsing {
    overflow: hidden !important;
  }
  body .dropdown-menu {
    display: block !important;
    position: relative !important;
    box-shadow: none !important;
    float: none !important;
    margin: 0 4px!important;
    padding: 10px 0!important;
  }
  body .dropdown-menu > li > a {
    padding-left: 25px !important;
  }
  body .dropdown-menu > li > a:before {
    content: "\f054";
    font-family: FontAwesome;
    margin-right: 10px;
  }
  body .dropdown-menu:hover {
    display: block;
  }
  .navbar-inverse .navbar-nav > li > a {
    line-height: 50px;
    padding: 6px 18px;
  }
  /* Navigationshintergrund */
  .navbar,
  .navbar-inverse {
    background: #707070;
    /* Old browsers */
    background: -moz-linear-gradient(top, #707070 0%, #333333 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #707070), color-stop(100%, #333333));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #707070 0%, #333333 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #707070 0%, #333333 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #707070 0%, #333333 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #707070 0%, #333333 100%);
    /* W3C */
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333333 !important;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #333333;
  }
  .header-bg {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.x6_page {
  position: relative;
  z-index: 10;
}
body .dropdown-menu {
  padding: 0 !important;
}
