/*
    Created on : 29.03.2019, 23:08:13
    Author     : skybreaker
*/

body {
    background-color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 1.4rem;
}

h3 {
    font-size: 1.3rem;
}

#startpageLogoLink img {
    max-height: 10rem;
    margin: 2rem;
}

header {
    padding-top: 2rem;
    text-align: center;
}

.header-name {
    font-size: 3rem;
    font-weight: 100;
    padding-top: 6rem;
}

.header-description {
    display: block;
    font-size: 1.8rem;
    font-weight: 100;
    padding: 2rem;
    text-align: center;
}

.morphslider-wrapper-lines {
    position: relative;
    padding: 1rem;
    /*border-top: 1px solid gray;*/
    /*border-bottom: 1px solid gray;*/
}

.morphslider-wrapper:before {
    content:"";
    background: #ccc;
    position: absolute;
    top: 0;
    left: 20%;
    height: 1px;
    width: 60%;
}
.morphslider-wrapper:after {
    content:"";
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 20%;
    height: 1px;
    width: 60%;
}

.morphslider-wrapper {
    max-height: 30rem;
    text-align: center;
    overflow: hidden;
}
.morphslider {
    width: 100%;
    height: auto;
}

#content {
    padding: 5rem;
}

cite {
    font-size: inherit;
}

cite::before {
    content: "";
}

cite::after {
    content: "";
}

.testimonial-wrapper {
    /*padding: 3rem 20rem;*/
    padding-top: 3rem;
    padding-bottom: 3rem;
    position: relative;
}

.testimonial-lines:before {
    content:"";
    background: #ccc;
    position: absolute;
    top: 0;
    left: 40%;
    height: 1px;
    width: 20%;
}
.testimonial-lines:after {
    content:"";
    background: #ccc;
    position: absolute;
    bottom: 0;
    left: 40%;
    height: 1px;
    width: 20%;
}

.testimonial-block {
    text-align: center;
}

.testimonial-from {
    font-weight: 600;
    color: #aaa;
    font-size: 0.8em;
}

.testimonial-from:after {
    content: "";
}

.testimonial-image {
    width: 80px;
    height: auto;
    border-radius: 30px 30px 30px 0px;
}

.information {
    /*padding: 5rem 5rem;*/
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.italic {
    font-style: italic;
}

.padding-lr-1 {
    padding-left: 1rem;
    padding-right: 1rem;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .header-name {
        padding-top: 3rem;
    }
}