/* CSS Document */
/*

blau:#253f58
hellblau: #bb422f
helleres hellblau: #e5f1fc 

rot: #bb422f;
*//* CSS Document */

/* CSS Document */
/* Corporate Design
Blau    #17365D     RAL5007
Grau    #424242     RAL7024
Rot     #D50000     RAL3028

Grey #1f1b1d

*/
* {
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
}

body {;min-height: 100vh;}
header{display: block;}
.parallax-box {width: 75%;min-width: 350px;margin: 0 auto;margin-top: -100px;background-color: rgba(255,255,255,0.70);padding: 1em 1em;margin-bottom: 1.2em;}
@media (max-width: 767px) {
    .parallax-box {
        width: 90%;
    }
}
.parallax-container {height: 400px;}

.footer-copyright {height: 40px;}
.footer-copyright a:link,.footer-copyright a:visited {padding: 0.3em; margin: 0.3em; min-height: 10px;font-variant: small-caps;transition: background-color 0.3s, color 0.3s;}
.footer-copyright a:hover {background-color: #CCC !important; color: #444 !important;}

.card-spacer .card{margin: 0.5em; padding: 01.5em;}



.box_sass {background-image: url('../images/dr_kathrin_sass.jpg');}
.box_jugl { background-image: url("../img/team/team_herdis.jpg");}
.box_claudia {background-image: url("../img/team/team_claudia.jpg");}
.box_rahel { background-image: url("../img/team/team_rahel.jpg");}
.box_inka { background-image: url("../img/team/team_inka.jpg");}
.box_ilona { background-image: url("../img/team/team_ilona.jpg");}
.box_dana { background-image: url("../img/team/team_dana.jpg");}
.box_melina { background-image: url("../img/team/team_melina.jpg");}
.box_neele { background-image: url("../img/team/team_neele.jpg");}
.box_isabell { background-image: url("../img/team/team_isabell.jpg");}
.box_suche { background-image: url("../images/kaufmannisch.jpg");}



.cryptedmail {color: darkblue !important; text-transform: lowercase !important; padding: 0; margin: 0;}
.cryptedmail:after {content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); }


.box_team {
	cursor: pointer;
	min-height: 450px !important;
	position: relative;
	background-size: cover;
	background-position: center;
	margin: 0.5em !important;
	display: flex;
	flex-direction: column; /* Text unter dem Bild positionieren */
	justify-content: flex-end; /* Text zum unteren Rand ausrichten */
}

.box_hover {
	min-height: 450px;
	/*border-radius: 10px;*/
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3); /* Schwarz-transparentes Overlay */
    color: white;
    text-align: center;
    opacity: 1;
    transition: opacity 1s;
	margin:0.1em;padding-top: 7em;
}

.box_hover_1 {color:#FFF;border-radius: 20px;background-color: rgba(0,0,0,0.5); margin: 0 0.3em;margin-bottom: 1em;}
.box_hover_1 p, .box_hover_1 h5 {margin: 0.3em 0; }

.box_team_1 {
	min-height: 450px !important;
	position: relative;
	background-size: cover;
	background-position: center;
	margin: 0.5em !important;
	display: flex;
	flex-direction: column; /* Text unter dem Bild positionieren */
	justify-content: flex-end; /* Text zum unteren Rand ausrichten */
}
.box_hover p {
    margin: 0;
}

.button_hover {font-variant: small-caps; 
	background-color: rgba(0,0,0,0.7);
	border: 2px solid #FFF; 
	border-radius: 10px;
	color: #FFF; 
	padding: 0.5em 1em; 
	margin: 0;
    opacity: 0;
    position: absolute;
    bottom: 20%; /* Um den Button vertikal zentriert zu positionieren */
    left: 50%; /* Um den Button horizontal zentriert zu positionieren */
    transform: translate(-50%, 50%); /* Um den Button perfekt mittig zu positionieren */
    transition: opacity 1s;
}

.box_team:hover .box_hover {
    opacity: 0;
}

.box_team:hover .button_hover {
    opacity: 1;
}

.field_of_law_p {color: #000;}
.field_of_law {text-transform: uppercase;font-weight: bold;color: #000;}
.social-media {vertical-align: middle;display: none;}
.social-media-ul {padding-left: 0;}
.social-media-ul li {display: inline-block; padding-right: 0.5em;padding-left: 0;}
.social-media-ul img {height: 50px;}
.footer-ul li {display:  inline-block; align-content: right;}
.PointCursor {cursor: pointer;}
.PointCursor:hover {background-color: #CCC;}

.col-border {color: #FFF !important; font-weight: bold;}