body {
    font-family: 'Encode Sans', sans-serif;
    background-color: #ffffff;
    overflow-x: hidden !important;
}


.teaser_left
{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.teaser_left_box
{
	position: relative;
    background: rgb(96 96 96);
	margin-top: 15%;
    margin-left: 10%;
    margin-right:15%;
    /*border: 1px solid #333333;*/
	padding: 0px 20px 20px 20px;
}

.teaser_left_top
{

}

.text-right-desktop-only
{
	text-align: right;
}

.intro-img
{
	max-width:400px;
}

.teaser_box_headline
{
background: #eeeeee;
    border-radius: 90px 0px 0px 90px;
    margin-right: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
    /* position: absolute; */
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    justify-content: end;
}

.teaser_left_top_image
{
    height: 140px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text_light_white
{
	color: rgba(250, 250, 250, 0.81) !important;
}

.teaser_left_box_buttons
{
	display:flex;
	flex-direction: row;
	justify-content: end	;
	column-gap: 10px;
}

.teaser_left_box_buttons_personal
{
	display:flex;
	flex-direction: row;
	justify-content: end	;
	column-gap: 10px;
}

.undertitle
{
    font-size: 13px;
    font-weight: 300;
    font-style: italic;
    background: #000000;
    color: #fefefe;
    padding: 10px;
}

#loader {
    background: #000000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.loadinggif {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0px 0px -50px;

    z-index: 9999;
}

.fixed-top {
    position: fixed;
    top: 20px;
    right: 0 !important;
    left: auto !important;
    z-index: 1030;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 90px;
    background: rgba(0, 0, 0, 0);
}

.navbar-nav {
    padding-left: 80px;
}

.fixed-top::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;

    z-index: -1;
    background: rgba(16, 16, 16, 0.72) !important;
    transform-origin: top left;
    transform: skewX(30deg)

}


.container-fullscreen {
    width: 100vw;
}

.carousel-caption {
    /*transform: rotate(-5deg);*/
    pointer-events: none;
    position: absolute;
    left: -10%;
    right: -10%;
    bottom: 10%;
    /*background-color: rgba(18,18,18,0.2);*/
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;

}

.nav-link {
    text-transform: uppercase !important;
}

