@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600');

/* BOOTSTRAP CUSOTM GRID */

@media (max-width:767px) {
  .container {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
}
@media (min-width: 768px) {
  .container {
    width: 700px !important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px !important;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1000px !important;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px !important;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 6px !important;
  padding-right: 6px !important;
}




/* COLORS */

.bg-info {
	background-color: #f7f7f7;
}
.bg-primary {
	background-color: #00aeef;
}
.bg-default {
	background-color: #f7f7f7;
}
.text-primary {
	color: #00aeef;
}

/* TYPOGRAPHY */

html, body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.43;
	color: #000000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}h1 {
	font-size: 34px;
	font-weight: 300 !important;
	line-height: 40px;
	margin: 30px 0 30px;
}
h1>small {
    color:#faa61a;
    font-size:34px;
}
h2 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.1;
}
h3 {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.1;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.375em;
}

/* FORMS */


.form-control {
	margin: 0;
	border-radius: 2px;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	padding: 4px 14px;
	line-height: 19px;
	color: #ccc;
  height: 37px;
}

form [class*="col-"] {
	margin: 10px 0;
}.input-group-addon {
	border-radius: 2px;
}
/* BUTTONS */

.btn {
	width: 100%;
	border-radius: 2px;
	text-transform: uppercase;
}.btn-primary {
	color: #fff;
	background: #00aeef;
	border: 0;
	font-size: 13px;
	line-height: 18px;
	padding: 10px;

}
a {
	color: #00aeef;
}
a:hover, a:focus, a:active {
	color: #009bd4;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #009bd4 !important;
}

/* SECTIONS */footer .container {

    padding-top: 50px;
    padding-bottom: 50px;
}footer .container:first-child {
	margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
}
footer h4 {
	color: #000 !important;
	font-weight: 600 !important;
}
footer a {
	color: #000 !important;
	font-weight: 600 !important;
}
/* NAVBAR */

.navbar {
	position: relative;
	min-height: 90px;
	border-bottom: 1px solid #cacaca;
    margin-bottom:0;
}
.navbar-default {
	background-color: #fff;
}

@media (min-width:768px) {.navbar-nav > li {
	float: left;
	margin: 30px 0 20px 20px;
    font-weight: 600;
}
}

@media (max-width:1023px) {
  .navbar-right {
    display: none;

  }
}

/* MODULES */
#info {
	padding-top: 10px;
}.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background:none;
}#heading {
	background: url('https://images.unsplash.com/photo-1495036019936-220b29b930ea?dpr=1&auto=compress'), url('format&fit=crop&w=1950&h=&q=80&cs=tinysrgb&crop=');background-repeat: no-repeat;background-size: cover;background-position: center bottom;

}.jumbotron .layer {
	padding: 20px;
	background-color: #ffffff;
}
.info-layer {
	padding: 10px 20px;
}
.info-layer p {
	font-size: 12px;
	margin: 0 0 5px;
}

@media (max-width:767px) {
  .jumbotron {
    height: 65vw;

  }

  .jumbotron p {font-size: 16px;
      margin: 30px auto;
  }

  .jumbotron .container {
    max-width: 100%;
    margin-top: 36vw;

  }

  .jumbotron .container .layer {

    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
  }
}

.info-layer h3 {
	margin-bottom: 10px;
}
#subscribe {
	margin: 30px 0;
}#benefits .img-responsive {
    max-width: 120px;
	width: 60%;
	margin: 30px auto;
}
.thumbnail {
	display: block;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f7f7f7;
	border: 0;
	border-radius: 0;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
}
@media (max-width:767px) {.thumbnail {
	display: block;
	padding: 15px;
	margin-bottom: 15px;
	background-color: #f7f7f7;
	border: 0;
	border-radius: 0;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out;
    min-height: 23vw;
}
}@media (max-width:767px) {.thumbnail .img-responsive {
		width: 30% !important;
    	float: left;
        margin: 0 15px 15px 0;
    }
}.thumbnail .caption {
	padding: 15px 0 0;
}
@media (max-width:767px) {.thumbnail .caption {
	padding: 0;
}
}@media (max-width:767px) {.thumbnail .text-center, .thumbnail.text-center {
	text-align: left !important;
}
}.thumbnail h3 {
	margin: 0 auto 20px;
}
@media (max-width:767px) {.thumbnail h3, .thumbnail h4, .thumbnail p {
	margin: 0 auto;font-size: 16px;color: #000000;line-height: 24px;
}
}.help-block {
	font-family: "Open Sans";
	font-size: 9px;
	text-align: left;
	color: #3c3c3c;
}
@media (max-width:767px) {.help-block {
	font-family: "Open Sans";
	font-size: 12px;
	text-align: left;
	color: #a0a0a0;margin-top: 30px;
}
}.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}#offer .well {
    	color: #a0a0a0;

}
@media (max-width:767px) {#offer .well {
    border: 0;
    padding: 0;
	color: #a0a0a0;
    text-align: left;
}
}
@media (max-width:767px) {#offer .well h4 {
    	margin-bottom: 0;
    	line-height: 24px;
}
}.row.no-gutter {
	margin-left: 0;
	margin-right: 0;
}.no-gutter > [class*="col-"] {
	margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
	padding-right: 0;
	padding-left: 0;
}#offer .img-responsive  {
	width: 100%;
    border: 1px solid #ccc;
}
@media (max-width:767px) {#offer .well .img-responsive  {
	width: 30%;
    border: 1px solid #ccc;float: left;
    margin: 0 15px 15px 0;
}
}
.kleingedrucktes {
  margin-top: 40px;
}
.support {
  margin-top: 65px;
}
@media (max-width:767px) {.support {
  margin-top: 30px;
}
}.navbar-brand > img {
  display: block;
  margin-top: 10px;
}
.margin-bottom-s { margin-bottom: 20px;
}

