/*
 * Custom css for WEBSEITE
 */
 
/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
 

/* Baskerville Normal */
@font-face {
    font-family: "Baskerville Normal";
    font-style: normal;
    font-weight: 400;
    src: local('Baskerville Normal'), 
		 url("../fonts/baskvl.woff") format('woff');
	font-weight: 400;
    font-style: normal;
	font-display: swap; 
    }
    
/* Baskerville BT Roman */
@font-face {
    font-family: "Baskerville BT Roman";
    src: local('Baskerville BT Roman'), 
		 url("../fonts/BaskervilleBT.woff") format('woff');
    font-weight: 400;
	font-style: normal;
	font-display: swap; 
}

/* Nunito Sans */

@font-face {
  font-family: "Nunito Sans";
  src: local('Nunito Sans'), 
		url("../fonts/nunito-sans-v15-latin-regular.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap; 
}


/*-------------------------------------------------------------- 
# General, Font
--------------------------------------------------------------*/

body{
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, 
				"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
  height: 100%;
}

.break-all {
  word-break: break-all;
}

.keep-all {
  word-break: keep-all;
}

.break-word {
  word-break: break-word;
}

.serif-n {
  font-family: "Baskerville Normal", 
				"Baskerville Old Face", "Hoefler Text", "Garamond", "Times New Roman", serif !important;
}

.serif-r {
  font-family: "Baskerville BT Roman", 
				"Baskerville Old Face", "Hoefler Text", "Garamond", "Times New Roman", serif !important;
}

.serif-s {
  font-family: "Nunito Sans", 
				-apple-system, BlinkMacSystemFont,"Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  /*font-weight: 400 !important;*/
}

.fett {
  font-weight: 600 !important;
}

.pagetitle {
  letter-spacing: 4px;
  color: #132c55 !important;
}


h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, .h65 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  /*font-weight: 600;*/
  line-height: 1.2;
  /*color: #1a1a1a;*/
  color: #000000;
}

h1, .h1 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 4rem;
  }
}

h2, .h2 {
  font-size: calc(1.4rem + 0.6vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 3rem;
  }
}

h3, .h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 2.5rem;
  }
}

h4, .h4 {
  font-size: calc(1.25rem + 0.2vw);
}
@media (min-width: 1200px) {
h4, .h4 {
  font-size: 1.75rem;
	}
}

h5, .h5 {
  /*--font-size: 0.875rem;--*/
  font-size: 1rem;
}

h6, .h6 {
  font-size: 0.75rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.ul-np {
  padding-left: 1rem;
}

.text-left {
  text-align: start;
}

.text-center {
  text-align: center;
}

.black {
	color: black;
}

.small-hr {
		width: 560px;
		height: 2px;
		border: 2px solid #fd9800;
		background-color: #fd9800;
		display:block;
		opacity: 1;
}

/*-------------------------------------------------------------- 
# Services
--------------------------------------------------------------*/
.service-logo {
	height: 150px;
	width: 150px;
	background-image: url('../images/Logo_IconH-150x150.png');
}

.service-logo:hover {
	background-image: url('../images/Logo_IconO-150x150.png');
}

.service-corp {
	height: 150px;
	width: 150px;
	background-image: url('../images/Corporate_IconH-150x150.png');
}

.service-corp:hover {
	background-image: url('../images/Corporate_IconO-150x150.png');
}

.service-it {
	height: 150px;
	width: 150px;
	background-image: url('../images/ITservices_IconH-150x150.png');
}

.service-it:hover {
	background-image: url('../images/ITservices_IconO-150x150.png');
}

.service-pr {
	height: 150px;
	width: 150px;
	background-image: url('../images/LitigationPR_IconH-150x150.png');
}

.service-pr:hover {
	background-image: url('../images/LitigationPR_IconO-150x150.png');
}

.service-film {
	height: 150px;
	width: 150px;
	background-image: url('../images/Film_IconH-150x150.png');
}

.service-film:hover {
	background-image: url('../images/Film_IconO-150x150.png');
}

.service-sound {
	height: 150px;
	width: 150px;
	background-image: url('../images/Sound_IconH-150x150.png');
}

.service-sound:hover {
	background-image: url('../images/Sound_IconO-150x150.png');
}

/*--------------------------------------------------------------
# Datenschutz und Impressum
--------------------------------------------------------------*/
#txt2 {
  color:#343a40;
}
#txt2 b {
  font-weight: 700 !important;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-divider {
  height: 3rem;
  background-color: #e8e8e8;
  box-shadow: 0 0 0 0.1rem rgba(26, 26, 26, 0.25);
}

.b-light {
  height: 5rem;
  background-color: #e0e0e0;
}
/*--------------------------------------------------------------
# Header, Navigation
--------------------------------------------------------------*/

#header  {
  width: 100%;
  min-height: 70px;
  background-color: #ffffff;
}