.verlauf {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 200px;
    background: rgb(2, 0, 36);
    background: -moz-linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(16, 16, 16, 0.95) 75%, rgba(16, 16, 16, 0.95) 100%);
    background: -webkit-linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(16, 16, 16, 0.95) 75%, rgba(16, 16, 16, 0.95) 100%);
    background: linear-gradient(180deg, rgba(2, 0, 36, 0) 0%, rgba(16, 16, 16, 0.95) 75%, rgba(16, 16, 16, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024", endColorstr="#101010", GradientType=1);
    transform: rotate(0deg);
}


.container-black {
    position: relative;
    background-color: rgba(0, 0, 0, 1.0);
    color: rgba(245, 245, 245, 0.9);
}


.width20 {
    width: 20%;
    position: relative;
    float: left;
    padding-left: 40px;
    padding-right: 40px;
}

.container-fluid-mt {
    position: relative;
    width: 100vw;
    height: auto;
    background: url("../assets/bg_mt.jpg") no-repeat center center;
    color: rgba(245, 245, 245, 0.9);
}

.container-fluid-mt:after {
    content: '';
    transform: rotate(4deg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.container-fluid-black {
    position: relative;
    width: 100vw;
    height: auto;
    background-color: rgba(0, 0, 0, 1.0);
    color: rgba(245, 245, 245, 0.9);
}

.container-dark {
    width: 100vw;
    height: auto;
    background-color: rgba(16, 16, 16, 1.0);
    color: rgba(245, 245, 245, 0.9);
}

.carousel-caption h1 {
    padding-left: 15%;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 4vw;
    pointer-events: none;
    letter-spacing: 0px;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
}

.carousel-caption h3 {
    padding-left: 15%;
    pointer-events: none;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 5px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}

.bg-dark4 {
    background-color: rgba(13, 13, 13, 1.0) !important;
    overflow: hidden;
}

.bg-dark3:before {
    background-color: rgba(13, 13, 13, 1.0) !important;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    overflow: hidden;
    height: 100%;
    transform: skewY(-14deg);
    transform-origin: top right;
}

.bg-light2 {
    background-color: rgba(255,255,255, 1.0) !important;
}

.bg-dark2 {

}


.wrapper:hover {
    opacity: 0.9;
}

.uc {
    text-transform: uppercase !important;
}

.wrapper {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
}

.left, .right {
    height: 300px;
}

.left {
    flex-basis: calc(60% - 25px);
    position: relative;
    background: #ffffff;
    /*display: flex;
    align-items: center;*/
    padding: 20px;
}

.left::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    z-index: 999;
    border-top: 300px solid #ffffff;
    border-right: 50px solid transparent;
}

.right {
    flex-basis: calc(50% + 25px);
    z-index: 888;
}

.left2 {
    flex-basis: calc(60% - 25px);
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 20px;
}

.left2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    height: 0;
    width: 0;
    z-index: 999;
    border-top: 200px solid #ffffff;
    border-right: 50px solid transparent;
}

.right2 {
    flex-basis: calc(70% + 25px);
    z-index: 888;
}


.bg-all-white {
    background: #ffffff !important;
}

.bg-all-grey {
    background-color: rgb(244, 244, 244) !important;
}

.coursedvd1 {
    background: url("../assets/muaythaidvd_1.jpg") center center no-repeat;
    background-size: cover;
}


.thaiboxen1 {
    background: url("../assets/foto66.jpg") right top no-repeat;
    background-size: contain;
}


.thaiboxen2 {
    background: url("../assets/foto67.jpg") left top no-repeat;
    background-size: contain;
}


.defense1 {
    background: url("../assets/foto70.jpg") right top no-repeat;
    background-size: contain;
}


.defense2 {
    background: url("../assets/foto71.jpg") left top no-repeat;
    background-size: contain;
}

.fitness1 {
    background: url("../assets/foto68.jpg") right top no-repeat;
    background-size: contain;
}


.fitness2 {
    background: url("../assets/foto69.jpg") left top no-repeat;
    background-size: contain;
}


.coursedvd2 {
    background: url("../assets/muaythaidvd_2.jpg") center center no-repeat;
    background-size: cover;
}


.coursedvd3 {
    background: url("../assets/muaythaidvd_3.jpg") center center no-repeat;
    background-size: cover;
}


.course47 {
    background: url("../assets/foto47.jpg") top center no-repeat;
    background-size: cover;
}

.course48 {
    background: url("../assets/foto48.jpg") top center no-repeat;
    background-size: cover;
}

.course49 {
    background: url("../assets/foto49.jpg") top center no-repeat;
    background-size: cover;
}

.course50 {
    background: url("../assets/foto50.jpg") top center no-repeat;
    background-size: cover;
}

.course51 {
    background: url("../assets/foto51.jpg") top center no-repeat;
    background-size: cover;
}

.course52 {
    background: url("../assets/foto52.jpg") top center no-repeat;
    background-size: cover;
}

.course54 {
    background: url("../assets/foto54.jpg") top center no-repeat;
    background-size: cover;
}

.course55 {
    background: url("../assets/foto55.jpg") top center no-repeat;
    background-size: cover;
}

.course56 {
    background: url("../assets/foto56.jpg") top center no-repeat;
    background-size: cover;
}


.container-hack-section {
    background-color: rgb(244, 244, 244) !important;
    height: 50vh;
    width: 100vw;
    margin: 0px !important;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.container-hack {
    background-color: rgba(13, 13, 13, 1.0) !important;
    height: 50vh;
    width: 100vw;
    margin: 0px !important;
    overflow-x: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.bg-very-dark-section2:before {
    background-color: rgba(13, 13, 13, 1.0) !important;
    position: absolute;
    content: '';
    top: -10%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 110%;
    transform: skewY(-4deg);
}

.bg-very-dark-section:before {
    background-color: rgba(13, 13, 13, 1.0) !important;
    position: absolute;
    content: '';
    top: -7%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 115%;
    transform: skewY(4deg);
}

.bg-dark-section-no-skew {
    background-color: rgb(244, 244, 244) !important;
    width: 100%;
    height: 100%;
}

.bg-dark-section:before {
    background-color: rgb(244, 244, 244) !important;
    position: absolute;
    content: '';
    top: -7%;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 110%;
    transform: skewY(4deg);
}

.bg-dark2:before {
    background-color: rgba(13, 13, 13, 1.0) !important;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: skewY(4deg);
}

.video-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: rgb(2,0,36);*/
    z-index: 888;
    background: url("../assets/overlays/01.png") repeat center center;
}

.img-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 16, 16, 0.1);

}

