/*
Theme Name: SkatGuru
Version: 1.0
Author: Maik Burdina
Author URI: http://mabu-design.de
Description: A customized Visual Composer/Bootstrap Template
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: mabu:design

mabu:design WordPress Theme ©2017 mabu:design
mabu:design is distributed under the terms of the GNU GPL
*/

@import url('https://fonts.googleapis.com/css?family=Droid+Serif|Roboto+Condensed:300,400,700|Roboto:300,400,500,700');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-size: 100%;
  font: inherit;
  padding: 0;
  border: 0;
  margin: 0;
  vertical-align: baseline
}

td {
  padding: 5px !important;
}

a:focus {
  text-decoration: none !important;
  outline: none !important;
}

body {
  line-height: 1
}

ol, ul {
  list-style: none;
}
.wpb_text_column ul {
  list-style: disc;
padding-left: 18px;
}

.vc_custom_heading.vc_gitem-post-data h3 {
  padding: 0 !important;
  margin: 0 !important;
}

blockquote, q {
  quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

img {
  interpolation-mode: bicubic !important;
  -ms-interpolation-mode: bicubic !important;
  -moz-interpolation-mode: bicubic !important;
  -webkit-interpolation-mode: bicubic !important;
}

.clear {
  clear: both
}

.sticky {}

.bypostauthor {}

.wp-caption {}

.wp-caption-text {}

.gallery-caption {}

.alignright {}

.alignleft {}

.aligncenter {}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important
}


/*CUSTOME CSS BEGINS HERE*/


/*login fix*/

body {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  background-color: #fbfbfb !important;
}

p {
  font-size: 16px;
  line-height: 1.5;
  font-family: Droid Serif;
  margin: 10px 0;
}

.text-justify p {
  text-align: justify !important;
}

em {
  font-style: italic;
}

.navbar-default {
  background-color: #fff;
  border-color: #fff;
  margin-top: 30px;
  transition: all 0.5s linear;
}

.navbar-default a {
  font-size: 20px;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  font-weight: bold;
  color: #4d4d4d !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.5s linear;
}

.home .navbar-default a {
  font-size: 20px;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s linear;
}

@media (max-width: 768px) {
  .home .navbar-default a {
    font-size: 20px;
    font-family: Roboto Condensed;
    text-transform: uppercase;
    font-weight: bold;
    color: #4d4d4d !important;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    transition: all 0.5s linear;
  }
}

.navbar-default.navbar-shrink a {
  font-size: 20px;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  font-weight: bold;
  color: #4d4d4d !important;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.5s linear;
}

.home .navbar-default .navbar-nav>.active>a, .home .navbar-default .navbar-nav>.active>a:hover, .home .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: transparent !important;
  transition: all 0.5s linear;
  text-decoration: none;
  outline: none;
}

.navbar-default.navbar-shrink .navbar-nav>.active>a, .navbar-default.navbar-shrink .navbar-nav>.active>a:hover, .navbar-default.navbar-shrink .navbar-nav>.active>a:focus {
  color: #555;
  background-color: transparent !important;
  transition: all 0.5s linear;
}

.navbar-shrink.navbar-default {
  background-color: #fff;
  border-color: #fff;
  margin-top: 30px;
  transition: all 0.5s linear;
}

.home .navbar-default .navbar-collapse, .home .navbar-default .navbar-form {
  border-color: #fff;
}

.home .navbar-brand>img {
  display: block;
  margin-top: -30px;
  transition: all 0.5s linear;
}

.navbar-brand>img {
  display: block;
  margin-top: -30px;
  transition: all 0.5s linear;
}

.navbar-shrink .navbar-brand>img {
  display: block;
  margin-top: -30px;
  transition: all 0.5s linear;
}

.height-60 {
  height: 60vh;
}

.height-40 {
  height: 40vh;
}

.main-headline-white h1 {
  font-size: 5vw;
  color: #fff;
  font-family: Roboto Condensed;
  text-transform: none;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5)
}

.main-headline-red h1 {
  font-size: 5vw;
  color: #f11313;
  font-family: Roboto Condensed;
  text-transform: none;
  /*text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5)*/
}


.main-headline-white h1 span {
  font-weight: bold;
}

.main-headline-white p {
  color: #fff;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5)
}

h2 {
  font-size: 60px !important;
  font-family: Roboto Condensed !important;
  font-weight: bold !important;
  display: inline-block;
  padding-bottom: 5px !important;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 30px 0 !important;
}