.control-label {
  margin-right: 20px;
}


/* CAROUSEL */

#benefits-mobile {
  overflow-x: hidden;
}

#benefits-mobile .row {
  width: 180%;
  margin-left: -40%;
}

.carousel,
.carousel-inner,
.carousel-inner > .item {
    overflow: hidden;
}
.carousel-inner:before {
    position:absolute;
    top:0;
    bottom: 0;
    right: 100%;
    left: 0;
    content:"";
    display:block;
    background-color: #fff;
    z-index: 2;
}
.carousel-inner:after {
    position:absolute;
    top:0;
    bottom:0;
    right: 0;
    left: 100%;
    content:"";
    display:block;
    background-color:#fff;
    z-index: 2;
}

.carousel-control.left, .carousel-control.right {
    background: initial;
    width: 30%;
    color: #000;
    z-index: 10;
    top: -10px;
}

.item p {
  opacity: 0;
}

.item.active .col-xs-4:nth-child(2) p {
  opacity: 1;
  transition: opacity 0.3s ease;
}


.item img {
  opacity: 0.5;
  width: 120px;
  display: inline-block;
  margin-bottom: 20px;
}


.item.active .col-xs-4:nth-child(2) img {
  transition: all 0.3s ease;
  opacity: 1;
}

/*.carousel-inner > .item > .img-responsive {
  width: 120px !important;
  margin-bottom: 20px;
}*/


/* TOAST */
#meldung {
    min-width: 200px; /*200px;*/
    position: fixed;
    bottom: 0px; /*35px;*/
    font-size: 18px;
    padding:10px;
    margin: 0% auto;
    left: 0;
    right: 0;    
    /*background-color: #50D050;*/
    color: white;
    /* border-radius: 8px; */
    /*padding: 10px 0px 10px 0px;*/
    display: none;
    /* opacity: 0.9;*/
    text-align: center;
    z-index:9999;
}

.meldung-bg-green {
    background-color: #00aeef;//#50D050;
}
.meldung-bg-red {
    background-color: firebrick;
    color:white;
}

/* alert */
.alert-message
{
    margin: 20px 0;
    padding: 20px;
    border-left: 3px solid #eee;
}
.alert-message h4
{
    margin-top: 0;
    margin-bottom: 5px;
}
.alert-message p:last-child
{
    margin-bottom: 0;
}
.alert-message code
{
    background-color: #fff;
    border-radius: 3px;
}
.alert-message-success
{
    background-color: #F4FDF0;
    border-color: #3C763D;
}
.alert-message-success h4
{
    color: #3C763D;
}
.alert-message-danger
{
    background-color: #fdf7f7;
    border-color: #d9534f;
}
.alert-message-danger h4
{
    color: #d9534f;
}
.alert-message-warning
{
    background-color: #fcf8f2;
    border-color: #f0ad4e;
}
.alert-message-warning h4
{
    color: #f0ad4e;
}
.alert-message-info
{
    background-color: #f4f8fa;
    border-color: #5bc0de;
}
.alert-message-info h4
{
    color: #5bc0de;
}
.alert-message-default
{
    background-color: #EEE;
    border-color: #B4B4B4;
}
.alert-message-default h4
{
    color: #000;
}
.alert-message-notice
{
    background-color: #FCFCDD;
    border-color: #BDBD89;
}
.alert-message-notice h4
{
    color: #444;
}


textarea.form-control,
input[type]  {
    font-size:16px;    
    color:#000;
}

.selected-box {
 //   border: 1px solid #00aeef; 
    box-shadow: 10px 10px 5px grey;
}
ul{
    list-style-type: none;
}
.list-nospace {
    margin:0px;
    padding:0px;    
}
