/*
Theme Name: SOS Software Service Theme
Theme URI: http://sos-software.com
Description: Have fun bloggin' fellas!
Author: Camillo Sebastian Maurer
Version: 1
*/


/* = Let's go!
----------------------------------------- */

body,
html {
  height: 100%;
}
body {
  font: 16px/1.4 sans-serif;
}
main img:not(.nocss):not(.emoji):not(.ninja-forms-help-text),
.socialize img,
.section-video img {
  display: block;
  width: 100% !important;
  height: auto;
}
@media (max-width: 768px) {
  img.nocss {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
video {
  display: block;
  width: 100%;
  height: auto;
}
.wp-video,
.wp-video-shortcode {
  min-width: 100%;
  width: 100% !important;
}
.single-display img {
  width: auto !important;
}
::-moz-selection {
  background: #e01020;
  color: #fff;
}
::selection {
  background: #e01020;
  color: #fff;
}
::-moz-selection {
  background: #e01020;
  color: #fff;
}
a,
a:active,
a:focus {
  color: #5BC0DE;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:hover {
  color: #25FF61;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
a:active,
a:focus,
.btn:active,
.btn:focus {
  outline: none;
}
main article a:not(.btn) {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid #c1c1c1;
}
main article a:not(.btn):hover {
  border-bottom: 1px solid #25FF61;
}
.dropdown-menu > li > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
  border-bottom: none !important;
  background: none;
}
#catapult-cookie-bar a {
  text-decoration: underline;
}
#catapult-cookie-bar a:hover {
  text-decoration: none;
}
span.ctcc-right-side {
  margin-left: 20px;
}
button:active {
  outline: none !important;
}
.team-square a {
  color: #fff;
  text-decoration: underline;
}
.team-square a:hover {
  color: #5BC0DE;
}
.thumbnail-title a {
  color: #fff;
}
.thumbnail-title a:hover {
  color: #25FF61;
}
button {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
button:hover {
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
footer a:hover {
  color: #5BC0DE;
}
.contact-box a {
  color: #fff;
}
.contact-box a:hover {
  color: #fff;
}
hr {
  border-top: 1px solid #c1c1c1;
}

/* = iframe
------------ */

iframe {
  border: none;
  width: 100%;
  min-height: 600px;
}
.page-template-template-productlanding-smallpictures iframe {
  min-height: 300px;
}
.page-template-page-b2b-shop iframe {
  min-height: 30000px;
  scroll: auto !important;
}
h2 + p > iframe,
h1 + p > iframe {
  margin: 100px 0;
}
.page-template-template-iframe iframe {
  min-height: 872px;
}
.page-template-template-iframe footer {
  margin-top: -6px;
}

/* = Layout
----------------------------------------- */

/* = Header 
---------------*/

header {
  position: fixed;
  z-index: 11;
}
.header-main-navigation,
.navigation-desktop,
.navigation-container {
  height: 78px;
}
.header-sub-navigation {
  background: #333;
  height: 35px;
  position: fixed;
  top: 78px;
  width: 100%;
  text-transform: uppercase;
  font-size: 5;
}
@media (max-width: 1024px) {
  .header-sub-navigation {
    display: none;
  }
}


/* = Admin Bar Settings
----------------------*/

#wpadminbar {
  position: fixed !important;
}
.admin-bar .navbar-fixed-top {
  top: 32px;
}
.admin-bar .header-sub-navigation,
.admin-bar .search-bar {
  top: 110px;
}
.admin-bar div#breadcrumbs {
  top: 124px;
}
.admin-bar thead {
  padding-top: 32px;
}
@media (max-width: 782px) {
  .admin-bar .navbar-fixed-top {
    top: 46px;
  }
  .admin-bar .header-sub-navigation,
  .admin-bar .search-bar {
    top: 124px;
  }
  .admin-bar div#breadcrumbs {
    top: 138px;
  }
  .admin-bar thead {
    padding-top: 46px;
  }
}

/* = Country Selection
----------------------*/

