html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fff;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  transition: all .35s;
}

.external-link {
  color: black;
  word-wrap: break-word;
}

a:hover, a:focus {
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

.badges .badge-link {
  display: inline;
  margin-bottom: 25px;
}

.badges .badge-link img {
  height: 60px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 576px) {
  .small-screen-show { display: block!important; }  /* show it on small screens */
  .big-screen-show { display: none!important; }
}

@media (min-width: 768px) {
  .small-screen-show { display: block!important; }  /* show it on small screens */
  .big-screen-show { display: none!important; }
}

@media (min-width: 992px) {
  .small-screen-show { display: none!important; }   /* hide it elsewhere */
  .big-screen-show { display: block!important; }
}

.black-section {
  background-color: #222222;
}

.black-section p {
  color: white;
}

.black-section h2 {
  font-weight: 800;
  color: white;
}

.bg-primary h2 {
  font-weight: 800;
}

.bg-white h2 {
  font-weight: 800;
}

.references {
  font-size: 14px
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-pattern1.jpg"), #222;
}

header.masthead .header-content {
  max-width: 500px;
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .header-content h1.comingsoon{font-size: 60px;}


header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 775px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .header-content h1.comingsoon{font-size: 80px;}


  header.masthead .device-container {
    max-width: 325px;
  }
}


section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary{
	background-color: #914187!important;
	color: #fff
}

.text-primary {
  color: #fdcc52;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 1px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #fdcc52;
  background-color: #fdcc52;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 11px;
  padding: 15px 45px;
}

h1.comingsoon {
	#font-variant: small-caps;
	color: #fff;
	margin-bottom: 0;
	margin-top: 3rem;
	font-size: 70px;
    font-family: Lobster, serif;
}

.right{
	margin-left: 20px;
}

.header-content img{
	max-width: 100%; /* anpassen falls nötig! */
   max-height: 100%; /* ebenfalls */
   width: auto;
   height: auto;
}

.impressum {
  color: white;
  background: url("../img/bg-pattern1.jpg"), #222;
}

.s-link {
  font-size: 50px;
  line-height: 80px;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

.list-inline-item button,.list-inline-item button:hover {
  color: white;
}

.btn-secondary:hover {
  border-color: white;
  background-color: #914187;
}

.social-icons-list {
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 50px;
}

.social-icons-list ul {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.social-icons-list ul li {
  display: inline-block;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #f00;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0px 10px;
}

.social-icons-list ul li a {
  display: block;
  color: #fff;
  font-size: 50px;
}

.social-icons-list ul li a i{
  line-height: 100px;
}

.social-icons-list ul li:nth-child(1) {
   background: #f09433;
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-icons-list ul li:nth-child(2) {
  background: #3b5999;
}

/* ben182
 * To control height you need little math:
 * Height 200px: 200 / 209.829619921363 * 100 =
 * 201.451612903
*/

.device-container2 {
  width: 297.838270616827px;
  display: inline-block;
}

.owl-prev {
    width: 20px;
    height: 50px;
    position: absolute;
    top: 40%;
    margin-left: -20px !important;
    display: block !important;
}

.owl-next {
    width: 20px;
    height: 50px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border:0px solid black;
}

@media (max-width: 576px) {
  .owl-col-sm-center {
    text-align: center;
  }
}
