@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700');
@import url('animate.css');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+French+Canon+SC&display=swap');

/* CSS Document */

.warning {
	position: fixed;
	bottom: 0;
	z-index: 100000;
	color: white;
	width: 100%;
	font-size: 1.3em;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.warning {
		font-size: .6em;
		line-height: 1em;
	}

}

/* Make it a marquee */
.marquee {
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
}

.marquee span {
	display: inline-block;
	padding-left: 100%;
	animation: marquee 24s linear infinite;
}


/* Make it move */
@keyframes marquee {
	0% {
		transform: translate(0, 0);
	}

	100% {
		transform: translate(-100%, 0);
	}
}


.warning .close {
	color: white;
}

.info {
	padding: 0;
	z-index: 3 !important;
	position: relative;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.overflow-hidden {
	overflow: hidden;
}



.height-150 {
	min-height: 150px;
}

.margin-bottom {
	margin-bottom: 1em;
}

.stop-scrolling {
	height: 100% !important;
	overflow: hidden !important;
}

.fixed-Bottom {
	position: fixed;
	bottom: 3vw;
	right: 5vw;
	z-index: 10000000;
}

.float-left {
	float: left;
}

.close {
	position: absolute;
	top: 5%;
	right: 5%;
	z-index: 100000;
}

.close *:hover {
	color: #e8561b;
}

.clear-both {
	clear: both;
}

.videoVerticalCenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.videoVerticalCenter video {
	width: 100%;
}

.animation-element {
	opacity: 0;
	position: relative;
}

.animation-element.slide-left {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(-100px, 0px, 0px);
	-webkit-transform: translate3d(-100px, 0px, 0px);
	-o-transform: translate(-100px, 0px);
	-ms-transform: translate(-100px, 0px);
	transform: translate3d(-100px, 0px, 0px);
}

.animation-element.slide-right {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(100px, 0px, 0px);
	-webkit-transform: translate3d(100px, 0px, 0px);
	-o-transform: translate(100px, 0px);
	-ms-transform: translate(100px, 0px);
	transform: translate3d(100px, 0px, 0px);
}

.animation-element.slide-bottom {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
	-moz-transform: translate3d(0, 100px, 0px);
	-webkit-transform: translate3d(0, 100px, 0px);
	-o-transform: translate(0, 100px, 0px);
	-ms-transform: translate(0, 100px, 0px);
	transform: translate3d(0, 100px, 0px);
}

.animation-element.opacity {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.animation-element.opacity10 {
	opacity: 0;
	-moz-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}

.animation-element.opacity10.in-view {
	opacity: .1;
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.opacity.in-view {
	opacity: 1;
	-moz-transform: translate3d(0px, 0px, 0px);
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}


/*LOADER*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e3e3e3;
	z-index: 10000000000;
}

.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 120px;
	-webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
	-moz-transform: translate(-50%, -50%) translate3d(0, 0, 0);
	-ms-transform: translate(-50%, -50%) translate3d(0, 0, 0);
	-o-transform: translate(-50%, -50%) translate3d(0, 0, 0);
	transform: translate(-50%, -50%) translate3d(0, 0, 0);
}

.loader span {
	display: block;
	width: 120px;
	height: 120px;
	border: 16px solid #e3e3e3;
	border-radius: 50%;
	border-top: 16px solid #838383;
	border-bottom: 16px solid #838383;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


/*LOADER_END*/

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.padding-right-2 {
	padding-right: 2% !important;
}

.min-height-25 {
	min-height: 250px;
}

.emma {
	transform: translateX(25%);
}

/*BANNER*/

#banner {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.banner-left-corner {
	position: absolute;
	bottom: 0;
}

.slogan {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	margin: 0 auto;
	display: block;
}

.slide-1,
.slide-2 {
	height: 100%;
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	padding: 0;
	margin: 0;
}

.slide-2 {
	background: url(../img/home/Peter-Michael-Diestel.jpg) 50% 50%;
}

.slide-1 {
	background-position: center center !important;
}

.post-it {
	position: absolute;
	text-align: center;
	bottom: 10vh;
	right: 10vh;
	width: 20%;
	transform: rotate(-15deg);
}
.rotate90 {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	transform: rotate(2deg);
}

.post-it h1{
	color: black;
	font-size: 4.5vw;
	line-height: 0.93;
	-webkit-letter-spacing: 0.3px;
	-moz-letter-spacing: 0.3px;
	-ms-letter-spacing: 0.3px;
	letter-spacing: 0.3px;
	padding-top: 1vw;
	white-space: nowrap;
	text-transform: capitalize;
}

.post-it>h1::before {
	content: "";
	position: absolute;
	width: 24.56vw;
	max-width: 33%;
	min-width: 180px;
	height: 3px;
	background-color: rgb(0, 0, 0);
	bottom: 0px;
	left: 0px;
}

.post-it img{
	width: 100%;
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*
.slide-1 > .link-button {
	z-index: 1000000000000000000;
	border: .2em solid white;
	color: white;
	font-weight: 800;
	font-size: 2rem;
}

.slide-1 > .link-button:hover {
	border-color: #e8561b;
	color: #e8561b;
} */

.mask {
	background: rgba(0, 0, 0, .6);
	width: 100%;
	height: 100%;
	z-index: 0;
}


#carousel {
	z-index: 1;
}

.carousel-inner,
.carousel-item,
.carousel,
.active {
	height: 100%;
	z-index: 1 !important;
}

/*
.carousel-item h1 {
	position: absolute;
	bottom: 0;
	padding-bottom: 5vh;
	padding-left: 20px;
}
*/

#carouselNews .carousel-indicators {
	bottom: -50px;
}

.carousel-news-headliner {
	font-family: 'IM Fell French Canon SC', serif;
	font-weight: bold;
	color: white;
	font-size: 4.5vw;
	line-height: 0.93;
	-webkit-letter-spacing: 0.3px;
	-moz-letter-spacing: 0.3px;
	-ms-letter-spacing: 0.3px;
	letter-spacing: 0.3px;
	padding-top: 2.5vw;
	padding-bottom: 2.5vw;
	margin-bottom: 1vw;
	white-space: nowrap;
	text-transform: capitalize;
}

@media only screen and (max-width:500px) {

	.carousel-news-headliner {
		padding-top: 26px;
		font-size: 10.4vw;
		white-space: normal;
		padding-bottom: 43px;
		margin-bottom: 11vw;
	}
	.carousel-news-headliner .row .col-12 {
	}

}

.carousel-news-headliner::before {
	content: "";
	position: absolute;
	width: 24.56vw;
	max-width: 33%;
	min-width: 180px;
	height: 7px;
	background-color: rgb(255, 255, 255);
	bottom: 0px;
	left: 0px;
}

.carousel-news p {
	line-height: 1.42;
	font-size: 1.1rem;
}

.carousel-news .row .col-12 {
	position: relative;
	max-height: 300px;
	height: 300px;
	width: 100%;
	overflow: hidden;
}


@media only screen and (min-width: 768px) {
	.carousel-news .row img {
		transform: translateY(-50px);
	}

}


.tagline {
	color: white;
	border-bottom: 1px solid white;
}

.tagline span {
	bottom: -14px;
	font-size: 16px;
	letter-spacing: 1.5px;
	-webkit-letter-spacing: 1.5px;
	-moz-letter-spacing: 1.5px;
	-ms-letter-spacing: 1.5px;


	display: inline-block;
	position: relative;
	padding-right: 3.12vw;
	text-transform: uppercase;
}

@media screen and (min-width:1024px) {
	.tagline span {
		bottom: -0.6vw;
		font-size: 0.93vw;
		letter-spacing: 2.5px;
		-webkit-letter-spacing: 2.5px;
		-moz-letter-spacing: 2.5px;
		-ms-letter-spacing: 2.5px;
	}
}

/*NAVIGATION_MENU*/

header {
	top: 0;
	width: 100%;
	z-index: 10000000000;
	-webkit-transform: translate3d(0, 0, 0);
}

.fixed {
	position: fixed;
}

header + section {
	padding-top: 102px !important;
}

.sticky {
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;
}

.navbar {
	padding: 0;
}

.navbar-nav a {
	margin: 0 0 0 20px;
}

.menu h1,
.navbar-nav a {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.navbar-brand img {
	max-height: 60px;
	vertical-align: bottom;
}

.menu-shrink {
	background-color: #f6f5f1;
	opacity: .9;
}

.menu-shrink img {
	max-height: 40px;
	vertical-align: text-bottom !important;
	transition: all 600ms;
	-webkit-transition: all 600ms;
}


/*INFO*/

.title-text {
	font-style: Normal;
	font-weight: 400;
	font-size: 2.125rem;
	line-height: 2.75rem;
	letter-spacing: 0.01em;
}

.dynamic-content {
	width: 100%;
	position: relative;
}

.zitate-wrapper {
	position: relative;
}

.zitate-item .title {
	letter-spacing: -0.07em;
	cursor: pointer;
	position: relative;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-transform: uppercase;
	line-height: 1em;
	margin-bottom: 0.5rem;
}

.zitate-item img {
	max-height: 450px;
	margin-top: 16px;
}

.zitate-item.open .title:before {
	position: absolute;
	left: -.01em;

	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	font-size: 1em;
}

.zitate-item blockquote {
	font-size: 1rem;
	text-align: center;
	font-style: italic;
}

.zitate-item.open .title,
.zitate-item .title:hover {
	color: #e8561b;
}

.zitate-item .description {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	visibility: hidden;
}

.zitate-item.open .description {
	visibility: visible;
}

.action-bar {
	width: 100%;
	padding: 2% 0;
}

.action-bar span {
	float: left;
	position: relative;
	top: -.1em;
}

.action-bar .content {
	margin-left: 80px;
}

.action-bar a i {}

.action-bar a:hover i {
	animation: bounce 1s linear infinite;
	-webkit-animation: bounce 1s linear infinite;
}


/*OFFICE*/

/*announcement*/

#announcement {
	overflow: hidden;
	min-height: 646px;
	margin: 0;
	padding: 0;
	background: #fff;
	display: flex;
}

.bg-stretch {
	background: url(../img/home/Diestel-Peter-Michael_book_announcement_flashbacks.v2.jpg);
}

#announcement .bg-stretch {
	background-position: 50% 0;
	top: auto;
	left: 89px;
	height: 576px;
	background-size: auto 676px;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#announcement img {
	display: block;
}