.bg-gray {
    background: #D7D7D7;
    z-index: -1;
    background-size: cover;
}

.bg-graypaint {
    background: url("../assets/bg-gray-paint.jpg") no-repeat center center;
    background-size: cover;
    background-position-y: 30%;;
}

.carousel-caption2 {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    margin-left: 2%;
    margin-right: 2%;
    position: absolute;
    bottom: 20px;
    text-align: left;
    left: 0;
}

.gallery-text {
    width: auto !important;
    text-transform: none !important;
    color: #0e0e0e;
    font-size: 1.0em;
    display: inline-block;
}


.arrow-up {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15vw;
}

.carousel-overlay {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    height: 100%;
    /*background: rgb(2,0,36);*/
    background: url("../assets/overlays/01.png") repeat center center;
}

.carousel-item2 {
    width: 100% !important;
    height: 50vh !important;
}

.carousel-item {
    width: 100vw;
    height: 55vh !important;
}

.carousel-item-sm {
    width: 100vw;
    height: 55vh;
}

.skewed-inner:after {
    content: '';
    display: block;
    z-index: 200;
}


.skewed-white:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -100px;
    left: -200px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 3000px;
    border-color: transparent transparent transparent #000000;
    z-index: 10;
}

.skewed:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 200px 0 0 3000px;
    border-color: transparent transparent transparent #000000;
    z-index: 10;
}

/*
.carousel-item:after {
    content:"";
    display:block;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background:rgba(0,0,0,0.3);
}*/

.intro {
    max-width: 450px;
    float: right;
}

/* unvisited link */
a .pagelink:link {
    color: rgba(185, 31, 34, 1.0);
}

/* visited link */
a .pagelink:visited {
    color: rgba(185, 31, 34, 1.0);
}

/* mouse over link */
a .pagelink:hover {
    color: rgba(185, 31, 34, 1.0);
}

/* selected link */
a .pagelink:active {
    color: rgba(185, 31, 34, 1.0);
}

.red {
    color: rgba(185, 31, 34, 1.0) !important;
    font-weight: bolder;
}

.megaheadline2-color2-left {
    color: rgba(44, 44, 44, 0.82);
    position: absolute;
    top: 3.4vw;
    left: 0;
}

.megaheadline2-color2 {
    color: rgba(44, 44, 44, 0.82);
    position: absolute;
    top: 3.4vw;
    right: 0;
}

.megaheadline2-top {
    color: #3c3c3c !important;
}

.megaheadline4 {
    min-height: 10vw;
    position: relative;
    line-height: 7vw;
    overflow: hidden;
    font-size: 5vw;
    font-weight: bolder;
    text-transform: uppercase;
    color: #636363;
}

.megaheadline3 {
    min-height: 10vw;
    position: relative;
    line-height: 7vw;
    overflow: hidden;
    font-size: 4vw;
    font-weight: bolder;
    text-transform: uppercase;
    color: rgba(250, 250, 250, 0.81);
}

.megaheadline2-alt {
    min-height: 5.5vw;
    position: relative;
    /*line-height: 5vw;*/
    overflow: hidden;
    font-size: 4.6vw;
    font-weight: bolder;
    text-transform: uppercase;
    color: rgba(185, 185, 185, 0.31);
}

.megaheadline2 {
    min-height: 10vw;
    position: relative;
    line-height: 7vw;
    overflow: hidden;
    font-size: 5vw;
    font-weight: bolder;
    text-transform: uppercase;
    color: rgba(185, 185, 185, 0.31);
}

.gray-headline {
    color: rgba(185, 185, 185, 0.31) !important;
}

.megaheadline {
    font-size: 7vw;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 6.5vw;
    /*color: rgba(185, 31, 34, 0.93);*/
    color: #292929;
    z-index: 9999;
}

.megaheadline-videos {
    pointer-events: none;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 7vw;
    font-weight: bolder;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}

.megaheadline-app {
    font-size: 4vw;
    opacity: 1.0;
    font-weight: bolder;
    text-transform: uppercase;
    color: rgba(13, 13, 13, 0.8);
}