.countries {
  height: 35px;
}
.countries-below {
  display: none;
  float: right;
  border: 1px solid #fff;
  border-width: 0 1px;
  padding: 0 10px;
  margin-left: 100px;
}
.countries-top {
  position: relative;
  top: -85px;
  right: -70px;
  z-index: 4;
}
.countries ul {
  padding: 0;
}
.countries ul li {
  display: inline-block;
  margin: 5px;
}
.countries img {
  border: 1px solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.countries ul li.active img {
  border: 1px solid #fff;
}
.countries img:hover {
  opacity: 0.5;
}


/* = Kontaktbox
-----------------*/

.contact-box {
  position: fixed;
  right: 20px;
  width: 250px;
  bottom: 0;
  height: 40px;
  color: #fff;
  z-index: 11;
  text-align: center;
}
@media (max-width: 768px) {
  .contact-box {
    right: 15px;
    left: 15px;
    width: auto;
  }
}
.contact-box,
.contact-toggle {
  background: #333333;
}
.contact-icon {
  margin-top: 25px;
}
.contact-phone {
  border: 1px solid #fff;
  border-width: 1px 0;
  padding: 10px 0 0;
  margin: 20px;
}
.contact-toggle {
  position: relative;
  cursor: pointer;
  padding: 15px;
  z-index: 5;
}
.contact-wrapper {
  position: relative;
  bottom: 0;
  padding-bottom: 15px;
  height: 0;
  overflow: hidden;
  z-index: 2;
  background: #333;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
  -webkit-box-shadow: 0 -0px 80px rgba(82, 82, 82, 0.6);
  box-shadow: 0 -0px 80px rgba(82, 82, 82, 0.6);
}
.contact-now .contact-wrapper {
  bottom: 360px;
  height: 300px;
  -webkit-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}

/* = Navigation
-----------------*/

.navigation-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .navigation-desktop {
    display: none;
  }
  .navigation-mobile {
    display: block;
    width: 100%;
  }
}
.navigation-desktop {
  float: right;
  margin-right: 15px;
}
ul.navigation-mobile {
  float: left;
  text-align: right;
}
ul.navigation-mobile > li {
  text-align: left;
}
@media (max-width: 1024px) and (min-width: 768px) {

}
@media (min-width: 768px) and (max-width: 1024px) {
  #navbar {
    margin-top: 15px;
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  ul.navigation-mobile > li {
    font-size: 0.8em;
  }
  .nav > li > a {
    padding: 15px 10px;
  }
}
@media (max-width: 768px) {
  .navbar-toggle {
    margin-top: 17px;
  }
}
.beetobee {
  display: none !important;
}
@media (max-width: 1024px) {
  .logandsearch {
    margin-left: 0 !important;
    padding-left: 0 !important;
    clear: both;
  }
  .user-login {
    display: none;
  }
  .beetobee {
    display: block !important;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .logandsearch {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 123;
  }
}
@media (max-width: 767px) {
  .logandsearch {
    right: 60px;
  }
}
.main-navigation ul,
.navbar-brand,
.navigation-desktop > li {
  height: 78px;
}
.navigation-desktop > li {
  border-top: 2px solid transparent;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.navigation-desktop > li:hover {
  background: #ededed;
  border-color: #c1c1c1;
}
.navigation-desktop > li > a {
  padding-top: 28px;
  padding-bottom: 30px;
}
.navbar-brand {
  padding: 0 0 0 15px;
}
.navbar-default {
  background: #fff;
  border: none;
  border-bottom: 1px solid #e7e7e7;
}
.main-navigation li,
.navigation-desktop .sub-menu li {
  margin: 0 5px;
  line-height: 2.5em;
  text-align: left;
}
div#breadcrumbs {
  position: absolute;
  top: 92px;
  width: 100%;
  font-size: 0.7em;
  z-index: 2;
}
.page-template-template-video #breadcrumbs,
.page-template-page-b2b-shop #breadcrumbs,
.page-template-template-fullpicture #breadcrumbs,
.page-template-template-iframe #breadcrumbs,
.page-template-template-fullpicture-offers #breadcrumbs,
.error404 #breadcrumbs,
.page-template-template-video .qtranxs-available-languages-message,
.page-template-page-b2b-shop .qtranxs-available-languages-message,
.page-template-template-fullpicture .qtranxs-available-languages-message,
.page-template-template-fullpicture-offers .qtranxs-available-languages-message,
.testimonial-carousel p.qtranxs-available-languages-message,
.status-row p.qtranxs-available-languages-message {
  display: none;
}
body.error404 {
  background: #16b6c6;
}
body.home,
body.page-template-template-fullpicture-offers {
  background: #222222;
}
.breadcrumb_last {
  color: #999;
}
.main-navigation li {
  position: relative;
}
.footer-menu-main li ,
.sub-menu li {
  list-style: none;
}
.footer-menu-main ul,
footer ul {
  padding: 0;
}
footer ul.sub-menu {
  padding-left: 20px;
}
.sub-menu li {
  font-size: 0.9em;
}
.navigation-desktop .sub-menu a:hover {
  color: #fff;
}
.menu-item-description {
  position: absolute;
  top: 122px;
  left: -220px;
  z-index: 3;
  width: 190px;
  display: none;
  color: #fff;
  font-size: 0.75em;
  line-height: 1.55em;
  cursor: default;
}
@media (min-width: 1025px) {
  .menu-item-has-children:hover .menu-item-description {
    display: block;
  }
}
.navigation-desktop .sub-menu {
  display: inline-block;
  padding: 40px 0 0 250px;
  font-size: 1.1em;
  width: 100%;
}
.wrapper-subnavigation {
  position: absolute;
  top: 77px;
  left: -240px;
  height: auto;
  z-index: 2;
  width: 550px;
  text-align: center;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  background: #333;
}
.wrapper-subnavigation span {
  display: inline-block;
  width: 100%;
}
.subhidden.wrapper-subnavigation {
  display: none;
}
.menu-item-has-children:hover .subhidden.wrapper-subnavigation {
  display: block;
}
.subnow.wrapper-subnavigation {
  display: block !important;
}
.navigation-desktop > li > .sub-menu {
  padding: 0;
  margin: 0;
}
.navbar-toggle,
.navbar-toggle .icon-bar {
  border: 2px solid #bfc0c1;
}
.navbar-toggle .icon-bar {
  background: #bfc0c1;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background: none;
}
.dropdown-menu {

}

/* = Search & Login
------------*/

.search-fade-wrapper .navbar-search {
  float: right;
}
.search-fade-wrapper .navbar-search input,
.search-fade-wrapper button.lets-search {
  border: none;
  color: #222;
}
.search-fade-wrapper button,
.search-fade-wrapper input {
  background: none;
}
.search-fade-wrapper .navbar-search input {
  padding: 8px 0 5px 0;
}
.search-fade-wrapper .navbar-search button:hover span {
  color: #e01020;
}
.search-fade-wrapper .navbar-search input {
  width: 200px;
  outline: none;
  font-weight: 200;
  float: left;
  color: #333;
}
.search-fade-mousebox {
  cursor: pointer;
}
.search-fade-in,
.user-login {
  position: relative;
  height: 100%;
  float: right;
  padding: 25px 25px 27px 25px;
}
.search-fade-in {
  padding: 27px 25px 21px 25px;
}
.search-bar {
  position: fixed;
  top: 79px;
  left: 0;
  right: 0;
  height: 0;
  background: #333;
  /*  display: none;*/
  z-index: 8;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.search-bar.container {
  padding-left: 0;
  padding-right: 0;
}
.search-bar > div {
  border: solid #fff;
  border-width: 0 0 1px 0;
  margin: 15px;
}
.search-bar.showbar {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height: 80px;
}
.search-bar input,
.search-bar button {
  background: none;
  border: none;
  padding: 10px;
}
.search-bar button {
  width: 7%;
  min-width: 75px;
  padding: 7px;
  background: #25FF61;
  border: 2px solid #25FF61;
  border-radius: 50px;
  position: absolute;
  right: 15px;
}
.search-bar button:hover {
  color: #fff;
  background: none !important;
}
.search-bar input {
  width: 90%;
  color: #fff;
  float: left;
}
.search-bar > div.searchactive {
  border-color: #25FF61;
}
.user-login {
  background: #ededed;
}
.user-login {
  border-top: 2px solid transparent;
  -webkit-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.user-login:hover {
  background: #ededed;
  border-color: #c1c1c1;
}
.user-login > div {
  position: absolute;
  top: -2px;
  margin-left: -25px;
  width: 100%;
  text-align: center;
  font-size: 0.6em;
  font-weight: 600;
  letter-spacing: 1px;
  background: #ededed;
  color: #333;
}
.search-fade-wrapper {
  position: absolute;
  top: 78px;
  right: -2px;
  width: 0;
  overflow: hidden;
  z-index: 3;
  background: #fff;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
  border: 1px solid #333;
}
.search-appear {
  width: 290px;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.search-fade-wrapper button.lets-search {
  border: 1px solid #333;
  border-width: 0 1px;
  color: #333;
  height: 100%;
  padding: 0 20px;
  float: right;
}
button.lets-search:hover {
  background: #25FF61;
}

/* = Container
---------------- */

main {
  z-index: 1;
}
#content-container,
.section-full:nth-child(5),
.section-intro,
.section-video,
.section-iframe {
  margin-top: 78px;
}
.section-iframe {
  background: #EDEDED;
}
page-template-template-iframe.section-iframe {
  background: #222;
}
@media (min-width: 992px) {
  .section-full:nth-child(odd):not(.category-events) .thumbnail-block {
    float: right;
  }
}
.section-iframe-sister {
  margin-top: -6px;
}
.category-events .thumbnail-block {
  margin-top: 22px;
}
.container-section-home {
  padding: 83px 50px;
}
@media (max-width: 1024px) {
	.container-section-home {
		padding: 83px 20px;
}
}
.section-intro {
  height: 92%;
}
.section-full,
.section-intro,
.section-video {
  width: auto;  /* 100% */
}
.section-video {
  height: auto;  /*   min-height 100% */
}
.section-fullpicture {
  min-height: 100%;
  margin-bottom: -78px; /* Height of Navigation */
  padding: 200px 0;
  text-align: center;
}
section.video-full {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.video-content {
  position: absolute;
  top: 40%;
  bottom: 0;
  z-index: 2;
  width: 100%;
  padding-bottom: 50px;
}
.wp-playlist {
  border: none !important;
}
.section-full,
.section-intro,
.product-box,
.section-fullpicture,
.fullpicture {
  background: no-repeat center center;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -ms-background-size: cover !important;
  -o-background-size: cover !important;
}
.section-intro {
  min-height: 90%;
}
.section-full {
  background-attachment: fixed !important;
  -webkit-background-attachment: fixed !important;
  -moz-background-attachment: fixed !important;
  -ms-background-attachment: fixed !important;
  -o-background-attachment: fixed !important; 
}
.not-found {
  background: url('images/not_found.jpg') no-repeat center center;
  background-attachment: scroll !important;
  min-height: 500px;
  color: #fff;
  text-align: center;
  max-width: 2000px;
  margin: 0 auto;
}
.not-found .btn {
  border: none;
  margin-top: 50px;
}
.section-intro .container {
  padding-top: 180px;
}
@media (max-width: 1024px) {
  .section-intro .container {
    padding-top: 100px;
  }
}
.section-home {
  width: 100%;
  z-index: 2;
  margin-top: -240px;
  margin-bottom: 150px;
  overflow: hidden;
}
.page-template-template-fullpicture-offers .section-home {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-home {
    margin-top: -200px;
  }
}
.section-signup {
  min-height: 300px;
  background: #ededed;
  text-align: center;
  padding: 100px 0;
  margin-top: -15px;
}
@media (max-width: 768px) {
  .section-signup {
    padding: 80px 15px;
  }
}
.section-signup input,
.section-signup select.ninja-forms-field {
  background: none;
  border: 1px solid #333;
  padding: 20px;
  color: #333;
}
.section-signup input:focus,
.section-signup select.ninja-forms-field:focus {
  border-color: transparent !important;
  -webkit-box-shadow: inset 0 0 8px #999;
  box-shadow: inset 0 0 8px #999;
}
.section-signup input:hover,
.section-signup select:hover {
  background: #F4F4F4;
}
.section-signup input[type="submit"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #25FF61;
}
.section-signup input[type="submit"]:hover {
  border-color: #25FF61;
}
.section-signup input[type="submit"],
main article .ninja-forms-cont input[type="submit"] {
  padding: 15px 35px;
  text-transform: uppercase;
  border-radius: 50px;
}
.section-signup input[type="submit"] {
  font-weight: 600;
  font-size: 1em;
}
.section-signup > div {
  -webkit-box-shadow: 0 0 20px #CBCBCB;
  box-shadow: 0 0 20px #CBCBCB;
  background: #fff;
  border: 1px solid transparent;
}
.section-signup > div:hover {
  -webkit-box-shadow: 0 0 40px 5px #CBCBCB;
  box-shadow: 0 0 40px 5px #CBCBCB;
}
.section-signup div.row:first-child {
  margin: 50px 0 20px;
}
.section-signup div.row:last-child {
  margin-bottom: 50px;
}
.section-signup .ninja-forms-success-msg {
  background: #25FF61;
  padding: 20px;
  width: 100%;
  border-radius: 6px;
}
.offer-list {
  margin: 40px 0 0;
}
.offer-list > div {
  padding-bottom: 30px;
  border-bottom: 1px solid #ededed;
}
.offer-list > div:last-child {
  border-bottom: none;
}
.offer-boxshot {
  margin: 30px 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.offer-box:hover .offer-boxshot {
  opacity: 0.7;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.offer-box {
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  margin-top: 20px;
}
.offer-box:hover {
  background: #ededed;
  -webkit-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
}
.intro-buttons {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .intro-buttons {
    margin-top: 0;
  }
}
.btn {
  white-space: initial;
}
.thumbnail-home {
  position: relative;
  float: left;
  width: 33.33%;
  overflow: hidden;
  margin-top: 15px;
}
@media (max-width: 1024px) {
  .thumbnail-home {
    width: 100%;
  }
}
.thumbnail-title {
  background: #333;
  color: #fff;
  padding: 7px;
  text-align: center;
}
.thumbnail-content {
  position: absolute;
  height: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  background: rgba(0, 0, 0, 0.8);
}
.thumbnail-home:hover .thumbnail-content {
  height: 80%; /* old height */
  height: 88%;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
@-moz-document url-prefix() {
  .thumbnail-home:hover .thumbnail-content {
    height: 87.9%;
  }
}
.thumbnail-info,
.thumbnail-button {
  margin: 0 20px;
  position: absolute;
}
.thumbnail-button {
  bottom: 5px;
}
.thumbnail-button.no-thumb {
  bottom: 62px;
}
.promo-thumbnail {
  min-height: 240px;
  background: #333;
}
.promo-thumbnail p {
  color: #fff;
}
.thumbnail-content a,
.thumbnail-info h1 {
  color: #fff !important;
  text-decoration: none;
}


/* = Content 
-------------- */

.content-wrapper {
  padding-top: 50px;
}
.page-template-template-video .content-wrapper,
.page-template-template-iframe .content-wrapper {
  padding-top: 0;
}
.page-teaser {
  margin-bottom: 30px;
}
.quote-row,
.status-row {
  margin: 80px 0;
}
@media (max-width: 992px) {
  .quote-row,
  .status-row {
    margin: 20px 0;
  }
}
section.sticky {
  background: #f5f5f5;
  padding: 100px 0;
}
section.sticky article.index-wrapper {
  border-bottom: none;
}
article.index-wrapper {
  border-bottom: 1px solid #ededed;
}
.single article.index-wrapper {
  border-bottom: none;
  min-height: 450px;
}
.page-transparent {
  background: rgba(255, 255, 255, 0.7);
}
.tab-content {
  min-height: 500px;
}
div.wp-caption {
  width: 100% !important;
}
p + div > img {
  margin: 50px 0;
}
div.gallery {
  background: #f4f4f4;
  margin: 15px -15px;
}
.gallery img {
  -webkit-box-shadow: 0 0 2px #333;
  box-shadow: 0 0 2px #333;
}
article div.figure img,
article .wp-caption {
  margin-top: 50px;
  margin-bottom: 50px;
}
.gallery-columns-1 dl,
.gallery-columns-2 dl,
.gallery-columns-3 dl,
.gallery-columns-4 dl,
.gallery-columns-5 dl,
.gallery-columns-6 dl {
  float: left;
  margin: 0;
  padding: 15px;
}
.gallery-columns-1 dl {
  width: 100%;
}
.gallery-columns-2 dl {
  width: 50%;
}
.gallery-columns-3 dl {
  width: 33.33%;
}
.gallery-columns-4 dl {
  width: 25%;
}
.gallery-columns-5 dl {
  width: 20%;
}
.gallery-columns-6 dl {
  width: 16.66%;
}
@media (max-width: 768px) {
  .gallery-columns-2 dl,
  .gallery-columns-3 dl,
  .gallery-columns-4 dl,
  .gallery-columns-5 dl,
  .gallery-columns-6 dl {
    width: 100%;
  }
}
.featherlight-content .caption {
  width: 100%;
  text-align: center;
}
img.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* = Produkte & Hersteller Listen 
------------------------------- */

section.manufacturer-overview {
  padding-top: 50px;
  margin-bottom: 20px;
}
section.manufacturer-overview.team-overview {
  padding-top: 0;
}
.manufacturer-listing {
  padding: 30px 0;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.manufacturer-listing:hover {
  background: #ededed;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.square-helper {
  margin-top: 100%;
}
.team-square {
  width: 33.33%;
  position: relative;
  float: left;
  overflow: hidden;
}
.square {
  width: 25%;
  float: left;
  padding: 10px;
}
@media (max-width: 992px) {
  .square {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .square {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .square {
    width: 100%;
  }
}
.square.team-square {
  padding: 0;
  border: 20px solid #fff;
  -webkit-transition: border 1s ease-in-out;
  transition: border 1s ease-in-out;
}
.square-cover {
  border: 1px solid #c1c1c1;
  background: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
}
.team-square .square-cover {
  border: 0;
  background: rgba(0,0,0,0.8);
  padding: 25px;
  height: 100%;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  color: #fff;
}
.team-square:hover .square-cover {
  top: 0;
}
.square-cover:hover:not(.team-square) {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 15px rgba(51,51,51,0.4);
  box-shadow: 0 0 15px rgba(51,51,51,0.4);
}
.team-square .xing {
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.team-square .team-details {
  position: absolute;
  bottom: 15px;
}
.grouper {
  text-align: center;
  margin: 0 0 50px;
  padding: 0 15px;
}
a.manufacturer-switch:focus .square-cover {
  border: 1px solid #5BC0DE;
}
.manufacturer-name,
.manufacturer-image {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.manufacturer-image {
  height: 200px;
}
.manufacturer-name {
  padding: 35px 20px;
  height: 80px;
}
.manufacturer-listing img {
  width: auto;
}
.manufacturer-image img {
  width: 50%;
  height: auto;
  margin-top: 20px;
}
.quickselect select {
  margin: 25px 0;
  background: url(./images/select-arrow.png) no-repeat right #ddd;
  -webkit-appearance: none;
  background-position: 97.5% 50%;
}
.quickselect select,
select.ninja-forms-field {
  width: 100%;
  padding: 20px 5px;
  font-weight: 400;
  border: 1px solid #5BC0DE;
  background-color: transparent;
}
.quickselect select {
  font-size: 1.3em;
  padding: 20px 20px;
  line-height: 1em;
}
.quickselect select:hover,
select.ninja-forms-field:hover {
  border: 1px solid #25FF61;
}
.section-signup select.ninja-forms-field,
.section-signup select.ninja-forms-field:hover {
  border-color: #333;
}


/* = Tabs 
------------ */

.tab-content {
  padding: 50px 0;
}
.tabs-border-left {
  position: relative;
  left: -100px;
  width: 100px;
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
.tabs-border-right {
  position: relative;
  right: -935px;
  width: 100px;
  margin-top: -1px;
  border-top: 1px solid #ddd;
}
.nav-tabs > li > a {
  border-radius: 0;
  color: #777;
}
.nav-tabs > li.active a {
  border-top: 1px solid #e01020 !important;
}

/* = Produktseite
------------------ */

.product-boxes > div > div:not(.hero) {
  padding: 100px 0;
}
.content-intro {
  padding-bottom: 50px;
}
.page-template-template-productlanding-smallpictures .content-intro {
  padding-bottom: 0;
}
.product-box {
  padding: 50px 0;
}
.page-template-template-productlanding-smallpictures .product-box {
  padding: 0;
}
.content-wrapper thead {
  background: #fff;
}
.product-box div.container,
.product-box div.container div.row,
.product-box div.container div.row div.product-boxes,
.product-box div.container div.row div.product-boxes div,
.product-box div.container div.row div.product-boxes div table,
.product-box div.container div.row table thead  {
  background-color: inherit;
}
.related-boxes {
  margin: 30px 0;
}
.page-template-template-productlanding .box-1,
.page-template-template-video .box-1 {
  background-color: #ededed;
}
.page-template-template-productlanding .box-2,
.page-template-template-productlanding .box-4,
.page-template-template-video .box-2,
.page-template-template-video .box-4 {
  background-color: #222222;
  color: #fff;
}
.dunkel,
.dunkel h1,
.dunkel h2,
.dunkel h3,
.dunkel h4 {
  color: #333 !important;
}
.hell,
.hell h1,
.hell h2,
.hell h3,
.hell h4 {
  color: #fff;
}
.product-landing .boxshot img {
  margin-top: 25px;
}
.page-template-template-productlanding-smallpictures .row {
  margin-bottom: 50px;
}
.product-boxes-picture {
  margin: 0 auto;
}

/* = footer
------------ */

footer {
  position: relative;
  padding: 100px 0;
  min-height: 950px;
  background: #222222;
  color: #fff;
  width: 100%;
  z-index: 2;
}
.page footer,
.post footer,
.blog footer {
  top: 0 !important;
}
.newsletter {
  width: 100%;
  text-align: center;
}
.contact-image {
  max-width: 50%;
  margin: 0 auto;
  padding: 25px 0; 
}
img.newsletter {
  border-radius: 6px;
}
.totop {
  position: fixed;
  bottom: 50px;
  right: 20px;
  height: 30px;
  width: 30px;
  z-index: 11;
  display: none;
  font-size: 1.5em;
}
.stickytop {
  display: block;
}
footer .creator {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 0.7em;
}
footer .creator,
footer .creator a {
  color: #222222;
  cursor: default;
}
footer .creator p::-moz-selection {
  background: none !important;
  color: #222222;
}
footer .creator p::selection {
  background: none !important;
  color: #222222;
}
footer .creator p::-moz-selection {
  background: none !important;
  color: #222222;
}
footer .creator a::-moz-selection {
  background: none !important;
  color: #222222;
}
footer .creator a::selection {
  background: none !important;
  color: #222222;
}
footer .creator a::-moz-selection {
  background: none !important;
  color: #222222;
}

/* = Module
----------------------------------------- */

/* = Type 
------------ */

/* Open Sans: 300, 400, 600, 700, 800 */
body {
  font-family: 'Open Sans', sans-serif;
}
main,
main p,
blockquote,
.social-container,
.section-intro,
.team-overview,
.featherlight-content,
footer {
  font: 1.04em/1.8 'Open Sans', sans-serif;
}
@media (max-width: 400px) {
  main,
  main p,
  blockquote,
  .social-container,
  .section-intro,
  .team-square,
  .featherlight-content,
  footer {
    font-size: 0.9em;
  }
}
#signup,
.testimonial-carousel {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  white-space: normal;
}
h1,
.h1 {
  font-weight: 800;
  font-size: 1.3em;
}
p + h1:not(.hero) {
  margin-top: 80px;
}
.manufacturer-name .h1 {
  font-weight: 600;
  font-size: .8em;
  letter-spacing: 0;
  margin: 0;
}
.section-signup h4 {
  margin-bottom: 50px;
  color: #333;
  font-weight: 800;
  font-size: 4em;
  text-transform: uppercase;
  letter-spacing: -2px;
}
@media (max-width: 650px) {
  .section-signup h1 {
    font-size: 2.2em;
    letter-spacing: 0;
    white-space: initial;
  }
}
@media (max-width: 300px) {
  .section-signup h1 {
    font-size: 1.5em;
  }
}
h2,
.h2 {
  font-weight: 300;
  font-size: 2.0em;
  margin-top: 0px;
}
.h1.newsletter,
.h2.newsletter {
  text-align: center;
}
.h1.newsletter {
  font-size: 0.8em;
  text-transform: uppercase;
}
.h2.newsletter {
  text-align: center;
  margin-top: 0;
  letter-spacing: -1px;
}
.team-square .h2 {
  margin-top: 0;
  font-size: 1.7em;
}
@media (max-width: 1024px) {
  .team-square .h2 {
    font-size: 1.5em;
  }
}
.team-square .square-cover {
  font-size: 0.8em;
}
@media (max-width: 1024px) {
  .team-square .square-cover {
    font-size: 0.75em;
  }
}
.team-department > .h2 {
  text-align: center;
}
.section-intro h1,
.page-template-template-video h1 {
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 600;
}
.section-intro h2,
.page-template-template-video h2 {
  text-transform: uppercase;
  font-size: 2.5em;
}
@media (max-width: 768px) {
  .section-intro h2 {
    font-size: 1.5em;
  }
}
h1 + h2 {
  margin-top: 0;
}
h2 + p {
  margin-top: 20px;
}
h4 + h2 {
  margin-top: -20px;
}
.content-wrapper > div:first-child h1 + h2 + p {
  margin-top: 50px;
}
h3,
.h3 {
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h3 + p {
  margin-top: 20px;
}
h1 + h2 + h3 {
  margin-top: 50px;
}
p + h3,
pre + h3 {
  margin-top: 50px;
}
h4,
.h4 {
  font-weight: 600;
  font-size: 1.1em;
  color: #777;
  margin-top: 30px;
  margin-bottom: 30px;
}
h3 + h4 {
  margin-top: 0;
}
h2.hero,
.hero h2,
.h2.hero {
  margin: 50px 0;
  font-size: 4em;
  font-weight: 800;
}
h1.hero,
.hero h1,
.h1.hero {
  font-weight: 400;
  line-height: 1.5em;
}
h1.hero,
.hero h1,
.h1.hero,
h2.hero,
.hero h2,
.h2.hero,
h3.hero {
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  h2.hero,
  .hero h2,
  .h2.hero {
    font-size: 2.2em;
  }
  .hero h1,
  h1.hero,
  .h1.hero {
    font-size: 1.0em;
  }
}
@media (max-width: 320px) {
  h2.hero,
  .hero h2,
  .h2.hero {
    font-size: 1.4em;
  }
}
footer h3,
footer .h3 {
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
}
footer .h3 a:hover {
  text-decoration: none;
}
.social-sharing span {
  font-weight: 700;
  font-size: 24px;
}
.social-share h4 {
  margin: 20px 0 40px;
}
footer h4,
footer h3,
footer .h3 {
  border-bottom: 1px dotted #fff;
  padding-bottom: 40px;
  margin: 40px 0;
}
article ul {
  margin: 40px 0;
}
article ul ul,
article ul ul ul {
  margin: 5px 0;
}
footer ul li,
footer ul li ul li {
  font-size: 0.8em;
  line-height: 1.5em;
}
footer a {
  color: #fff;
}
.offer-list h1 {
  font-size: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}
.thumbnail-info h3 {
  font-size: 1em;
  color: #fff !important;
  text-decoration: none;
  font-weight: 800;
}
.thumbnail-info p {
  font-size: 0.7em;
  color: #fff;
  line-height: 1.5em;
}
.product-boxes p:last-child {
  margin-bottom: 50px;
}
nav:not(.pagination),
.nav-tabs {
  font-family: 'Abel', sans-serif;
  text-transform: uppercase;
}
.pagination h2 {
  display: none;
}
.section-intro {
  text-align: center;
}
.thumbnail-title {
  /*font-size: 0.75em;*/
  font-size: 0.55em;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 500px) {
	.thumbnail-title {
		font-size: 0.55em;
	}
}
.contact-box {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
}
.contact-icon .glyphicon {
  font-size: 2em;
  margin-bottom: 20px;
}
.contact-box p {
  font-weight: 500;
  font-size: 0.9em;
  letter-spacing: 1px;
}
.contact-box p.phone {
  font-size: 2em;
  font-weight: 500;
  letter-spacing: 0;
}
header nav,
header nav ul > li ul > li {
  font-size: 1.1em;
}
header nav ul > li ul > li {
  font-size: 1.3em;
}
@media (min-width: 768px) and (max-width: 1024px) {
  header nav ul > li ul > li {
    font-size: 0.9em;
  }
}
.search-fade-wrapper .navbar-search {
  font-size: 0.7em;
  height: 33px;
}
.navbar-search label {
  font-weight: regular;
}
.nav-tabs .active {
  font-weight: 600;
}
.nav-tabs {
  font-size: 1em;
}
.btn,
.search-bar button.lets-search {
  font-size: 0.9em;
  font-weight: 800;
}
.grouper .btn {
  font-weight: 300;
}
.intro-buttons .btn {
  font-weight: 600;
  text-transform: uppercase;
}
.btn-special {
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 1px;
}
.green {
  color: #25FF61;
}
.section-signup span.glyphicon {
  font-size: 4em;
}
.expiration-date span {
  color: #e01020;
}
.category-events .expiration-date span {
  color: inherit;
  font-weight: bold;
}
.index-date {
  display: inline;
}
.single .expiration-date {
  margin: 30px 0;
}
.blogdate {
  color: #dadada;
  font-size: 0.8em;
}
.blogdate.eventdate {
  font-size: 3.5em;
  font-weight: 800;
  line-height: 0.8em;
  margin-top: 18px;
}
@media (max-width: 768px) {
  .blogdate.eventdate {
    font-size: 2em;
  }
}
.moredays .blogdate.eventdate {
  font-size: 1.6em;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .hide-expire {
    display: none;
  }
}
.blogdate.eventdate hr {
  margin: 10px 0;
  width: 20%;
  border-color: #dadada;
  margin-left: -10px;
  text-align: left;
}

.blogdate + a > h1 {
  margin-top: 10px;
}
.sticky .blogdate {
  display: none;
}
.qtranxs-available-languages-message {
  color: #f0ad4e;
}
.wp-caption-text {
  text-align: center;
  font-size: 0.8em;
}
p.wp-caption-text {
  margin: 15px 0;
}
dd.wp-caption-text {
  margin-top: 15px;
}
blockquote {
  margin: 20px 0;
  border: none;
  padding: 20px 50px;
}
@media (max-width: 768px) {
  blockquote {
    padding: 20px 0;
  }
}
blockquote p {
  font-weight: 100;
  color: #777;
}
blockquote p:last-child {
  font-size: 1.04em;
  font-weight: 300;
}
blockquote p:first-child {
  font-size: 2em;
}
@media (max-width: 768px) {
  blockquote p:first-child {
    font-size: 1.7em;
  }
}
.quote-row p,
.status-row p {
  margin-top: 20px;
  color: #777;
}
.status-row p,
.quote-row p:not(:last-child),
.carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message),
.carousel-inner div.item > div > div > p.qtranxs-available-languages-message + p {
  font-size: 2.7em;
  font-weight: 300;
  text-align: center;
}
.product-boxes .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
  font-size: 2.2em;
  line-height: 1.5em;
}
@media (max-width: 1024px) {
  .status-row p,
  .quote-row p:not(:last-child),
  .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
    font-size: 2.2em;
  }
  .product-boxes .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
    font-size: 2.1em;
  }
}
@media (max-width: 992px) {
  .status-row p,
  .quote-row p:not(:last-child),
  .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
    font-size: 2em;
  }
  .product-boxes .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
    font-size: 1.5em;
  }
}
@media (max-width: 768px) {
  .status-row p,
  .quote-row p:not(:last-child),
  .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
    font-size: 1.5em;
  }
  .product-boxes .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
    font-size: 1.75em;
  }
}
@media (max-width: 400px) {
  .status-row p,
  .quote-row p:not(:last-child),
  .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
    font-size: 1.1em;
  }
}
@media (max-width: 320px) {
  .product-boxes .carousel-inner div.item > div > div > p:first-child:not(.qtranxs-available-languages-message) {
    font-size: 0.9em;
  }
}
.quote-row,
.status-wrapper .blogdate {
  text-align: center;
}


/* = Buttons
------------ */

button:focus,
button:active,
input:focus,
select:focus {
  outline: none;
}
.btn-info {
  color: #333333;
}
.btn.btn-info.btn-lg.smooth.btn-gold {
    background: #FFF;
    border-color: black;
}
.btn.btn-info.btn-lg.smooth.btn-gold:hover {
    color: white;
    background-color: #030303;
    border: 3px solid #fff;
}
.btn:not(.control),
button#catapultCookie,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle):not(.control) {
  margin: 20px 0 !important;
  border-radius: 40px !important;
  padding: 15px 30px !important;
}
button#catapultCookie {
  background: none !important;
  border: 2px solid #fff !important;
  color: #fff !important;
  padding: 7px 15px !important;
}
button#catapultCookie:hover {
  border: 2px solid #25FF61 !important;
  color: #25FF61;
}
.btn-info {
  background: #25FF61;
  border-color: #25FF61;
}
.btn-default:active,
.btn-default.active,
.btn-default:focus,
.btn-default.focus {
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.team-department .btn-default:active,
.team-department .btn-default:focus {
  background: #e6e6e6;
}
.mixitup-control-active {
  background: #e6e6e6;
}
.btn-special {
  padding: 8px 15px;
}
button#catapultCookie {
  color: #333;
}


/* = Formulare und Inputs
------------------------- */

input,
textarea {
  outline: none;
}
footer .ninja-forms-cont {
  text-align: center;
}
.ninja-forms-cont label {
  cursor: pointer;
}
.ninja-forms-cont img {
  width: auto !important;
}
.ninja-forms-cont {
/*  padding: 30px 0 100px 0;*/
  padding: 30px 0;
}
.questionnaire .ninja-forms-cont {
  padding: 30px 0 50px 0;
}
.section-signup .ninja-forms-cont,
footer .ninja-forms-cont {
  padding: 0;
}
.field-wrap.label-right label, 
.field-wrap.label-left label,
.field-wrap.label-right input, 
.field-wrap.label-left input,
.field-wrap.label-right select, 
.field-wrap.label-left select {
  display: inline-block !important;
}
.field-wrap.label-right input.ninja-forms-star[type="radio"], 
.field-wrap.label-left input.ninja-forms-star[type="radio"] {
  display: none !important;
}
.field-wrap.label-right label, 
.field-wrap.label-left label {
  width: 30%;
}
.field-wrap.label-right li label,
.field-wrap.label-left li label {
  width: 100%;
}
.field-wrap.label-right input, 
.field-wrap.label-left input,
.field-wrap.label-right select, 
.field-wrap.label-left select,
.field-wrap ul,
.ninja-forms-star-rating-control {
  width: 68.9%;
}
.field-wrap.label-right input[type="radio"], 
.field-wrap.label-left input[type="radio"] {
  width: auto;
}
.field-wrap.label-right label {
  padding-left: 30px;
}
.field-wrap.label-right li label {
  padding-left: 0;
}
.field-wrap.label-right li + label {
  margin-left: 10px;
}
main article input,
main article textarea {
  border: 1px solid #5BC0DE;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent;
}
.post-password-form label {
  display: block;
  width: 100% !important;
}
.post-password-form input[type="password"] {
  width: 100%;
}
main article input:focus,
main article textarea:focus {
  border: 1px solid #25FF61;
  background: #effffe;
}
main article input:hover,
main article textarea:hover {
  background: #effffe;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
main article textarea,
main article input {
  padding: 15px 10px;
}
.label-above select.ninja-forms-field,
.label-below select.ninja-forms-field,
.label-inside select.ninja-forms-field {
  width: 100% !important;
}
.section-signup .ninja-forms-field-error,
footer .ninja-forms-field-error {
  background: none;
  color: red !important;
}
.ninja-forms-field-error {
  background: red;
  color: #fff !important;
  padding: 8px;
}
.ninja-forms-field-error p {
  margin: 0;
}
footer .ninja-forms-error-msg {
  display: none;
}
.field-wrap,
.ninja-forms-field-error,
#ninja_forms_required_items {
  margin: 10px 0 !important;
}
footer .ninja-forms-success-msg {
  color: #25FF61 !important;
}
main .ninja-forms-success-msg {
  border: 1px solid #25FF61;
  border-width: 1px 0;
  margin: 20px 0;
  padding: 20px 0;
}
main .ninja-forms-success-msg p {
  font-weight: 600;
}
footer label {
  display: inline;
}
footer input {
  font-weight: 400;
  padding: 15px 10px;
}
footer input {
  border: none;
  background: none;
  border: 1px solid white;
  color: #fff;
}
footer input:focus {
  border-color: #25FF61;
}
.contact-box .ninja-forms-cont label {
  font-size: 0.8em;
  font-weight: 400;
}
.contact-box .ninja-forms-cont input,
.contact-box .ninja-forms-cont textarea {
  color: #333;
  background: #fff;
}
.contact-box .ninja-forms-cont textarea {
  height: 100px;
}
footer button,
footer input[type="submit"],
main input[type="submit"],
.content-search button {
  padding: 20px 35px;
  background: none;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
main input[type="submit"],
.content-search button {
  color: #333;
  margin-top: 10px;
  background: #5BC0DE;
  border-radius: 50px;
  border: none;
}
footer button:hover,
footer input[type="submit"]:hover,
main input[type="submit"]:hover {
  border-color: #25FF61;
  color: #25FF61;
}
main input[type="submit"]:hover {
  color: #fff;
  background: #25FF61;
}
footer input[type="email"] {
  width: 80%;
}
footer .news-please,
footer input[type="submit"] {
  border: 1px solid #fff;
  border-radius: 50px;
}
.content-search input {
  width: 100%;
  border: 1px solid #222;
  margin: 10px 0;
}
.ninja-forms-required-items,
.ninja-forms-field-description {
  font-size: 0.7em;
}
.ninja-forms-field-description {
  margin-top: 15px;
  border-bottom: 1px dotted #777;
}
.field-wrap:nth-last-child(2) .ninja-forms-field-description {
  border: none;
}
.section-signup .ninja-forms-required-items,
footer .ninja-forms-required-items {
  display: none;
}
.ninja-forms-field-description {
  border: none;
  font-size: 0.8em;
  margin: 0 0 30px;
}
#catapult-cookie-bar {
  padding: 0 !important;
  z-index: 10 !important;
  -webkit-box-shadow: 0 -2px 8px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 -2px 8px 0px rgba(0, 0, 0, 0.3);
  font-size: 0.8em;
}
.ctcc-inner {
  margin: 10px 15px;
}
@media (max-width: 1024px) {
  .ctcc-inner {
    padding-bottom: 30px;
  }
}
div.spam-wrap input.ninja-forms-field {
  width: 100%;
}

/* = Slider
------------ */

.testimonial {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.testimonial .smooth_slider {
  min-width: 90%;
  margin: 0 auto;
}
.testimonial .smooth_slideri {
  min-width: 100% !important;
}
main article .testimonial-carousel {
  padding-top: 0;
  padding-bottom: 0;
}
.testimonial-carousel .carousel-control.right,
.testimonial-carousel .carousel-control.left {
  background: none;
}
.testimonial-carousel .carousel-control {
  text-shadow: none;
  color: #333;
  width: 100px;
}
@media (max-width: 768px) {
  .testimonial-carousel .carousel-control {
    width: 30px;
  }
}
main article .testimonial-carousel .carousel-control {
  width: 20px;
}
.testimonial-carousel .h1 {
  margin-bottom: 50px;
}
.carousel-indicators li {
  border: 1px solid #333;
}
.carousel-indicators {
  bottom: -50px;
}
main article .carousel-inner .item > div {
  padding: 0 50px;
}
section.testimonial-carousel {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  background: #fff;
  min-height: 600px;
}
.carousel-inner .item > div {
  padding: 10px 70px 150px 70px;
  min-height: 450px;
}
@media (max-width: 767px) {
  .carousel-inner .item > div,
  section.testimonial-carousel {
    min-height: auto;
  }
}
.carousel-inner .item > div > div {
  max-width: 1200px;
  margin: 0 auto;
}

/* = UJIC Countdown
------------ */

.ujic-hold {
  margin: 50px 0;
}

/* = MetaSlider
------------ */

.metaslider {
  margin: 25px 0;
}
.metaslider .caption {
  text-align: center;
}

/* = Kommentare
------------------------- */

.comments-section {
  background: #2C2C2C;
  padding-top: 100px;
}
.comments-section input,
.comments-section textarea {
  background: none;
  border: 1px solid #fff;
  padding: 15px;
}
.comments-section input[type="submit"]:hover {
  border: 1px solid #25FF61;
  color: #25FF61;
}
.comments-section ol.comment-list,
.comments-section ul.comment-list {
  padding: 0;
  list-style: none;
}
.comments-area {
  background: transparent;
  color: #fff;
}
.comment-author img.avatar {
  display: none;
}
.comment-form label,
.questionnaire label {
  display: block;
}
.questionnaire label {
  font-weight: 400;
  cursor: pointer;
}
.questionnaire textarea {
  margin-top: 20px;
  height: 200px;
  width: 100%;
  display: block;
}
.questionnaire .field-wrap {
  margin-bottom: 20px !important;
}
.questionnaire .ninja-forms-cont ul,
.questionnaire .team-squareninja-forms-cont li {
  width: 100%;
  line-height: 2em;
}
ul.socialnewsletter {
  margin: 30px 0 0 0;
  padding: 0;
  text-align: center;
}
.newsletter-opt-over {
  text-align: center;
}
.newsletter-opt-over p {
  font-size: 0.8em;
}
.newsletter-opt-over > div {
  max-width: 350px;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 6px;
  margin-top: 40px;
  padding: 30px 50px;
  -webkit-box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.52);
  box-shadow: inset 0 0 6px 0px rgba(0, 0, 0, 0.52);
}
@media (max-width: 992px) {
  .newsletter-opt-over > div {
    max-width: 100%;
  }
}
ul.socialnewsletter li {
  width: 48px;
  display: inline-block;
  text-align: center;
  margin: 0 15px;
}
ul.socialnewsletter li img {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
ul.socialnewsletter li img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.comment-form textarea,
.comment-form input {
  width: 100%;
}
.comment-list > li {
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
}
#respond {
  padding-top: 20px;
  padding-bottom: 50px;
}

/* = Social Sharing
------------------------- */

.social-share {
  padding: 25px 15px 0;
}
.social-sharing span {
  display: block;
}
.section-intro .social-sharing,
.page-template-template-produktliste .social-sharing {
  display: none;
}
.ratings {
  height: 80px;
}
.ratings > div {
  float: left !important;
}
.inline-social,
.ratings,
.comment-now {
  width: 50%;
  float: left;
}
.social-container {
  margin: 50px 0;
  min-height: 150px;
}
.social-container .kk-star-ratings.lft {
  float: none;
}
.kksr-legend {
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0 !important;
}
.social-container .comment-rate {
  font-size: 1.3em;
  font-weight: 300;
  margin: 50px 0 30px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #fff;
  margin-right: 40%; 
}
@media (max-width: 768px) {
  .social-container .comment-rate {
    margin-right: 0;
  }
}
.social-section .comment-rate {
  color: #fff;
}
.social-section {
  padding: 80px 0;
  background: url('images/share_desk_footer.jpg') no-repeat center bottom;
  background-size: cover;
}
.social-section.comments-open {
  background: url('images/share_desk.jpg') no-repeat center bottom;
  background-size: cover;
  padding: 80px 0;
}
.social-section > div.container {
  padding-top: 30px;
}


/* = Social Media
------------------*/

.socialize,
.country-switches {
  position: fixed;
  z-index: 12;
}
.socialize {
  bottom: 60%;
  left: 0;
  height: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 810px) {
  .socialize,
  .country-switches {
    display: none;
  }
}
.country-switches {
  bottom: 55%;
  left: 0;
  width: 30px;
  height: 30px;
  background: #333;
  padding: 3px 0 0 5px;
  cursor: pointer;
  display: none;
}
.country-selection {
  position: relative;
  top: 20px;
  right: 40px;
  display: none;
}
.country-selection.showswitch {
  display: block;
}
.country-selection li {
  display: inline-block;
}
.country-selection li.active {
  opacity: 0.2;
}
.about-socialize {
  position: absolute;
  top: 80px;
  left: -60px;
  width: 200px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.socialize,
.socialize > div:not(.about-socialize) {
  width: 30px;
}
.socialize > div {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socialize div:hover:not(.about-socialize) {
  width: 40px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.socialize img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.socialize img:hover {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-filter: none;
  filter: none;
}

/* latin */
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/abel.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  font-stretch: 100%;
  src: url('fonts/open-sans-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  font-stretch: 100%;
  src: url('fonts/open-sans-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-stretch: 100%;
  src: url('fonts/open-sans-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  font-stretch: 100%;
  src: url('fonts/open-sans-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  font-stretch: 100%;
  src: url('fonts/open-sans-italic.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  src: url('fonts/open-sans-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  src: url('fonts/open-sans-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  src: url('fonts/open-sans-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  src: url('fonts/open-sans-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  font-stretch: 100%;
  src: url('fonts/open-sans-normal.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* = Overwrite Bootstrap
-------------------------*/

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 20px 8px 20px 0;
}
table.borderless td {
  border: none !important;
}
.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger {
  padding: 4px 10px;
  border-radius: 4px;
}