.gallery .overflow-hidden {
	height: 400px;
	position: relative;
}

.gallery img {
	/* position: absolute; */
	width: 100%;
	height: auto;

	top:-100%; left:0; right: 0; bottom:-100%;
  margin: auto;
}

.gallery .row:first-child {
	margin-bottom: 2vw;
}

.gallery .row:first-child .col-12:first-child {
	padding-right: 2vw;
}

.gallery .row:last-child .col-12:last-child {
	padding-left: 2vw;
}

/*CONTACT*/

.contact {
	z-index: 100;
}

.contact-form {
	background-color: white;
	box-shadow: 0px 25px 55px 0px rgba(0, 0, 0, 0.2);
	padding: 6% 10%;
}

.form-grp {
	padding-bottom: 5%;
	float: left;
}

.contact input,
.contact textarea {
	-webkit-transition: border .3s ease-in-out;
	-moz-transition: border.3s ease-in-out;
	-o-transition: border .3s ease-in-out;
	transition: border .3s ease-in-out;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #999;
	outline: none;
	width: 100%;
}

.contact textarea {
	height: 125px;
}

.contact #submit,
.contact #reset {
	cursor: pointer;
	border-radius: 0;
}

#submit:hover,
#reset:hover {
	background: #3a3a3a;
}