h2:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 4px;
  bottom: 0;
  left: 25%;
  border-bottom: 4px solid red;
}

h3 {
  font-size: 40px;
  padding-bottom: 10px !important;
  font-family: Roboto Condensed !important;
}

.container>.wpb_column {
  margin-left: 0 !important;
  margin-right: 0 !important
}

.navbar-default {
  background-color: transparent !important;
  border-color: transparent !important;
}

@media (max-width: 768px) {
  .navbar-default {
    background-color: white !important;
    border-color: transparent !important;
  }
  .navbar-nav {
    margin: 50px -15px !important;
  }
  
}

.navbar-default.navbar-shrink {
  background-color: #fff !important;
  border-color: transparent !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.home .navbar-default .navbar-brand>img {
  height: 120px !important;
}

@media (max-width: 800px) {
  .home .navbar-default .navbar-brand>img {
    height: 80px !important;
  }
	h2 {
	  font-size: 50px !important;
	}
}

.navbar-default.navbar-shrink .navbar-brand>img {
  height: 80px !important;
}

.admin-bar .navbar>div {
  display: none;
}

.admin-bar .navbar .navbar-inner {
  display: block;
}

.tablet-bg {
  position: relative !important;
  bottom: 0;
}

.ts-plyr-player-container.ts-plyr-player-direct {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
}

.tablet-film {
  position: relative;
  width: 610px;
  margin: 0 auto;
  left: -6px;
  bottom: 155px;
}

@media (max-width: 1200px) {
  .tablet-film {
    width: 514px;
    left: 0px;
    bottom: 129px;
  }
}

@media (max-width: 1022px) {
  .tablet-film {
    width: 400px;
    left: 0px;
    bottom: 95px;
  }
}

#sidebar {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: #454545;
  color: white;
}

.sfsiplus_norm_row.sfsi_plus_wDiv {
  width: 100% !important;
  position: relative !important;
  text-align: center !important;
}

.price-value {
  background: #fff !important;
  padding: 2.8em 1.8em 2em;
  border-bottom: 2px solid#ffd500;
  border-top-left-radius: 0.7em;
  -webkit-border-top-left-radius: 0.7em;
  -o-border-top-left-radius: 0.7em;
  -moz-border-top-left-radius: 0.7em;
  border-top-right-radius: 0.7em;
  -webkit-border-top-right-radius: 0.7em;
  -o-border-top-right-radius: 0.7em;
  -moz-border-top-left-radius: 0.7em;
  position: relative;
}

.pricing-grid:nth-child(2) {
  transform: scale(1.05) !important;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  z-index: 1;
  border: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1)
}

.pricing-grid:nth-child(2):hover {
  transform: scale(1.1) !important;
  -webkit-transform: scale(1.1) !important;
  -moz-transform: scale(1.1) !important;
  -o-transform: scale(1.1) !important;
  -ms-transform: scale(1.1) !important;
  z-index: 1;
  border: none;
}

.pricing-grid {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.price-value h2 a, .price-value.two h3 a, .price-value.three h4 a {
  font-size: 60px !important;
  color: red !important;
}



body .ts-dual-buttons-container, body .ts-dual-buttons-container:visited {
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  text-align: center !important;
  text-shadow: 0 0px 0px rgba(0, 0, 0, 0) !important;
  background: #f21414 !important;
  border: none !important;
  border-bottom: 0px solid transparent !important;
  cursor: pointer !important;
  -webkit-box-shadow: inset 0 0px transparent !important;
  -moz-box-shadow: inset 0 0px transparent !important;
  box-shadow: inset 0 0px transparent !important;
  border-radius: 4px !important;
  margin: 10px 0 !important;
}

body .ts-dual-buttons-container:hover {
  background: #959595 !important;
}

.navbar-default.navbar-shrink a.mPS2id-highlight {
  color: #f21414 !important;
}
.nch-lb-controls {
  width: 70% !important;
}

@media (min-width: 768px) {
  .navbar-collapse {
    margin-right: 30px !important;
    margin-left: 30px !important;
  }
}

@media (max-width: 768px) {
  .main-headline-white h1 {
    font-size: 50px;
  }
  h3, .h3 {
    font-size: 20px;
  }
  p {
    font-size: 15px;
  }
  .text-justify p {
    text-align: left !important;
  }
  .main-headline-white h1 {
    font-size: 40px;
  }
  .tablet-bg {
    display: none;
  }
  .ts-plyr-player-container.ts-plyr-player-direct {
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
  }
  .tablet-film {
    width: auto;
    left: 0px;
    bottom: 30px;
  }
  .nch-lb-controls {
    width: 95% !important;
  }
}

@media (max-width: 767px) {
  #start {
    background-position: center !important;
    background-size: cover 200% !important;
  }
  .height-60 {
    height: auto;
    padding: 100px 0 0 0 !important;
  }
}
	.vc_empty_space {
		height:60px !important;
	}
