* {
    margin: 0;
    padding: 0;
}

.whitespace {
    padding: 50px 10% 60px;
}

.main-section{
    margin-top: 50px;
}

.headline-page {
    margin-top: 110px;
    margin-bottom: 10%;
}

.headline-h1 {
    margin-bottom: 2%;
}
.headline-h2 {
    margin-bottom: 2%;
}
.headline-h2-width {
    width: 100%;
}
.headline-h3 {
    margin-bottom: 1%;
}


.round-white-box {
    background-color: rgba(255, 255, 255,0.95);
    border-radius: 29px;
    margin-bottom: 40px; 
}

.main-flexbox {
    display: flex;  
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-box-second {
    padding: 35px 15px 35px;
}

.main-box-2-columns{
    width: 50%;
    margin-bottom: 40px; 
}
.main-box-2-columns-30{
    width: 32%;
    margin-bottom: 40px; 
}
.main-box-2-columns-70{
    /* width: 63%; */
    width: 100%;
    margin-bottom: 40px; 
}

.multi-box {
    /* display: flex; */
    padding: 35px 17px 35px;
}


/* ====== CARDS ============== */

.card-flexbox {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.card-cluster-container {   /* team-person-container */

    margin: auto;
    border-radius: 29px;
    background-color: #fff;
    min-width: 350px;
    width: 10%; 
    max-width: 650px;  
    min-height: 300px;
    /* height: 20%;  */
    max-height: 500px;  
    text-align: center;
    align-items: center;

}



.card-icon-container { /* team-image */

    width: 350px;
    height: 390px;
    background-color: #fff;
    border-radius: 29px;
    position: absolute;
    z-index: 1;
}

.card-icon-container:hover { /* team-image:hover */
    opacity: 0;
}



.card-icon-content-box {
    margin: 10%;
    height: 100%;
    text-align: center;
    align-items: center;
}
.card-icon-box{
    /* width: 50%;  */
    height: 50%; 
    padding-bottom: 2%;
    margin: auto;
}
.card-icon-img{
    height: 60%; 
    padding-bottom: 2%;
    margin: auto;
}

.card-info{
    margin: auto;
    padding-top: 10%;
    width: 85%;
    height: 350px;
    /* line-height: 1.1; */
    text-align: center;
}
.card-info p{
    line-height: 1.8;
}

.card-info-short-box{
    padding-left: 2%;;
}
/* ====== CARDS END ============== */

/* ==== Listen ============ */

ul{
    /* font-size: 15px;
    font-family: "OpenSans-SemiBold"; */
    margin-top: 10px;
    margin-bottom: 10px;
}
li.ref{
    list-style: none;
    padding: 1px 10px 10px 20px;
    background-image: url('../images/tropfen.png');
    background-repeat: no-repeat;
    /* background-position: center top; */
    background-size: 10px;
}

ul li.ref {
    padding-left: 20px
}


li.proj{
    list-style: none;
    padding: 1px 0px 10px 1px;
    background-image: url('../images/tropfen.png');
    background-repeat: no-repeat;
    /* background-position: center top; */
    background-size: 15px;
}

ul li.proj {
    padding-left: 40px
}

.hr-ref {
   border: none; 
   height: 1px; 
   background-color: #61ADCC;
    
    margin-top: 1%;
}


li.short{
    list-style: none;
    padding: 1px 10px 10px 20px;
    background-image: url('../images/tropfen.png');
    background-repeat: no-repeat;
    /* background-position: center top; */
    background-size: 8px;
}

ul li.short {
    padding-left: 20px
}

.show_mobil{
	display: none;
}

/* Chart-Page End */
#scrollTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
    color: #facb4f;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#scrollTop img {
	width: 60px;
	height: auto
}

/* ================================================ */
/* Textboxes */

.first-box {
    padding: 2%;
}

.main-textbox {
    margin: 20px 2% 25px;
    width: 100%;
}

.two-column-textbox {
    padding-left: 3%;
    margin: 18px;
}
.privacy-textbox {
    margin: 20px 2% 25px;
    /* width: 100%; */
}

/* ================================================ */
/* Images */
.main-image-no_resp{
    display: block;
}

.main-image-resp{
    display: none;
}

.image-container {
    display: flex;
    justify-content: center;
    height: 100%;
}
.main-image {
    width: 95%;
    height: auto;
    align-self: center;
    border-radius: 20px;
}




/* ==================================================== */
/* Reposive  */


@media screen and (max-width: 1450px) {
        
    .card-cluster-container {   /* team-person-container */

        margin: 0 auto 10px;
    }
    
}

/* @media screen and (max-width: 1320px) {
    .card-icon-box{
        width: 20%; 
    }
    
    .card-icon-img{
        height: 20%; 
        padding-bottom: 2%;
        margin: auto;
    }
} */



@media screen and (max-width: 1280px) {

    .show_mobil{
        display: block;
    }
    
    .show_desk{
        display: none;
    }


    .main-flexbox {
        justify-content: center;
    }
    
    .main-image-no_resp{
        display: none;
    }
    .main-image-resp{
        display: block;
    }
    .main-box-2-columns{
        width: 100%;
    }
}


@media screen and (max-width: 850px) {
    .main-image {
        max-width: 100%;
        /* width: 100%; */
        min-width: 50%;
        height: auto;
        margin-top: -3%;
    }
    

    
    /* Chart-Page End */
    #scrollTop {
        display: none;
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: rgba(255, 255, 255, 0);
        color: #facb4f;
        cursor: pointer;
        /* padding: 15px; */
        border-radius: 4px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #scrollTop img {
        width: 40px;
        height: auto
    }
}

@media screen and (max-width: 600px) {
    .whitespace {
        padding: 50px 3%;
    }

}
/* 
@media screen and (max-width: 430px) {
    .whitespace {
        padding: 50px 3%;
    }

} */