.tb-container {
	margin-bottom:50px;
	
}
.tb-flex{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.tb-loesung .tb-text-bild-right {
    width: 100%;
    text-align: center;
    padding-top: 100px !important;
}
.tb-subline {
    color: #333;
    opacity: 0.5;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 16px;
}
.tb-title {
    margin-bottom: 25px;
    max-width: 560px;
}
.col-lg-12 .tb-title{max-width:inherit;}
.tb-title span, .tb-title span * {
    font-size: 43px;
    color: #646464;
    font-weight: normal;
    line-height: 1.1;
}
.tb-title b, .tb-title strong {
    color: #646464;
    font-weight: bold;
}
.tb-description {
    /*max-width: 770px;*/
}
.tb-cta {
    background: #61a43f;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding: 17px 66px 12px 96px;
    display: inline-block;
    margin-top: 50px;
    position: relative;
    line-height: 1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-cta:hover {
    background: #61a43f;
    padding: 17px 96px 12px 66px;
    color: white;
}
.tb-cta:hover:before {
    left: calc(100% - 50px);
}
.tb-cta:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50px;
    top: 15px;
    background: url(assets/arrow-right.svg);
    background-size: 100% 100%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.tb-text-bild-right{text-align:center;}
.tb-text-bild-right img{
	max-width: 95%;
    /*filter: drop-shadow(22px 13px 14px rgba(0,0,0,0.2));*/
    position: relative;
    height: auto;
}

.reverse-order .reverse{   
    flex-direction: row;
}

.vidWrap {
  position: relative;
  padding-bottom: 56.25%; /* New height */
  height: 0;
}
.vidWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* New width */
  height: 100%;
}