body {
    background: linear-gradient(135deg, #e0e0e0, #bdbdbd);
    color:#000;
    font-family: 'Inter', sans-serif;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
a{
    color:#000 !important;
}
@media screen and (min-width:767.98px){
    body{
        background-image: url(img/bg.jpg);
        background-position: center left;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


.container {
    display: flex;
    align-items: center;
}

.left-side {
    flex: 1;
    text-align: center;
}

.content {
    flex: 1;
}

.mobile-profile{
    margin-top:-10px;
    margin-bottom:30px;
}

@media screen and (max-width:767.98px){
    .signature{
        max-width:65%;
        margin-left:auto;
        margin-right:auto;
    }
}

.tags{
    margin-top:55px;
}

.cta{
    margin-top:55px;
    font-size:1.7em;
    line-height:1.3em;
}
.cta a{
    color:#000;
}

@media screen and (max-width:767.98px){
    .cta{
        font-size:1.4em;
    }
}

.rounded-pill {
    margin: 0.3em 0em;
    padding:7px 15px;
    color: #000 !important;
    border: 1px solid #000;
    font-weight: 400 !important;
}

@media screen and (min-width:767.98px){
	#impressum-link {
		position: absolute !important;
		bottom: 20px !important;
		left:50% !important;
 		transform: translateX(-50%) !important;
	}
}


#impressum-link a,.modal-closer-button a{
    color:#000;
    text-decoration: none;
}


/* Modal settings */
.modal-fullscreen {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-closer-button {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}
.modal-body {
    text-align: center;
}

.modal-footer {
    display: flex;
    justify-content: center;
    border-top: none;
}
.impressum-content{
    margin-top:100px;
}

.title-line{
 font-size:2rem;	
}

.norm-font{
	font-size:16px;
	font-weight:400;
}


/** Fix for small phones **/
@media screen and (max-width:767.98px) and (max-height:700px){
    .mobile-profile{
        margin-top:-10px;
        margin-bottom:30px;
        max-width:180px;
        margin-left:auto;
        margin-right:auto;
    }
    .tags{
        margin-top:20px;
    }
    .cta{
        margin-top:20px;
    }
}