#navtop .nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: 600;
  --bs-nav-link-color: #1a1a1a;
  --bs-nav-link-hover-color: #a05825;
  --bs-nav-link-disabled-color: #919aa1;
  --bs-nav-link-active-color: #a05825;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

#navtop .navbar {
  background-color: #ffffff;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  letter-spacing: 3px;
  justify-content: space-between;
}

#navtop .navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}


#navtop .nav-item {
  margin-right: 0rem;
}

#navtop .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

#navi .disabled{
  color: #919aa1;
}

#navtop .nav-link:hover{
  color: #a05825;
}

#navtop .navbar-brand {
  padding-bottom: 0px;
  margin-right: 32px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: 16px;
  font-size: 20px;
  color: #1a1a1a;
  text-decoration: none;
  white-space: nowrap;
}

.artemis-logo {
  width: 170px;
  height: 49px;
  overflow: hidden;
  margin-top: -6px;
}

.scrollspy-y {
  height: 100%;
}

/*--------------------------------------------------------------
# Containers, Centering, Background
--------------------------------------------------------------*/

.centerpages {
  max-width: 1560px;
  margin: auto;
}

.container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1560px;
  justify-content: center;
  margin: auto;
}

.container {
  /*height: 100%;*/
  max-width: 1560px;  
  justify-content: center;
  margin: auto;
}

.white-bg {
  background-color: #ffffff;
  margin: auto;
}

.light-bg {
  background-color: #e0e0e0;
  margin: auto;
}

.grey-bg {
  background-color: #b6c0cd;
  margin: auto;
}
.dark-bg {
  background-color: #070b16;
  margin: auto;
}

.grad-bg {
  background-color: #070b16;
  background-image: linear-gradient(#070b16 20%, #132c55, #070b16 80%);
  margin: auto;
}

.pic-bg {
	background-color: #070b16; /* blue-black */
  	background-image:url("../images/2bg.jpg");
	margin: auto;
	width:1560px;
	height:800px; 
}

.ico72 {
	height: 72px;
	width: 72px;
}
/*--------------------------------------------------------------
# BANNER
--------------------------------------------------------------*/
.hero-image1 {
	background-image: url("../images/banner.jpg");
	height: 50%;
	width:1560px;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	position: relative;
	margin: auto;
}

.hero-image {
	background-image: url("../images/banner1.jpg");
	margin: auto;
	width:1560px;
	height: 500px;
}

#test {
  background: url("../images/banner1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  color: #000000;
  
/*--width: 1560px; -*/
/*--height: 500px; -*/
}

.startpage {
	position:relative;
	height:500px;
	margin-top:70px;
}

/*--------------------------------------------------------------
# PROJEKTE (MARATHONWEG..)
--------------------------------------------------------------*/
#test1 {
  background: url("../images/gasthaus1_1560.jpg");
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  color: #000000;
}

#seepark1 {
  background: url("../images/seepark_1560.jpg");
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  color: #000000;
}

.mara-image1 {
	background-image: url("../images/gasthaus1_1560.jpg");
	height: 50%;
	width:1560px;
	background-position: center;
	background-repeat: no-repeat;
	/*background-size: cover;*/
	position: relative;
	margin: auto;
}

.mara-image {
	background-image: url("../images/gasthaus1_1560.jpg");
	margin: auto;
	width:1560px;
	height: 500px;
}

.container-1000 {
	max-width: 1000px;
	height: 100%;
	margin: auto;
}

.container-800 {
	max-width: 800px;
	min-height: 1000px;
	/*height: 100%;*/
	margin: auto;
}

.container-800-sm {
	max-width: 800px;
	/*height: 100%;*/
	margin: auto;
}

.container-700 {
	max-width: 700px;
	margin: auto;
}

.container-150 {
	height: 150px;
	width:1560px;
	margin: auto;
}

/*--------------------------------------------------------------
# DATENSCHUTZ UND IMPRESSUM
--------------------------------------------------------------*/

.abstandoben {
	position:relative;
	min-height:500px;
	margin-top:90px;
}


/*--------------------------------------------------------------
# PRESSE
--------------------------------------------------------------*/
.accordion {
  --bs-accordion-color: #333333;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #333333;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2355595c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23171717'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #a05825;/*#8d8d8d;*/
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem #fd9800;
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #171717;
  --bs-accordion-active-bg: #efefef/*#e8e8e8;*/
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}


.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.container-acc {
	max-width: 800px;
	margin: auto;
}

/*--------------------------------------------------------------
# List Groups
--------------------------------------------------------------*/
.list-group {
  max-width: 100%;
  margin: 4rem auto;
}

#accordion .list-group-item {
  /*color: var(--bs-gray-800);	*/
  color: 000000;
}

#accordion .list-group-item h4 {
  font-size: 1.2rem;
  color: #000000;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 3px;
}

#accordion .list-group-item h5 {
  color: #55595c;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 2px;
}	

#accordion .list-group-item h6 {
  color: #003399aa;
  font-weight: 600;
}	

