.hd_2click {
text-align: center;
line-height: 150%;
display: flex;
justify-content: center;
align-items: center;
}
.hd_2click .hd_2click_wrap {
width: 80%;
transition: all 100ms ease-in;
}
.hd_2click.hd_2click_loading .hd_2click_wrap {
opacity: 0;
}
.hd_2click a.hd_2click_button {
color: #454545 !important;
cursor: pointer;
display: table;
background: #ffffff;
text-decoration: none;
padding: 10px 20px;
margin: 20px auto -20px;
border: 1px solid #ffffff;
box-shadow: 0 4px 8px 0px rgba(0,0,0,0.1);
transition: all 100ms ease-in;
}
.hd_2click a.hd_2click_button:hover {
color: #454545 !important;
box-shadow: 0 0px 8px 0px rgba(0,0,0,0.1);
}
.hd_2click.hd_2click_googlemaps {
min-height: 211px;
display: flex;
justify-content: center;
align-items: center;
}
.hd_2click.hd_2click_googlemaps .hd_2click_wrap {
width: 80%;
}
.hd_2click.hd_2click_googlemaps .hd_2click_wrap p {
margin: 20px 0;
}
.hd_2click.hd_2click_googlemaps a.hd_2click_button {
display: inline-block;
background-color: #ffffff;
color: #000000;
padding: 10px 20px;
border: 1px solid #cccccc;
text-decoration: none;
cursor: pointer;
transition: background-color 100ms ease-in-out, box-shadow 100ms ease-in-out;
}
.hd_2click.hd_2click_googlemaps a.hd_2click_button:hover {
background-color: #f0f0f0;
box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
}
.hd_2click.hd_2click_youtube a.hd_2click_button {
margin: 0 auto !important;
padding: 0 !important;
border: none !important;
box-shadow: none !important;
background: transparent !important;
}
.hd_2click.hd_2click_youtube a.hd_2click_button img {
width: 180px;
height: 180px;
}
.hd_2click.hd_2click_instagram {
min-height: 211px;
}
.video-wrapper {
position: relative;
padding-bottom: 56.25%;
background-image: url(//www.betreutes-wohnen-bruehl.de/wp-content/uploads/video.jpg);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
}
.hd_2click.hd_2click_youtube {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hd_2click.hd_2click_youtube .hd_2click_wrap {
width: 90%;
height: 90%;
display: flex;
align-content: space-between;
justify-content: center;
align-items: center;
flex-direction: column;
}
.hd_2click .video {
display: flex;
align-content: space-between;
justify-content: space-between;
align-items: flex-end;
}
.video hr {
background: #fff !important;
}
.video .hd_2click_video_title {
font-size: 24px;
font-weight: 400 !important;
color: #fff !important;
text-align: center;
line-height: 1.5;
text-shadow: 0 0 20px rgba(0,0,0,0.4);
}
.hd_2click .video .hd_2click_video_text {
font-size: 24px;
color: #fff !important;
text-align: center;
line-height: 1.5;
text-shadow: 0 0 20px rgba(0,0,0,1);
}
.hd_2click .video .hd_2click_video_text a {
font-size: 24px;
font-weight: 700;
color: #fff !important;
line-height: 1.5;
text-shadow: 0 0 20px rgba(0,0,0,1);
}
@media only screen and (max-width: 980px) {
.hd_2click.hd_2click_youtube .hd_2click_wrap {
width: 90%;
height: 90%;
display: flex;
justify-content: space-evenly;
align-content: center;
align-items: center;
flex-direction: column;
}
.hd_2click .video {
margin: 0 auto 0 auto;
font-size: 18px;
position: static !important;
}
.video .hd_2click_video_title {
display: none;
}
.hd_2click .video .hd_2click_video_text {
width: 100%;
font-size: 18px;
text-align: center;
}
.hd_2click .video .hd_2click_video_text a {
font-size: 18px;
}
.hd_2click.hd_2click_youtube a.hd_2click_button img {
width: 120px;
height: 120px;
}
}
@media only screen and (max-width: 480px) {
.hd_2click .video {
margin: 0 auto 0 auto;
font-size: 16px;
position: static !important;
display: block;
}
.hd_2click .video .hd_2click_video_text {
font-size: 16px;
line-height: 1.2;
}
.hd_2click .video .hd_2click_video_text a {
font-size: 16px;
}
.hd_2click.hd_2click_youtube a.hd_2click_button img {
width: 96px;
height: 96px;
}
}