.contact input:focus,
.contact textarea:focus {
	border-bottom: solid 1px #ff4040;
}

.contact input:invalid,
.contact textarea:invalid {
	border-bottom: solid 1px #e71c37 !important;
}

.fail {
	border-bottom: solid 1px #e71c37 !important;
}

/*Datenschutz*/

.t2 {
	width: 100%;
	column-count: 2;
	column-gap: 100px;
}


/*FOOTER*/

footer {
	z-index: 1000000;
}

footer ul {
	list-style-type: none;
	padding: 0;
}

.consultation tr td:first-child {
	width: 35%;
}


/*GALLERY*/

.grid {
	width: 100%;
}

.grid-item {
	float: left;
}

.grid-item {
	padding: 0 2px;
	margin-bottom: 4px;
	overflow: hidden;

	/* TODO: size based on img*/
	/* min-height: 185px; */

}

.blog-article-inner img,
.grid-item img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	object-fit: cover;


	-webkit-transition: all 1s ease;
	/* Safari and Chrome */
	-moz-transition: all 1s ease;
	/* Firefox */
	-ms-transition: all 1s ease;
	/* IE 9 */
	-o-transition: all 1s ease;
	/* Opera */
	transition: all 1s ease;
}


.grid-item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.grid-item a {
	width: 100%;
	height: auto;
}


/*EVENTS*/

.video-container {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -100;
	background: url(../event/img/vidDiestel.jpg) no-repeat;
	background-size: cover;
}

.video-container video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 10%;
	left: 50%;
	-ms-transform: translateX(-50%) translateY(-10%);
	-moz-transform: translateX(-50%) translateY(-10%);
	-webkit-transform: translateX(-50%) translateY(-10%);
	transform: translateX(-50%) translateY(-10%);
}

.list {
	position: relative;
}

.background-vig {
	position: relative;
}

.event-img {
	position: absolute;
	opacity: .1;
}

.string {
	position: relative;
	left: -4px;
}

.string::before {
	content: '';
	position: absolute;
	top: 0px;
	left: 50%;
	bottom: 0px;
	width: 4px;
	background-color: #505f7a;
}

.entry {
	width: calc(50% - 80px);
	float: left;
	padding: 20px;
	clear: both;
	text-align: right;
	hyphens: auto;
	-webkit-hyphens: auto;
}

.entry:not(:first-child) {
	margin-top: -60px;
}

.entry:nth-child(2n) {
	text-align: left;
	float: right;
}

.entry:nth-child(2n) .date-list::before {
	left: -103px;
}