.superheadline {
    font-size: 2.0vw;
    font-weight: 100;
    text-transform: uppercase;
    z-index: 9999;
}


a .superheadline-smaller {
    text-decoration: none !important;
    color: #0e0e0e !important;
}

a .superheadline-smaller:hover {
    text-decoration: none !important;
    color: #0e0e0e !important;
}

a .superheadline-smaller:link {
    text-decoration: none !important;
    color: #0e0e0e !important;
}

.max-700 {
    max-width: 700px;
}

.smaller {
    font-size: 1.05rem;
    font-style: italic;
}

.corners {
    border-radius: 4px;
}

.centered {
    display: flex;
    align-items: center;
}

/* visited link */
a .superheadline-smaller:visited {
    text-decoration: none !important;
    color: #0e0e0e !important;
}

/* mouse over link */
a .superheadline-smaller:hover {
    text-decoration: none !important;
    color: #0e0e0e !important;
}

/* selected link */
a .superheadline-smaller:active {
    text-decoration: none !important;
    color: #0e0e0e !important;
}


.superheadline-smaller {
    font-size: 1.2vw;
    font-weight: 300;
    text-transform: uppercase;
    z-index: 9999;
}


.megaheadline-small {
    font-size: 2vw;
    font-weight: bolder;
    text-transform: uppercase;
    /*color: rgba(185, 31, 34, 0.93);*/
    color: #292929;
    z-index: 9999;
}

.card-inner-text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 10px;
    right: 0px;
    margin: auto;
    text-align: center;
    width: 100%;
    color: #ffffff;
    background: rgba(8, 8, 8, 0.8);
    font-weight: 100;
    font-size: 1.2em;
}


.footer-link:hover {
    color: #b8b8b8 !important;
}

.footer-link {
    text-align: right;
    color: #b8b8b8;
}

.grey {
    color: #b8b8b8;
}

.white {
    color: #ffffff;
}

.dark {
    color: #131313 !important;
}

.medium-dark {
    color: #a2a2a2 !important;
    font-weight: 100 !important;
    letter-spacing: 0.05em !important;
}

.underlined-link:hover {
    color: rgba(253, 79, 0, 1.0);
    /*background: rgba(255, 255, 255, 0.03);*/
    text-decoration: none;

}

.book {
    cursor: pointer;
    padding: 10% 18%;
    transform: scale(1.0, 1.0);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}


.tag {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0.25rem 0.3125rem;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    background-color: #1c77ff;
    border-radius: 0.25rem;
}

.navbar {
    padding: 0px !important;
}

.nav-item {
    font-size: 1.0rem;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(174, 24, 27, 0.0);
}

.nav-item:hover {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background: rgba(174, 24, 27, 0.91);
}