#accordion .list-group-item p{
  font-size: 1.125rem;
  color: var(--bs-gray-800);
}

#accordion ul.dash {
  list-style-position: outside;
  padding-left: 2rem;
  padding-top: 1rem;
  font-size: 1.125rem;
  color: 000000;
  font-weight: 600;
}

#accordion .h6 {
  margin-top: 0;
  margin-bottom:0;
  line-height: 0.5;
  color: 000000;
}

#accordion .blu{
  color: #003399aa;
  font-size: 0.875rem;
}

#accordion li{
  padding: 5px 8px 5px 5px; 
}
	
#accordion .collapse {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) inset!important;
}

#accordion .list-group {
  max-width: 1000px;
  margin: 4rem auto;
}


#accordion .list-group-item-action:focus {
  z-index: 3;
  color: #000000;
  background-color: #ffffff;
}

#accordion .list-group-item-action:hover {
  z-index: 2;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
}

.pt-sm-6 {
	padding-top: 4rem !important;
}

.ps-6 {
  padding-left: 4rem !important;
}

.ps-7 {
  padding-left: 6rem !important;
}

.ps-8 {
  padding-left: 7rem !important;
}

/*--------------------------------------------------------------
# BIO
--------------------------------------------------------------*/
#bio .portrait {
  width: 300px;
  height: 400px;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1rem;
}


#bio a.btn, #bio a.btn:visited {
    color:var(--bs-gray-800);
}
#bio hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#bio ul.dash {
  list-style-type: "\2212";
  list-style-position: outside;
  padding: 0 0 0 0;
  font-size: 1.125rem;
  color: var(--bs-gray-800);
  font-weight: lighter;
}

#bio li{
  padding: 5px 8px 5px 5px;
  margin-left:15px;  
}

#bio .accordion-body {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) inset!important;
}

#bio .accordion-body p {
  font-size: 1.125rem;
  padding: 0 0 0 0;
  text-align: left;
  color:  var(--bs-gray-800);
}
#bio .accordion-item {
  color: var(--bs-gray-800);
  font-size: 1.125rem;  
}

#bio .accordion-item h6 {
  font-weight: 600;
  line-height: 1.5;
  color: var(--bs-gray-900);  /*- #1a1a1a -*/
}

#bio .accordion-item h4 {
  font-size: 1.2rem;
  color: #000000;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 3px;
}

#bio .accordion-button h5 {
  font-weight: 600;
  line-height: 1.5;
  color: var(--bs-gray-900);
}
#bio .accordion-button:focus {
  z-index: 3;
  border-color: #8d8d8d;
  outline: 0;
  box-shadow: 0 0 0 1px rgba(26, 26, 26, 0.25);
}

.wht {
  background-color: #ffffff;
}

.wt {
  color: #ffffff;
}

.testdiv {
  background-color: green;
}

.bl {
  background-color: blue;
}



/*--------------------------------------------------------------
# FOOTER 
--------------------------------------------------------------*/
#bottom .dark-bg {
  background-color: #070b16;
}

#bottom .blue-bg {
  background-color: #132c55;
}

#bottom .grey-bg {
  background-color: #b6c0cd;
}

#bottom .white-bg {
  background-color: #ffffff;
}

#bottom a{
	text-decoration: none !important;
}

.footer-logo {
	width: 200px;
	height: auto;
}

.footer-border {
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #fd9800;
}

/*--------------------------------------------------------------
# WARUM
--------------------------------------------------------------*/
.spc {
	height: 50px;
	width:100%;
}


.blog-slider {
  width: 95%;
  position: relative;
  max-width: 530px;
  margin: auto;
  background: #fff;
  /*box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);*/
  padding: 5px;
  border-radius: 0;
  height: 300px;
  transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 530px;
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 300px;
    height: auto;
    margin: 80px auto;
	padding-left:4px;
	padding-right:4px;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 300px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
	width: 100%
  }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}

.blog-slider__img {
  width: 260px;
  flex-shrink: 0;
  height: 260px;
  box-shadow: 5px 10px 30px 1px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: 6px solid #2a4b6f; /* blau #2a4b6f;*/
  transform: translateX(-130px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 65%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 75%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 260px;
  }
}
.blog-slider__content {
  margin-right: -50px;
  padding-right: 0px;
  transform: translateX(-100px);
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -100px;
	margin-right: 0px;
	transform: translateX(0);
    text-align: center;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
	margin-top: -100px;
    padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 4px;
	transform: translateX(0px);
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.4s;
}

.blog-slider__title {
  font-size: 1.5rem;
  font-weight: 400;
  color: #0d0925;
  margin-bottom: 5px;
}

.blog-slider__text {
  color: #333333;
  margin-bottom: 5px;
  line-height: 1.5em;
}

#tb .blog-slider__text {
  color: #4e4a67;
  font-size: 1rem;
  margin-bottom: 5px;
  line-height: 2em;
  letter-spacing: 2px;
}