@media (max-width: 600px) {
  #start .main-headline-white h1 {
    text-align: center !important;
  }
  #start .main-headline-white {
    padding-left: 0px !important
  }
  #start {
    background-position: center right !important;
    background-size: 200% !important;
  }
	h2 {
	  font-size: 40px !important;
	}
	.vc_empty_space {
		height:30px !important;
	}
}

@media (max-width: 460px) {
  #start.vc_custom_1499177349192 {
    background-position: right !important;
  }
  .plyr--setup {
    width: 100%;
  }
  .tablet-film {
    width: 100%;
    left: 0px;
    bottom: 30px;
  }
  .ts-plyr-player-container.ts-plyr-player-direct {
    position: relative !important;
    bottom: 0 !important;
    width: 100% !important;
  }
  .tablet-bg {
    display: none;
  }
}



@media (max-width: 460px) {
  .nch-lb-controls {
    width: 100% !important;
  }
  .nch-lb-media.nch-lb-media-html .ts-modal-content .ts-modal-white-frame .ts-modal-white-inner h2 {
    font-size: 40px !important;
  }
  #start {
    background-position: center right !important;
    background-size: 250% !important;
  }
  h2.vc_custom_heading {
      text-align: center;
      font-size: 30px !important;

  }
}

@media (max-width: 330px) {
  h2.vc_custom_heading {
      text-align: center !important;
      font-size: 20px !important;

  }
}

/* .nch-lb-bar {
  bottom: 85% !important;
} */

@media all {
    .ts-lightbox-nacho-title {
        padding-bottom:5px !important;
        margin-bottom:10px !important;
    }
}

.zitate p {
  font-size: 12px !important;
}
.zitate p em {
  font-size: 16px !important;
}

@media all {
    div.nch-lightbox-image, div.nch-lightbox-trigger {
        border: 3px #505050 solid !important;
        border-radius: 6px !important;
    }
}

#footer a {
  font-size: 20px;
  font-family: Roboto Condensed;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff !important;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.5s linear;
}

#copyright {
  padding: 15px 0;
  background-color: #7b7b7b;
}




@media (min-width: 768px) {
    .nch-lb-media.nch-lb-media-html, .nch-lb-media.nch-lb-media-video {
        padding: 0% 5% !important;
    }
}

.nch-lb-exit-inner {
  display: none !important;
}


/*Priceing Tabelle*/

.priceing-table .wpb_text_column {
  margin: 0;
  padding: 20px 10px;
  font-size: 15px;
}
.priceing-table .vc_column-inner  {
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  transition: all 0.3s linear;
  padding: 0 !important;
}

.priceing-table .vc_column-inner:hover  {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  transition: all 0.3s linear;
}

.priceing-table .wpb_text_column p {

  font-size: 15px;
}
.priceing-table .vc_column-inner {
}
.priceing-table .table-head {
  background-color: #f11313;
  color: #fff;
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
  border-top: 1px solid #505050;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.priceing-table .table-head p {
  font-family: 'Roboto Condensed' !important;
  font-size: 24px !important;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  text-transform: uppercase;
  text-align: center;

}
.priceing-table-h1 {
  color: #f11313;
}
.priceing-table .table-price {
  background-color: #505050;
  color: #fff;
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
  border-top: 1px solid #505050;
}
.priceing-table .table-price p, .priceing-table .table-footer p {
  font-family: 'Roboto Condensed' !important;
  font-size: 20px !important;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
}
.priceing-table .table-content {
  background-color: #fff;
  /*color: #fff;*/
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
  border-top: 1px solid #505050;
}
.priceing-table .wpb_wrapper .table-content {
    min-height: 85px !important;
}
.priceing-table .table-footer {
  background-color: #505050;
  color: #fff;
  border-left: 1px solid #505050;
  border-right: 1px solid #505050;
  border-top: 1px solid #505050;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}



@media all {
    .mysocial {
        display: inline;
        padding-right: 0% !important;
    }
}

ul, li, table {
    font-size: 16px !important;
line-height: 1.5 !important;
font-family: Droid Serif !important;
}

.headline {
	width:100%;
	text-align:center;
}