.date-list {
	margin-bottom: 12px;
	position: relative;
}

.date-list::before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border: 3px solid #505f7a;
	background-color: white;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: -107px;
	z-index: 1000;
}

.date-list.big::before {
	width: 24px;
	height: 24px;
	transform: translate(7px, -50%);
	background-color: white;
}

.entry:nth-child(2n) .date-list.big::before {
	transform: translate(-7px, -50%);
}

.wrapper .bio-content:hover,
.wrapper .bullet:hover ~ .bio-content,
.entry:hover {
	background-color: rgba(32, 38, 49, 1);
	border-radius: 5px;
}

.wrapper .bio-content:hover .date,
.wrapper .bullet:hover ~ .bio-content .date,
.entry:hover .date-list {
	color: #e8561b !important;
	font-weight: 100 !important;
}

.bullet:hover,
.entry:hover .date-list::before {
	background-color: #e8561b !important;
}


/*BIOGRAFIE*/

.bannerBio {
	background-repeat: no-repeat;
	background-size: contain;
	background-attachment: scroll;
	background-position: center center;
	position: relative;
	padding: 11vw;
}

.bio::before {
	background: #202631;
	content: "";
	height: 98%;
	left: 60px;
	position: absolute;
	top: 1%;
	width: 2px;
}

.bio .bullet {
	background: #f0f0f0;
	border: 2px solid #202631;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	left: 21px;
	top: 5px;
	display: inline-block;
	position: relative;
	-webkir-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: top;
}

.bio-content {
	display: inline-block;
	padding: 1rem 15px 0 15px;
	margin-left: 15px;
	width: 88%;
}

.bio-content .date {
	display: block;
	margin: 0;
	padding: 3px 5px;
	position: relative;
	font-size: 1.8rem;
}

.bio-content .date p {
	margin: 0 !important;
}


/*PRESSE*/

.carousel-inner {
	margin: 0 auto;
}

.umzug .content {
	width: 75%;
}

/*BLOG*/

#hero-image {
	padding: 0 !important;
}

.parallax-section {
	overflow: hidden;
	position: relative;
}

.parallax-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: repeat-y;
	background-position: center center;
	transform: translateZ(0);
	-webkit-transition: opacity 0.40s ease-in-out;
	-moz-transition: opacity 0.40s ease-in-out;
	-o-transition: opacity 0.40s ease-in-out;
	transition: opacity 0.40s ease-in-out;
}

.parallax-mask {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: repeat;
	position: relative;
	z-index: 1;
}

.hero .parallax-mask {
	background: rgba(0, 0, 0, .4) !important;
}

.hero .container {
	height: 100%;
	min-height: 100%;
	position: relative;
}

.hero-description {
	margin-top: 10px;
}

.hero-description div {
	display: inline;
	font-size: 18px;
	line-height: 350%;
	color: white;
	padding: 0 15px;
}

.hero-down-arrow {
	bottom: 10px;
	font-size: 16px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	z-index: 1000;
}

.hero-description div {
	border-right: 1px solid white;
}

.hero-description div:last-child {
	border-right: none;
}

.hero .date-format {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	font-family: Sans-serif !important;
	z-index: 10;
	display: inline-block;
}

.date-format.blog-no-thumbnail {
	position: inherit;
	padding: 20px;
}

.thumbnail-inner .date-format {
	margin: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	border: none;
	padding: 0;
}

.date-format a {
	display: inline-block;
}

.date-format div {
	display: block;
}

.date-format .day {
	font-size: 60px;
	display: block;
	line-height: 50px;
	font-weight: bold;
}

.date-format .month {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

.blog-wrapper {
	width: 100%;
}

.blog-item-sizer,
.blog-item {
	z-index: 1;
	width: 20%;
	margin-bottom: 10px;
	overflow: hidden;
}

.thumbnail-inner img,
.blog-item img {
	z-index: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.thumbnail-inner:hover img,
.blog-item img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.blog-article-inner {
	z-index: 100;
	width: 100%;
	position: relative;
	overflow: hidden;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);

}

.blog-article-inner img {
	filter: saturate(0.5);
}

.thumbnail-inner {
	position: relative;
	z-index: 1000;
	overflow: hidden;
}

.entry-header {
	padding: 40px;
}

.entry-title {
	margin-bottom: 20px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 400;
}

/*NEW BOOK*/
#book-schedule table {
	width: 100%;
}

#book-launch img {
	padding: 15px 0 15px 0;
}

/*NEWSPAPER*/
.newspaper_bg .content
 {
	position: relative;
	background-image: url('/img/ipad_transparent.png');
	background-size: 100% auto;
	background-position: center top;
	height: 100%;
	width: 100%;
	padding: 8%;
}

.embed-responsive {
    /* position: absolute; */
    display: block;
		top: 0;
    overflow: hidden;
}