.book-info-container {
    padding: 15px;
    position: relative;
    width: 100%;
    height: 130px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom-left-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.book3-dark {
    background: rgb(47 47 47) /*rgb(216, 216, 216)*/ !important;
}

.book3 {
    background: rgba(240, 240, 240, 0.93);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-filter: brightness(1.0);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.book3:hover {
    -webkit-filter: brightness(0.95);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.book:hover {
    transform: scale(1.1, 1.1);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.underlined-link::before {
    position: absolute;
    content: '';
    width: 40px;
    height: 30px;
    border-left: 1px solid #ff0000;
    border-bottom: 1px solid #ff0000;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-size: 0.9rem;
}


.footer {
    background: rgb(226, 226, 226);
}

.img-social2 {
    width: 40px;
    height: auto;
    opacity: 1.0;
}

.img-social {
    width: 40px;
    height: auto;
    opacity: 1.0;
}

.img-social2:hover {
    opacity: 0.9;
}

.social-icons {
    position: absolute;
    bottom: -20px;
    right: 20px;
    z-index: 777 !important;
}

.container-tint-dark {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.0);
    width: 100%;
    height: 100%;
}

.container-overlay {
    background: rgba(185, 133, 164, 0.82);
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}


.teaser_logos_personal
{
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;	
}

.teaser_logos_personal img
{
	max-width: 250px;	
}

.btn-videos {
    position: absolute;
    bottom: 70px;
    left: -5%;
    z-index: 9999;
}

.btn-books-more {
    position: absolute;
    top: 10px;
    right: 0px;
    z-index: 9999;
}

.btn-books-more {
    text-align: right;
}

.link-button-small:hover {
    color: #1e0a0a;
    background: rgb(234, 234, 234);
    text-decoration: none;
}

.udemy_hint {
    position: absolute;
    left: 20px;
    bottom: 10px;
}

.udemy_hint_image {
    max-height: 30px;
}

.amazon_hint_image {
    width: 70%;
}

.link-button-small {
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    width: auto;
    font-size: 0.8rem;
    letter-spacing: 0.03em;
    padding: 8px;
    border-left: 1px solid rgba(255, 53, 58, 0.93);
    /*border-bottom: 1px solid rgba(255, 53, 58, 0.93);*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    text-align: center;
    color: #ffffff;
    background: rgba(47, 47, 47, 0.94);
}


.link-button:hover {
    color: #1e0a0a;
    background: rgb(234, 234, 234);
    text-decoration: none;
}

.link-button {
    margin-top: 20px;
    text-transform: uppercase;
    width: auto;
    font-size: 1.0rem;
    letter-spacing: 0.03em;
    line-height: 1.5em !important;
    padding: 15px;
    border-left: 1px solid rgba(255, 53, 58, 0.93);
    /*border-bottom: 1px solid rgba(255, 53, 58, 0.93);*/
    /*border-top-right-radius: 10px;*/
    /*border-bottom-left-radius: 10px;*/
    text-align: center;
    color: #ffffff;
    background: rgba(47, 47, 47, 0.94);
}

.book-text {
    pointer-events: none;
    margin-left: 20px;
    margin-right: 20px;
    position: absolute;
    bottom: 0px;
    letter-spacing: 0.03em;
    line-height: 1.5em !important;
    left: 0;
    right: 0;
    padding: 15px;
    border-left: 1px solid rgba(255, 53, 58, 0.93);
    /*border-bottom: 1px solid rgba(255, 53, 58, 0.93);*/
    /*border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;*/
    text-align: center;
    color: #ffffff;
    background: rgba(30, 30, 30, 0.92);
    height: 100px;
}

.book-text2 {
    position: absolute;
    bottom: 0%;
    left: 5%;
    right: 5%;
    padding: 10px;
    width: 90%;
    text-align: center;
    color: #131313;
    font-weight: 200;
    font-size: 1.5rem;
    background: rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 53, 58, 0.93);
    border-bottom: 1px solid rgba(255, 53, 58, 0.93);
}

.post-tag {
    position: absolute;
    left: 0.9375rem;
    top: 0;
    z-index: 1;
    transform: translateY(-50%);
}

.tag-red {
    background-color: #b72960;
}

.tag-yellow {
    background-color: #db8900;
}

.tag-green {
    background-color: #2f37e6;
}


.book-link:hover {
    text-decoration: none;
}

.book-text3-bottom {
    position: absolute;
    bottom: 12px;
    left: 15px;
    right: 15px;
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: right;
    color: #161616;
}

.book-text3 {
    margin-top: 12px;
    font-size: 0.8rem;
    line-height: 0.9rem;
    text-align: left;
    color: #161616;
}

.newsletter-container {
}

.book-text3-title {
    margin-top: 8px;
    font-size: 0.9rem;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.012rem;
    line-height: 1.0rem;
    color: #0e0e0e;
}


.video-rotated {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.bg-video::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.bg-white {
    position: relative;
    background: url("../assets/bg_white.jpg") no-repeat center center;
    background-size: cover;
}

.bg-black {
    position: relative;
    background: url("../assets/bg_black3.jpg") no-repeat center center;
    background-size: cover;
}

.book-text-title {
    font-weight: 400;
    font-size: 0.9rem;
    text-transform: uppercase;
}

.book-text-subtitle {
    font-weight: 100;
    font-size: 1.2rem;
    line-height: 1.3rem;
}

.underlined-link:hover::before {
    width: 100px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.storebtn {
    height: 50px;
    width: auto;
    margin-right: 10px;
    margin-top: 20px;
}

.underlined-link {
    color: rgba(0, 0, 0, 1);
    font-weight: 100;
}

.mb-8 {
    margin-bottom: 8rem !important;
}

.mb-10 {
    margin-bottom: 10rem !important;
}

.mt-5_5 {
    margin-top: 4.0rem !important;
}


.mt-6 {
    margin-top: 6rem !important;
}

.mt-8 {
    margin-top: 8rem !important;
}

.mt-10 {
    margin-top: 10rem !important;
}

.pb-8 {
    padding-bottom: 8rem !important;
}

.pb-10 {
    padding-bottom: 10rem !important;
}

.mt-15 {
    margin-top: 15rem !important;
}

.video-sketched:after {
    content: '';
    transform: rotate(8deg) !important;
}


.sketched-outer {
    position: relative;
    margin-top: -40px !important;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.img-logo {
    position: absolute;
    top: 2vw;
    display: none;
    left: 5vw;
    width: 20vw;
    min-width: 100px;
    max-width: 220px;
}

.box-text {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-weight: 500;
    background: rgba(89, 89, 89, 0.51);
    /*border-left: 1px solid rgba(255, 53, 58, 0.93);
    border-bottom: 1px solid rgba(255, 53, 58, 0.93);*/

    font: 15px 'Raleway', Arial, Verdana, Sans-serif;
    font-weight: 400;
    line-height: 120%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
}


.box-img {
    width: 100%;
    height: auto;
}

.card-container {
    position: relative;
}

.background-box {
    position: absolute;
    content: '';
    left: 0px;
    top: 60px;
    right: 0px;
    bottom: 0px;
    background: url(../assets/background-box.png) no-repeat;
}

.p-15 {
    padding: 15rem !important;
}


.app-teaser {
    position: relative;
}


.newsletter-box {

}

.newsletter-image {
    max-height: 150px;
}

.newsletter-back {
    background: url("../assets/bg_black.jpg") no-repeat center center;
    background-size: cover;
    padding-left: 40px;
    /*border-top-right-radius: 90px;
    border-bottom-right-radius: 90px;*/
}


.newsletter-title {
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 1.25rem;
    margin-top: 20px;
}

.newsletter-subtitle {
    font-weight: 100;
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.newsletter-input {
    margin-top: 30px;
    width: 50%;
    max-width: 300px;
    float: left;
    border: 0px;
    font-weight: 100;
    font-size: 0.9em;
    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    margin-left: 16px;
    margin-bottom: 30px;

}

.newsletter-button {
    margin-top: 30px;
    float: left;
    width: 200px;
    background: rgba(255, 53, 58, 0.33);
    border: 0px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 100;
    font-size: 0.9em;
    margin-left: 1px;
    border-radius: 90px;
}

.pad-left
{
	padding-left:20px;
}

@media (max-width: 992px) {
    .width20 {
        width: 50%;
        position: relative;
        float: left;
        padding-left: 30px;
        padding-right: 30px;
    }
    
    
    

}

@media (max-width: 768px) {
	
	
	.teaser_logos_personal
	{
		display:flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;	
	}

	.nopadcol
	{
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	.teaser_left
	{
		position: relative;
	    width: 100%;
	    height: 100%;
	}
	
	.teaser_left_box
	{
		position: relative;
	    background: rgb(96 96 96);
		margin-top: 15%;
	    margin-left: 0px;
	    margin-right:0px;
	    /*border: 1px solid #333333;*/
		padding: 0px 20px 20px 20px;
	}

    .book-text-subtitle {
        font-weight: 100;
        font-size: 0.8rem;
        line-height: 1.3rem;
    }

    .book-text {
        max-width: 350px;
        margin-left: 0px;
        margin-right: 0;
        bottom: -20px;
        text-align: center;
    }

    .link-button {
        font-size: 0.8rem;
        letter-spacing: 0.03em;
        line-height: 1.0em !important;
        padding: 8px;
    }

    .newsletter-back {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }


}


@media (max-width: 576px) {


	.teaser_left_box_buttons
	{
		display:flex;
		flex-direction: row;
		justify-content: center;
		column-gap: 10px;
	}
	
		.teaser_left_box_buttons_personal
	{
		display:flex;
		flex-direction: column;
		justify-content: center;
		column-gap: 10px;
	}

	.teaser_box_headline {
	    background: #eeeeee;
	    border-radius: 0px;
	    margin-right: 0px !important;
		margin-left: 0px !important;
	    margin-top: 40px;
	    margin-bottom: 40px;
	    padding-bottom: 20px;
	    padding:20px;
	    /* position: absolute; */
	    display: flex;
	    flex-direction: column-reverse;
	    align-items: center;
	    column-gap: 20px;
	    justify-content: end;
	}
	
	
	.teaser_left_top_image {
	    width: 100%;
	    height: auto;
	    padding: 0px;
	    margin-top: 20px;
	    margin-bottom: 20px;
	    margin-left: 0px;
	}
	
	.text-right-desktop-only
	{
		text-align: center;
	}


    .img-social2 {
        width: 35px;
        height: auto;
        opacity: 1.0;
    }

    .social-icons {
        right: 10px;
        bottom: -15px;
    }

    .img-social {
        width: 30px;
        height: 30px;
    }

    .book {
        max-height: 300px;
        margin-top: 0px;
    }

    .navbar-collapse {
        background-color: white;
    }

    .navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, .5);
        border-color: rgba(255, 255, 255, .0) !important;
    }


    .nav-link {
        color: #161616 !important;
        margin-left: 10px;
    }

    .superheadline {
        font-size: 6vw;
    }

    .megaheadline {
        font-size: 12vw;
        line-height: 11.5vw;
    }

    .megaheadline-videos {
        font-size: 12vw;
        position: absolute;
        display: none;
    }


    .megaheadline-app {
        font-size: 12vw;
    }

    .megaheadline2-color2 {
        color: rgba(44, 44, 44, 0.82);
        position: absolute;
        top: 7.4vw;
        right: 0;
    }

    .megaheadline2 {
        font-size: 12vw;
        line-height: 10vw;
        min-height: 20vw;
    }

    .megaheadline4 {
        font-size: 12vw;
        line-height: 10vw;
        min-height: 20vw;
    }


    .megaheadline3 {
        font-size: 12vw;
        line-height: 10vw;
        min-height: 20vw;
    }

    .carousel-caption {
        position: absolute;
        left: -10%;
        right: -10%;
        bottom: 10%;
        /*background-color: rgba(18,18,18,0.2);*/
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        font-size: 0.4em;
    }

    .carousel-caption h1 {
        text-align: left;
        font-weight: 800;
        text-transform: uppercase;
        font-size: 7vw;
        pointer-events: none;
        letter-spacing: 0px;
        color: rgba(255, 255, 255, 0.7);
    }


    .link-button {
        font-size: 0.8rem;
        letter-spacing: 0.03em;
        line-height: 1.5em !important;
        padding: 8px;
    }

    .book-text-subtitle {
        font-weight: 100;
        font-size: 1.0rem;
        line-height: 1.3rem;
    }

    .btn-videos {
        position: absolute;
        bottom: -4  0px;
        left: 30px;
        z-index: 9999;
    }

    .intro {

    }

    .intro-img {
        display: none;
    }

    .storebtn {
        max-height: 45px;
        width: auto;
    }


    .nav-item {
        z-index: 9999;
        font-size: 1.0rem;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        background: rgba(174, 24, 27, 0.0);
    }

    .navbar-nav {
        padding-left: 0px;
    }

    .nav-item:hover {
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        background: rgb(255, 255, 255);
    }

    .newsletter-input {
        margin-left: 0px;
    }

    .carousel-item {
        width: 100vw;
        height: 32vh !important;
    }

    .megaheadline-small {
        font-size: 5vw;
        font-weight: bolder;
        text-transform: uppercase;
        /*color: rgba(185, 31, 34, 0.93);*/
        color: #292929;
        z-index: 9999;
    }

    .superheadline-smaller {
        font-size: 3.4vw;
        font-weight: 100;
        text-transform: uppercase;
        z-index: 9999;
    }

    .left, .right {
        height: 200px;
    }

    .left::after {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        height: 0;
        width: 0;
        z-index: 999;
        border-top: 200px solid #ffffff;
        border-right: 50px solid transparent;
    }

    .superheadline-subtitle {
        font-size: 12px;
    }


    .megaheadline2-color2-left {
        color: rgba(44, 44, 44, 0.82);
        position: absolute;
        top: 9.4vw;
        left: 0;
    }

    .gallery-text {
        width: auto !important;
        text-transform: none !important;
        color: #0e0e0e;
        line-height: 1.5em !important;
        font-size: 0.5em !important;
    }

    .verlauf {
        height: 60px;
    }


    .width20 {
        width: 50%;
        position: relative;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
    }

}