html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

a{
  color: #0092c4;
}

a:hover{
  color: #ee8004;
}

@media (min-width: 576px) {
.modal-dialog{
  max-width: 700px !important;
}
}

.card-deck .card {
  min-width: 220px;
}
/*2. CSS Template*/

.jumbotron {
  padding-top: 3rem;
  /*padding-bottom: 3rem;*/
  padding-bottom: 1rem;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

/*Customization VC24*/
.intro-vc24{
  padding-top: 150px;
}
@media (max-width: 780px){
  .intro-vc24{
    padding-top: 140px;
  }
}
.btn-vc24{
  border: solid 1px #83aa3e !important;
  color: #83aa3e !important;
}
.btn-vc24:hover{
  border: solid 1px #83aa3e !important;
  color: #ffff !important;
  background-color: #83aa3e !important;
}

/*Navigation*/
.navbar-brand {
    margin-left: 20%;
    margin-right: 5%;

}
@media (max-width: 1150px){
  .navbar-brand {
      margin-left: 1%;
  }
}
.mr-md-3, .mx-md-3 {
  padding: 20px;
  background-color: white !important;
  box-shadow: 0px 2px 13px #888989;
  margin-right: 0px !important;
}

.scroll-to-id{
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}


/*Brak only on mobile*/
@media screen and (min-width: 600px)  {
        .mobile-break { display: none; }
    }


/*Social Media Floating Buttons*/
.float{
	position:fixed;
	width:50px;
	height:50px;
	top:140px;
	right:30px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
}

.float-2{
	position:fixed;
	width:50px;
	height:50px;
	top:140px;
	right:30px;
	color:#FFF;
	border-radius:50px;
	text-align:center;
}

.float-email{
	margin-top:22px;
  height: 50px;
}
.float-facebook{
	margin-top:80px;
  height: 50px;
}
.float-whatsapp{
	margin-top:22px;
  height: 50px;
}


/*Ribbon Cards*/
.ribbon {
    position: absolute;
    /*top: 20px;
    right: -5px;
    padding: 15px;*/
    top: 12px;
    right: -10px;
    padding: 5px;
}
.ribbon-content{
    /*position: relative;*/
    position: absolute;
    width: 100%;
    height: 100px;
    /*background: #f1f1f1;*/
    /*border: 1px solid #DDD;*/
}
.ribbon.base {
    background: #3498db;
    color: #fff;
    border-right: 5px solid #8bc4ea;
}
.ribbon.light {
    background: #ecf0f1;
    color: #2c3e50;
    border-right: 5px solid #dde4e6;
}
.ribbon.dark {
    background: #131313;
    color: #fff;
    border-right: 5px solid #464646;
}
.ribbon.base-alt {
    background: #9cd70e;
    color: #fff;
    border-right: 5px solid #c6f457;
}
.ribbon.red {
    background: #e91b23;
    color: #fff;
    border-right: 5px solid #f2787d;
}
.ribbon.orange {
    background: #ff8a3c;
    color: #fff;
    border-right: 5px solid #ffc7a2;
}
.ribbon.yellow {
    background: #ffd800;
    color: #fff;
    border-right: 5px solid #ffe866;
}
.ribbon:before, .ribbon:after {
    content: '';
    position: absolute;
    left: -9px;
    border-left: 10px solid transparent;
}
.ribbon:before {
    top: 0;
}
.ribbon:after {
    bottom: 0;
}
.ribbon.base:before {
    border-top: 27px solid #3498db;
}
.ribbon.base:after {
    border-bottom: 27px solid #3498db;
}
.ribbon.light:before {
    border-top: 27px solid #ecf0f1;
}
.ribbon.light:after {
    border-bottom: 27px solid #ecf0f1;
}
.ribbon.dark:before {
    border-top: 27px solid #131313;
}
.ribbon.dark:after {
    border-bottom: 27px solid #131313;
}
.ribbon.base-alt:before {
    border-top: 27px solid #9cd70e;
}
.ribbon.base-alt:after {
    border-bottom: 27px solid #9cd70e;
}
.ribbon.red:before {
    border-top: 27px solid #e91b23;
}
.ribbon.red:after {
    border-bottom: 27px solid #e91b23;
}
.ribbon.orange:before {
    border-top: 27px solid #ff8a3c;
}
.ribbon.orange:after {
    border-bottom: 27px solid #ff8a3c;
}
.ribbon.yellow:before {
    border-top: 27px solid #ffd800;
}
.ribbon.yellow:after {
    border-bottom: 27px solid #ffd800;
}
.ribbon span {
    display: block;
    font-size: 12px;
    font-weight: 600;
}
/*ENDE RIBBON*/




@media (max-width: 800px){
    .float-facebook, .float-email{
      display: none;
    }
}
@media (min-width: 700px){
    .float-whatsapp{
      display: none !important;
    }
    .float-2{
      display: none !important;
    }
}
