
.text-content {
    padding: 4rem 0 4rem 80px;
    align-self: start;
    max-width: 600px;
}
.text-content .title {
    margin-bottom:30px;
}
.text-content h1 {
    margin-bottom:20px;
    font-weight:700;
}
.text-content .title > span {
    font-size:36px;
    line-height:36px;
    font-weight:500;
}
.text-content ul li {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    /*margin-bottom:20px;*/
}

.text-content li .icon {
    margin-right:10px;
}

.text-content__ul {
    padding: 1rem 0;
}

@media (max-width: 1024px) {
    .text-content h1 {
        margin-bottom:80px;
    }
    .text-content .title > span {
        font-size:18px;
        line-height:22px;
    }
    .text-content {
        padding:70px 20px;
    }
    .image-content {
        display:none;
    }
}

/*NNN*/
.howto-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    /*margin-bottom: 5rem;*/
    /*width: 70%;*/
    position: relative;
}
.howto-wrapper .slide {
    display: none;
    /*text-align: center;*/
    height: 12rem;
    /*height: 550px;*/
}
.howto-wrapper .slide-active {
    display: block;
    -webkit-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}
.howto-wrapper .slide p {
    max-width: 612px;
}
.howto-wrapper .slide-nav {
    display: flex;
    align-self: start;
    margin-top: 0;
    /*width: 300px;*/
    /*justify-content: space-between;*/
}
.howto-wrapper .slide-nav p {
    margin-right: 1rem;
}
.slide-nav-step {
    color: #C4C4C4;
}
.slide-nav-step.active {
    color: #00B3CD;
}
.howto-wrapper .slide img {
    margin-bottom: 20px;
    /*width: 100%;*/
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* NEW */
body, html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

body .main.intro {
    flex-grow: 1;
    min-height: initial;
    /*width: 100%;*/
    /*max-width: 1600px !important;*/
    margin: 10px auto;
}

body .main.intro .two-column-layout {
    height: initial;
    overflow: initial;
    display: flex;
    align-items: stretch;
    min-height: 100%;
}

body .main.intro .two-column-layout .image-content {
    margin-right: 0;
    background-image: url("./../img/ho_teaserbild.jpg");
    background-size: cover;
    height: 600px;
    width: 600px;
}

.background-image {

}

.footer {
    xposition: fixed;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 1024px) {

    .main.intro .two-column-layout {
        display: flex;
        justify-content: center;
    }
    .text-content__ul {
        padding: 3rem 0;
    }
    .slide-nav {
        flex-direction: column;
        align-items: start;
        width: initial;
    }
    .slide-nav p {
        text-align: center;
        margin-bottom: .25rem;
        font-size: .875rem;
    }
}

@media (min-width: 1024px) {
    body .main.intro .two-column-layout {
        align-items: center;
    }
    .text-content {
        align-self: initial;
    }
}

@media (min-width: 1352px) {
	.text-content {
	    padding: 0px;
    }
}
@media (min-width: 1536px) {
    body .main.intro {
        width: 100%;
    }

    body .main.intro .two-column-layout {
        justify-content: space-around;
    }
}

@media (min-width: 1800px) {
    body .main.intro .two-column-layout .image-content {
        width: 800px;
        height: 800px;
    }
}
