* {
    font-family: quasimoda, sans-serif;
    color: #3F4A5C;
  }

p {
    line-height: 2;
}

h1 {
    font-weight: bold;
}

.intro {
    min-height: 80vh;
    background: linear-gradient(to right top, rgba(228, 84, 100), rgba(64, 74, 92));
    /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #3F4A5C 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #E45364 0%, #3F4A5C 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #E45364 0%, #3F4A5C 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,     #E45364), color-stop(1, #3F4A5C));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #E45364 0%, #3F4A5C 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #E45364 0%, #3F4A5C 100%);

    
}

.svg-width {
    width: 100%;
}
.intro-text {
    width: 100%;
    color: #ffffff !important;
    font-size:14pt ;
    padding: 20px;
}

.intro-text p {
    color: #ffffff !important;
}

.intro-text h1 {
    font-size: 20pt;
    font-weight: bold;
    color: #ffffff !important;
}

.margin-right-icon {
    margin-right: 5px;
}

.row-costum {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -moz-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.row-head {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
}

.col-costum {
    width: 100%;
}

.col-card {
    width: 100%;
    
    -webkit-box-shadow: 10px 10px 22px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 22px -4px rgba(0,0,0,0.75);
box-shadow: 10px 10px 22px -4px rgba(0,0,0,0.75);

margin-top: 30px;
margin-bottom: 30px;
}

.col-card-text {
    padding: 30px;
}


.col-card img {
    width: 100%;
}

.col-img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.card-contact {
    padding: 30px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    color: #3F4A5C;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 20px;
}

.card-print {
    width: 100%;
    padding: 20px;
    border: 1px solid #E45364;
    margin-top: 20px;
}

.img-central {
    width: 90%;
    text-align: center;
    margin-top: 20px;
}

.img-central img {
    width: 80px;
}

.explain {
    margin-top: 20px;
}

.label {
    text-transform: uppercase;
    font-size: 10pt;
    color: #ffffff !important;
}

.logo-area {
    width: 200px;
    height: auto;
}

.logo{
    /* width: 100%;
    height: auto;
    padding: 20px; */
    width: 200px;
    padding: 20px;
}

.telefon {
    position: absolute;
    right: 0;
    color: #ffffff;
    padding: 10px;
    border: solid #ffffff 1px;
    border-radius: 10000px;
    margin-top: 20px;
    margin-right: 20px;
}

.telefon i {
    color: #ffffff !important;
}

.inhalt {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.margin-top{
    margin-top: 40px;
}

.padding-bottom{
    padding-bottom: 80px;
}

.known {
    min-height: 20vh;
    background-color: #f2f2f2;
}


.known img {
    width: 50%;
    margin-top: auto;
margin-bottom: auto;
}

.media-intro{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
} 

.strong {
    font-weight: bold;
}

.media {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: block !important;
    text-align: center;
}

.media img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.row-costum-logo {
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    flex-direction: row;
    -moz-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.price {
    min-height: 40vh;
    background-color: #3F4A5C;
    text-align: center;
}

.price h2 {
    color: #ffffff !important;
    padding-top: 80px;
    font-weight: bold;
}

.price-content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.white {
    color: #ffffff;
}

.card-white {
    padding-top: 40px;
    padding: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.table {
    margin-left: auto;
    margin-right: auto;
    width: 90% !important;
    margin-top: 40px;
}


.contianer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    display: flex !important;
    display: -webkit-flex;
    -ms-flex-direction: row;
}

.img {
    width: 90%;
    max-height: 300px;
    object-fit: cover;
    margin-left: auto;
    margin-right: auto;
    overflow:hidden;
}

.cta {
    background-color: #E45364;

}


.cta-content {
    width: 90%;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;   
}

.cta-content h2{
    color: #ffffff !important;
}

.cta-content p {
    color: #ffffff !important;
}

.cta-content label {
    color: #ffffff !important;
}

.btn-secondary{
    background-color: #3F4A5C !important;
}

.small{
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
}

.footer {
    background-color: #3F4A5C;
    margin-top: 60px;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
}

.adress {
    padding:40px 60px;
}

.links {
    padding: 20px 60px;
}

.press {
    width: 100%;
    padding: 10px;
}

.press li {
    line-height: 2;
}

.logo-explain {
    width: 80%;
}

.impressum {
    width: 90%;
    margin-left: auto;
    margin-right: auto ;
    padding: 20px;
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .intro-text {
        width: 33%;
        top: 25%;
        position: absolute;
        left: 10%;
        padding: 0;
    }

    .card-contact {
        padding: 30px;
        width: 30%;
        position: absolute;
        top: 23%;
        left: 55%;
        margin-bottom: 0;
    }

    .row-costum {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: row;
    }

    .row-costum-logo {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-direction: row;
        -moz-box-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .col-costum {
        width: 50%;
    }

    .col-card {
        width: 48%;
        margin-right: 40px;
    }
    .intro-text {
        font-size:16pt ;
    }
    
    .intro-text p {
        color: #ffffff !important;
    }
    
    .intro-text h1 {
        font-size: 30pt;
    }

    .col-img {
        width: 40%;
        margin-left: 0;
    }

    .explain {
        padding-left: 40px;
        padding-right: 40px;
    }

    .card-print {
        width: 90%;
        margin-right: 10px;
        margin-top: 20px;
    }

    .margin-top{
        margin-top: 100px;
    }

    .table {
        width: 50% !important;
    }

    .cta-content {
        width: 60%;
        padding: 40px;
    }

    .contianer {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        display: flex !important;
        display: -webkit-flex;
        -ms-flex-direction: row;
        
    }
    .known img {
        width: 12%;
        margin-top: auto;
    margin-bottom: auto;
    }

    .media {
        display: flex !important;
        display: -webkit-flex;
        display: -ms-flexbox !important;
    }

    .press {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .impressum{
        width: 80%;
        padding: 40px;
        margin-top: 100px;
    }

    .img {
        width: 33%;
        height: auto;
        object-fit: cover;
        margin-left: auto;
        margin-right: auto;
    }

    .row-margin {
        margin-bottom: 60px;
    }


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {}


